@c3d.gg/mwi-types 0.2.4 → 1.5.1

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 (474) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/README.md +110 -495
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/domains/abilities/abilities.json +3331 -0
  5. package/dist/domains/abilities/constants.d.ts +3 -0
  6. package/dist/domains/abilities/constants.d.ts.map +1 -0
  7. package/dist/domains/abilities/constants.js +97 -0
  8. package/dist/domains/abilities/constants.js.map +1 -0
  9. package/dist/domains/abilities/index.d.ts +3 -0
  10. package/dist/domains/abilities/index.d.ts.map +1 -0
  11. package/dist/domains/abilities/index.js +2 -0
  12. package/dist/domains/abilities/index.js.map +1 -0
  13. package/dist/domains/abilities/types.d.ts +37 -0
  14. package/dist/domains/abilities/types.d.ts.map +1 -0
  15. package/dist/domains/abilities/types.js +2 -0
  16. package/dist/domains/abilities/types.js.map +1 -0
  17. package/dist/domains/actions/action_categories.json +356 -0
  18. package/dist/domains/actions/action_types.json +57 -0
  19. package/dist/domains/actions/actions.json +41966 -0
  20. package/dist/domains/actions/constants.d.ts +7 -0
  21. package/dist/domains/actions/constants.d.ts.map +1 -0
  22. package/dist/domains/actions/constants.js +1501 -0
  23. package/dist/domains/actions/constants.js.map +1 -0
  24. package/dist/domains/actions/index.d.ts +3 -0
  25. package/dist/domains/actions/index.d.ts.map +1 -0
  26. package/dist/domains/actions/index.js +2 -0
  27. package/dist/domains/actions/index.js.map +1 -0
  28. package/dist/domains/actions/types.d.ts +74 -0
  29. package/dist/domains/actions/types.d.ts.map +1 -0
  30. package/dist/domains/actions/types.js +2 -0
  31. package/dist/domains/actions/types.js.map +1 -0
  32. package/dist/domains/actions/utils.d.ts +9 -0
  33. package/dist/domains/actions/utils.d.ts.map +1 -0
  34. package/dist/domains/actions/utils.js +27 -0
  35. package/dist/domains/actions/utils.js.map +1 -0
  36. package/dist/domains/avatar/avatar_outfits.json +572 -0
  37. package/dist/domains/avatar/avatars.json +512 -0
  38. package/dist/domains/avatar/constants.d.ts +3 -0
  39. package/dist/domains/avatar/constants.d.ts.map +1 -0
  40. package/dist/domains/avatar/constants.js +185 -0
  41. package/dist/domains/avatar/constants.js.map +1 -0
  42. package/dist/domains/avatar/index.d.ts +3 -0
  43. package/dist/domains/avatar/index.d.ts.map +1 -0
  44. package/dist/domains/avatar/index.js +2 -0
  45. package/dist/domains/avatar/index.js.map +1 -0
  46. package/dist/domains/avatar/types.d.ts +22 -0
  47. package/dist/domains/avatar/types.d.ts.map +1 -0
  48. package/dist/domains/avatar/types.js +2 -0
  49. package/dist/domains/avatar/types.js.map +1 -0
  50. package/dist/domains/buffs/buff_types.json +474 -0
  51. package/dist/domains/buffs/community_buff_types.json +119 -0
  52. package/dist/domains/buffs/constants.d.ts +4 -0
  53. package/dist/domains/buffs/constants.d.ts.map +1 -0
  54. package/dist/domains/buffs/constants.js +181 -0
  55. package/dist/domains/buffs/constants.js.map +1 -0
  56. package/dist/domains/buffs/index.d.ts +3 -0
  57. package/dist/domains/buffs/index.d.ts.map +1 -0
  58. package/dist/domains/buffs/index.js +2 -0
  59. package/dist/domains/buffs/index.js.map +1 -0
  60. package/dist/domains/buffs/types.d.ts +27 -0
  61. package/dist/domains/buffs/types.d.ts.map +1 -0
  62. package/dist/domains/buffs/types.js +2 -0
  63. package/dist/domains/buffs/types.js.map +1 -0
  64. package/dist/domains/chat/chat_channel_types.json +128 -0
  65. package/dist/domains/chat/chat_icons.json +4352 -0
  66. package/dist/domains/chat/constants.d.ts +3 -0
  67. package/dist/domains/chat/constants.d.ts.map +1 -0
  68. package/dist/domains/chat/constants.js +461 -0
  69. package/dist/domains/chat/constants.js.map +1 -0
  70. package/dist/domains/chat/index.d.ts +3 -0
  71. package/dist/domains/chat/index.d.ts.map +1 -0
  72. package/dist/domains/chat/index.js +2 -0
  73. package/dist/domains/chat/index.js.map +1 -0
  74. package/dist/domains/chat/types.d.ts +20 -0
  75. package/dist/domains/chat/types.d.ts.map +1 -0
  76. package/dist/domains/chat/types.js +2 -0
  77. package/dist/domains/chat/types.js.map +1 -0
  78. package/dist/domains/combat/combat_style.json +68 -0
  79. package/dist/domains/combat/combat_trigger_comparator.json +26 -0
  80. package/dist/domains/combat/combat_trigger_condition.json +596 -0
  81. package/dist/domains/combat/combat_trigger_dependency.json +30 -0
  82. package/dist/domains/combat/constants.d.ts +6 -0
  83. package/dist/domains/combat/constants.d.ts.map +1 -0
  84. package/dist/domains/combat/constants.js +83 -0
  85. package/dist/domains/combat/constants.js.map +1 -0
  86. package/dist/domains/combat/damage_type.json +22 -0
  87. package/dist/domains/combat/index.d.ts +3 -0
  88. package/dist/domains/combat/index.d.ts.map +1 -0
  89. package/dist/domains/combat/index.js +2 -0
  90. package/dist/domains/combat/index.js.map +1 -0
  91. package/dist/domains/combat/types.d.ts +143 -0
  92. package/dist/domains/combat/types.d.ts.map +1 -0
  93. package/dist/domains/combat/types.js +2 -0
  94. package/dist/domains/combat/types.js.map +1 -0
  95. package/dist/domains/game-mode/constants.d.ts +3 -0
  96. package/dist/domains/game-mode/constants.d.ts.map +1 -0
  97. package/dist/domains/game-mode/constants.js +7 -0
  98. package/dist/domains/game-mode/constants.js.map +1 -0
  99. package/dist/domains/game-mode/game_mode.json +32 -0
  100. package/dist/domains/game-mode/index.d.ts +3 -0
  101. package/dist/domains/game-mode/index.d.ts.map +1 -0
  102. package/dist/domains/game-mode/index.js +2 -0
  103. package/dist/domains/game-mode/index.js.map +1 -0
  104. package/dist/domains/game-mode/types.d.ts +14 -0
  105. package/dist/domains/game-mode/types.d.ts.map +1 -0
  106. package/dist/domains/game-mode/types.js +2 -0
  107. package/dist/domains/game-mode/types.js.map +1 -0
  108. package/dist/domains/guild/constants.d.ts +2 -0
  109. package/dist/domains/guild/constants.d.ts.map +1 -0
  110. package/dist/domains/guild/constants.js +7 -0
  111. package/dist/domains/guild/constants.js.map +1 -0
  112. package/dist/domains/guild/guild_character_role.json +58 -0
  113. package/dist/domains/guild/index.d.ts +3 -0
  114. package/dist/domains/guild/index.d.ts.map +1 -0
  115. package/dist/domains/guild/index.js +2 -0
  116. package/dist/domains/guild/index.js.map +1 -0
  117. package/dist/domains/guild/types.d.ts +17 -0
  118. package/dist/domains/guild/types.d.ts.map +1 -0
  119. package/dist/domains/guild/types.js +2 -0
  120. package/dist/domains/guild/types.js.map +1 -0
  121. package/dist/domains/house/constants.d.ts +4 -0
  122. package/dist/domains/house/constants.d.ts.map +1 -0
  123. package/dist/domains/house/constants.js +39 -0
  124. package/dist/domains/house/constants.js.map +1 -0
  125. package/dist/domains/house/house_rooms.json +5553 -0
  126. package/dist/domains/house/index.d.ts +3 -0
  127. package/dist/domains/house/index.d.ts.map +1 -0
  128. package/dist/domains/house/index.js +2 -0
  129. package/dist/domains/house/index.js.map +1 -0
  130. package/dist/domains/house/types.d.ts +16 -0
  131. package/dist/domains/house/types.d.ts.map +1 -0
  132. package/dist/domains/house/types.js +2 -0
  133. package/dist/domains/house/types.js.map +1 -0
  134. package/dist/domains/items/constants.d.ts +8 -0
  135. package/dist/domains/items/constants.d.ts.map +1 -0
  136. package/dist/domains/items/constants.js +1969 -0
  137. package/dist/domains/items/constants.js.map +1 -0
  138. package/dist/domains/items/equipment_types.json +152 -0
  139. package/dist/domains/items/index.d.ts +3 -0
  140. package/dist/domains/items/index.d.ts.map +1 -0
  141. package/dist/domains/items/index.js +2 -0
  142. package/dist/domains/items/index.js.map +1 -0
  143. package/dist/domains/items/item_categories.json +50 -0
  144. package/dist/domains/items/item_locations.json +220 -0
  145. package/dist/domains/items/items.json +65871 -0
  146. package/dist/domains/items/types.d.ts +308 -0
  147. package/dist/domains/items/types.d.ts.map +1 -0
  148. package/dist/domains/items/types.js +2 -0
  149. package/dist/domains/items/types.js.map +1 -0
  150. package/dist/domains/items/utils.d.ts +10 -0
  151. package/dist/domains/items/utils.d.ts.map +1 -0
  152. package/dist/domains/items/utils.js +37 -0
  153. package/dist/domains/items/utils.js.map +1 -0
  154. package/dist/domains/leaderboard/constants.d.ts +3 -0
  155. package/dist/domains/leaderboard/constants.d.ts.map +1 -0
  156. package/dist/domains/leaderboard/constants.js +32 -0
  157. package/dist/domains/leaderboard/constants.js.map +1 -0
  158. package/dist/domains/leaderboard/index.d.ts +3 -0
  159. package/dist/domains/leaderboard/index.d.ts.map +1 -0
  160. package/dist/domains/leaderboard/index.js +2 -0
  161. package/dist/domains/leaderboard/index.js.map +1 -0
  162. package/dist/domains/leaderboard/leaderboard_categories.json +149 -0
  163. package/dist/domains/leaderboard/leaderboard_types.json +56 -0
  164. package/dist/domains/leaderboard/types.d.ts +21 -0
  165. package/dist/domains/leaderboard/types.d.ts.map +1 -0
  166. package/dist/domains/leaderboard/types.js +2 -0
  167. package/dist/domains/leaderboard/types.js.map +1 -0
  168. package/dist/domains/level/constants.d.ts +2 -0
  169. package/dist/domains/level/constants.d.ts.map +1 -0
  170. package/dist/domains/level/constants.js +153 -0
  171. package/dist/domains/level/constants.js.map +1 -0
  172. package/dist/domains/level/index.d.ts +2 -0
  173. package/dist/domains/level/index.d.ts.map +1 -0
  174. package/dist/domains/level/index.js +2 -0
  175. package/dist/domains/level/index.js.map +1 -0
  176. package/dist/domains/monsters/constants.d.ts +2 -0
  177. package/dist/domains/monsters/constants.d.ts.map +1 -0
  178. package/dist/domains/monsters/constants.js +80 -0
  179. package/dist/domains/monsters/constants.js.map +1 -0
  180. package/dist/domains/monsters/index.d.ts +3 -0
  181. package/dist/domains/monsters/index.d.ts.map +1 -0
  182. package/dist/domains/monsters/index.js +2 -0
  183. package/dist/domains/monsters/index.js.map +1 -0
  184. package/dist/domains/monsters/monsters.json +9313 -0
  185. package/dist/domains/monsters/types.d.ts +21 -0
  186. package/dist/domains/monsters/types.d.ts.map +1 -0
  187. package/dist/domains/monsters/types.js +2 -0
  188. package/dist/domains/monsters/types.js.map +1 -0
  189. package/dist/domains/monsters/utils.d.ts +6 -0
  190. package/dist/domains/monsters/utils.d.ts.map +1 -0
  191. package/dist/domains/monsters/utils.js +21 -0
  192. package/dist/domains/monsters/utils.js.map +1 -0
  193. package/dist/domains/name/constants.d.ts +2 -0
  194. package/dist/domains/name/constants.d.ts.map +1 -0
  195. package/dist/domains/name/constants.js +142 -0
  196. package/dist/domains/name/constants.js.map +1 -0
  197. package/dist/domains/name/index.d.ts +3 -0
  198. package/dist/domains/name/index.d.ts.map +1 -0
  199. package/dist/domains/name/index.js +2 -0
  200. package/dist/domains/name/index.js.map +1 -0
  201. package/dist/domains/name/name_colors.json +975 -0
  202. package/dist/domains/name/types.d.ts +10 -0
  203. package/dist/domains/name/types.d.ts.map +1 -0
  204. package/dist/domains/name/types.js +2 -0
  205. package/dist/domains/name/types.js.map +1 -0
  206. package/dist/domains/player/index.d.ts +2 -0
  207. package/dist/domains/player/index.d.ts.map +1 -0
  208. package/dist/domains/player/index.js +2 -0
  209. package/dist/domains/player/index.js.map +1 -0
  210. package/dist/domains/player/types.d.ts +23 -0
  211. package/dist/domains/player/types.d.ts.map +1 -0
  212. package/dist/domains/player/types.js +2 -0
  213. package/dist/domains/player/types.js.map +1 -0
  214. package/dist/{generated/types/recipes.d.ts → domains/recipes/constants.d.ts} +7 -84
  215. package/dist/domains/recipes/constants.d.ts.map +1 -0
  216. package/dist/domains/recipes/constants.js +2655 -0
  217. package/dist/domains/recipes/constants.js.map +1 -0
  218. package/dist/domains/recipes/index.d.ts +4 -0
  219. package/dist/domains/recipes/index.d.ts.map +1 -0
  220. package/dist/domains/recipes/index.js +3 -0
  221. package/dist/domains/recipes/index.js.map +1 -0
  222. package/dist/domains/recipes/recipes.json +21268 -0
  223. package/dist/domains/recipes/types.d.ts +65 -0
  224. package/dist/domains/recipes/types.d.ts.map +1 -0
  225. package/dist/domains/recipes/types.js +2 -0
  226. package/dist/domains/recipes/types.js.map +1 -0
  227. package/dist/domains/recipes/utils.d.ts +11 -0
  228. package/dist/domains/recipes/utils.d.ts.map +1 -0
  229. package/dist/domains/recipes/utils.js +78 -0
  230. package/dist/domains/recipes/utils.js.map +1 -0
  231. package/dist/domains/shared/constants.d.ts +2 -0
  232. package/dist/domains/shared/constants.d.ts.map +1 -0
  233. package/dist/domains/shared/constants.js +22 -0
  234. package/dist/domains/shared/constants.js.map +1 -0
  235. package/dist/domains/shared/index.d.ts +3 -0
  236. package/dist/domains/shared/index.d.ts.map +1 -0
  237. package/dist/domains/shared/index.js +2 -0
  238. package/dist/domains/shared/index.js.map +1 -0
  239. package/dist/domains/shared/openable_loot_drop.json +1276 -0
  240. package/dist/domains/shared/types.d.ts +28 -0
  241. package/dist/domains/shared/types.d.ts.map +1 -0
  242. package/dist/domains/shared/types.js +2 -0
  243. package/dist/domains/shared/types.js.map +1 -0
  244. package/dist/domains/shop/buyable_upgrades.json +338 -0
  245. package/dist/domains/shop/constants.d.ts +5 -0
  246. package/dist/domains/shop/constants.d.ts.map +1 -0
  247. package/dist/domains/shop/constants.js +109 -0
  248. package/dist/domains/shop/constants.js.map +1 -0
  249. package/dist/domains/shop/index.d.ts +3 -0
  250. package/dist/domains/shop/index.d.ts.map +1 -0
  251. package/dist/domains/shop/index.js +2 -0
  252. package/dist/domains/shop/index.js.map +1 -0
  253. package/dist/domains/shop/purchase_bundles.json +226 -0
  254. package/dist/domains/shop/shop_categories.json +12 -0
  255. package/dist/domains/shop/shop_items.json +758 -0
  256. package/dist/domains/shop/types.d.ts +55 -0
  257. package/dist/domains/shop/types.d.ts.map +1 -0
  258. package/dist/domains/shop/types.js +2 -0
  259. package/dist/domains/shop/types.js.map +1 -0
  260. package/dist/domains/skills/constants.d.ts +2 -0
  261. package/dist/domains/skills/constants.d.ts.map +1 -0
  262. package/dist/domains/skills/constants.js +21 -0
  263. package/dist/domains/skills/constants.js.map +1 -0
  264. package/dist/domains/skills/index.d.ts +3 -0
  265. package/dist/domains/skills/index.d.ts.map +1 -0
  266. package/dist/domains/skills/index.js +2 -0
  267. package/dist/domains/skills/index.js.map +1 -0
  268. package/dist/domains/skills/skills.json +128 -0
  269. package/dist/domains/skills/types.d.ts +10 -0
  270. package/dist/domains/skills/types.d.ts.map +1 -0
  271. package/dist/domains/skills/types.js +2 -0
  272. package/dist/domains/skills/types.js.map +1 -0
  273. package/dist/domains/skills/utils.d.ts +3 -0
  274. package/dist/domains/skills/utils.d.ts.map +1 -0
  275. package/dist/domains/skills/utils.js +7 -0
  276. package/dist/domains/skills/utils.js.map +1 -0
  277. package/dist/domains/tasks/constants.d.ts +3 -0
  278. package/dist/domains/tasks/constants.d.ts.map +1 -0
  279. package/dist/domains/tasks/constants.js +18 -0
  280. package/dist/domains/tasks/constants.js.map +1 -0
  281. package/dist/domains/tasks/index.d.ts +3 -0
  282. package/dist/domains/tasks/index.d.ts.map +1 -0
  283. package/dist/domains/tasks/index.js +2 -0
  284. package/dist/domains/tasks/index.js.map +1 -0
  285. package/dist/domains/tasks/random_task_type.json +56 -0
  286. package/dist/domains/tasks/task_shop_items.json +42 -0
  287. package/dist/domains/tasks/types.d.ts +18 -0
  288. package/dist/domains/tasks/types.d.ts.map +1 -0
  289. package/dist/domains/tasks/types.js +2 -0
  290. package/dist/domains/tasks/types.js.map +1 -0
  291. package/dist/index.d.ts +20 -1
  292. package/dist/index.d.ts.map +1 -1
  293. package/dist/index.js +19 -3
  294. package/dist/index.js.map +1 -1
  295. package/package.json +159 -68
  296. package/src/domains/abilities/abilities.json +3331 -0
  297. package/src/domains/actions/action_categories.json +356 -0
  298. package/src/domains/actions/action_types.json +57 -0
  299. package/src/domains/actions/actions.json +41966 -0
  300. package/src/domains/avatar/avatar_outfits.json +572 -0
  301. package/src/domains/avatar/avatars.json +512 -0
  302. package/src/domains/buffs/buff_types.json +474 -0
  303. package/src/domains/buffs/community_buff_types.json +119 -0
  304. package/src/domains/chat/chat_channel_types.json +128 -0
  305. package/src/domains/chat/chat_icons.json +4352 -0
  306. package/src/domains/combat/combat_style.json +68 -0
  307. package/src/domains/combat/combat_trigger_comparator.json +26 -0
  308. package/src/domains/combat/combat_trigger_condition.json +596 -0
  309. package/src/domains/combat/combat_trigger_dependency.json +30 -0
  310. package/src/domains/combat/damage_type.json +22 -0
  311. package/src/domains/game-mode/game_mode.json +32 -0
  312. package/src/domains/guild/guild_character_role.json +58 -0
  313. package/src/domains/house/house_rooms.json +5553 -0
  314. package/src/domains/items/equipment_types.json +152 -0
  315. package/src/domains/items/item_categories.json +50 -0
  316. package/src/domains/items/item_locations.json +220 -0
  317. package/src/domains/items/items.json +65871 -0
  318. package/src/domains/leaderboard/leaderboard_categories.json +149 -0
  319. package/src/domains/leaderboard/leaderboard_types.json +56 -0
  320. package/src/domains/monsters/monsters.json +9313 -0
  321. package/src/domains/name/name_colors.json +975 -0
  322. package/src/domains/recipes/recipes.json +21268 -0
  323. package/src/domains/shared/openable_loot_drop.json +1276 -0
  324. package/src/domains/shop/buyable_upgrades.json +338 -0
  325. package/src/domains/shop/purchase_bundles.json +226 -0
  326. package/src/domains/shop/shop_categories.json +12 -0
  327. package/src/domains/shop/shop_items.json +758 -0
  328. package/src/domains/skills/skills.json +128 -0
  329. package/src/domains/tasks/random_task_type.json +56 -0
  330. package/src/domains/tasks/task_shop_items.json +42 -0
  331. package/LICENSE +0 -21
  332. package/dist/generated/index.d.ts +0 -30
  333. package/dist/generated/index.d.ts.map +0 -1
  334. package/dist/generated/index.js +0 -34
  335. package/dist/generated/index.js.map +0 -1
  336. package/dist/generated/localization/en/translations.d.ts +0 -32
  337. package/dist/generated/localization/en/translations.d.ts.map +0 -1
  338. package/dist/generated/localization/en/translations.js +0 -2894
  339. package/dist/generated/localization/en/translations.js.map +0 -1
  340. package/dist/generated/localization/index.d.ts +0 -7
  341. package/dist/generated/localization/index.d.ts.map +0 -1
  342. package/dist/generated/localization/index.js +0 -8
  343. package/dist/generated/localization/index.js.map +0 -1
  344. package/dist/generated/localization/utils.d.ts +0 -14
  345. package/dist/generated/localization/utils.d.ts.map +0 -1
  346. package/dist/generated/localization/utils.js +0 -28
  347. package/dist/generated/localization/utils.js.map +0 -1
  348. package/dist/generated/localization/zh/translations.d.ts +0 -32
  349. package/dist/generated/localization/zh/translations.d.ts.map +0 -1
  350. package/dist/generated/localization/zh/translations.js +0 -2894
  351. package/dist/generated/localization/zh/translations.js.map +0 -1
  352. package/dist/generated/types/abilities.d.ts +0 -12
  353. package/dist/generated/types/abilities.d.ts.map +0 -1
  354. package/dist/generated/types/abilities.js +0 -477
  355. package/dist/generated/types/abilities.js.map +0 -1
  356. package/dist/generated/types/action-categories.d.ts +0 -39
  357. package/dist/generated/types/action-categories.d.ts.map +0 -1
  358. package/dist/generated/types/action-categories.js +0 -803
  359. package/dist/generated/types/action-categories.js.map +0 -1
  360. package/dist/generated/types/actions.d.ts +0 -144
  361. package/dist/generated/types/actions.d.ts.map +0 -1
  362. package/dist/generated/types/actions.js +0 -48406
  363. package/dist/generated/types/actions.js.map +0 -1
  364. package/dist/generated/types/avatar.d.ts +0 -34
  365. package/dist/generated/types/avatar.d.ts.map +0 -1
  366. package/dist/generated/types/avatar.js +0 -1000
  367. package/dist/generated/types/avatar.js.map +0 -1
  368. package/dist/generated/types/avatars.d.ts +0 -34
  369. package/dist/generated/types/avatars.d.ts.map +0 -1
  370. package/dist/generated/types/avatars.js +0 -1110
  371. package/dist/generated/types/avatars.js.map +0 -1
  372. package/dist/generated/types/buff-types.d.ts +0 -50
  373. package/dist/generated/types/buff-types.d.ts.map +0 -1
  374. package/dist/generated/types/buff-types.js +0 -819
  375. package/dist/generated/types/buff-types.js.map +0 -1
  376. package/dist/generated/types/chat-channel-types.d.ts +0 -19
  377. package/dist/generated/types/chat-channel-types.d.ts.map +0 -1
  378. package/dist/generated/types/chat-channel-types.js +0 -302
  379. package/dist/generated/types/chat-channel-types.js.map +0 -1
  380. package/dist/generated/types/chat-icons.d.ts +0 -56
  381. package/dist/generated/types/chat-icons.d.ts.map +0 -1
  382. package/dist/generated/types/chat-icons.js +0 -6656
  383. package/dist/generated/types/chat-icons.js.map +0 -1
  384. package/dist/generated/types/combat-styles.d.ts +0 -21
  385. package/dist/generated/types/combat-styles.d.ts.map +0 -1
  386. package/dist/generated/types/combat-styles.js +0 -125
  387. package/dist/generated/types/combat-styles.js.map +0 -1
  388. package/dist/generated/types/community-buffs.d.ts +0 -53
  389. package/dist/generated/types/community-buffs.d.ts.map +0 -1
  390. package/dist/generated/types/community-buffs.js +0 -222
  391. package/dist/generated/types/community-buffs.js.map +0 -1
  392. package/dist/generated/types/damage-types.d.ts +0 -17
  393. package/dist/generated/types/damage-types.d.ts.map +0 -1
  394. package/dist/generated/types/damage-types.js +0 -60
  395. package/dist/generated/types/damage-types.js.map +0 -1
  396. package/dist/generated/types/equipment-types.d.ts +0 -17
  397. package/dist/generated/types/equipment-types.d.ts.map +0 -1
  398. package/dist/generated/types/equipment-types.js +0 -249
  399. package/dist/generated/types/equipment-types.js.map +0 -1
  400. package/dist/generated/types/game-modes.d.ts +0 -49
  401. package/dist/generated/types/game-modes.d.ts.map +0 -1
  402. package/dist/generated/types/game-modes.js +0 -118
  403. package/dist/generated/types/game-modes.js.map +0 -1
  404. package/dist/generated/types/guild-character-roles.d.ts +0 -17
  405. package/dist/generated/types/guild-character-roles.d.ts.map +0 -1
  406. package/dist/generated/types/guild-character-roles.js +0 -60
  407. package/dist/generated/types/guild-character-roles.js.map +0 -1
  408. package/dist/generated/types/house-rooms.d.ts +0 -46
  409. package/dist/generated/types/house-rooms.d.ts.map +0 -1
  410. package/dist/generated/types/house-rooms.js +0 -5699
  411. package/dist/generated/types/house-rooms.js.map +0 -1
  412. package/dist/generated/types/item-categories.d.ts +0 -17
  413. package/dist/generated/types/item-categories.d.ts.map +0 -1
  414. package/dist/generated/types/item-categories.js +0 -96
  415. package/dist/generated/types/item-categories.js.map +0 -1
  416. package/dist/generated/types/item-locations.d.ts +0 -17
  417. package/dist/generated/types/item-locations.d.ts.map +0 -1
  418. package/dist/generated/types/item-locations.js +0 -258
  419. package/dist/generated/types/item-locations.js.map +0 -1
  420. package/dist/generated/types/items.d.ts +0 -73
  421. package/dist/generated/types/items.d.ts.map +0 -1
  422. package/dist/generated/types/items.js +0 -69551
  423. package/dist/generated/types/items.js.map +0 -1
  424. package/dist/generated/types/leaderboard-categories.d.ts +0 -33
  425. package/dist/generated/types/leaderboard-categories.d.ts.map +0 -1
  426. package/dist/generated/types/leaderboard-categories.js +0 -393
  427. package/dist/generated/types/leaderboard-categories.js.map +0 -1
  428. package/dist/generated/types/leaderboard-types.d.ts +0 -30
  429. package/dist/generated/types/leaderboard-types.d.ts.map +0 -1
  430. package/dist/generated/types/leaderboard-types.js +0 -163
  431. package/dist/generated/types/leaderboard-types.js.map +0 -1
  432. package/dist/generated/types/leaderboards.d.ts +0 -74
  433. package/dist/generated/types/leaderboards.d.ts.map +0 -1
  434. package/dist/generated/types/leaderboards.js +0 -457
  435. package/dist/generated/types/leaderboards.js.map +0 -1
  436. package/dist/generated/types/monsters.d.ts +0 -97
  437. package/dist/generated/types/monsters.d.ts.map +0 -1
  438. package/dist/generated/types/monsters.js +0 -9857
  439. package/dist/generated/types/monsters.js.map +0 -1
  440. package/dist/generated/types/name-colors.d.ts +0 -44
  441. package/dist/generated/types/name-colors.d.ts.map +0 -1
  442. package/dist/generated/types/name-colors.js +0 -1891
  443. package/dist/generated/types/name-colors.js.map +0 -1
  444. package/dist/generated/types/player-data.d.ts +0 -376
  445. package/dist/generated/types/player-data.d.ts.map +0 -1
  446. package/dist/generated/types/player-data.js +0 -54
  447. package/dist/generated/types/player-data.js.map +0 -1
  448. package/dist/generated/types/purchase-bundles.d.ts +0 -50
  449. package/dist/generated/types/purchase-bundles.d.ts.map +0 -1
  450. package/dist/generated/types/purchase-bundles.js +0 -358
  451. package/dist/generated/types/purchase-bundles.js.map +0 -1
  452. package/dist/generated/types/random-tasks.d.ts +0 -33
  453. package/dist/generated/types/random-tasks.d.ts.map +0 -1
  454. package/dist/generated/types/random-tasks.js +0 -162
  455. package/dist/generated/types/random-tasks.js.map +0 -1
  456. package/dist/generated/types/recipes.d.ts.map +0 -1
  457. package/dist/generated/types/recipes.js +0 -25996
  458. package/dist/generated/types/recipes.js.map +0 -1
  459. package/dist/generated/types/shop-categories.d.ts +0 -17
  460. package/dist/generated/types/shop-categories.d.ts.map +0 -1
  461. package/dist/generated/types/shop-categories.js +0 -42
  462. package/dist/generated/types/shop-categories.js.map +0 -1
  463. package/dist/generated/types/shop-items.d.ts +0 -35
  464. package/dist/generated/types/shop-items.d.ts.map +0 -1
  465. package/dist/generated/types/shop-items.js +0 -1313
  466. package/dist/generated/types/shop-items.js.map +0 -1
  467. package/dist/generated/types/skills.d.ts +0 -15
  468. package/dist/generated/types/skills.d.ts.map +0 -1
  469. package/dist/generated/types/skills.js +0 -219
  470. package/dist/generated/types/skills.js.map +0 -1
  471. package/dist/generated/types/task-shop-items.d.ts +0 -38
  472. package/dist/generated/types/task-shop-items.d.ts.map +0 -1
  473. package/dist/generated/types/task-shop-items.js +0 -160
  474. package/dist/generated/types/task-shop-items.js.map +0 -1
