osrs-tools 2.4.0 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +270 -183
- package/dist/examples/ClueScrollExample.d.ts +6 -0
- package/dist/examples/ClueScrollExample.d.ts.map +1 -0
- package/dist/examples/ClueScrollExample.js +30 -0
- package/dist/examples/ExampleQuest.d.ts +2 -0
- package/dist/examples/ExampleQuest.d.ts.map +1 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +30 -144
- package/dist/runescape/errors.d.ts +10 -0
- package/dist/runescape/errors.d.ts.map +1 -0
- package/dist/runescape/model/Item/ClueScrollRewards.js +286 -0
- package/dist/runescape/model/Item/Item.d.ts +143 -0
- package/dist/runescape/model/Item/Item.d.ts.map +1 -0
- package/dist/runescape/model/Item/Items.d.ts +154 -0
- package/dist/runescape/model/Item/Items.d.ts.map +1 -0
- package/dist/runescape/model/Item/Items.js +153 -36
- package/dist/runescape/model/Item/all/AdamantPlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/AdamantPlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AdamantPlatebody.js +32 -0
- package/dist/runescape/model/Item/all/AdamantPlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/AdamantPlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AdamantPlatelegs.js +32 -0
- package/dist/runescape/model/Item/all/AdamantShieldG.d.ts +3 -0
- package/dist/runescape/model/Item/all/AdamantShieldG.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AdamantShieldG.js +27 -0
- package/dist/runescape/model/Item/all/AirRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/AirRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AirRune.js +35 -0
- package/dist/runescape/model/Item/all/AmuletOfGlory.d.ts +3 -0
- package/dist/runescape/model/Item/all/AmuletOfGlory.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AmuletOfGlory.js +1 -0
- package/dist/runescape/model/Item/all/AmuletOfMagic.d.ts +3 -0
- package/dist/runescape/model/Item/all/AmuletOfMagic.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AmuletOfMagic.js +35 -0
- package/dist/runescape/model/Item/all/AmuletOfMagicT.d.ts +3 -0
- package/dist/runescape/model/Item/all/AmuletOfMagicT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AmuletOfMagicT.js +23 -0
- package/dist/runescape/model/Item/all/AmuletOfPowerT.d.ts +3 -0
- package/dist/runescape/model/Item/all/AmuletOfPowerT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AmuletOfPowerT.js +33 -0
- package/dist/runescape/model/Item/all/AmuletOfTheVoid.d.ts +3 -0
- package/dist/runescape/model/Item/all/AmuletOfTheVoid.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AmuletOfTheVoid.js +22 -0
- package/dist/runescape/model/Item/all/AncestralRobeBottom.d.ts +3 -0
- package/dist/runescape/model/Item/all/AncestralRobeBottom.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AncestralRobeBottom.js +28 -0
- package/dist/runescape/model/Item/all/AncestralRobeTop.d.ts +3 -0
- package/dist/runescape/model/Item/all/AncestralRobeTop.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AncestralRobeTop.js +28 -0
- package/dist/runescape/model/Item/all/AncientStaff.d.ts +3 -0
- package/dist/runescape/model/Item/all/AncientStaff.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AncientStaff.js +1 -0
- package/dist/runescape/model/Item/all/AntiDragonShield.d.ts +3 -0
- package/dist/runescape/model/Item/all/AntiDragonShield.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/AntiDragonShield.js +1 -0
- package/dist/runescape/model/Item/all/BagOfSalt.d.ts +3 -0
- package/dist/runescape/model/Item/all/BagOfSalt.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BagOfSalt.js +3 -0
- package/dist/runescape/model/Item/all/Bearhead.d.ts +3 -0
- package/dist/runescape/model/Item/all/Bearhead.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Bearhead.js +1 -0
- package/dist/runescape/model/Item/all/BlackAxe.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackAxe.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackAxe.js +1 -0
- package/dist/runescape/model/Item/all/BlackBattleaxe.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackBattleaxe.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackBattleaxe.js +35 -0
- package/dist/runescape/model/Item/all/BlackDagger.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackDagger.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackDagger.js +35 -0
- package/dist/runescape/model/Item/all/BlackFullHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackFullHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackFullHelm.js +35 -0
- package/dist/runescape/model/Item/all/BlackFullHelmT.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackFullHelmT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackFullHelmT.js +26 -0
- package/dist/runescape/model/Item/all/BlackLongsword.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackLongsword.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackLongsword.js +35 -0
- package/dist/runescape/model/Item/all/BlackPickaxe.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackPickaxe.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackPickaxe.js +21 -0
- package/dist/runescape/model/Item/all/BlackPlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackPlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackPlatebody.js +35 -0
- package/dist/runescape/model/Item/all/BlackPlatebodyT.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackPlatebodyT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackPlatebodyT.js +26 -0
- package/dist/runescape/model/Item/all/BlackPlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackPlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackPlatelegs.js +35 -0
- package/dist/runescape/model/Item/all/BlackPlatelegsT.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlackPlatelegsT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlackPlatelegsT.js +26 -0
- package/dist/runescape/model/Item/all/BlisterwoodFlail.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlisterwoodFlail.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlisterwoodFlail.js +1 -0
- package/dist/runescape/model/Item/all/BloodRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/BloodRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BloodRune.js +1 -0
- package/dist/runescape/model/Item/all/BlueDHideBody.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlueDHideBody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlueDHideBody.js +32 -0
- package/dist/runescape/model/Item/all/BlueDHideChaps.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlueDHideChaps.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlueDHideChaps.js +32 -0
- package/dist/runescape/model/Item/all/BlueDye.d.ts +3 -0
- package/dist/runescape/model/Item/all/BlueDye.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BlueDye.js +1 -0
- package/dist/runescape/model/Item/all/BodyRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/BodyRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BodyRune.js +35 -0
- package/dist/runescape/model/Item/all/Bones.d.ts +3 -0
- package/dist/runescape/model/Item/all/Bones.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Bones.js +1 -0
- package/dist/runescape/model/Item/all/BroadArrowheads.d.ts +3 -0
- package/dist/runescape/model/Item/all/BroadArrowheads.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BroadArrowheads.js +3 -0
- package/dist/runescape/model/Item/all/BroadBolts.d.ts +3 -0
- package/dist/runescape/model/Item/all/BroadBolts.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BroadBolts.js +3 -0
- package/dist/runescape/model/Item/all/Bucket.d.ts +3 -0
- package/dist/runescape/model/Item/all/Bucket.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Bucket.js +1 -0
- package/dist/runescape/model/Item/all/BucketofWater.d.ts +3 -0
- package/dist/runescape/model/Item/all/BucketofWater.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/BucketofWater.js +1 -0
- package/dist/runescape/model/Item/all/CapeOfSkulls.d.ts +3 -0
- package/dist/runescape/model/Item/all/CapeOfSkulls.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/CapeOfSkulls.js +21 -0
- package/dist/runescape/model/Item/all/Cat.d.ts +3 -0
- package/dist/runescape/model/Item/all/Cat.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Cat.js +1 -0
- package/dist/runescape/model/Item/all/ChaosRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/ChaosRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ChaosRune.js +35 -0
- package/dist/runescape/model/Item/all/ClueScrollBeginner.d.ts +3 -0
- package/dist/runescape/model/Item/all/ClueScrollBeginner.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ClueScrollBeginner.js +21 -0
- package/dist/runescape/model/Item/all/ClueScrollEasy.d.ts +3 -0
- package/dist/runescape/model/Item/all/ClueScrollEasy.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ClueScrollEasy.js +21 -0
- package/dist/runescape/model/Item/all/ClueScrollElite.d.ts +3 -0
- package/dist/runescape/model/Item/all/ClueScrollElite.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ClueScrollElite.js +21 -0
- package/dist/runescape/model/Item/all/ClueScrollHard.d.ts +3 -0
- package/dist/runescape/model/Item/all/ClueScrollHard.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ClueScrollHard.js +21 -0
- package/dist/runescape/model/Item/all/ClueScrollMaster.d.ts +3 -0
- package/dist/runescape/model/Item/all/ClueScrollMaster.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ClueScrollMaster.js +21 -0
- package/dist/runescape/model/Item/all/ClueScrollMedium.d.ts +3 -0
- package/dist/runescape/model/Item/all/ClueScrollMedium.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ClueScrollMedium.js +21 -0
- package/dist/runescape/model/Item/all/Coif.d.ts +3 -0
- package/dist/runescape/model/Item/all/Coif.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Coif.js +35 -0
- package/dist/runescape/model/Item/all/Coins.d.ts +3 -0
- package/dist/runescape/model/Item/all/Coins.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Coins.js +1 -0
- package/dist/runescape/model/Item/all/CrawsBow.d.ts +3 -0
- package/dist/runescape/model/Item/all/CrawsBow.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/CrawsBow.js +24 -0
- package/dist/runescape/model/Item/all/CrossSection.d.ts +3 -0
- package/dist/runescape/model/Item/all/CrossSection.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/CrossSection.js +1 -0
- package/dist/runescape/model/Item/all/CrystalKey.d.ts +3 -0
- package/dist/runescape/model/Item/all/CrystalKey.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/CrystalKey.js +1 -0
- package/dist/runescape/model/Item/all/CulinaromancerGloves.d.ts +3 -0
- package/dist/runescape/model/Item/all/CulinaromancerGloves.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DagannothHide.d.ts +3 -0
- package/dist/runescape/model/Item/all/DagannothHide.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DagannothHide.js +1 -0
- package/dist/runescape/model/Item/all/DemonicGorillaHeart.d.ts +3 -0
- package/dist/runescape/model/Item/all/DemonicGorillaHeart.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DemonicGorillaHeart.js +1 -0
- package/dist/runescape/model/Item/all/DragonBoots.d.ts +3 -0
- package/dist/runescape/model/Item/all/DragonBoots.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DragonBoots.js +27 -0
- package/dist/runescape/model/Item/all/DragonFullHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/DragonFullHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DragonFullHelm.js +32 -0
- package/dist/runescape/model/Item/all/DragonKey.d.ts +3 -0
- package/dist/runescape/model/Item/all/DragonKey.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DragonKey.js +1 -0
- package/dist/runescape/model/Item/all/DragonMediumHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/DragonMediumHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DragonMediumHelm.js +32 -0
- package/dist/runescape/model/Item/all/DragonPlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/DragonPlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DragonPlatebody.js +32 -0
- package/dist/runescape/model/Item/all/DragonPlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/DragonPlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DragonPlatelegs.js +32 -0
- package/dist/runescape/model/Item/all/DragonkinMap.d.ts +3 -0
- package/dist/runescape/model/Item/all/DragonkinMap.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DragonkinMap.js +1 -0
- package/dist/runescape/model/Item/all/DrakansMedallion.d.ts +3 -0
- package/dist/runescape/model/Item/all/DrakansMedallion.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DramenStaff.d.ts +3 -0
- package/dist/runescape/model/Item/all/DramenStaff.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DramenStaff.js +1 -0
- package/dist/runescape/model/Item/all/DwarvenRockCake.d.ts +3 -0
- package/dist/runescape/model/Item/all/DwarvenRockCake.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/DwarvenRockCake.js +1 -0
- package/dist/runescape/model/Item/all/Earmuffs.d.ts +3 -0
- package/dist/runescape/model/Item/all/Earmuffs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Earmuffs.js +3 -0
- package/dist/runescape/model/Item/all/EarthRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/EarthRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/EarthRune.js +35 -0
- package/dist/runescape/model/Item/all/Ectophial.d.ts +3 -0
- package/dist/runescape/model/Item/all/Ectophial.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Ectophial.js +1 -0
- package/dist/runescape/model/Item/all/EnchantedGem.d.ts +3 -0
- package/dist/runescape/model/Item/all/EnchantedGem.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/EnchantedGem.js +3 -0
- package/dist/runescape/model/Item/all/FaceMask.d.ts +3 -0
- package/dist/runescape/model/Item/all/FaceMask.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FaceMask.js +3 -0
- package/dist/runescape/model/Item/all/FibulaPiece.d.ts +3 -0
- package/dist/runescape/model/Item/all/FibulaPiece.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FibulaPiece.js +1 -0
- package/dist/runescape/model/Item/all/FireRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/FireRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FireRune.js +35 -0
- package/dist/runescape/model/Item/all/FlaredTrousersItem.d.ts +3 -0
- package/dist/runescape/model/Item/all/FlaredTrousersItem.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FlaredTrousersItem.js +21 -0
- package/dist/runescape/model/Item/all/FremennikKestrelEyeHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/FremennikKestrelEyeHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FremennikKestrelEyeHelm.js +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray0.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray0.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray0.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray1.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray1.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray1.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray10.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray10.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray10.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray2.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray2.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray2.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray3.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray3.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray3.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray4.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray4.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray4.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray5.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray5.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray5.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray6.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray6.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray6.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray7.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray7.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray7.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray8.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray8.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray8.js +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray9.d.ts +3 -0
- package/dist/runescape/model/Item/all/FungicideSpray9.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/FungicideSpray9.js +3 -0
- package/dist/runescape/model/Item/all/GamesNecklace.d.ts +3 -0
- package/dist/runescape/model/Item/all/GamesNecklace.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GamesNecklace.js +1 -0
- package/dist/runescape/model/Item/all/GhostspeakAmulet.d.ts +3 -0
- package/dist/runescape/model/Item/all/GhostspeakAmulet.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GhostspeakAmulet.js +1 -0
- package/dist/runescape/model/Item/all/GildedFullHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/GildedFullHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GildedFullHelm.js +28 -0
- package/dist/runescape/model/Item/all/GildedLegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/GildedLegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GildedLegs.js +28 -0
- package/dist/runescape/model/Item/all/GildedPlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/GildedPlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GildedPlatebody.js +28 -0
- package/dist/runescape/model/Item/all/GoldenApron.d.ts +3 -0
- package/dist/runescape/model/Item/all/GoldenApron.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GoldenApron.js +21 -0
- package/dist/runescape/model/Item/all/GoldenChefsHat.d.ts +3 -0
- package/dist/runescape/model/Item/all/GoldenChefsHat.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GoldenChefsHat.js +21 -0
- package/dist/runescape/model/Item/all/GreenDHideBody.d.ts +3 -0
- package/dist/runescape/model/Item/all/GreenDHideBody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/GreenDHideBody.js +32 -0
- package/dist/runescape/model/Item/all/HamJoint.d.ts +3 -0
- package/dist/runescape/model/Item/all/HamJoint.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/HamJoint.js +21 -0
- package/dist/runescape/model/Item/all/IbansStaff.d.ts +3 -0
- package/dist/runescape/model/Item/all/IbansStaff.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IceCooler.d.ts +3 -0
- package/dist/runescape/model/Item/all/IceCooler.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IceCooler.js +1 -0
- package/dist/runescape/model/Item/all/IcyBasalt.d.ts +3 -0
- package/dist/runescape/model/Item/all/IcyBasalt.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IcyBasalt.js +1 -0
- package/dist/runescape/model/Item/all/IronBoots.d.ts +3 -0
- package/dist/runescape/model/Item/all/IronBoots.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IronBoots.js +32 -0
- package/dist/runescape/model/Item/all/IronFullHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/IronFullHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IronFullHelm.js +32 -0
- package/dist/runescape/model/Item/all/IronFullHelmT.d.ts +3 -0
- package/dist/runescape/model/Item/all/IronFullHelmT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IronFullHelmT.js +26 -0
- package/dist/runescape/model/Item/all/IronPlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/IronPlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IronPlatebody.js +32 -0
- package/dist/runescape/model/Item/all/IronPlatebodyT.d.ts +3 -0
- package/dist/runescape/model/Item/all/IronPlatebodyT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IronPlatebodyT.js +26 -0
- package/dist/runescape/model/Item/all/IronPlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/IronPlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IronPlatelegs.js +32 -0
- package/dist/runescape/model/Item/all/IvandisFlail.d.ts +3 -0
- package/dist/runescape/model/Item/all/IvandisFlail.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/IvandisFlail.js +1 -0
- package/dist/runescape/model/Item/all/KlanksGauntlets.d.ts +3 -0
- package/dist/runescape/model/Item/all/KlanksGauntlets.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/LawRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/LawRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/LawRune.js +35 -0
- package/dist/runescape/model/Item/all/LunarStaff.d.ts +3 -0
- package/dist/runescape/model/Item/all/LunarStaff.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/LunarStaff.js +1 -0
- package/dist/runescape/model/Item/all/MasterScrollBookEmpty.d.ts +3 -0
- package/dist/runescape/model/Item/all/MasterScrollBookEmpty.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MasterScrollBookEmpty.js +21 -0
- package/dist/runescape/model/Item/all/MindRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/MindRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MindRune.js +35 -0
- package/dist/runescape/model/Item/all/MithrilBoots.d.ts +3 -0
- package/dist/runescape/model/Item/all/MithrilBoots.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MithrilBoots.js +32 -0
- package/dist/runescape/model/Item/all/MithrilFullHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/MithrilFullHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MithrilFullHelm.js +32 -0
- package/dist/runescape/model/Item/all/MithrilPlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/MithrilPlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MithrilPlatebody.js +32 -0
- package/dist/runescape/model/Item/all/MithrilPlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/MithrilPlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MithrilPlatelegs.js +32 -0
- package/dist/runescape/model/Item/all/MithrilSeeds.d.ts +3 -0
- package/dist/runescape/model/Item/all/MithrilSeeds.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MithrilSeeds.js +1 -0
- package/dist/runescape/model/Item/all/MithrilShieldT.d.ts +3 -0
- package/dist/runescape/model/Item/all/MithrilShieldT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MithrilShieldT.js +27 -0
- package/dist/runescape/model/Item/all/MonksRobeG.d.ts +3 -0
- package/dist/runescape/model/Item/all/MonksRobeG.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MonksRobeG.js +21 -0
- package/dist/runescape/model/Item/all/MonksRobeTopG.d.ts +3 -0
- package/dist/runescape/model/Item/all/MonksRobeTopG.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MonksRobeTopG.js +21 -0
- package/dist/runescape/model/Item/all/MoonclanHelmet.d.ts +3 -0
- package/dist/runescape/model/Item/all/MoonclanHelmet.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MoonclanHelmet.js +1 -0
- package/dist/runescape/model/Item/all/MorttonTeleport.d.ts +3 -0
- package/dist/runescape/model/Item/all/MorttonTeleport.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MorttonTeleport.js +1 -0
- package/dist/runescape/model/Item/all/MythicalCape.d.ts +3 -0
- package/dist/runescape/model/Item/all/MythicalCape.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/MythicalCape.js +1 -0
- package/dist/runescape/model/Item/all/NatureRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/NatureRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/NatureRune.js +35 -0
- package/dist/runescape/model/Item/all/Nosepeg.d.ts +3 -0
- package/dist/runescape/model/Item/all/Nosepeg.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Nosepeg.js +1 -1
- package/dist/runescape/model/Item/all/PaladinCredentials.d.ts +3 -0
- package/dist/runescape/model/Item/all/PaladinCredentials.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RainBow.d.ts +3 -0
- package/dist/runescape/model/Item/all/RainBow.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RainBow.js +32 -0
- package/dist/runescape/model/Item/all/RangerBoots.d.ts +3 -0
- package/dist/runescape/model/Item/all/RangerBoots.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RangerBoots.js +27 -0
- package/dist/runescape/model/Item/all/RangerGloves.d.ts +3 -0
- package/dist/runescape/model/Item/all/RangerGloves.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RangerGloves.js +27 -0
- package/dist/runescape/model/Item/all/RangerLegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/RangerLegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RangerLegs.js +27 -0
- package/dist/runescape/model/Item/all/RangerTunic.d.ts +3 -0
- package/dist/runescape/model/Item/all/RangerTunic.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RangerTunic.js +32 -0
- package/dist/runescape/model/Item/all/RedDHideBody.d.ts +3 -0
- package/dist/runescape/model/Item/all/RedDHideBody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RedDHideBody.js +32 -0
- package/dist/runescape/model/Item/all/RedDHideChaps.d.ts +3 -0
- package/dist/runescape/model/Item/all/RedDHideChaps.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RedDHideChaps.js +32 -0
- package/dist/runescape/model/Item/all/RedElegantShirt.d.ts +3 -0
- package/dist/runescape/model/Item/all/RedElegantShirt.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RedElegantShirt.js +21 -0
- package/dist/runescape/model/Item/all/ReinforcedGoggles.d.ts +3 -0
- package/dist/runescape/model/Item/all/ReinforcedGoggles.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ReinforcedGoggles.js +3 -0
- package/dist/runescape/model/Item/all/RewardCasketBeginner.d.ts +3 -0
- package/dist/runescape/model/Item/all/RewardCasketBeginner.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RewardCasketBeginner.js +21 -0
- package/dist/runescape/model/Item/all/RewardCasketEasy.d.ts +3 -0
- package/dist/runescape/model/Item/all/RewardCasketEasy.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RewardCasketEasy.js +21 -0
- package/dist/runescape/model/Item/all/RewardCasketElite.d.ts +3 -0
- package/dist/runescape/model/Item/all/RewardCasketElite.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RewardCasketElite.js +21 -0
- package/dist/runescape/model/Item/all/RewardCasketHard.d.ts +3 -0
- package/dist/runescape/model/Item/all/RewardCasketHard.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RewardCasketHard.js +21 -0
- package/dist/runescape/model/Item/all/RewardCasketMaster.d.ts +3 -0
- package/dist/runescape/model/Item/all/RewardCasketMaster.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RewardCasketMaster.js +21 -0
- package/dist/runescape/model/Item/all/RewardCasketMedium.d.ts +3 -0
- package/dist/runescape/model/Item/all/RewardCasketMedium.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RewardCasketMedium.js +21 -0
- package/dist/runescape/model/Item/all/RibcagePiece.d.ts +3 -0
- package/dist/runescape/model/Item/all/RibcagePiece.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RibcagePiece.js +1 -0
- package/dist/runescape/model/Item/all/RingOfDueling.d.ts +3 -0
- package/dist/runescape/model/Item/all/RingOfDueling.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RingOfDueling.js +1 -0
- package/dist/runescape/model/Item/all/RockHammer.d.ts +3 -0
- package/dist/runescape/model/Item/all/RockHammer.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RockHammer.js +3 -0
- package/dist/runescape/model/Item/all/Rope.d.ts +3 -0
- package/dist/runescape/model/Item/all/Rope.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Rope.js +1 -0
- package/dist/runescape/model/Item/all/RoyalSeedPod.d.ts +3 -0
- package/dist/runescape/model/Item/all/RoyalSeedPod.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RoyalSeedPod.js +1 -0
- package/dist/runescape/model/Item/all/RuneFullHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/RuneFullHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RuneFullHelm.js +32 -0
- package/dist/runescape/model/Item/all/RuneFullHelmT.d.ts +3 -0
- package/dist/runescape/model/Item/all/RuneFullHelmT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RuneFullHelmT.js +27 -0
- package/dist/runescape/model/Item/all/RuneMediumHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/RuneMediumHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RuneMediumHelm.js +32 -0
- package/dist/runescape/model/Item/all/RunePlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/RunePlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RunePlatebody.js +32 -0
- package/dist/runescape/model/Item/all/RunePlatebodyT.d.ts +3 -0
- package/dist/runescape/model/Item/all/RunePlatebodyT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RunePlatebodyT.js +27 -0
- package/dist/runescape/model/Item/all/RunePlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/RunePlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RunePlatelegs.js +32 -0
- package/dist/runescape/model/Item/all/RuniteBar.d.ts +3 -0
- package/dist/runescape/model/Item/all/RuniteBar.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/RuniteBar.js +21 -0
- package/dist/runescape/model/Item/all/Salmon.d.ts +3 -0
- package/dist/runescape/model/Item/all/Salmon.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Salmon.js +35 -0
- package/dist/runescape/model/Item/all/SalveAmulet.d.ts +3 -0
- package/dist/runescape/model/Item/all/SalveAmulet.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SalveAmulet.js +1 -0
- package/dist/runescape/model/Item/all/SilverPot.d.ts +3 -0
- package/dist/runescape/model/Item/all/SilverPot.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SilverPot.js +1 -0
- package/dist/runescape/model/Item/all/SilverSickleB.d.ts +3 -0
- package/dist/runescape/model/Item/all/SilverSickleB.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SilverSickleB.js +1 -0
- package/dist/runescape/model/Item/all/SkeletalBottoms.d.ts +3 -0
- package/dist/runescape/model/Item/all/SkeletalBottoms.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SkeletalBottoms.js +1 -0
- package/dist/runescape/model/Item/all/SkeletalHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/SkeletalHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SkeletalHelm.js +1 -0
- package/dist/runescape/model/Item/all/SkeletalTop.d.ts +3 -0
- package/dist/runescape/model/Item/all/SkeletalTop.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SkeletalTop.js +1 -0
- package/dist/runescape/model/Item/all/SkullPiece.d.ts +3 -0
- package/dist/runescape/model/Item/all/SkullPiece.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SkullPiece.js +1 -0
- package/dist/runescape/model/Item/all/SlayerBell.d.ts +3 -0
- package/dist/runescape/model/Item/all/SlayerBell.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SlayerBell.js +3 -0
- package/dist/runescape/model/Item/all/SlayerGloves.d.ts +3 -0
- package/dist/runescape/model/Item/all/SlayerGloves.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SlayerGloves.js +3 -0
- package/dist/runescape/model/Item/all/SlayerHelmet.d.ts +3 -0
- package/dist/runescape/model/Item/all/SlayerHelmet.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SlayerHelmet.js +3 -0
- package/dist/runescape/model/Item/all/SlayerHelmetI.d.ts +3 -0
- package/dist/runescape/model/Item/all/SlayerHelmetI.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SlayerHelmetI.js +3 -0
- package/dist/runescape/model/Item/all/SlayerRing.d.ts +3 -0
- package/dist/runescape/model/Item/all/SlayerRing.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SlayerRing.js +3 -0
- package/dist/runescape/model/Item/all/SlayerStaff.d.ts +3 -0
- package/dist/runescape/model/Item/all/SlayerStaff.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SlayerStaff.js +3 -0
- package/dist/runescape/model/Item/all/SmokeBarrage.d.ts +3 -0
- package/dist/runescape/model/Item/all/SmokeBarrage.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SmokeBarrage.js +1 -0
- package/dist/runescape/model/Item/all/Spade.d.ts +3 -0
- package/dist/runescape/model/Item/all/Spade.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Spade.js +1 -0
- package/dist/runescape/model/Item/all/SpinyHelmet.d.ts +3 -0
- package/dist/runescape/model/Item/all/SpinyHelmet.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SpinyHelmet.js +3 -0
- package/dist/runescape/model/Item/all/StaffOfAir.d.ts +3 -0
- package/dist/runescape/model/Item/all/StaffOfAir.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/StaffOfAir.js +35 -0
- package/dist/runescape/model/Item/all/StaffOfBobTheCat.d.ts +3 -0
- package/dist/runescape/model/Item/all/StaffOfBobTheCat.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/StaffOfBobTheCat.js +32 -0
- package/dist/runescape/model/Item/all/SteelBoots.d.ts +3 -0
- package/dist/runescape/model/Item/all/SteelBoots.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SteelBoots.js +32 -0
- package/dist/runescape/model/Item/all/SteelFullHelm.d.ts +3 -0
- package/dist/runescape/model/Item/all/SteelFullHelm.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SteelFullHelm.js +32 -0
- package/dist/runescape/model/Item/all/SteelFullHelmT.d.ts +3 -0
- package/dist/runescape/model/Item/all/SteelFullHelmT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SteelFullHelmT.js +26 -0
- package/dist/runescape/model/Item/all/SteelPickaxe.d.ts +3 -0
- package/dist/runescape/model/Item/all/SteelPickaxe.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SteelPickaxe.js +21 -0
- package/dist/runescape/model/Item/all/SteelPlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/SteelPlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SteelPlatebody.js +32 -0
- package/dist/runescape/model/Item/all/SteelPlatebodyT.d.ts +3 -0
- package/dist/runescape/model/Item/all/SteelPlatebodyT.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SteelPlatebodyT.js +26 -0
- package/dist/runescape/model/Item/all/SteelPlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/SteelPlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SteelPlatelegs.js +32 -0
- package/dist/runescape/model/Item/all/StuddedChaps.d.ts +3 -0
- package/dist/runescape/model/Item/all/StuddedChaps.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/StuddedChaps.js +35 -0
- package/dist/runescape/model/Item/all/StudiedBody.d.ts +3 -0
- package/dist/runescape/model/Item/all/StudiedBody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/StudiedBody.js +35 -0
- package/dist/runescape/model/Item/all/StudiedChaps.js +35 -0
- package/dist/runescape/model/Item/all/SuqahTeeth.d.ts +3 -0
- package/dist/runescape/model/Item/all/SuqahTeeth.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/SuqahTeeth.js +1 -0
- package/dist/runescape/model/Item/all/TeamCapeI.d.ts +3 -0
- package/dist/runescape/model/Item/all/TeamCapeI.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/TeamCapeI.js +21 -0
- package/dist/runescape/model/Item/all/TeamCapeX.d.ts +3 -0
- package/dist/runescape/model/Item/all/TeamCapeX.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/TeamCapeX.js +21 -0
- package/dist/runescape/model/Item/all/TeamCapeZero.d.ts +3 -0
- package/dist/runescape/model/Item/all/TeamCapeZero.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/TeamCapeZero.js +21 -0
- package/dist/runescape/model/Item/all/ThammaronsSceptre.d.ts +3 -0
- package/dist/runescape/model/Item/all/ThammaronsSceptre.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ThammaronsSceptre.js +24 -0
- package/dist/runescape/model/Item/all/ThirdAgeLongsword.d.ts +3 -0
- package/dist/runescape/model/Item/all/ThirdAgeLongsword.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ThirdAgeLongsword.js +33 -0
- package/dist/runescape/model/Item/all/ThirdAgePlatebody.d.ts +3 -0
- package/dist/runescape/model/Item/all/ThirdAgePlatebody.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ThirdAgePlatebody.js +32 -0
- package/dist/runescape/model/Item/all/ThirdAgePlatelegs.d.ts +3 -0
- package/dist/runescape/model/Item/all/ThirdAgePlatelegs.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/ThirdAgePlatelegs.js +32 -0
- package/dist/runescape/model/Item/all/Tinderbox.d.ts +3 -0
- package/dist/runescape/model/Item/all/Tinderbox.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Tinderbox.js +1 -0
- package/dist/runescape/model/Item/all/TreasonousRing.d.ts +3 -0
- package/dist/runescape/model/Item/all/TreasonousRing.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/TreasonousRing.js +24 -0
- package/dist/runescape/model/Item/all/Trout.d.ts +3 -0
- package/dist/runescape/model/Item/all/Trout.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/Trout.js +35 -0
- package/dist/runescape/model/Item/all/TwistedBow.d.ts +3 -0
- package/dist/runescape/model/Item/all/TwistedBow.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/TwistedBow.js +23 -0
- package/dist/runescape/model/Item/all/UncutDiamond.d.ts +3 -0
- package/dist/runescape/model/Item/all/UncutDiamond.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/UncutDiamond.js +21 -0
- package/dist/runescape/model/Item/all/UncutEmerald.d.ts +3 -0
- package/dist/runescape/model/Item/all/UncutEmerald.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/UncutEmerald.js +21 -0
- package/dist/runescape/model/Item/all/UncutRuby.d.ts +3 -0
- package/dist/runescape/model/Item/all/UncutRuby.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/UncutRuby.js +21 -0
- package/dist/runescape/model/Item/all/UncutSapphire.d.ts +3 -0
- package/dist/runescape/model/Item/all/UncutSapphire.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/UncutSapphire.js +21 -0
- package/dist/runescape/model/Item/all/UnfinishedBroadBolts.d.ts +3 -0
- package/dist/runescape/model/Item/all/UnfinishedBroadBolts.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/UnfinishedBroadBolts.js +3 -0
- package/dist/runescape/model/Item/all/UnseenKey.d.ts +3 -0
- package/dist/runescape/model/Item/all/UnseenKey.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/UnseenKey.js +1 -0
- package/dist/runescape/model/Item/all/WaterRune.d.ts +3 -0
- package/dist/runescape/model/Item/all/WaterRune.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/WaterRune.js +1 -0
- package/dist/runescape/model/Item/all/WillowCompBow.d.ts +3 -0
- package/dist/runescape/model/Item/all/WillowCompBow.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/WillowCompBow.js +22 -0
- package/dist/runescape/model/Item/all/WillowLongbow.d.ts +3 -0
- package/dist/runescape/model/Item/all/WillowLongbow.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/WillowLongbow.js +35 -0
- package/dist/runescape/model/Item/all/WillowShortbow.d.ts +3 -0
- package/dist/runescape/model/Item/all/WillowShortbow.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/WillowShortbow.js +35 -0
- package/dist/runescape/model/Item/all/WoodenShieldG.d.ts +3 -0
- package/dist/runescape/model/Item/all/WoodenShieldG.d.ts.map +1 -0
- package/dist/runescape/model/Item/all/WoodenShieldG.js +21 -0
- package/dist/runescape/model/Item/models/YellowPartyhat.obj +149 -0
- package/dist/runescape/model/Item/models/index.d.ts +7 -0
- package/dist/runescape/model/Item/models/index.d.ts.map +1 -0
- package/dist/runescape/model/Item/models/index.js +7 -0
- package/dist/runescape/model/Requirement.d.ts +97 -0
- package/dist/runescape/model/Requirement.d.ts.map +1 -0
- package/dist/runescape/model/Requirement.js +25 -4
- package/dist/runescape/model/account/OsrsAccount.d.ts +109 -0
- package/dist/runescape/model/account/OsrsAccount.d.ts.map +1 -0
- package/dist/runescape/model/account/Skill.d.ts +52 -0
- package/dist/runescape/model/account/Skill.d.ts.map +1 -0
- package/dist/runescape/model/account/Skill.js +30 -0
- package/dist/runescape/model/account/index.d.ts +7 -0
- package/dist/runescape/model/account/index.d.ts.map +1 -0
- package/dist/runescape/model/account/index.js +6 -0
- package/dist/runescape/model/account/skills/unlocks/AttackUnlocks.d.ts +90 -0
- package/dist/runescape/model/account/skills/unlocks/AttackUnlocks.d.ts.map +1 -0
- package/dist/runescape/model/account/skills/unlocks/SkillUnlock.d.ts +6 -0
- package/dist/runescape/model/account/skills/unlocks/SkillUnlock.d.ts.map +1 -0
- package/dist/runescape/model/clue/ClueScrollHelper.d.ts +83 -0
- package/dist/runescape/model/clue/ClueScrollHelper.d.ts.map +1 -0
- package/dist/runescape/model/clue/ClueScrollHelper.js +197 -0
- package/dist/runescape/model/clue/ClueScrollRewards.d.ts +175 -0
- package/dist/runescape/model/clue/ClueScrollRewards.d.ts.map +1 -0
- package/dist/runescape/model/clue/ClueScrollRewards.js +1436 -0
- package/dist/runescape/model/diaries/Ardougne.d.ts +3 -0
- package/dist/runescape/model/diaries/Ardougne.d.ts.map +1 -0
- package/dist/runescape/model/diaries/Ardougne.js +2 -3
- package/dist/runescape/model/diaries/Desert.d.ts +4 -0
- package/dist/runescape/model/diaries/Desert.d.ts.map +1 -0
- package/dist/runescape/model/diaries/Diary.d.ts +52 -0
- package/dist/runescape/model/diaries/Diary.d.ts.map +1 -0
- package/dist/runescape/model/diaries/Diary.js +46 -25
- package/dist/runescape/model/diaries/Fremennik.d.ts +4 -0
- package/dist/runescape/model/diaries/Fremennik.d.ts.map +1 -0
- package/dist/runescape/model/diaries/Kandarin.d.ts +4 -0
- package/dist/runescape/model/diaries/Kandarin.d.ts.map +1 -0
- package/dist/runescape/model/diaries/Karamja.d.ts +4 -0
- package/dist/runescape/model/diaries/Karamja.d.ts.map +1 -0
- package/dist/runescape/model/diaries/KourendKebos.d.ts +4 -0
- package/dist/runescape/model/diaries/KourendKebos.d.ts.map +1 -0
- package/dist/runescape/model/diaries/LumbridgeDraynor.d.ts +4 -0
- package/dist/runescape/model/diaries/LumbridgeDraynor.d.ts.map +1 -0
- package/dist/runescape/model/diaries/Morytania.d.ts +4 -0
- package/dist/runescape/model/diaries/Morytania.d.ts.map +1 -0
- package/dist/runescape/model/diaries/Wilderness.d.ts +4 -0
- package/dist/runescape/model/diaries/Wilderness.d.ts.map +1 -0
- package/dist/runescape/model/diaries/ardougne/Ardougne.d.ts +9 -0
- package/dist/runescape/model/diaries/ardougne/Ardougne.d.ts.map +1 -0
- package/dist/runescape/model/diaries/ardougne/Ardougne.js +411 -2
- package/dist/runescape/model/diaries/desert/Desert.d.ts +9 -0
- package/dist/runescape/model/diaries/desert/Desert.d.ts.map +1 -0
- package/dist/runescape/model/diaries/desert/Desert.js +287 -2
- package/dist/runescape/model/diaries/fremennik/Fremennik.d.ts +9 -0
- package/dist/runescape/model/diaries/fremennik/Fremennik.d.ts.map +1 -0
- package/dist/runescape/model/diaries/fremennik/Fremennik.js +255 -0
- package/dist/runescape/model/diaries/index.d.ts +2 -0
- package/dist/runescape/model/diaries/index.d.ts.map +1 -0
- package/dist/runescape/model/diaries/kandarin/Kandarin.d.ts +9 -0
- package/dist/runescape/model/diaries/kandarin/Kandarin.d.ts.map +1 -0
- package/dist/runescape/model/diaries/kandarin/Kandarin.js +257 -0
- package/dist/runescape/model/diaries/karamja/Karamja.d.ts +9 -0
- package/dist/runescape/model/diaries/karamja/Karamja.d.ts.map +1 -0
- package/dist/runescape/model/diaries/karamja/Karamja.js +388 -2
- package/dist/runescape/model/diaries/kourend-kebos/KourendKebos.d.ts +9 -0
- package/dist/runescape/model/diaries/kourend-kebos/KourendKebos.d.ts.map +1 -0
- package/dist/runescape/model/diaries/kourend-kebos/KourendKebos.js +260 -0
- package/dist/runescape/model/diaries/lumbridge-draynor/LumbridgeDraynor.d.ts +9 -0
- package/dist/runescape/model/diaries/lumbridge-draynor/LumbridgeDraynor.d.ts.map +1 -0
- package/dist/runescape/model/diaries/lumbridge-draynor/LumbridgeDraynor.js +262 -0
- package/dist/runescape/model/diaries/morytania/Morytania.d.ts +9 -0
- package/dist/runescape/model/diaries/morytania/Morytania.d.ts.map +1 -0
- package/dist/runescape/model/diaries/morytania/Morytania.js +260 -0
- package/dist/runescape/model/diaries/varrock/Varrock.d.ts +9 -0
- package/dist/runescape/model/diaries/varrock/Varrock.d.ts.map +1 -0
- package/dist/runescape/model/diaries/varrock/Varrock.js +274 -2
- package/dist/runescape/model/diaries/wilderness/Wilderness.d.ts +9 -0
- package/dist/runescape/model/diaries/wilderness/Wilderness.d.ts.map +1 -0
- package/dist/runescape/model/diaries/wilderness/Wilderness.js +256 -0
- package/dist/runescape/model/npc/Npc.d.ts +56 -0
- package/dist/runescape/model/npc/Npc.d.ts.map +1 -0
- package/dist/runescape/model/npc/NpcDrop.d.ts +10 -0
- package/dist/runescape/model/npc/NpcDrop.d.ts.map +1 -0
- package/dist/runescape/model/npc/NpcProduct.d.ts +28 -0
- package/dist/runescape/model/npc/NpcProduct.d.ts.map +1 -0
- package/dist/runescape/model/npc/npcs/Hans.d.ts +6 -0
- package/dist/runescape/model/npc/npcs/Hans.d.ts.map +1 -0
- package/dist/runescape/model/npc/npcs/Man.d.ts +6 -0
- package/dist/runescape/model/npc/npcs/Man.d.ts.map +1 -0
- package/dist/runescape/model/npc/npcs/PeerTheSeer.d.ts +8 -0
- package/dist/runescape/model/npc/npcs/PeerTheSeer.d.ts.map +1 -0
- package/dist/runescape/model/npc/npcs/Woman.d.ts +3 -0
- package/dist/runescape/model/npc/npcs/Woman.d.ts.map +1 -0
- package/dist/runescape/model/quest/MiniQuestList.d.ts +35 -0
- package/dist/runescape/model/quest/MiniQuestList.d.ts.map +1 -0
- package/dist/runescape/model/quest/Quest.d.ts +171 -0
- package/dist/runescape/model/quest/Quest.d.ts.map +1 -0
- package/dist/runescape/model/quest/QuestList.d.ts +11 -0
- package/dist/runescape/model/quest/QuestList.d.ts.map +1 -0
- package/dist/runescape/model/quest/QuestTool.d.ts +45 -0
- package/dist/runescape/model/quest/QuestTool.d.ts.map +1 -0
- package/dist/runescape/model/quest/QuestTool.js +8 -17
- package/dist/runescape/model/quest/Requirements.d.ts +116 -0
- package/dist/runescape/model/quest/Requirements.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/AKingdomDivided.d.ts +9 -0
- package/dist/runescape/model/quest/all/AKingdomDivided.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/APorcineOfInterest.d.ts +4 -0
- package/dist/runescape/model/quest/all/APorcineOfInterest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/APorcineOfInterest.js +1 -1
- package/dist/runescape/model/quest/all/ASoulsBane.d.ts +4 -0
- package/dist/runescape/model/quest/all/ASoulsBane.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ASoulsBane.js +1 -1
- package/dist/runescape/model/quest/all/ATailOfTwoCats.d.ts +4 -0
- package/dist/runescape/model/quest/all/ATailOfTwoCats.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ATailOfTwoCats.js +1 -1
- package/dist/runescape/model/quest/all/ATasteOfHope.d.ts +4 -0
- package/dist/runescape/model/quest/all/ATasteOfHope.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ATasteOfHope.js +1 -1
- package/dist/runescape/model/quest/all/ATheatreOfBlood.d.ts +4 -0
- package/dist/runescape/model/quest/all/ATheatreOfBlood.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ATheatreOfBlood.js +1 -1
- package/dist/runescape/model/quest/all/AnimalMagnetism.d.ts +9 -0
- package/dist/runescape/model/quest/all/AnimalMagnetism.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/AnimalMagnetism.js +1 -1
- package/dist/runescape/model/quest/all/AnotherSliceOfHAM.d.ts +4 -0
- package/dist/runescape/model/quest/all/AnotherSliceOfHAM.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/AnotherSliceOfHAM.js +1 -1
- package/dist/runescape/model/quest/all/BelowIceMountain.d.ts +4 -0
- package/dist/runescape/model/quest/all/BelowIceMountain.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/BelowIceMountain.js +1 -1
- package/dist/runescape/model/quest/all/BetweenARock.d.ts +4 -0
- package/dist/runescape/model/quest/all/BetweenARock.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/BetweenARock.js +1 -1
- package/dist/runescape/model/quest/all/BigChompyBirdHunting.d.ts +4 -0
- package/dist/runescape/model/quest/all/BigChompyBirdHunting.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/BigChompyBirdHunting.js +1 -1
- package/dist/runescape/model/quest/all/Biohazard.d.ts +4 -0
- package/dist/runescape/model/quest/all/Biohazard.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Biohazard.js +1 -1
- package/dist/runescape/model/quest/all/BlackKnightsFortress.d.ts +4 -0
- package/dist/runescape/model/quest/all/BlackKnightsFortress.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/BlackKnightsFortress.js +1 -1
- package/dist/runescape/model/quest/all/BoneVoyage.d.ts +4 -0
- package/dist/runescape/model/quest/all/BoneVoyage.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/BoneVoyage.js +1 -1
- package/dist/runescape/model/quest/all/CabinFever.d.ts +4 -0
- package/dist/runescape/model/quest/all/CabinFever.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/CabinFever.js +1 -1
- package/dist/runescape/model/quest/all/ClientOfKourend.d.ts +4 -0
- package/dist/runescape/model/quest/all/ClientOfKourend.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ClientOfKourend.js +1 -1
- package/dist/runescape/model/quest/all/ClockTower.d.ts +4 -0
- package/dist/runescape/model/quest/all/ClockTower.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ClockTower.js +1 -1
- package/dist/runescape/model/quest/all/ColdWar.d.ts +4 -0
- package/dist/runescape/model/quest/all/ColdWar.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ColdWar.js +1 -1
- package/dist/runescape/model/quest/all/Contact.d.ts +4 -0
- package/dist/runescape/model/quest/all/Contact.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Contact.js +1 -1
- package/dist/runescape/model/quest/all/CooksAssistant.d.ts +4 -0
- package/dist/runescape/model/quest/all/CooksAssistant.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/CooksAssistant.js +1 -1
- package/dist/runescape/model/quest/all/CreatureOfFenkenstrain.d.ts +4 -0
- package/dist/runescape/model/quest/all/CreatureOfFenkenstrain.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/CreatureOfFenkenstrain.js +1 -1
- package/dist/runescape/model/quest/all/CurrentAffairs.d.ts +35 -0
- package/dist/runescape/model/quest/all/CurrentAffairs.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/CurrentAffairs.js +1 -1
- package/dist/runescape/model/quest/all/DarknessOfHallowvale.d.ts +9 -0
- package/dist/runescape/model/quest/all/DarknessOfHallowvale.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DarknessOfHallowvale.js +1 -1
- package/dist/runescape/model/quest/all/DeathPlateau.d.ts +4 -0
- package/dist/runescape/model/quest/all/DeathPlateau.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DeathPlateau.js +1 -1
- package/dist/runescape/model/quest/all/DeathToTheDorgeshuun.d.ts +4 -0
- package/dist/runescape/model/quest/all/DeathToTheDorgeshuun.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DeathToTheDorgeshuun.js +1 -1
- package/dist/runescape/model/quest/all/DemonSlayer.d.ts +4 -0
- package/dist/runescape/model/quest/all/DemonSlayer.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DemonSlayer.js +1 -1
- package/dist/runescape/model/quest/all/DesertTreasure.d.ts +71 -0
- package/dist/runescape/model/quest/all/DesertTreasure.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DesertTreasure.js +1 -1
- package/dist/runescape/model/quest/all/DeviousMinds.d.ts +4 -0
- package/dist/runescape/model/quest/all/DeviousMinds.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DeviousMinds.js +1 -1
- package/dist/runescape/model/quest/all/DoricQuest.d.ts +53 -0
- package/dist/runescape/model/quest/all/DoricQuest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DoricQuest.js +1 -1
- package/dist/runescape/model/quest/all/DoricsQuest.d.ts +4 -0
- package/dist/runescape/model/quest/all/DoricsQuest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DoricsQuest.js +1 -1
- package/dist/runescape/model/quest/all/DragonSlayerI.d.ts +4 -0
- package/dist/runescape/model/quest/all/DragonSlayerI.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DragonSlayerI.js +1 -1
- package/dist/runescape/model/quest/all/DragonSlayerII.d.ts +4 -0
- package/dist/runescape/model/quest/all/DragonSlayerII.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DragonSlayerII.js +1 -1
- package/dist/runescape/model/quest/all/DreamMentor.d.ts +67 -0
- package/dist/runescape/model/quest/all/DreamMentor.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DreamMentor.js +1 -1
- package/dist/runescape/model/quest/all/DruidicRitual.d.ts +4 -0
- package/dist/runescape/model/quest/all/DruidicRitual.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DruidicRitual.js +1 -1
- package/dist/runescape/model/quest/all/DwarfCannon.d.ts +4 -0
- package/dist/runescape/model/quest/all/DwarfCannon.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/DwarfCannon.js +1 -1
- package/dist/runescape/model/quest/all/EadgarsRuse.d.ts +4 -0
- package/dist/runescape/model/quest/all/EadgarsRuse.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/EadgarsRuse.js +1 -1
- package/dist/runescape/model/quest/all/EaglesPeak.d.ts +4 -0
- package/dist/runescape/model/quest/all/EaglesPeak.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/EaglesPeak.js +1 -1
- package/dist/runescape/model/quest/all/ElementalWorkshopI.d.ts +4 -0
- package/dist/runescape/model/quest/all/ElementalWorkshopI.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ElementalWorkshopI.js +1 -1
- package/dist/runescape/model/quest/all/ElementalWorkshopII.d.ts +4 -0
- package/dist/runescape/model/quest/all/ElementalWorkshopII.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ElementalWorkshopII.js +1 -1
- package/dist/runescape/model/quest/all/EnakhrasLament.d.ts +4 -0
- package/dist/runescape/model/quest/all/EnakhrasLament.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/EnakhrasLament.js +1 -1
- package/dist/runescape/model/quest/all/EnlightenedJourney.d.ts +4 -0
- package/dist/runescape/model/quest/all/EnlightenedJourney.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/EnlightenedJourney.js +1 -1
- package/dist/runescape/model/quest/all/FairytaleIGrowingPains.d.ts +4 -0
- package/dist/runescape/model/quest/all/FairytaleIGrowingPains.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/FairytaleIGrowingPains.js +1 -1
- package/dist/runescape/model/quest/all/FairytaleIICureAQueen.d.ts +4 -0
- package/dist/runescape/model/quest/all/FairytaleIICureAQueen.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/FairytaleIICureAQueen.js +1 -1
- package/dist/runescape/model/quest/all/FamilyCrest.d.ts +4 -0
- package/dist/runescape/model/quest/all/FamilyCrest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/FamilyCrest.js +1 -1
- package/dist/runescape/model/quest/all/FightArena.d.ts +4 -0
- package/dist/runescape/model/quest/all/FightArena.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/FightArena.js +1 -1
- package/dist/runescape/model/quest/all/FishingContest.d.ts +4 -0
- package/dist/runescape/model/quest/all/FishingContest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/FishingContest.js +1 -1
- package/dist/runescape/model/quest/all/ForgettableTale.d.ts +4 -0
- package/dist/runescape/model/quest/all/ForgettableTale.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ForgettableTale.js +1 -1
- package/dist/runescape/model/quest/all/GardenOfTranquillity.d.ts +4 -0
- package/dist/runescape/model/quest/all/GardenOfTranquillity.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/GardenOfTranquillity.js +1 -1
- package/dist/runescape/model/quest/all/GertrudesCat.d.ts +4 -0
- package/dist/runescape/model/quest/all/GertrudesCat.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/GertrudesCat.js +1 -1
- package/dist/runescape/model/quest/all/GettingAhead.d.ts +4 -0
- package/dist/runescape/model/quest/all/GettingAhead.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/GettingAhead.js +1 -1
- package/dist/runescape/model/quest/all/GhostsAhoy.d.ts +4 -0
- package/dist/runescape/model/quest/all/GhostsAhoy.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/GhostsAhoy.js +1 -1
- package/dist/runescape/model/quest/all/GoblinDiplomacy.d.ts +4 -0
- package/dist/runescape/model/quest/all/GoblinDiplomacy.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/GoblinDiplomacy.js +1 -1
- package/dist/runescape/model/quest/all/GrimTales.d.ts +4 -0
- package/dist/runescape/model/quest/all/GrimTales.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/GrimTales.js +1 -1
- package/dist/runescape/model/quest/all/HauntedMine.d.ts +4 -0
- package/dist/runescape/model/quest/all/HauntedMine.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/HauntedMine.js +1 -1
- package/dist/runescape/model/quest/all/HazeelCult.d.ts +4 -0
- package/dist/runescape/model/quest/all/HazeelCult.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/HazeelCult.js +1 -1
- package/dist/runescape/model/quest/all/HeroesQuest.d.ts +4 -0
- package/dist/runescape/model/quest/all/HeroesQuest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/HeroesQuest.js +1 -1
- package/dist/runescape/model/quest/all/HolyGrail.d.ts +4 -0
- package/dist/runescape/model/quest/all/HolyGrail.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/HolyGrail.js +3 -9
- package/dist/runescape/model/quest/all/HorrorFromTheDeep.d.ts +4 -0
- package/dist/runescape/model/quest/all/HorrorFromTheDeep.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/HorrorFromTheDeep.js +3 -9
- package/dist/runescape/model/quest/all/IcthlarinsLittleHelper.d.ts +7 -0
- package/dist/runescape/model/quest/all/IcthlarinsLittleHelper.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/IcthlarinsLittleHelper.js +1 -1
- package/dist/runescape/model/quest/all/ImpCatcher.d.ts +4 -0
- package/dist/runescape/model/quest/all/ImpCatcher.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ImpCatcher.js +1 -1
- package/dist/runescape/model/quest/all/InAidOfTheMyreque.d.ts +4 -0
- package/dist/runescape/model/quest/all/InAidOfTheMyreque.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/InAidOfTheMyreque.js +1 -1
- package/dist/runescape/model/quest/all/InSearchOfTheMyreque.d.ts +4 -0
- package/dist/runescape/model/quest/all/InSearchOfTheMyreque.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/InSearchOfTheMyreque.js +1 -1
- package/dist/runescape/model/quest/all/JunglePotion.d.ts +4 -0
- package/dist/runescape/model/quest/all/JunglePotion.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/JunglePotion.js +1 -1
- package/dist/runescape/model/quest/all/KingsRansom.d.ts +4 -0
- package/dist/runescape/model/quest/all/KingsRansom.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/KingsRansom.js +1 -1
- package/dist/runescape/model/quest/all/LegendsQuest.d.ts +4 -0
- package/dist/runescape/model/quest/all/LegendsQuest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/LegendsQuest.js +1 -1
- package/dist/runescape/model/quest/all/LostCity.d.ts +4 -0
- package/dist/runescape/model/quest/all/LostCity.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/LostCity.js +1 -1
- package/dist/runescape/model/quest/all/LunarDiplomacy.d.ts +4 -0
- package/dist/runescape/model/quest/all/LunarDiplomacy.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/LunarDiplomacy.js +1 -1
- package/dist/runescape/model/quest/all/MakingHistory.d.ts +4 -0
- package/dist/runescape/model/quest/all/MakingHistory.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MakingHistory.js +1 -1
- package/dist/runescape/model/quest/all/MeatAndGreet.d.ts +4 -0
- package/dist/runescape/model/quest/all/MeatAndGreet.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MeatAndGreet.js +1 -1
- package/dist/runescape/model/quest/all/MerlinsCrystal.d.ts +4 -0
- package/dist/runescape/model/quest/all/MerlinsCrystal.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MerlinsCrystal.js +1 -1
- package/dist/runescape/model/quest/all/MonkeyMadness.d.ts +4 -0
- package/dist/runescape/model/quest/all/MonkeyMadness.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MonkeyMadness.js +1 -1
- package/dist/runescape/model/quest/all/MonkeyMadnessII.d.ts +4 -0
- package/dist/runescape/model/quest/all/MonkeyMadnessII.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MonkeyMadnessII.js +1 -1
- package/dist/runescape/model/quest/all/MonksFriend.d.ts +4 -0
- package/dist/runescape/model/quest/all/MonksFriend.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MonksFriend.js +1 -1
- package/dist/runescape/model/quest/all/MurderMystery.d.ts +4 -0
- package/dist/runescape/model/quest/all/MurderMystery.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MurderMystery.js +1 -1
- package/dist/runescape/model/quest/all/MyArmsBigAdventure.d.ts +4 -0
- package/dist/runescape/model/quest/all/MyArmsBigAdventure.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/MyArmsBigAdventure.js +1 -1
- package/dist/runescape/model/quest/all/NatureSpirit.d.ts +4 -0
- package/dist/runescape/model/quest/all/NatureSpirit.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/NatureSpirit.js +1 -1
- package/dist/runescape/model/quest/all/ObservatoryQuest.d.ts +4 -0
- package/dist/runescape/model/quest/all/ObservatoryQuest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ObservatoryQuest.js +1 -1
- package/dist/runescape/model/quest/all/OlafsQuest.d.ts +4 -0
- package/dist/runescape/model/quest/all/OlafsQuest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/OlafsQuest.js +1 -1
- package/dist/runescape/model/quest/all/OneSmallFavour.d.ts +4 -0
- package/dist/runescape/model/quest/all/OneSmallFavour.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/OneSmallFavour.js +1 -1
- package/dist/runescape/model/quest/all/Pandemonium.d.ts +36 -0
- package/dist/runescape/model/quest/all/Pandemonium.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Pandemonium.js +1 -1
- package/dist/runescape/model/quest/all/PlagueCity.d.ts +4 -0
- package/dist/runescape/model/quest/all/PlagueCity.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/PlagueCity.js +1 -1
- package/dist/runescape/model/quest/all/PriestInPeril.d.ts +4 -0
- package/dist/runescape/model/quest/all/PriestInPeril.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/PriestInPeril.js +1 -1
- package/dist/runescape/model/quest/all/PryingTimes.d.ts +47 -0
- package/dist/runescape/model/quest/all/PryingTimes.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/PryingTimes.js +1 -1
- package/dist/runescape/model/quest/all/RagAndBoneMan.d.ts +4 -0
- package/dist/runescape/model/quest/all/RagAndBoneMan.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/RagAndBoneMan.js +1 -1
- package/dist/runescape/model/quest/all/Ratcatchers.d.ts +4 -0
- package/dist/runescape/model/quest/all/Ratcatchers.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Ratcatchers.js +1 -1
- package/dist/runescape/model/quest/all/RecipeForDisaster.d.ts +4 -0
- package/dist/runescape/model/quest/all/RecipeForDisaster.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/RecipeForDisaster.js +1 -1
- package/dist/runescape/model/quest/all/RecruitmentDrive.d.ts +4 -0
- package/dist/runescape/model/quest/all/RecruitmentDrive.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/RecruitmentDrive.js +1 -1
- package/dist/runescape/model/quest/all/Regicide.d.ts +4 -0
- package/dist/runescape/model/quest/all/Regicide.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Regicide.js +1 -1
- package/dist/runescape/model/quest/all/RovingElves.d.ts +4 -0
- package/dist/runescape/model/quest/all/RovingElves.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/RovingElves.js +1 -1
- package/dist/runescape/model/quest/all/RoyalTrouble.d.ts +4 -0
- package/dist/runescape/model/quest/all/RoyalTrouble.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/RoyalTrouble.js +1 -1
- package/dist/runescape/model/quest/all/RumDeal.d.ts +4 -0
- package/dist/runescape/model/quest/all/RumDeal.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/RumDeal.js +1 -1
- package/dist/runescape/model/quest/all/ScorpionCatcher.d.ts +4 -0
- package/dist/runescape/model/quest/all/ScorpionCatcher.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ScorpionCatcher.js +1 -1
- package/dist/runescape/model/quest/all/Scrambled.d.ts +4 -0
- package/dist/runescape/model/quest/all/Scrambled.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Scrambled.js +1 -1
- package/dist/runescape/model/quest/all/SeaSlug.d.ts +4 -0
- package/dist/runescape/model/quest/all/SeaSlug.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/SeaSlug.js +1 -1
- package/dist/runescape/model/quest/all/ShadesOfMortton.d.ts +4 -0
- package/dist/runescape/model/quest/all/ShadesOfMortton.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ShadesOfMortton.js +1 -1
- package/dist/runescape/model/quest/all/ShadowOfTheStorm.d.ts +4 -0
- package/dist/runescape/model/quest/all/ShadowOfTheStorm.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ShadowOfTheStorm.js +1 -1
- package/dist/runescape/model/quest/all/ShadowsOfCustodia.d.ts +4 -0
- package/dist/runescape/model/quest/all/ShadowsOfCustodia.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ShadowsOfCustodia.js +1 -1
- package/dist/runescape/model/quest/all/SheepHerder.d.ts +4 -0
- package/dist/runescape/model/quest/all/SheepHerder.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/SheepHerder.js +1 -1
- package/dist/runescape/model/quest/all/ShiloVillage.d.ts +4 -0
- package/dist/runescape/model/quest/all/ShiloVillage.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ShiloVillage.js +1 -1
- package/dist/runescape/model/quest/all/SlugMenace.d.ts +4 -0
- package/dist/runescape/model/quest/all/SlugMenace.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/SlugMenace.js +1 -1
- package/dist/runescape/model/quest/all/SongOfTheElves.d.ts +4 -0
- package/dist/runescape/model/quest/all/SongOfTheElves.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/SongOfTheElves.js +1 -1
- package/dist/runescape/model/quest/all/SpiritsOfTheElid.d.ts +4 -0
- package/dist/runescape/model/quest/all/SpiritsOfTheElid.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/SpiritsOfTheElid.js +1 -1
- package/dist/runescape/model/quest/all/SwanSong.d.ts +4 -0
- package/dist/runescape/model/quest/all/SwanSong.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/SwanSong.js +1 -1
- package/dist/runescape/model/quest/all/TaiBwoWannaiTrio.d.ts +4 -0
- package/dist/runescape/model/quest/all/TaiBwoWannaiTrio.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TaiBwoWannaiTrio.js +1 -1
- package/dist/runescape/model/quest/all/TheAscentOfArceuus.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheAscentOfArceuus.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheAscentOfArceuus.js +1 -1
- package/dist/runescape/model/quest/all/TheDepthsOfDespair.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheDepthsOfDespair.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheDepthsOfDespair.js +1 -1
- package/dist/runescape/model/quest/all/TheFinalDawn.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheFinalDawn.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheFinalDawn.js +1 -1
- package/dist/runescape/model/quest/all/TheForsakenTower.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheForsakenTower.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheForsakenTower.js +1 -1
- package/dist/runescape/model/quest/all/TheFremennikExiles.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheFremennikExiles.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheFremennikExiles.js +1 -1
- package/dist/runescape/model/quest/all/TheFremennikIsles.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheFremennikIsles.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheFremennikIsles.js +1 -1
- package/dist/runescape/model/quest/all/TheFremennikTrials.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheFremennikTrials.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheFremennikTrials.js +1 -1
- package/dist/runescape/model/quest/all/TheGiantDwarf.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheGiantDwarf.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheGiantDwarf.js +1 -1
- package/dist/runescape/model/quest/all/TheGolem.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheGolem.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheGolem.js +1 -1
- package/dist/runescape/model/quest/all/TheGrandTree.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheGrandTree.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheGrandTree.js +1 -1
- package/dist/runescape/model/quest/all/TheGreatBrainRobbery.d.ts +9 -0
- package/dist/runescape/model/quest/all/TheGreatBrainRobbery.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheGreatBrainRobbery.js +1 -1
- package/dist/runescape/model/quest/all/TheHandInTheSand.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheHandInTheSand.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheHandInTheSand.js +1 -1
- package/dist/runescape/model/quest/all/TheKnightsSword.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheKnightsSword.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheKnightsSword.js +1 -1
- package/dist/runescape/model/quest/all/TheLostTribe.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheLostTribe.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheLostTribe.js +1 -1
- package/dist/runescape/model/quest/all/TheQueenOfThieves.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheQueenOfThieves.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheQueenOfThieves.js +1 -1
- package/dist/runescape/model/quest/all/TheSlugMenace.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheSlugMenace.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheSlugMenace.js +1 -1
- package/dist/runescape/model/quest/all/TheTaleOfTheRighteous.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheTaleOfTheRighteous.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheTaleOfTheRighteous.js +1 -1
- package/dist/runescape/model/quest/all/TheTempleOfIkov.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheTempleOfIkov.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheTempleOfIkov.js +1 -1
- package/dist/runescape/model/quest/all/TheTouristTrap.d.ts +4 -0
- package/dist/runescape/model/quest/all/TheTouristTrap.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TheTouristTrap.js +1 -1
- package/dist/runescape/model/quest/all/ThroneOfMiscellania.d.ts +4 -0
- package/dist/runescape/model/quest/all/ThroneOfMiscellania.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ThroneOfMiscellania.js +1 -1
- package/dist/runescape/model/quest/all/TowerOfLife.d.ts +4 -0
- package/dist/runescape/model/quest/all/TowerOfLife.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TowerOfLife.js +1 -1
- package/dist/runescape/model/quest/all/TreeGnomeVillage.d.ts +4 -0
- package/dist/runescape/model/quest/all/TreeGnomeVillage.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TreeGnomeVillage.js +1 -1
- package/dist/runescape/model/quest/all/TribalTotem.d.ts +4 -0
- package/dist/runescape/model/quest/all/TribalTotem.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TribalTotem.js +1 -1
- package/dist/runescape/model/quest/all/TrollRomance.d.ts +4 -0
- package/dist/runescape/model/quest/all/TrollRomance.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TrollRomance.js +1 -1
- package/dist/runescape/model/quest/all/TrollStronghold.d.ts +4 -0
- package/dist/runescape/model/quest/all/TrollStronghold.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TrollStronghold.js +1 -1
- package/dist/runescape/model/quest/all/TroubledTortugans.d.ts +67 -0
- package/dist/runescape/model/quest/all/TroubledTortugans.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/TroubledTortugans.js +1 -1
- package/dist/runescape/model/quest/all/UndergroundPass.d.ts +4 -0
- package/dist/runescape/model/quest/all/UndergroundPass.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/UndergroundPass.js +1 -1
- package/dist/runescape/model/quest/all/VampyreSlayer.d.ts +4 -0
- package/dist/runescape/model/quest/all/VampyreSlayer.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/VampyreSlayer.js +1 -1
- package/dist/runescape/model/quest/all/Wanted.d.ts +70 -0
- package/dist/runescape/model/quest/all/Wanted.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Wanted.js +1 -1
- package/dist/runescape/model/quest/all/Watchtower.d.ts +4 -0
- package/dist/runescape/model/quest/all/Watchtower.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/Watchtower.js +1 -1
- package/dist/runescape/model/quest/all/WaterfallQuest.d.ts +4 -0
- package/dist/runescape/model/quest/all/WaterfallQuest.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/WaterfallQuest.js +1 -1
- package/dist/runescape/model/quest/all/WhatLiesBelow.d.ts +31 -0
- package/dist/runescape/model/quest/all/WhatLiesBelow.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/WhatLiesBelow.js +1 -1
- package/dist/runescape/model/quest/all/WitchesPotion.d.ts +4 -0
- package/dist/runescape/model/quest/all/WitchesPotion.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/WitchesPotion.js +1 -1
- package/dist/runescape/model/quest/all/WitchsHouse.d.ts +9 -0
- package/dist/runescape/model/quest/all/WitchsHouse.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/WitchsHouse.js +1 -1
- package/dist/runescape/model/quest/all/ZogreFleshEaters.d.ts +9 -0
- package/dist/runescape/model/quest/all/ZogreFleshEaters.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/ZogreFleshEaters.js +1 -1
- package/dist/runescape/model/quest/all/index.d.ts +144 -0
- package/dist/runescape/model/quest/all/index.d.ts.map +1 -0
- package/dist/runescape/model/quest/all/index.js +143 -0
- package/dist/runescape/model/quest/enums.d.ts +32 -0
- package/dist/runescape/model/quest/enums.d.ts.map +1 -0
- package/dist/runescape/model/quest/index.d.ts +13 -0
- package/dist/runescape/model/quest/index.d.ts.map +1 -0
- package/dist/runescape/model/quest/index.js +14 -0
- package/dist/runescape/model/quest/types.d.ts +8 -0
- package/dist/runescape/model/quest/types.d.ts.map +1 -0
- package/dist/runescape/model/slayer/Assignment.d.ts +18 -0
- package/dist/runescape/model/slayer/Assignment.d.ts.map +1 -0
- package/dist/runescape/model/slayer/SlayerBuys.d.ts +4 -0
- package/dist/runescape/model/slayer/SlayerBuys.d.ts.map +1 -0
- package/dist/runescape/model/slayer/SlayerExtends.d.ts +24 -0
- package/dist/runescape/model/slayer/SlayerExtends.d.ts.map +1 -0
- package/dist/runescape/model/slayer/SlayerMaster.d.ts +68 -0
- package/dist/runescape/model/slayer/SlayerMaster.d.ts.map +1 -0
- package/dist/runescape/model/slayer/SlayerReward.d.ts +35 -0
- package/dist/runescape/model/slayer/SlayerReward.d.ts.map +1 -0
- package/dist/runescape/model/slayer/SlayerUnlock.d.ts +8 -0
- package/dist/runescape/model/slayer/SlayerUnlock.d.ts.map +1 -0
- package/dist/runescape/model/slayer/Task.d.ts +101 -0
- package/dist/runescape/model/slayer/Task.d.ts.map +1 -0
- package/dist/runescape/model/slayer/core/Assignment.d.ts +18 -0
- package/dist/runescape/model/slayer/core/Assignment.d.ts.map +1 -0
- package/dist/runescape/model/slayer/core/Assignment.js +29 -0
- package/dist/runescape/model/slayer/core/SlayerMaster.d.ts +69 -0
- package/dist/runescape/model/slayer/core/SlayerMaster.d.ts.map +1 -0
- package/dist/runescape/model/slayer/core/SlayerMaster.js +128 -0
- package/dist/runescape/model/slayer/core/Task.d.ts +140 -0
- package/dist/runescape/model/slayer/core/Task.d.ts.map +1 -0
- package/dist/runescape/model/slayer/core/Task.js +150 -0
- package/dist/runescape/model/slayer/core/index.d.ts +11 -0
- package/dist/runescape/model/slayer/core/index.d.ts.map +1 -0
- package/dist/runescape/model/slayer/core/index.js +8 -0
- package/dist/runescape/model/slayer/core/types.d.ts +137 -0
- package/dist/runescape/model/slayer/core/types.d.ts.map +1 -0
- package/dist/runescape/model/slayer/core/types.js +120 -0
- package/dist/runescape/model/slayer/index.d.ts +16 -0
- package/dist/runescape/model/slayer/index.d.ts.map +1 -0
- package/dist/runescape/model/slayer/index.js +17 -0
- package/dist/runescape/model/slayer/masters/Chaeldar.d.ts +14 -0
- package/dist/runescape/model/slayer/masters/Chaeldar.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Chaeldar.js +33 -0
- package/dist/runescape/model/slayer/masters/Duradel.d.ts +14 -0
- package/dist/runescape/model/slayer/masters/Duradel.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Duradel.js +33 -0
- package/dist/runescape/model/slayer/masters/KonarQuoMaten.d.ts +14 -0
- package/dist/runescape/model/slayer/masters/KonarQuoMaten.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/KonarQuoMaten.js +33 -0
- package/dist/runescape/model/slayer/masters/Krystilia.d.ts +15 -0
- package/dist/runescape/model/slayer/masters/Krystilia.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Krystilia.js +34 -0
- package/dist/runescape/model/slayer/masters/Mazchna.d.ts +14 -0
- package/dist/runescape/model/slayer/masters/Mazchna.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Mazchna.js +33 -0
- package/dist/runescape/model/slayer/masters/Nieve.d.ts +15 -0
- package/dist/runescape/model/slayer/masters/Nieve.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Nieve.js +34 -0
- package/dist/runescape/model/slayer/masters/Spria.d.ts +14 -0
- package/dist/runescape/model/slayer/masters/Spria.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Spria.js +33 -0
- package/dist/runescape/model/slayer/masters/Turael.d.ts +14 -0
- package/dist/runescape/model/slayer/masters/Turael.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Turael.js +33 -0
- package/dist/runescape/model/slayer/masters/Vannaka.d.ts +14 -0
- package/dist/runescape/model/slayer/masters/Vannaka.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/Vannaka.js +33 -0
- package/dist/runescape/model/slayer/masters/index.d.ts +24 -0
- package/dist/runescape/model/slayer/masters/index.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/index.js +30 -0
- package/dist/runescape/model/slayer/masters/registry.d.ts +50 -0
- package/dist/runescape/model/slayer/masters/registry.d.ts.map +1 -0
- package/dist/runescape/model/slayer/masters/registry.js +76 -0
- package/dist/runescape/model/slayer/rewards/SlayerBuy.d.ts +40 -0
- package/dist/runescape/model/slayer/rewards/SlayerBuy.d.ts.map +1 -0
- package/dist/runescape/model/slayer/rewards/SlayerBuy.js +49 -0
- package/dist/runescape/model/slayer/rewards/SlayerExtend.d.ts +34 -0
- package/dist/runescape/model/slayer/rewards/SlayerExtend.d.ts.map +1 -0
- package/dist/runescape/model/slayer/rewards/SlayerExtend.js +41 -0
- package/dist/runescape/model/slayer/rewards/SlayerUnlock.d.ts +31 -0
- package/dist/runescape/model/slayer/rewards/SlayerUnlock.d.ts.map +1 -0
- package/dist/runescape/model/slayer/rewards/SlayerUnlock.js +97 -0
- package/dist/runescape/model/slayer/rewards/buys.data.d.ts +24 -0
- package/dist/runescape/model/slayer/rewards/buys.data.d.ts.map +1 -0
- package/dist/runescape/model/slayer/rewards/buys.data.js +79 -0
- package/dist/runescape/model/slayer/rewards/extends.data.d.ts +16 -0
- package/dist/runescape/model/slayer/rewards/extends.data.d.ts.map +1 -0
- package/dist/runescape/model/slayer/rewards/extends.data.js +140 -0
- package/dist/runescape/model/slayer/rewards/index.d.ts +11 -0
- package/dist/runescape/model/slayer/rewards/index.d.ts.map +1 -0
- package/dist/runescape/model/slayer/rewards/index.js +10 -0
- package/dist/runescape/model/slayer/rewards/unlocks.data.d.ts +20 -0
- package/dist/runescape/model/slayer/rewards/unlocks.data.d.ts.map +1 -0
- package/dist/runescape/model/slayer/rewards/unlocks.data.js +75 -0
- package/dist/runescape/model/slayer/task/ChaelderTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/ChaelderTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/DuradelTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/DuradelTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/KonarTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/KonarTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/KrystiliaTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/KrystiliaTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/MazchnaTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/MazchnaTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/NieveTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/NieveTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/SpriaTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/SpriaTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/TurealTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/TurealTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/task/VannakaTasks.d.ts +4 -0
- package/dist/runescape/model/slayer/task/VannakaTasks.d.ts.map +1 -0
- package/dist/runescape/model/slayer/tasks/constants.d.ts +93 -0
- package/dist/runescape/model/slayer/tasks/constants.d.ts.map +1 -0
- package/dist/runescape/model/slayer/tasks/constants.js +81 -0
- package/dist/runescape/model/slayer/tasks/index.d.ts +16 -0
- package/dist/runescape/model/slayer/tasks/index.d.ts.map +1 -0
- package/dist/runescape/model/slayer/tasks/index.js +18 -0
- package/dist/runescape/tools/ClueScrollHelper.js +103 -0
- package/dist/runescape/tools/experience.d.ts +17 -0
- package/dist/runescape/tools/experience.d.ts.map +1 -0
- package/dist/runescape/tools/getAccount.d.ts +1 -0
- package/dist/runescape/tools/getAccount.d.ts.map +1 -0
- package/dist/runescape/tools/index.d.ts +6 -0
- package/dist/runescape/tools/index.d.ts.map +1 -0
- package/dist/runescape/tools/index.js +5 -0
- package/dist/runescape/utils/index.d.ts +7 -0
- package/dist/runescape/utils/index.d.ts.map +1 -0
- package/dist/runescape/utils/index.js +6 -0
- package/dist/runescape/utils/skillUtils.d.ts +67 -0
- package/dist/runescape/utils/skillUtils.d.ts.map +1 -0
- package/dist/runescape/utils/skillUtils.js +99 -0
- package/dist/runescape/utils/validation.d.ts +53 -0
- package/dist/runescape/utils/validation.d.ts.map +1 -0
- package/package.json +38 -10
- package/public/assets/items/3rd-age-longsword.png +0 -0
- package/public/assets/items/3rd-age-platebody.png +0 -0
- package/public/assets/items/3rd-age-platelegs.png +0 -0
- package/public/assets/items/adamant-platebody.png +0 -0
- package/public/assets/items/adamant-platelegs.png +0 -0
- package/public/assets/items/air-rune.png +0 -0
- package/public/assets/items/amulet-of-glory.png +0 -0
- package/public/assets/items/amulet-of-magic-t.png +0 -0
- package/public/assets/items/amulet-of-magic.png +0 -0
- package/public/assets/items/amulet-of-power-t.png +0 -0
- package/public/assets/items/ancestral-robe-bottom.png +0 -0
- package/public/assets/items/ancestral-robe-top.png +0 -0
- package/public/assets/items/ancient-staff.png +0 -0
- package/public/assets/items/anti-dragon-shield.png +0 -0
- package/public/assets/items/bearhead.png +0 -0
- package/public/assets/items/black-axe.png +0 -0
- package/public/assets/items/black-battleaxe.png +0 -0
- package/public/assets/items/black-dagger.png +0 -0
- package/public/assets/items/black-full-helm-t.png +0 -0
- package/public/assets/items/black-full-helm.png +0 -0
- package/public/assets/items/black-longsword.png +0 -0
- package/public/assets/items/black-pickaxe.png +0 -0
- package/public/assets/items/black-platebody-t.png +0 -0
- package/public/assets/items/black-platebody.png +0 -0
- package/public/assets/items/black-platelegs-t.png +0 -0
- package/public/assets/items/black-platelegs.png +0 -0
- package/public/assets/items/blisterwood-flail.png +0 -0
- package/public/assets/items/blood-rune.png +0 -0
- package/public/assets/items/blue-dye.png +0 -0
- package/public/assets/items/body-rune.png +0 -0
- package/public/assets/items/bones.png +0 -0
- package/public/assets/items/bucket-of-water.png +0 -0
- package/public/assets/items/bucket.png +0 -0
- package/public/assets/items/cape-of-skulls.png +0 -0
- package/public/assets/items/chaos-rune.png +0 -0
- package/public/assets/items/clue-scroll-beginner.png +0 -0
- package/public/assets/items/clue-scroll-easy.png +0 -0
- package/public/assets/items/clue-scroll-elite.png +0 -0
- package/public/assets/items/clue-scroll-hard.png +0 -0
- package/public/assets/items/clue-scroll-master.png +0 -0
- package/public/assets/items/clue-scroll-medium.png +0 -0
- package/public/assets/items/coif.png +0 -0
- package/public/assets/items/coins.png +0 -0
- package/public/assets/items/craw/.png +0 -0
- package/public/assets/items/crystal-key.png +0 -0
- package/public/assets/items/dagannoth-hide.png +0 -0
- package/public/assets/items/dragon-boots.png +0 -0
- package/public/assets/items/dragon-full-helm.png +0 -0
- package/public/assets/items/dragon-key.png +0 -0
- package/public/assets/items/dragon-platebody.png +0 -0
- package/public/assets/items/dragon-platelegs.png +0 -0
- package/public/assets/items/dramen-staff.png +0 -0
- package/public/assets/items/earth-rune.png +0 -0
- package/public/assets/items/ectophial.png +0 -0
- package/public/assets/items/fibula-piece.png +0 -0
- package/public/assets/items/fire-rune.png +0 -0
- package/public/assets/items/flared-trousers.png +0 -0
- package/public/assets/items/games-necklace8.png +0 -0
- package/public/assets/items/ghostspeak-amulet.png +0 -0
- package/public/assets/items/gilded-full-helm.png +0 -0
- package/public/assets/items/gilded-platebody.png +0 -0
- package/public/assets/items/golden-apron.png +0 -0
- package/public/assets/items/reward-casket-beginner.png +0 -0
- package/public/assets/items/reward-casket-easy.png +0 -0
- package/public/assets/items/reward-casket-elite.png +0 -0
- package/public/assets/items/reward-casket-hard.png +0 -0
- package/public/assets/items/reward-casket-master.png +0 -0
- package/public/assets/items/reward-casket-medium.png +0 -0
|
@@ -0,0 +1,1436 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Clue Scroll Reward Item Mappings
|
|
3
|
+
* Organizes all clue scroll rewards by tier with their correct rarity tiers
|
|
4
|
+
* Based on official OSRS Wiki data
|
|
5
|
+
*/
|
|
6
|
+
import { AdamantPlatebody } from '../Item/all/AdamantPlatebody';
|
|
7
|
+
import { AdamantPlatelegs } from '../Item/all/AdamantPlatelegs';
|
|
8
|
+
import { AdamantShieldG } from '../Item/all/AdamantShieldG';
|
|
9
|
+
import { AirRune } from '../Item/all/AirRune';
|
|
10
|
+
import { AmuletOfMagic } from '../Item/all/AmuletOfMagic';
|
|
11
|
+
import { AmuletOfMagicT } from '../Item/all/AmuletOfMagicT';
|
|
12
|
+
import { AmuletOfPowerT } from '../Item/all/AmuletOfPowerT';
|
|
13
|
+
import { BlackAxe } from '../Item/all/BlackAxe';
|
|
14
|
+
import { BlackBattleaxe } from '../Item/all/BlackBattleaxe';
|
|
15
|
+
import { BlackDagger } from '../Item/all/BlackDagger';
|
|
16
|
+
import { BlackFullHelm } from '../Item/all/BlackFullHelm';
|
|
17
|
+
import { BlackFullHelmT } from '../Item/all/BlackFullHelmT';
|
|
18
|
+
import { BlackLongsword } from '../Item/all/BlackLongsword';
|
|
19
|
+
import { BlackPlatebody } from '../Item/all/BlackPlatebody';
|
|
20
|
+
import { BlackPlatebodyT } from '../Item/all/BlackPlatebodyT';
|
|
21
|
+
import { BlackPlatelegs } from '../Item/all/BlackPlatelegs';
|
|
22
|
+
import { BlackPlatelegsT } from '../Item/all/BlackPlatelegsT';
|
|
23
|
+
import { BlackPickaxe } from '../Item/all/BlackPickaxe';
|
|
24
|
+
import { BodyRune } from '../Item/all/BodyRune';
|
|
25
|
+
import { BlueDHideBody } from '../Item/all/BlueDHideBody';
|
|
26
|
+
import { BlueDHideChaps } from '../Item/all/BlueDHideChaps';
|
|
27
|
+
import { CapeOfSkulls } from '../Item/all/CapeOfSkulls';
|
|
28
|
+
import { ChaosRune } from '../Item/all/ChaosRune';
|
|
29
|
+
import { Coins } from '../Item/all/Coins';
|
|
30
|
+
import { Coif } from '../Item/all/Coif';
|
|
31
|
+
import { EarthRune } from '../Item/all/EarthRune';
|
|
32
|
+
import { FireRune } from '../Item/all/FireRune';
|
|
33
|
+
import { FlaredTrousers } from '../Item/all/FlaredTrousersItem';
|
|
34
|
+
import { GildedFullHelm } from '../Item/all/GildedFullHelm';
|
|
35
|
+
import { GildedLegs } from '../Item/all/GildedLegs';
|
|
36
|
+
import { GildedPlatebody } from '../Item/all/GildedPlatebody';
|
|
37
|
+
import { GoldenApron } from '../Item/all/GoldenApron';
|
|
38
|
+
import { GoldenChefsHat } from '../Item/all/GoldenChefsHat';
|
|
39
|
+
import { GreenDHideBody } from '../Item/all/GreenDHideBody';
|
|
40
|
+
import { HamJoint } from '../Item/all/HamJoint';
|
|
41
|
+
import { IronBoots } from '../Item/all/IronBoots';
|
|
42
|
+
import { IronFullHelmT } from '../Item/all/IronFullHelmT';
|
|
43
|
+
import { IronPlatebodyT } from '../Item/all/IronPlatebodyT';
|
|
44
|
+
import { LawRune } from '../Item/all/LawRune';
|
|
45
|
+
import { MasterScrollBookEmpty } from '../Item/all/MasterScrollBookEmpty';
|
|
46
|
+
import { MindRune } from '../Item/all/MindRune';
|
|
47
|
+
import { MithrilFullHelm } from '../Item/all/MithrilFullHelm';
|
|
48
|
+
import { MithrilPlatebody } from '../Item/all/MithrilPlatebody';
|
|
49
|
+
import { MithrilPlatelegs } from '../Item/all/MithrilPlatelegs';
|
|
50
|
+
import { MithrilShieldT } from '../Item/all/MithrilShieldT';
|
|
51
|
+
import { MonksRobeG } from '../Item/all/MonksRobeG';
|
|
52
|
+
import { MonksRobeTopG } from '../Item/all/MonksRobeTopG';
|
|
53
|
+
import { NatureRune } from '../Item/all/NatureRune';
|
|
54
|
+
import { RainBow } from '../Item/all/RainBow';
|
|
55
|
+
import { RangerBoots } from '../Item/all/RangerBoots';
|
|
56
|
+
import { RangerGloves } from '../Item/all/RangerGloves';
|
|
57
|
+
import { RangerLegs } from '../Item/all/RangerLegs';
|
|
58
|
+
import { RangerTunic } from '../Item/all/RangerTunic';
|
|
59
|
+
import { RedDHideBody } from '../Item/all/RedDHideBody';
|
|
60
|
+
import { RedDHideChaps } from '../Item/all/RedDHideChaps';
|
|
61
|
+
import { RedElegantShirt } from '../Item/all/RedElegantShirt';
|
|
62
|
+
import { RuneFullHelm } from '../Item/all/RuneFullHelm';
|
|
63
|
+
import { RuneFullHelmT } from '../Item/all/RuneFullHelmT';
|
|
64
|
+
import { RunePlatebody } from '../Item/all/RunePlatebody';
|
|
65
|
+
import { RunePlatebodyT } from '../Item/all/RunePlatebodyT';
|
|
66
|
+
import { RunePlatelegs } from '../Item/all/RunePlatelegs';
|
|
67
|
+
import { RuniteBar } from '../Item/all/RuniteBar';
|
|
68
|
+
import { Salmon } from '../Item/all/Salmon';
|
|
69
|
+
import { StaffOfAir } from '../Item/all/StaffOfAir';
|
|
70
|
+
import { StaffOfBobTheCat } from '../Item/all/StaffOfBobTheCat';
|
|
71
|
+
import { SteelFullHelm } from '../Item/all/SteelFullHelm';
|
|
72
|
+
import { SteelFullHelmT } from '../Item/all/SteelFullHelmT';
|
|
73
|
+
import { SteelPickaxe } from '../Item/all/SteelPickaxe';
|
|
74
|
+
import { SteelPlatebody } from '../Item/all/SteelPlatebody';
|
|
75
|
+
import { SteelPlatebodyT } from '../Item/all/SteelPlatebodyT';
|
|
76
|
+
import { SteelPlatelegs } from '../Item/all/SteelPlatelegs';
|
|
77
|
+
import { StudiedBody } from '../Item/all/StudiedBody';
|
|
78
|
+
import { StuddedChaps } from '../Item/all/StuddedChaps';
|
|
79
|
+
import { TeamCapeI } from '../Item/all/TeamCapeI';
|
|
80
|
+
import { TeamCapeX } from '../Item/all/TeamCapeX';
|
|
81
|
+
import { TeamCapeZero } from '../Item/all/TeamCapeZero';
|
|
82
|
+
import { ThirdAgeLongsword } from '../Item/all/ThirdAgeLongsword';
|
|
83
|
+
import { ThirdAgePlatebody } from '../Item/all/ThirdAgePlatebody';
|
|
84
|
+
import { ThirdAgePlatelegs } from '../Item/all/ThirdAgePlatelegs';
|
|
85
|
+
import { Trout } from '../Item/all/Trout';
|
|
86
|
+
import { UncutDiamond } from '../Item/all/UncutDiamond';
|
|
87
|
+
import { WaterRune } from '../Item/all/WaterRune';
|
|
88
|
+
import { WillowCompBow } from '../Item/all/WillowCompBow';
|
|
89
|
+
import { WillowLongbow } from '../Item/all/WillowLongbow';
|
|
90
|
+
import { WillowShortbow } from '../Item/all/WillowShortbow';
|
|
91
|
+
import { WoodenShieldG } from '../Item/all/WoodenShieldG';
|
|
92
|
+
/**
|
|
93
|
+
* Unique items table - rolled 1/12 chance, then 1/15 of unique portion
|
|
94
|
+
* Overall rarity per item: 1/360
|
|
95
|
+
* Source: https://oldschool.runescape.wiki/w/Reward_casket_(beginner)#Beginner_clue_uniques
|
|
96
|
+
*/
|
|
97
|
+
const BEGINNER_UNIQUE_ITEMS = {
|
|
98
|
+
'Mole slippers': { item: UncutDiamond, rarity: 360 }, // Placeholder - 154,996 gp
|
|
99
|
+
'Frog slippers': { item: UncutDiamond, rarity: 360 }, // Placeholder - 36,505 gp
|
|
100
|
+
'Bear feet': { item: UncutDiamond, rarity: 360 }, // Placeholder - 19,600 gp
|
|
101
|
+
'Demon feet': { item: UncutDiamond, rarity: 360 }, // Placeholder - 31,406 gp
|
|
102
|
+
'Jester cape': { item: UncutDiamond, rarity: 360 }, // Placeholder - 15,561 gp
|
|
103
|
+
'Shoulder parrot': { item: UncutDiamond, rarity: 360 }, // Placeholder - 84,055 gp
|
|
104
|
+
"Monk's robe top (t)": { item: UncutDiamond, rarity: 360 }, // Placeholder - 20,771 gp
|
|
105
|
+
"Monk's robe (t)": { item: UncutDiamond, rarity: 360 }, // Placeholder - 8,358 gp
|
|
106
|
+
'Amulet of defence (t)': { item: UncutDiamond, rarity: 360 }, // Placeholder - 2,468 gp
|
|
107
|
+
'Sandwich lady hat': { item: UncutDiamond, rarity: 360 }, // Placeholder - 5,089 gp
|
|
108
|
+
'Sandwich lady top': { item: UncutDiamond, rarity: 360 }, // Placeholder - 4,397 gp
|
|
109
|
+
'Sandwich lady bottom': { item: UncutDiamond, rarity: 360 }, // Placeholder - 2,435 gp
|
|
110
|
+
'Rune scimitar ornament kit (guthix)': { item: UncutDiamond, rarity: 360 }, // Placeholder - 3,499 gp
|
|
111
|
+
'Rune scimitar ornament kit (saradomin)': { item: UncutDiamond, rarity: 360 }, // Placeholder - 3,361 gp
|
|
112
|
+
'Rune scimitar ornament kit (zamorak)': { item: UncutDiamond, rarity: 360 }, // Placeholder - 5,262 gp
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Cabbage from unique roll (50% chance when hitting 1/12 unique table)
|
|
116
|
+
* Overall rarity: 1/24
|
|
117
|
+
*/
|
|
118
|
+
const BEGINNER_CABBAGE_TABLE = {
|
|
119
|
+
'Cabbage': { item: UncutDiamond, rarity: 24 }, // Placeholder
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* Black items table - 11/492 chance to roll, then 1/18 for each item
|
|
123
|
+
* Overall rarity per item: 1/805.1 (11/8856)
|
|
124
|
+
* Source: https://oldschool.runescape.wiki/w/Reward_casket_(beginner)#Black_items_table
|
|
125
|
+
*/
|
|
126
|
+
const BEGINNER_BLACK_ITEMS_TABLE = {
|
|
127
|
+
'Black 2h sword': { item: BlackAxe, rarity: 805 }, // Placeholder
|
|
128
|
+
'Black axe': { item: BlackAxe, rarity: 805 },
|
|
129
|
+
'Black battleaxe': { item: BlackBattleaxe, rarity: 805 },
|
|
130
|
+
'Black chainbody': { item: BlackDagger, rarity: 805 }, // Placeholder
|
|
131
|
+
'Black dagger': { item: BlackDagger, rarity: 805 },
|
|
132
|
+
'Black full helm': { item: BlackFullHelm, rarity: 805 },
|
|
133
|
+
'Black kiteshield': { item: BlackPickaxe, rarity: 805 }, // Placeholder
|
|
134
|
+
'Black longsword': { item: BlackLongsword, rarity: 805 },
|
|
135
|
+
'Black mace': { item: BlackBattleaxe, rarity: 805 }, // Placeholder
|
|
136
|
+
'Black med helm': { item: BlackFullHelm, rarity: 805 }, // Placeholder
|
|
137
|
+
'Black pickaxe': { item: BlackPickaxe, rarity: 805 },
|
|
138
|
+
'Black platebody': { item: BlackPlatebody, rarity: 805 },
|
|
139
|
+
'Black plateskirt': { item: BlackPlatelegs, rarity: 805 }, // Placeholder
|
|
140
|
+
'Black platelegs': { item: BlackPlatelegs, rarity: 805 },
|
|
141
|
+
'Black sq shield': { item: BlackPickaxe, rarity: 805 }, // Placeholder
|
|
142
|
+
'Black scimitar': { item: BlackLongsword, rarity: 805 }, // Placeholder
|
|
143
|
+
'Black sword': { item: BlackLongsword, rarity: 805 }, // Placeholder
|
|
144
|
+
'Black warhammer': { item: BlackBattleaxe, rarity: 805 }, // Placeholder
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* Common items table - 440/492 of all rolls
|
|
148
|
+
* Includes weapons, armor, runes, ammunition, and food
|
|
149
|
+
* Source: https://oldschool.runescape.wiki/w/Reward_casket_(beginner)#Weapons_and_armour
|
|
150
|
+
*/
|
|
151
|
+
const BEGINNER_COMMON_ITEMS_TABLE = {
|
|
152
|
+
// Weapons
|
|
153
|
+
'Shortbow': { item: WillowShortbow, rarity: 45 }, // Placeholder
|
|
154
|
+
'Longbow': { item: WillowLongbow, rarity: 45 }, // Placeholder
|
|
155
|
+
'Oak shortbow': { item: WillowShortbow, rarity: 45 }, // Placeholder
|
|
156
|
+
'Oak longbow': { item: WillowLongbow, rarity: 45 }, // Placeholder
|
|
157
|
+
'Iron pickaxe': { item: SteelPickaxe, rarity: 45 }, // Placeholder
|
|
158
|
+
'Staff of air': { item: StaffOfAir, rarity: 45 },
|
|
159
|
+
'Staff of water': { item: StaffOfAir, rarity: 45 }, // Placeholder
|
|
160
|
+
'Staff of earth': { item: StaffOfAir, rarity: 45 }, // Placeholder
|
|
161
|
+
'Staff of fire': { item: StaffOfAir, rarity: 45 }, // Placeholder
|
|
162
|
+
// Steel armor
|
|
163
|
+
'Steel full helm': { item: SteelFullHelm, rarity: 45 },
|
|
164
|
+
'Steel platebody': { item: SteelPlatebody, rarity: 45 },
|
|
165
|
+
'Steel platelegs': { item: SteelPlatelegs, rarity: 45 },
|
|
166
|
+
'Steel plateskirt': { item: SteelPlatelegs, rarity: 45 }, // Placeholder
|
|
167
|
+
'Steel longsword': { item: BlackLongsword, rarity: 45 }, // Placeholder
|
|
168
|
+
'Steel dagger': { item: BlackDagger, rarity: 45 }, // Placeholder
|
|
169
|
+
'Steel axe': { item: BlackAxe, rarity: 45 }, // Placeholder
|
|
170
|
+
'Steel battleaxe': { item: BlackBattleaxe, rarity: 45 },
|
|
171
|
+
// Leather armor
|
|
172
|
+
'Leather cowl': { item: Coif, rarity: 45 }, // Placeholder
|
|
173
|
+
'Leather body': { item: Coif, rarity: 45 }, // Placeholder
|
|
174
|
+
'Leather chaps': { item: StuddedChaps, rarity: 45 }, // Placeholder
|
|
175
|
+
'Leather vambraces': { item: Coif, rarity: 45 }, // Placeholder
|
|
176
|
+
'Hardleather body': { item: StudiedBody, rarity: 45 }, // Placeholder
|
|
177
|
+
// Wizard robes
|
|
178
|
+
'Blue wizard hat': { item: Coif, rarity: 45 }, // Placeholder
|
|
179
|
+
'Blue wizard robe': { item: StudiedBody, rarity: 45 }, // Placeholder
|
|
180
|
+
'Wizard hat': { item: Coif, rarity: 45 }, // Placeholder
|
|
181
|
+
'Black robe': { item: StudiedBody, rarity: 45 }, // Placeholder
|
|
182
|
+
// Runes - quantities vary (15-35 or 2-9 or 2-7 noted)
|
|
183
|
+
'Air rune': { item: AirRune, rarity: 45 },
|
|
184
|
+
'Mind rune': { item: MindRune, rarity: 45 },
|
|
185
|
+
'Water rune': { item: WaterRune, rarity: 45 },
|
|
186
|
+
'Earth rune': { item: EarthRune, rarity: 45 },
|
|
187
|
+
'Fire rune': { item: FireRune, rarity: 45 },
|
|
188
|
+
'Body rune': { item: BodyRune, rarity: 45 },
|
|
189
|
+
'Chaos rune': { item: ChaosRune, rarity: 45 },
|
|
190
|
+
'Nature rune': { item: NatureRune, rarity: 45 },
|
|
191
|
+
'Law rune': { item: LawRune, rarity: 45 },
|
|
192
|
+
// Ammunition
|
|
193
|
+
'Bronze arrow': { item: WillowShortbow, rarity: 45 }, // Placeholder
|
|
194
|
+
'Iron arrow': { item: WillowShortbow, rarity: 45 }, // Placeholder
|
|
195
|
+
// Food
|
|
196
|
+
'Shrimps': { item: Salmon, rarity: 45 }, // Placeholder
|
|
197
|
+
'Sardine': { item: Salmon, rarity: 45 }, // Placeholder
|
|
198
|
+
'Herring': { item: Salmon, rarity: 45 }, // Placeholder
|
|
199
|
+
};
|
|
200
|
+
/**
|
|
201
|
+
* Beginner rewards organized by table structure
|
|
202
|
+
* Table weights define the probability of selecting each table per roll
|
|
203
|
+
*
|
|
204
|
+
* Weights represent proportions that sum to 492:
|
|
205
|
+
* - Unique/Cabbage: 41 weight = 1/12 chance (41/492)
|
|
206
|
+
* - Black items: 11 weight = 11/492 chance
|
|
207
|
+
* - Common items: 440 weight = 440/492 chance
|
|
208
|
+
*/
|
|
209
|
+
export const BEGINNER_REWARDS = {
|
|
210
|
+
tables: [
|
|
211
|
+
{
|
|
212
|
+
name: 'unique',
|
|
213
|
+
weight: 41, // 1/12 overall chance
|
|
214
|
+
items: {
|
|
215
|
+
...BEGINNER_UNIQUE_ITEMS,
|
|
216
|
+
...BEGINNER_CABBAGE_TABLE,
|
|
217
|
+
},
|
|
218
|
+
description: 'Unique items and cabbage table (1/12)',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
name: 'black',
|
|
222
|
+
weight: 11, // 11/492 chance
|
|
223
|
+
items: BEGINNER_BLACK_ITEMS_TABLE,
|
|
224
|
+
description: 'Black items table',
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
name: 'common',
|
|
228
|
+
weight: 440, // 440/492 chance
|
|
229
|
+
items: BEGINNER_COMMON_ITEMS_TABLE,
|
|
230
|
+
description: 'Weapons, armor, runes, and food',
|
|
231
|
+
},
|
|
232
|
+
],
|
|
233
|
+
// Flattened view for backward compatibility
|
|
234
|
+
flattened: {
|
|
235
|
+
...BEGINNER_UNIQUE_ITEMS,
|
|
236
|
+
...BEGINNER_CABBAGE_TABLE,
|
|
237
|
+
...BEGINNER_BLACK_ITEMS_TABLE,
|
|
238
|
+
...BEGINNER_COMMON_ITEMS_TABLE,
|
|
239
|
+
},
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* Reward odds mapping for Easy clue scrolls
|
|
243
|
+
* Easy caskets have a three-tier table structure based on wiki data:
|
|
244
|
+
* https://oldschool.runescape.wiki/w/Reward_casket_(easy)
|
|
245
|
+
*
|
|
246
|
+
* Key mechanics:
|
|
247
|
+
* - Caskets contain 2-4 items (weighted distribution)
|
|
248
|
+
* - Easy clue uniques: 122 items with probabilities 247/1080 (22.9%)
|
|
249
|
+
* - Standard table: Weapons, armor, runes, food
|
|
250
|
+
* - Shared items: Pages, blessings, firelighters, teleports
|
|
251
|
+
* - Master clue scroll: 1/50 chance (adds 18,997 gp expected value)
|
|
252
|
+
* - Average per roll value: 11,095 gp
|
|
253
|
+
* - Average casket value (3 rolls): 33,287 gp → 52,285 gp with master clue odds
|
|
254
|
+
*/
|
|
255
|
+
/**
|
|
256
|
+
* Easy clue unique items table
|
|
257
|
+
* 122 unique items at various rarities
|
|
258
|
+
* Overall unique probability: 247/1080 (22.9%)
|
|
259
|
+
* Source: https://oldschool.runescape.wiki/w/Reward_casket_(easy)#Easy_clue_uniques
|
|
260
|
+
*/
|
|
261
|
+
const EASY_UNIQUE_ITEMS = {
|
|
262
|
+
'Willow comp bow': { item: WillowCompBow, rarity: 360 },
|
|
263
|
+
'Amulet of magic (t)': { item: AmuletOfMagicT, rarity: 360 },
|
|
264
|
+
// 1/1404 items (using placeholders for missing classes)
|
|
265
|
+
'Wooden shield (g)': { item: WoodenShieldG, rarity: 1404 },
|
|
266
|
+
'Black full helm (t)': { item: BlackFullHelmT, rarity: 1404 },
|
|
267
|
+
'Black platebody (t)': { item: BlackPlatebodyT, rarity: 1404 },
|
|
268
|
+
'Black platelegs (t)': { item: BlackPlatelegsT, rarity: 1404 },
|
|
269
|
+
'Steel full helm (t)': { item: SteelFullHelmT, rarity: 1404 },
|
|
270
|
+
'Steel platebody (t)': { item: SteelPlatebodyT, rarity: 1404 },
|
|
271
|
+
'Iron full helm (t)': { item: IronFullHelmT, rarity: 1404 },
|
|
272
|
+
'Iron platebody (t)': { item: IronPlatebodyT, rarity: 1404 },
|
|
273
|
+
// Additional 1/1404 items (using placeholders)
|
|
274
|
+
'Black full helm (g)': { item: BlackFullHelm, rarity: 1404 },
|
|
275
|
+
'Black platebody (g)': { item: BlackPlatebody, rarity: 1404 },
|
|
276
|
+
'Black platelegs (g)': { item: BlackPlatelegs, rarity: 1404 },
|
|
277
|
+
'Black shield (h1)': { item: BlackPickaxe, rarity: 1404 },
|
|
278
|
+
'Black helm (h1)': { item: BlackFullHelm, rarity: 1404 },
|
|
279
|
+
'Flared trousers': { item: FlaredTrousers, rarity: 1404 },
|
|
280
|
+
'Black cane': { item: BlackLongsword, rarity: 1404 },
|
|
281
|
+
'Staff of bob the cat': { item: StaffOfBobTheCat, rarity: 1404 },
|
|
282
|
+
'Amulet of power (t)': { item: AmuletOfPowerT, rarity: 1404 },
|
|
283
|
+
'Ham joint': { item: HamJoint, rarity: 1404 },
|
|
284
|
+
'Rain bow': { item: RainBow, rarity: 1404 },
|
|
285
|
+
'Leather body (g)': { item: StudiedBody, rarity: 1404 },
|
|
286
|
+
'Blue wizard hat (g)': { item: Coif, rarity: 1404 },
|
|
287
|
+
'Blue wizard robe (g)': { item: StudiedBody, rarity: 1404 },
|
|
288
|
+
'Black wizard hat (g)': { item: Coif, rarity: 1404 },
|
|
289
|
+
'Black wizard robe (g)': { item: StudiedBody, rarity: 1404 },
|
|
290
|
+
'Saradomin robe top': { item: StudiedBody, rarity: 1404 },
|
|
291
|
+
'Guthix robe top': { item: StudiedBody, rarity: 1404 },
|
|
292
|
+
'Zamorak robe top': { item: StudiedBody, rarity: 1404 },
|
|
293
|
+
'Ancient robe top': { item: StudiedBody, rarity: 1404 },
|
|
294
|
+
'Armadyl robe top': { item: StudiedBody, rarity: 1404 },
|
|
295
|
+
'Bandos robe top': { item: StudiedBody, rarity: 1404 },
|
|
296
|
+
'Bob\'s red shirt': { item: StudiedBody, rarity: 1404 },
|
|
297
|
+
'Highwayman mask': { item: Coif, rarity: 1404 },
|
|
298
|
+
'Blue beret': { item: Coif, rarity: 1404 },
|
|
299
|
+
'Black beret': { item: Coif, rarity: 1404 },
|
|
300
|
+
'A powdered wig': { item: Coif, rarity: 1404 },
|
|
301
|
+
'Beanie': { item: Coif, rarity: 1404 },
|
|
302
|
+
'Imp mask': { item: Coif, rarity: 1404 },
|
|
303
|
+
'Goblin mask': { item: Coif, rarity: 1404 },
|
|
304
|
+
'Sleeping cap': { item: Coif, rarity: 1404 },
|
|
305
|
+
// 1/2808 items
|
|
306
|
+
'Golden chef\'s hat': { item: GoldenChefsHat, rarity: 2808 },
|
|
307
|
+
'Golden apron': { item: GoldenApron, rarity: 2808 },
|
|
308
|
+
'Red elegant shirt': { item: RedElegantShirt, rarity: 2808 },
|
|
309
|
+
// 1/5616 items
|
|
310
|
+
'Team cape zero': { item: TeamCapeZero, rarity: 5616 },
|
|
311
|
+
'Team cape i': { item: TeamCapeI, rarity: 5616 },
|
|
312
|
+
'Team cape x': { item: TeamCapeX, rarity: 5616 },
|
|
313
|
+
'Cape of skulls': { item: CapeOfSkulls, rarity: 5616 },
|
|
314
|
+
// 1/14040 items
|
|
315
|
+
'Monk\'s robe top (g)': { item: MonksRobeTopG, rarity: 14040 },
|
|
316
|
+
'Monk\'s robe (g)': { item: MonksRobeG, rarity: 14040 },
|
|
317
|
+
};
|
|
318
|
+
/**
|
|
319
|
+
* Standard table for easy clues
|
|
320
|
+
* Weapons, armor, runes, and food
|
|
321
|
+
* Rarity: 1/36 (11/396)
|
|
322
|
+
* Source: https://oldschool.runescape.wiki/w/Reward_casket_(easy)#Standard_table
|
|
323
|
+
*/
|
|
324
|
+
const EASY_STANDARD_TABLE = {
|
|
325
|
+
// Weapons and armor
|
|
326
|
+
'Black full helm': { item: BlackFullHelm, rarity: 36 },
|
|
327
|
+
'Black platebody': { item: BlackPlatebody, rarity: 36 },
|
|
328
|
+
'Black platelegs': { item: BlackPlatelegs, rarity: 36 },
|
|
329
|
+
'Black longsword': { item: BlackLongsword, rarity: 36 },
|
|
330
|
+
'Black battleaxe': { item: BlackBattleaxe, rarity: 36 },
|
|
331
|
+
'Black axe': { item: BlackAxe, rarity: 36 },
|
|
332
|
+
'Black dagger': { item: BlackDagger, rarity: 36 },
|
|
333
|
+
'Steel pickaxe': { item: SteelPickaxe, rarity: 36 },
|
|
334
|
+
'Black pickaxe': { item: BlackPickaxe, rarity: 36 },
|
|
335
|
+
'Coif': { item: Coif, rarity: 36 },
|
|
336
|
+
'Studded body': { item: StudiedBody, rarity: 36 },
|
|
337
|
+
'Studded chaps': { item: StuddedChaps, rarity: 36 },
|
|
338
|
+
'Willow shortbow': { item: WillowShortbow, rarity: 36 },
|
|
339
|
+
'Staff of air': { item: StaffOfAir, rarity: 36 },
|
|
340
|
+
// Higher rarity weapons
|
|
341
|
+
'Willow longbow': { item: WillowLongbow, rarity: 40 },
|
|
342
|
+
'Amulet of magic': { item: AmuletOfMagic, rarity: 40 },
|
|
343
|
+
// Runes
|
|
344
|
+
'Air rune': { item: AirRune, rarity: 36 },
|
|
345
|
+
'Mind rune': { item: MindRune, rarity: 36 },
|
|
346
|
+
'Water rune': { item: WaterRune, rarity: 36 },
|
|
347
|
+
'Earth rune': { item: EarthRune, rarity: 36 },
|
|
348
|
+
'Fire rune': { item: FireRune, rarity: 36 },
|
|
349
|
+
'Body rune': { item: BodyRune, rarity: 36 },
|
|
350
|
+
'Chaos rune': { item: ChaosRune, rarity: 36 },
|
|
351
|
+
'Nature rune': { item: NatureRune, rarity: 36 },
|
|
352
|
+
'Law rune': { item: LawRune, rarity: 36 },
|
|
353
|
+
// Food
|
|
354
|
+
'Trout': { item: Trout, rarity: 36 },
|
|
355
|
+
'Salmon': { item: Salmon, rarity: 36 },
|
|
356
|
+
};
|
|
357
|
+
/**
|
|
358
|
+
* Shared treasure trail items
|
|
359
|
+
* Items shared across multiple clue tiers
|
|
360
|
+
* Various rarities from 1/36 to 1/14040
|
|
361
|
+
*/
|
|
362
|
+
const EASY_SHARED_ITEMS = {
|
|
363
|
+
'Coins': { item: Coins, rarity: 36 },
|
|
364
|
+
'Purple sweets': { item: Coins, rarity: 36 }, // Placeholder for sweets
|
|
365
|
+
'Master scroll book (empty)': { item: MasterScrollBookEmpty, rarity: 792 },
|
|
366
|
+
// Pages (all at 1/864 when on standard table)
|
|
367
|
+
'Saradomin page 1': { item: Coins, rarity: 864 }, // Placeholder
|
|
368
|
+
'Zamorak page 1': { item: Coins, rarity: 864 }, // Placeholder
|
|
369
|
+
'Guthix page 1': { item: Coins, rarity: 864 }, // Placeholder
|
|
370
|
+
'Bandos page 1': { item: Coins, rarity: 864 }, // Placeholder
|
|
371
|
+
'Armadyl page 1': { item: Coins, rarity: 864 }, // Placeholder
|
|
372
|
+
'Ancient page 1': { item: Coins, rarity: 864 }, // Placeholder
|
|
373
|
+
};
|
|
374
|
+
/**
|
|
375
|
+
* Master clue scroll
|
|
376
|
+
* 1/50 chance per casket opening
|
|
377
|
+
* Tertiary reward, not part of main loot table
|
|
378
|
+
*/
|
|
379
|
+
const EASY_MASTER_CLUE = {
|
|
380
|
+
'Clue scroll (master)': { item: Coins, rarity: 50 }, // Placeholder for master clue
|
|
381
|
+
};
|
|
382
|
+
/**
|
|
383
|
+
* Easy rewards organized by table structure
|
|
384
|
+
* Table weights represent the proportion of rolls hitting each table
|
|
385
|
+
*
|
|
386
|
+
* Beginner uses 1080 total weight units:
|
|
387
|
+
* - Unique/standard items dominate
|
|
388
|
+
* - Master clue is separate 1/50 mechanic
|
|
389
|
+
*/
|
|
390
|
+
export const EASY_REWARDS = {
|
|
391
|
+
tables: [
|
|
392
|
+
{
|
|
393
|
+
name: 'unique',
|
|
394
|
+
weight: 247, // ~23% of rolls hit unique items (247/1080)
|
|
395
|
+
items: EASY_UNIQUE_ITEMS,
|
|
396
|
+
description: 'Easy clue unique items (122 items)',
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
name: 'standard',
|
|
400
|
+
weight: 833, // Standard weapons, armor, runes, food (remaining weight)
|
|
401
|
+
items: EASY_STANDARD_TABLE,
|
|
402
|
+
description: 'Standard weapons, armor, runes, food (1/36 base)',
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
name: 'shared',
|
|
406
|
+
weight: 0, // Blended into other tables
|
|
407
|
+
items: EASY_SHARED_ITEMS,
|
|
408
|
+
description: 'Shared treasure trail items (pages, blessings, etc)',
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
name: 'master',
|
|
412
|
+
weight: 0, // Separate 1/50 roll
|
|
413
|
+
items: EASY_MASTER_CLUE,
|
|
414
|
+
description: 'Master clue scroll (1/50 special roll)',
|
|
415
|
+
},
|
|
416
|
+
],
|
|
417
|
+
// Flattened view for backward compatibility
|
|
418
|
+
flattened: {
|
|
419
|
+
...EASY_UNIQUE_ITEMS,
|
|
420
|
+
...EASY_STANDARD_TABLE,
|
|
421
|
+
...EASY_SHARED_ITEMS,
|
|
422
|
+
...EASY_MASTER_CLUE,
|
|
423
|
+
},
|
|
424
|
+
};
|
|
425
|
+
/**
|
|
426
|
+
* Reward odds mapping for Medium clue scrolls
|
|
427
|
+
* https://oldschool.runescape.wiki/w/Reward_casket_(medium)
|
|
428
|
+
*
|
|
429
|
+
* Key mechanics:
|
|
430
|
+
* - Caskets contain 3-5 items (weighted distribution)
|
|
431
|
+
* - Medium clue uniques: 1/10 per reward roll (100+ items)
|
|
432
|
+
* - Standard table: Weapons, armor, runes, food (1/34.1 base rarity)
|
|
433
|
+
* - Shared items: Coins, purple sweets, scrolls, teleports, blessings, pages
|
|
434
|
+
* - Master clue scroll: 1/30 chance (adds 31,662 gp expected value)
|
|
435
|
+
* - Average loot per roll: 30,860 gp
|
|
436
|
+
* - Average casket value (4 rolls): 123,443 gp → 155,106 gp with master scroll odds
|
|
437
|
+
*/
|
|
438
|
+
/**
|
|
439
|
+
* Medium clue unique items table
|
|
440
|
+
* 100+ unique items at various rarities
|
|
441
|
+
* Overall unique probability: 1/10 per reward roll
|
|
442
|
+
* Source: https://oldschool.runescape.wiki/w/Reward_casket_(medium)#Medium_clue_uniques
|
|
443
|
+
*/
|
|
444
|
+
const MEDIUM_UNIQUE_ITEMS = {
|
|
445
|
+
'Gnomish firelighter': { item: UncutDiamond, rarity: 341 },
|
|
446
|
+
'Yew comp bow': { item: RainBow, rarity: 341 },
|
|
447
|
+
'Strength amulet (t)': { item: AmuletOfMagicT, rarity: 341 },
|
|
448
|
+
'Ranger boots': { item: RangerBoots, rarity: 1133 },
|
|
449
|
+
'Wizard boots': { item: IronBoots, rarity: 1133 },
|
|
450
|
+
'Holy sandals': { item: IronBoots, rarity: 1133 },
|
|
451
|
+
'Spiked manacles': { item: IronBoots, rarity: 1133 },
|
|
452
|
+
'Climbing boots (g)': { item: IronBoots, rarity: 1133 },
|
|
453
|
+
'Adamant full helm (t)': { item: AdamantShieldG, rarity: 1133 },
|
|
454
|
+
'Adamant platebody (t)': { item: AdamantPlatebody, rarity: 1133 },
|
|
455
|
+
'Adamant platelegs (t)': { item: AdamantPlatelegs, rarity: 1133 },
|
|
456
|
+
'Adamant plateskirt (t)': { item: AdamantPlatelegs, rarity: 1133 },
|
|
457
|
+
'Adamant kiteshield (t)': { item: AdamantShieldG, rarity: 1133 },
|
|
458
|
+
'Adamant full helm (g)': { item: AdamantShieldG, rarity: 1133 },
|
|
459
|
+
'Adamant platebody (g)': { item: AdamantPlatebody, rarity: 1133 },
|
|
460
|
+
'Adamant platelegs (g)': { item: AdamantPlatelegs, rarity: 1133 },
|
|
461
|
+
'Adamant plateskirt (g)': { item: AdamantPlatelegs, rarity: 1133 },
|
|
462
|
+
'Adamant kiteshield (g)': { item: AdamantShieldG, rarity: 1133 },
|
|
463
|
+
'Adamant shield (h1)': { item: AdamantShieldG, rarity: 1133 },
|
|
464
|
+
'Adamant shield (h2)': { item: AdamantShieldG, rarity: 1133 },
|
|
465
|
+
'Adamant shield (h3)': { item: AdamantShieldG, rarity: 1133 },
|
|
466
|
+
'Adamant shield (h4)': { item: AdamantShieldG, rarity: 1133 },
|
|
467
|
+
'Adamant shield (h5)': { item: AdamantShieldG, rarity: 1133 },
|
|
468
|
+
'Adamant helm (h1)': { item: AdamantShieldG, rarity: 1133 },
|
|
469
|
+
'Adamant helm (h2)': { item: AdamantShieldG, rarity: 1133 },
|
|
470
|
+
'Adamant helm (h3)': { item: AdamantShieldG, rarity: 1133 },
|
|
471
|
+
'Adamant helm (h4)': { item: AdamantShieldG, rarity: 1133 },
|
|
472
|
+
'Adamant helm (h5)': { item: AdamantShieldG, rarity: 1133 },
|
|
473
|
+
'Adamant platebody (h1)': { item: AdamantPlatebody, rarity: 1133 },
|
|
474
|
+
'Adamant platebody (h2)': { item: AdamantPlatebody, rarity: 1133 },
|
|
475
|
+
'Adamant platebody (h3)': { item: AdamantPlatebody, rarity: 1133 },
|
|
476
|
+
'Adamant platebody (h4)': { item: AdamantPlatebody, rarity: 1133 },
|
|
477
|
+
'Adamant platebody (h5)': { item: AdamantPlatebody, rarity: 1133 },
|
|
478
|
+
'Mithril full helm (g)': { item: MithrilFullHelm, rarity: 1133 },
|
|
479
|
+
'Mithril platebody (g)': { item: MithrilPlatebody, rarity: 1133 },
|
|
480
|
+
'Mithril platelegs (g)': { item: MithrilPlatelegs, rarity: 1133 },
|
|
481
|
+
'Mithril plateskirt (g)': { item: MithrilPlatelegs, rarity: 1133 },
|
|
482
|
+
'Mithril kiteshield (g)': { item: MithrilShieldT, rarity: 1133 },
|
|
483
|
+
'Mithril full helm (t)': { item: MithrilFullHelm, rarity: 1133 },
|
|
484
|
+
'Mithril platebody (t)': { item: MithrilPlatebody, rarity: 1133 },
|
|
485
|
+
'Mithril platelegs (t)': { item: MithrilPlatelegs, rarity: 1133 },
|
|
486
|
+
'Mithril plateskirt (t)': { item: MithrilPlatelegs, rarity: 1133 },
|
|
487
|
+
'Mithril kiteshield (t)': { item: MithrilShieldT, rarity: 1133 },
|
|
488
|
+
'Green d\'hide body (g)': { item: GreenDHideBody, rarity: 1133 },
|
|
489
|
+
'Green d\'hide body (t)': { item: GreenDHideBody, rarity: 1133 },
|
|
490
|
+
'Green d\'hide chaps (g)': { item: GreenDHideBody, rarity: 1133 },
|
|
491
|
+
'Green d\'hide chaps (t)': { item: GreenDHideBody, rarity: 1133 },
|
|
492
|
+
'Saradomin mitre': { item: UncutDiamond, rarity: 1133 },
|
|
493
|
+
'Saradomin cloak': { item: UncutDiamond, rarity: 1133 },
|
|
494
|
+
'Guthix mitre': { item: UncutDiamond, rarity: 1133 },
|
|
495
|
+
'Guthix cloak': { item: UncutDiamond, rarity: 1133 },
|
|
496
|
+
'Zamorak mitre': { item: UncutDiamond, rarity: 1133 },
|
|
497
|
+
'Zamorak cloak': { item: UncutDiamond, rarity: 1133 },
|
|
498
|
+
'Ancient mitre': { item: UncutDiamond, rarity: 1133 },
|
|
499
|
+
'Ancient cloak': { item: UncutDiamond, rarity: 1133 },
|
|
500
|
+
'Ancient stole': { item: UncutDiamond, rarity: 1133 },
|
|
501
|
+
'Ancient crozier': { item: UncutDiamond, rarity: 1133 },
|
|
502
|
+
'Armadyl mitre': { item: UncutDiamond, rarity: 1133 },
|
|
503
|
+
'Armadyl cloak': { item: UncutDiamond, rarity: 1133 },
|
|
504
|
+
'Armadyl stole': { item: UncutDiamond, rarity: 1133 },
|
|
505
|
+
'Armadyl crozier': { item: UncutDiamond, rarity: 1133 },
|
|
506
|
+
'Bandos mitre': { item: UncutDiamond, rarity: 1133 },
|
|
507
|
+
'Bandos cloak': { item: UncutDiamond, rarity: 1133 },
|
|
508
|
+
'Bandos stole': { item: UncutDiamond, rarity: 1133 },
|
|
509
|
+
'Bandos crozier': { item: UncutDiamond, rarity: 1133 },
|
|
510
|
+
'Red boater': { item: UncutDiamond, rarity: 1133 },
|
|
511
|
+
'Green boater': { item: UncutDiamond, rarity: 1133 },
|
|
512
|
+
'Orange boater': { item: UncutDiamond, rarity: 1133 },
|
|
513
|
+
'Black boater': { item: UncutDiamond, rarity: 1133 },
|
|
514
|
+
'Blue boater': { item: UncutDiamond, rarity: 1133 },
|
|
515
|
+
'Pink boater': { item: UncutDiamond, rarity: 1133 },
|
|
516
|
+
'Purple boater': { item: UncutDiamond, rarity: 1133 },
|
|
517
|
+
'White boater': { item: UncutDiamond, rarity: 1133 },
|
|
518
|
+
'Red headband': { item: UncutDiamond, rarity: 1133 },
|
|
519
|
+
'Black headband': { item: UncutDiamond, rarity: 1133 },
|
|
520
|
+
'Brown headband': { item: UncutDiamond, rarity: 1133 },
|
|
521
|
+
'White headband': { item: UncutDiamond, rarity: 1133 },
|
|
522
|
+
'Blue headband': { item: UncutDiamond, rarity: 1133 },
|
|
523
|
+
'Gold headband': { item: UncutDiamond, rarity: 1133 },
|
|
524
|
+
'Pink headband': { item: UncutDiamond, rarity: 1133 },
|
|
525
|
+
'Green headband': { item: UncutDiamond, rarity: 1133 },
|
|
526
|
+
'Crier hat': { item: UncutDiamond, rarity: 1133 },
|
|
527
|
+
'Crier coat': { item: UncutDiamond, rarity: 1133 },
|
|
528
|
+
'Crier bell': { item: UncutDiamond, rarity: 1133 },
|
|
529
|
+
'Adamant cane': { item: UncutDiamond, rarity: 1133 },
|
|
530
|
+
'Arceuus banner': { item: UncutDiamond, rarity: 1133 },
|
|
531
|
+
'Piscarilius banner': { item: UncutDiamond, rarity: 1133 },
|
|
532
|
+
'Hosidius banner': { item: UncutDiamond, rarity: 1133 },
|
|
533
|
+
'Shayzien banner': { item: UncutDiamond, rarity: 1133 },
|
|
534
|
+
'Lovakengj banner': { item: UncutDiamond, rarity: 1133 },
|
|
535
|
+
'Cabbage round shield': { item: UncutDiamond, rarity: 1133 },
|
|
536
|
+
'Cat mask': { item: UncutDiamond, rarity: 1133 },
|
|
537
|
+
'Penguin mask': { item: UncutDiamond, rarity: 1133 },
|
|
538
|
+
'Leprechaun hat': { item: UncutDiamond, rarity: 1133 },
|
|
539
|
+
'Black leprechaun hat': { item: UncutDiamond, rarity: 1133 },
|
|
540
|
+
'Wolf mask': { item: UncutDiamond, rarity: 1133 },
|
|
541
|
+
'Wolf cloak': { item: UncutDiamond, rarity: 1133 },
|
|
542
|
+
'Black unicorn mask': { item: UncutDiamond, rarity: 2266 },
|
|
543
|
+
'White unicorn mask': { item: UncutDiamond, rarity: 2266 },
|
|
544
|
+
};
|
|
545
|
+
/**
|
|
546
|
+
* Medium tier standard table
|
|
547
|
+
* Weapons, armor, runes, food at 1/34.1 base rarity
|
|
548
|
+
*/
|
|
549
|
+
const MEDIUM_STANDARD_TABLE = {
|
|
550
|
+
'Adamant full helm': { item: AdamantShieldG, rarity: 34 },
|
|
551
|
+
'Adamant platebody': { item: AdamantPlatebody, rarity: 34 },
|
|
552
|
+
'Adamant platelegs': { item: AdamantPlatelegs, rarity: 34 },
|
|
553
|
+
'Adamant longsword': { item: BlackLongsword, rarity: 34 },
|
|
554
|
+
'Adamant dagger': { item: BlackDagger, rarity: 34 },
|
|
555
|
+
'Adamant battleaxe': { item: BlackBattleaxe, rarity: 34 },
|
|
556
|
+
'Adamant axe': { item: BlackAxe, rarity: 34 },
|
|
557
|
+
'Adamant pickaxe': { item: UncutDiamond, rarity: 34 },
|
|
558
|
+
'Green d\'hide body': { item: GreenDHideBody, rarity: 34 },
|
|
559
|
+
'Green d\'hide chaps': { item: GreenDHideBody, rarity: 34 },
|
|
560
|
+
'Yew shortbow': { item: WillowShortbow, rarity: 34 },
|
|
561
|
+
'Fire battlestaff': { item: StaffOfAir, rarity: 34 },
|
|
562
|
+
'Yew longbow': { item: WillowLongbow, rarity: 38 },
|
|
563
|
+
'Amulet of power': { item: AmuletOfMagic, rarity: 38 },
|
|
564
|
+
'Air rune': { item: AirRune, rarity: 34 },
|
|
565
|
+
'Mind rune': { item: MindRune, rarity: 34 },
|
|
566
|
+
'Water rune': { item: WaterRune, rarity: 34 },
|
|
567
|
+
'Earth rune': { item: EarthRune, rarity: 34 },
|
|
568
|
+
'Fire rune': { item: FireRune, rarity: 34 },
|
|
569
|
+
'Chaos rune': { item: ChaosRune, rarity: 34 },
|
|
570
|
+
'Nature rune': { item: NatureRune, rarity: 34 },
|
|
571
|
+
'Law rune': { item: LawRune, rarity: 34 },
|
|
572
|
+
'Lobster': { item: HamJoint, rarity: 34 },
|
|
573
|
+
'Swordfish': { item: Salmon, rarity: 34 },
|
|
574
|
+
};
|
|
575
|
+
/**
|
|
576
|
+
* Medium tier shared treasure trail items
|
|
577
|
+
* Coins, purple sweets, scrolls, teleports, blessings, pages at various rarities
|
|
578
|
+
*/
|
|
579
|
+
const MEDIUM_SHARED_ITEMS = {
|
|
580
|
+
'Coins': { item: Coins, rarity: 34 },
|
|
581
|
+
'Purple sweets': { item: UncutDiamond, rarity: 97 },
|
|
582
|
+
'Red firelighter': { item: UncutDiamond, rarity: 189 },
|
|
583
|
+
'Green firelighter': { item: UncutDiamond, rarity: 189 },
|
|
584
|
+
'Blue firelighter': { item: UncutDiamond, rarity: 189 },
|
|
585
|
+
'Purple firelighter': { item: UncutDiamond, rarity: 189 },
|
|
586
|
+
'White firelighter': { item: UncutDiamond, rarity: 189 },
|
|
587
|
+
'Charge dragonstone jewellery scroll': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
588
|
+
'Nardah teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
589
|
+
'Mos le\'harmless teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
590
|
+
'Mort\'ton teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
591
|
+
'Feldip hills teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
592
|
+
'Lunar isle teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
593
|
+
'Digsite teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
594
|
+
'Piscatoris teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
595
|
+
'Pest control teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
596
|
+
'Tai bwo wannai teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
597
|
+
'Lumberyard teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
598
|
+
'Iorwerth camp teleport': { item: MasterScrollBookEmpty, rarity: 429 },
|
|
599
|
+
'Holy blessing': { item: UncutDiamond, rarity: 682 },
|
|
600
|
+
'Unholy blessing': { item: UncutDiamond, rarity: 682 },
|
|
601
|
+
'Peaceful blessing': { item: UncutDiamond, rarity: 682 },
|
|
602
|
+
'War blessing': { item: UncutDiamond, rarity: 682 },
|
|
603
|
+
'Honourable blessing': { item: UncutDiamond, rarity: 682 },
|
|
604
|
+
'Ancient blessing': { item: UncutDiamond, rarity: 682 },
|
|
605
|
+
'Master scroll book (empty)': { item: MasterScrollBookEmpty, rarity: 750 },
|
|
606
|
+
'Saradomin page 1': { item: UncutDiamond, rarity: 818 },
|
|
607
|
+
'Saradomin page 2': { item: UncutDiamond, rarity: 818 },
|
|
608
|
+
'Saradomin page 3': { item: UncutDiamond, rarity: 818 },
|
|
609
|
+
'Saradomin page 4': { item: UncutDiamond, rarity: 818 },
|
|
610
|
+
'Zamorak page 1': { item: UncutDiamond, rarity: 818 },
|
|
611
|
+
'Zamorak page 2': { item: UncutDiamond, rarity: 818 },
|
|
612
|
+
'Zamorak page 3': { item: UncutDiamond, rarity: 818 },
|
|
613
|
+
'Zamorak page 4': { item: UncutDiamond, rarity: 818 },
|
|
614
|
+
'Guthix page 1': { item: UncutDiamond, rarity: 818 },
|
|
615
|
+
'Guthix page 2': { item: UncutDiamond, rarity: 818 },
|
|
616
|
+
'Guthix page 3': { item: UncutDiamond, rarity: 818 },
|
|
617
|
+
'Guthix page 4': { item: UncutDiamond, rarity: 818 },
|
|
618
|
+
'Bandos page 1': { item: UncutDiamond, rarity: 818 },
|
|
619
|
+
'Bandos page 2': { item: UncutDiamond, rarity: 818 },
|
|
620
|
+
'Bandos page 3': { item: UncutDiamond, rarity: 818 },
|
|
621
|
+
'Bandos page 4': { item: UncutDiamond, rarity: 818 },
|
|
622
|
+
'Armadyl page 1': { item: UncutDiamond, rarity: 818 },
|
|
623
|
+
'Armadyl page 2': { item: UncutDiamond, rarity: 818 },
|
|
624
|
+
'Armadyl page 3': { item: UncutDiamond, rarity: 818 },
|
|
625
|
+
'Armadyl page 4': { item: UncutDiamond, rarity: 818 },
|
|
626
|
+
'Ancient page 1': { item: UncutDiamond, rarity: 818 },
|
|
627
|
+
'Ancient page 2': { item: UncutDiamond, rarity: 818 },
|
|
628
|
+
};
|
|
629
|
+
/**
|
|
630
|
+
* Medium tier master clue scroll
|
|
631
|
+
* 1/30 chance when opening a medium casket
|
|
632
|
+
*/
|
|
633
|
+
const MEDIUM_MASTER_CLUE = {
|
|
634
|
+
'Clue scroll (master)': { item: Coins, rarity: 30 },
|
|
635
|
+
};
|
|
636
|
+
/**
|
|
637
|
+
* Medium clue rewards with table-based structure
|
|
638
|
+
* Weighted table system for accurate probability distribution
|
|
639
|
+
*/
|
|
640
|
+
export const MEDIUM_REWARDS = {
|
|
641
|
+
tables: [
|
|
642
|
+
{
|
|
643
|
+
name: 'unique',
|
|
644
|
+
weight: 341, // ~10% of rolls hit unique items (1/10 per roll)
|
|
645
|
+
items: MEDIUM_UNIQUE_ITEMS,
|
|
646
|
+
description: 'Medium clue unique items (100+ items at 1/341 base)',
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
name: 'standard',
|
|
650
|
+
weight: 306, // Standard weapons, armor, runes, food (1/34.1 base)
|
|
651
|
+
items: MEDIUM_STANDARD_TABLE,
|
|
652
|
+
description: 'Standard weapons, armor, runes, food (1/34.1 base)',
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
name: 'shared',
|
|
656
|
+
weight: 0, // Blended into other tables
|
|
657
|
+
items: MEDIUM_SHARED_ITEMS,
|
|
658
|
+
description: 'Shared treasure trail items (coins, scrolls, teleports, blessings, pages)',
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
name: 'master',
|
|
662
|
+
weight: 0, // Separate 1/30 roll
|
|
663
|
+
items: MEDIUM_MASTER_CLUE,
|
|
664
|
+
description: 'Master clue scroll (1/30 chance)',
|
|
665
|
+
},
|
|
666
|
+
],
|
|
667
|
+
// Flattened view for backward compatibility
|
|
668
|
+
flattened: {
|
|
669
|
+
...MEDIUM_UNIQUE_ITEMS,
|
|
670
|
+
...MEDIUM_STANDARD_TABLE,
|
|
671
|
+
...MEDIUM_SHARED_ITEMS,
|
|
672
|
+
...MEDIUM_MASTER_CLUE,
|
|
673
|
+
},
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* Hard tier unique items
|
|
677
|
+
* Major rare table items at 1/1,625 or 1/12,765 rarity
|
|
678
|
+
*/
|
|
679
|
+
const HARD_UNIQUE_ITEMS = {
|
|
680
|
+
'Magic comp bow': { item: RainBow, rarity: 271 },
|
|
681
|
+
'Amulet of glory (t4)': { item: AmuletOfMagicT, rarity: 1625 },
|
|
682
|
+
'Robin hood hat': { item: UncutDiamond, rarity: 1625 },
|
|
683
|
+
'Enchanted hat': { item: UncutDiamond, rarity: 1625 },
|
|
684
|
+
'Enchanted top': { item: UncutDiamond, rarity: 1625 },
|
|
685
|
+
'Enchanted robe': { item: UncutDiamond, rarity: 1625 },
|
|
686
|
+
'Dragon boots ornament kit': { item: UncutDiamond, rarity: 1625 },
|
|
687
|
+
'Rune full helm (t)': { item: RuneFullHelmT, rarity: 1625 },
|
|
688
|
+
'Rune platebody (t)': { item: RunePlatebodyT, rarity: 1625 },
|
|
689
|
+
'Rune platelegs (t)': { item: RunePlatelegs, rarity: 1625 },
|
|
690
|
+
'Rune plateskirt (t)': { item: RunePlatelegs, rarity: 1625 },
|
|
691
|
+
'Rune kiteshield (t)': { item: UncutDiamond, rarity: 1625 },
|
|
692
|
+
'Rune full helm (g)': { item: RuneFullHelm, rarity: 1625 },
|
|
693
|
+
'Rune platebody (g)': { item: RunePlatebody, rarity: 1625 },
|
|
694
|
+
'Rune platelegs (g)': { item: RunePlatelegs, rarity: 1625 },
|
|
695
|
+
'Rune plateskirt (g)': { item: RunePlatelegs, rarity: 1625 },
|
|
696
|
+
'Rune kiteshield (g)': { item: UncutDiamond, rarity: 1625 },
|
|
697
|
+
'Rune shield (h1)': { item: UncutDiamond, rarity: 1625 },
|
|
698
|
+
'Rune shield (h2)': { item: UncutDiamond, rarity: 1625 },
|
|
699
|
+
'Rune shield (h3)': { item: UncutDiamond, rarity: 1625 },
|
|
700
|
+
'Rune shield (h4)': { item: UncutDiamond, rarity: 1625 },
|
|
701
|
+
'Rune shield (h5)': { item: UncutDiamond, rarity: 1625 },
|
|
702
|
+
'Rune helm (h1)': { item: RuneFullHelm, rarity: 1625 },
|
|
703
|
+
'Rune helm (h2)': { item: RuneFullHelm, rarity: 1625 },
|
|
704
|
+
'Rune helm (h3)': { item: RuneFullHelm, rarity: 1625 },
|
|
705
|
+
'Rune helm (h4)': { item: RuneFullHelm, rarity: 1625 },
|
|
706
|
+
'Rune helm (h5)': { item: RuneFullHelm, rarity: 1625 },
|
|
707
|
+
'Saradomin full helm': { item: RuneFullHelm, rarity: 1625 },
|
|
708
|
+
'Saradomin platebody': { item: RunePlatebody, rarity: 1625 },
|
|
709
|
+
'Saradomin platelegs': { item: RunePlatelegs, rarity: 1625 },
|
|
710
|
+
'Saradomin kiteshield': { item: UncutDiamond, rarity: 1625 },
|
|
711
|
+
'Zamorak full helm': { item: RuneFullHelm, rarity: 1625 },
|
|
712
|
+
'Zamorak platebody': { item: RunePlatebody, rarity: 1625 },
|
|
713
|
+
'Zamorak platelegs': { item: RunePlatelegs, rarity: 1625 },
|
|
714
|
+
'Zamorak kiteshield': { item: UncutDiamond, rarity: 1625 },
|
|
715
|
+
'Guthix full helm': { item: RuneFullHelm, rarity: 1625 },
|
|
716
|
+
'Guthix platebody': { item: RunePlatebody, rarity: 1625 },
|
|
717
|
+
'Guthix platelegs': { item: RunePlatelegs, rarity: 1625 },
|
|
718
|
+
'Guthix kiteshield': { item: UncutDiamond, rarity: 1625 },
|
|
719
|
+
'Ancient full helm': { item: RuneFullHelm, rarity: 1625 },
|
|
720
|
+
'Ancient platebody': { item: RunePlatebody, rarity: 1625 },
|
|
721
|
+
'Ancient platelegs': { item: RunePlatelegs, rarity: 1625 },
|
|
722
|
+
'Ancient kiteshield': { item: UncutDiamond, rarity: 1625 },
|
|
723
|
+
'Armadyl full helm': { item: RuneFullHelm, rarity: 1625 },
|
|
724
|
+
'Armadyl platebody': { item: RunePlatebody, rarity: 1625 },
|
|
725
|
+
'Armadyl platelegs': { item: RunePlatelegs, rarity: 1625 },
|
|
726
|
+
'Armadyl kiteshield': { item: UncutDiamond, rarity: 1625 },
|
|
727
|
+
'Bandos full helm': { item: RuneFullHelm, rarity: 1625 },
|
|
728
|
+
'Bandos platebody': { item: RunePlatebody, rarity: 1625 },
|
|
729
|
+
'Bandos platelegs': { item: RunePlatelegs, rarity: 1625 },
|
|
730
|
+
'Bandos kiteshield': { item: UncutDiamond, rarity: 1625 },
|
|
731
|
+
'Red d\'hide body (g)': { item: RedDHideBody, rarity: 1625 },
|
|
732
|
+
'Red d\'hide body (t)': { item: RedDHideBody, rarity: 1625 },
|
|
733
|
+
'Red d\'hide chaps (g)': { item: RedDHideChaps, rarity: 1625 },
|
|
734
|
+
'Red d\'hide chaps (t)': { item: RedDHideChaps, rarity: 1625 },
|
|
735
|
+
'Blue d\'hide body (g)': { item: BlueDHideBody, rarity: 1625 },
|
|
736
|
+
'Blue d\'hide body (t)': { item: BlueDHideBody, rarity: 1625 },
|
|
737
|
+
'Blue d\'hide chaps (g)': { item: BlueDHideChaps, rarity: 1625 },
|
|
738
|
+
'Blue d\'hide chaps (t)': { item: BlueDHideChaps, rarity: 1625 },
|
|
739
|
+
'Saradomin coif': { item: UncutDiamond, rarity: 1625 },
|
|
740
|
+
'Saradomin d\'hide body': { item: UncutDiamond, rarity: 1625 },
|
|
741
|
+
'Saradomin chaps': { item: UncutDiamond, rarity: 1625 },
|
|
742
|
+
'Saradomin bracers': { item: UncutDiamond, rarity: 1625 },
|
|
743
|
+
'Saradomin d\'hide boots': { item: UncutDiamond, rarity: 1625 },
|
|
744
|
+
'Guthix coif': { item: UncutDiamond, rarity: 1625 },
|
|
745
|
+
'Guthix d\'hide body': { item: UncutDiamond, rarity: 1625 },
|
|
746
|
+
'Guthix chaps': { item: UncutDiamond, rarity: 1625 },
|
|
747
|
+
'Guthix bracers': { item: UncutDiamond, rarity: 1625 },
|
|
748
|
+
'Guthix d\'hide boots': { item: UncutDiamond, rarity: 1625 },
|
|
749
|
+
'Zamorak coif': { item: UncutDiamond, rarity: 1625 },
|
|
750
|
+
'Zamorak d\'hide body': { item: UncutDiamond, rarity: 1625 },
|
|
751
|
+
'Zamorak chaps': { item: UncutDiamond, rarity: 1625 },
|
|
752
|
+
'Zamorak bracers': { item: UncutDiamond, rarity: 1625 },
|
|
753
|
+
'Zamorak d\'hide boots': { item: UncutDiamond, rarity: 1625 },
|
|
754
|
+
'Bandos coif': { item: UncutDiamond, rarity: 1625 },
|
|
755
|
+
'Bandos d\'hide body': { item: UncutDiamond, rarity: 1625 },
|
|
756
|
+
'Bandos chaps': { item: UncutDiamond, rarity: 1625 },
|
|
757
|
+
'Bandos bracers': { item: UncutDiamond, rarity: 1625 },
|
|
758
|
+
'Bandos d\'hide boots': { item: UncutDiamond, rarity: 1625 },
|
|
759
|
+
'Armadyl coif': { item: UncutDiamond, rarity: 1625 },
|
|
760
|
+
'Armadyl d\'hide body': { item: UncutDiamond, rarity: 1625 },
|
|
761
|
+
'Armadyl chaps': { item: UncutDiamond, rarity: 1625 },
|
|
762
|
+
'Armadyl bracers': { item: UncutDiamond, rarity: 1625 },
|
|
763
|
+
'Armadyl d\'hide boots': { item: UncutDiamond, rarity: 1625 },
|
|
764
|
+
'Ancient coif': { item: UncutDiamond, rarity: 1625 },
|
|
765
|
+
'Ancient d\'hide body': { item: UncutDiamond, rarity: 1625 },
|
|
766
|
+
'Ancient chaps': { item: UncutDiamond, rarity: 1625 },
|
|
767
|
+
'Ancient bracers': { item: UncutDiamond, rarity: 1625 },
|
|
768
|
+
'Ancient d\'hide boots': { item: UncutDiamond, rarity: 1625 },
|
|
769
|
+
'Pirate\'s hat': { item: UncutDiamond, rarity: 1625 },
|
|
770
|
+
'Red cavalier': { item: UncutDiamond, rarity: 1625 },
|
|
771
|
+
'White cavalier': { item: UncutDiamond, rarity: 1625 },
|
|
772
|
+
'Navy cavalier': { item: UncutDiamond, rarity: 1625 },
|
|
773
|
+
'Tan cavalier': { item: UncutDiamond, rarity: 1625 },
|
|
774
|
+
'Dark cavalier': { item: UncutDiamond, rarity: 1625 },
|
|
775
|
+
'Black cavalier': { item: UncutDiamond, rarity: 1625 },
|
|
776
|
+
'Green dragon mask': { item: UncutDiamond, rarity: 1625 },
|
|
777
|
+
'Blue dragon mask': { item: UncutDiamond, rarity: 1625 },
|
|
778
|
+
'Red dragon mask': { item: UncutDiamond, rarity: 1625 },
|
|
779
|
+
'Black dragon mask': { item: UncutDiamond, rarity: 1625 },
|
|
780
|
+
'Rune platebody (h1)': { item: RunePlatebody, rarity: 8125 },
|
|
781
|
+
'Rune platebody (h2)': { item: RunePlatebody, rarity: 8125 },
|
|
782
|
+
'Rune platebody (h3)': { item: RunePlatebody, rarity: 8125 },
|
|
783
|
+
'Rune platebody (h4)': { item: RunePlatebody, rarity: 8125 },
|
|
784
|
+
'Rune platebody (h5)': { item: RunePlatebody, rarity: 8125 },
|
|
785
|
+
'Saradomin d\'hide shield': { item: UncutDiamond, rarity: 9750 },
|
|
786
|
+
'Guthix d\'hide shield': { item: UncutDiamond, rarity: 9750 },
|
|
787
|
+
'Zamorak d\'hide shield': { item: UncutDiamond, rarity: 9750 },
|
|
788
|
+
'Bandos d\'hide shield': { item: UncutDiamond, rarity: 9750 },
|
|
789
|
+
'Armadyl d\'hide shield': { item: UncutDiamond, rarity: 9750 },
|
|
790
|
+
'Ancient d\'hide shield': { item: UncutDiamond, rarity: 9750 },
|
|
791
|
+
};
|
|
792
|
+
/**
|
|
793
|
+
* Hard tier standard table
|
|
794
|
+
* Common weapons, armor, runes, food at 1/27.1 base rarity
|
|
795
|
+
*/
|
|
796
|
+
const HARD_STANDARD_TABLE = {
|
|
797
|
+
'Rune full helm': { item: RuneFullHelm, rarity: 27 },
|
|
798
|
+
'Rune platebody': { item: RunePlatebody, rarity: 27 },
|
|
799
|
+
'Rune platelegs': { item: RunePlatelegs, rarity: 27 },
|
|
800
|
+
'Rune plateskirt': { item: RunePlatelegs, rarity: 27 },
|
|
801
|
+
'Rune kiteshield': { item: UncutDiamond, rarity: 27 },
|
|
802
|
+
'Rune longsword': { item: BlackLongsword, rarity: 27 },
|
|
803
|
+
'Rune dagger': { item: BlackDagger, rarity: 27 },
|
|
804
|
+
'Rune battleaxe': { item: BlackBattleaxe, rarity: 27 },
|
|
805
|
+
'Rune axe': { item: BlackAxe, rarity: 27 },
|
|
806
|
+
'Rune pickaxe': { item: UncutDiamond, rarity: 27 },
|
|
807
|
+
'Black d\'hide body': { item: BlackFullHelm, rarity: 27 },
|
|
808
|
+
'Black d\'hide chaps': { item: BlueDHideChaps, rarity: 27 },
|
|
809
|
+
'Magic shortbow': { item: WillowShortbow, rarity: 27 },
|
|
810
|
+
'Magic longbow': { item: WillowLongbow, rarity: 30 },
|
|
811
|
+
'Nature rune': { item: NatureRune, rarity: 27 },
|
|
812
|
+
'Law rune': { item: LawRune, rarity: 27 },
|
|
813
|
+
'Blood rune': { item: FireRune, rarity: 27 },
|
|
814
|
+
'Lobster': { item: HamJoint, rarity: 27 },
|
|
815
|
+
'Shark': { item: Salmon, rarity: 27 },
|
|
816
|
+
};
|
|
817
|
+
/**
|
|
818
|
+
* Hard tier shared treasure trail items
|
|
819
|
+
* Coins, purple sweets, scrolls, teleports, blessings, pages
|
|
820
|
+
*/
|
|
821
|
+
const HARD_SHARED_ITEMS = {
|
|
822
|
+
'Coins': { item: Coins, rarity: 27 },
|
|
823
|
+
'Purple sweets': { item: UncutDiamond, rarity: 77 },
|
|
824
|
+
'Red firelighter': { item: UncutDiamond, rarity: 135 },
|
|
825
|
+
'Green firelighter': { item: UncutDiamond, rarity: 135 },
|
|
826
|
+
'Blue firelighter': { item: UncutDiamond, rarity: 135 },
|
|
827
|
+
'Purple firelighter': { item: UncutDiamond, rarity: 135 },
|
|
828
|
+
'White firelighter': { item: UncutDiamond, rarity: 135 },
|
|
829
|
+
'Charge dragonstone jewellery scroll': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
830
|
+
'Nardah teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
831
|
+
'Mos le\'harmless teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
832
|
+
'Mort\'ton teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
833
|
+
'Feldip hills teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
834
|
+
'Lunar isle teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
835
|
+
'Digsite teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
836
|
+
'Piscatoris teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
837
|
+
'Pest control teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
838
|
+
'Tai bwo wannai teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
839
|
+
'Lumberyard teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
840
|
+
'Iorwerth camp teleport': { item: MasterScrollBookEmpty, rarity: 341 },
|
|
841
|
+
'Holy blessing': { item: UncutDiamond, rarity: 542 },
|
|
842
|
+
'Unholy blessing': { item: UncutDiamond, rarity: 542 },
|
|
843
|
+
'Peaceful blessing': { item: UncutDiamond, rarity: 542 },
|
|
844
|
+
'War blessing': { item: UncutDiamond, rarity: 542 },
|
|
845
|
+
'Honourable blessing': { item: UncutDiamond, rarity: 542 },
|
|
846
|
+
'Ancient blessing': { item: UncutDiamond, rarity: 542 },
|
|
847
|
+
'Master scroll book (empty)': { item: MasterScrollBookEmpty, rarity: 596 },
|
|
848
|
+
'Saradomin page 1': { item: UncutDiamond, rarity: 650 },
|
|
849
|
+
'Saradomin page 2': { item: UncutDiamond, rarity: 650 },
|
|
850
|
+
'Saradomin page 3': { item: UncutDiamond, rarity: 650 },
|
|
851
|
+
'Saradomin page 4': { item: UncutDiamond, rarity: 650 },
|
|
852
|
+
'Zamorak page 1': { item: UncutDiamond, rarity: 650 },
|
|
853
|
+
'Zamorak page 2': { item: UncutDiamond, rarity: 650 },
|
|
854
|
+
'Zamorak page 3': { item: UncutDiamond, rarity: 650 },
|
|
855
|
+
'Zamorak page 4': { item: UncutDiamond, rarity: 650 },
|
|
856
|
+
'Guthix page 1': { item: UncutDiamond, rarity: 650 },
|
|
857
|
+
'Guthix page 2': { item: UncutDiamond, rarity: 650 },
|
|
858
|
+
'Guthix page 3': { item: UncutDiamond, rarity: 650 },
|
|
859
|
+
'Guthix page 4': { item: UncutDiamond, rarity: 650 },
|
|
860
|
+
'Bandos page 1': { item: UncutDiamond, rarity: 650 },
|
|
861
|
+
'Bandos page 2': { item: UncutDiamond, rarity: 650 },
|
|
862
|
+
'Bandos page 3': { item: UncutDiamond, rarity: 650 },
|
|
863
|
+
'Bandos page 4': { item: UncutDiamond, rarity: 650 },
|
|
864
|
+
'Armadyl page 1': { item: UncutDiamond, rarity: 650 },
|
|
865
|
+
'Armadyl page 2': { item: UncutDiamond, rarity: 650 },
|
|
866
|
+
'Armadyl page 3': { item: UncutDiamond, rarity: 650 },
|
|
867
|
+
'Armadyl page 4': { item: UncutDiamond, rarity: 650 },
|
|
868
|
+
'Ancient page 1': { item: UncutDiamond, rarity: 650 },
|
|
869
|
+
'Ancient page 2': { item: UncutDiamond, rarity: 650 },
|
|
870
|
+
};
|
|
871
|
+
/**
|
|
872
|
+
* Hard tier mega-rare items (gilded + 3rd age)
|
|
873
|
+
* Gilded: 1/35,750 per roll
|
|
874
|
+
* 3rd age: 1/211,250 per roll
|
|
875
|
+
*/
|
|
876
|
+
const HARD_MEGA_RARE_ITEMS = {
|
|
877
|
+
'Gilded full helm': { item: GildedFullHelm, rarity: 35750 },
|
|
878
|
+
'Gilded platebody': { item: GildedPlatebody, rarity: 35750 },
|
|
879
|
+
'Gilded platelegs': { item: GildedLegs, rarity: 35750 },
|
|
880
|
+
'Gilded plateskirt': { item: GildedLegs, rarity: 35750 },
|
|
881
|
+
'Gilded kiteshield': { item: UncutDiamond, rarity: 35750 },
|
|
882
|
+
'Gilded med helm': { item: UncutDiamond, rarity: 35750 },
|
|
883
|
+
'Gilded chainbody': { item: UncutDiamond, rarity: 35750 },
|
|
884
|
+
'Gilded sq shield': { item: UncutDiamond, rarity: 35750 },
|
|
885
|
+
'Gilded 2h sword': { item: UncutDiamond, rarity: 35750 },
|
|
886
|
+
'Gilded spear': { item: UncutDiamond, rarity: 35750 },
|
|
887
|
+
'Gilded hasta': { item: UncutDiamond, rarity: 35750 },
|
|
888
|
+
'3rd age full helmet': { item: UncutDiamond, rarity: 211250 },
|
|
889
|
+
'3rd age platebody': { item: ThirdAgePlatebody, rarity: 211250 },
|
|
890
|
+
'3rd age platelegs': { item: ThirdAgePlatelegs, rarity: 211250 },
|
|
891
|
+
'3rd age plateskirt': { item: ThirdAgePlatelegs, rarity: 211250 },
|
|
892
|
+
'3rd age kiteshield': { item: UncutDiamond, rarity: 211250 },
|
|
893
|
+
'3rd age range coif': { item: UncutDiamond, rarity: 211250 },
|
|
894
|
+
'3rd age range top': { item: UncutDiamond, rarity: 211250 },
|
|
895
|
+
'3rd age range legs': { item: UncutDiamond, rarity: 211250 },
|
|
896
|
+
'3rd age vambraces': { item: UncutDiamond, rarity: 211250 },
|
|
897
|
+
'3rd age mage hat': { item: UncutDiamond, rarity: 211250 },
|
|
898
|
+
'3rd age robe top': { item: UncutDiamond, rarity: 211250 },
|
|
899
|
+
'3rd age robe': { item: UncutDiamond, rarity: 211250 },
|
|
900
|
+
'3rd age amulet': { item: AmuletOfMagic, rarity: 211250 },
|
|
901
|
+
};
|
|
902
|
+
/**
|
|
903
|
+
* Hard tier master clue scroll
|
|
904
|
+
* 1/15 chance when opening a hard casket
|
|
905
|
+
*/
|
|
906
|
+
const HARD_MASTER_CLUE = {
|
|
907
|
+
'Clue scroll (master)': { item: Coins, rarity: 15 },
|
|
908
|
+
};
|
|
909
|
+
/**
|
|
910
|
+
* Hard clue rewards with table-based structure
|
|
911
|
+
* 4-6 items per casket, average 5
|
|
912
|
+
*/
|
|
913
|
+
export const HARD_REWARDS = {
|
|
914
|
+
tables: [
|
|
915
|
+
{
|
|
916
|
+
name: 'unique',
|
|
917
|
+
weight: 1625, // Hard clue unique items (~1/12.5 per roll)
|
|
918
|
+
items: HARD_UNIQUE_ITEMS,
|
|
919
|
+
description: 'Hard clue unique items (100+ at various rarities)',
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
name: 'standard',
|
|
923
|
+
weight: 706, // Standard weapons, armor, runes, food (~1/27.1 base)
|
|
924
|
+
items: HARD_STANDARD_TABLE,
|
|
925
|
+
description: 'Standard weapons, armor, runes, food',
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
name: 'mega-rare',
|
|
929
|
+
weight: 0, // Separate mega-rare table
|
|
930
|
+
items: HARD_MEGA_RARE_ITEMS,
|
|
931
|
+
description: 'Mega-rare gilded and 3rd age items',
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
name: 'shared',
|
|
935
|
+
weight: 0, // Blended into other tables
|
|
936
|
+
items: HARD_SHARED_ITEMS,
|
|
937
|
+
description: 'Shared treasure trail items (coins, scrolls, teleports, blessings, pages)',
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
name: 'master',
|
|
941
|
+
weight: 0, // Separate 1/15 roll
|
|
942
|
+
items: HARD_MASTER_CLUE,
|
|
943
|
+
description: 'Master clue scroll (1/15 chance)',
|
|
944
|
+
},
|
|
945
|
+
],
|
|
946
|
+
// Flattened view for backward compatibility
|
|
947
|
+
flattened: {
|
|
948
|
+
...HARD_UNIQUE_ITEMS,
|
|
949
|
+
...HARD_STANDARD_TABLE,
|
|
950
|
+
...HARD_MEGA_RARE_ITEMS,
|
|
951
|
+
...HARD_SHARED_ITEMS,
|
|
952
|
+
...HARD_MASTER_CLUE,
|
|
953
|
+
},
|
|
954
|
+
};
|
|
955
|
+
/**
|
|
956
|
+
* Elite tier unique items
|
|
957
|
+
* Major rare table at 1/1,275 rarity
|
|
958
|
+
*/
|
|
959
|
+
const ELITE_UNIQUE_ITEMS = {
|
|
960
|
+
'Dragon full helm ornament kit': { item: UncutDiamond, rarity: 1275 },
|
|
961
|
+
'Dragon chainbody ornament kit': { item: UncutDiamond, rarity: 1275 },
|
|
962
|
+
'Dragon legs/skirt ornament kit': { item: UncutDiamond, rarity: 1275 },
|
|
963
|
+
'Dragon sq shield ornament kit': { item: UncutDiamond, rarity: 1275 },
|
|
964
|
+
'Dragon scimitar ornament kit': { item: UncutDiamond, rarity: 1275 },
|
|
965
|
+
'Fury ornament kit': { item: UncutDiamond, rarity: 1275 },
|
|
966
|
+
'Light infinity colour kit': { item: UncutDiamond, rarity: 1275 },
|
|
967
|
+
'Dark infinity colour kit': { item: UncutDiamond, rarity: 1275 },
|
|
968
|
+
'Royal crown': { item: UncutDiamond, rarity: 1275 },
|
|
969
|
+
'Royal gown top': { item: UncutDiamond, rarity: 1275 },
|
|
970
|
+
'Royal gown bottom': { item: UncutDiamond, rarity: 1275 },
|
|
971
|
+
'Royal sceptre': { item: UncutDiamond, rarity: 1275 },
|
|
972
|
+
'Musketeer hat': { item: UncutDiamond, rarity: 1275 },
|
|
973
|
+
'Musketeer tabard': { item: UncutDiamond, rarity: 1275 },
|
|
974
|
+
'Musketeer pants': { item: UncutDiamond, rarity: 1275 },
|
|
975
|
+
'Black d\'hide body (g)': { item: BlackFullHelm, rarity: 1275 },
|
|
976
|
+
'Black d\'hide body (t)': { item: BlackFullHelm, rarity: 1275 },
|
|
977
|
+
'Black d\'hide chaps (g)': { item: BlueDHideChaps, rarity: 1275 },
|
|
978
|
+
'Black d\'hide chaps (t)': { item: BlueDHideChaps, rarity: 1275 },
|
|
979
|
+
'Ranger\'s tunic': { item: RangerTunic, rarity: 1275 },
|
|
980
|
+
'Ranger gloves': { item: RangerGloves, rarity: 1275 },
|
|
981
|
+
'Holy wraps': { item: UncutDiamond, rarity: 1275 },
|
|
982
|
+
'Bronze dragon mask': { item: UncutDiamond, rarity: 1275 },
|
|
983
|
+
'Iron dragon mask': { item: UncutDiamond, rarity: 1275 },
|
|
984
|
+
'Steel dragon mask': { item: UncutDiamond, rarity: 1275 },
|
|
985
|
+
'Mithril dragon mask': { item: UncutDiamond, rarity: 1275 },
|
|
986
|
+
'Adamant dragon mask': { item: UncutDiamond, rarity: 1275 },
|
|
987
|
+
'Rune dragon mask': { item: UncutDiamond, rarity: 1275 },
|
|
988
|
+
'Katana': { item: UncutDiamond, rarity: 1275 },
|
|
989
|
+
'Dragon cane': { item: UncutDiamond, rarity: 1275 },
|
|
990
|
+
'Bucket helm': { item: UncutDiamond, rarity: 1275 },
|
|
991
|
+
'Blacksmith\'s helm': { item: UncutDiamond, rarity: 1275 },
|
|
992
|
+
'Deerstalker': { item: UncutDiamond, rarity: 1275 },
|
|
993
|
+
'Afro': { item: UncutDiamond, rarity: 1275 },
|
|
994
|
+
'Big pirate hat': { item: UncutDiamond, rarity: 1275 },
|
|
995
|
+
'Top hat': { item: UncutDiamond, rarity: 1275 },
|
|
996
|
+
'Monocle': { item: UncutDiamond, rarity: 1275 },
|
|
997
|
+
'Briefcase': { item: UncutDiamond, rarity: 1275 },
|
|
998
|
+
'Sagacious spectacles': { item: UncutDiamond, rarity: 1275 },
|
|
999
|
+
'Ranger\'s tights': { item: RangerLegs, rarity: 1275 },
|
|
1000
|
+
'Uri\'s hat': { item: UncutDiamond, rarity: 1275 },
|
|
1001
|
+
'Giant boot': { item: UncutDiamond, rarity: 1275 },
|
|
1002
|
+
'Fremennik kilt': { item: UncutDiamond, rarity: 1275 },
|
|
1003
|
+
'Dark bow tie': { item: UncutDiamond, rarity: 12750 },
|
|
1004
|
+
'Dark tuxedo jacket': { item: UncutDiamond, rarity: 12750 },
|
|
1005
|
+
'Dark tuxedo cuffs': { item: UncutDiamond, rarity: 12750 },
|
|
1006
|
+
'Dark trousers': { item: UncutDiamond, rarity: 12750 },
|
|
1007
|
+
'Dark tuxedo shoes': { item: UncutDiamond, rarity: 12750 },
|
|
1008
|
+
'Light bow tie': { item: UncutDiamond, rarity: 12750 },
|
|
1009
|
+
'Light tuxedo jacket': { item: UncutDiamond, rarity: 12750 },
|
|
1010
|
+
'Light tuxedo cuffs': { item: UncutDiamond, rarity: 12750 },
|
|
1011
|
+
'Light trousers': { item: UncutDiamond, rarity: 12750 },
|
|
1012
|
+
'Light tuxedo shoes': { item: UncutDiamond, rarity: 12750 },
|
|
1013
|
+
};
|
|
1014
|
+
/**
|
|
1015
|
+
* Elite tier standard table
|
|
1016
|
+
* Rune equipment, dragon weapons, runes, jewellery, food, resources at 1/32.3 base
|
|
1017
|
+
*/
|
|
1018
|
+
const ELITE_STANDARD_TABLE = {
|
|
1019
|
+
'Rune platebody': { item: RunePlatebody, rarity: 32 },
|
|
1020
|
+
'Rune platelegs': { item: RunePlatelegs, rarity: 32 },
|
|
1021
|
+
'Rune plateskirt': { item: RunePlatelegs, rarity: 32 },
|
|
1022
|
+
'Rune kiteshield': { item: UncutDiamond, rarity: 32 },
|
|
1023
|
+
'Rune crossbow': { item: UncutDiamond, rarity: 32 },
|
|
1024
|
+
'Dragon dagger': { item: UncutDiamond, rarity: 32 },
|
|
1025
|
+
'Dragon mace': { item: UncutDiamond, rarity: 32 },
|
|
1026
|
+
'Dragon longsword': { item: BlackLongsword, rarity: 32 },
|
|
1027
|
+
'Onyx bolt tips': { item: UncutDiamond, rarity: 32 },
|
|
1028
|
+
'Law rune': { item: LawRune, rarity: 32 },
|
|
1029
|
+
'Death rune': { item: FireRune, rarity: 32 },
|
|
1030
|
+
'Blood rune': { item: FireRune, rarity: 32 },
|
|
1031
|
+
'Soul rune': { item: FireRune, rarity: 32 },
|
|
1032
|
+
'Dragonstone bracelet': { item: UncutDiamond, rarity: 32 },
|
|
1033
|
+
'Dragon necklace': { item: UncutDiamond, rarity: 32 },
|
|
1034
|
+
'Dragonstone ring': { item: UncutDiamond, rarity: 32 },
|
|
1035
|
+
'Tuna potato': { item: HamJoint, rarity: 32 },
|
|
1036
|
+
'Summer pie': { item: HamJoint, rarity: 32 },
|
|
1037
|
+
'Oak plank': { item: UncutDiamond, rarity: 32 },
|
|
1038
|
+
'Teak plank': { item: UncutDiamond, rarity: 32 },
|
|
1039
|
+
'Mahogany plank': { item: UncutDiamond, rarity: 32 },
|
|
1040
|
+
'Runite bar': { item: RuniteBar, rarity: 32 },
|
|
1041
|
+
'Tooth half of key': { item: UncutDiamond, rarity: 65 },
|
|
1042
|
+
'Loop half of key': { item: UncutDiamond, rarity: 65 },
|
|
1043
|
+
'Palm tree seed': { item: UncutDiamond, rarity: 97 },
|
|
1044
|
+
'Yew seed': { item: UncutDiamond, rarity: 97 },
|
|
1045
|
+
'Magic seed': { item: UncutDiamond, rarity: 97 },
|
|
1046
|
+
};
|
|
1047
|
+
/**
|
|
1048
|
+
* Elite tier mega-rare items (gilded + 3rd age + special)
|
|
1049
|
+
*/
|
|
1050
|
+
const ELITE_MEGA_RARE_ITEMS = {
|
|
1051
|
+
'Ring of nature': { item: UncutDiamond, rarity: 14663 },
|
|
1052
|
+
'Crystal key': { item: UncutDiamond, rarity: 14663 },
|
|
1053
|
+
'Lava dragon mask': { item: UncutDiamond, rarity: 14663 },
|
|
1054
|
+
'Battlestaff': { item: StaffOfAir, rarity: 14663 },
|
|
1055
|
+
'Extended antifire(4)': { item: UncutDiamond, rarity: 14663 },
|
|
1056
|
+
'Super restore(4)': { item: UncutDiamond, rarity: 14663 },
|
|
1057
|
+
'Saradomin brew(4)': { item: UncutDiamond, rarity: 14663 },
|
|
1058
|
+
'Ranging potion(4)': { item: UncutDiamond, rarity: 14663 },
|
|
1059
|
+
'Gilded scimitar': { item: UncutDiamond, rarity: 14663 },
|
|
1060
|
+
'Gilded boots': { item: UncutDiamond, rarity: 14663 },
|
|
1061
|
+
'Gilded coif': { item: UncutDiamond, rarity: 14663 },
|
|
1062
|
+
'Gilded d\'hide vambraces': { item: UncutDiamond, rarity: 14663 },
|
|
1063
|
+
'Gilded d\'hide body': { item: UncutDiamond, rarity: 14663 },
|
|
1064
|
+
'Gilded d\'hide chaps': { item: UncutDiamond, rarity: 14663 },
|
|
1065
|
+
'Gilded pickaxe': { item: UncutDiamond, rarity: 14663 },
|
|
1066
|
+
'Gilded axe': { item: UncutDiamond, rarity: 14663 },
|
|
1067
|
+
'Gilded spade': { item: UncutDiamond, rarity: 14663 },
|
|
1068
|
+
'Gilded full helm': { item: GildedFullHelm, rarity: 32258 },
|
|
1069
|
+
'Gilded platebody': { item: GildedPlatebody, rarity: 32258 },
|
|
1070
|
+
'Gilded platelegs': { item: GildedLegs, rarity: 32258 },
|
|
1071
|
+
'Gilded plateskirt': { item: GildedLegs, rarity: 32258 },
|
|
1072
|
+
'Gilded kiteshield': { item: UncutDiamond, rarity: 32258 },
|
|
1073
|
+
'Gilded med helm': { item: UncutDiamond, rarity: 32258 },
|
|
1074
|
+
'Gilded chainbody': { item: UncutDiamond, rarity: 32258 },
|
|
1075
|
+
'Gilded sq shield': { item: UncutDiamond, rarity: 32258 },
|
|
1076
|
+
'Gilded 2h sword': { item: UncutDiamond, rarity: 32258 },
|
|
1077
|
+
'Gilded spear': { item: UncutDiamond, rarity: 32258 },
|
|
1078
|
+
'Gilded hasta': { item: UncutDiamond, rarity: 32258 },
|
|
1079
|
+
'3rd age full helmet': { item: UncutDiamond, rarity: 249262 },
|
|
1080
|
+
'3rd age platebody': { item: ThirdAgePlatebody, rarity: 249262 },
|
|
1081
|
+
'3rd age platelegs': { item: ThirdAgePlatelegs, rarity: 249262 },
|
|
1082
|
+
'3rd age plateskirt': { item: ThirdAgePlatelegs, rarity: 249262 },
|
|
1083
|
+
'3rd age kiteshield': { item: UncutDiamond, rarity: 249262 },
|
|
1084
|
+
'3rd age range coif': { item: UncutDiamond, rarity: 249262 },
|
|
1085
|
+
'3rd age range top': { item: UncutDiamond, rarity: 249262 },
|
|
1086
|
+
'3rd age range legs': { item: UncutDiamond, rarity: 249262 },
|
|
1087
|
+
'3rd age vambraces': { item: UncutDiamond, rarity: 249262 },
|
|
1088
|
+
'3rd age mage hat': { item: UncutDiamond, rarity: 249262 },
|
|
1089
|
+
'3rd age robe top': { item: UncutDiamond, rarity: 249262 },
|
|
1090
|
+
'3rd age robe': { item: UncutDiamond, rarity: 249262 },
|
|
1091
|
+
'3rd age amulet': { item: AmuletOfMagic, rarity: 249262 },
|
|
1092
|
+
'3rd age longsword': { item: ThirdAgeLongsword, rarity: 249262 },
|
|
1093
|
+
'3rd age wand': { item: UncutDiamond, rarity: 249262 },
|
|
1094
|
+
'3rd age cloak': { item: UncutDiamond, rarity: 249262 },
|
|
1095
|
+
'3rd age bow': { item: UncutDiamond, rarity: 249262 },
|
|
1096
|
+
};
|
|
1097
|
+
/**
|
|
1098
|
+
* Elite tier shared treasure trail items
|
|
1099
|
+
*/
|
|
1100
|
+
const ELITE_SHARED_ITEMS = {
|
|
1101
|
+
'Coins': { item: Coins, rarity: 32 },
|
|
1102
|
+
'Purple sweets': { item: UncutDiamond, rarity: 92 },
|
|
1103
|
+
'Red firelighter': { item: UncutDiamond, rarity: 162 },
|
|
1104
|
+
'Green firelighter': { item: UncutDiamond, rarity: 162 },
|
|
1105
|
+
'Blue firelighter': { item: UncutDiamond, rarity: 162 },
|
|
1106
|
+
'Purple firelighter': { item: UncutDiamond, rarity: 162 },
|
|
1107
|
+
'White firelighter': { item: UncutDiamond, rarity: 162 },
|
|
1108
|
+
'Charge dragonstone jewellery scroll': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1109
|
+
'Nardah teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1110
|
+
'Mos le\'harmless teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1111
|
+
'Mort\'ton teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1112
|
+
'Feldip hills teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1113
|
+
'Lunar isle teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1114
|
+
'Digsite teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1115
|
+
'Piscatoris teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1116
|
+
'Pest control teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1117
|
+
'Tai bwo wannai teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1118
|
+
'Lumberyard teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1119
|
+
'Iorwerth camp teleport': { item: MasterScrollBookEmpty, rarity: 203 },
|
|
1120
|
+
'Master scroll book (empty)': { item: MasterScrollBookEmpty, rarity: 355 },
|
|
1121
|
+
'Holy blessing': { item: UncutDiamond, rarity: 646 },
|
|
1122
|
+
'Unholy blessing': { item: UncutDiamond, rarity: 646 },
|
|
1123
|
+
'Peaceful blessing': { item: UncutDiamond, rarity: 646 },
|
|
1124
|
+
'War blessing': { item: UncutDiamond, rarity: 646 },
|
|
1125
|
+
'Honourable blessing': { item: UncutDiamond, rarity: 646 },
|
|
1126
|
+
'Ancient blessing': { item: UncutDiamond, rarity: 646 },
|
|
1127
|
+
'Saradomin page 1': { item: UncutDiamond, rarity: 775 },
|
|
1128
|
+
'Saradomin page 2': { item: UncutDiamond, rarity: 775 },
|
|
1129
|
+
'Saradomin page 3': { item: UncutDiamond, rarity: 775 },
|
|
1130
|
+
'Saradomin page 4': { item: UncutDiamond, rarity: 775 },
|
|
1131
|
+
'Zamorak page 1': { item: UncutDiamond, rarity: 775 },
|
|
1132
|
+
'Zamorak page 2': { item: UncutDiamond, rarity: 775 },
|
|
1133
|
+
'Zamorak page 3': { item: UncutDiamond, rarity: 775 },
|
|
1134
|
+
'Zamorak page 4': { item: UncutDiamond, rarity: 775 },
|
|
1135
|
+
'Guthix page 1': { item: UncutDiamond, rarity: 775 },
|
|
1136
|
+
'Guthix page 2': { item: UncutDiamond, rarity: 775 },
|
|
1137
|
+
'Guthix page 3': { item: UncutDiamond, rarity: 775 },
|
|
1138
|
+
'Guthix page 4': { item: UncutDiamond, rarity: 775 },
|
|
1139
|
+
'Bandos page 1': { item: UncutDiamond, rarity: 775 },
|
|
1140
|
+
'Bandos page 2': { item: UncutDiamond, rarity: 775 },
|
|
1141
|
+
'Bandos page 3': { item: UncutDiamond, rarity: 775 },
|
|
1142
|
+
'Bandos page 4': { item: UncutDiamond, rarity: 775 },
|
|
1143
|
+
'Armadyl page 1': { item: UncutDiamond, rarity: 775 },
|
|
1144
|
+
'Armadyl page 2': { item: UncutDiamond, rarity: 775 },
|
|
1145
|
+
'Armadyl page 3': { item: UncutDiamond, rarity: 775 },
|
|
1146
|
+
'Armadyl page 4': { item: UncutDiamond, rarity: 775 },
|
|
1147
|
+
'Ancient page 1': { item: UncutDiamond, rarity: 775 },
|
|
1148
|
+
'Ancient page 2': { item: UncutDiamond, rarity: 775 },
|
|
1149
|
+
};
|
|
1150
|
+
/**
|
|
1151
|
+
* Elite tier master clue scroll
|
|
1152
|
+
* 1/5 chance when opening an elite casket (doesn't take up a reward slot)
|
|
1153
|
+
*/
|
|
1154
|
+
const ELITE_MASTER_CLUE = {
|
|
1155
|
+
'Clue scroll (master)': { item: Coins, rarity: 5 },
|
|
1156
|
+
};
|
|
1157
|
+
/**
|
|
1158
|
+
* Elite clue rewards with table-based structure
|
|
1159
|
+
* 4-6 items per casket, average 5
|
|
1160
|
+
*/
|
|
1161
|
+
export const ELITE_REWARDS = {
|
|
1162
|
+
tables: [
|
|
1163
|
+
{
|
|
1164
|
+
name: 'unique',
|
|
1165
|
+
weight: 1275, // Elite clue unique items (~1/26 per roll)
|
|
1166
|
+
items: ELITE_UNIQUE_ITEMS,
|
|
1167
|
+
description: 'Elite clue unique items (50+ at various rarities)',
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
name: 'standard',
|
|
1171
|
+
weight: 621, // Standard equipment (~1/32.3 base)
|
|
1172
|
+
items: ELITE_STANDARD_TABLE,
|
|
1173
|
+
description: 'Standard rune equipment, dragon weapons, runes, jewellery, food, resources',
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
name: 'mega-rare',
|
|
1177
|
+
weight: 0, // Separate mega-rare table
|
|
1178
|
+
items: ELITE_MEGA_RARE_ITEMS,
|
|
1179
|
+
description: 'Mega-rare gilded, 3rd age, and special items',
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
name: 'shared',
|
|
1183
|
+
weight: 0, // Blended into other tables
|
|
1184
|
+
items: ELITE_SHARED_ITEMS,
|
|
1185
|
+
description: 'Shared treasure trail items',
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
name: 'master',
|
|
1189
|
+
weight: 0, // Separate 1/5 roll (doesn't take a slot)
|
|
1190
|
+
items: ELITE_MASTER_CLUE,
|
|
1191
|
+
description: 'Master clue scroll (1/5 chance, bonus drop)',
|
|
1192
|
+
},
|
|
1193
|
+
],
|
|
1194
|
+
// Flattened view for backward compatibility
|
|
1195
|
+
flattened: {
|
|
1196
|
+
...ELITE_UNIQUE_ITEMS,
|
|
1197
|
+
...ELITE_STANDARD_TABLE,
|
|
1198
|
+
...ELITE_MEGA_RARE_ITEMS,
|
|
1199
|
+
...ELITE_SHARED_ITEMS,
|
|
1200
|
+
...ELITE_MASTER_CLUE,
|
|
1201
|
+
},
|
|
1202
|
+
};
|
|
1203
|
+
/**
|
|
1204
|
+
* Master tier unique items
|
|
1205
|
+
* Major rare table at various rarities (1/851 to 1/25,530)
|
|
1206
|
+
*/
|
|
1207
|
+
const MASTER_UNIQUE_ITEMS = {
|
|
1208
|
+
'Occult ornament kit': { item: UncutDiamond, rarity: 851 },
|
|
1209
|
+
'Torture ornament kit': { item: UncutDiamond, rarity: 851 },
|
|
1210
|
+
'Anguish ornament kit': { item: UncutDiamond, rarity: 851 },
|
|
1211
|
+
'Tormented ornament kit': { item: UncutDiamond, rarity: 851 },
|
|
1212
|
+
'Dragon defender ornament kit': { item: UncutDiamond, rarity: 851 },
|
|
1213
|
+
'Hood of darkness': { item: UncutDiamond, rarity: 851 },
|
|
1214
|
+
'Robe top of darkness': { item: UncutDiamond, rarity: 851 },
|
|
1215
|
+
'Gloves of darkness': { item: UncutDiamond, rarity: 851 },
|
|
1216
|
+
'Robe bottom of darkness': { item: UncutDiamond, rarity: 851 },
|
|
1217
|
+
'Boots of darkness': { item: UncutDiamond, rarity: 851 },
|
|
1218
|
+
'Samurai kasa': { item: UncutDiamond, rarity: 851 },
|
|
1219
|
+
'Samurai shirt': { item: UncutDiamond, rarity: 851 },
|
|
1220
|
+
'Samurai gloves': { item: UncutDiamond, rarity: 851 },
|
|
1221
|
+
'Samurai greaves': { item: UncutDiamond, rarity: 851 },
|
|
1222
|
+
'Samurai boots': { item: UncutDiamond, rarity: 851 },
|
|
1223
|
+
'Arceuus hood': { item: UncutDiamond, rarity: 851 },
|
|
1224
|
+
'Hosidius hood': { item: UncutDiamond, rarity: 851 },
|
|
1225
|
+
'Lovakengj hood': { item: UncutDiamond, rarity: 851 },
|
|
1226
|
+
'Piscarilius hood': { item: UncutDiamond, rarity: 851 },
|
|
1227
|
+
'Shayzien hood': { item: UncutDiamond, rarity: 851 },
|
|
1228
|
+
'Old demon mask': { item: UncutDiamond, rarity: 851 },
|
|
1229
|
+
'Lesser demon mask': { item: UncutDiamond, rarity: 851 },
|
|
1230
|
+
'Greater demon mask': { item: UncutDiamond, rarity: 851 },
|
|
1231
|
+
'Black demon mask': { item: UncutDiamond, rarity: 851 },
|
|
1232
|
+
'Jungle demon mask': { item: UncutDiamond, rarity: 851 },
|
|
1233
|
+
'Left eye patch': { item: UncutDiamond, rarity: 851 },
|
|
1234
|
+
'Bowl wig': { item: UncutDiamond, rarity: 851 },
|
|
1235
|
+
'Ale of the gods': { item: UncutDiamond, rarity: 851 },
|
|
1236
|
+
'Obsidian cape (r)': { item: CapeOfSkulls, rarity: 851 },
|
|
1237
|
+
'Fancy tiara': { item: UncutDiamond, rarity: 851 },
|
|
1238
|
+
'Half moon spectacles': { item: UncutDiamond, rarity: 851 },
|
|
1239
|
+
'Armadyl godsword ornament kit': { item: UncutDiamond, rarity: 3404 },
|
|
1240
|
+
'Bandos godsword ornament kit': { item: UncutDiamond, rarity: 3404 },
|
|
1241
|
+
'Saradomin godsword ornament kit': { item: UncutDiamond, rarity: 3404 },
|
|
1242
|
+
'Zamorak godsword ornament kit': { item: UncutDiamond, rarity: 3404 },
|
|
1243
|
+
'Dragon platebody ornament kit': { item: UncutDiamond, rarity: 12765 },
|
|
1244
|
+
'Ankou mask': { item: UncutDiamond, rarity: 12765 },
|
|
1245
|
+
'Ankou top': { item: UncutDiamond, rarity: 12765 },
|
|
1246
|
+
'Ankou gloves': { item: UncutDiamond, rarity: 12765 },
|
|
1247
|
+
'Ankou\'s leggings': { item: UncutDiamond, rarity: 12765 },
|
|
1248
|
+
'Ankou socks': { item: UncutDiamond, rarity: 12765 },
|
|
1249
|
+
'Mummy\'s head': { item: UncutDiamond, rarity: 12765 },
|
|
1250
|
+
'Mummy\'s body': { item: UncutDiamond, rarity: 12765 },
|
|
1251
|
+
'Mummy\'s hands': { item: UncutDiamond, rarity: 12765 },
|
|
1252
|
+
'Mummy\'s legs': { item: UncutDiamond, rarity: 12765 },
|
|
1253
|
+
'Mummy\'s feet': { item: UncutDiamond, rarity: 12765 },
|
|
1254
|
+
'Dragon kiteshield ornament kit': { item: UncutDiamond, rarity: 25530 },
|
|
1255
|
+
};
|
|
1256
|
+
/**
|
|
1257
|
+
* Master tier standard table
|
|
1258
|
+
* Dragon weapons, runes, food, resources at 1/30.3 base
|
|
1259
|
+
*/
|
|
1260
|
+
const MASTER_STANDARD_TABLE = {
|
|
1261
|
+
'Dragon dagger': { item: UncutDiamond, rarity: 30 },
|
|
1262
|
+
'Dragon mace': { item: UncutDiamond, rarity: 30 },
|
|
1263
|
+
'Dragon longsword': { item: BlackLongsword, rarity: 30 },
|
|
1264
|
+
'Dragon scimitar': { item: UncutDiamond, rarity: 30 },
|
|
1265
|
+
'Dragon battleaxe': { item: UncutDiamond, rarity: 30 },
|
|
1266
|
+
'Dragon halberd': { item: UncutDiamond, rarity: 30 },
|
|
1267
|
+
'Nature rune': { item: NatureRune, rarity: 30 },
|
|
1268
|
+
'Death rune': { item: FireRune, rarity: 30 },
|
|
1269
|
+
'Blood rune': { item: FireRune, rarity: 30 },
|
|
1270
|
+
'Soul rune': { item: FireRune, rarity: 30 },
|
|
1271
|
+
'Onyx bolts (e)': { item: UncutDiamond, rarity: 30 },
|
|
1272
|
+
'Manta ray': { item: Salmon, rarity: 30 },
|
|
1273
|
+
'Wine of zamorak': { item: UncutDiamond, rarity: 30 },
|
|
1274
|
+
'Limpwurt root': { item: UncutDiamond, rarity: 30 },
|
|
1275
|
+
'Grimy ranarr weed': { item: UncutDiamond, rarity: 30 },
|
|
1276
|
+
'Grimy toadflax': { item: UncutDiamond, rarity: 30 },
|
|
1277
|
+
'Grimy snapdragon': { item: UncutDiamond, rarity: 30 },
|
|
1278
|
+
'Runite ore': { item: UncutDiamond, rarity: 30 },
|
|
1279
|
+
'Runite bar': { item: RuniteBar, rarity: 30 },
|
|
1280
|
+
'Black dragonhide': { item: UncutDiamond, rarity: 30 },
|
|
1281
|
+
};
|
|
1282
|
+
/**
|
|
1283
|
+
* Master tier mega-rare items (gilded + 3rd age + special)
|
|
1284
|
+
*/
|
|
1285
|
+
const MASTER_MEGA_RARE_ITEMS = {
|
|
1286
|
+
'Bucket helm (g)': { item: UncutDiamond, rarity: 13616 },
|
|
1287
|
+
'Ring of coins': { item: UncutDiamond, rarity: 13616 },
|
|
1288
|
+
'Cabbage': { item: UncutDiamond, rarity: 13616 },
|
|
1289
|
+
'Anti-venom+(4)': { item: UncutDiamond, rarity: 13616 },
|
|
1290
|
+
'Torstol': { item: UncutDiamond, rarity: 13616 },
|
|
1291
|
+
'Gilded scimitar': { item: UncutDiamond, rarity: 13616 },
|
|
1292
|
+
'Gilded boots': { item: UncutDiamond, rarity: 13616 },
|
|
1293
|
+
'Gilded coif': { item: UncutDiamond, rarity: 13616 },
|
|
1294
|
+
'Gilded d\'hide vambraces': { item: UncutDiamond, rarity: 13616 },
|
|
1295
|
+
'Gilded d\'hide body': { item: UncutDiamond, rarity: 13616 },
|
|
1296
|
+
'Gilded d\'hide chaps': { item: UncutDiamond, rarity: 13616 },
|
|
1297
|
+
'Gilded pickaxe': { item: UncutDiamond, rarity: 13616 },
|
|
1298
|
+
'Gilded axe': { item: UncutDiamond, rarity: 13616 },
|
|
1299
|
+
'Gilded spade': { item: UncutDiamond, rarity: 13616 },
|
|
1300
|
+
'Gilded full helm': { item: GildedFullHelm, rarity: 149776 },
|
|
1301
|
+
'Gilded platebody': { item: GildedPlatebody, rarity: 149776 },
|
|
1302
|
+
'Gilded platelegs': { item: GildedLegs, rarity: 149776 },
|
|
1303
|
+
'Gilded plateskirt': { item: GildedLegs, rarity: 149776 },
|
|
1304
|
+
'Gilded kiteshield': { item: UncutDiamond, rarity: 149776 },
|
|
1305
|
+
'Gilded med helm': { item: UncutDiamond, rarity: 149776 },
|
|
1306
|
+
'Gilded chainbody': { item: UncutDiamond, rarity: 149776 },
|
|
1307
|
+
'Gilded sq shield': { item: UncutDiamond, rarity: 149776 },
|
|
1308
|
+
'Gilded 2h sword': { item: UncutDiamond, rarity: 149776 },
|
|
1309
|
+
'Gilded spear': { item: UncutDiamond, rarity: 149776 },
|
|
1310
|
+
'Gilded hasta': { item: UncutDiamond, rarity: 149776 },
|
|
1311
|
+
'3rd age full helmet': { item: UncutDiamond, rarity: 313168 },
|
|
1312
|
+
'3rd age platebody': { item: ThirdAgePlatebody, rarity: 313168 },
|
|
1313
|
+
'3rd age platelegs': { item: ThirdAgePlatelegs, rarity: 313168 },
|
|
1314
|
+
'3rd age plateskirt': { item: ThirdAgePlatelegs, rarity: 313168 },
|
|
1315
|
+
'3rd age kiteshield': { item: UncutDiamond, rarity: 313168 },
|
|
1316
|
+
'3rd age range coif': { item: UncutDiamond, rarity: 313168 },
|
|
1317
|
+
'3rd age range top': { item: UncutDiamond, rarity: 313168 },
|
|
1318
|
+
'3rd age range legs': { item: UncutDiamond, rarity: 313168 },
|
|
1319
|
+
'3rd age vambraces': { item: UncutDiamond, rarity: 313168 },
|
|
1320
|
+
'3rd age mage hat': { item: UncutDiamond, rarity: 313168 },
|
|
1321
|
+
'3rd age robe top': { item: UncutDiamond, rarity: 313168 },
|
|
1322
|
+
'3rd age robe': { item: UncutDiamond, rarity: 313168 },
|
|
1323
|
+
'3rd age amulet': { item: AmuletOfMagic, rarity: 313168 },
|
|
1324
|
+
'3rd age druidic robe top': { item: UncutDiamond, rarity: 313168 },
|
|
1325
|
+
'3rd age druidic robe bottoms': { item: UncutDiamond, rarity: 313168 },
|
|
1326
|
+
'3rd age druidic cloak': { item: UncutDiamond, rarity: 313168 },
|
|
1327
|
+
'3rd age longsword': { item: ThirdAgeLongsword, rarity: 313168 },
|
|
1328
|
+
'3rd age bow': { item: UncutDiamond, rarity: 313168 },
|
|
1329
|
+
'3rd age wand': { item: UncutDiamond, rarity: 313168 },
|
|
1330
|
+
'3rd age druidic staff': { item: UncutDiamond, rarity: 313168 },
|
|
1331
|
+
'3rd age cloak': { item: UncutDiamond, rarity: 313168 },
|
|
1332
|
+
'3rd age pickaxe': { item: UncutDiamond, rarity: 313168 },
|
|
1333
|
+
'3rd age axe': { item: UncutDiamond, rarity: 313168 },
|
|
1334
|
+
};
|
|
1335
|
+
/**
|
|
1336
|
+
* Master tier shared treasure trail items
|
|
1337
|
+
*/
|
|
1338
|
+
const MASTER_SHARED_ITEMS = {
|
|
1339
|
+
'Coins': { item: Coins, rarity: 30 },
|
|
1340
|
+
};
|
|
1341
|
+
/**
|
|
1342
|
+
* Master tier master clue scroll
|
|
1343
|
+
* Note: Master clues can also come from other tiers
|
|
1344
|
+
*/
|
|
1345
|
+
const MASTER_MASTER_CLUE = {
|
|
1346
|
+
'Clue scroll (master)': { item: Coins, rarity: 30 }, // Placeholder for mimic/rare drops
|
|
1347
|
+
};
|
|
1348
|
+
/**
|
|
1349
|
+
* Master clue rewards with table-based structure
|
|
1350
|
+
* 5-7 items per casket, average 6
|
|
1351
|
+
*/
|
|
1352
|
+
export const MASTER_REWARDS = {
|
|
1353
|
+
tables: [
|
|
1354
|
+
{
|
|
1355
|
+
name: 'unique',
|
|
1356
|
+
weight: 851, // Master clue unique items
|
|
1357
|
+
items: MASTER_UNIQUE_ITEMS,
|
|
1358
|
+
description: 'Master clue unique items (40+ at various rarities)',
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
name: 'standard',
|
|
1362
|
+
weight: 638, // Standard dragon weapons and resources (~1/30.3 base)
|
|
1363
|
+
items: MASTER_STANDARD_TABLE,
|
|
1364
|
+
description: 'Dragon weapons, runes, food, resources',
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
name: 'mega-rare',
|
|
1368
|
+
weight: 0, // Separate mega-rare table
|
|
1369
|
+
items: MASTER_MEGA_RARE_ITEMS,
|
|
1370
|
+
description: 'Mega-rare gilded, 3rd age, and unique items (Ring of coins, Bucket helm (g), etc.)',
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
name: 'shared',
|
|
1374
|
+
weight: 0, // Minimal shared items
|
|
1375
|
+
items: MASTER_SHARED_ITEMS,
|
|
1376
|
+
description: 'Shared treasure trail items (coins)',
|
|
1377
|
+
},
|
|
1378
|
+
],
|
|
1379
|
+
// Flattened view for backward compatibility
|
|
1380
|
+
flattened: {
|
|
1381
|
+
...MASTER_UNIQUE_ITEMS,
|
|
1382
|
+
...MASTER_STANDARD_TABLE,
|
|
1383
|
+
...MASTER_MEGA_RARE_ITEMS,
|
|
1384
|
+
...MASTER_SHARED_ITEMS,
|
|
1385
|
+
},
|
|
1386
|
+
};
|
|
1387
|
+
/**
|
|
1388
|
+
* Gets all reward odds for a specific clue tier
|
|
1389
|
+
*/
|
|
1390
|
+
export function getClueRewardsByTier(tier) {
|
|
1391
|
+
switch (tier.toLowerCase()) {
|
|
1392
|
+
case 'beginner':
|
|
1393
|
+
return BEGINNER_REWARDS.flattened;
|
|
1394
|
+
case 'easy':
|
|
1395
|
+
return EASY_REWARDS.flattened;
|
|
1396
|
+
case 'medium':
|
|
1397
|
+
return MEDIUM_REWARDS.flattened;
|
|
1398
|
+
case 'hard':
|
|
1399
|
+
return HARD_REWARDS.flattened;
|
|
1400
|
+
case 'elite':
|
|
1401
|
+
return ELITE_REWARDS.flattened;
|
|
1402
|
+
case 'master':
|
|
1403
|
+
return MASTER_REWARDS.flattened;
|
|
1404
|
+
default:
|
|
1405
|
+
throw new Error(`Unknown clue tier: ${tier}`);
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
/**
|
|
1409
|
+
* Gets the table structure for a specific clue tier (if available)
|
|
1410
|
+
* Returns null for tiers that don't have table-based rewards
|
|
1411
|
+
*/
|
|
1412
|
+
export function getClueRewardTables(tier) {
|
|
1413
|
+
switch (tier.toLowerCase()) {
|
|
1414
|
+
case 'beginner':
|
|
1415
|
+
return BEGINNER_REWARDS.tables;
|
|
1416
|
+
case 'easy':
|
|
1417
|
+
return EASY_REWARDS.tables;
|
|
1418
|
+
case 'medium':
|
|
1419
|
+
return MEDIUM_REWARDS.tables;
|
|
1420
|
+
case 'hard':
|
|
1421
|
+
return HARD_REWARDS.tables;
|
|
1422
|
+
case 'elite':
|
|
1423
|
+
return ELITE_REWARDS.tables;
|
|
1424
|
+
case 'master':
|
|
1425
|
+
return MASTER_REWARDS.tables;
|
|
1426
|
+
default:
|
|
1427
|
+
return null;
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
/**
|
|
1431
|
+
* Gets all items for a specific tier as an array
|
|
1432
|
+
*/
|
|
1433
|
+
export function getClueItemsList(tier) {
|
|
1434
|
+
const rewards = getClueRewardsByTier(tier);
|
|
1435
|
+
return Object.values(rewards).map(r => r.item);
|
|
1436
|
+
}
|