@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
@@ -0,0 +1,2894 @@
1
+ export const SKILL_NAMES = {
2
+ ['/skills/alchemy']: 'Alchemy',
3
+ ['/skills/attack']: 'Attack',
4
+ ['/skills/brewing']: 'Brewing',
5
+ ['/skills/cheesesmithing']: 'Cheesesmithing',
6
+ ['/skills/cooking']: 'Cooking',
7
+ ['/skills/crafting']: 'Crafting',
8
+ ['/skills/defense']: 'Defense',
9
+ ['/skills/enhancing']: 'Enhancing',
10
+ ['/skills/foraging']: 'Foraging',
11
+ ['/skills/intelligence']: 'Intelligence',
12
+ ['/skills/magic']: 'Magic',
13
+ ['/skills/melee']: 'Melee',
14
+ ['/skills/milking']: 'Milking',
15
+ ['/skills/ranged']: 'Ranged',
16
+ ['/skills/stamina']: 'Stamina',
17
+ ['/skills/tailoring']: 'Tailoring',
18
+ ['/skills/total_level']: 'Total Level',
19
+ ['/skills/woodcutting']: 'Woodcutting',
20
+ };
21
+ export const ITEM_NAMES = {
22
+ ['/items/abyssal_essence']: 'Abyssal Essence',
23
+ ['/items/acrobatic_hood']: 'Acrobatic Hood',
24
+ ['/items/acrobatic_hood_refined']: 'Acrobatic Hood (R)',
25
+ ['/items/acrobats_ribbon']: "Acrobat's Ribbon",
26
+ ['/items/advanced_alchemy_charm']: 'Advanced Alchemy Charm',
27
+ ['/items/advanced_attack_charm']: 'Advanced Attack Charm',
28
+ ['/items/advanced_brewing_charm']: 'Advanced Brewing Charm',
29
+ ['/items/advanced_cheesesmithing_charm']: 'Advanced Cheesesmithing Charm',
30
+ ['/items/advanced_cooking_charm']: 'Advanced Cooking Charm',
31
+ ['/items/advanced_crafting_charm']: 'Advanced Crafting Charm',
32
+ ['/items/advanced_defense_charm']: 'Advanced Defense Charm',
33
+ ['/items/advanced_enhancing_charm']: 'Advanced Enhancing Charm',
34
+ ['/items/advanced_foraging_charm']: 'Advanced Foraging Charm',
35
+ ['/items/advanced_intelligence_charm']: 'Advanced Intelligence Charm',
36
+ ['/items/advanced_magic_charm']: 'Advanced Magic Charm',
37
+ ['/items/advanced_melee_charm']: 'Advanced Melee Charm',
38
+ ['/items/advanced_milking_charm']: 'Advanced Milking Charm',
39
+ ['/items/advanced_ranged_charm']: 'Advanced Ranged Charm',
40
+ ['/items/advanced_stamina_charm']: 'Advanced Stamina Charm',
41
+ ['/items/advanced_tailoring_charm']: 'Advanced Tailoring Charm',
42
+ ['/items/advanced_task_badge']: 'Advanced Task Badge',
43
+ ['/items/advanced_woodcutting_charm']: 'Advanced Woodcutting Charm',
44
+ ['/items/alchemists_bottoms']: "Alchemist's Bottoms",
45
+ ['/items/alchemists_top']: "Alchemist's Top",
46
+ ['/items/alchemy_essence']: 'Alchemy Essence',
47
+ ['/items/alchemy_tea']: 'Alchemy Tea',
48
+ ['/items/amber']: 'Amber',
49
+ ['/items/amethyst']: 'Amethyst',
50
+ ['/items/anchorbound_plate_body']: 'Anchorbound Plate Body',
51
+ ['/items/anchorbound_plate_body_refined']: 'Anchorbound Plate Body (R)',
52
+ ['/items/anchorbound_plate_legs']: 'Anchorbound Plate Legs',
53
+ ['/items/anchorbound_plate_legs_refined']: 'Anchorbound Plate Legs (R)',
54
+ ['/items/apple']: 'Apple',
55
+ ['/items/apple_gummy']: 'Apple Gummy',
56
+ ['/items/apple_yogurt']: 'Apple Yogurt',
57
+ ['/items/aqua_arrow']: 'Aqua Arrow',
58
+ ['/items/aqua_essence']: 'Aqua Essence',
59
+ ['/items/arabica_coffee_bean']: 'Arabica Coffee Bean',
60
+ ['/items/arcane_bow']: 'Arcane Bow',
61
+ ['/items/arcane_crossbow']: 'Arcane Crossbow',
62
+ ['/items/arcane_fire_staff']: 'Arcane Fire Staff',
63
+ ['/items/arcane_log']: 'Arcane Log',
64
+ ['/items/arcane_lumber']: 'Arcane Lumber',
65
+ ['/items/arcane_nature_staff']: 'Arcane Nature Staff',
66
+ ['/items/arcane_shield']: 'Arcane Shield',
67
+ ['/items/arcane_water_staff']: 'Arcane Water Staff',
68
+ ['/items/artisan_tea']: 'Artisan Tea',
69
+ ['/items/attack_coffee']: 'Attack Coffee',
70
+ ['/items/azure_alembic']: 'Azure Alembic',
71
+ ['/items/azure_boots']: 'Azure Boots',
72
+ ['/items/azure_brush']: 'Azure Brush',
73
+ ['/items/azure_buckler']: 'Azure Buckler',
74
+ ['/items/azure_bulwark']: 'Azure Bulwark',
75
+ ['/items/azure_cheese']: 'Azure Cheese',
76
+ ['/items/azure_chisel']: 'Azure Chisel',
77
+ ['/items/azure_enhancer']: 'Azure Enhancer',
78
+ ['/items/azure_gauntlets']: 'Azure Gauntlets',
79
+ ['/items/azure_hammer']: 'Azure Hammer',
80
+ ['/items/azure_hatchet']: 'Azure Hatchet',
81
+ ['/items/azure_helmet']: 'Azure Helmet',
82
+ ['/items/azure_mace']: 'Azure Mace',
83
+ ['/items/azure_milk']: 'Azure Milk',
84
+ ['/items/azure_needle']: 'Azure Needle',
85
+ ['/items/azure_plate_body']: 'Azure Plate Body',
86
+ ['/items/azure_plate_legs']: 'Azure Plate Legs',
87
+ ['/items/azure_pot']: 'Azure Pot',
88
+ ['/items/azure_shears']: 'Azure Shears',
89
+ ['/items/azure_spatula']: 'Azure Spatula',
90
+ ['/items/azure_spear']: 'Azure Spear',
91
+ ['/items/azure_sword']: 'Azure Sword',
92
+ ['/items/bag_of_10_cowbells']: 'Bag Of 10 Cowbells',
93
+ ['/items/bamboo_boots']: 'Bamboo Boots',
94
+ ['/items/bamboo_branch']: 'Bamboo Branch',
95
+ ['/items/bamboo_fabric']: 'Bamboo Fabric',
96
+ ['/items/bamboo_gloves']: 'Bamboo Gloves',
97
+ ['/items/bamboo_hat']: 'Bamboo Hat',
98
+ ['/items/bamboo_robe_bottoms']: 'Bamboo Robe Bottoms',
99
+ ['/items/bamboo_robe_top']: 'Bamboo Robe Top',
100
+ ['/items/basic_alchemy_charm']: 'Basic Alchemy Charm',
101
+ ['/items/basic_attack_charm']: 'Basic Attack Charm',
102
+ ['/items/basic_brewing_charm']: 'Basic Brewing Charm',
103
+ ['/items/basic_cheesesmithing_charm']: 'Basic Cheesesmithing Charm',
104
+ ['/items/basic_cooking_charm']: 'Basic Cooking Charm',
105
+ ['/items/basic_crafting_charm']: 'Basic Crafting Charm',
106
+ ['/items/basic_defense_charm']: 'Basic Defense Charm',
107
+ ['/items/basic_enhancing_charm']: 'Basic Enhancing Charm',
108
+ ['/items/basic_foraging_charm']: 'Basic Foraging Charm',
109
+ ['/items/basic_intelligence_charm']: 'Basic Intelligence Charm',
110
+ ['/items/basic_magic_charm']: 'Basic Magic Charm',
111
+ ['/items/basic_melee_charm']: 'Basic Melee Charm',
112
+ ['/items/basic_milking_charm']: 'Basic Milking Charm',
113
+ ['/items/basic_ranged_charm']: 'Basic Ranged Charm',
114
+ ['/items/basic_stamina_charm']: 'Basic Stamina Charm',
115
+ ['/items/basic_tailoring_charm']: 'Basic Tailoring Charm',
116
+ ['/items/basic_task_badge']: 'Basic Task Badge',
117
+ ['/items/basic_woodcutting_charm']: 'Basic Woodcutting Charm',
118
+ ['/items/bear_essence']: 'Bear Essence',
119
+ ['/items/beast_boots']: 'Beast Boots',
120
+ ['/items/beast_bracers']: 'Beast Bracers',
121
+ ['/items/beast_chaps']: 'Beast Chaps',
122
+ ['/items/beast_hide']: 'Beast Hide',
123
+ ['/items/beast_hood']: 'Beast Hood',
124
+ ['/items/beast_leather']: 'Beast Leather',
125
+ ['/items/beast_tunic']: 'Beast Tunic',
126
+ ['/items/berserk']: 'Berserk',
127
+ ['/items/birch_bow']: 'Birch Bow',
128
+ ['/items/birch_crossbow']: 'Birch Crossbow',
129
+ ['/items/birch_fire_staff']: 'Birch Fire Staff',
130
+ ['/items/birch_log']: 'Birch Log',
131
+ ['/items/birch_lumber']: 'Birch Lumber',
132
+ ['/items/birch_nature_staff']: 'Birch Nature Staff',
133
+ ['/items/birch_shield']: 'Birch Shield',
134
+ ['/items/birch_water_staff']: 'Birch Water Staff',
135
+ ['/items/bishops_codex']: "Bishop's Codex",
136
+ ['/items/bishops_codex_refined']: "Bishop's Codex (R)",
137
+ ['/items/bishops_scroll']: "Bishop's Scroll",
138
+ ['/items/black_bear_fluff']: 'Black Bear Fluff',
139
+ ['/items/black_bear_shoes']: 'Black Bear Shoes',
140
+ ['/items/black_tea_leaf']: 'Black Tea Leaf',
141
+ ['/items/blackberry']: 'Blackberry',
142
+ ['/items/blackberry_cake']: 'Blackberry Cake',
143
+ ['/items/blackberry_donut']: 'Blackberry Donut',
144
+ ['/items/blazing_trident']: 'Blazing Trident',
145
+ ['/items/blazing_trident_refined']: 'Blazing Trident (R)',
146
+ ['/items/blessed_tea']: 'Blessed Tea',
147
+ ['/items/blooming_trident']: 'Blooming Trident',
148
+ ['/items/blooming_trident_refined']: 'Blooming Trident (R)',
149
+ ['/items/blue_key_fragment']: 'Blue Key Fragment',
150
+ ['/items/blueberry']: 'Blueberry',
151
+ ['/items/blueberry_cake']: 'Blueberry Cake',
152
+ ['/items/blueberry_donut']: 'Blueberry Donut',
153
+ ['/items/branch_of_insight']: 'Branch Of Insight',
154
+ ['/items/brewers_bottoms']: "Brewer's Bottoms",
155
+ ['/items/brewers_top']: "Brewer's Top",
156
+ ['/items/brewing_essence']: 'Brewing Essence',
157
+ ['/items/brewing_tea']: 'Brewing Tea',
158
+ ['/items/brown_key_fragment']: 'Brown Key Fragment',
159
+ ['/items/burble_alembic']: 'Burble Alembic',
160
+ ['/items/burble_boots']: 'Burble Boots',
161
+ ['/items/burble_brush']: 'Burble Brush',
162
+ ['/items/burble_buckler']: 'Burble Buckler',
163
+ ['/items/burble_bulwark']: 'Burble Bulwark',
164
+ ['/items/burble_cheese']: 'Burble Cheese',
165
+ ['/items/burble_chisel']: 'Burble Chisel',
166
+ ['/items/burble_enhancer']: 'Burble Enhancer',
167
+ ['/items/burble_gauntlets']: 'Burble Gauntlets',
168
+ ['/items/burble_hammer']: 'Burble Hammer',
169
+ ['/items/burble_hatchet']: 'Burble Hatchet',
170
+ ['/items/burble_helmet']: 'Burble Helmet',
171
+ ['/items/burble_mace']: 'Burble Mace',
172
+ ['/items/burble_milk']: 'Burble Milk',
173
+ ['/items/burble_needle']: 'Burble Needle',
174
+ ['/items/burble_plate_body']: 'Burble Plate Body',
175
+ ['/items/burble_plate_legs']: 'Burble Plate Legs',
176
+ ['/items/burble_pot']: 'Burble Pot',
177
+ ['/items/burble_shears']: 'Burble Shears',
178
+ ['/items/burble_spatula']: 'Burble Spatula',
179
+ ['/items/burble_spear']: 'Burble Spear',
180
+ ['/items/burble_sword']: 'Burble Sword',
181
+ ['/items/burble_tea_leaf']: 'Burble Tea Leaf',
182
+ ['/items/burning_key_fragment']: 'Burning Key Fragment',
183
+ ['/items/butter_of_proficiency']: 'Butter Of Proficiency',
184
+ ['/items/catalyst_of_coinification']: 'Catalyst Of Coinification',
185
+ ['/items/catalyst_of_decomposition']: 'Catalyst Of Decomposition',
186
+ ['/items/catalyst_of_transmutation']: 'Catalyst Of Transmutation',
187
+ ['/items/catalytic_tea']: 'Catalytic Tea',
188
+ ['/items/cedar_bow']: 'Cedar Bow',
189
+ ['/items/cedar_crossbow']: 'Cedar Crossbow',
190
+ ['/items/cedar_fire_staff']: 'Cedar Fire Staff',
191
+ ['/items/cedar_log']: 'Cedar Log',
192
+ ['/items/cedar_lumber']: 'Cedar Lumber',
193
+ ['/items/cedar_nature_staff']: 'Cedar Nature Staff',
194
+ ['/items/cedar_shield']: 'Cedar Shield',
195
+ ['/items/cedar_water_staff']: 'Cedar Water Staff',
196
+ ['/items/celestial_alembic']: 'Celestial Alembic',
197
+ ['/items/celestial_brush']: 'Celestial Brush',
198
+ ['/items/celestial_chisel']: 'Celestial Chisel',
199
+ ['/items/celestial_enhancer']: 'Celestial Enhancer',
200
+ ['/items/celestial_hammer']: 'Celestial Hammer',
201
+ ['/items/celestial_hatchet']: 'Celestial Hatchet',
202
+ ['/items/celestial_needle']: 'Celestial Needle',
203
+ ['/items/celestial_pot']: 'Celestial Pot',
204
+ ['/items/celestial_shears']: 'Celestial Shears',
205
+ ['/items/celestial_spatula']: 'Celestial Spatula',
206
+ ['/items/centaur_boots']: 'Centaur Boots',
207
+ ['/items/centaur_hoof']: 'Centaur Hoof',
208
+ ['/items/channeling_coffee']: 'Channeling Coffee',
209
+ ['/items/chaotic_chain']: 'Chaotic Chain',
210
+ ['/items/chaotic_flail']: 'Chaotic Flail',
211
+ ['/items/chaotic_flail_refined']: 'Chaotic Flail (R)',
212
+ ['/items/cheese']: 'Cheese',
213
+ ['/items/cheese_alembic']: 'Cheese Alembic',
214
+ ['/items/cheese_boots']: 'Cheese Boots',
215
+ ['/items/cheese_brush']: 'Cheese Brush',
216
+ ['/items/cheese_buckler']: 'Cheese Buckler',
217
+ ['/items/cheese_bulwark']: 'Cheese Bulwark',
218
+ ['/items/cheese_chisel']: 'Cheese Chisel',
219
+ ['/items/cheese_enhancer']: 'Cheese Enhancer',
220
+ ['/items/cheese_gauntlets']: 'Cheese Gauntlets',
221
+ ['/items/cheese_hammer']: 'Cheese Hammer',
222
+ ['/items/cheese_hatchet']: 'Cheese Hatchet',
223
+ ['/items/cheese_helmet']: 'Cheese Helmet',
224
+ ['/items/cheese_mace']: 'Cheese Mace',
225
+ ['/items/cheese_needle']: 'Cheese Needle',
226
+ ['/items/cheese_plate_body']: 'Cheese Plate Body',
227
+ ['/items/cheese_plate_legs']: 'Cheese Plate Legs',
228
+ ['/items/cheese_pot']: 'Cheese Pot',
229
+ ['/items/cheese_shears']: 'Cheese Shears',
230
+ ['/items/cheese_spatula']: 'Cheese Spatula',
231
+ ['/items/cheese_spear']: 'Cheese Spear',
232
+ ['/items/cheese_sword']: 'Cheese Sword',
233
+ ['/items/cheesemakers_bottoms']: "Cheesemaker's Bottoms",
234
+ ['/items/cheesemakers_top']: "Cheesemaker's Top",
235
+ ['/items/cheesesmithing_essence']: 'Cheesesmithing Essence',
236
+ ['/items/cheesesmithing_tea']: 'Cheesesmithing Tea',
237
+ ['/items/chefs_bottoms']: "Chef's Bottoms",
238
+ ['/items/chefs_top']: "Chef's Top",
239
+ ['/items/chimerical_chest']: 'Chimerical Chest',
240
+ ['/items/chimerical_chest_key']: 'Chimerical Chest Key',
241
+ ['/items/chimerical_entry_key']: 'Chimerical Entry Key',
242
+ ['/items/chimerical_essence']: 'Chimerical Essence',
243
+ ['/items/chimerical_quiver']: 'Chimerical Quiver',
244
+ ['/items/chimerical_quiver_refined']: 'Chimerical Quiver (R)',
245
+ ['/items/chimerical_refinement_chest']: 'Chimerical Refinement Chest',
246
+ ['/items/chimerical_refinement_shard']: 'Chimerical Refinement Shard',
247
+ ['/items/chimerical_token']: 'Chimerical Token',
248
+ ['/items/chrono_gloves']: 'Chrono Gloves',
249
+ ['/items/chrono_sphere']: 'Chrono Sphere',
250
+ ['/items/cleave']: 'Cleave',
251
+ ['/items/cocoon']: 'Cocoon',
252
+ ['/items/coin']: 'Coin',
253
+ ['/items/collectors_boots']: "Collector's Boots",
254
+ ['/items/colossus_core']: 'Colossus Core',
255
+ ['/items/colossus_plate_body']: 'Colossus Plate Body',
256
+ ['/items/colossus_plate_legs']: 'Colossus Plate Legs',
257
+ ['/items/cooking_essence']: 'Cooking Essence',
258
+ ['/items/cooking_tea']: 'Cooking Tea',
259
+ ['/items/corsair_crest']: 'Corsair Crest',
260
+ ['/items/corsair_helmet']: 'Corsair Helmet',
261
+ ['/items/corsair_helmet_refined']: 'Corsair Helmet (R)',
262
+ ['/items/cotton']: 'Cotton',
263
+ ['/items/cotton_boots']: 'Cotton Boots',
264
+ ['/items/cotton_fabric']: 'Cotton Fabric',
265
+ ['/items/cotton_gloves']: 'Cotton Gloves',
266
+ ['/items/cotton_hat']: 'Cotton Hat',
267
+ ['/items/cotton_robe_bottoms']: 'Cotton Robe Bottoms',
268
+ ['/items/cotton_robe_top']: 'Cotton Robe Top',
269
+ ['/items/cowbell']: 'Cowbell',
270
+ ['/items/crab_pincer']: 'Crab Pincer',
271
+ ['/items/crafters_bottoms']: "Crafter's Bottoms",
272
+ ['/items/crafters_top']: "Crafter's Top",
273
+ ['/items/crafting_essence']: 'Crafting Essence',
274
+ ['/items/crafting_tea']: 'Crafting Tea',
275
+ ['/items/crimson_alembic']: 'Crimson Alembic',
276
+ ['/items/crimson_boots']: 'Crimson Boots',
277
+ ['/items/crimson_brush']: 'Crimson Brush',
278
+ ['/items/crimson_buckler']: 'Crimson Buckler',
279
+ ['/items/crimson_bulwark']: 'Crimson Bulwark',
280
+ ['/items/crimson_cheese']: 'Crimson Cheese',
281
+ ['/items/crimson_chisel']: 'Crimson Chisel',
282
+ ['/items/crimson_enhancer']: 'Crimson Enhancer',
283
+ ['/items/crimson_gauntlets']: 'Crimson Gauntlets',
284
+ ['/items/crimson_hammer']: 'Crimson Hammer',
285
+ ['/items/crimson_hatchet']: 'Crimson Hatchet',
286
+ ['/items/crimson_helmet']: 'Crimson Helmet',
287
+ ['/items/crimson_mace']: 'Crimson Mace',
288
+ ['/items/crimson_milk']: 'Crimson Milk',
289
+ ['/items/crimson_needle']: 'Crimson Needle',
290
+ ['/items/crimson_plate_body']: 'Crimson Plate Body',
291
+ ['/items/crimson_plate_legs']: 'Crimson Plate Legs',
292
+ ['/items/crimson_pot']: 'Crimson Pot',
293
+ ['/items/crimson_shears']: 'Crimson Shears',
294
+ ['/items/crimson_spatula']: 'Crimson Spatula',
295
+ ['/items/crimson_spear']: 'Crimson Spear',
296
+ ['/items/crimson_sword']: 'Crimson Sword',
297
+ ['/items/crippling_slash']: 'Crippling Slash',
298
+ ['/items/critical_aura']: 'Critical Aura',
299
+ ['/items/critical_coffee']: 'Critical Coffee',
300
+ ['/items/crushed_amber']: 'Crushed Amber',
301
+ ['/items/crushed_amethyst']: 'Crushed Amethyst',
302
+ ['/items/crushed_garnet']: 'Crushed Garnet',
303
+ ['/items/crushed_jade']: 'Crushed Jade',
304
+ ['/items/crushed_moonstone']: 'Crushed Moonstone',
305
+ ['/items/crushed_pearl']: 'Crushed Pearl',
306
+ ['/items/crushed_philosophers_stone']: "Crushed Philosopher's Stone",
307
+ ['/items/crushed_sunstone']: 'Crushed Sunstone',
308
+ ['/items/cupcake']: 'Cupcake',
309
+ ['/items/cursed_ball']: 'Cursed Ball',
310
+ ['/items/cursed_bow']: 'Cursed Bow',
311
+ ['/items/cursed_bow_refined']: 'Cursed Bow (R)',
312
+ ['/items/dairyhands_bottoms']: "Dairyhand's Bottoms",
313
+ ['/items/dairyhands_top']: "Dairyhand's Top",
314
+ ['/items/damaged_anchor']: 'Damaged Anchor',
315
+ ['/items/dark_key_fragment']: 'Dark Key Fragment',
316
+ ['/items/defense_coffee']: 'Defense Coffee',
317
+ ['/items/demonic_core']: 'Demonic Core',
318
+ ['/items/demonic_plate_body']: 'Demonic Plate Body',
319
+ ['/items/demonic_plate_legs']: 'Demonic Plate Legs',
320
+ ['/items/dodocamel_gauntlets']: 'Dodocamel Gauntlets',
321
+ ['/items/dodocamel_gauntlets_refined']: 'Dodocamel Gauntlets (R)',
322
+ ['/items/dodocamel_plume']: 'Dodocamel Plume',
323
+ ['/items/donut']: 'Donut',
324
+ ['/items/dragon_fruit']: 'Dragon Fruit',
325
+ ['/items/dragon_fruit_gummy']: 'Dragon Fruit Gummy',
326
+ ['/items/dragon_fruit_yogurt']: 'Dragon Fruit Yogurt',
327
+ ['/items/earrings_of_armor']: 'Earrings Of Armor',
328
+ ['/items/earrings_of_critical_strike']: 'Earrings Of Critical Strike',
329
+ ['/items/earrings_of_essence_find']: 'Earrings Of Essence Find',
330
+ ['/items/earrings_of_gathering']: 'Earrings Of Gathering',
331
+ ['/items/earrings_of_rare_find']: 'Earrings Of Rare Find',
332
+ ['/items/earrings_of_regeneration']: 'Earrings Of Regeneration',
333
+ ['/items/earrings_of_resistance']: 'Earrings Of Resistance',
334
+ ['/items/efficiency_tea']: 'Efficiency Tea',
335
+ ['/items/egg']: 'Egg',
336
+ ['/items/elemental_affinity']: 'Elemental Affinity',
337
+ ['/items/elusiveness']: 'Elusiveness',
338
+ ['/items/emp_tea_leaf']: 'Emp Tea Leaf',
339
+ ['/items/enchanted_chest']: 'Enchanted Chest',
340
+ ['/items/enchanted_chest_key']: 'Enchanted Chest Key',
341
+ ['/items/enchanted_cloak']: 'Enchanted Cloak',
342
+ ['/items/enchanted_cloak_refined']: 'Enchanted Cloak (R)',
343
+ ['/items/enchanted_entry_key']: 'Enchanted Entry Key',
344
+ ['/items/enchanted_essence']: 'Enchanted Essence',
345
+ ['/items/enchanted_gloves']: 'Enchanted Gloves',
346
+ ['/items/enchanted_refinement_chest']: 'Enchanted Refinement Chest',
347
+ ['/items/enchanted_refinement_shard']: 'Enchanted Refinement Shard',
348
+ ['/items/enchanted_token']: 'Enchanted Token',
349
+ ['/items/enhancers_bottoms']: "Enhancer's Bottoms",
350
+ ['/items/enhancers_top']: "Enhancer's Top",
351
+ ['/items/enhancing_essence']: 'Enhancing Essence',
352
+ ['/items/enhancing_tea']: 'Enhancing Tea',
353
+ ['/items/entangle']: 'Entangle',
354
+ ['/items/excelsa_coffee_bean']: 'Excelsa Coffee Bean',
355
+ ['/items/expert_alchemy_charm']: 'Expert Alchemy Charm',
356
+ ['/items/expert_attack_charm']: 'Expert Attack Charm',
357
+ ['/items/expert_brewing_charm']: 'Expert Brewing Charm',
358
+ ['/items/expert_cheesesmithing_charm']: 'Expert Cheesesmithing Charm',
359
+ ['/items/expert_cooking_charm']: 'Expert Cooking Charm',
360
+ ['/items/expert_crafting_charm']: 'Expert Crafting Charm',
361
+ ['/items/expert_defense_charm']: 'Expert Defense Charm',
362
+ ['/items/expert_enhancing_charm']: 'Expert Enhancing Charm',
363
+ ['/items/expert_foraging_charm']: 'Expert Foraging Charm',
364
+ ['/items/expert_intelligence_charm']: 'Expert Intelligence Charm',
365
+ ['/items/expert_magic_charm']: 'Expert Magic Charm',
366
+ ['/items/expert_melee_charm']: 'Expert Melee Charm',
367
+ ['/items/expert_milking_charm']: 'Expert Milking Charm',
368
+ ['/items/expert_ranged_charm']: 'Expert Ranged Charm',
369
+ ['/items/expert_stamina_charm']: 'Expert Stamina Charm',
370
+ ['/items/expert_tailoring_charm']: 'Expert Tailoring Charm',
371
+ ['/items/expert_task_badge']: 'Expert Task Badge',
372
+ ['/items/expert_woodcutting_charm']: 'Expert Woodcutting Charm',
373
+ ['/items/eye_of_the_watcher']: 'Eye Of The Watcher',
374
+ ['/items/eye_watch']: 'Eye Watch',
375
+ ['/items/eyessence']: 'Eyessence',
376
+ ['/items/fierce_aura']: 'Fierce Aura',
377
+ ['/items/fieriosa_coffee_bean']: 'Fieriosa Coffee Bean',
378
+ ['/items/fighter_necklace']: 'Fighter Necklace',
379
+ ['/items/fireball']: 'Fireball',
380
+ ['/items/firestorm']: 'Firestorm',
381
+ ['/items/flame_arrow']: 'Flame Arrow',
382
+ ['/items/flame_blast']: 'Flame Blast',
383
+ ['/items/flaming_cloth']: 'Flaming Cloth',
384
+ ['/items/flaming_robe_bottoms']: 'Flaming Robe Bottoms',
385
+ ['/items/flaming_robe_top']: 'Flaming Robe Top',
386
+ ['/items/flax']: 'Flax',
387
+ ['/items/fluffy_red_hat']: 'Fluffy Red Hat',
388
+ ['/items/foragers_bottoms']: "Forager's Bottoms",
389
+ ['/items/foragers_top']: "Forager's Top",
390
+ ['/items/foraging_essence']: 'Foraging Essence',
391
+ ['/items/foraging_tea']: 'Foraging Tea',
392
+ ['/items/fracturing_impact']: 'Fracturing Impact',
393
+ ['/items/frenzy']: 'Frenzy',
394
+ ['/items/frost_sphere']: 'Frost Sphere',
395
+ ['/items/frost_staff']: 'Frost Staff',
396
+ ['/items/frost_surge']: 'Frost Surge',
397
+ ['/items/furious_spear']: 'Furious Spear',
398
+ ['/items/furious_spear_refined']: 'Furious Spear (R)',
399
+ ['/items/garnet']: 'Garnet',
400
+ ['/items/gathering_tea']: 'Gathering Tea',
401
+ ['/items/gator_vest']: 'Gator Vest',
402
+ ['/items/giant_pouch']: 'Giant Pouch',
403
+ ['/items/ginkgo_bow']: 'Ginkgo Bow',
404
+ ['/items/ginkgo_crossbow']: 'Ginkgo Crossbow',
405
+ ['/items/ginkgo_fire_staff']: 'Ginkgo Fire Staff',
406
+ ['/items/ginkgo_log']: 'Ginkgo Log',
407
+ ['/items/ginkgo_lumber']: 'Ginkgo Lumber',
408
+ ['/items/ginkgo_nature_staff']: 'Ginkgo Nature Staff',
409
+ ['/items/ginkgo_shield']: 'Ginkgo Shield',
410
+ ['/items/ginkgo_water_staff']: 'Ginkgo Water Staff',
411
+ ['/items/gluttonous_energy']: 'Gluttonous Energy',
412
+ ['/items/gluttonous_pouch']: 'Gluttonous Pouch',
413
+ ['/items/gobo_boomstick']: 'Gobo Boomstick',
414
+ ['/items/gobo_boots']: 'Gobo Boots',
415
+ ['/items/gobo_bracers']: 'Gobo Bracers',
416
+ ['/items/gobo_chaps']: 'Gobo Chaps',
417
+ ['/items/gobo_defender']: 'Gobo Defender',
418
+ ['/items/gobo_essence']: 'Gobo Essence',
419
+ ['/items/gobo_hide']: 'Gobo Hide',
420
+ ['/items/gobo_hood']: 'Gobo Hood',
421
+ ['/items/gobo_leather']: 'Gobo Leather',
422
+ ['/items/gobo_rag']: 'Gobo Rag',
423
+ ['/items/gobo_shooter']: 'Gobo Shooter',
424
+ ['/items/gobo_slasher']: 'Gobo Slasher',
425
+ ['/items/gobo_smasher']: 'Gobo Smasher',
426
+ ['/items/gobo_stabber']: 'Gobo Stabber',
427
+ ['/items/gobo_tunic']: 'Gobo Tunic',
428
+ ['/items/goggles']: 'Goggles',
429
+ ['/items/golem_essence']: 'Golem Essence',
430
+ ['/items/gourmet_tea']: 'Gourmet Tea',
431
+ ['/items/grandmaster_alchemy_charm']: 'Grandmaster Alchemy Charm',
432
+ ['/items/grandmaster_attack_charm']: 'Grandmaster Attack Charm',
433
+ ['/items/grandmaster_brewing_charm']: 'Grandmaster Brewing Charm',
434
+ ['/items/grandmaster_cheesesmithing_charm']: 'Grandmaster Cheesesmithing Charm',
435
+ ['/items/grandmaster_cooking_charm']: 'Grandmaster Cooking Charm',
436
+ ['/items/grandmaster_crafting_charm']: 'Grandmaster Crafting Charm',
437
+ ['/items/grandmaster_defense_charm']: 'Grandmaster Defense Charm',
438
+ ['/items/grandmaster_enhancing_charm']: 'Grandmaster Enhancing Charm',
439
+ ['/items/grandmaster_foraging_charm']: 'Grandmaster Foraging Charm',
440
+ ['/items/grandmaster_intelligence_charm']: 'Grandmaster Intelligence Charm',
441
+ ['/items/grandmaster_magic_charm']: 'Grandmaster Magic Charm',
442
+ ['/items/grandmaster_melee_charm']: 'Grandmaster Melee Charm',
443
+ ['/items/grandmaster_milking_charm']: 'Grandmaster Milking Charm',
444
+ ['/items/grandmaster_ranged_charm']: 'Grandmaster Ranged Charm',
445
+ ['/items/grandmaster_stamina_charm']: 'Grandmaster Stamina Charm',
446
+ ['/items/grandmaster_tailoring_charm']: 'Grandmaster Tailoring Charm',
447
+ ['/items/grandmaster_woodcutting_charm']: 'Grandmaster Woodcutting Charm',
448
+ ['/items/granite_bludgeon']: 'Granite Bludgeon',
449
+ ['/items/green_key_fragment']: 'Green Key Fragment',
450
+ ['/items/green_tea_leaf']: 'Green Tea Leaf',
451
+ ['/items/griffin_bulwark']: 'Griffin Bulwark',
452
+ ['/items/griffin_bulwark_refined']: 'Griffin Bulwark (R)',
453
+ ['/items/griffin_chaps']: 'Griffin Chaps',
454
+ ['/items/griffin_leather']: 'Griffin Leather',
455
+ ['/items/griffin_talon']: 'Griffin Talon',
456
+ ['/items/griffin_tunic']: 'Griffin Tunic',
457
+ ['/items/grizzly_bear_fluff']: 'Grizzly Bear Fluff',
458
+ ['/items/grizzly_bear_shoes']: 'Grizzly Bear Shoes',
459
+ ['/items/guardian_aura']: 'Guardian Aura',
460
+ ['/items/gummy']: 'Gummy',
461
+ ['/items/guzzling_energy']: 'Guzzling Energy',
462
+ ['/items/guzzling_pouch']: 'Guzzling Pouch',
463
+ ['/items/heal']: 'Heal',
464
+ ['/items/holy_alembic']: 'Holy Alembic',
465
+ ['/items/holy_boots']: 'Holy Boots',
466
+ ['/items/holy_brush']: 'Holy Brush',
467
+ ['/items/holy_buckler']: 'Holy Buckler',
468
+ ['/items/holy_bulwark']: 'Holy Bulwark',
469
+ ['/items/holy_cheese']: 'Holy Cheese',
470
+ ['/items/holy_chisel']: 'Holy Chisel',
471
+ ['/items/holy_enhancer']: 'Holy Enhancer',
472
+ ['/items/holy_gauntlets']: 'Holy Gauntlets',
473
+ ['/items/holy_hammer']: 'Holy Hammer',
474
+ ['/items/holy_hatchet']: 'Holy Hatchet',
475
+ ['/items/holy_helmet']: 'Holy Helmet',
476
+ ['/items/holy_mace']: 'Holy Mace',
477
+ ['/items/holy_milk']: 'Holy Milk',
478
+ ['/items/holy_needle']: 'Holy Needle',
479
+ ['/items/holy_plate_body']: 'Holy Plate Body',
480
+ ['/items/holy_plate_legs']: 'Holy Plate Legs',
481
+ ['/items/holy_pot']: 'Holy Pot',
482
+ ['/items/holy_shears']: 'Holy Shears',
483
+ ['/items/holy_spatula']: 'Holy Spatula',
484
+ ['/items/holy_spear']: 'Holy Spear',
485
+ ['/items/holy_sword']: 'Holy Sword',
486
+ ['/items/ice_spear']: 'Ice Spear',
487
+ ['/items/icy_cloth']: 'Icy Cloth',
488
+ ['/items/icy_robe_bottoms']: 'Icy Robe Bottoms',
489
+ ['/items/icy_robe_top']: 'Icy Robe Top',
490
+ ['/items/impale']: 'Impale',
491
+ ['/items/infernal_battlestaff']: 'Infernal Battlestaff',
492
+ ['/items/infernal_ember']: 'Infernal Ember',
493
+ ['/items/insanity']: 'Insanity',
494
+ ['/items/intelligence_coffee']: 'Intelligence Coffee',
495
+ ['/items/invincible']: 'Invincible',
496
+ ['/items/jackalope_antler']: 'Jackalope Antler',
497
+ ['/items/jackalope_staff']: 'Jackalope Staff',
498
+ ['/items/jade']: 'Jade',
499
+ ['/items/jungle_essence']: 'Jungle Essence',
500
+ ['/items/knights_aegis']: "Knight's Aegis",
501
+ ['/items/knights_aegis_refined']: "Knight's Aegis (R)",
502
+ ['/items/knights_ingot']: "Knight's Ingot",
503
+ ['/items/kraken_chaps']: 'Kraken Chaps',
504
+ ['/items/kraken_chaps_refined']: 'Kraken Chaps (R)',
505
+ ['/items/kraken_fang']: 'Kraken Fang',
506
+ ['/items/kraken_leather']: 'Kraken Leather',
507
+ ['/items/kraken_tunic']: 'Kraken Tunic',
508
+ ['/items/kraken_tunic_refined']: 'Kraken Tunic (R)',
509
+ ['/items/large_artisans_crate']: "Large Artisan's Crate",
510
+ ['/items/large_meteorite_cache']: 'Large Meteorite Cache',
511
+ ['/items/large_pouch']: 'Large Pouch',
512
+ ['/items/large_treasure_chest']: 'Large Treasure Chest',
513
+ ['/items/liberica_coffee_bean']: 'Liberica Coffee Bean',
514
+ ['/items/life_drain']: 'Life Drain',
515
+ ['/items/linen_boots']: 'Linen Boots',
516
+ ['/items/linen_fabric']: 'Linen Fabric',
517
+ ['/items/linen_gloves']: 'Linen Gloves',
518
+ ['/items/linen_hat']: 'Linen Hat',
519
+ ['/items/linen_robe_bottoms']: 'Linen Robe Bottoms',
520
+ ['/items/linen_robe_top']: 'Linen Robe Top',
521
+ ['/items/living_granite']: 'Living Granite',
522
+ ['/items/log']: 'Log',
523
+ ['/items/lucky_coffee']: 'Lucky Coffee',
524
+ ['/items/lumber']: 'Lumber',
525
+ ['/items/lumberjacks_bottoms']: "Lumberjack's Bottoms",
526
+ ['/items/lumberjacks_top']: "Lumberjack's Top",
527
+ ['/items/luna_robe_bottoms']: 'Luna Robe Bottoms',
528
+ ['/items/luna_robe_top']: 'Luna Robe Top',
529
+ ['/items/luna_wing']: 'Luna Wing',
530
+ ['/items/maelstrom_plate_body']: 'Maelstrom Plate Body',
531
+ ['/items/maelstrom_plate_body_refined']: 'Maelstrom Plate Body (R)',
532
+ ['/items/maelstrom_plate_legs']: 'Maelstrom Plate Legs',
533
+ ['/items/maelstrom_plate_legs_refined']: 'Maelstrom Plate Legs (R)',
534
+ ['/items/maelstrom_plating']: 'Maelstrom Plating',
535
+ ['/items/magic_coffee']: 'Magic Coffee',
536
+ ['/items/magicians_cloth']: "Magician's Cloth",
537
+ ['/items/magicians_hat']: "Magician's Hat",
538
+ ['/items/magicians_hat_refined']: "Magician's Hat (R)",
539
+ ['/items/magnet']: 'Magnet',
540
+ ['/items/magnetic_gloves']: 'Magnetic Gloves',
541
+ ['/items/magnifying_glass']: 'Magnifying Glass',
542
+ ['/items/maim']: 'Maim',
543
+ ['/items/mana_spring']: 'Mana Spring',
544
+ ['/items/manticore_shield']: 'Manticore Shield',
545
+ ['/items/manticore_sting']: 'Manticore Sting',
546
+ ['/items/marine_chaps']: 'Marine Chaps',
547
+ ['/items/marine_scale']: 'Marine Scale',
548
+ ['/items/marine_tunic']: 'Marine Tunic',
549
+ ['/items/marksman_bracers']: 'Marksman Bracers',
550
+ ['/items/marksman_bracers_refined']: 'Marksman Bracers (R)',
551
+ ['/items/marksman_brooch']: 'Marksman Brooch',
552
+ ['/items/marsberry']: 'Marsberry',
553
+ ['/items/marsberry_cake']: 'Marsberry Cake',
554
+ ['/items/marsberry_donut']: 'Marsberry Donut',
555
+ ['/items/master_alchemy_charm']: 'Master Alchemy Charm',
556
+ ['/items/master_attack_charm']: 'Master Attack Charm',
557
+ ['/items/master_brewing_charm']: 'Master Brewing Charm',
558
+ ['/items/master_cheesesmithing_charm']: 'Master Cheesesmithing Charm',
559
+ ['/items/master_cooking_charm']: 'Master Cooking Charm',
560
+ ['/items/master_crafting_charm']: 'Master Crafting Charm',
561
+ ['/items/master_defense_charm']: 'Master Defense Charm',
562
+ ['/items/master_enhancing_charm']: 'Master Enhancing Charm',
563
+ ['/items/master_foraging_charm']: 'Master Foraging Charm',
564
+ ['/items/master_intelligence_charm']: 'Master Intelligence Charm',
565
+ ['/items/master_magic_charm']: 'Master Magic Charm',
566
+ ['/items/master_melee_charm']: 'Master Melee Charm',
567
+ ['/items/master_milking_charm']: 'Master Milking Charm',
568
+ ['/items/master_ranged_charm']: 'Master Ranged Charm',
569
+ ['/items/master_stamina_charm']: 'Master Stamina Charm',
570
+ ['/items/master_tailoring_charm']: 'Master Tailoring Charm',
571
+ ['/items/master_woodcutting_charm']: 'Master Woodcutting Charm',
572
+ ['/items/medium_artisans_crate']: "Medium Artisan's Crate",
573
+ ['/items/medium_meteorite_cache']: 'Medium Meteorite Cache',
574
+ ['/items/medium_pouch']: 'Medium Pouch',
575
+ ['/items/medium_treasure_chest']: 'Medium Treasure Chest',
576
+ ['/items/melee_coffee']: 'Melee Coffee',
577
+ ['/items/milk']: 'Milk',
578
+ ['/items/milking_essence']: 'Milking Essence',
579
+ ['/items/milking_tea']: 'Milking Tea',
580
+ ['/items/minor_heal']: 'Minor Heal',
581
+ ['/items/mirror_of_protection']: 'Mirror Of Protection',
582
+ ['/items/mooberry']: 'Mooberry',
583
+ ['/items/mooberry_cake']: 'Mooberry Cake',
584
+ ['/items/mooberry_donut']: 'Mooberry Donut',
585
+ ['/items/moolong_tea_leaf']: 'Moolong Tea Leaf',
586
+ ['/items/moonstone']: 'Moonstone',
587
+ ['/items/mystic_aura']: 'Mystic Aura',
588
+ ['/items/natures_veil']: "Nature's Veil",
589
+ ['/items/necklace_of_efficiency']: 'Necklace Of Efficiency',
590
+ ['/items/necklace_of_speed']: 'Necklace Of Speed',
591
+ ['/items/necklace_of_wisdom']: 'Necklace Of Wisdom',
592
+ ['/items/orange']: 'Orange',
593
+ ['/items/orange_gummy']: 'Orange Gummy',
594
+ ['/items/orange_key_fragment']: 'Orange Key Fragment',
595
+ ['/items/orange_yogurt']: 'Orange Yogurt',
596
+ ['/items/panda_fluff']: 'Panda Fluff',
597
+ ['/items/panda_gloves']: 'Panda Gloves',
598
+ ['/items/peach']: 'Peach',
599
+ ['/items/peach_gummy']: 'Peach Gummy',
600
+ ['/items/peach_yogurt']: 'Peach Yogurt',
601
+ ['/items/pearl']: 'Pearl',
602
+ ['/items/penetrating_shot']: 'Penetrating Shot',
603
+ ['/items/penetrating_strike']: 'Penetrating Strike',
604
+ ['/items/pestilent_shot']: 'Pestilent Shot',
605
+ ['/items/philosophers_earrings']: "Philosopher's Earrings",
606
+ ['/items/philosophers_necklace']: "Philosopher's Necklace",
607
+ ['/items/philosophers_ring']: "Philosopher's Ring",
608
+ ['/items/philosophers_stone']: "Philosopher's Stone",
609
+ ['/items/pincer_gloves']: 'Pincer Gloves',
610
+ ['/items/pirate_chest']: 'Pirate Chest',
611
+ ['/items/pirate_chest_key']: 'Pirate Chest Key',
612
+ ['/items/pirate_entry_key']: 'Pirate Entry Key',
613
+ ['/items/pirate_essence']: 'Pirate Essence',
614
+ ['/items/pirate_refinement_chest']: 'Pirate Refinement Chest',
615
+ ['/items/pirate_refinement_shard']: 'Pirate Refinement Shard',
616
+ ['/items/pirate_token']: 'Pirate Token',
617
+ ['/items/plum']: 'Plum',
618
+ ['/items/plum_gummy']: 'Plum Gummy',
619
+ ['/items/plum_yogurt']: 'Plum Yogurt',
620
+ ['/items/poke']: 'Poke',
621
+ ['/items/polar_bear_fluff']: 'Polar Bear Fluff',
622
+ ['/items/polar_bear_shoes']: 'Polar Bear Shoes',
623
+ ['/items/precision']: 'Precision',
624
+ ['/items/prime_catalyst']: 'Prime Catalyst',
625
+ ['/items/processing_tea']: 'Processing Tea',
626
+ ['/items/provoke']: 'Provoke',
627
+ ['/items/puncture']: 'Puncture',
628
+ ['/items/purple_key_fragment']: 'Purple Key Fragment',
629
+ ['/items/purpleheart_bow']: 'Purpleheart Bow',
630
+ ['/items/purpleheart_crossbow']: 'Purpleheart Crossbow',
631
+ ['/items/purpleheart_fire_staff']: 'Purpleheart Fire Staff',
632
+ ['/items/purpleheart_log']: 'Purpleheart Log',
633
+ ['/items/purpleheart_lumber']: 'Purpleheart Lumber',
634
+ ['/items/purpleheart_nature_staff']: 'Purpleheart Nature Staff',
635
+ ['/items/purpleheart_shield']: 'Purpleheart Shield',
636
+ ['/items/purpleheart_water_staff']: 'Purpleheart Water Staff',
637
+ ['/items/purples_gift']: "Purple's Gift",
638
+ ['/items/quick_aid']: 'Quick Aid',
639
+ ['/items/quick_shot']: 'Quick Shot',
640
+ ['/items/radiant_boots']: 'Radiant Boots',
641
+ ['/items/radiant_fabric']: 'Radiant Fabric',
642
+ ['/items/radiant_fiber']: 'Radiant Fiber',
643
+ ['/items/radiant_gloves']: 'Radiant Gloves',
644
+ ['/items/radiant_hat']: 'Radiant Hat',
645
+ ['/items/radiant_robe_bottoms']: 'Radiant Robe Bottoms',
646
+ ['/items/radiant_robe_top']: 'Radiant Robe Top',
647
+ ['/items/rain_of_arrows']: 'Rain Of Arrows',
648
+ ['/items/rainbow_alembic']: 'Rainbow Alembic',
649
+ ['/items/rainbow_boots']: 'Rainbow Boots',
650
+ ['/items/rainbow_brush']: 'Rainbow Brush',
651
+ ['/items/rainbow_buckler']: 'Rainbow Buckler',
652
+ ['/items/rainbow_bulwark']: 'Rainbow Bulwark',
653
+ ['/items/rainbow_cheese']: 'Rainbow Cheese',
654
+ ['/items/rainbow_chisel']: 'Rainbow Chisel',
655
+ ['/items/rainbow_enhancer']: 'Rainbow Enhancer',
656
+ ['/items/rainbow_gauntlets']: 'Rainbow Gauntlets',
657
+ ['/items/rainbow_hammer']: 'Rainbow Hammer',
658
+ ['/items/rainbow_hatchet']: 'Rainbow Hatchet',
659
+ ['/items/rainbow_helmet']: 'Rainbow Helmet',
660
+ ['/items/rainbow_mace']: 'Rainbow Mace',
661
+ ['/items/rainbow_milk']: 'Rainbow Milk',
662
+ ['/items/rainbow_needle']: 'Rainbow Needle',
663
+ ['/items/rainbow_plate_body']: 'Rainbow Plate Body',
664
+ ['/items/rainbow_plate_legs']: 'Rainbow Plate Legs',
665
+ ['/items/rainbow_pot']: 'Rainbow Pot',
666
+ ['/items/rainbow_shears']: 'Rainbow Shears',
667
+ ['/items/rainbow_spatula']: 'Rainbow Spatula',
668
+ ['/items/rainbow_spear']: 'Rainbow Spear',
669
+ ['/items/rainbow_sword']: 'Rainbow Sword',
670
+ ['/items/ranged_coffee']: 'Ranged Coffee',
671
+ ['/items/ranger_necklace']: 'Ranger Necklace',
672
+ ['/items/red_culinary_hat']: 'Red Culinary Hat',
673
+ ['/items/red_panda_fluff']: 'Red Panda Fluff',
674
+ ['/items/red_tea_leaf']: 'Red Tea Leaf',
675
+ ['/items/redwood_bow']: 'Redwood Bow',
676
+ ['/items/redwood_crossbow']: 'Redwood Crossbow',
677
+ ['/items/redwood_fire_staff']: 'Redwood Fire Staff',
678
+ ['/items/redwood_log']: 'Redwood Log',
679
+ ['/items/redwood_lumber']: 'Redwood Lumber',
680
+ ['/items/redwood_nature_staff']: 'Redwood Nature Staff',
681
+ ['/items/redwood_shield']: 'Redwood Shield',
682
+ ['/items/redwood_water_staff']: 'Redwood Water Staff',
683
+ ['/items/regal_jewel']: 'Regal Jewel',
684
+ ['/items/regal_sword']: 'Regal Sword',
685
+ ['/items/regal_sword_refined']: 'Regal Sword (R)',
686
+ ['/items/rejuvenate']: 'Rejuvenate',
687
+ ['/items/reptile_boots']: 'Reptile Boots',
688
+ ['/items/reptile_bracers']: 'Reptile Bracers',
689
+ ['/items/reptile_chaps']: 'Reptile Chaps',
690
+ ['/items/reptile_hide']: 'Reptile Hide',
691
+ ['/items/reptile_hood']: 'Reptile Hood',
692
+ ['/items/reptile_leather']: 'Reptile Leather',
693
+ ['/items/reptile_tunic']: 'Reptile Tunic',
694
+ ['/items/retribution']: 'Retribution',
695
+ ['/items/revenant_anima']: 'Revenant Anima',
696
+ ['/items/revenant_chaps']: 'Revenant Chaps',
697
+ ['/items/revenant_tunic']: 'Revenant Tunic',
698
+ ['/items/revive']: 'Revive',
699
+ ['/items/ring_of_armor']: 'Ring Of Armor',
700
+ ['/items/ring_of_critical_strike']: 'Ring Of Critical Strike',
701
+ ['/items/ring_of_essence_find']: 'Ring Of Essence Find',
702
+ ['/items/ring_of_gathering']: 'Ring Of Gathering',
703
+ ['/items/ring_of_rare_find']: 'Ring Of Rare Find',
704
+ ['/items/ring_of_regeneration']: 'Ring Of Regeneration',
705
+ ['/items/ring_of_resistance']: 'Ring Of Resistance',
706
+ ['/items/rippling_trident']: 'Rippling Trident',
707
+ ['/items/rippling_trident_refined']: 'Rippling Trident (R)',
708
+ ['/items/robusta_coffee_bean']: 'Robusta Coffee Bean',
709
+ ['/items/rough_boots']: 'Rough Boots',
710
+ ['/items/rough_bracers']: 'Rough Bracers',
711
+ ['/items/rough_chaps']: 'Rough Chaps',
712
+ ['/items/rough_hide']: 'Rough Hide',
713
+ ['/items/rough_hood']: 'Rough Hood',
714
+ ['/items/rough_leather']: 'Rough Leather',
715
+ ['/items/rough_tunic']: 'Rough Tunic',
716
+ ['/items/royal_cloth']: 'Royal Cloth',
717
+ ['/items/royal_fire_robe_bottoms']: 'Royal Fire Robe Bottoms',
718
+ ['/items/royal_fire_robe_bottoms_refined']: 'Royal Fire Robe Bottoms (R)',
719
+ ['/items/royal_fire_robe_top']: 'Royal Fire Robe Top',
720
+ ['/items/royal_fire_robe_top_refined']: 'Royal Fire Robe Top (R)',
721
+ ['/items/royal_nature_robe_bottoms']: 'Royal Nature Robe Bottoms',
722
+ ['/items/royal_nature_robe_bottoms_refined']: 'Royal Nature Robe Bottoms (R)',
723
+ ['/items/royal_nature_robe_top']: 'Royal Nature Robe Top',
724
+ ['/items/royal_nature_robe_top_refined']: 'Royal Nature Robe Top (R)',
725
+ ['/items/royal_water_robe_bottoms']: 'Royal Water Robe Bottoms',
726
+ ['/items/royal_water_robe_bottoms_refined']: 'Royal Water Robe Bottoms (R)',
727
+ ['/items/royal_water_robe_top']: 'Royal Water Robe Top',
728
+ ['/items/royal_water_robe_top_refined']: 'Royal Water Robe Top (R)',
729
+ ['/items/scratch']: 'Scratch',
730
+ ['/items/shard_of_protection']: 'Shard Of Protection',
731
+ ['/items/shield_bash']: 'Shield Bash',
732
+ ['/items/shoebill_feather']: 'Shoebill Feather',
733
+ ['/items/shoebill_shoes']: 'Shoebill Shoes',
734
+ ['/items/sighted_bracers']: 'Sighted Bracers',
735
+ ['/items/silencing_shot']: 'Silencing Shot',
736
+ ['/items/silk_boots']: 'Silk Boots',
737
+ ['/items/silk_fabric']: 'Silk Fabric',
738
+ ['/items/silk_gloves']: 'Silk Gloves',
739
+ ['/items/silk_hat']: 'Silk Hat',
740
+ ['/items/silk_robe_bottoms']: 'Silk Robe Bottoms',
741
+ ['/items/silk_robe_top']: 'Silk Robe Top',
742
+ ['/items/sinister_cape']: 'Sinister Cape',
743
+ ['/items/sinister_cape_refined']: 'Sinister Cape (R)',
744
+ ['/items/sinister_chest']: 'Sinister Chest',
745
+ ['/items/sinister_chest_key']: 'Sinister Chest Key',
746
+ ['/items/sinister_entry_key']: 'Sinister Entry Key',
747
+ ['/items/sinister_essence']: 'Sinister Essence',
748
+ ['/items/sinister_refinement_chest']: 'Sinister Refinement Chest',
749
+ ['/items/sinister_refinement_shard']: 'Sinister Refinement Shard',
750
+ ['/items/sinister_token']: 'Sinister Token',
751
+ ['/items/smack']: 'Smack',
752
+ ['/items/small_artisans_crate']: "Small Artisan's Crate",
753
+ ['/items/small_meteorite_cache']: 'Small Meteorite Cache',
754
+ ['/items/small_pouch']: 'Small Pouch',
755
+ ['/items/small_treasure_chest']: 'Small Treasure Chest',
756
+ ['/items/smoke_burst']: 'Smoke Burst',
757
+ ['/items/snail_shell']: 'Snail Shell',
758
+ ['/items/snail_shell_helmet']: 'Snail Shell Helmet',
759
+ ['/items/snake_fang']: 'Snake Fang',
760
+ ['/items/snake_fang_dirk']: 'Snake Fang Dirk',
761
+ ['/items/sorcerer_boots']: 'Sorcerer Boots',
762
+ ['/items/sorcerer_essence']: 'Sorcerer Essence',
763
+ ['/items/sorcerers_sole']: "Sorcerer's Sole",
764
+ ['/items/soul_fragment']: 'Soul Fragment',
765
+ ['/items/soul_hunter_crossbow']: 'Soul Hunter Crossbow',
766
+ ['/items/spaceberry']: 'Spaceberry',
767
+ ['/items/spaceberry_cake']: 'Spaceberry Cake',
768
+ ['/items/spaceberry_donut']: 'Spaceberry Donut',
769
+ ['/items/spacia_coffee_bean']: 'Spacia Coffee Bean',
770
+ ['/items/speed_aura']: 'Speed Aura',
771
+ ['/items/spike_shell']: 'Spike Shell',
772
+ ['/items/spiked_bulwark']: 'Spiked Bulwark',
773
+ ['/items/stalactite_shard']: 'Stalactite Shard',
774
+ ['/items/stalactite_spear']: 'Stalactite Spear',
775
+ ['/items/stamina_coffee']: 'Stamina Coffee',
776
+ ['/items/star_fragment']: 'Star Fragment',
777
+ ['/items/star_fruit']: 'Star Fruit',
778
+ ['/items/star_fruit_gummy']: 'Star Fruit Gummy',
779
+ ['/items/star_fruit_yogurt']: 'Star Fruit Yogurt',
780
+ ['/items/steady_shot']: 'Steady Shot',
781
+ ['/items/stone_key_fragment']: 'Stone Key Fragment',
782
+ ['/items/strawberry']: 'Strawberry',
783
+ ['/items/strawberry_cake']: 'Strawberry Cake',
784
+ ['/items/strawberry_donut']: 'Strawberry Donut',
785
+ ['/items/stunning_blow']: 'Stunning Blow',
786
+ ['/items/sugar']: 'Sugar',
787
+ ['/items/sundering_crossbow']: 'Sundering Crossbow',
788
+ ['/items/sundering_crossbow_refined']: 'Sundering Crossbow (R)',
789
+ ['/items/sundering_jewel']: 'Sundering Jewel',
790
+ ['/items/sunstone']: 'Sunstone',
791
+ ['/items/super_alchemy_tea']: 'Super Alchemy Tea',
792
+ ['/items/super_attack_coffee']: 'Super Attack Coffee',
793
+ ['/items/super_brewing_tea']: 'Super Brewing Tea',
794
+ ['/items/super_cheesesmithing_tea']: 'Super Cheesesmithing Tea',
795
+ ['/items/super_cooking_tea']: 'Super Cooking Tea',
796
+ ['/items/super_crafting_tea']: 'Super Crafting Tea',
797
+ ['/items/super_defense_coffee']: 'Super Defense Coffee',
798
+ ['/items/super_enhancing_tea']: 'Super Enhancing Tea',
799
+ ['/items/super_foraging_tea']: 'Super Foraging Tea',
800
+ ['/items/super_intelligence_coffee']: 'Super Intelligence Coffee',
801
+ ['/items/super_magic_coffee']: 'Super Magic Coffee',
802
+ ['/items/super_melee_coffee']: 'Super Melee Coffee',
803
+ ['/items/super_milking_tea']: 'Super Milking Tea',
804
+ ['/items/super_ranged_coffee']: 'Super Ranged Coffee',
805
+ ['/items/super_stamina_coffee']: 'Super Stamina Coffee',
806
+ ['/items/super_tailoring_tea']: 'Super Tailoring Tea',
807
+ ['/items/super_woodcutting_tea']: 'Super Woodcutting Tea',
808
+ ['/items/swamp_essence']: 'Swamp Essence',
809
+ ['/items/sweep']: 'Sweep',
810
+ ['/items/swiftness_coffee']: 'Swiftness Coffee',
811
+ ['/items/tailoring_essence']: 'Tailoring Essence',
812
+ ['/items/tailoring_tea']: 'Tailoring Tea',
813
+ ['/items/tailors_bottoms']: "Tailor's Bottoms",
814
+ ['/items/tailors_top']: "Tailor's Top",
815
+ ['/items/task_crystal']: 'Task Crystal',
816
+ ['/items/task_token']: 'Task Token',
817
+ ['/items/taunt']: 'Taunt',
818
+ ['/items/thread_of_expertise']: 'Thread Of Expertise',
819
+ ['/items/tome_of_healing']: 'Tome Of Healing',
820
+ ['/items/tome_of_the_elements']: 'Tome Of The Elements',
821
+ ['/items/toughness']: 'Toughness',
822
+ ['/items/toxic_pollen']: 'Toxic Pollen',
823
+ ['/items/trainee_alchemy_charm']: 'Trainee Alchemy Charm',
824
+ ['/items/trainee_attack_charm']: 'Trainee Attack Charm',
825
+ ['/items/trainee_brewing_charm']: 'Trainee Brewing Charm',
826
+ ['/items/trainee_cheesesmithing_charm']: 'Trainee Cheesesmithing Charm',
827
+ ['/items/trainee_cooking_charm']: 'Trainee Cooking Charm',
828
+ ['/items/trainee_crafting_charm']: 'Trainee Crafting Charm',
829
+ ['/items/trainee_defense_charm']: 'Trainee Defense Charm',
830
+ ['/items/trainee_enhancing_charm']: 'Trainee Enhancing Charm',
831
+ ['/items/trainee_foraging_charm']: 'Trainee Foraging Charm',
832
+ ['/items/trainee_intelligence_charm']: 'Trainee Intelligence Charm',
833
+ ['/items/trainee_magic_charm']: 'Trainee Magic Charm',
834
+ ['/items/trainee_melee_charm']: 'Trainee Melee Charm',
835
+ ['/items/trainee_milking_charm']: 'Trainee Milking Charm',
836
+ ['/items/trainee_ranged_charm']: 'Trainee Ranged Charm',
837
+ ['/items/trainee_stamina_charm']: 'Trainee Stamina Charm',
838
+ ['/items/trainee_tailoring_charm']: 'Trainee Tailoring Charm',
839
+ ['/items/trainee_woodcutting_charm']: 'Trainee Woodcutting Charm',
840
+ ['/items/treant_bark']: 'Treant Bark',
841
+ ['/items/treant_shield']: 'Treant Shield',
842
+ ['/items/turtle_shell']: 'Turtle Shell',
843
+ ['/items/turtle_shell_body']: 'Turtle Shell Body',
844
+ ['/items/turtle_shell_legs']: 'Turtle Shell Legs',
845
+ ['/items/twilight_essence']: 'Twilight Essence',
846
+ ['/items/ultra_alchemy_tea']: 'Ultra Alchemy Tea',
847
+ ['/items/ultra_attack_coffee']: 'Ultra Attack Coffee',
848
+ ['/items/ultra_brewing_tea']: 'Ultra Brewing Tea',
849
+ ['/items/ultra_cheesesmithing_tea']: 'Ultra Cheesesmithing Tea',
850
+ ['/items/ultra_cooking_tea']: 'Ultra Cooking Tea',
851
+ ['/items/ultra_crafting_tea']: 'Ultra Crafting Tea',
852
+ ['/items/ultra_defense_coffee']: 'Ultra Defense Coffee',
853
+ ['/items/ultra_enhancing_tea']: 'Ultra Enhancing Tea',
854
+ ['/items/ultra_foraging_tea']: 'Ultra Foraging Tea',
855
+ ['/items/ultra_intelligence_coffee']: 'Ultra Intelligence Coffee',
856
+ ['/items/ultra_magic_coffee']: 'Ultra Magic Coffee',
857
+ ['/items/ultra_melee_coffee']: 'Ultra Melee Coffee',
858
+ ['/items/ultra_milking_tea']: 'Ultra Milking Tea',
859
+ ['/items/ultra_ranged_coffee']: 'Ultra Ranged Coffee',
860
+ ['/items/ultra_stamina_coffee']: 'Ultra Stamina Coffee',
861
+ ['/items/ultra_tailoring_tea']: 'Ultra Tailoring Tea',
862
+ ['/items/ultra_woodcutting_tea']: 'Ultra Woodcutting Tea',
863
+ ['/items/umbral_boots']: 'Umbral Boots',
864
+ ['/items/umbral_bracers']: 'Umbral Bracers',
865
+ ['/items/umbral_chaps']: 'Umbral Chaps',
866
+ ['/items/umbral_hide']: 'Umbral Hide',
867
+ ['/items/umbral_hood']: 'Umbral Hood',
868
+ ['/items/umbral_leather']: 'Umbral Leather',
869
+ ['/items/umbral_tunic']: 'Umbral Tunic',
870
+ ['/items/vampire_fang']: 'Vampire Fang',
871
+ ['/items/vampire_fang_dirk']: 'Vampire Fang Dirk',
872
+ ['/items/vampiric_bow']: 'Vampiric Bow',
873
+ ['/items/vampirism']: 'Vampirism',
874
+ ['/items/verdant_alembic']: 'Verdant Alembic',
875
+ ['/items/verdant_boots']: 'Verdant Boots',
876
+ ['/items/verdant_brush']: 'Verdant Brush',
877
+ ['/items/verdant_buckler']: 'Verdant Buckler',
878
+ ['/items/verdant_bulwark']: 'Verdant Bulwark',
879
+ ['/items/verdant_cheese']: 'Verdant Cheese',
880
+ ['/items/verdant_chisel']: 'Verdant Chisel',
881
+ ['/items/verdant_enhancer']: 'Verdant Enhancer',
882
+ ['/items/verdant_gauntlets']: 'Verdant Gauntlets',
883
+ ['/items/verdant_hammer']: 'Verdant Hammer',
884
+ ['/items/verdant_hatchet']: 'Verdant Hatchet',
885
+ ['/items/verdant_helmet']: 'Verdant Helmet',
886
+ ['/items/verdant_mace']: 'Verdant Mace',
887
+ ['/items/verdant_milk']: 'Verdant Milk',
888
+ ['/items/verdant_needle']: 'Verdant Needle',
889
+ ['/items/verdant_plate_body']: 'Verdant Plate Body',
890
+ ['/items/verdant_plate_legs']: 'Verdant Plate Legs',
891
+ ['/items/verdant_pot']: 'Verdant Pot',
892
+ ['/items/verdant_shears']: 'Verdant Shears',
893
+ ['/items/verdant_spatula']: 'Verdant Spatula',
894
+ ['/items/verdant_spear']: 'Verdant Spear',
895
+ ['/items/verdant_sword']: 'Verdant Sword',
896
+ ['/items/vision_helmet']: 'Vision Helmet',
897
+ ['/items/vision_shield']: 'Vision Shield',
898
+ ['/items/watchful_relic']: 'Watchful Relic',
899
+ ['/items/water_strike']: 'Water Strike',
900
+ ['/items/werewolf_claw']: 'Werewolf Claw',
901
+ ['/items/werewolf_slasher']: 'Werewolf Slasher',
902
+ ['/items/wheat']: 'Wheat',
903
+ ['/items/white_key_fragment']: 'White Key Fragment',
904
+ ['/items/wisdom_coffee']: 'Wisdom Coffee',
905
+ ['/items/wisdom_tea']: 'Wisdom Tea',
906
+ ['/items/wizard_necklace']: 'Wizard Necklace',
907
+ ['/items/woodcutting_essence']: 'Woodcutting Essence',
908
+ ['/items/woodcutting_tea']: 'Woodcutting Tea',
909
+ ['/items/wooden_bow']: 'Wooden Bow',
910
+ ['/items/wooden_crossbow']: 'Wooden Crossbow',
911
+ ['/items/wooden_fire_staff']: 'Wooden Fire Staff',
912
+ ['/items/wooden_nature_staff']: 'Wooden Nature Staff',
913
+ ['/items/wooden_shield']: 'Wooden Shield',
914
+ ['/items/wooden_water_staff']: 'Wooden Water Staff',
915
+ ['/items/yogurt']: 'Yogurt',
916
+ };
917
+ export const ITEM_DESCRIPTIONS = {
918
+ ['/items/abyssal_essence']: 'Used for enhancing special equipment from Infernal Abyss',
919
+ ['/items/acrobatic_hood']: '',
920
+ ['/items/acrobatic_hood_refined']: '',
921
+ ['/items/acrobats_ribbon']: 'Material used in tailoring Acrobatic Hood',
922
+ ['/items/advanced_alchemy_charm']: '',
923
+ ['/items/advanced_attack_charm']: '',
924
+ ['/items/advanced_brewing_charm']: '',
925
+ ['/items/advanced_cheesesmithing_charm']: '',
926
+ ['/items/advanced_cooking_charm']: '',
927
+ ['/items/advanced_crafting_charm']: '',
928
+ ['/items/advanced_defense_charm']: '',
929
+ ['/items/advanced_enhancing_charm']: '',
930
+ ['/items/advanced_foraging_charm']: '',
931
+ ['/items/advanced_intelligence_charm']: '',
932
+ ['/items/advanced_magic_charm']: '',
933
+ ['/items/advanced_melee_charm']: '',
934
+ ['/items/advanced_milking_charm']: '',
935
+ ['/items/advanced_ranged_charm']: '',
936
+ ['/items/advanced_stamina_charm']: '',
937
+ ['/items/advanced_tailoring_charm']: '',
938
+ ['/items/advanced_task_badge']: '',
939
+ ['/items/advanced_woodcutting_charm']: '',
940
+ ['/items/alchemists_bottoms']: '',
941
+ ['/items/alchemists_top']: '',
942
+ ['/items/alchemy_essence']: 'Used for brewing alchemy tea and crafting alchemy catalyst',
943
+ ['/items/alchemy_tea']: '',
944
+ ['/items/amber']: 'A shiny gem often found from Treasure Chests',
945
+ ['/items/amethyst']: 'A shiny gem often found from Treasure Chests',
946
+ ['/items/anchorbound_plate_body']: '',
947
+ ['/items/anchorbound_plate_body_refined']: '',
948
+ ['/items/anchorbound_plate_legs']: '',
949
+ ['/items/anchorbound_plate_legs_refined']: '',
950
+ ['/items/apple']: '',
951
+ ['/items/apple_gummy']: '',
952
+ ['/items/apple_yogurt']: '',
953
+ ['/items/aqua_arrow']: '',
954
+ ['/items/aqua_essence']: 'Used for enhancing special equipment from Aqua Planet',
955
+ ['/items/arabica_coffee_bean']: '',
956
+ ['/items/arcane_bow']: '',
957
+ ['/items/arcane_crossbow']: '',
958
+ ['/items/arcane_fire_staff']: '',
959
+ ['/items/arcane_log']: '',
960
+ ['/items/arcane_lumber']: '',
961
+ ['/items/arcane_nature_staff']: '',
962
+ ['/items/arcane_shield']: '',
963
+ ['/items/arcane_water_staff']: '',
964
+ ['/items/artisan_tea']: '',
965
+ ['/items/attack_coffee']: '',
966
+ ['/items/azure_alembic']: '',
967
+ ['/items/azure_boots']: '',
968
+ ['/items/azure_brush']: '',
969
+ ['/items/azure_buckler']: '',
970
+ ['/items/azure_bulwark']: '',
971
+ ['/items/azure_cheese']: '',
972
+ ['/items/azure_chisel']: '',
973
+ ['/items/azure_enhancer']: '',
974
+ ['/items/azure_gauntlets']: '',
975
+ ['/items/azure_hammer']: '',
976
+ ['/items/azure_hatchet']: '',
977
+ ['/items/azure_helmet']: '',
978
+ ['/items/azure_mace']: '',
979
+ ['/items/azure_milk']: 'mooooo',
980
+ ['/items/azure_needle']: '',
981
+ ['/items/azure_plate_body']: '',
982
+ ['/items/azure_plate_legs']: '',
983
+ ['/items/azure_pot']: '',
984
+ ['/items/azure_shears']: '',
985
+ ['/items/azure_spatula']: '',
986
+ ['/items/azure_spear']: '',
987
+ ['/items/azure_sword']: '',
988
+ ['/items/bag_of_10_cowbells']: 'Tradable bag of 10 Cowbells. Once opened, the Cowbells can no longer be sold on the market.',
989
+ ['/items/bamboo_boots']: '',
990
+ ['/items/bamboo_branch']: '',
991
+ ['/items/bamboo_fabric']: '',
992
+ ['/items/bamboo_gloves']: '',
993
+ ['/items/bamboo_hat']: '',
994
+ ['/items/bamboo_robe_bottoms']: '',
995
+ ['/items/bamboo_robe_top']: '',
996
+ ['/items/basic_alchemy_charm']: '',
997
+ ['/items/basic_attack_charm']: '',
998
+ ['/items/basic_brewing_charm']: '',
999
+ ['/items/basic_cheesesmithing_charm']: '',
1000
+ ['/items/basic_cooking_charm']: '',
1001
+ ['/items/basic_crafting_charm']: '',
1002
+ ['/items/basic_defense_charm']: '',
1003
+ ['/items/basic_enhancing_charm']: '',
1004
+ ['/items/basic_foraging_charm']: '',
1005
+ ['/items/basic_intelligence_charm']: '',
1006
+ ['/items/basic_magic_charm']: '',
1007
+ ['/items/basic_melee_charm']: '',
1008
+ ['/items/basic_milking_charm']: '',
1009
+ ['/items/basic_ranged_charm']: '',
1010
+ ['/items/basic_stamina_charm']: '',
1011
+ ['/items/basic_tailoring_charm']: '',
1012
+ ['/items/basic_task_badge']: '',
1013
+ ['/items/basic_woodcutting_charm']: '',
1014
+ ['/items/bear_essence']: 'Used for enhancing special equipment from Bear With It',
1015
+ ['/items/beast_boots']: '',
1016
+ ['/items/beast_bracers']: '',
1017
+ ['/items/beast_chaps']: '',
1018
+ ['/items/beast_hide']: '',
1019
+ ['/items/beast_hood']: '',
1020
+ ['/items/beast_leather']: '',
1021
+ ['/items/beast_tunic']: '',
1022
+ ['/items/berserk']: '',
1023
+ ['/items/birch_bow']: '',
1024
+ ['/items/birch_crossbow']: '',
1025
+ ['/items/birch_fire_staff']: '',
1026
+ ['/items/birch_log']: '',
1027
+ ['/items/birch_lumber']: '',
1028
+ ['/items/birch_nature_staff']: '',
1029
+ ['/items/birch_shield']: '',
1030
+ ['/items/birch_water_staff']: '',
1031
+ ['/items/bishops_codex']: '',
1032
+ ['/items/bishops_codex_refined']: '',
1033
+ ['/items/bishops_scroll']: "Material used in crafting Bishop's Codex",
1034
+ ['/items/black_bear_fluff']: 'Material used in smithing Black Bear Shoes',
1035
+ ['/items/black_bear_shoes']: '',
1036
+ ['/items/black_tea_leaf']: '',
1037
+ ['/items/blackberry']: '',
1038
+ ['/items/blackberry_cake']: '',
1039
+ ['/items/blackberry_donut']: '',
1040
+ ['/items/blazing_trident']: '',
1041
+ ['/items/blazing_trident_refined']: '',
1042
+ ['/items/blessed_tea']: '',
1043
+ ['/items/blooming_trident']: '',
1044
+ ['/items/blooming_trident_refined']: '',
1045
+ ['/items/blue_key_fragment']: 'Can be used to craft dungeon keys',
1046
+ ['/items/blueberry']: '',
1047
+ ['/items/blueberry_cake']: '',
1048
+ ['/items/blueberry_donut']: '',
1049
+ ['/items/branch_of_insight']: 'Material used in producing special skilling tools and outfits',
1050
+ ['/items/brewers_bottoms']: '',
1051
+ ['/items/brewers_top']: '',
1052
+ ['/items/brewing_essence']: 'Used for brewing brewing tea and crafting alchemy catalyst',
1053
+ ['/items/brewing_tea']: '',
1054
+ ['/items/brown_key_fragment']: 'Can be used to craft dungeon keys',
1055
+ ['/items/burble_alembic']: '',
1056
+ ['/items/burble_boots']: '',
1057
+ ['/items/burble_brush']: '',
1058
+ ['/items/burble_buckler']: '',
1059
+ ['/items/burble_bulwark']: '',
1060
+ ['/items/burble_cheese']: '',
1061
+ ['/items/burble_chisel']: '',
1062
+ ['/items/burble_enhancer']: '',
1063
+ ['/items/burble_gauntlets']: '',
1064
+ ['/items/burble_hammer']: '',
1065
+ ['/items/burble_hatchet']: '',
1066
+ ['/items/burble_helmet']: '',
1067
+ ['/items/burble_mace']: '',
1068
+ ['/items/burble_milk']: 'moooooo',
1069
+ ['/items/burble_needle']: '',
1070
+ ['/items/burble_plate_body']: '',
1071
+ ['/items/burble_plate_legs']: '',
1072
+ ['/items/burble_pot']: '',
1073
+ ['/items/burble_shears']: '',
1074
+ ['/items/burble_spatula']: '',
1075
+ ['/items/burble_spear']: '',
1076
+ ['/items/burble_sword']: '',
1077
+ ['/items/burble_tea_leaf']: '',
1078
+ ['/items/burning_key_fragment']: 'Can be used to craft dungeon keys',
1079
+ ['/items/butter_of_proficiency']: 'Material used in producing special skilling tools and outfits',
1080
+ ['/items/catalyst_of_coinification']: 'Used in alchemy to increase the coinifying success rate by 15% (multiplicative). One catalyst is consumed on success.',
1081
+ ['/items/catalyst_of_decomposition']: 'Used in alchemy to increase the decomposition success rate by 15% (multiplicative). One catalyst is consumed on success.',
1082
+ ['/items/catalyst_of_transmutation']: 'Used in alchemy to increase the transmutation success rate by 15% (multiplicative). One catalyst is consumed on success.',
1083
+ ['/items/catalytic_tea']: '',
1084
+ ['/items/cedar_bow']: '',
1085
+ ['/items/cedar_crossbow']: '',
1086
+ ['/items/cedar_fire_staff']: '',
1087
+ ['/items/cedar_log']: '',
1088
+ ['/items/cedar_lumber']: '',
1089
+ ['/items/cedar_nature_staff']: '',
1090
+ ['/items/cedar_shield']: '',
1091
+ ['/items/cedar_water_staff']: '',
1092
+ ['/items/celestial_alembic']: '',
1093
+ ['/items/celestial_brush']: '',
1094
+ ['/items/celestial_chisel']: '',
1095
+ ['/items/celestial_enhancer']: '',
1096
+ ['/items/celestial_hammer']: '',
1097
+ ['/items/celestial_hatchet']: '',
1098
+ ['/items/celestial_needle']: '',
1099
+ ['/items/celestial_pot']: '',
1100
+ ['/items/celestial_shears']: '',
1101
+ ['/items/celestial_spatula']: '',
1102
+ ['/items/centaur_boots']: '',
1103
+ ['/items/centaur_hoof']: 'Material used in tailoring Centaur Boots',
1104
+ ['/items/channeling_coffee']: '',
1105
+ ['/items/chaotic_chain']: 'Material used in smithing Chaotic Flail',
1106
+ ['/items/chaotic_flail']: '',
1107
+ ['/items/chaotic_flail_refined']: '',
1108
+ ['/items/cheese']: '',
1109
+ ['/items/cheese_alembic']: '',
1110
+ ['/items/cheese_boots']: '',
1111
+ ['/items/cheese_brush']: '',
1112
+ ['/items/cheese_buckler']: '',
1113
+ ['/items/cheese_bulwark']: '',
1114
+ ['/items/cheese_chisel']: '',
1115
+ ['/items/cheese_enhancer']: '',
1116
+ ['/items/cheese_gauntlets']: '',
1117
+ ['/items/cheese_hammer']: '',
1118
+ ['/items/cheese_hatchet']: '',
1119
+ ['/items/cheese_helmet']: '',
1120
+ ['/items/cheese_mace']: '',
1121
+ ['/items/cheese_needle']: '',
1122
+ ['/items/cheese_plate_body']: '',
1123
+ ['/items/cheese_plate_legs']: '',
1124
+ ['/items/cheese_pot']: '',
1125
+ ['/items/cheese_shears']: '',
1126
+ ['/items/cheese_spatula']: '',
1127
+ ['/items/cheese_spear']: '',
1128
+ ['/items/cheese_sword']: '',
1129
+ ['/items/cheesemakers_bottoms']: '',
1130
+ ['/items/cheesemakers_top']: '',
1131
+ ['/items/cheesesmithing_essence']: 'Used for brewing cheesesmithing tea and crafting alchemy catalyst',
1132
+ ['/items/cheesesmithing_tea']: '',
1133
+ ['/items/chefs_bottoms']: '',
1134
+ ['/items/chefs_top']: '',
1135
+ ['/items/chimerical_chest']: 'Received from completion of the Chimerical Den dungeon. Can be opened with Chimerical Chest Key',
1136
+ ['/items/chimerical_chest_key']: 'Opens 1 Chimerical Chest',
1137
+ ['/items/chimerical_entry_key']: 'Allows 1 entry into the Chimerical Den dungeon',
1138
+ ['/items/chimerical_essence']: 'Used for enhancing special equipment from the Chimerical Den',
1139
+ ['/items/chimerical_quiver']: '',
1140
+ ['/items/chimerical_quiver_refined']: '',
1141
+ ['/items/chimerical_refinement_chest']: 'Received from completion of Chimerical Den dungeon (T1+). Can be opened with Chimerical Chest Key',
1142
+ ['/items/chimerical_refinement_shard']: 'Material used in upgrading level 95 equipment and Chimerical Quiver from the Chimerical Den',
1143
+ ['/items/chimerical_token']: 'Dungeon currency from the Chimerical Den. Spend these in the Shop',
1144
+ ['/items/chrono_gloves']: '',
1145
+ ['/items/chrono_sphere']: 'Material used in tailoring Enchanted Gloves or Chrono Gloves',
1146
+ ['/items/cleave']: '',
1147
+ ['/items/cocoon']: '',
1148
+ ['/items/coin']: 'Basic currency',
1149
+ ['/items/collectors_boots']: '',
1150
+ ['/items/colossus_core']: 'Material used in smithing Colossus Plate Body or Legs',
1151
+ ['/items/colossus_plate_body']: '',
1152
+ ['/items/colossus_plate_legs']: '',
1153
+ ['/items/cooking_essence']: 'Used for brewing cooking tea and crafting alchemy catalyst',
1154
+ ['/items/cooking_tea']: '',
1155
+ ['/items/corsair_crest']: 'Material used in smithing Corsair Helmet',
1156
+ ['/items/corsair_helmet']: '',
1157
+ ['/items/corsair_helmet_refined']: '',
1158
+ ['/items/cotton']: '',
1159
+ ['/items/cotton_boots']: '',
1160
+ ['/items/cotton_fabric']: '',
1161
+ ['/items/cotton_gloves']: '',
1162
+ ['/items/cotton_hat']: '',
1163
+ ['/items/cotton_robe_bottoms']: '',
1164
+ ['/items/cotton_robe_top']: '',
1165
+ ['/items/cowbell']: 'Premium currency. Buy or spend these in the Cowbell Store',
1166
+ ['/items/crab_pincer']: 'Material used in smithing Pincer Gloves',
1167
+ ['/items/crafters_bottoms']: '',
1168
+ ['/items/crafters_top']: '',
1169
+ ['/items/crafting_essence']: 'Used for brewing crafting tea and crafting alchemy catalyst',
1170
+ ['/items/crafting_tea']: '',
1171
+ ['/items/crimson_alembic']: '',
1172
+ ['/items/crimson_boots']: '',
1173
+ ['/items/crimson_brush']: '',
1174
+ ['/items/crimson_buckler']: '',
1175
+ ['/items/crimson_bulwark']: '',
1176
+ ['/items/crimson_cheese']: '',
1177
+ ['/items/crimson_chisel']: '',
1178
+ ['/items/crimson_enhancer']: '',
1179
+ ['/items/crimson_gauntlets']: '',
1180
+ ['/items/crimson_hammer']: '',
1181
+ ['/items/crimson_hatchet']: '',
1182
+ ['/items/crimson_helmet']: '',
1183
+ ['/items/crimson_mace']: '',
1184
+ ['/items/crimson_milk']: 'mooooooo',
1185
+ ['/items/crimson_needle']: '',
1186
+ ['/items/crimson_plate_body']: '',
1187
+ ['/items/crimson_plate_legs']: '',
1188
+ ['/items/crimson_pot']: '',
1189
+ ['/items/crimson_shears']: '',
1190
+ ['/items/crimson_spatula']: '',
1191
+ ['/items/crimson_spear']: '',
1192
+ ['/items/crimson_sword']: '',
1193
+ ['/items/crippling_slash']: '',
1194
+ ['/items/critical_aura']: '',
1195
+ ['/items/critical_coffee']: '',
1196
+ ['/items/crushed_amber']: 'Used to be a piece of amber',
1197
+ ['/items/crushed_amethyst']: 'Used to be a piece of amethyst',
1198
+ ['/items/crushed_garnet']: 'Used to be a piece of garnet.',
1199
+ ['/items/crushed_jade']: 'Used to be a piece of jade',
1200
+ ['/items/crushed_moonstone']: 'Used to be a piece of moonstone',
1201
+ ['/items/crushed_pearl']: 'Used to be a piece of pearl',
1202
+ ['/items/crushed_philosophers_stone']: "Used to be a piece of a philosopher's stone",
1203
+ ['/items/crushed_sunstone']: 'Used to be a piece of sunstone',
1204
+ ['/items/cupcake']: '',
1205
+ ['/items/cursed_ball']: 'Material used in crafting Cursed Bow',
1206
+ ['/items/cursed_bow']: '',
1207
+ ['/items/cursed_bow_refined']: '',
1208
+ ['/items/dairyhands_bottoms']: '',
1209
+ ['/items/dairyhands_top']: '',
1210
+ ['/items/damaged_anchor']: 'Material used in smithing Anchorbound Plate Body or Legs',
1211
+ ['/items/dark_key_fragment']: 'Can be used to craft dungeon keys',
1212
+ ['/items/defense_coffee']: '',
1213
+ ['/items/demonic_core']: 'Material used in smithing Demonic Plate Body or Legs',
1214
+ ['/items/demonic_plate_body']: '',
1215
+ ['/items/demonic_plate_legs']: '',
1216
+ ['/items/dodocamel_gauntlets']: '',
1217
+ ['/items/dodocamel_gauntlets_refined']: '',
1218
+ ['/items/dodocamel_plume']: 'Material used in smithing Dodocamel Gauntlets',
1219
+ ['/items/donut']: '',
1220
+ ['/items/dragon_fruit']: '',
1221
+ ['/items/dragon_fruit_gummy']: '',
1222
+ ['/items/dragon_fruit_yogurt']: '',
1223
+ ['/items/earrings_of_armor']: '',
1224
+ ['/items/earrings_of_critical_strike']: '',
1225
+ ['/items/earrings_of_essence_find']: '',
1226
+ ['/items/earrings_of_gathering']: '',
1227
+ ['/items/earrings_of_rare_find']: '',
1228
+ ['/items/earrings_of_regeneration']: '',
1229
+ ['/items/earrings_of_resistance']: '',
1230
+ ['/items/efficiency_tea']: '',
1231
+ ['/items/egg']: '',
1232
+ ['/items/elemental_affinity']: '',
1233
+ ['/items/elusiveness']: '',
1234
+ ['/items/emp_tea_leaf']: '',
1235
+ ['/items/enchanted_chest']: 'Received from completion of the Enchanted Fortress dungeon. Can be opened with Enchanted Chest Key',
1236
+ ['/items/enchanted_chest_key']: 'Opens 1 Enchanted Chest',
1237
+ ['/items/enchanted_cloak']: '',
1238
+ ['/items/enchanted_cloak_refined']: '',
1239
+ ['/items/enchanted_entry_key']: 'Allows 1 entry into the Enchanted Fortress dungeon',
1240
+ ['/items/enchanted_essence']: 'Used for enhancing special equipment from the Enchanted Fortress',
1241
+ ['/items/enchanted_gloves']: '',
1242
+ ['/items/enchanted_refinement_chest']: 'Received from completion of Enchanted Fortress dungeon (T1+). Can be opened with Enchanted Chest Key',
1243
+ ['/items/enchanted_refinement_shard']: 'Material used in upgrading level 95 equipment and Enchanted Cloak from the Enchanted Fortress',
1244
+ ['/items/enchanted_token']: 'Dungeon currency from the Enchanted Fortress. Spend these in the Shop',
1245
+ ['/items/enhancers_bottoms']: '',
1246
+ ['/items/enhancers_top']: '',
1247
+ ['/items/enhancing_essence']: 'Used for brewing enhancing tea and crafting alchemy catalyst',
1248
+ ['/items/enhancing_tea']: '',
1249
+ ['/items/entangle']: '',
1250
+ ['/items/excelsa_coffee_bean']: '',
1251
+ ['/items/expert_alchemy_charm']: '',
1252
+ ['/items/expert_attack_charm']: '',
1253
+ ['/items/expert_brewing_charm']: '',
1254
+ ['/items/expert_cheesesmithing_charm']: '',
1255
+ ['/items/expert_cooking_charm']: '',
1256
+ ['/items/expert_crafting_charm']: '',
1257
+ ['/items/expert_defense_charm']: '',
1258
+ ['/items/expert_enhancing_charm']: '',
1259
+ ['/items/expert_foraging_charm']: '',
1260
+ ['/items/expert_intelligence_charm']: '',
1261
+ ['/items/expert_magic_charm']: '',
1262
+ ['/items/expert_melee_charm']: '',
1263
+ ['/items/expert_milking_charm']: '',
1264
+ ['/items/expert_ranged_charm']: '',
1265
+ ['/items/expert_stamina_charm']: '',
1266
+ ['/items/expert_tailoring_charm']: '',
1267
+ ['/items/expert_task_badge']: '',
1268
+ ['/items/expert_woodcutting_charm']: '',
1269
+ ['/items/eye_of_the_watcher']: 'Material used in crafting Eye Watch or Watchful Relic',
1270
+ ['/items/eye_watch']: '',
1271
+ ['/items/eyessence']: 'Used for enhancing special equipment from Planet Of The Eyes',
1272
+ ['/items/fierce_aura']: '',
1273
+ ['/items/fieriosa_coffee_bean']: '',
1274
+ ['/items/fighter_necklace']: '',
1275
+ ['/items/fireball']: '',
1276
+ ['/items/firestorm']: '',
1277
+ ['/items/flame_arrow']: '',
1278
+ ['/items/flame_blast']: '',
1279
+ ['/items/flaming_cloth']: 'Material used in tailoring Flaming Robe Top or Bottoms',
1280
+ ['/items/flaming_robe_bottoms']: '',
1281
+ ['/items/flaming_robe_top']: '',
1282
+ ['/items/flax']: '',
1283
+ ['/items/fluffy_red_hat']: '',
1284
+ ['/items/foragers_bottoms']: '',
1285
+ ['/items/foragers_top']: '',
1286
+ ['/items/foraging_essence']: 'Used for brewing foraging tea and crafting alchemy catalyst',
1287
+ ['/items/foraging_tea']: '',
1288
+ ['/items/fracturing_impact']: '',
1289
+ ['/items/frenzy']: '',
1290
+ ['/items/frost_sphere']: 'Material used in crafting Frost Staff',
1291
+ ['/items/frost_staff']: '',
1292
+ ['/items/frost_surge']: '',
1293
+ ['/items/furious_spear']: '',
1294
+ ['/items/furious_spear_refined']: '',
1295
+ ['/items/garnet']: 'A shiny gem often found from Treasure Chests',
1296
+ ['/items/gathering_tea']: '',
1297
+ ['/items/gator_vest']: '',
1298
+ ['/items/giant_pouch']: '',
1299
+ ['/items/ginkgo_bow']: '',
1300
+ ['/items/ginkgo_crossbow']: '',
1301
+ ['/items/ginkgo_fire_staff']: '',
1302
+ ['/items/ginkgo_log']: '',
1303
+ ['/items/ginkgo_lumber']: '',
1304
+ ['/items/ginkgo_nature_staff']: '',
1305
+ ['/items/ginkgo_shield']: '',
1306
+ ['/items/ginkgo_water_staff']: '',
1307
+ ['/items/gluttonous_energy']: 'Used for tailoring Gluttonous Pouch',
1308
+ ['/items/gluttonous_pouch']: '',
1309
+ ['/items/gobo_boomstick']: '',
1310
+ ['/items/gobo_boots']: '',
1311
+ ['/items/gobo_bracers']: '',
1312
+ ['/items/gobo_chaps']: '',
1313
+ ['/items/gobo_defender']: '',
1314
+ ['/items/gobo_essence']: 'Used for enhancing special equipment from Gobo Planet',
1315
+ ['/items/gobo_hide']: '',
1316
+ ['/items/gobo_hood']: '',
1317
+ ['/items/gobo_leather']: '',
1318
+ ['/items/gobo_rag']: "Material used in tailoring Collector's Boots",
1319
+ ['/items/gobo_shooter']: '',
1320
+ ['/items/gobo_slasher']: '',
1321
+ ['/items/gobo_smasher']: '',
1322
+ ['/items/gobo_stabber']: '',
1323
+ ['/items/gobo_tunic']: '',
1324
+ ['/items/goggles']: 'Material used in smithing Vision Helmet',
1325
+ ['/items/golem_essence']: 'Used for enhancing special equipment from Golem Cave',
1326
+ ['/items/gourmet_tea']: '',
1327
+ ['/items/grandmaster_alchemy_charm']: '',
1328
+ ['/items/grandmaster_attack_charm']: '',
1329
+ ['/items/grandmaster_brewing_charm']: '',
1330
+ ['/items/grandmaster_cheesesmithing_charm']: '',
1331
+ ['/items/grandmaster_cooking_charm']: '',
1332
+ ['/items/grandmaster_crafting_charm']: '',
1333
+ ['/items/grandmaster_defense_charm']: '',
1334
+ ['/items/grandmaster_enhancing_charm']: '',
1335
+ ['/items/grandmaster_foraging_charm']: '',
1336
+ ['/items/grandmaster_intelligence_charm']: '',
1337
+ ['/items/grandmaster_magic_charm']: '',
1338
+ ['/items/grandmaster_melee_charm']: '',
1339
+ ['/items/grandmaster_milking_charm']: '',
1340
+ ['/items/grandmaster_ranged_charm']: '',
1341
+ ['/items/grandmaster_stamina_charm']: '',
1342
+ ['/items/grandmaster_tailoring_charm']: '',
1343
+ ['/items/grandmaster_woodcutting_charm']: '',
1344
+ ['/items/granite_bludgeon']: '',
1345
+ ['/items/green_key_fragment']: 'Can be used to craft dungeon keys',
1346
+ ['/items/green_tea_leaf']: '',
1347
+ ['/items/griffin_bulwark']: '',
1348
+ ['/items/griffin_bulwark_refined']: '',
1349
+ ['/items/griffin_chaps']: '',
1350
+ ['/items/griffin_leather']: 'Material used in cheesesmithing Griffin Bulwark and tailoring Griffin Tunic or Chaps',
1351
+ ['/items/griffin_talon']: 'Material used in smithing Griffin Bulwark',
1352
+ ['/items/griffin_tunic']: '',
1353
+ ['/items/grizzly_bear_fluff']: 'Material used in smithing Grizzly Bear Shoes',
1354
+ ['/items/grizzly_bear_shoes']: '',
1355
+ ['/items/guardian_aura']: '',
1356
+ ['/items/gummy']: '',
1357
+ ['/items/guzzling_energy']: 'Used for tailoring Guzzling Pouch',
1358
+ ['/items/guzzling_pouch']: '',
1359
+ ['/items/heal']: '',
1360
+ ['/items/holy_alembic']: '',
1361
+ ['/items/holy_boots']: '',
1362
+ ['/items/holy_brush']: '',
1363
+ ['/items/holy_buckler']: '',
1364
+ ['/items/holy_bulwark']: '',
1365
+ ['/items/holy_cheese']: '',
1366
+ ['/items/holy_chisel']: '',
1367
+ ['/items/holy_enhancer']: '',
1368
+ ['/items/holy_gauntlets']: '',
1369
+ ['/items/holy_hammer']: '',
1370
+ ['/items/holy_hatchet']: '',
1371
+ ['/items/holy_helmet']: '',
1372
+ ['/items/holy_mace']: '',
1373
+ ['/items/holy_milk']: 'mooooooooo',
1374
+ ['/items/holy_needle']: '',
1375
+ ['/items/holy_plate_body']: '',
1376
+ ['/items/holy_plate_legs']: '',
1377
+ ['/items/holy_pot']: '',
1378
+ ['/items/holy_shears']: '',
1379
+ ['/items/holy_spatula']: '',
1380
+ ['/items/holy_spear']: '',
1381
+ ['/items/holy_sword']: '',
1382
+ ['/items/ice_spear']: '',
1383
+ ['/items/icy_cloth']: 'Material used in tailoring Icy Robe Top or Bottoms',
1384
+ ['/items/icy_robe_bottoms']: '',
1385
+ ['/items/icy_robe_top']: '',
1386
+ ['/items/impale']: '',
1387
+ ['/items/infernal_battlestaff']: '',
1388
+ ['/items/infernal_ember']: 'Material used in crafting Infernal Battlestaff',
1389
+ ['/items/insanity']: '',
1390
+ ['/items/intelligence_coffee']: '',
1391
+ ['/items/invincible']: '',
1392
+ ['/items/jackalope_antler']: 'Material used in crafting Jackalope Staff',
1393
+ ['/items/jackalope_staff']: '',
1394
+ ['/items/jade']: 'A shiny gem often found from Treasure Chests',
1395
+ ['/items/jungle_essence']: 'Used for enhancing special equipment from Jungle Planet',
1396
+ ['/items/knights_aegis']: '',
1397
+ ['/items/knights_aegis_refined']: '',
1398
+ ['/items/knights_ingot']: "Material used in smithing Knight's Aegis",
1399
+ ['/items/kraken_chaps']: '',
1400
+ ['/items/kraken_chaps_refined']: '',
1401
+ ['/items/kraken_fang']: 'Material used in crafting Rippling, Blooming, or Blazing Trident',
1402
+ ['/items/kraken_leather']: 'Material used in tailoring Kraken Tunic or Chaps',
1403
+ ['/items/kraken_tunic']: '',
1404
+ ['/items/kraken_tunic_refined']: '',
1405
+ ['/items/large_artisans_crate']: 'Can be found during production skills. Looks like it contains items inside!',
1406
+ ['/items/large_meteorite_cache']: 'Can be found while gathering. Looks like it contains items inside!',
1407
+ ['/items/large_pouch']: '',
1408
+ ['/items/large_treasure_chest']: 'Can be found from monsters. Looks like it contains items inside!',
1409
+ ['/items/liberica_coffee_bean']: '',
1410
+ ['/items/life_drain']: '',
1411
+ ['/items/linen_boots']: '',
1412
+ ['/items/linen_fabric']: '',
1413
+ ['/items/linen_gloves']: '',
1414
+ ['/items/linen_hat']: '',
1415
+ ['/items/linen_robe_bottoms']: '',
1416
+ ['/items/linen_robe_top']: '',
1417
+ ['/items/living_granite']: 'Material used in smithing Granite Bludgeon or Spiked Bulwark',
1418
+ ['/items/log']: '',
1419
+ ['/items/lucky_coffee']: '',
1420
+ ['/items/lumber']: '',
1421
+ ['/items/lumberjacks_bottoms']: '',
1422
+ ['/items/lumberjacks_top']: '',
1423
+ ['/items/luna_robe_bottoms']: '',
1424
+ ['/items/luna_robe_top']: '',
1425
+ ['/items/luna_wing']: 'Material used in tailoring Luna Robe Top or Bottoms',
1426
+ ['/items/maelstrom_plate_body']: '',
1427
+ ['/items/maelstrom_plate_body_refined']: '',
1428
+ ['/items/maelstrom_plate_legs']: '',
1429
+ ['/items/maelstrom_plate_legs_refined']: '',
1430
+ ['/items/maelstrom_plating']: 'Material used in smithing Maelstrom Plate Body or Legs',
1431
+ ['/items/magic_coffee']: '',
1432
+ ['/items/magicians_cloth']: "Material used in tailoring Magician's Hat",
1433
+ ['/items/magicians_hat']: '',
1434
+ ['/items/magicians_hat_refined']: '',
1435
+ ['/items/magnet']: 'Material used in smithing Magnetic Gloves',
1436
+ ['/items/magnetic_gloves']: '',
1437
+ ['/items/magnifying_glass']: 'Material used in smithing Vision Shield or tailoring Sighted Bracers',
1438
+ ['/items/maim']: '',
1439
+ ['/items/mana_spring']: '',
1440
+ ['/items/manticore_shield']: '',
1441
+ ['/items/manticore_sting']: 'Material used in crafting Manticore Shield',
1442
+ ['/items/marine_chaps']: '',
1443
+ ['/items/marine_scale']: 'Material used in tailoring Marine Tunic or Chaps',
1444
+ ['/items/marine_tunic']: '',
1445
+ ['/items/marksman_bracers']: '',
1446
+ ['/items/marksman_bracers_refined']: '',
1447
+ ['/items/marksman_brooch']: 'Material used in tailoring Marksman Bracers',
1448
+ ['/items/marsberry']: '',
1449
+ ['/items/marsberry_cake']: '',
1450
+ ['/items/marsberry_donut']: '',
1451
+ ['/items/master_alchemy_charm']: '',
1452
+ ['/items/master_attack_charm']: '',
1453
+ ['/items/master_brewing_charm']: '',
1454
+ ['/items/master_cheesesmithing_charm']: '',
1455
+ ['/items/master_cooking_charm']: '',
1456
+ ['/items/master_crafting_charm']: '',
1457
+ ['/items/master_defense_charm']: '',
1458
+ ['/items/master_enhancing_charm']: '',
1459
+ ['/items/master_foraging_charm']: '',
1460
+ ['/items/master_intelligence_charm']: '',
1461
+ ['/items/master_magic_charm']: '',
1462
+ ['/items/master_melee_charm']: '',
1463
+ ['/items/master_milking_charm']: '',
1464
+ ['/items/master_ranged_charm']: '',
1465
+ ['/items/master_stamina_charm']: '',
1466
+ ['/items/master_tailoring_charm']: '',
1467
+ ['/items/master_woodcutting_charm']: '',
1468
+ ['/items/medium_artisans_crate']: 'Can be found during production skills. Looks like it contains items inside!',
1469
+ ['/items/medium_meteorite_cache']: 'Can be found while gathering. Looks like it contains items inside!',
1470
+ ['/items/medium_pouch']: '',
1471
+ ['/items/medium_treasure_chest']: 'Can be found from monsters. Looks like it contains items inside!',
1472
+ ['/items/melee_coffee']: '',
1473
+ ['/items/milk']: 'mooo',
1474
+ ['/items/milking_essence']: 'Used for brewing milking tea and crafting alchemy catalyst',
1475
+ ['/items/milking_tea']: '',
1476
+ ['/items/minor_heal']: '',
1477
+ ['/items/mirror_of_protection']: 'A rare artifact that functions as a copy of any equipment for enhancing protection',
1478
+ ['/items/mooberry']: '',
1479
+ ['/items/mooberry_cake']: '',
1480
+ ['/items/mooberry_donut']: '',
1481
+ ['/items/moolong_tea_leaf']: '',
1482
+ ['/items/moonstone']: 'A shiny gem often found from Treasure Chests',
1483
+ ['/items/mystic_aura']: '',
1484
+ ['/items/natures_veil']: '',
1485
+ ['/items/necklace_of_efficiency']: '',
1486
+ ['/items/necklace_of_speed']: '',
1487
+ ['/items/necklace_of_wisdom']: '',
1488
+ ['/items/orange']: '',
1489
+ ['/items/orange_gummy']: '',
1490
+ ['/items/orange_key_fragment']: 'Can be used to craft dungeon keys',
1491
+ ['/items/orange_yogurt']: '',
1492
+ ['/items/panda_fluff']: 'Material used in smithing Panda Gloves',
1493
+ ['/items/panda_gloves']: '',
1494
+ ['/items/peach']: '',
1495
+ ['/items/peach_gummy']: '',
1496
+ ['/items/peach_yogurt']: '',
1497
+ ['/items/pearl']: 'A shiny gem often found from Treasure Chests',
1498
+ ['/items/penetrating_shot']: '',
1499
+ ['/items/penetrating_strike']: '',
1500
+ ['/items/pestilent_shot']: '',
1501
+ ['/items/philosophers_earrings']: '',
1502
+ ['/items/philosophers_necklace']: '',
1503
+ ['/items/philosophers_ring']: '',
1504
+ ['/items/philosophers_stone']: 'A legendary stone of immense power.',
1505
+ ['/items/pincer_gloves']: '',
1506
+ ['/items/pirate_chest']: 'Received from completion of the Pirate Cove dungeon. Can be opened with Pirate Chest Key',
1507
+ ['/items/pirate_chest_key']: 'Opens 1 Pirate Chest',
1508
+ ['/items/pirate_entry_key']: 'Allows 1 entry into the Pirate Cove dungeon',
1509
+ ['/items/pirate_essence']: 'Used for enhancing special equipment from the Pirate Cove',
1510
+ ['/items/pirate_refinement_chest']: 'Received from completion of Pirate Cove dungeon (T1+). Can be opened with Pirate Chest Key',
1511
+ ['/items/pirate_refinement_shard']: "Material used in upgrading level 95 equipment from the Pirate's Cove",
1512
+ ['/items/pirate_token']: 'Dungeon currency from the Pirate Cove. Spend these in the Shop',
1513
+ ['/items/plum']: '',
1514
+ ['/items/plum_gummy']: '',
1515
+ ['/items/plum_yogurt']: '',
1516
+ ['/items/poke']: '',
1517
+ ['/items/polar_bear_fluff']: 'Material used in smithing Polar Bear Shoes',
1518
+ ['/items/polar_bear_shoes']: '',
1519
+ ['/items/precision']: '',
1520
+ ['/items/prime_catalyst']: 'Used in alchemy to increase the success rate of any action by 25% (multiplicative). One catalyst is consumed on success.',
1521
+ ['/items/processing_tea']: '',
1522
+ ['/items/provoke']: '',
1523
+ ['/items/puncture']: '',
1524
+ ['/items/purple_key_fragment']: 'Can be used to craft dungeon keys',
1525
+ ['/items/purpleheart_bow']: '',
1526
+ ['/items/purpleheart_crossbow']: '',
1527
+ ['/items/purpleheart_fire_staff']: '',
1528
+ ['/items/purpleheart_log']: '',
1529
+ ['/items/purpleheart_lumber']: '',
1530
+ ['/items/purpleheart_nature_staff']: '',
1531
+ ['/items/purpleheart_shield']: '',
1532
+ ['/items/purpleheart_water_staff']: '',
1533
+ ['/items/purples_gift']: 'Gifted by Purple after earning task points. Looks like it contains items inside!',
1534
+ ['/items/quick_aid']: '',
1535
+ ['/items/quick_shot']: '',
1536
+ ['/items/radiant_boots']: '',
1537
+ ['/items/radiant_fabric']: '',
1538
+ ['/items/radiant_fiber']: '',
1539
+ ['/items/radiant_gloves']: '',
1540
+ ['/items/radiant_hat']: '',
1541
+ ['/items/radiant_robe_bottoms']: '',
1542
+ ['/items/radiant_robe_top']: '',
1543
+ ['/items/rain_of_arrows']: '',
1544
+ ['/items/rainbow_alembic']: '',
1545
+ ['/items/rainbow_boots']: '',
1546
+ ['/items/rainbow_brush']: '',
1547
+ ['/items/rainbow_buckler']: '',
1548
+ ['/items/rainbow_bulwark']: '',
1549
+ ['/items/rainbow_cheese']: '',
1550
+ ['/items/rainbow_chisel']: '',
1551
+ ['/items/rainbow_enhancer']: '',
1552
+ ['/items/rainbow_gauntlets']: '',
1553
+ ['/items/rainbow_hammer']: '',
1554
+ ['/items/rainbow_hatchet']: '',
1555
+ ['/items/rainbow_helmet']: '',
1556
+ ['/items/rainbow_mace']: '',
1557
+ ['/items/rainbow_milk']: 'moooooooo',
1558
+ ['/items/rainbow_needle']: '',
1559
+ ['/items/rainbow_plate_body']: '',
1560
+ ['/items/rainbow_plate_legs']: '',
1561
+ ['/items/rainbow_pot']: '',
1562
+ ['/items/rainbow_shears']: '',
1563
+ ['/items/rainbow_spatula']: '',
1564
+ ['/items/rainbow_spear']: '',
1565
+ ['/items/rainbow_sword']: '',
1566
+ ['/items/ranged_coffee']: '',
1567
+ ['/items/ranger_necklace']: '',
1568
+ ['/items/red_culinary_hat']: '',
1569
+ ['/items/red_panda_fluff']: 'Material used in tailoring Red Culinary Hat or Fluffy Red Hat',
1570
+ ['/items/red_tea_leaf']: '',
1571
+ ['/items/redwood_bow']: '',
1572
+ ['/items/redwood_crossbow']: '',
1573
+ ['/items/redwood_fire_staff']: '',
1574
+ ['/items/redwood_log']: '',
1575
+ ['/items/redwood_lumber']: '',
1576
+ ['/items/redwood_nature_staff']: '',
1577
+ ['/items/redwood_shield']: '',
1578
+ ['/items/redwood_water_staff']: '',
1579
+ ['/items/regal_jewel']: 'Material used in smithing Regal Sword and Furious Spear',
1580
+ ['/items/regal_sword']: '',
1581
+ ['/items/regal_sword_refined']: '',
1582
+ ['/items/rejuvenate']: '',
1583
+ ['/items/reptile_boots']: '',
1584
+ ['/items/reptile_bracers']: '',
1585
+ ['/items/reptile_chaps']: '',
1586
+ ['/items/reptile_hide']: '',
1587
+ ['/items/reptile_hood']: '',
1588
+ ['/items/reptile_leather']: '',
1589
+ ['/items/reptile_tunic']: '',
1590
+ ['/items/retribution']: '',
1591
+ ['/items/revenant_anima']: 'Material used in tailoring Revenant Tunic or Chaps',
1592
+ ['/items/revenant_chaps']: '',
1593
+ ['/items/revenant_tunic']: '',
1594
+ ['/items/revive']: '',
1595
+ ['/items/ring_of_armor']: '',
1596
+ ['/items/ring_of_critical_strike']: '',
1597
+ ['/items/ring_of_essence_find']: '',
1598
+ ['/items/ring_of_gathering']: '',
1599
+ ['/items/ring_of_rare_find']: '',
1600
+ ['/items/ring_of_regeneration']: '',
1601
+ ['/items/ring_of_resistance']: '',
1602
+ ['/items/rippling_trident']: '',
1603
+ ['/items/rippling_trident_refined']: '',
1604
+ ['/items/robusta_coffee_bean']: '',
1605
+ ['/items/rough_boots']: '',
1606
+ ['/items/rough_bracers']: '',
1607
+ ['/items/rough_chaps']: '',
1608
+ ['/items/rough_hide']: '',
1609
+ ['/items/rough_hood']: '',
1610
+ ['/items/rough_leather']: '',
1611
+ ['/items/rough_tunic']: '',
1612
+ ['/items/royal_cloth']: 'Material used in tailoring Royal Robe Top or Bottoms',
1613
+ ['/items/royal_fire_robe_bottoms']: '',
1614
+ ['/items/royal_fire_robe_bottoms_refined']: '',
1615
+ ['/items/royal_fire_robe_top']: '',
1616
+ ['/items/royal_fire_robe_top_refined']: '',
1617
+ ['/items/royal_nature_robe_bottoms']: '',
1618
+ ['/items/royal_nature_robe_bottoms_refined']: '',
1619
+ ['/items/royal_nature_robe_top']: '',
1620
+ ['/items/royal_nature_robe_top_refined']: '',
1621
+ ['/items/royal_water_robe_bottoms']: '',
1622
+ ['/items/royal_water_robe_bottoms_refined']: '',
1623
+ ['/items/royal_water_robe_top']: '',
1624
+ ['/items/royal_water_robe_top_refined']: '',
1625
+ ['/items/scratch']: '',
1626
+ ['/items/shard_of_protection']: "Found from Artisan's Crates. They are used for crafting Mirror of Protection",
1627
+ ['/items/shield_bash']: '',
1628
+ ['/items/shoebill_feather']: 'Material used in tailoring Shoebill Shoes',
1629
+ ['/items/shoebill_shoes']: '',
1630
+ ['/items/sighted_bracers']: '',
1631
+ ['/items/silencing_shot']: '',
1632
+ ['/items/silk_boots']: '',
1633
+ ['/items/silk_fabric']: '',
1634
+ ['/items/silk_gloves']: '',
1635
+ ['/items/silk_hat']: '',
1636
+ ['/items/silk_robe_bottoms']: '',
1637
+ ['/items/silk_robe_top']: '',
1638
+ ['/items/sinister_cape']: '',
1639
+ ['/items/sinister_cape_refined']: '',
1640
+ ['/items/sinister_chest']: 'Received from completion of the Sinister Circus dungeon. Can be opened with Sinister Chest Key',
1641
+ ['/items/sinister_chest_key']: 'Opens 1 Sinister Chest',
1642
+ ['/items/sinister_entry_key']: 'Allows 1 entry into the Sinister Circus dungeon',
1643
+ ['/items/sinister_essence']: 'Used for enhancing special equipment from the Sinister Circus',
1644
+ ['/items/sinister_refinement_chest']: 'Received from completion of Sinister Circus dungeon (T1+). Can be opened with Sinister Chest Key',
1645
+ ['/items/sinister_refinement_shard']: 'Material used in upgrading level 95 equipment and Sinister Cape from the Sinister Circus',
1646
+ ['/items/sinister_token']: 'Dungeon currency from the Sinister Circus. Spend these in the Shop',
1647
+ ['/items/smack']: '',
1648
+ ['/items/small_artisans_crate']: 'Can be found during production skills. Looks like it contains items inside!',
1649
+ ['/items/small_meteorite_cache']: 'Can be found while gathering. Looks like it contains items inside!',
1650
+ ['/items/small_pouch']: '',
1651
+ ['/items/small_treasure_chest']: 'Can be found from monsters. Looks like it contains items inside!',
1652
+ ['/items/smoke_burst']: '',
1653
+ ['/items/snail_shell']: 'Material used in smithing Snail Shell Helmet',
1654
+ ['/items/snail_shell_helmet']: '',
1655
+ ['/items/snake_fang']: 'Material used in smithing Snake Fang Dirk',
1656
+ ['/items/snake_fang_dirk']: '',
1657
+ ['/items/sorcerer_boots']: '',
1658
+ ['/items/sorcerer_essence']: "Used for enhancing special equipment from Sorcerer's Tower",
1659
+ ['/items/sorcerers_sole']: 'Material used in tailoring Sorcerer Boots',
1660
+ ['/items/soul_fragment']: 'Material used in crafting Soul Hunter Crossbow',
1661
+ ['/items/soul_hunter_crossbow']: '',
1662
+ ['/items/spaceberry']: '',
1663
+ ['/items/spaceberry_cake']: '',
1664
+ ['/items/spaceberry_donut']: '',
1665
+ ['/items/spacia_coffee_bean']: '',
1666
+ ['/items/speed_aura']: '',
1667
+ ['/items/spike_shell']: '',
1668
+ ['/items/spiked_bulwark']: '',
1669
+ ['/items/stalactite_shard']: 'Material used in smithing Stalactite Spear or Spiked Bulwark',
1670
+ ['/items/stalactite_spear']: '',
1671
+ ['/items/stamina_coffee']: '',
1672
+ ['/items/star_fragment']: 'Fragments with a celestial origin found in Meteorite Caches. They can be used to craft jewelry.',
1673
+ ['/items/star_fruit']: '',
1674
+ ['/items/star_fruit_gummy']: '',
1675
+ ['/items/star_fruit_yogurt']: '',
1676
+ ['/items/steady_shot']: '',
1677
+ ['/items/stone_key_fragment']: 'Can be used to craft dungeon keys',
1678
+ ['/items/strawberry']: '',
1679
+ ['/items/strawberry_cake']: '',
1680
+ ['/items/strawberry_donut']: '',
1681
+ ['/items/stunning_blow']: '',
1682
+ ['/items/sugar']: '',
1683
+ ['/items/sundering_crossbow']: '',
1684
+ ['/items/sundering_crossbow_refined']: '',
1685
+ ['/items/sundering_jewel']: 'Material used in crafting Sundering Crossbow and smithing Furious Spear',
1686
+ ['/items/sunstone']: 'A shiny gem in the shape of the sun.',
1687
+ ['/items/super_alchemy_tea']: '',
1688
+ ['/items/super_attack_coffee']: '',
1689
+ ['/items/super_brewing_tea']: '',
1690
+ ['/items/super_cheesesmithing_tea']: '',
1691
+ ['/items/super_cooking_tea']: '',
1692
+ ['/items/super_crafting_tea']: '',
1693
+ ['/items/super_defense_coffee']: '',
1694
+ ['/items/super_enhancing_tea']: '',
1695
+ ['/items/super_foraging_tea']: '',
1696
+ ['/items/super_intelligence_coffee']: '',
1697
+ ['/items/super_magic_coffee']: '',
1698
+ ['/items/super_melee_coffee']: '',
1699
+ ['/items/super_milking_tea']: '',
1700
+ ['/items/super_ranged_coffee']: '',
1701
+ ['/items/super_stamina_coffee']: '',
1702
+ ['/items/super_tailoring_tea']: '',
1703
+ ['/items/super_woodcutting_tea']: '',
1704
+ ['/items/swamp_essence']: 'Used for enhancing special equipment from Swamp Planet',
1705
+ ['/items/sweep']: '',
1706
+ ['/items/swiftness_coffee']: '',
1707
+ ['/items/tailoring_essence']: 'Used for brewing tailoring tea and crafting alchemy catalyst',
1708
+ ['/items/tailoring_tea']: '',
1709
+ ['/items/tailors_bottoms']: '',
1710
+ ['/items/tailors_top']: '',
1711
+ ['/items/task_crystal']: 'Crystals obtained from Purple. They can be used to craft special trinkets.',
1712
+ ['/items/task_token']: 'Task currency. Spend these in the Task Shop',
1713
+ ['/items/taunt']: '',
1714
+ ['/items/thread_of_expertise']: 'Material used in producing special skilling outfits',
1715
+ ['/items/tome_of_healing']: '',
1716
+ ['/items/tome_of_the_elements']: '',
1717
+ ['/items/toughness']: '',
1718
+ ['/items/toxic_pollen']: '',
1719
+ ['/items/trainee_alchemy_charm']: '',
1720
+ ['/items/trainee_attack_charm']: '',
1721
+ ['/items/trainee_brewing_charm']: '',
1722
+ ['/items/trainee_cheesesmithing_charm']: '',
1723
+ ['/items/trainee_cooking_charm']: '',
1724
+ ['/items/trainee_crafting_charm']: '',
1725
+ ['/items/trainee_defense_charm']: '',
1726
+ ['/items/trainee_enhancing_charm']: '',
1727
+ ['/items/trainee_foraging_charm']: '',
1728
+ ['/items/trainee_intelligence_charm']: '',
1729
+ ['/items/trainee_magic_charm']: '',
1730
+ ['/items/trainee_melee_charm']: '',
1731
+ ['/items/trainee_milking_charm']: '',
1732
+ ['/items/trainee_ranged_charm']: '',
1733
+ ['/items/trainee_stamina_charm']: '',
1734
+ ['/items/trainee_tailoring_charm']: '',
1735
+ ['/items/trainee_woodcutting_charm']: '',
1736
+ ['/items/treant_bark']: 'Material used in crafting Treant Shield',
1737
+ ['/items/treant_shield']: '',
1738
+ ['/items/turtle_shell']: 'Material used in smithing Turtle Shell Plate Body or Legs',
1739
+ ['/items/turtle_shell_body']: '',
1740
+ ['/items/turtle_shell_legs']: '',
1741
+ ['/items/twilight_essence']: 'Used for enhancing special equipment from Twilight Zone',
1742
+ ['/items/ultra_alchemy_tea']: '',
1743
+ ['/items/ultra_attack_coffee']: '',
1744
+ ['/items/ultra_brewing_tea']: '',
1745
+ ['/items/ultra_cheesesmithing_tea']: '',
1746
+ ['/items/ultra_cooking_tea']: '',
1747
+ ['/items/ultra_crafting_tea']: '',
1748
+ ['/items/ultra_defense_coffee']: '',
1749
+ ['/items/ultra_enhancing_tea']: '',
1750
+ ['/items/ultra_foraging_tea']: '',
1751
+ ['/items/ultra_intelligence_coffee']: '',
1752
+ ['/items/ultra_magic_coffee']: '',
1753
+ ['/items/ultra_melee_coffee']: '',
1754
+ ['/items/ultra_milking_tea']: '',
1755
+ ['/items/ultra_ranged_coffee']: '',
1756
+ ['/items/ultra_stamina_coffee']: '',
1757
+ ['/items/ultra_tailoring_tea']: '',
1758
+ ['/items/ultra_woodcutting_tea']: '',
1759
+ ['/items/umbral_boots']: '',
1760
+ ['/items/umbral_bracers']: '',
1761
+ ['/items/umbral_chaps']: '',
1762
+ ['/items/umbral_hide']: '',
1763
+ ['/items/umbral_hood']: '',
1764
+ ['/items/umbral_leather']: '',
1765
+ ['/items/umbral_tunic']: '',
1766
+ ['/items/vampire_fang']: 'Material used in smithing Vampire Fang Dirk or crafting Vampiric Bow',
1767
+ ['/items/vampire_fang_dirk']: '',
1768
+ ['/items/vampiric_bow']: '',
1769
+ ['/items/vampirism']: '',
1770
+ ['/items/verdant_alembic']: '',
1771
+ ['/items/verdant_boots']: '',
1772
+ ['/items/verdant_brush']: '',
1773
+ ['/items/verdant_buckler']: '',
1774
+ ['/items/verdant_bulwark']: '',
1775
+ ['/items/verdant_cheese']: '',
1776
+ ['/items/verdant_chisel']: '',
1777
+ ['/items/verdant_enhancer']: '',
1778
+ ['/items/verdant_gauntlets']: '',
1779
+ ['/items/verdant_hammer']: '',
1780
+ ['/items/verdant_hatchet']: '',
1781
+ ['/items/verdant_helmet']: '',
1782
+ ['/items/verdant_mace']: '',
1783
+ ['/items/verdant_milk']: 'moooo',
1784
+ ['/items/verdant_needle']: '',
1785
+ ['/items/verdant_plate_body']: '',
1786
+ ['/items/verdant_plate_legs']: '',
1787
+ ['/items/verdant_pot']: '',
1788
+ ['/items/verdant_shears']: '',
1789
+ ['/items/verdant_spatula']: '',
1790
+ ['/items/verdant_spear']: '',
1791
+ ['/items/verdant_sword']: '',
1792
+ ['/items/vision_helmet']: '',
1793
+ ['/items/vision_shield']: '',
1794
+ ['/items/watchful_relic']: '',
1795
+ ['/items/water_strike']: '',
1796
+ ['/items/werewolf_claw']: 'Material used in smithing Werewolf Slasher or crafting Vampiric Bow',
1797
+ ['/items/werewolf_slasher']: '',
1798
+ ['/items/wheat']: '',
1799
+ ['/items/white_key_fragment']: 'Can be used to craft dungeon keys',
1800
+ ['/items/wisdom_coffee']: '',
1801
+ ['/items/wisdom_tea']: '',
1802
+ ['/items/wizard_necklace']: '',
1803
+ ['/items/woodcutting_essence']: 'Used for brewing woodcutting tea and crafting alchemy catalyst',
1804
+ ['/items/woodcutting_tea']: '',
1805
+ ['/items/wooden_bow']: '',
1806
+ ['/items/wooden_crossbow']: '',
1807
+ ['/items/wooden_fire_staff']: '',
1808
+ ['/items/wooden_nature_staff']: '',
1809
+ ['/items/wooden_shield']: '',
1810
+ ['/items/wooden_water_staff']: '',
1811
+ ['/items/yogurt']: '',
1812
+ };
1813
+ export const ACTION_NAMES = {
1814
+ ['/actions/alchemy/coinify']: 'Coinify',
1815
+ ['/actions/alchemy/decompose']: 'Decompose',
1816
+ ['/actions/alchemy/transmute']: 'Transmute',
1817
+ ['/actions/brewing/alchemy_tea']: 'Alchemy Tea',
1818
+ ['/actions/brewing/artisan_tea']: 'Artisan Tea',
1819
+ ['/actions/brewing/attack_coffee']: 'Attack Coffee',
1820
+ ['/actions/brewing/blessed_tea']: 'Blessed Tea',
1821
+ ['/actions/brewing/brewing_tea']: 'Brewing Tea',
1822
+ ['/actions/brewing/catalytic_tea']: 'Catalytic Tea',
1823
+ ['/actions/brewing/channeling_coffee']: 'Channeling Coffee',
1824
+ ['/actions/brewing/cheesesmithing_tea']: 'Cheesesmithing Tea',
1825
+ ['/actions/brewing/cooking_tea']: 'Cooking Tea',
1826
+ ['/actions/brewing/crafting_tea']: 'Crafting Tea',
1827
+ ['/actions/brewing/critical_coffee']: 'Critical Coffee',
1828
+ ['/actions/brewing/defense_coffee']: 'Defense Coffee',
1829
+ ['/actions/brewing/efficiency_tea']: 'Efficiency Tea',
1830
+ ['/actions/brewing/enhancing_tea']: 'Enhancing Tea',
1831
+ ['/actions/brewing/foraging_tea']: 'Foraging Tea',
1832
+ ['/actions/brewing/gathering_tea']: 'Gathering Tea',
1833
+ ['/actions/brewing/gourmet_tea']: 'Gourmet Tea',
1834
+ ['/actions/brewing/intelligence_coffee']: 'Intelligence Coffee',
1835
+ ['/actions/brewing/lucky_coffee']: 'Lucky Coffee',
1836
+ ['/actions/brewing/magic_coffee']: 'Magic Coffee',
1837
+ ['/actions/brewing/melee_coffee']: 'Melee Coffee',
1838
+ ['/actions/brewing/milking_tea']: 'Milking Tea',
1839
+ ['/actions/brewing/processing_tea']: 'Processing Tea',
1840
+ ['/actions/brewing/ranged_coffee']: 'Ranged Coffee',
1841
+ ['/actions/brewing/stamina_coffee']: 'Stamina Coffee',
1842
+ ['/actions/brewing/super_alchemy_tea']: 'Super Alchemy Tea',
1843
+ ['/actions/brewing/super_attack_coffee']: 'Super Attack Coffee',
1844
+ ['/actions/brewing/super_brewing_tea']: 'Super Brewing Tea',
1845
+ ['/actions/brewing/super_cheesesmithing_tea']: 'Super Cheesesmithing Tea',
1846
+ ['/actions/brewing/super_cooking_tea']: 'Super Cooking Tea',
1847
+ ['/actions/brewing/super_crafting_tea']: 'Super Crafting Tea',
1848
+ ['/actions/brewing/super_defense_coffee']: 'Super Defense Coffee',
1849
+ ['/actions/brewing/super_enhancing_tea']: 'Super Enhancing Tea',
1850
+ ['/actions/brewing/super_foraging_tea']: 'Super Foraging Tea',
1851
+ ['/actions/brewing/super_intelligence_coffee']: 'Super Intelligence Coffee',
1852
+ ['/actions/brewing/super_magic_coffee']: 'Super Magic Coffee',
1853
+ ['/actions/brewing/super_melee_coffee']: 'Super Melee Coffee',
1854
+ ['/actions/brewing/super_milking_tea']: 'Super Milking Tea',
1855
+ ['/actions/brewing/super_ranged_coffee']: 'Super Ranged Coffee',
1856
+ ['/actions/brewing/super_stamina_coffee']: 'Super Stamina Coffee',
1857
+ ['/actions/brewing/super_tailoring_tea']: 'Super Tailoring Tea',
1858
+ ['/actions/brewing/super_woodcutting_tea']: 'Super Woodcutting Tea',
1859
+ ['/actions/brewing/swiftness_coffee']: 'Swiftness Coffee',
1860
+ ['/actions/brewing/tailoring_tea']: 'Tailoring Tea',
1861
+ ['/actions/brewing/ultra_alchemy_tea']: 'Ultra Alchemy Tea',
1862
+ ['/actions/brewing/ultra_attack_coffee']: 'Ultra Attack Coffee',
1863
+ ['/actions/brewing/ultra_brewing_tea']: 'Ultra Brewing Tea',
1864
+ ['/actions/brewing/ultra_cheesesmithing_tea']: 'Ultra Cheesesmithing Tea',
1865
+ ['/actions/brewing/ultra_cooking_tea']: 'Ultra Cooking Tea',
1866
+ ['/actions/brewing/ultra_crafting_tea']: 'Ultra Crafting Tea',
1867
+ ['/actions/brewing/ultra_defense_coffee']: 'Ultra Defense Coffee',
1868
+ ['/actions/brewing/ultra_enhancing_tea']: 'Ultra Enhancing Tea',
1869
+ ['/actions/brewing/ultra_foraging_tea']: 'Ultra Foraging Tea',
1870
+ ['/actions/brewing/ultra_intelligence_coffee']: 'Ultra Intelligence Coffee',
1871
+ ['/actions/brewing/ultra_magic_coffee']: 'Ultra Magic Coffee',
1872
+ ['/actions/brewing/ultra_melee_coffee']: 'Ultra Melee Coffee',
1873
+ ['/actions/brewing/ultra_milking_tea']: 'Ultra Milking Tea',
1874
+ ['/actions/brewing/ultra_ranged_coffee']: 'Ultra Ranged Coffee',
1875
+ ['/actions/brewing/ultra_stamina_coffee']: 'Ultra Stamina Coffee',
1876
+ ['/actions/brewing/ultra_tailoring_tea']: 'Ultra Tailoring Tea',
1877
+ ['/actions/brewing/ultra_woodcutting_tea']: 'Ultra Woodcutting Tea',
1878
+ ['/actions/brewing/wisdom_coffee']: 'Wisdom Coffee',
1879
+ ['/actions/brewing/wisdom_tea']: 'Wisdom Tea',
1880
+ ['/actions/brewing/woodcutting_tea']: 'Woodcutting Tea',
1881
+ ['/actions/cheesesmithing/anchorbound_plate_body']: 'Anchorbound Plate Body',
1882
+ ['/actions/cheesesmithing/anchorbound_plate_body_refined']: 'Anchorbound Plate Body (R)',
1883
+ ['/actions/cheesesmithing/anchorbound_plate_legs']: 'Anchorbound Plate Legs',
1884
+ ['/actions/cheesesmithing/anchorbound_plate_legs_refined']: 'Anchorbound Plate Legs (R)',
1885
+ ['/actions/cheesesmithing/azure_alembic']: 'Azure Alembic',
1886
+ ['/actions/cheesesmithing/azure_boots']: 'Azure Boots',
1887
+ ['/actions/cheesesmithing/azure_brush']: 'Azure Brush',
1888
+ ['/actions/cheesesmithing/azure_buckler']: 'Azure Buckler',
1889
+ ['/actions/cheesesmithing/azure_bulwark']: 'Azure Bulwark',
1890
+ ['/actions/cheesesmithing/azure_cheese']: 'Azure Cheese',
1891
+ ['/actions/cheesesmithing/azure_chisel']: 'Azure Chisel',
1892
+ ['/actions/cheesesmithing/azure_enhancer']: 'Azure Enhancer',
1893
+ ['/actions/cheesesmithing/azure_gauntlets']: 'Azure Gauntlets',
1894
+ ['/actions/cheesesmithing/azure_hammer']: 'Azure Hammer',
1895
+ ['/actions/cheesesmithing/azure_hatchet']: 'Azure Hatchet',
1896
+ ['/actions/cheesesmithing/azure_helmet']: 'Azure Helmet',
1897
+ ['/actions/cheesesmithing/azure_mace']: 'Azure Mace',
1898
+ ['/actions/cheesesmithing/azure_needle']: 'Azure Needle',
1899
+ ['/actions/cheesesmithing/azure_plate_body']: 'Azure Plate Body',
1900
+ ['/actions/cheesesmithing/azure_plate_legs']: 'Azure Plate Legs',
1901
+ ['/actions/cheesesmithing/azure_pot']: 'Azure Pot',
1902
+ ['/actions/cheesesmithing/azure_shears']: 'Azure Shears',
1903
+ ['/actions/cheesesmithing/azure_spatula']: 'Azure Spatula',
1904
+ ['/actions/cheesesmithing/azure_spear']: 'Azure Spear',
1905
+ ['/actions/cheesesmithing/azure_sword']: 'Azure Sword',
1906
+ ['/actions/cheesesmithing/black_bear_shoes']: 'Black Bear Shoes',
1907
+ ['/actions/cheesesmithing/burble_alembic']: 'Burble Alembic',
1908
+ ['/actions/cheesesmithing/burble_boots']: 'Burble Boots',
1909
+ ['/actions/cheesesmithing/burble_brush']: 'Burble Brush',
1910
+ ['/actions/cheesesmithing/burble_buckler']: 'Burble Buckler',
1911
+ ['/actions/cheesesmithing/burble_bulwark']: 'Burble Bulwark',
1912
+ ['/actions/cheesesmithing/burble_cheese']: 'Burble Cheese',
1913
+ ['/actions/cheesesmithing/burble_chisel']: 'Burble Chisel',
1914
+ ['/actions/cheesesmithing/burble_enhancer']: 'Burble Enhancer',
1915
+ ['/actions/cheesesmithing/burble_gauntlets']: 'Burble Gauntlets',
1916
+ ['/actions/cheesesmithing/burble_hammer']: 'Burble Hammer',
1917
+ ['/actions/cheesesmithing/burble_hatchet']: 'Burble Hatchet',
1918
+ ['/actions/cheesesmithing/burble_helmet']: 'Burble Helmet',
1919
+ ['/actions/cheesesmithing/burble_mace']: 'Burble Mace',
1920
+ ['/actions/cheesesmithing/burble_needle']: 'Burble Needle',
1921
+ ['/actions/cheesesmithing/burble_plate_body']: 'Burble Plate Body',
1922
+ ['/actions/cheesesmithing/burble_plate_legs']: 'Burble Plate Legs',
1923
+ ['/actions/cheesesmithing/burble_pot']: 'Burble Pot',
1924
+ ['/actions/cheesesmithing/burble_shears']: 'Burble Shears',
1925
+ ['/actions/cheesesmithing/burble_spatula']: 'Burble Spatula',
1926
+ ['/actions/cheesesmithing/burble_spear']: 'Burble Spear',
1927
+ ['/actions/cheesesmithing/burble_sword']: 'Burble Sword',
1928
+ ['/actions/cheesesmithing/celestial_alembic']: 'Celestial Alembic',
1929
+ ['/actions/cheesesmithing/celestial_brush']: 'Celestial Brush',
1930
+ ['/actions/cheesesmithing/celestial_chisel']: 'Celestial Chisel',
1931
+ ['/actions/cheesesmithing/celestial_enhancer']: 'Celestial Enhancer',
1932
+ ['/actions/cheesesmithing/celestial_hammer']: 'Celestial Hammer',
1933
+ ['/actions/cheesesmithing/celestial_hatchet']: 'Celestial Hatchet',
1934
+ ['/actions/cheesesmithing/celestial_needle']: 'Celestial Needle',
1935
+ ['/actions/cheesesmithing/celestial_pot']: 'Celestial Pot',
1936
+ ['/actions/cheesesmithing/celestial_shears']: 'Celestial Shears',
1937
+ ['/actions/cheesesmithing/celestial_spatula']: 'Celestial Spatula',
1938
+ ['/actions/cheesesmithing/chaotic_flail']: 'Chaotic Flail',
1939
+ ['/actions/cheesesmithing/chaotic_flail_refined']: 'Chaotic Flail (R)',
1940
+ ['/actions/cheesesmithing/cheese']: 'Cheese',
1941
+ ['/actions/cheesesmithing/cheese_alembic']: 'Cheese Alembic',
1942
+ ['/actions/cheesesmithing/cheese_boots']: 'Cheese Boots',
1943
+ ['/actions/cheesesmithing/cheese_brush']: 'Cheese Brush',
1944
+ ['/actions/cheesesmithing/cheese_buckler']: 'Cheese Buckler',
1945
+ ['/actions/cheesesmithing/cheese_bulwark']: 'Cheese Bulwark',
1946
+ ['/actions/cheesesmithing/cheese_chisel']: 'Cheese Chisel',
1947
+ ['/actions/cheesesmithing/cheese_enhancer']: 'Cheese Enhancer',
1948
+ ['/actions/cheesesmithing/cheese_gauntlets']: 'Cheese Gauntlets',
1949
+ ['/actions/cheesesmithing/cheese_hammer']: 'Cheese Hammer',
1950
+ ['/actions/cheesesmithing/cheese_hatchet']: 'Cheese Hatchet',
1951
+ ['/actions/cheesesmithing/cheese_helmet']: 'Cheese Helmet',
1952
+ ['/actions/cheesesmithing/cheese_mace']: 'Cheese Mace',
1953
+ ['/actions/cheesesmithing/cheese_needle']: 'Cheese Needle',
1954
+ ['/actions/cheesesmithing/cheese_plate_body']: 'Cheese Plate Body',
1955
+ ['/actions/cheesesmithing/cheese_plate_legs']: 'Cheese Plate Legs',
1956
+ ['/actions/cheesesmithing/cheese_pot']: 'Cheese Pot',
1957
+ ['/actions/cheesesmithing/cheese_shears']: 'Cheese Shears',
1958
+ ['/actions/cheesesmithing/cheese_spatula']: 'Cheese Spatula',
1959
+ ['/actions/cheesesmithing/cheese_spear']: 'Cheese Spear',
1960
+ ['/actions/cheesesmithing/cheese_sword']: 'Cheese Sword',
1961
+ ['/actions/cheesesmithing/colossus_plate_body']: 'Colossus Plate Body',
1962
+ ['/actions/cheesesmithing/colossus_plate_legs']: 'Colossus Plate Legs',
1963
+ ['/actions/cheesesmithing/corsair_helmet']: 'Corsair Helmet',
1964
+ ['/actions/cheesesmithing/corsair_helmet_refined']: 'Corsair Helmet (R)',
1965
+ ['/actions/cheesesmithing/crimson_alembic']: 'Crimson Alembic',
1966
+ ['/actions/cheesesmithing/crimson_boots']: 'Crimson Boots',
1967
+ ['/actions/cheesesmithing/crimson_brush']: 'Crimson Brush',
1968
+ ['/actions/cheesesmithing/crimson_buckler']: 'Crimson Buckler',
1969
+ ['/actions/cheesesmithing/crimson_bulwark']: 'Crimson Bulwark',
1970
+ ['/actions/cheesesmithing/crimson_cheese']: 'Crimson Cheese',
1971
+ ['/actions/cheesesmithing/crimson_chisel']: 'Crimson Chisel',
1972
+ ['/actions/cheesesmithing/crimson_enhancer']: 'Crimson Enhancer',
1973
+ ['/actions/cheesesmithing/crimson_gauntlets']: 'Crimson Gauntlets',
1974
+ ['/actions/cheesesmithing/crimson_hammer']: 'Crimson Hammer',
1975
+ ['/actions/cheesesmithing/crimson_hatchet']: 'Crimson Hatchet',
1976
+ ['/actions/cheesesmithing/crimson_helmet']: 'Crimson Helmet',
1977
+ ['/actions/cheesesmithing/crimson_mace']: 'Crimson Mace',
1978
+ ['/actions/cheesesmithing/crimson_needle']: 'Crimson Needle',
1979
+ ['/actions/cheesesmithing/crimson_plate_body']: 'Crimson Plate Body',
1980
+ ['/actions/cheesesmithing/crimson_plate_legs']: 'Crimson Plate Legs',
1981
+ ['/actions/cheesesmithing/crimson_pot']: 'Crimson Pot',
1982
+ ['/actions/cheesesmithing/crimson_shears']: 'Crimson Shears',
1983
+ ['/actions/cheesesmithing/crimson_spatula']: 'Crimson Spatula',
1984
+ ['/actions/cheesesmithing/crimson_spear']: 'Crimson Spear',
1985
+ ['/actions/cheesesmithing/crimson_sword']: 'Crimson Sword',
1986
+ ['/actions/cheesesmithing/demonic_plate_body']: 'Demonic Plate Body',
1987
+ ['/actions/cheesesmithing/demonic_plate_legs']: 'Demonic Plate Legs',
1988
+ ['/actions/cheesesmithing/dodocamel_gauntlets']: 'Dodocamel Gauntlets',
1989
+ ['/actions/cheesesmithing/dodocamel_gauntlets_refined']: 'Dodocamel Gauntlets (R)',
1990
+ ['/actions/cheesesmithing/furious_spear']: 'Furious Spear',
1991
+ ['/actions/cheesesmithing/furious_spear_refined']: 'Furious Spear (R)',
1992
+ ['/actions/cheesesmithing/granite_bludgeon']: 'Granite Bludgeon',
1993
+ ['/actions/cheesesmithing/griffin_bulwark']: 'Griffin Bulwark',
1994
+ ['/actions/cheesesmithing/griffin_bulwark_refined']: 'Griffin Bulwark (R)',
1995
+ ['/actions/cheesesmithing/grizzly_bear_shoes']: 'Grizzly Bear Shoes',
1996
+ ['/actions/cheesesmithing/holy_alembic']: 'Holy Alembic',
1997
+ ['/actions/cheesesmithing/holy_boots']: 'Holy Boots',
1998
+ ['/actions/cheesesmithing/holy_brush']: 'Holy Brush',
1999
+ ['/actions/cheesesmithing/holy_buckler']: 'Holy Buckler',
2000
+ ['/actions/cheesesmithing/holy_bulwark']: 'Holy Bulwark',
2001
+ ['/actions/cheesesmithing/holy_cheese']: 'Holy Cheese',
2002
+ ['/actions/cheesesmithing/holy_chisel']: 'Holy Chisel',
2003
+ ['/actions/cheesesmithing/holy_enhancer']: 'Holy Enhancer',
2004
+ ['/actions/cheesesmithing/holy_gauntlets']: 'Holy Gauntlets',
2005
+ ['/actions/cheesesmithing/holy_hammer']: 'Holy Hammer',
2006
+ ['/actions/cheesesmithing/holy_hatchet']: 'Holy Hatchet',
2007
+ ['/actions/cheesesmithing/holy_helmet']: 'Holy Helmet',
2008
+ ['/actions/cheesesmithing/holy_mace']: 'Holy Mace',
2009
+ ['/actions/cheesesmithing/holy_needle']: 'Holy Needle',
2010
+ ['/actions/cheesesmithing/holy_plate_body']: 'Holy Plate Body',
2011
+ ['/actions/cheesesmithing/holy_plate_legs']: 'Holy Plate Legs',
2012
+ ['/actions/cheesesmithing/holy_pot']: 'Holy Pot',
2013
+ ['/actions/cheesesmithing/holy_shears']: 'Holy Shears',
2014
+ ['/actions/cheesesmithing/holy_spatula']: 'Holy Spatula',
2015
+ ['/actions/cheesesmithing/holy_spear']: 'Holy Spear',
2016
+ ['/actions/cheesesmithing/holy_sword']: 'Holy Sword',
2017
+ ['/actions/cheesesmithing/knights_aegis']: 'Knights Aegis',
2018
+ ['/actions/cheesesmithing/knights_aegis_refined']: 'Knights Aegis (R)',
2019
+ ['/actions/cheesesmithing/maelstrom_plate_body']: 'Maelstrom Plate Body',
2020
+ ['/actions/cheesesmithing/maelstrom_plate_body_refined']: 'Maelstrom Plate Body (R)',
2021
+ ['/actions/cheesesmithing/maelstrom_plate_legs']: 'Maelstrom Plate Legs',
2022
+ ['/actions/cheesesmithing/maelstrom_plate_legs_refined']: 'Maelstrom Plate Legs (R)',
2023
+ ['/actions/cheesesmithing/magnetic_gloves']: 'Magnetic Gloves',
2024
+ ['/actions/cheesesmithing/panda_gloves']: 'Panda Gloves',
2025
+ ['/actions/cheesesmithing/pincer_gloves']: 'Pincer Gloves',
2026
+ ['/actions/cheesesmithing/polar_bear_shoes']: 'Polar Bear Shoes',
2027
+ ['/actions/cheesesmithing/rainbow_alembic']: 'Rainbow Alembic',
2028
+ ['/actions/cheesesmithing/rainbow_boots']: 'Rainbow Boots',
2029
+ ['/actions/cheesesmithing/rainbow_brush']: 'Rainbow Brush',
2030
+ ['/actions/cheesesmithing/rainbow_buckler']: 'Rainbow Buckler',
2031
+ ['/actions/cheesesmithing/rainbow_bulwark']: 'Rainbow Bulwark',
2032
+ ['/actions/cheesesmithing/rainbow_cheese']: 'Rainbow Cheese',
2033
+ ['/actions/cheesesmithing/rainbow_chisel']: 'Rainbow Chisel',
2034
+ ['/actions/cheesesmithing/rainbow_enhancer']: 'Rainbow Enhancer',
2035
+ ['/actions/cheesesmithing/rainbow_gauntlets']: 'Rainbow Gauntlets',
2036
+ ['/actions/cheesesmithing/rainbow_hammer']: 'Rainbow Hammer',
2037
+ ['/actions/cheesesmithing/rainbow_hatchet']: 'Rainbow Hatchet',
2038
+ ['/actions/cheesesmithing/rainbow_helmet']: 'Rainbow Helmet',
2039
+ ['/actions/cheesesmithing/rainbow_mace']: 'Rainbow Mace',
2040
+ ['/actions/cheesesmithing/rainbow_needle']: 'Rainbow Needle',
2041
+ ['/actions/cheesesmithing/rainbow_plate_body']: 'Rainbow Plate Body',
2042
+ ['/actions/cheesesmithing/rainbow_plate_legs']: 'Rainbow Plate Legs',
2043
+ ['/actions/cheesesmithing/rainbow_pot']: 'Rainbow Pot',
2044
+ ['/actions/cheesesmithing/rainbow_shears']: 'Rainbow Shears',
2045
+ ['/actions/cheesesmithing/rainbow_spatula']: 'Rainbow Spatula',
2046
+ ['/actions/cheesesmithing/rainbow_spear']: 'Rainbow Spear',
2047
+ ['/actions/cheesesmithing/rainbow_sword']: 'Rainbow Sword',
2048
+ ['/actions/cheesesmithing/regal_sword']: 'Regal Sword',
2049
+ ['/actions/cheesesmithing/regal_sword_refined']: 'Regal Sword (R)',
2050
+ ['/actions/cheesesmithing/snail_shell_helmet']: 'Snail Shell Helmet',
2051
+ ['/actions/cheesesmithing/snake_fang_dirk']: 'Snake Fang Dirk',
2052
+ ['/actions/cheesesmithing/spiked_bulwark']: 'Spiked Bulwark',
2053
+ ['/actions/cheesesmithing/stalactite_spear']: 'Stalactite Spear',
2054
+ ['/actions/cheesesmithing/turtle_shell_body']: 'Turtle Shell Body',
2055
+ ['/actions/cheesesmithing/turtle_shell_legs']: 'Turtle Shell Legs',
2056
+ ['/actions/cheesesmithing/vampire_fang_dirk']: 'Vampire Fang Dirk',
2057
+ ['/actions/cheesesmithing/verdant_alembic']: 'Verdant Alembic',
2058
+ ['/actions/cheesesmithing/verdant_boots']: 'Verdant Boots',
2059
+ ['/actions/cheesesmithing/verdant_brush']: 'Verdant Brush',
2060
+ ['/actions/cheesesmithing/verdant_buckler']: 'Verdant Buckler',
2061
+ ['/actions/cheesesmithing/verdant_bulwark']: 'Verdant Bulwark',
2062
+ ['/actions/cheesesmithing/verdant_cheese']: 'Verdant Cheese',
2063
+ ['/actions/cheesesmithing/verdant_chisel']: 'Verdant Chisel',
2064
+ ['/actions/cheesesmithing/verdant_enhancer']: 'Verdant Enhancer',
2065
+ ['/actions/cheesesmithing/verdant_gauntlets']: 'Verdant Gauntlets',
2066
+ ['/actions/cheesesmithing/verdant_hammer']: 'Verdant Hammer',
2067
+ ['/actions/cheesesmithing/verdant_hatchet']: 'Verdant Hatchet',
2068
+ ['/actions/cheesesmithing/verdant_helmet']: 'Verdant Helmet',
2069
+ ['/actions/cheesesmithing/verdant_mace']: 'Verdant Mace',
2070
+ ['/actions/cheesesmithing/verdant_needle']: 'Verdant Needle',
2071
+ ['/actions/cheesesmithing/verdant_plate_body']: 'Verdant Plate Body',
2072
+ ['/actions/cheesesmithing/verdant_plate_legs']: 'Verdant Plate Legs',
2073
+ ['/actions/cheesesmithing/verdant_pot']: 'Verdant Pot',
2074
+ ['/actions/cheesesmithing/verdant_shears']: 'Verdant Shears',
2075
+ ['/actions/cheesesmithing/verdant_spatula']: 'Verdant Spatula',
2076
+ ['/actions/cheesesmithing/verdant_spear']: 'Verdant Spear',
2077
+ ['/actions/cheesesmithing/verdant_sword']: 'Verdant Sword',
2078
+ ['/actions/cheesesmithing/vision_helmet']: 'Vision Helmet',
2079
+ ['/actions/cheesesmithing/vision_shield']: 'Vision Shield',
2080
+ ['/actions/cheesesmithing/werewolf_slasher']: 'Werewolf Slasher',
2081
+ ['/actions/combat/abyssal_imp']: 'Abyssal Imp',
2082
+ ['/actions/combat/alligator']: 'Sherlock',
2083
+ ['/actions/combat/aqua_planet']: 'Aqua Planet',
2084
+ ['/actions/combat/aquahorse']: 'Aquahorse',
2085
+ ['/actions/combat/bear_with_it']: 'Bear With It',
2086
+ ['/actions/combat/black_bear']: 'Black Bear',
2087
+ ['/actions/combat/centaur_archer']: 'Centaur Archer',
2088
+ ['/actions/combat/chimerical_den']: 'Chimerical Den',
2089
+ ['/actions/combat/crab']: 'I Pinch',
2090
+ ['/actions/combat/elementalist']: 'Elementalist',
2091
+ ['/actions/combat/enchanted_fortress']: 'Enchanted Fortress',
2092
+ ['/actions/combat/eye']: 'Eye',
2093
+ ['/actions/combat/eyes']: 'Eyes',
2094
+ ['/actions/combat/flame_sorcerer']: 'Flame Sorcerer',
2095
+ ['/actions/combat/fly']: 'Fly',
2096
+ ['/actions/combat/frog']: 'Frogger',
2097
+ ['/actions/combat/gobo_boomy']: 'Boomy',
2098
+ ['/actions/combat/gobo_planet']: 'Gobo Planet',
2099
+ ['/actions/combat/gobo_shooty']: 'Shooty',
2100
+ ['/actions/combat/gobo_slashy']: 'Slashy',
2101
+ ['/actions/combat/gobo_smashy']: 'Smashy',
2102
+ ['/actions/combat/gobo_stabby']: 'Stabby',
2103
+ ['/actions/combat/golem_cave']: 'Golem Cave',
2104
+ ['/actions/combat/granite_golem']: 'Granite Golem',
2105
+ ['/actions/combat/grizzly_bear']: 'Grizzly Bear',
2106
+ ['/actions/combat/gummy_bear']: 'Gummy Bear',
2107
+ ['/actions/combat/ice_sorcerer']: 'Ice Sorcerer',
2108
+ ['/actions/combat/infernal_abyss']: 'Infernal Abyss',
2109
+ ['/actions/combat/infernal_warlock']: 'Infernal Warlock',
2110
+ ['/actions/combat/jungle_planet']: 'Jungle Planet',
2111
+ ['/actions/combat/jungle_sprite']: 'Jungle Sprite',
2112
+ ['/actions/combat/magnetic_golem']: 'Magnetic Golem',
2113
+ ['/actions/combat/myconid']: 'Myconid',
2114
+ ['/actions/combat/nom_nom']: 'Nom Nom',
2115
+ ['/actions/combat/novice_sorcerer']: 'Novice Sorcerer',
2116
+ ['/actions/combat/panda']: 'Panda',
2117
+ ['/actions/combat/pirate_cove']: 'Pirate Cove',
2118
+ ['/actions/combat/planet_of_the_eyes']: 'Planet Of The Eyes',
2119
+ ['/actions/combat/polar_bear']: 'Polar Bear',
2120
+ ['/actions/combat/porcupine']: 'Porcupine',
2121
+ ['/actions/combat/rat']: 'Jerry',
2122
+ ['/actions/combat/sea_snail']: 'Gary',
2123
+ ['/actions/combat/sinister_circus']: 'Sinister Circus',
2124
+ ['/actions/combat/skunk']: 'Skunk',
2125
+ ['/actions/combat/slimy']: 'Slimy',
2126
+ ['/actions/combat/smelly_planet']: 'Smelly Planet',
2127
+ ['/actions/combat/snake']: 'Thnake',
2128
+ ['/actions/combat/sorcerers_tower']: "Sorcerer's Tower",
2129
+ ['/actions/combat/soul_hunter']: 'Soul Hunter',
2130
+ ['/actions/combat/stalactite_golem']: 'Stalactite Golem',
2131
+ ['/actions/combat/swamp_planet']: 'Swamp Planet',
2132
+ ['/actions/combat/swampy']: 'Swampy',
2133
+ ['/actions/combat/treant']: 'Treant',
2134
+ ['/actions/combat/turtle']: 'Turuto',
2135
+ ['/actions/combat/twilight_zone']: 'Twilight Zone',
2136
+ ['/actions/combat/vampire']: 'Vampire',
2137
+ ['/actions/combat/veyes']: 'Veyes',
2138
+ ['/actions/combat/werewolf']: 'Werewolf',
2139
+ ['/actions/combat/zombie']: 'Zombie',
2140
+ ['/actions/cooking/apple_gummy']: 'Apple Gummy',
2141
+ ['/actions/cooking/apple_yogurt']: 'Apple Yogurt',
2142
+ ['/actions/cooking/blackberry_cake']: 'Blackberry Cake',
2143
+ ['/actions/cooking/blackberry_donut']: 'Blackberry Donut',
2144
+ ['/actions/cooking/blueberry_cake']: 'Blueberry Cake',
2145
+ ['/actions/cooking/blueberry_donut']: 'Blueberry Donut',
2146
+ ['/actions/cooking/cupcake']: 'Cupcake',
2147
+ ['/actions/cooking/donut']: 'Donut',
2148
+ ['/actions/cooking/dragon_fruit_gummy']: 'Dragon Fruit Gummy',
2149
+ ['/actions/cooking/dragon_fruit_yogurt']: 'Dragon Fruit Yogurt',
2150
+ ['/actions/cooking/gummy']: 'Gummy',
2151
+ ['/actions/cooking/marsberry_cake']: 'Marsberry Cake',
2152
+ ['/actions/cooking/marsberry_donut']: 'Marsberry Donut',
2153
+ ['/actions/cooking/mooberry_cake']: 'Mooberry Cake',
2154
+ ['/actions/cooking/mooberry_donut']: 'Mooberry Donut',
2155
+ ['/actions/cooking/orange_gummy']: 'Orange Gummy',
2156
+ ['/actions/cooking/orange_yogurt']: 'Orange Yogurt',
2157
+ ['/actions/cooking/peach_gummy']: 'Peach Gummy',
2158
+ ['/actions/cooking/peach_yogurt']: 'Peach Yogurt',
2159
+ ['/actions/cooking/plum_gummy']: 'Plum Gummy',
2160
+ ['/actions/cooking/plum_yogurt']: 'Plum Yogurt',
2161
+ ['/actions/cooking/spaceberry_cake']: 'Spaceberry Cake',
2162
+ ['/actions/cooking/spaceberry_donut']: 'Spaceberry Donut',
2163
+ ['/actions/cooking/star_fruit_gummy']: 'Star Fruit Gummy',
2164
+ ['/actions/cooking/star_fruit_yogurt']: 'Star Fruit Yogurt',
2165
+ ['/actions/cooking/strawberry_cake']: 'Strawberry Cake',
2166
+ ['/actions/cooking/strawberry_donut']: 'Strawberry Donut',
2167
+ ['/actions/cooking/yogurt']: 'Yogurt',
2168
+ ['/actions/crafting/advanced_alchemy_charm']: 'Advanced Alchemy Charm',
2169
+ ['/actions/crafting/advanced_attack_charm']: 'Advanced Attack Charm',
2170
+ ['/actions/crafting/advanced_brewing_charm']: 'Advanced Brewing Charm',
2171
+ ['/actions/crafting/advanced_cheesesmithing_charm']: 'Advanced Cheesesmithing Charm',
2172
+ ['/actions/crafting/advanced_cooking_charm']: 'Advanced Cooking Charm',
2173
+ ['/actions/crafting/advanced_crafting_charm']: 'Advanced Crafting Charm',
2174
+ ['/actions/crafting/advanced_defense_charm']: 'Advanced Defense Charm',
2175
+ ['/actions/crafting/advanced_enhancing_charm']: 'Advanced Enhancing Charm',
2176
+ ['/actions/crafting/advanced_foraging_charm']: 'Advanced Foraging Charm',
2177
+ ['/actions/crafting/advanced_intelligence_charm']: 'Advanced Intelligence Charm',
2178
+ ['/actions/crafting/advanced_magic_charm']: 'Advanced Magic Charm',
2179
+ ['/actions/crafting/advanced_melee_charm']: 'Advanced Melee Charm',
2180
+ ['/actions/crafting/advanced_milking_charm']: 'Advanced Milking Charm',
2181
+ ['/actions/crafting/advanced_ranged_charm']: 'Advanced Ranged Charm',
2182
+ ['/actions/crafting/advanced_stamina_charm']: 'Advanced Stamina Charm',
2183
+ ['/actions/crafting/advanced_tailoring_charm']: 'Advanced Tailoring Charm',
2184
+ ['/actions/crafting/advanced_task_badge']: 'Advanced Task Badge',
2185
+ ['/actions/crafting/advanced_woodcutting_charm']: 'Advanced Woodcutting Charm',
2186
+ ['/actions/crafting/arcane_bow']: 'Arcane Bow',
2187
+ ['/actions/crafting/arcane_crossbow']: 'Arcane Crossbow',
2188
+ ['/actions/crafting/arcane_fire_staff']: 'Arcane Fire Staff',
2189
+ ['/actions/crafting/arcane_lumber']: 'Arcane Lumber',
2190
+ ['/actions/crafting/arcane_nature_staff']: 'Arcane Nature Staff',
2191
+ ['/actions/crafting/arcane_shield']: 'Arcane Shield',
2192
+ ['/actions/crafting/arcane_water_staff']: 'Arcane Water Staff',
2193
+ ['/actions/crafting/basic_alchemy_charm']: 'Basic Alchemy Charm',
2194
+ ['/actions/crafting/basic_brewing_charm']: 'Basic Brewing Charm',
2195
+ ['/actions/crafting/basic_cheesesmithing_charm']: 'Basic Cheesesmithing Charm',
2196
+ ['/actions/crafting/basic_cooking_charm']: 'Basic Cooking Charm',
2197
+ ['/actions/crafting/basic_crafting_charm']: 'Basic Crafting Charm',
2198
+ ['/actions/crafting/basic_enhancing_charm']: 'Basic Enhancing Charm',
2199
+ ['/actions/crafting/basic_foraging_charm']: 'Basic Foraging Charm',
2200
+ ['/actions/crafting/basic_milking_charm']: 'Basic Milking Charm',
2201
+ ['/actions/crafting/basic_tailoring_charm']: 'Basic Tailoring Charm',
2202
+ ['/actions/crafting/basic_task_badge']: 'Basic Task Badge',
2203
+ ['/actions/crafting/basic_woodcutting_charm']: 'Basic Woodcutting Charm',
2204
+ ['/actions/crafting/birch_bow']: 'Birch Bow',
2205
+ ['/actions/crafting/birch_crossbow']: 'Birch Crossbow',
2206
+ ['/actions/crafting/birch_fire_staff']: 'Birch Fire Staff',
2207
+ ['/actions/crafting/birch_lumber']: 'Birch Lumber',
2208
+ ['/actions/crafting/birch_nature_staff']: 'Birch Nature Staff',
2209
+ ['/actions/crafting/birch_shield']: 'Birch Shield',
2210
+ ['/actions/crafting/birch_water_staff']: 'Birch Water Staff',
2211
+ ['/actions/crafting/bishops_codex']: "Bishop's Codex",
2212
+ ['/actions/crafting/bishops_codex_refined']: "Bishop's Codex (R)",
2213
+ ['/actions/crafting/blazing_trident']: 'Blazing Trident',
2214
+ ['/actions/crafting/blazing_trident_refined']: 'Blazing Trident (R)',
2215
+ ['/actions/crafting/blooming_trident']: 'Blooming Trident',
2216
+ ['/actions/crafting/blooming_trident_refined']: 'Blooming Trident (R)',
2217
+ ['/actions/crafting/catalyst_of_coinification']: 'Catalyst Of Coinification',
2218
+ ['/actions/crafting/catalyst_of_decomposition']: 'Catalyst Of Decomposition',
2219
+ ['/actions/crafting/catalyst_of_transmutation']: 'Catalyst Of Transmutation',
2220
+ ['/actions/crafting/cedar_bow']: 'Cedar Bow',
2221
+ ['/actions/crafting/cedar_crossbow']: 'Cedar Crossbow',
2222
+ ['/actions/crafting/cedar_fire_staff']: 'Cedar Fire Staff',
2223
+ ['/actions/crafting/cedar_lumber']: 'Cedar Lumber',
2224
+ ['/actions/crafting/cedar_nature_staff']: 'Cedar Nature Staff',
2225
+ ['/actions/crafting/cedar_shield']: 'Cedar Shield',
2226
+ ['/actions/crafting/cedar_water_staff']: 'Cedar Water Staff',
2227
+ ['/actions/crafting/chimerical_chest_key']: 'Chimerical Chest Key',
2228
+ ['/actions/crafting/chimerical_entry_key']: 'Chimerical Entry Key',
2229
+ ['/actions/crafting/crushed_amber']: 'Crushed Amber',
2230
+ ['/actions/crafting/crushed_amethyst']: 'Crushed Amethyst',
2231
+ ['/actions/crafting/crushed_garnet']: 'Crushed Garnet',
2232
+ ['/actions/crafting/crushed_jade']: 'Crushed Jade',
2233
+ ['/actions/crafting/crushed_moonstone']: 'Crushed Moonstone',
2234
+ ['/actions/crafting/crushed_pearl']: 'Crushed Pearl',
2235
+ ['/actions/crafting/crushed_philosophers_stone']: "Crushed Philosopher's Stone",
2236
+ ['/actions/crafting/crushed_sunstone']: 'Crushed Sunstone',
2237
+ ['/actions/crafting/cursed_bow']: 'Cursed Bow',
2238
+ ['/actions/crafting/cursed_bow_refined']: 'Cursed Bow (R)',
2239
+ ['/actions/crafting/earrings_of_armor']: 'Earrings Of Armor',
2240
+ ['/actions/crafting/earrings_of_critical_strike']: 'Earrings Of Critical Strike',
2241
+ ['/actions/crafting/earrings_of_essence_find']: 'Earrings Of Essence Find',
2242
+ ['/actions/crafting/earrings_of_gathering']: 'Earrings Of Gathering',
2243
+ ['/actions/crafting/earrings_of_rare_find']: 'Earrings Of Rare Find',
2244
+ ['/actions/crafting/earrings_of_regeneration']: 'Earrings Of Regeneration',
2245
+ ['/actions/crafting/earrings_of_resistance']: 'Earrings Of Resistance',
2246
+ ['/actions/crafting/enchanted_chest_key']: 'Enchanted Chest Key',
2247
+ ['/actions/crafting/enchanted_entry_key']: 'Enchanted Entry Key',
2248
+ ['/actions/crafting/expert_alchemy_charm']: 'Expert Alchemy Charm',
2249
+ ['/actions/crafting/expert_attack_charm']: 'Expert Attack Charm',
2250
+ ['/actions/crafting/expert_brewing_charm']: 'Expert Brewing Charm',
2251
+ ['/actions/crafting/expert_cheesesmithing_charm']: 'Expert Cheesesmithing Charm',
2252
+ ['/actions/crafting/expert_cooking_charm']: 'Expert Cooking Charm',
2253
+ ['/actions/crafting/expert_crafting_charm']: 'Expert Crafting Charm',
2254
+ ['/actions/crafting/expert_defense_charm']: 'Expert Defense Charm',
2255
+ ['/actions/crafting/expert_enhancing_charm']: 'Expert Enhancing Charm',
2256
+ ['/actions/crafting/expert_foraging_charm']: 'Expert Foraging Charm',
2257
+ ['/actions/crafting/expert_intelligence_charm']: 'Expert Intelligence Charm',
2258
+ ['/actions/crafting/expert_magic_charm']: 'Expert Magic Charm',
2259
+ ['/actions/crafting/expert_melee_charm']: 'Expert Melee Charm',
2260
+ ['/actions/crafting/expert_milking_charm']: 'Expert Milking Charm',
2261
+ ['/actions/crafting/expert_ranged_charm']: 'Expert Ranged Charm',
2262
+ ['/actions/crafting/expert_stamina_charm']: 'Expert Stamina Charm',
2263
+ ['/actions/crafting/expert_tailoring_charm']: 'Expert Tailoring Charm',
2264
+ ['/actions/crafting/expert_task_badge']: 'Expert Task Badge',
2265
+ ['/actions/crafting/expert_woodcutting_charm']: 'Expert Woodcutting Charm',
2266
+ ['/actions/crafting/eye_watch']: 'Eye Watch',
2267
+ ['/actions/crafting/fighter_necklace']: 'Fighter Necklace',
2268
+ ['/actions/crafting/frost_staff']: 'Frost Staff',
2269
+ ['/actions/crafting/ginkgo_bow']: 'Ginkgo Bow',
2270
+ ['/actions/crafting/ginkgo_crossbow']: 'Ginkgo Crossbow',
2271
+ ['/actions/crafting/ginkgo_fire_staff']: 'Ginkgo Fire Staff',
2272
+ ['/actions/crafting/ginkgo_lumber']: 'Ginkgo Lumber',
2273
+ ['/actions/crafting/ginkgo_nature_staff']: 'Ginkgo Nature Staff',
2274
+ ['/actions/crafting/ginkgo_shield']: 'Ginkgo Shield',
2275
+ ['/actions/crafting/ginkgo_water_staff']: 'Ginkgo Water Staff',
2276
+ ['/actions/crafting/grandmaster_alchemy_charm']: 'Grandmaster Alchemy Charm',
2277
+ ['/actions/crafting/grandmaster_attack_charm']: 'Grandmaster Attack Charm',
2278
+ ['/actions/crafting/grandmaster_brewing_charm']: 'Grandmaster Brewing Charm',
2279
+ ['/actions/crafting/grandmaster_cheesesmithing_charm']: 'Grandmaster Cheesesmithing Charm',
2280
+ ['/actions/crafting/grandmaster_cooking_charm']: 'Grandmaster Cooking Charm',
2281
+ ['/actions/crafting/grandmaster_crafting_charm']: 'Grandmaster Crafting Charm',
2282
+ ['/actions/crafting/grandmaster_defense_charm']: 'Grandmaster Defense Charm',
2283
+ ['/actions/crafting/grandmaster_enhancing_charm']: 'Grandmaster Enhancing Charm',
2284
+ ['/actions/crafting/grandmaster_foraging_charm']: 'Grandmaster Foraging Charm',
2285
+ ['/actions/crafting/grandmaster_intelligence_charm']: 'Grandmaster Intelligence Charm',
2286
+ ['/actions/crafting/grandmaster_magic_charm']: 'Grandmaster Magic Charm',
2287
+ ['/actions/crafting/grandmaster_melee_charm']: 'Grandmaster Melee Charm',
2288
+ ['/actions/crafting/grandmaster_milking_charm']: 'Grandmaster Milking Charm',
2289
+ ['/actions/crafting/grandmaster_ranged_charm']: 'Grandmaster Ranged Charm',
2290
+ ['/actions/crafting/grandmaster_stamina_charm']: 'Grandmaster Stamina Charm',
2291
+ ['/actions/crafting/grandmaster_tailoring_charm']: 'Grandmaster Tailoring Charm',
2292
+ ['/actions/crafting/grandmaster_woodcutting_charm']: 'Grandmaster Woodcutting Charm',
2293
+ ['/actions/crafting/infernal_battlestaff']: 'Infernal Battlestaff',
2294
+ ['/actions/crafting/jackalope_staff']: 'Jackalope Staff',
2295
+ ['/actions/crafting/lumber']: 'Lumber',
2296
+ ['/actions/crafting/manticore_shield']: 'Manticore Shield',
2297
+ ['/actions/crafting/master_alchemy_charm']: 'Master Alchemy Charm',
2298
+ ['/actions/crafting/master_attack_charm']: 'Master Attack Charm',
2299
+ ['/actions/crafting/master_brewing_charm']: 'Master Brewing Charm',
2300
+ ['/actions/crafting/master_cheesesmithing_charm']: 'Master Cheesesmithing Charm',
2301
+ ['/actions/crafting/master_cooking_charm']: 'Master Cooking Charm',
2302
+ ['/actions/crafting/master_crafting_charm']: 'Master Crafting Charm',
2303
+ ['/actions/crafting/master_defense_charm']: 'Master Defense Charm',
2304
+ ['/actions/crafting/master_enhancing_charm']: 'Master Enhancing Charm',
2305
+ ['/actions/crafting/master_foraging_charm']: 'Master Foraging Charm',
2306
+ ['/actions/crafting/master_intelligence_charm']: 'Master Intelligence Charm',
2307
+ ['/actions/crafting/master_magic_charm']: 'Master Magic Charm',
2308
+ ['/actions/crafting/master_melee_charm']: 'Master Melee Charm',
2309
+ ['/actions/crafting/master_milking_charm']: 'Master Milking Charm',
2310
+ ['/actions/crafting/master_ranged_charm']: 'Master Ranged Charm',
2311
+ ['/actions/crafting/master_stamina_charm']: 'Master Stamina Charm',
2312
+ ['/actions/crafting/master_tailoring_charm']: 'Master Tailoring Charm',
2313
+ ['/actions/crafting/master_woodcutting_charm']: 'Master Woodcutting Charm',
2314
+ ['/actions/crafting/mirror_of_protection']: 'Mirror Of Protection',
2315
+ ['/actions/crafting/necklace_of_efficiency']: 'Necklace Of Efficiency',
2316
+ ['/actions/crafting/necklace_of_speed']: 'Necklace Of Speed',
2317
+ ['/actions/crafting/necklace_of_wisdom']: 'Necklace Of Wisdom',
2318
+ ['/actions/crafting/philosophers_earrings']: "Philosopher's Earrings",
2319
+ ['/actions/crafting/philosophers_necklace']: "Philosopher's Necklace",
2320
+ ['/actions/crafting/philosophers_ring']: "Philosopher's Ring",
2321
+ ['/actions/crafting/pirate_chest_key']: 'Pirate Chest Key',
2322
+ ['/actions/crafting/pirate_entry_key']: 'Pirate Entry Key',
2323
+ ['/actions/crafting/purpleheart_bow']: 'Purpleheart Bow',
2324
+ ['/actions/crafting/purpleheart_crossbow']: 'Purpleheart Crossbow',
2325
+ ['/actions/crafting/purpleheart_fire_staff']: 'Purpleheart Fire Staff',
2326
+ ['/actions/crafting/purpleheart_lumber']: 'Purpleheart Lumber',
2327
+ ['/actions/crafting/purpleheart_nature_staff']: 'Purpleheart Nature Staff',
2328
+ ['/actions/crafting/purpleheart_shield']: 'Purpleheart Shield',
2329
+ ['/actions/crafting/purpleheart_water_staff']: 'Purpleheart Water Staff',
2330
+ ['/actions/crafting/ranger_necklace']: 'Ranger Necklace',
2331
+ ['/actions/crafting/redwood_bow']: 'Redwood Bow',
2332
+ ['/actions/crafting/redwood_crossbow']: 'Redwood Crossbow',
2333
+ ['/actions/crafting/redwood_fire_staff']: 'Redwood Fire Staff',
2334
+ ['/actions/crafting/redwood_lumber']: 'Redwood Lumber',
2335
+ ['/actions/crafting/redwood_nature_staff']: 'Redwood Nature Staff',
2336
+ ['/actions/crafting/redwood_shield']: 'Redwood Shield',
2337
+ ['/actions/crafting/redwood_water_staff']: 'Redwood Water Staff',
2338
+ ['/actions/crafting/ring_of_armor']: 'Ring Of Armor',
2339
+ ['/actions/crafting/ring_of_critical_strike']: 'Ring Of Critical Strike',
2340
+ ['/actions/crafting/ring_of_essence_find']: 'Ring Of Essence Find',
2341
+ ['/actions/crafting/ring_of_gathering']: 'Ring Of Gathering',
2342
+ ['/actions/crafting/ring_of_rare_find']: 'Ring Of Rare Find',
2343
+ ['/actions/crafting/ring_of_regeneration']: 'Ring Of Regeneration',
2344
+ ['/actions/crafting/ring_of_resistance']: 'Ring Of Resistance',
2345
+ ['/actions/crafting/rippling_trident']: 'Rippling Trident',
2346
+ ['/actions/crafting/rippling_trident_refined']: 'Rippling Trident (R)',
2347
+ ['/actions/crafting/sinister_chest_key']: 'Sinister Chest Key',
2348
+ ['/actions/crafting/sinister_entry_key']: 'Sinister Entry Key',
2349
+ ['/actions/crafting/soul_hunter_crossbow']: 'Soul Hunter Crossbow',
2350
+ ['/actions/crafting/sundering_crossbow']: 'Sundering Crossbow',
2351
+ ['/actions/crafting/sundering_crossbow_refined']: 'Sundering Crossbow (R)',
2352
+ ['/actions/crafting/treant_shield']: 'Treant Shield',
2353
+ ['/actions/crafting/vampiric_bow']: 'Vampiric Bow',
2354
+ ['/actions/crafting/watchful_relic']: 'Watchful Relic',
2355
+ ['/actions/crafting/wizard_necklace']: 'Wizard Necklace',
2356
+ ['/actions/crafting/wooden_bow']: 'Wooden Bow',
2357
+ ['/actions/crafting/wooden_crossbow']: 'Wooden Crossbow',
2358
+ ['/actions/crafting/wooden_fire_staff']: 'Wooden Fire Staff',
2359
+ ['/actions/crafting/wooden_nature_staff']: 'Wooden Nature Staff',
2360
+ ['/actions/crafting/wooden_shield']: 'Wooden Shield',
2361
+ ['/actions/crafting/wooden_water_staff']: 'Wooden Water Staff',
2362
+ ['/actions/enhancing/enhance']: 'Enhance',
2363
+ ['/actions/foraging/apple']: 'Apple',
2364
+ ['/actions/foraging/arabica_coffee_bean']: 'Arabica Coffee Bean',
2365
+ ['/actions/foraging/asteroid_belt']: 'Asteroid Belt',
2366
+ ['/actions/foraging/bamboo_branch']: 'Bamboo Branch',
2367
+ ['/actions/foraging/blackberry']: 'Blackberry',
2368
+ ['/actions/foraging/blueberry']: 'Blueberry',
2369
+ ['/actions/foraging/burble_beach']: 'Burble Beach',
2370
+ ['/actions/foraging/cocoon']: 'Cocoon',
2371
+ ['/actions/foraging/cotton']: 'Cotton',
2372
+ ['/actions/foraging/dragon_fruit']: 'Dragon Fruit',
2373
+ ['/actions/foraging/egg']: 'Egg',
2374
+ ['/actions/foraging/excelsa_coffee_bean']: 'Excelsa Coffee Bean',
2375
+ ['/actions/foraging/farmland']: 'Farmland',
2376
+ ['/actions/foraging/fieriosa_coffee_bean']: 'Fieriosa Coffee Bean',
2377
+ ['/actions/foraging/flax']: 'Flax',
2378
+ ['/actions/foraging/liberica_coffee_bean']: 'Liberica Coffee Bean',
2379
+ ['/actions/foraging/marsberry']: 'Marsberry',
2380
+ ['/actions/foraging/misty_forest']: 'Misty Forest',
2381
+ ['/actions/foraging/mooberry']: 'Mooberry',
2382
+ ['/actions/foraging/olympus_mons']: 'Olympus Mons',
2383
+ ['/actions/foraging/orange']: 'Orange',
2384
+ ['/actions/foraging/peach']: 'Peach',
2385
+ ['/actions/foraging/plum']: 'Plum',
2386
+ ['/actions/foraging/radiant_fiber']: 'Radiant Fiber',
2387
+ ['/actions/foraging/robusta_coffee_bean']: 'Robusta Coffee Bean',
2388
+ ['/actions/foraging/shimmering_lake']: 'Shimmering Lake',
2389
+ ['/actions/foraging/silly_cow_valley']: 'Silly Cow Valley',
2390
+ ['/actions/foraging/spaceberry']: 'Spaceberry',
2391
+ ['/actions/foraging/spacia_coffee_bean']: 'Spacia Coffee Bean',
2392
+ ['/actions/foraging/star_fruit']: 'Star Fruit',
2393
+ ['/actions/foraging/strawberry']: 'Strawberry',
2394
+ ['/actions/foraging/sugar']: 'Sugar',
2395
+ ['/actions/foraging/wheat']: 'Wheat',
2396
+ ['/actions/milking/azure_cow']: 'Azure Cow',
2397
+ ['/actions/milking/burble_cow']: 'Burble Cow',
2398
+ ['/actions/milking/cow']: 'Cow',
2399
+ ['/actions/milking/crimson_cow']: 'Crimson Cow',
2400
+ ['/actions/milking/holy_cow']: 'Holy Cow',
2401
+ ['/actions/milking/unicow']: 'Unicow',
2402
+ ['/actions/milking/verdant_cow']: 'Verdant Cow',
2403
+ ['/actions/tailoring/acrobatic_hood']: 'Acrobatic Hood',
2404
+ ['/actions/tailoring/acrobatic_hood_refined']: 'Acrobatic Hood (R)',
2405
+ ['/actions/tailoring/alchemists_bottoms']: "Alchemist's Bottoms",
2406
+ ['/actions/tailoring/alchemists_top']: "Alchemist's Top",
2407
+ ['/actions/tailoring/bamboo_boots']: 'Bamboo Boots',
2408
+ ['/actions/tailoring/bamboo_fabric']: 'Bamboo Fabric',
2409
+ ['/actions/tailoring/bamboo_gloves']: 'Bamboo Gloves',
2410
+ ['/actions/tailoring/bamboo_hat']: 'Bamboo Hat',
2411
+ ['/actions/tailoring/bamboo_robe_bottoms']: 'Bamboo Robe Bottoms',
2412
+ ['/actions/tailoring/bamboo_robe_top']: 'Bamboo Robe Top',
2413
+ ['/actions/tailoring/beast_boots']: 'Beast Boots',
2414
+ ['/actions/tailoring/beast_bracers']: 'Beast Bracers',
2415
+ ['/actions/tailoring/beast_chaps']: 'Beast Chaps',
2416
+ ['/actions/tailoring/beast_hood']: 'Beast Hood',
2417
+ ['/actions/tailoring/beast_leather']: 'Beast Leather',
2418
+ ['/actions/tailoring/beast_tunic']: 'Beast Tunic',
2419
+ ['/actions/tailoring/brewers_bottoms']: "Brewer's Bottoms",
2420
+ ['/actions/tailoring/brewers_top']: "Brewer's Top",
2421
+ ['/actions/tailoring/centaur_boots']: 'Centaur Boots',
2422
+ ['/actions/tailoring/cheesemakers_bottoms']: "Cheesemaker's Bottoms",
2423
+ ['/actions/tailoring/cheesemakers_top']: "Cheesemaker's Top",
2424
+ ['/actions/tailoring/chefs_bottoms']: "Chef's Bottoms",
2425
+ ['/actions/tailoring/chefs_top']: "Chef's Top",
2426
+ ['/actions/tailoring/chimerical_quiver_refined']: 'Chimerical Quiver (R)',
2427
+ ['/actions/tailoring/chrono_gloves']: 'Chrono Gloves',
2428
+ ['/actions/tailoring/collectors_boots']: 'Collectors Boots',
2429
+ ['/actions/tailoring/cotton_boots']: 'Cotton Boots',
2430
+ ['/actions/tailoring/cotton_fabric']: 'Cotton Fabric',
2431
+ ['/actions/tailoring/cotton_gloves']: 'Cotton Gloves',
2432
+ ['/actions/tailoring/cotton_hat']: 'Cotton Hat',
2433
+ ['/actions/tailoring/cotton_robe_bottoms']: 'Cotton Robe Bottoms',
2434
+ ['/actions/tailoring/cotton_robe_top']: 'Cotton Robe Top',
2435
+ ['/actions/tailoring/crafters_bottoms']: "Crafter's Bottoms",
2436
+ ['/actions/tailoring/crafters_top']: "Crafter's Top",
2437
+ ['/actions/tailoring/dairyhands_bottoms']: "Dairyhand's Bottoms",
2438
+ ['/actions/tailoring/dairyhands_top']: "Dairyhand's Top",
2439
+ ['/actions/tailoring/enchanted_cloak_refined']: 'Enchanted Cloak (R)',
2440
+ ['/actions/tailoring/enchanted_gloves']: 'Enchanted Gloves',
2441
+ ['/actions/tailoring/enhancers_bottoms']: "Enhancer's Bottoms",
2442
+ ['/actions/tailoring/enhancers_top']: "Enhancer's Top",
2443
+ ['/actions/tailoring/flaming_robe_bottoms']: 'Flaming Robe Bottoms',
2444
+ ['/actions/tailoring/flaming_robe_top']: 'Flaming Robe Top',
2445
+ ['/actions/tailoring/fluffy_red_hat']: 'Fluffy Red Hat',
2446
+ ['/actions/tailoring/foragers_bottoms']: "Forager's Bottoms",
2447
+ ['/actions/tailoring/foragers_top']: "Forager's Top",
2448
+ ['/actions/tailoring/giant_pouch']: 'Giant Pouch',
2449
+ ['/actions/tailoring/gluttonous_pouch']: 'Gluttonous Pouch',
2450
+ ['/actions/tailoring/gobo_boots']: 'Gobo Boots',
2451
+ ['/actions/tailoring/gobo_bracers']: 'Gobo Bracers',
2452
+ ['/actions/tailoring/gobo_chaps']: 'Gobo Chaps',
2453
+ ['/actions/tailoring/gobo_hood']: 'Gobo Hood',
2454
+ ['/actions/tailoring/gobo_leather']: 'Gobo Leather',
2455
+ ['/actions/tailoring/gobo_tunic']: 'Gobo Tunic',
2456
+ ['/actions/tailoring/griffin_chaps']: 'Griffin Chaps',
2457
+ ['/actions/tailoring/griffin_tunic']: 'Griffin Tunic',
2458
+ ['/actions/tailoring/guzzling_pouch']: 'Guzzling Pouch',
2459
+ ['/actions/tailoring/icy_robe_bottoms']: 'Icy Robe Bottoms',
2460
+ ['/actions/tailoring/icy_robe_top']: 'Icy Robe Top',
2461
+ ['/actions/tailoring/kraken_chaps']: 'Kraken Chaps',
2462
+ ['/actions/tailoring/kraken_chaps_refined']: 'Kraken Chaps (R)',
2463
+ ['/actions/tailoring/kraken_tunic']: 'Kraken Tunic',
2464
+ ['/actions/tailoring/kraken_tunic_refined']: 'Kraken Tunic (R)',
2465
+ ['/actions/tailoring/large_pouch']: 'Large Pouch',
2466
+ ['/actions/tailoring/linen_boots']: 'Linen Boots',
2467
+ ['/actions/tailoring/linen_fabric']: 'Linen Fabric',
2468
+ ['/actions/tailoring/linen_gloves']: 'Linen Gloves',
2469
+ ['/actions/tailoring/linen_hat']: 'Linen Hat',
2470
+ ['/actions/tailoring/linen_robe_bottoms']: 'Linen Robe Bottoms',
2471
+ ['/actions/tailoring/linen_robe_top']: 'Linen Robe Top',
2472
+ ['/actions/tailoring/lumberjacks_bottoms']: "Lumberjack's Bottoms",
2473
+ ['/actions/tailoring/lumberjacks_top']: "Lumberjack's Top",
2474
+ ['/actions/tailoring/luna_robe_bottoms']: 'Luna Robe Bottoms',
2475
+ ['/actions/tailoring/luna_robe_top']: 'Luna Robe Top',
2476
+ ['/actions/tailoring/magicians_hat']: "Magician's Hat",
2477
+ ['/actions/tailoring/magicians_hat_refined']: "Magician's Hat (R)",
2478
+ ['/actions/tailoring/marine_chaps']: 'Marine Chaps',
2479
+ ['/actions/tailoring/marine_tunic']: 'Marine Tunic',
2480
+ ['/actions/tailoring/marksman_bracers']: 'Marksman Bracers',
2481
+ ['/actions/tailoring/marksman_bracers_refined']: 'Marksman Bracers (R)',
2482
+ ['/actions/tailoring/medium_pouch']: 'Medium Pouch',
2483
+ ['/actions/tailoring/radiant_boots']: 'Radiant Boots',
2484
+ ['/actions/tailoring/radiant_fabric']: 'Radiant Fabric',
2485
+ ['/actions/tailoring/radiant_gloves']: 'Radiant Gloves',
2486
+ ['/actions/tailoring/radiant_hat']: 'Radiant Hat',
2487
+ ['/actions/tailoring/radiant_robe_bottoms']: 'Radiant Robe Bottoms',
2488
+ ['/actions/tailoring/radiant_robe_top']: 'Radiant Robe Top',
2489
+ ['/actions/tailoring/red_culinary_hat']: 'Red Culinary Hat',
2490
+ ['/actions/tailoring/reptile_boots']: 'Reptile Boots',
2491
+ ['/actions/tailoring/reptile_bracers']: 'Reptile Bracers',
2492
+ ['/actions/tailoring/reptile_chaps']: 'Reptile Chaps',
2493
+ ['/actions/tailoring/reptile_hood']: 'Reptile Hood',
2494
+ ['/actions/tailoring/reptile_leather']: 'Reptile Leather',
2495
+ ['/actions/tailoring/reptile_tunic']: 'Reptile Tunic',
2496
+ ['/actions/tailoring/revenant_chaps']: 'Revenant Chaps',
2497
+ ['/actions/tailoring/revenant_tunic']: 'Revenant Tunic',
2498
+ ['/actions/tailoring/rough_boots']: 'Rough Boots',
2499
+ ['/actions/tailoring/rough_bracers']: 'Rough Bracers',
2500
+ ['/actions/tailoring/rough_chaps']: 'Rough Chaps',
2501
+ ['/actions/tailoring/rough_hood']: 'Rough Hood',
2502
+ ['/actions/tailoring/rough_leather']: 'Rough Leather',
2503
+ ['/actions/tailoring/rough_tunic']: 'Rough Tunic',
2504
+ ['/actions/tailoring/royal_fire_robe_bottoms']: 'Royal Fire Robe Bottoms',
2505
+ ['/actions/tailoring/royal_fire_robe_bottoms_refined']: 'Royal Fire Robe Bottoms (R)',
2506
+ ['/actions/tailoring/royal_fire_robe_top']: 'Royal Fire Robe Top',
2507
+ ['/actions/tailoring/royal_fire_robe_top_refined']: 'Royal Fire Robe Top (R)',
2508
+ ['/actions/tailoring/royal_nature_robe_bottoms']: 'Royal Nature Robe Bottoms',
2509
+ ['/actions/tailoring/royal_nature_robe_bottoms_refined']: 'Royal Nature Robe Bottoms (R)',
2510
+ ['/actions/tailoring/royal_nature_robe_top']: 'Royal Nature Robe Top',
2511
+ ['/actions/tailoring/royal_nature_robe_top_refined']: 'Royal Nature Robe Top (R)',
2512
+ ['/actions/tailoring/royal_water_robe_bottoms']: 'Royal Water Robe Bottoms',
2513
+ ['/actions/tailoring/royal_water_robe_bottoms_refined']: 'Royal Water Robe Bottoms (R)',
2514
+ ['/actions/tailoring/royal_water_robe_top']: 'Royal Water Robe Top',
2515
+ ['/actions/tailoring/royal_water_robe_top_refined']: 'Royal Water Robe Top (R)',
2516
+ ['/actions/tailoring/shoebill_shoes']: 'Shoebill Shoes',
2517
+ ['/actions/tailoring/sighted_bracers']: 'Sighted Bracers',
2518
+ ['/actions/tailoring/silk_boots']: 'Silk Boots',
2519
+ ['/actions/tailoring/silk_fabric']: 'Silk Fabric',
2520
+ ['/actions/tailoring/silk_gloves']: 'Silk Gloves',
2521
+ ['/actions/tailoring/silk_hat']: 'Silk Hat',
2522
+ ['/actions/tailoring/silk_robe_bottoms']: 'Silk Robe Bottoms',
2523
+ ['/actions/tailoring/silk_robe_top']: 'Silk Robe Top',
2524
+ ['/actions/tailoring/sinister_cape_refined']: 'Sinister Cape (R)',
2525
+ ['/actions/tailoring/small_pouch']: 'Small Pouch',
2526
+ ['/actions/tailoring/sorcerer_boots']: 'Sorcerer Boots',
2527
+ ['/actions/tailoring/tailors_bottoms']: "Tailor's Bottoms",
2528
+ ['/actions/tailoring/tailors_top']: "Tailor's Top",
2529
+ ['/actions/tailoring/umbral_boots']: 'Umbral Boots',
2530
+ ['/actions/tailoring/umbral_bracers']: 'Umbral Bracers',
2531
+ ['/actions/tailoring/umbral_chaps']: 'Umbral Chaps',
2532
+ ['/actions/tailoring/umbral_hood']: 'Umbral Hood',
2533
+ ['/actions/tailoring/umbral_leather']: 'Umbral Leather',
2534
+ ['/actions/tailoring/umbral_tunic']: 'Umbral Tunic',
2535
+ ['/actions/woodcutting/arcane_tree']: 'Arcane Tree',
2536
+ ['/actions/woodcutting/birch_tree']: 'Birch Tree',
2537
+ ['/actions/woodcutting/cedar_tree']: 'Cedar Tree',
2538
+ ['/actions/woodcutting/ginkgo_tree']: 'Ginkgo Tree',
2539
+ ['/actions/woodcutting/purpleheart_tree']: 'Purpleheart Tree',
2540
+ ['/actions/woodcutting/redwood_tree']: 'Redwood Tree',
2541
+ ['/actions/woodcutting/tree']: 'Tree',
2542
+ };
2543
+ export const MONSTER_NAMES = {
2544
+ ['/monsters/abyssal_imp']: 'Abyssal Imp',
2545
+ ['/monsters/acrobat']: 'Acrobat',
2546
+ ['/monsters/alligator']: 'Sherlock',
2547
+ ['/monsters/anchor_shark']: 'Anchor Shark',
2548
+ ['/monsters/aquahorse']: 'Aquahorse',
2549
+ ['/monsters/black_bear']: 'Black Bear',
2550
+ ['/monsters/brine_marksman']: 'Brine Marksman',
2551
+ ['/monsters/butterjerry']: 'Butterjerry',
2552
+ ['/monsters/captain_fishhook']: 'Captain Fishhook',
2553
+ ['/monsters/centaur_archer']: 'Centaur Archer',
2554
+ ['/monsters/chronofrost_sorcerer']: 'Chronofrost Sorcerer',
2555
+ ['/monsters/crab']: 'I Pinch',
2556
+ ['/monsters/crystal_colossus']: 'Crystal Colossus',
2557
+ ['/monsters/demonic_overlord']: 'Demonic Overlord',
2558
+ ['/monsters/deranged_jester']: 'Deranged Jester',
2559
+ ['/monsters/dodocamel']: 'Dodocamel',
2560
+ ['/monsters/dusk_revenant']: 'Dusk Revenant',
2561
+ ['/monsters/elementalist']: 'Elementalist',
2562
+ ['/monsters/enchanted_bishop']: 'Enchanted Bishop',
2563
+ ['/monsters/enchanted_king']: 'Enchanted King',
2564
+ ['/monsters/enchanted_knight']: 'Enchanted Knight',
2565
+ ['/monsters/enchanted_pawn']: 'Enchanted Pawn',
2566
+ ['/monsters/enchanted_queen']: 'Enchanted Queen',
2567
+ ['/monsters/enchanted_rook']: 'Enchanted Rook',
2568
+ ['/monsters/eye']: 'Eye',
2569
+ ['/monsters/eyes']: 'Eyes',
2570
+ ['/monsters/flame_sorcerer']: 'Flame Sorcerer',
2571
+ ['/monsters/fly']: 'Fly',
2572
+ ['/monsters/frog']: 'Frogger',
2573
+ ['/monsters/giant_shoebill']: 'Giant Shoebill',
2574
+ ['/monsters/gobo_boomy']: 'Boomy',
2575
+ ['/monsters/gobo_chieftain']: 'Gobo Chieftain',
2576
+ ['/monsters/gobo_shooty']: 'Shooty',
2577
+ ['/monsters/gobo_slashy']: 'Slashy',
2578
+ ['/monsters/gobo_smashy']: 'Smashy',
2579
+ ['/monsters/gobo_stabby']: 'Stabby',
2580
+ ['/monsters/granite_golem']: 'Granite Golem',
2581
+ ['/monsters/griffin']: 'Griffin',
2582
+ ['/monsters/grizzly_bear']: 'Grizzly Bear',
2583
+ ['/monsters/gummy_bear']: 'Gummy Bear',
2584
+ ['/monsters/ice_sorcerer']: 'Ice Sorcerer',
2585
+ ['/monsters/infernal_warlock']: 'Infernal Warlock',
2586
+ ['/monsters/jackalope']: 'Jackalope',
2587
+ ['/monsters/juggler']: 'Juggler',
2588
+ ['/monsters/jungle_sprite']: 'Jungle Sprite',
2589
+ ['/monsters/luna_empress']: 'Luna Empress',
2590
+ ['/monsters/magician']: 'Magician',
2591
+ ['/monsters/magnetic_golem']: 'Magnetic Golem',
2592
+ ['/monsters/manticore']: 'Manticore',
2593
+ ['/monsters/marine_huntress']: 'Marine Huntress',
2594
+ ['/monsters/myconid']: 'Myconid',
2595
+ ['/monsters/nom_nom']: 'Nom Nom',
2596
+ ['/monsters/novice_sorcerer']: 'Novice Sorcerer',
2597
+ ['/monsters/panda']: 'Panda',
2598
+ ['/monsters/polar_bear']: 'Polar Bear',
2599
+ ['/monsters/porcupine']: 'Porcupine',
2600
+ ['/monsters/rabid_rabbit']: 'Rabid Rabbit',
2601
+ ['/monsters/rat']: 'Jerry',
2602
+ ['/monsters/red_panda']: 'Red Panda',
2603
+ ['/monsters/sea_snail']: 'Gary',
2604
+ ['/monsters/skunk']: 'Skunk',
2605
+ ['/monsters/slimy']: 'Slimy',
2606
+ ['/monsters/snake']: 'Thnake',
2607
+ ['/monsters/soul_hunter']: 'Soul Hunter',
2608
+ ['/monsters/squawker']: 'Squawker',
2609
+ ['/monsters/stalactite_golem']: 'Stalactite Golem',
2610
+ ['/monsters/swampy']: 'Swampy',
2611
+ ['/monsters/the_kraken']: 'The Kraken',
2612
+ ['/monsters/the_watcher']: 'The Watcher',
2613
+ ['/monsters/tidal_conjuror']: 'Tidal Conjuror',
2614
+ ['/monsters/treant']: 'Treant',
2615
+ ['/monsters/turtle']: 'Turuto',
2616
+ ['/monsters/vampire']: 'Vampire',
2617
+ ['/monsters/veyes']: 'Veyes',
2618
+ ['/monsters/werewolf']: 'Werewolf',
2619
+ ['/monsters/zombie']: 'Zombie',
2620
+ ['/monsters/zombie_bear']: 'Zombie Bear',
2621
+ };
2622
+ export const ABILITY_NAMES = {
2623
+ ['/abilities/aqua_arrow']: 'Aqua Arrow',
2624
+ ['/abilities/berserk']: 'Berserk',
2625
+ ['/abilities/cleave']: 'Cleave',
2626
+ ['/abilities/crippling_slash']: 'Crippling Slash',
2627
+ ['/abilities/critical_aura']: 'Critical Aura',
2628
+ ['/abilities/elemental_affinity']: 'Elemental Affinity',
2629
+ ['/abilities/elusiveness']: 'Elusiveness',
2630
+ ['/abilities/entangle']: 'Entangle',
2631
+ ['/abilities/fierce_aura']: 'Fierce Aura',
2632
+ ['/abilities/fireball']: 'Fireball',
2633
+ ['/abilities/firestorm']: 'Firestorm',
2634
+ ['/abilities/flame_arrow']: 'Flame Arrow',
2635
+ ['/abilities/flame_blast']: 'Flame Blast',
2636
+ ['/abilities/fracturing_impact']: 'Fracturing Impact',
2637
+ ['/abilities/frenzy']: 'Frenzy',
2638
+ ['/abilities/frost_surge']: 'Frost Surge',
2639
+ ['/abilities/guardian_aura']: 'Guardian Aura',
2640
+ ['/abilities/heal']: 'Heal',
2641
+ ['/abilities/ice_spear']: 'Ice Spear',
2642
+ ['/abilities/impale']: 'Impale',
2643
+ ['/abilities/insanity']: 'Insanity',
2644
+ ['/abilities/invincible']: 'Invincible',
2645
+ ['/abilities/life_drain']: 'Life Drain',
2646
+ ['/abilities/maim']: 'Maim',
2647
+ ['/abilities/mana_spring']: 'Mana Spring',
2648
+ ['/abilities/minor_heal']: 'Minor Heal',
2649
+ ['/abilities/mystic_aura']: 'Mystic Aura',
2650
+ ['/abilities/natures_veil']: "Nature's Veil",
2651
+ ['/abilities/penetrating_shot']: 'Penetrating Shot',
2652
+ ['/abilities/penetrating_strike']: 'Penetrating Strike',
2653
+ ['/abilities/pestilent_shot']: 'Pestilent Shot',
2654
+ ['/abilities/poke']: 'Poke',
2655
+ ['/abilities/precision']: 'Precision',
2656
+ ['/abilities/promote']: 'Promote',
2657
+ ['/abilities/provoke']: 'Provoke',
2658
+ ['/abilities/puncture']: 'Puncture',
2659
+ ['/abilities/quick_aid']: 'Quick Aid',
2660
+ ['/abilities/quick_shot']: 'Quick Shot',
2661
+ ['/abilities/rain_of_arrows']: 'Rain Of Arrows',
2662
+ ['/abilities/rejuvenate']: 'Rejuvenate',
2663
+ ['/abilities/retribution']: 'Retribution',
2664
+ ['/abilities/revive']: 'Revive',
2665
+ ['/abilities/scratch']: 'Scratch',
2666
+ ['/abilities/shield_bash']: 'Shield Bash',
2667
+ ['/abilities/silencing_shot']: 'Silencing Shot',
2668
+ ['/abilities/smack']: 'Smack',
2669
+ ['/abilities/smoke_burst']: 'Smoke Burst',
2670
+ ['/abilities/speed_aura']: 'Speed Aura',
2671
+ ['/abilities/spike_shell']: 'Spike Shell',
2672
+ ['/abilities/steady_shot']: 'Steady Shot',
2673
+ ['/abilities/stunning_blow']: 'Stunning Blow',
2674
+ ['/abilities/sweep']: 'Sweep',
2675
+ ['/abilities/taunt']: 'Taunt',
2676
+ ['/abilities/toughness']: 'Toughness',
2677
+ ['/abilities/toxic_pollen']: 'Toxic Pollen',
2678
+ ['/abilities/vampirism']: 'Vampirism',
2679
+ ['/abilities/water_strike']: 'Water Strike',
2680
+ };
2681
+ export const ABILITY_DESCRIPTIONS = {
2682
+ ['/abilities/aqua_arrow']: 'Shoots an arrow made of water at the targeted enemy',
2683
+ ['/abilities/berserk']: 'Greatly increases physical damage temporarily',
2684
+ ['/abilities/cleave']: 'Cleaves all enemies',
2685
+ ['/abilities/crippling_slash']: 'Slashes all enemies and reduce their damage',
2686
+ ['/abilities/critical_aura']: "Increases critical rate and critical damage for all allies. Effect increases by (0.005x) per caster's Ranged level",
2687
+ ['/abilities/elemental_affinity']: 'Greatly increases elemental damage temporarily',
2688
+ ['/abilities/elusiveness']: 'Greatly increases evasion temporarily',
2689
+ ['/abilities/entangle']: 'Entangles the targeted enemy, dealing damage with chance to stun',
2690
+ ['/abilities/fierce_aura']: "Increases physical amplify for all allies. Effect increases by (0.005x) per caster's Melee level",
2691
+ ['/abilities/fireball']: 'Casts a fireball at the targeted enemy',
2692
+ ['/abilities/firestorm']: 'Casts a firestorm at all enemies',
2693
+ ['/abilities/flame_arrow']: 'Shoots a flaming arrow at the targeted enemy',
2694
+ ['/abilities/flame_blast']: 'Casts a flame blast at all enemies',
2695
+ ['/abilities/fracturing_impact']: 'Attacks all enemies, dealing damage and increases their damage taken',
2696
+ ['/abilities/frenzy']: 'Greatly increases attack speed temporarily',
2697
+ ['/abilities/frost_surge']: 'Casts frost surge at all enemies, dealing damage and reducing evasion',
2698
+ ['/abilities/guardian_aura']: "Increases healing amplify, evasion, armor, and resistances for all allies. Effect increases by (0.005x) per caster's Defense level",
2699
+ ['/abilities/heal']: 'Casts heal on yourself',
2700
+ ['/abilities/ice_spear']: 'Casts an ice spear at the targeted enemy, dealing damage and reducing attack speed',
2701
+ ['/abilities/impale']: 'Impales the targeted enemy',
2702
+ ['/abilities/insanity']: 'Increases damage, attack speed, and cast speed temporarily at the cost of HP',
2703
+ ['/abilities/invincible']: 'Tremendously increases armor, resistances, and tenacity temporarily',
2704
+ ['/abilities/life_drain']: 'Drains the life force of the targeted enemy, dealing damage and healing the caster',
2705
+ ['/abilities/maim']: 'Maims the targeted enemy and causes bleeding',
2706
+ ['/abilities/mana_spring']: 'Casts mana spring at all enemies, dealing damage and increasing ally MP regeneration',
2707
+ ['/abilities/minor_heal']: 'Casts minor heal on yourself',
2708
+ ['/abilities/mystic_aura']: "Increases elemental amplify for all allies. Effect increases by (0.005x) per caster's Magic level",
2709
+ ['/abilities/natures_veil']: "Cast's a veil over all enemies, dealing damage with a chance to blind",
2710
+ ['/abilities/penetrating_shot']: 'Shoots the targeted enemy. On each successful hit, will pierce and hit the next enemy',
2711
+ ['/abilities/penetrating_strike']: 'Strikes the targeted enemy. On each successful hit, will pierce and hit the next enemy.',
2712
+ ['/abilities/pestilent_shot']: 'Shoots the targeted enemy, dealing damage and decreasing armor and resistances',
2713
+ ['/abilities/poke']: 'Pokes the targeted enemy',
2714
+ ['/abilities/precision']: 'Greatly increases accuracy temporarily',
2715
+ ['/abilities/promote']: 'Promotes a pawn',
2716
+ ['/abilities/provoke']: 'Tremendously increases threat rating',
2717
+ ['/abilities/puncture']: "Punctures the targeted enemy's armor, dealing damage and temporarily reducing its armor",
2718
+ ['/abilities/quick_aid']: 'Casts heal on the ally with the lowest HP percentage',
2719
+ ['/abilities/quick_shot']: 'Takes a quick shot at the targeted enemy',
2720
+ ['/abilities/rain_of_arrows']: 'Shoots a rain of arrows on all enemies',
2721
+ ['/abilities/rejuvenate']: 'Heals all allies',
2722
+ ['/abilities/retribution']: 'Gains retaliation temporarily',
2723
+ ['/abilities/revive']: 'Revives a dead ally',
2724
+ ['/abilities/scratch']: 'Scratches the targeted enemy',
2725
+ ['/abilities/shield_bash']: "Bashes the targeted enemy with a shield, dealing extra damage based on attacker's armor",
2726
+ ['/abilities/silencing_shot']: 'Takes a shot at the targeted enemy, temporarily silencing them',
2727
+ ['/abilities/smack']: 'Smacks the targeted enemy',
2728
+ ['/abilities/smoke_burst']: 'Casts a smoke burst at the targeted enemy, dealing damage and decreasing their accuracy',
2729
+ ['/abilities/speed_aura']: "Increases attack speed and cast speed for all allies. Effect increases by (0.005x) per caster's Attack level",
2730
+ ['/abilities/spike_shell']: 'Gains physical and elemental thorns temporarily',
2731
+ ['/abilities/steady_shot']: 'Takes a shot at the targeted enemy with greatly enhanced accuracy',
2732
+ ['/abilities/stunning_blow']: 'Smashes the targeted enemy and has a chance to stun',
2733
+ ['/abilities/sweep']: 'Performs a sweeping attack on all enemies',
2734
+ ['/abilities/taunt']: 'Greatly increases threat rating',
2735
+ ['/abilities/toughness']: 'Greatly increases armor and resistances temporarily',
2736
+ ['/abilities/toxic_pollen']: 'Casts toxic pollen at all enemies, dealing damage and decreasing armor and resistances',
2737
+ ['/abilities/vampirism']: 'Gains lifesteal temporarily',
2738
+ ['/abilities/water_strike']: 'Casts a water strike at the targeted enemy',
2739
+ };
2740
+ export const BUFFTYPE_NAMES = {
2741
+ ['/buff_types/accuracy']: 'Accuracy',
2742
+ ['/buff_types/action_level']: 'Action Level',
2743
+ ['/buff_types/action_speed']: 'Action Speed',
2744
+ ['/buff_types/alchemy_level']: 'Alchemy Level',
2745
+ ['/buff_types/alchemy_success']: 'Alchemy Success',
2746
+ ['/buff_types/armor']: 'Armor',
2747
+ ['/buff_types/artisan']: 'Artisan',
2748
+ ['/buff_types/attack_level']: 'Attack Level',
2749
+ ['/buff_types/attack_speed']: 'Attack Speed',
2750
+ ['/buff_types/blessed']: 'Blessed',
2751
+ ['/buff_types/brewing_level']: 'Brewing Level',
2752
+ ['/buff_types/cast_speed']: 'Cast Speed',
2753
+ ['/buff_types/cheesesmithing_level']: 'Cheesesmithing Level',
2754
+ ['/buff_types/combat_drop_quantity']: 'Combat Drop Quantity',
2755
+ ['/buff_types/combat_drop_rate']: 'Combat Drop Rate',
2756
+ ['/buff_types/cooking_level']: 'Cooking Level',
2757
+ ['/buff_types/crafting_level']: 'Crafting Level',
2758
+ ['/buff_types/critical_damage']: 'Critical Damage',
2759
+ ['/buff_types/critical_rate']: 'Critical Rate',
2760
+ ['/buff_types/damage']: 'Damage',
2761
+ ['/buff_types/damage_taken']: 'Damage Taken',
2762
+ ['/buff_types/defense_level']: 'Defense Level',
2763
+ ['/buff_types/efficiency']: 'Efficiency',
2764
+ ['/buff_types/elemental_thorns']: 'Elemental Thorns',
2765
+ ['/buff_types/enhancing_level']: 'Enhancing Level',
2766
+ ['/buff_types/enhancing_success']: 'Enhancing Success',
2767
+ ['/buff_types/essence_find']: 'Essence Find',
2768
+ ['/buff_types/evasion']: 'Evasion',
2769
+ ['/buff_types/fire_amplify']: 'Fire Amplify',
2770
+ ['/buff_types/fire_resistance']: 'Fire Resistance',
2771
+ ['/buff_types/foraging_level']: 'Foraging Level',
2772
+ ['/buff_types/gathering']: 'Gathering',
2773
+ ['/buff_types/gourmet']: 'Gourmet',
2774
+ ['/buff_types/healing_amplify']: 'Healing Amplify',
2775
+ ['/buff_types/hp_regen']: 'HP Regen',
2776
+ ['/buff_types/intelligence_level']: 'Intelligence Level',
2777
+ ['/buff_types/life_steal']: 'Life Steal',
2778
+ ['/buff_types/magic_level']: 'Magic Level',
2779
+ ['/buff_types/mana_leech']: 'Mana Leech',
2780
+ ['/buff_types/melee_level']: 'Melee Level',
2781
+ ['/buff_types/milking_level']: 'Milking Level',
2782
+ ['/buff_types/mp_regen']: 'MP Regen',
2783
+ ['/buff_types/nature_amplify']: 'Nature Amplify',
2784
+ ['/buff_types/nature_resistance']: 'Nature Resistance',
2785
+ ['/buff_types/physical_amplify']: 'Physical Amplify',
2786
+ ['/buff_types/physical_thorns']: 'Physical Thorns',
2787
+ ['/buff_types/processing']: 'Processing',
2788
+ ['/buff_types/ranged_level']: 'Ranged Level',
2789
+ ['/buff_types/rare_find']: 'Rare Find',
2790
+ ['/buff_types/retaliation']: 'Retaliation',
2791
+ ['/buff_types/stamina_level']: 'Stamina Level',
2792
+ ['/buff_types/tailoring_level']: 'Tailoring Level',
2793
+ ['/buff_types/task_action_speed']: 'Task Action Speed',
2794
+ ['/buff_types/tenacity']: 'Tenacity',
2795
+ ['/buff_types/threat']: 'Threat',
2796
+ ['/buff_types/water_amplify']: 'Water Amplify',
2797
+ ['/buff_types/water_resistance']: 'Water Resistance',
2798
+ ['/buff_types/wisdom']: 'Wisdom',
2799
+ ['/buff_types/woodcutting_level']: 'Woodcutting Level',
2800
+ };
2801
+ export const BUFFTYPE_DESCRIPTIONS = {
2802
+ ['/buff_types/accuracy']: 'Increases accuracy rating',
2803
+ ['/buff_types/action_level']: 'Increases required levels for the action',
2804
+ ['/buff_types/action_speed']: 'Decreases time cost for the action',
2805
+ ['/buff_types/alchemy_level']: 'Buffs alchemy level',
2806
+ ['/buff_types/alchemy_success']: 'Multiplicative bonus to success rate while alchemizing',
2807
+ ['/buff_types/armor']: 'Decreases physical damage taken',
2808
+ ['/buff_types/artisan']: 'Reduces required materials during production',
2809
+ ['/buff_types/attack_level']: 'Buffs attack level',
2810
+ ['/buff_types/attack_speed']: 'Increases auto attack speed',
2811
+ ['/buff_types/blessed']: 'Chance to gain +2 instead of +1 on enhancing success',
2812
+ ['/buff_types/brewing_level']: 'Buffs brewing level',
2813
+ ['/buff_types/cast_speed']: 'Increases ability casting speed',
2814
+ ['/buff_types/cheesesmithing_level']: 'Buffs cheesesmithing level',
2815
+ ['/buff_types/combat_drop_quantity']: 'Increases quantity of combat loot',
2816
+ ['/buff_types/combat_drop_rate']: 'Increases drop rate of combat loot',
2817
+ ['/buff_types/cooking_level']: 'Buffs cooking level',
2818
+ ['/buff_types/crafting_level']: 'Buffs crafting level',
2819
+ ['/buff_types/critical_damage']: 'Increases critical damage',
2820
+ ['/buff_types/critical_rate']: 'Increases critical rate',
2821
+ ['/buff_types/damage']: 'Increases damage',
2822
+ ['/buff_types/damage_taken']: 'Increases damage taken',
2823
+ ['/buff_types/defense_level']: 'Buffs defense level',
2824
+ ['/buff_types/efficiency']: 'Chance of repeating the action instantly',
2825
+ ['/buff_types/elemental_thorns']: 'Deals percentage of your resistance as damage back to the attacker',
2826
+ ['/buff_types/enhancing_level']: 'Buffs enhancing level',
2827
+ ['/buff_types/enhancing_success']: 'Multiplicative bonus to success rate while enhancing',
2828
+ ['/buff_types/essence_find']: 'Increases drop rate of essences',
2829
+ ['/buff_types/evasion']: 'Increases evasion rating',
2830
+ ['/buff_types/fire_amplify']: 'Increases fire damage',
2831
+ ['/buff_types/fire_resistance']: 'Decreases fire damage taken',
2832
+ ['/buff_types/foraging_level']: 'Buffs foraging level',
2833
+ ['/buff_types/gathering']: 'Increases gathering quantity',
2834
+ ['/buff_types/gourmet']: 'Chance to produce an additional item for free',
2835
+ ['/buff_types/healing_amplify']: 'Increases healing amount',
2836
+ ['/buff_types/hp_regen']: 'Increases HP regeneration',
2837
+ ['/buff_types/intelligence_level']: 'Buffs intelligence level',
2838
+ ['/buff_types/life_steal']: 'Gains life steal on auto attacks',
2839
+ ['/buff_types/magic_level']: 'Buffs magic level',
2840
+ ['/buff_types/mana_leech']: 'Gains mana leech on auto attacks',
2841
+ ['/buff_types/melee_level']: 'Buffs melee level',
2842
+ ['/buff_types/milking_level']: 'Buffs milking level',
2843
+ ['/buff_types/mp_regen']: 'Increases MP regeneration',
2844
+ ['/buff_types/nature_amplify']: 'Increases nature damage',
2845
+ ['/buff_types/nature_resistance']: 'Decreases nature damage taken',
2846
+ ['/buff_types/physical_amplify']: 'Increases physical damage',
2847
+ ['/buff_types/physical_thorns']: 'Deals percentage of your armor as damage back to the attacker',
2848
+ ['/buff_types/processing']: 'Chance to instantly convert gathered resource into processed material (cheese, fabric, and lumber)',
2849
+ ['/buff_types/ranged_level']: 'Buffs ranged level',
2850
+ ['/buff_types/rare_find']: 'Increases rare item drop rate',
2851
+ ['/buff_types/retaliation']: 'Reflects a percentage of incoming damage as a smash attack back to the attacker',
2852
+ ['/buff_types/stamina_level']: 'Buffs stamina level',
2853
+ ['/buff_types/tailoring_level']: 'Buffs tailoring level',
2854
+ ['/buff_types/task_action_speed']: 'Decreases time cost for task actions',
2855
+ ['/buff_types/tenacity']: 'Reduces chance of being blinded, silenced, or stunned',
2856
+ ['/buff_types/threat']: 'Increases chance of being targeted in combat',
2857
+ ['/buff_types/water_amplify']: 'Increases water damage',
2858
+ ['/buff_types/water_resistance']: 'Decreases water damage taken',
2859
+ ['/buff_types/wisdom']: 'Increases experience gained',
2860
+ ['/buff_types/woodcutting_level']: 'Buffs woodcutting level',
2861
+ };
2862
+ export const HOUSEROOM_NAMES = {
2863
+ ['/house_rooms/archery_range']: 'Archery Range',
2864
+ ['/house_rooms/armory']: 'Armory',
2865
+ ['/house_rooms/brewery']: 'Brewery',
2866
+ ['/house_rooms/dairy_barn']: 'Dairy Barn',
2867
+ ['/house_rooms/dining_room']: 'Dining Room',
2868
+ ['/house_rooms/dojo']: 'Dojo',
2869
+ ['/house_rooms/forge']: 'Forge',
2870
+ ['/house_rooms/garden']: 'Garden',
2871
+ ['/house_rooms/gym']: 'Gym',
2872
+ ['/house_rooms/kitchen']: 'Kitchen',
2873
+ ['/house_rooms/laboratory']: 'Laboratory',
2874
+ ['/house_rooms/library']: 'Library',
2875
+ ['/house_rooms/log_shed']: 'Log Shed',
2876
+ ['/house_rooms/mystical_study']: 'Mystical Study',
2877
+ ['/house_rooms/observatory']: 'Observatory',
2878
+ ['/house_rooms/sewing_parlor']: 'Sewing Parlor',
2879
+ ['/house_rooms/workshop']: 'Workshop',
2880
+ };
2881
+ export const enTranslations = {
2882
+ locale: 'en',
2883
+ skills: SKILL_NAMES,
2884
+ items: ITEM_NAMES,
2885
+ itemDescriptions: ITEM_DESCRIPTIONS,
2886
+ actions: ACTION_NAMES,
2887
+ monsters: MONSTER_NAMES,
2888
+ abilities: ABILITY_NAMES,
2889
+ abilityDescriptions: ABILITY_DESCRIPTIONS,
2890
+ buffs: BUFFTYPE_NAMES,
2891
+ buffDescriptions: BUFFTYPE_DESCRIPTIONS,
2892
+ houseRooms: HOUSEROOM_NAMES,
2893
+ };
2894
+ //# sourceMappingURL=translations.js.map