@@ -0,0 +1,758 @@
1
+ [
2
+ {
3
+ "hrid": "/shop_items/acrobats_ribbon",
4
+ "category": "/shop_categories/dungeon",
5
+ "itemHrid": "/items/acrobats_ribbon",
6
+ "costs": [
7
+ {
8
+ "itemHrid": "/items/sinister_token",
9
+ "count": 2000
10
+ }
11
+ ],
12
+ "sortIndex": 45
13
+ },
14
+ {
15
+ "hrid": "/shop_items/bishops_scroll",
16
+ "category": "/shop_categories/dungeon",
17
+ "itemHrid": "/items/bishops_scroll",
18
+ "costs": [
19
+ {
20
+ "itemHrid": "/items/enchanted_token",
21
+ "count": 2000
22
+ }
23
+ ],
24
+ "sortIndex": 53
25
+ },
26
+ {
27
+ "hrid": "/shop_items/chaotic_chain",
28
+ "category": "/shop_categories/dungeon",
29
+ "itemHrid": "/items/chaotic_chain",
30
+ "costs": [
31
+ {
32
+ "itemHrid": "/items/sinister_token",
33
+ "count": 3000
34
+ }
35
+ ],
36
+ "sortIndex": 47
37
+ },
38
+ {
39
+ "hrid": "/shop_items/cheese_alembic",
40
+ "category": "/shop_categories/general",
41
+ "itemHrid": "/items/cheese_alembic",
42
+ "costs": [
43
+ {
44
+ "itemHrid": "/items/coin",
45
+ "count": 5000
46
+ }
47
+ ],
48
+ "sortIndex": 18
49
+ },
50
+ {
51
+ "hrid": "/shop_items/cheese_brush",
52
+ "category": "/shop_categories/general",
53
+ "itemHrid": "/items/cheese_brush",
54
+ "costs": [
55
+ {
56
+ "itemHrid": "/items/coin",
57
+ "count": 5000
58
+ }
59
+ ],
60
+ "sortIndex": 10
61
+ },
62
+ {
63
+ "hrid": "/shop_items/cheese_chisel",
64
+ "category": "/shop_categories/general",
65
+ "itemHrid": "/items/cheese_chisel",
66
+ "costs": [
67
+ {
68
+ "itemHrid": "/items/coin",
69
+ "count": 5000
70
+ }
71
+ ],
72
+ "sortIndex": 14
73
+ },
74
+ {
75
+ "hrid": "/shop_items/cheese_enhancer",
76
+ "category": "/shop_categories/general",
77
+ "itemHrid": "/items/cheese_enhancer",
78
+ "costs": [
79
+ {
80
+ "itemHrid": "/items/coin",
81
+ "count": 5000
82
+ }
83
+ ],
84
+ "sortIndex": 19
85
+ },
86
+ {
87
+ "hrid": "/shop_items/cheese_hammer",
88
+ "category": "/shop_categories/general",
89
+ "itemHrid": "/items/cheese_hammer",
90
+ "costs": [
91
+ {
92
+ "itemHrid": "/items/coin",
93
+ "count": 5000
94
+ }
95
+ ],
96
+ "sortIndex": 13
97
+ },
98
+ {
99
+ "hrid": "/shop_items/cheese_hatchet",
100
+ "category": "/shop_categories/general",
101
+ "itemHrid": "/items/cheese_hatchet",
102
+ "costs": [
103
+ {
104
+ "itemHrid": "/items/coin",
105
+ "count": 5000
106
+ }
107
+ ],
108
+ "sortIndex": 12
109
+ },
110
+ {
111
+ "hrid": "/shop_items/cheese_mace",
112
+ "category": "/shop_categories/general",
113
+ "itemHrid": "/items/cheese_mace",
114
+ "costs": [
115
+ {
116
+ "itemHrid": "/items/coin",
117
+ "count": 5000
118
+ }
119
+ ],
120
+ "sortIndex": 4
121
+ },
122
+ {
123
+ "hrid": "/shop_items/cheese_needle",
124
+ "category": "/shop_categories/general",
125
+ "itemHrid": "/items/cheese_needle",
126
+ "costs": [
127
+ {
128
+ "itemHrid": "/items/coin",
129
+ "count": 5000
130
+ }
131
+ ],
132
+ "sortIndex": 15
133
+ },
134
+ {
135
+ "hrid": "/shop_items/cheese_pot",
136
+ "category": "/shop_categories/general",
137
+ "itemHrid": "/items/cheese_pot",
138
+ "costs": [
139
+ {
140
+ "itemHrid": "/items/coin",
141
+ "count": 5000
142
+ }
143
+ ],
144
+ "sortIndex": 17
145
+ },
146
+ {
147
+ "hrid": "/shop_items/cheese_shears",
148
+ "category": "/shop_categories/general",
149
+ "itemHrid": "/items/cheese_shears",
150
+ "costs": [
151
+ {
152
+ "itemHrid": "/items/coin",
153
+ "count": 5000
154
+ }
155
+ ],
156
+ "sortIndex": 11
157
+ },
158
+ {
159
+ "hrid": "/shop_items/cheese_spatula",
160
+ "category": "/shop_categories/general",
161
+ "itemHrid": "/items/cheese_spatula",
162
+ "costs": [
163
+ {
164
+ "itemHrid": "/items/coin",
165
+ "count": 5000
166
+ }
167
+ ],
168
+ "sortIndex": 16
169
+ },
170
+ {
171
+ "hrid": "/shop_items/cheese_spear",
172
+ "category": "/shop_categories/general",
173
+ "itemHrid": "/items/cheese_spear",
174
+ "costs": [
175
+ {
176
+ "itemHrid": "/items/coin",
177
+ "count": 5000
178
+ }
179
+ ],
180
+ "sortIndex": 3
181
+ },
182
+ {
183
+ "hrid": "/shop_items/cheese_sword",
184
+ "category": "/shop_categories/general",
185
+ "itemHrid": "/items/cheese_sword",
186
+ "costs": [
187
+ {
188
+ "itemHrid": "/items/coin",
189
+ "count": 5000
190
+ }
191
+ ],
192
+ "sortIndex": 2
193
+ },
194
+ {
195
+ "hrid": "/shop_items/chimerical_essence",
196
+ "category": "/shop_categories/dungeon",
197
+ "itemHrid": "/items/chimerical_essence",
198
+ "costs": [
199
+ {
200
+ "itemHrid": "/items/chimerical_token",
201
+ "count": 1
202
+ }
203
+ ],
204
+ "sortIndex": 37
205
+ },
206
+ {
207
+ "hrid": "/shop_items/chimerical_quiver",
208
+ "category": "/shop_categories/dungeon",
209
+ "itemHrid": "/items/chimerical_quiver",
210
+ "costs": [
211
+ {
212
+ "itemHrid": "/items/chimerical_token",
213
+ "count": 35000
214
+ }
215
+ ],
216
+ "sortIndex": 43
217
+ },
218
+ {
219
+ "hrid": "/shop_items/corsair_crest",
220
+ "category": "/shop_categories/dungeon",
221
+ "itemHrid": "/items/corsair_crest",
222
+ "costs": [
223
+ {
224
+ "itemHrid": "/items/pirate_token",
225
+ "count": 2000
226
+ }
227
+ ],
228
+ "sortIndex": 59
229
+ },
230
+ {
231
+ "hrid": "/shop_items/cursed_ball",
232
+ "category": "/shop_categories/dungeon",
233
+ "itemHrid": "/items/cursed_ball",
234
+ "costs": [
235
+ {
236
+ "itemHrid": "/items/sinister_token",
237
+ "count": 3000
238
+ }
239
+ ],
240
+ "sortIndex": 48
241
+ },
242
+ {
243
+ "hrid": "/shop_items/damaged_anchor",
244
+ "category": "/shop_categories/dungeon",
245
+ "itemHrid": "/items/damaged_anchor",
246
+ "costs": [
247
+ {
248
+ "itemHrid": "/items/pirate_token",
249
+ "count": 2000
250
+ }
251
+ ],
252
+ "sortIndex": 60
253
+ },
254
+ {
255
+ "hrid": "/shop_items/dodocamel_plume",
256
+ "category": "/shop_categories/dungeon",
257
+ "itemHrid": "/items/dodocamel_plume",
258
+ "costs": [
259
+ {
260
+ "itemHrid": "/items/chimerical_token",
261
+ "count": 3000
262
+ }
263
+ ],
264
+ "sortIndex": 41
265
+ },
266
+ {
267
+ "hrid": "/shop_items/enchanted_cloak",
268
+ "category": "/shop_categories/dungeon",
269
+ "itemHrid": "/items/enchanted_cloak",
270
+ "costs": [
271
+ {
272
+ "itemHrid": "/items/enchanted_token",
273
+ "count": 27000
274
+ }
275
+ ],
276
+ "sortIndex": 56
277
+ },
278
+ {
279
+ "hrid": "/shop_items/enchanted_essence",
280
+ "category": "/shop_categories/dungeon",
281
+ "itemHrid": "/items/enchanted_essence",
282
+ "costs": [
283
+ {
284
+ "itemHrid": "/items/enchanted_token",
285
+ "count": 1
286
+ }
287
+ ],
288
+ "sortIndex": 50
289
+ },
290
+ {
291
+ "hrid": "/shop_items/griffin_leather",
292
+ "category": "/shop_categories/dungeon",
293
+ "itemHrid": "/items/griffin_leather",
294
+ "costs": [
295
+ {
296
+ "itemHrid": "/items/chimerical_token",
297
+ "count": 600
298
+ }
299
+ ],
300
+ "sortIndex": 38
301
+ },
302
+ {
303
+ "hrid": "/shop_items/griffin_talon",
304
+ "category": "/shop_categories/dungeon",
305
+ "itemHrid": "/items/griffin_talon",
306
+ "costs": [
307
+ {
308
+ "itemHrid": "/items/chimerical_token",
309
+ "count": 3000
310
+ }
311
+ ],
312
+ "sortIndex": 42
313
+ },
314
+ {
315
+ "hrid": "/shop_items/jackalope_antler",
316
+ "category": "/shop_categories/dungeon",
317
+ "itemHrid": "/items/jackalope_antler",
318
+ "costs": [
319
+ {
320
+ "itemHrid": "/items/chimerical_token",
321
+ "count": 1200
322
+ }
323
+ ],
324
+ "sortIndex": 40
325
+ },
326
+ {
327
+ "hrid": "/shop_items/knights_ingot",
328
+ "category": "/shop_categories/dungeon",
329
+ "itemHrid": "/items/knights_ingot",
330
+ "costs": [
331
+ {
332
+ "itemHrid": "/items/enchanted_token",
333
+ "count": 2000
334
+ }
335
+ ],
336
+ "sortIndex": 52
337
+ },
338
+ {
339
+ "hrid": "/shop_items/kraken_fang",
340
+ "category": "/shop_categories/dungeon",
341
+ "itemHrid": "/items/kraken_fang",
342
+ "costs": [
343
+ {
344
+ "itemHrid": "/items/pirate_token",
345
+ "count": 3000
346
+ }
347
+ ],
348
+ "sortIndex": 63
349
+ },
350
+ {
351
+ "hrid": "/shop_items/kraken_leather",
352
+ "category": "/shop_categories/dungeon",
353
+ "itemHrid": "/items/kraken_leather",
354
+ "costs": [
355
+ {
356
+ "itemHrid": "/items/pirate_token",
357
+ "count": 2000
358
+ }
359
+ ],
360
+ "sortIndex": 62
361
+ },
362
+ {
363
+ "hrid": "/shop_items/maelstrom_plating",
364
+ "category": "/shop_categories/dungeon",
365
+ "itemHrid": "/items/maelstrom_plating",
366
+ "costs": [
367
+ {
368
+ "itemHrid": "/items/pirate_token",
369
+ "count": 2000
370
+ }
371
+ ],
372
+ "sortIndex": 61
373
+ },
374
+ {
375
+ "hrid": "/shop_items/magicians_cloth",
376
+ "category": "/shop_categories/dungeon",
377
+ "itemHrid": "/items/magicians_cloth",
378
+ "costs": [
379
+ {
380
+ "itemHrid": "/items/sinister_token",
381
+ "count": 2000
382
+ }
383
+ ],
384
+ "sortIndex": 46
385
+ },
386
+ {
387
+ "hrid": "/shop_items/manticore_sting",
388
+ "category": "/shop_categories/dungeon",
389
+ "itemHrid": "/items/manticore_sting",
390
+ "costs": [
391
+ {
392
+ "itemHrid": "/items/chimerical_token",
393
+ "count": 1000
394
+ }
395
+ ],
396
+ "sortIndex": 39
397
+ },
398
+ {
399
+ "hrid": "/shop_items/marksman_brooch",
400
+ "category": "/shop_categories/dungeon",
401
+ "itemHrid": "/items/marksman_brooch",
402
+ "costs": [
403
+ {
404
+ "itemHrid": "/items/pirate_token",
405
+ "count": 2000
406
+ }
407
+ ],
408
+ "sortIndex": 58
409
+ },
410
+ {
411
+ "hrid": "/shop_items/mystic_aura",
412
+ "category": "/shop_categories/general",
413
+ "itemHrid": "/items/mystic_aura",
414
+ "costs": [
415
+ {
416
+ "itemHrid": "/items/guardian_aura",
417
+ "count": 1
418
+ }
419
+ ],
420
+ "sortIndex": 1
421
+ },
422
+ {
423
+ "hrid": "/shop_items/pirate_essence",
424
+ "category": "/shop_categories/dungeon",
425
+ "itemHrid": "/items/pirate_essence",
426
+ "costs": [
427
+ {
428
+ "itemHrid": "/items/pirate_token",
429
+ "count": 1
430
+ }
431
+ ],
432
+ "sortIndex": 57
433
+ },
434
+ {
435
+ "hrid": "/shop_items/regal_jewel",
436
+ "category": "/shop_categories/dungeon",
437
+ "itemHrid": "/items/regal_jewel",
438
+ "costs": [
439
+ {
440
+ "itemHrid": "/items/enchanted_token",
441
+ "count": 3000
442
+ }
443
+ ],
444
+ "sortIndex": 54
445
+ },
446
+ {
447
+ "hrid": "/shop_items/royal_cloth",
448
+ "category": "/shop_categories/dungeon",
449
+ "itemHrid": "/items/royal_cloth",
450
+ "costs": [
451
+ {
452
+ "itemHrid": "/items/enchanted_token",
453
+ "count": 2000
454
+ }
455
+ ],
456
+ "sortIndex": 51
457
+ },
458
+ {
459
+ "hrid": "/shop_items/sinister_cape",
460
+ "category": "/shop_categories/dungeon",
461
+ "itemHrid": "/items/sinister_cape",
462
+ "costs": [
463
+ {
464
+ "itemHrid": "/items/sinister_token",
465
+ "count": 27000
466
+ }
467
+ ],
468
+ "sortIndex": 49
469
+ },
470
+ {
471
+ "hrid": "/shop_items/sinister_essence",
472
+ "category": "/shop_categories/dungeon",
473
+ "itemHrid": "/items/sinister_essence",
474
+ "costs": [
475
+ {
476
+ "itemHrid": "/items/sinister_token",
477
+ "count": 1
478
+ }
479
+ ],
480
+ "sortIndex": 44
481
+ },
482
+ {
483
+ "hrid": "/shop_items/sundering_jewel",
484
+ "category": "/shop_categories/dungeon",
485
+ "itemHrid": "/items/sundering_jewel",
486
+ "costs": [
487
+ {
488
+ "itemHrid": "/items/enchanted_token",
489
+ "count": 3000
490
+ }
491
+ ],
492
+ "sortIndex": 55
493
+ },
494
+ {
495
+ "hrid": "/shop_items/trainee_alchemy_charm",
496
+ "category": "/shop_categories/general",
497
+ "itemHrid": "/items/trainee_alchemy_charm",
498
+ "costs": [
499
+ {
500
+ "itemHrid": "/items/coin",
501
+ "count": 250000
502
+ }
503
+ ],
504
+ "sortIndex": 28
505
+ },
506
+ {
507
+ "hrid": "/shop_items/trainee_attack_charm",
508
+ "category": "/shop_categories/general",
509
+ "itemHrid": "/items/trainee_attack_charm",
510
+ "costs": [
511
+ {
512
+ "itemHrid": "/items/coin",
513
+ "count": 250000
514
+ }
515
+ ],
516
+ "sortIndex": 32
517
+ },
518
+ {
519
+ "hrid": "/shop_items/trainee_brewing_charm",
520
+ "category": "/shop_categories/general",
521
+ "itemHrid": "/items/trainee_brewing_charm",
522
+ "costs": [
523
+ {
524
+ "itemHrid": "/items/coin",
525
+ "count": 250000
526
+ }
527
+ ],
528
+ "sortIndex": 27
529
+ },
530
+ {
531
+ "hrid": "/shop_items/trainee_cheesesmithing_charm",
532
+ "category": "/shop_categories/general",
533
+ "itemHrid": "/items/trainee_cheesesmithing_charm",
534
+ "costs": [
535
+ {
536
+ "itemHrid": "/items/coin",
537
+ "count": 250000
538
+ }
539
+ ],
540
+ "sortIndex": 23
541
+ },
542
+ {
543
+ "hrid": "/shop_items/trainee_cooking_charm",
544
+ "category": "/shop_categories/general",
545
+ "itemHrid": "/items/trainee_cooking_charm",
546
+ "costs": [
547
+ {
548
+ "itemHrid": "/items/coin",
549
+ "count": 250000
550
+ }
551
+ ],
552
+ "sortIndex": 26
553
+ },
554
+ {
555
+ "hrid": "/shop_items/trainee_crafting_charm",
556
+ "category": "/shop_categories/general",
557
+ "itemHrid": "/items/trainee_crafting_charm",
558
+ "costs": [
559
+ {
560
+ "itemHrid": "/items/coin",
561
+ "count": 250000
562
+ }
563
+ ],
564
+ "sortIndex": 24
565
+ },
566
+ {
567
+ "hrid": "/shop_items/trainee_defense_charm",
568
+ "category": "/shop_categories/general",
569
+ "itemHrid": "/items/trainee_defense_charm",
570
+ "costs": [
571
+ {
572
+ "itemHrid": "/items/coin",
573
+ "count": 250000
574
+ }
575
+ ],
576
+ "sortIndex": 33
577
+ },
578
+ {
579
+ "hrid": "/shop_items/trainee_enhancing_charm",
580
+ "category": "/shop_categories/general",
581
+ "itemHrid": "/items/trainee_enhancing_charm",
582
+ "costs": [
583
+ {
584
+ "itemHrid": "/items/coin",
585
+ "count": 250000
586
+ }
587
+ ],
588
+ "sortIndex": 29
589
+ },
590
+ {
591
+ "hrid": "/shop_items/trainee_foraging_charm",
592
+ "category": "/shop_categories/general",
593
+ "itemHrid": "/items/trainee_foraging_charm",
594
+ "costs": [
595
+ {
596
+ "itemHrid": "/items/coin",
597
+ "count": 250000
598
+ }
599
+ ],
600
+ "sortIndex": 21
601
+ },
602
+ {
603
+ "hrid": "/shop_items/trainee_intelligence_charm",
604
+ "category": "/shop_categories/general",
605
+ "itemHrid": "/items/trainee_intelligence_charm",
606
+ "costs": [
607
+ {
608
+ "itemHrid": "/items/coin",
609
+ "count": 250000
610
+ }
611
+ ],
612
+ "sortIndex": 31
613
+ },
614
+ {
615
+ "hrid": "/shop_items/trainee_magic_charm",
616
+ "category": "/shop_categories/general",
617
+ "itemHrid": "/items/trainee_magic_charm",
618
+ "costs": [
619
+ {
620
+ "itemHrid": "/items/coin",
621
+ "count": 250000
622
+ }
623
+ ],
624
+ "sortIndex": 36
625
+ },
626
+ {
627
+ "hrid": "/shop_items/trainee_melee_charm",
628
+ "category": "/shop_categories/general",
629
+ "itemHrid": "/items/trainee_melee_charm",
630
+ "costs": [
631
+ {
632
+ "itemHrid": "/items/coin",
633
+ "count": 250000
634
+ }
635
+ ],
636
+ "sortIndex": 34
637
+ },
638
+ {
639
+ "hrid": "/shop_items/trainee_milking_charm",
640
+ "category": "/shop_categories/general",
641
+ "itemHrid": "/items/trainee_milking_charm",
642
+ "costs": [
643
+ {
644
+ "itemHrid": "/items/coin",
645
+ "count": 250000
646
+ }
647
+ ],
648
+ "sortIndex": 20
649
+ },
650
+ {
651
+ "hrid": "/shop_items/trainee_ranged_charm",
652
+ "category": "/shop_categories/general",
653
+ "itemHrid": "/items/trainee_ranged_charm",
654
+ "costs": [
655
+ {
656
+ "itemHrid": "/items/coin",
657
+ "count": 250000
658
+ }
659
+ ],
660
+ "sortIndex": 35
661
+ },
662
+ {
663
+ "hrid": "/shop_items/trainee_stamina_charm",
664
+ "category": "/shop_categories/general",
665
+ "itemHrid": "/items/trainee_stamina_charm",
666
+ "costs": [
667
+ {
668
+ "itemHrid": "/items/coin",
669
+ "count": 250000
670
+ }
671
+ ],
672
+ "sortIndex": 30
673
+ },
674
+ {
675
+ "hrid": "/shop_items/trainee_tailoring_charm",
676
+ "category": "/shop_categories/general",
677
+ "itemHrid": "/items/trainee_tailoring_charm",
678
+ "costs": [
679
+ {
680
+ "itemHrid": "/items/coin",
681
+ "count": 250000
682
+ }
683
+ ],
684
+ "sortIndex": 25
685
+ },
686
+ {
687
+ "hrid": "/shop_items/trainee_woodcutting_charm",
688
+ "category": "/shop_categories/general",
689
+ "itemHrid": "/items/trainee_woodcutting_charm",
690
+ "costs": [
691
+ {
692
+ "itemHrid": "/items/coin",
693
+ "count": 250000
694
+ }
695
+ ],
696
+ "sortIndex": 22
697
+ },
698
+ {
699
+ "hrid": "/shop_items/wooden_bow",
700
+ "category": "/shop_categories/general",
701
+ "itemHrid": "/items/wooden_bow",
702
+ "costs": [
703
+ {
704
+ "itemHrid": "/items/coin",
705
+ "count": 5000
706
+ }
707
+ ],
708
+ "sortIndex": 6
709
+ },
710
+ {
711
+ "hrid": "/shop_items/wooden_crossbow",
712
+ "category": "/shop_categories/general",
713
+ "itemHrid": "/items/wooden_crossbow",
714
+ "costs": [
715
+ {
716
+ "itemHrid": "/items/coin",
717
+ "count": 5000
718
+ }
719
+ ],
720
+ "sortIndex": 5
721
+ },
722
+ {
723
+ "hrid": "/shop_items/wooden_fire_staff",
724
+ "category": "/shop_categories/general",
725
+ "itemHrid": "/items/wooden_fire_staff",
726
+ "costs": [
727
+ {
728
+ "itemHrid": "/items/coin",
729
+ "count": 5000
730
+ }
731
+ ],
732
+ "sortIndex": 9
733
+ },
734
+ {
735
+ "hrid": "/shop_items/wooden_nature_staff",
736
+ "category": "/shop_categories/general",
737
+ "itemHrid": "/items/wooden_nature_staff",
738
+ "costs": [
739
+ {
740
+ "itemHrid": "/items/coin",
741
+ "count": 5000
742
+ }
743
+ ],
744
+ "sortIndex": 8
745
+ },
746
+ {
747
+ "hrid": "/shop_items/wooden_water_staff",
748
+ "category": "/shop_categories/general",
749
+ "itemHrid": "/items/wooden_water_staff",
750
+ "costs": [
751
+ {
752
+ "itemHrid": "/items/coin",
753
+ "count": 5000
754
+ }
755
+ ],
756
+ "sortIndex": 7
757
+ }
758
+ ]