stardew-valley-data 0.1.0

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 (1988) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/LICENSE +21 -0
  3. package/README.md +442 -0
  4. package/data/achievements.json +443 -0
  5. package/data/animals.json +426 -0
  6. package/data/artifacts.json +477 -0
  7. package/data/artisan-goods.json +664 -0
  8. package/data/bait.json +51 -0
  9. package/data/blacksmith-shop.json +34 -0
  10. package/data/bookseller-shop.json +256 -0
  11. package/data/buildings.json +529 -0
  12. package/data/bundles.json +2026 -0
  13. package/data/carpenter-shop.json +191 -0
  14. package/data/casino-shop.json +106 -0
  15. package/data/collections.json +565 -0
  16. package/data/concessions.json +170 -0
  17. package/data/cooking.json +1311 -0
  18. package/data/crafting.json +4152 -0
  19. package/data/crops.json +1396 -0
  20. package/data/desert-trader-shop.json +276 -0
  21. package/data/dwarf-shop.json +90 -0
  22. package/data/events.json +415 -0
  23. package/data/farmhouse.json +118 -0
  24. package/data/field-office.json +120 -0
  25. package/data/fish.json +1176 -0
  26. package/data/footwear.json +164 -0
  27. package/data/forageables.json +434 -0
  28. package/data/golden-walnuts.json +554 -0
  29. package/data/guild-shop.json +358 -0
  30. package/data/hats.json +856 -0
  31. package/data/island-trader-shop.json +244 -0
  32. package/data/joja-shop.json +275 -0
  33. package/data/krobus-shop.json +169 -0
  34. package/data/locations.json +520 -0
  35. package/data/lost-books.json +128 -0
  36. package/data/maps.json +124 -0
  37. package/data/marnie-shop.json +120 -0
  38. package/data/medical-supplies-shop.json +20 -0
  39. package/data/minerals.json +1055 -0
  40. package/data/mixed-seeds.json +32 -0
  41. package/data/monster-loot.json +63 -0
  42. package/data/monster-slayer-goals.json +134 -0
  43. package/data/monsters.json +626 -0
  44. package/data/oasis-shop.json +137 -0
  45. package/data/perfection.json +90 -0
  46. package/data/pierre-shop.json +500 -0
  47. package/data/professions.json +242 -0
  48. package/data/qi-shop.json +275 -0
  49. package/data/quests.json +466 -0
  50. package/data/rings.json +397 -0
  51. package/data/saloon-shop.json +132 -0
  52. package/data/seasons.json +118 -0
  53. package/data/secret-notes.json +230 -0
  54. package/data/skills.json +448 -0
  55. package/data/special-items.json +347 -0
  56. package/data/special-orders.json +338 -0
  57. package/data/stardrops.json +51 -0
  58. package/data/tackle.json +72 -0
  59. package/data/tools.json +443 -0
  60. package/data/trees.json +386 -0
  61. package/data/trinkets.json +74 -0
  62. package/data/universal-gifts.json +100 -0
  63. package/data/villagers.json +1329 -0
  64. package/data/volcano-shop.json +95 -0
  65. package/data/weapon-stats.json +32 -0
  66. package/data/weapons.json +1040 -0
  67. package/data/weather.json +83 -0
  68. package/data/willy-shop.json +211 -0
  69. package/data/wizard-shop.json +135 -0
  70. package/dist/index.d.mts +2788 -0
  71. package/dist/index.d.ts +2788 -0
  72. package/dist/index.js +33119 -0
  73. package/dist/index.js.map +1 -0
  74. package/dist/index.mjs +32936 -0
  75. package/dist/index.mjs.map +1 -0
  76. package/images/achievements/Achievement_A_Big_Help.jpg +0 -0
  77. package/images/achievements/Achievement_A_Complete_Collection.jpg +0 -0
  78. package/images/achievements/Achievement_A_Distant_Shore.jpg +0 -0
  79. package/images/achievements/Achievement_A_New_Friend.jpg +0 -0
  80. package/images/achievements/Achievement_An_Unforgettable_Soup.jpg +0 -0
  81. package/images/achievements/Achievement_Artisan.jpg +0 -0
  82. package/images/achievements/Achievement_Best_Friends.jpg +0 -0
  83. package/images/achievements/Achievement_Blue_Ribbon.jpg +0 -0
  84. package/images/achievements/Achievement_Cliques.jpg +0 -0
  85. package/images/achievements/Achievement_Cook.jpg +0 -0
  86. package/images/achievements/Achievement_Cowpoke.jpg +0 -0
  87. package/images/achievements/Achievement_DIY.jpg +0 -0
  88. package/images/achievements/Achievement_Danger_In_The_Deep.jpg +0 -0
  89. package/images/achievements/Achievement_Fectors_Challenge.jpg +0 -0
  90. package/images/achievements/Achievement_Fisherman.jpg +0 -0
  91. package/images/achievements/Achievement_Full_House.jpg +0 -0
  92. package/images/achievements/Achievement_Full_Shipment.jpg +0 -0
  93. package/images/achievements/Achievement_Gofer.jpg +0 -0
  94. package/images/achievements/Achievement_Good_Neighbors.jpg +0 -0
  95. package/images/achievements/Achievement_Gourmet_Chef.jpg +0 -0
  96. package/images/achievements/Achievement_Greenhorn.jpg +0 -0
  97. package/images/achievements/Achievement_Homesteader.jpg +0 -0
  98. package/images/achievements/Achievement_Infinite_Power.jpg +0 -0
  99. package/images/achievements/Achievement_Joja_Co._Member_Of_The_Year.jpg +0 -0
  100. package/images/achievements/Achievement_Legend.jpg +0 -0
  101. package/images/achievements/Achievement_Living_Large.jpg +0 -0
  102. package/images/achievements/Achievement_Local_Legend.jpg +0 -0
  103. package/images/achievements/Achievement_Master_Angler.jpg +0 -0
  104. package/images/achievements/Achievement_Master_Craft.jpg +0 -0
  105. package/images/achievements/Achievement_Master_Of_The_Five_Ways.jpg +0 -0
  106. package/images/achievements/Achievement_Millionaire.jpg +0 -0
  107. package/images/achievements/Achievement_Monoculture.jpg +0 -0
  108. package/images/achievements/Achievement_Mother_Catch.jpg +0 -0
  109. package/images/achievements/Achievement_Moving_Up.jpg +0 -0
  110. package/images/achievements/Achievement_Mystery_Of_The_Stardrops.jpg +0 -0
  111. package/images/achievements/Achievement_Networking.jpg +0 -0
  112. package/images/achievements/Achievement_Ol_Mariner.jpg +0 -0
  113. package/images/achievements/Achievement_Perfection.jpg +0 -0
  114. package/images/achievements/Achievement_Polyculture.jpg +0 -0
  115. package/images/achievements/Achievement_Popular.jpg +0 -0
  116. package/images/achievements/Achievement_Prarie_King.jpg +0 -0
  117. package/images/achievements/Achievement_Protector_Of_The_Valley.jpg +0 -0
  118. package/images/achievements/Achievement_Singular_Talent.jpg +0 -0
  119. package/images/achievements/Achievement_Sous_Chef.jpg +0 -0
  120. package/images/achievements/Achievement_Star_01.png +0 -0
  121. package/images/achievements/Achievement_Star_02.png +0 -0
  122. package/images/achievements/Achievement_Star_03.png +0 -0
  123. package/images/achievements/Achievement_Star_04.png +0 -0
  124. package/images/achievements/Achievement_Star_06.png +0 -0
  125. package/images/achievements/Achievement_Star_07.png +0 -0
  126. package/images/achievements/Achievement_Star_08.png +0 -0
  127. package/images/achievements/Achievement_Star_09.png +0 -0
  128. package/images/achievements/Achievement_Star_10.png +0 -0
  129. package/images/achievements/Achievement_Star_11.png +0 -0
  130. package/images/achievements/Achievement_Star_12.png +0 -0
  131. package/images/achievements/Achievement_The_Beloved_Farmer.jpg +0 -0
  132. package/images/achievements/Achievement_The_Bottom.jpg +0 -0
  133. package/images/achievements/Achievement_Treasure_Trove.jpg +0 -0
  134. package/images/achievements/Achievement_Two_Thumbs_Up.jpg +0 -0
  135. package/images/achievements/Achievement_Well-Read.jpg +0 -0
  136. package/images/animals/Blue Chicken.png +0 -0
  137. package/images/animals/Brown Chicken.png +0 -0
  138. package/images/animals/Brown Cow.png +0 -0
  139. package/images/animals/Cat 1.png +0 -0
  140. package/images/animals/Cat 2.png +0 -0
  141. package/images/animals/Cat 3.png +0 -0
  142. package/images/animals/Cat 4.png +0 -0
  143. package/images/animals/Cat 5.png +0 -0
  144. package/images/animals/Dinosaur.png +0 -0
  145. package/images/animals/Dog 1.png +0 -0
  146. package/images/animals/Dog 2.png +0 -0
  147. package/images/animals/Dog 3.png +0 -0
  148. package/images/animals/Dog 4.png +0 -0
  149. package/images/animals/Dog 5.png +0 -0
  150. package/images/animals/Duck.png +0 -0
  151. package/images/animals/Goat.png +0 -0
  152. package/images/animals/Golden Chicken.png +0 -0
  153. package/images/animals/Iridium Turtle.png +0 -0
  154. package/images/animals/Ostrich.png +0 -0
  155. package/images/animals/Pig.png +0 -0
  156. package/images/animals/Rabbit.png +0 -0
  157. package/images/animals/Sheep.png +0 -0
  158. package/images/animals/Turtle.png +0 -0
  159. package/images/animals/Void Chicken.png +0 -0
  160. package/images/animals/White Chicken.png +0 -0
  161. package/images/animals/White Cow.png +0 -0
  162. package/images/animals/horse.png +0 -0
  163. package/images/animals/produce/Brown Egg.png +0 -0
  164. package/images/animals/produce/Dinosaur Egg.png +0 -0
  165. package/images/animals/produce/Duck Egg.png +0 -0
  166. package/images/animals/produce/Duck Feather.png +0 -0
  167. package/images/animals/produce/Egg.png +0 -0
  168. package/images/animals/produce/Goat Milk.png +0 -0
  169. package/images/animals/produce/Golden Egg.png +0 -0
  170. package/images/animals/produce/Large Brown Egg.png +0 -0
  171. package/images/animals/produce/Large Egg.png +0 -0
  172. package/images/animals/produce/Large Goat Milk.png +0 -0
  173. package/images/animals/produce/Large Milk.png +0 -0
  174. package/images/animals/produce/Milk.png +0 -0
  175. package/images/animals/produce/Ostrich Egg.png +0 -0
  176. package/images/animals/produce/Rabbit's Foot.png +0 -0
  177. package/images/animals/produce/Truffle.png +0 -0
  178. package/images/animals/produce/Void Egg.png +0 -0
  179. package/images/animals/produce/Wool.png +0 -0
  180. package/images/artifacts/Amphibian Fossil.png +0 -0
  181. package/images/artifacts/Anchor.png +0 -0
  182. package/images/artifacts/Ancient Doll.png +0 -0
  183. package/images/artifacts/Ancient Drum.png +0 -0
  184. package/images/artifacts/Ancient Seed.png +0 -0
  185. package/images/artifacts/Ancient Sword.png +0 -0
  186. package/images/artifacts/Arrowhead.png +0 -0
  187. package/images/artifacts/Bone Flute.png +0 -0
  188. package/images/artifacts/Chewing Stick.png +0 -0
  189. package/images/artifacts/Chicken Statue.png +0 -0
  190. package/images/artifacts/Chipped Amphora.png +0 -0
  191. package/images/artifacts/Dried Starfish.png +0 -0
  192. package/images/artifacts/Dwarf Gadget.png +0 -0
  193. package/images/artifacts/Dwarf Scroll I.png +0 -0
  194. package/images/artifacts/Dwarf Scroll II.png +0 -0
  195. package/images/artifacts/Dwarf Scroll III.png +0 -0
  196. package/images/artifacts/Dwarf Scroll IV.png +0 -0
  197. package/images/artifacts/Dwarvish Helm.png +0 -0
  198. package/images/artifacts/Elvish Jewelry.png +0 -0
  199. package/images/artifacts/Glass Shards.png +0 -0
  200. package/images/artifacts/Golden Mask.png +0 -0
  201. package/images/artifacts/Golden Relic.png +0 -0
  202. package/images/artifacts/Nautilus Fossil.png +0 -0
  203. package/images/artifacts/Ornamental Fan.png +0 -0
  204. package/images/artifacts/Palm Fossil.png +0 -0
  205. package/images/artifacts/Prehistoric Handaxe.png +0 -0
  206. package/images/artifacts/Prehistoric Rib.png +0 -0
  207. package/images/artifacts/Prehistoric Scapula.png +0 -0
  208. package/images/artifacts/Prehistoric Skull.png +0 -0
  209. package/images/artifacts/Prehistoric Tibia.png +0 -0
  210. package/images/artifacts/Prehistoric Tool.png +0 -0
  211. package/images/artifacts/Prehistoric Vertebra.png +0 -0
  212. package/images/artifacts/Rare Disc.png +0 -0
  213. package/images/artifacts/Rusty Cog.png +0 -0
  214. package/images/artifacts/Rusty Spoon.png +0 -0
  215. package/images/artifacts/Rusty Spur.png +0 -0
  216. package/images/artifacts/Skeletal Hand.png +0 -0
  217. package/images/artifacts/Skeletal Tail.png +0 -0
  218. package/images/artifacts/Strange Doll (green).png +0 -0
  219. package/images/artifacts/Strange Doll (yellow).png +0 -0
  220. package/images/artifacts/Trilobite.png +0 -0
  221. package/images/artifacts/field-office/Fossilized Leg.png +0 -0
  222. package/images/artifacts/field-office/Fossilized Ribs.png +0 -0
  223. package/images/artifacts/field-office/Fossilized Skull.png +0 -0
  224. package/images/artifacts/field-office/Fossilized Spine.png +0 -0
  225. package/images/artifacts/field-office/Fossilized Tail.png +0 -0
  226. package/images/artifacts/field-office/Mummified Bat.png +0 -0
  227. package/images/artifacts/field-office/Mummified Frog.png +0 -0
  228. package/images/artifacts/field-office/Snake Skull.png +0 -0
  229. package/images/artifacts/field-office/Snake Vertebrae.png +0 -0
  230. package/images/artisan-goods/Aged Roe.png +0 -0
  231. package/images/artisan-goods/Beer.png +0 -0
  232. package/images/artisan-goods/Caviar.png +0 -0
  233. package/images/artisan-goods/Cheese.png +0 -0
  234. package/images/artisan-goods/Cloth.png +0 -0
  235. package/images/artisan-goods/Coffee.png +0 -0
  236. package/images/artisan-goods/Dinosaur Mayonnaise.png +0 -0
  237. package/images/artisan-goods/Dried Fruit.png +0 -0
  238. package/images/artisan-goods/Dried Mushrooms.png +0 -0
  239. package/images/artisan-goods/Duck Mayonnaise.png +0 -0
  240. package/images/artisan-goods/Goat Cheese.png +0 -0
  241. package/images/artisan-goods/Green Tea.png +0 -0
  242. package/images/artisan-goods/Honey.png +0 -0
  243. package/images/artisan-goods/Jelly.png +0 -0
  244. package/images/artisan-goods/Juice.png +0 -0
  245. package/images/artisan-goods/Mayonnaise.png +0 -0
  246. package/images/artisan-goods/Mead.png +0 -0
  247. package/images/artisan-goods/Mystic Syrup.png +0 -0
  248. package/images/artisan-goods/Oil.png +0 -0
  249. package/images/artisan-goods/Pale Ale.png +0 -0
  250. package/images/artisan-goods/Pickles.png +0 -0
  251. package/images/artisan-goods/Raisins.png +0 -0
  252. package/images/artisan-goods/Smoked Fish.png +0 -0
  253. package/images/artisan-goods/Truffle Oil.png +0 -0
  254. package/images/artisan-goods/Vinegar.png +0 -0
  255. package/images/artisan-goods/Void Mayonnaise.png +0 -0
  256. package/images/artisan-goods/Wine.png +0 -0
  257. package/images/buildings/Broken Greenhouse.png +0 -0
  258. package/images/buildings/Fish Pond.png +0 -0
  259. package/images/buildings/Gold Clock.png +0 -0
  260. package/images/buildings/Greenhouse.png +0 -0
  261. package/images/buildings/Horse Stable.png +0 -0
  262. package/images/buildings/Junimo Hut.png +0 -0
  263. package/images/buildings/Mailbox.png +0 -0
  264. package/images/buildings/Mill.png +0 -0
  265. package/images/buildings/ShippingBox.png +0 -0
  266. package/images/buildings/Silo.png +0 -0
  267. package/images/buildings/Slime Hutch.png +0 -0
  268. package/images/buildings/Well.png +0 -0
  269. package/images/buildings/barn/Barn.png +0 -0
  270. package/images/buildings/barn/Big Barn.png +0 -0
  271. package/images/buildings/barn/Deluxe Barn.png +0 -0
  272. package/images/buildings/cabin/beach/Beach Cabin Stage 1.png +0 -0
  273. package/images/buildings/cabin/beach/Beach Cabin Stage 2.png +0 -0
  274. package/images/buildings/cabin/beach/Beach Cabin Stage 3.png +0 -0
  275. package/images/buildings/cabin/log/Log Cabin Stage 1.png +0 -0
  276. package/images/buildings/cabin/log/Log Cabin Stage 2.png +0 -0
  277. package/images/buildings/cabin/log/Log Cabin Stage 3.png +0 -0
  278. package/images/buildings/cabin/neighbor/Neighbor Cabin Stage 1.png +0 -0
  279. package/images/buildings/cabin/neighbor/Neighbor Cabin Stage 2.png +0 -0
  280. package/images/buildings/cabin/neighbor/Neighbor Cabin Stage 3.png +0 -0
  281. package/images/buildings/cabin/plank/Plank Cabin Stage 1.png +0 -0
  282. package/images/buildings/cabin/plank/Plank Cabin Stage 2.png +0 -0
  283. package/images/buildings/cabin/plank/Plank Cabin Stage 3.png +0 -0
  284. package/images/buildings/cabin/rustic/Rustic Cabin Stage 1.png +0 -0
  285. package/images/buildings/cabin/rustic/Rustic Cabin Stage 2.png +0 -0
  286. package/images/buildings/cabin/rustic/Rustic Cabin Stage 3.png +0 -0
  287. package/images/buildings/cabin/stone/Stone Cabin Stage 1.png +0 -0
  288. package/images/buildings/cabin/stone/Stone Cabin Stage 2.png +0 -0
  289. package/images/buildings/cabin/stone/Stone Cabin Stage 3.png +0 -0
  290. package/images/buildings/cabin/trailer/Trailer Cabin Stage 1.png +0 -0
  291. package/images/buildings/cabin/trailer/Trailer Cabin Stage 2.png +0 -0
  292. package/images/buildings/cabin/trailer/Trailer Cabin Stage 3.png +0 -0
  293. package/images/buildings/coop/Big Coop.png +0 -0
  294. package/images/buildings/coop/Coop.png +0 -0
  295. package/images/buildings/coop/Deluxe Coop.png +0 -0
  296. package/images/buildings/house/House (tier 1).png +0 -0
  297. package/images/buildings/house/House (tier 2).png +0 -0
  298. package/images/buildings/house/House (tier 3).png +0 -0
  299. package/images/buildings/house/indoor-images/Beach Farmhouse Interior.png +0 -0
  300. package/images/buildings/house/indoor-images/Cellar Inside.png +0 -0
  301. package/images/buildings/house/indoor-images/Forest Farmhouse Interior.png +0 -0
  302. package/images/buildings/house/indoor-images/Four Corners Farmhouse Interior.png +0 -0
  303. package/images/buildings/house/indoor-images/Hill-top Farmhouse Interior.png +0 -0
  304. package/images/buildings/house/indoor-images/House indoors (tier 1).png +0 -0
  305. package/images/buildings/house/indoor-images/House indoors (tier 2).png +0 -0
  306. package/images/buildings/house/indoor-images/House indoors (tier 3).png +0 -0
  307. package/images/buildings/house/indoor-images/Meadowlands Farmhouse Interior.png +0 -0
  308. package/images/buildings/house/indoor-images/Riverland Farmhouse Interior.png +0 -0
  309. package/images/buildings/house/indoor-images/Wilderness Farmhouse Interior.png +0 -0
  310. package/images/buildings/house/renovations/Add corner room.png +0 -0
  311. package/images/buildings/house/renovations/Add southern room.png +0 -0
  312. package/images/buildings/house/renovations/Dining room.png +0 -0
  313. package/images/buildings/house/renovations/Expand corner room.png +0 -0
  314. package/images/buildings/house/renovations/Farmhouse with Attic.png +0 -0
  315. package/images/buildings/house/renovations/Farmhouse with Cubby.png +0 -0
  316. package/images/buildings/house/renovations/Open dining room.png +0 -0
  317. package/images/buildings/house/renovations/Opened bedroom.png +0 -0
  318. package/images/buildings/house/renovations/Removed crib.png +0 -0
  319. package/images/buildings/house/spouse-room/Abigail Spouse Room.png +0 -0
  320. package/images/buildings/house/spouse-room/Alex Spouse Room.png +0 -0
  321. package/images/buildings/house/spouse-room/Elliott Spouse Room.png +0 -0
  322. package/images/buildings/house/spouse-room/Emily Spouse Room.png +0 -0
  323. package/images/buildings/house/spouse-room/Haley Spouse Room.png +0 -0
  324. package/images/buildings/house/spouse-room/Harvey Spouse Room.png +0 -0
  325. package/images/buildings/house/spouse-room/Krobus Roommate Room.png +0 -0
  326. package/images/buildings/house/spouse-room/Leah Spouse Room.png +0 -0
  327. package/images/buildings/house/spouse-room/Maru Spouse Room.png +0 -0
  328. package/images/buildings/house/spouse-room/Penny Spouse Room.png +0 -0
  329. package/images/buildings/house/spouse-room/Sam Spouse Room.png +0 -0
  330. package/images/buildings/house/spouse-room/Sebastian Spouse Room.png +0 -0
  331. package/images/buildings/house/spouse-room/Shane Spouse Room.png +0 -0
  332. package/images/buildings/obelisks/Desert Obelisk.png +0 -0
  333. package/images/buildings/obelisks/Earth Obelisk.png +0 -0
  334. package/images/buildings/obelisks/Island Obelisk.png +0 -0
  335. package/images/buildings/obelisks/Water Obelisk.png +0 -0
  336. package/images/buildings/pet_bowl/Pet Bowl Hay.png +0 -0
  337. package/images/buildings/pet_bowl/Pet Bowl Stone.png +0 -0
  338. package/images/buildings/pet_bowl/Pet Bowl Wood.png +0 -0
  339. package/images/buildings/shed/Big Shed.png +0 -0
  340. package/images/buildings/shed/Shed.png +0 -0
  341. package/images/bundles/bundle-images/10000 Bundle.png +0 -0
  342. package/images/bundles/bundle-images/2500 Bundle.png +0 -0
  343. package/images/bundles/bundle-images/25000 Bundle.png +0 -0
  344. package/images/bundles/bundle-images/5000 Bundle.png +0 -0
  345. package/images/bundles/bundle-images/Adventurer's Bundle.png +0 -0
  346. package/images/bundles/bundle-images/Animal Bundle.png +0 -0
  347. package/images/bundles/bundle-images/Artisan Bundle.png +0 -0
  348. package/images/bundles/bundle-images/Blacksmith Bundle.png +0 -0
  349. package/images/bundles/bundle-images/Brewer's Bundle.png +0 -0
  350. package/images/bundles/bundle-images/Chef's Bundle.png +0 -0
  351. package/images/bundles/bundle-images/Children's Bundle.png +0 -0
  352. package/images/bundles/bundle-images/Construction Bundle.png +0 -0
  353. package/images/bundles/bundle-images/Crab Pot Bundle.png +0 -0
  354. package/images/bundles/bundle-images/Dye Bundle.png +0 -0
  355. package/images/bundles/bundle-images/Enchanter's Bundle.png +0 -0
  356. package/images/bundles/bundle-images/Engineer's Bundle.png +0 -0
  357. package/images/bundles/bundle-images/Exotic Foraging Bundle.png +0 -0
  358. package/images/bundles/bundle-images/Fall Crops Bundle.png +0 -0
  359. package/images/bundles/bundle-images/Fall Foraging Bundle.png +0 -0
  360. package/images/bundles/bundle-images/Field Research Bundle.png +0 -0
  361. package/images/bundles/bundle-images/Fish Farmer's Bundle.png +0 -0
  362. package/images/bundles/bundle-images/Fodder Bundle.png +0 -0
  363. package/images/bundles/bundle-images/Forager's Bundle.png +0 -0
  364. package/images/bundles/bundle-images/Forest Bundle.png +0 -0
  365. package/images/bundles/bundle-images/Garden Bundle.png +0 -0
  366. package/images/bundles/bundle-images/Geologist's Bundle.png +0 -0
  367. package/images/bundles/bundle-images/Helper's Bundle.png +0 -0
  368. package/images/bundles/bundle-images/Home Cook's Bundle.png +0 -0
  369. package/images/bundles/bundle-images/Lake Fish Bundle.png +0 -0
  370. package/images/bundles/bundle-images/Master Fisher's Bundle.png +0 -0
  371. package/images/bundles/bundle-images/Night Fishing Bundle.png +0 -0
  372. package/images/bundles/bundle-images/Ocean Fish Bundle.png +0 -0
  373. package/images/bundles/bundle-images/Quality Crops Bundle.png +0 -0
  374. package/images/bundles/bundle-images/Quality Fish Bundle.png +0 -0
  375. package/images/bundles/bundle-images/Rare Crops Bundle.png +0 -0
  376. package/images/bundles/bundle-images/River Fish Bundle.png +0 -0
  377. package/images/bundles/bundle-images/Specialty Fish Bundle.png +0 -0
  378. package/images/bundles/bundle-images/Spirit's Eve Bundle.png +0 -0
  379. package/images/bundles/bundle-images/Spring Crops Bundle.png +0 -0
  380. package/images/bundles/bundle-images/Spring Foraging Bundle.png +0 -0
  381. package/images/bundles/bundle-images/Sticky Bundle.png +0 -0
  382. package/images/bundles/bundle-images/Summer Crops Bundle.png +0 -0
  383. package/images/bundles/bundle-images/Summer Foraging Bundle.png +0 -0
  384. package/images/bundles/bundle-images/The Missing Bundle.png +0 -0
  385. package/images/bundles/bundle-images/Treasure Hunter's Bundle.png +0 -0
  386. package/images/bundles/bundle-images/Wild Medicine Bundle.png +0 -0
  387. package/images/bundles/bundle-images/Winter Foraging Bundle.png +0 -0
  388. package/images/bundles/bundle-images/Winter Star Bundle.png +0 -0
  389. package/images/bundles/icons/Bundle Blue.png +0 -0
  390. package/images/bundles/icons/Bundle Green.png +0 -0
  391. package/images/bundles/icons/Bundle Orange.png +0 -0
  392. package/images/bundles/icons/Bundle Purple.png +0 -0
  393. package/images/bundles/icons/Bundle Red.png +0 -0
  394. package/images/bundles/icons/Bundle Teal.png +0 -0
  395. package/images/bundles/icons/Bundle Yellow.png +0 -0
  396. package/images/clothing/Farmer Pants.png +0 -0
  397. package/images/clothing/Luau Skirt.png +0 -0
  398. package/images/concessions/Apple Slices.png +0 -0
  399. package/images/concessions/Black Licorice.png +0 -0
  400. package/images/concessions/Cappuccino Mousse Cake.png +0 -0
  401. package/images/concessions/Chocolate Popcorn.png +0 -0
  402. package/images/concessions/Cotton Candy.png +0 -0
  403. package/images/concessions/Fries.png +0 -0
  404. package/images/concessions/Hummus Snack Pack.png +0 -0
  405. package/images/concessions/Ice Cream Sandwich.png +0 -0
  406. package/images/concessions/Jasmine Tea.png +0 -0
  407. package/images/concessions/Jawbreaker.png +0 -0
  408. package/images/concessions/Joja Cola.png +0 -0
  409. package/images/concessions/JojaCorn.png +0 -0
  410. package/images/concessions/Kale Smoothie.png +0 -0
  411. package/images/concessions/Nachos.png +0 -0
  412. package/images/concessions/Panzanella Salad.png +0 -0
  413. package/images/concessions/Personal Pizza.png +0 -0
  414. package/images/concessions/Popcorn.png +0 -0
  415. package/images/concessions/Rock Candy.png +0 -0
  416. package/images/concessions/Salmon Burger.png +0 -0
  417. package/images/concessions/Salted Peanuts.png +0 -0
  418. package/images/concessions/Sour Slimes.png +0 -0
  419. package/images/concessions/Star Cookie.png +0 -0
  420. package/images/concessions/Stardrop Sorbet.png +0 -0
  421. package/images/concessions/Truffle Popcorn.png +0 -0
  422. package/images/cooking/Algae Soup.png +0 -0
  423. package/images/cooking/Artichoke Dip.png +0 -0
  424. package/images/cooking/Autumn's Bounty.png +0 -0
  425. package/images/cooking/Baked Fish.png +0 -0
  426. package/images/cooking/Banana Pudding.png +0 -0
  427. package/images/cooking/Bean Hotpot.png +0 -0
  428. package/images/cooking/Blackberry Cobbler.png +0 -0
  429. package/images/cooking/Blueberry Tart.png +0 -0
  430. package/images/cooking/Bread.png +0 -0
  431. package/images/cooking/Bruschetta.png +0 -0
  432. package/images/cooking/Carp Surprise.png +0 -0
  433. package/images/cooking/Cheese Cauliflower.png +0 -0
  434. package/images/cooking/Chocolate Cake.png +0 -0
  435. package/images/cooking/Chowder.png +0 -0
  436. package/images/cooking/Coleslaw.png +0 -0
  437. package/images/cooking/Complete Breakfast.png +0 -0
  438. package/images/cooking/Cookie.png +0 -0
  439. package/images/cooking/Crab Cakes.png +0 -0
  440. package/images/cooking/Cranberry Candy.png +0 -0
  441. package/images/cooking/Cranberry Sauce.png +0 -0
  442. package/images/cooking/Crispy Bass.png +0 -0
  443. package/images/cooking/Dish O' The Sea.png +0 -0
  444. package/images/cooking/Eggplant Parmesan.png +0 -0
  445. package/images/cooking/Escargot.png +0 -0
  446. package/images/cooking/Farmer's Lunch.png +0 -0
  447. package/images/cooking/Fiddlehead Risotto.png +0 -0
  448. package/images/cooking/Fish Stew.png +0 -0
  449. package/images/cooking/Fish Taco.png +0 -0
  450. package/images/cooking/Fried Calamari.png +0 -0
  451. package/images/cooking/Fried Eel.png +0 -0
  452. package/images/cooking/Fried Egg.png +0 -0
  453. package/images/cooking/Fried Mushroom.png +0 -0
  454. package/images/cooking/Fruit Salad.png +0 -0
  455. package/images/cooking/Ginger Ale.png +0 -0
  456. package/images/cooking/Glazed Yams.png +0 -0
  457. package/images/cooking/Hashbrowns.png +0 -0
  458. package/images/cooking/Ice Cream.png +0 -0
  459. package/images/cooking/Lobster Bisque.png +0 -0
  460. package/images/cooking/Lucky Lunch.png +0 -0
  461. package/images/cooking/Maki Roll.png +0 -0
  462. package/images/cooking/Mango Sticky Rice.png +0 -0
  463. package/images/cooking/Maple Bar.png +0 -0
  464. package/images/cooking/Miner's Treat.png +0 -0
  465. package/images/cooking/Moss Soup.png +0 -0
  466. package/images/cooking/Omelet.png +0 -0
  467. package/images/cooking/Pale Broth.png +0 -0
  468. package/images/cooking/Pancakes.png +0 -0
  469. package/images/cooking/Parsnip Soup.png +0 -0
  470. package/images/cooking/Pepper Poppers.png +0 -0
  471. package/images/cooking/Pink Cake.png +0 -0
  472. package/images/cooking/Pizza.png +0 -0
  473. package/images/cooking/Plum Pudding.png +0 -0
  474. package/images/cooking/Poi.png +0 -0
  475. package/images/cooking/Poppyseed Muffin.png +0 -0
  476. package/images/cooking/Pumpkin Pie.png +0 -0
  477. package/images/cooking/Pumpkin Soup.png +0 -0
  478. package/images/cooking/Radish Salad.png +0 -0
  479. package/images/cooking/Red Plate.png +0 -0
  480. package/images/cooking/Rhubarb Pie.png +0 -0
  481. package/images/cooking/Rice Pudding.png +0 -0
  482. package/images/cooking/Roasted Hazelnuts.png +0 -0
  483. package/images/cooking/Roots Platter.png +0 -0
  484. package/images/cooking/Salad.png +0 -0
  485. package/images/cooking/Salmon Dinner.png +0 -0
  486. package/images/cooking/Sashimi.png +0 -0
  487. package/images/cooking/Seafoam Pudding.png +0 -0
  488. package/images/cooking/Shrimp Cocktail.png +0 -0
  489. package/images/cooking/Spaghetti.png +0 -0
  490. package/images/cooking/Spicy Eel.png +0 -0
  491. package/images/cooking/Squid Ink Ravioli.png +0 -0
  492. package/images/cooking/Stir Fry.png +0 -0
  493. package/images/cooking/Strange Bun.png +0 -0
  494. package/images/cooking/Stuffing.png +0 -0
  495. package/images/cooking/Super Meal.png +0 -0
  496. package/images/cooking/Survival Burger.png +0 -0
  497. package/images/cooking/Tom Kha Soup.png +0 -0
  498. package/images/cooking/Tortilla.png +0 -0
  499. package/images/cooking/Triple Shot Espresso.png +0 -0
  500. package/images/cooking/Tropical Curry.png +0 -0
  501. package/images/cooking/Trout Soup.png +0 -0
  502. package/images/cooking/Vegetable Medley.png +0 -0
  503. package/images/craftable/artisan-equipment/Bee House.png +0 -0
  504. package/images/craftable/artisan-equipment/Cask.png +0 -0
  505. package/images/craftable/artisan-equipment/Cheese Press.png +0 -0
  506. package/images/craftable/artisan-equipment/Dehydrator.png +0 -0
  507. package/images/craftable/artisan-equipment/Fish Smoker.png +0 -0
  508. package/images/craftable/artisan-equipment/Keg.png +0 -0
  509. package/images/craftable/artisan-equipment/Loom.png +0 -0
  510. package/images/craftable/artisan-equipment/Mayonnaise Machine.png +0 -0
  511. package/images/craftable/artisan-equipment/Oil Maker.png +0 -0
  512. package/images/craftable/artisan-equipment/Preserves Jar.png +0 -0
  513. package/images/craftable/bombs/Bomb.png +0 -0
  514. package/images/craftable/bombs/Cherry Bomb.png +0 -0
  515. package/images/craftable/bombs/Mega Bomb.png +0 -0
  516. package/images/craftable/consumables/Fairy Dust.png +0 -0
  517. package/images/craftable/consumables/Monster Musk.png +0 -0
  518. package/images/craftable/consumables/Rain Totem.png +0 -0
  519. package/images/craftable/consumables/Treasure Totem.png +0 -0
  520. package/images/craftable/consumables/Warp Totem Beach.png +0 -0
  521. package/images/craftable/consumables/Warp Totem Desert.png +0 -0
  522. package/images/craftable/consumables/Warp Totem Farm.png +0 -0
  523. package/images/craftable/consumables/Warp Totem Island.png +0 -0
  524. package/images/craftable/consumables/Warp Totem Mountains.png +0 -0
  525. package/images/craftable/decor/Brick Floor.png +0 -0
  526. package/images/craftable/decor/Cobblestone Path.png +0 -0
  527. package/images/craftable/decor/Crystal Floor.png +0 -0
  528. package/images/craftable/decor/Crystal Path.png +0 -0
  529. package/images/craftable/decor/Gravel Path.png +0 -0
  530. package/images/craftable/decor/Rustic Plank Floor.png +0 -0
  531. package/images/craftable/decor/Stepping Stone Path.png +0 -0
  532. package/images/craftable/decor/Stone Cairn.png +0 -0
  533. package/images/craftable/decor/Stone Floor.png +0 -0
  534. package/images/craftable/decor/Stone Walkway Floor.png +0 -0
  535. package/images/craftable/decor/Straw Floor.png +0 -0
  536. package/images/craftable/decor/Weathered Floor.png +0 -0
  537. package/images/craftable/decor/Wood Floor.png +0 -0
  538. package/images/craftable/decor/Wood Path.png +0 -0
  539. package/images/craftable/edible-items/Bug Steak.png +0 -0
  540. package/images/craftable/edible-items/Field Snack.png +0 -0
  541. package/images/craftable/edible-items/Life Elixir.png +0 -0
  542. package/images/craftable/edible-items/Oil of Garlic.png +0 -0
  543. package/images/craftable/fences/Gate.png +0 -0
  544. package/images/craftable/fences/Hardwood Fence.png +0 -0
  545. package/images/craftable/fences/Iron Fence.png +0 -0
  546. package/images/craftable/fences/Stone Fence.png +0 -0
  547. package/images/craftable/fences/Wood Fence.png +0 -0
  548. package/images/craftable/fertilizer/Basic Fertilizer.png +0 -0
  549. package/images/craftable/fertilizer/Basic Retaining Soil.png +0 -0
  550. package/images/craftable/fertilizer/Deluxe Fertilizer.png +0 -0
  551. package/images/craftable/fertilizer/Deluxe Retaining Soil.png +0 -0
  552. package/images/craftable/fertilizer/Deluxe Speed-Gro.png +0 -0
  553. package/images/craftable/fertilizer/Hyper Speed-Gro.png +0 -0
  554. package/images/craftable/fertilizer/Quality Fertilizer.png +0 -0
  555. package/images/craftable/fertilizer/Quality Retaining Soil.png +0 -0
  556. package/images/craftable/fertilizer/Speed-Gro.png +0 -0
  557. package/images/craftable/fertilizer/Tree Fertilizer.png +0 -0
  558. package/images/craftable/fishing/Crab Pot.png +0 -0
  559. package/images/craftable/furniture/Drum Block.png +0 -0
  560. package/images/craftable/furniture/Flute Block.png +0 -0
  561. package/images/craftable/furniture/Tub o' Flowers.png +0 -0
  562. package/images/craftable/furniture/Wicked Statue.png +0 -0
  563. package/images/craftable/lighting/Barrel Brazier.png +0 -0
  564. package/images/craftable/lighting/Campfire.png +0 -0
  565. package/images/craftable/lighting/Carved Brazier.png +0 -0
  566. package/images/craftable/lighting/Gold Brazier.png +0 -0
  567. package/images/craftable/lighting/Iron Lamp-post.png +0 -0
  568. package/images/craftable/lighting/Jack-O-Lantern.png +0 -0
  569. package/images/craftable/lighting/Marble Brazier.png +0 -0
  570. package/images/craftable/lighting/Skull Brazier.png +0 -0
  571. package/images/craftable/lighting/Stone Brazier.png +0 -0
  572. package/images/craftable/lighting/Stump Brazier.png +0 -0
  573. package/images/craftable/lighting/Torch.png +0 -0
  574. package/images/craftable/lighting/Wood Lamp-post.png +0 -0
  575. package/images/craftable/lighting/Wooden Brazier.png +0 -0
  576. package/images/craftable/misc/Anvil.png +0 -0
  577. package/images/craftable/misc/Cookout Kit.png +0 -0
  578. package/images/craftable/misc/Explosive Ammo.png +0 -0
  579. package/images/craftable/misc/Farm Computer.png +0 -0
  580. package/images/craftable/misc/Garden Pot.png +0 -0
  581. package/images/craftable/misc/Hopper.png +0 -0
  582. package/images/craftable/misc/Mini-Forge.png +0 -0
  583. package/images/craftable/misc/Mini-Jukebox.png +0 -0
  584. package/images/craftable/misc/Mini-Obelisk.png +0 -0
  585. package/images/craftable/misc/Staircase.png +0 -0
  586. package/images/craftable/misc/Statue Of Blessings.png +0 -0
  587. package/images/craftable/misc/Statue Of The Dwarf King.png +0 -0
  588. package/images/craftable/misc/Telephone.png +0 -0
  589. package/images/craftable/misc/Tent Kit.png +0 -0
  590. package/images/craftable/misc/Wood Chipper.png +0 -0
  591. package/images/craftable/misc/Workbench.png +0 -0
  592. package/images/craftable/refining-equipment/Bait Maker.png +0 -0
  593. package/images/craftable/refining-equipment/Bone Mill.png +0 -0
  594. package/images/craftable/refining-equipment/Charcoal Kiln.png +0 -0
  595. package/images/craftable/refining-equipment/Crystalarium.png +0 -0
  596. package/images/craftable/refining-equipment/Deluxe Worm Bin.png +0 -0
  597. package/images/craftable/refining-equipment/Furnace.png +0 -0
  598. package/images/craftable/refining-equipment/Geode Crusher.png +0 -0
  599. package/images/craftable/refining-equipment/Heavy Furnace.png +0 -0
  600. package/images/craftable/refining-equipment/Heavy Tapper.png +0 -0
  601. package/images/craftable/refining-equipment/Lightning Rod.png +0 -0
  602. package/images/craftable/refining-equipment/Mushroom Log.png +0 -0
  603. package/images/craftable/refining-equipment/Ostrich Incubator.png +0 -0
  604. package/images/craftable/refining-equipment/Recycling Machine.png +0 -0
  605. package/images/craftable/refining-equipment/Seed Maker.png +0 -0
  606. package/images/craftable/refining-equipment/Slime Egg-Press.png +0 -0
  607. package/images/craftable/refining-equipment/Slime Incubator.png +0 -0
  608. package/images/craftable/refining-equipment/Solar Panel.png +0 -0
  609. package/images/craftable/refining-equipment/Tapper.png +0 -0
  610. package/images/craftable/refining-equipment/Worm Bin.png +0 -0
  611. package/images/craftable/seeds/Ancient Seeds.png +0 -0
  612. package/images/craftable/seeds/Blue Grass Starter.png +0 -0
  613. package/images/craftable/seeds/Fall Seeds.png +0 -0
  614. package/images/craftable/seeds/Fiber Seeds.png +0 -0
  615. package/images/craftable/seeds/Grass Starter.png +0 -0
  616. package/images/craftable/seeds/Mystic Tree Seed.png +0 -0
  617. package/images/craftable/seeds/Spring Seeds.png +0 -0
  618. package/images/craftable/seeds/Summer Seeds.png +0 -0
  619. package/images/craftable/seeds/Tea Sapling.png +0 -0
  620. package/images/craftable/seeds/Winter Seeds.png +0 -0
  621. package/images/craftable/signs/Dark Sign.png +0 -0
  622. package/images/craftable/signs/Stone Sign.png +0 -0
  623. package/images/craftable/signs/Text Sign.png +0 -0
  624. package/images/craftable/signs/Wood Sign.png +0 -0
  625. package/images/craftable/sprinklers/Iridium Sprinkler.png +0 -0
  626. package/images/craftable/sprinklers/Quality Sprinkler.png +0 -0
  627. package/images/craftable/sprinklers/Sprinkler.png +0 -0
  628. package/images/craftable/storage/Big Chest.png +0 -0
  629. package/images/craftable/storage/Big Stone Chest.png +0 -0
  630. package/images/craftable/storage/Chest.png +0 -0
  631. package/images/craftable/storage/Stone Chest.png +0 -0
  632. package/images/crops/amaranth/crop.png +0 -0
  633. package/images/crops/amaranth/seed.png +0 -0
  634. package/images/crops/amaranth/stage-1.png +0 -0
  635. package/images/crops/amaranth/stage-2.png +0 -0
  636. package/images/crops/amaranth/stage-3.png +0 -0
  637. package/images/crops/amaranth/stage-4.png +0 -0
  638. package/images/crops/ancient-fruit/crop.png +0 -0
  639. package/images/crops/ancient-fruit/seed.png +0 -0
  640. package/images/crops/ancient-fruit/stage-1.png +0 -0
  641. package/images/crops/ancient-fruit/stage-2.png +0 -0
  642. package/images/crops/ancient-fruit/stage-3.png +0 -0
  643. package/images/crops/ancient-fruit/stage-4.png +0 -0
  644. package/images/crops/ancient-fruit/stage-5.png +0 -0
  645. package/images/crops/artichoke/crop.png +0 -0
  646. package/images/crops/artichoke/seed.png +0 -0
  647. package/images/crops/artichoke/stage-1.png +0 -0
  648. package/images/crops/artichoke/stage-2.png +0 -0
  649. package/images/crops/artichoke/stage-3.png +0 -0
  650. package/images/crops/artichoke/stage-4.png +0 -0
  651. package/images/crops/artichoke/stage-5.png +0 -0
  652. package/images/crops/beet/crop.png +0 -0
  653. package/images/crops/beet/seed.png +0 -0
  654. package/images/crops/beet/stage-1.png +0 -0
  655. package/images/crops/beet/stage-2.png +0 -0
  656. package/images/crops/beet/stage-3.png +0 -0
  657. package/images/crops/beet/stage-4.png +0 -0
  658. package/images/crops/blue-jazz/crop.png +0 -0
  659. package/images/crops/blue-jazz/seed.png +0 -0
  660. package/images/crops/blue-jazz/stage-1.png +0 -0
  661. package/images/crops/blue-jazz/stage-2.png +0 -0
  662. package/images/crops/blue-jazz/stage-3.png +0 -0
  663. package/images/crops/blue-jazz/stage-4.png +0 -0
  664. package/images/crops/blueberry/crop.png +0 -0
  665. package/images/crops/blueberry/seed.png +0 -0
  666. package/images/crops/blueberry/stage-1.png +0 -0
  667. package/images/crops/blueberry/stage-2.png +0 -0
  668. package/images/crops/blueberry/stage-3.png +0 -0
  669. package/images/crops/blueberry/stage-4.png +0 -0
  670. package/images/crops/blueberry/stage-5.png +0 -0
  671. package/images/crops/blueberry/stage-6.png +0 -0
  672. package/images/crops/blueberry/stage-7.png +0 -0
  673. package/images/crops/bok-choy/crop.png +0 -0
  674. package/images/crops/bok-choy/seed.png +0 -0
  675. package/images/crops/bok-choy/stage-1.png +0 -0
  676. package/images/crops/bok-choy/stage-2.png +0 -0
  677. package/images/crops/bok-choy/stage-3.png +0 -0
  678. package/images/crops/bok-choy/stage-4.png +0 -0
  679. package/images/crops/broccoli/crop.png +0 -0
  680. package/images/crops/broccoli/seed.png +0 -0
  681. package/images/crops/broccoli/stage-1.png +0 -0
  682. package/images/crops/broccoli/stage-2.png +0 -0
  683. package/images/crops/broccoli/stage-3.png +0 -0
  684. package/images/crops/broccoli/stage-4.png +0 -0
  685. package/images/crops/broccoli/stage-5.png +0 -0
  686. package/images/crops/broccoli/stage-6.png +0 -0
  687. package/images/crops/cactus-fruit/crop.png +0 -0
  688. package/images/crops/cactus-fruit/seed.png +0 -0
  689. package/images/crops/cactus-fruit/stage-1.png +0 -0
  690. package/images/crops/cactus-fruit/stage-2.png +0 -0
  691. package/images/crops/cactus-fruit/stage-3.png +0 -0
  692. package/images/crops/cactus-fruit/stage-4.png +0 -0
  693. package/images/crops/cactus-fruit/stage-5.png +0 -0
  694. package/images/crops/cactus-fruit/stage-6.png +0 -0
  695. package/images/crops/cactus-fruit/stage-7.png +0 -0
  696. package/images/crops/carrot/crop.png +0 -0
  697. package/images/crops/carrot/seed.png +0 -0
  698. package/images/crops/carrot/stage-1.png +0 -0
  699. package/images/crops/carrot/stage-2.png +0 -0
  700. package/images/crops/carrot/stage-3.png +0 -0
  701. package/images/crops/carrot/stage-4.png +0 -0
  702. package/images/crops/cauliflower/crop.png +0 -0
  703. package/images/crops/cauliflower/giant.png +0 -0
  704. package/images/crops/cauliflower/seed.png +0 -0
  705. package/images/crops/cauliflower/stage-1.png +0 -0
  706. package/images/crops/cauliflower/stage-2.png +0 -0
  707. package/images/crops/cauliflower/stage-3.png +0 -0
  708. package/images/crops/cauliflower/stage-4.png +0 -0
  709. package/images/crops/cauliflower/stage-5.png +0 -0
  710. package/images/crops/cauliflower/stage-6.png +0 -0
  711. package/images/crops/coffee-bean/crop.png +0 -0
  712. package/images/crops/coffee-bean/seed.png +0 -0
  713. package/images/crops/coffee-bean/stage-1.png +0 -0
  714. package/images/crops/coffee-bean/stage-2.png +0 -0
  715. package/images/crops/coffee-bean/stage-3.png +0 -0
  716. package/images/crops/coffee-bean/stage-4.png +0 -0
  717. package/images/crops/coffee-bean/stage-5.png +0 -0
  718. package/images/crops/coffee-bean/stage-6.png +0 -0
  719. package/images/crops/coffee-bean/stage-7.png +0 -0
  720. package/images/crops/corn/crop.png +0 -0
  721. package/images/crops/corn/seed.png +0 -0
  722. package/images/crops/corn/stage-1.png +0 -0
  723. package/images/crops/corn/stage-2.png +0 -0
  724. package/images/crops/corn/stage-3.png +0 -0
  725. package/images/crops/corn/stage-4.png +0 -0
  726. package/images/crops/corn/stage-5.png +0 -0
  727. package/images/crops/corn/stage-6.png +0 -0
  728. package/images/crops/corn/stage-7.png +0 -0
  729. package/images/crops/cranberries/crop.png +0 -0
  730. package/images/crops/cranberries/seed.png +0 -0
  731. package/images/crops/cranberries/stage-1.png +0 -0
  732. package/images/crops/cranberries/stage-2.png +0 -0
  733. package/images/crops/cranberries/stage-3.png +0 -0
  734. package/images/crops/cranberries/stage-4.png +0 -0
  735. package/images/crops/cranberries/stage-5.png +0 -0
  736. package/images/crops/eggplant/crop.png +0 -0
  737. package/images/crops/eggplant/seed.png +0 -0
  738. package/images/crops/eggplant/stage-1.png +0 -0
  739. package/images/crops/eggplant/stage-2.png +0 -0
  740. package/images/crops/eggplant/stage-3.png +0 -0
  741. package/images/crops/eggplant/stage-4.png +0 -0
  742. package/images/crops/eggplant/stage-5.png +0 -0
  743. package/images/crops/fairy-rose/crop.png +0 -0
  744. package/images/crops/fairy-rose/seed.png +0 -0
  745. package/images/crops/fairy-rose/stage-1.png +0 -0
  746. package/images/crops/fairy-rose/stage-2.png +0 -0
  747. package/images/crops/fairy-rose/stage-3.png +0 -0
  748. package/images/crops/fairy-rose/stage-4.png +0 -0
  749. package/images/crops/fiber/crop.png +0 -0
  750. package/images/crops/fiber/seed.png +0 -0
  751. package/images/crops/fiber/stage-1.png +0 -0
  752. package/images/crops/fiber/stage-2.png +0 -0
  753. package/images/crops/fiber/stage-3.png +0 -0
  754. package/images/crops/fiber/stage-4.png +0 -0
  755. package/images/crops/fiber/stage-5.png +0 -0
  756. package/images/crops/garlic/crop.png +0 -0
  757. package/images/crops/garlic/seed.png +0 -0
  758. package/images/crops/garlic/stage-1.png +0 -0
  759. package/images/crops/garlic/stage-2.png +0 -0
  760. package/images/crops/garlic/stage-3.png +0 -0
  761. package/images/crops/garlic/stage-4.png +0 -0
  762. package/images/crops/garlic/stage-5.png +0 -0
  763. package/images/crops/grape/crop.png +0 -0
  764. package/images/crops/grape/seed.png +0 -0
  765. package/images/crops/grape/stage-1.png +0 -0
  766. package/images/crops/grape/stage-2.png +0 -0
  767. package/images/crops/grape/stage-3.png +0 -0
  768. package/images/crops/grape/stage-4.png +0 -0
  769. package/images/crops/grape/stage-5.png +0 -0
  770. package/images/crops/green-bean/crop.png +0 -0
  771. package/images/crops/green-bean/seed.png +0 -0
  772. package/images/crops/green-bean/stage-1.png +0 -0
  773. package/images/crops/green-bean/stage-2.png +0 -0
  774. package/images/crops/green-bean/stage-3.png +0 -0
  775. package/images/crops/green-bean/stage-4.png +0 -0
  776. package/images/crops/green-bean/stage-5.png +0 -0
  777. package/images/crops/green-bean/stage-6.png +0 -0
  778. package/images/crops/green-bean/stage-7.png +0 -0
  779. package/images/crops/hops/crop.png +0 -0
  780. package/images/crops/hops/seed.png +0 -0
  781. package/images/crops/hops/stage-1.png +0 -0
  782. package/images/crops/hops/stage-2.png +0 -0
  783. package/images/crops/hops/stage-3.png +0 -0
  784. package/images/crops/hops/stage-4.png +0 -0
  785. package/images/crops/hops/stage-5.png +0 -0
  786. package/images/crops/hops/stage-6.png +0 -0
  787. package/images/crops/hops/stage-7.png +0 -0
  788. package/images/crops/hot-pepper/crop.png +0 -0
  789. package/images/crops/hot-pepper/seed.png +0 -0
  790. package/images/crops/hot-pepper/stage-1.png +0 -0
  791. package/images/crops/hot-pepper/stage-2.png +0 -0
  792. package/images/crops/hot-pepper/stage-3.png +0 -0
  793. package/images/crops/hot-pepper/stage-4.png +0 -0
  794. package/images/crops/hot-pepper/stage-5.png +0 -0
  795. package/images/crops/hot-pepper/stage-6.png +0 -0
  796. package/images/crops/hot-pepper/stage-7.png +0 -0
  797. package/images/crops/kale/crop.png +0 -0
  798. package/images/crops/kale/seed.png +0 -0
  799. package/images/crops/kale/stage-1.png +0 -0
  800. package/images/crops/kale/stage-2.png +0 -0
  801. package/images/crops/kale/stage-3.png +0 -0
  802. package/images/crops/kale/stage-4.png +0 -0
  803. package/images/crops/kale/stage-5.png +0 -0
  804. package/images/crops/melon/crop.png +0 -0
  805. package/images/crops/melon/giant.png +0 -0
  806. package/images/crops/melon/seed.png +0 -0
  807. package/images/crops/melon/stage-1.png +0 -0
  808. package/images/crops/melon/stage-2.png +0 -0
  809. package/images/crops/melon/stage-3.png +0 -0
  810. package/images/crops/melon/stage-4.png +0 -0
  811. package/images/crops/melon/stage-5.png +0 -0
  812. package/images/crops/melon/stage-6.png +0 -0
  813. package/images/crops/parsnip/crop.png +0 -0
  814. package/images/crops/parsnip/seed.png +0 -0
  815. package/images/crops/parsnip/stage-1.png +0 -0
  816. package/images/crops/parsnip/stage-2.png +0 -0
  817. package/images/crops/parsnip/stage-3.png +0 -0
  818. package/images/crops/parsnip/stage-4.png +0 -0
  819. package/images/crops/parsnip/stage-5.png +0 -0
  820. package/images/crops/pineapple/crop.png +0 -0
  821. package/images/crops/pineapple/seed.png +0 -0
  822. package/images/crops/pineapple/stage-1.png +0 -0
  823. package/images/crops/pineapple/stage-2.png +0 -0
  824. package/images/crops/pineapple/stage-3.png +0 -0
  825. package/images/crops/pineapple/stage-4.png +0 -0
  826. package/images/crops/pineapple/stage-5.png +0 -0
  827. package/images/crops/poppy/crop.png +0 -0
  828. package/images/crops/poppy/seed.png +0 -0
  829. package/images/crops/poppy/stage-1.png +0 -0
  830. package/images/crops/poppy/stage-2.png +0 -0
  831. package/images/crops/poppy/stage-3.png +0 -0
  832. package/images/crops/poppy/stage-4.png +0 -0
  833. package/images/crops/poppy/stage-5.png +0 -0
  834. package/images/crops/potato/crop.png +0 -0
  835. package/images/crops/potato/seed.png +0 -0
  836. package/images/crops/potato/stage-1.png +0 -0
  837. package/images/crops/potato/stage-2.png +0 -0
  838. package/images/crops/potato/stage-3.png +0 -0
  839. package/images/crops/potato/stage-4.png +0 -0
  840. package/images/crops/potato/stage-5.png +0 -0
  841. package/images/crops/potato/stage-6.png +0 -0
  842. package/images/crops/powdermelon/crop.png +0 -0
  843. package/images/crops/powdermelon/giant.png +0 -0
  844. package/images/crops/powdermelon/seed.png +0 -0
  845. package/images/crops/powdermelon/stage-1.png +0 -0
  846. package/images/crops/powdermelon/stage-2.png +0 -0
  847. package/images/crops/powdermelon/stage-3.png +0 -0
  848. package/images/crops/powdermelon/stage-4.png +0 -0
  849. package/images/crops/powdermelon/stage-5.png +0 -0
  850. package/images/crops/pumpkin/crop.png +0 -0
  851. package/images/crops/pumpkin/giant.png +0 -0
  852. package/images/crops/pumpkin/seed.png +0 -0
  853. package/images/crops/pumpkin/stage-1.png +0 -0
  854. package/images/crops/pumpkin/stage-2.png +0 -0
  855. package/images/crops/pumpkin/stage-3.png +0 -0
  856. package/images/crops/pumpkin/stage-4.png +0 -0
  857. package/images/crops/pumpkin/stage-5.png +0 -0
  858. package/images/crops/qi-fruit/crop.png +0 -0
  859. package/images/crops/qi-fruit/giant.png +0 -0
  860. package/images/crops/qi-fruit/seed.png +0 -0
  861. package/images/crops/qi-fruit/stage-1.png +0 -0
  862. package/images/crops/qi-fruit/stage-2.png +0 -0
  863. package/images/crops/qi-fruit/stage-3.png +0 -0
  864. package/images/crops/qi-fruit/stage-4.png +0 -0
  865. package/images/crops/radish/crop.png +0 -0
  866. package/images/crops/radish/seed.png +0 -0
  867. package/images/crops/radish/stage-1.png +0 -0
  868. package/images/crops/radish/stage-2.png +0 -0
  869. package/images/crops/radish/stage-3.png +0 -0
  870. package/images/crops/radish/stage-4.png +0 -0
  871. package/images/crops/radish/stage-5.png +0 -0
  872. package/images/crops/red-cabbage/crop.png +0 -0
  873. package/images/crops/red-cabbage/seed.png +0 -0
  874. package/images/crops/red-cabbage/stage-1.png +0 -0
  875. package/images/crops/red-cabbage/stage-2.png +0 -0
  876. package/images/crops/red-cabbage/stage-3.png +0 -0
  877. package/images/crops/red-cabbage/stage-4.png +0 -0
  878. package/images/crops/red-cabbage/stage-5.png +0 -0
  879. package/images/crops/red-cabbage/stage-6.png +0 -0
  880. package/images/crops/rhubarb/crop.png +0 -0
  881. package/images/crops/rhubarb/seed.png +0 -0
  882. package/images/crops/rhubarb/stage-1.png +0 -0
  883. package/images/crops/rhubarb/stage-2.png +0 -0
  884. package/images/crops/rhubarb/stage-3.png +0 -0
  885. package/images/crops/rhubarb/stage-4.png +0 -0
  886. package/images/crops/rhubarb/stage-5.png +0 -0
  887. package/images/crops/rhubarb/stage-6.png +0 -0
  888. package/images/crops/starfruit/crop.png +0 -0
  889. package/images/crops/starfruit/seed.png +0 -0
  890. package/images/crops/starfruit/stage-1.png +0 -0
  891. package/images/crops/starfruit/stage-2.png +0 -0
  892. package/images/crops/starfruit/stage-3.png +0 -0
  893. package/images/crops/starfruit/stage-4.png +0 -0
  894. package/images/crops/starfruit/stage-5.png +0 -0
  895. package/images/crops/starfruit/stage-6.png +0 -0
  896. package/images/crops/strawberry/crop.png +0 -0
  897. package/images/crops/strawberry/seed.png +0 -0
  898. package/images/crops/strawberry/stage-1.png +0 -0
  899. package/images/crops/strawberry/stage-2.png +0 -0
  900. package/images/crops/strawberry/stage-3.png +0 -0
  901. package/images/crops/strawberry/stage-4.png +0 -0
  902. package/images/crops/strawberry/stage-5.png +0 -0
  903. package/images/crops/strawberry/stage-6.png +0 -0
  904. package/images/crops/strawberry/stage-7.png +0 -0
  905. package/images/crops/summer-spangle/crop.png +0 -0
  906. package/images/crops/summer-spangle/seed.png +0 -0
  907. package/images/crops/summer-spangle/stage-1.png +0 -0
  908. package/images/crops/summer-spangle/stage-2.png +0 -0
  909. package/images/crops/summer-spangle/stage-3.png +0 -0
  910. package/images/crops/summer-spangle/stage-4.png +0 -0
  911. package/images/crops/summer-spangle/stage-5.png +0 -0
  912. package/images/crops/summer-squash/crop.png +0 -0
  913. package/images/crops/summer-squash/seed.png +0 -0
  914. package/images/crops/summer-squash/stage-1.png +0 -0
  915. package/images/crops/summer-squash/stage-2.png +0 -0
  916. package/images/crops/summer-squash/stage-3.png +0 -0
  917. package/images/crops/summer-squash/stage-4.png +0 -0
  918. package/images/crops/summer-squash/stage-5.png +0 -0
  919. package/images/crops/sunflower/crop.png +0 -0
  920. package/images/crops/sunflower/seed.png +0 -0
  921. package/images/crops/sunflower/stage-1.png +0 -0
  922. package/images/crops/sunflower/stage-2.png +0 -0
  923. package/images/crops/sunflower/stage-3.png +0 -0
  924. package/images/crops/sunflower/stage-4.png +0 -0
  925. package/images/crops/sweet-gem-berry/crop.png +0 -0
  926. package/images/crops/sweet-gem-berry/seed.png +0 -0
  927. package/images/crops/sweet-gem-berry/stage-1.png +0 -0
  928. package/images/crops/sweet-gem-berry/stage-2.png +0 -0
  929. package/images/crops/sweet-gem-berry/stage-3.png +0 -0
  930. package/images/crops/sweet-gem-berry/stage-4.png +0 -0
  931. package/images/crops/sweet-gem-berry/stage-5.png +0 -0
  932. package/images/crops/taro-root/crop.png +0 -0
  933. package/images/crops/taro-root/seed.png +0 -0
  934. package/images/crops/taro-root/stage-1.png +0 -0
  935. package/images/crops/taro-root/stage-2.png +0 -0
  936. package/images/crops/taro-root/stage-3.png +0 -0
  937. package/images/crops/taro-root/stage-4.png +0 -0
  938. package/images/crops/tomato/crop.png +0 -0
  939. package/images/crops/tomato/seed.png +0 -0
  940. package/images/crops/tomato/stage-1.png +0 -0
  941. package/images/crops/tomato/stage-2.png +0 -0
  942. package/images/crops/tomato/stage-3.png +0 -0
  943. package/images/crops/tomato/stage-4.png +0 -0
  944. package/images/crops/tomato/stage-5.png +0 -0
  945. package/images/crops/tulip/crop.png +0 -0
  946. package/images/crops/tulip/seed.png +0 -0
  947. package/images/crops/tulip/stage-1.png +0 -0
  948. package/images/crops/tulip/stage-2.png +0 -0
  949. package/images/crops/tulip/stage-3.png +0 -0
  950. package/images/crops/tulip/stage-4.png +0 -0
  951. package/images/crops/tulip/stage-5.png +0 -0
  952. package/images/crops/unmilled-rice/crop.png +0 -0
  953. package/images/crops/unmilled-rice/seed.png +0 -0
  954. package/images/crops/unmilled-rice/stage-1.png +0 -0
  955. package/images/crops/unmilled-rice/stage-2.png +0 -0
  956. package/images/crops/unmilled-rice/stage-3.png +0 -0
  957. package/images/crops/unmilled-rice/stage-4.png +0 -0
  958. package/images/crops/unmilled-rice/stage-5.png +0 -0
  959. package/images/crops/wheat/crop.png +0 -0
  960. package/images/crops/wheat/seed.png +0 -0
  961. package/images/crops/wheat/stage-1.png +0 -0
  962. package/images/crops/wheat/stage-2.png +0 -0
  963. package/images/crops/wheat/stage-3.png +0 -0
  964. package/images/crops/wheat/stage-4.png +0 -0
  965. package/images/crops/yam/crop.png +0 -0
  966. package/images/crops/yam/seed.png +0 -0
  967. package/images/crops/yam/stage-1.png +0 -0
  968. package/images/crops/yam/stage-2.png +0 -0
  969. package/images/crops/yam/stage-3.png +0 -0
  970. package/images/crops/yam/stage-4.png +0 -0
  971. package/images/fish/Albacore.png +0 -0
  972. package/images/fish/Anchovy.png +0 -0
  973. package/images/fish/Angler.png +0 -0
  974. package/images/fish/Blobfish.png +0 -0
  975. package/images/fish/Blue Discus.png +0 -0
  976. package/images/fish/Bream.png +0 -0
  977. package/images/fish/Bullhead.png +0 -0
  978. package/images/fish/Carp.png +0 -0
  979. package/images/fish/Catfish.png +0 -0
  980. package/images/fish/Chub.png +0 -0
  981. package/images/fish/Clam.png +0 -0
  982. package/images/fish/Cockle.png +0 -0
  983. package/images/fish/Crab.png +0 -0
  984. package/images/fish/Crayfish.png +0 -0
  985. package/images/fish/Crimsonfish.png +0 -0
  986. package/images/fish/Dorado.png +0 -0
  987. package/images/fish/Eel.png +0 -0
  988. package/images/fish/Flounder.png +0 -0
  989. package/images/fish/Ghostfish.png +0 -0
  990. package/images/fish/Glacierfish Jr.png +0 -0
  991. package/images/fish/Glacierfish.png +0 -0
  992. package/images/fish/Goby.png +0 -0
  993. package/images/fish/Green Algae.png +0 -0
  994. package/images/fish/Halibut.png +0 -0
  995. package/images/fish/Herring.png +0 -0
  996. package/images/fish/Ice Pip.png +0 -0
  997. package/images/fish/Largemouth Bass.png +0 -0
  998. package/images/fish/Lava Eel.png +0 -0
  999. package/images/fish/Legend II.png +0 -0
  1000. package/images/fish/Legend.png +0 -0
  1001. package/images/fish/Lingcod.png +0 -0
  1002. package/images/fish/Lionfish.png +0 -0
  1003. package/images/fish/Lobster.png +0 -0
  1004. package/images/fish/Midnight Carp.png +0 -0
  1005. package/images/fish/Midnight Squid.png +0 -0
  1006. package/images/fish/Ms. Angler.png +0 -0
  1007. package/images/fish/Mussel.png +0 -0
  1008. package/images/fish/Mutant Carp.png +0 -0
  1009. package/images/fish/Octopus.png +0 -0
  1010. package/images/fish/Oyster.png +0 -0
  1011. package/images/fish/Perch.png +0 -0
  1012. package/images/fish/Periwinkle.png +0 -0
  1013. package/images/fish/Pike.png +0 -0
  1014. package/images/fish/Pufferfish.png +0 -0
  1015. package/images/fish/Radioactive Carp.png +0 -0
  1016. package/images/fish/Rainbow Trout.png +0 -0
  1017. package/images/fish/Red Mullet.png +0 -0
  1018. package/images/fish/Red Snapper.png +0 -0
  1019. package/images/fish/Salmon.png +0 -0
  1020. package/images/fish/Sandfish.png +0 -0
  1021. package/images/fish/Sardine.png +0 -0
  1022. package/images/fish/Scorpion Carp.png +0 -0
  1023. package/images/fish/Sea Cucumber.png +0 -0
  1024. package/images/fish/Seaweed.png +0 -0
  1025. package/images/fish/Shad.png +0 -0
  1026. package/images/fish/Shrimp.png +0 -0
  1027. package/images/fish/Slimejack.png +0 -0
  1028. package/images/fish/Smallmouth Bass.png +0 -0
  1029. package/images/fish/Snail.png +0 -0
  1030. package/images/fish/Son of Crimsonfish.png +0 -0
  1031. package/images/fish/Spook Fish.png +0 -0
  1032. package/images/fish/Squid.png +0 -0
  1033. package/images/fish/Stingray.png +0 -0
  1034. package/images/fish/Stonefish.png +0 -0
  1035. package/images/fish/Sturgeon.png +0 -0
  1036. package/images/fish/Sunfish.png +0 -0
  1037. package/images/fish/Super Cucumber.png +0 -0
  1038. package/images/fish/Tiger Trout.png +0 -0
  1039. package/images/fish/Tilapia.png +0 -0
  1040. package/images/fish/Tuna.png +0 -0
  1041. package/images/fish/Void Salmon.png +0 -0
  1042. package/images/fish/Walleye.png +0 -0
  1043. package/images/fish/White Algae.png +0 -0
  1044. package/images/fish/Woodskip.png +0 -0
  1045. package/images/fish/bait/Bait.png +0 -0
  1046. package/images/fish/bait/Challenge Bait.png +0 -0
  1047. package/images/fish/bait/Deluxe Bait.png +0 -0
  1048. package/images/fish/bait/Magic Bait.png +0 -0
  1049. package/images/fish/bait/Magnet.png +0 -0
  1050. package/images/fish/bait/Pink Bait.png +0 -0
  1051. package/images/fish/bait/Wild Bait.png +0 -0
  1052. package/images/fish/jelly/Cave Jelly.png +0 -0
  1053. package/images/fish/jelly/River Jelly.png +0 -0
  1054. package/images/fish/jelly/Sea Jelly.png +0 -0
  1055. package/images/fish/tackle/Barbed Hook.png +0 -0
  1056. package/images/fish/tackle/Cork Bobber.png +0 -0
  1057. package/images/fish/tackle/Curiosity Lure.png +0 -0
  1058. package/images/fish/tackle/Dressed Spinner.png +0 -0
  1059. package/images/fish/tackle/Lead Bobber.png +0 -0
  1060. package/images/fish/tackle/Quality Bobber.png +0 -0
  1061. package/images/fish/tackle/Sonar Bobber.png +0 -0
  1062. package/images/fish/tackle/Spinner.png +0 -0
  1063. package/images/fish/tackle/Trap Bobber.png +0 -0
  1064. package/images/fish/tackle/Treasure Hunter.png +0 -0
  1065. package/images/fish/trash/Broken CD.png +0 -0
  1066. package/images/fish/trash/Broken Glasses.png +0 -0
  1067. package/images/fish/trash/Driftwood.png +0 -0
  1068. package/images/fish/trash/Rotten Plant.png +0 -0
  1069. package/images/fish/trash/Soggy Newspaper.png +0 -0
  1070. package/images/fish/trash/Trash.png +0 -0
  1071. package/images/footwear/Cinderclown Shoes.png +0 -0
  1072. package/images/footwear/Combat Boots.png +0 -0
  1073. package/images/footwear/Cowboy Boots.png +0 -0
  1074. package/images/footwear/Crystal Shoes.png +0 -0
  1075. package/images/footwear/Dark Boots.png +0 -0
  1076. package/images/footwear/Dragonscale Boots.png +0 -0
  1077. package/images/footwear/Emily's Magic Boots.png +0 -0
  1078. package/images/footwear/Firewalker Boots.png +0 -0
  1079. package/images/footwear/Genie Shoes.png +0 -0
  1080. package/images/footwear/Leather Boots.png +0 -0
  1081. package/images/footwear/Leprechaun Shoes.png +0 -0
  1082. package/images/footwear/Mermaid Boots.png +0 -0
  1083. package/images/footwear/Rubber Boots.png +0 -0
  1084. package/images/footwear/Sneakers.png +0 -0
  1085. package/images/footwear/Space Boots.png +0 -0
  1086. package/images/footwear/Thermal Boots.png +0 -0
  1087. package/images/footwear/Tundra Boots.png +0 -0
  1088. package/images/footwear/Work Boots.png +0 -0
  1089. package/images/forageables/Battery Pack.png +0 -0
  1090. package/images/forageables/Blackberry.png +0 -0
  1091. package/images/forageables/Cave Carrot.png +0 -0
  1092. package/images/forageables/Cave Mushrooms.png +0 -0
  1093. package/images/forageables/Chanterelle.png +0 -0
  1094. package/images/forageables/Clay.png +0 -0
  1095. package/images/forageables/Coconut.png +0 -0
  1096. package/images/forageables/Common Mushroom.png +0 -0
  1097. package/images/forageables/Coral.png +0 -0
  1098. package/images/forageables/Crocus.png +0 -0
  1099. package/images/forageables/Crystal Fruit.png +0 -0
  1100. package/images/forageables/Daffodil.png +0 -0
  1101. package/images/forageables/Dandelion.png +0 -0
  1102. package/images/forageables/Fiddlehead Fern.png +0 -0
  1103. package/images/forageables/Ginger.png +0 -0
  1104. package/images/forageables/Grape.png +0 -0
  1105. package/images/forageables/Hardwood.png +0 -0
  1106. package/images/forageables/Hazelnut.png +0 -0
  1107. package/images/forageables/Holly.png +0 -0
  1108. package/images/forageables/Leek.png +0 -0
  1109. package/images/forageables/Magma Cap.png +0 -0
  1110. package/images/forageables/Maple Syrup.png +0 -0
  1111. package/images/forageables/Morel.png +0 -0
  1112. package/images/forageables/Moss.png +0 -0
  1113. package/images/forageables/Mystic Syrup.png +0 -0
  1114. package/images/forageables/Nautilus Shell.png +0 -0
  1115. package/images/forageables/Oak Resin.png +0 -0
  1116. package/images/forageables/Pine Tar.png +0 -0
  1117. package/images/forageables/Purple Mushroom.png +0 -0
  1118. package/images/forageables/Rainbow Shell.png +0 -0
  1119. package/images/forageables/Red Mushroom.png +0 -0
  1120. package/images/forageables/Roe.png +0 -0
  1121. package/images/forageables/Salmonberry.png +0 -0
  1122. package/images/forageables/Sap.png +0 -0
  1123. package/images/forageables/Sea Urchin.png +0 -0
  1124. package/images/forageables/Snow Yam.png +0 -0
  1125. package/images/forageables/Spice Berry.png +0 -0
  1126. package/images/forageables/Spring Onion.png +0 -0
  1127. package/images/forageables/Squid Ink.png +0 -0
  1128. package/images/forageables/Stone.png +0 -0
  1129. package/images/forageables/Sweet Pea.png +0 -0
  1130. package/images/forageables/Tea Leaves.png +0 -0
  1131. package/images/forageables/Wild Horseradish.png +0 -0
  1132. package/images/forageables/Wild Plum.png +0 -0
  1133. package/images/forageables/Winter Root.png +0 -0
  1134. package/images/forageables/Wood.png +0 -0
  1135. package/images/hats/Abigail's Bow.png +0 -0
  1136. package/images/hats/Arcane Hat.png +0 -0
  1137. package/images/hats/Archer's Cap.png +0 -0
  1138. package/images/hats/Beanie.png +0 -0
  1139. package/images/hats/Blobfish Mask.png +0 -0
  1140. package/images/hats/Blue Bonnet.png +0 -0
  1141. package/images/hats/Blue Bow.png +0 -0
  1142. package/images/hats/Blue Cowboy Hat.png +0 -0
  1143. package/images/hats/Blue Ribbon.png +0 -0
  1144. package/images/hats/Bluebird Mask.png +0 -0
  1145. package/images/hats/Bowler Hat.png +0 -0
  1146. package/images/hats/Bridal Veil.png +0 -0
  1147. package/images/hats/Bucket Hat.png +0 -0
  1148. package/images/hats/Butterfly Bow.png +0 -0
  1149. package/images/hats/Cat Ears.png +0 -0
  1150. package/images/hats/Chef Hat.png +0 -0
  1151. package/images/hats/Chicken Mask.png +0 -0
  1152. package/images/hats/ConcernedApe Hat.png +0 -0
  1153. package/images/hats/Cone Hat.png +0 -0
  1154. package/images/hats/Cool Cap.png +0 -0
  1155. package/images/hats/Copper Pan (hat).png +0 -0
  1156. package/images/hats/Cowboy Hat.png +0 -0
  1157. package/images/hats/Cowgal Hat.png +0 -0
  1158. package/images/hats/Cowpoke Hat.png +0 -0
  1159. package/images/hats/Daisy.png +0 -0
  1160. package/images/hats/Dark Ballcap.png +0 -0
  1161. package/images/hats/Dark Cowboy Hat.png +0 -0
  1162. package/images/hats/Dark Velvet Bow.png +0 -0
  1163. package/images/hats/Delicate Bow.png +0 -0
  1164. package/images/hats/Deluxe Cowboy Hat.png +0 -0
  1165. package/images/hats/Deluxe Pirate Hat.png +0 -0
  1166. package/images/hats/Dinosaur Hat.png +0 -0
  1167. package/images/hats/Earmuffs.png +0 -0
  1168. package/images/hats/Elegant Turban.png +0 -0
  1169. package/images/hats/Emily's Magic Hat.png +0 -0
  1170. package/images/hats/Eye Patch.png +0 -0
  1171. package/images/hats/Fashion Hat.png +0 -0
  1172. package/images/hats/Fedora.png +0 -0
  1173. package/images/hats/Fishing Hat.png +0 -0
  1174. package/images/hats/Flat Topped Hat.png +0 -0
  1175. package/images/hats/Floppy Beanie.png +0 -0
  1176. package/images/hats/Forager's Hat.png +0 -0
  1177. package/images/hats/Frog Hat.png +0 -0
  1178. package/images/hats/Garbage Hat.png +0 -0
  1179. package/images/hats/Gil's Hat.png +0 -0
  1180. package/images/hats/Gnome's Cap.png +0 -0
  1181. package/images/hats/Goblin Mask.png +0 -0
  1182. package/images/hats/Goggles.png +0 -0
  1183. package/images/hats/Gold Pan (hat).png +0 -0
  1184. package/images/hats/Golden Helmet.png +0 -0
  1185. package/images/hats/Golden Mask (hat).png +0 -0
  1186. package/images/hats/Good Ol' Cap.png +0 -0
  1187. package/images/hats/Governor's Hat.png +0 -0
  1188. package/images/hats/Green Turban.png +0 -0
  1189. package/images/hats/Hair Bone.png +0 -0
  1190. package/images/hats/Hard Hat.png +0 -0
  1191. package/images/hats/Hunter's Cap.png +0 -0
  1192. package/images/hats/Infinity Crown.png +0 -0
  1193. package/images/hats/Iridium Pan (hat).png +0 -0
  1194. package/images/hats/Jester Hat.png +0 -0
  1195. package/images/hats/Joja Cap.png +0 -0
  1196. package/images/hats/Junimo Hat.png +0 -0
  1197. package/images/hats/Knight's Helmet.png +0 -0
  1198. package/images/hats/Laurel Wreath Crown.png +0 -0
  1199. package/images/hats/Leprechaun Hat.png +0 -0
  1200. package/images/hats/Living Hat.png +0 -0
  1201. package/images/hats/Logo Cap.png +0 -0
  1202. package/images/hats/Lucky Bow.png +0 -0
  1203. package/images/hats/Magic Cowboy Hat.png +0 -0
  1204. package/images/hats/Magic Turban.png +0 -0
  1205. package/images/hats/Mouse Ears.png +0 -0
  1206. package/images/hats/Mr. Qi's Hat.png +0 -0
  1207. package/images/hats/Mummy Mask.png +0 -0
  1208. package/images/hats/Mushroom Cap.png +0 -0
  1209. package/images/hats/Mystery Hat.png +0 -0
  1210. package/images/hats/Official Cap.png +0 -0
  1211. package/images/hats/Pageboy Cap.png +0 -0
  1212. package/images/hats/Panda Hat.png +0 -0
  1213. package/images/hats/Paper Hat.png +0 -0
  1214. package/images/hats/Party Hat (blue).png +0 -0
  1215. package/images/hats/Party Hat (green).png +0 -0
  1216. package/images/hats/Party Hat (red).png +0 -0
  1217. package/images/hats/Pink Bow.png +0 -0
  1218. package/images/hats/Pirate Hat.png +0 -0
  1219. package/images/hats/Plum Chapeau.png +0 -0
  1220. package/images/hats/Polka Bow.png +0 -0
  1221. package/images/hats/Propeller Hat.png +0 -0
  1222. package/images/hats/Pumpkin Mask.png +0 -0
  1223. package/images/hats/Qi Mask.png +0 -0
  1224. package/images/hats/Raccoon Hat.png +0 -0
  1225. package/images/hats/Radioactive Goggles.png +0 -0
  1226. package/images/hats/Red Cowboy Hat.png +0 -0
  1227. package/images/hats/Red Fez.png +0 -0
  1228. package/images/hats/Sailor's Cap.png +0 -0
  1229. package/images/hats/Santa Hat.png +0 -0
  1230. package/images/hats/Skeleton Mask.png +0 -0
  1231. package/images/hats/Small Cap.png +0 -0
  1232. package/images/hats/Sombrero.png +0 -0
  1233. package/images/hats/Sou'wester.png +0 -0
  1234. package/images/hats/Space Helmet.png +0 -0
  1235. package/images/hats/Sports Cap.png +0 -0
  1236. package/images/hats/Spotted Headscarf.png +0 -0
  1237. package/images/hats/Squid Hat.png +0 -0
  1238. package/images/hats/Squire's Helmet.png +0 -0
  1239. package/images/hats/Star Helmet.png +0 -0
  1240. package/images/hats/Steel Pan (hat).png +0 -0
  1241. package/images/hats/Straw Hat.png +0 -0
  1242. package/images/hats/Sunglasses.png +0 -0
  1243. package/images/hats/Swashbuckler Hat.png +0 -0
  1244. package/images/hats/Tiara.png +0 -0
  1245. package/images/hats/Tiger Hat.png +0 -0
  1246. package/images/hats/Top Hat.png +0 -0
  1247. package/images/hats/Totem Mask.png +0 -0
  1248. package/images/hats/Tricorn Hat.png +0 -0
  1249. package/images/hats/Tropiclip.png +0 -0
  1250. package/images/hats/Trucker Hat.png +0 -0
  1251. package/images/hats/Warrior Helmet.png +0 -0
  1252. package/images/hats/Watermelon Band.png +0 -0
  1253. package/images/hats/Wearable Dwarf Helm.png +0 -0
  1254. package/images/hats/White Bow.png +0 -0
  1255. package/images/hats/White Turban.png +0 -0
  1256. package/images/hats/Witch Hat.png +0 -0
  1257. package/images/locations/Abandoned House.png +0 -0
  1258. package/images/locations/Adventurer's Guild.png +0 -0
  1259. package/images/locations/Blacksmith.png +0 -0
  1260. package/images/locations/Bookseller.png +0 -0
  1261. package/images/locations/Carpenter's Shop.png +0 -0
  1262. package/images/locations/Casino.png +0 -0
  1263. package/images/locations/Cindersap Forest.png +0 -0
  1264. package/images/locations/Community Center.png +0 -0
  1265. package/images/locations/Desert Trader.png +0 -0
  1266. package/images/locations/Fish Shop.png +0 -0
  1267. package/images/locations/Ginger Island.png +0 -0
  1268. package/images/locations/Harvey's Clinic.png +0 -0
  1269. package/images/locations/Island Field Office.png +0 -0
  1270. package/images/locations/Island Trader.png +0 -0
  1271. package/images/locations/JojaMart.png +0 -0
  1272. package/images/locations/Marnie's Ranch.png +0 -0
  1273. package/images/locations/Museum.png +0 -0
  1274. package/images/locations/Mutant Bug Lair.png +0 -0
  1275. package/images/locations/Oasis.png +0 -0
  1276. package/images/locations/Pelican Town.png +0 -0
  1277. package/images/locations/Pierre's General Store.png +0 -0
  1278. package/images/locations/Qi's Walnut Room.png +0 -0
  1279. package/images/locations/Quarry Mine.png +0 -0
  1280. package/images/locations/Quarry.png +0 -0
  1281. package/images/locations/Railroad.png +0 -0
  1282. package/images/locations/Secret Woods.png +0 -0
  1283. package/images/locations/Skull Cavern.png +0 -0
  1284. package/images/locations/Spa.png +0 -0
  1285. package/images/locations/The Beach.png +0 -0
  1286. package/images/locations/The Desert.png +0 -0
  1287. package/images/locations/The Mines.png +0 -0
  1288. package/images/locations/The Mountain.png +0 -0
  1289. package/images/locations/The Sewers.png +0 -0
  1290. package/images/locations/The Stardrop Saloon.png +0 -0
  1291. package/images/locations/Traveling Cart.png +0 -0
  1292. package/images/locations/Volcano Dungeon.png +0 -0
  1293. package/images/locations/Witch's Hut.png +0 -0
  1294. package/images/locations/Wizard's Tower.png +0 -0
  1295. package/images/lost-books/Lost Book.png +0 -0
  1296. package/images/maps/full-image/Beach Farm Map.png +0 -0
  1297. package/images/maps/full-image/Forest Farm Map.png +0 -0
  1298. package/images/maps/full-image/Four Corners Farm Map.png +0 -0
  1299. package/images/maps/full-image/Hilltop Farm Map.png +0 -0
  1300. package/images/maps/full-image/Meadowlands Farm Map.png +0 -0
  1301. package/images/maps/full-image/Riverland Farm Map.png +0 -0
  1302. package/images/maps/full-image/Standard Farm Map.png +0 -0
  1303. package/images/maps/full-image/Wilderness Farm Map.png +0 -0
  1304. package/images/maps/icons/Beach Farm Map Icon.png +0 -0
  1305. package/images/maps/icons/Forest Farm Map Icon.png +0 -0
  1306. package/images/maps/icons/Four Corners Farm Map Icon.png +0 -0
  1307. package/images/maps/icons/Hilltop Farm Map Icon.png +0 -0
  1308. package/images/maps/icons/Meadowlands Farm Map Icon.png +0 -0
  1309. package/images/maps/icons/Riverland Farm Map Icon.png +0 -0
  1310. package/images/maps/icons/Standard Farm Map Icon.png +0 -0
  1311. package/images/maps/icons/Wilderness Farm Map Icon.png +0 -0
  1312. package/images/medical-supplies/Energy Tonic.png +0 -0
  1313. package/images/medical-supplies/Muscle Remedy.png +0 -0
  1314. package/images/minerals/Dragon Tooth.png +0 -0
  1315. package/images/minerals/Farm Boulder.png +0 -0
  1316. package/images/minerals/Pearl.png +0 -0
  1317. package/images/minerals/bars/Copper Bar.png +0 -0
  1318. package/images/minerals/bars/Gold Bar.png +0 -0
  1319. package/images/minerals/bars/Iridium Bar.png +0 -0
  1320. package/images/minerals/bars/Iron Bar.png +0 -0
  1321. package/images/minerals/bars/Radioactive Bar.png +0 -0
  1322. package/images/minerals/bars/Refined Quartz.png +0 -0
  1323. package/images/minerals/foraged-minerals/Cinder Shard.png +0 -0
  1324. package/images/minerals/foraged-minerals/Earth Crystal.png +0 -0
  1325. package/images/minerals/foraged-minerals/Fire Quartz.png +0 -0
  1326. package/images/minerals/foraged-minerals/Frozen Tear.png +0 -0
  1327. package/images/minerals/foraged-minerals/Quartz.png +0 -0
  1328. package/images/minerals/gems/Amethyst.png +0 -0
  1329. package/images/minerals/gems/Aquamarine.png +0 -0
  1330. package/images/minerals/gems/Diamond.png +0 -0
  1331. package/images/minerals/gems/Emerald.png +0 -0
  1332. package/images/minerals/gems/Jade.png +0 -0
  1333. package/images/minerals/gems/Prismatic Shard.png +0 -0
  1334. package/images/minerals/gems/Ruby.png +0 -0
  1335. package/images/minerals/gems/Topaz.png +0 -0
  1336. package/images/minerals/geode-minerals/Aerinite.png +0 -0
  1337. package/images/minerals/geode-minerals/Alamite.png +0 -0
  1338. package/images/minerals/geode-minerals/Baryte.png +0 -0
  1339. package/images/minerals/geode-minerals/Basalt.png +0 -0
  1340. package/images/minerals/geode-minerals/Bixite.png +0 -0
  1341. package/images/minerals/geode-minerals/Calcite.png +0 -0
  1342. package/images/minerals/geode-minerals/Celestine.png +0 -0
  1343. package/images/minerals/geode-minerals/Dolomite.png +0 -0
  1344. package/images/minerals/geode-minerals/Esperite.png +0 -0
  1345. package/images/minerals/geode-minerals/Fairy Stone.png +0 -0
  1346. package/images/minerals/geode-minerals/Fire Opal.png +0 -0
  1347. package/images/minerals/geode-minerals/Fluorapatite.png +0 -0
  1348. package/images/minerals/geode-minerals/Geminite.png +0 -0
  1349. package/images/minerals/geode-minerals/Ghost Crystal.png +0 -0
  1350. package/images/minerals/geode-minerals/Granite.png +0 -0
  1351. package/images/minerals/geode-minerals/Helvite.png +0 -0
  1352. package/images/minerals/geode-minerals/Hematite.png +0 -0
  1353. package/images/minerals/geode-minerals/Jagoite.png +0 -0
  1354. package/images/minerals/geode-minerals/Jamborite.png +0 -0
  1355. package/images/minerals/geode-minerals/Jasper.png +0 -0
  1356. package/images/minerals/geode-minerals/Kyanite.png +0 -0
  1357. package/images/minerals/geode-minerals/Lemon Stone.png +0 -0
  1358. package/images/minerals/geode-minerals/Limestone.png +0 -0
  1359. package/images/minerals/geode-minerals/Lunarite.png +0 -0
  1360. package/images/minerals/geode-minerals/Malachite.png +0 -0
  1361. package/images/minerals/geode-minerals/Marble.png +0 -0
  1362. package/images/minerals/geode-minerals/Mudstone.png +0 -0
  1363. package/images/minerals/geode-minerals/Nekoite.png +0 -0
  1364. package/images/minerals/geode-minerals/Neptunite.png +0 -0
  1365. package/images/minerals/geode-minerals/Obsidian.png +0 -0
  1366. package/images/minerals/geode-minerals/Ocean Stone.png +0 -0
  1367. package/images/minerals/geode-minerals/Opal.png +0 -0
  1368. package/images/minerals/geode-minerals/Orpiment.png +0 -0
  1369. package/images/minerals/geode-minerals/Petrified Slime.png +0 -0
  1370. package/images/minerals/geode-minerals/Pyrite.png +0 -0
  1371. package/images/minerals/geode-minerals/Sandstone.png +0 -0
  1372. package/images/minerals/geode-minerals/Slate.png +0 -0
  1373. package/images/minerals/geode-minerals/Soapstone.png +0 -0
  1374. package/images/minerals/geode-minerals/Star Shards.png +0 -0
  1375. package/images/minerals/geode-minerals/Thunder Egg.png +0 -0
  1376. package/images/minerals/geode-minerals/Tigerseye.png +0 -0
  1377. package/images/minerals/geodes/Artifact Trove.png +0 -0
  1378. package/images/minerals/geodes/Frozen Geode.png +0 -0
  1379. package/images/minerals/geodes/Geode.png +0 -0
  1380. package/images/minerals/geodes/Golden Coconut.png +0 -0
  1381. package/images/minerals/geodes/Golden Mystery Box.png +0 -0
  1382. package/images/minerals/geodes/Magma Geode.png +0 -0
  1383. package/images/minerals/geodes/Mystery Box.png +0 -0
  1384. package/images/minerals/geodes/Omni Geode.png +0 -0
  1385. package/images/minerals/nodes/Amethyst Node.png +0 -0
  1386. package/images/minerals/nodes/Aquamarine Node.png +0 -0
  1387. package/images/minerals/nodes/Bone Node 1.png +0 -0
  1388. package/images/minerals/nodes/Bone Node 2.png +0 -0
  1389. package/images/minerals/nodes/Calico Egg Node 1.png +0 -0
  1390. package/images/minerals/nodes/Calico Egg Node 2.png +0 -0
  1391. package/images/minerals/nodes/Calico Egg Node 3.png +0 -0
  1392. package/images/minerals/nodes/Cinder Shard Node 1.png +0 -0
  1393. package/images/minerals/nodes/Cinder Shard Node 2.png +0 -0
  1394. package/images/minerals/nodes/Clay Node.png +0 -0
  1395. package/images/minerals/nodes/Coal Node 1.png +0 -0
  1396. package/images/minerals/nodes/Coal Node 2.png +0 -0
  1397. package/images/minerals/nodes/Coal Node Volcano 1.png +0 -0
  1398. package/images/minerals/nodes/Coal Node Volcano 2.png +0 -0
  1399. package/images/minerals/nodes/Copper Node Volcano.png +0 -0
  1400. package/images/minerals/nodes/Copper Node.png +0 -0
  1401. package/images/minerals/nodes/Diamond Node.png +0 -0
  1402. package/images/minerals/nodes/Emerald Node.png +0 -0
  1403. package/images/minerals/nodes/Frozen Geode Node.png +0 -0
  1404. package/images/minerals/nodes/Gem Node.png +0 -0
  1405. package/images/minerals/nodes/Geode Node.png +0 -0
  1406. package/images/minerals/nodes/Gold Node Volcano.png +0 -0
  1407. package/images/minerals/nodes/Gold Node.png +0 -0
  1408. package/images/minerals/nodes/Iridium Node.png +0 -0
  1409. package/images/minerals/nodes/Iron Node Volcano.png +0 -0
  1410. package/images/minerals/nodes/Iron Node.png +0 -0
  1411. package/images/minerals/nodes/Jade Node.png +0 -0
  1412. package/images/minerals/nodes/Magma Geode Node.png +0 -0
  1413. package/images/minerals/nodes/Mussel Node.png +0 -0
  1414. package/images/minerals/nodes/Mystic Stone.png +0 -0
  1415. package/images/minerals/nodes/Omni Geode Node.png +0 -0
  1416. package/images/minerals/nodes/Radioactive Node.png +0 -0
  1417. package/images/minerals/nodes/Rock 1.png +0 -0
  1418. package/images/minerals/nodes/Rock 2.png +0 -0
  1419. package/images/minerals/nodes/Ruby Node.png +0 -0
  1420. package/images/minerals/nodes/Stone 1.png +0 -0
  1421. package/images/minerals/nodes/Stone 2.png +0 -0
  1422. package/images/minerals/nodes/Stone 3.png +0 -0
  1423. package/images/minerals/nodes/Stone 4.png +0 -0
  1424. package/images/minerals/nodes/Stone 5.png +0 -0
  1425. package/images/minerals/nodes/Stone 6.png +0 -0
  1426. package/images/minerals/nodes/Stone.png +0 -0
  1427. package/images/minerals/nodes/Topaz Node.png +0 -0
  1428. package/images/minerals/ore/Coal.png +0 -0
  1429. package/images/minerals/ore/Copper Ore.png +0 -0
  1430. package/images/minerals/ore/Gold Ore.png +0 -0
  1431. package/images/minerals/ore/Iridium Ore.png +0 -0
  1432. package/images/minerals/ore/Iron Ore.png +0 -0
  1433. package/images/minerals/ore/Radioactive Ore.png +0 -0
  1434. package/images/minerals/resources/Bone Fragment.png +0 -0
  1435. package/images/misc/Calico Egg.png +0 -0
  1436. package/images/misc/Gold Quality.png +0 -0
  1437. package/images/misc/Gold.png +0 -0
  1438. package/images/misc/Golden Animal Cracker.png +0 -0
  1439. package/images/misc/Golden Walnut.png +0 -0
  1440. package/images/misc/Iridium Quality.png +0 -0
  1441. package/images/misc/Qi Bean.png +0 -0
  1442. package/images/misc/Silver Quality.png +0 -0
  1443. package/images/mixed-seeds/mixed-flower-seeds.png +0 -0
  1444. package/images/mixed-seeds/mixed-seeds.png +0 -0
  1445. package/images/monsters/Armored Bug.png +0 -0
  1446. package/images/monsters/Bat.png +0 -0
  1447. package/images/monsters/Big Slime.png +0 -0
  1448. package/images/monsters/Blue Slime.png +0 -0
  1449. package/images/monsters/Blue Squid.png +0 -0
  1450. package/images/monsters/Bug.png +0 -0
  1451. package/images/monsters/Carbon Ghost.png +0 -0
  1452. package/images/monsters/Cave Fly.png +0 -0
  1453. package/images/monsters/Copper Slime.png +0 -0
  1454. package/images/monsters/Duggy.png +0 -0
  1455. package/images/monsters/Dust Sprite.png +0 -0
  1456. package/images/monsters/Dwarvish Sentry.png +0 -0
  1457. package/images/monsters/False Magma Cap.png +0 -0
  1458. package/images/monsters/Frost Bat.png +0 -0
  1459. package/images/monsters/Ghost.png +0 -0
  1460. package/images/monsters/Green Slime.png +0 -0
  1461. package/images/monsters/Grub.png +0 -0
  1462. package/images/monsters/Haunted Skull.png +0 -0
  1463. package/images/monsters/Hot Head.png +0 -0
  1464. package/images/monsters/Iridium Bat.png +0 -0
  1465. package/images/monsters/Iridium Crab.png +0 -0
  1466. package/images/monsters/Iridium Golem.png +0 -0
  1467. package/images/monsters/Iron Slime.png +0 -0
  1468. package/images/monsters/Lava Bat.png +0 -0
  1469. package/images/monsters/Lava Crab.png +0 -0
  1470. package/images/monsters/Lava Lurk.png +0 -0
  1471. package/images/monsters/Magma Duggy.png +0 -0
  1472. package/images/monsters/Magma Sparker.png +0 -0
  1473. package/images/monsters/Magma Sprite.png +0 -0
  1474. package/images/monsters/Metal Head.png +0 -0
  1475. package/images/monsters/Mummy.png +0 -0
  1476. package/images/monsters/Mutant Fly.png +0 -0
  1477. package/images/monsters/Mutant Grub.png +0 -0
  1478. package/images/monsters/Pepper Rex.png +0 -0
  1479. package/images/monsters/Purple Slime.png +0 -0
  1480. package/images/monsters/Putrid Ghost.png +0 -0
  1481. package/images/monsters/Red Slime.png +0 -0
  1482. package/images/monsters/Rock Crab.png +0 -0
  1483. package/images/monsters/Royal Serpent.png +0 -0
  1484. package/images/monsters/Serpent.png +0 -0
  1485. package/images/monsters/Shadow Brute.png +0 -0
  1486. package/images/monsters/Shadow Shaman.png +0 -0
  1487. package/images/monsters/Shadow Sniper.png +0 -0
  1488. package/images/monsters/Skeleton Mage.png +0 -0
  1489. package/images/monsters/Skeleton.png +0 -0
  1490. package/images/monsters/Spider.png +0 -0
  1491. package/images/monsters/Squid Kid.png +0 -0
  1492. package/images/monsters/Stick Bug.png +0 -0
  1493. package/images/monsters/Stone Golem.png +0 -0
  1494. package/images/monsters/Tiger Slime.png +0 -0
  1495. package/images/monsters/Truffle Crab.png +0 -0
  1496. package/images/monsters/Wilderness Golem.png +0 -0
  1497. package/images/monsters/monster-loot/Bat Wing.png +0 -0
  1498. package/images/monsters/monster-loot/Bug Meat.png +0 -0
  1499. package/images/monsters/monster-loot/Slime.png +0 -0
  1500. package/images/monsters/monster-loot/Solar Essence.png +0 -0
  1501. package/images/monsters/monster-loot/Void Essence.png +0 -0
  1502. package/images/rings/Amethyst Ring.png +0 -0
  1503. package/images/rings/Aquamarine Ring.png +0 -0
  1504. package/images/rings/Burglar's Ring.png +0 -0
  1505. package/images/rings/Crabshell Ring.png +0 -0
  1506. package/images/rings/Emerald Ring.png +0 -0
  1507. package/images/rings/Glow Ring.png +0 -0
  1508. package/images/rings/Glowstone Ring.png +0 -0
  1509. package/images/rings/Hot Java Ring.png +0 -0
  1510. package/images/rings/Immunity Band.png +0 -0
  1511. package/images/rings/Iridium Band.png +0 -0
  1512. package/images/rings/Jade Ring.png +0 -0
  1513. package/images/rings/Jukebox Ring.png +0 -0
  1514. package/images/rings/Lucky Ring.png +0 -0
  1515. package/images/rings/Magnet Ring.png +0 -0
  1516. package/images/rings/Napalm Ring.png +0 -0
  1517. package/images/rings/Phoenix Ring.png +0 -0
  1518. package/images/rings/Protection Ring.png +0 -0
  1519. package/images/rings/Ring of Yoba.png +0 -0
  1520. package/images/rings/Ruby Ring.png +0 -0
  1521. package/images/rings/Savage Ring.png +0 -0
  1522. package/images/rings/Slime Charmer Ring.png +0 -0
  1523. package/images/rings/Small Glow Ring.png +0 -0
  1524. package/images/rings/Small Magnet Ring.png +0 -0
  1525. package/images/rings/Soul Sapper Ring.png +0 -0
  1526. package/images/rings/Sturdy Ring.png +0 -0
  1527. package/images/rings/Thorns Ring.png +0 -0
  1528. package/images/rings/Topaz Ring.png +0 -0
  1529. package/images/rings/Vampire Ring.png +0 -0
  1530. package/images/rings/Warrior Ring.png +0 -0
  1531. package/images/rings/Wedding Ring.png +0 -0
  1532. package/images/scarecrows/Deluxe Scarecrow.png +0 -0
  1533. package/images/scarecrows/Rarecrow 1.png +0 -0
  1534. package/images/scarecrows/Rarecrow 2.png +0 -0
  1535. package/images/scarecrows/Rarecrow 3.png +0 -0
  1536. package/images/scarecrows/Rarecrow 4.png +0 -0
  1537. package/images/scarecrows/Rarecrow 5.png +0 -0
  1538. package/images/scarecrows/Rarecrow 6.png +0 -0
  1539. package/images/scarecrows/Rarecrow 7.png +0 -0
  1540. package/images/scarecrows/Rarecrow 8.png +0 -0
  1541. package/images/scarecrows/Scarecrow.png +0 -0
  1542. package/images/seasons/Fall.png +0 -0
  1543. package/images/seasons/Spring.png +0 -0
  1544. package/images/seasons/Summer.png +0 -0
  1545. package/images/seasons/Winter.png +0 -0
  1546. package/images/seasons/calendar-icons/Festival Flag.gif +0 -0
  1547. package/images/seasons/calendar-icons/Fishing Event.png +0 -0
  1548. package/images/seasons/calendar-icons/Special Event.png +0 -0
  1549. package/images/seasons/festivals/Dance of the Moonlight Jellies.jpg +0 -0
  1550. package/images/seasons/festivals/Desert Festival.png +0 -0
  1551. package/images/seasons/festivals/Egg Festival.png +0 -0
  1552. package/images/seasons/festivals/Feast of the Winter Star.png +0 -0
  1553. package/images/seasons/festivals/Festival of Ice.jpg +0 -0
  1554. package/images/seasons/festivals/Flower Dance.jpg +0 -0
  1555. package/images/seasons/festivals/Luau.png +0 -0
  1556. package/images/seasons/festivals/Night Market.jpg +0 -0
  1557. package/images/seasons/festivals/Spirit's Eve.png +0 -0
  1558. package/images/seasons/festivals/SquidFest.png +0 -0
  1559. package/images/seasons/festivals/Stardew Valley Fair.png +0 -0
  1560. package/images/seasons/festivals/Trout Derby.png +0 -0
  1561. package/images/shop/'Volcano' Photo.png +0 -0
  1562. package/images/shop/Aquatic Sanctuary.png +0 -0
  1563. package/images/shop/Birch Double Bed.png +0 -0
  1564. package/images/shop/Bird House.png +0 -0
  1565. package/images/shop/Bouquet.png +0 -0
  1566. package/images/shop/Burnt Offering.png +0 -0
  1567. package/images/shop/Butterfly Hutch.png +0 -0
  1568. package/images/shop/Butterfly Powder.png +0 -0
  1569. package/images/shop/Cat Tree.png +0 -0
  1570. package/images/shop/Catalogue.png +0 -0
  1571. package/images/shop/Clothesline.png +0 -0
  1572. package/images/shop/Coat Stand.png +0 -0
  1573. package/images/shop/Cow Decal.png +0 -0
  1574. package/images/shop/Dark Cat Tree.png +0 -0
  1575. package/images/shop/Dark Doghouse.png +0 -0
  1576. package/images/shop/Dark Piano.png +0 -0
  1577. package/images/shop/Deconstructor.png +0 -0
  1578. package/images/shop/Decorative Sword.png +0 -0
  1579. package/images/shop/Doghouse.png +0 -0
  1580. package/images/shop/Enricher.png +0 -0
  1581. package/images/shop/Exotic Double Bed.png +0 -0
  1582. package/images/shop/Fireworks (Green).png +0 -0
  1583. package/images/shop/Fireworks (Purple).png +0 -0
  1584. package/images/shop/Fireworks (Red).png +0 -0
  1585. package/images/shop/Fisher Double Bed.png +0 -0
  1586. package/images/shop/Galaxy Soul.png +0 -0
  1587. package/images/shop/Hay.png +0 -0
  1588. package/images/shop/Highway 89.png +0 -0
  1589. package/images/shop/Horse Flute.png +0 -0
  1590. package/images/shop/J. Cola Light.png +0 -0
  1591. package/images/shop/Joja Cola.png +0 -0
  1592. package/images/shop/Joja Furniture Catalogue.png +0 -0
  1593. package/images/shop/Joja Wallpaper.png +0 -0
  1594. package/images/shop/Jungle Torch.png +0 -0
  1595. package/images/shop/Junimo Catalogue.png +0 -0
  1596. package/images/shop/Junimo Chest.png +0 -0
  1597. package/images/shop/Large Fish Tank.png +0 -0
  1598. package/images/shop/Magic Rock Candy.png +0 -0
  1599. package/images/shop/Mannequin (Male).png +0 -0
  1600. package/images/shop/Midnight Beach Bed.png +0 -0
  1601. package/images/shop/Midnight Beach Double Bed.png +0 -0
  1602. package/images/shop/Mini-Shipping Bin.png +0 -0
  1603. package/images/shop/Modern Double Bed.png +0 -0
  1604. package/images/shop/Monster Fireplace.png +0 -0
  1605. package/images/shop/Mushroom Tree Seed.png +0 -0
  1606. package/images/shop/Oceanic Rug.png +0 -0
  1607. package/images/shop/Ornamental Hay Bale.png +0 -0
  1608. package/images/shop/Palm Wall Ornament.png +0 -0
  1609. package/images/shop/Pierre's Missing Stocklist.png +0 -0
  1610. package/images/shop/Pressure Nozzle.png +0 -0
  1611. package/images/shop/Primal Motion.png +0 -0
  1612. package/images/shop/Qi Gem.png +0 -0
  1613. package/images/shop/Qi Seasoning.png +0 -0
  1614. package/images/shop/Retro Catalogue.png +0 -0
  1615. package/images/shop/Return Scepter.png +0 -0
  1616. package/images/shop/Rice.png +0 -0
  1617. package/images/shop/Sign Of The Vessel.png +0 -0
  1618. package/images/shop/Small Fish Tank.png +0 -0
  1619. package/images/shop/Spires.png +0 -0
  1620. package/images/shop/Stardrop.png +0 -0
  1621. package/images/shop/Sugar.png +0 -0
  1622. package/images/shop/Tea Set.png +0 -0
  1623. package/images/shop/Tropical Bed.png +0 -0
  1624. package/images/shop/Tropical Chair.png +0 -0
  1625. package/images/shop/Tropical Double Bed.png +0 -0
  1626. package/images/shop/Tropical TV.png +0 -0
  1627. package/images/shop/Void Ghost Pendant.png +0 -0
  1628. package/images/shop/Wall Cactus.png +0 -0
  1629. package/images/shop/Wall Sword.png +0 -0
  1630. package/images/shop/Wheat Flour.png +0 -0
  1631. package/images/shop/Wild Double Bed.png +0 -0
  1632. package/images/shop/Wizard Catalogue.png +0 -0
  1633. package/images/skills/Combat.png +0 -0
  1634. package/images/skills/Farming.png +0 -0
  1635. package/images/skills/Fishing.png +0 -0
  1636. package/images/skills/Foraging.png +0 -0
  1637. package/images/skills/Mining.png +0 -0
  1638. package/images/special-items/Animal Catalogue.png +0 -0
  1639. package/images/special-items/Bait And Bobber.png +0 -0
  1640. package/images/special-items/Bear's Knowledge.png +0 -0
  1641. package/images/special-items/Book Of Stars.png +0 -0
  1642. package/images/special-items/Book of Mysteries.png +0 -0
  1643. package/images/special-items/Club Card.png +0 -0
  1644. package/images/special-items/Combat Quarterly.png +0 -0
  1645. package/images/special-items/Dark Talisman.png +0 -0
  1646. package/images/special-items/Dwarvish Safety Manual.png +0 -0
  1647. package/images/special-items/Dwarvish Translation Guide.png +0 -0
  1648. package/images/special-items/Forest Magic.png +0 -0
  1649. package/images/special-items/Friendship 101.png +0 -0
  1650. package/images/special-items/Horse The Book.png +0 -0
  1651. package/images/special-items/Jack Be Nimble, Jack Be Thick.png +0 -0
  1652. package/images/special-items/Jewels Of The Sea.png +0 -0
  1653. package/images/special-items/Key To The Town.png +0 -0
  1654. package/images/special-items/Magic Ink.png +0 -0
  1655. package/images/special-items/Magnifying Glass.png +0 -0
  1656. package/images/special-items/Mapping Cave Systems.png +0 -0
  1657. package/images/special-items/Mastery Icon.png +0 -0
  1658. package/images/special-items/Mining Monthly.png +0 -0
  1659. package/images/special-items/Monster Compendium.png +0 -0
  1660. package/images/special-items/Ol' Slitherlegs.png +0 -0
  1661. package/images/special-items/Price Catalogue.png +0 -0
  1662. package/images/special-items/Queen Of Sauce Cookbook.png +0 -0
  1663. package/images/special-items/Rusty Key.png +0 -0
  1664. package/images/special-items/Skull Key.png +0 -0
  1665. package/images/special-items/Special Charm.png +0 -0
  1666. package/images/special-items/Spring Onion Mastery.png +0 -0
  1667. package/images/special-items/Stardew Valley Almanac.png +0 -0
  1668. package/images/special-items/The Alleyway Buffet.png +0 -0
  1669. package/images/special-items/The Art O' Crabbing.png +0 -0
  1670. package/images/special-items/The Diamond Hunter.png +0 -0
  1671. package/images/special-items/Treasure Appraisal Guide.png +0 -0
  1672. package/images/special-items/Way Of The Wind pt. 1.png +0 -0
  1673. package/images/special-items/Way Of The Wind pt. 2.png +0 -0
  1674. package/images/special-items/Ways Of The Wild.png +0 -0
  1675. package/images/special-items/Woodcutter's Weekly.png +0 -0
  1676. package/images/special-items/Woody's Secret.png +0 -0
  1677. package/images/stardrops/Stardrop.png +0 -0
  1678. package/images/tools/Auto-Grabber.png +0 -0
  1679. package/images/tools/Auto-Petter.png +0 -0
  1680. package/images/tools/Golden Scythe.png +0 -0
  1681. package/images/tools/Heater.png +0 -0
  1682. package/images/tools/Iridium Scythe.png +0 -0
  1683. package/images/tools/Milk Pail.png +0 -0
  1684. package/images/tools/Scythe.png +0 -0
  1685. package/images/tools/Shears.png +0 -0
  1686. package/images/tools/axe/Axe.png +0 -0
  1687. package/images/tools/axe/Copper Axe.png +0 -0
  1688. package/images/tools/axe/Gold Axe.png +0 -0
  1689. package/images/tools/axe/Iridium Axe.png +0 -0
  1690. package/images/tools/axe/Steel Axe.png +0 -0
  1691. package/images/tools/backpack/Deluxe Pack.png +0 -0
  1692. package/images/tools/backpack/Large Pack.png +0 -0
  1693. package/images/tools/fishing-rod/Advanced Iridium Rod.png +0 -0
  1694. package/images/tools/fishing-rod/Bamboo Pole.png +0 -0
  1695. package/images/tools/fishing-rod/Fiberglass Rod.png +0 -0
  1696. package/images/tools/fishing-rod/Iridium Rod.png +0 -0
  1697. package/images/tools/fishing-rod/Training Rod.png +0 -0
  1698. package/images/tools/hoe/Copper Hoe.png +0 -0
  1699. package/images/tools/hoe/Gold Hoe.png +0 -0
  1700. package/images/tools/hoe/Hoe.png +0 -0
  1701. package/images/tools/hoe/Iridium Hoe.png +0 -0
  1702. package/images/tools/hoe/Steel Hoe.png +0 -0
  1703. package/images/tools/pan/Copper Pan.png +0 -0
  1704. package/images/tools/pan/Gold Pan.png +0 -0
  1705. package/images/tools/pan/Iridium Pan.png +0 -0
  1706. package/images/tools/pan/Steel Pan.png +0 -0
  1707. package/images/tools/pickaxe/Copper Pickaxe.png +0 -0
  1708. package/images/tools/pickaxe/Gold Pickaxe.png +0 -0
  1709. package/images/tools/pickaxe/Iridium Pickaxe.png +0 -0
  1710. package/images/tools/pickaxe/Pickaxe.png +0 -0
  1711. package/images/tools/pickaxe/Steel Pickaxe.png +0 -0
  1712. package/images/tools/trash-can/Copper Trash Can.png +0 -0
  1713. package/images/tools/trash-can/Gold Trash Can.png +0 -0
  1714. package/images/tools/trash-can/Iridium Trash Can.png +0 -0
  1715. package/images/tools/trash-can/Steel Trash Can.png +0 -0
  1716. package/images/tools/watering-can/Copper Watering Can.png +0 -0
  1717. package/images/tools/watering-can/Gold Watering Can.png +0 -0
  1718. package/images/tools/watering-can/Iridium Watering Can.png +0 -0
  1719. package/images/tools/watering-can/Steel Watering Can.png +0 -0
  1720. package/images/tools/watering-can/Watering Can.png +0 -0
  1721. package/images/trees/Large Log.png +0 -0
  1722. package/images/trees/Large Stump.png +0 -0
  1723. package/images/trees/Twig 1.png +0 -0
  1724. package/images/trees/Twig 2.png +0 -0
  1725. package/images/trees/Weeds.png +0 -0
  1726. package/images/trees/apple/crop.png +0 -0
  1727. package/images/trees/apple/harvest.png +0 -0
  1728. package/images/trees/apple/seed.png +0 -0
  1729. package/images/trees/apple/stage-1.png +0 -0
  1730. package/images/trees/apple/stage-2.png +0 -0
  1731. package/images/trees/apple/stage-3.png +0 -0
  1732. package/images/trees/apple/stage-4.png +0 -0
  1733. package/images/trees/apple/stage-5.png +0 -0
  1734. package/images/trees/apricot/crop.png +0 -0
  1735. package/images/trees/apricot/harvest.png +0 -0
  1736. package/images/trees/apricot/seed.png +0 -0
  1737. package/images/trees/apricot/stage-1.png +0 -0
  1738. package/images/trees/apricot/stage-2.png +0 -0
  1739. package/images/trees/apricot/stage-3.png +0 -0
  1740. package/images/trees/apricot/stage-4.png +0 -0
  1741. package/images/trees/apricot/stage-5.png +0 -0
  1742. package/images/trees/banana/crop.png +0 -0
  1743. package/images/trees/banana/harvest.png +0 -0
  1744. package/images/trees/banana/seed.png +0 -0
  1745. package/images/trees/banana/stage-1.png +0 -0
  1746. package/images/trees/banana/stage-2.png +0 -0
  1747. package/images/trees/banana/stage-3.png +0 -0
  1748. package/images/trees/banana/stage-4.png +0 -0
  1749. package/images/trees/banana/stage-5.png +0 -0
  1750. package/images/trees/cherry/crop.png +0 -0
  1751. package/images/trees/cherry/harvest.png +0 -0
  1752. package/images/trees/cherry/seed.png +0 -0
  1753. package/images/trees/cherry/stage-1.png +0 -0
  1754. package/images/trees/cherry/stage-2.png +0 -0
  1755. package/images/trees/cherry/stage-3.png +0 -0
  1756. package/images/trees/cherry/stage-4.png +0 -0
  1757. package/images/trees/cherry/stage-5.png +0 -0
  1758. package/images/trees/green-rain/seed.png +0 -0
  1759. package/images/trees/green-rain/type-1/stage-1.png +0 -0
  1760. package/images/trees/green-rain/type-1/stage-2.png +0 -0
  1761. package/images/trees/green-rain/type-1/stage-3.png +0 -0
  1762. package/images/trees/green-rain/type-1/stage-4.png +0 -0
  1763. package/images/trees/green-rain/type-1/stage-5.png +0 -0
  1764. package/images/trees/green-rain/type-2/stage-1.png +0 -0
  1765. package/images/trees/green-rain/type-2/stage-2.png +0 -0
  1766. package/images/trees/green-rain/type-2/stage-3.png +0 -0
  1767. package/images/trees/green-rain/type-2/stage-4.png +0 -0
  1768. package/images/trees/green-rain/type-2/stage-5.png +0 -0
  1769. package/images/trees/green-rain/type-3/stage-1.png +0 -0
  1770. package/images/trees/green-rain/type-3/stage-2.png +0 -0
  1771. package/images/trees/green-rain/type-3/stage-3.png +0 -0
  1772. package/images/trees/green-rain/type-3/stage-4.png +0 -0
  1773. package/images/trees/green-rain/type-3/stage-5.png +0 -0
  1774. package/images/trees/mahogany/seed.png +0 -0
  1775. package/images/trees/mahogany/stage-1.png +0 -0
  1776. package/images/trees/mahogany/stage-2.png +0 -0
  1777. package/images/trees/mahogany/stage-3.png +0 -0
  1778. package/images/trees/mahogany/stage-4.png +0 -0
  1779. package/images/trees/mahogany/stage-5.png +0 -0
  1780. package/images/trees/mango/crop.png +0 -0
  1781. package/images/trees/mango/harvest.png +0 -0
  1782. package/images/trees/mango/seed.png +0 -0
  1783. package/images/trees/mango/stage-1.png +0 -0
  1784. package/images/trees/mango/stage-2.png +0 -0
  1785. package/images/trees/mango/stage-3.png +0 -0
  1786. package/images/trees/mango/stage-4.png +0 -0
  1787. package/images/trees/mango/stage-5.png +0 -0
  1788. package/images/trees/maple/seed.png +0 -0
  1789. package/images/trees/maple/stage-1.png +0 -0
  1790. package/images/trees/maple/stage-2.png +0 -0
  1791. package/images/trees/maple/stage-3.png +0 -0
  1792. package/images/trees/maple/stage-4.png +0 -0
  1793. package/images/trees/maple/stage-5.png +0 -0
  1794. package/images/trees/mushroom/seed.png +0 -0
  1795. package/images/trees/mushroom/stage-1.png +0 -0
  1796. package/images/trees/mushroom/stage-2.png +0 -0
  1797. package/images/trees/mushroom/stage-3.png +0 -0
  1798. package/images/trees/mushroom/stage-4.png +0 -0
  1799. package/images/trees/mushroom/stage-5.png +0 -0
  1800. package/images/trees/mystic/seed.png +0 -0
  1801. package/images/trees/mystic/stage-1.png +0 -0
  1802. package/images/trees/mystic/stage-2.png +0 -0
  1803. package/images/trees/mystic/stage-3.png +0 -0
  1804. package/images/trees/mystic/stage-4.png +0 -0
  1805. package/images/trees/mystic/stage-5.png +0 -0
  1806. package/images/trees/oak/seed.png +0 -0
  1807. package/images/trees/oak/stage-1.png +0 -0
  1808. package/images/trees/oak/stage-2.png +0 -0
  1809. package/images/trees/oak/stage-3.png +0 -0
  1810. package/images/trees/oak/stage-4.png +0 -0
  1811. package/images/trees/oak/stage-5.png +0 -0
  1812. package/images/trees/orange/crop.png +0 -0
  1813. package/images/trees/orange/harvest.png +0 -0
  1814. package/images/trees/orange/seed.png +0 -0
  1815. package/images/trees/orange/stage-1.png +0 -0
  1816. package/images/trees/orange/stage-2.png +0 -0
  1817. package/images/trees/orange/stage-3.png +0 -0
  1818. package/images/trees/orange/stage-4.png +0 -0
  1819. package/images/trees/orange/stage-5.png +0 -0
  1820. package/images/trees/palm/stage-1.png +0 -0
  1821. package/images/trees/palm/stage-2.png +0 -0
  1822. package/images/trees/palm/stage-3.png +0 -0
  1823. package/images/trees/peach/crop.png +0 -0
  1824. package/images/trees/peach/harvest.png +0 -0
  1825. package/images/trees/peach/seed.png +0 -0
  1826. package/images/trees/peach/stage-1.png +0 -0
  1827. package/images/trees/peach/stage-2.png +0 -0
  1828. package/images/trees/peach/stage-3.png +0 -0
  1829. package/images/trees/peach/stage-4.png +0 -0
  1830. package/images/trees/peach/stage-5.png +0 -0
  1831. package/images/trees/pine/seed.png +0 -0
  1832. package/images/trees/pine/stage-1.png +0 -0
  1833. package/images/trees/pine/stage-2.png +0 -0
  1834. package/images/trees/pine/stage-3.png +0 -0
  1835. package/images/trees/pine/stage-4.png +0 -0
  1836. package/images/trees/pine/stage-5.png +0 -0
  1837. package/images/trees/pomegranate/crop.png +0 -0
  1838. package/images/trees/pomegranate/harvest.png +0 -0
  1839. package/images/trees/pomegranate/seed.png +0 -0
  1840. package/images/trees/pomegranate/stage-1.png +0 -0
  1841. package/images/trees/pomegranate/stage-2.png +0 -0
  1842. package/images/trees/pomegranate/stage-3.png +0 -0
  1843. package/images/trees/pomegranate/stage-4.png +0 -0
  1844. package/images/trees/pomegranate/stage-5.png +0 -0
  1845. package/images/trinkets/Basilisk Paw.png +0 -0
  1846. package/images/trinkets/Fairy Box.png +0 -0
  1847. package/images/trinkets/Frog Egg.png +0 -0
  1848. package/images/trinkets/Golden Spur.png +0 -0
  1849. package/images/trinkets/Ice Rod.png +0 -0
  1850. package/images/trinkets/Magic Hair Gel.png +0 -0
  1851. package/images/trinkets/Magic Quiver.png +0 -0
  1852. package/images/trinkets/Parrot Egg.png +0 -0
  1853. package/images/villagers/Abigail.png +0 -0
  1854. package/images/villagers/Alex.png +0 -0
  1855. package/images/villagers/Bouncer.png +0 -0
  1856. package/images/villagers/Caroline.png +0 -0
  1857. package/images/villagers/Clint.png +0 -0
  1858. package/images/villagers/Demetrius.png +0 -0
  1859. package/images/villagers/Dwarf.png +0 -0
  1860. package/images/villagers/Elliott.png +0 -0
  1861. package/images/villagers/Emily.png +0 -0
  1862. package/images/villagers/Evelyn.png +0 -0
  1863. package/images/villagers/Fizz.png +0 -0
  1864. package/images/villagers/George.png +0 -0
  1865. package/images/villagers/Gil.png +0 -0
  1866. package/images/villagers/Governor.png +0 -0
  1867. package/images/villagers/Grandpa.png +0 -0
  1868. package/images/villagers/Gunther.png +0 -0
  1869. package/images/villagers/Gus.png +0 -0
  1870. package/images/villagers/Haley.png +0 -0
  1871. package/images/villagers/Harvey.png +0 -0
  1872. package/images/villagers/Henchman.png +0 -0
  1873. package/images/villagers/Jas.png +0 -0
  1874. package/images/villagers/Jodi.png +0 -0
  1875. package/images/villagers/Kent.png +0 -0
  1876. package/images/villagers/Krobus.png +0 -0
  1877. package/images/villagers/Leah.png +0 -0
  1878. package/images/villagers/Leo.png +0 -0
  1879. package/images/villagers/Lewis.png +0 -0
  1880. package/images/villagers/Linus.png +0 -0
  1881. package/images/villagers/Marlon.png +0 -0
  1882. package/images/villagers/Marnie.png +0 -0
  1883. package/images/villagers/Maru.png +0 -0
  1884. package/images/villagers/Morris.png +0 -0
  1885. package/images/villagers/MrQi.png +0 -0
  1886. package/images/villagers/Pam.png +0 -0
  1887. package/images/villagers/ParrotBoy.png +0 -0
  1888. package/images/villagers/Penny.png +0 -0
  1889. package/images/villagers/Pierre.png +0 -0
  1890. package/images/villagers/Robin.png +0 -0
  1891. package/images/villagers/SafariGuy.png +0 -0
  1892. package/images/villagers/Sam.png +0 -0
  1893. package/images/villagers/Sandy.png +0 -0
  1894. package/images/villagers/Sebastian.png +0 -0
  1895. package/images/villagers/Shane.png +0 -0
  1896. package/images/villagers/Vincent.png +0 -0
  1897. package/images/villagers/Willy.png +0 -0
  1898. package/images/villagers/Wizard.png +0 -0
  1899. package/images/villagers/spouse-portraits/Abigail.png +0 -0
  1900. package/images/villagers/spouse-portraits/Alex.png +0 -0
  1901. package/images/villagers/spouse-portraits/Elliott.png +0 -0
  1902. package/images/villagers/spouse-portraits/Emily.png +0 -0
  1903. package/images/villagers/spouse-portraits/Haley.png +0 -0
  1904. package/images/villagers/spouse-portraits/Harvey.png +0 -0
  1905. package/images/villagers/spouse-portraits/Krobus.png +0 -0
  1906. package/images/villagers/spouse-portraits/Leah.png +0 -0
  1907. package/images/villagers/spouse-portraits/Maru.png +0 -0
  1908. package/images/villagers/spouse-portraits/Penny.png +0 -0
  1909. package/images/villagers/spouse-portraits/Sam.png +0 -0
  1910. package/images/villagers/spouse-portraits/Sebastian.png +0 -0
  1911. package/images/villagers/spouse-portraits/Shane.png +0 -0
  1912. package/images/weapons/clubs/Alex's Bat.png +0 -0
  1913. package/images/weapons/clubs/Dragontooth Club.png +0 -0
  1914. package/images/weapons/clubs/Dwarf Hammer.png +0 -0
  1915. package/images/weapons/clubs/Femur.png +0 -0
  1916. package/images/weapons/clubs/Galaxy Hammer.png +0 -0
  1917. package/images/weapons/clubs/Harvey's Mallet.png +0 -0
  1918. package/images/weapons/clubs/Infinity Gavel.png +0 -0
  1919. package/images/weapons/clubs/Kudgel.png +0 -0
  1920. package/images/weapons/clubs/Lead Rod.png +0 -0
  1921. package/images/weapons/clubs/Maru's Wrench.png +0 -0
  1922. package/images/weapons/clubs/Penny's Fryer.png +0 -0
  1923. package/images/weapons/clubs/Sam's Old Guitar.png +0 -0
  1924. package/images/weapons/clubs/Seb's Lost Mace.png +0 -0
  1925. package/images/weapons/clubs/The Slammer.png +0 -0
  1926. package/images/weapons/clubs/Wood Club.png +0 -0
  1927. package/images/weapons/clubs/Wood Mallet.png +0 -0
  1928. package/images/weapons/daggers/Abby's Planchette.png +0 -0
  1929. package/images/weapons/daggers/Broken Trident.png +0 -0
  1930. package/images/weapons/daggers/Burglar's Shank.png +0 -0
  1931. package/images/weapons/daggers/Carving Knife.png +0 -0
  1932. package/images/weapons/daggers/Crystal Dagger.png +0 -0
  1933. package/images/weapons/daggers/Dragontooth Shiv.png +0 -0
  1934. package/images/weapons/daggers/Dwarf Dagger.png +0 -0
  1935. package/images/weapons/daggers/Elf Blade.png +0 -0
  1936. package/images/weapons/daggers/Elliott's Pencil.png +0 -0
  1937. package/images/weapons/daggers/Galaxy Dagger.png +0 -0
  1938. package/images/weapons/daggers/Infinity Dagger.png +0 -0
  1939. package/images/weapons/daggers/Iridium Needle.png +0 -0
  1940. package/images/weapons/daggers/Iron Dirk.png +0 -0
  1941. package/images/weapons/daggers/Shadow Dagger.png +0 -0
  1942. package/images/weapons/daggers/Wicked Kris.png +0 -0
  1943. package/images/weapons/daggers/Wind Spire.png +0 -0
  1944. package/images/weapons/slingshots/Master Slingshot.png +0 -0
  1945. package/images/weapons/slingshots/Slingshot.png +0 -0
  1946. package/images/weapons/stats/Crit. Chance.png +0 -0
  1947. package/images/weapons/stats/Crit. Power.png +0 -0
  1948. package/images/weapons/stats/Defense.png +0 -0
  1949. package/images/weapons/stats/Speed.png +0 -0
  1950. package/images/weapons/stats/Weight.png +0 -0
  1951. package/images/weapons/swords/Bone Sword.png +0 -0
  1952. package/images/weapons/swords/Claymore.png +0 -0
  1953. package/images/weapons/swords/Cutlass.png +0 -0
  1954. package/images/weapons/swords/Dark Sword.png +0 -0
  1955. package/images/weapons/swords/Dragontooth Cutlass.png +0 -0
  1956. package/images/weapons/swords/Dwarf Sword.png +0 -0
  1957. package/images/weapons/swords/Forest Sword.png +0 -0
  1958. package/images/weapons/swords/Galaxy Sword.png +0 -0
  1959. package/images/weapons/swords/Haley's Iron.png +0 -0
  1960. package/images/weapons/swords/Holy Blade.png +0 -0
  1961. package/images/weapons/swords/Infinity Blade.png +0 -0
  1962. package/images/weapons/swords/Insect Head.png +0 -0
  1963. package/images/weapons/swords/Iron Edge.png +0 -0
  1964. package/images/weapons/swords/Lava Katana.png +0 -0
  1965. package/images/weapons/swords/Leah's Whittler.png +0 -0
  1966. package/images/weapons/swords/Meowmere.png +0 -0
  1967. package/images/weapons/swords/Neptune's Glaive.png +0 -0
  1968. package/images/weapons/swords/Obsidian Edge.png +0 -0
  1969. package/images/weapons/swords/Ossified Blade.png +0 -0
  1970. package/images/weapons/swords/Pirate's Sword.png +0 -0
  1971. package/images/weapons/swords/Rusty Sword.png +0 -0
  1972. package/images/weapons/swords/Silver Saber.png +0 -0
  1973. package/images/weapons/swords/Steel Falchion.png +0 -0
  1974. package/images/weapons/swords/Steel Smallsword.png +0 -0
  1975. package/images/weapons/swords/Tempered Broadsword.png +0 -0
  1976. package/images/weapons/swords/Templar's Blade.png +0 -0
  1977. package/images/weapons/swords/Wooden Blade.png +0 -0
  1978. package/images/weapons/swords/Yeti Tooth.png +0 -0
  1979. package/images/weather/Festival.png +0 -0
  1980. package/images/weather/Green Rain.png +0 -0
  1981. package/images/weather/Rain.png +0 -0
  1982. package/images/weather/Snow.png +0 -0
  1983. package/images/weather/Storm.png +0 -0
  1984. package/images/weather/Sun.png +0 -0
  1985. package/images/weather/Wedding.png +0 -0
  1986. package/images/weather/Wind Fall.png +0 -0
  1987. package/images/weather/Wind Spring.png +0 -0
  1988. package/package.json +91 -0
