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.
Files changed (1341) hide show
  1. package/README.md +270 -183
  2. package/dist/examples/ClueScrollExample.d.ts +6 -0
  3. package/dist/examples/ClueScrollExample.d.ts.map +1 -0
  4. package/dist/examples/ClueScrollExample.js +30 -0
  5. package/dist/examples/ExampleQuest.d.ts +2 -0
  6. package/dist/examples/ExampleQuest.d.ts.map +1 -0
  7. package/dist/index.d.ts +30 -0
  8. package/dist/index.d.ts.map +1 -0
  9. package/dist/index.js +30 -144
  10. package/dist/runescape/errors.d.ts +10 -0
  11. package/dist/runescape/errors.d.ts.map +1 -0
  12. package/dist/runescape/model/Item/ClueScrollRewards.js +286 -0
  13. package/dist/runescape/model/Item/Item.d.ts +143 -0
  14. package/dist/runescape/model/Item/Item.d.ts.map +1 -0
  15. package/dist/runescape/model/Item/Items.d.ts +154 -0
  16. package/dist/runescape/model/Item/Items.d.ts.map +1 -0
  17. package/dist/runescape/model/Item/Items.js +153 -36
  18. package/dist/runescape/model/Item/all/AdamantPlatebody.d.ts +3 -0
  19. package/dist/runescape/model/Item/all/AdamantPlatebody.d.ts.map +1 -0
  20. package/dist/runescape/model/Item/all/AdamantPlatebody.js +32 -0
  21. package/dist/runescape/model/Item/all/AdamantPlatelegs.d.ts +3 -0
  22. package/dist/runescape/model/Item/all/AdamantPlatelegs.d.ts.map +1 -0
  23. package/dist/runescape/model/Item/all/AdamantPlatelegs.js +32 -0
  24. package/dist/runescape/model/Item/all/AdamantShieldG.d.ts +3 -0
  25. package/dist/runescape/model/Item/all/AdamantShieldG.d.ts.map +1 -0
  26. package/dist/runescape/model/Item/all/AdamantShieldG.js +27 -0
  27. package/dist/runescape/model/Item/all/AirRune.d.ts +3 -0
  28. package/dist/runescape/model/Item/all/AirRune.d.ts.map +1 -0
  29. package/dist/runescape/model/Item/all/AirRune.js +35 -0
  30. package/dist/runescape/model/Item/all/AmuletOfGlory.d.ts +3 -0
  31. package/dist/runescape/model/Item/all/AmuletOfGlory.d.ts.map +1 -0
  32. package/dist/runescape/model/Item/all/AmuletOfGlory.js +1 -0
  33. package/dist/runescape/model/Item/all/AmuletOfMagic.d.ts +3 -0
  34. package/dist/runescape/model/Item/all/AmuletOfMagic.d.ts.map +1 -0
  35. package/dist/runescape/model/Item/all/AmuletOfMagic.js +35 -0
  36. package/dist/runescape/model/Item/all/AmuletOfMagicT.d.ts +3 -0
  37. package/dist/runescape/model/Item/all/AmuletOfMagicT.d.ts.map +1 -0
  38. package/dist/runescape/model/Item/all/AmuletOfMagicT.js +23 -0
  39. package/dist/runescape/model/Item/all/AmuletOfPowerT.d.ts +3 -0
  40. package/dist/runescape/model/Item/all/AmuletOfPowerT.d.ts.map +1 -0
  41. package/dist/runescape/model/Item/all/AmuletOfPowerT.js +33 -0
  42. package/dist/runescape/model/Item/all/AmuletOfTheVoid.d.ts +3 -0
  43. package/dist/runescape/model/Item/all/AmuletOfTheVoid.d.ts.map +1 -0
  44. package/dist/runescape/model/Item/all/AmuletOfTheVoid.js +22 -0
  45. package/dist/runescape/model/Item/all/AncestralRobeBottom.d.ts +3 -0
  46. package/dist/runescape/model/Item/all/AncestralRobeBottom.d.ts.map +1 -0
  47. package/dist/runescape/model/Item/all/AncestralRobeBottom.js +28 -0
  48. package/dist/runescape/model/Item/all/AncestralRobeTop.d.ts +3 -0
  49. package/dist/runescape/model/Item/all/AncestralRobeTop.d.ts.map +1 -0
  50. package/dist/runescape/model/Item/all/AncestralRobeTop.js +28 -0
  51. package/dist/runescape/model/Item/all/AncientStaff.d.ts +3 -0
  52. package/dist/runescape/model/Item/all/AncientStaff.d.ts.map +1 -0
  53. package/dist/runescape/model/Item/all/AncientStaff.js +1 -0
  54. package/dist/runescape/model/Item/all/AntiDragonShield.d.ts +3 -0
  55. package/dist/runescape/model/Item/all/AntiDragonShield.d.ts.map +1 -0
  56. package/dist/runescape/model/Item/all/AntiDragonShield.js +1 -0
  57. package/dist/runescape/model/Item/all/BagOfSalt.d.ts +3 -0
  58. package/dist/runescape/model/Item/all/BagOfSalt.d.ts.map +1 -0
  59. package/dist/runescape/model/Item/all/BagOfSalt.js +3 -0
  60. package/dist/runescape/model/Item/all/Bearhead.d.ts +3 -0
  61. package/dist/runescape/model/Item/all/Bearhead.d.ts.map +1 -0
  62. package/dist/runescape/model/Item/all/Bearhead.js +1 -0
  63. package/dist/runescape/model/Item/all/BlackAxe.d.ts +3 -0
  64. package/dist/runescape/model/Item/all/BlackAxe.d.ts.map +1 -0
  65. package/dist/runescape/model/Item/all/BlackAxe.js +1 -0
  66. package/dist/runescape/model/Item/all/BlackBattleaxe.d.ts +3 -0
  67. package/dist/runescape/model/Item/all/BlackBattleaxe.d.ts.map +1 -0
  68. package/dist/runescape/model/Item/all/BlackBattleaxe.js +35 -0
  69. package/dist/runescape/model/Item/all/BlackDagger.d.ts +3 -0
  70. package/dist/runescape/model/Item/all/BlackDagger.d.ts.map +1 -0
  71. package/dist/runescape/model/Item/all/BlackDagger.js +35 -0
  72. package/dist/runescape/model/Item/all/BlackFullHelm.d.ts +3 -0
  73. package/dist/runescape/model/Item/all/BlackFullHelm.d.ts.map +1 -0
  74. package/dist/runescape/model/Item/all/BlackFullHelm.js +35 -0
  75. package/dist/runescape/model/Item/all/BlackFullHelmT.d.ts +3 -0
  76. package/dist/runescape/model/Item/all/BlackFullHelmT.d.ts.map +1 -0
  77. package/dist/runescape/model/Item/all/BlackFullHelmT.js +26 -0
  78. package/dist/runescape/model/Item/all/BlackLongsword.d.ts +3 -0
  79. package/dist/runescape/model/Item/all/BlackLongsword.d.ts.map +1 -0
  80. package/dist/runescape/model/Item/all/BlackLongsword.js +35 -0
  81. package/dist/runescape/model/Item/all/BlackPickaxe.d.ts +3 -0
  82. package/dist/runescape/model/Item/all/BlackPickaxe.d.ts.map +1 -0
  83. package/dist/runescape/model/Item/all/BlackPickaxe.js +21 -0
  84. package/dist/runescape/model/Item/all/BlackPlatebody.d.ts +3 -0
  85. package/dist/runescape/model/Item/all/BlackPlatebody.d.ts.map +1 -0
  86. package/dist/runescape/model/Item/all/BlackPlatebody.js +35 -0
  87. package/dist/runescape/model/Item/all/BlackPlatebodyT.d.ts +3 -0
  88. package/dist/runescape/model/Item/all/BlackPlatebodyT.d.ts.map +1 -0
  89. package/dist/runescape/model/Item/all/BlackPlatebodyT.js +26 -0
  90. package/dist/runescape/model/Item/all/BlackPlatelegs.d.ts +3 -0
  91. package/dist/runescape/model/Item/all/BlackPlatelegs.d.ts.map +1 -0
  92. package/dist/runescape/model/Item/all/BlackPlatelegs.js +35 -0
  93. package/dist/runescape/model/Item/all/BlackPlatelegsT.d.ts +3 -0
  94. package/dist/runescape/model/Item/all/BlackPlatelegsT.d.ts.map +1 -0
  95. package/dist/runescape/model/Item/all/BlackPlatelegsT.js +26 -0
  96. package/dist/runescape/model/Item/all/BlisterwoodFlail.d.ts +3 -0
  97. package/dist/runescape/model/Item/all/BlisterwoodFlail.d.ts.map +1 -0
  98. package/dist/runescape/model/Item/all/BlisterwoodFlail.js +1 -0
  99. package/dist/runescape/model/Item/all/BloodRune.d.ts +3 -0
  100. package/dist/runescape/model/Item/all/BloodRune.d.ts.map +1 -0
  101. package/dist/runescape/model/Item/all/BloodRune.js +1 -0
  102. package/dist/runescape/model/Item/all/BlueDHideBody.d.ts +3 -0
  103. package/dist/runescape/model/Item/all/BlueDHideBody.d.ts.map +1 -0
  104. package/dist/runescape/model/Item/all/BlueDHideBody.js +32 -0
  105. package/dist/runescape/model/Item/all/BlueDHideChaps.d.ts +3 -0
  106. package/dist/runescape/model/Item/all/BlueDHideChaps.d.ts.map +1 -0
  107. package/dist/runescape/model/Item/all/BlueDHideChaps.js +32 -0
  108. package/dist/runescape/model/Item/all/BlueDye.d.ts +3 -0
  109. package/dist/runescape/model/Item/all/BlueDye.d.ts.map +1 -0
  110. package/dist/runescape/model/Item/all/BlueDye.js +1 -0
  111. package/dist/runescape/model/Item/all/BodyRune.d.ts +3 -0
  112. package/dist/runescape/model/Item/all/BodyRune.d.ts.map +1 -0
  113. package/dist/runescape/model/Item/all/BodyRune.js +35 -0
  114. package/dist/runescape/model/Item/all/Bones.d.ts +3 -0
  115. package/dist/runescape/model/Item/all/Bones.d.ts.map +1 -0
  116. package/dist/runescape/model/Item/all/Bones.js +1 -0
  117. package/dist/runescape/model/Item/all/BroadArrowheads.d.ts +3 -0
  118. package/dist/runescape/model/Item/all/BroadArrowheads.d.ts.map +1 -0
  119. package/dist/runescape/model/Item/all/BroadArrowheads.js +3 -0
  120. package/dist/runescape/model/Item/all/BroadBolts.d.ts +3 -0
  121. package/dist/runescape/model/Item/all/BroadBolts.d.ts.map +1 -0
  122. package/dist/runescape/model/Item/all/BroadBolts.js +3 -0
  123. package/dist/runescape/model/Item/all/Bucket.d.ts +3 -0
  124. package/dist/runescape/model/Item/all/Bucket.d.ts.map +1 -0
  125. package/dist/runescape/model/Item/all/Bucket.js +1 -0
  126. package/dist/runescape/model/Item/all/BucketofWater.d.ts +3 -0
  127. package/dist/runescape/model/Item/all/BucketofWater.d.ts.map +1 -0
  128. package/dist/runescape/model/Item/all/BucketofWater.js +1 -0
  129. package/dist/runescape/model/Item/all/CapeOfSkulls.d.ts +3 -0
  130. package/dist/runescape/model/Item/all/CapeOfSkulls.d.ts.map +1 -0
  131. package/dist/runescape/model/Item/all/CapeOfSkulls.js +21 -0
  132. package/dist/runescape/model/Item/all/Cat.d.ts +3 -0
  133. package/dist/runescape/model/Item/all/Cat.d.ts.map +1 -0
  134. package/dist/runescape/model/Item/all/Cat.js +1 -0
  135. package/dist/runescape/model/Item/all/ChaosRune.d.ts +3 -0
  136. package/dist/runescape/model/Item/all/ChaosRune.d.ts.map +1 -0
  137. package/dist/runescape/model/Item/all/ChaosRune.js +35 -0
  138. package/dist/runescape/model/Item/all/ClueScrollBeginner.d.ts +3 -0
  139. package/dist/runescape/model/Item/all/ClueScrollBeginner.d.ts.map +1 -0
  140. package/dist/runescape/model/Item/all/ClueScrollBeginner.js +21 -0
  141. package/dist/runescape/model/Item/all/ClueScrollEasy.d.ts +3 -0
  142. package/dist/runescape/model/Item/all/ClueScrollEasy.d.ts.map +1 -0
  143. package/dist/runescape/model/Item/all/ClueScrollEasy.js +21 -0
  144. package/dist/runescape/model/Item/all/ClueScrollElite.d.ts +3 -0
  145. package/dist/runescape/model/Item/all/ClueScrollElite.d.ts.map +1 -0
  146. package/dist/runescape/model/Item/all/ClueScrollElite.js +21 -0
  147. package/dist/runescape/model/Item/all/ClueScrollHard.d.ts +3 -0
  148. package/dist/runescape/model/Item/all/ClueScrollHard.d.ts.map +1 -0
  149. package/dist/runescape/model/Item/all/ClueScrollHard.js +21 -0
  150. package/dist/runescape/model/Item/all/ClueScrollMaster.d.ts +3 -0
  151. package/dist/runescape/model/Item/all/ClueScrollMaster.d.ts.map +1 -0
  152. package/dist/runescape/model/Item/all/ClueScrollMaster.js +21 -0
  153. package/dist/runescape/model/Item/all/ClueScrollMedium.d.ts +3 -0
  154. package/dist/runescape/model/Item/all/ClueScrollMedium.d.ts.map +1 -0
  155. package/dist/runescape/model/Item/all/ClueScrollMedium.js +21 -0
  156. package/dist/runescape/model/Item/all/Coif.d.ts +3 -0
  157. package/dist/runescape/model/Item/all/Coif.d.ts.map +1 -0
  158. package/dist/runescape/model/Item/all/Coif.js +35 -0
  159. package/dist/runescape/model/Item/all/Coins.d.ts +3 -0
  160. package/dist/runescape/model/Item/all/Coins.d.ts.map +1 -0
  161. package/dist/runescape/model/Item/all/Coins.js +1 -0
  162. package/dist/runescape/model/Item/all/CrawsBow.d.ts +3 -0
  163. package/dist/runescape/model/Item/all/CrawsBow.d.ts.map +1 -0
  164. package/dist/runescape/model/Item/all/CrawsBow.js +24 -0
  165. package/dist/runescape/model/Item/all/CrossSection.d.ts +3 -0
  166. package/dist/runescape/model/Item/all/CrossSection.d.ts.map +1 -0
  167. package/dist/runescape/model/Item/all/CrossSection.js +1 -0
  168. package/dist/runescape/model/Item/all/CrystalKey.d.ts +3 -0
  169. package/dist/runescape/model/Item/all/CrystalKey.d.ts.map +1 -0
  170. package/dist/runescape/model/Item/all/CrystalKey.js +1 -0
  171. package/dist/runescape/model/Item/all/CulinaromancerGloves.d.ts +3 -0
  172. package/dist/runescape/model/Item/all/CulinaromancerGloves.d.ts.map +1 -0
  173. package/dist/runescape/model/Item/all/DagannothHide.d.ts +3 -0
  174. package/dist/runescape/model/Item/all/DagannothHide.d.ts.map +1 -0
  175. package/dist/runescape/model/Item/all/DagannothHide.js +1 -0
  176. package/dist/runescape/model/Item/all/DemonicGorillaHeart.d.ts +3 -0
  177. package/dist/runescape/model/Item/all/DemonicGorillaHeart.d.ts.map +1 -0
  178. package/dist/runescape/model/Item/all/DemonicGorillaHeart.js +1 -0
  179. package/dist/runescape/model/Item/all/DragonBoots.d.ts +3 -0
  180. package/dist/runescape/model/Item/all/DragonBoots.d.ts.map +1 -0
  181. package/dist/runescape/model/Item/all/DragonBoots.js +27 -0
  182. package/dist/runescape/model/Item/all/DragonFullHelm.d.ts +3 -0
  183. package/dist/runescape/model/Item/all/DragonFullHelm.d.ts.map +1 -0
  184. package/dist/runescape/model/Item/all/DragonFullHelm.js +32 -0
  185. package/dist/runescape/model/Item/all/DragonKey.d.ts +3 -0
  186. package/dist/runescape/model/Item/all/DragonKey.d.ts.map +1 -0
  187. package/dist/runescape/model/Item/all/DragonKey.js +1 -0
  188. package/dist/runescape/model/Item/all/DragonMediumHelm.d.ts +3 -0
  189. package/dist/runescape/model/Item/all/DragonMediumHelm.d.ts.map +1 -0
  190. package/dist/runescape/model/Item/all/DragonMediumHelm.js +32 -0
  191. package/dist/runescape/model/Item/all/DragonPlatebody.d.ts +3 -0
  192. package/dist/runescape/model/Item/all/DragonPlatebody.d.ts.map +1 -0
  193. package/dist/runescape/model/Item/all/DragonPlatebody.js +32 -0
  194. package/dist/runescape/model/Item/all/DragonPlatelegs.d.ts +3 -0
  195. package/dist/runescape/model/Item/all/DragonPlatelegs.d.ts.map +1 -0
  196. package/dist/runescape/model/Item/all/DragonPlatelegs.js +32 -0
  197. package/dist/runescape/model/Item/all/DragonkinMap.d.ts +3 -0
  198. package/dist/runescape/model/Item/all/DragonkinMap.d.ts.map +1 -0
  199. package/dist/runescape/model/Item/all/DragonkinMap.js +1 -0
  200. package/dist/runescape/model/Item/all/DrakansMedallion.d.ts +3 -0
  201. package/dist/runescape/model/Item/all/DrakansMedallion.d.ts.map +1 -0
  202. package/dist/runescape/model/Item/all/DramenStaff.d.ts +3 -0
  203. package/dist/runescape/model/Item/all/DramenStaff.d.ts.map +1 -0
  204. package/dist/runescape/model/Item/all/DramenStaff.js +1 -0
  205. package/dist/runescape/model/Item/all/DwarvenRockCake.d.ts +3 -0
  206. package/dist/runescape/model/Item/all/DwarvenRockCake.d.ts.map +1 -0
  207. package/dist/runescape/model/Item/all/DwarvenRockCake.js +1 -0
  208. package/dist/runescape/model/Item/all/Earmuffs.d.ts +3 -0
  209. package/dist/runescape/model/Item/all/Earmuffs.d.ts.map +1 -0
  210. package/dist/runescape/model/Item/all/Earmuffs.js +3 -0
  211. package/dist/runescape/model/Item/all/EarthRune.d.ts +3 -0
  212. package/dist/runescape/model/Item/all/EarthRune.d.ts.map +1 -0
  213. package/dist/runescape/model/Item/all/EarthRune.js +35 -0
  214. package/dist/runescape/model/Item/all/Ectophial.d.ts +3 -0
  215. package/dist/runescape/model/Item/all/Ectophial.d.ts.map +1 -0
  216. package/dist/runescape/model/Item/all/Ectophial.js +1 -0
  217. package/dist/runescape/model/Item/all/EnchantedGem.d.ts +3 -0
  218. package/dist/runescape/model/Item/all/EnchantedGem.d.ts.map +1 -0
  219. package/dist/runescape/model/Item/all/EnchantedGem.js +3 -0
  220. package/dist/runescape/model/Item/all/FaceMask.d.ts +3 -0
  221. package/dist/runescape/model/Item/all/FaceMask.d.ts.map +1 -0
  222. package/dist/runescape/model/Item/all/FaceMask.js +3 -0
  223. package/dist/runescape/model/Item/all/FibulaPiece.d.ts +3 -0
  224. package/dist/runescape/model/Item/all/FibulaPiece.d.ts.map +1 -0
  225. package/dist/runescape/model/Item/all/FibulaPiece.js +1 -0
  226. package/dist/runescape/model/Item/all/FireRune.d.ts +3 -0
  227. package/dist/runescape/model/Item/all/FireRune.d.ts.map +1 -0
  228. package/dist/runescape/model/Item/all/FireRune.js +35 -0
  229. package/dist/runescape/model/Item/all/FlaredTrousersItem.d.ts +3 -0
  230. package/dist/runescape/model/Item/all/FlaredTrousersItem.d.ts.map +1 -0
  231. package/dist/runescape/model/Item/all/FlaredTrousersItem.js +21 -0
  232. package/dist/runescape/model/Item/all/FremennikKestrelEyeHelm.d.ts +3 -0
  233. package/dist/runescape/model/Item/all/FremennikKestrelEyeHelm.d.ts.map +1 -0
  234. package/dist/runescape/model/Item/all/FremennikKestrelEyeHelm.js +1 -0
  235. package/dist/runescape/model/Item/all/FungicideSpray.d.ts +3 -0
  236. package/dist/runescape/model/Item/all/FungicideSpray.d.ts.map +1 -0
  237. package/dist/runescape/model/Item/all/FungicideSpray.js +3 -0
  238. package/dist/runescape/model/Item/all/FungicideSpray0.d.ts +3 -0
  239. package/dist/runescape/model/Item/all/FungicideSpray0.d.ts.map +1 -0
  240. package/dist/runescape/model/Item/all/FungicideSpray0.js +3 -0
  241. package/dist/runescape/model/Item/all/FungicideSpray1.d.ts +3 -0
  242. package/dist/runescape/model/Item/all/FungicideSpray1.d.ts.map +1 -0
  243. package/dist/runescape/model/Item/all/FungicideSpray1.js +3 -0
  244. package/dist/runescape/model/Item/all/FungicideSpray10.d.ts +3 -0
  245. package/dist/runescape/model/Item/all/FungicideSpray10.d.ts.map +1 -0
  246. package/dist/runescape/model/Item/all/FungicideSpray10.js +3 -0
  247. package/dist/runescape/model/Item/all/FungicideSpray2.d.ts +3 -0
  248. package/dist/runescape/model/Item/all/FungicideSpray2.d.ts.map +1 -0
  249. package/dist/runescape/model/Item/all/FungicideSpray2.js +3 -0
  250. package/dist/runescape/model/Item/all/FungicideSpray3.d.ts +3 -0
  251. package/dist/runescape/model/Item/all/FungicideSpray3.d.ts.map +1 -0
  252. package/dist/runescape/model/Item/all/FungicideSpray3.js +3 -0
  253. package/dist/runescape/model/Item/all/FungicideSpray4.d.ts +3 -0
  254. package/dist/runescape/model/Item/all/FungicideSpray4.d.ts.map +1 -0
  255. package/dist/runescape/model/Item/all/FungicideSpray4.js +3 -0
  256. package/dist/runescape/model/Item/all/FungicideSpray5.d.ts +3 -0
  257. package/dist/runescape/model/Item/all/FungicideSpray5.d.ts.map +1 -0
  258. package/dist/runescape/model/Item/all/FungicideSpray5.js +3 -0
  259. package/dist/runescape/model/Item/all/FungicideSpray6.d.ts +3 -0
  260. package/dist/runescape/model/Item/all/FungicideSpray6.d.ts.map +1 -0
  261. package/dist/runescape/model/Item/all/FungicideSpray6.js +3 -0
  262. package/dist/runescape/model/Item/all/FungicideSpray7.d.ts +3 -0
  263. package/dist/runescape/model/Item/all/FungicideSpray7.d.ts.map +1 -0
  264. package/dist/runescape/model/Item/all/FungicideSpray7.js +3 -0
  265. package/dist/runescape/model/Item/all/FungicideSpray8.d.ts +3 -0
  266. package/dist/runescape/model/Item/all/FungicideSpray8.d.ts.map +1 -0
  267. package/dist/runescape/model/Item/all/FungicideSpray8.js +3 -0
  268. package/dist/runescape/model/Item/all/FungicideSpray9.d.ts +3 -0
  269. package/dist/runescape/model/Item/all/FungicideSpray9.d.ts.map +1 -0
  270. package/dist/runescape/model/Item/all/FungicideSpray9.js +3 -0
  271. package/dist/runescape/model/Item/all/GamesNecklace.d.ts +3 -0
  272. package/dist/runescape/model/Item/all/GamesNecklace.d.ts.map +1 -0
  273. package/dist/runescape/model/Item/all/GamesNecklace.js +1 -0
  274. package/dist/runescape/model/Item/all/GhostspeakAmulet.d.ts +3 -0
  275. package/dist/runescape/model/Item/all/GhostspeakAmulet.d.ts.map +1 -0
  276. package/dist/runescape/model/Item/all/GhostspeakAmulet.js +1 -0
  277. package/dist/runescape/model/Item/all/GildedFullHelm.d.ts +3 -0
  278. package/dist/runescape/model/Item/all/GildedFullHelm.d.ts.map +1 -0
  279. package/dist/runescape/model/Item/all/GildedFullHelm.js +28 -0
  280. package/dist/runescape/model/Item/all/GildedLegs.d.ts +3 -0
  281. package/dist/runescape/model/Item/all/GildedLegs.d.ts.map +1 -0
  282. package/dist/runescape/model/Item/all/GildedLegs.js +28 -0
  283. package/dist/runescape/model/Item/all/GildedPlatebody.d.ts +3 -0
  284. package/dist/runescape/model/Item/all/GildedPlatebody.d.ts.map +1 -0
  285. package/dist/runescape/model/Item/all/GildedPlatebody.js +28 -0
  286. package/dist/runescape/model/Item/all/GoldenApron.d.ts +3 -0
  287. package/dist/runescape/model/Item/all/GoldenApron.d.ts.map +1 -0
  288. package/dist/runescape/model/Item/all/GoldenApron.js +21 -0
  289. package/dist/runescape/model/Item/all/GoldenChefsHat.d.ts +3 -0
  290. package/dist/runescape/model/Item/all/GoldenChefsHat.d.ts.map +1 -0
  291. package/dist/runescape/model/Item/all/GoldenChefsHat.js +21 -0
  292. package/dist/runescape/model/Item/all/GreenDHideBody.d.ts +3 -0
  293. package/dist/runescape/model/Item/all/GreenDHideBody.d.ts.map +1 -0
  294. package/dist/runescape/model/Item/all/GreenDHideBody.js +32 -0
  295. package/dist/runescape/model/Item/all/HamJoint.d.ts +3 -0
  296. package/dist/runescape/model/Item/all/HamJoint.d.ts.map +1 -0
  297. package/dist/runescape/model/Item/all/HamJoint.js +21 -0
  298. package/dist/runescape/model/Item/all/IbansStaff.d.ts +3 -0
  299. package/dist/runescape/model/Item/all/IbansStaff.d.ts.map +1 -0
  300. package/dist/runescape/model/Item/all/IceCooler.d.ts +3 -0
  301. package/dist/runescape/model/Item/all/IceCooler.d.ts.map +1 -0
  302. package/dist/runescape/model/Item/all/IceCooler.js +1 -0
  303. package/dist/runescape/model/Item/all/IcyBasalt.d.ts +3 -0
  304. package/dist/runescape/model/Item/all/IcyBasalt.d.ts.map +1 -0
  305. package/dist/runescape/model/Item/all/IcyBasalt.js +1 -0
  306. package/dist/runescape/model/Item/all/IronBoots.d.ts +3 -0
  307. package/dist/runescape/model/Item/all/IronBoots.d.ts.map +1 -0
  308. package/dist/runescape/model/Item/all/IronBoots.js +32 -0
  309. package/dist/runescape/model/Item/all/IronFullHelm.d.ts +3 -0
  310. package/dist/runescape/model/Item/all/IronFullHelm.d.ts.map +1 -0
  311. package/dist/runescape/model/Item/all/IronFullHelm.js +32 -0
  312. package/dist/runescape/model/Item/all/IronFullHelmT.d.ts +3 -0
  313. package/dist/runescape/model/Item/all/IronFullHelmT.d.ts.map +1 -0
  314. package/dist/runescape/model/Item/all/IronFullHelmT.js +26 -0
  315. package/dist/runescape/model/Item/all/IronPlatebody.d.ts +3 -0
  316. package/dist/runescape/model/Item/all/IronPlatebody.d.ts.map +1 -0
  317. package/dist/runescape/model/Item/all/IronPlatebody.js +32 -0
  318. package/dist/runescape/model/Item/all/IronPlatebodyT.d.ts +3 -0
  319. package/dist/runescape/model/Item/all/IronPlatebodyT.d.ts.map +1 -0
  320. package/dist/runescape/model/Item/all/IronPlatebodyT.js +26 -0
  321. package/dist/runescape/model/Item/all/IronPlatelegs.d.ts +3 -0
  322. package/dist/runescape/model/Item/all/IronPlatelegs.d.ts.map +1 -0
  323. package/dist/runescape/model/Item/all/IronPlatelegs.js +32 -0
  324. package/dist/runescape/model/Item/all/IvandisFlail.d.ts +3 -0
  325. package/dist/runescape/model/Item/all/IvandisFlail.d.ts.map +1 -0
  326. package/dist/runescape/model/Item/all/IvandisFlail.js +1 -0
  327. package/dist/runescape/model/Item/all/KlanksGauntlets.d.ts +3 -0
  328. package/dist/runescape/model/Item/all/KlanksGauntlets.d.ts.map +1 -0
  329. package/dist/runescape/model/Item/all/LawRune.d.ts +3 -0
  330. package/dist/runescape/model/Item/all/LawRune.d.ts.map +1 -0
  331. package/dist/runescape/model/Item/all/LawRune.js +35 -0
  332. package/dist/runescape/model/Item/all/LunarStaff.d.ts +3 -0
  333. package/dist/runescape/model/Item/all/LunarStaff.d.ts.map +1 -0
  334. package/dist/runescape/model/Item/all/LunarStaff.js +1 -0
  335. package/dist/runescape/model/Item/all/MasterScrollBookEmpty.d.ts +3 -0
  336. package/dist/runescape/model/Item/all/MasterScrollBookEmpty.d.ts.map +1 -0
  337. package/dist/runescape/model/Item/all/MasterScrollBookEmpty.js +21 -0
  338. package/dist/runescape/model/Item/all/MindRune.d.ts +3 -0
  339. package/dist/runescape/model/Item/all/MindRune.d.ts.map +1 -0
  340. package/dist/runescape/model/Item/all/MindRune.js +35 -0
  341. package/dist/runescape/model/Item/all/MithrilBoots.d.ts +3 -0
  342. package/dist/runescape/model/Item/all/MithrilBoots.d.ts.map +1 -0
  343. package/dist/runescape/model/Item/all/MithrilBoots.js +32 -0
  344. package/dist/runescape/model/Item/all/MithrilFullHelm.d.ts +3 -0
  345. package/dist/runescape/model/Item/all/MithrilFullHelm.d.ts.map +1 -0
  346. package/dist/runescape/model/Item/all/MithrilFullHelm.js +32 -0
  347. package/dist/runescape/model/Item/all/MithrilPlatebody.d.ts +3 -0
  348. package/dist/runescape/model/Item/all/MithrilPlatebody.d.ts.map +1 -0
  349. package/dist/runescape/model/Item/all/MithrilPlatebody.js +32 -0
  350. package/dist/runescape/model/Item/all/MithrilPlatelegs.d.ts +3 -0
  351. package/dist/runescape/model/Item/all/MithrilPlatelegs.d.ts.map +1 -0
  352. package/dist/runescape/model/Item/all/MithrilPlatelegs.js +32 -0
  353. package/dist/runescape/model/Item/all/MithrilSeeds.d.ts +3 -0
  354. package/dist/runescape/model/Item/all/MithrilSeeds.d.ts.map +1 -0
  355. package/dist/runescape/model/Item/all/MithrilSeeds.js +1 -0
  356. package/dist/runescape/model/Item/all/MithrilShieldT.d.ts +3 -0
  357. package/dist/runescape/model/Item/all/MithrilShieldT.d.ts.map +1 -0
  358. package/dist/runescape/model/Item/all/MithrilShieldT.js +27 -0
  359. package/dist/runescape/model/Item/all/MonksRobeG.d.ts +3 -0
  360. package/dist/runescape/model/Item/all/MonksRobeG.d.ts.map +1 -0
  361. package/dist/runescape/model/Item/all/MonksRobeG.js +21 -0
  362. package/dist/runescape/model/Item/all/MonksRobeTopG.d.ts +3 -0
  363. package/dist/runescape/model/Item/all/MonksRobeTopG.d.ts.map +1 -0
  364. package/dist/runescape/model/Item/all/MonksRobeTopG.js +21 -0
  365. package/dist/runescape/model/Item/all/MoonclanHelmet.d.ts +3 -0
  366. package/dist/runescape/model/Item/all/MoonclanHelmet.d.ts.map +1 -0
  367. package/dist/runescape/model/Item/all/MoonclanHelmet.js +1 -0
  368. package/dist/runescape/model/Item/all/MorttonTeleport.d.ts +3 -0
  369. package/dist/runescape/model/Item/all/MorttonTeleport.d.ts.map +1 -0
  370. package/dist/runescape/model/Item/all/MorttonTeleport.js +1 -0
  371. package/dist/runescape/model/Item/all/MythicalCape.d.ts +3 -0
  372. package/dist/runescape/model/Item/all/MythicalCape.d.ts.map +1 -0
  373. package/dist/runescape/model/Item/all/MythicalCape.js +1 -0
  374. package/dist/runescape/model/Item/all/NatureRune.d.ts +3 -0
  375. package/dist/runescape/model/Item/all/NatureRune.d.ts.map +1 -0
  376. package/dist/runescape/model/Item/all/NatureRune.js +35 -0
  377. package/dist/runescape/model/Item/all/Nosepeg.d.ts +3 -0
  378. package/dist/runescape/model/Item/all/Nosepeg.d.ts.map +1 -0
  379. package/dist/runescape/model/Item/all/Nosepeg.js +1 -1
  380. package/dist/runescape/model/Item/all/PaladinCredentials.d.ts +3 -0
  381. package/dist/runescape/model/Item/all/PaladinCredentials.d.ts.map +1 -0
  382. package/dist/runescape/model/Item/all/RainBow.d.ts +3 -0
  383. package/dist/runescape/model/Item/all/RainBow.d.ts.map +1 -0
  384. package/dist/runescape/model/Item/all/RainBow.js +32 -0
  385. package/dist/runescape/model/Item/all/RangerBoots.d.ts +3 -0
  386. package/dist/runescape/model/Item/all/RangerBoots.d.ts.map +1 -0
  387. package/dist/runescape/model/Item/all/RangerBoots.js +27 -0
  388. package/dist/runescape/model/Item/all/RangerGloves.d.ts +3 -0
  389. package/dist/runescape/model/Item/all/RangerGloves.d.ts.map +1 -0
  390. package/dist/runescape/model/Item/all/RangerGloves.js +27 -0
  391. package/dist/runescape/model/Item/all/RangerLegs.d.ts +3 -0
  392. package/dist/runescape/model/Item/all/RangerLegs.d.ts.map +1 -0
  393. package/dist/runescape/model/Item/all/RangerLegs.js +27 -0
  394. package/dist/runescape/model/Item/all/RangerTunic.d.ts +3 -0
  395. package/dist/runescape/model/Item/all/RangerTunic.d.ts.map +1 -0
  396. package/dist/runescape/model/Item/all/RangerTunic.js +32 -0
  397. package/dist/runescape/model/Item/all/RedDHideBody.d.ts +3 -0
  398. package/dist/runescape/model/Item/all/RedDHideBody.d.ts.map +1 -0
  399. package/dist/runescape/model/Item/all/RedDHideBody.js +32 -0
  400. package/dist/runescape/model/Item/all/RedDHideChaps.d.ts +3 -0
  401. package/dist/runescape/model/Item/all/RedDHideChaps.d.ts.map +1 -0
  402. package/dist/runescape/model/Item/all/RedDHideChaps.js +32 -0
  403. package/dist/runescape/model/Item/all/RedElegantShirt.d.ts +3 -0
  404. package/dist/runescape/model/Item/all/RedElegantShirt.d.ts.map +1 -0
  405. package/dist/runescape/model/Item/all/RedElegantShirt.js +21 -0
  406. package/dist/runescape/model/Item/all/ReinforcedGoggles.d.ts +3 -0
  407. package/dist/runescape/model/Item/all/ReinforcedGoggles.d.ts.map +1 -0
  408. package/dist/runescape/model/Item/all/ReinforcedGoggles.js +3 -0
  409. package/dist/runescape/model/Item/all/RewardCasketBeginner.d.ts +3 -0
  410. package/dist/runescape/model/Item/all/RewardCasketBeginner.d.ts.map +1 -0
  411. package/dist/runescape/model/Item/all/RewardCasketBeginner.js +21 -0
  412. package/dist/runescape/model/Item/all/RewardCasketEasy.d.ts +3 -0
  413. package/dist/runescape/model/Item/all/RewardCasketEasy.d.ts.map +1 -0
  414. package/dist/runescape/model/Item/all/RewardCasketEasy.js +21 -0
  415. package/dist/runescape/model/Item/all/RewardCasketElite.d.ts +3 -0
  416. package/dist/runescape/model/Item/all/RewardCasketElite.d.ts.map +1 -0
  417. package/dist/runescape/model/Item/all/RewardCasketElite.js +21 -0
  418. package/dist/runescape/model/Item/all/RewardCasketHard.d.ts +3 -0
  419. package/dist/runescape/model/Item/all/RewardCasketHard.d.ts.map +1 -0
  420. package/dist/runescape/model/Item/all/RewardCasketHard.js +21 -0
  421. package/dist/runescape/model/Item/all/RewardCasketMaster.d.ts +3 -0
  422. package/dist/runescape/model/Item/all/RewardCasketMaster.d.ts.map +1 -0
  423. package/dist/runescape/model/Item/all/RewardCasketMaster.js +21 -0
  424. package/dist/runescape/model/Item/all/RewardCasketMedium.d.ts +3 -0
  425. package/dist/runescape/model/Item/all/RewardCasketMedium.d.ts.map +1 -0
  426. package/dist/runescape/model/Item/all/RewardCasketMedium.js +21 -0
  427. package/dist/runescape/model/Item/all/RibcagePiece.d.ts +3 -0
  428. package/dist/runescape/model/Item/all/RibcagePiece.d.ts.map +1 -0
  429. package/dist/runescape/model/Item/all/RibcagePiece.js +1 -0
  430. package/dist/runescape/model/Item/all/RingOfDueling.d.ts +3 -0
  431. package/dist/runescape/model/Item/all/RingOfDueling.d.ts.map +1 -0
  432. package/dist/runescape/model/Item/all/RingOfDueling.js +1 -0
  433. package/dist/runescape/model/Item/all/RockHammer.d.ts +3 -0
  434. package/dist/runescape/model/Item/all/RockHammer.d.ts.map +1 -0
  435. package/dist/runescape/model/Item/all/RockHammer.js +3 -0
  436. package/dist/runescape/model/Item/all/Rope.d.ts +3 -0
  437. package/dist/runescape/model/Item/all/Rope.d.ts.map +1 -0
  438. package/dist/runescape/model/Item/all/Rope.js +1 -0
  439. package/dist/runescape/model/Item/all/RoyalSeedPod.d.ts +3 -0
  440. package/dist/runescape/model/Item/all/RoyalSeedPod.d.ts.map +1 -0
  441. package/dist/runescape/model/Item/all/RoyalSeedPod.js +1 -0
  442. package/dist/runescape/model/Item/all/RuneFullHelm.d.ts +3 -0
  443. package/dist/runescape/model/Item/all/RuneFullHelm.d.ts.map +1 -0
  444. package/dist/runescape/model/Item/all/RuneFullHelm.js +32 -0
  445. package/dist/runescape/model/Item/all/RuneFullHelmT.d.ts +3 -0
  446. package/dist/runescape/model/Item/all/RuneFullHelmT.d.ts.map +1 -0
  447. package/dist/runescape/model/Item/all/RuneFullHelmT.js +27 -0
  448. package/dist/runescape/model/Item/all/RuneMediumHelm.d.ts +3 -0
  449. package/dist/runescape/model/Item/all/RuneMediumHelm.d.ts.map +1 -0
  450. package/dist/runescape/model/Item/all/RuneMediumHelm.js +32 -0
  451. package/dist/runescape/model/Item/all/RunePlatebody.d.ts +3 -0
  452. package/dist/runescape/model/Item/all/RunePlatebody.d.ts.map +1 -0
  453. package/dist/runescape/model/Item/all/RunePlatebody.js +32 -0
  454. package/dist/runescape/model/Item/all/RunePlatebodyT.d.ts +3 -0
  455. package/dist/runescape/model/Item/all/RunePlatebodyT.d.ts.map +1 -0
  456. package/dist/runescape/model/Item/all/RunePlatebodyT.js +27 -0
  457. package/dist/runescape/model/Item/all/RunePlatelegs.d.ts +3 -0
  458. package/dist/runescape/model/Item/all/RunePlatelegs.d.ts.map +1 -0
  459. package/dist/runescape/model/Item/all/RunePlatelegs.js +32 -0
  460. package/dist/runescape/model/Item/all/RuniteBar.d.ts +3 -0
  461. package/dist/runescape/model/Item/all/RuniteBar.d.ts.map +1 -0
  462. package/dist/runescape/model/Item/all/RuniteBar.js +21 -0
  463. package/dist/runescape/model/Item/all/Salmon.d.ts +3 -0
  464. package/dist/runescape/model/Item/all/Salmon.d.ts.map +1 -0
  465. package/dist/runescape/model/Item/all/Salmon.js +35 -0
  466. package/dist/runescape/model/Item/all/SalveAmulet.d.ts +3 -0
  467. package/dist/runescape/model/Item/all/SalveAmulet.d.ts.map +1 -0
  468. package/dist/runescape/model/Item/all/SalveAmulet.js +1 -0
  469. package/dist/runescape/model/Item/all/SilverPot.d.ts +3 -0
  470. package/dist/runescape/model/Item/all/SilverPot.d.ts.map +1 -0
  471. package/dist/runescape/model/Item/all/SilverPot.js +1 -0
  472. package/dist/runescape/model/Item/all/SilverSickleB.d.ts +3 -0
  473. package/dist/runescape/model/Item/all/SilverSickleB.d.ts.map +1 -0
  474. package/dist/runescape/model/Item/all/SilverSickleB.js +1 -0
  475. package/dist/runescape/model/Item/all/SkeletalBottoms.d.ts +3 -0
  476. package/dist/runescape/model/Item/all/SkeletalBottoms.d.ts.map +1 -0
  477. package/dist/runescape/model/Item/all/SkeletalBottoms.js +1 -0
  478. package/dist/runescape/model/Item/all/SkeletalHelm.d.ts +3 -0
  479. package/dist/runescape/model/Item/all/SkeletalHelm.d.ts.map +1 -0
  480. package/dist/runescape/model/Item/all/SkeletalHelm.js +1 -0
  481. package/dist/runescape/model/Item/all/SkeletalTop.d.ts +3 -0
  482. package/dist/runescape/model/Item/all/SkeletalTop.d.ts.map +1 -0
  483. package/dist/runescape/model/Item/all/SkeletalTop.js +1 -0
  484. package/dist/runescape/model/Item/all/SkullPiece.d.ts +3 -0
  485. package/dist/runescape/model/Item/all/SkullPiece.d.ts.map +1 -0
  486. package/dist/runescape/model/Item/all/SkullPiece.js +1 -0
  487. package/dist/runescape/model/Item/all/SlayerBell.d.ts +3 -0
  488. package/dist/runescape/model/Item/all/SlayerBell.d.ts.map +1 -0
  489. package/dist/runescape/model/Item/all/SlayerBell.js +3 -0
  490. package/dist/runescape/model/Item/all/SlayerGloves.d.ts +3 -0
  491. package/dist/runescape/model/Item/all/SlayerGloves.d.ts.map +1 -0
  492. package/dist/runescape/model/Item/all/SlayerGloves.js +3 -0
  493. package/dist/runescape/model/Item/all/SlayerHelmet.d.ts +3 -0
  494. package/dist/runescape/model/Item/all/SlayerHelmet.d.ts.map +1 -0
  495. package/dist/runescape/model/Item/all/SlayerHelmet.js +3 -0
  496. package/dist/runescape/model/Item/all/SlayerHelmetI.d.ts +3 -0
  497. package/dist/runescape/model/Item/all/SlayerHelmetI.d.ts.map +1 -0
  498. package/dist/runescape/model/Item/all/SlayerHelmetI.js +3 -0
  499. package/dist/runescape/model/Item/all/SlayerRing.d.ts +3 -0
  500. package/dist/runescape/model/Item/all/SlayerRing.d.ts.map +1 -0
  501. package/dist/runescape/model/Item/all/SlayerRing.js +3 -0
  502. package/dist/runescape/model/Item/all/SlayerStaff.d.ts +3 -0
  503. package/dist/runescape/model/Item/all/SlayerStaff.d.ts.map +1 -0
  504. package/dist/runescape/model/Item/all/SlayerStaff.js +3 -0
  505. package/dist/runescape/model/Item/all/SmokeBarrage.d.ts +3 -0
  506. package/dist/runescape/model/Item/all/SmokeBarrage.d.ts.map +1 -0
  507. package/dist/runescape/model/Item/all/SmokeBarrage.js +1 -0
  508. package/dist/runescape/model/Item/all/Spade.d.ts +3 -0
  509. package/dist/runescape/model/Item/all/Spade.d.ts.map +1 -0
  510. package/dist/runescape/model/Item/all/Spade.js +1 -0
  511. package/dist/runescape/model/Item/all/SpinyHelmet.d.ts +3 -0
  512. package/dist/runescape/model/Item/all/SpinyHelmet.d.ts.map +1 -0
  513. package/dist/runescape/model/Item/all/SpinyHelmet.js +3 -0
  514. package/dist/runescape/model/Item/all/StaffOfAir.d.ts +3 -0
  515. package/dist/runescape/model/Item/all/StaffOfAir.d.ts.map +1 -0
  516. package/dist/runescape/model/Item/all/StaffOfAir.js +35 -0
  517. package/dist/runescape/model/Item/all/StaffOfBobTheCat.d.ts +3 -0
  518. package/dist/runescape/model/Item/all/StaffOfBobTheCat.d.ts.map +1 -0
  519. package/dist/runescape/model/Item/all/StaffOfBobTheCat.js +32 -0
  520. package/dist/runescape/model/Item/all/SteelBoots.d.ts +3 -0
  521. package/dist/runescape/model/Item/all/SteelBoots.d.ts.map +1 -0
  522. package/dist/runescape/model/Item/all/SteelBoots.js +32 -0
  523. package/dist/runescape/model/Item/all/SteelFullHelm.d.ts +3 -0
  524. package/dist/runescape/model/Item/all/SteelFullHelm.d.ts.map +1 -0
  525. package/dist/runescape/model/Item/all/SteelFullHelm.js +32 -0
  526. package/dist/runescape/model/Item/all/SteelFullHelmT.d.ts +3 -0
  527. package/dist/runescape/model/Item/all/SteelFullHelmT.d.ts.map +1 -0
  528. package/dist/runescape/model/Item/all/SteelFullHelmT.js +26 -0
  529. package/dist/runescape/model/Item/all/SteelPickaxe.d.ts +3 -0
  530. package/dist/runescape/model/Item/all/SteelPickaxe.d.ts.map +1 -0
  531. package/dist/runescape/model/Item/all/SteelPickaxe.js +21 -0
  532. package/dist/runescape/model/Item/all/SteelPlatebody.d.ts +3 -0
  533. package/dist/runescape/model/Item/all/SteelPlatebody.d.ts.map +1 -0
  534. package/dist/runescape/model/Item/all/SteelPlatebody.js +32 -0
  535. package/dist/runescape/model/Item/all/SteelPlatebodyT.d.ts +3 -0
  536. package/dist/runescape/model/Item/all/SteelPlatebodyT.d.ts.map +1 -0
  537. package/dist/runescape/model/Item/all/SteelPlatebodyT.js +26 -0
  538. package/dist/runescape/model/Item/all/SteelPlatelegs.d.ts +3 -0
  539. package/dist/runescape/model/Item/all/SteelPlatelegs.d.ts.map +1 -0
  540. package/dist/runescape/model/Item/all/SteelPlatelegs.js +32 -0
  541. package/dist/runescape/model/Item/all/StuddedChaps.d.ts +3 -0
  542. package/dist/runescape/model/Item/all/StuddedChaps.d.ts.map +1 -0
  543. package/dist/runescape/model/Item/all/StuddedChaps.js +35 -0
  544. package/dist/runescape/model/Item/all/StudiedBody.d.ts +3 -0
  545. package/dist/runescape/model/Item/all/StudiedBody.d.ts.map +1 -0
  546. package/dist/runescape/model/Item/all/StudiedBody.js +35 -0
  547. package/dist/runescape/model/Item/all/StudiedChaps.js +35 -0
  548. package/dist/runescape/model/Item/all/SuqahTeeth.d.ts +3 -0
  549. package/dist/runescape/model/Item/all/SuqahTeeth.d.ts.map +1 -0
  550. package/dist/runescape/model/Item/all/SuqahTeeth.js +1 -0
  551. package/dist/runescape/model/Item/all/TeamCapeI.d.ts +3 -0
  552. package/dist/runescape/model/Item/all/TeamCapeI.d.ts.map +1 -0
  553. package/dist/runescape/model/Item/all/TeamCapeI.js +21 -0
  554. package/dist/runescape/model/Item/all/TeamCapeX.d.ts +3 -0
  555. package/dist/runescape/model/Item/all/TeamCapeX.d.ts.map +1 -0
  556. package/dist/runescape/model/Item/all/TeamCapeX.js +21 -0
  557. package/dist/runescape/model/Item/all/TeamCapeZero.d.ts +3 -0
  558. package/dist/runescape/model/Item/all/TeamCapeZero.d.ts.map +1 -0
  559. package/dist/runescape/model/Item/all/TeamCapeZero.js +21 -0
  560. package/dist/runescape/model/Item/all/ThammaronsSceptre.d.ts +3 -0
  561. package/dist/runescape/model/Item/all/ThammaronsSceptre.d.ts.map +1 -0
  562. package/dist/runescape/model/Item/all/ThammaronsSceptre.js +24 -0
  563. package/dist/runescape/model/Item/all/ThirdAgeLongsword.d.ts +3 -0
  564. package/dist/runescape/model/Item/all/ThirdAgeLongsword.d.ts.map +1 -0
  565. package/dist/runescape/model/Item/all/ThirdAgeLongsword.js +33 -0
  566. package/dist/runescape/model/Item/all/ThirdAgePlatebody.d.ts +3 -0
  567. package/dist/runescape/model/Item/all/ThirdAgePlatebody.d.ts.map +1 -0
  568. package/dist/runescape/model/Item/all/ThirdAgePlatebody.js +32 -0
  569. package/dist/runescape/model/Item/all/ThirdAgePlatelegs.d.ts +3 -0
  570. package/dist/runescape/model/Item/all/ThirdAgePlatelegs.d.ts.map +1 -0
  571. package/dist/runescape/model/Item/all/ThirdAgePlatelegs.js +32 -0
  572. package/dist/runescape/model/Item/all/Tinderbox.d.ts +3 -0
  573. package/dist/runescape/model/Item/all/Tinderbox.d.ts.map +1 -0
  574. package/dist/runescape/model/Item/all/Tinderbox.js +1 -0
  575. package/dist/runescape/model/Item/all/TreasonousRing.d.ts +3 -0
  576. package/dist/runescape/model/Item/all/TreasonousRing.d.ts.map +1 -0
  577. package/dist/runescape/model/Item/all/TreasonousRing.js +24 -0
  578. package/dist/runescape/model/Item/all/Trout.d.ts +3 -0
  579. package/dist/runescape/model/Item/all/Trout.d.ts.map +1 -0
  580. package/dist/runescape/model/Item/all/Trout.js +35 -0
  581. package/dist/runescape/model/Item/all/TwistedBow.d.ts +3 -0
  582. package/dist/runescape/model/Item/all/TwistedBow.d.ts.map +1 -0
  583. package/dist/runescape/model/Item/all/TwistedBow.js +23 -0
  584. package/dist/runescape/model/Item/all/UncutDiamond.d.ts +3 -0
  585. package/dist/runescape/model/Item/all/UncutDiamond.d.ts.map +1 -0
  586. package/dist/runescape/model/Item/all/UncutDiamond.js +21 -0
  587. package/dist/runescape/model/Item/all/UncutEmerald.d.ts +3 -0
  588. package/dist/runescape/model/Item/all/UncutEmerald.d.ts.map +1 -0
  589. package/dist/runescape/model/Item/all/UncutEmerald.js +21 -0
  590. package/dist/runescape/model/Item/all/UncutRuby.d.ts +3 -0
  591. package/dist/runescape/model/Item/all/UncutRuby.d.ts.map +1 -0
  592. package/dist/runescape/model/Item/all/UncutRuby.js +21 -0
  593. package/dist/runescape/model/Item/all/UncutSapphire.d.ts +3 -0
  594. package/dist/runescape/model/Item/all/UncutSapphire.d.ts.map +1 -0
  595. package/dist/runescape/model/Item/all/UncutSapphire.js +21 -0
  596. package/dist/runescape/model/Item/all/UnfinishedBroadBolts.d.ts +3 -0
  597. package/dist/runescape/model/Item/all/UnfinishedBroadBolts.d.ts.map +1 -0
  598. package/dist/runescape/model/Item/all/UnfinishedBroadBolts.js +3 -0
  599. package/dist/runescape/model/Item/all/UnseenKey.d.ts +3 -0
  600. package/dist/runescape/model/Item/all/UnseenKey.d.ts.map +1 -0
  601. package/dist/runescape/model/Item/all/UnseenKey.js +1 -0
  602. package/dist/runescape/model/Item/all/WaterRune.d.ts +3 -0
  603. package/dist/runescape/model/Item/all/WaterRune.d.ts.map +1 -0
  604. package/dist/runescape/model/Item/all/WaterRune.js +1 -0
  605. package/dist/runescape/model/Item/all/WillowCompBow.d.ts +3 -0
  606. package/dist/runescape/model/Item/all/WillowCompBow.d.ts.map +1 -0
  607. package/dist/runescape/model/Item/all/WillowCompBow.js +22 -0
  608. package/dist/runescape/model/Item/all/WillowLongbow.d.ts +3 -0
  609. package/dist/runescape/model/Item/all/WillowLongbow.d.ts.map +1 -0
  610. package/dist/runescape/model/Item/all/WillowLongbow.js +35 -0
  611. package/dist/runescape/model/Item/all/WillowShortbow.d.ts +3 -0
  612. package/dist/runescape/model/Item/all/WillowShortbow.d.ts.map +1 -0
  613. package/dist/runescape/model/Item/all/WillowShortbow.js +35 -0
  614. package/dist/runescape/model/Item/all/WoodenShieldG.d.ts +3 -0
  615. package/dist/runescape/model/Item/all/WoodenShieldG.d.ts.map +1 -0
  616. package/dist/runescape/model/Item/all/WoodenShieldG.js +21 -0
  617. package/dist/runescape/model/Item/models/YellowPartyhat.obj +149 -0
  618. package/dist/runescape/model/Item/models/index.d.ts +7 -0
  619. package/dist/runescape/model/Item/models/index.d.ts.map +1 -0
  620. package/dist/runescape/model/Item/models/index.js +7 -0
  621. package/dist/runescape/model/Requirement.d.ts +97 -0
  622. package/dist/runescape/model/Requirement.d.ts.map +1 -0
  623. package/dist/runescape/model/Requirement.js +25 -4
  624. package/dist/runescape/model/account/OsrsAccount.d.ts +109 -0
  625. package/dist/runescape/model/account/OsrsAccount.d.ts.map +1 -0
  626. package/dist/runescape/model/account/Skill.d.ts +52 -0
  627. package/dist/runescape/model/account/Skill.d.ts.map +1 -0
  628. package/dist/runescape/model/account/Skill.js +30 -0
  629. package/dist/runescape/model/account/index.d.ts +7 -0
  630. package/dist/runescape/model/account/index.d.ts.map +1 -0
  631. package/dist/runescape/model/account/index.js +6 -0
  632. package/dist/runescape/model/account/skills/unlocks/AttackUnlocks.d.ts +90 -0
  633. package/dist/runescape/model/account/skills/unlocks/AttackUnlocks.d.ts.map +1 -0
  634. package/dist/runescape/model/account/skills/unlocks/SkillUnlock.d.ts +6 -0
  635. package/dist/runescape/model/account/skills/unlocks/SkillUnlock.d.ts.map +1 -0
  636. package/dist/runescape/model/clue/ClueScrollHelper.d.ts +83 -0
  637. package/dist/runescape/model/clue/ClueScrollHelper.d.ts.map +1 -0
  638. package/dist/runescape/model/clue/ClueScrollHelper.js +197 -0
  639. package/dist/runescape/model/clue/ClueScrollRewards.d.ts +175 -0
  640. package/dist/runescape/model/clue/ClueScrollRewards.d.ts.map +1 -0
  641. package/dist/runescape/model/clue/ClueScrollRewards.js +1436 -0
  642. package/dist/runescape/model/diaries/Ardougne.d.ts +3 -0
  643. package/dist/runescape/model/diaries/Ardougne.d.ts.map +1 -0
  644. package/dist/runescape/model/diaries/Ardougne.js +2 -3
  645. package/dist/runescape/model/diaries/Desert.d.ts +4 -0
  646. package/dist/runescape/model/diaries/Desert.d.ts.map +1 -0
  647. package/dist/runescape/model/diaries/Diary.d.ts +52 -0
  648. package/dist/runescape/model/diaries/Diary.d.ts.map +1 -0
  649. package/dist/runescape/model/diaries/Diary.js +46 -25
  650. package/dist/runescape/model/diaries/Fremennik.d.ts +4 -0
  651. package/dist/runescape/model/diaries/Fremennik.d.ts.map +1 -0
  652. package/dist/runescape/model/diaries/Kandarin.d.ts +4 -0
  653. package/dist/runescape/model/diaries/Kandarin.d.ts.map +1 -0
  654. package/dist/runescape/model/diaries/Karamja.d.ts +4 -0
  655. package/dist/runescape/model/diaries/Karamja.d.ts.map +1 -0
  656. package/dist/runescape/model/diaries/KourendKebos.d.ts +4 -0
  657. package/dist/runescape/model/diaries/KourendKebos.d.ts.map +1 -0
  658. package/dist/runescape/model/diaries/LumbridgeDraynor.d.ts +4 -0
  659. package/dist/runescape/model/diaries/LumbridgeDraynor.d.ts.map +1 -0
  660. package/dist/runescape/model/diaries/Morytania.d.ts +4 -0
  661. package/dist/runescape/model/diaries/Morytania.d.ts.map +1 -0
  662. package/dist/runescape/model/diaries/Wilderness.d.ts +4 -0
  663. package/dist/runescape/model/diaries/Wilderness.d.ts.map +1 -0
  664. package/dist/runescape/model/diaries/ardougne/Ardougne.d.ts +9 -0
  665. package/dist/runescape/model/diaries/ardougne/Ardougne.d.ts.map +1 -0
  666. package/dist/runescape/model/diaries/ardougne/Ardougne.js +411 -2
  667. package/dist/runescape/model/diaries/desert/Desert.d.ts +9 -0
  668. package/dist/runescape/model/diaries/desert/Desert.d.ts.map +1 -0
  669. package/dist/runescape/model/diaries/desert/Desert.js +287 -2
  670. package/dist/runescape/model/diaries/fremennik/Fremennik.d.ts +9 -0
  671. package/dist/runescape/model/diaries/fremennik/Fremennik.d.ts.map +1 -0
  672. package/dist/runescape/model/diaries/fremennik/Fremennik.js +255 -0
  673. package/dist/runescape/model/diaries/index.d.ts +2 -0
  674. package/dist/runescape/model/diaries/index.d.ts.map +1 -0
  675. package/dist/runescape/model/diaries/kandarin/Kandarin.d.ts +9 -0
  676. package/dist/runescape/model/diaries/kandarin/Kandarin.d.ts.map +1 -0
  677. package/dist/runescape/model/diaries/kandarin/Kandarin.js +257 -0
  678. package/dist/runescape/model/diaries/karamja/Karamja.d.ts +9 -0
  679. package/dist/runescape/model/diaries/karamja/Karamja.d.ts.map +1 -0
  680. package/dist/runescape/model/diaries/karamja/Karamja.js +388 -2
  681. package/dist/runescape/model/diaries/kourend-kebos/KourendKebos.d.ts +9 -0
  682. package/dist/runescape/model/diaries/kourend-kebos/KourendKebos.d.ts.map +1 -0
  683. package/dist/runescape/model/diaries/kourend-kebos/KourendKebos.js +260 -0
  684. package/dist/runescape/model/diaries/lumbridge-draynor/LumbridgeDraynor.d.ts +9 -0
  685. package/dist/runescape/model/diaries/lumbridge-draynor/LumbridgeDraynor.d.ts.map +1 -0
  686. package/dist/runescape/model/diaries/lumbridge-draynor/LumbridgeDraynor.js +262 -0
  687. package/dist/runescape/model/diaries/morytania/Morytania.d.ts +9 -0
  688. package/dist/runescape/model/diaries/morytania/Morytania.d.ts.map +1 -0
  689. package/dist/runescape/model/diaries/morytania/Morytania.js +260 -0
  690. package/dist/runescape/model/diaries/varrock/Varrock.d.ts +9 -0
  691. package/dist/runescape/model/diaries/varrock/Varrock.d.ts.map +1 -0
  692. package/dist/runescape/model/diaries/varrock/Varrock.js +274 -2
  693. package/dist/runescape/model/diaries/wilderness/Wilderness.d.ts +9 -0
  694. package/dist/runescape/model/diaries/wilderness/Wilderness.d.ts.map +1 -0
  695. package/dist/runescape/model/diaries/wilderness/Wilderness.js +256 -0
  696. package/dist/runescape/model/npc/Npc.d.ts +56 -0
  697. package/dist/runescape/model/npc/Npc.d.ts.map +1 -0
  698. package/dist/runescape/model/npc/NpcDrop.d.ts +10 -0
  699. package/dist/runescape/model/npc/NpcDrop.d.ts.map +1 -0
  700. package/dist/runescape/model/npc/NpcProduct.d.ts +28 -0
  701. package/dist/runescape/model/npc/NpcProduct.d.ts.map +1 -0
  702. package/dist/runescape/model/npc/npcs/Hans.d.ts +6 -0
  703. package/dist/runescape/model/npc/npcs/Hans.d.ts.map +1 -0
  704. package/dist/runescape/model/npc/npcs/Man.d.ts +6 -0
  705. package/dist/runescape/model/npc/npcs/Man.d.ts.map +1 -0
  706. package/dist/runescape/model/npc/npcs/PeerTheSeer.d.ts +8 -0
  707. package/dist/runescape/model/npc/npcs/PeerTheSeer.d.ts.map +1 -0
  708. package/dist/runescape/model/npc/npcs/Woman.d.ts +3 -0
  709. package/dist/runescape/model/npc/npcs/Woman.d.ts.map +1 -0
  710. package/dist/runescape/model/quest/MiniQuestList.d.ts +35 -0
  711. package/dist/runescape/model/quest/MiniQuestList.d.ts.map +1 -0
  712. package/dist/runescape/model/quest/Quest.d.ts +171 -0
  713. package/dist/runescape/model/quest/Quest.d.ts.map +1 -0
  714. package/dist/runescape/model/quest/QuestList.d.ts +11 -0
  715. package/dist/runescape/model/quest/QuestList.d.ts.map +1 -0
  716. package/dist/runescape/model/quest/QuestTool.d.ts +45 -0
  717. package/dist/runescape/model/quest/QuestTool.d.ts.map +1 -0
  718. package/dist/runescape/model/quest/QuestTool.js +8 -17
  719. package/dist/runescape/model/quest/Requirements.d.ts +116 -0
  720. package/dist/runescape/model/quest/Requirements.d.ts.map +1 -0
  721. package/dist/runescape/model/quest/all/AKingdomDivided.d.ts +9 -0
  722. package/dist/runescape/model/quest/all/AKingdomDivided.d.ts.map +1 -0
  723. package/dist/runescape/model/quest/all/APorcineOfInterest.d.ts +4 -0
  724. package/dist/runescape/model/quest/all/APorcineOfInterest.d.ts.map +1 -0
  725. package/dist/runescape/model/quest/all/APorcineOfInterest.js +1 -1
  726. package/dist/runescape/model/quest/all/ASoulsBane.d.ts +4 -0
  727. package/dist/runescape/model/quest/all/ASoulsBane.d.ts.map +1 -0
  728. package/dist/runescape/model/quest/all/ASoulsBane.js +1 -1
  729. package/dist/runescape/model/quest/all/ATailOfTwoCats.d.ts +4 -0
  730. package/dist/runescape/model/quest/all/ATailOfTwoCats.d.ts.map +1 -0
  731. package/dist/runescape/model/quest/all/ATailOfTwoCats.js +1 -1
  732. package/dist/runescape/model/quest/all/ATasteOfHope.d.ts +4 -0
  733. package/dist/runescape/model/quest/all/ATasteOfHope.d.ts.map +1 -0
  734. package/dist/runescape/model/quest/all/ATasteOfHope.js +1 -1
  735. package/dist/runescape/model/quest/all/ATheatreOfBlood.d.ts +4 -0
  736. package/dist/runescape/model/quest/all/ATheatreOfBlood.d.ts.map +1 -0
  737. package/dist/runescape/model/quest/all/ATheatreOfBlood.js +1 -1
  738. package/dist/runescape/model/quest/all/AnimalMagnetism.d.ts +9 -0
  739. package/dist/runescape/model/quest/all/AnimalMagnetism.d.ts.map +1 -0
  740. package/dist/runescape/model/quest/all/AnimalMagnetism.js +1 -1
  741. package/dist/runescape/model/quest/all/AnotherSliceOfHAM.d.ts +4 -0
  742. package/dist/runescape/model/quest/all/AnotherSliceOfHAM.d.ts.map +1 -0
  743. package/dist/runescape/model/quest/all/AnotherSliceOfHAM.js +1 -1
  744. package/dist/runescape/model/quest/all/BelowIceMountain.d.ts +4 -0
  745. package/dist/runescape/model/quest/all/BelowIceMountain.d.ts.map +1 -0
  746. package/dist/runescape/model/quest/all/BelowIceMountain.js +1 -1
  747. package/dist/runescape/model/quest/all/BetweenARock.d.ts +4 -0
  748. package/dist/runescape/model/quest/all/BetweenARock.d.ts.map +1 -0
  749. package/dist/runescape/model/quest/all/BetweenARock.js +1 -1
  750. package/dist/runescape/model/quest/all/BigChompyBirdHunting.d.ts +4 -0
  751. package/dist/runescape/model/quest/all/BigChompyBirdHunting.d.ts.map +1 -0
  752. package/dist/runescape/model/quest/all/BigChompyBirdHunting.js +1 -1
  753. package/dist/runescape/model/quest/all/Biohazard.d.ts +4 -0
  754. package/dist/runescape/model/quest/all/Biohazard.d.ts.map +1 -0
  755. package/dist/runescape/model/quest/all/Biohazard.js +1 -1
  756. package/dist/runescape/model/quest/all/BlackKnightsFortress.d.ts +4 -0
  757. package/dist/runescape/model/quest/all/BlackKnightsFortress.d.ts.map +1 -0
  758. package/dist/runescape/model/quest/all/BlackKnightsFortress.js +1 -1
  759. package/dist/runescape/model/quest/all/BoneVoyage.d.ts +4 -0
  760. package/dist/runescape/model/quest/all/BoneVoyage.d.ts.map +1 -0
  761. package/dist/runescape/model/quest/all/BoneVoyage.js +1 -1
  762. package/dist/runescape/model/quest/all/CabinFever.d.ts +4 -0
  763. package/dist/runescape/model/quest/all/CabinFever.d.ts.map +1 -0
  764. package/dist/runescape/model/quest/all/CabinFever.js +1 -1
  765. package/dist/runescape/model/quest/all/ClientOfKourend.d.ts +4 -0
  766. package/dist/runescape/model/quest/all/ClientOfKourend.d.ts.map +1 -0
  767. package/dist/runescape/model/quest/all/ClientOfKourend.js +1 -1
  768. package/dist/runescape/model/quest/all/ClockTower.d.ts +4 -0
  769. package/dist/runescape/model/quest/all/ClockTower.d.ts.map +1 -0
  770. package/dist/runescape/model/quest/all/ClockTower.js +1 -1
  771. package/dist/runescape/model/quest/all/ColdWar.d.ts +4 -0
  772. package/dist/runescape/model/quest/all/ColdWar.d.ts.map +1 -0
  773. package/dist/runescape/model/quest/all/ColdWar.js +1 -1
  774. package/dist/runescape/model/quest/all/Contact.d.ts +4 -0
  775. package/dist/runescape/model/quest/all/Contact.d.ts.map +1 -0
  776. package/dist/runescape/model/quest/all/Contact.js +1 -1
  777. package/dist/runescape/model/quest/all/CooksAssistant.d.ts +4 -0
  778. package/dist/runescape/model/quest/all/CooksAssistant.d.ts.map +1 -0
  779. package/dist/runescape/model/quest/all/CooksAssistant.js +1 -1
  780. package/dist/runescape/model/quest/all/CreatureOfFenkenstrain.d.ts +4 -0
  781. package/dist/runescape/model/quest/all/CreatureOfFenkenstrain.d.ts.map +1 -0
  782. package/dist/runescape/model/quest/all/CreatureOfFenkenstrain.js +1 -1
  783. package/dist/runescape/model/quest/all/CurrentAffairs.d.ts +35 -0
  784. package/dist/runescape/model/quest/all/CurrentAffairs.d.ts.map +1 -0
  785. package/dist/runescape/model/quest/all/CurrentAffairs.js +1 -1
  786. package/dist/runescape/model/quest/all/DarknessOfHallowvale.d.ts +9 -0
  787. package/dist/runescape/model/quest/all/DarknessOfHallowvale.d.ts.map +1 -0
  788. package/dist/runescape/model/quest/all/DarknessOfHallowvale.js +1 -1
  789. package/dist/runescape/model/quest/all/DeathPlateau.d.ts +4 -0
  790. package/dist/runescape/model/quest/all/DeathPlateau.d.ts.map +1 -0
  791. package/dist/runescape/model/quest/all/DeathPlateau.js +1 -1
  792. package/dist/runescape/model/quest/all/DeathToTheDorgeshuun.d.ts +4 -0
  793. package/dist/runescape/model/quest/all/DeathToTheDorgeshuun.d.ts.map +1 -0
  794. package/dist/runescape/model/quest/all/DeathToTheDorgeshuun.js +1 -1
  795. package/dist/runescape/model/quest/all/DemonSlayer.d.ts +4 -0
  796. package/dist/runescape/model/quest/all/DemonSlayer.d.ts.map +1 -0
  797. package/dist/runescape/model/quest/all/DemonSlayer.js +1 -1
  798. package/dist/runescape/model/quest/all/DesertTreasure.d.ts +71 -0
  799. package/dist/runescape/model/quest/all/DesertTreasure.d.ts.map +1 -0
  800. package/dist/runescape/model/quest/all/DesertTreasure.js +1 -1
  801. package/dist/runescape/model/quest/all/DeviousMinds.d.ts +4 -0
  802. package/dist/runescape/model/quest/all/DeviousMinds.d.ts.map +1 -0
  803. package/dist/runescape/model/quest/all/DeviousMinds.js +1 -1
  804. package/dist/runescape/model/quest/all/DoricQuest.d.ts +53 -0
  805. package/dist/runescape/model/quest/all/DoricQuest.d.ts.map +1 -0
  806. package/dist/runescape/model/quest/all/DoricQuest.js +1 -1
  807. package/dist/runescape/model/quest/all/DoricsQuest.d.ts +4 -0
  808. package/dist/runescape/model/quest/all/DoricsQuest.d.ts.map +1 -0
  809. package/dist/runescape/model/quest/all/DoricsQuest.js +1 -1
  810. package/dist/runescape/model/quest/all/DragonSlayerI.d.ts +4 -0
  811. package/dist/runescape/model/quest/all/DragonSlayerI.d.ts.map +1 -0
  812. package/dist/runescape/model/quest/all/DragonSlayerI.js +1 -1
  813. package/dist/runescape/model/quest/all/DragonSlayerII.d.ts +4 -0
  814. package/dist/runescape/model/quest/all/DragonSlayerII.d.ts.map +1 -0
  815. package/dist/runescape/model/quest/all/DragonSlayerII.js +1 -1
  816. package/dist/runescape/model/quest/all/DreamMentor.d.ts +67 -0
  817. package/dist/runescape/model/quest/all/DreamMentor.d.ts.map +1 -0
  818. package/dist/runescape/model/quest/all/DreamMentor.js +1 -1
  819. package/dist/runescape/model/quest/all/DruidicRitual.d.ts +4 -0
  820. package/dist/runescape/model/quest/all/DruidicRitual.d.ts.map +1 -0
  821. package/dist/runescape/model/quest/all/DruidicRitual.js +1 -1
  822. package/dist/runescape/model/quest/all/DwarfCannon.d.ts +4 -0
  823. package/dist/runescape/model/quest/all/DwarfCannon.d.ts.map +1 -0
  824. package/dist/runescape/model/quest/all/DwarfCannon.js +1 -1
  825. package/dist/runescape/model/quest/all/EadgarsRuse.d.ts +4 -0
  826. package/dist/runescape/model/quest/all/EadgarsRuse.d.ts.map +1 -0
  827. package/dist/runescape/model/quest/all/EadgarsRuse.js +1 -1
  828. package/dist/runescape/model/quest/all/EaglesPeak.d.ts +4 -0
  829. package/dist/runescape/model/quest/all/EaglesPeak.d.ts.map +1 -0
  830. package/dist/runescape/model/quest/all/EaglesPeak.js +1 -1
  831. package/dist/runescape/model/quest/all/ElementalWorkshopI.d.ts +4 -0
  832. package/dist/runescape/model/quest/all/ElementalWorkshopI.d.ts.map +1 -0
  833. package/dist/runescape/model/quest/all/ElementalWorkshopI.js +1 -1
  834. package/dist/runescape/model/quest/all/ElementalWorkshopII.d.ts +4 -0
  835. package/dist/runescape/model/quest/all/ElementalWorkshopII.d.ts.map +1 -0
  836. package/dist/runescape/model/quest/all/ElementalWorkshopII.js +1 -1
  837. package/dist/runescape/model/quest/all/EnakhrasLament.d.ts +4 -0
  838. package/dist/runescape/model/quest/all/EnakhrasLament.d.ts.map +1 -0
  839. package/dist/runescape/model/quest/all/EnakhrasLament.js +1 -1
  840. package/dist/runescape/model/quest/all/EnlightenedJourney.d.ts +4 -0
  841. package/dist/runescape/model/quest/all/EnlightenedJourney.d.ts.map +1 -0
  842. package/dist/runescape/model/quest/all/EnlightenedJourney.js +1 -1
  843. package/dist/runescape/model/quest/all/FairytaleIGrowingPains.d.ts +4 -0
  844. package/dist/runescape/model/quest/all/FairytaleIGrowingPains.d.ts.map +1 -0
  845. package/dist/runescape/model/quest/all/FairytaleIGrowingPains.js +1 -1
  846. package/dist/runescape/model/quest/all/FairytaleIICureAQueen.d.ts +4 -0
  847. package/dist/runescape/model/quest/all/FairytaleIICureAQueen.d.ts.map +1 -0
  848. package/dist/runescape/model/quest/all/FairytaleIICureAQueen.js +1 -1
  849. package/dist/runescape/model/quest/all/FamilyCrest.d.ts +4 -0
  850. package/dist/runescape/model/quest/all/FamilyCrest.d.ts.map +1 -0
  851. package/dist/runescape/model/quest/all/FamilyCrest.js +1 -1
  852. package/dist/runescape/model/quest/all/FightArena.d.ts +4 -0
  853. package/dist/runescape/model/quest/all/FightArena.d.ts.map +1 -0
  854. package/dist/runescape/model/quest/all/FightArena.js +1 -1
  855. package/dist/runescape/model/quest/all/FishingContest.d.ts +4 -0
  856. package/dist/runescape/model/quest/all/FishingContest.d.ts.map +1 -0
  857. package/dist/runescape/model/quest/all/FishingContest.js +1 -1
  858. package/dist/runescape/model/quest/all/ForgettableTale.d.ts +4 -0
  859. package/dist/runescape/model/quest/all/ForgettableTale.d.ts.map +1 -0
  860. package/dist/runescape/model/quest/all/ForgettableTale.js +1 -1
  861. package/dist/runescape/model/quest/all/GardenOfTranquillity.d.ts +4 -0
  862. package/dist/runescape/model/quest/all/GardenOfTranquillity.d.ts.map +1 -0
  863. package/dist/runescape/model/quest/all/GardenOfTranquillity.js +1 -1
  864. package/dist/runescape/model/quest/all/GertrudesCat.d.ts +4 -0
  865. package/dist/runescape/model/quest/all/GertrudesCat.d.ts.map +1 -0
  866. package/dist/runescape/model/quest/all/GertrudesCat.js +1 -1
  867. package/dist/runescape/model/quest/all/GettingAhead.d.ts +4 -0
  868. package/dist/runescape/model/quest/all/GettingAhead.d.ts.map +1 -0
  869. package/dist/runescape/model/quest/all/GettingAhead.js +1 -1
  870. package/dist/runescape/model/quest/all/GhostsAhoy.d.ts +4 -0
  871. package/dist/runescape/model/quest/all/GhostsAhoy.d.ts.map +1 -0
  872. package/dist/runescape/model/quest/all/GhostsAhoy.js +1 -1
  873. package/dist/runescape/model/quest/all/GoblinDiplomacy.d.ts +4 -0
  874. package/dist/runescape/model/quest/all/GoblinDiplomacy.d.ts.map +1 -0
  875. package/dist/runescape/model/quest/all/GoblinDiplomacy.js +1 -1
  876. package/dist/runescape/model/quest/all/GrimTales.d.ts +4 -0
  877. package/dist/runescape/model/quest/all/GrimTales.d.ts.map +1 -0
  878. package/dist/runescape/model/quest/all/GrimTales.js +1 -1
  879. package/dist/runescape/model/quest/all/HauntedMine.d.ts +4 -0
  880. package/dist/runescape/model/quest/all/HauntedMine.d.ts.map +1 -0
  881. package/dist/runescape/model/quest/all/HauntedMine.js +1 -1
  882. package/dist/runescape/model/quest/all/HazeelCult.d.ts +4 -0
  883. package/dist/runescape/model/quest/all/HazeelCult.d.ts.map +1 -0
  884. package/dist/runescape/model/quest/all/HazeelCult.js +1 -1
  885. package/dist/runescape/model/quest/all/HeroesQuest.d.ts +4 -0
  886. package/dist/runescape/model/quest/all/HeroesQuest.d.ts.map +1 -0
  887. package/dist/runescape/model/quest/all/HeroesQuest.js +1 -1
  888. package/dist/runescape/model/quest/all/HolyGrail.d.ts +4 -0
  889. package/dist/runescape/model/quest/all/HolyGrail.d.ts.map +1 -0
  890. package/dist/runescape/model/quest/all/HolyGrail.js +3 -9
  891. package/dist/runescape/model/quest/all/HorrorFromTheDeep.d.ts +4 -0
  892. package/dist/runescape/model/quest/all/HorrorFromTheDeep.d.ts.map +1 -0
  893. package/dist/runescape/model/quest/all/HorrorFromTheDeep.js +3 -9
  894. package/dist/runescape/model/quest/all/IcthlarinsLittleHelper.d.ts +7 -0
  895. package/dist/runescape/model/quest/all/IcthlarinsLittleHelper.d.ts.map +1 -0
  896. package/dist/runescape/model/quest/all/IcthlarinsLittleHelper.js +1 -1
  897. package/dist/runescape/model/quest/all/ImpCatcher.d.ts +4 -0
  898. package/dist/runescape/model/quest/all/ImpCatcher.d.ts.map +1 -0
  899. package/dist/runescape/model/quest/all/ImpCatcher.js +1 -1
  900. package/dist/runescape/model/quest/all/InAidOfTheMyreque.d.ts +4 -0
  901. package/dist/runescape/model/quest/all/InAidOfTheMyreque.d.ts.map +1 -0
  902. package/dist/runescape/model/quest/all/InAidOfTheMyreque.js +1 -1
  903. package/dist/runescape/model/quest/all/InSearchOfTheMyreque.d.ts +4 -0
  904. package/dist/runescape/model/quest/all/InSearchOfTheMyreque.d.ts.map +1 -0
  905. package/dist/runescape/model/quest/all/InSearchOfTheMyreque.js +1 -1
  906. package/dist/runescape/model/quest/all/JunglePotion.d.ts +4 -0
  907. package/dist/runescape/model/quest/all/JunglePotion.d.ts.map +1 -0
  908. package/dist/runescape/model/quest/all/JunglePotion.js +1 -1
  909. package/dist/runescape/model/quest/all/KingsRansom.d.ts +4 -0
  910. package/dist/runescape/model/quest/all/KingsRansom.d.ts.map +1 -0
  911. package/dist/runescape/model/quest/all/KingsRansom.js +1 -1
  912. package/dist/runescape/model/quest/all/LegendsQuest.d.ts +4 -0
  913. package/dist/runescape/model/quest/all/LegendsQuest.d.ts.map +1 -0
  914. package/dist/runescape/model/quest/all/LegendsQuest.js +1 -1
  915. package/dist/runescape/model/quest/all/LostCity.d.ts +4 -0
  916. package/dist/runescape/model/quest/all/LostCity.d.ts.map +1 -0
  917. package/dist/runescape/model/quest/all/LostCity.js +1 -1
  918. package/dist/runescape/model/quest/all/LunarDiplomacy.d.ts +4 -0
  919. package/dist/runescape/model/quest/all/LunarDiplomacy.d.ts.map +1 -0
  920. package/dist/runescape/model/quest/all/LunarDiplomacy.js +1 -1
  921. package/dist/runescape/model/quest/all/MakingHistory.d.ts +4 -0
  922. package/dist/runescape/model/quest/all/MakingHistory.d.ts.map +1 -0
  923. package/dist/runescape/model/quest/all/MakingHistory.js +1 -1
  924. package/dist/runescape/model/quest/all/MeatAndGreet.d.ts +4 -0
  925. package/dist/runescape/model/quest/all/MeatAndGreet.d.ts.map +1 -0
  926. package/dist/runescape/model/quest/all/MeatAndGreet.js +1 -1
  927. package/dist/runescape/model/quest/all/MerlinsCrystal.d.ts +4 -0
  928. package/dist/runescape/model/quest/all/MerlinsCrystal.d.ts.map +1 -0
  929. package/dist/runescape/model/quest/all/MerlinsCrystal.js +1 -1
  930. package/dist/runescape/model/quest/all/MonkeyMadness.d.ts +4 -0
  931. package/dist/runescape/model/quest/all/MonkeyMadness.d.ts.map +1 -0
  932. package/dist/runescape/model/quest/all/MonkeyMadness.js +1 -1
  933. package/dist/runescape/model/quest/all/MonkeyMadnessII.d.ts +4 -0
  934. package/dist/runescape/model/quest/all/MonkeyMadnessII.d.ts.map +1 -0
  935. package/dist/runescape/model/quest/all/MonkeyMadnessII.js +1 -1
  936. package/dist/runescape/model/quest/all/MonksFriend.d.ts +4 -0
  937. package/dist/runescape/model/quest/all/MonksFriend.d.ts.map +1 -0
  938. package/dist/runescape/model/quest/all/MonksFriend.js +1 -1
  939. package/dist/runescape/model/quest/all/MurderMystery.d.ts +4 -0
  940. package/dist/runescape/model/quest/all/MurderMystery.d.ts.map +1 -0
  941. package/dist/runescape/model/quest/all/MurderMystery.js +1 -1
  942. package/dist/runescape/model/quest/all/MyArmsBigAdventure.d.ts +4 -0
  943. package/dist/runescape/model/quest/all/MyArmsBigAdventure.d.ts.map +1 -0
  944. package/dist/runescape/model/quest/all/MyArmsBigAdventure.js +1 -1
  945. package/dist/runescape/model/quest/all/NatureSpirit.d.ts +4 -0
  946. package/dist/runescape/model/quest/all/NatureSpirit.d.ts.map +1 -0
  947. package/dist/runescape/model/quest/all/NatureSpirit.js +1 -1
  948. package/dist/runescape/model/quest/all/ObservatoryQuest.d.ts +4 -0
  949. package/dist/runescape/model/quest/all/ObservatoryQuest.d.ts.map +1 -0
  950. package/dist/runescape/model/quest/all/ObservatoryQuest.js +1 -1
  951. package/dist/runescape/model/quest/all/OlafsQuest.d.ts +4 -0
  952. package/dist/runescape/model/quest/all/OlafsQuest.d.ts.map +1 -0
  953. package/dist/runescape/model/quest/all/OlafsQuest.js +1 -1
  954. package/dist/runescape/model/quest/all/OneSmallFavour.d.ts +4 -0
  955. package/dist/runescape/model/quest/all/OneSmallFavour.d.ts.map +1 -0
  956. package/dist/runescape/model/quest/all/OneSmallFavour.js +1 -1
  957. package/dist/runescape/model/quest/all/Pandemonium.d.ts +36 -0
  958. package/dist/runescape/model/quest/all/Pandemonium.d.ts.map +1 -0
  959. package/dist/runescape/model/quest/all/Pandemonium.js +1 -1
  960. package/dist/runescape/model/quest/all/PlagueCity.d.ts +4 -0
  961. package/dist/runescape/model/quest/all/PlagueCity.d.ts.map +1 -0
  962. package/dist/runescape/model/quest/all/PlagueCity.js +1 -1
  963. package/dist/runescape/model/quest/all/PriestInPeril.d.ts +4 -0
  964. package/dist/runescape/model/quest/all/PriestInPeril.d.ts.map +1 -0
  965. package/dist/runescape/model/quest/all/PriestInPeril.js +1 -1
  966. package/dist/runescape/model/quest/all/PryingTimes.d.ts +47 -0
  967. package/dist/runescape/model/quest/all/PryingTimes.d.ts.map +1 -0
  968. package/dist/runescape/model/quest/all/PryingTimes.js +1 -1
  969. package/dist/runescape/model/quest/all/RagAndBoneMan.d.ts +4 -0
  970. package/dist/runescape/model/quest/all/RagAndBoneMan.d.ts.map +1 -0
  971. package/dist/runescape/model/quest/all/RagAndBoneMan.js +1 -1
  972. package/dist/runescape/model/quest/all/Ratcatchers.d.ts +4 -0
  973. package/dist/runescape/model/quest/all/Ratcatchers.d.ts.map +1 -0
  974. package/dist/runescape/model/quest/all/Ratcatchers.js +1 -1
  975. package/dist/runescape/model/quest/all/RecipeForDisaster.d.ts +4 -0
  976. package/dist/runescape/model/quest/all/RecipeForDisaster.d.ts.map +1 -0
  977. package/dist/runescape/model/quest/all/RecipeForDisaster.js +1 -1
  978. package/dist/runescape/model/quest/all/RecruitmentDrive.d.ts +4 -0
  979. package/dist/runescape/model/quest/all/RecruitmentDrive.d.ts.map +1 -0
  980. package/dist/runescape/model/quest/all/RecruitmentDrive.js +1 -1
  981. package/dist/runescape/model/quest/all/Regicide.d.ts +4 -0
  982. package/dist/runescape/model/quest/all/Regicide.d.ts.map +1 -0
  983. package/dist/runescape/model/quest/all/Regicide.js +1 -1
  984. package/dist/runescape/model/quest/all/RovingElves.d.ts +4 -0
  985. package/dist/runescape/model/quest/all/RovingElves.d.ts.map +1 -0
  986. package/dist/runescape/model/quest/all/RovingElves.js +1 -1
  987. package/dist/runescape/model/quest/all/RoyalTrouble.d.ts +4 -0
  988. package/dist/runescape/model/quest/all/RoyalTrouble.d.ts.map +1 -0
  989. package/dist/runescape/model/quest/all/RoyalTrouble.js +1 -1
  990. package/dist/runescape/model/quest/all/RumDeal.d.ts +4 -0
  991. package/dist/runescape/model/quest/all/RumDeal.d.ts.map +1 -0
  992. package/dist/runescape/model/quest/all/RumDeal.js +1 -1
  993. package/dist/runescape/model/quest/all/ScorpionCatcher.d.ts +4 -0
  994. package/dist/runescape/model/quest/all/ScorpionCatcher.d.ts.map +1 -0
  995. package/dist/runescape/model/quest/all/ScorpionCatcher.js +1 -1
  996. package/dist/runescape/model/quest/all/Scrambled.d.ts +4 -0
  997. package/dist/runescape/model/quest/all/Scrambled.d.ts.map +1 -0
  998. package/dist/runescape/model/quest/all/Scrambled.js +1 -1
  999. package/dist/runescape/model/quest/all/SeaSlug.d.ts +4 -0
  1000. package/dist/runescape/model/quest/all/SeaSlug.d.ts.map +1 -0
  1001. package/dist/runescape/model/quest/all/SeaSlug.js +1 -1
  1002. package/dist/runescape/model/quest/all/ShadesOfMortton.d.ts +4 -0
  1003. package/dist/runescape/model/quest/all/ShadesOfMortton.d.ts.map +1 -0
  1004. package/dist/runescape/model/quest/all/ShadesOfMortton.js +1 -1
  1005. package/dist/runescape/model/quest/all/ShadowOfTheStorm.d.ts +4 -0
  1006. package/dist/runescape/model/quest/all/ShadowOfTheStorm.d.ts.map +1 -0
  1007. package/dist/runescape/model/quest/all/ShadowOfTheStorm.js +1 -1
  1008. package/dist/runescape/model/quest/all/ShadowsOfCustodia.d.ts +4 -0
  1009. package/dist/runescape/model/quest/all/ShadowsOfCustodia.d.ts.map +1 -0
  1010. package/dist/runescape/model/quest/all/ShadowsOfCustodia.js +1 -1
  1011. package/dist/runescape/model/quest/all/SheepHerder.d.ts +4 -0
  1012. package/dist/runescape/model/quest/all/SheepHerder.d.ts.map +1 -0
  1013. package/dist/runescape/model/quest/all/SheepHerder.js +1 -1
  1014. package/dist/runescape/model/quest/all/ShiloVillage.d.ts +4 -0
  1015. package/dist/runescape/model/quest/all/ShiloVillage.d.ts.map +1 -0
  1016. package/dist/runescape/model/quest/all/ShiloVillage.js +1 -1
  1017. package/dist/runescape/model/quest/all/SlugMenace.d.ts +4 -0
  1018. package/dist/runescape/model/quest/all/SlugMenace.d.ts.map +1 -0
  1019. package/dist/runescape/model/quest/all/SlugMenace.js +1 -1
  1020. package/dist/runescape/model/quest/all/SongOfTheElves.d.ts +4 -0
  1021. package/dist/runescape/model/quest/all/SongOfTheElves.d.ts.map +1 -0
  1022. package/dist/runescape/model/quest/all/SongOfTheElves.js +1 -1
  1023. package/dist/runescape/model/quest/all/SpiritsOfTheElid.d.ts +4 -0
  1024. package/dist/runescape/model/quest/all/SpiritsOfTheElid.d.ts.map +1 -0
  1025. package/dist/runescape/model/quest/all/SpiritsOfTheElid.js +1 -1
  1026. package/dist/runescape/model/quest/all/SwanSong.d.ts +4 -0
  1027. package/dist/runescape/model/quest/all/SwanSong.d.ts.map +1 -0
  1028. package/dist/runescape/model/quest/all/SwanSong.js +1 -1
  1029. package/dist/runescape/model/quest/all/TaiBwoWannaiTrio.d.ts +4 -0
  1030. package/dist/runescape/model/quest/all/TaiBwoWannaiTrio.d.ts.map +1 -0
  1031. package/dist/runescape/model/quest/all/TaiBwoWannaiTrio.js +1 -1
  1032. package/dist/runescape/model/quest/all/TheAscentOfArceuus.d.ts +4 -0
  1033. package/dist/runescape/model/quest/all/TheAscentOfArceuus.d.ts.map +1 -0
  1034. package/dist/runescape/model/quest/all/TheAscentOfArceuus.js +1 -1
  1035. package/dist/runescape/model/quest/all/TheDepthsOfDespair.d.ts +4 -0
  1036. package/dist/runescape/model/quest/all/TheDepthsOfDespair.d.ts.map +1 -0
  1037. package/dist/runescape/model/quest/all/TheDepthsOfDespair.js +1 -1
  1038. package/dist/runescape/model/quest/all/TheFinalDawn.d.ts +4 -0
  1039. package/dist/runescape/model/quest/all/TheFinalDawn.d.ts.map +1 -0
  1040. package/dist/runescape/model/quest/all/TheFinalDawn.js +1 -1
  1041. package/dist/runescape/model/quest/all/TheForsakenTower.d.ts +4 -0
  1042. package/dist/runescape/model/quest/all/TheForsakenTower.d.ts.map +1 -0
  1043. package/dist/runescape/model/quest/all/TheForsakenTower.js +1 -1
  1044. package/dist/runescape/model/quest/all/TheFremennikExiles.d.ts +4 -0
  1045. package/dist/runescape/model/quest/all/TheFremennikExiles.d.ts.map +1 -0
  1046. package/dist/runescape/model/quest/all/TheFremennikExiles.js +1 -1
  1047. package/dist/runescape/model/quest/all/TheFremennikIsles.d.ts +4 -0
  1048. package/dist/runescape/model/quest/all/TheFremennikIsles.d.ts.map +1 -0
  1049. package/dist/runescape/model/quest/all/TheFremennikIsles.js +1 -1
  1050. package/dist/runescape/model/quest/all/TheFremennikTrials.d.ts +4 -0
  1051. package/dist/runescape/model/quest/all/TheFremennikTrials.d.ts.map +1 -0
  1052. package/dist/runescape/model/quest/all/TheFremennikTrials.js +1 -1
  1053. package/dist/runescape/model/quest/all/TheGiantDwarf.d.ts +4 -0
  1054. package/dist/runescape/model/quest/all/TheGiantDwarf.d.ts.map +1 -0
  1055. package/dist/runescape/model/quest/all/TheGiantDwarf.js +1 -1
  1056. package/dist/runescape/model/quest/all/TheGolem.d.ts +4 -0
  1057. package/dist/runescape/model/quest/all/TheGolem.d.ts.map +1 -0
  1058. package/dist/runescape/model/quest/all/TheGolem.js +1 -1
  1059. package/dist/runescape/model/quest/all/TheGrandTree.d.ts +4 -0
  1060. package/dist/runescape/model/quest/all/TheGrandTree.d.ts.map +1 -0
  1061. package/dist/runescape/model/quest/all/TheGrandTree.js +1 -1
  1062. package/dist/runescape/model/quest/all/TheGreatBrainRobbery.d.ts +9 -0
  1063. package/dist/runescape/model/quest/all/TheGreatBrainRobbery.d.ts.map +1 -0
  1064. package/dist/runescape/model/quest/all/TheGreatBrainRobbery.js +1 -1
  1065. package/dist/runescape/model/quest/all/TheHandInTheSand.d.ts +4 -0
  1066. package/dist/runescape/model/quest/all/TheHandInTheSand.d.ts.map +1 -0
  1067. package/dist/runescape/model/quest/all/TheHandInTheSand.js +1 -1
  1068. package/dist/runescape/model/quest/all/TheKnightsSword.d.ts +4 -0
  1069. package/dist/runescape/model/quest/all/TheKnightsSword.d.ts.map +1 -0
  1070. package/dist/runescape/model/quest/all/TheKnightsSword.js +1 -1
  1071. package/dist/runescape/model/quest/all/TheLostTribe.d.ts +4 -0
  1072. package/dist/runescape/model/quest/all/TheLostTribe.d.ts.map +1 -0
  1073. package/dist/runescape/model/quest/all/TheLostTribe.js +1 -1
  1074. package/dist/runescape/model/quest/all/TheQueenOfThieves.d.ts +4 -0
  1075. package/dist/runescape/model/quest/all/TheQueenOfThieves.d.ts.map +1 -0
  1076. package/dist/runescape/model/quest/all/TheQueenOfThieves.js +1 -1
  1077. package/dist/runescape/model/quest/all/TheSlugMenace.d.ts +4 -0
  1078. package/dist/runescape/model/quest/all/TheSlugMenace.d.ts.map +1 -0
  1079. package/dist/runescape/model/quest/all/TheSlugMenace.js +1 -1
  1080. package/dist/runescape/model/quest/all/TheTaleOfTheRighteous.d.ts +4 -0
  1081. package/dist/runescape/model/quest/all/TheTaleOfTheRighteous.d.ts.map +1 -0
  1082. package/dist/runescape/model/quest/all/TheTaleOfTheRighteous.js +1 -1
  1083. package/dist/runescape/model/quest/all/TheTempleOfIkov.d.ts +4 -0
  1084. package/dist/runescape/model/quest/all/TheTempleOfIkov.d.ts.map +1 -0
  1085. package/dist/runescape/model/quest/all/TheTempleOfIkov.js +1 -1
  1086. package/dist/runescape/model/quest/all/TheTouristTrap.d.ts +4 -0
  1087. package/dist/runescape/model/quest/all/TheTouristTrap.d.ts.map +1 -0
  1088. package/dist/runescape/model/quest/all/TheTouristTrap.js +1 -1
  1089. package/dist/runescape/model/quest/all/ThroneOfMiscellania.d.ts +4 -0
  1090. package/dist/runescape/model/quest/all/ThroneOfMiscellania.d.ts.map +1 -0
  1091. package/dist/runescape/model/quest/all/ThroneOfMiscellania.js +1 -1
  1092. package/dist/runescape/model/quest/all/TowerOfLife.d.ts +4 -0
  1093. package/dist/runescape/model/quest/all/TowerOfLife.d.ts.map +1 -0
  1094. package/dist/runescape/model/quest/all/TowerOfLife.js +1 -1
  1095. package/dist/runescape/model/quest/all/TreeGnomeVillage.d.ts +4 -0
  1096. package/dist/runescape/model/quest/all/TreeGnomeVillage.d.ts.map +1 -0
  1097. package/dist/runescape/model/quest/all/TreeGnomeVillage.js +1 -1
  1098. package/dist/runescape/model/quest/all/TribalTotem.d.ts +4 -0
  1099. package/dist/runescape/model/quest/all/TribalTotem.d.ts.map +1 -0
  1100. package/dist/runescape/model/quest/all/TribalTotem.js +1 -1
  1101. package/dist/runescape/model/quest/all/TrollRomance.d.ts +4 -0
  1102. package/dist/runescape/model/quest/all/TrollRomance.d.ts.map +1 -0
  1103. package/dist/runescape/model/quest/all/TrollRomance.js +1 -1
  1104. package/dist/runescape/model/quest/all/TrollStronghold.d.ts +4 -0
  1105. package/dist/runescape/model/quest/all/TrollStronghold.d.ts.map +1 -0
  1106. package/dist/runescape/model/quest/all/TrollStronghold.js +1 -1
  1107. package/dist/runescape/model/quest/all/TroubledTortugans.d.ts +67 -0
  1108. package/dist/runescape/model/quest/all/TroubledTortugans.d.ts.map +1 -0
  1109. package/dist/runescape/model/quest/all/TroubledTortugans.js +1 -1
  1110. package/dist/runescape/model/quest/all/UndergroundPass.d.ts +4 -0
  1111. package/dist/runescape/model/quest/all/UndergroundPass.d.ts.map +1 -0
  1112. package/dist/runescape/model/quest/all/UndergroundPass.js +1 -1
  1113. package/dist/runescape/model/quest/all/VampyreSlayer.d.ts +4 -0
  1114. package/dist/runescape/model/quest/all/VampyreSlayer.d.ts.map +1 -0
  1115. package/dist/runescape/model/quest/all/VampyreSlayer.js +1 -1
  1116. package/dist/runescape/model/quest/all/Wanted.d.ts +70 -0
  1117. package/dist/runescape/model/quest/all/Wanted.d.ts.map +1 -0
  1118. package/dist/runescape/model/quest/all/Wanted.js +1 -1
  1119. package/dist/runescape/model/quest/all/Watchtower.d.ts +4 -0
  1120. package/dist/runescape/model/quest/all/Watchtower.d.ts.map +1 -0
  1121. package/dist/runescape/model/quest/all/Watchtower.js +1 -1
  1122. package/dist/runescape/model/quest/all/WaterfallQuest.d.ts +4 -0
  1123. package/dist/runescape/model/quest/all/WaterfallQuest.d.ts.map +1 -0
  1124. package/dist/runescape/model/quest/all/WaterfallQuest.js +1 -1
  1125. package/dist/runescape/model/quest/all/WhatLiesBelow.d.ts +31 -0
  1126. package/dist/runescape/model/quest/all/WhatLiesBelow.d.ts.map +1 -0
  1127. package/dist/runescape/model/quest/all/WhatLiesBelow.js +1 -1
  1128. package/dist/runescape/model/quest/all/WitchesPotion.d.ts +4 -0
  1129. package/dist/runescape/model/quest/all/WitchesPotion.d.ts.map +1 -0
  1130. package/dist/runescape/model/quest/all/WitchesPotion.js +1 -1
  1131. package/dist/runescape/model/quest/all/WitchsHouse.d.ts +9 -0
  1132. package/dist/runescape/model/quest/all/WitchsHouse.d.ts.map +1 -0
  1133. package/dist/runescape/model/quest/all/WitchsHouse.js +1 -1
  1134. package/dist/runescape/model/quest/all/ZogreFleshEaters.d.ts +9 -0
  1135. package/dist/runescape/model/quest/all/ZogreFleshEaters.d.ts.map +1 -0
  1136. package/dist/runescape/model/quest/all/ZogreFleshEaters.js +1 -1
  1137. package/dist/runescape/model/quest/all/index.d.ts +144 -0
  1138. package/dist/runescape/model/quest/all/index.d.ts.map +1 -0
  1139. package/dist/runescape/model/quest/all/index.js +143 -0
  1140. package/dist/runescape/model/quest/enums.d.ts +32 -0
  1141. package/dist/runescape/model/quest/enums.d.ts.map +1 -0
  1142. package/dist/runescape/model/quest/index.d.ts +13 -0
  1143. package/dist/runescape/model/quest/index.d.ts.map +1 -0
  1144. package/dist/runescape/model/quest/index.js +14 -0
  1145. package/dist/runescape/model/quest/types.d.ts +8 -0
  1146. package/dist/runescape/model/quest/types.d.ts.map +1 -0
  1147. package/dist/runescape/model/slayer/Assignment.d.ts +18 -0
  1148. package/dist/runescape/model/slayer/Assignment.d.ts.map +1 -0
  1149. package/dist/runescape/model/slayer/SlayerBuys.d.ts +4 -0
  1150. package/dist/runescape/model/slayer/SlayerBuys.d.ts.map +1 -0
  1151. package/dist/runescape/model/slayer/SlayerExtends.d.ts +24 -0
  1152. package/dist/runescape/model/slayer/SlayerExtends.d.ts.map +1 -0
  1153. package/dist/runescape/model/slayer/SlayerMaster.d.ts +68 -0
  1154. package/dist/runescape/model/slayer/SlayerMaster.d.ts.map +1 -0
  1155. package/dist/runescape/model/slayer/SlayerReward.d.ts +35 -0
  1156. package/dist/runescape/model/slayer/SlayerReward.d.ts.map +1 -0
  1157. package/dist/runescape/model/slayer/SlayerUnlock.d.ts +8 -0
  1158. package/dist/runescape/model/slayer/SlayerUnlock.d.ts.map +1 -0
  1159. package/dist/runescape/model/slayer/Task.d.ts +101 -0
  1160. package/dist/runescape/model/slayer/Task.d.ts.map +1 -0
  1161. package/dist/runescape/model/slayer/core/Assignment.d.ts +18 -0
  1162. package/dist/runescape/model/slayer/core/Assignment.d.ts.map +1 -0
  1163. package/dist/runescape/model/slayer/core/Assignment.js +29 -0
  1164. package/dist/runescape/model/slayer/core/SlayerMaster.d.ts +69 -0
  1165. package/dist/runescape/model/slayer/core/SlayerMaster.d.ts.map +1 -0
  1166. package/dist/runescape/model/slayer/core/SlayerMaster.js +128 -0
  1167. package/dist/runescape/model/slayer/core/Task.d.ts +140 -0
  1168. package/dist/runescape/model/slayer/core/Task.d.ts.map +1 -0
  1169. package/dist/runescape/model/slayer/core/Task.js +150 -0
  1170. package/dist/runescape/model/slayer/core/index.d.ts +11 -0
  1171. package/dist/runescape/model/slayer/core/index.d.ts.map +1 -0
  1172. package/dist/runescape/model/slayer/core/index.js +8 -0
  1173. package/dist/runescape/model/slayer/core/types.d.ts +137 -0
  1174. package/dist/runescape/model/slayer/core/types.d.ts.map +1 -0
  1175. package/dist/runescape/model/slayer/core/types.js +120 -0
  1176. package/dist/runescape/model/slayer/index.d.ts +16 -0
  1177. package/dist/runescape/model/slayer/index.d.ts.map +1 -0
  1178. package/dist/runescape/model/slayer/index.js +17 -0
  1179. package/dist/runescape/model/slayer/masters/Chaeldar.d.ts +14 -0
  1180. package/dist/runescape/model/slayer/masters/Chaeldar.d.ts.map +1 -0
  1181. package/dist/runescape/model/slayer/masters/Chaeldar.js +33 -0
  1182. package/dist/runescape/model/slayer/masters/Duradel.d.ts +14 -0
  1183. package/dist/runescape/model/slayer/masters/Duradel.d.ts.map +1 -0
  1184. package/dist/runescape/model/slayer/masters/Duradel.js +33 -0
  1185. package/dist/runescape/model/slayer/masters/KonarQuoMaten.d.ts +14 -0
  1186. package/dist/runescape/model/slayer/masters/KonarQuoMaten.d.ts.map +1 -0
  1187. package/dist/runescape/model/slayer/masters/KonarQuoMaten.js +33 -0
  1188. package/dist/runescape/model/slayer/masters/Krystilia.d.ts +15 -0
  1189. package/dist/runescape/model/slayer/masters/Krystilia.d.ts.map +1 -0
  1190. package/dist/runescape/model/slayer/masters/Krystilia.js +34 -0
  1191. package/dist/runescape/model/slayer/masters/Mazchna.d.ts +14 -0
  1192. package/dist/runescape/model/slayer/masters/Mazchna.d.ts.map +1 -0
  1193. package/dist/runescape/model/slayer/masters/Mazchna.js +33 -0
  1194. package/dist/runescape/model/slayer/masters/Nieve.d.ts +15 -0
  1195. package/dist/runescape/model/slayer/masters/Nieve.d.ts.map +1 -0
  1196. package/dist/runescape/model/slayer/masters/Nieve.js +34 -0
  1197. package/dist/runescape/model/slayer/masters/Spria.d.ts +14 -0
  1198. package/dist/runescape/model/slayer/masters/Spria.d.ts.map +1 -0
  1199. package/dist/runescape/model/slayer/masters/Spria.js +33 -0
  1200. package/dist/runescape/model/slayer/masters/Turael.d.ts +14 -0
  1201. package/dist/runescape/model/slayer/masters/Turael.d.ts.map +1 -0
  1202. package/dist/runescape/model/slayer/masters/Turael.js +33 -0
  1203. package/dist/runescape/model/slayer/masters/Vannaka.d.ts +14 -0
  1204. package/dist/runescape/model/slayer/masters/Vannaka.d.ts.map +1 -0
  1205. package/dist/runescape/model/slayer/masters/Vannaka.js +33 -0
  1206. package/dist/runescape/model/slayer/masters/index.d.ts +24 -0
  1207. package/dist/runescape/model/slayer/masters/index.d.ts.map +1 -0
  1208. package/dist/runescape/model/slayer/masters/index.js +30 -0
  1209. package/dist/runescape/model/slayer/masters/registry.d.ts +50 -0
  1210. package/dist/runescape/model/slayer/masters/registry.d.ts.map +1 -0
  1211. package/dist/runescape/model/slayer/masters/registry.js +76 -0
  1212. package/dist/runescape/model/slayer/rewards/SlayerBuy.d.ts +40 -0
  1213. package/dist/runescape/model/slayer/rewards/SlayerBuy.d.ts.map +1 -0
  1214. package/dist/runescape/model/slayer/rewards/SlayerBuy.js +49 -0
  1215. package/dist/runescape/model/slayer/rewards/SlayerExtend.d.ts +34 -0
  1216. package/dist/runescape/model/slayer/rewards/SlayerExtend.d.ts.map +1 -0
  1217. package/dist/runescape/model/slayer/rewards/SlayerExtend.js +41 -0
  1218. package/dist/runescape/model/slayer/rewards/SlayerUnlock.d.ts +31 -0
  1219. package/dist/runescape/model/slayer/rewards/SlayerUnlock.d.ts.map +1 -0
  1220. package/dist/runescape/model/slayer/rewards/SlayerUnlock.js +97 -0
  1221. package/dist/runescape/model/slayer/rewards/buys.data.d.ts +24 -0
  1222. package/dist/runescape/model/slayer/rewards/buys.data.d.ts.map +1 -0
  1223. package/dist/runescape/model/slayer/rewards/buys.data.js +79 -0
  1224. package/dist/runescape/model/slayer/rewards/extends.data.d.ts +16 -0
  1225. package/dist/runescape/model/slayer/rewards/extends.data.d.ts.map +1 -0
  1226. package/dist/runescape/model/slayer/rewards/extends.data.js +140 -0
  1227. package/dist/runescape/model/slayer/rewards/index.d.ts +11 -0
  1228. package/dist/runescape/model/slayer/rewards/index.d.ts.map +1 -0
  1229. package/dist/runescape/model/slayer/rewards/index.js +10 -0
  1230. package/dist/runescape/model/slayer/rewards/unlocks.data.d.ts +20 -0
  1231. package/dist/runescape/model/slayer/rewards/unlocks.data.d.ts.map +1 -0
  1232. package/dist/runescape/model/slayer/rewards/unlocks.data.js +75 -0
  1233. package/dist/runescape/model/slayer/task/ChaelderTasks.d.ts +4 -0
  1234. package/dist/runescape/model/slayer/task/ChaelderTasks.d.ts.map +1 -0
  1235. package/dist/runescape/model/slayer/task/DuradelTasks.d.ts +4 -0
  1236. package/dist/runescape/model/slayer/task/DuradelTasks.d.ts.map +1 -0
  1237. package/dist/runescape/model/slayer/task/KonarTasks.d.ts +4 -0
  1238. package/dist/runescape/model/slayer/task/KonarTasks.d.ts.map +1 -0
  1239. package/dist/runescape/model/slayer/task/KrystiliaTasks.d.ts +4 -0
  1240. package/dist/runescape/model/slayer/task/KrystiliaTasks.d.ts.map +1 -0
  1241. package/dist/runescape/model/slayer/task/MazchnaTasks.d.ts +4 -0
  1242. package/dist/runescape/model/slayer/task/MazchnaTasks.d.ts.map +1 -0
  1243. package/dist/runescape/model/slayer/task/NieveTasks.d.ts +4 -0
  1244. package/dist/runescape/model/slayer/task/NieveTasks.d.ts.map +1 -0
  1245. package/dist/runescape/model/slayer/task/SpriaTasks.d.ts +4 -0
  1246. package/dist/runescape/model/slayer/task/SpriaTasks.d.ts.map +1 -0
  1247. package/dist/runescape/model/slayer/task/TurealTasks.d.ts +4 -0
  1248. package/dist/runescape/model/slayer/task/TurealTasks.d.ts.map +1 -0
  1249. package/dist/runescape/model/slayer/task/VannakaTasks.d.ts +4 -0
  1250. package/dist/runescape/model/slayer/task/VannakaTasks.d.ts.map +1 -0
  1251. package/dist/runescape/model/slayer/tasks/constants.d.ts +93 -0
  1252. package/dist/runescape/model/slayer/tasks/constants.d.ts.map +1 -0
  1253. package/dist/runescape/model/slayer/tasks/constants.js +81 -0
  1254. package/dist/runescape/model/slayer/tasks/index.d.ts +16 -0
  1255. package/dist/runescape/model/slayer/tasks/index.d.ts.map +1 -0
  1256. package/dist/runescape/model/slayer/tasks/index.js +18 -0
  1257. package/dist/runescape/tools/ClueScrollHelper.js +103 -0
  1258. package/dist/runescape/tools/experience.d.ts +17 -0
  1259. package/dist/runescape/tools/experience.d.ts.map +1 -0
  1260. package/dist/runescape/tools/getAccount.d.ts +1 -0
  1261. package/dist/runescape/tools/getAccount.d.ts.map +1 -0
  1262. package/dist/runescape/tools/index.d.ts +6 -0
  1263. package/dist/runescape/tools/index.d.ts.map +1 -0
  1264. package/dist/runescape/tools/index.js +5 -0
  1265. package/dist/runescape/utils/index.d.ts +7 -0
  1266. package/dist/runescape/utils/index.d.ts.map +1 -0
  1267. package/dist/runescape/utils/index.js +6 -0
  1268. package/dist/runescape/utils/skillUtils.d.ts +67 -0
  1269. package/dist/runescape/utils/skillUtils.d.ts.map +1 -0
  1270. package/dist/runescape/utils/skillUtils.js +99 -0
  1271. package/dist/runescape/utils/validation.d.ts +53 -0
  1272. package/dist/runescape/utils/validation.d.ts.map +1 -0
  1273. package/package.json +38 -10
  1274. package/public/assets/items/3rd-age-longsword.png +0 -0
  1275. package/public/assets/items/3rd-age-platebody.png +0 -0
  1276. package/public/assets/items/3rd-age-platelegs.png +0 -0
  1277. package/public/assets/items/adamant-platebody.png +0 -0
  1278. package/public/assets/items/adamant-platelegs.png +0 -0
  1279. package/public/assets/items/air-rune.png +0 -0
  1280. package/public/assets/items/amulet-of-glory.png +0 -0
  1281. package/public/assets/items/amulet-of-magic-t.png +0 -0
  1282. package/public/assets/items/amulet-of-magic.png +0 -0
  1283. package/public/assets/items/amulet-of-power-t.png +0 -0
  1284. package/public/assets/items/ancestral-robe-bottom.png +0 -0
  1285. package/public/assets/items/ancestral-robe-top.png +0 -0
  1286. package/public/assets/items/ancient-staff.png +0 -0
  1287. package/public/assets/items/anti-dragon-shield.png +0 -0
  1288. package/public/assets/items/bearhead.png +0 -0
  1289. package/public/assets/items/black-axe.png +0 -0
  1290. package/public/assets/items/black-battleaxe.png +0 -0
  1291. package/public/assets/items/black-dagger.png +0 -0
  1292. package/public/assets/items/black-full-helm-t.png +0 -0
  1293. package/public/assets/items/black-full-helm.png +0 -0
  1294. package/public/assets/items/black-longsword.png +0 -0
  1295. package/public/assets/items/black-pickaxe.png +0 -0
  1296. package/public/assets/items/black-platebody-t.png +0 -0
  1297. package/public/assets/items/black-platebody.png +0 -0
  1298. package/public/assets/items/black-platelegs-t.png +0 -0
  1299. package/public/assets/items/black-platelegs.png +0 -0
  1300. package/public/assets/items/blisterwood-flail.png +0 -0
  1301. package/public/assets/items/blood-rune.png +0 -0
  1302. package/public/assets/items/blue-dye.png +0 -0
  1303. package/public/assets/items/body-rune.png +0 -0
  1304. package/public/assets/items/bones.png +0 -0
  1305. package/public/assets/items/bucket-of-water.png +0 -0
  1306. package/public/assets/items/bucket.png +0 -0
  1307. package/public/assets/items/cape-of-skulls.png +0 -0
  1308. package/public/assets/items/chaos-rune.png +0 -0
  1309. package/public/assets/items/clue-scroll-beginner.png +0 -0
  1310. package/public/assets/items/clue-scroll-easy.png +0 -0
  1311. package/public/assets/items/clue-scroll-elite.png +0 -0
  1312. package/public/assets/items/clue-scroll-hard.png +0 -0
  1313. package/public/assets/items/clue-scroll-master.png +0 -0
  1314. package/public/assets/items/clue-scroll-medium.png +0 -0
  1315. package/public/assets/items/coif.png +0 -0
  1316. package/public/assets/items/coins.png +0 -0
  1317. package/public/assets/items/craw/.png +0 -0
  1318. package/public/assets/items/crystal-key.png +0 -0
  1319. package/public/assets/items/dagannoth-hide.png +0 -0
  1320. package/public/assets/items/dragon-boots.png +0 -0
  1321. package/public/assets/items/dragon-full-helm.png +0 -0
  1322. package/public/assets/items/dragon-key.png +0 -0
  1323. package/public/assets/items/dragon-platebody.png +0 -0
  1324. package/public/assets/items/dragon-platelegs.png +0 -0
  1325. package/public/assets/items/dramen-staff.png +0 -0
  1326. package/public/assets/items/earth-rune.png +0 -0
  1327. package/public/assets/items/ectophial.png +0 -0
  1328. package/public/assets/items/fibula-piece.png +0 -0
  1329. package/public/assets/items/fire-rune.png +0 -0
  1330. package/public/assets/items/flared-trousers.png +0 -0
  1331. package/public/assets/items/games-necklace8.png +0 -0
  1332. package/public/assets/items/ghostspeak-amulet.png +0 -0
  1333. package/public/assets/items/gilded-full-helm.png +0 -0
  1334. package/public/assets/items/gilded-platebody.png +0 -0
  1335. package/public/assets/items/golden-apron.png +0 -0
  1336. package/public/assets/items/reward-casket-beginner.png +0 -0
  1337. package/public/assets/items/reward-casket-easy.png +0 -0
  1338. package/public/assets/items/reward-casket-elite.png +0 -0
  1339. package/public/assets/items/reward-casket-hard.png +0 -0
  1340. package/public/assets/items/reward-casket-master.png +0 -0
  1341. 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
+ }