@c3d.gg/mwi-types 0.1.1 → 0.2.3

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 (698) hide show
  1. package/README.md +423 -61
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/generated/index.d.ts +29 -12
  4. package/dist/generated/index.d.ts.map +1 -1
  5. package/dist/generated/index.js +32 -17
  6. package/dist/generated/index.js.map +1 -1
  7. package/dist/generated/localization/en/translations.d.ts +32 -0
  8. package/dist/generated/localization/en/translations.d.ts.map +1 -0
  9. package/dist/generated/localization/en/translations.js +2894 -0
  10. package/dist/generated/localization/en/translations.js.map +1 -0
  11. package/dist/generated/localization/index.d.ts +6 -52
  12. package/dist/generated/localization/index.d.ts.map +1 -1
  13. package/dist/generated/localization/index.js +7 -99
  14. package/dist/generated/localization/index.js.map +1 -1
  15. package/dist/generated/localization/utils.d.ts +14 -0
  16. package/dist/generated/localization/utils.d.ts.map +1 -0
  17. package/dist/generated/localization/utils.js +28 -0
  18. package/dist/generated/localization/utils.js.map +1 -0
  19. package/dist/generated/localization/zh/translations.d.ts +32 -0
  20. package/dist/generated/localization/zh/translations.d.ts.map +1 -0
  21. package/dist/generated/localization/zh/translations.js +2894 -0
  22. package/dist/generated/localization/zh/translations.js.map +1 -0
  23. package/dist/generated/types/abilities.d.ts +12 -0
  24. package/dist/generated/types/abilities.d.ts.map +1 -0
  25. package/dist/generated/types/abilities.js +477 -0
  26. package/dist/generated/types/abilities.js.map +1 -0
  27. package/dist/generated/types/action-categories.d.ts +39 -0
  28. package/dist/generated/types/action-categories.d.ts.map +1 -0
  29. package/dist/generated/types/action-categories.js +803 -0
  30. package/dist/generated/types/action-categories.js.map +1 -0
  31. package/dist/generated/types/actions.d.ts +144 -0
  32. package/dist/generated/types/actions.d.ts.map +1 -0
  33. package/dist/generated/types/actions.js +48406 -0
  34. package/dist/generated/types/actions.js.map +1 -0
  35. package/dist/generated/types/avatar.d.ts +34 -0
  36. package/dist/generated/types/avatar.d.ts.map +1 -0
  37. package/dist/generated/types/avatar.js +1000 -0
  38. package/dist/generated/types/avatar.js.map +1 -0
  39. package/dist/generated/types/avatars.d.ts +34 -0
  40. package/dist/generated/types/avatars.d.ts.map +1 -0
  41. package/dist/generated/types/avatars.js +1110 -0
  42. package/dist/generated/types/avatars.js.map +1 -0
  43. package/dist/generated/types/buff-types.d.ts +50 -0
  44. package/dist/generated/types/buff-types.d.ts.map +1 -0
  45. package/dist/generated/types/buff-types.js +819 -0
  46. package/dist/generated/types/buff-types.js.map +1 -0
  47. package/dist/generated/types/chat-channel-types.d.ts +19 -0
  48. package/dist/generated/types/chat-channel-types.d.ts.map +1 -0
  49. package/dist/generated/types/chat-channel-types.js +302 -0
  50. package/dist/generated/types/chat-channel-types.js.map +1 -0
  51. package/dist/generated/types/chat-icons.d.ts +56 -0
  52. package/dist/generated/types/chat-icons.d.ts.map +1 -0
  53. package/dist/generated/types/chat-icons.js +6656 -0
  54. package/dist/generated/types/chat-icons.js.map +1 -0
  55. package/dist/generated/types/combat-styles.d.ts +21 -0
  56. package/dist/generated/types/combat-styles.d.ts.map +1 -0
  57. package/dist/generated/types/combat-styles.js +125 -0
  58. package/dist/generated/types/combat-styles.js.map +1 -0
  59. package/dist/generated/types/community-buffs.d.ts +53 -0
  60. package/dist/generated/types/community-buffs.d.ts.map +1 -0
  61. package/dist/generated/types/community-buffs.js +222 -0
  62. package/dist/generated/types/community-buffs.js.map +1 -0
  63. package/dist/generated/types/damage-types.d.ts +17 -0
  64. package/dist/generated/types/damage-types.d.ts.map +1 -0
  65. package/dist/generated/types/damage-types.js +60 -0
  66. package/dist/generated/types/damage-types.js.map +1 -0
  67. package/dist/generated/types/equipment-types.d.ts +17 -0
  68. package/dist/generated/types/equipment-types.d.ts.map +1 -0
  69. package/dist/generated/types/equipment-types.js +249 -0
  70. package/dist/generated/types/equipment-types.js.map +1 -0
  71. package/dist/generated/types/game-modes.d.ts +49 -0
  72. package/dist/generated/types/game-modes.d.ts.map +1 -0
  73. package/dist/generated/types/game-modes.js +118 -0
  74. package/dist/generated/types/game-modes.js.map +1 -0
  75. package/dist/generated/types/guild-character-roles.d.ts +17 -0
  76. package/dist/generated/types/guild-character-roles.d.ts.map +1 -0
  77. package/dist/generated/types/guild-character-roles.js +60 -0
  78. package/dist/generated/types/guild-character-roles.js.map +1 -0
  79. package/dist/generated/types/house-rooms.d.ts +46 -0
  80. package/dist/generated/types/house-rooms.d.ts.map +1 -0
  81. package/dist/generated/types/house-rooms.js +5699 -0
  82. package/dist/generated/types/house-rooms.js.map +1 -0
  83. package/dist/generated/types/item-categories.d.ts +17 -0
  84. package/dist/generated/types/item-categories.d.ts.map +1 -0
  85. package/dist/generated/types/item-categories.js +96 -0
  86. package/dist/generated/types/item-categories.js.map +1 -0
  87. package/dist/generated/types/item-locations.d.ts +17 -0
  88. package/dist/generated/types/item-locations.d.ts.map +1 -0
  89. package/dist/generated/types/item-locations.js +258 -0
  90. package/dist/generated/types/item-locations.js.map +1 -0
  91. package/dist/generated/types/items.d.ts +69 -0
  92. package/dist/generated/types/items.d.ts.map +1 -0
  93. package/dist/generated/types/items.js +68600 -0
  94. package/dist/generated/types/items.js.map +1 -0
  95. package/dist/generated/types/leaderboard-categories.d.ts +33 -0
  96. package/dist/generated/types/leaderboard-categories.d.ts.map +1 -0
  97. package/dist/generated/types/leaderboard-categories.js +393 -0
  98. package/dist/generated/types/leaderboard-categories.js.map +1 -0
  99. package/dist/generated/types/leaderboard-types.d.ts +30 -0
  100. package/dist/generated/types/leaderboard-types.d.ts.map +1 -0
  101. package/dist/generated/types/leaderboard-types.js +163 -0
  102. package/dist/generated/types/leaderboard-types.js.map +1 -0
  103. package/dist/generated/types/leaderboards.d.ts +74 -0
  104. package/dist/generated/types/leaderboards.d.ts.map +1 -0
  105. package/dist/generated/types/leaderboards.js +457 -0
  106. package/dist/generated/types/leaderboards.js.map +1 -0
  107. package/dist/generated/types/monsters.d.ts +97 -0
  108. package/dist/generated/types/monsters.d.ts.map +1 -0
  109. package/dist/generated/types/monsters.js +9857 -0
  110. package/dist/generated/types/monsters.js.map +1 -0
  111. package/dist/generated/types/name-colors.d.ts +44 -0
  112. package/dist/generated/types/name-colors.d.ts.map +1 -0
  113. package/dist/generated/types/name-colors.js +1891 -0
  114. package/dist/generated/types/name-colors.js.map +1 -0
  115. package/dist/generated/types/player-data.d.ts +376 -0
  116. package/dist/generated/types/player-data.d.ts.map +1 -0
  117. package/dist/generated/types/player-data.js +54 -0
  118. package/dist/generated/types/player-data.js.map +1 -0
  119. package/dist/generated/types/purchase-bundles.d.ts +50 -0
  120. package/dist/generated/types/purchase-bundles.d.ts.map +1 -0
  121. package/dist/generated/types/purchase-bundles.js +358 -0
  122. package/dist/generated/types/purchase-bundles.js.map +1 -0
  123. package/dist/generated/types/random-tasks.d.ts +33 -0
  124. package/dist/generated/types/random-tasks.d.ts.map +1 -0
  125. package/dist/generated/types/random-tasks.js +162 -0
  126. package/dist/generated/types/random-tasks.js.map +1 -0
  127. package/dist/generated/types/recipes.d.ts +85 -0
  128. package/dist/generated/types/recipes.d.ts.map +1 -0
  129. package/dist/generated/types/recipes.js +25996 -0
  130. package/dist/generated/types/recipes.js.map +1 -0
  131. package/dist/generated/types/shop-categories.d.ts +17 -0
  132. package/dist/generated/types/shop-categories.d.ts.map +1 -0
  133. package/dist/generated/types/shop-categories.js +42 -0
  134. package/dist/generated/types/shop-categories.js.map +1 -0
  135. package/dist/generated/types/shop-items.d.ts +35 -0
  136. package/dist/generated/types/shop-items.d.ts.map +1 -0
  137. package/dist/generated/types/shop-items.js +1313 -0
  138. package/dist/generated/types/shop-items.js.map +1 -0
  139. package/dist/generated/types/skills.d.ts +15 -0
  140. package/dist/generated/types/skills.d.ts.map +1 -0
  141. package/dist/generated/types/skills.js +219 -0
  142. package/dist/generated/types/skills.js.map +1 -0
  143. package/dist/generated/types/task-shop-items.d.ts +38 -0
  144. package/dist/generated/types/task-shop-items.d.ts.map +1 -0
  145. package/dist/generated/types/task-shop-items.js +160 -0
  146. package/dist/generated/types/task-shop-items.js.map +1 -0
  147. package/dist/index.d.ts.map +1 -1
  148. package/dist/index.js +2 -3
  149. package/dist/index.js.map +1 -1
  150. package/package.json +11 -37
  151. package/dist/constants/index.d.ts +0 -2
  152. package/dist/constants/index.d.ts.map +0 -1
  153. package/dist/constants/index.js +0 -2
  154. package/dist/constants/index.js.map +0 -1
  155. package/dist/game-logic/index.d.ts +0 -2
  156. package/dist/game-logic/index.d.ts.map +0 -1
  157. package/dist/game-logic/index.js +0 -3
  158. package/dist/game-logic/index.js.map +0 -1
  159. package/dist/generated/constants/abilities-hrids.d.ts +0 -129
  160. package/dist/generated/constants/abilities-hrids.d.ts.map +0 -1
  161. package/dist/generated/constants/abilities-hrids.js +0 -130
  162. package/dist/generated/constants/abilities-hrids.js.map +0 -1
  163. package/dist/generated/constants/action-categories-hrids.d.ts +0 -133
  164. package/dist/generated/constants/action-categories-hrids.d.ts.map +0 -1
  165. package/dist/generated/constants/action-categories-hrids.js +0 -134
  166. package/dist/generated/constants/action-categories-hrids.js.map +0 -1
  167. package/dist/generated/constants/actions-hrids.d.ts +0 -1471
  168. package/dist/generated/constants/actions-hrids.d.ts.map +0 -1
  169. package/dist/generated/constants/actions-hrids.js +0 -1472
  170. package/dist/generated/constants/actions-hrids.js.map +0 -1
  171. package/dist/generated/constants/avatar-outfits-hrids.d.ts +0 -205
  172. package/dist/generated/constants/avatar-outfits-hrids.d.ts.map +0 -1
  173. package/dist/generated/constants/avatar-outfits-hrids.js +0 -206
  174. package/dist/generated/constants/avatar-outfits-hrids.js.map +0 -1
  175. package/dist/generated/constants/avatars-hrids.d.ts +0 -185
  176. package/dist/generated/constants/avatars-hrids.d.ts.map +0 -1
  177. package/dist/generated/constants/avatars-hrids.js +0 -186
  178. package/dist/generated/constants/avatars-hrids.js.map +0 -1
  179. package/dist/generated/constants/buff-types-hrids.d.ts +0 -133
  180. package/dist/generated/constants/buff-types-hrids.d.ts.map +0 -1
  181. package/dist/generated/constants/buff-types-hrids.js +0 -134
  182. package/dist/generated/constants/buff-types-hrids.js.map +0 -1
  183. package/dist/generated/constants/chat-channel-types-hrids.d.ts +0 -57
  184. package/dist/generated/constants/chat-channel-types-hrids.d.ts.map +0 -1
  185. package/dist/generated/constants/chat-channel-types-hrids.js +0 -58
  186. package/dist/generated/constants/chat-channel-types-hrids.js.map +0 -1
  187. package/dist/generated/constants/chat-icons-hrids.d.ts +0 -885
  188. package/dist/generated/constants/chat-icons-hrids.d.ts.map +0 -1
  189. package/dist/generated/constants/chat-icons-hrids.js +0 -886
  190. package/dist/generated/constants/chat-icons-hrids.js.map +0 -1
  191. package/dist/generated/constants/combat-monsters-hrids.d.ts +0 -169
  192. package/dist/generated/constants/combat-monsters-hrids.d.ts.map +0 -1
  193. package/dist/generated/constants/combat-monsters-hrids.js +0 -170
  194. package/dist/generated/constants/combat-monsters-hrids.js.map +0 -1
  195. package/dist/generated/constants/combat-styles-hrids.d.ts +0 -27
  196. package/dist/generated/constants/combat-styles-hrids.d.ts.map +0 -1
  197. package/dist/generated/constants/combat-styles-hrids.js +0 -28
  198. package/dist/generated/constants/combat-styles-hrids.js.map +0 -1
  199. package/dist/generated/constants/community-buff-types-hrids.d.ts +0 -25
  200. package/dist/generated/constants/community-buff-types-hrids.d.ts.map +0 -1
  201. package/dist/generated/constants/community-buff-types-hrids.js +0 -26
  202. package/dist/generated/constants/community-buff-types-hrids.js.map +0 -1
  203. package/dist/generated/constants/damage-types-hrids.d.ts +0 -23
  204. package/dist/generated/constants/damage-types-hrids.d.ts.map +0 -1
  205. package/dist/generated/constants/damage-types-hrids.js +0 -24
  206. package/dist/generated/constants/damage-types-hrids.js.map +0 -1
  207. package/dist/generated/constants/equipment-types-hrids.d.ts +0 -65
  208. package/dist/generated/constants/equipment-types-hrids.d.ts.map +0 -1
  209. package/dist/generated/constants/equipment-types-hrids.js +0 -66
  210. package/dist/generated/constants/equipment-types-hrids.js.map +0 -1
  211. package/dist/generated/constants/game-modes-hrids.d.ts +0 -21
  212. package/dist/generated/constants/game-modes-hrids.d.ts.map +0 -1
  213. package/dist/generated/constants/game-modes-hrids.js +0 -22
  214. package/dist/generated/constants/game-modes-hrids.js.map +0 -1
  215. package/dist/generated/constants/guild-character-roles-hrids.d.ts +0 -23
  216. package/dist/generated/constants/guild-character-roles-hrids.d.ts.map +0 -1
  217. package/dist/generated/constants/guild-character-roles-hrids.js +0 -24
  218. package/dist/generated/constants/guild-character-roles-hrids.js.map +0 -1
  219. package/dist/generated/constants/house-rooms-hrids.d.ts +0 -49
  220. package/dist/generated/constants/house-rooms-hrids.d.ts.map +0 -1
  221. package/dist/generated/constants/house-rooms-hrids.js +0 -50
  222. package/dist/generated/constants/house-rooms-hrids.js.map +0 -1
  223. package/dist/generated/constants/index.d.ts +0 -34
  224. package/dist/generated/constants/index.d.ts.map +0 -1
  225. package/dist/generated/constants/index.js +0 -35
  226. package/dist/generated/constants/index.js.map +0 -1
  227. package/dist/generated/constants/item-categories-hrids.d.ts +0 -31
  228. package/dist/generated/constants/item-categories-hrids.d.ts.map +0 -1
  229. package/dist/generated/constants/item-categories-hrids.js +0 -32
  230. package/dist/generated/constants/item-categories-hrids.js.map +0 -1
  231. package/dist/generated/constants/item-locations-hrids.d.ts +0 -67
  232. package/dist/generated/constants/item-locations-hrids.d.ts.map +0 -1
  233. package/dist/generated/constants/item-locations-hrids.js +0 -68
  234. package/dist/generated/constants/item-locations-hrids.js.map +0 -1
  235. package/dist/generated/constants/items-hrids.d.ts +0 -1803
  236. package/dist/generated/constants/items-hrids.d.ts.map +0 -1
  237. package/dist/generated/constants/items-hrids.js +0 -1804
  238. package/dist/generated/constants/items-hrids.js.map +0 -1
  239. package/dist/generated/constants/leaderboard-categories-hrids.d.ts +0 -57
  240. package/dist/generated/constants/leaderboard-categories-hrids.d.ts.map +0 -1
  241. package/dist/generated/constants/leaderboard-categories-hrids.js +0 -58
  242. package/dist/generated/constants/leaderboard-categories-hrids.js.map +0 -1
  243. package/dist/generated/constants/leaderboard-types-hrids.d.ts +0 -27
  244. package/dist/generated/constants/leaderboard-types-hrids.d.ts.map +0 -1
  245. package/dist/generated/constants/leaderboard-types-hrids.js +0 -28
  246. package/dist/generated/constants/leaderboard-types-hrids.js.map +0 -1
  247. package/dist/generated/constants/name-colors-hrids.d.ts +0 -293
  248. package/dist/generated/constants/name-colors-hrids.d.ts.map +0 -1
  249. package/dist/generated/constants/name-colors-hrids.js +0 -294
  250. package/dist/generated/constants/name-colors-hrids.js.map +0 -1
  251. package/dist/generated/constants/random-task-types-hrids.d.ts +0 -33
  252. package/dist/generated/constants/random-task-types-hrids.d.ts.map +0 -1
  253. package/dist/generated/constants/random-task-types-hrids.js +0 -34
  254. package/dist/generated/constants/random-task-types-hrids.js.map +0 -1
  255. package/dist/generated/constants/recipes-hrids.d.ts +0 -1251
  256. package/dist/generated/constants/recipes-hrids.d.ts.map +0 -1
  257. package/dist/generated/constants/recipes-hrids.js +0 -1252
  258. package/dist/generated/constants/recipes-hrids.js.map +0 -1
  259. package/dist/generated/constants/shop-categories-hrids.d.ts +0 -19
  260. package/dist/generated/constants/shop-categories-hrids.d.ts.map +0 -1
  261. package/dist/generated/constants/shop-categories-hrids.js +0 -20
  262. package/dist/generated/constants/shop-categories-hrids.js.map +0 -1
  263. package/dist/generated/constants/shop-items-hrids.d.ts +0 -141
  264. package/dist/generated/constants/shop-items-hrids.d.ts.map +0 -1
  265. package/dist/generated/constants/shop-items-hrids.js +0 -142
  266. package/dist/generated/constants/shop-items-hrids.js.map +0 -1
  267. package/dist/generated/constants/skills-hrids.d.ts +0 -51
  268. package/dist/generated/constants/skills-hrids.d.ts.map +0 -1
  269. package/dist/generated/constants/skills-hrids.js +0 -52
  270. package/dist/generated/constants/skills-hrids.js.map +0 -1
  271. package/dist/generated/constants/task-shop-items-hrids.d.ts +0 -23
  272. package/dist/generated/constants/task-shop-items-hrids.d.ts.map +0 -1
  273. package/dist/generated/constants/task-shop-items-hrids.js +0 -24
  274. package/dist/generated/constants/task-shop-items-hrids.js.map +0 -1
  275. package/dist/generated/game-logic/abilities.d.ts +0 -108
  276. package/dist/generated/game-logic/abilities.d.ts.map +0 -1
  277. package/dist/generated/game-logic/abilities.js +0 -3723
  278. package/dist/generated/game-logic/abilities.js.map +0 -1
  279. package/dist/generated/game-logic/action-categories.d.ts +0 -35
  280. package/dist/generated/game-logic/action-categories.d.ts.map +0 -1
  281. package/dist/generated/game-logic/action-categories.js +0 -432
  282. package/dist/generated/game-logic/action-categories.js.map +0 -1
  283. package/dist/generated/game-logic/actions.d.ts +0 -491
  284. package/dist/generated/game-logic/actions.d.ts.map +0 -1
  285. package/dist/generated/game-logic/actions.js +0 -42096
  286. package/dist/generated/game-logic/actions.js.map +0 -1
  287. package/dist/generated/game-logic/avatar-outfits.d.ts +0 -66
  288. package/dist/generated/game-logic/avatar-outfits.d.ts.map +0 -1
  289. package/dist/generated/game-logic/avatar-outfits.js +0 -720
  290. package/dist/generated/game-logic/avatar-outfits.js.map +0 -1
  291. package/dist/generated/game-logic/avatars.d.ts +0 -66
  292. package/dist/generated/game-logic/avatars.d.ts.map +0 -1
  293. package/dist/generated/game-logic/avatars.js +0 -650
  294. package/dist/generated/game-logic/avatars.js.map +0 -1
  295. package/dist/generated/game-logic/buff-types.d.ts +0 -101
  296. package/dist/generated/game-logic/buff-types.d.ts.map +0 -1
  297. package/dist/generated/game-logic/buff-types.js +0 -825
  298. package/dist/generated/game-logic/buff-types.js.map +0 -1
  299. package/dist/generated/game-logic/chat-channel-types.d.ts +0 -40
  300. package/dist/generated/game-logic/chat-channel-types.d.ts.map +0 -1
  301. package/dist/generated/game-logic/chat-channel-types.js +0 -400
  302. package/dist/generated/game-logic/chat-channel-types.js.map +0 -1
  303. package/dist/generated/game-logic/chat-icons.d.ts +0 -40
  304. package/dist/generated/game-logic/chat-icons.d.ts.map +0 -1
  305. package/dist/generated/game-logic/chat-icons.js +0 -13121
  306. package/dist/generated/game-logic/chat-icons.js.map +0 -1
  307. package/dist/generated/game-logic/combat-monsters.d.ts +0 -1339
  308. package/dist/generated/game-logic/combat-monsters.d.ts.map +0 -1
  309. package/dist/generated/game-logic/combat-monsters.js +0 -9553
  310. package/dist/generated/game-logic/combat-monsters.js.map +0 -1
  311. package/dist/generated/game-logic/combat-styles.d.ts +0 -71
  312. package/dist/generated/game-logic/combat-styles.d.ts.map +0 -1
  313. package/dist/generated/game-logic/combat-styles.js +0 -166
  314. package/dist/generated/game-logic/combat-styles.js.map +0 -1
  315. package/dist/generated/game-logic/community-buff-types.d.ts +0 -35
  316. package/dist/generated/game-logic/community-buff-types.d.ts.map +0 -1
  317. package/dist/generated/game-logic/community-buff-types.js +0 -178
  318. package/dist/generated/game-logic/community-buff-types.js.map +0 -1
  319. package/dist/generated/game-logic/damage-types.d.ts +0 -61
  320. package/dist/generated/game-logic/damage-types.d.ts.map +0 -1
  321. package/dist/generated/game-logic/damage-types.js +0 -126
  322. package/dist/generated/game-logic/damage-types.js.map +0 -1
  323. package/dist/generated/game-logic/equipment-types.d.ts +0 -83
  324. package/dist/generated/game-logic/equipment-types.d.ts.map +0 -1
  325. package/dist/generated/game-logic/equipment-types.js +0 -287
  326. package/dist/generated/game-logic/equipment-types.js.map +0 -1
  327. package/dist/generated/game-logic/game-modes.d.ts +0 -37
  328. package/dist/generated/game-logic/game-modes.d.ts.map +0 -1
  329. package/dist/generated/game-logic/game-modes.js +0 -96
  330. package/dist/generated/game-logic/game-modes.js.map +0 -1
  331. package/dist/generated/game-logic/guild-character-roles.d.ts +0 -37
  332. package/dist/generated/game-logic/guild-character-roles.d.ts.map +0 -1
  333. package/dist/generated/game-logic/guild-character-roles.js +0 -139
  334. package/dist/generated/game-logic/guild-character-roles.js.map +0 -1
  335. package/dist/generated/game-logic/house-rooms.d.ts +0 -138
  336. package/dist/generated/game-logic/house-rooms.d.ts.map +0 -1
  337. package/dist/generated/game-logic/house-rooms.js +0 -5635
  338. package/dist/generated/game-logic/house-rooms.js.map +0 -1
  339. package/dist/generated/game-logic/index.d.ts +0 -35
  340. package/dist/generated/game-logic/index.d.ts.map +0 -1
  341. package/dist/generated/game-logic/index.js +0 -215
  342. package/dist/generated/game-logic/index.js.map +0 -1
  343. package/dist/generated/game-logic/item-categories.d.ts +0 -28
  344. package/dist/generated/game-logic/item-categories.d.ts.map +0 -1
  345. package/dist/generated/game-logic/item-categories.js +0 -90
  346. package/dist/generated/game-logic/item-categories.js.map +0 -1
  347. package/dist/generated/game-logic/item-locations.d.ts +0 -34
  348. package/dist/generated/game-logic/item-locations.d.ts.map +0 -1
  349. package/dist/generated/game-logic/item-locations.js +0 -332
  350. package/dist/generated/game-logic/item-locations.js.map +0 -1
  351. package/dist/generated/game-logic/items.d.ts +0 -184
  352. package/dist/generated/game-logic/items.d.ts.map +0 -1
  353. package/dist/generated/game-logic/items.js +0 -66531
  354. package/dist/generated/game-logic/items.js.map +0 -1
  355. package/dist/generated/game-logic/leaderboard-categories.d.ts +0 -41
  356. package/dist/generated/game-logic/leaderboard-categories.d.ts.map +0 -1
  357. package/dist/generated/game-logic/leaderboard-categories.js +0 -227
  358. package/dist/generated/game-logic/leaderboard-categories.js.map +0 -1
  359. package/dist/generated/game-logic/leaderboard-types.d.ts +0 -38
  360. package/dist/generated/game-logic/leaderboard-types.d.ts.map +0 -1
  361. package/dist/generated/game-logic/leaderboard-types.js +0 -124
  362. package/dist/generated/game-logic/leaderboard-types.js.map +0 -1
  363. package/dist/generated/game-logic/name-colors.d.ts +0 -39
  364. package/dist/generated/game-logic/name-colors.d.ts.map +0 -1
  365. package/dist/generated/game-logic/name-colors.js +0 -2989
  366. package/dist/generated/game-logic/name-colors.js.map +0 -1
  367. package/dist/generated/game-logic/random-task-types.d.ts +0 -45
  368. package/dist/generated/game-logic/random-task-types.d.ts.map +0 -1
  369. package/dist/generated/game-logic/random-task-types.js +0 -117
  370. package/dist/generated/game-logic/random-task-types.js.map +0 -1
  371. package/dist/generated/game-logic/recipes.d.ts +0 -651
  372. package/dist/generated/game-logic/recipes.d.ts.map +0 -1
  373. package/dist/generated/game-logic/recipes.js +0 -34964
  374. package/dist/generated/game-logic/recipes.js.map +0 -1
  375. package/dist/generated/game-logic/shop-categories.d.ts +0 -28
  376. package/dist/generated/game-logic/shop-categories.d.ts.map +0 -1
  377. package/dist/generated/game-logic/shop-categories.js +0 -52
  378. package/dist/generated/game-logic/shop-categories.js.map +0 -1
  379. package/dist/generated/game-logic/shop-items.d.ts +0 -32
  380. package/dist/generated/game-logic/shop-items.d.ts.map +0 -1
  381. package/dist/generated/game-logic/shop-items.js +0 -839
  382. package/dist/generated/game-logic/shop-items.js.map +0 -1
  383. package/dist/generated/game-logic/skills.d.ts +0 -85
  384. package/dist/generated/game-logic/skills.d.ts.map +0 -1
  385. package/dist/generated/game-logic/skills.js +0 -249
  386. package/dist/generated/game-logic/skills.js.map +0 -1
  387. package/dist/generated/game-logic/task-shop-items.d.ts +0 -46
  388. package/dist/generated/game-logic/task-shop-items.d.ts.map +0 -1
  389. package/dist/generated/game-logic/task-shop-items.js +0 -104
  390. package/dist/generated/game-logic/task-shop-items.js.map +0 -1
  391. package/dist/generated/game-logic/types.d.ts +0 -64
  392. package/dist/generated/game-logic/types.d.ts.map +0 -1
  393. package/dist/generated/game-logic/types.js +0 -13
  394. package/dist/generated/game-logic/types.js.map +0 -1
  395. package/dist/generated/localization/en/abilities.d.ts +0 -10
  396. package/dist/generated/localization/en/abilities.d.ts.map +0 -1
  397. package/dist/generated/localization/en/abilities.js +0 -235
  398. package/dist/generated/localization/en/abilities.js.map +0 -1
  399. package/dist/generated/localization/en/actions.d.ts +0 -10
  400. package/dist/generated/localization/en/actions.d.ts.map +0 -1
  401. package/dist/generated/localization/en/actions.js +0 -2191
  402. package/dist/generated/localization/en/actions.js.map +0 -1
  403. package/dist/generated/localization/en/house-rooms.d.ts +0 -10
  404. package/dist/generated/localization/en/house-rooms.d.ts.map +0 -1
  405. package/dist/generated/localization/en/house-rooms.js +0 -58
  406. package/dist/generated/localization/en/house-rooms.js.map +0 -1
  407. package/dist/generated/localization/en/index.d.ts +0 -10
  408. package/dist/generated/localization/en/index.d.ts.map +0 -1
  409. package/dist/generated/localization/en/index.js +0 -10
  410. package/dist/generated/localization/en/index.js.map +0 -1
  411. package/dist/generated/localization/en/items.d.ts +0 -10
  412. package/dist/generated/localization/en/items.d.ts.map +0 -1
  413. package/dist/generated/localization/en/items.js +0 -2849
  414. package/dist/generated/localization/en/items.js.map +0 -1
  415. package/dist/generated/localization/en/skills.d.ts +0 -10
  416. package/dist/generated/localization/en/skills.d.ts.map +0 -1
  417. package/dist/generated/localization/en/skills.js +0 -61
  418. package/dist/generated/localization/en/skills.js.map +0 -1
  419. package/dist/generated/localization/zh/abilities.d.ts +0 -10
  420. package/dist/generated/localization/zh/abilities.d.ts.map +0 -1
  421. package/dist/generated/localization/zh/abilities.js +0 -235
  422. package/dist/generated/localization/zh/abilities.js.map +0 -1
  423. package/dist/generated/localization/zh/actions.d.ts +0 -10
  424. package/dist/generated/localization/zh/actions.d.ts.map +0 -1
  425. package/dist/generated/localization/zh/actions.js +0 -2191
  426. package/dist/generated/localization/zh/actions.js.map +0 -1
  427. package/dist/generated/localization/zh/house-rooms.d.ts +0 -10
  428. package/dist/generated/localization/zh/house-rooms.d.ts.map +0 -1
  429. package/dist/generated/localization/zh/house-rooms.js +0 -58
  430. package/dist/generated/localization/zh/house-rooms.js.map +0 -1
  431. package/dist/generated/localization/zh/index.d.ts +0 -10
  432. package/dist/generated/localization/zh/index.d.ts.map +0 -1
  433. package/dist/generated/localization/zh/index.js +0 -10
  434. package/dist/generated/localization/zh/index.js.map +0 -1
  435. package/dist/generated/localization/zh/items.d.ts +0 -10
  436. package/dist/generated/localization/zh/items.d.ts.map +0 -1
  437. package/dist/generated/localization/zh/items.js +0 -2849
  438. package/dist/generated/localization/zh/items.js.map +0 -1
  439. package/dist/generated/localization/zh/skills.d.ts +0 -10
  440. package/dist/generated/localization/zh/skills.d.ts.map +0 -1
  441. package/dist/generated/localization/zh/skills.js +0 -61
  442. package/dist/generated/localization/zh/skills.js.map +0 -1
  443. package/dist/generated/player-data/index.d.ts +0 -79
  444. package/dist/generated/player-data/index.d.ts.map +0 -1
  445. package/dist/generated/player-data/index.js +0 -140
  446. package/dist/generated/player-data/index.js.map +0 -1
  447. package/dist/generated/schemas/typebox/abilities.d.ts +0 -6
  448. package/dist/generated/schemas/typebox/abilities.d.ts.map +0 -1
  449. package/dist/generated/schemas/typebox/abilities.js +0 -10
  450. package/dist/generated/schemas/typebox/abilities.js.map +0 -1
  451. package/dist/generated/schemas/typebox/action-categories.d.ts +0 -6
  452. package/dist/generated/schemas/typebox/action-categories.d.ts.map +0 -1
  453. package/dist/generated/schemas/typebox/action-categories.js +0 -10
  454. package/dist/generated/schemas/typebox/action-categories.js.map +0 -1
  455. package/dist/generated/schemas/typebox/actions.d.ts +0 -6
  456. package/dist/generated/schemas/typebox/actions.d.ts.map +0 -1
  457. package/dist/generated/schemas/typebox/actions.js +0 -10
  458. package/dist/generated/schemas/typebox/actions.js.map +0 -1
  459. package/dist/generated/schemas/typebox/avatar-outfits.d.ts +0 -6
  460. package/dist/generated/schemas/typebox/avatar-outfits.d.ts.map +0 -1
  461. package/dist/generated/schemas/typebox/avatar-outfits.js +0 -10
  462. package/dist/generated/schemas/typebox/avatar-outfits.js.map +0 -1
  463. package/dist/generated/schemas/typebox/avatars.d.ts +0 -6
  464. package/dist/generated/schemas/typebox/avatars.d.ts.map +0 -1
  465. package/dist/generated/schemas/typebox/avatars.js +0 -10
  466. package/dist/generated/schemas/typebox/avatars.js.map +0 -1
  467. package/dist/generated/schemas/typebox/buff-types.d.ts +0 -6
  468. package/dist/generated/schemas/typebox/buff-types.d.ts.map +0 -1
  469. package/dist/generated/schemas/typebox/buff-types.js +0 -10
  470. package/dist/generated/schemas/typebox/buff-types.js.map +0 -1
  471. package/dist/generated/schemas/typebox/chat-channel-types.d.ts +0 -6
  472. package/dist/generated/schemas/typebox/chat-channel-types.d.ts.map +0 -1
  473. package/dist/generated/schemas/typebox/chat-channel-types.js +0 -10
  474. package/dist/generated/schemas/typebox/chat-channel-types.js.map +0 -1
  475. package/dist/generated/schemas/typebox/chat-icons.d.ts +0 -6
  476. package/dist/generated/schemas/typebox/chat-icons.d.ts.map +0 -1
  477. package/dist/generated/schemas/typebox/chat-icons.js +0 -10
  478. package/dist/generated/schemas/typebox/chat-icons.js.map +0 -1
  479. package/dist/generated/schemas/typebox/combat-monsters.d.ts +0 -6
  480. package/dist/generated/schemas/typebox/combat-monsters.d.ts.map +0 -1
  481. package/dist/generated/schemas/typebox/combat-monsters.js +0 -10
  482. package/dist/generated/schemas/typebox/combat-monsters.js.map +0 -1
  483. package/dist/generated/schemas/typebox/combat-styles.d.ts +0 -6
  484. package/dist/generated/schemas/typebox/combat-styles.d.ts.map +0 -1
  485. package/dist/generated/schemas/typebox/combat-styles.js +0 -10
  486. package/dist/generated/schemas/typebox/combat-styles.js.map +0 -1
  487. package/dist/generated/schemas/typebox/community-buff-types.d.ts +0 -6
  488. package/dist/generated/schemas/typebox/community-buff-types.d.ts.map +0 -1
  489. package/dist/generated/schemas/typebox/community-buff-types.js +0 -10
  490. package/dist/generated/schemas/typebox/community-buff-types.js.map +0 -1
  491. package/dist/generated/schemas/typebox/damage-types.d.ts +0 -6
  492. package/dist/generated/schemas/typebox/damage-types.d.ts.map +0 -1
  493. package/dist/generated/schemas/typebox/damage-types.js +0 -10
  494. package/dist/generated/schemas/typebox/damage-types.js.map +0 -1
  495. package/dist/generated/schemas/typebox/equipment-types.d.ts +0 -6
  496. package/dist/generated/schemas/typebox/equipment-types.d.ts.map +0 -1
  497. package/dist/generated/schemas/typebox/equipment-types.js +0 -10
  498. package/dist/generated/schemas/typebox/equipment-types.js.map +0 -1
  499. package/dist/generated/schemas/typebox/game-modes.d.ts +0 -6
  500. package/dist/generated/schemas/typebox/game-modes.d.ts.map +0 -1
  501. package/dist/generated/schemas/typebox/game-modes.js +0 -10
  502. package/dist/generated/schemas/typebox/game-modes.js.map +0 -1
  503. package/dist/generated/schemas/typebox/guild-character-roles.d.ts +0 -6
  504. package/dist/generated/schemas/typebox/guild-character-roles.d.ts.map +0 -1
  505. package/dist/generated/schemas/typebox/guild-character-roles.js +0 -10
  506. package/dist/generated/schemas/typebox/guild-character-roles.js.map +0 -1
  507. package/dist/generated/schemas/typebox/house-rooms.d.ts +0 -6
  508. package/dist/generated/schemas/typebox/house-rooms.d.ts.map +0 -1
  509. package/dist/generated/schemas/typebox/house-rooms.js +0 -10
  510. package/dist/generated/schemas/typebox/house-rooms.js.map +0 -1
  511. package/dist/generated/schemas/typebox/index.d.ts +0 -34
  512. package/dist/generated/schemas/typebox/index.d.ts.map +0 -1
  513. package/dist/generated/schemas/typebox/index.js +0 -35
  514. package/dist/generated/schemas/typebox/index.js.map +0 -1
  515. package/dist/generated/schemas/typebox/item-categories.d.ts +0 -6
  516. package/dist/generated/schemas/typebox/item-categories.d.ts.map +0 -1
  517. package/dist/generated/schemas/typebox/item-categories.js +0 -10
  518. package/dist/generated/schemas/typebox/item-categories.js.map +0 -1
  519. package/dist/generated/schemas/typebox/item-locations.d.ts +0 -6
  520. package/dist/generated/schemas/typebox/item-locations.d.ts.map +0 -1
  521. package/dist/generated/schemas/typebox/item-locations.js +0 -10
  522. package/dist/generated/schemas/typebox/item-locations.js.map +0 -1
  523. package/dist/generated/schemas/typebox/items.d.ts +0 -6
  524. package/dist/generated/schemas/typebox/items.d.ts.map +0 -1
  525. package/dist/generated/schemas/typebox/items.js +0 -10
  526. package/dist/generated/schemas/typebox/items.js.map +0 -1
  527. package/dist/generated/schemas/typebox/leaderboard-categories.d.ts +0 -6
  528. package/dist/generated/schemas/typebox/leaderboard-categories.d.ts.map +0 -1
  529. package/dist/generated/schemas/typebox/leaderboard-categories.js +0 -10
  530. package/dist/generated/schemas/typebox/leaderboard-categories.js.map +0 -1
  531. package/dist/generated/schemas/typebox/leaderboard-types.d.ts +0 -6
  532. package/dist/generated/schemas/typebox/leaderboard-types.d.ts.map +0 -1
  533. package/dist/generated/schemas/typebox/leaderboard-types.js +0 -10
  534. package/dist/generated/schemas/typebox/leaderboard-types.js.map +0 -1
  535. package/dist/generated/schemas/typebox/name-colors.d.ts +0 -6
  536. package/dist/generated/schemas/typebox/name-colors.d.ts.map +0 -1
  537. package/dist/generated/schemas/typebox/name-colors.js +0 -10
  538. package/dist/generated/schemas/typebox/name-colors.js.map +0 -1
  539. package/dist/generated/schemas/typebox/player-data.d.ts +0 -91
  540. package/dist/generated/schemas/typebox/player-data.d.ts.map +0 -1
  541. package/dist/generated/schemas/typebox/player-data.js +0 -54
  542. package/dist/generated/schemas/typebox/player-data.js.map +0 -1
  543. package/dist/generated/schemas/typebox/random-task-types.d.ts +0 -6
  544. package/dist/generated/schemas/typebox/random-task-types.d.ts.map +0 -1
  545. package/dist/generated/schemas/typebox/random-task-types.js +0 -10
  546. package/dist/generated/schemas/typebox/random-task-types.js.map +0 -1
  547. package/dist/generated/schemas/typebox/shop-categories.d.ts +0 -6
  548. package/dist/generated/schemas/typebox/shop-categories.d.ts.map +0 -1
  549. package/dist/generated/schemas/typebox/shop-categories.js +0 -10
  550. package/dist/generated/schemas/typebox/shop-categories.js.map +0 -1
  551. package/dist/generated/schemas/typebox/shop-items.d.ts +0 -6
  552. package/dist/generated/schemas/typebox/shop-items.d.ts.map +0 -1
  553. package/dist/generated/schemas/typebox/shop-items.js +0 -10
  554. package/dist/generated/schemas/typebox/shop-items.js.map +0 -1
  555. package/dist/generated/schemas/typebox/skills.d.ts +0 -6
  556. package/dist/generated/schemas/typebox/skills.d.ts.map +0 -1
  557. package/dist/generated/schemas/typebox/skills.js +0 -10
  558. package/dist/generated/schemas/typebox/skills.js.map +0 -1
  559. package/dist/generated/schemas/typebox/task-shop-items.d.ts +0 -6
  560. package/dist/generated/schemas/typebox/task-shop-items.d.ts.map +0 -1
  561. package/dist/generated/schemas/typebox/task-shop-items.js +0 -10
  562. package/dist/generated/schemas/typebox/task-shop-items.js.map +0 -1
  563. package/dist/generated/schemas/zod/abilities.d.ts +0 -178
  564. package/dist/generated/schemas/zod/abilities.d.ts.map +0 -1
  565. package/dist/generated/schemas/zod/abilities.js +0 -60
  566. package/dist/generated/schemas/zod/abilities.js.map +0 -1
  567. package/dist/generated/schemas/zod/action-categories.d.ts +0 -135
  568. package/dist/generated/schemas/zod/action-categories.d.ts.map +0 -1
  569. package/dist/generated/schemas/zod/action-categories.js +0 -13
  570. package/dist/generated/schemas/zod/action-categories.js.map +0 -1
  571. package/dist/generated/schemas/zod/actions.d.ts +0 -1579
  572. package/dist/generated/schemas/zod/actions.d.ts.map +0 -1
  573. package/dist/generated/schemas/zod/actions.js +0 -119
  574. package/dist/generated/schemas/zod/actions.js.map +0 -1
  575. package/dist/generated/schemas/zod/avatar-outfits.d.ts +0 -208
  576. package/dist/generated/schemas/zod/avatar-outfits.d.ts.map +0 -1
  577. package/dist/generated/schemas/zod/avatar-outfits.js +0 -14
  578. package/dist/generated/schemas/zod/avatar-outfits.js.map +0 -1
  579. package/dist/generated/schemas/zod/avatars.d.ts +0 -188
  580. package/dist/generated/schemas/zod/avatars.d.ts.map +0 -1
  581. package/dist/generated/schemas/zod/avatars.js +0 -14
  582. package/dist/generated/schemas/zod/avatars.js.map +0 -1
  583. package/dist/generated/schemas/zod/buff-types.d.ts +0 -137
  584. package/dist/generated/schemas/zod/buff-types.d.ts.map +0 -1
  585. package/dist/generated/schemas/zod/buff-types.js +0 -15
  586. package/dist/generated/schemas/zod/buff-types.js.map +0 -1
  587. package/dist/generated/schemas/zod/chat-channel-types.d.ts +0 -59
  588. package/dist/generated/schemas/zod/chat-channel-types.d.ts.map +0 -1
  589. package/dist/generated/schemas/zod/chat-channel-types.js +0 -13
  590. package/dist/generated/schemas/zod/chat-channel-types.js.map +0 -1
  591. package/dist/generated/schemas/zod/chat-icons.d.ts +0 -891
  592. package/dist/generated/schemas/zod/chat-icons.d.ts.map +0 -1
  593. package/dist/generated/schemas/zod/chat-icons.js +0 -17
  594. package/dist/generated/schemas/zod/chat-icons.js.map +0 -1
  595. package/dist/generated/schemas/zod/combat-monsters.d.ts +0 -2376
  596. package/dist/generated/schemas/zod/combat-monsters.d.ts.map +0 -1
  597. package/dist/generated/schemas/zod/combat-monsters.js +0 -338
  598. package/dist/generated/schemas/zod/combat-monsters.js.map +0 -1
  599. package/dist/generated/schemas/zod/combat-styles.d.ts +0 -29
  600. package/dist/generated/schemas/zod/combat-styles.d.ts.map +0 -1
  601. package/dist/generated/schemas/zod/combat-styles.js +0 -13
  602. package/dist/generated/schemas/zod/combat-styles.js.map +0 -1
  603. package/dist/generated/schemas/zod/community-buff-types.d.ts +0 -99
  604. package/dist/generated/schemas/zod/community-buff-types.d.ts.map +0 -1
  605. package/dist/generated/schemas/zod/community-buff-types.js +0 -26
  606. package/dist/generated/schemas/zod/community-buff-types.js.map +0 -1
  607. package/dist/generated/schemas/zod/damage-types.d.ts +0 -24
  608. package/dist/generated/schemas/zod/damage-types.d.ts.map +0 -1
  609. package/dist/generated/schemas/zod/damage-types.js +0 -12
  610. package/dist/generated/schemas/zod/damage-types.js.map +0 -1
  611. package/dist/generated/schemas/zod/equipment-types.d.ts +0 -67
  612. package/dist/generated/schemas/zod/equipment-types.d.ts.map +0 -1
  613. package/dist/generated/schemas/zod/equipment-types.js +0 -13
  614. package/dist/generated/schemas/zod/equipment-types.js.map +0 -1
  615. package/dist/generated/schemas/zod/game-modes.d.ts +0 -27
  616. package/dist/generated/schemas/zod/game-modes.d.ts.map +0 -1
  617. package/dist/generated/schemas/zod/game-modes.js +0 -17
  618. package/dist/generated/schemas/zod/game-modes.js.map +0 -1
  619. package/dist/generated/schemas/zod/guild-character-roles.d.ts +0 -33
  620. package/dist/generated/schemas/zod/guild-character-roles.d.ts.map +0 -1
  621. package/dist/generated/schemas/zod/guild-character-roles.js +0 -21
  622. package/dist/generated/schemas/zod/guild-character-roles.js.map +0 -1
  623. package/dist/generated/schemas/zod/house-rooms.d.ts +0 -1110
  624. package/dist/generated/schemas/zod/house-rooms.d.ts.map +0 -1
  625. package/dist/generated/schemas/zod/house-rooms.js +0 -41
  626. package/dist/generated/schemas/zod/house-rooms.js.map +0 -1
  627. package/dist/generated/schemas/zod/index.d.ts +0 -34
  628. package/dist/generated/schemas/zod/index.d.ts.map +0 -1
  629. package/dist/generated/schemas/zod/index.js +0 -35
  630. package/dist/generated/schemas/zod/index.js.map +0 -1
  631. package/dist/generated/schemas/zod/item-categories.d.ts +0 -33
  632. package/dist/generated/schemas/zod/item-categories.d.ts.map +0 -1
  633. package/dist/generated/schemas/zod/item-categories.js +0 -13
  634. package/dist/generated/schemas/zod/item-categories.js.map +0 -1
  635. package/dist/generated/schemas/zod/item-locations.d.ts +0 -72
  636. package/dist/generated/schemas/zod/item-locations.d.ts.map +0 -1
  637. package/dist/generated/schemas/zod/item-locations.js +0 -16
  638. package/dist/generated/schemas/zod/item-locations.js.map +0 -1
  639. package/dist/generated/schemas/zod/items.d.ts +0 -1960
  640. package/dist/generated/schemas/zod/items.d.ts.map +0 -1
  641. package/dist/generated/schemas/zod/items.js +0 -168
  642. package/dist/generated/schemas/zod/items.js.map +0 -1
  643. package/dist/generated/schemas/zod/leaderboard-categories.d.ts +0 -60
  644. package/dist/generated/schemas/zod/leaderboard-categories.d.ts.map +0 -1
  645. package/dist/generated/schemas/zod/leaderboard-categories.js +0 -14
  646. package/dist/generated/schemas/zod/leaderboard-categories.js.map +0 -1
  647. package/dist/generated/schemas/zod/leaderboard-types.d.ts +0 -32
  648. package/dist/generated/schemas/zod/leaderboard-types.d.ts.map +0 -1
  649. package/dist/generated/schemas/zod/leaderboard-types.js +0 -16
  650. package/dist/generated/schemas/zod/leaderboard-types.js.map +0 -1
  651. package/dist/generated/schemas/zod/name-colors.d.ts +0 -296
  652. package/dist/generated/schemas/zod/name-colors.d.ts.map +0 -1
  653. package/dist/generated/schemas/zod/name-colors.js +0 -14
  654. package/dist/generated/schemas/zod/name-colors.js.map +0 -1
  655. package/dist/generated/schemas/zod/player-data.d.ts +0 -33790
  656. package/dist/generated/schemas/zod/player-data.d.ts.map +0 -1
  657. package/dist/generated/schemas/zod/player-data.js +0 -587
  658. package/dist/generated/schemas/zod/player-data.js.map +0 -1
  659. package/dist/generated/schemas/zod/random-task-types.d.ts +0 -36
  660. package/dist/generated/schemas/zod/random-task-types.d.ts.map +0 -1
  661. package/dist/generated/schemas/zod/random-task-types.js +0 -14
  662. package/dist/generated/schemas/zod/random-task-types.js.map +0 -1
  663. package/dist/generated/schemas/zod/shop-categories.d.ts +0 -20
  664. package/dist/generated/schemas/zod/shop-categories.d.ts.map +0 -1
  665. package/dist/generated/schemas/zod/shop-categories.js +0 -12
  666. package/dist/generated/schemas/zod/shop-categories.js.map +0 -1
  667. package/dist/generated/schemas/zod/shop-items.d.ts +0 -147
  668. package/dist/generated/schemas/zod/shop-items.d.ts.map +0 -1
  669. package/dist/generated/schemas/zod/shop-items.js +0 -17
  670. package/dist/generated/schemas/zod/shop-items.js.map +0 -1
  671. package/dist/generated/schemas/zod/skills.d.ts +0 -54
  672. package/dist/generated/schemas/zod/skills.d.ts.map +0 -1
  673. package/dist/generated/schemas/zod/skills.js +0 -14
  674. package/dist/generated/schemas/zod/skills.js.map +0 -1
  675. package/dist/generated/schemas/zod/task-shop-items.d.ts +0 -1819
  676. package/dist/generated/schemas/zod/task-shop-items.d.ts.map +0 -1
  677. package/dist/generated/schemas/zod/task-shop-items.js +0 -18
  678. package/dist/generated/schemas/zod/task-shop-items.js.map +0 -1
  679. package/dist/localization/index.d.ts +0 -2
  680. package/dist/localization/index.d.ts.map +0 -1
  681. package/dist/localization/index.js +0 -3
  682. package/dist/localization/index.js.map +0 -1
  683. package/dist/player-data/index.d.ts +0 -2
  684. package/dist/player-data/index.d.ts.map +0 -1
  685. package/dist/player-data/index.js +0 -3
  686. package/dist/player-data/index.js.map +0 -1
  687. package/dist/schemas/typebox/index.d.ts +0 -2
  688. package/dist/schemas/typebox/index.d.ts.map +0 -1
  689. package/dist/schemas/typebox/index.js +0 -3
  690. package/dist/schemas/typebox/index.js.map +0 -1
  691. package/dist/schemas/zod/index.d.ts +0 -2
  692. package/dist/schemas/zod/index.d.ts.map +0 -1
  693. package/dist/schemas/zod/index.js +0 -3
  694. package/dist/schemas/zod/index.js.map +0 -1
  695. package/dist/types/source-data.d.ts +0 -330
  696. package/dist/types/source-data.d.ts.map +0 -1
  697. package/dist/types/source-data.js +0 -19
  698. package/dist/types/source-data.js.map +0 -1