@@ -0,0 +1,4152 @@
1
+ [
2
+ {
3
+ "id": "Bomb",
4
+ "name": "Bomb",
5
+ "description": "Generates a powerful explosion.",
6
+ "category": "Bombs",
7
+ "source": "Mining Level 6",
8
+ "output": {
9
+ "id": "287",
10
+ "name": "Bomb",
11
+ "quantity": 1,
12
+ "isBigCraftable": false
13
+ },
14
+ "ingredients": [
15
+ {
16
+ "id": "380",
17
+ "name": "Iron Ore",
18
+ "quantity": 4
19
+ },
20
+ {
21
+ "id": "382",
22
+ "name": "Coal",
23
+ "quantity": 1
24
+ }
25
+ ],
26
+ "image": "images/craftable/bombs/Bomb.png"
27
+ },
28
+ {
29
+ "id": "Cherry Bomb",
30
+ "name": "Cherry Bomb",
31
+ "description": "Creates a small explosion. Radius 3.",
32
+ "category": "Bombs",
33
+ "source": "Mining Level 1",
34
+ "output": {
35
+ "id": "286",
36
+ "name": "Cherry Bomb",
37
+ "quantity": 1,
38
+ "isBigCraftable": false
39
+ },
40
+ "ingredients": [
41
+ {
42
+ "id": "378",
43
+ "name": "Copper Ore",
44
+ "quantity": 4
45
+ },
46
+ {
47
+ "id": "382",
48
+ "name": "Coal",
49
+ "quantity": 1
50
+ }
51
+ ],
52
+ "image": "images/craftable/bombs/Cherry Bomb.png"
53
+ },
54
+ {
55
+ "id": "Mega Bomb",
56
+ "name": "Mega Bomb",
57
+ "description": "Generates a massive explosion.",
58
+ "category": "Bombs",
59
+ "source": "Mining Level 8",
60
+ "output": {
61
+ "id": "288",
62
+ "name": "Mega Bomb",
63
+ "quantity": 1,
64
+ "isBigCraftable": false
65
+ },
66
+ "ingredients": [
67
+ {
68
+ "id": "384",
69
+ "name": "Gold Ore",
70
+ "quantity": 4
71
+ },
72
+ {
73
+ "id": "768",
74
+ "name": "Solar Essence",
75
+ "quantity": 1
76
+ },
77
+ {
78
+ "id": "769",
79
+ "name": "Void Essence",
80
+ "quantity": 1
81
+ }
82
+ ],
83
+ "image": "images/craftable/bombs/Mega Bomb.png"
84
+ },
85
+ {
86
+ "id": "Gate",
87
+ "name": "Gate",
88
+ "description": "Allows you and your animals to pass through a fence.",
89
+ "category": "Fences",
90
+ "source": "Starter",
91
+ "output": {
92
+ "id": "325",
93
+ "name": "Gate",
94
+ "quantity": 1,
95
+ "isBigCraftable": false
96
+ },
97
+ "ingredients": [
98
+ {
99
+ "id": "388",
100
+ "name": "Wood",
101
+ "quantity": 10
102
+ }
103
+ ],
104
+ "image": "images/craftable/fences/Gate.png"
105
+ },
106
+ {
107
+ "id": "Hardwood Fence",
108
+ "name": "Hardwood Fence",
109
+ "description": "Extremely durable. Lasts about 505 days.",
110
+ "category": "Fences",
111
+ "source": "Farming Level 6",
112
+ "output": {
113
+ "id": "298",
114
+ "name": "Hardwood Fence",
115
+ "quantity": 1,
116
+ "isBigCraftable": false
117
+ },
118
+ "ingredients": [
119
+ {
120
+ "id": "709",
121
+ "name": "Hardwood",
122
+ "quantity": 1
123
+ }
124
+ ],
125
+ "image": "images/craftable/fences/Hardwood Fence.png"
126
+ },
127
+ {
128
+ "id": "Iron Fence",
129
+ "name": "Iron Fence",
130
+ "description": "Very long lasting. Lasts about 226 days.",
131
+ "category": "Fences",
132
+ "source": "Farming Level 4",
133
+ "output": {
134
+ "id": "324",
135
+ "name": "Iron Fence",
136
+ "quantity": 10,
137
+ "isBigCraftable": false
138
+ },
139
+ "ingredients": [
140
+ {
141
+ "id": "335",
142
+ "name": "Iron Bar",
143
+ "quantity": 1
144
+ }
145
+ ],
146
+ "image": "images/craftable/fences/Iron Fence.png"
147
+ },
148
+ {
149
+ "id": "Stone Fence",
150
+ "name": "Stone Fence",
151
+ "description": "Longer lasting than wood. Lasts about 109 days.",
152
+ "category": "Fences",
153
+ "source": "Farming Level 2",
154
+ "output": {
155
+ "id": "323",
156
+ "name": "Stone Fence",
157
+ "quantity": 1,
158
+ "isBigCraftable": false
159
+ },
160
+ "ingredients": [
161
+ {
162
+ "id": "390",
163
+ "name": "Stone",
164
+ "quantity": 2
165
+ }
166
+ ],
167
+ "image": "images/craftable/fences/Stone Fence.png"
168
+ },
169
+ {
170
+ "id": "Wood Fence",
171
+ "name": "Wood Fence",
172
+ "description": "Contains grass and animals. Lasts about 52 days.",
173
+ "category": "Fences",
174
+ "source": "Starter",
175
+ "output": {
176
+ "id": "322",
177
+ "name": "Wood Fence",
178
+ "quantity": 1,
179
+ "isBigCraftable": false
180
+ },
181
+ "ingredients": [
182
+ {
183
+ "id": "388",
184
+ "name": "Wood",
185
+ "quantity": 2
186
+ }
187
+ ],
188
+ "image": "images/craftable/fences/Wood Fence.png"
189
+ },
190
+ {
191
+ "id": "Big Chest",
192
+ "name": "Big Chest",
193
+ "description": "Store your items in this. Holds nearly twice as much as a regular chest.",
194
+ "category": "Storage",
195
+ "source": "Special",
196
+ "output": {
197
+ "id": "BigChest",
198
+ "name": "Big Chest",
199
+ "quantity": 1,
200
+ "isBigCraftable": true
201
+ },
202
+ "ingredients": [
203
+ {
204
+ "id": "388",
205
+ "name": "Wood",
206
+ "quantity": 120
207
+ },
208
+ {
209
+ "id": "334",
210
+ "name": "Copper Bar",
211
+ "quantity": 2
212
+ }
213
+ ],
214
+ "image": "images/craftable/storage/Big Chest.png"
215
+ },
216
+ {
217
+ "id": "Big Stone Chest",
218
+ "name": "Big Stone Chest",
219
+ "description": "Store your items in this. Holds nearly twice as much as a regular stone chest.",
220
+ "category": "Storage",
221
+ "source": "Special",
222
+ "output": {
223
+ "id": "BigStoneChest",
224
+ "name": "Big Stone Chest",
225
+ "quantity": 1,
226
+ "isBigCraftable": true
227
+ },
228
+ "ingredients": [
229
+ {
230
+ "id": "390",
231
+ "name": "Stone",
232
+ "quantity": 250
233
+ }
234
+ ],
235
+ "image": "images/craftable/storage/Big Stone Chest.png"
236
+ },
237
+ {
238
+ "id": "Chest",
239
+ "name": "Chest",
240
+ "description": "Store your items in this.",
241
+ "category": "Storage",
242
+ "source": "Starter",
243
+ "output": {
244
+ "id": "130",
245
+ "name": "Chest",
246
+ "quantity": 1,
247
+ "isBigCraftable": true
248
+ },
249
+ "ingredients": [
250
+ {
251
+ "id": "388",
252
+ "name": "Wood",
253
+ "quantity": 50
254
+ }
255
+ ],
256
+ "image": "images/craftable/storage/Chest.png"
257
+ },
258
+ {
259
+ "id": "Stone Chest",
260
+ "name": "Stone Chest",
261
+ "description": "Store your items in this.",
262
+ "category": "Storage",
263
+ "source": "Special",
264
+ "output": {
265
+ "id": "232",
266
+ "name": "Stone Chest",
267
+ "quantity": 1,
268
+ "isBigCraftable": true
269
+ },
270
+ "ingredients": [
271
+ {
272
+ "id": "390",
273
+ "name": "Stone",
274
+ "quantity": 50
275
+ }
276
+ ],
277
+ "image": "images/craftable/storage/Stone Chest.png"
278
+ },
279
+ {
280
+ "id": "Dark Sign",
281
+ "name": "Dark Sign",
282
+ "description": "Use items on this to change what's displayed.",
283
+ "category": "Signs",
284
+ "source": "Krobus (3 hearts)",
285
+ "output": {
286
+ "id": "39",
287
+ "name": "Dark Sign",
288
+ "quantity": 1,
289
+ "isBigCraftable": true
290
+ },
291
+ "ingredients": [
292
+ {
293
+ "id": "767",
294
+ "name": "Bat Wing",
295
+ "quantity": 5
296
+ },
297
+ {
298
+ "id": "881",
299
+ "name": "Bone Fragment",
300
+ "quantity": 5
301
+ }
302
+ ],
303
+ "image": "images/craftable/signs/Dark Sign.png"
304
+ },
305
+ {
306
+ "id": "Stone Sign",
307
+ "name": "Stone Sign",
308
+ "description": "Use items on this to change what's displayed.",
309
+ "category": "Signs",
310
+ "source": "Starter",
311
+ "output": {
312
+ "id": "38",
313
+ "name": "Stone Sign",
314
+ "quantity": 1,
315
+ "isBigCraftable": true
316
+ },
317
+ "ingredients": [
318
+ {
319
+ "id": "390",
320
+ "name": "Stone",
321
+ "quantity": 25
322
+ }
323
+ ],
324
+ "image": "images/craftable/signs/Stone Sign.png"
325
+ },
326
+ {
327
+ "id": "Text Sign",
328
+ "name": "Text Sign",
329
+ "description": "Write a custom message on this sign.",
330
+ "category": "Signs",
331
+ "source": "Starter",
332
+ "output": {
333
+ "id": "TextSign",
334
+ "name": "Text Sign",
335
+ "quantity": 1,
336
+ "isBigCraftable": true
337
+ },
338
+ "ingredients": [
339
+ {
340
+ "id": "388",
341
+ "name": "Wood",
342
+ "quantity": 25
343
+ }
344
+ ],
345
+ "image": "images/craftable/signs/Text Sign.png"
346
+ },
347
+ {
348
+ "id": "Wood Sign",
349
+ "name": "Wood Sign",
350
+ "description": "Use items on this to change what's displayed.",
351
+ "category": "Signs",
352
+ "source": "Starter",
353
+ "output": {
354
+ "id": "37",
355
+ "name": "Wood Sign",
356
+ "quantity": 1,
357
+ "isBigCraftable": true
358
+ },
359
+ "ingredients": [
360
+ {
361
+ "id": "388",
362
+ "name": "Wood",
363
+ "quantity": 25
364
+ }
365
+ ],
366
+ "image": "images/craftable/signs/Wood Sign.png"
367
+ },
368
+ {
369
+ "id": "Bee House",
370
+ "name": "Bee House",
371
+ "description": "Place outside and bees will make honey for you. Honey is ready to harvest every few days. (Not during winter)",
372
+ "category": "Artisan Equipment",
373
+ "source": "Farming Level 3",
374
+ "output": {
375
+ "id": "10",
376
+ "name": "Bee House",
377
+ "quantity": 1,
378
+ "isBigCraftable": true
379
+ },
380
+ "ingredients": [
381
+ {
382
+ "id": "388",
383
+ "name": "Wood",
384
+ "quantity": 40
385
+ },
386
+ {
387
+ "id": "382",
388
+ "name": "Coal",
389
+ "quantity": 8
390
+ },
391
+ {
392
+ "id": "335",
393
+ "name": "Iron Bar",
394
+ "quantity": 1
395
+ },
396
+ {
397
+ "id": "724",
398
+ "name": "Maple Syrup",
399
+ "quantity": 1
400
+ }
401
+ ],
402
+ "image": "images/craftable/artisan-equipment/Bee House.png"
403
+ },
404
+ {
405
+ "id": "Cask",
406
+ "name": "Cask",
407
+ "description": "Allows you to age artisan goods. Place in a cellar to use.",
408
+ "category": "Artisan Equipment",
409
+ "source": "Special",
410
+ "output": {
411
+ "id": "163",
412
+ "name": "Cask",
413
+ "quantity": 1,
414
+ "isBigCraftable": true
415
+ },
416
+ "ingredients": [
417
+ {
418
+ "id": "388",
419
+ "name": "Wood",
420
+ "quantity": 20
421
+ },
422
+ {
423
+ "id": "709",
424
+ "name": "Hardwood",
425
+ "quantity": 1
426
+ }
427
+ ],
428
+ "image": "images/craftable/artisan-equipment/Cask.png"
429
+ },
430
+ {
431
+ "id": "Cheese Press",
432
+ "name": "Cheese Press",
433
+ "description": "Turns milk into cheese.",
434
+ "category": "Artisan Equipment",
435
+ "source": "Farming Level 6",
436
+ "output": {
437
+ "id": "16",
438
+ "name": "Cheese Press",
439
+ "quantity": 1,
440
+ "isBigCraftable": true
441
+ },
442
+ "ingredients": [
443
+ {
444
+ "id": "388",
445
+ "name": "Wood",
446
+ "quantity": 45
447
+ },
448
+ {
449
+ "id": "390",
450
+ "name": "Stone",
451
+ "quantity": 45
452
+ },
453
+ {
454
+ "id": "709",
455
+ "name": "Hardwood",
456
+ "quantity": 10
457
+ },
458
+ {
459
+ "id": "334",
460
+ "name": "Copper Bar",
461
+ "quantity": 1
462
+ }
463
+ ],
464
+ "image": "images/craftable/artisan-equipment/Cheese Press.png"
465
+ },
466
+ {
467
+ "id": "Dehydrator",
468
+ "name": "Dehydrator",
469
+ "description": "Place 5 fruit or edible mushrooms inside to dry them.",
470
+ "category": "Artisan Equipment",
471
+ "source": "Special",
472
+ "output": {
473
+ "id": "Dehydrator",
474
+ "name": "Dehydrator",
475
+ "quantity": 1,
476
+ "isBigCraftable": true
477
+ },
478
+ "ingredients": [
479
+ {
480
+ "id": "388",
481
+ "name": "Wood",
482
+ "quantity": 30
483
+ },
484
+ {
485
+ "id": "330",
486
+ "name": "Clay",
487
+ "quantity": 2
488
+ },
489
+ {
490
+ "id": "82",
491
+ "name": "Fire Quartz",
492
+ "quantity": 1
493
+ }
494
+ ],
495
+ "image": "images/craftable/artisan-equipment/Dehydrator.png"
496
+ },
497
+ {
498
+ "id": "Fish Smoker",
499
+ "name": "Fish Smoker",
500
+ "description": "Create smoked fish, worth twice as much with quality preserved.",
501
+ "category": "Artisan Equipment",
502
+ "source": "Special",
503
+ "output": {
504
+ "id": "FishSmoker",
505
+ "name": "Fish Smoker",
506
+ "quantity": 1,
507
+ "isBigCraftable": true
508
+ },
509
+ "ingredients": [
510
+ {
511
+ "id": "709",
512
+ "name": "Hardwood",
513
+ "quantity": 10
514
+ },
515
+ {
516
+ "id": "SeaJelly",
517
+ "name": "Sea Jelly",
518
+ "quantity": 1
519
+ },
520
+ {
521
+ "id": "RiverJelly",
522
+ "name": "River Jelly",
523
+ "quantity": 1
524
+ },
525
+ {
526
+ "id": "CaveJelly",
527
+ "name": "Cave Jelly",
528
+ "quantity": 1
529
+ }
530
+ ],
531
+ "image": "images/craftable/artisan-equipment/Fish Smoker.png"
532
+ },
533
+ {
534
+ "id": "Keg",
535
+ "name": "Keg",
536
+ "description": "Place a fruit or vegetable in here. Eventually it will turn into a beverage.",
537
+ "category": "Artisan Equipment",
538
+ "source": "Farming Level 8",
539
+ "output": {
540
+ "id": "12",
541
+ "name": "Keg",
542
+ "quantity": 1,
543
+ "isBigCraftable": true
544
+ },
545
+ "ingredients": [
546
+ {
547
+ "id": "388",
548
+ "name": "Wood",
549
+ "quantity": 30
550
+ },
551
+ {
552
+ "id": "334",
553
+ "name": "Copper Bar",
554
+ "quantity": 1
555
+ },
556
+ {
557
+ "id": "335",
558
+ "name": "Iron Bar",
559
+ "quantity": 1
560
+ },
561
+ {
562
+ "id": "725",
563
+ "name": "Oak Resin",
564
+ "quantity": 1
565
+ }
566
+ ],
567
+ "image": "images/craftable/artisan-equipment/Keg.png"
568
+ },
569
+ {
570
+ "id": "Loom",
571
+ "name": "Loom",
572
+ "description": "Turns raw wool into fine cloth.",
573
+ "category": "Artisan Equipment",
574
+ "source": "Farming Level 7",
575
+ "output": {
576
+ "id": "17",
577
+ "name": "Loom",
578
+ "quantity": 1,
579
+ "isBigCraftable": true
580
+ },
581
+ "ingredients": [
582
+ {
583
+ "id": "388",
584
+ "name": "Wood",
585
+ "quantity": 60
586
+ },
587
+ {
588
+ "id": "771",
589
+ "name": "Fiber",
590
+ "quantity": 30
591
+ },
592
+ {
593
+ "id": "726",
594
+ "name": "Pine Tar",
595
+ "quantity": 1
596
+ }
597
+ ],
598
+ "image": "images/craftable/artisan-equipment/Loom.png"
599
+ },
600
+ {
601
+ "id": "Mayonnaise Machine",
602
+ "name": "Mayonnaise Machine",
603
+ "description": "Turns eggs into mayonnaise.",
604
+ "category": "Artisan Equipment",
605
+ "source": "Farming Level 2",
606
+ "output": {
607
+ "id": "24",
608
+ "name": "Mayonnaise Machine",
609
+ "quantity": 1,
610
+ "isBigCraftable": true
611
+ },
612
+ "ingredients": [
613
+ {
614
+ "id": "388",
615
+ "name": "Wood",
616
+ "quantity": 15
617
+ },
618
+ {
619
+ "id": "390",
620
+ "name": "Stone",
621
+ "quantity": 15
622
+ },
623
+ {
624
+ "id": "86",
625
+ "name": "Earth Crystal",
626
+ "quantity": 1
627
+ },
628
+ {
629
+ "id": "334",
630
+ "name": "Copper Bar",
631
+ "quantity": 1
632
+ }
633
+ ],
634
+ "image": "images/craftable/artisan-equipment/Mayonnaise Machine.png"
635
+ },
636
+ {
637
+ "id": "Oil Maker",
638
+ "name": "Oil Maker",
639
+ "description": "Produces gourmet truffle oil when given a truffle.",
640
+ "category": "Artisan Equipment",
641
+ "source": "Farming Level 8",
642
+ "output": {
643
+ "id": "19",
644
+ "name": "Oil Maker",
645
+ "quantity": 1,
646
+ "isBigCraftable": true
647
+ },
648
+ "ingredients": [
649
+ {
650
+ "id": "766",
651
+ "name": "Slime",
652
+ "quantity": 50
653
+ },
654
+ {
655
+ "id": "709",
656
+ "name": "Hardwood",
657
+ "quantity": 20
658
+ },
659
+ {
660
+ "id": "336",
661
+ "name": "Gold Bar",
662
+ "quantity": 1
663
+ }
664
+ ],
665
+ "image": "images/craftable/artisan-equipment/Oil Maker.png"
666
+ },
667
+ {
668
+ "id": "Preserves Jar",
669
+ "name": "Preserves Jar",
670
+ "description": "Turns vegetables into pickles and fruit into jam.",
671
+ "category": "Artisan Equipment",
672
+ "source": "Farming Level 4",
673
+ "output": {
674
+ "id": "15",
675
+ "name": "Preserves Jar",
676
+ "quantity": 1,
677
+ "isBigCraftable": true
678
+ },
679
+ "ingredients": [
680
+ {
681
+ "id": "388",
682
+ "name": "Wood",
683
+ "quantity": 50
684
+ },
685
+ {
686
+ "id": "390",
687
+ "name": "Stone",
688
+ "quantity": 40
689
+ },
690
+ {
691
+ "id": "382",
692
+ "name": "Coal",
693
+ "quantity": 8
694
+ }
695
+ ],
696
+ "image": "images/craftable/artisan-equipment/Preserves Jar.png"
697
+ },
698
+ {
699
+ "id": "Bait Maker",
700
+ "name": "Bait Maker",
701
+ "description": "Place a fish inside to create targeted bait.",
702
+ "category": "Refining Equipment",
703
+ "source": "Fishing Level 6",
704
+ "output": {
705
+ "id": "BaitMaker",
706
+ "name": "Bait Maker",
707
+ "quantity": 1,
708
+ "isBigCraftable": true
709
+ },
710
+ "ingredients": [
711
+ {
712
+ "id": "335",
713
+ "name": "Iron Bar",
714
+ "quantity": 3
715
+ },
716
+ {
717
+ "id": "393",
718
+ "name": "Coral",
719
+ "quantity": 3
720
+ },
721
+ {
722
+ "id": "397",
723
+ "name": "Sea Urchin",
724
+ "quantity": 1
725
+ }
726
+ ],
727
+ "image": "images/craftable/refining-equipment/Bait Maker.png"
728
+ },
729
+ {
730
+ "id": "Bone Mill",
731
+ "name": "Bone Mill",
732
+ "description": "Converts bone items into fertilizer.",
733
+ "category": "Refining Equipment",
734
+ "source": "Special",
735
+ "output": {
736
+ "id": "90",
737
+ "name": "Bone Mill",
738
+ "quantity": 1,
739
+ "isBigCraftable": true
740
+ },
741
+ "ingredients": [
742
+ {
743
+ "id": "881",
744
+ "name": "Bone Fragment",
745
+ "quantity": 10
746
+ },
747
+ {
748
+ "id": "330",
749
+ "name": "Clay",
750
+ "quantity": 3
751
+ },
752
+ {
753
+ "id": "390",
754
+ "name": "Stone",
755
+ "quantity": 20
756
+ }
757
+ ],
758
+ "image": "images/craftable/refining-equipment/Bone Mill.png"
759
+ },
760
+ {
761
+ "id": "Charcoal Kiln",
762
+ "name": "Charcoal Kiln",
763
+ "description": "Turns 10 pieces of wood into 1 piece of coal.",
764
+ "category": "Refining Equipment",
765
+ "source": "Foraging Level 2",
766
+ "output": {
767
+ "id": "114",
768
+ "name": "Charcoal Kiln",
769
+ "quantity": 1,
770
+ "isBigCraftable": true
771
+ },
772
+ "ingredients": [
773
+ {
774
+ "id": "388",
775
+ "name": "Wood",
776
+ "quantity": 20
777
+ },
778
+ {
779
+ "id": "334",
780
+ "name": "Copper Bar",
781
+ "quantity": 2
782
+ }
783
+ ],
784
+ "image": "images/craftable/refining-equipment/Charcoal Kiln.png"
785
+ },
786
+ {
787
+ "id": "Crystalarium",
788
+ "name": "Crystalarium",
789
+ "description": "Insert a gem inside and it will grow copies of that gem.",
790
+ "category": "Refining Equipment",
791
+ "source": "Mining Level 9",
792
+ "output": {
793
+ "id": "21",
794
+ "name": "Crystalarium",
795
+ "quantity": 1,
796
+ "isBigCraftable": true
797
+ },
798
+ "ingredients": [
799
+ {
800
+ "id": "390",
801
+ "name": "Stone",
802
+ "quantity": 99
803
+ },
804
+ {
805
+ "id": "336",
806
+ "name": "Gold Bar",
807
+ "quantity": 5
808
+ },
809
+ {
810
+ "id": "337",
811
+ "name": "Iridium Bar",
812
+ "quantity": 2
813
+ },
814
+ {
815
+ "id": "787",
816
+ "name": "Battery Pack",
817
+ "quantity": 1
818
+ }
819
+ ],
820
+ "image": "images/craftable/refining-equipment/Crystalarium.png"
821
+ },
822
+ {
823
+ "id": "Deluxe Worm Bin",
824
+ "name": "Deluxe Worm Bin",
825
+ "description": "Produces Deluxe Bait regularly. Worms are self-sufficient.",
826
+ "category": "Refining Equipment",
827
+ "source": "Fishing Level 8",
828
+ "output": {
829
+ "id": "DeluxeWormBin",
830
+ "name": "Deluxe Worm Bin",
831
+ "quantity": 1,
832
+ "isBigCraftable": true
833
+ },
834
+ "ingredients": [
835
+ {
836
+ "id": "(BC)154",
837
+ "name": "Worm Bin",
838
+ "quantity": 1
839
+ },
840
+ {
841
+ "id": "Moss",
842
+ "name": "Moss",
843
+ "quantity": 30
844
+ }
845
+ ],
846
+ "image": "images/craftable/refining-equipment/Deluxe Worm Bin.png"
847
+ },
848
+ {
849
+ "id": "Furnace",
850
+ "name": "Furnace",
851
+ "description": "Converts ore and coal into metal bars.",
852
+ "category": "Refining Equipment",
853
+ "source": "Mining Level 2",
854
+ "output": {
855
+ "id": "13",
856
+ "name": "Furnace",
857
+ "quantity": 1,
858
+ "isBigCraftable": true
859
+ },
860
+ "ingredients": [
861
+ {
862
+ "id": "378",
863
+ "name": "Copper Ore",
864
+ "quantity": 20
865
+ },
866
+ {
867
+ "id": "390",
868
+ "name": "Stone",
869
+ "quantity": 25
870
+ }
871
+ ],
872
+ "image": "images/craftable/refining-equipment/Furnace.png"
873
+ },
874
+ {
875
+ "id": "Geode Crusher",
876
+ "name": "Geode Crusher",
877
+ "description": "Automatically breaks open geodes when supplied with coal.",
878
+ "category": "Refining Equipment",
879
+ "source": "Special",
880
+ "output": {
881
+ "id": "182",
882
+ "name": "Geode Crusher",
883
+ "quantity": 1,
884
+ "isBigCraftable": true
885
+ },
886
+ "ingredients": [
887
+ {
888
+ "id": "336",
889
+ "name": "Gold Bar",
890
+ "quantity": 2
891
+ },
892
+ {
893
+ "id": "390",
894
+ "name": "Stone",
895
+ "quantity": 50
896
+ },
897
+ {
898
+ "id": "72",
899
+ "name": "Diamond",
900
+ "quantity": 1
901
+ }
902
+ ],
903
+ "image": "images/craftable/refining-equipment/Geode Crusher.png"
904
+ },
905
+ {
906
+ "id": "Heavy Furnace",
907
+ "name": "Heavy Furnace",
908
+ "description": "Converts ore and coal into metal bars. Requires more ore but less coal per use.",
909
+ "category": "Refining Equipment",
910
+ "source": "Mining Level 2",
911
+ "output": {
912
+ "id": "HeavyFurnace",
913
+ "name": "Heavy Furnace",
914
+ "quantity": 1,
915
+ "isBigCraftable": true
916
+ },
917
+ "ingredients": [
918
+ {
919
+ "id": "(BC)13",
920
+ "name": "Furnace",
921
+ "quantity": 2
922
+ },
923
+ {
924
+ "id": "335",
925
+ "name": "Iron Bar",
926
+ "quantity": 3
927
+ },
928
+ {
929
+ "id": "390",
930
+ "name": "Stone",
931
+ "quantity": 50
932
+ }
933
+ ],
934
+ "image": "images/craftable/refining-equipment/Heavy Furnace.png"
935
+ },
936
+ {
937
+ "id": "Heavy Tapper",
938
+ "name": "Heavy Tapper",
939
+ "description": "Place on a tree. Works twice as fast as a tapper.",
940
+ "category": "Refining Equipment",
941
+ "source": "Special",
942
+ "output": {
943
+ "id": "264",
944
+ "name": "Heavy Tapper",
945
+ "quantity": 1,
946
+ "isBigCraftable": true
947
+ },
948
+ "ingredients": [
949
+ {
950
+ "id": "709",
951
+ "name": "Hardwood",
952
+ "quantity": 30
953
+ },
954
+ {
955
+ "id": "910",
956
+ "name": "Radioactive Bar",
957
+ "quantity": 1
958
+ }
959
+ ],
960
+ "image": "images/craftable/refining-equipment/Heavy Tapper.png"
961
+ },
962
+ {
963
+ "id": "Lightning Rod",
964
+ "name": "Lightning Rod",
965
+ "description": "Collects energy during lightning storms and turns it into battery packs.",
966
+ "category": "Refining Equipment",
967
+ "source": "Foraging Level 6",
968
+ "output": {
969
+ "id": "9",
970
+ "name": "Lightning Rod",
971
+ "quantity": 1,
972
+ "isBigCraftable": true
973
+ },
974
+ "ingredients": [
975
+ {
976
+ "id": "335",
977
+ "name": "Iron Bar",
978
+ "quantity": 1
979
+ },
980
+ {
981
+ "id": "338",
982
+ "name": "Refined Quartz",
983
+ "quantity": 1
984
+ },
985
+ {
986
+ "id": "767",
987
+ "name": "Bat Wing",
988
+ "quantity": 5
989
+ }
990
+ ],
991
+ "image": "images/craftable/refining-equipment/Lightning Rod.png"
992
+ },
993
+ {
994
+ "id": "Mushroom Log",
995
+ "name": "Mushroom Log",
996
+ "description": "Grows mushrooms regularly. Better output when placed near wild trees.",
997
+ "category": "Refining Equipment",
998
+ "source": "Foraging Level 4",
999
+ "output": {
1000
+ "id": "MushroomLog",
1001
+ "name": "Mushroom Log",
1002
+ "quantity": 1,
1003
+ "isBigCraftable": true
1004
+ },
1005
+ "ingredients": [
1006
+ {
1007
+ "id": "709",
1008
+ "name": "Hardwood",
1009
+ "quantity": 10
1010
+ },
1011
+ {
1012
+ "id": "Moss",
1013
+ "name": "Moss",
1014
+ "quantity": 10
1015
+ }
1016
+ ],
1017
+ "image": "images/craftable/refining-equipment/Mushroom Log.png"
1018
+ },
1019
+ {
1020
+ "id": "Ostrich Incubator",
1021
+ "name": "Ostrich Incubator",
1022
+ "description": "Hatches ostrich eggs into baby ostriches. Place in a barn.",
1023
+ "category": "Refining Equipment",
1024
+ "source": "Special",
1025
+ "output": {
1026
+ "id": "254",
1027
+ "name": "Ostrich Incubator",
1028
+ "quantity": 1,
1029
+ "isBigCraftable": true
1030
+ },
1031
+ "ingredients": [
1032
+ {
1033
+ "id": "881",
1034
+ "name": "Bone Fragment",
1035
+ "quantity": 50
1036
+ },
1037
+ {
1038
+ "id": "709",
1039
+ "name": "Hardwood",
1040
+ "quantity": 50
1041
+ },
1042
+ {
1043
+ "id": "848",
1044
+ "name": "Cinder Shard",
1045
+ "quantity": 20
1046
+ }
1047
+ ],
1048
+ "image": "images/craftable/refining-equipment/Ostrich Incubator.png"
1049
+ },
1050
+ {
1051
+ "id": "Recycling Machine",
1052
+ "name": "Recycling Machine",
1053
+ "description": "Turns fishing trash into resources.",
1054
+ "category": "Refining Equipment",
1055
+ "source": "Fishing Level 4",
1056
+ "output": {
1057
+ "id": "20",
1058
+ "name": "Recycling Machine",
1059
+ "quantity": 1,
1060
+ "isBigCraftable": true
1061
+ },
1062
+ "ingredients": [
1063
+ {
1064
+ "id": "388",
1065
+ "name": "Wood",
1066
+ "quantity": 25
1067
+ },
1068
+ {
1069
+ "id": "390",
1070
+ "name": "Stone",
1071
+ "quantity": 25
1072
+ },
1073
+ {
1074
+ "id": "335",
1075
+ "name": "Iron Bar",
1076
+ "quantity": 1
1077
+ }
1078
+ ],
1079
+ "image": "images/craftable/refining-equipment/Recycling Machine.png"
1080
+ },
1081
+ {
1082
+ "id": "Seed Maker",
1083
+ "name": "Seed Maker",
1084
+ "description": "Produces seeds from crops. Core crops have a chance to give 1-3 seeds.",
1085
+ "category": "Refining Equipment",
1086
+ "source": "Farming Level 9",
1087
+ "output": {
1088
+ "id": "25",
1089
+ "name": "Seed Maker",
1090
+ "quantity": 1,
1091
+ "isBigCraftable": true
1092
+ },
1093
+ "ingredients": [
1094
+ {
1095
+ "id": "388",
1096
+ "name": "Wood",
1097
+ "quantity": 25
1098
+ },
1099
+ {
1100
+ "id": "382",
1101
+ "name": "Coal",
1102
+ "quantity": 10
1103
+ },
1104
+ {
1105
+ "id": "336",
1106
+ "name": "Gold Bar",
1107
+ "quantity": 1
1108
+ }
1109
+ ],
1110
+ "image": "images/craftable/refining-equipment/Seed Maker.png"
1111
+ },
1112
+ {
1113
+ "id": "Slime Egg-Press",
1114
+ "name": "Slime Egg-Press",
1115
+ "description": "Compresses 100 slimes into a slime egg.",
1116
+ "category": "Refining Equipment",
1117
+ "source": "Combat Level 6",
1118
+ "output": {
1119
+ "id": "158",
1120
+ "name": "Slime Egg-Press",
1121
+ "quantity": 1,
1122
+ "isBigCraftable": true
1123
+ },
1124
+ "ingredients": [
1125
+ {
1126
+ "id": "382",
1127
+ "name": "Coal",
1128
+ "quantity": 25
1129
+ },
1130
+ {
1131
+ "id": "82",
1132
+ "name": "Fire Quartz",
1133
+ "quantity": 1
1134
+ },
1135
+ {
1136
+ "id": "787",
1137
+ "name": "Battery Pack",
1138
+ "quantity": 1
1139
+ }
1140
+ ],
1141
+ "image": "images/craftable/refining-equipment/Slime Egg-Press.png"
1142
+ },
1143
+ {
1144
+ "id": "Slime Incubator",
1145
+ "name": "Slime Incubator",
1146
+ "description": "Hatches slime eggs into slimes. You can raise them in a slime hutch.",
1147
+ "category": "Refining Equipment",
1148
+ "source": "Combat Level 8",
1149
+ "output": {
1150
+ "id": "156",
1151
+ "name": "Slime Incubator",
1152
+ "quantity": 1,
1153
+ "isBigCraftable": true
1154
+ },
1155
+ "ingredients": [
1156
+ {
1157
+ "id": "337",
1158
+ "name": "Iridium Bar",
1159
+ "quantity": 2
1160
+ },
1161
+ {
1162
+ "id": "766",
1163
+ "name": "Slime",
1164
+ "quantity": 100
1165
+ }
1166
+ ],
1167
+ "image": "images/craftable/refining-equipment/Slime Incubator.png"
1168
+ },
1169
+ {
1170
+ "id": "Tapper",
1171
+ "name": "Tapper",
1172
+ "description": "Place on a tree and wait for the reservoir to fill with product.",
1173
+ "category": "Refining Equipment",
1174
+ "source": "Foraging Level 4",
1175
+ "output": {
1176
+ "id": "105",
1177
+ "name": "Tapper",
1178
+ "quantity": 1,
1179
+ "isBigCraftable": true
1180
+ },
1181
+ "ingredients": [
1182
+ {
1183
+ "id": "388",
1184
+ "name": "Wood",
1185
+ "quantity": 40
1186
+ },
1187
+ {
1188
+ "id": "334",
1189
+ "name": "Copper Bar",
1190
+ "quantity": 2
1191
+ }
1192
+ ],
1193
+ "image": "images/craftable/refining-equipment/Tapper.png"
1194
+ },
1195
+ {
1196
+ "id": "Worm Bin",
1197
+ "name": "Worm Bin",
1198
+ "description": "Produces bait regularly. Worms are self-sufficient.",
1199
+ "category": "Refining Equipment",
1200
+ "source": "Fishing Level 4",
1201
+ "output": {
1202
+ "id": "154",
1203
+ "name": "Worm Bin",
1204
+ "quantity": 1,
1205
+ "isBigCraftable": true
1206
+ },
1207
+ "ingredients": [
1208
+ {
1209
+ "id": "709",
1210
+ "name": "Hardwood",
1211
+ "quantity": 15
1212
+ },
1213
+ {
1214
+ "id": "336",
1215
+ "name": "Gold Bar",
1216
+ "quantity": 1
1217
+ },
1218
+ {
1219
+ "id": "335",
1220
+ "name": "Iron Bar",
1221
+ "quantity": 1
1222
+ },
1223
+ {
1224
+ "id": "771",
1225
+ "name": "Fiber",
1226
+ "quantity": 50
1227
+ }
1228
+ ],
1229
+ "image": "images/craftable/refining-equipment/Worm Bin.png"
1230
+ },
1231
+ {
1232
+ "id": "Iridium Sprinkler",
1233
+ "name": "Iridium Sprinkler",
1234
+ "description": "Waters the 24 adjacent tiles every morning.",
1235
+ "category": "Sprinklers",
1236
+ "source": "Farming Level 9",
1237
+ "output": {
1238
+ "id": "645",
1239
+ "name": "Iridium Sprinkler",
1240
+ "quantity": 1,
1241
+ "isBigCraftable": false
1242
+ },
1243
+ "ingredients": [
1244
+ {
1245
+ "id": "336",
1246
+ "name": "Gold Bar",
1247
+ "quantity": 1
1248
+ },
1249
+ {
1250
+ "id": "337",
1251
+ "name": "Iridium Bar",
1252
+ "quantity": 1
1253
+ },
1254
+ {
1255
+ "id": "787",
1256
+ "name": "Battery Pack",
1257
+ "quantity": 1
1258
+ }
1259
+ ],
1260
+ "image": "images/craftable/sprinklers/Iridium Sprinkler.png"
1261
+ },
1262
+ {
1263
+ "id": "Quality Sprinkler",
1264
+ "name": "Quality Sprinkler",
1265
+ "description": "Waters the 8 adjacent tiles every morning.",
1266
+ "category": "Sprinklers",
1267
+ "source": "Farming Level 6",
1268
+ "output": {
1269
+ "id": "621",
1270
+ "name": "Quality Sprinkler",
1271
+ "quantity": 1,
1272
+ "isBigCraftable": false
1273
+ },
1274
+ "ingredients": [
1275
+ {
1276
+ "id": "335",
1277
+ "name": "Iron Bar",
1278
+ "quantity": 1
1279
+ },
1280
+ {
1281
+ "id": "336",
1282
+ "name": "Gold Bar",
1283
+ "quantity": 1
1284
+ },
1285
+ {
1286
+ "id": "338",
1287
+ "name": "Refined Quartz",
1288
+ "quantity": 1
1289
+ }
1290
+ ],
1291
+ "image": "images/craftable/sprinklers/Quality Sprinkler.png"
1292
+ },
1293
+ {
1294
+ "id": "Sprinkler",
1295
+ "name": "Sprinkler",
1296
+ "description": "Waters the 4 adjacent tiles every morning.",
1297
+ "category": "Sprinklers",
1298
+ "source": "Farming Level 2",
1299
+ "output": {
1300
+ "id": "599",
1301
+ "name": "Sprinkler",
1302
+ "quantity": 1,
1303
+ "isBigCraftable": false
1304
+ },
1305
+ "ingredients": [
1306
+ {
1307
+ "id": "334",
1308
+ "name": "Copper Bar",
1309
+ "quantity": 1
1310
+ },
1311
+ {
1312
+ "id": "335",
1313
+ "name": "Iron Bar",
1314
+ "quantity": 1
1315
+ }
1316
+ ],
1317
+ "image": "images/craftable/sprinklers/Sprinkler.png"
1318
+ },
1319
+ {
1320
+ "id": "Barrel Brazier",
1321
+ "name": "Barrel Brazier",
1322
+ "description": "Provides a moderate amount of light.",
1323
+ "category": "Lighting",
1324
+ "source": "Special",
1325
+ "output": {
1326
+ "id": "150",
1327
+ "name": "Barrel Brazier",
1328
+ "quantity": 1,
1329
+ "isBigCraftable": true
1330
+ },
1331
+ "ingredients": [
1332
+ {
1333
+ "id": "388",
1334
+ "name": "Wood",
1335
+ "quantity": 50
1336
+ },
1337
+ {
1338
+ "id": "768",
1339
+ "name": "Solar Essence",
1340
+ "quantity": 1
1341
+ },
1342
+ {
1343
+ "id": "382",
1344
+ "name": "Coal",
1345
+ "quantity": 1
1346
+ }
1347
+ ],
1348
+ "image": "images/craftable/lighting/Barrel Brazier.png"
1349
+ },
1350
+ {
1351
+ "id": "Campfire",
1352
+ "name": "Campfire",
1353
+ "description": "Provides a moderate amount of light.",
1354
+ "category": "Lighting",
1355
+ "source": "Starter",
1356
+ "output": {
1357
+ "id": "146",
1358
+ "name": "Campfire",
1359
+ "quantity": 1,
1360
+ "isBigCraftable": true
1361
+ },
1362
+ "ingredients": [
1363
+ {
1364
+ "id": "390",
1365
+ "name": "Stone",
1366
+ "quantity": 10
1367
+ },
1368
+ {
1369
+ "id": "388",
1370
+ "name": "Wood",
1371
+ "quantity": 10
1372
+ },
1373
+ {
1374
+ "id": "771",
1375
+ "name": "Fiber",
1376
+ "quantity": 10
1377
+ }
1378
+ ],
1379
+ "image": "images/craftable/lighting/Campfire.png"
1380
+ },
1381
+ {
1382
+ "id": "Carved Brazier",
1383
+ "name": "Carved Brazier",
1384
+ "description": "Provides a moderate amount of light.",
1385
+ "category": "Lighting",
1386
+ "source": "Special",
1387
+ "output": {
1388
+ "id": "148",
1389
+ "name": "Carved Brazier",
1390
+ "quantity": 1,
1391
+ "isBigCraftable": true
1392
+ },
1393
+ "ingredients": [
1394
+ {
1395
+ "id": "709",
1396
+ "name": "Hardwood",
1397
+ "quantity": 10
1398
+ },
1399
+ {
1400
+ "id": "382",
1401
+ "name": "Coal",
1402
+ "quantity": 1
1403
+ }
1404
+ ],
1405
+ "image": "images/craftable/lighting/Carved Brazier.png"
1406
+ },
1407
+ {
1408
+ "id": "Gold Brazier",
1409
+ "name": "Gold Brazier",
1410
+ "description": "Provides a moderate amount of light.",
1411
+ "category": "Lighting",
1412
+ "source": "Special",
1413
+ "output": {
1414
+ "id": "145",
1415
+ "name": "Gold Brazier",
1416
+ "quantity": 1,
1417
+ "isBigCraftable": true
1418
+ },
1419
+ "ingredients": [
1420
+ {
1421
+ "id": "336",
1422
+ "name": "Gold Bar",
1423
+ "quantity": 1
1424
+ },
1425
+ {
1426
+ "id": "382",
1427
+ "name": "Coal",
1428
+ "quantity": 1
1429
+ },
1430
+ {
1431
+ "id": "771",
1432
+ "name": "Fiber",
1433
+ "quantity": 5
1434
+ }
1435
+ ],
1436
+ "image": "images/craftable/lighting/Gold Brazier.png"
1437
+ },
1438
+ {
1439
+ "id": "Iron Lamp-post",
1440
+ "name": "Iron Lamp-post",
1441
+ "description": "Provides a good amount of light.",
1442
+ "category": "Lighting",
1443
+ "source": "Special",
1444
+ "output": {
1445
+ "id": "153",
1446
+ "name": "Iron Lamp-post",
1447
+ "quantity": 1,
1448
+ "isBigCraftable": true
1449
+ },
1450
+ "ingredients": [
1451
+ {
1452
+ "id": "335",
1453
+ "name": "Iron Bar",
1454
+ "quantity": 1
1455
+ },
1456
+ {
1457
+ "id": "787",
1458
+ "name": "Battery Pack",
1459
+ "quantity": 1
1460
+ }
1461
+ ],
1462
+ "image": "images/craftable/lighting/Iron Lamp-post.png"
1463
+ },
1464
+ {
1465
+ "id": "Jack-O-Lantern",
1466
+ "name": "Jack-O-Lantern",
1467
+ "description": "A whimsical fall decoration.",
1468
+ "category": "Lighting",
1469
+ "source": "Special",
1470
+ "output": {
1471
+ "id": "746",
1472
+ "name": "Jack-O-Lantern",
1473
+ "quantity": 1,
1474
+ "isBigCraftable": false
1475
+ },
1476
+ "ingredients": [
1477
+ {
1478
+ "id": "276",
1479
+ "name": "Pumpkin",
1480
+ "quantity": 1
1481
+ },
1482
+ {
1483
+ "id": "93",
1484
+ "name": "Torch",
1485
+ "quantity": 1
1486
+ }
1487
+ ],
1488
+ "image": "images/craftable/lighting/Jack-O-Lantern.png"
1489
+ },
1490
+ {
1491
+ "id": "Marble Brazier",
1492
+ "name": "Marble Brazier",
1493
+ "description": "Provides a moderate amount of light.",
1494
+ "category": "Lighting",
1495
+ "source": "Special",
1496
+ "output": {
1497
+ "id": "151",
1498
+ "name": "Marble Brazier",
1499
+ "quantity": 1,
1500
+ "isBigCraftable": true
1501
+ },
1502
+ "ingredients": [
1503
+ {
1504
+ "id": "567",
1505
+ "name": "Marble",
1506
+ "quantity": 1
1507
+ },
1508
+ {
1509
+ "id": "62",
1510
+ "name": "Aquamarine",
1511
+ "quantity": 1
1512
+ },
1513
+ {
1514
+ "id": "390",
1515
+ "name": "Stone",
1516
+ "quantity": 100
1517
+ }
1518
+ ],
1519
+ "image": "images/craftable/lighting/Marble Brazier.png"
1520
+ },
1521
+ {
1522
+ "id": "Skull Brazier",
1523
+ "name": "Skull Brazier",
1524
+ "description": "Provides a moderate amount of light.",
1525
+ "category": "Lighting",
1526
+ "source": "Special",
1527
+ "output": {
1528
+ "id": "149",
1529
+ "name": "Skull Brazier",
1530
+ "quantity": 1,
1531
+ "isBigCraftable": true
1532
+ },
1533
+ "ingredients": [
1534
+ {
1535
+ "id": "881",
1536
+ "name": "Bone Fragment",
1537
+ "quantity": 10
1538
+ }
1539
+ ],
1540
+ "image": "images/craftable/lighting/Skull Brazier.png"
1541
+ },
1542
+ {
1543
+ "id": "Stone Brazier",
1544
+ "name": "Stone Brazier",
1545
+ "description": "Provides a moderate amount of light.",
1546
+ "category": "Lighting",
1547
+ "source": "Special",
1548
+ "output": {
1549
+ "id": "144",
1550
+ "name": "Stone Brazier",
1551
+ "quantity": 1,
1552
+ "isBigCraftable": true
1553
+ },
1554
+ "ingredients": [
1555
+ {
1556
+ "id": "390",
1557
+ "name": "Stone",
1558
+ "quantity": 10
1559
+ },
1560
+ {
1561
+ "id": "382",
1562
+ "name": "Coal",
1563
+ "quantity": 1
1564
+ },
1565
+ {
1566
+ "id": "771",
1567
+ "name": "Fiber",
1568
+ "quantity": 5
1569
+ }
1570
+ ],
1571
+ "image": "images/craftable/lighting/Stone Brazier.png"
1572
+ },
1573
+ {
1574
+ "id": "Stump Brazier",
1575
+ "name": "Stump Brazier",
1576
+ "description": "Provides a moderate amount of light.",
1577
+ "category": "Lighting",
1578
+ "source": "Special",
1579
+ "output": {
1580
+ "id": "147",
1581
+ "name": "Stump Brazier",
1582
+ "quantity": 1,
1583
+ "isBigCraftable": true
1584
+ },
1585
+ "ingredients": [
1586
+ {
1587
+ "id": "709",
1588
+ "name": "Hardwood",
1589
+ "quantity": 5
1590
+ },
1591
+ {
1592
+ "id": "382",
1593
+ "name": "Coal",
1594
+ "quantity": 1
1595
+ }
1596
+ ],
1597
+ "image": "images/craftable/lighting/Stump Brazier.png"
1598
+ },
1599
+ {
1600
+ "id": "Torch",
1601
+ "name": "Torch",
1602
+ "description": "Provides a little bit of light.",
1603
+ "category": "Lighting",
1604
+ "source": "Starter",
1605
+ "output": {
1606
+ "id": "93",
1607
+ "name": "Torch",
1608
+ "quantity": 1,
1609
+ "isBigCraftable": false
1610
+ },
1611
+ "ingredients": [
1612
+ {
1613
+ "id": "388",
1614
+ "name": "Wood",
1615
+ "quantity": 1
1616
+ },
1617
+ {
1618
+ "id": "92",
1619
+ "name": "Sap",
1620
+ "quantity": 2
1621
+ }
1622
+ ],
1623
+ "image": "images/craftable/lighting/Torch.png"
1624
+ },
1625
+ {
1626
+ "id": "Wood Lamp-post",
1627
+ "name": "Wood Lamp-post",
1628
+ "description": "Provides a good amount of light.",
1629
+ "category": "Lighting",
1630
+ "source": "Special",
1631
+ "output": {
1632
+ "id": "152",
1633
+ "name": "Wood Lamp-post",
1634
+ "quantity": 1,
1635
+ "isBigCraftable": true
1636
+ },
1637
+ "ingredients": [
1638
+ {
1639
+ "id": "388",
1640
+ "name": "Wood",
1641
+ "quantity": 50
1642
+ },
1643
+ {
1644
+ "id": "787",
1645
+ "name": "Battery Pack",
1646
+ "quantity": 1
1647
+ }
1648
+ ],
1649
+ "image": "images/craftable/lighting/Wood Lamp-post.png"
1650
+ },
1651
+ {
1652
+ "id": "Wooden Brazier",
1653
+ "name": "Wooden Brazier",
1654
+ "description": "Provides a moderate amount of light.",
1655
+ "category": "Lighting",
1656
+ "source": "Special",
1657
+ "output": {
1658
+ "id": "143",
1659
+ "name": "Wooden Brazier",
1660
+ "quantity": 1,
1661
+ "isBigCraftable": true
1662
+ },
1663
+ "ingredients": [
1664
+ {
1665
+ "id": "388",
1666
+ "name": "Wood",
1667
+ "quantity": 10
1668
+ },
1669
+ {
1670
+ "id": "382",
1671
+ "name": "Coal",
1672
+ "quantity": 1
1673
+ },
1674
+ {
1675
+ "id": "771",
1676
+ "name": "Fiber",
1677
+ "quantity": 5
1678
+ }
1679
+ ],
1680
+ "image": "images/craftable/lighting/Wooden Brazier.png"
1681
+ },
1682
+ {
1683
+ "id": "Deluxe Scarecrow",
1684
+ "name": "Deluxe Scarecrow",
1685
+ "description": "Prevents crows from attacking your crops. Has a large radius (about 16 \"tiles\").",
1686
+ "category": "Farming",
1687
+ "source": "Special",
1688
+ "output": {
1689
+ "id": "167",
1690
+ "name": "Deluxe Scarecrow",
1691
+ "quantity": 1,
1692
+ "isBigCraftable": true
1693
+ },
1694
+ "ingredients": [
1695
+ {
1696
+ "id": "388",
1697
+ "name": "Wood",
1698
+ "quantity": 50
1699
+ },
1700
+ {
1701
+ "id": "386",
1702
+ "name": "Iridium Ore",
1703
+ "quantity": 1
1704
+ },
1705
+ {
1706
+ "id": "771",
1707
+ "name": "Fiber",
1708
+ "quantity": 40
1709
+ }
1710
+ ],
1711
+ "image": "images/scarecrows/Deluxe Scarecrow.png"
1712
+ },
1713
+ {
1714
+ "id": "Garden Pot",
1715
+ "name": "Garden Pot",
1716
+ "description": "You can grow crops from any season in this. Place it indoors or outdoors.",
1717
+ "category": "Farming",
1718
+ "source": "Special",
1719
+ "output": {
1720
+ "id": "62",
1721
+ "name": "Garden Pot",
1722
+ "quantity": 1,
1723
+ "isBigCraftable": true
1724
+ },
1725
+ "ingredients": [
1726
+ {
1727
+ "id": "330",
1728
+ "name": "Clay",
1729
+ "quantity": 1
1730
+ },
1731
+ {
1732
+ "id": "390",
1733
+ "name": "Stone",
1734
+ "quantity": 10
1735
+ },
1736
+ {
1737
+ "id": "338",
1738
+ "name": "Refined Quartz",
1739
+ "quantity": 1
1740
+ }
1741
+ ],
1742
+ "image": "images/craftable/misc/Garden Pot.png"
1743
+ },
1744
+ {
1745
+ "id": "Hopper",
1746
+ "name": "Hopper",
1747
+ "description": "Items placed inside will automatically be loaded into the machine in front of it.",
1748
+ "category": "Farming",
1749
+ "source": "Special",
1750
+ "output": {
1751
+ "id": "275",
1752
+ "name": "Hopper",
1753
+ "quantity": 1,
1754
+ "isBigCraftable": true
1755
+ },
1756
+ "ingredients": [
1757
+ {
1758
+ "id": "709",
1759
+ "name": "Hardwood",
1760
+ "quantity": 10
1761
+ },
1762
+ {
1763
+ "id": "337",
1764
+ "name": "Iridium Bar",
1765
+ "quantity": 1
1766
+ },
1767
+ {
1768
+ "id": "910",
1769
+ "name": "Radioactive Bar",
1770
+ "quantity": 1
1771
+ }
1772
+ ],
1773
+ "image": "images/craftable/misc/Hopper.png"
1774
+ },
1775
+ {
1776
+ "id": "Scarecrow",
1777
+ "name": "Scarecrow",
1778
+ "description": "Prevents crows from attacking your crops. Has a limited radius (about 8 \"tiles\").",
1779
+ "category": "Farming",
1780
+ "source": "Farming Level 1",
1781
+ "output": {
1782
+ "id": "8",
1783
+ "name": "Scarecrow",
1784
+ "quantity": 1,
1785
+ "isBigCraftable": true
1786
+ },
1787
+ "ingredients": [
1788
+ {
1789
+ "id": "388",
1790
+ "name": "Wood",
1791
+ "quantity": 50
1792
+ },
1793
+ {
1794
+ "id": "382",
1795
+ "name": "Coal",
1796
+ "quantity": 1
1797
+ },
1798
+ {
1799
+ "id": "771",
1800
+ "name": "Fiber",
1801
+ "quantity": 20
1802
+ }
1803
+ ],
1804
+ "image": "images/scarecrows/Scarecrow.png"
1805
+ },
1806
+ {
1807
+ "id": "Tub o' Flowers",
1808
+ "name": "Tub o' Flowers",
1809
+ "description": "Plant it outside in spring or summer for a beautiful bouquet of flowers.",
1810
+ "category": "Decor",
1811
+ "source": "Special",
1812
+ "output": {
1813
+ "id": "108",
1814
+ "name": "Tub o' Flowers",
1815
+ "quantity": 1,
1816
+ "isBigCraftable": true
1817
+ },
1818
+ "ingredients": [
1819
+ {
1820
+ "id": "388",
1821
+ "name": "Wood",
1822
+ "quantity": 15
1823
+ },
1824
+ {
1825
+ "id": "427",
1826
+ "name": "Tulip Bulb",
1827
+ "quantity": 1
1828
+ },
1829
+ {
1830
+ "id": "429",
1831
+ "name": "Jazz Seeds",
1832
+ "quantity": 1
1833
+ },
1834
+ {
1835
+ "id": "453",
1836
+ "name": "Poppy Seeds",
1837
+ "quantity": 1
1838
+ },
1839
+ {
1840
+ "id": "455",
1841
+ "name": "Spangle Seeds",
1842
+ "quantity": 1
1843
+ }
1844
+ ],
1845
+ "image": "images/craftable/furniture/Tub o' Flowers.png"
1846
+ },
1847
+ {
1848
+ "id": "Wicked Statue",
1849
+ "name": "Wicked Statue",
1850
+ "description": "The statue smiles at you.",
1851
+ "category": "Decor",
1852
+ "source": "Special",
1853
+ "output": {
1854
+ "id": "83",
1855
+ "name": "Wicked Statue",
1856
+ "quantity": 1,
1857
+ "isBigCraftable": true
1858
+ },
1859
+ "ingredients": [
1860
+ {
1861
+ "id": "382",
1862
+ "name": "Coal",
1863
+ "quantity": 5
1864
+ },
1865
+ {
1866
+ "id": "390",
1867
+ "name": "Stone",
1868
+ "quantity": 25
1869
+ }
1870
+ ],
1871
+ "image": "images/craftable/furniture/Wicked Statue.png"
1872
+ },
1873
+ {
1874
+ "id": "Drum Block",
1875
+ "name": "Drum Block",
1876
+ "description": "Plays a drum note when you walk past.",
1877
+ "category": "Instruments",
1878
+ "source": "Special",
1879
+ "output": {
1880
+ "id": "463",
1881
+ "name": "Drum Block",
1882
+ "quantity": 1,
1883
+ "isBigCraftable": false
1884
+ },
1885
+ "ingredients": [
1886
+ {
1887
+ "id": "390",
1888
+ "name": "Stone",
1889
+ "quantity": 10
1890
+ },
1891
+ {
1892
+ "id": "378",
1893
+ "name": "Copper Ore",
1894
+ "quantity": 2
1895
+ },
1896
+ {
1897
+ "id": "771",
1898
+ "name": "Fiber",
1899
+ "quantity": 20
1900
+ }
1901
+ ],
1902
+ "image": "images/craftable/furniture/Drum Block.png"
1903
+ },
1904
+ {
1905
+ "id": "Flute Block",
1906
+ "name": "Flute Block",
1907
+ "description": "Plays a flute note when you walk past.",
1908
+ "category": "Instruments",
1909
+ "source": "Special",
1910
+ "output": {
1911
+ "id": "464",
1912
+ "name": "Flute Block",
1913
+ "quantity": 1,
1914
+ "isBigCraftable": false
1915
+ },
1916
+ "ingredients": [
1917
+ {
1918
+ "id": "388",
1919
+ "name": "Wood",
1920
+ "quantity": 10
1921
+ },
1922
+ {
1923
+ "id": "378",
1924
+ "name": "Copper Ore",
1925
+ "quantity": 2
1926
+ },
1927
+ {
1928
+ "id": "771",
1929
+ "name": "Fiber",
1930
+ "quantity": 20
1931
+ }
1932
+ ],
1933
+ "image": "images/craftable/furniture/Flute Block.png"
1934
+ },
1935
+ {
1936
+ "id": "Glowstone Ring",
1937
+ "name": "Glowstone Ring",
1938
+ "description": "Emits a constant light and increases your radius for collecting items.",
1939
+ "category": "Rings",
1940
+ "source": "Mining Level 4",
1941
+ "output": {
1942
+ "id": "888",
1943
+ "name": "Glowstone Ring",
1944
+ "quantity": 1,
1945
+ "isBigCraftable": false
1946
+ },
1947
+ "ingredients": [
1948
+ {
1949
+ "id": "768",
1950
+ "name": "Solar Essence",
1951
+ "quantity": 5
1952
+ },
1953
+ {
1954
+ "id": "335",
1955
+ "name": "Iron Bar",
1956
+ "quantity": 5
1957
+ }
1958
+ ],
1959
+ "image": "images/rings/Glowstone Ring.png"
1960
+ },
1961
+ {
1962
+ "id": "Iridium Band",
1963
+ "name": "Iridium Band",
1964
+ "description": "Glows, attracts items, and increases damage by 10%.",
1965
+ "category": "Rings",
1966
+ "source": "Combat Level 9",
1967
+ "output": {
1968
+ "id": "527",
1969
+ "name": "Iridium Band",
1970
+ "quantity": 1,
1971
+ "isBigCraftable": false
1972
+ },
1973
+ "ingredients": [
1974
+ {
1975
+ "id": "337",
1976
+ "name": "Iridium Bar",
1977
+ "quantity": 5
1978
+ },
1979
+ {
1980
+ "id": "768",
1981
+ "name": "Solar Essence",
1982
+ "quantity": 50
1983
+ },
1984
+ {
1985
+ "id": "769",
1986
+ "name": "Void Essence",
1987
+ "quantity": 50
1988
+ }
1989
+ ],
1990
+ "image": "images/rings/Iridium Band.png"
1991
+ },
1992
+ {
1993
+ "id": "Ring of Yoba",
1994
+ "name": "Ring of Yoba",
1995
+ "description": "Occasionally shields the wearer from damage.",
1996
+ "category": "Rings",
1997
+ "source": "Combat Level 7",
1998
+ "output": {
1999
+ "id": "524",
2000
+ "name": "Ring of Yoba",
2001
+ "quantity": 1,
2002
+ "isBigCraftable": false
2003
+ },
2004
+ "ingredients": [
2005
+ {
2006
+ "id": "336",
2007
+ "name": "Gold Bar",
2008
+ "quantity": 5
2009
+ },
2010
+ {
2011
+ "id": "335",
2012
+ "name": "Iron Bar",
2013
+ "quantity": 5
2014
+ },
2015
+ {
2016
+ "id": "72",
2017
+ "name": "Diamond",
2018
+ "quantity": 1
2019
+ }
2020
+ ],
2021
+ "image": "images/rings/Ring of Yoba.png"
2022
+ },
2023
+ {
2024
+ "id": "Sturdy Ring",
2025
+ "name": "Sturdy Ring",
2026
+ "description": "Cuts the duration of negative status effects in half.",
2027
+ "category": "Rings",
2028
+ "source": "Combat Level 1",
2029
+ "output": {
2030
+ "id": "525",
2031
+ "name": "Sturdy Ring",
2032
+ "quantity": 1,
2033
+ "isBigCraftable": false
2034
+ },
2035
+ "ingredients": [
2036
+ {
2037
+ "id": "334",
2038
+ "name": "Copper Bar",
2039
+ "quantity": 2
2040
+ },
2041
+ {
2042
+ "id": "684",
2043
+ "name": "Bug Meat",
2044
+ "quantity": 25
2045
+ },
2046
+ {
2047
+ "id": "766",
2048
+ "name": "Slime",
2049
+ "quantity": 25
2050
+ }
2051
+ ],
2052
+ "image": "images/rings/Sturdy Ring.png"
2053
+ },
2054
+ {
2055
+ "id": "Thorns Ring",
2056
+ "name": "Thorns Ring",
2057
+ "description": "When an enemy injures you, they will take 1/3 of the damage they caused.",
2058
+ "category": "Rings",
2059
+ "source": "Combat Level 7",
2060
+ "output": {
2061
+ "id": "839",
2062
+ "name": "Thorns Ring",
2063
+ "quantity": 1,
2064
+ "isBigCraftable": false
2065
+ },
2066
+ "ingredients": [
2067
+ {
2068
+ "id": "881",
2069
+ "name": "Bone Fragment",
2070
+ "quantity": 50
2071
+ },
2072
+ {
2073
+ "id": "390",
2074
+ "name": "Stone",
2075
+ "quantity": 50
2076
+ },
2077
+ {
2078
+ "id": "336",
2079
+ "name": "Gold Bar",
2080
+ "quantity": 1
2081
+ }
2082
+ ],
2083
+ "image": "images/rings/Thorns Ring.png"
2084
+ },
2085
+ {
2086
+ "id": "Warrior Ring",
2087
+ "name": "Warrior Ring",
2088
+ "description": "Occasionally infuses the wearer with \"warrior energy\" after slaying a monster.",
2089
+ "category": "Rings",
2090
+ "source": "Combat Level 4",
2091
+ "output": {
2092
+ "id": "521",
2093
+ "name": "Warrior Ring",
2094
+ "quantity": 1,
2095
+ "isBigCraftable": false
2096
+ },
2097
+ "ingredients": [
2098
+ {
2099
+ "id": "335",
2100
+ "name": "Iron Bar",
2101
+ "quantity": 10
2102
+ },
2103
+ {
2104
+ "id": "382",
2105
+ "name": "Coal",
2106
+ "quantity": 25
2107
+ },
2108
+ {
2109
+ "id": "84",
2110
+ "name": "Frozen Tear",
2111
+ "quantity": 10
2112
+ }
2113
+ ],
2114
+ "image": "images/rings/Warrior Ring.png"
2115
+ },
2116
+ {
2117
+ "id": "Wedding Ring",
2118
+ "name": "Wedding Ring",
2119
+ "description": "Give this to another player to propose marriage.",
2120
+ "category": "Rings",
2121
+ "source": "Special",
2122
+ "output": {
2123
+ "id": "801",
2124
+ "name": "Wedding Ring",
2125
+ "quantity": 1,
2126
+ "isBigCraftable": false
2127
+ },
2128
+ "ingredients": [
2129
+ {
2130
+ "id": "337",
2131
+ "name": "Iridium Bar",
2132
+ "quantity": 5
2133
+ },
2134
+ {
2135
+ "id": "74",
2136
+ "name": "Prismatic Shard",
2137
+ "quantity": 1
2138
+ }
2139
+ ],
2140
+ "image": "images/rings/Wedding Ring.png"
2141
+ },
2142
+ {
2143
+ "id": "Bait",
2144
+ "name": "Bait",
2145
+ "description": "Causes fish to bite faster. Must be attached to a fishing rod. (+5)",
2146
+ "category": "Fishing",
2147
+ "source": "Fishing Level 2",
2148
+ "output": {
2149
+ "id": "685",
2150
+ "name": "Bait",
2151
+ "quantity": 5,
2152
+ "isBigCraftable": false
2153
+ },
2154
+ "ingredients": [
2155
+ {
2156
+ "id": "684",
2157
+ "name": "Bug Meat",
2158
+ "quantity": 1
2159
+ }
2160
+ ],
2161
+ "image": "images/fish/bait/Bait.png"
2162
+ },
2163
+ {
2164
+ "id": "Barbed Hook",
2165
+ "name": "Barbed Hook",
2166
+ "description": "Makes your catch more secure, causing the \"fishing bar\" to cling to your fish. Works best on slow, weak fish.",
2167
+ "category": "Fishing",
2168
+ "source": "Fishing Level 8",
2169
+ "output": {
2170
+ "id": "691",
2171
+ "name": "Barbed Hook",
2172
+ "quantity": 1,
2173
+ "isBigCraftable": false
2174
+ },
2175
+ "ingredients": [
2176
+ {
2177
+ "id": "334",
2178
+ "name": "Copper Bar",
2179
+ "quantity": 1
2180
+ },
2181
+ {
2182
+ "id": "335",
2183
+ "name": "Iron Bar",
2184
+ "quantity": 1
2185
+ },
2186
+ {
2187
+ "id": "336",
2188
+ "name": "Gold Bar",
2189
+ "quantity": 1
2190
+ }
2191
+ ],
2192
+ "image": "images/fish/tackle/Barbed Hook.png"
2193
+ },
2194
+ {
2195
+ "id": "Challenge Bait",
2196
+ "name": "Challenge Bait",
2197
+ "description": "A perfect catch triples the fish caught, but any escape removes one. (+5)",
2198
+ "category": "Fishing",
2199
+ "source": "Special",
2200
+ "output": {
2201
+ "id": "ChallengeBait",
2202
+ "name": "Challenge Bait",
2203
+ "quantity": 5,
2204
+ "isBigCraftable": false
2205
+ },
2206
+ "ingredients": [
2207
+ {
2208
+ "id": "881",
2209
+ "name": "Bone Fragment",
2210
+ "quantity": 5
2211
+ },
2212
+ {
2213
+ "id": "Moss",
2214
+ "name": "Moss",
2215
+ "quantity": 2
2216
+ }
2217
+ ],
2218
+ "image": "images/fish/bait/Challenge Bait.png"
2219
+ },
2220
+ {
2221
+ "id": "Cork Bobber",
2222
+ "name": "Cork Bobber",
2223
+ "description": "Slightly increases the size of your \"fishing bar\".",
2224
+ "category": "Fishing",
2225
+ "source": "Fishing Level 7",
2226
+ "output": {
2227
+ "id": "695",
2228
+ "name": "Cork Bobber",
2229
+ "quantity": 1,
2230
+ "isBigCraftable": false
2231
+ },
2232
+ "ingredients": [
2233
+ {
2234
+ "id": "388",
2235
+ "name": "Wood",
2236
+ "quantity": 10
2237
+ },
2238
+ {
2239
+ "id": "709",
2240
+ "name": "Hardwood",
2241
+ "quantity": 5
2242
+ },
2243
+ {
2244
+ "id": "766",
2245
+ "name": "Slime",
2246
+ "quantity": 10
2247
+ }
2248
+ ],
2249
+ "image": "images/fish/tackle/Cork Bobber.png"
2250
+ },
2251
+ {
2252
+ "id": "Crab Pot",
2253
+ "name": "Crab Pot",
2254
+ "description": "Place it in the water, load it with bait, and check the next day.",
2255
+ "category": "Fishing",
2256
+ "source": "Fishing Level 3",
2257
+ "output": {
2258
+ "id": "710",
2259
+ "name": "Crab Pot",
2260
+ "quantity": 1,
2261
+ "isBigCraftable": false
2262
+ },
2263
+ "ingredients": [
2264
+ {
2265
+ "id": "388",
2266
+ "name": "Wood",
2267
+ "quantity": 40
2268
+ },
2269
+ {
2270
+ "id": "335",
2271
+ "name": "Iron Bar",
2272
+ "quantity": 3
2273
+ }
2274
+ ],
2275
+ "image": "images/craftable/fishing/Crab Pot.png"
2276
+ },
2277
+ {
2278
+ "id": "Deluxe Bait",
2279
+ "name": "Deluxe Bait",
2280
+ "description": "Fish bite faster and you'll rarely miss a catch. Also slightly increases the size of the fishing bar. (+5)",
2281
+ "category": "Fishing",
2282
+ "source": "Fishing Level 4",
2283
+ "output": {
2284
+ "id": "DeluxeBait",
2285
+ "name": "Deluxe Bait",
2286
+ "quantity": 5,
2287
+ "isBigCraftable": false
2288
+ },
2289
+ "ingredients": [
2290
+ {
2291
+ "id": "685",
2292
+ "name": "Bait",
2293
+ "quantity": 5
2294
+ },
2295
+ {
2296
+ "id": "Moss",
2297
+ "name": "Moss",
2298
+ "quantity": 2
2299
+ }
2300
+ ],
2301
+ "image": "images/fish/bait/Deluxe Bait.png"
2302
+ },
2303
+ {
2304
+ "id": "Dressed Spinner",
2305
+ "name": "Dressed Spinner",
2306
+ "description": "The attractive lure creates a lot of vibration and movement. Increases the bite-rate when fishing.",
2307
+ "category": "Fishing",
2308
+ "source": "Fishing Level 8",
2309
+ "output": {
2310
+ "id": "687",
2311
+ "name": "Dressed Spinner",
2312
+ "quantity": 1,
2313
+ "isBigCraftable": false
2314
+ },
2315
+ "ingredients": [
2316
+ {
2317
+ "id": "335",
2318
+ "name": "Iron Bar",
2319
+ "quantity": 2
2320
+ },
2321
+ {
2322
+ "id": "428",
2323
+ "name": "Cloth",
2324
+ "quantity": 1
2325
+ }
2326
+ ],
2327
+ "image": "images/fish/tackle/Dressed Spinner.png"
2328
+ },
2329
+ {
2330
+ "id": "Magic Bait",
2331
+ "name": "Magic Bait",
2332
+ "description": "Allows you to catch fish from any location, season, or weather. (+5)",
2333
+ "category": "Fishing",
2334
+ "source": "Special",
2335
+ "output": {
2336
+ "id": "908",
2337
+ "name": "Magic Bait",
2338
+ "quantity": 5,
2339
+ "isBigCraftable": false
2340
+ },
2341
+ "ingredients": [
2342
+ {
2343
+ "id": "909",
2344
+ "name": "Radioactive Ore",
2345
+ "quantity": 1
2346
+ },
2347
+ {
2348
+ "id": "684",
2349
+ "name": "Bug Meat",
2350
+ "quantity": 3
2351
+ }
2352
+ ],
2353
+ "image": "images/fish/bait/Magic Bait.png"
2354
+ },
2355
+ {
2356
+ "id": "Magnet",
2357
+ "name": "Magnet",
2358
+ "description": "Increases the chance of finding treasure while fishing, but fish aren't as attracted to it. (+3)",
2359
+ "category": "Fishing",
2360
+ "source": "Fishing Level 9",
2361
+ "output": {
2362
+ "id": "703",
2363
+ "name": "Magnet",
2364
+ "quantity": 3,
2365
+ "isBigCraftable": false
2366
+ },
2367
+ "ingredients": [
2368
+ {
2369
+ "id": "335",
2370
+ "name": "Iron Bar",
2371
+ "quantity": 1
2372
+ }
2373
+ ],
2374
+ "image": "images/fish/bait/Magnet.png"
2375
+ },
2376
+ {
2377
+ "id": "Quality Bobber",
2378
+ "name": "Quality Bobber",
2379
+ "description": "Increases the quality of caught fish.",
2380
+ "category": "Fishing",
2381
+ "source": "Special",
2382
+ "output": {
2383
+ "id": "877",
2384
+ "name": "Quality Bobber",
2385
+ "quantity": 1,
2386
+ "isBigCraftable": false
2387
+ },
2388
+ "ingredients": [
2389
+ {
2390
+ "id": "334",
2391
+ "name": "Copper Bar",
2392
+ "quantity": 1
2393
+ },
2394
+ {
2395
+ "id": "92",
2396
+ "name": "Sap",
2397
+ "quantity": 20
2398
+ },
2399
+ {
2400
+ "id": "768",
2401
+ "name": "Solar Essence",
2402
+ "quantity": 5
2403
+ }
2404
+ ],
2405
+ "image": "images/fish/tackle/Quality Bobber.png"
2406
+ },
2407
+ {
2408
+ "id": "Sonar Bobber",
2409
+ "name": "Sonar Bobber",
2410
+ "description": "Allows you to see which fish is biting before you catch it.",
2411
+ "category": "Fishing",
2412
+ "source": "Fishing Level 6",
2413
+ "output": {
2414
+ "id": "SonarBobber",
2415
+ "name": "Sonar Bobber",
2416
+ "quantity": 1,
2417
+ "isBigCraftable": false
2418
+ },
2419
+ "ingredients": [
2420
+ {
2421
+ "id": "335",
2422
+ "name": "Iron Bar",
2423
+ "quantity": 1
2424
+ },
2425
+ {
2426
+ "id": "338",
2427
+ "name": "Refined Quartz",
2428
+ "quantity": 2
2429
+ }
2430
+ ],
2431
+ "image": "images/fish/tackle/Sonar Bobber.png"
2432
+ },
2433
+ {
2434
+ "id": "Spinner",
2435
+ "name": "Spinner",
2436
+ "description": "The rotating lure creates a lot of vibration and movement. Slightly increases bite-rate when fishing.",
2437
+ "category": "Fishing",
2438
+ "source": "Fishing Level 6",
2439
+ "output": {
2440
+ "id": "686",
2441
+ "name": "Spinner",
2442
+ "quantity": 1,
2443
+ "isBigCraftable": false
2444
+ },
2445
+ "ingredients": [
2446
+ {
2447
+ "id": "335",
2448
+ "name": "Iron Bar",
2449
+ "quantity": 2
2450
+ }
2451
+ ],
2452
+ "image": "images/fish/tackle/Spinner.png"
2453
+ },
2454
+ {
2455
+ "id": "Trap Bobber",
2456
+ "name": "Trap Bobber",
2457
+ "description": "Causes fish to escape slower when you aren't reeling them in.",
2458
+ "category": "Fishing",
2459
+ "source": "Fishing Level 6",
2460
+ "output": {
2461
+ "id": "694",
2462
+ "name": "Trap Bobber",
2463
+ "quantity": 1,
2464
+ "isBigCraftable": false
2465
+ },
2466
+ "ingredients": [
2467
+ {
2468
+ "id": "334",
2469
+ "name": "Copper Bar",
2470
+ "quantity": 1
2471
+ },
2472
+ {
2473
+ "id": "92",
2474
+ "name": "Sap",
2475
+ "quantity": 10
2476
+ }
2477
+ ],
2478
+ "image": "images/fish/tackle/Trap Bobber.png"
2479
+ },
2480
+ {
2481
+ "id": "Treasure Hunter",
2482
+ "name": "Treasure Hunter",
2483
+ "description": "Fish don't escape while you're collecting treasure.",
2484
+ "category": "Fishing",
2485
+ "source": "Fishing Level 7",
2486
+ "output": {
2487
+ "id": "693",
2488
+ "name": "Treasure Hunter",
2489
+ "quantity": 1,
2490
+ "isBigCraftable": false
2491
+ },
2492
+ "ingredients": [
2493
+ {
2494
+ "id": "336",
2495
+ "name": "Gold Bar",
2496
+ "quantity": 2
2497
+ }
2498
+ ],
2499
+ "image": "images/fish/tackle/Treasure Hunter.png"
2500
+ },
2501
+ {
2502
+ "id": "Wild Bait",
2503
+ "name": "Wild Bait",
2504
+ "description": "A special bait that appeals to all fish. With this bait, you have a chance of catching 2 fish at once. (+5)",
2505
+ "category": "Fishing",
2506
+ "source": "Special",
2507
+ "output": {
2508
+ "id": "774",
2509
+ "name": "Wild Bait",
2510
+ "quantity": 5,
2511
+ "isBigCraftable": false
2512
+ },
2513
+ "ingredients": [
2514
+ {
2515
+ "id": "771",
2516
+ "name": "Fiber",
2517
+ "quantity": 10
2518
+ },
2519
+ {
2520
+ "id": "684",
2521
+ "name": "Bug Meat",
2522
+ "quantity": 5
2523
+ },
2524
+ {
2525
+ "id": "766",
2526
+ "name": "Slime",
2527
+ "quantity": 5
2528
+ }
2529
+ ],
2530
+ "image": "images/fish/bait/Wild Bait.png"
2531
+ },
2532
+ {
2533
+ "id": "Brick Floor",
2534
+ "name": "Brick Floor",
2535
+ "description": "Use this to make a path or to decorate your floors.",
2536
+ "category": "Flooring",
2537
+ "source": "Starter",
2538
+ "output": {
2539
+ "id": "293",
2540
+ "name": "Brick Floor",
2541
+ "quantity": 5,
2542
+ "isBigCraftable": false
2543
+ },
2544
+ "ingredients": [
2545
+ {
2546
+ "id": "330",
2547
+ "name": "Clay",
2548
+ "quantity": 2
2549
+ },
2550
+ {
2551
+ "id": "390",
2552
+ "name": "Stone",
2553
+ "quantity": 5
2554
+ }
2555
+ ],
2556
+ "image": "images/craftable/decor/Brick Floor.png"
2557
+ },
2558
+ {
2559
+ "id": "Crystal Floor",
2560
+ "name": "Crystal Floor",
2561
+ "description": "Use this to make a path or to decorate your floors.",
2562
+ "category": "Flooring",
2563
+ "source": "Starter",
2564
+ "output": {
2565
+ "id": "333",
2566
+ "name": "Crystal Floor",
2567
+ "quantity": 5,
2568
+ "isBigCraftable": false
2569
+ },
2570
+ "ingredients": [
2571
+ {
2572
+ "id": "338",
2573
+ "name": "Refined Quartz",
2574
+ "quantity": 1
2575
+ }
2576
+ ],
2577
+ "image": "images/craftable/decor/Crystal Floor.png"
2578
+ },
2579
+ {
2580
+ "id": "Rustic Plank Floor",
2581
+ "name": "Rustic Plank Floor",
2582
+ "description": "Use this to make a path or to decorate your floors.",
2583
+ "category": "Flooring",
2584
+ "source": "Starter",
2585
+ "output": {
2586
+ "id": "840",
2587
+ "name": "Rustic Plank Floor",
2588
+ "quantity": 1,
2589
+ "isBigCraftable": false
2590
+ },
2591
+ "ingredients": [
2592
+ {
2593
+ "id": "388",
2594
+ "name": "Wood",
2595
+ "quantity": 1
2596
+ }
2597
+ ],
2598
+ "image": "images/craftable/decor/Rustic Plank Floor.png"
2599
+ },
2600
+ {
2601
+ "id": "Stone Floor",
2602
+ "name": "Stone Floor",
2603
+ "description": "Use this to make a path or to decorate your floors.",
2604
+ "category": "Flooring",
2605
+ "source": "Starter",
2606
+ "output": {
2607
+ "id": "329",
2608
+ "name": "Stone Floor",
2609
+ "quantity": 1,
2610
+ "isBigCraftable": false
2611
+ },
2612
+ "ingredients": [
2613
+ {
2614
+ "id": "390",
2615
+ "name": "Stone",
2616
+ "quantity": 1
2617
+ }
2618
+ ],
2619
+ "image": "images/craftable/decor/Stone Floor.png"
2620
+ },
2621
+ {
2622
+ "id": "Stone Walkway Floor",
2623
+ "name": "Stone Walkway Floor",
2624
+ "description": "Use this to make a path or to decorate your floors.",
2625
+ "category": "Flooring",
2626
+ "source": "Starter",
2627
+ "output": {
2628
+ "id": "841",
2629
+ "name": "Stone Walkway Floor",
2630
+ "quantity": 1,
2631
+ "isBigCraftable": false
2632
+ },
2633
+ "ingredients": [
2634
+ {
2635
+ "id": "390",
2636
+ "name": "Stone",
2637
+ "quantity": 1
2638
+ }
2639
+ ],
2640
+ "image": "images/craftable/decor/Stone Walkway Floor.png"
2641
+ },
2642
+ {
2643
+ "id": "Straw Floor",
2644
+ "name": "Straw Floor",
2645
+ "description": "Use this to make a path or to decorate your floors.",
2646
+ "category": "Flooring",
2647
+ "source": "Starter",
2648
+ "output": {
2649
+ "id": "401",
2650
+ "name": "Straw Floor",
2651
+ "quantity": 1,
2652
+ "isBigCraftable": false
2653
+ },
2654
+ "ingredients": [
2655
+ {
2656
+ "id": "388",
2657
+ "name": "Wood",
2658
+ "quantity": 1
2659
+ },
2660
+ {
2661
+ "id": "771",
2662
+ "name": "Fiber",
2663
+ "quantity": 1
2664
+ }
2665
+ ],
2666
+ "image": "images/craftable/decor/Straw Floor.png"
2667
+ },
2668
+ {
2669
+ "id": "Weathered Floor",
2670
+ "name": "Weathered Floor",
2671
+ "description": "Use this to make a path or to decorate your floors.",
2672
+ "category": "Flooring",
2673
+ "source": "Starter",
2674
+ "output": {
2675
+ "id": "331",
2676
+ "name": "Weathered Floor",
2677
+ "quantity": 1,
2678
+ "isBigCraftable": false
2679
+ },
2680
+ "ingredients": [
2681
+ {
2682
+ "id": "388",
2683
+ "name": "Wood",
2684
+ "quantity": 1
2685
+ }
2686
+ ],
2687
+ "image": "images/craftable/decor/Weathered Floor.png"
2688
+ },
2689
+ {
2690
+ "id": "Wood Floor",
2691
+ "name": "Wood Floor",
2692
+ "description": "Use this to make a path or to decorate your floors.",
2693
+ "category": "Flooring",
2694
+ "source": "Starter",
2695
+ "output": {
2696
+ "id": "328",
2697
+ "name": "Wood Floor",
2698
+ "quantity": 1,
2699
+ "isBigCraftable": false
2700
+ },
2701
+ "ingredients": [
2702
+ {
2703
+ "id": "388",
2704
+ "name": "Wood",
2705
+ "quantity": 1
2706
+ }
2707
+ ],
2708
+ "image": "images/craftable/decor/Wood Floor.png"
2709
+ },
2710
+ {
2711
+ "id": "Cobblestone Path",
2712
+ "name": "Cobblestone Path",
2713
+ "description": "Use this to make a path or to decorate your floors.",
2714
+ "category": "Paths",
2715
+ "source": "Starter",
2716
+ "output": {
2717
+ "id": "411",
2718
+ "name": "Cobblestone Path",
2719
+ "quantity": 1,
2720
+ "isBigCraftable": false
2721
+ },
2722
+ "ingredients": [
2723
+ {
2724
+ "id": "390",
2725
+ "name": "Stone",
2726
+ "quantity": 1
2727
+ }
2728
+ ],
2729
+ "image": "images/craftable/decor/Cobblestone Path.png"
2730
+ },
2731
+ {
2732
+ "id": "Crystal Path",
2733
+ "name": "Crystal Path",
2734
+ "description": "Use this to make a path or to decorate your floors.",
2735
+ "category": "Paths",
2736
+ "source": "Starter",
2737
+ "output": {
2738
+ "id": "409",
2739
+ "name": "Crystal Path",
2740
+ "quantity": 5,
2741
+ "isBigCraftable": false
2742
+ },
2743
+ "ingredients": [
2744
+ {
2745
+ "id": "338",
2746
+ "name": "Refined Quartz",
2747
+ "quantity": 1
2748
+ }
2749
+ ],
2750
+ "image": "images/craftable/decor/Crystal Path.png"
2751
+ },
2752
+ {
2753
+ "id": "Gravel Path",
2754
+ "name": "Gravel Path",
2755
+ "description": "Use this to make a path or to decorate your floors.",
2756
+ "category": "Paths",
2757
+ "source": "Starter",
2758
+ "output": {
2759
+ "id": "407",
2760
+ "name": "Gravel Path",
2761
+ "quantity": 1,
2762
+ "isBigCraftable": false
2763
+ },
2764
+ "ingredients": [
2765
+ {
2766
+ "id": "390",
2767
+ "name": "Stone",
2768
+ "quantity": 1
2769
+ }
2770
+ ],
2771
+ "image": "images/craftable/decor/Gravel Path.png"
2772
+ },
2773
+ {
2774
+ "id": "Stepping Stone Path",
2775
+ "name": "Stepping Stone Path",
2776
+ "description": "Use this to make a path or to decorate your floors.",
2777
+ "category": "Paths",
2778
+ "source": "Starter",
2779
+ "output": {
2780
+ "id": "415",
2781
+ "name": "Stepping Stone Path",
2782
+ "quantity": 1,
2783
+ "isBigCraftable": false
2784
+ },
2785
+ "ingredients": [
2786
+ {
2787
+ "id": "390",
2788
+ "name": "Stone",
2789
+ "quantity": 1
2790
+ }
2791
+ ],
2792
+ "image": "images/craftable/decor/Stepping Stone Path.png"
2793
+ },
2794
+ {
2795
+ "id": "Wood Path",
2796
+ "name": "Wood Path",
2797
+ "description": "Use this to make a path or to decorate your floors.",
2798
+ "category": "Paths",
2799
+ "source": "Starter",
2800
+ "output": {
2801
+ "id": "405",
2802
+ "name": "Wood Path",
2803
+ "quantity": 1,
2804
+ "isBigCraftable": false
2805
+ },
2806
+ "ingredients": [
2807
+ {
2808
+ "id": "388",
2809
+ "name": "Wood",
2810
+ "quantity": 1
2811
+ }
2812
+ ],
2813
+ "image": "images/craftable/decor/Wood Path.png"
2814
+ },
2815
+ {
2816
+ "id": "Ancient Seeds",
2817
+ "name": "Ancient Seeds",
2818
+ "description": "Plant these in Spring, Summer, or Fall. Takes 28 days to mature, and produces fruit every 7 days.",
2819
+ "category": "Seeds & Fertilizer",
2820
+ "source": "Special",
2821
+ "output": {
2822
+ "id": "499",
2823
+ "name": "Ancient Seeds",
2824
+ "quantity": 1,
2825
+ "isBigCraftable": false
2826
+ },
2827
+ "ingredients": [
2828
+ {
2829
+ "id": "114",
2830
+ "name": "Ancient Seed",
2831
+ "quantity": 1
2832
+ }
2833
+ ],
2834
+ "image": "images/craftable/seeds/Ancient Seeds.png"
2835
+ },
2836
+ {
2837
+ "id": "Basic Fertilizer",
2838
+ "name": "Basic Fertilizer",
2839
+ "description": "Improves soil quality, increasing your chance of producing quality crops. Mix into tilled soil.",
2840
+ "category": "Seeds & Fertilizer",
2841
+ "source": "Farming Level 1",
2842
+ "output": {
2843
+ "id": "368",
2844
+ "name": "Basic Fertilizer",
2845
+ "quantity": 1,
2846
+ "isBigCraftable": false
2847
+ },
2848
+ "ingredients": [
2849
+ {
2850
+ "id": "92",
2851
+ "name": "Sap",
2852
+ "quantity": 2
2853
+ }
2854
+ ],
2855
+ "image": "images/craftable/fertilizer/Basic Fertilizer.png"
2856
+ },
2857
+ {
2858
+ "id": "Basic Retaining Soil",
2859
+ "name": "Basic Retaining Soil",
2860
+ "description": "This soil has a chance of staying watered overnight. Mix into tilled soil.",
2861
+ "category": "Seeds & Fertilizer",
2862
+ "source": "Farming Level 4",
2863
+ "output": {
2864
+ "id": "370",
2865
+ "name": "Basic Retaining Soil",
2866
+ "quantity": 1,
2867
+ "isBigCraftable": false
2868
+ },
2869
+ "ingredients": [
2870
+ {
2871
+ "id": "390",
2872
+ "name": "Stone",
2873
+ "quantity": 2
2874
+ }
2875
+ ],
2876
+ "image": "images/craftable/fertilizer/Basic Retaining Soil.png"
2877
+ },
2878
+ {
2879
+ "id": "Blue Grass Starter",
2880
+ "name": "Blue Grass Starter",
2881
+ "description": "Grows into a patch of blue grass when placed on the farm.",
2882
+ "category": "Seeds & Fertilizer",
2883
+ "source": "Special",
2884
+ "output": {
2885
+ "id": "BlueGrassStarter",
2886
+ "name": "Blue Grass Starter",
2887
+ "quantity": 1,
2888
+ "isBigCraftable": false
2889
+ },
2890
+ "ingredients": [
2891
+ {
2892
+ "id": "771",
2893
+ "name": "Fiber",
2894
+ "quantity": 25
2895
+ },
2896
+ {
2897
+ "id": "Moss",
2898
+ "name": "Moss",
2899
+ "quantity": 10
2900
+ },
2901
+ {
2902
+ "id": "MysticSyrup",
2903
+ "name": "Mystic Syrup",
2904
+ "quantity": 1
2905
+ }
2906
+ ],
2907
+ "image": "images/craftable/seeds/Blue Grass Starter.png"
2908
+ },
2909
+ {
2910
+ "id": "Deluxe Fertilizer",
2911
+ "name": "Deluxe Fertilizer",
2912
+ "description": "Greatly improves soil quality. Mix into tilled soil.",
2913
+ "category": "Seeds & Fertilizer",
2914
+ "source": "Special",
2915
+ "output": {
2916
+ "id": "919",
2917
+ "name": "Deluxe Fertilizer",
2918
+ "quantity": 5,
2919
+ "isBigCraftable": false
2920
+ },
2921
+ "ingredients": [
2922
+ {
2923
+ "id": "337",
2924
+ "name": "Iridium Bar",
2925
+ "quantity": 1
2926
+ },
2927
+ {
2928
+ "id": "92",
2929
+ "name": "Sap",
2930
+ "quantity": 40
2931
+ }
2932
+ ],
2933
+ "image": "images/craftable/fertilizer/Deluxe Fertilizer.png"
2934
+ },
2935
+ {
2936
+ "id": "Deluxe Retaining Soil",
2937
+ "name": "Deluxe Retaining Soil",
2938
+ "description": "This soil will stay watered overnight. Mix into tilled soil.",
2939
+ "category": "Seeds & Fertilizer",
2940
+ "source": "Special",
2941
+ "output": {
2942
+ "id": "920",
2943
+ "name": "Deluxe Retaining Soil",
2944
+ "quantity": 1,
2945
+ "isBigCraftable": false
2946
+ },
2947
+ "ingredients": [
2948
+ {
2949
+ "id": "390",
2950
+ "name": "Stone",
2951
+ "quantity": 5
2952
+ },
2953
+ {
2954
+ "id": "771",
2955
+ "name": "Fiber",
2956
+ "quantity": 3
2957
+ },
2958
+ {
2959
+ "id": "330",
2960
+ "name": "Clay",
2961
+ "quantity": 1
2962
+ }
2963
+ ],
2964
+ "image": "images/craftable/fertilizer/Deluxe Retaining Soil.png"
2965
+ },
2966
+ {
2967
+ "id": "Deluxe Speed-Gro",
2968
+ "name": "Deluxe Speed-Gro",
2969
+ "description": "Stimulates leaf production. Guaranteed to increase growth rate by at least 25%. Mix into tilled soil before planting.",
2970
+ "category": "Seeds & Fertilizer",
2971
+ "source": "Farming Level 8",
2972
+ "output": {
2973
+ "id": "466",
2974
+ "name": "Deluxe Speed-Gro",
2975
+ "quantity": 5,
2976
+ "isBigCraftable": false
2977
+ },
2978
+ "ingredients": [
2979
+ {
2980
+ "id": "725",
2981
+ "name": "Oak Resin",
2982
+ "quantity": 1
2983
+ },
2984
+ {
2985
+ "id": "881",
2986
+ "name": "Bone Fragment",
2987
+ "quantity": 5
2988
+ }
2989
+ ],
2990
+ "image": "images/craftable/fertilizer/Deluxe Speed-Gro.png"
2991
+ },
2992
+ {
2993
+ "id": "Fiber Seeds",
2994
+ "name": "Fiber Seeds",
2995
+ "description": "Plant these in any season. They don't need water.",
2996
+ "category": "Seeds & Fertilizer",
2997
+ "source": "Special",
2998
+ "output": {
2999
+ "id": "885",
3000
+ "name": "Fiber Seeds",
3001
+ "quantity": 4,
3002
+ "isBigCraftable": false
3003
+ },
3004
+ "ingredients": [
3005
+ {
3006
+ "id": "770",
3007
+ "name": "Mixed Seeds",
3008
+ "quantity": 1
3009
+ },
3010
+ {
3011
+ "id": "92",
3012
+ "name": "Sap",
3013
+ "quantity": 5
3014
+ },
3015
+ {
3016
+ "id": "330",
3017
+ "name": "Clay",
3018
+ "quantity": 1
3019
+ }
3020
+ ],
3021
+ "image": "images/craftable/seeds/Fiber Seeds.png"
3022
+ },
3023
+ {
3024
+ "id": "Grass Starter",
3025
+ "name": "Grass Starter",
3026
+ "description": "Grows into a patch of grass when placed on the farm.",
3027
+ "category": "Seeds & Fertilizer",
3028
+ "source": "Special",
3029
+ "output": {
3030
+ "id": "297",
3031
+ "name": "Grass Starter",
3032
+ "quantity": 1,
3033
+ "isBigCraftable": false
3034
+ },
3035
+ "ingredients": [
3036
+ {
3037
+ "id": "771",
3038
+ "name": "Fiber",
3039
+ "quantity": 10
3040
+ }
3041
+ ],
3042
+ "image": "images/craftable/seeds/Grass Starter.png"
3043
+ },
3044
+ {
3045
+ "id": "Hyper Speed-Gro",
3046
+ "name": "Hyper Speed-Gro",
3047
+ "description": "Stimulates leaf production. Guaranteed to increase growth rate by at least 33%. Mix into tilled soil before planting.",
3048
+ "category": "Seeds & Fertilizer",
3049
+ "source": "Special",
3050
+ "output": {
3051
+ "id": "918",
3052
+ "name": "Hyper Speed-Gro",
3053
+ "quantity": 1,
3054
+ "isBigCraftable": false
3055
+ },
3056
+ "ingredients": [
3057
+ {
3058
+ "id": "909",
3059
+ "name": "Radioactive Ore",
3060
+ "quantity": 1
3061
+ },
3062
+ {
3063
+ "id": "881",
3064
+ "name": "Bone Fragment",
3065
+ "quantity": 3
3066
+ },
3067
+ {
3068
+ "id": "768",
3069
+ "name": "Solar Essence",
3070
+ "quantity": 1
3071
+ }
3072
+ ],
3073
+ "image": "images/craftable/fertilizer/Hyper Speed-Gro.png"
3074
+ },
3075
+ {
3076
+ "id": "Mystic Tree Seed",
3077
+ "name": "Mystic Tree Seed",
3078
+ "description": "Plant this to grow a mystic tree.",
3079
+ "category": "Seeds & Fertilizer",
3080
+ "source": "Special",
3081
+ "output": {
3082
+ "id": "MysticTreeSeed",
3083
+ "name": "Mystic Tree Seed",
3084
+ "quantity": 1,
3085
+ "isBigCraftable": false
3086
+ },
3087
+ "ingredients": [
3088
+ {
3089
+ "id": "309",
3090
+ "name": "Acorn",
3091
+ "quantity": 5
3092
+ },
3093
+ {
3094
+ "id": "310",
3095
+ "name": "Maple Seed",
3096
+ "quantity": 5
3097
+ },
3098
+ {
3099
+ "id": "311",
3100
+ "name": "Pine Cone",
3101
+ "quantity": 5
3102
+ },
3103
+ {
3104
+ "id": "292",
3105
+ "name": "Mahogany Seed",
3106
+ "quantity": 5
3107
+ }
3108
+ ],
3109
+ "image": "images/craftable/seeds/Mystic Tree Seed.png"
3110
+ },
3111
+ {
3112
+ "id": "Quality Fertilizer",
3113
+ "name": "Quality Fertilizer",
3114
+ "description": "Improves soil quality greatly, increasing your chance of producing quality crops. Mix into tilled soil.",
3115
+ "category": "Seeds & Fertilizer",
3116
+ "source": "Farming Level 9",
3117
+ "output": {
3118
+ "id": "369",
3119
+ "name": "Quality Fertilizer",
3120
+ "quantity": 2,
3121
+ "isBigCraftable": false
3122
+ },
3123
+ "ingredients": [
3124
+ {
3125
+ "id": "92",
3126
+ "name": "Sap",
3127
+ "quantity": 4
3128
+ },
3129
+ {
3130
+ "id": "-4",
3131
+ "name": "Any Fish",
3132
+ "quantity": 1
3133
+ }
3134
+ ],
3135
+ "image": "images/craftable/fertilizer/Quality Fertilizer.png"
3136
+ },
3137
+ {
3138
+ "id": "Quality Retaining Soil",
3139
+ "name": "Quality Retaining Soil",
3140
+ "description": "This soil has a good chance of staying watered overnight. Mix into tilled soil.",
3141
+ "category": "Seeds & Fertilizer",
3142
+ "source": "Farming Level 7",
3143
+ "output": {
3144
+ "id": "371",
3145
+ "name": "Quality Retaining Soil",
3146
+ "quantity": 2,
3147
+ "isBigCraftable": false
3148
+ },
3149
+ "ingredients": [
3150
+ {
3151
+ "id": "390",
3152
+ "name": "Stone",
3153
+ "quantity": 3
3154
+ },
3155
+ {
3156
+ "id": "330",
3157
+ "name": "Clay",
3158
+ "quantity": 1
3159
+ }
3160
+ ],
3161
+ "image": "images/craftable/fertilizer/Quality Retaining Soil.png"
3162
+ },
3163
+ {
3164
+ "id": "Speed-Gro",
3165
+ "name": "Speed-Gro",
3166
+ "description": "Stimulates leaf production. Guaranteed to increase growth rate by at least 10%. Mix into tilled soil before planting.",
3167
+ "category": "Seeds & Fertilizer",
3168
+ "source": "Farming Level 3",
3169
+ "output": {
3170
+ "id": "465",
3171
+ "name": "Speed-Gro",
3172
+ "quantity": 5,
3173
+ "isBigCraftable": false
3174
+ },
3175
+ "ingredients": [
3176
+ {
3177
+ "id": "726",
3178
+ "name": "Pine Tar",
3179
+ "quantity": 1
3180
+ },
3181
+ {
3182
+ "id": "Moss",
3183
+ "name": "Moss",
3184
+ "quantity": 5
3185
+ }
3186
+ ],
3187
+ "image": "images/craftable/fertilizer/Speed-Gro.png"
3188
+ },
3189
+ {
3190
+ "id": "Tea Sapling",
3191
+ "name": "Tea Sapling",
3192
+ "description": "Takes 20 days to mature, after which it produces tea leaves during the last week of each season (except winter).",
3193
+ "category": "Seeds & Fertilizer",
3194
+ "source": "Special",
3195
+ "output": {
3196
+ "id": "251",
3197
+ "name": "Tea Sapling",
3198
+ "quantity": 1,
3199
+ "isBigCraftable": false
3200
+ },
3201
+ "ingredients": [
3202
+ {
3203
+ "id": "-777",
3204
+ "name": "Mixed Seeds",
3205
+ "quantity": 2
3206
+ },
3207
+ {
3208
+ "id": "771",
3209
+ "name": "Fiber",
3210
+ "quantity": 5
3211
+ },
3212
+ {
3213
+ "id": "388",
3214
+ "name": "Wood",
3215
+ "quantity": 5
3216
+ }
3217
+ ],
3218
+ "image": "images/craftable/seeds/Tea Sapling.png"
3219
+ },
3220
+ {
3221
+ "id": "Tree Fertilizer",
3222
+ "name": "Tree Fertilizer",
3223
+ "description": "Speeds up the growth of wild trees. Spread on a young tree.",
3224
+ "category": "Seeds & Fertilizer",
3225
+ "source": "Foraging Level 7",
3226
+ "output": {
3227
+ "id": "805",
3228
+ "name": "Tree Fertilizer",
3229
+ "quantity": 1,
3230
+ "isBigCraftable": false
3231
+ },
3232
+ "ingredients": [
3233
+ {
3234
+ "id": "771",
3235
+ "name": "Fiber",
3236
+ "quantity": 5
3237
+ },
3238
+ {
3239
+ "id": "390",
3240
+ "name": "Stone",
3241
+ "quantity": 5
3242
+ }
3243
+ ],
3244
+ "image": "images/craftable/fertilizer/Tree Fertilizer.png"
3245
+ },
3246
+ {
3247
+ "id": "Wild Seeds (Fa)",
3248
+ "name": "Wild Seeds (Fa)",
3249
+ "description": "An assortment of wild Fall seeds. Plant these in Fall.",
3250
+ "category": "Seeds & Fertilizer",
3251
+ "source": "Foraging Level 6",
3252
+ "output": {
3253
+ "id": "497",
3254
+ "name": "Fall Seeds",
3255
+ "quantity": 10,
3256
+ "isBigCraftable": false
3257
+ },
3258
+ "ingredients": [
3259
+ {
3260
+ "id": "404",
3261
+ "name": "Common Mushroom",
3262
+ "quantity": 1
3263
+ },
3264
+ {
3265
+ "id": "406",
3266
+ "name": "Wild Plum",
3267
+ "quantity": 1
3268
+ },
3269
+ {
3270
+ "id": "408",
3271
+ "name": "Hazelnut",
3272
+ "quantity": 1
3273
+ },
3274
+ {
3275
+ "id": "410",
3276
+ "name": "Blackberry",
3277
+ "quantity": 1
3278
+ }
3279
+ ],
3280
+ "image": "images/craftable/seeds/Fall Seeds.png"
3281
+ },
3282
+ {
3283
+ "id": "Wild Seeds (Sp)",
3284
+ "name": "Wild Seeds (Sp)",
3285
+ "description": "An assortment of wild Spring seeds. Plant these in Spring.",
3286
+ "category": "Seeds & Fertilizer",
3287
+ "source": "Foraging Level 1",
3288
+ "output": {
3289
+ "id": "495",
3290
+ "name": "Spring Seeds",
3291
+ "quantity": 10,
3292
+ "isBigCraftable": false
3293
+ },
3294
+ "ingredients": [
3295
+ {
3296
+ "id": "16",
3297
+ "name": "Wild Horseradish",
3298
+ "quantity": 1
3299
+ },
3300
+ {
3301
+ "id": "18",
3302
+ "name": "Daffodil",
3303
+ "quantity": 1
3304
+ },
3305
+ {
3306
+ "id": "20",
3307
+ "name": "Leek",
3308
+ "quantity": 1
3309
+ },
3310
+ {
3311
+ "id": "22",
3312
+ "name": "Dandelion",
3313
+ "quantity": 1
3314
+ }
3315
+ ],
3316
+ "image": "images/craftable/seeds/Spring Seeds.png"
3317
+ },
3318
+ {
3319
+ "id": "Wild Seeds (Su)",
3320
+ "name": "Wild Seeds (Su)",
3321
+ "description": "An assortment of wild Summer seeds. Plant these in Summer.",
3322
+ "category": "Seeds & Fertilizer",
3323
+ "source": "Foraging Level 4",
3324
+ "output": {
3325
+ "id": "496",
3326
+ "name": "Summer Seeds",
3327
+ "quantity": 10,
3328
+ "isBigCraftable": false
3329
+ },
3330
+ "ingredients": [
3331
+ {
3332
+ "id": "396",
3333
+ "name": "Spice Berry",
3334
+ "quantity": 1
3335
+ },
3336
+ {
3337
+ "id": "398",
3338
+ "name": "Grape",
3339
+ "quantity": 1
3340
+ },
3341
+ {
3342
+ "id": "402",
3343
+ "name": "Sweet Pea",
3344
+ "quantity": 1
3345
+ }
3346
+ ],
3347
+ "image": "images/craftable/seeds/Summer Seeds.png"
3348
+ },
3349
+ {
3350
+ "id": "Wild Seeds (Wi)",
3351
+ "name": "Wild Seeds (Wi)",
3352
+ "description": "An assortment of wild Winter seeds. Plant these in Winter.",
3353
+ "category": "Seeds & Fertilizer",
3354
+ "source": "Foraging Level 7",
3355
+ "output": {
3356
+ "id": "498",
3357
+ "name": "Winter Seeds",
3358
+ "quantity": 10,
3359
+ "isBigCraftable": false
3360
+ },
3361
+ "ingredients": [
3362
+ {
3363
+ "id": "412",
3364
+ "name": "Winter Root",
3365
+ "quantity": 1
3366
+ },
3367
+ {
3368
+ "id": "414",
3369
+ "name": "Crystal Fruit",
3370
+ "quantity": 1
3371
+ },
3372
+ {
3373
+ "id": "416",
3374
+ "name": "Snow Yam",
3375
+ "quantity": 1
3376
+ },
3377
+ {
3378
+ "id": "418",
3379
+ "name": "Crocus",
3380
+ "quantity": 1
3381
+ }
3382
+ ],
3383
+ "image": "images/craftable/seeds/Winter Seeds.png"
3384
+ },
3385
+ {
3386
+ "id": "Cookout Kit",
3387
+ "name": "Cookout Kit",
3388
+ "description": "Use this to create a cooking campfire, allowing you to cook on-the-go!",
3389
+ "category": "Totems",
3390
+ "source": "Foraging Level 3",
3391
+ "output": {
3392
+ "id": "926",
3393
+ "name": "Cookout Kit",
3394
+ "quantity": 1,
3395
+ "isBigCraftable": false
3396
+ },
3397
+ "ingredients": [
3398
+ {
3399
+ "id": "388",
3400
+ "name": "Wood",
3401
+ "quantity": 15
3402
+ },
3403
+ {
3404
+ "id": "771",
3405
+ "name": "Fiber",
3406
+ "quantity": 10
3407
+ },
3408
+ {
3409
+ "id": "382",
3410
+ "name": "Coal",
3411
+ "quantity": 3
3412
+ }
3413
+ ],
3414
+ "image": "images/craftable/misc/Cookout Kit.png"
3415
+ },
3416
+ {
3417
+ "id": "Rain Totem",
3418
+ "name": "Rain Totem",
3419
+ "description": "Activate to greatly increase the chance of rain tomorrow. Consumed on use.",
3420
+ "category": "Totems",
3421
+ "source": "Foraging Level 9",
3422
+ "output": {
3423
+ "id": "681",
3424
+ "name": "Rain Totem",
3425
+ "quantity": 1,
3426
+ "isBigCraftable": false
3427
+ },
3428
+ "ingredients": [
3429
+ {
3430
+ "id": "709",
3431
+ "name": "Hardwood",
3432
+ "quantity": 1
3433
+ },
3434
+ {
3435
+ "id": "432",
3436
+ "name": "Truffle Oil",
3437
+ "quantity": 1
3438
+ },
3439
+ {
3440
+ "id": "726",
3441
+ "name": "Pine Tar",
3442
+ "quantity": 5
3443
+ }
3444
+ ],
3445
+ "image": "images/craftable/consumables/Rain Totem.png"
3446
+ },
3447
+ {
3448
+ "id": "Tent Kit",
3449
+ "name": "Tent Kit",
3450
+ "description": "Use this to deploy a one-time-use tent for sleeping. Can only be used outdoors.",
3451
+ "category": "Totems",
3452
+ "source": "Foraging Level 8",
3453
+ "output": {
3454
+ "id": "TentKit",
3455
+ "name": "Tent Kit",
3456
+ "quantity": 1,
3457
+ "isBigCraftable": false
3458
+ },
3459
+ "ingredients": [
3460
+ {
3461
+ "id": "709",
3462
+ "name": "Hardwood",
3463
+ "quantity": 10
3464
+ },
3465
+ {
3466
+ "id": "771",
3467
+ "name": "Fiber",
3468
+ "quantity": 25
3469
+ },
3470
+ {
3471
+ "id": "428",
3472
+ "name": "Cloth",
3473
+ "quantity": 1
3474
+ }
3475
+ ],
3476
+ "image": "images/craftable/misc/Tent Kit.png"
3477
+ },
3478
+ {
3479
+ "id": "Treasure Totem",
3480
+ "name": "Treasure Totem",
3481
+ "description": "Use on diggable terrain to summon a ring of treasure spots.",
3482
+ "category": "Totems",
3483
+ "source": "Special",
3484
+ "output": {
3485
+ "id": "TreasureTotem",
3486
+ "name": "Treasure Totem",
3487
+ "quantity": 1,
3488
+ "isBigCraftable": false
3489
+ },
3490
+ "ingredients": [
3491
+ {
3492
+ "id": "709",
3493
+ "name": "Hardwood",
3494
+ "quantity": 5
3495
+ },
3496
+ {
3497
+ "id": "MysticSyrup",
3498
+ "name": "Mystic Syrup",
3499
+ "quantity": 1
3500
+ },
3501
+ {
3502
+ "id": "Moss",
3503
+ "name": "Moss",
3504
+ "quantity": 10
3505
+ }
3506
+ ],
3507
+ "image": "images/craftable/consumables/Treasure Totem.png"
3508
+ },
3509
+ {
3510
+ "id": "Warp Totem: Beach",
3511
+ "name": "Warp Totem: Beach",
3512
+ "description": "Warp directly to the beach. Consumed on use.",
3513
+ "category": "Totems",
3514
+ "source": "Foraging Level 6",
3515
+ "output": {
3516
+ "id": "690",
3517
+ "name": "Warp Totem: Beach",
3518
+ "quantity": 1,
3519
+ "isBigCraftable": false
3520
+ },
3521
+ "ingredients": [
3522
+ {
3523
+ "id": "709",
3524
+ "name": "Hardwood",
3525
+ "quantity": 1
3526
+ },
3527
+ {
3528
+ "id": "393",
3529
+ "name": "Coral",
3530
+ "quantity": 2
3531
+ },
3532
+ {
3533
+ "id": "771",
3534
+ "name": "Fiber",
3535
+ "quantity": 10
3536
+ }
3537
+ ],
3538
+ "image": "images/craftable/consumables/Warp Totem Beach.png"
3539
+ },
3540
+ {
3541
+ "id": "Warp Totem: Desert",
3542
+ "name": "Warp Totem: Desert",
3543
+ "description": "Warp directly to the Calico Desert. Consumed on use.",
3544
+ "category": "Totems",
3545
+ "source": "Special",
3546
+ "output": {
3547
+ "id": "261",
3548
+ "name": "Warp Totem: Desert",
3549
+ "quantity": 1,
3550
+ "isBigCraftable": false
3551
+ },
3552
+ "ingredients": [
3553
+ {
3554
+ "id": "709",
3555
+ "name": "Hardwood",
3556
+ "quantity": 2
3557
+ },
3558
+ {
3559
+ "id": "88",
3560
+ "name": "Coconut",
3561
+ "quantity": 1
3562
+ },
3563
+ {
3564
+ "id": "386",
3565
+ "name": "Iridium Ore",
3566
+ "quantity": 4
3567
+ }
3568
+ ],
3569
+ "image": "images/craftable/consumables/Warp Totem Desert.png"
3570
+ },
3571
+ {
3572
+ "id": "Warp Totem: Farm",
3573
+ "name": "Warp Totem: Farm",
3574
+ "description": "Warp directly to your house. Consumed on use.",
3575
+ "category": "Totems",
3576
+ "source": "Foraging Level 8",
3577
+ "output": {
3578
+ "id": "688",
3579
+ "name": "Warp Totem: Farm",
3580
+ "quantity": 1,
3581
+ "isBigCraftable": false
3582
+ },
3583
+ "ingredients": [
3584
+ {
3585
+ "id": "709",
3586
+ "name": "Hardwood",
3587
+ "quantity": 1
3588
+ },
3589
+ {
3590
+ "id": "340",
3591
+ "name": "Honey",
3592
+ "quantity": 1
3593
+ },
3594
+ {
3595
+ "id": "771",
3596
+ "name": "Fiber",
3597
+ "quantity": 20
3598
+ }
3599
+ ],
3600
+ "image": "images/craftable/consumables/Warp Totem Farm.png"
3601
+ },
3602
+ {
3603
+ "id": "Warp Totem: Island",
3604
+ "name": "Warp Totem: Island",
3605
+ "description": "Warp directly to Ginger Island. Consumed on use.",
3606
+ "category": "Totems",
3607
+ "source": "Special",
3608
+ "output": {
3609
+ "id": "886",
3610
+ "name": "Warp Totem: Island",
3611
+ "quantity": 1,
3612
+ "isBigCraftable": false
3613
+ },
3614
+ "ingredients": [
3615
+ {
3616
+ "id": "709",
3617
+ "name": "Hardwood",
3618
+ "quantity": 5
3619
+ },
3620
+ {
3621
+ "id": "852",
3622
+ "name": "Dragon Tooth",
3623
+ "quantity": 1
3624
+ },
3625
+ {
3626
+ "id": "829",
3627
+ "name": "Ginger",
3628
+ "quantity": 1
3629
+ }
3630
+ ],
3631
+ "image": "images/craftable/consumables/Warp Totem Island.png"
3632
+ },
3633
+ {
3634
+ "id": "Warp Totem: Mountains",
3635
+ "name": "Warp Totem: Mountains",
3636
+ "description": "Warp directly to the mountains. Consumed on use.",
3637
+ "category": "Totems",
3638
+ "source": "Foraging Level 7",
3639
+ "output": {
3640
+ "id": "689",
3641
+ "name": "Warp Totem: Mountains",
3642
+ "quantity": 1,
3643
+ "isBigCraftable": false
3644
+ },
3645
+ "ingredients": [
3646
+ {
3647
+ "id": "709",
3648
+ "name": "Hardwood",
3649
+ "quantity": 1
3650
+ },
3651
+ {
3652
+ "id": "335",
3653
+ "name": "Iron Bar",
3654
+ "quantity": 1
3655
+ },
3656
+ {
3657
+ "id": "390",
3658
+ "name": "Stone",
3659
+ "quantity": 25
3660
+ }
3661
+ ],
3662
+ "image": "images/craftable/consumables/Warp Totem Mountains.png"
3663
+ },
3664
+ {
3665
+ "id": "Field Snack",
3666
+ "name": "Field Snack",
3667
+ "description": "A quick snack to fuel the hungry forager.",
3668
+ "category": "Food",
3669
+ "source": "Foraging Level 1",
3670
+ "output": {
3671
+ "id": "403",
3672
+ "name": "Field Snack",
3673
+ "quantity": 1,
3674
+ "isBigCraftable": false
3675
+ },
3676
+ "ingredients": [
3677
+ {
3678
+ "id": "309",
3679
+ "name": "Acorn",
3680
+ "quantity": 1
3681
+ },
3682
+ {
3683
+ "id": "310",
3684
+ "name": "Maple Seed",
3685
+ "quantity": 1
3686
+ },
3687
+ {
3688
+ "id": "311",
3689
+ "name": "Pine Cone",
3690
+ "quantity": 1
3691
+ }
3692
+ ],
3693
+ "image": "images/craftable/edible-items/Field Snack.png"
3694
+ },
3695
+ {
3696
+ "id": "Bug Steak",
3697
+ "name": "Bug Steak",
3698
+ "description": "The last resort of a hungry cave diver.",
3699
+ "category": "Combat",
3700
+ "source": "Combat Level 1",
3701
+ "output": {
3702
+ "id": "874",
3703
+ "name": "Bug Steak",
3704
+ "quantity": 1,
3705
+ "isBigCraftable": false
3706
+ },
3707
+ "ingredients": [
3708
+ {
3709
+ "id": "684",
3710
+ "name": "Bug Meat",
3711
+ "quantity": 10
3712
+ }
3713
+ ],
3714
+ "image": "images/craftable/edible-items/Bug Steak.png"
3715
+ },
3716
+ {
3717
+ "id": "Explosive Ammo",
3718
+ "name": "Explosive Ammo",
3719
+ "description": "Load into a slingshot and fire at enemies. (+5)",
3720
+ "category": "Combat",
3721
+ "source": "Combat Level 8",
3722
+ "output": {
3723
+ "id": "441",
3724
+ "name": "Explosive Ammo",
3725
+ "quantity": 5,
3726
+ "isBigCraftable": false
3727
+ },
3728
+ "ingredients": [
3729
+ {
3730
+ "id": "335",
3731
+ "name": "Iron Bar",
3732
+ "quantity": 1
3733
+ },
3734
+ {
3735
+ "id": "382",
3736
+ "name": "Coal",
3737
+ "quantity": 2
3738
+ }
3739
+ ],
3740
+ "image": "images/craftable/misc/Explosive Ammo.png"
3741
+ },
3742
+ {
3743
+ "id": "Fairy Dust",
3744
+ "name": "Fairy Dust",
3745
+ "description": "Sprinkle on kegs, furnaces, and other processing equipment to instantly receive product.",
3746
+ "category": "Combat",
3747
+ "source": "Special",
3748
+ "output": {
3749
+ "id": "872",
3750
+ "name": "Fairy Dust",
3751
+ "quantity": 1,
3752
+ "isBigCraftable": false
3753
+ },
3754
+ "ingredients": [
3755
+ {
3756
+ "id": "72",
3757
+ "name": "Diamond",
3758
+ "quantity": 1
3759
+ },
3760
+ {
3761
+ "id": "595",
3762
+ "name": "Fairy Rose",
3763
+ "quantity": 1
3764
+ }
3765
+ ],
3766
+ "image": "images/craftable/consumables/Fairy Dust.png"
3767
+ },
3768
+ {
3769
+ "id": "Life Elixir",
3770
+ "name": "Life Elixir",
3771
+ "description": "Restores health to full.",
3772
+ "category": "Combat",
3773
+ "source": "Combat Level 2",
3774
+ "output": {
3775
+ "id": "773",
3776
+ "name": "Life Elixir",
3777
+ "quantity": 1,
3778
+ "isBigCraftable": false
3779
+ },
3780
+ "ingredients": [
3781
+ {
3782
+ "id": "420",
3783
+ "name": "Red Mushroom",
3784
+ "quantity": 1
3785
+ },
3786
+ {
3787
+ "id": "422",
3788
+ "name": "Purple Mushroom",
3789
+ "quantity": 1
3790
+ },
3791
+ {
3792
+ "id": "257",
3793
+ "name": "Morel",
3794
+ "quantity": 1
3795
+ },
3796
+ {
3797
+ "id": "281",
3798
+ "name": "Chanterelle",
3799
+ "quantity": 1
3800
+ }
3801
+ ],
3802
+ "image": "images/craftable/edible-items/Life Elixir.png"
3803
+ },
3804
+ {
3805
+ "id": "Monster Musk",
3806
+ "name": "Monster Musk",
3807
+ "description": "Spray this on yourself to bring out more monsters.",
3808
+ "category": "Combat",
3809
+ "source": "Special",
3810
+ "output": {
3811
+ "id": "879",
3812
+ "name": "Monster Musk",
3813
+ "quantity": 1,
3814
+ "isBigCraftable": false
3815
+ },
3816
+ "ingredients": [
3817
+ {
3818
+ "id": "767",
3819
+ "name": "Bat Wing",
3820
+ "quantity": 30
3821
+ },
3822
+ {
3823
+ "id": "766",
3824
+ "name": "Slime",
3825
+ "quantity": 30
3826
+ }
3827
+ ],
3828
+ "image": "images/craftable/consumables/Monster Musk.png"
3829
+ },
3830
+ {
3831
+ "id": "Oil Of Garlic",
3832
+ "name": "Oil Of Garlic",
3833
+ "description": "Drink this and weaker monsters will be too afraid to approach you.",
3834
+ "category": "Combat",
3835
+ "source": "Combat Level 6",
3836
+ "output": {
3837
+ "id": "772",
3838
+ "name": "Oil of Garlic",
3839
+ "quantity": 1,
3840
+ "isBigCraftable": false
3841
+ },
3842
+ "ingredients": [
3843
+ {
3844
+ "id": "248",
3845
+ "name": "Garlic",
3846
+ "quantity": 10
3847
+ },
3848
+ {
3849
+ "id": "247",
3850
+ "name": "Oil",
3851
+ "quantity": 1
3852
+ }
3853
+ ],
3854
+ "image": "images/craftable/edible-items/Oil of Garlic.png"
3855
+ },
3856
+ {
3857
+ "id": "Anvil",
3858
+ "name": "Anvil",
3859
+ "description": "Allows you to re-forge trinkets, randomizing their stats. Costs 3 iridium bars per use.",
3860
+ "category": "Misc",
3861
+ "source": "Mining Level 2",
3862
+ "output": {
3863
+ "id": "Anvil",
3864
+ "name": "Anvil",
3865
+ "quantity": 1,
3866
+ "isBigCraftable": true
3867
+ },
3868
+ "ingredients": [
3869
+ {
3870
+ "id": "335",
3871
+ "name": "Iron Bar",
3872
+ "quantity": 50
3873
+ }
3874
+ ],
3875
+ "image": "images/craftable/misc/Anvil.png"
3876
+ },
3877
+ {
3878
+ "id": "Farm Computer",
3879
+ "name": "Farm Computer",
3880
+ "description": "Scans the farm and displays useful information.",
3881
+ "category": "Misc",
3882
+ "source": "Special",
3883
+ "output": {
3884
+ "id": "239",
3885
+ "name": "Farm Computer",
3886
+ "quantity": 1,
3887
+ "isBigCraftable": true
3888
+ },
3889
+ "ingredients": [
3890
+ {
3891
+ "id": "122",
3892
+ "name": "Dwarf Gadget",
3893
+ "quantity": 1
3894
+ },
3895
+ {
3896
+ "id": "787",
3897
+ "name": "Battery Pack",
3898
+ "quantity": 1
3899
+ },
3900
+ {
3901
+ "id": "338",
3902
+ "name": "Refined Quartz",
3903
+ "quantity": 10
3904
+ }
3905
+ ],
3906
+ "image": "images/craftable/misc/Farm Computer.png"
3907
+ },
3908
+ {
3909
+ "id": "Mini-Forge",
3910
+ "name": "Mini-Forge",
3911
+ "description": "Now, you can use a dwarvish forge from the convenience of your home.",
3912
+ "category": "Misc",
3913
+ "source": "Mining Level 2",
3914
+ "output": {
3915
+ "id": "MiniForge",
3916
+ "name": "Mini-Forge",
3917
+ "quantity": 1,
3918
+ "isBigCraftable": true
3919
+ },
3920
+ "ingredients": [
3921
+ {
3922
+ "id": "852",
3923
+ "name": "Dragon Tooth",
3924
+ "quantity": 5
3925
+ },
3926
+ {
3927
+ "id": "335",
3928
+ "name": "Iron Bar",
3929
+ "quantity": 10
3930
+ },
3931
+ {
3932
+ "id": "336",
3933
+ "name": "Gold Bar",
3934
+ "quantity": 10
3935
+ },
3936
+ {
3937
+ "id": "337",
3938
+ "name": "Iridium Bar",
3939
+ "quantity": 5
3940
+ }
3941
+ ],
3942
+ "image": "images/craftable/misc/Mini-Forge.png"
3943
+ },
3944
+ {
3945
+ "id": "Mini-Jukebox",
3946
+ "name": "Mini-Jukebox",
3947
+ "description": "Play your favorite songs.",
3948
+ "category": "Misc",
3949
+ "source": "Special",
3950
+ "output": {
3951
+ "id": "209",
3952
+ "name": "Mini-Jukebox",
3953
+ "quantity": 1,
3954
+ "isBigCraftable": true
3955
+ },
3956
+ "ingredients": [
3957
+ {
3958
+ "id": "335",
3959
+ "name": "Iron Bar",
3960
+ "quantity": 2
3961
+ },
3962
+ {
3963
+ "id": "787",
3964
+ "name": "Battery Pack",
3965
+ "quantity": 1
3966
+ }
3967
+ ],
3968
+ "image": "images/craftable/misc/Mini-Jukebox.png"
3969
+ },
3970
+ {
3971
+ "id": "Mini-Obelisk",
3972
+ "name": "Mini-Obelisk",
3973
+ "description": "Place two on the farm to warp between them.",
3974
+ "category": "Misc",
3975
+ "source": "Special",
3976
+ "output": {
3977
+ "id": "238",
3978
+ "name": "Mini-Obelisk",
3979
+ "quantity": 1,
3980
+ "isBigCraftable": true
3981
+ },
3982
+ "ingredients": [
3983
+ {
3984
+ "id": "709",
3985
+ "name": "Hardwood",
3986
+ "quantity": 30
3987
+ },
3988
+ {
3989
+ "id": "768",
3990
+ "name": "Solar Essence",
3991
+ "quantity": 20
3992
+ },
3993
+ {
3994
+ "id": "336",
3995
+ "name": "Gold Bar",
3996
+ "quantity": 3
3997
+ }
3998
+ ],
3999
+ "image": "images/craftable/misc/Mini-Obelisk.png"
4000
+ },
4001
+ {
4002
+ "id": "Solar Panel",
4003
+ "name": "Solar Panel",
4004
+ "description": "Slowly generates battery packs when left in the sun.",
4005
+ "category": "Misc",
4006
+ "source": "Special",
4007
+ "output": {
4008
+ "id": "231",
4009
+ "name": "Solar Panel",
4010
+ "quantity": 1,
4011
+ "isBigCraftable": true
4012
+ },
4013
+ "ingredients": [
4014
+ {
4015
+ "id": "338",
4016
+ "name": "Refined Quartz",
4017
+ "quantity": 10
4018
+ },
4019
+ {
4020
+ "id": "335",
4021
+ "name": "Iron Bar",
4022
+ "quantity": 5
4023
+ },
4024
+ {
4025
+ "id": "336",
4026
+ "name": "Gold Bar",
4027
+ "quantity": 5
4028
+ }
4029
+ ],
4030
+ "image": "images/craftable/refining-equipment/Solar Panel.png"
4031
+ },
4032
+ {
4033
+ "id": "Staircase",
4034
+ "name": "Staircase",
4035
+ "description": "Use this to reach the next level of the mine.",
4036
+ "category": "Misc",
4037
+ "source": "Mining Level 2",
4038
+ "output": {
4039
+ "id": "71",
4040
+ "name": "Staircase",
4041
+ "quantity": 1,
4042
+ "isBigCraftable": true
4043
+ },
4044
+ "ingredients": [
4045
+ {
4046
+ "id": "390",
4047
+ "name": "Stone",
4048
+ "quantity": 99
4049
+ }
4050
+ ],
4051
+ "image": "images/craftable/misc/Staircase.png"
4052
+ },
4053
+ {
4054
+ "id": "Statue Of Blessings",
4055
+ "name": "Statue Of Blessings",
4056
+ "description": "Touching the statue gives a unique blessing every day.",
4057
+ "category": "Misc",
4058
+ "source": "Special",
4059
+ "output": {
4060
+ "id": "StatueOfBlessings",
4061
+ "name": "Statue Of Blessings",
4062
+ "quantity": 1,
4063
+ "isBigCraftable": true
4064
+ },
4065
+ "ingredients": [
4066
+ {
4067
+ "id": "390",
4068
+ "name": "Stone",
4069
+ "quantity": 999
4070
+ },
4071
+ {
4072
+ "id": "771",
4073
+ "name": "Fiber",
4074
+ "quantity": 999
4075
+ },
4076
+ {
4077
+ "id": "92",
4078
+ "name": "Sap",
4079
+ "quantity": 999
4080
+ },
4081
+ {
4082
+ "id": "Moss",
4083
+ "name": "Moss",
4084
+ "quantity": 333
4085
+ }
4086
+ ],
4087
+ "image": "images/craftable/misc/Statue Of Blessings.png"
4088
+ },
4089
+ {
4090
+ "id": "Statue Of The Dwarf King",
4091
+ "name": "Statue Of The Dwarf King",
4092
+ "description": "Choose from two mining-related powers each day.",
4093
+ "category": "Misc",
4094
+ "source": "Special",
4095
+ "output": {
4096
+ "id": "StatueOfTheDwarfKing",
4097
+ "name": "Statue Of The Dwarf King",
4098
+ "quantity": 1,
4099
+ "isBigCraftable": true
4100
+ },
4101
+ "ingredients": [
4102
+ {
4103
+ "id": "337",
4104
+ "name": "Iridium Bar",
4105
+ "quantity": 20
4106
+ }
4107
+ ],
4108
+ "image": "images/craftable/misc/Statue Of The Dwarf King.png"
4109
+ },
4110
+ {
4111
+ "id": "Transmute (Au)",
4112
+ "name": "Transmute (Au)",
4113
+ "description": "Turns iron bars into gold bars.",
4114
+ "category": "Misc",
4115
+ "source": "Mining Level 7",
4116
+ "output": {
4117
+ "id": "336",
4118
+ "name": "Gold Bar",
4119
+ "quantity": 1,
4120
+ "isBigCraftable": false
4121
+ },
4122
+ "ingredients": [
4123
+ {
4124
+ "id": "335",
4125
+ "name": "Iron Bar",
4126
+ "quantity": 2
4127
+ }
4128
+ ],
4129
+ "image": "images/minerals/bars/Gold Bar.png"
4130
+ },
4131
+ {
4132
+ "id": "Transmute (Fe)",
4133
+ "name": "Transmute (Fe)",
4134
+ "description": "Turns copper bars into iron bars.",
4135
+ "category": "Misc",
4136
+ "source": "Mining Level 4",
4137
+ "output": {
4138
+ "id": "335",
4139
+ "name": "Iron Bar",
4140
+ "quantity": 1,
4141
+ "isBigCraftable": false
4142
+ },
4143
+ "ingredients": [
4144
+ {
4145
+ "id": "334",
4146
+ "name": "Copper Bar",
4147
+ "quantity": 3
4148
+ }
4149
+ ],
4150
+ "image": "images/minerals/bars/Iron Bar.png"
4151
+ }
4152
+ ]