@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,2191 +0,0 @@
1
- /**
2
- * Action translations for EN locale
3
- * Generated on 2025-08-21T08:56:39.917Z
4
- */
5
- export const actionTranslations = {
6
- '/actions/alchemy/coinify': {
7
- name: 'Coinify',
8
- },
9
- '/actions/alchemy/decompose': {
10
- name: 'Decompose',
11
- },
12
- '/actions/alchemy/transmute': {
13
- name: 'Transmute',
14
- },
15
- '/actions/brewing/alchemy_tea': {
16
- name: 'Alchemy Tea',
17
- },
18
- '/actions/brewing/artisan_tea': {
19
- name: 'Artisan Tea',
20
- },
21
- '/actions/brewing/attack_coffee': {
22
- name: 'Attack Coffee',
23
- },
24
- '/actions/brewing/blessed_tea': {
25
- name: 'Blessed Tea',
26
- },
27
- '/actions/brewing/brewing_tea': {
28
- name: 'Brewing Tea',
29
- },
30
- '/actions/brewing/catalytic_tea': {
31
- name: 'Catalytic Tea',
32
- },
33
- '/actions/brewing/channeling_coffee': {
34
- name: 'Channeling Coffee',
35
- },
36
- '/actions/brewing/cheesesmithing_tea': {
37
- name: 'Cheesesmithing Tea',
38
- },
39
- '/actions/brewing/cooking_tea': {
40
- name: 'Cooking Tea',
41
- },
42
- '/actions/brewing/crafting_tea': {
43
- name: 'Crafting Tea',
44
- },
45
- '/actions/brewing/critical_coffee': {
46
- name: 'Critical Coffee',
47
- },
48
- '/actions/brewing/defense_coffee': {
49
- name: 'Defense Coffee',
50
- },
51
- '/actions/brewing/efficiency_tea': {
52
- name: 'Efficiency Tea',
53
- },
54
- '/actions/brewing/enhancing_tea': {
55
- name: 'Enhancing Tea',
56
- },
57
- '/actions/brewing/foraging_tea': {
58
- name: 'Foraging Tea',
59
- },
60
- '/actions/brewing/gathering_tea': {
61
- name: 'Gathering Tea',
62
- },
63
- '/actions/brewing/gourmet_tea': {
64
- name: 'Gourmet Tea',
65
- },
66
- '/actions/brewing/intelligence_coffee': {
67
- name: 'Intelligence Coffee',
68
- },
69
- '/actions/brewing/lucky_coffee': {
70
- name: 'Lucky Coffee',
71
- },
72
- '/actions/brewing/magic_coffee': {
73
- name: 'Magic Coffee',
74
- },
75
- '/actions/brewing/melee_coffee': {
76
- name: 'Melee Coffee',
77
- },
78
- '/actions/brewing/milking_tea': {
79
- name: 'Milking Tea',
80
- },
81
- '/actions/brewing/processing_tea': {
82
- name: 'Processing Tea',
83
- },
84
- '/actions/brewing/ranged_coffee': {
85
- name: 'Ranged Coffee',
86
- },
87
- '/actions/brewing/stamina_coffee': {
88
- name: 'Stamina Coffee',
89
- },
90
- '/actions/brewing/super_alchemy_tea': {
91
- name: 'Super Alchemy Tea',
92
- },
93
- '/actions/brewing/super_attack_coffee': {
94
- name: 'Super Attack Coffee',
95
- },
96
- '/actions/brewing/super_brewing_tea': {
97
- name: 'Super Brewing Tea',
98
- },
99
- '/actions/brewing/super_cheesesmithing_tea': {
100
- name: 'Super Cheesesmithing Tea',
101
- },
102
- '/actions/brewing/super_cooking_tea': {
103
- name: 'Super Cooking Tea',
104
- },
105
- '/actions/brewing/super_crafting_tea': {
106
- name: 'Super Crafting Tea',
107
- },
108
- '/actions/brewing/super_defense_coffee': {
109
- name: 'Super Defense Coffee',
110
- },
111
- '/actions/brewing/super_enhancing_tea': {
112
- name: 'Super Enhancing Tea',
113
- },
114
- '/actions/brewing/super_foraging_tea': {
115
- name: 'Super Foraging Tea',
116
- },
117
- '/actions/brewing/super_intelligence_coffee': {
118
- name: 'Super Intelligence Coffee',
119
- },
120
- '/actions/brewing/super_magic_coffee': {
121
- name: 'Super Magic Coffee',
122
- },
123
- '/actions/brewing/super_melee_coffee': {
124
- name: 'Super Melee Coffee',
125
- },
126
- '/actions/brewing/super_milking_tea': {
127
- name: 'Super Milking Tea',
128
- },
129
- '/actions/brewing/super_ranged_coffee': {
130
- name: 'Super Ranged Coffee',
131
- },
132
- '/actions/brewing/super_stamina_coffee': {
133
- name: 'Super Stamina Coffee',
134
- },
135
- '/actions/brewing/super_tailoring_tea': {
136
- name: 'Super Tailoring Tea',
137
- },
138
- '/actions/brewing/super_woodcutting_tea': {
139
- name: 'Super Woodcutting Tea',
140
- },
141
- '/actions/brewing/swiftness_coffee': {
142
- name: 'Swiftness Coffee',
143
- },
144
- '/actions/brewing/tailoring_tea': {
145
- name: 'Tailoring Tea',
146
- },
147
- '/actions/brewing/ultra_alchemy_tea': {
148
- name: 'Ultra Alchemy Tea',
149
- },
150
- '/actions/brewing/ultra_attack_coffee': {
151
- name: 'Ultra Attack Coffee',
152
- },
153
- '/actions/brewing/ultra_brewing_tea': {
154
- name: 'Ultra Brewing Tea',
155
- },
156
- '/actions/brewing/ultra_cheesesmithing_tea': {
157
- name: 'Ultra Cheesesmithing Tea',
158
- },
159
- '/actions/brewing/ultra_cooking_tea': {
160
- name: 'Ultra Cooking Tea',
161
- },
162
- '/actions/brewing/ultra_crafting_tea': {
163
- name: 'Ultra Crafting Tea',
164
- },
165
- '/actions/brewing/ultra_defense_coffee': {
166
- name: 'Ultra Defense Coffee',
167
- },
168
- '/actions/brewing/ultra_enhancing_tea': {
169
- name: 'Ultra Enhancing Tea',
170
- },
171
- '/actions/brewing/ultra_foraging_tea': {
172
- name: 'Ultra Foraging Tea',
173
- },
174
- '/actions/brewing/ultra_intelligence_coffee': {
175
- name: 'Ultra Intelligence Coffee',
176
- },
177
- '/actions/brewing/ultra_magic_coffee': {
178
- name: 'Ultra Magic Coffee',
179
- },
180
- '/actions/brewing/ultra_melee_coffee': {
181
- name: 'Ultra Melee Coffee',
182
- },
183
- '/actions/brewing/ultra_milking_tea': {
184
- name: 'Ultra Milking Tea',
185
- },
186
- '/actions/brewing/ultra_ranged_coffee': {
187
- name: 'Ultra Ranged Coffee',
188
- },
189
- '/actions/brewing/ultra_stamina_coffee': {
190
- name: 'Ultra Stamina Coffee',
191
- },
192
- '/actions/brewing/ultra_tailoring_tea': {
193
- name: 'Ultra Tailoring Tea',
194
- },
195
- '/actions/brewing/ultra_woodcutting_tea': {
196
- name: 'Ultra Woodcutting Tea',
197
- },
198
- '/actions/brewing/wisdom_coffee': {
199
- name: 'Wisdom Coffee',
200
- },
201
- '/actions/brewing/wisdom_tea': {
202
- name: 'Wisdom Tea',
203
- },
204
- '/actions/brewing/woodcutting_tea': {
205
- name: 'Woodcutting Tea',
206
- },
207
- '/actions/cheesesmithing/anchorbound_plate_body': {
208
- name: 'Anchorbound Plate Body',
209
- },
210
- '/actions/cheesesmithing/anchorbound_plate_body_refined': {
211
- name: 'Anchorbound Plate Body (R)',
212
- },
213
- '/actions/cheesesmithing/anchorbound_plate_legs': {
214
- name: 'Anchorbound Plate Legs',
215
- },
216
- '/actions/cheesesmithing/anchorbound_plate_legs_refined': {
217
- name: 'Anchorbound Plate Legs (R)',
218
- },
219
- '/actions/cheesesmithing/azure_alembic': {
220
- name: 'Azure Alembic',
221
- },
222
- '/actions/cheesesmithing/azure_boots': {
223
- name: 'Azure Boots',
224
- },
225
- '/actions/cheesesmithing/azure_brush': {
226
- name: 'Azure Brush',
227
- },
228
- '/actions/cheesesmithing/azure_buckler': {
229
- name: 'Azure Buckler',
230
- },
231
- '/actions/cheesesmithing/azure_bulwark': {
232
- name: 'Azure Bulwark',
233
- },
234
- '/actions/cheesesmithing/azure_cheese': {
235
- name: 'Azure Cheese',
236
- },
237
- '/actions/cheesesmithing/azure_chisel': {
238
- name: 'Azure Chisel',
239
- },
240
- '/actions/cheesesmithing/azure_enhancer': {
241
- name: 'Azure Enhancer',
242
- },
243
- '/actions/cheesesmithing/azure_gauntlets': {
244
- name: 'Azure Gauntlets',
245
- },
246
- '/actions/cheesesmithing/azure_hammer': {
247
- name: 'Azure Hammer',
248
- },
249
- '/actions/cheesesmithing/azure_hatchet': {
250
- name: 'Azure Hatchet',
251
- },
252
- '/actions/cheesesmithing/azure_helmet': {
253
- name: 'Azure Helmet',
254
- },
255
- '/actions/cheesesmithing/azure_mace': {
256
- name: 'Azure Mace',
257
- },
258
- '/actions/cheesesmithing/azure_needle': {
259
- name: 'Azure Needle',
260
- },
261
- '/actions/cheesesmithing/azure_plate_body': {
262
- name: 'Azure Plate Body',
263
- },
264
- '/actions/cheesesmithing/azure_plate_legs': {
265
- name: 'Azure Plate Legs',
266
- },
267
- '/actions/cheesesmithing/azure_pot': {
268
- name: 'Azure Pot',
269
- },
270
- '/actions/cheesesmithing/azure_shears': {
271
- name: 'Azure Shears',
272
- },
273
- '/actions/cheesesmithing/azure_spatula': {
274
- name: 'Azure Spatula',
275
- },
276
- '/actions/cheesesmithing/azure_spear': {
277
- name: 'Azure Spear',
278
- },
279
- '/actions/cheesesmithing/azure_sword': {
280
- name: 'Azure Sword',
281
- },
282
- '/actions/cheesesmithing/black_bear_shoes': {
283
- name: 'Black Bear Shoes',
284
- },
285
- '/actions/cheesesmithing/burble_alembic': {
286
- name: 'Burble Alembic',
287
- },
288
- '/actions/cheesesmithing/burble_boots': {
289
- name: 'Burble Boots',
290
- },
291
- '/actions/cheesesmithing/burble_brush': {
292
- name: 'Burble Brush',
293
- },
294
- '/actions/cheesesmithing/burble_buckler': {
295
- name: 'Burble Buckler',
296
- },
297
- '/actions/cheesesmithing/burble_bulwark': {
298
- name: 'Burble Bulwark',
299
- },
300
- '/actions/cheesesmithing/burble_cheese': {
301
- name: 'Burble Cheese',
302
- },
303
- '/actions/cheesesmithing/burble_chisel': {
304
- name: 'Burble Chisel',
305
- },
306
- '/actions/cheesesmithing/burble_enhancer': {
307
- name: 'Burble Enhancer',
308
- },
309
- '/actions/cheesesmithing/burble_gauntlets': {
310
- name: 'Burble Gauntlets',
311
- },
312
- '/actions/cheesesmithing/burble_hammer': {
313
- name: 'Burble Hammer',
314
- },
315
- '/actions/cheesesmithing/burble_hatchet': {
316
- name: 'Burble Hatchet',
317
- },
318
- '/actions/cheesesmithing/burble_helmet': {
319
- name: 'Burble Helmet',
320
- },
321
- '/actions/cheesesmithing/burble_mace': {
322
- name: 'Burble Mace',
323
- },
324
- '/actions/cheesesmithing/burble_needle': {
325
- name: 'Burble Needle',
326
- },
327
- '/actions/cheesesmithing/burble_plate_body': {
328
- name: 'Burble Plate Body',
329
- },
330
- '/actions/cheesesmithing/burble_plate_legs': {
331
- name: 'Burble Plate Legs',
332
- },
333
- '/actions/cheesesmithing/burble_pot': {
334
- name: 'Burble Pot',
335
- },
336
- '/actions/cheesesmithing/burble_shears': {
337
- name: 'Burble Shears',
338
- },
339
- '/actions/cheesesmithing/burble_spatula': {
340
- name: 'Burble Spatula',
341
- },
342
- '/actions/cheesesmithing/burble_spear': {
343
- name: 'Burble Spear',
344
- },
345
- '/actions/cheesesmithing/burble_sword': {
346
- name: 'Burble Sword',
347
- },
348
- '/actions/cheesesmithing/celestial_alembic': {
349
- name: 'Celestial Alembic',
350
- },
351
- '/actions/cheesesmithing/celestial_brush': {
352
- name: 'Celestial Brush',
353
- },
354
- '/actions/cheesesmithing/celestial_chisel': {
355
- name: 'Celestial Chisel',
356
- },
357
- '/actions/cheesesmithing/celestial_enhancer': {
358
- name: 'Celestial Enhancer',
359
- },
360
- '/actions/cheesesmithing/celestial_hammer': {
361
- name: 'Celestial Hammer',
362
- },
363
- '/actions/cheesesmithing/celestial_hatchet': {
364
- name: 'Celestial Hatchet',
365
- },
366
- '/actions/cheesesmithing/celestial_needle': {
367
- name: 'Celestial Needle',
368
- },
369
- '/actions/cheesesmithing/celestial_pot': {
370
- name: 'Celestial Pot',
371
- },
372
- '/actions/cheesesmithing/celestial_shears': {
373
- name: 'Celestial Shears',
374
- },
375
- '/actions/cheesesmithing/celestial_spatula': {
376
- name: 'Celestial Spatula',
377
- },
378
- '/actions/cheesesmithing/chaotic_flail': {
379
- name: 'Chaotic Flail',
380
- },
381
- '/actions/cheesesmithing/chaotic_flail_refined': {
382
- name: 'Chaotic Flail (R)',
383
- },
384
- '/actions/cheesesmithing/cheese': {
385
- name: 'Cheese',
386
- },
387
- '/actions/cheesesmithing/cheese_alembic': {
388
- name: 'Cheese Alembic',
389
- },
390
- '/actions/cheesesmithing/cheese_boots': {
391
- name: 'Cheese Boots',
392
- },
393
- '/actions/cheesesmithing/cheese_brush': {
394
- name: 'Cheese Brush',
395
- },
396
- '/actions/cheesesmithing/cheese_buckler': {
397
- name: 'Cheese Buckler',
398
- },
399
- '/actions/cheesesmithing/cheese_bulwark': {
400
- name: 'Cheese Bulwark',
401
- },
402
- '/actions/cheesesmithing/cheese_chisel': {
403
- name: 'Cheese Chisel',
404
- },
405
- '/actions/cheesesmithing/cheese_enhancer': {
406
- name: 'Cheese Enhancer',
407
- },
408
- '/actions/cheesesmithing/cheese_gauntlets': {
409
- name: 'Cheese Gauntlets',
410
- },
411
- '/actions/cheesesmithing/cheese_hammer': {
412
- name: 'Cheese Hammer',
413
- },
414
- '/actions/cheesesmithing/cheese_hatchet': {
415
- name: 'Cheese Hatchet',
416
- },
417
- '/actions/cheesesmithing/cheese_helmet': {
418
- name: 'Cheese Helmet',
419
- },
420
- '/actions/cheesesmithing/cheese_mace': {
421
- name: 'Cheese Mace',
422
- },
423
- '/actions/cheesesmithing/cheese_needle': {
424
- name: 'Cheese Needle',
425
- },
426
- '/actions/cheesesmithing/cheese_plate_body': {
427
- name: 'Cheese Plate Body',
428
- },
429
- '/actions/cheesesmithing/cheese_plate_legs': {
430
- name: 'Cheese Plate Legs',
431
- },
432
- '/actions/cheesesmithing/cheese_pot': {
433
- name: 'Cheese Pot',
434
- },
435
- '/actions/cheesesmithing/cheese_shears': {
436
- name: 'Cheese Shears',
437
- },
438
- '/actions/cheesesmithing/cheese_spatula': {
439
- name: 'Cheese Spatula',
440
- },
441
- '/actions/cheesesmithing/cheese_spear': {
442
- name: 'Cheese Spear',
443
- },
444
- '/actions/cheesesmithing/cheese_sword': {
445
- name: 'Cheese Sword',
446
- },
447
- '/actions/cheesesmithing/colossus_plate_body': {
448
- name: 'Colossus Plate Body',
449
- },
450
- '/actions/cheesesmithing/colossus_plate_legs': {
451
- name: 'Colossus Plate Legs',
452
- },
453
- '/actions/cheesesmithing/corsair_helmet': {
454
- name: 'Corsair Helmet',
455
- },
456
- '/actions/cheesesmithing/corsair_helmet_refined': {
457
- name: 'Corsair Helmet (R)',
458
- },
459
- '/actions/cheesesmithing/crimson_alembic': {
460
- name: 'Crimson Alembic',
461
- },
462
- '/actions/cheesesmithing/crimson_boots': {
463
- name: 'Crimson Boots',
464
- },
465
- '/actions/cheesesmithing/crimson_brush': {
466
- name: 'Crimson Brush',
467
- },
468
- '/actions/cheesesmithing/crimson_buckler': {
469
- name: 'Crimson Buckler',
470
- },
471
- '/actions/cheesesmithing/crimson_bulwark': {
472
- name: 'Crimson Bulwark',
473
- },
474
- '/actions/cheesesmithing/crimson_cheese': {
475
- name: 'Crimson Cheese',
476
- },
477
- '/actions/cheesesmithing/crimson_chisel': {
478
- name: 'Crimson Chisel',
479
- },
480
- '/actions/cheesesmithing/crimson_enhancer': {
481
- name: 'Crimson Enhancer',
482
- },
483
- '/actions/cheesesmithing/crimson_gauntlets': {
484
- name: 'Crimson Gauntlets',
485
- },
486
- '/actions/cheesesmithing/crimson_hammer': {
487
- name: 'Crimson Hammer',
488
- },
489
- '/actions/cheesesmithing/crimson_hatchet': {
490
- name: 'Crimson Hatchet',
491
- },
492
- '/actions/cheesesmithing/crimson_helmet': {
493
- name: 'Crimson Helmet',
494
- },
495
- '/actions/cheesesmithing/crimson_mace': {
496
- name: 'Crimson Mace',
497
- },
498
- '/actions/cheesesmithing/crimson_needle': {
499
- name: 'Crimson Needle',
500
- },
501
- '/actions/cheesesmithing/crimson_plate_body': {
502
- name: 'Crimson Plate Body',
503
- },
504
- '/actions/cheesesmithing/crimson_plate_legs': {
505
- name: 'Crimson Plate Legs',
506
- },
507
- '/actions/cheesesmithing/crimson_pot': {
508
- name: 'Crimson Pot',
509
- },
510
- '/actions/cheesesmithing/crimson_shears': {
511
- name: 'Crimson Shears',
512
- },
513
- '/actions/cheesesmithing/crimson_spatula': {
514
- name: 'Crimson Spatula',
515
- },
516
- '/actions/cheesesmithing/crimson_spear': {
517
- name: 'Crimson Spear',
518
- },
519
- '/actions/cheesesmithing/crimson_sword': {
520
- name: 'Crimson Sword',
521
- },
522
- '/actions/cheesesmithing/demonic_plate_body': {
523
- name: 'Demonic Plate Body',
524
- },
525
- '/actions/cheesesmithing/demonic_plate_legs': {
526
- name: 'Demonic Plate Legs',
527
- },
528
- '/actions/cheesesmithing/dodocamel_gauntlets': {
529
- name: 'Dodocamel Gauntlets',
530
- },
531
- '/actions/cheesesmithing/dodocamel_gauntlets_refined': {
532
- name: 'Dodocamel Gauntlets (R)',
533
- },
534
- '/actions/cheesesmithing/furious_spear': {
535
- name: 'Furious Spear',
536
- },
537
- '/actions/cheesesmithing/furious_spear_refined': {
538
- name: 'Furious Spear (R)',
539
- },
540
- '/actions/cheesesmithing/granite_bludgeon': {
541
- name: 'Granite Bludgeon',
542
- },
543
- '/actions/cheesesmithing/griffin_bulwark': {
544
- name: 'Griffin Bulwark',
545
- },
546
- '/actions/cheesesmithing/griffin_bulwark_refined': {
547
- name: 'Griffin Bulwark (R)',
548
- },
549
- '/actions/cheesesmithing/grizzly_bear_shoes': {
550
- name: 'Grizzly Bear Shoes',
551
- },
552
- '/actions/cheesesmithing/holy_alembic': {
553
- name: 'Holy Alembic',
554
- },
555
- '/actions/cheesesmithing/holy_boots': {
556
- name: 'Holy Boots',
557
- },
558
- '/actions/cheesesmithing/holy_brush': {
559
- name: 'Holy Brush',
560
- },
561
- '/actions/cheesesmithing/holy_buckler': {
562
- name: 'Holy Buckler',
563
- },
564
- '/actions/cheesesmithing/holy_bulwark': {
565
- name: 'Holy Bulwark',
566
- },
567
- '/actions/cheesesmithing/holy_cheese': {
568
- name: 'Holy Cheese',
569
- },
570
- '/actions/cheesesmithing/holy_chisel': {
571
- name: 'Holy Chisel',
572
- },
573
- '/actions/cheesesmithing/holy_enhancer': {
574
- name: 'Holy Enhancer',
575
- },
576
- '/actions/cheesesmithing/holy_gauntlets': {
577
- name: 'Holy Gauntlets',
578
- },
579
- '/actions/cheesesmithing/holy_hammer': {
580
- name: 'Holy Hammer',
581
- },
582
- '/actions/cheesesmithing/holy_hatchet': {
583
- name: 'Holy Hatchet',
584
- },
585
- '/actions/cheesesmithing/holy_helmet': {
586
- name: 'Holy Helmet',
587
- },
588
- '/actions/cheesesmithing/holy_mace': {
589
- name: 'Holy Mace',
590
- },
591
- '/actions/cheesesmithing/holy_needle': {
592
- name: 'Holy Needle',
593
- },
594
- '/actions/cheesesmithing/holy_plate_body': {
595
- name: 'Holy Plate Body',
596
- },
597
- '/actions/cheesesmithing/holy_plate_legs': {
598
- name: 'Holy Plate Legs',
599
- },
600
- '/actions/cheesesmithing/holy_pot': {
601
- name: 'Holy Pot',
602
- },
603
- '/actions/cheesesmithing/holy_shears': {
604
- name: 'Holy Shears',
605
- },
606
- '/actions/cheesesmithing/holy_spatula': {
607
- name: 'Holy Spatula',
608
- },
609
- '/actions/cheesesmithing/holy_spear': {
610
- name: 'Holy Spear',
611
- },
612
- '/actions/cheesesmithing/holy_sword': {
613
- name: 'Holy Sword',
614
- },
615
- '/actions/cheesesmithing/knights_aegis': {
616
- name: 'Knights Aegis',
617
- },
618
- '/actions/cheesesmithing/knights_aegis_refined': {
619
- name: 'Knights Aegis (R)',
620
- },
621
- '/actions/cheesesmithing/maelstrom_plate_body': {
622
- name: 'Maelstrom Plate Body',
623
- },
624
- '/actions/cheesesmithing/maelstrom_plate_body_refined': {
625
- name: 'Maelstrom Plate Body (R)',
626
- },
627
- '/actions/cheesesmithing/maelstrom_plate_legs': {
628
- name: 'Maelstrom Plate Legs',
629
- },
630
- '/actions/cheesesmithing/maelstrom_plate_legs_refined': {
631
- name: 'Maelstrom Plate Legs (R)',
632
- },
633
- '/actions/cheesesmithing/magnetic_gloves': {
634
- name: 'Magnetic Gloves',
635
- },
636
- '/actions/cheesesmithing/panda_gloves': {
637
- name: 'Panda Gloves',
638
- },
639
- '/actions/cheesesmithing/pincer_gloves': {
640
- name: 'Pincer Gloves',
641
- },
642
- '/actions/cheesesmithing/polar_bear_shoes': {
643
- name: 'Polar Bear Shoes',
644
- },
645
- '/actions/cheesesmithing/rainbow_alembic': {
646
- name: 'Rainbow Alembic',
647
- },
648
- '/actions/cheesesmithing/rainbow_boots': {
649
- name: 'Rainbow Boots',
650
- },
651
- '/actions/cheesesmithing/rainbow_brush': {
652
- name: 'Rainbow Brush',
653
- },
654
- '/actions/cheesesmithing/rainbow_buckler': {
655
- name: 'Rainbow Buckler',
656
- },
657
- '/actions/cheesesmithing/rainbow_bulwark': {
658
- name: 'Rainbow Bulwark',
659
- },
660
- '/actions/cheesesmithing/rainbow_cheese': {
661
- name: 'Rainbow Cheese',
662
- },
663
- '/actions/cheesesmithing/rainbow_chisel': {
664
- name: 'Rainbow Chisel',
665
- },
666
- '/actions/cheesesmithing/rainbow_enhancer': {
667
- name: 'Rainbow Enhancer',
668
- },
669
- '/actions/cheesesmithing/rainbow_gauntlets': {
670
- name: 'Rainbow Gauntlets',
671
- },
672
- '/actions/cheesesmithing/rainbow_hammer': {
673
- name: 'Rainbow Hammer',
674
- },
675
- '/actions/cheesesmithing/rainbow_hatchet': {
676
- name: 'Rainbow Hatchet',
677
- },
678
- '/actions/cheesesmithing/rainbow_helmet': {
679
- name: 'Rainbow Helmet',
680
- },
681
- '/actions/cheesesmithing/rainbow_mace': {
682
- name: 'Rainbow Mace',
683
- },
684
- '/actions/cheesesmithing/rainbow_needle': {
685
- name: 'Rainbow Needle',
686
- },
687
- '/actions/cheesesmithing/rainbow_plate_body': {
688
- name: 'Rainbow Plate Body',
689
- },
690
- '/actions/cheesesmithing/rainbow_plate_legs': {
691
- name: 'Rainbow Plate Legs',
692
- },
693
- '/actions/cheesesmithing/rainbow_pot': {
694
- name: 'Rainbow Pot',
695
- },
696
- '/actions/cheesesmithing/rainbow_shears': {
697
- name: 'Rainbow Shears',
698
- },
699
- '/actions/cheesesmithing/rainbow_spatula': {
700
- name: 'Rainbow Spatula',
701
- },
702
- '/actions/cheesesmithing/rainbow_spear': {
703
- name: 'Rainbow Spear',
704
- },
705
- '/actions/cheesesmithing/rainbow_sword': {
706
- name: 'Rainbow Sword',
707
- },
708
- '/actions/cheesesmithing/regal_sword': {
709
- name: 'Regal Sword',
710
- },
711
- '/actions/cheesesmithing/regal_sword_refined': {
712
- name: 'Regal Sword (R)',
713
- },
714
- '/actions/cheesesmithing/snail_shell_helmet': {
715
- name: 'Snail Shell Helmet',
716
- },
717
- '/actions/cheesesmithing/snake_fang_dirk': {
718
- name: 'Snake Fang Dirk',
719
- },
720
- '/actions/cheesesmithing/spiked_bulwark': {
721
- name: 'Spiked Bulwark',
722
- },
723
- '/actions/cheesesmithing/stalactite_spear': {
724
- name: 'Stalactite Spear',
725
- },
726
- '/actions/cheesesmithing/turtle_shell_body': {
727
- name: 'Turtle Shell Body',
728
- },
729
- '/actions/cheesesmithing/turtle_shell_legs': {
730
- name: 'Turtle Shell Legs',
731
- },
732
- '/actions/cheesesmithing/vampire_fang_dirk': {
733
- name: 'Vampire Fang Dirk',
734
- },
735
- '/actions/cheesesmithing/verdant_alembic': {
736
- name: 'Verdant Alembic',
737
- },
738
- '/actions/cheesesmithing/verdant_boots': {
739
- name: 'Verdant Boots',
740
- },
741
- '/actions/cheesesmithing/verdant_brush': {
742
- name: 'Verdant Brush',
743
- },
744
- '/actions/cheesesmithing/verdant_buckler': {
745
- name: 'Verdant Buckler',
746
- },
747
- '/actions/cheesesmithing/verdant_bulwark': {
748
- name: 'Verdant Bulwark',
749
- },
750
- '/actions/cheesesmithing/verdant_cheese': {
751
- name: 'Verdant Cheese',
752
- },
753
- '/actions/cheesesmithing/verdant_chisel': {
754
- name: 'Verdant Chisel',
755
- },
756
- '/actions/cheesesmithing/verdant_enhancer': {
757
- name: 'Verdant Enhancer',
758
- },
759
- '/actions/cheesesmithing/verdant_gauntlets': {
760
- name: 'Verdant Gauntlets',
761
- },
762
- '/actions/cheesesmithing/verdant_hammer': {
763
- name: 'Verdant Hammer',
764
- },
765
- '/actions/cheesesmithing/verdant_hatchet': {
766
- name: 'Verdant Hatchet',
767
- },
768
- '/actions/cheesesmithing/verdant_helmet': {
769
- name: 'Verdant Helmet',
770
- },
771
- '/actions/cheesesmithing/verdant_mace': {
772
- name: 'Verdant Mace',
773
- },
774
- '/actions/cheesesmithing/verdant_needle': {
775
- name: 'Verdant Needle',
776
- },
777
- '/actions/cheesesmithing/verdant_plate_body': {
778
- name: 'Verdant Plate Body',
779
- },
780
- '/actions/cheesesmithing/verdant_plate_legs': {
781
- name: 'Verdant Plate Legs',
782
- },
783
- '/actions/cheesesmithing/verdant_pot': {
784
- name: 'Verdant Pot',
785
- },
786
- '/actions/cheesesmithing/verdant_shears': {
787
- name: 'Verdant Shears',
788
- },
789
- '/actions/cheesesmithing/verdant_spatula': {
790
- name: 'Verdant Spatula',
791
- },
792
- '/actions/cheesesmithing/verdant_spear': {
793
- name: 'Verdant Spear',
794
- },
795
- '/actions/cheesesmithing/verdant_sword': {
796
- name: 'Verdant Sword',
797
- },
798
- '/actions/cheesesmithing/vision_helmet': {
799
- name: 'Vision Helmet',
800
- },
801
- '/actions/cheesesmithing/vision_shield': {
802
- name: 'Vision Shield',
803
- },
804
- '/actions/cheesesmithing/werewolf_slasher': {
805
- name: 'Werewolf Slasher',
806
- },
807
- '/actions/combat/abyssal_imp': {
808
- name: 'Abyssal Imp',
809
- },
810
- '/actions/combat/alligator': {
811
- name: 'Sherlock',
812
- },
813
- '/actions/combat/aqua_planet': {
814
- name: 'Aqua Planet',
815
- },
816
- '/actions/combat/aquahorse': {
817
- name: 'Aquahorse',
818
- },
819
- '/actions/combat/bear_with_it': {
820
- name: 'Bear With It',
821
- },
822
- '/actions/combat/black_bear': {
823
- name: 'Black Bear',
824
- },
825
- '/actions/combat/centaur_archer': {
826
- name: 'Centaur Archer',
827
- },
828
- '/actions/combat/chimerical_den': {
829
- name: 'Chimerical Den',
830
- },
831
- '/actions/combat/crab': {
832
- name: 'I Pinch',
833
- },
834
- '/actions/combat/elementalist': {
835
- name: 'Elementalist',
836
- },
837
- '/actions/combat/enchanted_fortress': {
838
- name: 'Enchanted Fortress',
839
- },
840
- '/actions/combat/eye': {
841
- name: 'Eye',
842
- },
843
- '/actions/combat/eyes': {
844
- name: 'Eyes',
845
- },
846
- '/actions/combat/flame_sorcerer': {
847
- name: 'Flame Sorcerer',
848
- },
849
- '/actions/combat/fly': {
850
- name: 'Fly',
851
- },
852
- '/actions/combat/frog': {
853
- name: 'Frogger',
854
- },
855
- '/actions/combat/gobo_boomy': {
856
- name: 'Boomy',
857
- },
858
- '/actions/combat/gobo_planet': {
859
- name: 'Gobo Planet',
860
- },
861
- '/actions/combat/gobo_shooty': {
862
- name: 'Shooty',
863
- },
864
- '/actions/combat/gobo_slashy': {
865
- name: 'Slashy',
866
- },
867
- '/actions/combat/gobo_smashy': {
868
- name: 'Smashy',
869
- },
870
- '/actions/combat/gobo_stabby': {
871
- name: 'Stabby',
872
- },
873
- '/actions/combat/golem_cave': {
874
- name: 'Golem Cave',
875
- },
876
- '/actions/combat/granite_golem': {
877
- name: 'Granite Golem',
878
- },
879
- '/actions/combat/grizzly_bear': {
880
- name: 'Grizzly Bear',
881
- },
882
- '/actions/combat/gummy_bear': {
883
- name: 'Gummy Bear',
884
- },
885
- '/actions/combat/ice_sorcerer': {
886
- name: 'Ice Sorcerer',
887
- },
888
- '/actions/combat/infernal_abyss': {
889
- name: 'Infernal Abyss',
890
- },
891
- '/actions/combat/infernal_warlock': {
892
- name: 'Infernal Warlock',
893
- },
894
- '/actions/combat/jungle_planet': {
895
- name: 'Jungle Planet',
896
- },
897
- '/actions/combat/jungle_sprite': {
898
- name: 'Jungle Sprite',
899
- },
900
- '/actions/combat/magnetic_golem': {
901
- name: 'Magnetic Golem',
902
- },
903
- '/actions/combat/myconid': {
904
- name: 'Myconid',
905
- },
906
- '/actions/combat/nom_nom': {
907
- name: 'Nom Nom',
908
- },
909
- '/actions/combat/novice_sorcerer': {
910
- name: 'Novice Sorcerer',
911
- },
912
- '/actions/combat/panda': {
913
- name: 'Panda',
914
- },
915
- '/actions/combat/pirate_cove': {
916
- name: 'Pirate Cove',
917
- },
918
- '/actions/combat/planet_of_the_eyes': {
919
- name: 'Planet Of The Eyes',
920
- },
921
- '/actions/combat/polar_bear': {
922
- name: 'Polar Bear',
923
- },
924
- '/actions/combat/porcupine': {
925
- name: 'Porcupine',
926
- },
927
- '/actions/combat/rat': {
928
- name: 'Jerry',
929
- },
930
- '/actions/combat/sea_snail': {
931
- name: 'Gary',
932
- },
933
- '/actions/combat/sinister_circus': {
934
- name: 'Sinister Circus',
935
- },
936
- '/actions/combat/skunk': {
937
- name: 'Skunk',
938
- },
939
- '/actions/combat/slimy': {
940
- name: 'Slimy',
941
- },
942
- '/actions/combat/smelly_planet': {
943
- name: 'Smelly Planet',
944
- },
945
- '/actions/combat/snake': {
946
- name: 'Thnake',
947
- },
948
- '/actions/combat/sorcerers_tower': {
949
- name: 'Sorcerer\'s Tower',
950
- },
951
- '/actions/combat/soul_hunter': {
952
- name: 'Soul Hunter',
953
- },
954
- '/actions/combat/stalactite_golem': {
955
- name: 'Stalactite Golem',
956
- },
957
- '/actions/combat/swamp_planet': {
958
- name: 'Swamp Planet',
959
- },
960
- '/actions/combat/swampy': {
961
- name: 'Swampy',
962
- },
963
- '/actions/combat/treant': {
964
- name: 'Treant',
965
- },
966
- '/actions/combat/turtle': {
967
- name: 'Turuto',
968
- },
969
- '/actions/combat/twilight_zone': {
970
- name: 'Twilight Zone',
971
- },
972
- '/actions/combat/vampire': {
973
- name: 'Vampire',
974
- },
975
- '/actions/combat/veyes': {
976
- name: 'Veyes',
977
- },
978
- '/actions/combat/werewolf': {
979
- name: 'Werewolf',
980
- },
981
- '/actions/combat/zombie': {
982
- name: 'Zombie',
983
- },
984
- '/actions/cooking/apple_gummy': {
985
- name: 'Apple Gummy',
986
- },
987
- '/actions/cooking/apple_yogurt': {
988
- name: 'Apple Yogurt',
989
- },
990
- '/actions/cooking/blackberry_cake': {
991
- name: 'Blackberry Cake',
992
- },
993
- '/actions/cooking/blackberry_donut': {
994
- name: 'Blackberry Donut',
995
- },
996
- '/actions/cooking/blueberry_cake': {
997
- name: 'Blueberry Cake',
998
- },
999
- '/actions/cooking/blueberry_donut': {
1000
- name: 'Blueberry Donut',
1001
- },
1002
- '/actions/cooking/cupcake': {
1003
- name: 'Cupcake',
1004
- },
1005
- '/actions/cooking/donut': {
1006
- name: 'Donut',
1007
- },
1008
- '/actions/cooking/dragon_fruit_gummy': {
1009
- name: 'Dragon Fruit Gummy',
1010
- },
1011
- '/actions/cooking/dragon_fruit_yogurt': {
1012
- name: 'Dragon Fruit Yogurt',
1013
- },
1014
- '/actions/cooking/gummy': {
1015
- name: 'Gummy',
1016
- },
1017
- '/actions/cooking/marsberry_cake': {
1018
- name: 'Marsberry Cake',
1019
- },
1020
- '/actions/cooking/marsberry_donut': {
1021
- name: 'Marsberry Donut',
1022
- },
1023
- '/actions/cooking/mooberry_cake': {
1024
- name: 'Mooberry Cake',
1025
- },
1026
- '/actions/cooking/mooberry_donut': {
1027
- name: 'Mooberry Donut',
1028
- },
1029
- '/actions/cooking/orange_gummy': {
1030
- name: 'Orange Gummy',
1031
- },
1032
- '/actions/cooking/orange_yogurt': {
1033
- name: 'Orange Yogurt',
1034
- },
1035
- '/actions/cooking/peach_gummy': {
1036
- name: 'Peach Gummy',
1037
- },
1038
- '/actions/cooking/peach_yogurt': {
1039
- name: 'Peach Yogurt',
1040
- },
1041
- '/actions/cooking/plum_gummy': {
1042
- name: 'Plum Gummy',
1043
- },
1044
- '/actions/cooking/plum_yogurt': {
1045
- name: 'Plum Yogurt',
1046
- },
1047
- '/actions/cooking/spaceberry_cake': {
1048
- name: 'Spaceberry Cake',
1049
- },
1050
- '/actions/cooking/spaceberry_donut': {
1051
- name: 'Spaceberry Donut',
1052
- },
1053
- '/actions/cooking/star_fruit_gummy': {
1054
- name: 'Star Fruit Gummy',
1055
- },
1056
- '/actions/cooking/star_fruit_yogurt': {
1057
- name: 'Star Fruit Yogurt',
1058
- },
1059
- '/actions/cooking/strawberry_cake': {
1060
- name: 'Strawberry Cake',
1061
- },
1062
- '/actions/cooking/strawberry_donut': {
1063
- name: 'Strawberry Donut',
1064
- },
1065
- '/actions/cooking/yogurt': {
1066
- name: 'Yogurt',
1067
- },
1068
- '/actions/crafting/advanced_alchemy_charm': {
1069
- name: 'Advanced Alchemy Charm',
1070
- },
1071
- '/actions/crafting/advanced_attack_charm': {
1072
- name: 'Advanced Attack Charm',
1073
- },
1074
- '/actions/crafting/advanced_brewing_charm': {
1075
- name: 'Advanced Brewing Charm',
1076
- },
1077
- '/actions/crafting/advanced_cheesesmithing_charm': {
1078
- name: 'Advanced Cheesesmithing Charm',
1079
- },
1080
- '/actions/crafting/advanced_cooking_charm': {
1081
- name: 'Advanced Cooking Charm',
1082
- },
1083
- '/actions/crafting/advanced_crafting_charm': {
1084
- name: 'Advanced Crafting Charm',
1085
- },
1086
- '/actions/crafting/advanced_defense_charm': {
1087
- name: 'Advanced Defense Charm',
1088
- },
1089
- '/actions/crafting/advanced_enhancing_charm': {
1090
- name: 'Advanced Enhancing Charm',
1091
- },
1092
- '/actions/crafting/advanced_foraging_charm': {
1093
- name: 'Advanced Foraging Charm',
1094
- },
1095
- '/actions/crafting/advanced_intelligence_charm': {
1096
- name: 'Advanced Intelligence Charm',
1097
- },
1098
- '/actions/crafting/advanced_magic_charm': {
1099
- name: 'Advanced Magic Charm',
1100
- },
1101
- '/actions/crafting/advanced_melee_charm': {
1102
- name: 'Advanced Melee Charm',
1103
- },
1104
- '/actions/crafting/advanced_milking_charm': {
1105
- name: 'Advanced Milking Charm',
1106
- },
1107
- '/actions/crafting/advanced_ranged_charm': {
1108
- name: 'Advanced Ranged Charm',
1109
- },
1110
- '/actions/crafting/advanced_stamina_charm': {
1111
- name: 'Advanced Stamina Charm',
1112
- },
1113
- '/actions/crafting/advanced_tailoring_charm': {
1114
- name: 'Advanced Tailoring Charm',
1115
- },
1116
- '/actions/crafting/advanced_task_badge': {
1117
- name: 'Advanced Task Badge',
1118
- },
1119
- '/actions/crafting/advanced_woodcutting_charm': {
1120
- name: 'Advanced Woodcutting Charm',
1121
- },
1122
- '/actions/crafting/arcane_bow': {
1123
- name: 'Arcane Bow',
1124
- },
1125
- '/actions/crafting/arcane_crossbow': {
1126
- name: 'Arcane Crossbow',
1127
- },
1128
- '/actions/crafting/arcane_fire_staff': {
1129
- name: 'Arcane Fire Staff',
1130
- },
1131
- '/actions/crafting/arcane_lumber': {
1132
- name: 'Arcane Lumber',
1133
- },
1134
- '/actions/crafting/arcane_nature_staff': {
1135
- name: 'Arcane Nature Staff',
1136
- },
1137
- '/actions/crafting/arcane_shield': {
1138
- name: 'Arcane Shield',
1139
- },
1140
- '/actions/crafting/arcane_water_staff': {
1141
- name: 'Arcane Water Staff',
1142
- },
1143
- '/actions/crafting/basic_alchemy_charm': {
1144
- name: 'Basic Alchemy Charm',
1145
- },
1146
- '/actions/crafting/basic_brewing_charm': {
1147
- name: 'Basic Brewing Charm',
1148
- },
1149
- '/actions/crafting/basic_cheesesmithing_charm': {
1150
- name: 'Basic Cheesesmithing Charm',
1151
- },
1152
- '/actions/crafting/basic_cooking_charm': {
1153
- name: 'Basic Cooking Charm',
1154
- },
1155
- '/actions/crafting/basic_crafting_charm': {
1156
- name: 'Basic Crafting Charm',
1157
- },
1158
- '/actions/crafting/basic_enhancing_charm': {
1159
- name: 'Basic Enhancing Charm',
1160
- },
1161
- '/actions/crafting/basic_foraging_charm': {
1162
- name: 'Basic Foraging Charm',
1163
- },
1164
- '/actions/crafting/basic_milking_charm': {
1165
- name: 'Basic Milking Charm',
1166
- },
1167
- '/actions/crafting/basic_tailoring_charm': {
1168
- name: 'Basic Tailoring Charm',
1169
- },
1170
- '/actions/crafting/basic_task_badge': {
1171
- name: 'Basic Task Badge',
1172
- },
1173
- '/actions/crafting/basic_woodcutting_charm': {
1174
- name: 'Basic Woodcutting Charm',
1175
- },
1176
- '/actions/crafting/birch_bow': {
1177
- name: 'Birch Bow',
1178
- },
1179
- '/actions/crafting/birch_crossbow': {
1180
- name: 'Birch Crossbow',
1181
- },
1182
- '/actions/crafting/birch_fire_staff': {
1183
- name: 'Birch Fire Staff',
1184
- },
1185
- '/actions/crafting/birch_lumber': {
1186
- name: 'Birch Lumber',
1187
- },
1188
- '/actions/crafting/birch_nature_staff': {
1189
- name: 'Birch Nature Staff',
1190
- },
1191
- '/actions/crafting/birch_shield': {
1192
- name: 'Birch Shield',
1193
- },
1194
- '/actions/crafting/birch_water_staff': {
1195
- name: 'Birch Water Staff',
1196
- },
1197
- '/actions/crafting/bishops_codex': {
1198
- name: 'Bishop\'s Codex',
1199
- },
1200
- '/actions/crafting/bishops_codex_refined': {
1201
- name: 'Bishop\'s Codex (R)',
1202
- },
1203
- '/actions/crafting/blazing_trident': {
1204
- name: 'Blazing Trident',
1205
- },
1206
- '/actions/crafting/blazing_trident_refined': {
1207
- name: 'Blazing Trident (R)',
1208
- },
1209
- '/actions/crafting/blooming_trident': {
1210
- name: 'Blooming Trident',
1211
- },
1212
- '/actions/crafting/blooming_trident_refined': {
1213
- name: 'Blooming Trident (R)',
1214
- },
1215
- '/actions/crafting/catalyst_of_coinification': {
1216
- name: 'Catalyst Of Coinification',
1217
- },
1218
- '/actions/crafting/catalyst_of_decomposition': {
1219
- name: 'Catalyst Of Decomposition',
1220
- },
1221
- '/actions/crafting/catalyst_of_transmutation': {
1222
- name: 'Catalyst Of Transmutation',
1223
- },
1224
- '/actions/crafting/cedar_bow': {
1225
- name: 'Cedar Bow',
1226
- },
1227
- '/actions/crafting/cedar_crossbow': {
1228
- name: 'Cedar Crossbow',
1229
- },
1230
- '/actions/crafting/cedar_fire_staff': {
1231
- name: 'Cedar Fire Staff',
1232
- },
1233
- '/actions/crafting/cedar_lumber': {
1234
- name: 'Cedar Lumber',
1235
- },
1236
- '/actions/crafting/cedar_nature_staff': {
1237
- name: 'Cedar Nature Staff',
1238
- },
1239
- '/actions/crafting/cedar_shield': {
1240
- name: 'Cedar Shield',
1241
- },
1242
- '/actions/crafting/cedar_water_staff': {
1243
- name: 'Cedar Water Staff',
1244
- },
1245
- '/actions/crafting/chimerical_chest_key': {
1246
- name: 'Chimerical Chest Key',
1247
- },
1248
- '/actions/crafting/chimerical_entry_key': {
1249
- name: 'Chimerical Entry Key',
1250
- },
1251
- '/actions/crafting/crushed_amber': {
1252
- name: 'Crushed Amber',
1253
- },
1254
- '/actions/crafting/crushed_amethyst': {
1255
- name: 'Crushed Amethyst',
1256
- },
1257
- '/actions/crafting/crushed_garnet': {
1258
- name: 'Crushed Garnet',
1259
- },
1260
- '/actions/crafting/crushed_jade': {
1261
- name: 'Crushed Jade',
1262
- },
1263
- '/actions/crafting/crushed_moonstone': {
1264
- name: 'Crushed Moonstone',
1265
- },
1266
- '/actions/crafting/crushed_pearl': {
1267
- name: 'Crushed Pearl',
1268
- },
1269
- '/actions/crafting/crushed_philosophers_stone': {
1270
- name: 'Crushed Philosopher\'s Stone',
1271
- },
1272
- '/actions/crafting/crushed_sunstone': {
1273
- name: 'Crushed Sunstone',
1274
- },
1275
- '/actions/crafting/cursed_bow': {
1276
- name: 'Cursed Bow',
1277
- },
1278
- '/actions/crafting/cursed_bow_refined': {
1279
- name: 'Cursed Bow (R)',
1280
- },
1281
- '/actions/crafting/earrings_of_armor': {
1282
- name: 'Earrings Of Armor',
1283
- },
1284
- '/actions/crafting/earrings_of_critical_strike': {
1285
- name: 'Earrings Of Critical Strike',
1286
- },
1287
- '/actions/crafting/earrings_of_essence_find': {
1288
- name: 'Earrings Of Essence Find',
1289
- },
1290
- '/actions/crafting/earrings_of_gathering': {
1291
- name: 'Earrings Of Gathering',
1292
- },
1293
- '/actions/crafting/earrings_of_rare_find': {
1294
- name: 'Earrings Of Rare Find',
1295
- },
1296
- '/actions/crafting/earrings_of_regeneration': {
1297
- name: 'Earrings Of Regeneration',
1298
- },
1299
- '/actions/crafting/earrings_of_resistance': {
1300
- name: 'Earrings Of Resistance',
1301
- },
1302
- '/actions/crafting/enchanted_chest_key': {
1303
- name: 'Enchanted Chest Key',
1304
- },
1305
- '/actions/crafting/enchanted_entry_key': {
1306
- name: 'Enchanted Entry Key',
1307
- },
1308
- '/actions/crafting/expert_alchemy_charm': {
1309
- name: 'Expert Alchemy Charm',
1310
- },
1311
- '/actions/crafting/expert_attack_charm': {
1312
- name: 'Expert Attack Charm',
1313
- },
1314
- '/actions/crafting/expert_brewing_charm': {
1315
- name: 'Expert Brewing Charm',
1316
- },
1317
- '/actions/crafting/expert_cheesesmithing_charm': {
1318
- name: 'Expert Cheesesmithing Charm',
1319
- },
1320
- '/actions/crafting/expert_cooking_charm': {
1321
- name: 'Expert Cooking Charm',
1322
- },
1323
- '/actions/crafting/expert_crafting_charm': {
1324
- name: 'Expert Crafting Charm',
1325
- },
1326
- '/actions/crafting/expert_defense_charm': {
1327
- name: 'Expert Defense Charm',
1328
- },
1329
- '/actions/crafting/expert_enhancing_charm': {
1330
- name: 'Expert Enhancing Charm',
1331
- },
1332
- '/actions/crafting/expert_foraging_charm': {
1333
- name: 'Expert Foraging Charm',
1334
- },
1335
- '/actions/crafting/expert_intelligence_charm': {
1336
- name: 'Expert Intelligence Charm',
1337
- },
1338
- '/actions/crafting/expert_magic_charm': {
1339
- name: 'Expert Magic Charm',
1340
- },
1341
- '/actions/crafting/expert_melee_charm': {
1342
- name: 'Expert Melee Charm',
1343
- },
1344
- '/actions/crafting/expert_milking_charm': {
1345
- name: 'Expert Milking Charm',
1346
- },
1347
- '/actions/crafting/expert_ranged_charm': {
1348
- name: 'Expert Ranged Charm',
1349
- },
1350
- '/actions/crafting/expert_stamina_charm': {
1351
- name: 'Expert Stamina Charm',
1352
- },
1353
- '/actions/crafting/expert_tailoring_charm': {
1354
- name: 'Expert Tailoring Charm',
1355
- },
1356
- '/actions/crafting/expert_task_badge': {
1357
- name: 'Expert Task Badge',
1358
- },
1359
- '/actions/crafting/expert_woodcutting_charm': {
1360
- name: 'Expert Woodcutting Charm',
1361
- },
1362
- '/actions/crafting/eye_watch': {
1363
- name: 'Eye Watch',
1364
- },
1365
- '/actions/crafting/fighter_necklace': {
1366
- name: 'Fighter Necklace',
1367
- },
1368
- '/actions/crafting/frost_staff': {
1369
- name: 'Frost Staff',
1370
- },
1371
- '/actions/crafting/ginkgo_bow': {
1372
- name: 'Ginkgo Bow',
1373
- },
1374
- '/actions/crafting/ginkgo_crossbow': {
1375
- name: 'Ginkgo Crossbow',
1376
- },
1377
- '/actions/crafting/ginkgo_fire_staff': {
1378
- name: 'Ginkgo Fire Staff',
1379
- },
1380
- '/actions/crafting/ginkgo_lumber': {
1381
- name: 'Ginkgo Lumber',
1382
- },
1383
- '/actions/crafting/ginkgo_nature_staff': {
1384
- name: 'Ginkgo Nature Staff',
1385
- },
1386
- '/actions/crafting/ginkgo_shield': {
1387
- name: 'Ginkgo Shield',
1388
- },
1389
- '/actions/crafting/ginkgo_water_staff': {
1390
- name: 'Ginkgo Water Staff',
1391
- },
1392
- '/actions/crafting/grandmaster_alchemy_charm': {
1393
- name: 'Grandmaster Alchemy Charm',
1394
- },
1395
- '/actions/crafting/grandmaster_attack_charm': {
1396
- name: 'Grandmaster Attack Charm',
1397
- },
1398
- '/actions/crafting/grandmaster_brewing_charm': {
1399
- name: 'Grandmaster Brewing Charm',
1400
- },
1401
- '/actions/crafting/grandmaster_cheesesmithing_charm': {
1402
- name: 'Grandmaster Cheesesmithing Charm',
1403
- },
1404
- '/actions/crafting/grandmaster_cooking_charm': {
1405
- name: 'Grandmaster Cooking Charm',
1406
- },
1407
- '/actions/crafting/grandmaster_crafting_charm': {
1408
- name: 'Grandmaster Crafting Charm',
1409
- },
1410
- '/actions/crafting/grandmaster_defense_charm': {
1411
- name: 'Grandmaster Defense Charm',
1412
- },
1413
- '/actions/crafting/grandmaster_enhancing_charm': {
1414
- name: 'Grandmaster Enhancing Charm',
1415
- },
1416
- '/actions/crafting/grandmaster_foraging_charm': {
1417
- name: 'Grandmaster Foraging Charm',
1418
- },
1419
- '/actions/crafting/grandmaster_intelligence_charm': {
1420
- name: 'Grandmaster Intelligence Charm',
1421
- },
1422
- '/actions/crafting/grandmaster_magic_charm': {
1423
- name: 'Grandmaster Magic Charm',
1424
- },
1425
- '/actions/crafting/grandmaster_melee_charm': {
1426
- name: 'Grandmaster Melee Charm',
1427
- },
1428
- '/actions/crafting/grandmaster_milking_charm': {
1429
- name: 'Grandmaster Milking Charm',
1430
- },
1431
- '/actions/crafting/grandmaster_ranged_charm': {
1432
- name: 'Grandmaster Ranged Charm',
1433
- },
1434
- '/actions/crafting/grandmaster_stamina_charm': {
1435
- name: 'Grandmaster Stamina Charm',
1436
- },
1437
- '/actions/crafting/grandmaster_tailoring_charm': {
1438
- name: 'Grandmaster Tailoring Charm',
1439
- },
1440
- '/actions/crafting/grandmaster_woodcutting_charm': {
1441
- name: 'Grandmaster Woodcutting Charm',
1442
- },
1443
- '/actions/crafting/infernal_battlestaff': {
1444
- name: 'Infernal Battlestaff',
1445
- },
1446
- '/actions/crafting/jackalope_staff': {
1447
- name: 'Jackalope Staff',
1448
- },
1449
- '/actions/crafting/lumber': {
1450
- name: 'Lumber',
1451
- },
1452
- '/actions/crafting/manticore_shield': {
1453
- name: 'Manticore Shield',
1454
- },
1455
- '/actions/crafting/master_alchemy_charm': {
1456
- name: 'Master Alchemy Charm',
1457
- },
1458
- '/actions/crafting/master_attack_charm': {
1459
- name: 'Master Attack Charm',
1460
- },
1461
- '/actions/crafting/master_brewing_charm': {
1462
- name: 'Master Brewing Charm',
1463
- },
1464
- '/actions/crafting/master_cheesesmithing_charm': {
1465
- name: 'Master Cheesesmithing Charm',
1466
- },
1467
- '/actions/crafting/master_cooking_charm': {
1468
- name: 'Master Cooking Charm',
1469
- },
1470
- '/actions/crafting/master_crafting_charm': {
1471
- name: 'Master Crafting Charm',
1472
- },
1473
- '/actions/crafting/master_defense_charm': {
1474
- name: 'Master Defense Charm',
1475
- },
1476
- '/actions/crafting/master_enhancing_charm': {
1477
- name: 'Master Enhancing Charm',
1478
- },
1479
- '/actions/crafting/master_foraging_charm': {
1480
- name: 'Master Foraging Charm',
1481
- },
1482
- '/actions/crafting/master_intelligence_charm': {
1483
- name: 'Master Intelligence Charm',
1484
- },
1485
- '/actions/crafting/master_magic_charm': {
1486
- name: 'Master Magic Charm',
1487
- },
1488
- '/actions/crafting/master_melee_charm': {
1489
- name: 'Master Melee Charm',
1490
- },
1491
- '/actions/crafting/master_milking_charm': {
1492
- name: 'Master Milking Charm',
1493
- },
1494
- '/actions/crafting/master_ranged_charm': {
1495
- name: 'Master Ranged Charm',
1496
- },
1497
- '/actions/crafting/master_stamina_charm': {
1498
- name: 'Master Stamina Charm',
1499
- },
1500
- '/actions/crafting/master_tailoring_charm': {
1501
- name: 'Master Tailoring Charm',
1502
- },
1503
- '/actions/crafting/master_woodcutting_charm': {
1504
- name: 'Master Woodcutting Charm',
1505
- },
1506
- '/actions/crafting/mirror_of_protection': {
1507
- name: 'Mirror Of Protection',
1508
- },
1509
- '/actions/crafting/necklace_of_efficiency': {
1510
- name: 'Necklace Of Efficiency',
1511
- },
1512
- '/actions/crafting/necklace_of_speed': {
1513
- name: 'Necklace Of Speed',
1514
- },
1515
- '/actions/crafting/necklace_of_wisdom': {
1516
- name: 'Necklace Of Wisdom',
1517
- },
1518
- '/actions/crafting/philosophers_earrings': {
1519
- name: 'Philosopher\'s Earrings',
1520
- },
1521
- '/actions/crafting/philosophers_necklace': {
1522
- name: 'Philosopher\'s Necklace',
1523
- },
1524
- '/actions/crafting/philosophers_ring': {
1525
- name: 'Philosopher\'s Ring',
1526
- },
1527
- '/actions/crafting/pirate_chest_key': {
1528
- name: 'Pirate Chest Key',
1529
- },
1530
- '/actions/crafting/pirate_entry_key': {
1531
- name: 'Pirate Entry Key',
1532
- },
1533
- '/actions/crafting/purpleheart_bow': {
1534
- name: 'Purpleheart Bow',
1535
- },
1536
- '/actions/crafting/purpleheart_crossbow': {
1537
- name: 'Purpleheart Crossbow',
1538
- },
1539
- '/actions/crafting/purpleheart_fire_staff': {
1540
- name: 'Purpleheart Fire Staff',
1541
- },
1542
- '/actions/crafting/purpleheart_lumber': {
1543
- name: 'Purpleheart Lumber',
1544
- },
1545
- '/actions/crafting/purpleheart_nature_staff': {
1546
- name: 'Purpleheart Nature Staff',
1547
- },
1548
- '/actions/crafting/purpleheart_shield': {
1549
- name: 'Purpleheart Shield',
1550
- },
1551
- '/actions/crafting/purpleheart_water_staff': {
1552
- name: 'Purpleheart Water Staff',
1553
- },
1554
- '/actions/crafting/ranger_necklace': {
1555
- name: 'Ranger Necklace',
1556
- },
1557
- '/actions/crafting/redwood_bow': {
1558
- name: 'Redwood Bow',
1559
- },
1560
- '/actions/crafting/redwood_crossbow': {
1561
- name: 'Redwood Crossbow',
1562
- },
1563
- '/actions/crafting/redwood_fire_staff': {
1564
- name: 'Redwood Fire Staff',
1565
- },
1566
- '/actions/crafting/redwood_lumber': {
1567
- name: 'Redwood Lumber',
1568
- },
1569
- '/actions/crafting/redwood_nature_staff': {
1570
- name: 'Redwood Nature Staff',
1571
- },
1572
- '/actions/crafting/redwood_shield': {
1573
- name: 'Redwood Shield',
1574
- },
1575
- '/actions/crafting/redwood_water_staff': {
1576
- name: 'Redwood Water Staff',
1577
- },
1578
- '/actions/crafting/ring_of_armor': {
1579
- name: 'Ring Of Armor',
1580
- },
1581
- '/actions/crafting/ring_of_critical_strike': {
1582
- name: 'Ring Of Critical Strike',
1583
- },
1584
- '/actions/crafting/ring_of_essence_find': {
1585
- name: 'Ring Of Essence Find',
1586
- },
1587
- '/actions/crafting/ring_of_gathering': {
1588
- name: 'Ring Of Gathering',
1589
- },
1590
- '/actions/crafting/ring_of_rare_find': {
1591
- name: 'Ring Of Rare Find',
1592
- },
1593
- '/actions/crafting/ring_of_regeneration': {
1594
- name: 'Ring Of Regeneration',
1595
- },
1596
- '/actions/crafting/ring_of_resistance': {
1597
- name: 'Ring Of Resistance',
1598
- },
1599
- '/actions/crafting/rippling_trident': {
1600
- name: 'Rippling Trident',
1601
- },
1602
- '/actions/crafting/rippling_trident_refined': {
1603
- name: 'Rippling Trident (R)',
1604
- },
1605
- '/actions/crafting/sinister_chest_key': {
1606
- name: 'Sinister Chest Key',
1607
- },
1608
- '/actions/crafting/sinister_entry_key': {
1609
- name: 'Sinister Entry Key',
1610
- },
1611
- '/actions/crafting/soul_hunter_crossbow': {
1612
- name: 'Soul Hunter Crossbow',
1613
- },
1614
- '/actions/crafting/sundering_crossbow': {
1615
- name: 'Sundering Crossbow',
1616
- },
1617
- '/actions/crafting/sundering_crossbow_refined': {
1618
- name: 'Sundering Crossbow (R)',
1619
- },
1620
- '/actions/crafting/treant_shield': {
1621
- name: 'Treant Shield',
1622
- },
1623
- '/actions/crafting/vampiric_bow': {
1624
- name: 'Vampiric Bow',
1625
- },
1626
- '/actions/crafting/watchful_relic': {
1627
- name: 'Watchful Relic',
1628
- },
1629
- '/actions/crafting/wizard_necklace': {
1630
- name: 'Wizard Necklace',
1631
- },
1632
- '/actions/crafting/wooden_bow': {
1633
- name: 'Wooden Bow',
1634
- },
1635
- '/actions/crafting/wooden_crossbow': {
1636
- name: 'Wooden Crossbow',
1637
- },
1638
- '/actions/crafting/wooden_fire_staff': {
1639
- name: 'Wooden Fire Staff',
1640
- },
1641
- '/actions/crafting/wooden_nature_staff': {
1642
- name: 'Wooden Nature Staff',
1643
- },
1644
- '/actions/crafting/wooden_shield': {
1645
- name: 'Wooden Shield',
1646
- },
1647
- '/actions/crafting/wooden_water_staff': {
1648
- name: 'Wooden Water Staff',
1649
- },
1650
- '/actions/enhancing/enhance': {
1651
- name: 'Enhance',
1652
- },
1653
- '/actions/foraging/apple': {
1654
- name: 'Apple',
1655
- },
1656
- '/actions/foraging/arabica_coffee_bean': {
1657
- name: 'Arabica Coffee Bean',
1658
- },
1659
- '/actions/foraging/asteroid_belt': {
1660
- name: 'Asteroid Belt',
1661
- },
1662
- '/actions/foraging/bamboo_branch': {
1663
- name: 'Bamboo Branch',
1664
- },
1665
- '/actions/foraging/blackberry': {
1666
- name: 'Blackberry',
1667
- },
1668
- '/actions/foraging/blueberry': {
1669
- name: 'Blueberry',
1670
- },
1671
- '/actions/foraging/burble_beach': {
1672
- name: 'Burble Beach',
1673
- },
1674
- '/actions/foraging/cocoon': {
1675
- name: 'Cocoon',
1676
- },
1677
- '/actions/foraging/cotton': {
1678
- name: 'Cotton',
1679
- },
1680
- '/actions/foraging/dragon_fruit': {
1681
- name: 'Dragon Fruit',
1682
- },
1683
- '/actions/foraging/egg': {
1684
- name: 'Egg',
1685
- },
1686
- '/actions/foraging/excelsa_coffee_bean': {
1687
- name: 'Excelsa Coffee Bean',
1688
- },
1689
- '/actions/foraging/farmland': {
1690
- name: 'Farmland',
1691
- },
1692
- '/actions/foraging/fieriosa_coffee_bean': {
1693
- name: 'Fieriosa Coffee Bean',
1694
- },
1695
- '/actions/foraging/flax': {
1696
- name: 'Flax',
1697
- },
1698
- '/actions/foraging/liberica_coffee_bean': {
1699
- name: 'Liberica Coffee Bean',
1700
- },
1701
- '/actions/foraging/marsberry': {
1702
- name: 'Marsberry',
1703
- },
1704
- '/actions/foraging/misty_forest': {
1705
- name: 'Misty Forest',
1706
- },
1707
- '/actions/foraging/mooberry': {
1708
- name: 'Mooberry',
1709
- },
1710
- '/actions/foraging/olympus_mons': {
1711
- name: 'Olympus Mons',
1712
- },
1713
- '/actions/foraging/orange': {
1714
- name: 'Orange',
1715
- },
1716
- '/actions/foraging/peach': {
1717
- name: 'Peach',
1718
- },
1719
- '/actions/foraging/plum': {
1720
- name: 'Plum',
1721
- },
1722
- '/actions/foraging/radiant_fiber': {
1723
- name: 'Radiant Fiber',
1724
- },
1725
- '/actions/foraging/robusta_coffee_bean': {
1726
- name: 'Robusta Coffee Bean',
1727
- },
1728
- '/actions/foraging/shimmering_lake': {
1729
- name: 'Shimmering Lake',
1730
- },
1731
- '/actions/foraging/silly_cow_valley': {
1732
- name: 'Silly Cow Valley',
1733
- },
1734
- '/actions/foraging/spaceberry': {
1735
- name: 'Spaceberry',
1736
- },
1737
- '/actions/foraging/spacia_coffee_bean': {
1738
- name: 'Spacia Coffee Bean',
1739
- },
1740
- '/actions/foraging/star_fruit': {
1741
- name: 'Star Fruit',
1742
- },
1743
- '/actions/foraging/strawberry': {
1744
- name: 'Strawberry',
1745
- },
1746
- '/actions/foraging/sugar': {
1747
- name: 'Sugar',
1748
- },
1749
- '/actions/foraging/wheat': {
1750
- name: 'Wheat',
1751
- },
1752
- '/actions/milking/azure_cow': {
1753
- name: 'Azure Cow',
1754
- },
1755
- '/actions/milking/burble_cow': {
1756
- name: 'Burble Cow',
1757
- },
1758
- '/actions/milking/cow': {
1759
- name: 'Cow',
1760
- },
1761
- '/actions/milking/crimson_cow': {
1762
- name: 'Crimson Cow',
1763
- },
1764
- '/actions/milking/holy_cow': {
1765
- name: 'Holy Cow',
1766
- },
1767
- '/actions/milking/unicow': {
1768
- name: 'Unicow',
1769
- },
1770
- '/actions/milking/verdant_cow': {
1771
- name: 'Verdant Cow',
1772
- },
1773
- '/actions/tailoring/acrobatic_hood': {
1774
- name: 'Acrobatic Hood',
1775
- },
1776
- '/actions/tailoring/acrobatic_hood_refined': {
1777
- name: 'Acrobatic Hood (R)',
1778
- },
1779
- '/actions/tailoring/alchemists_bottoms': {
1780
- name: 'Alchemist\'s Bottoms',
1781
- },
1782
- '/actions/tailoring/alchemists_top': {
1783
- name: 'Alchemist\'s Top',
1784
- },
1785
- '/actions/tailoring/bamboo_boots': {
1786
- name: 'Bamboo Boots',
1787
- },
1788
- '/actions/tailoring/bamboo_fabric': {
1789
- name: 'Bamboo Fabric',
1790
- },
1791
- '/actions/tailoring/bamboo_gloves': {
1792
- name: 'Bamboo Gloves',
1793
- },
1794
- '/actions/tailoring/bamboo_hat': {
1795
- name: 'Bamboo Hat',
1796
- },
1797
- '/actions/tailoring/bamboo_robe_bottoms': {
1798
- name: 'Bamboo Robe Bottoms',
1799
- },
1800
- '/actions/tailoring/bamboo_robe_top': {
1801
- name: 'Bamboo Robe Top',
1802
- },
1803
- '/actions/tailoring/beast_boots': {
1804
- name: 'Beast Boots',
1805
- },
1806
- '/actions/tailoring/beast_bracers': {
1807
- name: 'Beast Bracers',
1808
- },
1809
- '/actions/tailoring/beast_chaps': {
1810
- name: 'Beast Chaps',
1811
- },
1812
- '/actions/tailoring/beast_hood': {
1813
- name: 'Beast Hood',
1814
- },
1815
- '/actions/tailoring/beast_leather': {
1816
- name: 'Beast Leather',
1817
- },
1818
- '/actions/tailoring/beast_tunic': {
1819
- name: 'Beast Tunic',
1820
- },
1821
- '/actions/tailoring/brewers_bottoms': {
1822
- name: 'Brewer\'s Bottoms',
1823
- },
1824
- '/actions/tailoring/brewers_top': {
1825
- name: 'Brewer\'s Top',
1826
- },
1827
- '/actions/tailoring/centaur_boots': {
1828
- name: 'Centaur Boots',
1829
- },
1830
- '/actions/tailoring/cheesemakers_bottoms': {
1831
- name: 'Cheesemaker\'s Bottoms',
1832
- },
1833
- '/actions/tailoring/cheesemakers_top': {
1834
- name: 'Cheesemaker\'s Top',
1835
- },
1836
- '/actions/tailoring/chefs_bottoms': {
1837
- name: 'Chef\'s Bottoms',
1838
- },
1839
- '/actions/tailoring/chefs_top': {
1840
- name: 'Chef\'s Top',
1841
- },
1842
- '/actions/tailoring/chimerical_quiver_refined': {
1843
- name: 'Chimerical Quiver (R)',
1844
- },
1845
- '/actions/tailoring/chrono_gloves': {
1846
- name: 'Chrono Gloves',
1847
- },
1848
- '/actions/tailoring/collectors_boots': {
1849
- name: 'Collectors Boots',
1850
- },
1851
- '/actions/tailoring/cotton_boots': {
1852
- name: 'Cotton Boots',
1853
- },
1854
- '/actions/tailoring/cotton_fabric': {
1855
- name: 'Cotton Fabric',
1856
- },
1857
- '/actions/tailoring/cotton_gloves': {
1858
- name: 'Cotton Gloves',
1859
- },
1860
- '/actions/tailoring/cotton_hat': {
1861
- name: 'Cotton Hat',
1862
- },
1863
- '/actions/tailoring/cotton_robe_bottoms': {
1864
- name: 'Cotton Robe Bottoms',
1865
- },
1866
- '/actions/tailoring/cotton_robe_top': {
1867
- name: 'Cotton Robe Top',
1868
- },
1869
- '/actions/tailoring/crafters_bottoms': {
1870
- name: 'Crafter\'s Bottoms',
1871
- },
1872
- '/actions/tailoring/crafters_top': {
1873
- name: 'Crafter\'s Top',
1874
- },
1875
- '/actions/tailoring/dairyhands_bottoms': {
1876
- name: 'Dairyhand\'s Bottoms',
1877
- },
1878
- '/actions/tailoring/dairyhands_top': {
1879
- name: 'Dairyhand\'s Top',
1880
- },
1881
- '/actions/tailoring/enchanted_cloak_refined': {
1882
- name: 'Enchanted Cloak (R)',
1883
- },
1884
- '/actions/tailoring/enchanted_gloves': {
1885
- name: 'Enchanted Gloves',
1886
- },
1887
- '/actions/tailoring/enhancers_bottoms': {
1888
- name: 'Enhancer\'s Bottoms',
1889
- },
1890
- '/actions/tailoring/enhancers_top': {
1891
- name: 'Enhancer\'s Top',
1892
- },
1893
- '/actions/tailoring/flaming_robe_bottoms': {
1894
- name: 'Flaming Robe Bottoms',
1895
- },
1896
- '/actions/tailoring/flaming_robe_top': {
1897
- name: 'Flaming Robe Top',
1898
- },
1899
- '/actions/tailoring/fluffy_red_hat': {
1900
- name: 'Fluffy Red Hat',
1901
- },
1902
- '/actions/tailoring/foragers_bottoms': {
1903
- name: 'Forager\'s Bottoms',
1904
- },
1905
- '/actions/tailoring/foragers_top': {
1906
- name: 'Forager\'s Top',
1907
- },
1908
- '/actions/tailoring/giant_pouch': {
1909
- name: 'Giant Pouch',
1910
- },
1911
- '/actions/tailoring/gluttonous_pouch': {
1912
- name: 'Gluttonous Pouch',
1913
- },
1914
- '/actions/tailoring/gobo_boots': {
1915
- name: 'Gobo Boots',
1916
- },
1917
- '/actions/tailoring/gobo_bracers': {
1918
- name: 'Gobo Bracers',
1919
- },
1920
- '/actions/tailoring/gobo_chaps': {
1921
- name: 'Gobo Chaps',
1922
- },
1923
- '/actions/tailoring/gobo_hood': {
1924
- name: 'Gobo Hood',
1925
- },
1926
- '/actions/tailoring/gobo_leather': {
1927
- name: 'Gobo Leather',
1928
- },
1929
- '/actions/tailoring/gobo_tunic': {
1930
- name: 'Gobo Tunic',
1931
- },
1932
- '/actions/tailoring/griffin_chaps': {
1933
- name: 'Griffin Chaps',
1934
- },
1935
- '/actions/tailoring/griffin_tunic': {
1936
- name: 'Griffin Tunic',
1937
- },
1938
- '/actions/tailoring/guzzling_pouch': {
1939
- name: 'Guzzling Pouch',
1940
- },
1941
- '/actions/tailoring/icy_robe_bottoms': {
1942
- name: 'Icy Robe Bottoms',
1943
- },
1944
- '/actions/tailoring/icy_robe_top': {
1945
- name: 'Icy Robe Top',
1946
- },
1947
- '/actions/tailoring/kraken_chaps': {
1948
- name: 'Kraken Chaps',
1949
- },
1950
- '/actions/tailoring/kraken_chaps_refined': {
1951
- name: 'Kraken Chaps (R)',
1952
- },
1953
- '/actions/tailoring/kraken_tunic': {
1954
- name: 'Kraken Tunic',
1955
- },
1956
- '/actions/tailoring/kraken_tunic_refined': {
1957
- name: 'Kraken Tunic (R)',
1958
- },
1959
- '/actions/tailoring/large_pouch': {
1960
- name: 'Large Pouch',
1961
- },
1962
- '/actions/tailoring/linen_boots': {
1963
- name: 'Linen Boots',
1964
- },
1965
- '/actions/tailoring/linen_fabric': {
1966
- name: 'Linen Fabric',
1967
- },
1968
- '/actions/tailoring/linen_gloves': {
1969
- name: 'Linen Gloves',
1970
- },
1971
- '/actions/tailoring/linen_hat': {
1972
- name: 'Linen Hat',
1973
- },
1974
- '/actions/tailoring/linen_robe_bottoms': {
1975
- name: 'Linen Robe Bottoms',
1976
- },
1977
- '/actions/tailoring/linen_robe_top': {
1978
- name: 'Linen Robe Top',
1979
- },
1980
- '/actions/tailoring/lumberjacks_bottoms': {
1981
- name: 'Lumberjack\'s Bottoms',
1982
- },
1983
- '/actions/tailoring/lumberjacks_top': {
1984
- name: 'Lumberjack\'s Top',
1985
- },
1986
- '/actions/tailoring/luna_robe_bottoms': {
1987
- name: 'Luna Robe Bottoms',
1988
- },
1989
- '/actions/tailoring/luna_robe_top': {
1990
- name: 'Luna Robe Top',
1991
- },
1992
- '/actions/tailoring/magicians_hat': {
1993
- name: 'Magician\'s Hat',
1994
- },
1995
- '/actions/tailoring/magicians_hat_refined': {
1996
- name: 'Magician\'s Hat (R)',
1997
- },
1998
- '/actions/tailoring/marine_chaps': {
1999
- name: 'Marine Chaps',
2000
- },
2001
- '/actions/tailoring/marine_tunic': {
2002
- name: 'Marine Tunic',
2003
- },
2004
- '/actions/tailoring/marksman_bracers': {
2005
- name: 'Marksman Bracers',
2006
- },
2007
- '/actions/tailoring/marksman_bracers_refined': {
2008
- name: 'Marksman Bracers (R)',
2009
- },
2010
- '/actions/tailoring/medium_pouch': {
2011
- name: 'Medium Pouch',
2012
- },
2013
- '/actions/tailoring/radiant_boots': {
2014
- name: 'Radiant Boots',
2015
- },
2016
- '/actions/tailoring/radiant_fabric': {
2017
- name: 'Radiant Fabric',
2018
- },
2019
- '/actions/tailoring/radiant_gloves': {
2020
- name: 'Radiant Gloves',
2021
- },
2022
- '/actions/tailoring/radiant_hat': {
2023
- name: 'Radiant Hat',
2024
- },
2025
- '/actions/tailoring/radiant_robe_bottoms': {
2026
- name: 'Radiant Robe Bottoms',
2027
- },
2028
- '/actions/tailoring/radiant_robe_top': {
2029
- name: 'Radiant Robe Top',
2030
- },
2031
- '/actions/tailoring/red_culinary_hat': {
2032
- name: 'Red Culinary Hat',
2033
- },
2034
- '/actions/tailoring/reptile_boots': {
2035
- name: 'Reptile Boots',
2036
- },
2037
- '/actions/tailoring/reptile_bracers': {
2038
- name: 'Reptile Bracers',
2039
- },
2040
- '/actions/tailoring/reptile_chaps': {
2041
- name: 'Reptile Chaps',
2042
- },
2043
- '/actions/tailoring/reptile_hood': {
2044
- name: 'Reptile Hood',
2045
- },
2046
- '/actions/tailoring/reptile_leather': {
2047
- name: 'Reptile Leather',
2048
- },
2049
- '/actions/tailoring/reptile_tunic': {
2050
- name: 'Reptile Tunic',
2051
- },
2052
- '/actions/tailoring/revenant_chaps': {
2053
- name: 'Revenant Chaps',
2054
- },
2055
- '/actions/tailoring/revenant_tunic': {
2056
- name: 'Revenant Tunic',
2057
- },
2058
- '/actions/tailoring/rough_boots': {
2059
- name: 'Rough Boots',
2060
- },
2061
- '/actions/tailoring/rough_bracers': {
2062
- name: 'Rough Bracers',
2063
- },
2064
- '/actions/tailoring/rough_chaps': {
2065
- name: 'Rough Chaps',
2066
- },
2067
- '/actions/tailoring/rough_hood': {
2068
- name: 'Rough Hood',
2069
- },
2070
- '/actions/tailoring/rough_leather': {
2071
- name: 'Rough Leather',
2072
- },
2073
- '/actions/tailoring/rough_tunic': {
2074
- name: 'Rough Tunic',
2075
- },
2076
- '/actions/tailoring/royal_fire_robe_bottoms': {
2077
- name: 'Royal Fire Robe Bottoms',
2078
- },
2079
- '/actions/tailoring/royal_fire_robe_bottoms_refined': {
2080
- name: 'Royal Fire Robe Bottoms (R)',
2081
- },
2082
- '/actions/tailoring/royal_fire_robe_top': {
2083
- name: 'Royal Fire Robe Top',
2084
- },
2085
- '/actions/tailoring/royal_fire_robe_top_refined': {
2086
- name: 'Royal Fire Robe Top (R)',
2087
- },
2088
- '/actions/tailoring/royal_nature_robe_bottoms': {
2089
- name: 'Royal Nature Robe Bottoms',
2090
- },
2091
- '/actions/tailoring/royal_nature_robe_bottoms_refined': {
2092
- name: 'Royal Nature Robe Bottoms (R)',
2093
- },
2094
- '/actions/tailoring/royal_nature_robe_top': {
2095
- name: 'Royal Nature Robe Top',
2096
- },
2097
- '/actions/tailoring/royal_nature_robe_top_refined': {
2098
- name: 'Royal Nature Robe Top (R)',
2099
- },
2100
- '/actions/tailoring/royal_water_robe_bottoms': {
2101
- name: 'Royal Water Robe Bottoms',
2102
- },
2103
- '/actions/tailoring/royal_water_robe_bottoms_refined': {
2104
- name: 'Royal Water Robe Bottoms (R)',
2105
- },
2106
- '/actions/tailoring/royal_water_robe_top': {
2107
- name: 'Royal Water Robe Top',
2108
- },
2109
- '/actions/tailoring/royal_water_robe_top_refined': {
2110
- name: 'Royal Water Robe Top (R)',
2111
- },
2112
- '/actions/tailoring/shoebill_shoes': {
2113
- name: 'Shoebill Shoes',
2114
- },
2115
- '/actions/tailoring/sighted_bracers': {
2116
- name: 'Sighted Bracers',
2117
- },
2118
- '/actions/tailoring/silk_boots': {
2119
- name: 'Silk Boots',
2120
- },
2121
- '/actions/tailoring/silk_fabric': {
2122
- name: 'Silk Fabric',
2123
- },
2124
- '/actions/tailoring/silk_gloves': {
2125
- name: 'Silk Gloves',
2126
- },
2127
- '/actions/tailoring/silk_hat': {
2128
- name: 'Silk Hat',
2129
- },
2130
- '/actions/tailoring/silk_robe_bottoms': {
2131
- name: 'Silk Robe Bottoms',
2132
- },
2133
- '/actions/tailoring/silk_robe_top': {
2134
- name: 'Silk Robe Top',
2135
- },
2136
- '/actions/tailoring/sinister_cape_refined': {
2137
- name: 'Sinister Cape (R)',
2138
- },
2139
- '/actions/tailoring/small_pouch': {
2140
- name: 'Small Pouch',
2141
- },
2142
- '/actions/tailoring/sorcerer_boots': {
2143
- name: 'Sorcerer Boots',
2144
- },
2145
- '/actions/tailoring/tailors_bottoms': {
2146
- name: 'Tailor\'s Bottoms',
2147
- },
2148
- '/actions/tailoring/tailors_top': {
2149
- name: 'Tailor\'s Top',
2150
- },
2151
- '/actions/tailoring/umbral_boots': {
2152
- name: 'Umbral Boots',
2153
- },
2154
- '/actions/tailoring/umbral_bracers': {
2155
- name: 'Umbral Bracers',
2156
- },
2157
- '/actions/tailoring/umbral_chaps': {
2158
- name: 'Umbral Chaps',
2159
- },
2160
- '/actions/tailoring/umbral_hood': {
2161
- name: 'Umbral Hood',
2162
- },
2163
- '/actions/tailoring/umbral_leather': {
2164
- name: 'Umbral Leather',
2165
- },
2166
- '/actions/tailoring/umbral_tunic': {
2167
- name: 'Umbral Tunic',
2168
- },
2169
- '/actions/woodcutting/arcane_tree': {
2170
- name: 'Arcane Tree',
2171
- },
2172
- '/actions/woodcutting/birch_tree': {
2173
- name: 'Birch Tree',
2174
- },
2175
- '/actions/woodcutting/cedar_tree': {
2176
- name: 'Cedar Tree',
2177
- },
2178
- '/actions/woodcutting/ginkgo_tree': {
2179
- name: 'Ginkgo Tree',
2180
- },
2181
- '/actions/woodcutting/purpleheart_tree': {
2182
- name: 'Purpleheart Tree',
2183
- },
2184
- '/actions/woodcutting/redwood_tree': {
2185
- name: 'Redwood Tree',
2186
- },
2187
- '/actions/woodcutting/tree': {
2188
- name: 'Tree',
2189
- },
2190
- };
2191
- //# sourceMappingURL=actions.js.map