@@ -1,1579 +0,0 @@
1
- /**
2
- * Auto-generated file - DO NOT EDIT
3
- * Generated on 2025-08-21T08:56:39.592Z
4
- */
5
- import { z } from 'zod';
6
- export declare const ActionHridEnum: z.ZodEnum<{
7
- "/actions/alchemy/coinify": "/actions/alchemy/coinify";
8
- "/actions/alchemy/decompose": "/actions/alchemy/decompose";
9
- "/actions/alchemy/transmute": "/actions/alchemy/transmute";
10
- "/actions/brewing/alchemy_tea": "/actions/brewing/alchemy_tea";
11
- "/actions/brewing/artisan_tea": "/actions/brewing/artisan_tea";
12
- "/actions/brewing/attack_coffee": "/actions/brewing/attack_coffee";
13
- "/actions/brewing/blessed_tea": "/actions/brewing/blessed_tea";
14
- "/actions/brewing/brewing_tea": "/actions/brewing/brewing_tea";
15
- "/actions/brewing/catalytic_tea": "/actions/brewing/catalytic_tea";
16
- "/actions/brewing/channeling_coffee": "/actions/brewing/channeling_coffee";
17
- "/actions/brewing/cheesesmithing_tea": "/actions/brewing/cheesesmithing_tea";
18
- "/actions/brewing/cooking_tea": "/actions/brewing/cooking_tea";
19
- "/actions/brewing/crafting_tea": "/actions/brewing/crafting_tea";
20
- "/actions/brewing/critical_coffee": "/actions/brewing/critical_coffee";
21
- "/actions/brewing/defense_coffee": "/actions/brewing/defense_coffee";
22
- "/actions/brewing/efficiency_tea": "/actions/brewing/efficiency_tea";
23
- "/actions/brewing/enhancing_tea": "/actions/brewing/enhancing_tea";
24
- "/actions/brewing/foraging_tea": "/actions/brewing/foraging_tea";
25
- "/actions/brewing/gathering_tea": "/actions/brewing/gathering_tea";
26
- "/actions/brewing/gourmet_tea": "/actions/brewing/gourmet_tea";
27
- "/actions/brewing/intelligence_coffee": "/actions/brewing/intelligence_coffee";
28
- "/actions/brewing/lucky_coffee": "/actions/brewing/lucky_coffee";
29
- "/actions/brewing/magic_coffee": "/actions/brewing/magic_coffee";
30
- "/actions/brewing/melee_coffee": "/actions/brewing/melee_coffee";
31
- "/actions/brewing/milking_tea": "/actions/brewing/milking_tea";
32
- "/actions/brewing/processing_tea": "/actions/brewing/processing_tea";
33
- "/actions/brewing/ranged_coffee": "/actions/brewing/ranged_coffee";
34
- "/actions/brewing/stamina_coffee": "/actions/brewing/stamina_coffee";
35
- "/actions/brewing/super_alchemy_tea": "/actions/brewing/super_alchemy_tea";
36
- "/actions/brewing/super_attack_coffee": "/actions/brewing/super_attack_coffee";
37
- "/actions/brewing/super_brewing_tea": "/actions/brewing/super_brewing_tea";
38
- "/actions/brewing/super_cheesesmithing_tea": "/actions/brewing/super_cheesesmithing_tea";
39
- "/actions/brewing/super_cooking_tea": "/actions/brewing/super_cooking_tea";
40
- "/actions/brewing/super_crafting_tea": "/actions/brewing/super_crafting_tea";
41
- "/actions/brewing/super_defense_coffee": "/actions/brewing/super_defense_coffee";
42
- "/actions/brewing/super_enhancing_tea": "/actions/brewing/super_enhancing_tea";
43
- "/actions/brewing/super_foraging_tea": "/actions/brewing/super_foraging_tea";
44
- "/actions/brewing/super_intelligence_coffee": "/actions/brewing/super_intelligence_coffee";
45
- "/actions/brewing/super_magic_coffee": "/actions/brewing/super_magic_coffee";
46
- "/actions/brewing/super_melee_coffee": "/actions/brewing/super_melee_coffee";
47
- "/actions/brewing/super_milking_tea": "/actions/brewing/super_milking_tea";
48
- "/actions/brewing/super_ranged_coffee": "/actions/brewing/super_ranged_coffee";
49
- "/actions/brewing/super_stamina_coffee": "/actions/brewing/super_stamina_coffee";
50
- "/actions/brewing/super_tailoring_tea": "/actions/brewing/super_tailoring_tea";
51
- "/actions/brewing/super_woodcutting_tea": "/actions/brewing/super_woodcutting_tea";
52
- "/actions/brewing/swiftness_coffee": "/actions/brewing/swiftness_coffee";
53
- "/actions/brewing/tailoring_tea": "/actions/brewing/tailoring_tea";
54
- "/actions/brewing/ultra_alchemy_tea": "/actions/brewing/ultra_alchemy_tea";
55
- "/actions/brewing/ultra_attack_coffee": "/actions/brewing/ultra_attack_coffee";
56
- "/actions/brewing/ultra_brewing_tea": "/actions/brewing/ultra_brewing_tea";
57
- "/actions/brewing/ultra_cheesesmithing_tea": "/actions/brewing/ultra_cheesesmithing_tea";
58
- "/actions/brewing/ultra_cooking_tea": "/actions/brewing/ultra_cooking_tea";
59
- "/actions/brewing/ultra_crafting_tea": "/actions/brewing/ultra_crafting_tea";
60
- "/actions/brewing/ultra_defense_coffee": "/actions/brewing/ultra_defense_coffee";
61
- "/actions/brewing/ultra_enhancing_tea": "/actions/brewing/ultra_enhancing_tea";
62
- "/actions/brewing/ultra_foraging_tea": "/actions/brewing/ultra_foraging_tea";
63
- "/actions/brewing/ultra_intelligence_coffee": "/actions/brewing/ultra_intelligence_coffee";
64
- "/actions/brewing/ultra_magic_coffee": "/actions/brewing/ultra_magic_coffee";
65
- "/actions/brewing/ultra_melee_coffee": "/actions/brewing/ultra_melee_coffee";
66
- "/actions/brewing/ultra_milking_tea": "/actions/brewing/ultra_milking_tea";
67
- "/actions/brewing/ultra_ranged_coffee": "/actions/brewing/ultra_ranged_coffee";
68
- "/actions/brewing/ultra_stamina_coffee": "/actions/brewing/ultra_stamina_coffee";
69
- "/actions/brewing/ultra_tailoring_tea": "/actions/brewing/ultra_tailoring_tea";
70
- "/actions/brewing/ultra_woodcutting_tea": "/actions/brewing/ultra_woodcutting_tea";
71
- "/actions/brewing/wisdom_coffee": "/actions/brewing/wisdom_coffee";
72
- "/actions/brewing/wisdom_tea": "/actions/brewing/wisdom_tea";
73
- "/actions/brewing/woodcutting_tea": "/actions/brewing/woodcutting_tea";
74
- "/actions/cheesesmithing/anchorbound_plate_body": "/actions/cheesesmithing/anchorbound_plate_body";
75
- "/actions/cheesesmithing/anchorbound_plate_body_refined": "/actions/cheesesmithing/anchorbound_plate_body_refined";
76
- "/actions/cheesesmithing/anchorbound_plate_legs": "/actions/cheesesmithing/anchorbound_plate_legs";
77
- "/actions/cheesesmithing/anchorbound_plate_legs_refined": "/actions/cheesesmithing/anchorbound_plate_legs_refined";
78
- "/actions/cheesesmithing/azure_alembic": "/actions/cheesesmithing/azure_alembic";
79
- "/actions/cheesesmithing/azure_boots": "/actions/cheesesmithing/azure_boots";
80
- "/actions/cheesesmithing/azure_brush": "/actions/cheesesmithing/azure_brush";
81
- "/actions/cheesesmithing/azure_buckler": "/actions/cheesesmithing/azure_buckler";
82
- "/actions/cheesesmithing/azure_bulwark": "/actions/cheesesmithing/azure_bulwark";
83
- "/actions/cheesesmithing/azure_cheese": "/actions/cheesesmithing/azure_cheese";
84
- "/actions/cheesesmithing/azure_chisel": "/actions/cheesesmithing/azure_chisel";
85
- "/actions/cheesesmithing/azure_enhancer": "/actions/cheesesmithing/azure_enhancer";
86
- "/actions/cheesesmithing/azure_gauntlets": "/actions/cheesesmithing/azure_gauntlets";
87
- "/actions/cheesesmithing/azure_hammer": "/actions/cheesesmithing/azure_hammer";
88
- "/actions/cheesesmithing/azure_hatchet": "/actions/cheesesmithing/azure_hatchet";
89
- "/actions/cheesesmithing/azure_helmet": "/actions/cheesesmithing/azure_helmet";
90
- "/actions/cheesesmithing/azure_mace": "/actions/cheesesmithing/azure_mace";
91
- "/actions/cheesesmithing/azure_needle": "/actions/cheesesmithing/azure_needle";
92
- "/actions/cheesesmithing/azure_plate_body": "/actions/cheesesmithing/azure_plate_body";
93
- "/actions/cheesesmithing/azure_plate_legs": "/actions/cheesesmithing/azure_plate_legs";
94
- "/actions/cheesesmithing/azure_pot": "/actions/cheesesmithing/azure_pot";
95
- "/actions/cheesesmithing/azure_shears": "/actions/cheesesmithing/azure_shears";
96
- "/actions/cheesesmithing/azure_spatula": "/actions/cheesesmithing/azure_spatula";
97
- "/actions/cheesesmithing/azure_spear": "/actions/cheesesmithing/azure_spear";
98
- "/actions/cheesesmithing/azure_sword": "/actions/cheesesmithing/azure_sword";
99
- "/actions/cheesesmithing/black_bear_shoes": "/actions/cheesesmithing/black_bear_shoes";
100
- "/actions/cheesesmithing/burble_alembic": "/actions/cheesesmithing/burble_alembic";
101
- "/actions/cheesesmithing/burble_boots": "/actions/cheesesmithing/burble_boots";
102
- "/actions/cheesesmithing/burble_brush": "/actions/cheesesmithing/burble_brush";
103
- "/actions/cheesesmithing/burble_buckler": "/actions/cheesesmithing/burble_buckler";
104
- "/actions/cheesesmithing/burble_bulwark": "/actions/cheesesmithing/burble_bulwark";
105
- "/actions/cheesesmithing/burble_cheese": "/actions/cheesesmithing/burble_cheese";
106
- "/actions/cheesesmithing/burble_chisel": "/actions/cheesesmithing/burble_chisel";
107
- "/actions/cheesesmithing/burble_enhancer": "/actions/cheesesmithing/burble_enhancer";
108
- "/actions/cheesesmithing/burble_gauntlets": "/actions/cheesesmithing/burble_gauntlets";
109
- "/actions/cheesesmithing/burble_hammer": "/actions/cheesesmithing/burble_hammer";
110
- "/actions/cheesesmithing/burble_hatchet": "/actions/cheesesmithing/burble_hatchet";
111
- "/actions/cheesesmithing/burble_helmet": "/actions/cheesesmithing/burble_helmet";
112
- "/actions/cheesesmithing/burble_mace": "/actions/cheesesmithing/burble_mace";
113
- "/actions/cheesesmithing/burble_needle": "/actions/cheesesmithing/burble_needle";
114
- "/actions/cheesesmithing/burble_plate_body": "/actions/cheesesmithing/burble_plate_body";
115
- "/actions/cheesesmithing/burble_plate_legs": "/actions/cheesesmithing/burble_plate_legs";
116
- "/actions/cheesesmithing/burble_pot": "/actions/cheesesmithing/burble_pot";
117
- "/actions/cheesesmithing/burble_shears": "/actions/cheesesmithing/burble_shears";
118
- "/actions/cheesesmithing/burble_spatula": "/actions/cheesesmithing/burble_spatula";
119
- "/actions/cheesesmithing/burble_spear": "/actions/cheesesmithing/burble_spear";
120
- "/actions/cheesesmithing/burble_sword": "/actions/cheesesmithing/burble_sword";
121
- "/actions/cheesesmithing/celestial_alembic": "/actions/cheesesmithing/celestial_alembic";
122
- "/actions/cheesesmithing/celestial_brush": "/actions/cheesesmithing/celestial_brush";
123
- "/actions/cheesesmithing/celestial_chisel": "/actions/cheesesmithing/celestial_chisel";
124
- "/actions/cheesesmithing/celestial_enhancer": "/actions/cheesesmithing/celestial_enhancer";
125
- "/actions/cheesesmithing/celestial_hammer": "/actions/cheesesmithing/celestial_hammer";
126
- "/actions/cheesesmithing/celestial_hatchet": "/actions/cheesesmithing/celestial_hatchet";
127
- "/actions/cheesesmithing/celestial_needle": "/actions/cheesesmithing/celestial_needle";
128
- "/actions/cheesesmithing/celestial_pot": "/actions/cheesesmithing/celestial_pot";
129
- "/actions/cheesesmithing/celestial_shears": "/actions/cheesesmithing/celestial_shears";
130
- "/actions/cheesesmithing/celestial_spatula": "/actions/cheesesmithing/celestial_spatula";
131
- "/actions/cheesesmithing/chaotic_flail": "/actions/cheesesmithing/chaotic_flail";
132
- "/actions/cheesesmithing/chaotic_flail_refined": "/actions/cheesesmithing/chaotic_flail_refined";
133
- "/actions/cheesesmithing/cheese": "/actions/cheesesmithing/cheese";
134
- "/actions/cheesesmithing/cheese_alembic": "/actions/cheesesmithing/cheese_alembic";
135
- "/actions/cheesesmithing/cheese_boots": "/actions/cheesesmithing/cheese_boots";
136
- "/actions/cheesesmithing/cheese_brush": "/actions/cheesesmithing/cheese_brush";
137
- "/actions/cheesesmithing/cheese_buckler": "/actions/cheesesmithing/cheese_buckler";
138
- "/actions/cheesesmithing/cheese_bulwark": "/actions/cheesesmithing/cheese_bulwark";
139
- "/actions/cheesesmithing/cheese_chisel": "/actions/cheesesmithing/cheese_chisel";
140
- "/actions/cheesesmithing/cheese_enhancer": "/actions/cheesesmithing/cheese_enhancer";
141
- "/actions/cheesesmithing/cheese_gauntlets": "/actions/cheesesmithing/cheese_gauntlets";
142
- "/actions/cheesesmithing/cheese_hammer": "/actions/cheesesmithing/cheese_hammer";
143
- "/actions/cheesesmithing/cheese_hatchet": "/actions/cheesesmithing/cheese_hatchet";
144
- "/actions/cheesesmithing/cheese_helmet": "/actions/cheesesmithing/cheese_helmet";
145
- "/actions/cheesesmithing/cheese_mace": "/actions/cheesesmithing/cheese_mace";
146
- "/actions/cheesesmithing/cheese_needle": "/actions/cheesesmithing/cheese_needle";
147
- "/actions/cheesesmithing/cheese_plate_body": "/actions/cheesesmithing/cheese_plate_body";
148
- "/actions/cheesesmithing/cheese_plate_legs": "/actions/cheesesmithing/cheese_plate_legs";
149
- "/actions/cheesesmithing/cheese_pot": "/actions/cheesesmithing/cheese_pot";
150
- "/actions/cheesesmithing/cheese_shears": "/actions/cheesesmithing/cheese_shears";
151
- "/actions/cheesesmithing/cheese_spatula": "/actions/cheesesmithing/cheese_spatula";
152
- "/actions/cheesesmithing/cheese_spear": "/actions/cheesesmithing/cheese_spear";
153
- "/actions/cheesesmithing/cheese_sword": "/actions/cheesesmithing/cheese_sword";
154
- "/actions/cheesesmithing/colossus_plate_body": "/actions/cheesesmithing/colossus_plate_body";
155
- "/actions/cheesesmithing/colossus_plate_legs": "/actions/cheesesmithing/colossus_plate_legs";
156
- "/actions/cheesesmithing/corsair_helmet": "/actions/cheesesmithing/corsair_helmet";
157
- "/actions/cheesesmithing/corsair_helmet_refined": "/actions/cheesesmithing/corsair_helmet_refined";
158
- "/actions/cheesesmithing/crimson_alembic": "/actions/cheesesmithing/crimson_alembic";
159
- "/actions/cheesesmithing/crimson_boots": "/actions/cheesesmithing/crimson_boots";
160
- "/actions/cheesesmithing/crimson_brush": "/actions/cheesesmithing/crimson_brush";
161
- "/actions/cheesesmithing/crimson_buckler": "/actions/cheesesmithing/crimson_buckler";
162
- "/actions/cheesesmithing/crimson_bulwark": "/actions/cheesesmithing/crimson_bulwark";
163
- "/actions/cheesesmithing/crimson_cheese": "/actions/cheesesmithing/crimson_cheese";
164
- "/actions/cheesesmithing/crimson_chisel": "/actions/cheesesmithing/crimson_chisel";
165
- "/actions/cheesesmithing/crimson_enhancer": "/actions/cheesesmithing/crimson_enhancer";
166
- "/actions/cheesesmithing/crimson_gauntlets": "/actions/cheesesmithing/crimson_gauntlets";
167
- "/actions/cheesesmithing/crimson_hammer": "/actions/cheesesmithing/crimson_hammer";
168
- "/actions/cheesesmithing/crimson_hatchet": "/actions/cheesesmithing/crimson_hatchet";
169
- "/actions/cheesesmithing/crimson_helmet": "/actions/cheesesmithing/crimson_helmet";
170
- "/actions/cheesesmithing/crimson_mace": "/actions/cheesesmithing/crimson_mace";
171
- "/actions/cheesesmithing/crimson_needle": "/actions/cheesesmithing/crimson_needle";
172
- "/actions/cheesesmithing/crimson_plate_body": "/actions/cheesesmithing/crimson_plate_body";
173
- "/actions/cheesesmithing/crimson_plate_legs": "/actions/cheesesmithing/crimson_plate_legs";
174
- "/actions/cheesesmithing/crimson_pot": "/actions/cheesesmithing/crimson_pot";
175
- "/actions/cheesesmithing/crimson_shears": "/actions/cheesesmithing/crimson_shears";
176
- "/actions/cheesesmithing/crimson_spatula": "/actions/cheesesmithing/crimson_spatula";
177
- "/actions/cheesesmithing/crimson_spear": "/actions/cheesesmithing/crimson_spear";
178
- "/actions/cheesesmithing/crimson_sword": "/actions/cheesesmithing/crimson_sword";
179
- "/actions/cheesesmithing/demonic_plate_body": "/actions/cheesesmithing/demonic_plate_body";
180
- "/actions/cheesesmithing/demonic_plate_legs": "/actions/cheesesmithing/demonic_plate_legs";
181
- "/actions/cheesesmithing/dodocamel_gauntlets": "/actions/cheesesmithing/dodocamel_gauntlets";
182
- "/actions/cheesesmithing/dodocamel_gauntlets_refined": "/actions/cheesesmithing/dodocamel_gauntlets_refined";
183
- "/actions/cheesesmithing/furious_spear": "/actions/cheesesmithing/furious_spear";
184
- "/actions/cheesesmithing/furious_spear_refined": "/actions/cheesesmithing/furious_spear_refined";
185
- "/actions/cheesesmithing/granite_bludgeon": "/actions/cheesesmithing/granite_bludgeon";
186
- "/actions/cheesesmithing/griffin_bulwark": "/actions/cheesesmithing/griffin_bulwark";
187
- "/actions/cheesesmithing/griffin_bulwark_refined": "/actions/cheesesmithing/griffin_bulwark_refined";
188
- "/actions/cheesesmithing/grizzly_bear_shoes": "/actions/cheesesmithing/grizzly_bear_shoes";
189
- "/actions/cheesesmithing/holy_alembic": "/actions/cheesesmithing/holy_alembic";
190
- "/actions/cheesesmithing/holy_boots": "/actions/cheesesmithing/holy_boots";
191
- "/actions/cheesesmithing/holy_brush": "/actions/cheesesmithing/holy_brush";
192
- "/actions/cheesesmithing/holy_buckler": "/actions/cheesesmithing/holy_buckler";
193
- "/actions/cheesesmithing/holy_bulwark": "/actions/cheesesmithing/holy_bulwark";
194
- "/actions/cheesesmithing/holy_cheese": "/actions/cheesesmithing/holy_cheese";
195
- "/actions/cheesesmithing/holy_chisel": "/actions/cheesesmithing/holy_chisel";
196
- "/actions/cheesesmithing/holy_enhancer": "/actions/cheesesmithing/holy_enhancer";
197
- "/actions/cheesesmithing/holy_gauntlets": "/actions/cheesesmithing/holy_gauntlets";
198
- "/actions/cheesesmithing/holy_hammer": "/actions/cheesesmithing/holy_hammer";
199
- "/actions/cheesesmithing/holy_hatchet": "/actions/cheesesmithing/holy_hatchet";
200
- "/actions/cheesesmithing/holy_helmet": "/actions/cheesesmithing/holy_helmet";
201
- "/actions/cheesesmithing/holy_mace": "/actions/cheesesmithing/holy_mace";
202
- "/actions/cheesesmithing/holy_needle": "/actions/cheesesmithing/holy_needle";
203
- "/actions/cheesesmithing/holy_plate_body": "/actions/cheesesmithing/holy_plate_body";
204
- "/actions/cheesesmithing/holy_plate_legs": "/actions/cheesesmithing/holy_plate_legs";
205
- "/actions/cheesesmithing/holy_pot": "/actions/cheesesmithing/holy_pot";
206
- "/actions/cheesesmithing/holy_shears": "/actions/cheesesmithing/holy_shears";
207
- "/actions/cheesesmithing/holy_spatula": "/actions/cheesesmithing/holy_spatula";
208
- "/actions/cheesesmithing/holy_spear": "/actions/cheesesmithing/holy_spear";
209
- "/actions/cheesesmithing/holy_sword": "/actions/cheesesmithing/holy_sword";
210
- "/actions/cheesesmithing/knights_aegis": "/actions/cheesesmithing/knights_aegis";
211
- "/actions/cheesesmithing/knights_aegis_refined": "/actions/cheesesmithing/knights_aegis_refined";
212
- "/actions/cheesesmithing/maelstrom_plate_body": "/actions/cheesesmithing/maelstrom_plate_body";
213
- "/actions/cheesesmithing/maelstrom_plate_body_refined": "/actions/cheesesmithing/maelstrom_plate_body_refined";
214
- "/actions/cheesesmithing/maelstrom_plate_legs": "/actions/cheesesmithing/maelstrom_plate_legs";
215
- "/actions/cheesesmithing/maelstrom_plate_legs_refined": "/actions/cheesesmithing/maelstrom_plate_legs_refined";
216
- "/actions/cheesesmithing/magnetic_gloves": "/actions/cheesesmithing/magnetic_gloves";
217
- "/actions/cheesesmithing/panda_gloves": "/actions/cheesesmithing/panda_gloves";
218
- "/actions/cheesesmithing/pincer_gloves": "/actions/cheesesmithing/pincer_gloves";
219
- "/actions/cheesesmithing/polar_bear_shoes": "/actions/cheesesmithing/polar_bear_shoes";
220
- "/actions/cheesesmithing/rainbow_alembic": "/actions/cheesesmithing/rainbow_alembic";
221
- "/actions/cheesesmithing/rainbow_boots": "/actions/cheesesmithing/rainbow_boots";
222
- "/actions/cheesesmithing/rainbow_brush": "/actions/cheesesmithing/rainbow_brush";
223
- "/actions/cheesesmithing/rainbow_buckler": "/actions/cheesesmithing/rainbow_buckler";
224
- "/actions/cheesesmithing/rainbow_bulwark": "/actions/cheesesmithing/rainbow_bulwark";
225
- "/actions/cheesesmithing/rainbow_cheese": "/actions/cheesesmithing/rainbow_cheese";
226
- "/actions/cheesesmithing/rainbow_chisel": "/actions/cheesesmithing/rainbow_chisel";
227
- "/actions/cheesesmithing/rainbow_enhancer": "/actions/cheesesmithing/rainbow_enhancer";
228
- "/actions/cheesesmithing/rainbow_gauntlets": "/actions/cheesesmithing/rainbow_gauntlets";
229
- "/actions/cheesesmithing/rainbow_hammer": "/actions/cheesesmithing/rainbow_hammer";
230
- "/actions/cheesesmithing/rainbow_hatchet": "/actions/cheesesmithing/rainbow_hatchet";
231
- "/actions/cheesesmithing/rainbow_helmet": "/actions/cheesesmithing/rainbow_helmet";
232
- "/actions/cheesesmithing/rainbow_mace": "/actions/cheesesmithing/rainbow_mace";
233
- "/actions/cheesesmithing/rainbow_needle": "/actions/cheesesmithing/rainbow_needle";
234
- "/actions/cheesesmithing/rainbow_plate_body": "/actions/cheesesmithing/rainbow_plate_body";
235
- "/actions/cheesesmithing/rainbow_plate_legs": "/actions/cheesesmithing/rainbow_plate_legs";
236
- "/actions/cheesesmithing/rainbow_pot": "/actions/cheesesmithing/rainbow_pot";
237
- "/actions/cheesesmithing/rainbow_shears": "/actions/cheesesmithing/rainbow_shears";
238
- "/actions/cheesesmithing/rainbow_spatula": "/actions/cheesesmithing/rainbow_spatula";
239
- "/actions/cheesesmithing/rainbow_spear": "/actions/cheesesmithing/rainbow_spear";
240
- "/actions/cheesesmithing/rainbow_sword": "/actions/cheesesmithing/rainbow_sword";
241
- "/actions/cheesesmithing/regal_sword": "/actions/cheesesmithing/regal_sword";
242
- "/actions/cheesesmithing/regal_sword_refined": "/actions/cheesesmithing/regal_sword_refined";
243
- "/actions/cheesesmithing/snail_shell_helmet": "/actions/cheesesmithing/snail_shell_helmet";
244
- "/actions/cheesesmithing/snake_fang_dirk": "/actions/cheesesmithing/snake_fang_dirk";
245
- "/actions/cheesesmithing/spiked_bulwark": "/actions/cheesesmithing/spiked_bulwark";
246
- "/actions/cheesesmithing/stalactite_spear": "/actions/cheesesmithing/stalactite_spear";
247
- "/actions/cheesesmithing/turtle_shell_body": "/actions/cheesesmithing/turtle_shell_body";
248
- "/actions/cheesesmithing/turtle_shell_legs": "/actions/cheesesmithing/turtle_shell_legs";
249
- "/actions/cheesesmithing/vampire_fang_dirk": "/actions/cheesesmithing/vampire_fang_dirk";
250
- "/actions/cheesesmithing/verdant_alembic": "/actions/cheesesmithing/verdant_alembic";
251
- "/actions/cheesesmithing/verdant_boots": "/actions/cheesesmithing/verdant_boots";
252
- "/actions/cheesesmithing/verdant_brush": "/actions/cheesesmithing/verdant_brush";
253
- "/actions/cheesesmithing/verdant_buckler": "/actions/cheesesmithing/verdant_buckler";
254
- "/actions/cheesesmithing/verdant_bulwark": "/actions/cheesesmithing/verdant_bulwark";
255
- "/actions/cheesesmithing/verdant_cheese": "/actions/cheesesmithing/verdant_cheese";
256
- "/actions/cheesesmithing/verdant_chisel": "/actions/cheesesmithing/verdant_chisel";
257
- "/actions/cheesesmithing/verdant_enhancer": "/actions/cheesesmithing/verdant_enhancer";
258
- "/actions/cheesesmithing/verdant_gauntlets": "/actions/cheesesmithing/verdant_gauntlets";
259
- "/actions/cheesesmithing/verdant_hammer": "/actions/cheesesmithing/verdant_hammer";
260
- "/actions/cheesesmithing/verdant_hatchet": "/actions/cheesesmithing/verdant_hatchet";
261
- "/actions/cheesesmithing/verdant_helmet": "/actions/cheesesmithing/verdant_helmet";
262
- "/actions/cheesesmithing/verdant_mace": "/actions/cheesesmithing/verdant_mace";
263
- "/actions/cheesesmithing/verdant_needle": "/actions/cheesesmithing/verdant_needle";
264
- "/actions/cheesesmithing/verdant_plate_body": "/actions/cheesesmithing/verdant_plate_body";
265
- "/actions/cheesesmithing/verdant_plate_legs": "/actions/cheesesmithing/verdant_plate_legs";
266
- "/actions/cheesesmithing/verdant_pot": "/actions/cheesesmithing/verdant_pot";
267
- "/actions/cheesesmithing/verdant_shears": "/actions/cheesesmithing/verdant_shears";
268
- "/actions/cheesesmithing/verdant_spatula": "/actions/cheesesmithing/verdant_spatula";
269
- "/actions/cheesesmithing/verdant_spear": "/actions/cheesesmithing/verdant_spear";
270
- "/actions/cheesesmithing/verdant_sword": "/actions/cheesesmithing/verdant_sword";
271
- "/actions/cheesesmithing/vision_helmet": "/actions/cheesesmithing/vision_helmet";
272
- "/actions/cheesesmithing/vision_shield": "/actions/cheesesmithing/vision_shield";
273
- "/actions/cheesesmithing/werewolf_slasher": "/actions/cheesesmithing/werewolf_slasher";
274
- "/actions/combat/abyssal_imp": "/actions/combat/abyssal_imp";
275
- "/actions/combat/alligator": "/actions/combat/alligator";
276
- "/actions/combat/aqua_planet": "/actions/combat/aqua_planet";
277
- "/actions/combat/aquahorse": "/actions/combat/aquahorse";
278
- "/actions/combat/bear_with_it": "/actions/combat/bear_with_it";
279
- "/actions/combat/black_bear": "/actions/combat/black_bear";
280
- "/actions/combat/centaur_archer": "/actions/combat/centaur_archer";
281
- "/actions/combat/chimerical_den": "/actions/combat/chimerical_den";
282
- "/actions/combat/crab": "/actions/combat/crab";
283
- "/actions/combat/elementalist": "/actions/combat/elementalist";
284
- "/actions/combat/enchanted_fortress": "/actions/combat/enchanted_fortress";
285
- "/actions/combat/eye": "/actions/combat/eye";
286
- "/actions/combat/eyes": "/actions/combat/eyes";
287
- "/actions/combat/flame_sorcerer": "/actions/combat/flame_sorcerer";
288
- "/actions/combat/fly": "/actions/combat/fly";
289
- "/actions/combat/frog": "/actions/combat/frog";
290
- "/actions/combat/gobo_boomy": "/actions/combat/gobo_boomy";
291
- "/actions/combat/gobo_planet": "/actions/combat/gobo_planet";
292
- "/actions/combat/gobo_shooty": "/actions/combat/gobo_shooty";
293
- "/actions/combat/gobo_slashy": "/actions/combat/gobo_slashy";
294
- "/actions/combat/gobo_smashy": "/actions/combat/gobo_smashy";
295
- "/actions/combat/gobo_stabby": "/actions/combat/gobo_stabby";
296
- "/actions/combat/golem_cave": "/actions/combat/golem_cave";
297
- "/actions/combat/granite_golem": "/actions/combat/granite_golem";
298
- "/actions/combat/grizzly_bear": "/actions/combat/grizzly_bear";
299
- "/actions/combat/gummy_bear": "/actions/combat/gummy_bear";
300
- "/actions/combat/ice_sorcerer": "/actions/combat/ice_sorcerer";
301
- "/actions/combat/infernal_abyss": "/actions/combat/infernal_abyss";
302
- "/actions/combat/infernal_warlock": "/actions/combat/infernal_warlock";
303
- "/actions/combat/jungle_planet": "/actions/combat/jungle_planet";
304
- "/actions/combat/jungle_sprite": "/actions/combat/jungle_sprite";
305
- "/actions/combat/magnetic_golem": "/actions/combat/magnetic_golem";
306
- "/actions/combat/myconid": "/actions/combat/myconid";
307
- "/actions/combat/nom_nom": "/actions/combat/nom_nom";
308
- "/actions/combat/novice_sorcerer": "/actions/combat/novice_sorcerer";
309
- "/actions/combat/panda": "/actions/combat/panda";
310
- "/actions/combat/pirate_cove": "/actions/combat/pirate_cove";
311
- "/actions/combat/planet_of_the_eyes": "/actions/combat/planet_of_the_eyes";
312
- "/actions/combat/polar_bear": "/actions/combat/polar_bear";
313
- "/actions/combat/porcupine": "/actions/combat/porcupine";
314
- "/actions/combat/rat": "/actions/combat/rat";
315
- "/actions/combat/sea_snail": "/actions/combat/sea_snail";
316
- "/actions/combat/sinister_circus": "/actions/combat/sinister_circus";
317
- "/actions/combat/skunk": "/actions/combat/skunk";
318
- "/actions/combat/slimy": "/actions/combat/slimy";
319
- "/actions/combat/smelly_planet": "/actions/combat/smelly_planet";
320
- "/actions/combat/snake": "/actions/combat/snake";
321
- "/actions/combat/sorcerers_tower": "/actions/combat/sorcerers_tower";
322
- "/actions/combat/soul_hunter": "/actions/combat/soul_hunter";
323
- "/actions/combat/stalactite_golem": "/actions/combat/stalactite_golem";
324
- "/actions/combat/swamp_planet": "/actions/combat/swamp_planet";
325
- "/actions/combat/swampy": "/actions/combat/swampy";
326
- "/actions/combat/treant": "/actions/combat/treant";
327
- "/actions/combat/turtle": "/actions/combat/turtle";
328
- "/actions/combat/twilight_zone": "/actions/combat/twilight_zone";
329
- "/actions/combat/vampire": "/actions/combat/vampire";
330
- "/actions/combat/veyes": "/actions/combat/veyes";
331
- "/actions/combat/werewolf": "/actions/combat/werewolf";
332
- "/actions/combat/zombie": "/actions/combat/zombie";
333
- "/actions/cooking/apple_gummy": "/actions/cooking/apple_gummy";
334
- "/actions/cooking/apple_yogurt": "/actions/cooking/apple_yogurt";
335
- "/actions/cooking/blackberry_cake": "/actions/cooking/blackberry_cake";
336
- "/actions/cooking/blackberry_donut": "/actions/cooking/blackberry_donut";
337
- "/actions/cooking/blueberry_cake": "/actions/cooking/blueberry_cake";
338
- "/actions/cooking/blueberry_donut": "/actions/cooking/blueberry_donut";
339
- "/actions/cooking/cupcake": "/actions/cooking/cupcake";
340
- "/actions/cooking/donut": "/actions/cooking/donut";
341
- "/actions/cooking/dragon_fruit_gummy": "/actions/cooking/dragon_fruit_gummy";
342
- "/actions/cooking/dragon_fruit_yogurt": "/actions/cooking/dragon_fruit_yogurt";
343
- "/actions/cooking/gummy": "/actions/cooking/gummy";
344
- "/actions/cooking/marsberry_cake": "/actions/cooking/marsberry_cake";
345
- "/actions/cooking/marsberry_donut": "/actions/cooking/marsberry_donut";
346
- "/actions/cooking/mooberry_cake": "/actions/cooking/mooberry_cake";
347
- "/actions/cooking/mooberry_donut": "/actions/cooking/mooberry_donut";
348
- "/actions/cooking/orange_gummy": "/actions/cooking/orange_gummy";
349
- "/actions/cooking/orange_yogurt": "/actions/cooking/orange_yogurt";
350
- "/actions/cooking/peach_gummy": "/actions/cooking/peach_gummy";
351
- "/actions/cooking/peach_yogurt": "/actions/cooking/peach_yogurt";
352
- "/actions/cooking/plum_gummy": "/actions/cooking/plum_gummy";
353
- "/actions/cooking/plum_yogurt": "/actions/cooking/plum_yogurt";
354
- "/actions/cooking/spaceberry_cake": "/actions/cooking/spaceberry_cake";
355
- "/actions/cooking/spaceberry_donut": "/actions/cooking/spaceberry_donut";
356
- "/actions/cooking/star_fruit_gummy": "/actions/cooking/star_fruit_gummy";
357
- "/actions/cooking/star_fruit_yogurt": "/actions/cooking/star_fruit_yogurt";
358
- "/actions/cooking/strawberry_cake": "/actions/cooking/strawberry_cake";
359
- "/actions/cooking/strawberry_donut": "/actions/cooking/strawberry_donut";
360
- "/actions/cooking/yogurt": "/actions/cooking/yogurt";
361
- "/actions/crafting/advanced_alchemy_charm": "/actions/crafting/advanced_alchemy_charm";
362
- "/actions/crafting/advanced_attack_charm": "/actions/crafting/advanced_attack_charm";
363
- "/actions/crafting/advanced_brewing_charm": "/actions/crafting/advanced_brewing_charm";
364
- "/actions/crafting/advanced_cheesesmithing_charm": "/actions/crafting/advanced_cheesesmithing_charm";
365
- "/actions/crafting/advanced_cooking_charm": "/actions/crafting/advanced_cooking_charm";
366
- "/actions/crafting/advanced_crafting_charm": "/actions/crafting/advanced_crafting_charm";
367
- "/actions/crafting/advanced_defense_charm": "/actions/crafting/advanced_defense_charm";
368
- "/actions/crafting/advanced_enhancing_charm": "/actions/crafting/advanced_enhancing_charm";
369
- "/actions/crafting/advanced_foraging_charm": "/actions/crafting/advanced_foraging_charm";
370
- "/actions/crafting/advanced_intelligence_charm": "/actions/crafting/advanced_intelligence_charm";
371
- "/actions/crafting/advanced_magic_charm": "/actions/crafting/advanced_magic_charm";
372
- "/actions/crafting/advanced_melee_charm": "/actions/crafting/advanced_melee_charm";
373
- "/actions/crafting/advanced_milking_charm": "/actions/crafting/advanced_milking_charm";
374
- "/actions/crafting/advanced_ranged_charm": "/actions/crafting/advanced_ranged_charm";
375
- "/actions/crafting/advanced_stamina_charm": "/actions/crafting/advanced_stamina_charm";
376
- "/actions/crafting/advanced_tailoring_charm": "/actions/crafting/advanced_tailoring_charm";
377
- "/actions/crafting/advanced_task_badge": "/actions/crafting/advanced_task_badge";
378
- "/actions/crafting/advanced_woodcutting_charm": "/actions/crafting/advanced_woodcutting_charm";
379
- "/actions/crafting/arcane_bow": "/actions/crafting/arcane_bow";
380
- "/actions/crafting/arcane_crossbow": "/actions/crafting/arcane_crossbow";
381
- "/actions/crafting/arcane_fire_staff": "/actions/crafting/arcane_fire_staff";
382
- "/actions/crafting/arcane_lumber": "/actions/crafting/arcane_lumber";
383
- "/actions/crafting/arcane_nature_staff": "/actions/crafting/arcane_nature_staff";
384
- "/actions/crafting/arcane_shield": "/actions/crafting/arcane_shield";
385
- "/actions/crafting/arcane_water_staff": "/actions/crafting/arcane_water_staff";
386
- "/actions/crafting/basic_alchemy_charm": "/actions/crafting/basic_alchemy_charm";
387
- "/actions/crafting/basic_brewing_charm": "/actions/crafting/basic_brewing_charm";
388
- "/actions/crafting/basic_cheesesmithing_charm": "/actions/crafting/basic_cheesesmithing_charm";
389
- "/actions/crafting/basic_cooking_charm": "/actions/crafting/basic_cooking_charm";
390
- "/actions/crafting/basic_crafting_charm": "/actions/crafting/basic_crafting_charm";
391
- "/actions/crafting/basic_enhancing_charm": "/actions/crafting/basic_enhancing_charm";
392
- "/actions/crafting/basic_foraging_charm": "/actions/crafting/basic_foraging_charm";
393
- "/actions/crafting/basic_milking_charm": "/actions/crafting/basic_milking_charm";
394
- "/actions/crafting/basic_tailoring_charm": "/actions/crafting/basic_tailoring_charm";
395
- "/actions/crafting/basic_task_badge": "/actions/crafting/basic_task_badge";
396
- "/actions/crafting/basic_woodcutting_charm": "/actions/crafting/basic_woodcutting_charm";
397
- "/actions/crafting/birch_bow": "/actions/crafting/birch_bow";
398
- "/actions/crafting/birch_crossbow": "/actions/crafting/birch_crossbow";
399
- "/actions/crafting/birch_fire_staff": "/actions/crafting/birch_fire_staff";
400
- "/actions/crafting/birch_lumber": "/actions/crafting/birch_lumber";
401
- "/actions/crafting/birch_nature_staff": "/actions/crafting/birch_nature_staff";
402
- "/actions/crafting/birch_shield": "/actions/crafting/birch_shield";
403
- "/actions/crafting/birch_water_staff": "/actions/crafting/birch_water_staff";
404
- "/actions/crafting/bishops_codex": "/actions/crafting/bishops_codex";
405
- "/actions/crafting/bishops_codex_refined": "/actions/crafting/bishops_codex_refined";
406
- "/actions/crafting/blazing_trident": "/actions/crafting/blazing_trident";
407
- "/actions/crafting/blazing_trident_refined": "/actions/crafting/blazing_trident_refined";
408
- "/actions/crafting/blooming_trident": "/actions/crafting/blooming_trident";
409
- "/actions/crafting/blooming_trident_refined": "/actions/crafting/blooming_trident_refined";
410
- "/actions/crafting/catalyst_of_coinification": "/actions/crafting/catalyst_of_coinification";
411
- "/actions/crafting/catalyst_of_decomposition": "/actions/crafting/catalyst_of_decomposition";
412
- "/actions/crafting/catalyst_of_transmutation": "/actions/crafting/catalyst_of_transmutation";
413
- "/actions/crafting/cedar_bow": "/actions/crafting/cedar_bow";
414
- "/actions/crafting/cedar_crossbow": "/actions/crafting/cedar_crossbow";
415
- "/actions/crafting/cedar_fire_staff": "/actions/crafting/cedar_fire_staff";
416
- "/actions/crafting/cedar_lumber": "/actions/crafting/cedar_lumber";
417
- "/actions/crafting/cedar_nature_staff": "/actions/crafting/cedar_nature_staff";
418
- "/actions/crafting/cedar_shield": "/actions/crafting/cedar_shield";
419
- "/actions/crafting/cedar_water_staff": "/actions/crafting/cedar_water_staff";
420
- "/actions/crafting/chimerical_chest_key": "/actions/crafting/chimerical_chest_key";
421
- "/actions/crafting/chimerical_entry_key": "/actions/crafting/chimerical_entry_key";
422
- "/actions/crafting/crushed_amber": "/actions/crafting/crushed_amber";
423
- "/actions/crafting/crushed_amethyst": "/actions/crafting/crushed_amethyst";
424
- "/actions/crafting/crushed_garnet": "/actions/crafting/crushed_garnet";
425
- "/actions/crafting/crushed_jade": "/actions/crafting/crushed_jade";
426
- "/actions/crafting/crushed_moonstone": "/actions/crafting/crushed_moonstone";
427
- "/actions/crafting/crushed_pearl": "/actions/crafting/crushed_pearl";
428
- "/actions/crafting/crushed_philosophers_stone": "/actions/crafting/crushed_philosophers_stone";
429
- "/actions/crafting/crushed_sunstone": "/actions/crafting/crushed_sunstone";
430
- "/actions/crafting/cursed_bow": "/actions/crafting/cursed_bow";
431
- "/actions/crafting/cursed_bow_refined": "/actions/crafting/cursed_bow_refined";
432
- "/actions/crafting/earrings_of_armor": "/actions/crafting/earrings_of_armor";
433
- "/actions/crafting/earrings_of_critical_strike": "/actions/crafting/earrings_of_critical_strike";
434
- "/actions/crafting/earrings_of_essence_find": "/actions/crafting/earrings_of_essence_find";
435
- "/actions/crafting/earrings_of_gathering": "/actions/crafting/earrings_of_gathering";
436
- "/actions/crafting/earrings_of_rare_find": "/actions/crafting/earrings_of_rare_find";
437
- "/actions/crafting/earrings_of_regeneration": "/actions/crafting/earrings_of_regeneration";
438
- "/actions/crafting/earrings_of_resistance": "/actions/crafting/earrings_of_resistance";
439
- "/actions/crafting/enchanted_chest_key": "/actions/crafting/enchanted_chest_key";
440
- "/actions/crafting/enchanted_entry_key": "/actions/crafting/enchanted_entry_key";
441
- "/actions/crafting/expert_alchemy_charm": "/actions/crafting/expert_alchemy_charm";
442
- "/actions/crafting/expert_attack_charm": "/actions/crafting/expert_attack_charm";
443
- "/actions/crafting/expert_brewing_charm": "/actions/crafting/expert_brewing_charm";
444
- "/actions/crafting/expert_cheesesmithing_charm": "/actions/crafting/expert_cheesesmithing_charm";
445
- "/actions/crafting/expert_cooking_charm": "/actions/crafting/expert_cooking_charm";
446
- "/actions/crafting/expert_crafting_charm": "/actions/crafting/expert_crafting_charm";
447
- "/actions/crafting/expert_defense_charm": "/actions/crafting/expert_defense_charm";
448
- "/actions/crafting/expert_enhancing_charm": "/actions/crafting/expert_enhancing_charm";
449
- "/actions/crafting/expert_foraging_charm": "/actions/crafting/expert_foraging_charm";
450
- "/actions/crafting/expert_intelligence_charm": "/actions/crafting/expert_intelligence_charm";
451
- "/actions/crafting/expert_magic_charm": "/actions/crafting/expert_magic_charm";
452
- "/actions/crafting/expert_melee_charm": "/actions/crafting/expert_melee_charm";
453
- "/actions/crafting/expert_milking_charm": "/actions/crafting/expert_milking_charm";
454
- "/actions/crafting/expert_ranged_charm": "/actions/crafting/expert_ranged_charm";
455
- "/actions/crafting/expert_stamina_charm": "/actions/crafting/expert_stamina_charm";
456
- "/actions/crafting/expert_tailoring_charm": "/actions/crafting/expert_tailoring_charm";
457
- "/actions/crafting/expert_task_badge": "/actions/crafting/expert_task_badge";
458
- "/actions/crafting/expert_woodcutting_charm": "/actions/crafting/expert_woodcutting_charm";
459
- "/actions/crafting/eye_watch": "/actions/crafting/eye_watch";
460
- "/actions/crafting/fighter_necklace": "/actions/crafting/fighter_necklace";
461
- "/actions/crafting/frost_staff": "/actions/crafting/frost_staff";
462
- "/actions/crafting/ginkgo_bow": "/actions/crafting/ginkgo_bow";
463
- "/actions/crafting/ginkgo_crossbow": "/actions/crafting/ginkgo_crossbow";
464
- "/actions/crafting/ginkgo_fire_staff": "/actions/crafting/ginkgo_fire_staff";
465
- "/actions/crafting/ginkgo_lumber": "/actions/crafting/ginkgo_lumber";
466
- "/actions/crafting/ginkgo_nature_staff": "/actions/crafting/ginkgo_nature_staff";
467
- "/actions/crafting/ginkgo_shield": "/actions/crafting/ginkgo_shield";
468
- "/actions/crafting/ginkgo_water_staff": "/actions/crafting/ginkgo_water_staff";
469
- "/actions/crafting/grandmaster_alchemy_charm": "/actions/crafting/grandmaster_alchemy_charm";
470
- "/actions/crafting/grandmaster_attack_charm": "/actions/crafting/grandmaster_attack_charm";
471
- "/actions/crafting/grandmaster_brewing_charm": "/actions/crafting/grandmaster_brewing_charm";
472
- "/actions/crafting/grandmaster_cheesesmithing_charm": "/actions/crafting/grandmaster_cheesesmithing_charm";
473
- "/actions/crafting/grandmaster_cooking_charm": "/actions/crafting/grandmaster_cooking_charm";
474
- "/actions/crafting/grandmaster_crafting_charm": "/actions/crafting/grandmaster_crafting_charm";
475
- "/actions/crafting/grandmaster_defense_charm": "/actions/crafting/grandmaster_defense_charm";
476
- "/actions/crafting/grandmaster_enhancing_charm": "/actions/crafting/grandmaster_enhancing_charm";
477
- "/actions/crafting/grandmaster_foraging_charm": "/actions/crafting/grandmaster_foraging_charm";
478
- "/actions/crafting/grandmaster_intelligence_charm": "/actions/crafting/grandmaster_intelligence_charm";
479
- "/actions/crafting/grandmaster_magic_charm": "/actions/crafting/grandmaster_magic_charm";
480
- "/actions/crafting/grandmaster_melee_charm": "/actions/crafting/grandmaster_melee_charm";
481
- "/actions/crafting/grandmaster_milking_charm": "/actions/crafting/grandmaster_milking_charm";
482
- "/actions/crafting/grandmaster_ranged_charm": "/actions/crafting/grandmaster_ranged_charm";
483
- "/actions/crafting/grandmaster_stamina_charm": "/actions/crafting/grandmaster_stamina_charm";
484
- "/actions/crafting/grandmaster_tailoring_charm": "/actions/crafting/grandmaster_tailoring_charm";
485
- "/actions/crafting/grandmaster_woodcutting_charm": "/actions/crafting/grandmaster_woodcutting_charm";
486
- "/actions/crafting/infernal_battlestaff": "/actions/crafting/infernal_battlestaff";
487
- "/actions/crafting/jackalope_staff": "/actions/crafting/jackalope_staff";
488
- "/actions/crafting/lumber": "/actions/crafting/lumber";
489
- "/actions/crafting/manticore_shield": "/actions/crafting/manticore_shield";
490
- "/actions/crafting/master_alchemy_charm": "/actions/crafting/master_alchemy_charm";
491
- "/actions/crafting/master_attack_charm": "/actions/crafting/master_attack_charm";
492
- "/actions/crafting/master_brewing_charm": "/actions/crafting/master_brewing_charm";
493
- "/actions/crafting/master_cheesesmithing_charm": "/actions/crafting/master_cheesesmithing_charm";
494
- "/actions/crafting/master_cooking_charm": "/actions/crafting/master_cooking_charm";
495
- "/actions/crafting/master_crafting_charm": "/actions/crafting/master_crafting_charm";
496
- "/actions/crafting/master_defense_charm": "/actions/crafting/master_defense_charm";
497
- "/actions/crafting/master_enhancing_charm": "/actions/crafting/master_enhancing_charm";
498
- "/actions/crafting/master_foraging_charm": "/actions/crafting/master_foraging_charm";
499
- "/actions/crafting/master_intelligence_charm": "/actions/crafting/master_intelligence_charm";
500
- "/actions/crafting/master_magic_charm": "/actions/crafting/master_magic_charm";
501
- "/actions/crafting/master_melee_charm": "/actions/crafting/master_melee_charm";
502
- "/actions/crafting/master_milking_charm": "/actions/crafting/master_milking_charm";
503
- "/actions/crafting/master_ranged_charm": "/actions/crafting/master_ranged_charm";
504
- "/actions/crafting/master_stamina_charm": "/actions/crafting/master_stamina_charm";
505
- "/actions/crafting/master_tailoring_charm": "/actions/crafting/master_tailoring_charm";
506
- "/actions/crafting/master_woodcutting_charm": "/actions/crafting/master_woodcutting_charm";
507
- "/actions/crafting/mirror_of_protection": "/actions/crafting/mirror_of_protection";
508
- "/actions/crafting/necklace_of_efficiency": "/actions/crafting/necklace_of_efficiency";
509
- "/actions/crafting/necklace_of_speed": "/actions/crafting/necklace_of_speed";
510
- "/actions/crafting/necklace_of_wisdom": "/actions/crafting/necklace_of_wisdom";
511
- "/actions/crafting/philosophers_earrings": "/actions/crafting/philosophers_earrings";
512
- "/actions/crafting/philosophers_necklace": "/actions/crafting/philosophers_necklace";
513
- "/actions/crafting/philosophers_ring": "/actions/crafting/philosophers_ring";
514
- "/actions/crafting/pirate_chest_key": "/actions/crafting/pirate_chest_key";
515
- "/actions/crafting/pirate_entry_key": "/actions/crafting/pirate_entry_key";
516
- "/actions/crafting/purpleheart_bow": "/actions/crafting/purpleheart_bow";
517
- "/actions/crafting/purpleheart_crossbow": "/actions/crafting/purpleheart_crossbow";
518
- "/actions/crafting/purpleheart_fire_staff": "/actions/crafting/purpleheart_fire_staff";
519
- "/actions/crafting/purpleheart_lumber": "/actions/crafting/purpleheart_lumber";
520
- "/actions/crafting/purpleheart_nature_staff": "/actions/crafting/purpleheart_nature_staff";
521
- "/actions/crafting/purpleheart_shield": "/actions/crafting/purpleheart_shield";
522
- "/actions/crafting/purpleheart_water_staff": "/actions/crafting/purpleheart_water_staff";
523
- "/actions/crafting/ranger_necklace": "/actions/crafting/ranger_necklace";
524
- "/actions/crafting/redwood_bow": "/actions/crafting/redwood_bow";
525
- "/actions/crafting/redwood_crossbow": "/actions/crafting/redwood_crossbow";
526
- "/actions/crafting/redwood_fire_staff": "/actions/crafting/redwood_fire_staff";
527
- "/actions/crafting/redwood_lumber": "/actions/crafting/redwood_lumber";
528
- "/actions/crafting/redwood_nature_staff": "/actions/crafting/redwood_nature_staff";
529
- "/actions/crafting/redwood_shield": "/actions/crafting/redwood_shield";
530
- "/actions/crafting/redwood_water_staff": "/actions/crafting/redwood_water_staff";
531
- "/actions/crafting/ring_of_armor": "/actions/crafting/ring_of_armor";
532
- "/actions/crafting/ring_of_critical_strike": "/actions/crafting/ring_of_critical_strike";
533
- "/actions/crafting/ring_of_essence_find": "/actions/crafting/ring_of_essence_find";
534
- "/actions/crafting/ring_of_gathering": "/actions/crafting/ring_of_gathering";
535
- "/actions/crafting/ring_of_rare_find": "/actions/crafting/ring_of_rare_find";
536
- "/actions/crafting/ring_of_regeneration": "/actions/crafting/ring_of_regeneration";
537
- "/actions/crafting/ring_of_resistance": "/actions/crafting/ring_of_resistance";
538
- "/actions/crafting/rippling_trident": "/actions/crafting/rippling_trident";
539
- "/actions/crafting/rippling_trident_refined": "/actions/crafting/rippling_trident_refined";
540
- "/actions/crafting/sinister_chest_key": "/actions/crafting/sinister_chest_key";
541
- "/actions/crafting/sinister_entry_key": "/actions/crafting/sinister_entry_key";
542
- "/actions/crafting/soul_hunter_crossbow": "/actions/crafting/soul_hunter_crossbow";
543
- "/actions/crafting/sundering_crossbow": "/actions/crafting/sundering_crossbow";
544
- "/actions/crafting/sundering_crossbow_refined": "/actions/crafting/sundering_crossbow_refined";
545
- "/actions/crafting/treant_shield": "/actions/crafting/treant_shield";
546
- "/actions/crafting/vampiric_bow": "/actions/crafting/vampiric_bow";
547
- "/actions/crafting/watchful_relic": "/actions/crafting/watchful_relic";
548
- "/actions/crafting/wizard_necklace": "/actions/crafting/wizard_necklace";
549
- "/actions/crafting/wooden_bow": "/actions/crafting/wooden_bow";
550
- "/actions/crafting/wooden_crossbow": "/actions/crafting/wooden_crossbow";
551
- "/actions/crafting/wooden_fire_staff": "/actions/crafting/wooden_fire_staff";
552
- "/actions/crafting/wooden_nature_staff": "/actions/crafting/wooden_nature_staff";
553
- "/actions/crafting/wooden_shield": "/actions/crafting/wooden_shield";
554
- "/actions/crafting/wooden_water_staff": "/actions/crafting/wooden_water_staff";
555
- "/actions/enhancing/enhance": "/actions/enhancing/enhance";
556
- "/actions/foraging/apple": "/actions/foraging/apple";
557
- "/actions/foraging/arabica_coffee_bean": "/actions/foraging/arabica_coffee_bean";
558
- "/actions/foraging/asteroid_belt": "/actions/foraging/asteroid_belt";
559
- "/actions/foraging/bamboo_branch": "/actions/foraging/bamboo_branch";
560
- "/actions/foraging/blackberry": "/actions/foraging/blackberry";
561
- "/actions/foraging/blueberry": "/actions/foraging/blueberry";
562
- "/actions/foraging/burble_beach": "/actions/foraging/burble_beach";
563
- "/actions/foraging/cocoon": "/actions/foraging/cocoon";
564
- "/actions/foraging/cotton": "/actions/foraging/cotton";
565
- "/actions/foraging/dragon_fruit": "/actions/foraging/dragon_fruit";
566
- "/actions/foraging/egg": "/actions/foraging/egg";
567
- "/actions/foraging/excelsa_coffee_bean": "/actions/foraging/excelsa_coffee_bean";
568
- "/actions/foraging/farmland": "/actions/foraging/farmland";
569
- "/actions/foraging/fieriosa_coffee_bean": "/actions/foraging/fieriosa_coffee_bean";
570
- "/actions/foraging/flax": "/actions/foraging/flax";
571
- "/actions/foraging/liberica_coffee_bean": "/actions/foraging/liberica_coffee_bean";
572
- "/actions/foraging/marsberry": "/actions/foraging/marsberry";
573
- "/actions/foraging/misty_forest": "/actions/foraging/misty_forest";
574
- "/actions/foraging/mooberry": "/actions/foraging/mooberry";
575
- "/actions/foraging/olympus_mons": "/actions/foraging/olympus_mons";
576
- "/actions/foraging/orange": "/actions/foraging/orange";
577
- "/actions/foraging/peach": "/actions/foraging/peach";
578
- "/actions/foraging/plum": "/actions/foraging/plum";
579
- "/actions/foraging/radiant_fiber": "/actions/foraging/radiant_fiber";
580
- "/actions/foraging/robusta_coffee_bean": "/actions/foraging/robusta_coffee_bean";
581
- "/actions/foraging/shimmering_lake": "/actions/foraging/shimmering_lake";
582
- "/actions/foraging/silly_cow_valley": "/actions/foraging/silly_cow_valley";
583
- "/actions/foraging/spaceberry": "/actions/foraging/spaceberry";
584
- "/actions/foraging/spacia_coffee_bean": "/actions/foraging/spacia_coffee_bean";
585
- "/actions/foraging/star_fruit": "/actions/foraging/star_fruit";
586
- "/actions/foraging/strawberry": "/actions/foraging/strawberry";
587
- "/actions/foraging/sugar": "/actions/foraging/sugar";
588
- "/actions/foraging/wheat": "/actions/foraging/wheat";
589
- "/actions/milking/azure_cow": "/actions/milking/azure_cow";
590
- "/actions/milking/burble_cow": "/actions/milking/burble_cow";
591
- "/actions/milking/cow": "/actions/milking/cow";
592
- "/actions/milking/crimson_cow": "/actions/milking/crimson_cow";
593
- "/actions/milking/holy_cow": "/actions/milking/holy_cow";
594
- "/actions/milking/unicow": "/actions/milking/unicow";
595
- "/actions/milking/verdant_cow": "/actions/milking/verdant_cow";
596
- "/actions/tailoring/acrobatic_hood": "/actions/tailoring/acrobatic_hood";
597
- "/actions/tailoring/acrobatic_hood_refined": "/actions/tailoring/acrobatic_hood_refined";
598
- "/actions/tailoring/alchemists_bottoms": "/actions/tailoring/alchemists_bottoms";
599
- "/actions/tailoring/alchemists_top": "/actions/tailoring/alchemists_top";
600
- "/actions/tailoring/bamboo_boots": "/actions/tailoring/bamboo_boots";
601
- "/actions/tailoring/bamboo_fabric": "/actions/tailoring/bamboo_fabric";
602
- "/actions/tailoring/bamboo_gloves": "/actions/tailoring/bamboo_gloves";
603
- "/actions/tailoring/bamboo_hat": "/actions/tailoring/bamboo_hat";
604
- "/actions/tailoring/bamboo_robe_bottoms": "/actions/tailoring/bamboo_robe_bottoms";
605
- "/actions/tailoring/bamboo_robe_top": "/actions/tailoring/bamboo_robe_top";
606
- "/actions/tailoring/beast_boots": "/actions/tailoring/beast_boots";
607
- "/actions/tailoring/beast_bracers": "/actions/tailoring/beast_bracers";
608
- "/actions/tailoring/beast_chaps": "/actions/tailoring/beast_chaps";
609
- "/actions/tailoring/beast_hood": "/actions/tailoring/beast_hood";
610
- "/actions/tailoring/beast_leather": "/actions/tailoring/beast_leather";
611
- "/actions/tailoring/beast_tunic": "/actions/tailoring/beast_tunic";
612
- "/actions/tailoring/brewers_bottoms": "/actions/tailoring/brewers_bottoms";
613
- "/actions/tailoring/brewers_top": "/actions/tailoring/brewers_top";
614
- "/actions/tailoring/centaur_boots": "/actions/tailoring/centaur_boots";
615
- "/actions/tailoring/cheesemakers_bottoms": "/actions/tailoring/cheesemakers_bottoms";
616
- "/actions/tailoring/cheesemakers_top": "/actions/tailoring/cheesemakers_top";
617
- "/actions/tailoring/chefs_bottoms": "/actions/tailoring/chefs_bottoms";
618
- "/actions/tailoring/chefs_top": "/actions/tailoring/chefs_top";
619
- "/actions/tailoring/chimerical_quiver_refined": "/actions/tailoring/chimerical_quiver_refined";
620
- "/actions/tailoring/chrono_gloves": "/actions/tailoring/chrono_gloves";
621
- "/actions/tailoring/collectors_boots": "/actions/tailoring/collectors_boots";
622
- "/actions/tailoring/cotton_boots": "/actions/tailoring/cotton_boots";
623
- "/actions/tailoring/cotton_fabric": "/actions/tailoring/cotton_fabric";
624
- "/actions/tailoring/cotton_gloves": "/actions/tailoring/cotton_gloves";
625
- "/actions/tailoring/cotton_hat": "/actions/tailoring/cotton_hat";
626
- "/actions/tailoring/cotton_robe_bottoms": "/actions/tailoring/cotton_robe_bottoms";
627
- "/actions/tailoring/cotton_robe_top": "/actions/tailoring/cotton_robe_top";
628
- "/actions/tailoring/crafters_bottoms": "/actions/tailoring/crafters_bottoms";
629
- "/actions/tailoring/crafters_top": "/actions/tailoring/crafters_top";
630
- "/actions/tailoring/dairyhands_bottoms": "/actions/tailoring/dairyhands_bottoms";
631
- "/actions/tailoring/dairyhands_top": "/actions/tailoring/dairyhands_top";
632
- "/actions/tailoring/enchanted_cloak_refined": "/actions/tailoring/enchanted_cloak_refined";
633
- "/actions/tailoring/enchanted_gloves": "/actions/tailoring/enchanted_gloves";
634
- "/actions/tailoring/enhancers_bottoms": "/actions/tailoring/enhancers_bottoms";
635
- "/actions/tailoring/enhancers_top": "/actions/tailoring/enhancers_top";
636
- "/actions/tailoring/flaming_robe_bottoms": "/actions/tailoring/flaming_robe_bottoms";
637
- "/actions/tailoring/flaming_robe_top": "/actions/tailoring/flaming_robe_top";
638
- "/actions/tailoring/fluffy_red_hat": "/actions/tailoring/fluffy_red_hat";
639
- "/actions/tailoring/foragers_bottoms": "/actions/tailoring/foragers_bottoms";
640
- "/actions/tailoring/foragers_top": "/actions/tailoring/foragers_top";
641
- "/actions/tailoring/giant_pouch": "/actions/tailoring/giant_pouch";
642
- "/actions/tailoring/gluttonous_pouch": "/actions/tailoring/gluttonous_pouch";
643
- "/actions/tailoring/gobo_boots": "/actions/tailoring/gobo_boots";
644
- "/actions/tailoring/gobo_bracers": "/actions/tailoring/gobo_bracers";
645
- "/actions/tailoring/gobo_chaps": "/actions/tailoring/gobo_chaps";
646
- "/actions/tailoring/gobo_hood": "/actions/tailoring/gobo_hood";
647
- "/actions/tailoring/gobo_leather": "/actions/tailoring/gobo_leather";
648
- "/actions/tailoring/gobo_tunic": "/actions/tailoring/gobo_tunic";
649
- "/actions/tailoring/griffin_chaps": "/actions/tailoring/griffin_chaps";
650
- "/actions/tailoring/griffin_tunic": "/actions/tailoring/griffin_tunic";
651
- "/actions/tailoring/guzzling_pouch": "/actions/tailoring/guzzling_pouch";
652
- "/actions/tailoring/icy_robe_bottoms": "/actions/tailoring/icy_robe_bottoms";
653
- "/actions/tailoring/icy_robe_top": "/actions/tailoring/icy_robe_top";
654
- "/actions/tailoring/kraken_chaps": "/actions/tailoring/kraken_chaps";
655
- "/actions/tailoring/kraken_chaps_refined": "/actions/tailoring/kraken_chaps_refined";
656
- "/actions/tailoring/kraken_tunic": "/actions/tailoring/kraken_tunic";
657
- "/actions/tailoring/kraken_tunic_refined": "/actions/tailoring/kraken_tunic_refined";
658
- "/actions/tailoring/large_pouch": "/actions/tailoring/large_pouch";
659
- "/actions/tailoring/linen_boots": "/actions/tailoring/linen_boots";
660
- "/actions/tailoring/linen_fabric": "/actions/tailoring/linen_fabric";
661
- "/actions/tailoring/linen_gloves": "/actions/tailoring/linen_gloves";
662
- "/actions/tailoring/linen_hat": "/actions/tailoring/linen_hat";
663
- "/actions/tailoring/linen_robe_bottoms": "/actions/tailoring/linen_robe_bottoms";
664
- "/actions/tailoring/linen_robe_top": "/actions/tailoring/linen_robe_top";
665
- "/actions/tailoring/lumberjacks_bottoms": "/actions/tailoring/lumberjacks_bottoms";
666
- "/actions/tailoring/lumberjacks_top": "/actions/tailoring/lumberjacks_top";
667
- "/actions/tailoring/luna_robe_bottoms": "/actions/tailoring/luna_robe_bottoms";
668
- "/actions/tailoring/luna_robe_top": "/actions/tailoring/luna_robe_top";
669
- "/actions/tailoring/magicians_hat": "/actions/tailoring/magicians_hat";
670
- "/actions/tailoring/magicians_hat_refined": "/actions/tailoring/magicians_hat_refined";
671
- "/actions/tailoring/marine_chaps": "/actions/tailoring/marine_chaps";
672
- "/actions/tailoring/marine_tunic": "/actions/tailoring/marine_tunic";
673
- "/actions/tailoring/marksman_bracers": "/actions/tailoring/marksman_bracers";
674
- "/actions/tailoring/marksman_bracers_refined": "/actions/tailoring/marksman_bracers_refined";
675
- "/actions/tailoring/medium_pouch": "/actions/tailoring/medium_pouch";
676
- "/actions/tailoring/radiant_boots": "/actions/tailoring/radiant_boots";
677
- "/actions/tailoring/radiant_fabric": "/actions/tailoring/radiant_fabric";
678
- "/actions/tailoring/radiant_gloves": "/actions/tailoring/radiant_gloves";
679
- "/actions/tailoring/radiant_hat": "/actions/tailoring/radiant_hat";
680
- "/actions/tailoring/radiant_robe_bottoms": "/actions/tailoring/radiant_robe_bottoms";
681
- "/actions/tailoring/radiant_robe_top": "/actions/tailoring/radiant_robe_top";
682
- "/actions/tailoring/red_culinary_hat": "/actions/tailoring/red_culinary_hat";
683
- "/actions/tailoring/reptile_boots": "/actions/tailoring/reptile_boots";
684
- "/actions/tailoring/reptile_bracers": "/actions/tailoring/reptile_bracers";
685
- "/actions/tailoring/reptile_chaps": "/actions/tailoring/reptile_chaps";
686
- "/actions/tailoring/reptile_hood": "/actions/tailoring/reptile_hood";
687
- "/actions/tailoring/reptile_leather": "/actions/tailoring/reptile_leather";
688
- "/actions/tailoring/reptile_tunic": "/actions/tailoring/reptile_tunic";
689
- "/actions/tailoring/revenant_chaps": "/actions/tailoring/revenant_chaps";
690
- "/actions/tailoring/revenant_tunic": "/actions/tailoring/revenant_tunic";
691
- "/actions/tailoring/rough_boots": "/actions/tailoring/rough_boots";
692
- "/actions/tailoring/rough_bracers": "/actions/tailoring/rough_bracers";
693
- "/actions/tailoring/rough_chaps": "/actions/tailoring/rough_chaps";
694
- "/actions/tailoring/rough_hood": "/actions/tailoring/rough_hood";
695
- "/actions/tailoring/rough_leather": "/actions/tailoring/rough_leather";
696
- "/actions/tailoring/rough_tunic": "/actions/tailoring/rough_tunic";
697
- "/actions/tailoring/royal_fire_robe_bottoms": "/actions/tailoring/royal_fire_robe_bottoms";
698
- "/actions/tailoring/royal_fire_robe_bottoms_refined": "/actions/tailoring/royal_fire_robe_bottoms_refined";
699
- "/actions/tailoring/royal_fire_robe_top": "/actions/tailoring/royal_fire_robe_top";
700
- "/actions/tailoring/royal_fire_robe_top_refined": "/actions/tailoring/royal_fire_robe_top_refined";
701
- "/actions/tailoring/royal_nature_robe_bottoms": "/actions/tailoring/royal_nature_robe_bottoms";
702
- "/actions/tailoring/royal_nature_robe_bottoms_refined": "/actions/tailoring/royal_nature_robe_bottoms_refined";
703
- "/actions/tailoring/royal_nature_robe_top": "/actions/tailoring/royal_nature_robe_top";
704
- "/actions/tailoring/royal_nature_robe_top_refined": "/actions/tailoring/royal_nature_robe_top_refined";
705
- "/actions/tailoring/royal_water_robe_bottoms": "/actions/tailoring/royal_water_robe_bottoms";
706
- "/actions/tailoring/royal_water_robe_bottoms_refined": "/actions/tailoring/royal_water_robe_bottoms_refined";
707
- "/actions/tailoring/royal_water_robe_top": "/actions/tailoring/royal_water_robe_top";
708
- "/actions/tailoring/royal_water_robe_top_refined": "/actions/tailoring/royal_water_robe_top_refined";
709
- "/actions/tailoring/shoebill_shoes": "/actions/tailoring/shoebill_shoes";
710
- "/actions/tailoring/sighted_bracers": "/actions/tailoring/sighted_bracers";
711
- "/actions/tailoring/silk_boots": "/actions/tailoring/silk_boots";
712
- "/actions/tailoring/silk_fabric": "/actions/tailoring/silk_fabric";
713
- "/actions/tailoring/silk_gloves": "/actions/tailoring/silk_gloves";
714
- "/actions/tailoring/silk_hat": "/actions/tailoring/silk_hat";
715
- "/actions/tailoring/silk_robe_bottoms": "/actions/tailoring/silk_robe_bottoms";
716
- "/actions/tailoring/silk_robe_top": "/actions/tailoring/silk_robe_top";
717
- "/actions/tailoring/sinister_cape_refined": "/actions/tailoring/sinister_cape_refined";
718
- "/actions/tailoring/small_pouch": "/actions/tailoring/small_pouch";
719
- "/actions/tailoring/sorcerer_boots": "/actions/tailoring/sorcerer_boots";
720
- "/actions/tailoring/tailors_bottoms": "/actions/tailoring/tailors_bottoms";
721
- "/actions/tailoring/tailors_top": "/actions/tailoring/tailors_top";
722
- "/actions/tailoring/umbral_boots": "/actions/tailoring/umbral_boots";
723
- "/actions/tailoring/umbral_bracers": "/actions/tailoring/umbral_bracers";
724
- "/actions/tailoring/umbral_chaps": "/actions/tailoring/umbral_chaps";
725
- "/actions/tailoring/umbral_hood": "/actions/tailoring/umbral_hood";
726
- "/actions/tailoring/umbral_leather": "/actions/tailoring/umbral_leather";
727
- "/actions/tailoring/umbral_tunic": "/actions/tailoring/umbral_tunic";
728
- "/actions/woodcutting/arcane_tree": "/actions/woodcutting/arcane_tree";
729
- "/actions/woodcutting/birch_tree": "/actions/woodcutting/birch_tree";
730
- "/actions/woodcutting/cedar_tree": "/actions/woodcutting/cedar_tree";
731
- "/actions/woodcutting/ginkgo_tree": "/actions/woodcutting/ginkgo_tree";
732
- "/actions/woodcutting/purpleheart_tree": "/actions/woodcutting/purpleheart_tree";
733
- "/actions/woodcutting/redwood_tree": "/actions/woodcutting/redwood_tree";
734
- "/actions/woodcutting/tree": "/actions/woodcutting/tree";
735
- }>;
736
- export type ActionHrid = z.infer<typeof ActionHridEnum>;
737
- export declare const ActionSchema: z.ZodObject<{
738
- hrid: z.ZodEnum<{
739
- "/actions/alchemy/coinify": "/actions/alchemy/coinify";
740
- "/actions/alchemy/decompose": "/actions/alchemy/decompose";
741
- "/actions/alchemy/transmute": "/actions/alchemy/transmute";
742
- "/actions/brewing/alchemy_tea": "/actions/brewing/alchemy_tea";
743
- "/actions/brewing/artisan_tea": "/actions/brewing/artisan_tea";
744
- "/actions/brewing/attack_coffee": "/actions/brewing/attack_coffee";
745
- "/actions/brewing/blessed_tea": "/actions/brewing/blessed_tea";
746
- "/actions/brewing/brewing_tea": "/actions/brewing/brewing_tea";
747
- "/actions/brewing/catalytic_tea": "/actions/brewing/catalytic_tea";
748
- "/actions/brewing/channeling_coffee": "/actions/brewing/channeling_coffee";
749
- "/actions/brewing/cheesesmithing_tea": "/actions/brewing/cheesesmithing_tea";
750
- "/actions/brewing/cooking_tea": "/actions/brewing/cooking_tea";
751
- "/actions/brewing/crafting_tea": "/actions/brewing/crafting_tea";
752
- "/actions/brewing/critical_coffee": "/actions/brewing/critical_coffee";
753
- "/actions/brewing/defense_coffee": "/actions/brewing/defense_coffee";
754
- "/actions/brewing/efficiency_tea": "/actions/brewing/efficiency_tea";
755
- "/actions/brewing/enhancing_tea": "/actions/brewing/enhancing_tea";
756
- "/actions/brewing/foraging_tea": "/actions/brewing/foraging_tea";
757
- "/actions/brewing/gathering_tea": "/actions/brewing/gathering_tea";
758
- "/actions/brewing/gourmet_tea": "/actions/brewing/gourmet_tea";
759
- "/actions/brewing/intelligence_coffee": "/actions/brewing/intelligence_coffee";
760
- "/actions/brewing/lucky_coffee": "/actions/brewing/lucky_coffee";
761
- "/actions/brewing/magic_coffee": "/actions/brewing/magic_coffee";
762
- "/actions/brewing/melee_coffee": "/actions/brewing/melee_coffee";
763
- "/actions/brewing/milking_tea": "/actions/brewing/milking_tea";
764
- "/actions/brewing/processing_tea": "/actions/brewing/processing_tea";
765
- "/actions/brewing/ranged_coffee": "/actions/brewing/ranged_coffee";
766
- "/actions/brewing/stamina_coffee": "/actions/brewing/stamina_coffee";
767
- "/actions/brewing/super_alchemy_tea": "/actions/brewing/super_alchemy_tea";
768
- "/actions/brewing/super_attack_coffee": "/actions/brewing/super_attack_coffee";
769
- "/actions/brewing/super_brewing_tea": "/actions/brewing/super_brewing_tea";
770
- "/actions/brewing/super_cheesesmithing_tea": "/actions/brewing/super_cheesesmithing_tea";
771
- "/actions/brewing/super_cooking_tea": "/actions/brewing/super_cooking_tea";
772
- "/actions/brewing/super_crafting_tea": "/actions/brewing/super_crafting_tea";
773
- "/actions/brewing/super_defense_coffee": "/actions/brewing/super_defense_coffee";
774
- "/actions/brewing/super_enhancing_tea": "/actions/brewing/super_enhancing_tea";
775
- "/actions/brewing/super_foraging_tea": "/actions/brewing/super_foraging_tea";
776
- "/actions/brewing/super_intelligence_coffee": "/actions/brewing/super_intelligence_coffee";
777
- "/actions/brewing/super_magic_coffee": "/actions/brewing/super_magic_coffee";
778
- "/actions/brewing/super_melee_coffee": "/actions/brewing/super_melee_coffee";
779
- "/actions/brewing/super_milking_tea": "/actions/brewing/super_milking_tea";
780
- "/actions/brewing/super_ranged_coffee": "/actions/brewing/super_ranged_coffee";
781
- "/actions/brewing/super_stamina_coffee": "/actions/brewing/super_stamina_coffee";
782
- "/actions/brewing/super_tailoring_tea": "/actions/brewing/super_tailoring_tea";
783
- "/actions/brewing/super_woodcutting_tea": "/actions/brewing/super_woodcutting_tea";
784
- "/actions/brewing/swiftness_coffee": "/actions/brewing/swiftness_coffee";
785
- "/actions/brewing/tailoring_tea": "/actions/brewing/tailoring_tea";
786
- "/actions/brewing/ultra_alchemy_tea": "/actions/brewing/ultra_alchemy_tea";
787
- "/actions/brewing/ultra_attack_coffee": "/actions/brewing/ultra_attack_coffee";
788
- "/actions/brewing/ultra_brewing_tea": "/actions/brewing/ultra_brewing_tea";
789
- "/actions/brewing/ultra_cheesesmithing_tea": "/actions/brewing/ultra_cheesesmithing_tea";
790
- "/actions/brewing/ultra_cooking_tea": "/actions/brewing/ultra_cooking_tea";
791
- "/actions/brewing/ultra_crafting_tea": "/actions/brewing/ultra_crafting_tea";
792
- "/actions/brewing/ultra_defense_coffee": "/actions/brewing/ultra_defense_coffee";
793
- "/actions/brewing/ultra_enhancing_tea": "/actions/brewing/ultra_enhancing_tea";
794
- "/actions/brewing/ultra_foraging_tea": "/actions/brewing/ultra_foraging_tea";
795
- "/actions/brewing/ultra_intelligence_coffee": "/actions/brewing/ultra_intelligence_coffee";
796
- "/actions/brewing/ultra_magic_coffee": "/actions/brewing/ultra_magic_coffee";
797
- "/actions/brewing/ultra_melee_coffee": "/actions/brewing/ultra_melee_coffee";
798
- "/actions/brewing/ultra_milking_tea": "/actions/brewing/ultra_milking_tea";
799
- "/actions/brewing/ultra_ranged_coffee": "/actions/brewing/ultra_ranged_coffee";
800
- "/actions/brewing/ultra_stamina_coffee": "/actions/brewing/ultra_stamina_coffee";
801
- "/actions/brewing/ultra_tailoring_tea": "/actions/brewing/ultra_tailoring_tea";
802
- "/actions/brewing/ultra_woodcutting_tea": "/actions/brewing/ultra_woodcutting_tea";
803
- "/actions/brewing/wisdom_coffee": "/actions/brewing/wisdom_coffee";
804
- "/actions/brewing/wisdom_tea": "/actions/brewing/wisdom_tea";
805
- "/actions/brewing/woodcutting_tea": "/actions/brewing/woodcutting_tea";
806
- "/actions/cheesesmithing/anchorbound_plate_body": "/actions/cheesesmithing/anchorbound_plate_body";
807
- "/actions/cheesesmithing/anchorbound_plate_body_refined": "/actions/cheesesmithing/anchorbound_plate_body_refined";
808
- "/actions/cheesesmithing/anchorbound_plate_legs": "/actions/cheesesmithing/anchorbound_plate_legs";
809
- "/actions/cheesesmithing/anchorbound_plate_legs_refined": "/actions/cheesesmithing/anchorbound_plate_legs_refined";
810
- "/actions/cheesesmithing/azure_alembic": "/actions/cheesesmithing/azure_alembic";
811
- "/actions/cheesesmithing/azure_boots": "/actions/cheesesmithing/azure_boots";
812
- "/actions/cheesesmithing/azure_brush": "/actions/cheesesmithing/azure_brush";
813
- "/actions/cheesesmithing/azure_buckler": "/actions/cheesesmithing/azure_buckler";
814
- "/actions/cheesesmithing/azure_bulwark": "/actions/cheesesmithing/azure_bulwark";
815
- "/actions/cheesesmithing/azure_cheese": "/actions/cheesesmithing/azure_cheese";
816
- "/actions/cheesesmithing/azure_chisel": "/actions/cheesesmithing/azure_chisel";
817
- "/actions/cheesesmithing/azure_enhancer": "/actions/cheesesmithing/azure_enhancer";
818
- "/actions/cheesesmithing/azure_gauntlets": "/actions/cheesesmithing/azure_gauntlets";
819
- "/actions/cheesesmithing/azure_hammer": "/actions/cheesesmithing/azure_hammer";
820
- "/actions/cheesesmithing/azure_hatchet": "/actions/cheesesmithing/azure_hatchet";
821
- "/actions/cheesesmithing/azure_helmet": "/actions/cheesesmithing/azure_helmet";
822
- "/actions/cheesesmithing/azure_mace": "/actions/cheesesmithing/azure_mace";
823
- "/actions/cheesesmithing/azure_needle": "/actions/cheesesmithing/azure_needle";
824
- "/actions/cheesesmithing/azure_plate_body": "/actions/cheesesmithing/azure_plate_body";
825
- "/actions/cheesesmithing/azure_plate_legs": "/actions/cheesesmithing/azure_plate_legs";
826
- "/actions/cheesesmithing/azure_pot": "/actions/cheesesmithing/azure_pot";
827
- "/actions/cheesesmithing/azure_shears": "/actions/cheesesmithing/azure_shears";
828
- "/actions/cheesesmithing/azure_spatula": "/actions/cheesesmithing/azure_spatula";
829
- "/actions/cheesesmithing/azure_spear": "/actions/cheesesmithing/azure_spear";
830
- "/actions/cheesesmithing/azure_sword": "/actions/cheesesmithing/azure_sword";
831
- "/actions/cheesesmithing/black_bear_shoes": "/actions/cheesesmithing/black_bear_shoes";
832
- "/actions/cheesesmithing/burble_alembic": "/actions/cheesesmithing/burble_alembic";
833
- "/actions/cheesesmithing/burble_boots": "/actions/cheesesmithing/burble_boots";
834
- "/actions/cheesesmithing/burble_brush": "/actions/cheesesmithing/burble_brush";
835
- "/actions/cheesesmithing/burble_buckler": "/actions/cheesesmithing/burble_buckler";
836
- "/actions/cheesesmithing/burble_bulwark": "/actions/cheesesmithing/burble_bulwark";
837
- "/actions/cheesesmithing/burble_cheese": "/actions/cheesesmithing/burble_cheese";
838
- "/actions/cheesesmithing/burble_chisel": "/actions/cheesesmithing/burble_chisel";
839
- "/actions/cheesesmithing/burble_enhancer": "/actions/cheesesmithing/burble_enhancer";
840
- "/actions/cheesesmithing/burble_gauntlets": "/actions/cheesesmithing/burble_gauntlets";
841
- "/actions/cheesesmithing/burble_hammer": "/actions/cheesesmithing/burble_hammer";
842
- "/actions/cheesesmithing/burble_hatchet": "/actions/cheesesmithing/burble_hatchet";
843
- "/actions/cheesesmithing/burble_helmet": "/actions/cheesesmithing/burble_helmet";
844
- "/actions/cheesesmithing/burble_mace": "/actions/cheesesmithing/burble_mace";
845
- "/actions/cheesesmithing/burble_needle": "/actions/cheesesmithing/burble_needle";
846
- "/actions/cheesesmithing/burble_plate_body": "/actions/cheesesmithing/burble_plate_body";
847
- "/actions/cheesesmithing/burble_plate_legs": "/actions/cheesesmithing/burble_plate_legs";
848
- "/actions/cheesesmithing/burble_pot": "/actions/cheesesmithing/burble_pot";
849
- "/actions/cheesesmithing/burble_shears": "/actions/cheesesmithing/burble_shears";
850
- "/actions/cheesesmithing/burble_spatula": "/actions/cheesesmithing/burble_spatula";
851
- "/actions/cheesesmithing/burble_spear": "/actions/cheesesmithing/burble_spear";
852
- "/actions/cheesesmithing/burble_sword": "/actions/cheesesmithing/burble_sword";
853
- "/actions/cheesesmithing/celestial_alembic": "/actions/cheesesmithing/celestial_alembic";
854
- "/actions/cheesesmithing/celestial_brush": "/actions/cheesesmithing/celestial_brush";
855
- "/actions/cheesesmithing/celestial_chisel": "/actions/cheesesmithing/celestial_chisel";
856
- "/actions/cheesesmithing/celestial_enhancer": "/actions/cheesesmithing/celestial_enhancer";
857
- "/actions/cheesesmithing/celestial_hammer": "/actions/cheesesmithing/celestial_hammer";
858
- "/actions/cheesesmithing/celestial_hatchet": "/actions/cheesesmithing/celestial_hatchet";
859
- "/actions/cheesesmithing/celestial_needle": "/actions/cheesesmithing/celestial_needle";
860
- "/actions/cheesesmithing/celestial_pot": "/actions/cheesesmithing/celestial_pot";
861
- "/actions/cheesesmithing/celestial_shears": "/actions/cheesesmithing/celestial_shears";
862
- "/actions/cheesesmithing/celestial_spatula": "/actions/cheesesmithing/celestial_spatula";
863
- "/actions/cheesesmithing/chaotic_flail": "/actions/cheesesmithing/chaotic_flail";
864
- "/actions/cheesesmithing/chaotic_flail_refined": "/actions/cheesesmithing/chaotic_flail_refined";
865
- "/actions/cheesesmithing/cheese": "/actions/cheesesmithing/cheese";
866
- "/actions/cheesesmithing/cheese_alembic": "/actions/cheesesmithing/cheese_alembic";
867
- "/actions/cheesesmithing/cheese_boots": "/actions/cheesesmithing/cheese_boots";
868
- "/actions/cheesesmithing/cheese_brush": "/actions/cheesesmithing/cheese_brush";
869
- "/actions/cheesesmithing/cheese_buckler": "/actions/cheesesmithing/cheese_buckler";
870
- "/actions/cheesesmithing/cheese_bulwark": "/actions/cheesesmithing/cheese_bulwark";
871
- "/actions/cheesesmithing/cheese_chisel": "/actions/cheesesmithing/cheese_chisel";
872
- "/actions/cheesesmithing/cheese_enhancer": "/actions/cheesesmithing/cheese_enhancer";
873
- "/actions/cheesesmithing/cheese_gauntlets": "/actions/cheesesmithing/cheese_gauntlets";
874
- "/actions/cheesesmithing/cheese_hammer": "/actions/cheesesmithing/cheese_hammer";
875
- "/actions/cheesesmithing/cheese_hatchet": "/actions/cheesesmithing/cheese_hatchet";
876
- "/actions/cheesesmithing/cheese_helmet": "/actions/cheesesmithing/cheese_helmet";
877
- "/actions/cheesesmithing/cheese_mace": "/actions/cheesesmithing/cheese_mace";
878
- "/actions/cheesesmithing/cheese_needle": "/actions/cheesesmithing/cheese_needle";
879
- "/actions/cheesesmithing/cheese_plate_body": "/actions/cheesesmithing/cheese_plate_body";
880
- "/actions/cheesesmithing/cheese_plate_legs": "/actions/cheesesmithing/cheese_plate_legs";
881
- "/actions/cheesesmithing/cheese_pot": "/actions/cheesesmithing/cheese_pot";
882
- "/actions/cheesesmithing/cheese_shears": "/actions/cheesesmithing/cheese_shears";
883
- "/actions/cheesesmithing/cheese_spatula": "/actions/cheesesmithing/cheese_spatula";
884
- "/actions/cheesesmithing/cheese_spear": "/actions/cheesesmithing/cheese_spear";
885
- "/actions/cheesesmithing/cheese_sword": "/actions/cheesesmithing/cheese_sword";
886
- "/actions/cheesesmithing/colossus_plate_body": "/actions/cheesesmithing/colossus_plate_body";
887
- "/actions/cheesesmithing/colossus_plate_legs": "/actions/cheesesmithing/colossus_plate_legs";
888
- "/actions/cheesesmithing/corsair_helmet": "/actions/cheesesmithing/corsair_helmet";
889
- "/actions/cheesesmithing/corsair_helmet_refined": "/actions/cheesesmithing/corsair_helmet_refined";
890
- "/actions/cheesesmithing/crimson_alembic": "/actions/cheesesmithing/crimson_alembic";
891
- "/actions/cheesesmithing/crimson_boots": "/actions/cheesesmithing/crimson_boots";
892
- "/actions/cheesesmithing/crimson_brush": "/actions/cheesesmithing/crimson_brush";
893
- "/actions/cheesesmithing/crimson_buckler": "/actions/cheesesmithing/crimson_buckler";
894
- "/actions/cheesesmithing/crimson_bulwark": "/actions/cheesesmithing/crimson_bulwark";
895
- "/actions/cheesesmithing/crimson_cheese": "/actions/cheesesmithing/crimson_cheese";
896
- "/actions/cheesesmithing/crimson_chisel": "/actions/cheesesmithing/crimson_chisel";
897
- "/actions/cheesesmithing/crimson_enhancer": "/actions/cheesesmithing/crimson_enhancer";
898
- "/actions/cheesesmithing/crimson_gauntlets": "/actions/cheesesmithing/crimson_gauntlets";
899
- "/actions/cheesesmithing/crimson_hammer": "/actions/cheesesmithing/crimson_hammer";
900
- "/actions/cheesesmithing/crimson_hatchet": "/actions/cheesesmithing/crimson_hatchet";
901
- "/actions/cheesesmithing/crimson_helmet": "/actions/cheesesmithing/crimson_helmet";
902
- "/actions/cheesesmithing/crimson_mace": "/actions/cheesesmithing/crimson_mace";
903
- "/actions/cheesesmithing/crimson_needle": "/actions/cheesesmithing/crimson_needle";
904
- "/actions/cheesesmithing/crimson_plate_body": "/actions/cheesesmithing/crimson_plate_body";
905
- "/actions/cheesesmithing/crimson_plate_legs": "/actions/cheesesmithing/crimson_plate_legs";
906
- "/actions/cheesesmithing/crimson_pot": "/actions/cheesesmithing/crimson_pot";
907
- "/actions/cheesesmithing/crimson_shears": "/actions/cheesesmithing/crimson_shears";
908
- "/actions/cheesesmithing/crimson_spatula": "/actions/cheesesmithing/crimson_spatula";
909
- "/actions/cheesesmithing/crimson_spear": "/actions/cheesesmithing/crimson_spear";
910
- "/actions/cheesesmithing/crimson_sword": "/actions/cheesesmithing/crimson_sword";
911
- "/actions/cheesesmithing/demonic_plate_body": "/actions/cheesesmithing/demonic_plate_body";
912
- "/actions/cheesesmithing/demonic_plate_legs": "/actions/cheesesmithing/demonic_plate_legs";
913
- "/actions/cheesesmithing/dodocamel_gauntlets": "/actions/cheesesmithing/dodocamel_gauntlets";
914
- "/actions/cheesesmithing/dodocamel_gauntlets_refined": "/actions/cheesesmithing/dodocamel_gauntlets_refined";
915
- "/actions/cheesesmithing/furious_spear": "/actions/cheesesmithing/furious_spear";
916
- "/actions/cheesesmithing/furious_spear_refined": "/actions/cheesesmithing/furious_spear_refined";
917
- "/actions/cheesesmithing/granite_bludgeon": "/actions/cheesesmithing/granite_bludgeon";
918
- "/actions/cheesesmithing/griffin_bulwark": "/actions/cheesesmithing/griffin_bulwark";
919
- "/actions/cheesesmithing/griffin_bulwark_refined": "/actions/cheesesmithing/griffin_bulwark_refined";
920
- "/actions/cheesesmithing/grizzly_bear_shoes": "/actions/cheesesmithing/grizzly_bear_shoes";
921
- "/actions/cheesesmithing/holy_alembic": "/actions/cheesesmithing/holy_alembic";
922
- "/actions/cheesesmithing/holy_boots": "/actions/cheesesmithing/holy_boots";
923
- "/actions/cheesesmithing/holy_brush": "/actions/cheesesmithing/holy_brush";
924
- "/actions/cheesesmithing/holy_buckler": "/actions/cheesesmithing/holy_buckler";
925
- "/actions/cheesesmithing/holy_bulwark": "/actions/cheesesmithing/holy_bulwark";
926
- "/actions/cheesesmithing/holy_cheese": "/actions/cheesesmithing/holy_cheese";
927
- "/actions/cheesesmithing/holy_chisel": "/actions/cheesesmithing/holy_chisel";
928
- "/actions/cheesesmithing/holy_enhancer": "/actions/cheesesmithing/holy_enhancer";
929
- "/actions/cheesesmithing/holy_gauntlets": "/actions/cheesesmithing/holy_gauntlets";
930
- "/actions/cheesesmithing/holy_hammer": "/actions/cheesesmithing/holy_hammer";
931
- "/actions/cheesesmithing/holy_hatchet": "/actions/cheesesmithing/holy_hatchet";
932
- "/actions/cheesesmithing/holy_helmet": "/actions/cheesesmithing/holy_helmet";
933
- "/actions/cheesesmithing/holy_mace": "/actions/cheesesmithing/holy_mace";
934
- "/actions/cheesesmithing/holy_needle": "/actions/cheesesmithing/holy_needle";
935
- "/actions/cheesesmithing/holy_plate_body": "/actions/cheesesmithing/holy_plate_body";
936
- "/actions/cheesesmithing/holy_plate_legs": "/actions/cheesesmithing/holy_plate_legs";
937
- "/actions/cheesesmithing/holy_pot": "/actions/cheesesmithing/holy_pot";
938
- "/actions/cheesesmithing/holy_shears": "/actions/cheesesmithing/holy_shears";
939
- "/actions/cheesesmithing/holy_spatula": "/actions/cheesesmithing/holy_spatula";
940
- "/actions/cheesesmithing/holy_spear": "/actions/cheesesmithing/holy_spear";
941
- "/actions/cheesesmithing/holy_sword": "/actions/cheesesmithing/holy_sword";
942
- "/actions/cheesesmithing/knights_aegis": "/actions/cheesesmithing/knights_aegis";
943
- "/actions/cheesesmithing/knights_aegis_refined": "/actions/cheesesmithing/knights_aegis_refined";
944
- "/actions/cheesesmithing/maelstrom_plate_body": "/actions/cheesesmithing/maelstrom_plate_body";
945
- "/actions/cheesesmithing/maelstrom_plate_body_refined": "/actions/cheesesmithing/maelstrom_plate_body_refined";
946
- "/actions/cheesesmithing/maelstrom_plate_legs": "/actions/cheesesmithing/maelstrom_plate_legs";
947
- "/actions/cheesesmithing/maelstrom_plate_legs_refined": "/actions/cheesesmithing/maelstrom_plate_legs_refined";
948
- "/actions/cheesesmithing/magnetic_gloves": "/actions/cheesesmithing/magnetic_gloves";
949
- "/actions/cheesesmithing/panda_gloves": "/actions/cheesesmithing/panda_gloves";
950
- "/actions/cheesesmithing/pincer_gloves": "/actions/cheesesmithing/pincer_gloves";
951
- "/actions/cheesesmithing/polar_bear_shoes": "/actions/cheesesmithing/polar_bear_shoes";
952
- "/actions/cheesesmithing/rainbow_alembic": "/actions/cheesesmithing/rainbow_alembic";
953
- "/actions/cheesesmithing/rainbow_boots": "/actions/cheesesmithing/rainbow_boots";
954
- "/actions/cheesesmithing/rainbow_brush": "/actions/cheesesmithing/rainbow_brush";
955
- "/actions/cheesesmithing/rainbow_buckler": "/actions/cheesesmithing/rainbow_buckler";
956
- "/actions/cheesesmithing/rainbow_bulwark": "/actions/cheesesmithing/rainbow_bulwark";
957
- "/actions/cheesesmithing/rainbow_cheese": "/actions/cheesesmithing/rainbow_cheese";
958
- "/actions/cheesesmithing/rainbow_chisel": "/actions/cheesesmithing/rainbow_chisel";
959
- "/actions/cheesesmithing/rainbow_enhancer": "/actions/cheesesmithing/rainbow_enhancer";
960
- "/actions/cheesesmithing/rainbow_gauntlets": "/actions/cheesesmithing/rainbow_gauntlets";
961
- "/actions/cheesesmithing/rainbow_hammer": "/actions/cheesesmithing/rainbow_hammer";
962
- "/actions/cheesesmithing/rainbow_hatchet": "/actions/cheesesmithing/rainbow_hatchet";
963
- "/actions/cheesesmithing/rainbow_helmet": "/actions/cheesesmithing/rainbow_helmet";
964
- "/actions/cheesesmithing/rainbow_mace": "/actions/cheesesmithing/rainbow_mace";
965
- "/actions/cheesesmithing/rainbow_needle": "/actions/cheesesmithing/rainbow_needle";
966
- "/actions/cheesesmithing/rainbow_plate_body": "/actions/cheesesmithing/rainbow_plate_body";
967
- "/actions/cheesesmithing/rainbow_plate_legs": "/actions/cheesesmithing/rainbow_plate_legs";
968
- "/actions/cheesesmithing/rainbow_pot": "/actions/cheesesmithing/rainbow_pot";
969
- "/actions/cheesesmithing/rainbow_shears": "/actions/cheesesmithing/rainbow_shears";
970
- "/actions/cheesesmithing/rainbow_spatula": "/actions/cheesesmithing/rainbow_spatula";
971
- "/actions/cheesesmithing/rainbow_spear": "/actions/cheesesmithing/rainbow_spear";
972
- "/actions/cheesesmithing/rainbow_sword": "/actions/cheesesmithing/rainbow_sword";
973
- "/actions/cheesesmithing/regal_sword": "/actions/cheesesmithing/regal_sword";
974
- "/actions/cheesesmithing/regal_sword_refined": "/actions/cheesesmithing/regal_sword_refined";
975
- "/actions/cheesesmithing/snail_shell_helmet": "/actions/cheesesmithing/snail_shell_helmet";
976
- "/actions/cheesesmithing/snake_fang_dirk": "/actions/cheesesmithing/snake_fang_dirk";
977
- "/actions/cheesesmithing/spiked_bulwark": "/actions/cheesesmithing/spiked_bulwark";
978
- "/actions/cheesesmithing/stalactite_spear": "/actions/cheesesmithing/stalactite_spear";
979
- "/actions/cheesesmithing/turtle_shell_body": "/actions/cheesesmithing/turtle_shell_body";
980
- "/actions/cheesesmithing/turtle_shell_legs": "/actions/cheesesmithing/turtle_shell_legs";
981
- "/actions/cheesesmithing/vampire_fang_dirk": "/actions/cheesesmithing/vampire_fang_dirk";
982
- "/actions/cheesesmithing/verdant_alembic": "/actions/cheesesmithing/verdant_alembic";
983
- "/actions/cheesesmithing/verdant_boots": "/actions/cheesesmithing/verdant_boots";
984
- "/actions/cheesesmithing/verdant_brush": "/actions/cheesesmithing/verdant_brush";
985
- "/actions/cheesesmithing/verdant_buckler": "/actions/cheesesmithing/verdant_buckler";
986
- "/actions/cheesesmithing/verdant_bulwark": "/actions/cheesesmithing/verdant_bulwark";
987
- "/actions/cheesesmithing/verdant_cheese": "/actions/cheesesmithing/verdant_cheese";
988
- "/actions/cheesesmithing/verdant_chisel": "/actions/cheesesmithing/verdant_chisel";
989
- "/actions/cheesesmithing/verdant_enhancer": "/actions/cheesesmithing/verdant_enhancer";
990
- "/actions/cheesesmithing/verdant_gauntlets": "/actions/cheesesmithing/verdant_gauntlets";
991
- "/actions/cheesesmithing/verdant_hammer": "/actions/cheesesmithing/verdant_hammer";
992
- "/actions/cheesesmithing/verdant_hatchet": "/actions/cheesesmithing/verdant_hatchet";
993
- "/actions/cheesesmithing/verdant_helmet": "/actions/cheesesmithing/verdant_helmet";
994
- "/actions/cheesesmithing/verdant_mace": "/actions/cheesesmithing/verdant_mace";
995
- "/actions/cheesesmithing/verdant_needle": "/actions/cheesesmithing/verdant_needle";
996
- "/actions/cheesesmithing/verdant_plate_body": "/actions/cheesesmithing/verdant_plate_body";
997
- "/actions/cheesesmithing/verdant_plate_legs": "/actions/cheesesmithing/verdant_plate_legs";
998
- "/actions/cheesesmithing/verdant_pot": "/actions/cheesesmithing/verdant_pot";
999
- "/actions/cheesesmithing/verdant_shears": "/actions/cheesesmithing/verdant_shears";
1000
- "/actions/cheesesmithing/verdant_spatula": "/actions/cheesesmithing/verdant_spatula";
1001
- "/actions/cheesesmithing/verdant_spear": "/actions/cheesesmithing/verdant_spear";
1002
- "/actions/cheesesmithing/verdant_sword": "/actions/cheesesmithing/verdant_sword";
1003
- "/actions/cheesesmithing/vision_helmet": "/actions/cheesesmithing/vision_helmet";
1004
- "/actions/cheesesmithing/vision_shield": "/actions/cheesesmithing/vision_shield";
1005
- "/actions/cheesesmithing/werewolf_slasher": "/actions/cheesesmithing/werewolf_slasher";
1006
- "/actions/combat/abyssal_imp": "/actions/combat/abyssal_imp";
1007
- "/actions/combat/alligator": "/actions/combat/alligator";
1008
- "/actions/combat/aqua_planet": "/actions/combat/aqua_planet";
1009
- "/actions/combat/aquahorse": "/actions/combat/aquahorse";
1010
- "/actions/combat/bear_with_it": "/actions/combat/bear_with_it";
1011
- "/actions/combat/black_bear": "/actions/combat/black_bear";
1012
- "/actions/combat/centaur_archer": "/actions/combat/centaur_archer";
1013
- "/actions/combat/chimerical_den": "/actions/combat/chimerical_den";
1014
- "/actions/combat/crab": "/actions/combat/crab";
1015
- "/actions/combat/elementalist": "/actions/combat/elementalist";
1016
- "/actions/combat/enchanted_fortress": "/actions/combat/enchanted_fortress";
1017
- "/actions/combat/eye": "/actions/combat/eye";
1018
- "/actions/combat/eyes": "/actions/combat/eyes";
1019
- "/actions/combat/flame_sorcerer": "/actions/combat/flame_sorcerer";
1020
- "/actions/combat/fly": "/actions/combat/fly";
1021
- "/actions/combat/frog": "/actions/combat/frog";
1022
- "/actions/combat/gobo_boomy": "/actions/combat/gobo_boomy";
1023
- "/actions/combat/gobo_planet": "/actions/combat/gobo_planet";
1024
- "/actions/combat/gobo_shooty": "/actions/combat/gobo_shooty";
1025
- "/actions/combat/gobo_slashy": "/actions/combat/gobo_slashy";
1026
- "/actions/combat/gobo_smashy": "/actions/combat/gobo_smashy";
1027
- "/actions/combat/gobo_stabby": "/actions/combat/gobo_stabby";
1028
- "/actions/combat/golem_cave": "/actions/combat/golem_cave";
1029
- "/actions/combat/granite_golem": "/actions/combat/granite_golem";
1030
- "/actions/combat/grizzly_bear": "/actions/combat/grizzly_bear";
1031
- "/actions/combat/gummy_bear": "/actions/combat/gummy_bear";
1032
- "/actions/combat/ice_sorcerer": "/actions/combat/ice_sorcerer";
1033
- "/actions/combat/infernal_abyss": "/actions/combat/infernal_abyss";
1034
- "/actions/combat/infernal_warlock": "/actions/combat/infernal_warlock";
1035
- "/actions/combat/jungle_planet": "/actions/combat/jungle_planet";
1036
- "/actions/combat/jungle_sprite": "/actions/combat/jungle_sprite";
1037
- "/actions/combat/magnetic_golem": "/actions/combat/magnetic_golem";
1038
- "/actions/combat/myconid": "/actions/combat/myconid";
1039
- "/actions/combat/nom_nom": "/actions/combat/nom_nom";
1040
- "/actions/combat/novice_sorcerer": "/actions/combat/novice_sorcerer";
1041
- "/actions/combat/panda": "/actions/combat/panda";
1042
- "/actions/combat/pirate_cove": "/actions/combat/pirate_cove";
1043
- "/actions/combat/planet_of_the_eyes": "/actions/combat/planet_of_the_eyes";
1044
- "/actions/combat/polar_bear": "/actions/combat/polar_bear";
1045
- "/actions/combat/porcupine": "/actions/combat/porcupine";
1046
- "/actions/combat/rat": "/actions/combat/rat";
1047
- "/actions/combat/sea_snail": "/actions/combat/sea_snail";
1048
- "/actions/combat/sinister_circus": "/actions/combat/sinister_circus";
1049
- "/actions/combat/skunk": "/actions/combat/skunk";
1050
- "/actions/combat/slimy": "/actions/combat/slimy";
1051
- "/actions/combat/smelly_planet": "/actions/combat/smelly_planet";
1052
- "/actions/combat/snake": "/actions/combat/snake";
1053
- "/actions/combat/sorcerers_tower": "/actions/combat/sorcerers_tower";
1054
- "/actions/combat/soul_hunter": "/actions/combat/soul_hunter";
1055
- "/actions/combat/stalactite_golem": "/actions/combat/stalactite_golem";
1056
- "/actions/combat/swamp_planet": "/actions/combat/swamp_planet";
1057
- "/actions/combat/swampy": "/actions/combat/swampy";
1058
- "/actions/combat/treant": "/actions/combat/treant";
1059
- "/actions/combat/turtle": "/actions/combat/turtle";
1060
- "/actions/combat/twilight_zone": "/actions/combat/twilight_zone";
1061
- "/actions/combat/vampire": "/actions/combat/vampire";
1062
- "/actions/combat/veyes": "/actions/combat/veyes";
1063
- "/actions/combat/werewolf": "/actions/combat/werewolf";
1064
- "/actions/combat/zombie": "/actions/combat/zombie";
1065
- "/actions/cooking/apple_gummy": "/actions/cooking/apple_gummy";
1066
- "/actions/cooking/apple_yogurt": "/actions/cooking/apple_yogurt";
1067
- "/actions/cooking/blackberry_cake": "/actions/cooking/blackberry_cake";
1068
- "/actions/cooking/blackberry_donut": "/actions/cooking/blackberry_donut";
1069
- "/actions/cooking/blueberry_cake": "/actions/cooking/blueberry_cake";
1070
- "/actions/cooking/blueberry_donut": "/actions/cooking/blueberry_donut";
1071
- "/actions/cooking/cupcake": "/actions/cooking/cupcake";
1072
- "/actions/cooking/donut": "/actions/cooking/donut";
1073
- "/actions/cooking/dragon_fruit_gummy": "/actions/cooking/dragon_fruit_gummy";
1074
- "/actions/cooking/dragon_fruit_yogurt": "/actions/cooking/dragon_fruit_yogurt";
1075
- "/actions/cooking/gummy": "/actions/cooking/gummy";
1076
- "/actions/cooking/marsberry_cake": "/actions/cooking/marsberry_cake";
1077
- "/actions/cooking/marsberry_donut": "/actions/cooking/marsberry_donut";
1078
- "/actions/cooking/mooberry_cake": "/actions/cooking/mooberry_cake";
1079
- "/actions/cooking/mooberry_donut": "/actions/cooking/mooberry_donut";
1080
- "/actions/cooking/orange_gummy": "/actions/cooking/orange_gummy";
1081
- "/actions/cooking/orange_yogurt": "/actions/cooking/orange_yogurt";
1082
- "/actions/cooking/peach_gummy": "/actions/cooking/peach_gummy";
1083
- "/actions/cooking/peach_yogurt": "/actions/cooking/peach_yogurt";
1084
- "/actions/cooking/plum_gummy": "/actions/cooking/plum_gummy";
1085
- "/actions/cooking/plum_yogurt": "/actions/cooking/plum_yogurt";
1086
- "/actions/cooking/spaceberry_cake": "/actions/cooking/spaceberry_cake";
1087
- "/actions/cooking/spaceberry_donut": "/actions/cooking/spaceberry_donut";
1088
- "/actions/cooking/star_fruit_gummy": "/actions/cooking/star_fruit_gummy";
1089
- "/actions/cooking/star_fruit_yogurt": "/actions/cooking/star_fruit_yogurt";
1090
- "/actions/cooking/strawberry_cake": "/actions/cooking/strawberry_cake";
1091
- "/actions/cooking/strawberry_donut": "/actions/cooking/strawberry_donut";
1092
- "/actions/cooking/yogurt": "/actions/cooking/yogurt";
1093
- "/actions/crafting/advanced_alchemy_charm": "/actions/crafting/advanced_alchemy_charm";
1094
- "/actions/crafting/advanced_attack_charm": "/actions/crafting/advanced_attack_charm";
1095
- "/actions/crafting/advanced_brewing_charm": "/actions/crafting/advanced_brewing_charm";
1096
- "/actions/crafting/advanced_cheesesmithing_charm": "/actions/crafting/advanced_cheesesmithing_charm";
1097
- "/actions/crafting/advanced_cooking_charm": "/actions/crafting/advanced_cooking_charm";
1098
- "/actions/crafting/advanced_crafting_charm": "/actions/crafting/advanced_crafting_charm";
1099
- "/actions/crafting/advanced_defense_charm": "/actions/crafting/advanced_defense_charm";
1100
- "/actions/crafting/advanced_enhancing_charm": "/actions/crafting/advanced_enhancing_charm";
1101
- "/actions/crafting/advanced_foraging_charm": "/actions/crafting/advanced_foraging_charm";
1102
- "/actions/crafting/advanced_intelligence_charm": "/actions/crafting/advanced_intelligence_charm";
1103
- "/actions/crafting/advanced_magic_charm": "/actions/crafting/advanced_magic_charm";
1104
- "/actions/crafting/advanced_melee_charm": "/actions/crafting/advanced_melee_charm";
1105
- "/actions/crafting/advanced_milking_charm": "/actions/crafting/advanced_milking_charm";
1106
- "/actions/crafting/advanced_ranged_charm": "/actions/crafting/advanced_ranged_charm";
1107
- "/actions/crafting/advanced_stamina_charm": "/actions/crafting/advanced_stamina_charm";
1108
- "/actions/crafting/advanced_tailoring_charm": "/actions/crafting/advanced_tailoring_charm";
1109
- "/actions/crafting/advanced_task_badge": "/actions/crafting/advanced_task_badge";
1110
- "/actions/crafting/advanced_woodcutting_charm": "/actions/crafting/advanced_woodcutting_charm";
1111
- "/actions/crafting/arcane_bow": "/actions/crafting/arcane_bow";
1112
- "/actions/crafting/arcane_crossbow": "/actions/crafting/arcane_crossbow";
1113
- "/actions/crafting/arcane_fire_staff": "/actions/crafting/arcane_fire_staff";
1114
- "/actions/crafting/arcane_lumber": "/actions/crafting/arcane_lumber";
1115
- "/actions/crafting/arcane_nature_staff": "/actions/crafting/arcane_nature_staff";
1116
- "/actions/crafting/arcane_shield": "/actions/crafting/arcane_shield";
1117
- "/actions/crafting/arcane_water_staff": "/actions/crafting/arcane_water_staff";
1118
- "/actions/crafting/basic_alchemy_charm": "/actions/crafting/basic_alchemy_charm";
1119
- "/actions/crafting/basic_brewing_charm": "/actions/crafting/basic_brewing_charm";
1120
- "/actions/crafting/basic_cheesesmithing_charm": "/actions/crafting/basic_cheesesmithing_charm";
1121
- "/actions/crafting/basic_cooking_charm": "/actions/crafting/basic_cooking_charm";
1122
- "/actions/crafting/basic_crafting_charm": "/actions/crafting/basic_crafting_charm";
1123
- "/actions/crafting/basic_enhancing_charm": "/actions/crafting/basic_enhancing_charm";
1124
- "/actions/crafting/basic_foraging_charm": "/actions/crafting/basic_foraging_charm";
1125
- "/actions/crafting/basic_milking_charm": "/actions/crafting/basic_milking_charm";
1126
- "/actions/crafting/basic_tailoring_charm": "/actions/crafting/basic_tailoring_charm";
1127
- "/actions/crafting/basic_task_badge": "/actions/crafting/basic_task_badge";
1128
- "/actions/crafting/basic_woodcutting_charm": "/actions/crafting/basic_woodcutting_charm";
1129
- "/actions/crafting/birch_bow": "/actions/crafting/birch_bow";
1130
- "/actions/crafting/birch_crossbow": "/actions/crafting/birch_crossbow";
1131
- "/actions/crafting/birch_fire_staff": "/actions/crafting/birch_fire_staff";
1132
- "/actions/crafting/birch_lumber": "/actions/crafting/birch_lumber";
1133
- "/actions/crafting/birch_nature_staff": "/actions/crafting/birch_nature_staff";
1134
- "/actions/crafting/birch_shield": "/actions/crafting/birch_shield";
1135
- "/actions/crafting/birch_water_staff": "/actions/crafting/birch_water_staff";
1136
- "/actions/crafting/bishops_codex": "/actions/crafting/bishops_codex";
1137
- "/actions/crafting/bishops_codex_refined": "/actions/crafting/bishops_codex_refined";
1138
- "/actions/crafting/blazing_trident": "/actions/crafting/blazing_trident";
1139
- "/actions/crafting/blazing_trident_refined": "/actions/crafting/blazing_trident_refined";
1140
- "/actions/crafting/blooming_trident": "/actions/crafting/blooming_trident";
1141
- "/actions/crafting/blooming_trident_refined": "/actions/crafting/blooming_trident_refined";
1142
- "/actions/crafting/catalyst_of_coinification": "/actions/crafting/catalyst_of_coinification";
1143
- "/actions/crafting/catalyst_of_decomposition": "/actions/crafting/catalyst_of_decomposition";
1144
- "/actions/crafting/catalyst_of_transmutation": "/actions/crafting/catalyst_of_transmutation";
1145
- "/actions/crafting/cedar_bow": "/actions/crafting/cedar_bow";
1146
- "/actions/crafting/cedar_crossbow": "/actions/crafting/cedar_crossbow";
1147
- "/actions/crafting/cedar_fire_staff": "/actions/crafting/cedar_fire_staff";
1148
- "/actions/crafting/cedar_lumber": "/actions/crafting/cedar_lumber";
1149
- "/actions/crafting/cedar_nature_staff": "/actions/crafting/cedar_nature_staff";
1150
- "/actions/crafting/cedar_shield": "/actions/crafting/cedar_shield";
1151
- "/actions/crafting/cedar_water_staff": "/actions/crafting/cedar_water_staff";
1152
- "/actions/crafting/chimerical_chest_key": "/actions/crafting/chimerical_chest_key";
1153
- "/actions/crafting/chimerical_entry_key": "/actions/crafting/chimerical_entry_key";
1154
- "/actions/crafting/crushed_amber": "/actions/crafting/crushed_amber";
1155
- "/actions/crafting/crushed_amethyst": "/actions/crafting/crushed_amethyst";
1156
- "/actions/crafting/crushed_garnet": "/actions/crafting/crushed_garnet";
1157
- "/actions/crafting/crushed_jade": "/actions/crafting/crushed_jade";
1158
- "/actions/crafting/crushed_moonstone": "/actions/crafting/crushed_moonstone";
1159
- "/actions/crafting/crushed_pearl": "/actions/crafting/crushed_pearl";
1160
- "/actions/crafting/crushed_philosophers_stone": "/actions/crafting/crushed_philosophers_stone";
1161
- "/actions/crafting/crushed_sunstone": "/actions/crafting/crushed_sunstone";
1162
- "/actions/crafting/cursed_bow": "/actions/crafting/cursed_bow";
1163
- "/actions/crafting/cursed_bow_refined": "/actions/crafting/cursed_bow_refined";
1164
- "/actions/crafting/earrings_of_armor": "/actions/crafting/earrings_of_armor";
1165
- "/actions/crafting/earrings_of_critical_strike": "/actions/crafting/earrings_of_critical_strike";
1166
- "/actions/crafting/earrings_of_essence_find": "/actions/crafting/earrings_of_essence_find";
1167
- "/actions/crafting/earrings_of_gathering": "/actions/crafting/earrings_of_gathering";
1168
- "/actions/crafting/earrings_of_rare_find": "/actions/crafting/earrings_of_rare_find";
1169
- "/actions/crafting/earrings_of_regeneration": "/actions/crafting/earrings_of_regeneration";
1170
- "/actions/crafting/earrings_of_resistance": "/actions/crafting/earrings_of_resistance";
1171
- "/actions/crafting/enchanted_chest_key": "/actions/crafting/enchanted_chest_key";
1172
- "/actions/crafting/enchanted_entry_key": "/actions/crafting/enchanted_entry_key";
1173
- "/actions/crafting/expert_alchemy_charm": "/actions/crafting/expert_alchemy_charm";
1174
- "/actions/crafting/expert_attack_charm": "/actions/crafting/expert_attack_charm";
1175
- "/actions/crafting/expert_brewing_charm": "/actions/crafting/expert_brewing_charm";
1176
- "/actions/crafting/expert_cheesesmithing_charm": "/actions/crafting/expert_cheesesmithing_charm";
1177
- "/actions/crafting/expert_cooking_charm": "/actions/crafting/expert_cooking_charm";
1178
- "/actions/crafting/expert_crafting_charm": "/actions/crafting/expert_crafting_charm";
1179
- "/actions/crafting/expert_defense_charm": "/actions/crafting/expert_defense_charm";
1180
- "/actions/crafting/expert_enhancing_charm": "/actions/crafting/expert_enhancing_charm";
1181
- "/actions/crafting/expert_foraging_charm": "/actions/crafting/expert_foraging_charm";
1182
- "/actions/crafting/expert_intelligence_charm": "/actions/crafting/expert_intelligence_charm";
1183
- "/actions/crafting/expert_magic_charm": "/actions/crafting/expert_magic_charm";
1184
- "/actions/crafting/expert_melee_charm": "/actions/crafting/expert_melee_charm";
1185
- "/actions/crafting/expert_milking_charm": "/actions/crafting/expert_milking_charm";
1186
- "/actions/crafting/expert_ranged_charm": "/actions/crafting/expert_ranged_charm";
1187
- "/actions/crafting/expert_stamina_charm": "/actions/crafting/expert_stamina_charm";
1188
- "/actions/crafting/expert_tailoring_charm": "/actions/crafting/expert_tailoring_charm";
1189
- "/actions/crafting/expert_task_badge": "/actions/crafting/expert_task_badge";
1190
- "/actions/crafting/expert_woodcutting_charm": "/actions/crafting/expert_woodcutting_charm";
1191
- "/actions/crafting/eye_watch": "/actions/crafting/eye_watch";
1192
- "/actions/crafting/fighter_necklace": "/actions/crafting/fighter_necklace";
1193
- "/actions/crafting/frost_staff": "/actions/crafting/frost_staff";
1194
- "/actions/crafting/ginkgo_bow": "/actions/crafting/ginkgo_bow";
1195
- "/actions/crafting/ginkgo_crossbow": "/actions/crafting/ginkgo_crossbow";
1196
- "/actions/crafting/ginkgo_fire_staff": "/actions/crafting/ginkgo_fire_staff";
1197
- "/actions/crafting/ginkgo_lumber": "/actions/crafting/ginkgo_lumber";
1198
- "/actions/crafting/ginkgo_nature_staff": "/actions/crafting/ginkgo_nature_staff";
1199
- "/actions/crafting/ginkgo_shield": "/actions/crafting/ginkgo_shield";
1200
- "/actions/crafting/ginkgo_water_staff": "/actions/crafting/ginkgo_water_staff";
1201
- "/actions/crafting/grandmaster_alchemy_charm": "/actions/crafting/grandmaster_alchemy_charm";
1202
- "/actions/crafting/grandmaster_attack_charm": "/actions/crafting/grandmaster_attack_charm";
1203
- "/actions/crafting/grandmaster_brewing_charm": "/actions/crafting/grandmaster_brewing_charm";
1204
- "/actions/crafting/grandmaster_cheesesmithing_charm": "/actions/crafting/grandmaster_cheesesmithing_charm";
1205
- "/actions/crafting/grandmaster_cooking_charm": "/actions/crafting/grandmaster_cooking_charm";
1206
- "/actions/crafting/grandmaster_crafting_charm": "/actions/crafting/grandmaster_crafting_charm";
1207
- "/actions/crafting/grandmaster_defense_charm": "/actions/crafting/grandmaster_defense_charm";
1208
- "/actions/crafting/grandmaster_enhancing_charm": "/actions/crafting/grandmaster_enhancing_charm";
1209
- "/actions/crafting/grandmaster_foraging_charm": "/actions/crafting/grandmaster_foraging_charm";
1210
- "/actions/crafting/grandmaster_intelligence_charm": "/actions/crafting/grandmaster_intelligence_charm";
1211
- "/actions/crafting/grandmaster_magic_charm": "/actions/crafting/grandmaster_magic_charm";
1212
- "/actions/crafting/grandmaster_melee_charm": "/actions/crafting/grandmaster_melee_charm";
1213
- "/actions/crafting/grandmaster_milking_charm": "/actions/crafting/grandmaster_milking_charm";
1214
- "/actions/crafting/grandmaster_ranged_charm": "/actions/crafting/grandmaster_ranged_charm";
1215
- "/actions/crafting/grandmaster_stamina_charm": "/actions/crafting/grandmaster_stamina_charm";
1216
- "/actions/crafting/grandmaster_tailoring_charm": "/actions/crafting/grandmaster_tailoring_charm";
1217
- "/actions/crafting/grandmaster_woodcutting_charm": "/actions/crafting/grandmaster_woodcutting_charm";
1218
- "/actions/crafting/infernal_battlestaff": "/actions/crafting/infernal_battlestaff";
1219
- "/actions/crafting/jackalope_staff": "/actions/crafting/jackalope_staff";
1220
- "/actions/crafting/lumber": "/actions/crafting/lumber";
1221
- "/actions/crafting/manticore_shield": "/actions/crafting/manticore_shield";
1222
- "/actions/crafting/master_alchemy_charm": "/actions/crafting/master_alchemy_charm";
1223
- "/actions/crafting/master_attack_charm": "/actions/crafting/master_attack_charm";
1224
- "/actions/crafting/master_brewing_charm": "/actions/crafting/master_brewing_charm";
1225
- "/actions/crafting/master_cheesesmithing_charm": "/actions/crafting/master_cheesesmithing_charm";
1226
- "/actions/crafting/master_cooking_charm": "/actions/crafting/master_cooking_charm";
1227
- "/actions/crafting/master_crafting_charm": "/actions/crafting/master_crafting_charm";
1228
- "/actions/crafting/master_defense_charm": "/actions/crafting/master_defense_charm";
1229
- "/actions/crafting/master_enhancing_charm": "/actions/crafting/master_enhancing_charm";
1230
- "/actions/crafting/master_foraging_charm": "/actions/crafting/master_foraging_charm";
1231
- "/actions/crafting/master_intelligence_charm": "/actions/crafting/master_intelligence_charm";
1232
- "/actions/crafting/master_magic_charm": "/actions/crafting/master_magic_charm";
1233
- "/actions/crafting/master_melee_charm": "/actions/crafting/master_melee_charm";
1234
- "/actions/crafting/master_milking_charm": "/actions/crafting/master_milking_charm";
1235
- "/actions/crafting/master_ranged_charm": "/actions/crafting/master_ranged_charm";
1236
- "/actions/crafting/master_stamina_charm": "/actions/crafting/master_stamina_charm";
1237
- "/actions/crafting/master_tailoring_charm": "/actions/crafting/master_tailoring_charm";
1238
- "/actions/crafting/master_woodcutting_charm": "/actions/crafting/master_woodcutting_charm";
1239
- "/actions/crafting/mirror_of_protection": "/actions/crafting/mirror_of_protection";
1240
- "/actions/crafting/necklace_of_efficiency": "/actions/crafting/necklace_of_efficiency";
1241
- "/actions/crafting/necklace_of_speed": "/actions/crafting/necklace_of_speed";
1242
- "/actions/crafting/necklace_of_wisdom": "/actions/crafting/necklace_of_wisdom";
1243
- "/actions/crafting/philosophers_earrings": "/actions/crafting/philosophers_earrings";
1244
- "/actions/crafting/philosophers_necklace": "/actions/crafting/philosophers_necklace";
1245
- "/actions/crafting/philosophers_ring": "/actions/crafting/philosophers_ring";
1246
- "/actions/crafting/pirate_chest_key": "/actions/crafting/pirate_chest_key";
1247
- "/actions/crafting/pirate_entry_key": "/actions/crafting/pirate_entry_key";
1248
- "/actions/crafting/purpleheart_bow": "/actions/crafting/purpleheart_bow";
1249
- "/actions/crafting/purpleheart_crossbow": "/actions/crafting/purpleheart_crossbow";
1250
- "/actions/crafting/purpleheart_fire_staff": "/actions/crafting/purpleheart_fire_staff";
1251
- "/actions/crafting/purpleheart_lumber": "/actions/crafting/purpleheart_lumber";
1252
- "/actions/crafting/purpleheart_nature_staff": "/actions/crafting/purpleheart_nature_staff";
1253
- "/actions/crafting/purpleheart_shield": "/actions/crafting/purpleheart_shield";
1254
- "/actions/crafting/purpleheart_water_staff": "/actions/crafting/purpleheart_water_staff";
1255
- "/actions/crafting/ranger_necklace": "/actions/crafting/ranger_necklace";
1256
- "/actions/crafting/redwood_bow": "/actions/crafting/redwood_bow";
1257
- "/actions/crafting/redwood_crossbow": "/actions/crafting/redwood_crossbow";
1258
- "/actions/crafting/redwood_fire_staff": "/actions/crafting/redwood_fire_staff";
1259
- "/actions/crafting/redwood_lumber": "/actions/crafting/redwood_lumber";
1260
- "/actions/crafting/redwood_nature_staff": "/actions/crafting/redwood_nature_staff";
1261
- "/actions/crafting/redwood_shield": "/actions/crafting/redwood_shield";
1262
- "/actions/crafting/redwood_water_staff": "/actions/crafting/redwood_water_staff";
1263
- "/actions/crafting/ring_of_armor": "/actions/crafting/ring_of_armor";
1264
- "/actions/crafting/ring_of_critical_strike": "/actions/crafting/ring_of_critical_strike";
1265
- "/actions/crafting/ring_of_essence_find": "/actions/crafting/ring_of_essence_find";
1266
- "/actions/crafting/ring_of_gathering": "/actions/crafting/ring_of_gathering";
1267
- "/actions/crafting/ring_of_rare_find": "/actions/crafting/ring_of_rare_find";
1268
- "/actions/crafting/ring_of_regeneration": "/actions/crafting/ring_of_regeneration";
1269
- "/actions/crafting/ring_of_resistance": "/actions/crafting/ring_of_resistance";
1270
- "/actions/crafting/rippling_trident": "/actions/crafting/rippling_trident";
1271
- "/actions/crafting/rippling_trident_refined": "/actions/crafting/rippling_trident_refined";
1272
- "/actions/crafting/sinister_chest_key": "/actions/crafting/sinister_chest_key";
1273
- "/actions/crafting/sinister_entry_key": "/actions/crafting/sinister_entry_key";
1274
- "/actions/crafting/soul_hunter_crossbow": "/actions/crafting/soul_hunter_crossbow";
1275
- "/actions/crafting/sundering_crossbow": "/actions/crafting/sundering_crossbow";
1276
- "/actions/crafting/sundering_crossbow_refined": "/actions/crafting/sundering_crossbow_refined";
1277
- "/actions/crafting/treant_shield": "/actions/crafting/treant_shield";
1278
- "/actions/crafting/vampiric_bow": "/actions/crafting/vampiric_bow";
1279
- "/actions/crafting/watchful_relic": "/actions/crafting/watchful_relic";
1280
- "/actions/crafting/wizard_necklace": "/actions/crafting/wizard_necklace";
1281
- "/actions/crafting/wooden_bow": "/actions/crafting/wooden_bow";
1282
- "/actions/crafting/wooden_crossbow": "/actions/crafting/wooden_crossbow";
1283
- "/actions/crafting/wooden_fire_staff": "/actions/crafting/wooden_fire_staff";
1284
- "/actions/crafting/wooden_nature_staff": "/actions/crafting/wooden_nature_staff";
1285
- "/actions/crafting/wooden_shield": "/actions/crafting/wooden_shield";
1286
- "/actions/crafting/wooden_water_staff": "/actions/crafting/wooden_water_staff";
1287
- "/actions/enhancing/enhance": "/actions/enhancing/enhance";
1288
- "/actions/foraging/apple": "/actions/foraging/apple";
1289
- "/actions/foraging/arabica_coffee_bean": "/actions/foraging/arabica_coffee_bean";
1290
- "/actions/foraging/asteroid_belt": "/actions/foraging/asteroid_belt";
1291
- "/actions/foraging/bamboo_branch": "/actions/foraging/bamboo_branch";
1292
- "/actions/foraging/blackberry": "/actions/foraging/blackberry";
1293
- "/actions/foraging/blueberry": "/actions/foraging/blueberry";
1294
- "/actions/foraging/burble_beach": "/actions/foraging/burble_beach";
1295
- "/actions/foraging/cocoon": "/actions/foraging/cocoon";
1296
- "/actions/foraging/cotton": "/actions/foraging/cotton";
1297
- "/actions/foraging/dragon_fruit": "/actions/foraging/dragon_fruit";
1298
- "/actions/foraging/egg": "/actions/foraging/egg";
1299
- "/actions/foraging/excelsa_coffee_bean": "/actions/foraging/excelsa_coffee_bean";
1300
- "/actions/foraging/farmland": "/actions/foraging/farmland";
1301
- "/actions/foraging/fieriosa_coffee_bean": "/actions/foraging/fieriosa_coffee_bean";
1302
- "/actions/foraging/flax": "/actions/foraging/flax";
1303
- "/actions/foraging/liberica_coffee_bean": "/actions/foraging/liberica_coffee_bean";
1304
- "/actions/foraging/marsberry": "/actions/foraging/marsberry";
1305
- "/actions/foraging/misty_forest": "/actions/foraging/misty_forest";
1306
- "/actions/foraging/mooberry": "/actions/foraging/mooberry";
1307
- "/actions/foraging/olympus_mons": "/actions/foraging/olympus_mons";
1308
- "/actions/foraging/orange": "/actions/foraging/orange";
1309
- "/actions/foraging/peach": "/actions/foraging/peach";
1310
- "/actions/foraging/plum": "/actions/foraging/plum";
1311
- "/actions/foraging/radiant_fiber": "/actions/foraging/radiant_fiber";
1312
- "/actions/foraging/robusta_coffee_bean": "/actions/foraging/robusta_coffee_bean";
1313
- "/actions/foraging/shimmering_lake": "/actions/foraging/shimmering_lake";
1314
- "/actions/foraging/silly_cow_valley": "/actions/foraging/silly_cow_valley";
1315
- "/actions/foraging/spaceberry": "/actions/foraging/spaceberry";
1316
- "/actions/foraging/spacia_coffee_bean": "/actions/foraging/spacia_coffee_bean";
1317
- "/actions/foraging/star_fruit": "/actions/foraging/star_fruit";
1318
- "/actions/foraging/strawberry": "/actions/foraging/strawberry";
1319
- "/actions/foraging/sugar": "/actions/foraging/sugar";
1320
- "/actions/foraging/wheat": "/actions/foraging/wheat";
1321
- "/actions/milking/azure_cow": "/actions/milking/azure_cow";
1322
- "/actions/milking/burble_cow": "/actions/milking/burble_cow";
1323
- "/actions/milking/cow": "/actions/milking/cow";
1324
- "/actions/milking/crimson_cow": "/actions/milking/crimson_cow";
1325
- "/actions/milking/holy_cow": "/actions/milking/holy_cow";
1326
- "/actions/milking/unicow": "/actions/milking/unicow";
1327
- "/actions/milking/verdant_cow": "/actions/milking/verdant_cow";
1328
- "/actions/tailoring/acrobatic_hood": "/actions/tailoring/acrobatic_hood";
1329
- "/actions/tailoring/acrobatic_hood_refined": "/actions/tailoring/acrobatic_hood_refined";
1330
- "/actions/tailoring/alchemists_bottoms": "/actions/tailoring/alchemists_bottoms";
1331
- "/actions/tailoring/alchemists_top": "/actions/tailoring/alchemists_top";
1332
- "/actions/tailoring/bamboo_boots": "/actions/tailoring/bamboo_boots";
1333
- "/actions/tailoring/bamboo_fabric": "/actions/tailoring/bamboo_fabric";
1334
- "/actions/tailoring/bamboo_gloves": "/actions/tailoring/bamboo_gloves";
1335
- "/actions/tailoring/bamboo_hat": "/actions/tailoring/bamboo_hat";
1336
- "/actions/tailoring/bamboo_robe_bottoms": "/actions/tailoring/bamboo_robe_bottoms";
1337
- "/actions/tailoring/bamboo_robe_top": "/actions/tailoring/bamboo_robe_top";
1338
- "/actions/tailoring/beast_boots": "/actions/tailoring/beast_boots";
1339
- "/actions/tailoring/beast_bracers": "/actions/tailoring/beast_bracers";
1340
- "/actions/tailoring/beast_chaps": "/actions/tailoring/beast_chaps";
1341
- "/actions/tailoring/beast_hood": "/actions/tailoring/beast_hood";
1342
- "/actions/tailoring/beast_leather": "/actions/tailoring/beast_leather";
1343
- "/actions/tailoring/beast_tunic": "/actions/tailoring/beast_tunic";
1344
- "/actions/tailoring/brewers_bottoms": "/actions/tailoring/brewers_bottoms";
1345
- "/actions/tailoring/brewers_top": "/actions/tailoring/brewers_top";
1346
- "/actions/tailoring/centaur_boots": "/actions/tailoring/centaur_boots";
1347
- "/actions/tailoring/cheesemakers_bottoms": "/actions/tailoring/cheesemakers_bottoms";
1348
- "/actions/tailoring/cheesemakers_top": "/actions/tailoring/cheesemakers_top";
1349
- "/actions/tailoring/chefs_bottoms": "/actions/tailoring/chefs_bottoms";
1350
- "/actions/tailoring/chefs_top": "/actions/tailoring/chefs_top";
1351
- "/actions/tailoring/chimerical_quiver_refined": "/actions/tailoring/chimerical_quiver_refined";
1352
- "/actions/tailoring/chrono_gloves": "/actions/tailoring/chrono_gloves";
1353
- "/actions/tailoring/collectors_boots": "/actions/tailoring/collectors_boots";
1354
- "/actions/tailoring/cotton_boots": "/actions/tailoring/cotton_boots";
1355
- "/actions/tailoring/cotton_fabric": "/actions/tailoring/cotton_fabric";
1356
- "/actions/tailoring/cotton_gloves": "/actions/tailoring/cotton_gloves";
1357
- "/actions/tailoring/cotton_hat": "/actions/tailoring/cotton_hat";
1358
- "/actions/tailoring/cotton_robe_bottoms": "/actions/tailoring/cotton_robe_bottoms";
1359
- "/actions/tailoring/cotton_robe_top": "/actions/tailoring/cotton_robe_top";
1360
- "/actions/tailoring/crafters_bottoms": "/actions/tailoring/crafters_bottoms";
1361
- "/actions/tailoring/crafters_top": "/actions/tailoring/crafters_top";
1362
- "/actions/tailoring/dairyhands_bottoms": "/actions/tailoring/dairyhands_bottoms";
1363
- "/actions/tailoring/dairyhands_top": "/actions/tailoring/dairyhands_top";
1364
- "/actions/tailoring/enchanted_cloak_refined": "/actions/tailoring/enchanted_cloak_refined";
1365
- "/actions/tailoring/enchanted_gloves": "/actions/tailoring/enchanted_gloves";
1366
- "/actions/tailoring/enhancers_bottoms": "/actions/tailoring/enhancers_bottoms";
1367
- "/actions/tailoring/enhancers_top": "/actions/tailoring/enhancers_top";
1368
- "/actions/tailoring/flaming_robe_bottoms": "/actions/tailoring/flaming_robe_bottoms";
1369
- "/actions/tailoring/flaming_robe_top": "/actions/tailoring/flaming_robe_top";
1370
- "/actions/tailoring/fluffy_red_hat": "/actions/tailoring/fluffy_red_hat";
1371
- "/actions/tailoring/foragers_bottoms": "/actions/tailoring/foragers_bottoms";
1372
- "/actions/tailoring/foragers_top": "/actions/tailoring/foragers_top";
1373
- "/actions/tailoring/giant_pouch": "/actions/tailoring/giant_pouch";
1374
- "/actions/tailoring/gluttonous_pouch": "/actions/tailoring/gluttonous_pouch";
1375
- "/actions/tailoring/gobo_boots": "/actions/tailoring/gobo_boots";
1376
- "/actions/tailoring/gobo_bracers": "/actions/tailoring/gobo_bracers";
1377
- "/actions/tailoring/gobo_chaps": "/actions/tailoring/gobo_chaps";
1378
- "/actions/tailoring/gobo_hood": "/actions/tailoring/gobo_hood";
1379
- "/actions/tailoring/gobo_leather": "/actions/tailoring/gobo_leather";
1380
- "/actions/tailoring/gobo_tunic": "/actions/tailoring/gobo_tunic";
1381
- "/actions/tailoring/griffin_chaps": "/actions/tailoring/griffin_chaps";
1382
- "/actions/tailoring/griffin_tunic": "/actions/tailoring/griffin_tunic";
1383
- "/actions/tailoring/guzzling_pouch": "/actions/tailoring/guzzling_pouch";
1384
- "/actions/tailoring/icy_robe_bottoms": "/actions/tailoring/icy_robe_bottoms";
1385
- "/actions/tailoring/icy_robe_top": "/actions/tailoring/icy_robe_top";
1386
- "/actions/tailoring/kraken_chaps": "/actions/tailoring/kraken_chaps";
1387
- "/actions/tailoring/kraken_chaps_refined": "/actions/tailoring/kraken_chaps_refined";
1388
- "/actions/tailoring/kraken_tunic": "/actions/tailoring/kraken_tunic";
1389
- "/actions/tailoring/kraken_tunic_refined": "/actions/tailoring/kraken_tunic_refined";
1390
- "/actions/tailoring/large_pouch": "/actions/tailoring/large_pouch";
1391
- "/actions/tailoring/linen_boots": "/actions/tailoring/linen_boots";
1392
- "/actions/tailoring/linen_fabric": "/actions/tailoring/linen_fabric";
1393
- "/actions/tailoring/linen_gloves": "/actions/tailoring/linen_gloves";
1394
- "/actions/tailoring/linen_hat": "/actions/tailoring/linen_hat";
1395
- "/actions/tailoring/linen_robe_bottoms": "/actions/tailoring/linen_robe_bottoms";
1396
- "/actions/tailoring/linen_robe_top": "/actions/tailoring/linen_robe_top";
1397
- "/actions/tailoring/lumberjacks_bottoms": "/actions/tailoring/lumberjacks_bottoms";
1398
- "/actions/tailoring/lumberjacks_top": "/actions/tailoring/lumberjacks_top";
1399
- "/actions/tailoring/luna_robe_bottoms": "/actions/tailoring/luna_robe_bottoms";
1400
- "/actions/tailoring/luna_robe_top": "/actions/tailoring/luna_robe_top";
1401
- "/actions/tailoring/magicians_hat": "/actions/tailoring/magicians_hat";
1402
- "/actions/tailoring/magicians_hat_refined": "/actions/tailoring/magicians_hat_refined";
1403
- "/actions/tailoring/marine_chaps": "/actions/tailoring/marine_chaps";
1404
- "/actions/tailoring/marine_tunic": "/actions/tailoring/marine_tunic";
1405
- "/actions/tailoring/marksman_bracers": "/actions/tailoring/marksman_bracers";
1406
- "/actions/tailoring/marksman_bracers_refined": "/actions/tailoring/marksman_bracers_refined";
1407
- "/actions/tailoring/medium_pouch": "/actions/tailoring/medium_pouch";
1408
- "/actions/tailoring/radiant_boots": "/actions/tailoring/radiant_boots";
1409
- "/actions/tailoring/radiant_fabric": "/actions/tailoring/radiant_fabric";
1410
- "/actions/tailoring/radiant_gloves": "/actions/tailoring/radiant_gloves";
1411
- "/actions/tailoring/radiant_hat": "/actions/tailoring/radiant_hat";
1412
- "/actions/tailoring/radiant_robe_bottoms": "/actions/tailoring/radiant_robe_bottoms";
1413
- "/actions/tailoring/radiant_robe_top": "/actions/tailoring/radiant_robe_top";
1414
- "/actions/tailoring/red_culinary_hat": "/actions/tailoring/red_culinary_hat";
1415
- "/actions/tailoring/reptile_boots": "/actions/tailoring/reptile_boots";
1416
- "/actions/tailoring/reptile_bracers": "/actions/tailoring/reptile_bracers";
1417
- "/actions/tailoring/reptile_chaps": "/actions/tailoring/reptile_chaps";
1418
- "/actions/tailoring/reptile_hood": "/actions/tailoring/reptile_hood";
1419
- "/actions/tailoring/reptile_leather": "/actions/tailoring/reptile_leather";
1420
- "/actions/tailoring/reptile_tunic": "/actions/tailoring/reptile_tunic";
1421
- "/actions/tailoring/revenant_chaps": "/actions/tailoring/revenant_chaps";
1422
- "/actions/tailoring/revenant_tunic": "/actions/tailoring/revenant_tunic";
1423
- "/actions/tailoring/rough_boots": "/actions/tailoring/rough_boots";
1424
- "/actions/tailoring/rough_bracers": "/actions/tailoring/rough_bracers";
1425
- "/actions/tailoring/rough_chaps": "/actions/tailoring/rough_chaps";
1426
- "/actions/tailoring/rough_hood": "/actions/tailoring/rough_hood";
1427
- "/actions/tailoring/rough_leather": "/actions/tailoring/rough_leather";
1428
- "/actions/tailoring/rough_tunic": "/actions/tailoring/rough_tunic";
1429
- "/actions/tailoring/royal_fire_robe_bottoms": "/actions/tailoring/royal_fire_robe_bottoms";
1430
- "/actions/tailoring/royal_fire_robe_bottoms_refined": "/actions/tailoring/royal_fire_robe_bottoms_refined";
1431
- "/actions/tailoring/royal_fire_robe_top": "/actions/tailoring/royal_fire_robe_top";
1432
- "/actions/tailoring/royal_fire_robe_top_refined": "/actions/tailoring/royal_fire_robe_top_refined";
1433
- "/actions/tailoring/royal_nature_robe_bottoms": "/actions/tailoring/royal_nature_robe_bottoms";
1434
- "/actions/tailoring/royal_nature_robe_bottoms_refined": "/actions/tailoring/royal_nature_robe_bottoms_refined";
1435
- "/actions/tailoring/royal_nature_robe_top": "/actions/tailoring/royal_nature_robe_top";
1436
- "/actions/tailoring/royal_nature_robe_top_refined": "/actions/tailoring/royal_nature_robe_top_refined";
1437
- "/actions/tailoring/royal_water_robe_bottoms": "/actions/tailoring/royal_water_robe_bottoms";
1438
- "/actions/tailoring/royal_water_robe_bottoms_refined": "/actions/tailoring/royal_water_robe_bottoms_refined";
1439
- "/actions/tailoring/royal_water_robe_top": "/actions/tailoring/royal_water_robe_top";
1440
- "/actions/tailoring/royal_water_robe_top_refined": "/actions/tailoring/royal_water_robe_top_refined";
1441
- "/actions/tailoring/shoebill_shoes": "/actions/tailoring/shoebill_shoes";
1442
- "/actions/tailoring/sighted_bracers": "/actions/tailoring/sighted_bracers";
1443
- "/actions/tailoring/silk_boots": "/actions/tailoring/silk_boots";
1444
- "/actions/tailoring/silk_fabric": "/actions/tailoring/silk_fabric";
1445
- "/actions/tailoring/silk_gloves": "/actions/tailoring/silk_gloves";
1446
- "/actions/tailoring/silk_hat": "/actions/tailoring/silk_hat";
1447
- "/actions/tailoring/silk_robe_bottoms": "/actions/tailoring/silk_robe_bottoms";
1448
- "/actions/tailoring/silk_robe_top": "/actions/tailoring/silk_robe_top";
1449
- "/actions/tailoring/sinister_cape_refined": "/actions/tailoring/sinister_cape_refined";
1450
- "/actions/tailoring/small_pouch": "/actions/tailoring/small_pouch";
1451
- "/actions/tailoring/sorcerer_boots": "/actions/tailoring/sorcerer_boots";
1452
- "/actions/tailoring/tailors_bottoms": "/actions/tailoring/tailors_bottoms";
1453
- "/actions/tailoring/tailors_top": "/actions/tailoring/tailors_top";
1454
- "/actions/tailoring/umbral_boots": "/actions/tailoring/umbral_boots";
1455
- "/actions/tailoring/umbral_bracers": "/actions/tailoring/umbral_bracers";
1456
- "/actions/tailoring/umbral_chaps": "/actions/tailoring/umbral_chaps";
1457
- "/actions/tailoring/umbral_hood": "/actions/tailoring/umbral_hood";
1458
- "/actions/tailoring/umbral_leather": "/actions/tailoring/umbral_leather";
1459
- "/actions/tailoring/umbral_tunic": "/actions/tailoring/umbral_tunic";
1460
- "/actions/woodcutting/arcane_tree": "/actions/woodcutting/arcane_tree";
1461
- "/actions/woodcutting/birch_tree": "/actions/woodcutting/birch_tree";
1462
- "/actions/woodcutting/cedar_tree": "/actions/woodcutting/cedar_tree";
1463
- "/actions/woodcutting/ginkgo_tree": "/actions/woodcutting/ginkgo_tree";
1464
- "/actions/woodcutting/purpleheart_tree": "/actions/woodcutting/purpleheart_tree";
1465
- "/actions/woodcutting/redwood_tree": "/actions/woodcutting/redwood_tree";
1466
- "/actions/woodcutting/tree": "/actions/woodcutting/tree";
1467
- }>;
1468
- function: z.ZodString;
1469
- type: z.ZodString;
1470
- category: z.ZodString;
1471
- name: z.ZodString;
1472
- levelRequirement: z.ZodObject<{
1473
- skillHrid: z.ZodString;
1474
- level: z.ZodNumber;
1475
- }, z.core.$strip>;
1476
- baseTimeCost: z.ZodNumber;
1477
- experienceGain: z.ZodObject<{
1478
- skillHrid: z.ZodString;
1479
- value: z.ZodNumber;
1480
- }, z.core.$strip>;
1481
- dropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
1482
- itemHrid: z.ZodString;
1483
- dropRate: z.ZodNumber;
1484
- minCount: z.ZodNumber;
1485
- maxCount: z.ZodNumber;
1486
- minEliteTier: z.ZodOptional<z.ZodNumber>;
1487
- }, z.core.$strip>>>;
1488
- essenceDropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
1489
- itemHrid: z.ZodString;
1490
- dropRate: z.ZodNumber;
1491
- minCount: z.ZodNumber;
1492
- maxCount: z.ZodNumber;
1493
- minEliteTier: z.ZodOptional<z.ZodNumber>;
1494
- dropRatePerDifficultyTier: z.ZodOptional<z.ZodNumber>;
1495
- }, z.core.$strip>>>;
1496
- rareDropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
1497
- itemHrid: z.ZodString;
1498
- dropRate: z.ZodNumber;
1499
- minCount: z.ZodNumber;
1500
- maxCount: z.ZodNumber;
1501
- minEliteTier: z.ZodOptional<z.ZodNumber>;
1502
- dropRatePerDifficultyTier: z.ZodOptional<z.ZodNumber>;
1503
- }, z.core.$strip>>>;
1504
- upgradeItemHrid: z.ZodString;
1505
- inputItems: z.ZodNullable<z.ZodArray<z.ZodObject<{
1506
- itemHrid: z.ZodString;
1507
- count: z.ZodNumber;
1508
- }, z.core.$strip>>>;
1509
- outputItems: z.ZodNullable<z.ZodArray<z.ZodObject<{
1510
- itemHrid: z.ZodString;
1511
- count: z.ZodNumber;
1512
- }, z.core.$strip>>>;
1513
- combatZoneInfo: z.ZodNullable<z.ZodObject<{
1514
- isDungeon: z.ZodBoolean;
1515
- fightInfo: z.ZodObject<{
1516
- randomSpawnInfo: z.ZodNullable<z.ZodObject<{
1517
- maxSpawnCount: z.ZodNumber;
1518
- maxTotalStrength: z.ZodNumber;
1519
- spawns: z.ZodNullable<z.ZodArray<z.ZodObject<{
1520
- combatMonsterHrid: z.ZodString;
1521
- difficultyTier: z.ZodNumber;
1522
- rate: z.ZodNumber;
1523
- strength: z.ZodNumber;
1524
- }, z.core.$strip>>>;
1525
- }, z.core.$strip>>;
1526
- bossSpawns: z.ZodNullable<z.ZodArray<z.ZodObject<{
1527
- combatMonsterHrid: z.ZodString;
1528
- difficultyTier: z.ZodNumber;
1529
- rate: z.ZodOptional<z.ZodNumber>;
1530
- strength: z.ZodOptional<z.ZodNumber>;
1531
- }, z.core.$strip>>>;
1532
- battlesPerBoss: z.ZodNumber;
1533
- }, z.core.$strip>;
1534
- dungeonInfo: z.ZodObject<{
1535
- keyItemHrid: z.ZodString;
1536
- rewardDropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
1537
- itemHrid: z.ZodString;
1538
- dropRate: z.ZodNumber;
1539
- minCount: z.ZodNumber;
1540
- maxCount: z.ZodNumber;
1541
- minEliteTier: z.ZodOptional<z.ZodNumber>;
1542
- dropRatePerDifficultyTier: z.ZodOptional<z.ZodNumber>;
1543
- }, z.core.$strip>>>;
1544
- maxWaves: z.ZodNumber;
1545
- randomSpawnInfoMap: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
1546
- maxSpawnCount: z.ZodNumber;
1547
- maxTotalStrength: z.ZodNumber;
1548
- spawns: z.ZodNullable<z.ZodArray<z.ZodObject<{
1549
- combatMonsterHrid: z.ZodString;
1550
- difficultyTier: z.ZodNumber;
1551
- rate: z.ZodNumber;
1552
- strength: z.ZodNumber;
1553
- }, z.core.$strip>>>;
1554
- }, z.core.$strip>>>;
1555
- fixedSpawnsMap: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
1556
- combatMonsterHrid: z.ZodString;
1557
- difficultyTier: z.ZodNumber;
1558
- rate: z.ZodOptional<z.ZodNumber>;
1559
- strength: z.ZodOptional<z.ZodNumber>;
1560
- }, z.core.$strip>>>>;
1561
- }, z.core.$strip>;
1562
- }, z.core.$strip>>;
1563
- maxPartySize: z.ZodNumber;
1564
- buffs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1565
- uniqueHrid: z.ZodString;
1566
- typeHrid: z.ZodString;
1567
- ratioBoost: z.ZodNumber;
1568
- ratioBoostLevelBonus: z.ZodNumber;
1569
- flatBoost: z.ZodNumber;
1570
- flatBoostLevelBonus: z.ZodNumber;
1571
- startTime: z.ZodString;
1572
- duration: z.ZodNumber;
1573
- }, z.core.$strip>>>;
1574
- maxDifficulty: z.ZodOptional<z.ZodNumber>;
1575
- retainAllEnhancement: z.ZodOptional<z.ZodBoolean>;
1576
- sortIndex: z.ZodNumber;
1577
- }, z.core.$strip>;
1578
- export type Action = z.infer<typeof ActionSchema>;
1579
- //# sourceMappingURL=actions.d.ts.map