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.
- package/CHANGELOG.md +59 -0
- package/LICENSE +21 -0
- package/README.md +442 -0
- package/data/achievements.json +443 -0
- package/data/animals.json +426 -0
- package/data/artifacts.json +477 -0
- package/data/artisan-goods.json +664 -0
- package/data/bait.json +51 -0
- package/data/blacksmith-shop.json +34 -0
- package/data/bookseller-shop.json +256 -0
- package/data/buildings.json +529 -0
- package/data/bundles.json +2026 -0
- package/data/carpenter-shop.json +191 -0
- package/data/casino-shop.json +106 -0
- package/data/collections.json +565 -0
- package/data/concessions.json +170 -0
- package/data/cooking.json +1311 -0
- package/data/crafting.json +4152 -0
- package/data/crops.json +1396 -0
- package/data/desert-trader-shop.json +276 -0
- package/data/dwarf-shop.json +90 -0
- package/data/events.json +415 -0
- package/data/farmhouse.json +118 -0
- package/data/field-office.json +120 -0
- package/data/fish.json +1176 -0
- package/data/footwear.json +164 -0
- package/data/forageables.json +434 -0
- package/data/golden-walnuts.json +554 -0
- package/data/guild-shop.json +358 -0
- package/data/hats.json +856 -0
- package/data/island-trader-shop.json +244 -0
- package/data/joja-shop.json +275 -0
- package/data/krobus-shop.json +169 -0
- package/data/locations.json +520 -0
- package/data/lost-books.json +128 -0
- package/data/maps.json +124 -0
- package/data/marnie-shop.json +120 -0
- package/data/medical-supplies-shop.json +20 -0
- package/data/minerals.json +1055 -0
- package/data/mixed-seeds.json +32 -0
- package/data/monster-loot.json +63 -0
- package/data/monster-slayer-goals.json +134 -0
- package/data/monsters.json +626 -0
- package/data/oasis-shop.json +137 -0
- package/data/perfection.json +90 -0
- package/data/pierre-shop.json +500 -0
- package/data/professions.json +242 -0
- package/data/qi-shop.json +275 -0
- package/data/quests.json +466 -0
- package/data/rings.json +397 -0
- package/data/saloon-shop.json +132 -0
- package/data/seasons.json +118 -0
- package/data/secret-notes.json +230 -0
- package/data/skills.json +448 -0
- package/data/special-items.json +347 -0
- package/data/special-orders.json +338 -0
- package/data/stardrops.json +51 -0
- package/data/tackle.json +72 -0
- package/data/tools.json +443 -0
- package/data/trees.json +386 -0
- package/data/trinkets.json +74 -0
- package/data/universal-gifts.json +100 -0
- package/data/villagers.json +1329 -0
- package/data/volcano-shop.json +95 -0
- package/data/weapon-stats.json +32 -0
- package/data/weapons.json +1040 -0
- package/data/weather.json +83 -0
- package/data/willy-shop.json +211 -0
- package/data/wizard-shop.json +135 -0
- package/dist/index.d.mts +2788 -0
- package/dist/index.d.ts +2788 -0
- package/dist/index.js +33119 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +32936 -0
- package/dist/index.mjs.map +1 -0
- package/images/achievements/Achievement_A_Big_Help.jpg +0 -0
- package/images/achievements/Achievement_A_Complete_Collection.jpg +0 -0
- package/images/achievements/Achievement_A_Distant_Shore.jpg +0 -0
- package/images/achievements/Achievement_A_New_Friend.jpg +0 -0
- package/images/achievements/Achievement_An_Unforgettable_Soup.jpg +0 -0
- package/images/achievements/Achievement_Artisan.jpg +0 -0
- package/images/achievements/Achievement_Best_Friends.jpg +0 -0
- package/images/achievements/Achievement_Blue_Ribbon.jpg +0 -0
- package/images/achievements/Achievement_Cliques.jpg +0 -0
- package/images/achievements/Achievement_Cook.jpg +0 -0
- package/images/achievements/Achievement_Cowpoke.jpg +0 -0
- package/images/achievements/Achievement_DIY.jpg +0 -0
- package/images/achievements/Achievement_Danger_In_The_Deep.jpg +0 -0
- package/images/achievements/Achievement_Fectors_Challenge.jpg +0 -0
- package/images/achievements/Achievement_Fisherman.jpg +0 -0
- package/images/achievements/Achievement_Full_House.jpg +0 -0
- package/images/achievements/Achievement_Full_Shipment.jpg +0 -0
- package/images/achievements/Achievement_Gofer.jpg +0 -0
- package/images/achievements/Achievement_Good_Neighbors.jpg +0 -0
- package/images/achievements/Achievement_Gourmet_Chef.jpg +0 -0
- package/images/achievements/Achievement_Greenhorn.jpg +0 -0
- package/images/achievements/Achievement_Homesteader.jpg +0 -0
- package/images/achievements/Achievement_Infinite_Power.jpg +0 -0
- package/images/achievements/Achievement_Joja_Co._Member_Of_The_Year.jpg +0 -0
- package/images/achievements/Achievement_Legend.jpg +0 -0
- package/images/achievements/Achievement_Living_Large.jpg +0 -0
- package/images/achievements/Achievement_Local_Legend.jpg +0 -0
- package/images/achievements/Achievement_Master_Angler.jpg +0 -0
- package/images/achievements/Achievement_Master_Craft.jpg +0 -0
- package/images/achievements/Achievement_Master_Of_The_Five_Ways.jpg +0 -0
- package/images/achievements/Achievement_Millionaire.jpg +0 -0
- package/images/achievements/Achievement_Monoculture.jpg +0 -0
- package/images/achievements/Achievement_Mother_Catch.jpg +0 -0
- package/images/achievements/Achievement_Moving_Up.jpg +0 -0
- package/images/achievements/Achievement_Mystery_Of_The_Stardrops.jpg +0 -0
- package/images/achievements/Achievement_Networking.jpg +0 -0
- package/images/achievements/Achievement_Ol_Mariner.jpg +0 -0
- package/images/achievements/Achievement_Perfection.jpg +0 -0
- package/images/achievements/Achievement_Polyculture.jpg +0 -0
- package/images/achievements/Achievement_Popular.jpg +0 -0
- package/images/achievements/Achievement_Prarie_King.jpg +0 -0
- package/images/achievements/Achievement_Protector_Of_The_Valley.jpg +0 -0
- package/images/achievements/Achievement_Singular_Talent.jpg +0 -0
- package/images/achievements/Achievement_Sous_Chef.jpg +0 -0
- package/images/achievements/Achievement_Star_01.png +0 -0
- package/images/achievements/Achievement_Star_02.png +0 -0
- package/images/achievements/Achievement_Star_03.png +0 -0
- package/images/achievements/Achievement_Star_04.png +0 -0
- package/images/achievements/Achievement_Star_06.png +0 -0
- package/images/achievements/Achievement_Star_07.png +0 -0
- package/images/achievements/Achievement_Star_08.png +0 -0
- package/images/achievements/Achievement_Star_09.png +0 -0
- package/images/achievements/Achievement_Star_10.png +0 -0
- package/images/achievements/Achievement_Star_11.png +0 -0
- package/images/achievements/Achievement_Star_12.png +0 -0
- package/images/achievements/Achievement_The_Beloved_Farmer.jpg +0 -0
- package/images/achievements/Achievement_The_Bottom.jpg +0 -0
- package/images/achievements/Achievement_Treasure_Trove.jpg +0 -0
- package/images/achievements/Achievement_Two_Thumbs_Up.jpg +0 -0
- package/images/achievements/Achievement_Well-Read.jpg +0 -0
- package/images/animals/Blue Chicken.png +0 -0
- package/images/animals/Brown Chicken.png +0 -0
- package/images/animals/Brown Cow.png +0 -0
- package/images/animals/Cat 1.png +0 -0
- package/images/animals/Cat 2.png +0 -0
- package/images/animals/Cat 3.png +0 -0
- package/images/animals/Cat 4.png +0 -0
- package/images/animals/Cat 5.png +0 -0
- package/images/animals/Dinosaur.png +0 -0
- package/images/animals/Dog 1.png +0 -0
- package/images/animals/Dog 2.png +0 -0
- package/images/animals/Dog 3.png +0 -0
- package/images/animals/Dog 4.png +0 -0
- package/images/animals/Dog 5.png +0 -0
- package/images/animals/Duck.png +0 -0
- package/images/animals/Goat.png +0 -0
- package/images/animals/Golden Chicken.png +0 -0
- package/images/animals/Iridium Turtle.png +0 -0
- package/images/animals/Ostrich.png +0 -0
- package/images/animals/Pig.png +0 -0
- package/images/animals/Rabbit.png +0 -0
- package/images/animals/Sheep.png +0 -0
- package/images/animals/Turtle.png +0 -0
- package/images/animals/Void Chicken.png +0 -0
- package/images/animals/White Chicken.png +0 -0
- package/images/animals/White Cow.png +0 -0
- package/images/animals/horse.png +0 -0
- package/images/animals/produce/Brown Egg.png +0 -0
- package/images/animals/produce/Dinosaur Egg.png +0 -0
- package/images/animals/produce/Duck Egg.png +0 -0
- package/images/animals/produce/Duck Feather.png +0 -0
- package/images/animals/produce/Egg.png +0 -0
- package/images/animals/produce/Goat Milk.png +0 -0
- package/images/animals/produce/Golden Egg.png +0 -0
- package/images/animals/produce/Large Brown Egg.png +0 -0
- package/images/animals/produce/Large Egg.png +0 -0
- package/images/animals/produce/Large Goat Milk.png +0 -0
- package/images/animals/produce/Large Milk.png +0 -0
- package/images/animals/produce/Milk.png +0 -0
- package/images/animals/produce/Ostrich Egg.png +0 -0
- package/images/animals/produce/Rabbit's Foot.png +0 -0
- package/images/animals/produce/Truffle.png +0 -0
- package/images/animals/produce/Void Egg.png +0 -0
- package/images/animals/produce/Wool.png +0 -0
- package/images/artifacts/Amphibian Fossil.png +0 -0
- package/images/artifacts/Anchor.png +0 -0
- package/images/artifacts/Ancient Doll.png +0 -0
- package/images/artifacts/Ancient Drum.png +0 -0
- package/images/artifacts/Ancient Seed.png +0 -0
- package/images/artifacts/Ancient Sword.png +0 -0
- package/images/artifacts/Arrowhead.png +0 -0
- package/images/artifacts/Bone Flute.png +0 -0
- package/images/artifacts/Chewing Stick.png +0 -0
- package/images/artifacts/Chicken Statue.png +0 -0
- package/images/artifacts/Chipped Amphora.png +0 -0
- package/images/artifacts/Dried Starfish.png +0 -0
- package/images/artifacts/Dwarf Gadget.png +0 -0
- package/images/artifacts/Dwarf Scroll I.png +0 -0
- package/images/artifacts/Dwarf Scroll II.png +0 -0
- package/images/artifacts/Dwarf Scroll III.png +0 -0
- package/images/artifacts/Dwarf Scroll IV.png +0 -0
- package/images/artifacts/Dwarvish Helm.png +0 -0
- package/images/artifacts/Elvish Jewelry.png +0 -0
- package/images/artifacts/Glass Shards.png +0 -0
- package/images/artifacts/Golden Mask.png +0 -0
- package/images/artifacts/Golden Relic.png +0 -0
- package/images/artifacts/Nautilus Fossil.png +0 -0
- package/images/artifacts/Ornamental Fan.png +0 -0
- package/images/artifacts/Palm Fossil.png +0 -0
- package/images/artifacts/Prehistoric Handaxe.png +0 -0
- package/images/artifacts/Prehistoric Rib.png +0 -0
- package/images/artifacts/Prehistoric Scapula.png +0 -0
- package/images/artifacts/Prehistoric Skull.png +0 -0
- package/images/artifacts/Prehistoric Tibia.png +0 -0
- package/images/artifacts/Prehistoric Tool.png +0 -0
- package/images/artifacts/Prehistoric Vertebra.png +0 -0
- package/images/artifacts/Rare Disc.png +0 -0
- package/images/artifacts/Rusty Cog.png +0 -0
- package/images/artifacts/Rusty Spoon.png +0 -0
- package/images/artifacts/Rusty Spur.png +0 -0
- package/images/artifacts/Skeletal Hand.png +0 -0
- package/images/artifacts/Skeletal Tail.png +0 -0
- package/images/artifacts/Strange Doll (green).png +0 -0
- package/images/artifacts/Strange Doll (yellow).png +0 -0
- package/images/artifacts/Trilobite.png +0 -0
- package/images/artifacts/field-office/Fossilized Leg.png +0 -0
- package/images/artifacts/field-office/Fossilized Ribs.png +0 -0
- package/images/artifacts/field-office/Fossilized Skull.png +0 -0
- package/images/artifacts/field-office/Fossilized Spine.png +0 -0
- package/images/artifacts/field-office/Fossilized Tail.png +0 -0
- package/images/artifacts/field-office/Mummified Bat.png +0 -0
- package/images/artifacts/field-office/Mummified Frog.png +0 -0
- package/images/artifacts/field-office/Snake Skull.png +0 -0
- package/images/artifacts/field-office/Snake Vertebrae.png +0 -0
- package/images/artisan-goods/Aged Roe.png +0 -0
- package/images/artisan-goods/Beer.png +0 -0
- package/images/artisan-goods/Caviar.png +0 -0
- package/images/artisan-goods/Cheese.png +0 -0
- package/images/artisan-goods/Cloth.png +0 -0
- package/images/artisan-goods/Coffee.png +0 -0
- package/images/artisan-goods/Dinosaur Mayonnaise.png +0 -0
- package/images/artisan-goods/Dried Fruit.png +0 -0
- package/images/artisan-goods/Dried Mushrooms.png +0 -0
- package/images/artisan-goods/Duck Mayonnaise.png +0 -0
- package/images/artisan-goods/Goat Cheese.png +0 -0
- package/images/artisan-goods/Green Tea.png +0 -0
- package/images/artisan-goods/Honey.png +0 -0
- package/images/artisan-goods/Jelly.png +0 -0
- package/images/artisan-goods/Juice.png +0 -0
- package/images/artisan-goods/Mayonnaise.png +0 -0
- package/images/artisan-goods/Mead.png +0 -0
- package/images/artisan-goods/Mystic Syrup.png +0 -0
- package/images/artisan-goods/Oil.png +0 -0
- package/images/artisan-goods/Pale Ale.png +0 -0
- package/images/artisan-goods/Pickles.png +0 -0
- package/images/artisan-goods/Raisins.png +0 -0
- package/images/artisan-goods/Smoked Fish.png +0 -0
- package/images/artisan-goods/Truffle Oil.png +0 -0
- package/images/artisan-goods/Vinegar.png +0 -0
- package/images/artisan-goods/Void Mayonnaise.png +0 -0
- package/images/artisan-goods/Wine.png +0 -0
- package/images/buildings/Broken Greenhouse.png +0 -0
- package/images/buildings/Fish Pond.png +0 -0
- package/images/buildings/Gold Clock.png +0 -0
- package/images/buildings/Greenhouse.png +0 -0
- package/images/buildings/Horse Stable.png +0 -0
- package/images/buildings/Junimo Hut.png +0 -0
- package/images/buildings/Mailbox.png +0 -0
- package/images/buildings/Mill.png +0 -0
- package/images/buildings/ShippingBox.png +0 -0
- package/images/buildings/Silo.png +0 -0
- package/images/buildings/Slime Hutch.png +0 -0
- package/images/buildings/Well.png +0 -0
- package/images/buildings/barn/Barn.png +0 -0
- package/images/buildings/barn/Big Barn.png +0 -0
- package/images/buildings/barn/Deluxe Barn.png +0 -0
- package/images/buildings/cabin/beach/Beach Cabin Stage 1.png +0 -0
- package/images/buildings/cabin/beach/Beach Cabin Stage 2.png +0 -0
- package/images/buildings/cabin/beach/Beach Cabin Stage 3.png +0 -0
- package/images/buildings/cabin/log/Log Cabin Stage 1.png +0 -0
- package/images/buildings/cabin/log/Log Cabin Stage 2.png +0 -0
- package/images/buildings/cabin/log/Log Cabin Stage 3.png +0 -0
- package/images/buildings/cabin/neighbor/Neighbor Cabin Stage 1.png +0 -0
- package/images/buildings/cabin/neighbor/Neighbor Cabin Stage 2.png +0 -0
- package/images/buildings/cabin/neighbor/Neighbor Cabin Stage 3.png +0 -0
- package/images/buildings/cabin/plank/Plank Cabin Stage 1.png +0 -0
- package/images/buildings/cabin/plank/Plank Cabin Stage 2.png +0 -0
- package/images/buildings/cabin/plank/Plank Cabin Stage 3.png +0 -0
- package/images/buildings/cabin/rustic/Rustic Cabin Stage 1.png +0 -0
- package/images/buildings/cabin/rustic/Rustic Cabin Stage 2.png +0 -0
- package/images/buildings/cabin/rustic/Rustic Cabin Stage 3.png +0 -0
- package/images/buildings/cabin/stone/Stone Cabin Stage 1.png +0 -0
- package/images/buildings/cabin/stone/Stone Cabin Stage 2.png +0 -0
- package/images/buildings/cabin/stone/Stone Cabin Stage 3.png +0 -0
- package/images/buildings/cabin/trailer/Trailer Cabin Stage 1.png +0 -0
- package/images/buildings/cabin/trailer/Trailer Cabin Stage 2.png +0 -0
- package/images/buildings/cabin/trailer/Trailer Cabin Stage 3.png +0 -0
- package/images/buildings/coop/Big Coop.png +0 -0
- package/images/buildings/coop/Coop.png +0 -0
- package/images/buildings/coop/Deluxe Coop.png +0 -0
- package/images/buildings/house/House (tier 1).png +0 -0
- package/images/buildings/house/House (tier 2).png +0 -0
- package/images/buildings/house/House (tier 3).png +0 -0
- package/images/buildings/house/indoor-images/Beach Farmhouse Interior.png +0 -0
- package/images/buildings/house/indoor-images/Cellar Inside.png +0 -0
- package/images/buildings/house/indoor-images/Forest Farmhouse Interior.png +0 -0
- package/images/buildings/house/indoor-images/Four Corners Farmhouse Interior.png +0 -0
- package/images/buildings/house/indoor-images/Hill-top Farmhouse Interior.png +0 -0
- package/images/buildings/house/indoor-images/House indoors (tier 1).png +0 -0
- package/images/buildings/house/indoor-images/House indoors (tier 2).png +0 -0
- package/images/buildings/house/indoor-images/House indoors (tier 3).png +0 -0
- package/images/buildings/house/indoor-images/Meadowlands Farmhouse Interior.png +0 -0
- package/images/buildings/house/indoor-images/Riverland Farmhouse Interior.png +0 -0
- package/images/buildings/house/indoor-images/Wilderness Farmhouse Interior.png +0 -0
- package/images/buildings/house/renovations/Add corner room.png +0 -0
- package/images/buildings/house/renovations/Add southern room.png +0 -0
- package/images/buildings/house/renovations/Dining room.png +0 -0
- package/images/buildings/house/renovations/Expand corner room.png +0 -0
- package/images/buildings/house/renovations/Farmhouse with Attic.png +0 -0
- package/images/buildings/house/renovations/Farmhouse with Cubby.png +0 -0
- package/images/buildings/house/renovations/Open dining room.png +0 -0
- package/images/buildings/house/renovations/Opened bedroom.png +0 -0
- package/images/buildings/house/renovations/Removed crib.png +0 -0
- package/images/buildings/house/spouse-room/Abigail Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Alex Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Elliott Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Emily Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Haley Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Harvey Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Krobus Roommate Room.png +0 -0
- package/images/buildings/house/spouse-room/Leah Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Maru Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Penny Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Sam Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Sebastian Spouse Room.png +0 -0
- package/images/buildings/house/spouse-room/Shane Spouse Room.png +0 -0
- package/images/buildings/obelisks/Desert Obelisk.png +0 -0
- package/images/buildings/obelisks/Earth Obelisk.png +0 -0
- package/images/buildings/obelisks/Island Obelisk.png +0 -0
- package/images/buildings/obelisks/Water Obelisk.png +0 -0
- package/images/buildings/pet_bowl/Pet Bowl Hay.png +0 -0
- package/images/buildings/pet_bowl/Pet Bowl Stone.png +0 -0
- package/images/buildings/pet_bowl/Pet Bowl Wood.png +0 -0
- package/images/buildings/shed/Big Shed.png +0 -0
- package/images/buildings/shed/Shed.png +0 -0
- package/images/bundles/bundle-images/10000 Bundle.png +0 -0
- package/images/bundles/bundle-images/2500 Bundle.png +0 -0
- package/images/bundles/bundle-images/25000 Bundle.png +0 -0
- package/images/bundles/bundle-images/5000 Bundle.png +0 -0
- package/images/bundles/bundle-images/Adventurer's Bundle.png +0 -0
- package/images/bundles/bundle-images/Animal Bundle.png +0 -0
- package/images/bundles/bundle-images/Artisan Bundle.png +0 -0
- package/images/bundles/bundle-images/Blacksmith Bundle.png +0 -0
- package/images/bundles/bundle-images/Brewer's Bundle.png +0 -0
- package/images/bundles/bundle-images/Chef's Bundle.png +0 -0
- package/images/bundles/bundle-images/Children's Bundle.png +0 -0
- package/images/bundles/bundle-images/Construction Bundle.png +0 -0
- package/images/bundles/bundle-images/Crab Pot Bundle.png +0 -0
- package/images/bundles/bundle-images/Dye Bundle.png +0 -0
- package/images/bundles/bundle-images/Enchanter's Bundle.png +0 -0
- package/images/bundles/bundle-images/Engineer's Bundle.png +0 -0
- package/images/bundles/bundle-images/Exotic Foraging Bundle.png +0 -0
- package/images/bundles/bundle-images/Fall Crops Bundle.png +0 -0
- package/images/bundles/bundle-images/Fall Foraging Bundle.png +0 -0
- package/images/bundles/bundle-images/Field Research Bundle.png +0 -0
- package/images/bundles/bundle-images/Fish Farmer's Bundle.png +0 -0
- package/images/bundles/bundle-images/Fodder Bundle.png +0 -0
- package/images/bundles/bundle-images/Forager's Bundle.png +0 -0
- package/images/bundles/bundle-images/Forest Bundle.png +0 -0
- package/images/bundles/bundle-images/Garden Bundle.png +0 -0
- package/images/bundles/bundle-images/Geologist's Bundle.png +0 -0
- package/images/bundles/bundle-images/Helper's Bundle.png +0 -0
- package/images/bundles/bundle-images/Home Cook's Bundle.png +0 -0
- package/images/bundles/bundle-images/Lake Fish Bundle.png +0 -0
- package/images/bundles/bundle-images/Master Fisher's Bundle.png +0 -0
- package/images/bundles/bundle-images/Night Fishing Bundle.png +0 -0
- package/images/bundles/bundle-images/Ocean Fish Bundle.png +0 -0
- package/images/bundles/bundle-images/Quality Crops Bundle.png +0 -0
- package/images/bundles/bundle-images/Quality Fish Bundle.png +0 -0
- package/images/bundles/bundle-images/Rare Crops Bundle.png +0 -0
- package/images/bundles/bundle-images/River Fish Bundle.png +0 -0
- package/images/bundles/bundle-images/Specialty Fish Bundle.png +0 -0
- package/images/bundles/bundle-images/Spirit's Eve Bundle.png +0 -0
- package/images/bundles/bundle-images/Spring Crops Bundle.png +0 -0
- package/images/bundles/bundle-images/Spring Foraging Bundle.png +0 -0
- package/images/bundles/bundle-images/Sticky Bundle.png +0 -0
- package/images/bundles/bundle-images/Summer Crops Bundle.png +0 -0
- package/images/bundles/bundle-images/Summer Foraging Bundle.png +0 -0
- package/images/bundles/bundle-images/The Missing Bundle.png +0 -0
- package/images/bundles/bundle-images/Treasure Hunter's Bundle.png +0 -0
- package/images/bundles/bundle-images/Wild Medicine Bundle.png +0 -0
- package/images/bundles/bundle-images/Winter Foraging Bundle.png +0 -0
- package/images/bundles/bundle-images/Winter Star Bundle.png +0 -0
- package/images/bundles/icons/Bundle Blue.png +0 -0
- package/images/bundles/icons/Bundle Green.png +0 -0
- package/images/bundles/icons/Bundle Orange.png +0 -0
- package/images/bundles/icons/Bundle Purple.png +0 -0
- package/images/bundles/icons/Bundle Red.png +0 -0
- package/images/bundles/icons/Bundle Teal.png +0 -0
- package/images/bundles/icons/Bundle Yellow.png +0 -0
- package/images/clothing/Farmer Pants.png +0 -0
- package/images/clothing/Luau Skirt.png +0 -0
- package/images/concessions/Apple Slices.png +0 -0
- package/images/concessions/Black Licorice.png +0 -0
- package/images/concessions/Cappuccino Mousse Cake.png +0 -0
- package/images/concessions/Chocolate Popcorn.png +0 -0
- package/images/concessions/Cotton Candy.png +0 -0
- package/images/concessions/Fries.png +0 -0
- package/images/concessions/Hummus Snack Pack.png +0 -0
- package/images/concessions/Ice Cream Sandwich.png +0 -0
- package/images/concessions/Jasmine Tea.png +0 -0
- package/images/concessions/Jawbreaker.png +0 -0
- package/images/concessions/Joja Cola.png +0 -0
- package/images/concessions/JojaCorn.png +0 -0
- package/images/concessions/Kale Smoothie.png +0 -0
- package/images/concessions/Nachos.png +0 -0
- package/images/concessions/Panzanella Salad.png +0 -0
- package/images/concessions/Personal Pizza.png +0 -0
- package/images/concessions/Popcorn.png +0 -0
- package/images/concessions/Rock Candy.png +0 -0
- package/images/concessions/Salmon Burger.png +0 -0
- package/images/concessions/Salted Peanuts.png +0 -0
- package/images/concessions/Sour Slimes.png +0 -0
- package/images/concessions/Star Cookie.png +0 -0
- package/images/concessions/Stardrop Sorbet.png +0 -0
- package/images/concessions/Truffle Popcorn.png +0 -0
- package/images/cooking/Algae Soup.png +0 -0
- package/images/cooking/Artichoke Dip.png +0 -0
- package/images/cooking/Autumn's Bounty.png +0 -0
- package/images/cooking/Baked Fish.png +0 -0
- package/images/cooking/Banana Pudding.png +0 -0
- package/images/cooking/Bean Hotpot.png +0 -0
- package/images/cooking/Blackberry Cobbler.png +0 -0
- package/images/cooking/Blueberry Tart.png +0 -0
- package/images/cooking/Bread.png +0 -0
- package/images/cooking/Bruschetta.png +0 -0
- package/images/cooking/Carp Surprise.png +0 -0
- package/images/cooking/Cheese Cauliflower.png +0 -0
- package/images/cooking/Chocolate Cake.png +0 -0
- package/images/cooking/Chowder.png +0 -0
- package/images/cooking/Coleslaw.png +0 -0
- package/images/cooking/Complete Breakfast.png +0 -0
- package/images/cooking/Cookie.png +0 -0
- package/images/cooking/Crab Cakes.png +0 -0
- package/images/cooking/Cranberry Candy.png +0 -0
- package/images/cooking/Cranberry Sauce.png +0 -0
- package/images/cooking/Crispy Bass.png +0 -0
- package/images/cooking/Dish O' The Sea.png +0 -0
- package/images/cooking/Eggplant Parmesan.png +0 -0
- package/images/cooking/Escargot.png +0 -0
- package/images/cooking/Farmer's Lunch.png +0 -0
- package/images/cooking/Fiddlehead Risotto.png +0 -0
- package/images/cooking/Fish Stew.png +0 -0
- package/images/cooking/Fish Taco.png +0 -0
- package/images/cooking/Fried Calamari.png +0 -0
- package/images/cooking/Fried Eel.png +0 -0
- package/images/cooking/Fried Egg.png +0 -0
- package/images/cooking/Fried Mushroom.png +0 -0
- package/images/cooking/Fruit Salad.png +0 -0
- package/images/cooking/Ginger Ale.png +0 -0
- package/images/cooking/Glazed Yams.png +0 -0
- package/images/cooking/Hashbrowns.png +0 -0
- package/images/cooking/Ice Cream.png +0 -0
- package/images/cooking/Lobster Bisque.png +0 -0
- package/images/cooking/Lucky Lunch.png +0 -0
- package/images/cooking/Maki Roll.png +0 -0
- package/images/cooking/Mango Sticky Rice.png +0 -0
- package/images/cooking/Maple Bar.png +0 -0
- package/images/cooking/Miner's Treat.png +0 -0
- package/images/cooking/Moss Soup.png +0 -0
- package/images/cooking/Omelet.png +0 -0
- package/images/cooking/Pale Broth.png +0 -0
- package/images/cooking/Pancakes.png +0 -0
- package/images/cooking/Parsnip Soup.png +0 -0
- package/images/cooking/Pepper Poppers.png +0 -0
- package/images/cooking/Pink Cake.png +0 -0
- package/images/cooking/Pizza.png +0 -0
- package/images/cooking/Plum Pudding.png +0 -0
- package/images/cooking/Poi.png +0 -0
- package/images/cooking/Poppyseed Muffin.png +0 -0
- package/images/cooking/Pumpkin Pie.png +0 -0
- package/images/cooking/Pumpkin Soup.png +0 -0
- package/images/cooking/Radish Salad.png +0 -0
- package/images/cooking/Red Plate.png +0 -0
- package/images/cooking/Rhubarb Pie.png +0 -0
- package/images/cooking/Rice Pudding.png +0 -0
- package/images/cooking/Roasted Hazelnuts.png +0 -0
- package/images/cooking/Roots Platter.png +0 -0
- package/images/cooking/Salad.png +0 -0
- package/images/cooking/Salmon Dinner.png +0 -0
- package/images/cooking/Sashimi.png +0 -0
- package/images/cooking/Seafoam Pudding.png +0 -0
- package/images/cooking/Shrimp Cocktail.png +0 -0
- package/images/cooking/Spaghetti.png +0 -0
- package/images/cooking/Spicy Eel.png +0 -0
- package/images/cooking/Squid Ink Ravioli.png +0 -0
- package/images/cooking/Stir Fry.png +0 -0
- package/images/cooking/Strange Bun.png +0 -0
- package/images/cooking/Stuffing.png +0 -0
- package/images/cooking/Super Meal.png +0 -0
- package/images/cooking/Survival Burger.png +0 -0
- package/images/cooking/Tom Kha Soup.png +0 -0
- package/images/cooking/Tortilla.png +0 -0
- package/images/cooking/Triple Shot Espresso.png +0 -0
- package/images/cooking/Tropical Curry.png +0 -0
- package/images/cooking/Trout Soup.png +0 -0
- package/images/cooking/Vegetable Medley.png +0 -0
- package/images/craftable/artisan-equipment/Bee House.png +0 -0
- package/images/craftable/artisan-equipment/Cask.png +0 -0
- package/images/craftable/artisan-equipment/Cheese Press.png +0 -0
- package/images/craftable/artisan-equipment/Dehydrator.png +0 -0
- package/images/craftable/artisan-equipment/Fish Smoker.png +0 -0
- package/images/craftable/artisan-equipment/Keg.png +0 -0
- package/images/craftable/artisan-equipment/Loom.png +0 -0
- package/images/craftable/artisan-equipment/Mayonnaise Machine.png +0 -0
- package/images/craftable/artisan-equipment/Oil Maker.png +0 -0
- package/images/craftable/artisan-equipment/Preserves Jar.png +0 -0
- package/images/craftable/bombs/Bomb.png +0 -0
- package/images/craftable/bombs/Cherry Bomb.png +0 -0
- package/images/craftable/bombs/Mega Bomb.png +0 -0
- package/images/craftable/consumables/Fairy Dust.png +0 -0
- package/images/craftable/consumables/Monster Musk.png +0 -0
- package/images/craftable/consumables/Rain Totem.png +0 -0
- package/images/craftable/consumables/Treasure Totem.png +0 -0
- package/images/craftable/consumables/Warp Totem Beach.png +0 -0
- package/images/craftable/consumables/Warp Totem Desert.png +0 -0
- package/images/craftable/consumables/Warp Totem Farm.png +0 -0
- package/images/craftable/consumables/Warp Totem Island.png +0 -0
- package/images/craftable/consumables/Warp Totem Mountains.png +0 -0
- package/images/craftable/decor/Brick Floor.png +0 -0
- package/images/craftable/decor/Cobblestone Path.png +0 -0
- package/images/craftable/decor/Crystal Floor.png +0 -0
- package/images/craftable/decor/Crystal Path.png +0 -0
- package/images/craftable/decor/Gravel Path.png +0 -0
- package/images/craftable/decor/Rustic Plank Floor.png +0 -0
- package/images/craftable/decor/Stepping Stone Path.png +0 -0
- package/images/craftable/decor/Stone Cairn.png +0 -0
- package/images/craftable/decor/Stone Floor.png +0 -0
- package/images/craftable/decor/Stone Walkway Floor.png +0 -0
- package/images/craftable/decor/Straw Floor.png +0 -0
- package/images/craftable/decor/Weathered Floor.png +0 -0
- package/images/craftable/decor/Wood Floor.png +0 -0
- package/images/craftable/decor/Wood Path.png +0 -0
- package/images/craftable/edible-items/Bug Steak.png +0 -0
- package/images/craftable/edible-items/Field Snack.png +0 -0
- package/images/craftable/edible-items/Life Elixir.png +0 -0
- package/images/craftable/edible-items/Oil of Garlic.png +0 -0
- package/images/craftable/fences/Gate.png +0 -0
- package/images/craftable/fences/Hardwood Fence.png +0 -0
- package/images/craftable/fences/Iron Fence.png +0 -0
- package/images/craftable/fences/Stone Fence.png +0 -0
- package/images/craftable/fences/Wood Fence.png +0 -0
- package/images/craftable/fertilizer/Basic Fertilizer.png +0 -0
- package/images/craftable/fertilizer/Basic Retaining Soil.png +0 -0
- package/images/craftable/fertilizer/Deluxe Fertilizer.png +0 -0
- package/images/craftable/fertilizer/Deluxe Retaining Soil.png +0 -0
- package/images/craftable/fertilizer/Deluxe Speed-Gro.png +0 -0
- package/images/craftable/fertilizer/Hyper Speed-Gro.png +0 -0
- package/images/craftable/fertilizer/Quality Fertilizer.png +0 -0
- package/images/craftable/fertilizer/Quality Retaining Soil.png +0 -0
- package/images/craftable/fertilizer/Speed-Gro.png +0 -0
- package/images/craftable/fertilizer/Tree Fertilizer.png +0 -0
- package/images/craftable/fishing/Crab Pot.png +0 -0
- package/images/craftable/furniture/Drum Block.png +0 -0
- package/images/craftable/furniture/Flute Block.png +0 -0
- package/images/craftable/furniture/Tub o' Flowers.png +0 -0
- package/images/craftable/furniture/Wicked Statue.png +0 -0
- package/images/craftable/lighting/Barrel Brazier.png +0 -0
- package/images/craftable/lighting/Campfire.png +0 -0
- package/images/craftable/lighting/Carved Brazier.png +0 -0
- package/images/craftable/lighting/Gold Brazier.png +0 -0
- package/images/craftable/lighting/Iron Lamp-post.png +0 -0
- package/images/craftable/lighting/Jack-O-Lantern.png +0 -0
- package/images/craftable/lighting/Marble Brazier.png +0 -0
- package/images/craftable/lighting/Skull Brazier.png +0 -0
- package/images/craftable/lighting/Stone Brazier.png +0 -0
- package/images/craftable/lighting/Stump Brazier.png +0 -0
- package/images/craftable/lighting/Torch.png +0 -0
- package/images/craftable/lighting/Wood Lamp-post.png +0 -0
- package/images/craftable/lighting/Wooden Brazier.png +0 -0
- package/images/craftable/misc/Anvil.png +0 -0
- package/images/craftable/misc/Cookout Kit.png +0 -0
- package/images/craftable/misc/Explosive Ammo.png +0 -0
- package/images/craftable/misc/Farm Computer.png +0 -0
- package/images/craftable/misc/Garden Pot.png +0 -0
- package/images/craftable/misc/Hopper.png +0 -0
- package/images/craftable/misc/Mini-Forge.png +0 -0
- package/images/craftable/misc/Mini-Jukebox.png +0 -0
- package/images/craftable/misc/Mini-Obelisk.png +0 -0
- package/images/craftable/misc/Staircase.png +0 -0
- package/images/craftable/misc/Statue Of Blessings.png +0 -0
- package/images/craftable/misc/Statue Of The Dwarf King.png +0 -0
- package/images/craftable/misc/Telephone.png +0 -0
- package/images/craftable/misc/Tent Kit.png +0 -0
- package/images/craftable/misc/Wood Chipper.png +0 -0
- package/images/craftable/misc/Workbench.png +0 -0
- package/images/craftable/refining-equipment/Bait Maker.png +0 -0
- package/images/craftable/refining-equipment/Bone Mill.png +0 -0
- package/images/craftable/refining-equipment/Charcoal Kiln.png +0 -0
- package/images/craftable/refining-equipment/Crystalarium.png +0 -0
- package/images/craftable/refining-equipment/Deluxe Worm Bin.png +0 -0
- package/images/craftable/refining-equipment/Furnace.png +0 -0
- package/images/craftable/refining-equipment/Geode Crusher.png +0 -0
- package/images/craftable/refining-equipment/Heavy Furnace.png +0 -0
- package/images/craftable/refining-equipment/Heavy Tapper.png +0 -0
- package/images/craftable/refining-equipment/Lightning Rod.png +0 -0
- package/images/craftable/refining-equipment/Mushroom Log.png +0 -0
- package/images/craftable/refining-equipment/Ostrich Incubator.png +0 -0
- package/images/craftable/refining-equipment/Recycling Machine.png +0 -0
- package/images/craftable/refining-equipment/Seed Maker.png +0 -0
- package/images/craftable/refining-equipment/Slime Egg-Press.png +0 -0
- package/images/craftable/refining-equipment/Slime Incubator.png +0 -0
- package/images/craftable/refining-equipment/Solar Panel.png +0 -0
- package/images/craftable/refining-equipment/Tapper.png +0 -0
- package/images/craftable/refining-equipment/Worm Bin.png +0 -0
- package/images/craftable/seeds/Ancient Seeds.png +0 -0
- package/images/craftable/seeds/Blue Grass Starter.png +0 -0
- package/images/craftable/seeds/Fall Seeds.png +0 -0
- package/images/craftable/seeds/Fiber Seeds.png +0 -0
- package/images/craftable/seeds/Grass Starter.png +0 -0
- package/images/craftable/seeds/Mystic Tree Seed.png +0 -0
- package/images/craftable/seeds/Spring Seeds.png +0 -0
- package/images/craftable/seeds/Summer Seeds.png +0 -0
- package/images/craftable/seeds/Tea Sapling.png +0 -0
- package/images/craftable/seeds/Winter Seeds.png +0 -0
- package/images/craftable/signs/Dark Sign.png +0 -0
- package/images/craftable/signs/Stone Sign.png +0 -0
- package/images/craftable/signs/Text Sign.png +0 -0
- package/images/craftable/signs/Wood Sign.png +0 -0
- package/images/craftable/sprinklers/Iridium Sprinkler.png +0 -0
- package/images/craftable/sprinklers/Quality Sprinkler.png +0 -0
- package/images/craftable/sprinklers/Sprinkler.png +0 -0
- package/images/craftable/storage/Big Chest.png +0 -0
- package/images/craftable/storage/Big Stone Chest.png +0 -0
- package/images/craftable/storage/Chest.png +0 -0
- package/images/craftable/storage/Stone Chest.png +0 -0
- package/images/crops/amaranth/crop.png +0 -0
- package/images/crops/amaranth/seed.png +0 -0
- package/images/crops/amaranth/stage-1.png +0 -0
- package/images/crops/amaranth/stage-2.png +0 -0
- package/images/crops/amaranth/stage-3.png +0 -0
- package/images/crops/amaranth/stage-4.png +0 -0
- package/images/crops/ancient-fruit/crop.png +0 -0
- package/images/crops/ancient-fruit/seed.png +0 -0
- package/images/crops/ancient-fruit/stage-1.png +0 -0
- package/images/crops/ancient-fruit/stage-2.png +0 -0
- package/images/crops/ancient-fruit/stage-3.png +0 -0
- package/images/crops/ancient-fruit/stage-4.png +0 -0
- package/images/crops/ancient-fruit/stage-5.png +0 -0
- package/images/crops/artichoke/crop.png +0 -0
- package/images/crops/artichoke/seed.png +0 -0
- package/images/crops/artichoke/stage-1.png +0 -0
- package/images/crops/artichoke/stage-2.png +0 -0
- package/images/crops/artichoke/stage-3.png +0 -0
- package/images/crops/artichoke/stage-4.png +0 -0
- package/images/crops/artichoke/stage-5.png +0 -0
- package/images/crops/beet/crop.png +0 -0
- package/images/crops/beet/seed.png +0 -0
- package/images/crops/beet/stage-1.png +0 -0
- package/images/crops/beet/stage-2.png +0 -0
- package/images/crops/beet/stage-3.png +0 -0
- package/images/crops/beet/stage-4.png +0 -0
- package/images/crops/blue-jazz/crop.png +0 -0
- package/images/crops/blue-jazz/seed.png +0 -0
- package/images/crops/blue-jazz/stage-1.png +0 -0
- package/images/crops/blue-jazz/stage-2.png +0 -0
- package/images/crops/blue-jazz/stage-3.png +0 -0
- package/images/crops/blue-jazz/stage-4.png +0 -0
- package/images/crops/blueberry/crop.png +0 -0
- package/images/crops/blueberry/seed.png +0 -0
- package/images/crops/blueberry/stage-1.png +0 -0
- package/images/crops/blueberry/stage-2.png +0 -0
- package/images/crops/blueberry/stage-3.png +0 -0
- package/images/crops/blueberry/stage-4.png +0 -0
- package/images/crops/blueberry/stage-5.png +0 -0
- package/images/crops/blueberry/stage-6.png +0 -0
- package/images/crops/blueberry/stage-7.png +0 -0
- package/images/crops/bok-choy/crop.png +0 -0
- package/images/crops/bok-choy/seed.png +0 -0
- package/images/crops/bok-choy/stage-1.png +0 -0
- package/images/crops/bok-choy/stage-2.png +0 -0
- package/images/crops/bok-choy/stage-3.png +0 -0
- package/images/crops/bok-choy/stage-4.png +0 -0
- package/images/crops/broccoli/crop.png +0 -0
- package/images/crops/broccoli/seed.png +0 -0
- package/images/crops/broccoli/stage-1.png +0 -0
- package/images/crops/broccoli/stage-2.png +0 -0
- package/images/crops/broccoli/stage-3.png +0 -0
- package/images/crops/broccoli/stage-4.png +0 -0
- package/images/crops/broccoli/stage-5.png +0 -0
- package/images/crops/broccoli/stage-6.png +0 -0
- package/images/crops/cactus-fruit/crop.png +0 -0
- package/images/crops/cactus-fruit/seed.png +0 -0
- package/images/crops/cactus-fruit/stage-1.png +0 -0
- package/images/crops/cactus-fruit/stage-2.png +0 -0
- package/images/crops/cactus-fruit/stage-3.png +0 -0
- package/images/crops/cactus-fruit/stage-4.png +0 -0
- package/images/crops/cactus-fruit/stage-5.png +0 -0
- package/images/crops/cactus-fruit/stage-6.png +0 -0
- package/images/crops/cactus-fruit/stage-7.png +0 -0
- package/images/crops/carrot/crop.png +0 -0
- package/images/crops/carrot/seed.png +0 -0
- package/images/crops/carrot/stage-1.png +0 -0
- package/images/crops/carrot/stage-2.png +0 -0
- package/images/crops/carrot/stage-3.png +0 -0
- package/images/crops/carrot/stage-4.png +0 -0
- package/images/crops/cauliflower/crop.png +0 -0
- package/images/crops/cauliflower/giant.png +0 -0
- package/images/crops/cauliflower/seed.png +0 -0
- package/images/crops/cauliflower/stage-1.png +0 -0
- package/images/crops/cauliflower/stage-2.png +0 -0
- package/images/crops/cauliflower/stage-3.png +0 -0
- package/images/crops/cauliflower/stage-4.png +0 -0
- package/images/crops/cauliflower/stage-5.png +0 -0
- package/images/crops/cauliflower/stage-6.png +0 -0
- package/images/crops/coffee-bean/crop.png +0 -0
- package/images/crops/coffee-bean/seed.png +0 -0
- package/images/crops/coffee-bean/stage-1.png +0 -0
- package/images/crops/coffee-bean/stage-2.png +0 -0
- package/images/crops/coffee-bean/stage-3.png +0 -0
- package/images/crops/coffee-bean/stage-4.png +0 -0
- package/images/crops/coffee-bean/stage-5.png +0 -0
- package/images/crops/coffee-bean/stage-6.png +0 -0
- package/images/crops/coffee-bean/stage-7.png +0 -0
- package/images/crops/corn/crop.png +0 -0
- package/images/crops/corn/seed.png +0 -0
- package/images/crops/corn/stage-1.png +0 -0
- package/images/crops/corn/stage-2.png +0 -0
- package/images/crops/corn/stage-3.png +0 -0
- package/images/crops/corn/stage-4.png +0 -0
- package/images/crops/corn/stage-5.png +0 -0
- package/images/crops/corn/stage-6.png +0 -0
- package/images/crops/corn/stage-7.png +0 -0
- package/images/crops/cranberries/crop.png +0 -0
- package/images/crops/cranberries/seed.png +0 -0
- package/images/crops/cranberries/stage-1.png +0 -0
- package/images/crops/cranberries/stage-2.png +0 -0
- package/images/crops/cranberries/stage-3.png +0 -0
- package/images/crops/cranberries/stage-4.png +0 -0
- package/images/crops/cranberries/stage-5.png +0 -0
- package/images/crops/eggplant/crop.png +0 -0
- package/images/crops/eggplant/seed.png +0 -0
- package/images/crops/eggplant/stage-1.png +0 -0
- package/images/crops/eggplant/stage-2.png +0 -0
- package/images/crops/eggplant/stage-3.png +0 -0
- package/images/crops/eggplant/stage-4.png +0 -0
- package/images/crops/eggplant/stage-5.png +0 -0
- package/images/crops/fairy-rose/crop.png +0 -0
- package/images/crops/fairy-rose/seed.png +0 -0
- package/images/crops/fairy-rose/stage-1.png +0 -0
- package/images/crops/fairy-rose/stage-2.png +0 -0
- package/images/crops/fairy-rose/stage-3.png +0 -0
- package/images/crops/fairy-rose/stage-4.png +0 -0
- package/images/crops/fiber/crop.png +0 -0
- package/images/crops/fiber/seed.png +0 -0
- package/images/crops/fiber/stage-1.png +0 -0
- package/images/crops/fiber/stage-2.png +0 -0
- package/images/crops/fiber/stage-3.png +0 -0
- package/images/crops/fiber/stage-4.png +0 -0
- package/images/crops/fiber/stage-5.png +0 -0
- package/images/crops/garlic/crop.png +0 -0
- package/images/crops/garlic/seed.png +0 -0
- package/images/crops/garlic/stage-1.png +0 -0
- package/images/crops/garlic/stage-2.png +0 -0
- package/images/crops/garlic/stage-3.png +0 -0
- package/images/crops/garlic/stage-4.png +0 -0
- package/images/crops/garlic/stage-5.png +0 -0
- package/images/crops/grape/crop.png +0 -0
- package/images/crops/grape/seed.png +0 -0
- package/images/crops/grape/stage-1.png +0 -0
- package/images/crops/grape/stage-2.png +0 -0
- package/images/crops/grape/stage-3.png +0 -0
- package/images/crops/grape/stage-4.png +0 -0
- package/images/crops/grape/stage-5.png +0 -0
- package/images/crops/green-bean/crop.png +0 -0
- package/images/crops/green-bean/seed.png +0 -0
- package/images/crops/green-bean/stage-1.png +0 -0
- package/images/crops/green-bean/stage-2.png +0 -0
- package/images/crops/green-bean/stage-3.png +0 -0
- package/images/crops/green-bean/stage-4.png +0 -0
- package/images/crops/green-bean/stage-5.png +0 -0
- package/images/crops/green-bean/stage-6.png +0 -0
- package/images/crops/green-bean/stage-7.png +0 -0
- package/images/crops/hops/crop.png +0 -0
- package/images/crops/hops/seed.png +0 -0
- package/images/crops/hops/stage-1.png +0 -0
- package/images/crops/hops/stage-2.png +0 -0
- package/images/crops/hops/stage-3.png +0 -0
- package/images/crops/hops/stage-4.png +0 -0
- package/images/crops/hops/stage-5.png +0 -0
- package/images/crops/hops/stage-6.png +0 -0
- package/images/crops/hops/stage-7.png +0 -0
- package/images/crops/hot-pepper/crop.png +0 -0
- package/images/crops/hot-pepper/seed.png +0 -0
- package/images/crops/hot-pepper/stage-1.png +0 -0
- package/images/crops/hot-pepper/stage-2.png +0 -0
- package/images/crops/hot-pepper/stage-3.png +0 -0
- package/images/crops/hot-pepper/stage-4.png +0 -0
- package/images/crops/hot-pepper/stage-5.png +0 -0
- package/images/crops/hot-pepper/stage-6.png +0 -0
- package/images/crops/hot-pepper/stage-7.png +0 -0
- package/images/crops/kale/crop.png +0 -0
- package/images/crops/kale/seed.png +0 -0
- package/images/crops/kale/stage-1.png +0 -0
- package/images/crops/kale/stage-2.png +0 -0
- package/images/crops/kale/stage-3.png +0 -0
- package/images/crops/kale/stage-4.png +0 -0
- package/images/crops/kale/stage-5.png +0 -0
- package/images/crops/melon/crop.png +0 -0
- package/images/crops/melon/giant.png +0 -0
- package/images/crops/melon/seed.png +0 -0
- package/images/crops/melon/stage-1.png +0 -0
- package/images/crops/melon/stage-2.png +0 -0
- package/images/crops/melon/stage-3.png +0 -0
- package/images/crops/melon/stage-4.png +0 -0
- package/images/crops/melon/stage-5.png +0 -0
- package/images/crops/melon/stage-6.png +0 -0
- package/images/crops/parsnip/crop.png +0 -0
- package/images/crops/parsnip/seed.png +0 -0
- package/images/crops/parsnip/stage-1.png +0 -0
- package/images/crops/parsnip/stage-2.png +0 -0
- package/images/crops/parsnip/stage-3.png +0 -0
- package/images/crops/parsnip/stage-4.png +0 -0
- package/images/crops/parsnip/stage-5.png +0 -0
- package/images/crops/pineapple/crop.png +0 -0
- package/images/crops/pineapple/seed.png +0 -0
- package/images/crops/pineapple/stage-1.png +0 -0
- package/images/crops/pineapple/stage-2.png +0 -0
- package/images/crops/pineapple/stage-3.png +0 -0
- package/images/crops/pineapple/stage-4.png +0 -0
- package/images/crops/pineapple/stage-5.png +0 -0
- package/images/crops/poppy/crop.png +0 -0
- package/images/crops/poppy/seed.png +0 -0
- package/images/crops/poppy/stage-1.png +0 -0
- package/images/crops/poppy/stage-2.png +0 -0
- package/images/crops/poppy/stage-3.png +0 -0
- package/images/crops/poppy/stage-4.png +0 -0
- package/images/crops/poppy/stage-5.png +0 -0
- package/images/crops/potato/crop.png +0 -0
- package/images/crops/potato/seed.png +0 -0
- package/images/crops/potato/stage-1.png +0 -0
- package/images/crops/potato/stage-2.png +0 -0
- package/images/crops/potato/stage-3.png +0 -0
- package/images/crops/potato/stage-4.png +0 -0
- package/images/crops/potato/stage-5.png +0 -0
- package/images/crops/potato/stage-6.png +0 -0
- package/images/crops/powdermelon/crop.png +0 -0
- package/images/crops/powdermelon/giant.png +0 -0
- package/images/crops/powdermelon/seed.png +0 -0
- package/images/crops/powdermelon/stage-1.png +0 -0
- package/images/crops/powdermelon/stage-2.png +0 -0
- package/images/crops/powdermelon/stage-3.png +0 -0
- package/images/crops/powdermelon/stage-4.png +0 -0
- package/images/crops/powdermelon/stage-5.png +0 -0
- package/images/crops/pumpkin/crop.png +0 -0
- package/images/crops/pumpkin/giant.png +0 -0
- package/images/crops/pumpkin/seed.png +0 -0
- package/images/crops/pumpkin/stage-1.png +0 -0
- package/images/crops/pumpkin/stage-2.png +0 -0
- package/images/crops/pumpkin/stage-3.png +0 -0
- package/images/crops/pumpkin/stage-4.png +0 -0
- package/images/crops/pumpkin/stage-5.png +0 -0
- package/images/crops/qi-fruit/crop.png +0 -0
- package/images/crops/qi-fruit/giant.png +0 -0
- package/images/crops/qi-fruit/seed.png +0 -0
- package/images/crops/qi-fruit/stage-1.png +0 -0
- package/images/crops/qi-fruit/stage-2.png +0 -0
- package/images/crops/qi-fruit/stage-3.png +0 -0
- package/images/crops/qi-fruit/stage-4.png +0 -0
- package/images/crops/radish/crop.png +0 -0
- package/images/crops/radish/seed.png +0 -0
- package/images/crops/radish/stage-1.png +0 -0
- package/images/crops/radish/stage-2.png +0 -0
- package/images/crops/radish/stage-3.png +0 -0
- package/images/crops/radish/stage-4.png +0 -0
- package/images/crops/radish/stage-5.png +0 -0
- package/images/crops/red-cabbage/crop.png +0 -0
- package/images/crops/red-cabbage/seed.png +0 -0
- package/images/crops/red-cabbage/stage-1.png +0 -0
- package/images/crops/red-cabbage/stage-2.png +0 -0
- package/images/crops/red-cabbage/stage-3.png +0 -0
- package/images/crops/red-cabbage/stage-4.png +0 -0
- package/images/crops/red-cabbage/stage-5.png +0 -0
- package/images/crops/red-cabbage/stage-6.png +0 -0
- package/images/crops/rhubarb/crop.png +0 -0
- package/images/crops/rhubarb/seed.png +0 -0
- package/images/crops/rhubarb/stage-1.png +0 -0
- package/images/crops/rhubarb/stage-2.png +0 -0
- package/images/crops/rhubarb/stage-3.png +0 -0
- package/images/crops/rhubarb/stage-4.png +0 -0
- package/images/crops/rhubarb/stage-5.png +0 -0
- package/images/crops/rhubarb/stage-6.png +0 -0
- package/images/crops/starfruit/crop.png +0 -0
- package/images/crops/starfruit/seed.png +0 -0
- package/images/crops/starfruit/stage-1.png +0 -0
- package/images/crops/starfruit/stage-2.png +0 -0
- package/images/crops/starfruit/stage-3.png +0 -0
- package/images/crops/starfruit/stage-4.png +0 -0
- package/images/crops/starfruit/stage-5.png +0 -0
- package/images/crops/starfruit/stage-6.png +0 -0
- package/images/crops/strawberry/crop.png +0 -0
- package/images/crops/strawberry/seed.png +0 -0
- package/images/crops/strawberry/stage-1.png +0 -0
- package/images/crops/strawberry/stage-2.png +0 -0
- package/images/crops/strawberry/stage-3.png +0 -0
- package/images/crops/strawberry/stage-4.png +0 -0
- package/images/crops/strawberry/stage-5.png +0 -0
- package/images/crops/strawberry/stage-6.png +0 -0
- package/images/crops/strawberry/stage-7.png +0 -0
- package/images/crops/summer-spangle/crop.png +0 -0
- package/images/crops/summer-spangle/seed.png +0 -0
- package/images/crops/summer-spangle/stage-1.png +0 -0
- package/images/crops/summer-spangle/stage-2.png +0 -0
- package/images/crops/summer-spangle/stage-3.png +0 -0
- package/images/crops/summer-spangle/stage-4.png +0 -0
- package/images/crops/summer-spangle/stage-5.png +0 -0
- package/images/crops/summer-squash/crop.png +0 -0
- package/images/crops/summer-squash/seed.png +0 -0
- package/images/crops/summer-squash/stage-1.png +0 -0
- package/images/crops/summer-squash/stage-2.png +0 -0
- package/images/crops/summer-squash/stage-3.png +0 -0
- package/images/crops/summer-squash/stage-4.png +0 -0
- package/images/crops/summer-squash/stage-5.png +0 -0
- package/images/crops/sunflower/crop.png +0 -0
- package/images/crops/sunflower/seed.png +0 -0
- package/images/crops/sunflower/stage-1.png +0 -0
- package/images/crops/sunflower/stage-2.png +0 -0
- package/images/crops/sunflower/stage-3.png +0 -0
- package/images/crops/sunflower/stage-4.png +0 -0
- package/images/crops/sweet-gem-berry/crop.png +0 -0
- package/images/crops/sweet-gem-berry/seed.png +0 -0
- package/images/crops/sweet-gem-berry/stage-1.png +0 -0
- package/images/crops/sweet-gem-berry/stage-2.png +0 -0
- package/images/crops/sweet-gem-berry/stage-3.png +0 -0
- package/images/crops/sweet-gem-berry/stage-4.png +0 -0
- package/images/crops/sweet-gem-berry/stage-5.png +0 -0
- package/images/crops/taro-root/crop.png +0 -0
- package/images/crops/taro-root/seed.png +0 -0
- package/images/crops/taro-root/stage-1.png +0 -0
- package/images/crops/taro-root/stage-2.png +0 -0
- package/images/crops/taro-root/stage-3.png +0 -0
- package/images/crops/taro-root/stage-4.png +0 -0
- package/images/crops/tomato/crop.png +0 -0
- package/images/crops/tomato/seed.png +0 -0
- package/images/crops/tomato/stage-1.png +0 -0
- package/images/crops/tomato/stage-2.png +0 -0
- package/images/crops/tomato/stage-3.png +0 -0
- package/images/crops/tomato/stage-4.png +0 -0
- package/images/crops/tomato/stage-5.png +0 -0
- package/images/crops/tulip/crop.png +0 -0
- package/images/crops/tulip/seed.png +0 -0
- package/images/crops/tulip/stage-1.png +0 -0
- package/images/crops/tulip/stage-2.png +0 -0
- package/images/crops/tulip/stage-3.png +0 -0
- package/images/crops/tulip/stage-4.png +0 -0
- package/images/crops/tulip/stage-5.png +0 -0
- package/images/crops/unmilled-rice/crop.png +0 -0
- package/images/crops/unmilled-rice/seed.png +0 -0
- package/images/crops/unmilled-rice/stage-1.png +0 -0
- package/images/crops/unmilled-rice/stage-2.png +0 -0
- package/images/crops/unmilled-rice/stage-3.png +0 -0
- package/images/crops/unmilled-rice/stage-4.png +0 -0
- package/images/crops/unmilled-rice/stage-5.png +0 -0
- package/images/crops/wheat/crop.png +0 -0
- package/images/crops/wheat/seed.png +0 -0
- package/images/crops/wheat/stage-1.png +0 -0
- package/images/crops/wheat/stage-2.png +0 -0
- package/images/crops/wheat/stage-3.png +0 -0
- package/images/crops/wheat/stage-4.png +0 -0
- package/images/crops/yam/crop.png +0 -0
- package/images/crops/yam/seed.png +0 -0
- package/images/crops/yam/stage-1.png +0 -0
- package/images/crops/yam/stage-2.png +0 -0
- package/images/crops/yam/stage-3.png +0 -0
- package/images/crops/yam/stage-4.png +0 -0
- package/images/fish/Albacore.png +0 -0
- package/images/fish/Anchovy.png +0 -0
- package/images/fish/Angler.png +0 -0
- package/images/fish/Blobfish.png +0 -0
- package/images/fish/Blue Discus.png +0 -0
- package/images/fish/Bream.png +0 -0
- package/images/fish/Bullhead.png +0 -0
- package/images/fish/Carp.png +0 -0
- package/images/fish/Catfish.png +0 -0
- package/images/fish/Chub.png +0 -0
- package/images/fish/Clam.png +0 -0
- package/images/fish/Cockle.png +0 -0
- package/images/fish/Crab.png +0 -0
- package/images/fish/Crayfish.png +0 -0
- package/images/fish/Crimsonfish.png +0 -0
- package/images/fish/Dorado.png +0 -0
- package/images/fish/Eel.png +0 -0
- package/images/fish/Flounder.png +0 -0
- package/images/fish/Ghostfish.png +0 -0
- package/images/fish/Glacierfish Jr.png +0 -0
- package/images/fish/Glacierfish.png +0 -0
- package/images/fish/Goby.png +0 -0
- package/images/fish/Green Algae.png +0 -0
- package/images/fish/Halibut.png +0 -0
- package/images/fish/Herring.png +0 -0
- package/images/fish/Ice Pip.png +0 -0
- package/images/fish/Largemouth Bass.png +0 -0
- package/images/fish/Lava Eel.png +0 -0
- package/images/fish/Legend II.png +0 -0
- package/images/fish/Legend.png +0 -0
- package/images/fish/Lingcod.png +0 -0
- package/images/fish/Lionfish.png +0 -0
- package/images/fish/Lobster.png +0 -0
- package/images/fish/Midnight Carp.png +0 -0
- package/images/fish/Midnight Squid.png +0 -0
- package/images/fish/Ms. Angler.png +0 -0
- package/images/fish/Mussel.png +0 -0
- package/images/fish/Mutant Carp.png +0 -0
- package/images/fish/Octopus.png +0 -0
- package/images/fish/Oyster.png +0 -0
- package/images/fish/Perch.png +0 -0
- package/images/fish/Periwinkle.png +0 -0
- package/images/fish/Pike.png +0 -0
- package/images/fish/Pufferfish.png +0 -0
- package/images/fish/Radioactive Carp.png +0 -0
- package/images/fish/Rainbow Trout.png +0 -0
- package/images/fish/Red Mullet.png +0 -0
- package/images/fish/Red Snapper.png +0 -0
- package/images/fish/Salmon.png +0 -0
- package/images/fish/Sandfish.png +0 -0
- package/images/fish/Sardine.png +0 -0
- package/images/fish/Scorpion Carp.png +0 -0
- package/images/fish/Sea Cucumber.png +0 -0
- package/images/fish/Seaweed.png +0 -0
- package/images/fish/Shad.png +0 -0
- package/images/fish/Shrimp.png +0 -0
- package/images/fish/Slimejack.png +0 -0
- package/images/fish/Smallmouth Bass.png +0 -0
- package/images/fish/Snail.png +0 -0
- package/images/fish/Son of Crimsonfish.png +0 -0
- package/images/fish/Spook Fish.png +0 -0
- package/images/fish/Squid.png +0 -0
- package/images/fish/Stingray.png +0 -0
- package/images/fish/Stonefish.png +0 -0
- package/images/fish/Sturgeon.png +0 -0
- package/images/fish/Sunfish.png +0 -0
- package/images/fish/Super Cucumber.png +0 -0
- package/images/fish/Tiger Trout.png +0 -0
- package/images/fish/Tilapia.png +0 -0
- package/images/fish/Tuna.png +0 -0
- package/images/fish/Void Salmon.png +0 -0
- package/images/fish/Walleye.png +0 -0
- package/images/fish/White Algae.png +0 -0
- package/images/fish/Woodskip.png +0 -0
- package/images/fish/bait/Bait.png +0 -0
- package/images/fish/bait/Challenge Bait.png +0 -0
- package/images/fish/bait/Deluxe Bait.png +0 -0
- package/images/fish/bait/Magic Bait.png +0 -0
- package/images/fish/bait/Magnet.png +0 -0
- package/images/fish/bait/Pink Bait.png +0 -0
- package/images/fish/bait/Wild Bait.png +0 -0
- package/images/fish/jelly/Cave Jelly.png +0 -0
- package/images/fish/jelly/River Jelly.png +0 -0
- package/images/fish/jelly/Sea Jelly.png +0 -0
- package/images/fish/tackle/Barbed Hook.png +0 -0
- package/images/fish/tackle/Cork Bobber.png +0 -0
- package/images/fish/tackle/Curiosity Lure.png +0 -0
- package/images/fish/tackle/Dressed Spinner.png +0 -0
- package/images/fish/tackle/Lead Bobber.png +0 -0
- package/images/fish/tackle/Quality Bobber.png +0 -0
- package/images/fish/tackle/Sonar Bobber.png +0 -0
- package/images/fish/tackle/Spinner.png +0 -0
- package/images/fish/tackle/Trap Bobber.png +0 -0
- package/images/fish/tackle/Treasure Hunter.png +0 -0
- package/images/fish/trash/Broken CD.png +0 -0
- package/images/fish/trash/Broken Glasses.png +0 -0
- package/images/fish/trash/Driftwood.png +0 -0
- package/images/fish/trash/Rotten Plant.png +0 -0
- package/images/fish/trash/Soggy Newspaper.png +0 -0
- package/images/fish/trash/Trash.png +0 -0
- package/images/footwear/Cinderclown Shoes.png +0 -0
- package/images/footwear/Combat Boots.png +0 -0
- package/images/footwear/Cowboy Boots.png +0 -0
- package/images/footwear/Crystal Shoes.png +0 -0
- package/images/footwear/Dark Boots.png +0 -0
- package/images/footwear/Dragonscale Boots.png +0 -0
- package/images/footwear/Emily's Magic Boots.png +0 -0
- package/images/footwear/Firewalker Boots.png +0 -0
- package/images/footwear/Genie Shoes.png +0 -0
- package/images/footwear/Leather Boots.png +0 -0
- package/images/footwear/Leprechaun Shoes.png +0 -0
- package/images/footwear/Mermaid Boots.png +0 -0
- package/images/footwear/Rubber Boots.png +0 -0
- package/images/footwear/Sneakers.png +0 -0
- package/images/footwear/Space Boots.png +0 -0
- package/images/footwear/Thermal Boots.png +0 -0
- package/images/footwear/Tundra Boots.png +0 -0
- package/images/footwear/Work Boots.png +0 -0
- package/images/forageables/Battery Pack.png +0 -0
- package/images/forageables/Blackberry.png +0 -0
- package/images/forageables/Cave Carrot.png +0 -0
- package/images/forageables/Cave Mushrooms.png +0 -0
- package/images/forageables/Chanterelle.png +0 -0
- package/images/forageables/Clay.png +0 -0
- package/images/forageables/Coconut.png +0 -0
- package/images/forageables/Common Mushroom.png +0 -0
- package/images/forageables/Coral.png +0 -0
- package/images/forageables/Crocus.png +0 -0
- package/images/forageables/Crystal Fruit.png +0 -0
- package/images/forageables/Daffodil.png +0 -0
- package/images/forageables/Dandelion.png +0 -0
- package/images/forageables/Fiddlehead Fern.png +0 -0
- package/images/forageables/Ginger.png +0 -0
- package/images/forageables/Grape.png +0 -0
- package/images/forageables/Hardwood.png +0 -0
- package/images/forageables/Hazelnut.png +0 -0
- package/images/forageables/Holly.png +0 -0
- package/images/forageables/Leek.png +0 -0
- package/images/forageables/Magma Cap.png +0 -0
- package/images/forageables/Maple Syrup.png +0 -0
- package/images/forageables/Morel.png +0 -0
- package/images/forageables/Moss.png +0 -0
- package/images/forageables/Mystic Syrup.png +0 -0
- package/images/forageables/Nautilus Shell.png +0 -0
- package/images/forageables/Oak Resin.png +0 -0
- package/images/forageables/Pine Tar.png +0 -0
- package/images/forageables/Purple Mushroom.png +0 -0
- package/images/forageables/Rainbow Shell.png +0 -0
- package/images/forageables/Red Mushroom.png +0 -0
- package/images/forageables/Roe.png +0 -0
- package/images/forageables/Salmonberry.png +0 -0
- package/images/forageables/Sap.png +0 -0
- package/images/forageables/Sea Urchin.png +0 -0
- package/images/forageables/Snow Yam.png +0 -0
- package/images/forageables/Spice Berry.png +0 -0
- package/images/forageables/Spring Onion.png +0 -0
- package/images/forageables/Squid Ink.png +0 -0
- package/images/forageables/Stone.png +0 -0
- package/images/forageables/Sweet Pea.png +0 -0
- package/images/forageables/Tea Leaves.png +0 -0
- package/images/forageables/Wild Horseradish.png +0 -0
- package/images/forageables/Wild Plum.png +0 -0
- package/images/forageables/Winter Root.png +0 -0
- package/images/forageables/Wood.png +0 -0
- package/images/hats/Abigail's Bow.png +0 -0
- package/images/hats/Arcane Hat.png +0 -0
- package/images/hats/Archer's Cap.png +0 -0
- package/images/hats/Beanie.png +0 -0
- package/images/hats/Blobfish Mask.png +0 -0
- package/images/hats/Blue Bonnet.png +0 -0
- package/images/hats/Blue Bow.png +0 -0
- package/images/hats/Blue Cowboy Hat.png +0 -0
- package/images/hats/Blue Ribbon.png +0 -0
- package/images/hats/Bluebird Mask.png +0 -0
- package/images/hats/Bowler Hat.png +0 -0
- package/images/hats/Bridal Veil.png +0 -0
- package/images/hats/Bucket Hat.png +0 -0
- package/images/hats/Butterfly Bow.png +0 -0
- package/images/hats/Cat Ears.png +0 -0
- package/images/hats/Chef Hat.png +0 -0
- package/images/hats/Chicken Mask.png +0 -0
- package/images/hats/ConcernedApe Hat.png +0 -0
- package/images/hats/Cone Hat.png +0 -0
- package/images/hats/Cool Cap.png +0 -0
- package/images/hats/Copper Pan (hat).png +0 -0
- package/images/hats/Cowboy Hat.png +0 -0
- package/images/hats/Cowgal Hat.png +0 -0
- package/images/hats/Cowpoke Hat.png +0 -0
- package/images/hats/Daisy.png +0 -0
- package/images/hats/Dark Ballcap.png +0 -0
- package/images/hats/Dark Cowboy Hat.png +0 -0
- package/images/hats/Dark Velvet Bow.png +0 -0
- package/images/hats/Delicate Bow.png +0 -0
- package/images/hats/Deluxe Cowboy Hat.png +0 -0
- package/images/hats/Deluxe Pirate Hat.png +0 -0
- package/images/hats/Dinosaur Hat.png +0 -0
- package/images/hats/Earmuffs.png +0 -0
- package/images/hats/Elegant Turban.png +0 -0
- package/images/hats/Emily's Magic Hat.png +0 -0
- package/images/hats/Eye Patch.png +0 -0
- package/images/hats/Fashion Hat.png +0 -0
- package/images/hats/Fedora.png +0 -0
- package/images/hats/Fishing Hat.png +0 -0
- package/images/hats/Flat Topped Hat.png +0 -0
- package/images/hats/Floppy Beanie.png +0 -0
- package/images/hats/Forager's Hat.png +0 -0
- package/images/hats/Frog Hat.png +0 -0
- package/images/hats/Garbage Hat.png +0 -0
- package/images/hats/Gil's Hat.png +0 -0
- package/images/hats/Gnome's Cap.png +0 -0
- package/images/hats/Goblin Mask.png +0 -0
- package/images/hats/Goggles.png +0 -0
- package/images/hats/Gold Pan (hat).png +0 -0
- package/images/hats/Golden Helmet.png +0 -0
- package/images/hats/Golden Mask (hat).png +0 -0
- package/images/hats/Good Ol' Cap.png +0 -0
- package/images/hats/Governor's Hat.png +0 -0
- package/images/hats/Green Turban.png +0 -0
- package/images/hats/Hair Bone.png +0 -0
- package/images/hats/Hard Hat.png +0 -0
- package/images/hats/Hunter's Cap.png +0 -0
- package/images/hats/Infinity Crown.png +0 -0
- package/images/hats/Iridium Pan (hat).png +0 -0
- package/images/hats/Jester Hat.png +0 -0
- package/images/hats/Joja Cap.png +0 -0
- package/images/hats/Junimo Hat.png +0 -0
- package/images/hats/Knight's Helmet.png +0 -0
- package/images/hats/Laurel Wreath Crown.png +0 -0
- package/images/hats/Leprechaun Hat.png +0 -0
- package/images/hats/Living Hat.png +0 -0
- package/images/hats/Logo Cap.png +0 -0
- package/images/hats/Lucky Bow.png +0 -0
- package/images/hats/Magic Cowboy Hat.png +0 -0
- package/images/hats/Magic Turban.png +0 -0
- package/images/hats/Mouse Ears.png +0 -0
- package/images/hats/Mr. Qi's Hat.png +0 -0
- package/images/hats/Mummy Mask.png +0 -0
- package/images/hats/Mushroom Cap.png +0 -0
- package/images/hats/Mystery Hat.png +0 -0
- package/images/hats/Official Cap.png +0 -0
- package/images/hats/Pageboy Cap.png +0 -0
- package/images/hats/Panda Hat.png +0 -0
- package/images/hats/Paper Hat.png +0 -0
- package/images/hats/Party Hat (blue).png +0 -0
- package/images/hats/Party Hat (green).png +0 -0
- package/images/hats/Party Hat (red).png +0 -0
- package/images/hats/Pink Bow.png +0 -0
- package/images/hats/Pirate Hat.png +0 -0
- package/images/hats/Plum Chapeau.png +0 -0
- package/images/hats/Polka Bow.png +0 -0
- package/images/hats/Propeller Hat.png +0 -0
- package/images/hats/Pumpkin Mask.png +0 -0
- package/images/hats/Qi Mask.png +0 -0
- package/images/hats/Raccoon Hat.png +0 -0
- package/images/hats/Radioactive Goggles.png +0 -0
- package/images/hats/Red Cowboy Hat.png +0 -0
- package/images/hats/Red Fez.png +0 -0
- package/images/hats/Sailor's Cap.png +0 -0
- package/images/hats/Santa Hat.png +0 -0
- package/images/hats/Skeleton Mask.png +0 -0
- package/images/hats/Small Cap.png +0 -0
- package/images/hats/Sombrero.png +0 -0
- package/images/hats/Sou'wester.png +0 -0
- package/images/hats/Space Helmet.png +0 -0
- package/images/hats/Sports Cap.png +0 -0
- package/images/hats/Spotted Headscarf.png +0 -0
- package/images/hats/Squid Hat.png +0 -0
- package/images/hats/Squire's Helmet.png +0 -0
- package/images/hats/Star Helmet.png +0 -0
- package/images/hats/Steel Pan (hat).png +0 -0
- package/images/hats/Straw Hat.png +0 -0
- package/images/hats/Sunglasses.png +0 -0
- package/images/hats/Swashbuckler Hat.png +0 -0
- package/images/hats/Tiara.png +0 -0
- package/images/hats/Tiger Hat.png +0 -0
- package/images/hats/Top Hat.png +0 -0
- package/images/hats/Totem Mask.png +0 -0
- package/images/hats/Tricorn Hat.png +0 -0
- package/images/hats/Tropiclip.png +0 -0
- package/images/hats/Trucker Hat.png +0 -0
- package/images/hats/Warrior Helmet.png +0 -0
- package/images/hats/Watermelon Band.png +0 -0
- package/images/hats/Wearable Dwarf Helm.png +0 -0
- package/images/hats/White Bow.png +0 -0
- package/images/hats/White Turban.png +0 -0
- package/images/hats/Witch Hat.png +0 -0
- package/images/locations/Abandoned House.png +0 -0
- package/images/locations/Adventurer's Guild.png +0 -0
- package/images/locations/Blacksmith.png +0 -0
- package/images/locations/Bookseller.png +0 -0
- package/images/locations/Carpenter's Shop.png +0 -0
- package/images/locations/Casino.png +0 -0
- package/images/locations/Cindersap Forest.png +0 -0
- package/images/locations/Community Center.png +0 -0
- package/images/locations/Desert Trader.png +0 -0
- package/images/locations/Fish Shop.png +0 -0
- package/images/locations/Ginger Island.png +0 -0
- package/images/locations/Harvey's Clinic.png +0 -0
- package/images/locations/Island Field Office.png +0 -0
- package/images/locations/Island Trader.png +0 -0
- package/images/locations/JojaMart.png +0 -0
- package/images/locations/Marnie's Ranch.png +0 -0
- package/images/locations/Museum.png +0 -0
- package/images/locations/Mutant Bug Lair.png +0 -0
- package/images/locations/Oasis.png +0 -0
- package/images/locations/Pelican Town.png +0 -0
- package/images/locations/Pierre's General Store.png +0 -0
- package/images/locations/Qi's Walnut Room.png +0 -0
- package/images/locations/Quarry Mine.png +0 -0
- package/images/locations/Quarry.png +0 -0
- package/images/locations/Railroad.png +0 -0
- package/images/locations/Secret Woods.png +0 -0
- package/images/locations/Skull Cavern.png +0 -0
- package/images/locations/Spa.png +0 -0
- package/images/locations/The Beach.png +0 -0
- package/images/locations/The Desert.png +0 -0
- package/images/locations/The Mines.png +0 -0
- package/images/locations/The Mountain.png +0 -0
- package/images/locations/The Sewers.png +0 -0
- package/images/locations/The Stardrop Saloon.png +0 -0
- package/images/locations/Traveling Cart.png +0 -0
- package/images/locations/Volcano Dungeon.png +0 -0
- package/images/locations/Witch's Hut.png +0 -0
- package/images/locations/Wizard's Tower.png +0 -0
- package/images/lost-books/Lost Book.png +0 -0
- package/images/maps/full-image/Beach Farm Map.png +0 -0
- package/images/maps/full-image/Forest Farm Map.png +0 -0
- package/images/maps/full-image/Four Corners Farm Map.png +0 -0
- package/images/maps/full-image/Hilltop Farm Map.png +0 -0
- package/images/maps/full-image/Meadowlands Farm Map.png +0 -0
- package/images/maps/full-image/Riverland Farm Map.png +0 -0
- package/images/maps/full-image/Standard Farm Map.png +0 -0
- package/images/maps/full-image/Wilderness Farm Map.png +0 -0
- package/images/maps/icons/Beach Farm Map Icon.png +0 -0
- package/images/maps/icons/Forest Farm Map Icon.png +0 -0
- package/images/maps/icons/Four Corners Farm Map Icon.png +0 -0
- package/images/maps/icons/Hilltop Farm Map Icon.png +0 -0
- package/images/maps/icons/Meadowlands Farm Map Icon.png +0 -0
- package/images/maps/icons/Riverland Farm Map Icon.png +0 -0
- package/images/maps/icons/Standard Farm Map Icon.png +0 -0
- package/images/maps/icons/Wilderness Farm Map Icon.png +0 -0
- package/images/medical-supplies/Energy Tonic.png +0 -0
- package/images/medical-supplies/Muscle Remedy.png +0 -0
- package/images/minerals/Dragon Tooth.png +0 -0
- package/images/minerals/Farm Boulder.png +0 -0
- package/images/minerals/Pearl.png +0 -0
- package/images/minerals/bars/Copper Bar.png +0 -0
- package/images/minerals/bars/Gold Bar.png +0 -0
- package/images/minerals/bars/Iridium Bar.png +0 -0
- package/images/minerals/bars/Iron Bar.png +0 -0
- package/images/minerals/bars/Radioactive Bar.png +0 -0
- package/images/minerals/bars/Refined Quartz.png +0 -0
- package/images/minerals/foraged-minerals/Cinder Shard.png +0 -0
- package/images/minerals/foraged-minerals/Earth Crystal.png +0 -0
- package/images/minerals/foraged-minerals/Fire Quartz.png +0 -0
- package/images/minerals/foraged-minerals/Frozen Tear.png +0 -0
- package/images/minerals/foraged-minerals/Quartz.png +0 -0
- package/images/minerals/gems/Amethyst.png +0 -0
- package/images/minerals/gems/Aquamarine.png +0 -0
- package/images/minerals/gems/Diamond.png +0 -0
- package/images/minerals/gems/Emerald.png +0 -0
- package/images/minerals/gems/Jade.png +0 -0
- package/images/minerals/gems/Prismatic Shard.png +0 -0
- package/images/minerals/gems/Ruby.png +0 -0
- package/images/minerals/gems/Topaz.png +0 -0
- package/images/minerals/geode-minerals/Aerinite.png +0 -0
- package/images/minerals/geode-minerals/Alamite.png +0 -0
- package/images/minerals/geode-minerals/Baryte.png +0 -0
- package/images/minerals/geode-minerals/Basalt.png +0 -0
- package/images/minerals/geode-minerals/Bixite.png +0 -0
- package/images/minerals/geode-minerals/Calcite.png +0 -0
- package/images/minerals/geode-minerals/Celestine.png +0 -0
- package/images/minerals/geode-minerals/Dolomite.png +0 -0
- package/images/minerals/geode-minerals/Esperite.png +0 -0
- package/images/minerals/geode-minerals/Fairy Stone.png +0 -0
- package/images/minerals/geode-minerals/Fire Opal.png +0 -0
- package/images/minerals/geode-minerals/Fluorapatite.png +0 -0
- package/images/minerals/geode-minerals/Geminite.png +0 -0
- package/images/minerals/geode-minerals/Ghost Crystal.png +0 -0
- package/images/minerals/geode-minerals/Granite.png +0 -0
- package/images/minerals/geode-minerals/Helvite.png +0 -0
- package/images/minerals/geode-minerals/Hematite.png +0 -0
- package/images/minerals/geode-minerals/Jagoite.png +0 -0
- package/images/minerals/geode-minerals/Jamborite.png +0 -0
- package/images/minerals/geode-minerals/Jasper.png +0 -0
- package/images/minerals/geode-minerals/Kyanite.png +0 -0
- package/images/minerals/geode-minerals/Lemon Stone.png +0 -0
- package/images/minerals/geode-minerals/Limestone.png +0 -0
- package/images/minerals/geode-minerals/Lunarite.png +0 -0
- package/images/minerals/geode-minerals/Malachite.png +0 -0
- package/images/minerals/geode-minerals/Marble.png +0 -0
- package/images/minerals/geode-minerals/Mudstone.png +0 -0
- package/images/minerals/geode-minerals/Nekoite.png +0 -0
- package/images/minerals/geode-minerals/Neptunite.png +0 -0
- package/images/minerals/geode-minerals/Obsidian.png +0 -0
- package/images/minerals/geode-minerals/Ocean Stone.png +0 -0
- package/images/minerals/geode-minerals/Opal.png +0 -0
- package/images/minerals/geode-minerals/Orpiment.png +0 -0
- package/images/minerals/geode-minerals/Petrified Slime.png +0 -0
- package/images/minerals/geode-minerals/Pyrite.png +0 -0
- package/images/minerals/geode-minerals/Sandstone.png +0 -0
- package/images/minerals/geode-minerals/Slate.png +0 -0
- package/images/minerals/geode-minerals/Soapstone.png +0 -0
- package/images/minerals/geode-minerals/Star Shards.png +0 -0
- package/images/minerals/geode-minerals/Thunder Egg.png +0 -0
- package/images/minerals/geode-minerals/Tigerseye.png +0 -0
- package/images/minerals/geodes/Artifact Trove.png +0 -0
- package/images/minerals/geodes/Frozen Geode.png +0 -0
- package/images/minerals/geodes/Geode.png +0 -0
- package/images/minerals/geodes/Golden Coconut.png +0 -0
- package/images/minerals/geodes/Golden Mystery Box.png +0 -0
- package/images/minerals/geodes/Magma Geode.png +0 -0
- package/images/minerals/geodes/Mystery Box.png +0 -0
- package/images/minerals/geodes/Omni Geode.png +0 -0
- package/images/minerals/nodes/Amethyst Node.png +0 -0
- package/images/minerals/nodes/Aquamarine Node.png +0 -0
- package/images/minerals/nodes/Bone Node 1.png +0 -0
- package/images/minerals/nodes/Bone Node 2.png +0 -0
- package/images/minerals/nodes/Calico Egg Node 1.png +0 -0
- package/images/minerals/nodes/Calico Egg Node 2.png +0 -0
- package/images/minerals/nodes/Calico Egg Node 3.png +0 -0
- package/images/minerals/nodes/Cinder Shard Node 1.png +0 -0
- package/images/minerals/nodes/Cinder Shard Node 2.png +0 -0
- package/images/minerals/nodes/Clay Node.png +0 -0
- package/images/minerals/nodes/Coal Node 1.png +0 -0
- package/images/minerals/nodes/Coal Node 2.png +0 -0
- package/images/minerals/nodes/Coal Node Volcano 1.png +0 -0
- package/images/minerals/nodes/Coal Node Volcano 2.png +0 -0
- package/images/minerals/nodes/Copper Node Volcano.png +0 -0
- package/images/minerals/nodes/Copper Node.png +0 -0
- package/images/minerals/nodes/Diamond Node.png +0 -0
- package/images/minerals/nodes/Emerald Node.png +0 -0
- package/images/minerals/nodes/Frozen Geode Node.png +0 -0
- package/images/minerals/nodes/Gem Node.png +0 -0
- package/images/minerals/nodes/Geode Node.png +0 -0
- package/images/minerals/nodes/Gold Node Volcano.png +0 -0
- package/images/minerals/nodes/Gold Node.png +0 -0
- package/images/minerals/nodes/Iridium Node.png +0 -0
- package/images/minerals/nodes/Iron Node Volcano.png +0 -0
- package/images/minerals/nodes/Iron Node.png +0 -0
- package/images/minerals/nodes/Jade Node.png +0 -0
- package/images/minerals/nodes/Magma Geode Node.png +0 -0
- package/images/minerals/nodes/Mussel Node.png +0 -0
- package/images/minerals/nodes/Mystic Stone.png +0 -0
- package/images/minerals/nodes/Omni Geode Node.png +0 -0
- package/images/minerals/nodes/Radioactive Node.png +0 -0
- package/images/minerals/nodes/Rock 1.png +0 -0
- package/images/minerals/nodes/Rock 2.png +0 -0
- package/images/minerals/nodes/Ruby Node.png +0 -0
- package/images/minerals/nodes/Stone 1.png +0 -0
- package/images/minerals/nodes/Stone 2.png +0 -0
- package/images/minerals/nodes/Stone 3.png +0 -0
- package/images/minerals/nodes/Stone 4.png +0 -0
- package/images/minerals/nodes/Stone 5.png +0 -0
- package/images/minerals/nodes/Stone 6.png +0 -0
- package/images/minerals/nodes/Stone.png +0 -0
- package/images/minerals/nodes/Topaz Node.png +0 -0
- package/images/minerals/ore/Coal.png +0 -0
- package/images/minerals/ore/Copper Ore.png +0 -0
- package/images/minerals/ore/Gold Ore.png +0 -0
- package/images/minerals/ore/Iridium Ore.png +0 -0
- package/images/minerals/ore/Iron Ore.png +0 -0
- package/images/minerals/ore/Radioactive Ore.png +0 -0
- package/images/minerals/resources/Bone Fragment.png +0 -0
- package/images/misc/Calico Egg.png +0 -0
- package/images/misc/Gold Quality.png +0 -0
- package/images/misc/Gold.png +0 -0
- package/images/misc/Golden Animal Cracker.png +0 -0
- package/images/misc/Golden Walnut.png +0 -0
- package/images/misc/Iridium Quality.png +0 -0
- package/images/misc/Qi Bean.png +0 -0
- package/images/misc/Silver Quality.png +0 -0
- package/images/mixed-seeds/mixed-flower-seeds.png +0 -0
- package/images/mixed-seeds/mixed-seeds.png +0 -0
- package/images/monsters/Armored Bug.png +0 -0
- package/images/monsters/Bat.png +0 -0
- package/images/monsters/Big Slime.png +0 -0
- package/images/monsters/Blue Slime.png +0 -0
- package/images/monsters/Blue Squid.png +0 -0
- package/images/monsters/Bug.png +0 -0
- package/images/monsters/Carbon Ghost.png +0 -0
- package/images/monsters/Cave Fly.png +0 -0
- package/images/monsters/Copper Slime.png +0 -0
- package/images/monsters/Duggy.png +0 -0
- package/images/monsters/Dust Sprite.png +0 -0
- package/images/monsters/Dwarvish Sentry.png +0 -0
- package/images/monsters/False Magma Cap.png +0 -0
- package/images/monsters/Frost Bat.png +0 -0
- package/images/monsters/Ghost.png +0 -0
- package/images/monsters/Green Slime.png +0 -0
- package/images/monsters/Grub.png +0 -0
- package/images/monsters/Haunted Skull.png +0 -0
- package/images/monsters/Hot Head.png +0 -0
- package/images/monsters/Iridium Bat.png +0 -0
- package/images/monsters/Iridium Crab.png +0 -0
- package/images/monsters/Iridium Golem.png +0 -0
- package/images/monsters/Iron Slime.png +0 -0
- package/images/monsters/Lava Bat.png +0 -0
- package/images/monsters/Lava Crab.png +0 -0
- package/images/monsters/Lava Lurk.png +0 -0
- package/images/monsters/Magma Duggy.png +0 -0
- package/images/monsters/Magma Sparker.png +0 -0
- package/images/monsters/Magma Sprite.png +0 -0
- package/images/monsters/Metal Head.png +0 -0
- package/images/monsters/Mummy.png +0 -0
- package/images/monsters/Mutant Fly.png +0 -0
- package/images/monsters/Mutant Grub.png +0 -0
- package/images/monsters/Pepper Rex.png +0 -0
- package/images/monsters/Purple Slime.png +0 -0
- package/images/monsters/Putrid Ghost.png +0 -0
- package/images/monsters/Red Slime.png +0 -0
- package/images/monsters/Rock Crab.png +0 -0
- package/images/monsters/Royal Serpent.png +0 -0
- package/images/monsters/Serpent.png +0 -0
- package/images/monsters/Shadow Brute.png +0 -0
- package/images/monsters/Shadow Shaman.png +0 -0
- package/images/monsters/Shadow Sniper.png +0 -0
- package/images/monsters/Skeleton Mage.png +0 -0
- package/images/monsters/Skeleton.png +0 -0
- package/images/monsters/Spider.png +0 -0
- package/images/monsters/Squid Kid.png +0 -0
- package/images/monsters/Stick Bug.png +0 -0
- package/images/monsters/Stone Golem.png +0 -0
- package/images/monsters/Tiger Slime.png +0 -0
- package/images/monsters/Truffle Crab.png +0 -0
- package/images/monsters/Wilderness Golem.png +0 -0
- package/images/monsters/monster-loot/Bat Wing.png +0 -0
- package/images/monsters/monster-loot/Bug Meat.png +0 -0
- package/images/monsters/monster-loot/Slime.png +0 -0
- package/images/monsters/monster-loot/Solar Essence.png +0 -0
- package/images/monsters/monster-loot/Void Essence.png +0 -0
- package/images/rings/Amethyst Ring.png +0 -0
- package/images/rings/Aquamarine Ring.png +0 -0
- package/images/rings/Burglar's Ring.png +0 -0
- package/images/rings/Crabshell Ring.png +0 -0
- package/images/rings/Emerald Ring.png +0 -0
- package/images/rings/Glow Ring.png +0 -0
- package/images/rings/Glowstone Ring.png +0 -0
- package/images/rings/Hot Java Ring.png +0 -0
- package/images/rings/Immunity Band.png +0 -0
- package/images/rings/Iridium Band.png +0 -0
- package/images/rings/Jade Ring.png +0 -0
- package/images/rings/Jukebox Ring.png +0 -0
- package/images/rings/Lucky Ring.png +0 -0
- package/images/rings/Magnet Ring.png +0 -0
- package/images/rings/Napalm Ring.png +0 -0
- package/images/rings/Phoenix Ring.png +0 -0
- package/images/rings/Protection Ring.png +0 -0
- package/images/rings/Ring of Yoba.png +0 -0
- package/images/rings/Ruby Ring.png +0 -0
- package/images/rings/Savage Ring.png +0 -0
- package/images/rings/Slime Charmer Ring.png +0 -0
- package/images/rings/Small Glow Ring.png +0 -0
- package/images/rings/Small Magnet Ring.png +0 -0
- package/images/rings/Soul Sapper Ring.png +0 -0
- package/images/rings/Sturdy Ring.png +0 -0
- package/images/rings/Thorns Ring.png +0 -0
- package/images/rings/Topaz Ring.png +0 -0
- package/images/rings/Vampire Ring.png +0 -0
- package/images/rings/Warrior Ring.png +0 -0
- package/images/rings/Wedding Ring.png +0 -0
- package/images/scarecrows/Deluxe Scarecrow.png +0 -0
- package/images/scarecrows/Rarecrow 1.png +0 -0
- package/images/scarecrows/Rarecrow 2.png +0 -0
- package/images/scarecrows/Rarecrow 3.png +0 -0
- package/images/scarecrows/Rarecrow 4.png +0 -0
- package/images/scarecrows/Rarecrow 5.png +0 -0
- package/images/scarecrows/Rarecrow 6.png +0 -0
- package/images/scarecrows/Rarecrow 7.png +0 -0
- package/images/scarecrows/Rarecrow 8.png +0 -0
- package/images/scarecrows/Scarecrow.png +0 -0
- package/images/seasons/Fall.png +0 -0
- package/images/seasons/Spring.png +0 -0
- package/images/seasons/Summer.png +0 -0
- package/images/seasons/Winter.png +0 -0
- package/images/seasons/calendar-icons/Festival Flag.gif +0 -0
- package/images/seasons/calendar-icons/Fishing Event.png +0 -0
- package/images/seasons/calendar-icons/Special Event.png +0 -0
- package/images/seasons/festivals/Dance of the Moonlight Jellies.jpg +0 -0
- package/images/seasons/festivals/Desert Festival.png +0 -0
- package/images/seasons/festivals/Egg Festival.png +0 -0
- package/images/seasons/festivals/Feast of the Winter Star.png +0 -0
- package/images/seasons/festivals/Festival of Ice.jpg +0 -0
- package/images/seasons/festivals/Flower Dance.jpg +0 -0
- package/images/seasons/festivals/Luau.png +0 -0
- package/images/seasons/festivals/Night Market.jpg +0 -0
- package/images/seasons/festivals/Spirit's Eve.png +0 -0
- package/images/seasons/festivals/SquidFest.png +0 -0
- package/images/seasons/festivals/Stardew Valley Fair.png +0 -0
- package/images/seasons/festivals/Trout Derby.png +0 -0
- package/images/shop/'Volcano' Photo.png +0 -0
- package/images/shop/Aquatic Sanctuary.png +0 -0
- package/images/shop/Birch Double Bed.png +0 -0
- package/images/shop/Bird House.png +0 -0
- package/images/shop/Bouquet.png +0 -0
- package/images/shop/Burnt Offering.png +0 -0
- package/images/shop/Butterfly Hutch.png +0 -0
- package/images/shop/Butterfly Powder.png +0 -0
- package/images/shop/Cat Tree.png +0 -0
- package/images/shop/Catalogue.png +0 -0
- package/images/shop/Clothesline.png +0 -0
- package/images/shop/Coat Stand.png +0 -0
- package/images/shop/Cow Decal.png +0 -0
- package/images/shop/Dark Cat Tree.png +0 -0
- package/images/shop/Dark Doghouse.png +0 -0
- package/images/shop/Dark Piano.png +0 -0
- package/images/shop/Deconstructor.png +0 -0
- package/images/shop/Decorative Sword.png +0 -0
- package/images/shop/Doghouse.png +0 -0
- package/images/shop/Enricher.png +0 -0
- package/images/shop/Exotic Double Bed.png +0 -0
- package/images/shop/Fireworks (Green).png +0 -0
- package/images/shop/Fireworks (Purple).png +0 -0
- package/images/shop/Fireworks (Red).png +0 -0
- package/images/shop/Fisher Double Bed.png +0 -0
- package/images/shop/Galaxy Soul.png +0 -0
- package/images/shop/Hay.png +0 -0
- package/images/shop/Highway 89.png +0 -0
- package/images/shop/Horse Flute.png +0 -0
- package/images/shop/J. Cola Light.png +0 -0
- package/images/shop/Joja Cola.png +0 -0
- package/images/shop/Joja Furniture Catalogue.png +0 -0
- package/images/shop/Joja Wallpaper.png +0 -0
- package/images/shop/Jungle Torch.png +0 -0
- package/images/shop/Junimo Catalogue.png +0 -0
- package/images/shop/Junimo Chest.png +0 -0
- package/images/shop/Large Fish Tank.png +0 -0
- package/images/shop/Magic Rock Candy.png +0 -0
- package/images/shop/Mannequin (Male).png +0 -0
- package/images/shop/Midnight Beach Bed.png +0 -0
- package/images/shop/Midnight Beach Double Bed.png +0 -0
- package/images/shop/Mini-Shipping Bin.png +0 -0
- package/images/shop/Modern Double Bed.png +0 -0
- package/images/shop/Monster Fireplace.png +0 -0
- package/images/shop/Mushroom Tree Seed.png +0 -0
- package/images/shop/Oceanic Rug.png +0 -0
- package/images/shop/Ornamental Hay Bale.png +0 -0
- package/images/shop/Palm Wall Ornament.png +0 -0
- package/images/shop/Pierre's Missing Stocklist.png +0 -0
- package/images/shop/Pressure Nozzle.png +0 -0
- package/images/shop/Primal Motion.png +0 -0
- package/images/shop/Qi Gem.png +0 -0
- package/images/shop/Qi Seasoning.png +0 -0
- package/images/shop/Retro Catalogue.png +0 -0
- package/images/shop/Return Scepter.png +0 -0
- package/images/shop/Rice.png +0 -0
- package/images/shop/Sign Of The Vessel.png +0 -0
- package/images/shop/Small Fish Tank.png +0 -0
- package/images/shop/Spires.png +0 -0
- package/images/shop/Stardrop.png +0 -0
- package/images/shop/Sugar.png +0 -0
- package/images/shop/Tea Set.png +0 -0
- package/images/shop/Tropical Bed.png +0 -0
- package/images/shop/Tropical Chair.png +0 -0
- package/images/shop/Tropical Double Bed.png +0 -0
- package/images/shop/Tropical TV.png +0 -0
- package/images/shop/Void Ghost Pendant.png +0 -0
- package/images/shop/Wall Cactus.png +0 -0
- package/images/shop/Wall Sword.png +0 -0
- package/images/shop/Wheat Flour.png +0 -0
- package/images/shop/Wild Double Bed.png +0 -0
- package/images/shop/Wizard Catalogue.png +0 -0
- package/images/skills/Combat.png +0 -0
- package/images/skills/Farming.png +0 -0
- package/images/skills/Fishing.png +0 -0
- package/images/skills/Foraging.png +0 -0
- package/images/skills/Mining.png +0 -0
- package/images/special-items/Animal Catalogue.png +0 -0
- package/images/special-items/Bait And Bobber.png +0 -0
- package/images/special-items/Bear's Knowledge.png +0 -0
- package/images/special-items/Book Of Stars.png +0 -0
- package/images/special-items/Book of Mysteries.png +0 -0
- package/images/special-items/Club Card.png +0 -0
- package/images/special-items/Combat Quarterly.png +0 -0
- package/images/special-items/Dark Talisman.png +0 -0
- package/images/special-items/Dwarvish Safety Manual.png +0 -0
- package/images/special-items/Dwarvish Translation Guide.png +0 -0
- package/images/special-items/Forest Magic.png +0 -0
- package/images/special-items/Friendship 101.png +0 -0
- package/images/special-items/Horse The Book.png +0 -0
- package/images/special-items/Jack Be Nimble, Jack Be Thick.png +0 -0
- package/images/special-items/Jewels Of The Sea.png +0 -0
- package/images/special-items/Key To The Town.png +0 -0
- package/images/special-items/Magic Ink.png +0 -0
- package/images/special-items/Magnifying Glass.png +0 -0
- package/images/special-items/Mapping Cave Systems.png +0 -0
- package/images/special-items/Mastery Icon.png +0 -0
- package/images/special-items/Mining Monthly.png +0 -0
- package/images/special-items/Monster Compendium.png +0 -0
- package/images/special-items/Ol' Slitherlegs.png +0 -0
- package/images/special-items/Price Catalogue.png +0 -0
- package/images/special-items/Queen Of Sauce Cookbook.png +0 -0
- package/images/special-items/Rusty Key.png +0 -0
- package/images/special-items/Skull Key.png +0 -0
- package/images/special-items/Special Charm.png +0 -0
- package/images/special-items/Spring Onion Mastery.png +0 -0
- package/images/special-items/Stardew Valley Almanac.png +0 -0
- package/images/special-items/The Alleyway Buffet.png +0 -0
- package/images/special-items/The Art O' Crabbing.png +0 -0
- package/images/special-items/The Diamond Hunter.png +0 -0
- package/images/special-items/Treasure Appraisal Guide.png +0 -0
- package/images/special-items/Way Of The Wind pt. 1.png +0 -0
- package/images/special-items/Way Of The Wind pt. 2.png +0 -0
- package/images/special-items/Ways Of The Wild.png +0 -0
- package/images/special-items/Woodcutter's Weekly.png +0 -0
- package/images/special-items/Woody's Secret.png +0 -0
- package/images/stardrops/Stardrop.png +0 -0
- package/images/tools/Auto-Grabber.png +0 -0
- package/images/tools/Auto-Petter.png +0 -0
- package/images/tools/Golden Scythe.png +0 -0
- package/images/tools/Heater.png +0 -0
- package/images/tools/Iridium Scythe.png +0 -0
- package/images/tools/Milk Pail.png +0 -0
- package/images/tools/Scythe.png +0 -0
- package/images/tools/Shears.png +0 -0
- package/images/tools/axe/Axe.png +0 -0
- package/images/tools/axe/Copper Axe.png +0 -0
- package/images/tools/axe/Gold Axe.png +0 -0
- package/images/tools/axe/Iridium Axe.png +0 -0
- package/images/tools/axe/Steel Axe.png +0 -0
- package/images/tools/backpack/Deluxe Pack.png +0 -0
- package/images/tools/backpack/Large Pack.png +0 -0
- package/images/tools/fishing-rod/Advanced Iridium Rod.png +0 -0
- package/images/tools/fishing-rod/Bamboo Pole.png +0 -0
- package/images/tools/fishing-rod/Fiberglass Rod.png +0 -0
- package/images/tools/fishing-rod/Iridium Rod.png +0 -0
- package/images/tools/fishing-rod/Training Rod.png +0 -0
- package/images/tools/hoe/Copper Hoe.png +0 -0
- package/images/tools/hoe/Gold Hoe.png +0 -0
- package/images/tools/hoe/Hoe.png +0 -0
- package/images/tools/hoe/Iridium Hoe.png +0 -0
- package/images/tools/hoe/Steel Hoe.png +0 -0
- package/images/tools/pan/Copper Pan.png +0 -0
- package/images/tools/pan/Gold Pan.png +0 -0
- package/images/tools/pan/Iridium Pan.png +0 -0
- package/images/tools/pan/Steel Pan.png +0 -0
- package/images/tools/pickaxe/Copper Pickaxe.png +0 -0
- package/images/tools/pickaxe/Gold Pickaxe.png +0 -0
- package/images/tools/pickaxe/Iridium Pickaxe.png +0 -0
- package/images/tools/pickaxe/Pickaxe.png +0 -0
- package/images/tools/pickaxe/Steel Pickaxe.png +0 -0
- package/images/tools/trash-can/Copper Trash Can.png +0 -0
- package/images/tools/trash-can/Gold Trash Can.png +0 -0
- package/images/tools/trash-can/Iridium Trash Can.png +0 -0
- package/images/tools/trash-can/Steel Trash Can.png +0 -0
- package/images/tools/watering-can/Copper Watering Can.png +0 -0
- package/images/tools/watering-can/Gold Watering Can.png +0 -0
- package/images/tools/watering-can/Iridium Watering Can.png +0 -0
- package/images/tools/watering-can/Steel Watering Can.png +0 -0
- package/images/tools/watering-can/Watering Can.png +0 -0
- package/images/trees/Large Log.png +0 -0
- package/images/trees/Large Stump.png +0 -0
- package/images/trees/Twig 1.png +0 -0
- package/images/trees/Twig 2.png +0 -0
- package/images/trees/Weeds.png +0 -0
- package/images/trees/apple/crop.png +0 -0
- package/images/trees/apple/harvest.png +0 -0
- package/images/trees/apple/seed.png +0 -0
- package/images/trees/apple/stage-1.png +0 -0
- package/images/trees/apple/stage-2.png +0 -0
- package/images/trees/apple/stage-3.png +0 -0
- package/images/trees/apple/stage-4.png +0 -0
- package/images/trees/apple/stage-5.png +0 -0
- package/images/trees/apricot/crop.png +0 -0
- package/images/trees/apricot/harvest.png +0 -0
- package/images/trees/apricot/seed.png +0 -0
- package/images/trees/apricot/stage-1.png +0 -0
- package/images/trees/apricot/stage-2.png +0 -0
- package/images/trees/apricot/stage-3.png +0 -0
- package/images/trees/apricot/stage-4.png +0 -0
- package/images/trees/apricot/stage-5.png +0 -0
- package/images/trees/banana/crop.png +0 -0
- package/images/trees/banana/harvest.png +0 -0
- package/images/trees/banana/seed.png +0 -0
- package/images/trees/banana/stage-1.png +0 -0
- package/images/trees/banana/stage-2.png +0 -0
- package/images/trees/banana/stage-3.png +0 -0
- package/images/trees/banana/stage-4.png +0 -0
- package/images/trees/banana/stage-5.png +0 -0
- package/images/trees/cherry/crop.png +0 -0
- package/images/trees/cherry/harvest.png +0 -0
- package/images/trees/cherry/seed.png +0 -0
- package/images/trees/cherry/stage-1.png +0 -0
- package/images/trees/cherry/stage-2.png +0 -0
- package/images/trees/cherry/stage-3.png +0 -0
- package/images/trees/cherry/stage-4.png +0 -0
- package/images/trees/cherry/stage-5.png +0 -0
- package/images/trees/green-rain/seed.png +0 -0
- package/images/trees/green-rain/type-1/stage-1.png +0 -0
- package/images/trees/green-rain/type-1/stage-2.png +0 -0
- package/images/trees/green-rain/type-1/stage-3.png +0 -0
- package/images/trees/green-rain/type-1/stage-4.png +0 -0
- package/images/trees/green-rain/type-1/stage-5.png +0 -0
- package/images/trees/green-rain/type-2/stage-1.png +0 -0
- package/images/trees/green-rain/type-2/stage-2.png +0 -0
- package/images/trees/green-rain/type-2/stage-3.png +0 -0
- package/images/trees/green-rain/type-2/stage-4.png +0 -0
- package/images/trees/green-rain/type-2/stage-5.png +0 -0
- package/images/trees/green-rain/type-3/stage-1.png +0 -0
- package/images/trees/green-rain/type-3/stage-2.png +0 -0
- package/images/trees/green-rain/type-3/stage-3.png +0 -0
- package/images/trees/green-rain/type-3/stage-4.png +0 -0
- package/images/trees/green-rain/type-3/stage-5.png +0 -0
- package/images/trees/mahogany/seed.png +0 -0
- package/images/trees/mahogany/stage-1.png +0 -0
- package/images/trees/mahogany/stage-2.png +0 -0
- package/images/trees/mahogany/stage-3.png +0 -0
- package/images/trees/mahogany/stage-4.png +0 -0
- package/images/trees/mahogany/stage-5.png +0 -0
- package/images/trees/mango/crop.png +0 -0
- package/images/trees/mango/harvest.png +0 -0
- package/images/trees/mango/seed.png +0 -0
- package/images/trees/mango/stage-1.png +0 -0
- package/images/trees/mango/stage-2.png +0 -0
- package/images/trees/mango/stage-3.png +0 -0
- package/images/trees/mango/stage-4.png +0 -0
- package/images/trees/mango/stage-5.png +0 -0
- package/images/trees/maple/seed.png +0 -0
- package/images/trees/maple/stage-1.png +0 -0
- package/images/trees/maple/stage-2.png +0 -0
- package/images/trees/maple/stage-3.png +0 -0
- package/images/trees/maple/stage-4.png +0 -0
- package/images/trees/maple/stage-5.png +0 -0
- package/images/trees/mushroom/seed.png +0 -0
- package/images/trees/mushroom/stage-1.png +0 -0
- package/images/trees/mushroom/stage-2.png +0 -0
- package/images/trees/mushroom/stage-3.png +0 -0
- package/images/trees/mushroom/stage-4.png +0 -0
- package/images/trees/mushroom/stage-5.png +0 -0
- package/images/trees/mystic/seed.png +0 -0
- package/images/trees/mystic/stage-1.png +0 -0
- package/images/trees/mystic/stage-2.png +0 -0
- package/images/trees/mystic/stage-3.png +0 -0
- package/images/trees/mystic/stage-4.png +0 -0
- package/images/trees/mystic/stage-5.png +0 -0
- package/images/trees/oak/seed.png +0 -0
- package/images/trees/oak/stage-1.png +0 -0
- package/images/trees/oak/stage-2.png +0 -0
- package/images/trees/oak/stage-3.png +0 -0
- package/images/trees/oak/stage-4.png +0 -0
- package/images/trees/oak/stage-5.png +0 -0
- package/images/trees/orange/crop.png +0 -0
- package/images/trees/orange/harvest.png +0 -0
- package/images/trees/orange/seed.png +0 -0
- package/images/trees/orange/stage-1.png +0 -0
- package/images/trees/orange/stage-2.png +0 -0
- package/images/trees/orange/stage-3.png +0 -0
- package/images/trees/orange/stage-4.png +0 -0
- package/images/trees/orange/stage-5.png +0 -0
- package/images/trees/palm/stage-1.png +0 -0
- package/images/trees/palm/stage-2.png +0 -0
- package/images/trees/palm/stage-3.png +0 -0
- package/images/trees/peach/crop.png +0 -0
- package/images/trees/peach/harvest.png +0 -0
- package/images/trees/peach/seed.png +0 -0
- package/images/trees/peach/stage-1.png +0 -0
- package/images/trees/peach/stage-2.png +0 -0
- package/images/trees/peach/stage-3.png +0 -0
- package/images/trees/peach/stage-4.png +0 -0
- package/images/trees/peach/stage-5.png +0 -0
- package/images/trees/pine/seed.png +0 -0
- package/images/trees/pine/stage-1.png +0 -0
- package/images/trees/pine/stage-2.png +0 -0
- package/images/trees/pine/stage-3.png +0 -0
- package/images/trees/pine/stage-4.png +0 -0
- package/images/trees/pine/stage-5.png +0 -0
- package/images/trees/pomegranate/crop.png +0 -0
- package/images/trees/pomegranate/harvest.png +0 -0
- package/images/trees/pomegranate/seed.png +0 -0
- package/images/trees/pomegranate/stage-1.png +0 -0
- package/images/trees/pomegranate/stage-2.png +0 -0
- package/images/trees/pomegranate/stage-3.png +0 -0
- package/images/trees/pomegranate/stage-4.png +0 -0
- package/images/trees/pomegranate/stage-5.png +0 -0
- package/images/trinkets/Basilisk Paw.png +0 -0
- package/images/trinkets/Fairy Box.png +0 -0
- package/images/trinkets/Frog Egg.png +0 -0
- package/images/trinkets/Golden Spur.png +0 -0
- package/images/trinkets/Ice Rod.png +0 -0
- package/images/trinkets/Magic Hair Gel.png +0 -0
- package/images/trinkets/Magic Quiver.png +0 -0
- package/images/trinkets/Parrot Egg.png +0 -0
- package/images/villagers/Abigail.png +0 -0
- package/images/villagers/Alex.png +0 -0
- package/images/villagers/Bouncer.png +0 -0
- package/images/villagers/Caroline.png +0 -0
- package/images/villagers/Clint.png +0 -0
- package/images/villagers/Demetrius.png +0 -0
- package/images/villagers/Dwarf.png +0 -0
- package/images/villagers/Elliott.png +0 -0
- package/images/villagers/Emily.png +0 -0
- package/images/villagers/Evelyn.png +0 -0
- package/images/villagers/Fizz.png +0 -0
- package/images/villagers/George.png +0 -0
- package/images/villagers/Gil.png +0 -0
- package/images/villagers/Governor.png +0 -0
- package/images/villagers/Grandpa.png +0 -0
- package/images/villagers/Gunther.png +0 -0
- package/images/villagers/Gus.png +0 -0
- package/images/villagers/Haley.png +0 -0
- package/images/villagers/Harvey.png +0 -0
- package/images/villagers/Henchman.png +0 -0
- package/images/villagers/Jas.png +0 -0
- package/images/villagers/Jodi.png +0 -0
- package/images/villagers/Kent.png +0 -0
- package/images/villagers/Krobus.png +0 -0
- package/images/villagers/Leah.png +0 -0
- package/images/villagers/Leo.png +0 -0
- package/images/villagers/Lewis.png +0 -0
- package/images/villagers/Linus.png +0 -0
- package/images/villagers/Marlon.png +0 -0
- package/images/villagers/Marnie.png +0 -0
- package/images/villagers/Maru.png +0 -0
- package/images/villagers/Morris.png +0 -0
- package/images/villagers/MrQi.png +0 -0
- package/images/villagers/Pam.png +0 -0
- package/images/villagers/ParrotBoy.png +0 -0
- package/images/villagers/Penny.png +0 -0
- package/images/villagers/Pierre.png +0 -0
- package/images/villagers/Robin.png +0 -0
- package/images/villagers/SafariGuy.png +0 -0
- package/images/villagers/Sam.png +0 -0
- package/images/villagers/Sandy.png +0 -0
- package/images/villagers/Sebastian.png +0 -0
- package/images/villagers/Shane.png +0 -0
- package/images/villagers/Vincent.png +0 -0
- package/images/villagers/Willy.png +0 -0
- package/images/villagers/Wizard.png +0 -0
- package/images/villagers/spouse-portraits/Abigail.png +0 -0
- package/images/villagers/spouse-portraits/Alex.png +0 -0
- package/images/villagers/spouse-portraits/Elliott.png +0 -0
- package/images/villagers/spouse-portraits/Emily.png +0 -0
- package/images/villagers/spouse-portraits/Haley.png +0 -0
- package/images/villagers/spouse-portraits/Harvey.png +0 -0
- package/images/villagers/spouse-portraits/Krobus.png +0 -0
- package/images/villagers/spouse-portraits/Leah.png +0 -0
- package/images/villagers/spouse-portraits/Maru.png +0 -0
- package/images/villagers/spouse-portraits/Penny.png +0 -0
- package/images/villagers/spouse-portraits/Sam.png +0 -0
- package/images/villagers/spouse-portraits/Sebastian.png +0 -0
- package/images/villagers/spouse-portraits/Shane.png +0 -0
- package/images/weapons/clubs/Alex's Bat.png +0 -0
- package/images/weapons/clubs/Dragontooth Club.png +0 -0
- package/images/weapons/clubs/Dwarf Hammer.png +0 -0
- package/images/weapons/clubs/Femur.png +0 -0
- package/images/weapons/clubs/Galaxy Hammer.png +0 -0
- package/images/weapons/clubs/Harvey's Mallet.png +0 -0
- package/images/weapons/clubs/Infinity Gavel.png +0 -0
- package/images/weapons/clubs/Kudgel.png +0 -0
- package/images/weapons/clubs/Lead Rod.png +0 -0
- package/images/weapons/clubs/Maru's Wrench.png +0 -0
- package/images/weapons/clubs/Penny's Fryer.png +0 -0
- package/images/weapons/clubs/Sam's Old Guitar.png +0 -0
- package/images/weapons/clubs/Seb's Lost Mace.png +0 -0
- package/images/weapons/clubs/The Slammer.png +0 -0
- package/images/weapons/clubs/Wood Club.png +0 -0
- package/images/weapons/clubs/Wood Mallet.png +0 -0
- package/images/weapons/daggers/Abby's Planchette.png +0 -0
- package/images/weapons/daggers/Broken Trident.png +0 -0
- package/images/weapons/daggers/Burglar's Shank.png +0 -0
- package/images/weapons/daggers/Carving Knife.png +0 -0
- package/images/weapons/daggers/Crystal Dagger.png +0 -0
- package/images/weapons/daggers/Dragontooth Shiv.png +0 -0
- package/images/weapons/daggers/Dwarf Dagger.png +0 -0
- package/images/weapons/daggers/Elf Blade.png +0 -0
- package/images/weapons/daggers/Elliott's Pencil.png +0 -0
- package/images/weapons/daggers/Galaxy Dagger.png +0 -0
- package/images/weapons/daggers/Infinity Dagger.png +0 -0
- package/images/weapons/daggers/Iridium Needle.png +0 -0
- package/images/weapons/daggers/Iron Dirk.png +0 -0
- package/images/weapons/daggers/Shadow Dagger.png +0 -0
- package/images/weapons/daggers/Wicked Kris.png +0 -0
- package/images/weapons/daggers/Wind Spire.png +0 -0
- package/images/weapons/slingshots/Master Slingshot.png +0 -0
- package/images/weapons/slingshots/Slingshot.png +0 -0
- package/images/weapons/stats/Crit. Chance.png +0 -0
- package/images/weapons/stats/Crit. Power.png +0 -0
- package/images/weapons/stats/Defense.png +0 -0
- package/images/weapons/stats/Speed.png +0 -0
- package/images/weapons/stats/Weight.png +0 -0
- package/images/weapons/swords/Bone Sword.png +0 -0
- package/images/weapons/swords/Claymore.png +0 -0
- package/images/weapons/swords/Cutlass.png +0 -0
- package/images/weapons/swords/Dark Sword.png +0 -0
- package/images/weapons/swords/Dragontooth Cutlass.png +0 -0
- package/images/weapons/swords/Dwarf Sword.png +0 -0
- package/images/weapons/swords/Forest Sword.png +0 -0
- package/images/weapons/swords/Galaxy Sword.png +0 -0
- package/images/weapons/swords/Haley's Iron.png +0 -0
- package/images/weapons/swords/Holy Blade.png +0 -0
- package/images/weapons/swords/Infinity Blade.png +0 -0
- package/images/weapons/swords/Insect Head.png +0 -0
- package/images/weapons/swords/Iron Edge.png +0 -0
- package/images/weapons/swords/Lava Katana.png +0 -0
- package/images/weapons/swords/Leah's Whittler.png +0 -0
- package/images/weapons/swords/Meowmere.png +0 -0
- package/images/weapons/swords/Neptune's Glaive.png +0 -0
- package/images/weapons/swords/Obsidian Edge.png +0 -0
- package/images/weapons/swords/Ossified Blade.png +0 -0
- package/images/weapons/swords/Pirate's Sword.png +0 -0
- package/images/weapons/swords/Rusty Sword.png +0 -0
- package/images/weapons/swords/Silver Saber.png +0 -0
- package/images/weapons/swords/Steel Falchion.png +0 -0
- package/images/weapons/swords/Steel Smallsword.png +0 -0
- package/images/weapons/swords/Tempered Broadsword.png +0 -0
- package/images/weapons/swords/Templar's Blade.png +0 -0
- package/images/weapons/swords/Wooden Blade.png +0 -0
- package/images/weapons/swords/Yeti Tooth.png +0 -0
- package/images/weather/Festival.png +0 -0
- package/images/weather/Green Rain.png +0 -0
- package/images/weather/Rain.png +0 -0
- package/images/weather/Snow.png +0 -0
- package/images/weather/Storm.png +0 -0
- package/images/weather/Sun.png +0 -0
- package/images/weather/Wedding.png +0 -0
- package/images/weather/Wind Fall.png +0 -0
- package/images/weather/Wind Spring.png +0 -0
- package/package.json +91 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,2788 @@
|
|
|
1
|
+
interface Achievement {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
image: string;
|
|
6
|
+
icon: string | null;
|
|
7
|
+
reward: string | null;
|
|
8
|
+
secret: boolean;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
interface AnimalProduce {
|
|
12
|
+
id: string;
|
|
13
|
+
name: string;
|
|
14
|
+
sellPrice: number;
|
|
15
|
+
image: string;
|
|
16
|
+
}
|
|
17
|
+
interface Pet {
|
|
18
|
+
type: 'pet';
|
|
19
|
+
id: string;
|
|
20
|
+
name: string;
|
|
21
|
+
variant?: number;
|
|
22
|
+
image: string;
|
|
23
|
+
}
|
|
24
|
+
interface FarmAnimal {
|
|
25
|
+
type: 'farm-animal';
|
|
26
|
+
id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
building: string;
|
|
30
|
+
purchasePrice: number | null;
|
|
31
|
+
sellPrice: number;
|
|
32
|
+
daysToMature: number;
|
|
33
|
+
daysToProduce: number;
|
|
34
|
+
harvestMethod: 'drop' | 'tool' | 'dig';
|
|
35
|
+
harvestTool: string | null;
|
|
36
|
+
produce: AnimalProduce;
|
|
37
|
+
deluxeProduce: AnimalProduce | null;
|
|
38
|
+
image: string;
|
|
39
|
+
}
|
|
40
|
+
type Animal = Pet | FarmAnimal;
|
|
41
|
+
|
|
42
|
+
type Season = 'spring' | 'summer' | 'fall' | 'winter' | 'ginger island';
|
|
43
|
+
type Quality = 'silver' | 'gold' | 'iridium';
|
|
44
|
+
interface EnergyHealth {
|
|
45
|
+
energy?: number;
|
|
46
|
+
health?: number;
|
|
47
|
+
poison?: boolean;
|
|
48
|
+
}
|
|
49
|
+
interface SeedBuyPrice {
|
|
50
|
+
place: string;
|
|
51
|
+
price: number;
|
|
52
|
+
}
|
|
53
|
+
interface Ingredient {
|
|
54
|
+
name: string;
|
|
55
|
+
id: string;
|
|
56
|
+
quantity: number;
|
|
57
|
+
}
|
|
58
|
+
interface Stage {
|
|
59
|
+
name: string;
|
|
60
|
+
image: string;
|
|
61
|
+
}
|
|
62
|
+
interface GiftPreferences {
|
|
63
|
+
loves: string[];
|
|
64
|
+
likes: string[];
|
|
65
|
+
neutrals: string[];
|
|
66
|
+
dislikes: string[];
|
|
67
|
+
hates: string[];
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
type BundleRoom = 'crafts-room' | 'pantry' | 'fish-tank' | 'boiler-room' | 'bulletin-board' | 'vault' | 'abandoned-joja-mart';
|
|
71
|
+
interface BundleItem {
|
|
72
|
+
name: string;
|
|
73
|
+
quantity: number;
|
|
74
|
+
quality?: Quality;
|
|
75
|
+
}
|
|
76
|
+
interface BundleReward {
|
|
77
|
+
name: string;
|
|
78
|
+
quantity: number;
|
|
79
|
+
}
|
|
80
|
+
interface ItemBundle {
|
|
81
|
+
id: string;
|
|
82
|
+
type: 'items';
|
|
83
|
+
name: string;
|
|
84
|
+
room: BundleRoom;
|
|
85
|
+
bundleGroup: number;
|
|
86
|
+
image: string;
|
|
87
|
+
items: BundleItem[];
|
|
88
|
+
itemsRequired: number;
|
|
89
|
+
itemsChosenRandom: boolean;
|
|
90
|
+
numItemsAvailable: number;
|
|
91
|
+
reward: BundleReward;
|
|
92
|
+
remixBundle: boolean;
|
|
93
|
+
}
|
|
94
|
+
interface GoldBundle {
|
|
95
|
+
id: string;
|
|
96
|
+
type: 'gold';
|
|
97
|
+
name: string;
|
|
98
|
+
room: BundleRoom;
|
|
99
|
+
bundleGroup: number;
|
|
100
|
+
image: string;
|
|
101
|
+
goldCost: number;
|
|
102
|
+
reward: BundleReward;
|
|
103
|
+
remixBundle: boolean;
|
|
104
|
+
}
|
|
105
|
+
interface JojaBundle {
|
|
106
|
+
id: string;
|
|
107
|
+
type: 'joja mart';
|
|
108
|
+
name: string;
|
|
109
|
+
description: string;
|
|
110
|
+
goldCost: number;
|
|
111
|
+
unlock: string;
|
|
112
|
+
}
|
|
113
|
+
type Bundle = ItemBundle | GoldBundle | JojaBundle;
|
|
114
|
+
|
|
115
|
+
interface ArtisanIngredient {
|
|
116
|
+
name: string;
|
|
117
|
+
id: string | null;
|
|
118
|
+
quantity: number | null;
|
|
119
|
+
}
|
|
120
|
+
interface CaskAging {
|
|
121
|
+
silverDays: number;
|
|
122
|
+
goldDays: number;
|
|
123
|
+
iridiumDays: number;
|
|
124
|
+
}
|
|
125
|
+
interface PriceFormula {
|
|
126
|
+
multiplier: number;
|
|
127
|
+
addend: number;
|
|
128
|
+
}
|
|
129
|
+
interface ArtisanGood {
|
|
130
|
+
id: string;
|
|
131
|
+
name: string;
|
|
132
|
+
description: string;
|
|
133
|
+
equipment: string;
|
|
134
|
+
ingredients: ArtisanIngredient[];
|
|
135
|
+
processingMinutes: number;
|
|
136
|
+
processingDays: number;
|
|
137
|
+
sellPrice: number | null;
|
|
138
|
+
sellPriceFormula: string | null;
|
|
139
|
+
priceFormula: PriceFormula | null;
|
|
140
|
+
qualityLevels: boolean;
|
|
141
|
+
cask: CaskAging | null;
|
|
142
|
+
image: string;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
interface QualityPrice {
|
|
146
|
+
quality: Quality;
|
|
147
|
+
icon: string;
|
|
148
|
+
value: number;
|
|
149
|
+
}
|
|
150
|
+
interface QualityEnergyHealth {
|
|
151
|
+
quality: Quality;
|
|
152
|
+
icon: string;
|
|
153
|
+
energy: number;
|
|
154
|
+
health: number;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
interface HarvestQuantity {
|
|
158
|
+
min: number;
|
|
159
|
+
max: number;
|
|
160
|
+
}
|
|
161
|
+
interface Crop {
|
|
162
|
+
id: string;
|
|
163
|
+
name: string;
|
|
164
|
+
category: string;
|
|
165
|
+
seasons: Season[];
|
|
166
|
+
growDays: number;
|
|
167
|
+
regrowDays: number | null;
|
|
168
|
+
seedId: string;
|
|
169
|
+
seedName: string;
|
|
170
|
+
seedBuyPrices: SeedBuyPrice[];
|
|
171
|
+
seedSellPrice: number;
|
|
172
|
+
cropSellPrice: number;
|
|
173
|
+
harvestQuantity: HarvestQuantity;
|
|
174
|
+
trellis: boolean;
|
|
175
|
+
giant: boolean;
|
|
176
|
+
description: string;
|
|
177
|
+
image: string;
|
|
178
|
+
seedImage: string;
|
|
179
|
+
giantImage?: string;
|
|
180
|
+
stages: Stage[];
|
|
181
|
+
energyHealth?: EnergyHealth;
|
|
182
|
+
farmingXP?: number;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
interface FarmMap {
|
|
186
|
+
id: string;
|
|
187
|
+
name: string;
|
|
188
|
+
description: string;
|
|
189
|
+
skills: string[];
|
|
190
|
+
tillableTiles: number;
|
|
191
|
+
features: string[];
|
|
192
|
+
startingItems: string[];
|
|
193
|
+
image: string;
|
|
194
|
+
icon: string;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
type MixedSeedProduces = Partial<Record<Season, string[]>>;
|
|
198
|
+
interface MixedSeed {
|
|
199
|
+
id: string;
|
|
200
|
+
name: string;
|
|
201
|
+
sellPrice: number;
|
|
202
|
+
description: string;
|
|
203
|
+
image: string;
|
|
204
|
+
buyPrices: SeedBuyPrice[];
|
|
205
|
+
produces: MixedSeedProduces;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
interface MonsterLoot {
|
|
209
|
+
id: string;
|
|
210
|
+
name: string;
|
|
211
|
+
sellPrice: number;
|
|
212
|
+
image: string;
|
|
213
|
+
droppedBy: string[];
|
|
214
|
+
}
|
|
215
|
+
interface MonsterVariant {
|
|
216
|
+
name: string;
|
|
217
|
+
hp: number;
|
|
218
|
+
damage: number;
|
|
219
|
+
speed: number;
|
|
220
|
+
xp: number;
|
|
221
|
+
image: string;
|
|
222
|
+
locations: string[];
|
|
223
|
+
lootIds: string[];
|
|
224
|
+
dangerous: boolean;
|
|
225
|
+
}
|
|
226
|
+
interface Monster {
|
|
227
|
+
id: string;
|
|
228
|
+
name: string;
|
|
229
|
+
hp: number;
|
|
230
|
+
damage: number;
|
|
231
|
+
speed: number;
|
|
232
|
+
xp: number;
|
|
233
|
+
image: string;
|
|
234
|
+
locations: string[];
|
|
235
|
+
lootIds: string[];
|
|
236
|
+
dangerous: boolean;
|
|
237
|
+
variants?: MonsterVariant[];
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
interface SlayerReward {
|
|
241
|
+
name: string;
|
|
242
|
+
itemId: string | null;
|
|
243
|
+
image: string | null;
|
|
244
|
+
}
|
|
245
|
+
interface MonsterSlayerGoal {
|
|
246
|
+
id: string;
|
|
247
|
+
name: string;
|
|
248
|
+
killTarget: number;
|
|
249
|
+
monsters: string[];
|
|
250
|
+
reward: SlayerReward;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
type SearchResultKind = 'crop' | 'crop-seed' | 'fruit-tree' | 'fruit-tree-produce' | 'wild-tree' | 'wild-tree-seed' | 'wild-tree-tapper' | 'animal' | 'animal-produce' | 'artisan-good' | 'monster' | 'monster-loot' | 'ring' | 'tool' | 'weapon' | 'hat' | 'footwear' | 'forageable' | 'fish' | 'bait' | 'tackle' | 'cooked-dish' | 'artifact' | 'mineral' | 'geode' | 'mining-node' | 'mineral-resource' | 'crafting-recipe';
|
|
254
|
+
interface SearchResult {
|
|
255
|
+
kind: SearchResultKind;
|
|
256
|
+
id: string;
|
|
257
|
+
name: string;
|
|
258
|
+
image: string;
|
|
259
|
+
sellPrice: number | null;
|
|
260
|
+
parents?: {
|
|
261
|
+
id: string;
|
|
262
|
+
name: string;
|
|
263
|
+
}[];
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
interface SkillLevelRecipes {
|
|
267
|
+
crafting: string[];
|
|
268
|
+
cooking: string[];
|
|
269
|
+
}
|
|
270
|
+
interface SkillLevel {
|
|
271
|
+
level: number;
|
|
272
|
+
xpRequired: number;
|
|
273
|
+
totalXp: number;
|
|
274
|
+
recipes: SkillLevelRecipes;
|
|
275
|
+
}
|
|
276
|
+
interface MasteryUnlock {
|
|
277
|
+
name: string;
|
|
278
|
+
description: string;
|
|
279
|
+
}
|
|
280
|
+
interface SkillMastery {
|
|
281
|
+
unlocks: MasteryUnlock[];
|
|
282
|
+
}
|
|
283
|
+
interface Skill {
|
|
284
|
+
id: string;
|
|
285
|
+
name: string;
|
|
286
|
+
description: string;
|
|
287
|
+
toolBonus: string;
|
|
288
|
+
image: string;
|
|
289
|
+
levels: SkillLevel[];
|
|
290
|
+
mastery: SkillMastery;
|
|
291
|
+
}
|
|
292
|
+
interface TitleThreshold {
|
|
293
|
+
minScore: number;
|
|
294
|
+
title: string;
|
|
295
|
+
}
|
|
296
|
+
interface MasteryLevel {
|
|
297
|
+
level: number;
|
|
298
|
+
xpRequired: number;
|
|
299
|
+
totalXp: number;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
interface Festival {
|
|
303
|
+
name: string;
|
|
304
|
+
startDay: number;
|
|
305
|
+
endDay: number;
|
|
306
|
+
image: string;
|
|
307
|
+
calendarIcon: string;
|
|
308
|
+
}
|
|
309
|
+
interface SeasonData {
|
|
310
|
+
id: 'spring' | 'summer' | 'fall' | 'winter';
|
|
311
|
+
name: string;
|
|
312
|
+
totalDays: number;
|
|
313
|
+
image: string;
|
|
314
|
+
festivals: Festival[];
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
interface FruitTreeProduce {
|
|
318
|
+
id: string;
|
|
319
|
+
name: string;
|
|
320
|
+
sellPrice: number;
|
|
321
|
+
image: string;
|
|
322
|
+
energyHealth?: EnergyHealth;
|
|
323
|
+
}
|
|
324
|
+
interface FruitTree {
|
|
325
|
+
type: 'fruit-tree';
|
|
326
|
+
id: string;
|
|
327
|
+
name: string;
|
|
328
|
+
saplingId: string;
|
|
329
|
+
saplingName: string;
|
|
330
|
+
saplingBuyPrices: SeedBuyPrice[];
|
|
331
|
+
saplingSellPrice: number;
|
|
332
|
+
seasons: Season[];
|
|
333
|
+
daysToMature: number;
|
|
334
|
+
description: string;
|
|
335
|
+
image: string;
|
|
336
|
+
saplingImage: string;
|
|
337
|
+
stages: Stage[];
|
|
338
|
+
produce: FruitTreeProduce;
|
|
339
|
+
}
|
|
340
|
+
interface WildTreeTapper {
|
|
341
|
+
id: string;
|
|
342
|
+
name: string;
|
|
343
|
+
sellPrice: number;
|
|
344
|
+
image: string;
|
|
345
|
+
energyHealth?: EnergyHealth;
|
|
346
|
+
}
|
|
347
|
+
interface WildTree {
|
|
348
|
+
type: 'wild-tree';
|
|
349
|
+
id: string;
|
|
350
|
+
name: string;
|
|
351
|
+
seedId: string;
|
|
352
|
+
seedName: string;
|
|
353
|
+
description: string;
|
|
354
|
+
image: string;
|
|
355
|
+
seedImage: string;
|
|
356
|
+
stages: Stage[];
|
|
357
|
+
tapper?: WildTreeTapper;
|
|
358
|
+
}
|
|
359
|
+
type Tree = FruitTree | WildTree;
|
|
360
|
+
|
|
361
|
+
interface Ring {
|
|
362
|
+
id: string;
|
|
363
|
+
name: string;
|
|
364
|
+
description: string;
|
|
365
|
+
sellPrice: number;
|
|
366
|
+
image: string;
|
|
367
|
+
craftingLevel: number | null;
|
|
368
|
+
craftingSkill: 'combat' | 'mining' | null;
|
|
369
|
+
ingredients: Ingredient[];
|
|
370
|
+
purchasePrice: number | null;
|
|
371
|
+
sources: string[];
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
type UniversalGifts = GiftPreferences;
|
|
375
|
+
|
|
376
|
+
interface Quest {
|
|
377
|
+
id: string;
|
|
378
|
+
name: string;
|
|
379
|
+
text: string;
|
|
380
|
+
providedBy: string;
|
|
381
|
+
requirements: string;
|
|
382
|
+
rewards: string;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
interface Villager extends GiftPreferences {
|
|
386
|
+
id: string;
|
|
387
|
+
name: string;
|
|
388
|
+
birthday: {
|
|
389
|
+
day: number;
|
|
390
|
+
season: Exclude<Season, 'ginger island'>;
|
|
391
|
+
};
|
|
392
|
+
address: string;
|
|
393
|
+
occupation: string;
|
|
394
|
+
marriageable: boolean;
|
|
395
|
+
image: string;
|
|
396
|
+
spouseImage?: string;
|
|
397
|
+
hearts: {
|
|
398
|
+
max: number;
|
|
399
|
+
bouquetIncrease: number;
|
|
400
|
+
spouseIncrease: number;
|
|
401
|
+
};
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
interface Weather {
|
|
405
|
+
id: string;
|
|
406
|
+
name: string;
|
|
407
|
+
description: string;
|
|
408
|
+
seasons: Season[];
|
|
409
|
+
image: string;
|
|
410
|
+
watersCrops: boolean;
|
|
411
|
+
special: boolean;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
type ToolLevel = 'basic' | 'copper' | 'steel' | 'gold' | 'iridium';
|
|
415
|
+
interface UpgradeLevel {
|
|
416
|
+
level: ToolLevel;
|
|
417
|
+
image: string | null;
|
|
418
|
+
upgradeCost: number | null;
|
|
419
|
+
materialName: string | null;
|
|
420
|
+
materialQuantity: number | null;
|
|
421
|
+
description: string;
|
|
422
|
+
}
|
|
423
|
+
interface UpgradeableTool {
|
|
424
|
+
id: string;
|
|
425
|
+
type: 'upgradeable';
|
|
426
|
+
name: string;
|
|
427
|
+
description: string;
|
|
428
|
+
canEnchant: boolean;
|
|
429
|
+
levels: UpgradeLevel[];
|
|
430
|
+
}
|
|
431
|
+
interface FishingRod {
|
|
432
|
+
id: string;
|
|
433
|
+
type: 'fishing-rod';
|
|
434
|
+
name: string;
|
|
435
|
+
description: string;
|
|
436
|
+
image: string;
|
|
437
|
+
cost: number | null;
|
|
438
|
+
fishingLevelRequired: number | null;
|
|
439
|
+
bait: boolean;
|
|
440
|
+
tackleSlots: number;
|
|
441
|
+
canEnchant: boolean;
|
|
442
|
+
obtain: string;
|
|
443
|
+
}
|
|
444
|
+
interface SimpleTool {
|
|
445
|
+
id: string;
|
|
446
|
+
type: 'simple';
|
|
447
|
+
name: string;
|
|
448
|
+
description: string;
|
|
449
|
+
image: string;
|
|
450
|
+
cost: number | null;
|
|
451
|
+
obtain: string;
|
|
452
|
+
}
|
|
453
|
+
interface Backpack {
|
|
454
|
+
id: string;
|
|
455
|
+
type: 'backpack';
|
|
456
|
+
name: string;
|
|
457
|
+
description: string;
|
|
458
|
+
image: string;
|
|
459
|
+
cost: number;
|
|
460
|
+
slots: number;
|
|
461
|
+
}
|
|
462
|
+
type Tool = UpgradeableTool | FishingRod | SimpleTool | Backpack;
|
|
463
|
+
type ToolType = Tool['type'];
|
|
464
|
+
|
|
465
|
+
type WeaponType = 'sword' | 'dagger' | 'club' | 'slingshot';
|
|
466
|
+
interface MeleeWeapon {
|
|
467
|
+
id: string;
|
|
468
|
+
type: 'sword' | 'dagger' | 'club';
|
|
469
|
+
name: string;
|
|
470
|
+
image: string;
|
|
471
|
+
damageMin: number;
|
|
472
|
+
damageMax: number;
|
|
473
|
+
speed: number;
|
|
474
|
+
critChance: number;
|
|
475
|
+
critPower: number;
|
|
476
|
+
defense: number;
|
|
477
|
+
knockback: number;
|
|
478
|
+
level: number;
|
|
479
|
+
obtain: string;
|
|
480
|
+
sellPrice: number;
|
|
481
|
+
canEnchant: boolean;
|
|
482
|
+
}
|
|
483
|
+
interface Slingshot {
|
|
484
|
+
id: string;
|
|
485
|
+
type: 'slingshot';
|
|
486
|
+
name: string;
|
|
487
|
+
image: string;
|
|
488
|
+
obtain: string;
|
|
489
|
+
sellPrice: number;
|
|
490
|
+
canEnchant: boolean;
|
|
491
|
+
}
|
|
492
|
+
type Weapon = MeleeWeapon | Slingshot;
|
|
493
|
+
|
|
494
|
+
interface WeaponStat {
|
|
495
|
+
id: string;
|
|
496
|
+
name: string;
|
|
497
|
+
description: string;
|
|
498
|
+
image: string;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
interface Hat {
|
|
502
|
+
id: string;
|
|
503
|
+
name: string;
|
|
504
|
+
description: string;
|
|
505
|
+
obtain: string;
|
|
506
|
+
image: string;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
interface Footwear {
|
|
510
|
+
id: string;
|
|
511
|
+
name: string;
|
|
512
|
+
description: string;
|
|
513
|
+
defense: number;
|
|
514
|
+
immunity: number;
|
|
515
|
+
obtain: string;
|
|
516
|
+
image: string;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
interface Forageable {
|
|
520
|
+
id: string;
|
|
521
|
+
name: string;
|
|
522
|
+
description: string;
|
|
523
|
+
seasons: Season[];
|
|
524
|
+
locations: string;
|
|
525
|
+
sellPrice: number;
|
|
526
|
+
image: string;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
type FishCatchType = 'rod' | 'crab-pot';
|
|
530
|
+
type FishWeather = 'sunny' | 'rainy' | 'both';
|
|
531
|
+
interface Fish {
|
|
532
|
+
id: string;
|
|
533
|
+
name: string;
|
|
534
|
+
description: string;
|
|
535
|
+
catchType: FishCatchType;
|
|
536
|
+
seasons: Season[];
|
|
537
|
+
location: string;
|
|
538
|
+
weather?: FishWeather;
|
|
539
|
+
time?: string;
|
|
540
|
+
difficulty?: number;
|
|
541
|
+
sellPrice: number;
|
|
542
|
+
fishTank: boolean;
|
|
543
|
+
usedIn: string[];
|
|
544
|
+
image: string;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
interface Bait {
|
|
548
|
+
id: string;
|
|
549
|
+
name: string;
|
|
550
|
+
description: string;
|
|
551
|
+
sellPrice: number;
|
|
552
|
+
image: string;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
interface Tackle {
|
|
556
|
+
id: string;
|
|
557
|
+
name: string;
|
|
558
|
+
description: string;
|
|
559
|
+
sellPrice: number;
|
|
560
|
+
image: string;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
interface CookingBuff {
|
|
564
|
+
stat: string;
|
|
565
|
+
value: number;
|
|
566
|
+
}
|
|
567
|
+
type RecipeSource = {
|
|
568
|
+
type: 'default';
|
|
569
|
+
} | {
|
|
570
|
+
type: 'friendship';
|
|
571
|
+
villager: string;
|
|
572
|
+
hearts: number;
|
|
573
|
+
} | {
|
|
574
|
+
type: 'skill';
|
|
575
|
+
skill: string;
|
|
576
|
+
level: number;
|
|
577
|
+
} | {
|
|
578
|
+
type: 'queen-of-sauce';
|
|
579
|
+
season: Season;
|
|
580
|
+
day: number;
|
|
581
|
+
year: number;
|
|
582
|
+
} | {
|
|
583
|
+
type: 'purchase';
|
|
584
|
+
from: string;
|
|
585
|
+
price: number;
|
|
586
|
+
currency: string;
|
|
587
|
+
} | {
|
|
588
|
+
type: 'cutscene';
|
|
589
|
+
description: string;
|
|
590
|
+
};
|
|
591
|
+
interface CookedDish {
|
|
592
|
+
id: string;
|
|
593
|
+
name: string;
|
|
594
|
+
description: string;
|
|
595
|
+
sellPrice: number;
|
|
596
|
+
energyHealth: EnergyHealth;
|
|
597
|
+
ingredients: Ingredient[];
|
|
598
|
+
image: string;
|
|
599
|
+
buffs: CookingBuff[];
|
|
600
|
+
buffDuration: number | null;
|
|
601
|
+
recipeSources: RecipeSource[];
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
interface Artifact {
|
|
605
|
+
id: string;
|
|
606
|
+
name: string;
|
|
607
|
+
description: string;
|
|
608
|
+
sellPrice: number;
|
|
609
|
+
locations: string[];
|
|
610
|
+
donationNotes: string | null;
|
|
611
|
+
image: string;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
interface CollectionItem {
|
|
615
|
+
id: string;
|
|
616
|
+
name: string;
|
|
617
|
+
image: string;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
interface CraftingIngredient {
|
|
621
|
+
id: string;
|
|
622
|
+
name: string;
|
|
623
|
+
quantity: number;
|
|
624
|
+
}
|
|
625
|
+
interface CraftingOutput {
|
|
626
|
+
id: string;
|
|
627
|
+
name: string;
|
|
628
|
+
quantity: number;
|
|
629
|
+
isBigCraftable: boolean;
|
|
630
|
+
}
|
|
631
|
+
interface CraftingRecipe {
|
|
632
|
+
id: string;
|
|
633
|
+
name: string;
|
|
634
|
+
description: string;
|
|
635
|
+
category: string;
|
|
636
|
+
source: string;
|
|
637
|
+
output: CraftingOutput;
|
|
638
|
+
ingredients: CraftingIngredient[];
|
|
639
|
+
image: string;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
interface SmeltRecipe {
|
|
643
|
+
ore: string;
|
|
644
|
+
oreQty: number;
|
|
645
|
+
coalQty: number;
|
|
646
|
+
timeMinutes: number;
|
|
647
|
+
outputQty?: number;
|
|
648
|
+
}
|
|
649
|
+
interface MineralItem {
|
|
650
|
+
id: string;
|
|
651
|
+
name: string;
|
|
652
|
+
kind: 'mineral';
|
|
653
|
+
description: string;
|
|
654
|
+
sellPrice: number;
|
|
655
|
+
gemologistPrice: number;
|
|
656
|
+
locations: string[];
|
|
657
|
+
image: string;
|
|
658
|
+
}
|
|
659
|
+
interface GeodeContainer {
|
|
660
|
+
id: string;
|
|
661
|
+
name: string;
|
|
662
|
+
kind: 'geode';
|
|
663
|
+
description: string;
|
|
664
|
+
sellPrice: number;
|
|
665
|
+
locations: string[];
|
|
666
|
+
image: string;
|
|
667
|
+
}
|
|
668
|
+
interface OreItem {
|
|
669
|
+
id: string;
|
|
670
|
+
name: string;
|
|
671
|
+
kind: 'ore';
|
|
672
|
+
description: string;
|
|
673
|
+
sellPrice: number;
|
|
674
|
+
locations: string[];
|
|
675
|
+
image: string;
|
|
676
|
+
}
|
|
677
|
+
interface BarItem {
|
|
678
|
+
id: string;
|
|
679
|
+
name: string;
|
|
680
|
+
kind: 'bar';
|
|
681
|
+
description: string;
|
|
682
|
+
sellPrice: number;
|
|
683
|
+
smeltRecipes: SmeltRecipe[];
|
|
684
|
+
image: string;
|
|
685
|
+
}
|
|
686
|
+
interface NodeDrop {
|
|
687
|
+
item: string;
|
|
688
|
+
quantity: string;
|
|
689
|
+
chance?: string;
|
|
690
|
+
}
|
|
691
|
+
interface NodeItem {
|
|
692
|
+
id: string;
|
|
693
|
+
name: string;
|
|
694
|
+
kind: 'node';
|
|
695
|
+
description: string | null;
|
|
696
|
+
drops: NodeDrop[];
|
|
697
|
+
miningXP: number;
|
|
698
|
+
locations: string[];
|
|
699
|
+
image: string;
|
|
700
|
+
}
|
|
701
|
+
interface ResourceItem {
|
|
702
|
+
id: string;
|
|
703
|
+
name: string;
|
|
704
|
+
kind: 'resource';
|
|
705
|
+
description: string;
|
|
706
|
+
sellPrice: number;
|
|
707
|
+
locations: string[];
|
|
708
|
+
image: string;
|
|
709
|
+
}
|
|
710
|
+
type Mineral = MineralItem | GeodeContainer | OreItem | BarItem | NodeItem | ResourceItem;
|
|
711
|
+
|
|
712
|
+
interface PerfectionCategory {
|
|
713
|
+
id: string;
|
|
714
|
+
name: string;
|
|
715
|
+
requirement: string;
|
|
716
|
+
count: number;
|
|
717
|
+
unit: string;
|
|
718
|
+
weight: number;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
type QiCurrency = 'qi-gem' | 'golden-walnut';
|
|
722
|
+
interface QiStockItem {
|
|
723
|
+
id: string;
|
|
724
|
+
name: string;
|
|
725
|
+
cost: number;
|
|
726
|
+
currency: QiCurrency;
|
|
727
|
+
quantity: number;
|
|
728
|
+
description: string;
|
|
729
|
+
image: string;
|
|
730
|
+
isRecipe: boolean;
|
|
731
|
+
availability?: string;
|
|
732
|
+
note?: string;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
interface MedicalSupply {
|
|
736
|
+
id: string;
|
|
737
|
+
name: string;
|
|
738
|
+
price: number;
|
|
739
|
+
description: string;
|
|
740
|
+
energy: number;
|
|
741
|
+
health: number;
|
|
742
|
+
image: string;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
interface BlacksmithItem {
|
|
746
|
+
id: string;
|
|
747
|
+
name: string;
|
|
748
|
+
description: string;
|
|
749
|
+
priceYear1: number;
|
|
750
|
+
priceYear2: number;
|
|
751
|
+
image: string;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
interface JojaItem {
|
|
755
|
+
id: string;
|
|
756
|
+
name: string;
|
|
757
|
+
price: number;
|
|
758
|
+
description: string;
|
|
759
|
+
image: string;
|
|
760
|
+
seasons: Season[];
|
|
761
|
+
availability?: string;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
type PierreCategory = 'seed' | 'sapling' | 'ingredient' | 'fertilizer' | 'recipe' | 'special';
|
|
765
|
+
interface PierreItem {
|
|
766
|
+
id: string;
|
|
767
|
+
name: string;
|
|
768
|
+
price: number;
|
|
769
|
+
description: string;
|
|
770
|
+
image: string;
|
|
771
|
+
seasons: Season[];
|
|
772
|
+
category: PierreCategory;
|
|
773
|
+
availability?: string;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
type SaloonCategory = 'food' | 'recipe';
|
|
777
|
+
interface SaloonItem {
|
|
778
|
+
id: string;
|
|
779
|
+
name: string;
|
|
780
|
+
price: number;
|
|
781
|
+
description: string;
|
|
782
|
+
image: string;
|
|
783
|
+
category: SaloonCategory;
|
|
784
|
+
availability?: string;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
type KrobusStockType = 'permanent' | 'daily';
|
|
788
|
+
type KrobusDay = 'Monday' | 'Tuesday' | 'Thursday' | 'Friday' | 'Sunday';
|
|
789
|
+
interface KrobusItem {
|
|
790
|
+
id: string;
|
|
791
|
+
name: string;
|
|
792
|
+
price: number;
|
|
793
|
+
description: string;
|
|
794
|
+
image: string;
|
|
795
|
+
stockType: KrobusStockType;
|
|
796
|
+
day?: KrobusDay;
|
|
797
|
+
stockLimit: number;
|
|
798
|
+
isRecipe: boolean;
|
|
799
|
+
availability?: string;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
type MarnieCategory = 'animal-supply' | 'tool' | 'furniture' | 'catalogue' | 'special';
|
|
803
|
+
interface MarnieItem {
|
|
804
|
+
id: string;
|
|
805
|
+
name: string;
|
|
806
|
+
price: number;
|
|
807
|
+
description: string;
|
|
808
|
+
image: string;
|
|
809
|
+
category: MarnieCategory;
|
|
810
|
+
availability?: string;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
interface WizardBuildingMaterial {
|
|
814
|
+
itemId: string;
|
|
815
|
+
itemName: string;
|
|
816
|
+
amount: number;
|
|
817
|
+
image: string;
|
|
818
|
+
}
|
|
819
|
+
interface WizardBuilding {
|
|
820
|
+
id: string;
|
|
821
|
+
name: string;
|
|
822
|
+
buildCost: number;
|
|
823
|
+
materials: WizardBuildingMaterial[];
|
|
824
|
+
description: string;
|
|
825
|
+
image: string;
|
|
826
|
+
availability?: string;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
type WillyCategory = 'rod' | 'bait' | 'tackle' | 'equipment' | 'recipe' | 'furniture';
|
|
830
|
+
interface WillyItem {
|
|
831
|
+
id: string;
|
|
832
|
+
name: string;
|
|
833
|
+
price: number;
|
|
834
|
+
description: string;
|
|
835
|
+
image: string;
|
|
836
|
+
category: WillyCategory;
|
|
837
|
+
fishingLevelRequired?: number;
|
|
838
|
+
availability?: string;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
type GuildCategory = 'weapon' | 'boots' | 'ring' | 'slingshot' | 'ammo' | 'furniture';
|
|
842
|
+
type GuildWeaponType = 'sword' | 'dagger' | 'club';
|
|
843
|
+
interface GuildItem {
|
|
844
|
+
id: string;
|
|
845
|
+
name: string;
|
|
846
|
+
price: number;
|
|
847
|
+
description: string;
|
|
848
|
+
image: string;
|
|
849
|
+
category: GuildCategory;
|
|
850
|
+
weaponType?: GuildWeaponType;
|
|
851
|
+
mineLevel?: number;
|
|
852
|
+
availability?: string;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
type CarpenterCategory = 'material' | 'recipe' | 'furniture' | 'craftable';
|
|
856
|
+
type CarpenterDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
|
|
857
|
+
interface CarpenterItem {
|
|
858
|
+
id: string;
|
|
859
|
+
name: string;
|
|
860
|
+
price: number;
|
|
861
|
+
description: string;
|
|
862
|
+
image: string;
|
|
863
|
+
category: CarpenterCategory;
|
|
864
|
+
day?: CarpenterDay;
|
|
865
|
+
isRecipe: boolean;
|
|
866
|
+
availability?: string;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
type CasinoCategory = 'furniture' | 'hat' | 'scarecrow' | 'consumable' | 'decoration';
|
|
870
|
+
interface CasinoItem {
|
|
871
|
+
id: string;
|
|
872
|
+
name: string;
|
|
873
|
+
price: number;
|
|
874
|
+
description: string;
|
|
875
|
+
image: string;
|
|
876
|
+
category: CasinoCategory;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
type DesertTraderDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
|
|
880
|
+
interface DesertTraderItem {
|
|
881
|
+
id: string;
|
|
882
|
+
name: string;
|
|
883
|
+
description: string;
|
|
884
|
+
image: string;
|
|
885
|
+
tradeItemId: string;
|
|
886
|
+
tradeItemName: string;
|
|
887
|
+
tradeItemImage: string;
|
|
888
|
+
tradeAmount: number;
|
|
889
|
+
day?: DesertTraderDay;
|
|
890
|
+
isRecipe?: boolean;
|
|
891
|
+
availability?: string;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
type OasisCategory = 'seed' | 'food' | 'furniture' | 'clothing' | 'special';
|
|
895
|
+
type OasisDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
|
|
896
|
+
interface OasisItem {
|
|
897
|
+
id: string;
|
|
898
|
+
name: string;
|
|
899
|
+
price: number;
|
|
900
|
+
description: string;
|
|
901
|
+
image: string;
|
|
902
|
+
category: OasisCategory;
|
|
903
|
+
day?: OasisDay;
|
|
904
|
+
availability?: string;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
type VolcanoShopCurrency = 'gold' | 'cinder-shard' | 'diamond';
|
|
908
|
+
type VolcanoShopCategory = 'footwear' | 'book' | 'consumable' | 'hat' | 'food';
|
|
909
|
+
interface VolcanoShopItem {
|
|
910
|
+
id: string;
|
|
911
|
+
name: string;
|
|
912
|
+
price: number;
|
|
913
|
+
currency: VolcanoShopCurrency;
|
|
914
|
+
description: string;
|
|
915
|
+
image: string;
|
|
916
|
+
category: VolcanoShopCategory;
|
|
917
|
+
availability?: string;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
type IslandTraderDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
|
|
921
|
+
interface IslandTraderItem {
|
|
922
|
+
id: string;
|
|
923
|
+
name: string;
|
|
924
|
+
description: string;
|
|
925
|
+
image: string;
|
|
926
|
+
tradeItemId: string;
|
|
927
|
+
tradeItemName: string;
|
|
928
|
+
tradeItemImage: string;
|
|
929
|
+
tradeAmount: number;
|
|
930
|
+
day?: IslandTraderDay;
|
|
931
|
+
isRecipe?: boolean;
|
|
932
|
+
availability?: string;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
type FieldOfficeCollection = 'large-animal' | 'snake' | 'mummified-frog' | 'mummified-bat';
|
|
936
|
+
interface FieldOfficeReward {
|
|
937
|
+
goldenWalnuts: number;
|
|
938
|
+
item?: {
|
|
939
|
+
id: string;
|
|
940
|
+
name: string;
|
|
941
|
+
image: string;
|
|
942
|
+
};
|
|
943
|
+
}
|
|
944
|
+
interface FieldOfficeDonation {
|
|
945
|
+
id: string;
|
|
946
|
+
name: string;
|
|
947
|
+
description: string;
|
|
948
|
+
image: string;
|
|
949
|
+
collection: FieldOfficeCollection;
|
|
950
|
+
quantity: number;
|
|
951
|
+
}
|
|
952
|
+
interface FieldOfficeCollectionData {
|
|
953
|
+
id: FieldOfficeCollection;
|
|
954
|
+
name: string;
|
|
955
|
+
reward: FieldOfficeReward;
|
|
956
|
+
donations: FieldOfficeDonation[];
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
interface GrandpaInput {
|
|
960
|
+
totalEarnings: number;
|
|
961
|
+
totalSkillLevels: number;
|
|
962
|
+
museumCompleted: boolean;
|
|
963
|
+
masterAngler: boolean;
|
|
964
|
+
fullShipment: boolean;
|
|
965
|
+
married: boolean;
|
|
966
|
+
villagersAt8Hearts: number;
|
|
967
|
+
petFriendship: boolean;
|
|
968
|
+
communityCenterCompleted: boolean;
|
|
969
|
+
communityCenterCeremonyAttended: boolean;
|
|
970
|
+
skullKeyObtained: boolean;
|
|
971
|
+
rustyKeyObtained: boolean;
|
|
972
|
+
}
|
|
973
|
+
interface GrandpaScoreEntry {
|
|
974
|
+
criterion: string;
|
|
975
|
+
points: number;
|
|
976
|
+
maxPoints: number;
|
|
977
|
+
category: GrandpaCategory;
|
|
978
|
+
}
|
|
979
|
+
type GrandpaCategory = 'earnings' | 'skills' | 'achievements' | 'friendship' | 'community-center' | 'exploration';
|
|
980
|
+
interface GrandpaResult {
|
|
981
|
+
score: number;
|
|
982
|
+
maxScore: number;
|
|
983
|
+
candles: 1 | 2 | 3 | 4;
|
|
984
|
+
breakdown: GrandpaScoreEntry[];
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
type DwarfShopCategory = 'explosive' | 'food' | 'consumable' | 'recipe' | 'decoration' | 'scarecrow' | 'book';
|
|
988
|
+
interface DwarfShopItem {
|
|
989
|
+
id: string;
|
|
990
|
+
name: string;
|
|
991
|
+
description: string;
|
|
992
|
+
price: number;
|
|
993
|
+
image: string;
|
|
994
|
+
category: DwarfShopCategory;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
type LocationCategory = 'The Valley' | 'Beyond the Valley' | 'Pelican Town' | 'Cindersap Forest' | 'The Sewers' | 'The Beach' | 'The Mountain' | 'Railroad' | 'Quarry' | 'The Desert' | 'Ginger Island';
|
|
998
|
+
type LocationDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
|
|
999
|
+
interface LocationHours {
|
|
1000
|
+
open: string;
|
|
1001
|
+
close: string;
|
|
1002
|
+
}
|
|
1003
|
+
type LocationType = 'location' | 'building';
|
|
1004
|
+
interface GameLocation {
|
|
1005
|
+
id: string;
|
|
1006
|
+
name: string;
|
|
1007
|
+
type: LocationType;
|
|
1008
|
+
category: LocationCategory;
|
|
1009
|
+
image: string;
|
|
1010
|
+
openHours: LocationHours | null;
|
|
1011
|
+
closed: LocationDay[];
|
|
1012
|
+
address: string | null;
|
|
1013
|
+
occupants: string[];
|
|
1014
|
+
shop: string | null;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
type SpecialItemType = 'special-item' | 'book' | 'skill-book' | 'mastery';
|
|
1018
|
+
type MasterySkill = 'farming' | 'mining' | 'foraging' | 'fishing' | 'combat';
|
|
1019
|
+
interface SpecialItem {
|
|
1020
|
+
id: string;
|
|
1021
|
+
name: string;
|
|
1022
|
+
type: SpecialItemType;
|
|
1023
|
+
effect: string;
|
|
1024
|
+
obtainedFrom: string;
|
|
1025
|
+
image: string;
|
|
1026
|
+
skill?: MasterySkill;
|
|
1027
|
+
mailFlags?: string[];
|
|
1028
|
+
eventFlags?: string[];
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
type BooksellerAvailability = 'always' | 'rotating-skill' | 'rotating-year3' | 'chance' | 'golden-walnut';
|
|
1032
|
+
interface BooksellerItem {
|
|
1033
|
+
id: string;
|
|
1034
|
+
name: string;
|
|
1035
|
+
availability: BooksellerAvailability;
|
|
1036
|
+
price: number;
|
|
1037
|
+
priceTiers?: [number, number, number];
|
|
1038
|
+
image: string;
|
|
1039
|
+
}
|
|
1040
|
+
interface BooksellerTrade {
|
|
1041
|
+
bookId: string;
|
|
1042
|
+
bookName: string;
|
|
1043
|
+
bookImage: string;
|
|
1044
|
+
receiveItems: string[];
|
|
1045
|
+
receiveQuantity: number;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
type ConcessionTag = 'sweet' | 'candy' | 'drink' | 'hot' | 'healthy' | 'sour' | 'fatty' | 'sandwich' | 'burger' | 'cold' | 'salty' | 'gourmet' | 'joja';
|
|
1049
|
+
interface Concession {
|
|
1050
|
+
id: string;
|
|
1051
|
+
name: string;
|
|
1052
|
+
price: number;
|
|
1053
|
+
tags: ConcessionTag[];
|
|
1054
|
+
image: string;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
interface HouseUpgradeMaterial {
|
|
1058
|
+
item: string;
|
|
1059
|
+
quantity: number;
|
|
1060
|
+
}
|
|
1061
|
+
interface HouseUpgrade {
|
|
1062
|
+
id: string;
|
|
1063
|
+
name: string;
|
|
1064
|
+
tier: number;
|
|
1065
|
+
cost: number;
|
|
1066
|
+
materials: HouseUpgradeMaterial[];
|
|
1067
|
+
description: string;
|
|
1068
|
+
image: string;
|
|
1069
|
+
prerequisite: string | null;
|
|
1070
|
+
}
|
|
1071
|
+
interface HouseRenovation {
|
|
1072
|
+
id: string;
|
|
1073
|
+
name: string;
|
|
1074
|
+
cost: number;
|
|
1075
|
+
description: string;
|
|
1076
|
+
image: string;
|
|
1077
|
+
prerequisite: string | null;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
type SecretNoteType = 'secret-note' | 'journal-scrap';
|
|
1081
|
+
interface SecretNote {
|
|
1082
|
+
id: string;
|
|
1083
|
+
name: string;
|
|
1084
|
+
type: SecretNoteType;
|
|
1085
|
+
description: string;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
type TrinketSource = 'combat-drop' | 'desert-festival';
|
|
1089
|
+
interface Trinket {
|
|
1090
|
+
id: string;
|
|
1091
|
+
name: string;
|
|
1092
|
+
effect: string;
|
|
1093
|
+
source: TrinketSource;
|
|
1094
|
+
forgeable: boolean;
|
|
1095
|
+
sellPrice: number;
|
|
1096
|
+
image: string;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
interface LostBook {
|
|
1100
|
+
id: string;
|
|
1101
|
+
name: string;
|
|
1102
|
+
description: string;
|
|
1103
|
+
image: string;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
type StarDropSource = 'purchase' | 'exploration' | 'friendship' | 'achievement' | 'collection';
|
|
1107
|
+
interface StarDrop {
|
|
1108
|
+
id: string;
|
|
1109
|
+
name: string;
|
|
1110
|
+
description: string;
|
|
1111
|
+
source: StarDropSource;
|
|
1112
|
+
image: string;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
type GoldenWalnutTrackingType = 'all-at-once' | 'limited' | 'extra';
|
|
1116
|
+
interface GoldenWalnut {
|
|
1117
|
+
id: string;
|
|
1118
|
+
name: string;
|
|
1119
|
+
amount: number;
|
|
1120
|
+
location: string;
|
|
1121
|
+
hint: string;
|
|
1122
|
+
trackingType: GoldenWalnutTrackingType;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
type ProfessionSkill = 'Farming' | 'Fishing' | 'Foraging' | 'Mining' | 'Combat';
|
|
1126
|
+
interface ProfessionData {
|
|
1127
|
+
id: string;
|
|
1128
|
+
name: string;
|
|
1129
|
+
skill: ProfessionSkill;
|
|
1130
|
+
level: 5 | 10;
|
|
1131
|
+
parentProfession: string | null;
|
|
1132
|
+
description: string;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
type SpecialOrderCategory = 'town' | 'qi';
|
|
1136
|
+
interface SpecialOrderData {
|
|
1137
|
+
id: string;
|
|
1138
|
+
name: string;
|
|
1139
|
+
requester: string;
|
|
1140
|
+
type: SpecialOrderCategory;
|
|
1141
|
+
text: string;
|
|
1142
|
+
prerequisites: string | null;
|
|
1143
|
+
timeframe: number;
|
|
1144
|
+
requirements: string;
|
|
1145
|
+
rewards: string;
|
|
1146
|
+
repeatable: boolean;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
interface GameEvent {
|
|
1150
|
+
id: string;
|
|
1151
|
+
name: string;
|
|
1152
|
+
villager: string;
|
|
1153
|
+
hearts: number;
|
|
1154
|
+
description: string;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
interface BuildingMaterial {
|
|
1158
|
+
id: string;
|
|
1159
|
+
item: string;
|
|
1160
|
+
quantity: number;
|
|
1161
|
+
}
|
|
1162
|
+
type BuildingBuilder = 'Robin' | 'Wizard';
|
|
1163
|
+
interface Building {
|
|
1164
|
+
id: string;
|
|
1165
|
+
name: string;
|
|
1166
|
+
description: string;
|
|
1167
|
+
builder: BuildingBuilder;
|
|
1168
|
+
buildCost: number;
|
|
1169
|
+
buildDays: number;
|
|
1170
|
+
materials: BuildingMaterial[];
|
|
1171
|
+
upgradeFrom: string | null;
|
|
1172
|
+
magical: boolean;
|
|
1173
|
+
image: string;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
/**
|
|
1177
|
+
* Abstract base class providing the five standard terminal methods shared by all query builders.
|
|
1178
|
+
* Subclasses hold a typed data array and implement domain-specific filter and sort methods.
|
|
1179
|
+
*/
|
|
1180
|
+
declare abstract class QueryBase<T extends {
|
|
1181
|
+
id: string;
|
|
1182
|
+
name: string;
|
|
1183
|
+
}> {
|
|
1184
|
+
protected readonly data: T[];
|
|
1185
|
+
constructor(data: T[]);
|
|
1186
|
+
/** Return all results as an array. */
|
|
1187
|
+
get(): T[];
|
|
1188
|
+
/** Return the first result, or `undefined` if there are none. */
|
|
1189
|
+
first(): T | undefined;
|
|
1190
|
+
/** Find an item by its exact ID. */
|
|
1191
|
+
find(id: string): T | undefined;
|
|
1192
|
+
/** Find an item by name (case-insensitive exact match). */
|
|
1193
|
+
findByName(name: string): T | undefined;
|
|
1194
|
+
/** Return the number of results. */
|
|
1195
|
+
count(): number;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
/** Query builder for achievement data. All filter and sort methods return a new AchievementQuery for chaining. */
|
|
1199
|
+
declare class AchievementQuery extends QueryBase<Achievement> {
|
|
1200
|
+
constructor(data?: Achievement[]);
|
|
1201
|
+
/** Filter to secret achievements (hidden until unlocked). */
|
|
1202
|
+
secret(): AchievementQuery;
|
|
1203
|
+
/**
|
|
1204
|
+
* Filter to in-game achievements (those with an in-game icon).
|
|
1205
|
+
* Excludes platform-only achievements that only appear in Steam/GOG.
|
|
1206
|
+
*/
|
|
1207
|
+
inGame(): AchievementQuery;
|
|
1208
|
+
/** Filter to achievements that grant an in-game reward (hat, title, etc.). */
|
|
1209
|
+
withReward(): AchievementQuery;
|
|
1210
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1211
|
+
sortByName(order?: 'asc' | 'desc'): AchievementQuery;
|
|
1212
|
+
}
|
|
1213
|
+
/** Returns an AchievementQuery for all achievement data. Pass `source` to wrap a pre-filtered array. */
|
|
1214
|
+
declare function achievements(source?: Achievement[]): AchievementQuery;
|
|
1215
|
+
|
|
1216
|
+
/** Type guard: narrows an Animal to Pet. */
|
|
1217
|
+
declare function isPet(animal: Animal): animal is Pet;
|
|
1218
|
+
/** Type guard: narrows an Animal to FarmAnimal. */
|
|
1219
|
+
declare function isFarmAnimal(animal: Animal): animal is FarmAnimal;
|
|
1220
|
+
/**
|
|
1221
|
+
* Query builder for animal data (pets and farm animals).
|
|
1222
|
+
* All filter methods return a new AnimalQuery for chaining.
|
|
1223
|
+
* Use `.pets()` or `.farmAnimals()` to narrow to a specific subtype.
|
|
1224
|
+
*/
|
|
1225
|
+
declare class AnimalQuery extends QueryBase<Animal> {
|
|
1226
|
+
constructor(data?: Animal[]);
|
|
1227
|
+
/** Filter to pets only. */
|
|
1228
|
+
pets(): AnimalQuery;
|
|
1229
|
+
/** Filter to a specific pet breed by name (case-insensitive). Only matches pets. */
|
|
1230
|
+
byPetName(name: string): AnimalQuery;
|
|
1231
|
+
/** Filter to farm animals only. */
|
|
1232
|
+
farmAnimals(): AnimalQuery;
|
|
1233
|
+
/** Filter farm animals by their required building (e.g. `'Coop'`, `'Barn'`). */
|
|
1234
|
+
byBuilding(building: string): AnimalQuery;
|
|
1235
|
+
/** Filter farm animals by harvest method (`'tool'` or `'auto'`). */
|
|
1236
|
+
byHarvestMethod(method: FarmAnimal['harvestMethod']): AnimalQuery;
|
|
1237
|
+
/** Filter to farm animals with a purchase price (excludes animals obtained by other means). */
|
|
1238
|
+
purchasable(): AnimalQuery;
|
|
1239
|
+
}
|
|
1240
|
+
/** Returns an AnimalQuery for all animal data. Pass `source` to wrap a pre-filtered array. */
|
|
1241
|
+
declare function animals(source?: Animal[]): AnimalQuery;
|
|
1242
|
+
|
|
1243
|
+
/**
|
|
1244
|
+
* Query builder for Community Center bundle data.
|
|
1245
|
+
* Covers item bundles, gold bundles, and the Joja Mart restoration.
|
|
1246
|
+
* All filter and sort methods return a new BundleQuery for chaining.
|
|
1247
|
+
*/
|
|
1248
|
+
declare class BundleQuery extends QueryBase<Bundle> {
|
|
1249
|
+
constructor(data?: Bundle[]);
|
|
1250
|
+
/** Filter to bundles in the given room. Joja bundles (no room) are excluded. */
|
|
1251
|
+
byRoom(room: BundleRoom): BundleQuery;
|
|
1252
|
+
/**
|
|
1253
|
+
* Return the active remix bundle selection: for each bundle group, returns the
|
|
1254
|
+
* remix variant if one exists, otherwise falls back to the non-remix entry.
|
|
1255
|
+
* Joja bundles are excluded.
|
|
1256
|
+
*/
|
|
1257
|
+
remix(): BundleQuery;
|
|
1258
|
+
/** Filter to standard (non-remix) Community Center bundles. Joja bundles are excluded. */
|
|
1259
|
+
standard(): BundleQuery;
|
|
1260
|
+
/** Filter to item bundles (type `'items'`). */
|
|
1261
|
+
itemBundles(): BundleQuery;
|
|
1262
|
+
/** Filter to gold bundles (type `'gold'`). */
|
|
1263
|
+
goldBundles(): BundleQuery;
|
|
1264
|
+
/** Filter to Joja Mart restoration bundles. */
|
|
1265
|
+
jojaBundles(): BundleQuery;
|
|
1266
|
+
/** Sort by room order (as they appear in the Community Center), then by bundle group number within each room. */
|
|
1267
|
+
sortByRoomAndBundleGroup(): BundleQuery;
|
|
1268
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1269
|
+
sortByName(order?: 'asc' | 'desc'): BundleQuery;
|
|
1270
|
+
}
|
|
1271
|
+
/** Returns a BundleQuery for all bundle data. Pass `source` to wrap a pre-filtered array. */
|
|
1272
|
+
declare function bundles(source?: Bundle[]): BundleQuery;
|
|
1273
|
+
|
|
1274
|
+
/** Query builder for artisan good data. All filter methods return a new ArtisanGoodQuery for chaining. */
|
|
1275
|
+
declare class ArtisanGoodQuery extends QueryBase<ArtisanGood> {
|
|
1276
|
+
constructor(data?: ArtisanGood[]);
|
|
1277
|
+
/** Filter by the equipment that produces the good (case-insensitive, e.g. `'Keg'`, `'Preserves Jar'`). */
|
|
1278
|
+
byEquipment(equipment: string): ArtisanGoodQuery;
|
|
1279
|
+
/** Filter to goods that can be aged in a Cask (have `cask` data). */
|
|
1280
|
+
caskAgeable(): ArtisanGoodQuery;
|
|
1281
|
+
/** Filter to goods that can achieve Silver/Gold/Iridium quality. */
|
|
1282
|
+
withQualityLevels(): ArtisanGoodQuery;
|
|
1283
|
+
/** Filter to goods with a fixed sell price (not formula-based). */
|
|
1284
|
+
fixedPrice(): ArtisanGoodQuery;
|
|
1285
|
+
/** Filter to goods whose sell price is calculated from an ingredient (formula-based). */
|
|
1286
|
+
formulaPrice(): ArtisanGoodQuery;
|
|
1287
|
+
}
|
|
1288
|
+
/** Returns an ArtisanGoodQuery for all artisan good data. Pass `source` to wrap a pre-filtered array. */
|
|
1289
|
+
declare function artisanGoods(source?: ArtisanGood[]): ArtisanGoodQuery;
|
|
1290
|
+
/**
|
|
1291
|
+
* Calculate the sell price of an artisan good given the ingredient's base sell price.
|
|
1292
|
+
* Formula: Math.floor(ingredientBasePrice * multiplier) + addend
|
|
1293
|
+
* Returns null if the good has no price formula (fixed-price items).
|
|
1294
|
+
*/
|
|
1295
|
+
declare function calculateArtisanPrice(good: ArtisanGood, ingredientBasePrice: number): number | null;
|
|
1296
|
+
/**
|
|
1297
|
+
* Apply a PriceFormula directly to an ingredient base price.
|
|
1298
|
+
* Useful when you already have a formula object.
|
|
1299
|
+
*/
|
|
1300
|
+
declare function applyPriceFormula(formula: PriceFormula, ingredientBasePrice: number): number;
|
|
1301
|
+
|
|
1302
|
+
/**
|
|
1303
|
+
* Calculates quality-scaled sell prices and energy/health values.
|
|
1304
|
+
* Mirrors the game's item quality formulas for Silver, Gold, and Iridium tiers.
|
|
1305
|
+
*/
|
|
1306
|
+
declare class QualityCalculator {
|
|
1307
|
+
/**
|
|
1308
|
+
* Calculate sell prices for Silver, Gold, and Iridium quality.
|
|
1309
|
+
* Calculation: Math.floor(basePrice * multiplier)
|
|
1310
|
+
* Multipliers: Silver ×1.25, Gold ×1.5, Iridium ×2
|
|
1311
|
+
*/
|
|
1312
|
+
sellPrices(basePrice: number): QualityPrice[];
|
|
1313
|
+
/**
|
|
1314
|
+
* Calculate energy and health for Silver, Gold, and Iridium quality.
|
|
1315
|
+
* The same multiplier is applied independently to each base value.
|
|
1316
|
+
* Multipliers: Silver ×1.4, Gold ×1.8, Iridium ×2.6
|
|
1317
|
+
*/
|
|
1318
|
+
energyHealth(baseEnergy: number, baseHealth: number): QualityEnergyHealth[];
|
|
1319
|
+
}
|
|
1320
|
+
/** Returns a QualityCalculator instance for computing quality-scaled prices and energy/health values. */
|
|
1321
|
+
declare function qualityCalculator(): QualityCalculator;
|
|
1322
|
+
|
|
1323
|
+
/** Query builder for crop data. All filter and sort methods return a new CropQuery for chaining. */
|
|
1324
|
+
declare class CropQuery extends QueryBase<Crop> {
|
|
1325
|
+
constructor(data?: Crop[]);
|
|
1326
|
+
/** Filter to crops available in the given season. */
|
|
1327
|
+
bySeason(season: Season): CropQuery;
|
|
1328
|
+
/** Filter by category string (e.g. `'Vegetable'`, `'Fruit'`). */
|
|
1329
|
+
byCategory(category: string): CropQuery;
|
|
1330
|
+
/** Filter to crops whose seed is sold at the given shop (case-insensitive). */
|
|
1331
|
+
byShop(shop: string): CropQuery;
|
|
1332
|
+
/** Filter to crops that regrow after harvesting (have a `regrowDays` value). */
|
|
1333
|
+
regrowing(): CropQuery;
|
|
1334
|
+
/** Filter to crops that can grow into giant crops. */
|
|
1335
|
+
giant(): CropQuery;
|
|
1336
|
+
/** Filter to crops that require a trellis. */
|
|
1337
|
+
trellis(): CropQuery;
|
|
1338
|
+
/** Filter to crops available in more than one season. */
|
|
1339
|
+
multiSeason(): CropQuery;
|
|
1340
|
+
/** Filter to crops with a variable harvest that can yield more than 1 item. */
|
|
1341
|
+
extraHarvest(): CropQuery;
|
|
1342
|
+
/** Filter to crops whose seeds are purchasable somewhere. */
|
|
1343
|
+
availableInShop(): CropQuery;
|
|
1344
|
+
/** Filter to crops with energy/health values (edible when consumed). */
|
|
1345
|
+
eatable(): CropQuery;
|
|
1346
|
+
/** Sort by crop sell price. Default: `'desc'` (most valuable first). */
|
|
1347
|
+
sortBySellPrice(order?: 'asc' | 'desc'): CropQuery;
|
|
1348
|
+
/** Sort by grow days. Default: `'asc'` (fastest first). */
|
|
1349
|
+
sortByGrowDays(order?: 'asc' | 'desc'): CropQuery;
|
|
1350
|
+
}
|
|
1351
|
+
/** Returns a CropQuery for all crop data. Pass `source` to wrap a pre-filtered array. */
|
|
1352
|
+
declare function crops(source?: Crop[]): CropQuery;
|
|
1353
|
+
|
|
1354
|
+
/** Query builder for farm map data. All filter methods return a new FarmMapQuery for chaining. */
|
|
1355
|
+
declare class FarmMapQuery extends QueryBase<FarmMap> {
|
|
1356
|
+
constructor(data?: FarmMap[]);
|
|
1357
|
+
bySkill(skill: string): FarmMapQuery;
|
|
1358
|
+
}
|
|
1359
|
+
/** Returns a FarmMapQuery for all farm map data. Pass `source` to wrap a pre-filtered array. */
|
|
1360
|
+
declare function maps(source?: FarmMap[]): FarmMapQuery;
|
|
1361
|
+
|
|
1362
|
+
/** Query builder for monster data. All filter and sort methods return a new MonsterQuery for chaining. */
|
|
1363
|
+
declare class MonsterQuery extends QueryBase<Monster> {
|
|
1364
|
+
constructor(data?: Monster[]);
|
|
1365
|
+
/** Filter to monsters that spawn in the given location (case-insensitive substring match). */
|
|
1366
|
+
byLocation(location: string): MonsterQuery;
|
|
1367
|
+
/** Filter to monsters that drop the given loot item ID. */
|
|
1368
|
+
dropsLoot(lootId: string): MonsterQuery;
|
|
1369
|
+
/** Filter to Dangerous mode variants only. */
|
|
1370
|
+
dangerous(): MonsterQuery;
|
|
1371
|
+
/** Filter to standard (non-Dangerous) variants only. */
|
|
1372
|
+
standard(): MonsterQuery;
|
|
1373
|
+
/** Sort by XP rewarded on kill. Default: `'desc'` (most XP first). */
|
|
1374
|
+
sortByXp(order?: 'asc' | 'desc'): MonsterQuery;
|
|
1375
|
+
/** Sort by max HP. Default: `'desc'` (tankiest first). */
|
|
1376
|
+
sortByHp(order?: 'asc' | 'desc'): MonsterQuery;
|
|
1377
|
+
}
|
|
1378
|
+
/** Query builder for monster loot data. Filter methods return a new MonsterLootQuery for chaining. */
|
|
1379
|
+
declare class MonsterLootQuery extends QueryBase<MonsterLoot> {
|
|
1380
|
+
constructor(data?: MonsterLoot[]);
|
|
1381
|
+
/** Filter to loot items dropped by the given monster ID. */
|
|
1382
|
+
droppedBy(monsterId: string): MonsterLootQuery;
|
|
1383
|
+
}
|
|
1384
|
+
/** Returns a MonsterQuery for all monster data. Pass `source` to wrap a pre-filtered array. */
|
|
1385
|
+
declare function monsters(source?: Monster[]): MonsterQuery;
|
|
1386
|
+
/** Returns a MonsterLootQuery for all monster loot data. Pass `source` to wrap a pre-filtered array. */
|
|
1387
|
+
declare function monsterLoot(source?: MonsterLoot[]): MonsterLootQuery;
|
|
1388
|
+
|
|
1389
|
+
/** Query builder for monster slayer goal data. All filter and sort methods return a new MonsterSlayerGoalQuery for chaining. */
|
|
1390
|
+
declare class MonsterSlayerGoalQuery extends QueryBase<MonsterSlayerGoal> {
|
|
1391
|
+
constructor(data?: MonsterSlayerGoal[]);
|
|
1392
|
+
/** Sort by kill target. Default: `'asc'` (easiest first). */
|
|
1393
|
+
sortByKillTarget(order?: 'asc' | 'desc'): MonsterSlayerGoalQuery;
|
|
1394
|
+
}
|
|
1395
|
+
/** Returns a MonsterSlayerGoalQuery for all monster slayer goal data. Pass `source` to wrap a pre-filtered array. */
|
|
1396
|
+
declare function monsterSlayerGoals(source?: MonsterSlayerGoal[]): MonsterSlayerGoalQuery;
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* Search for any item across all data modules by name (substring) or ID (exact match).
|
|
1400
|
+
* Includes nested items: crop seeds, fruit tree produce, wild tree tappers,
|
|
1401
|
+
* animal produce, and deluxe animal produce.
|
|
1402
|
+
*
|
|
1403
|
+
* Results are deduplicated by kind + ID. Nested items shared across multiple
|
|
1404
|
+
* parents (e.g. Egg from White Chicken and Blue Chicken) are merged into one
|
|
1405
|
+
* result with a `parents` array listing all sources.
|
|
1406
|
+
*
|
|
1407
|
+
* @param query - Name substring or exact ID to search for (case-insensitive)
|
|
1408
|
+
* @param kinds - Optional filter to restrict results to specific kinds
|
|
1409
|
+
*/
|
|
1410
|
+
declare function search(query: string, kinds?: SearchResultKind[]): SearchResult[];
|
|
1411
|
+
|
|
1412
|
+
declare const SKILL_TITLES: TitleThreshold[];
|
|
1413
|
+
declare const MASTERY_LEVELS: MasteryLevel[];
|
|
1414
|
+
/**
|
|
1415
|
+
* Calculate the player's title score.
|
|
1416
|
+
* Formula: floor((farming + fishing + foraging + mining + combat) / 2)
|
|
1417
|
+
*/
|
|
1418
|
+
declare function getTitleScore(farming: number, fishing: number, foraging: number, mining: number, combat: number): number;
|
|
1419
|
+
/**
|
|
1420
|
+
* Get the player's title based on their combined skill levels.
|
|
1421
|
+
* Uses the same formula as the game: floor(sum of all skills / 2)
|
|
1422
|
+
*/
|
|
1423
|
+
declare function getTitle(farming: number, fishing: number, foraging: number, mining: number, combat: number): string;
|
|
1424
|
+
/**
|
|
1425
|
+
* Get the current mastery level for a given total mastery XP amount.
|
|
1426
|
+
* Returns 0 if the player has not reached mastery level 1.
|
|
1427
|
+
*/
|
|
1428
|
+
declare function getMasteryLevel(masteryXp: number): number;
|
|
1429
|
+
/** Query builder for skill data. Terminal methods only — use utility functions for calculations. */
|
|
1430
|
+
declare class SkillQuery extends QueryBase<Skill> {
|
|
1431
|
+
constructor(data?: Skill[]);
|
|
1432
|
+
}
|
|
1433
|
+
/** Returns a SkillQuery for all skill data. Pass `source` to wrap a pre-filtered array. */
|
|
1434
|
+
declare function skills(source?: Skill[]): SkillQuery;
|
|
1435
|
+
/**
|
|
1436
|
+
* Get the level 10 profession options available for a given skill and level 5 profession choice.
|
|
1437
|
+
* Uses the professions module to look up data. Returns an empty array if not found.
|
|
1438
|
+
*/
|
|
1439
|
+
declare function getProfessionOptions(skillName: string, level5Profession: string): ProfessionData[];
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* Query builder for tree data (fruit trees and wild trees).
|
|
1443
|
+
* All filter and sort methods return a new TreeQuery for chaining.
|
|
1444
|
+
* Use `.fruitTrees()` or `.wildTrees()` to narrow to a specific subtype.
|
|
1445
|
+
*/
|
|
1446
|
+
declare class TreeQuery extends QueryBase<Tree> {
|
|
1447
|
+
constructor(data?: Tree[]);
|
|
1448
|
+
/** Filter to fruit trees only (`type === 'fruit-tree'`). */
|
|
1449
|
+
fruitTrees(): TreeQuery;
|
|
1450
|
+
/** Filter to wild trees only (`type === 'wild-tree'`). */
|
|
1451
|
+
wildTrees(): TreeQuery;
|
|
1452
|
+
/** Filter fruit trees by season they produce in. Wild trees are excluded. */
|
|
1453
|
+
bySeason(season: Season): TreeQuery;
|
|
1454
|
+
/** Filter to wild trees that can be tapped (have a `tapper` product). */
|
|
1455
|
+
tappable(): TreeQuery;
|
|
1456
|
+
/**
|
|
1457
|
+
* Sort by produce sell price. For fruit trees uses `produce.sellPrice`;
|
|
1458
|
+
* for wild trees uses `tapper.sellPrice` (or 0 if untappable). Default: `'desc'`.
|
|
1459
|
+
*/
|
|
1460
|
+
sortByProduceSellPrice(order?: 'asc' | 'desc'): TreeQuery;
|
|
1461
|
+
}
|
|
1462
|
+
/** Returns a TreeQuery for all tree data (fruit + wild). Pass `source` to wrap a pre-filtered array. */
|
|
1463
|
+
declare function trees(source?: Tree[]): TreeQuery;
|
|
1464
|
+
|
|
1465
|
+
/** Query builder for mixed seed data. All filter methods return a new MixedSeedQuery for chaining. */
|
|
1466
|
+
declare class MixedSeedQuery extends QueryBase<MixedSeed> {
|
|
1467
|
+
constructor(data?: MixedSeed[]);
|
|
1468
|
+
/** Filter to mixed seeds that can produce crops in the given season. */
|
|
1469
|
+
byProduces(season: Season): MixedSeedQuery;
|
|
1470
|
+
/** Filter to mixed seeds that have at least one purchase price listed. */
|
|
1471
|
+
withBuyPrices(): MixedSeedQuery;
|
|
1472
|
+
}
|
|
1473
|
+
/** Returns a MixedSeedQuery for all mixed seed data. Pass `source` to wrap a pre-filtered array. */
|
|
1474
|
+
declare function mixedSeeds(source?: MixedSeed[]): MixedSeedQuery;
|
|
1475
|
+
|
|
1476
|
+
/** Query builder for season data. Filter methods return a new SeasonQuery for chaining. */
|
|
1477
|
+
declare class SeasonQuery extends QueryBase<SeasonData> {
|
|
1478
|
+
constructor(data?: SeasonData[]);
|
|
1479
|
+
/** Filter to seasons that have at least one festival. */
|
|
1480
|
+
withFestivals(): SeasonQuery;
|
|
1481
|
+
}
|
|
1482
|
+
/**
|
|
1483
|
+
* Find a festival by name across all seasons (case-insensitive substring match).
|
|
1484
|
+
* Returns an array of matching festivals with their season.
|
|
1485
|
+
*/
|
|
1486
|
+
declare function findFestival(name: string): {
|
|
1487
|
+
season: SeasonData;
|
|
1488
|
+
festival: Festival;
|
|
1489
|
+
}[];
|
|
1490
|
+
/** Returns a SeasonQuery for all season data. Pass `source` to wrap a pre-filtered array. */
|
|
1491
|
+
declare function seasons(source?: SeasonData[]): SeasonQuery;
|
|
1492
|
+
|
|
1493
|
+
/** Query builder for ring data. All filter and sort methods return a new RingQuery for chaining. */
|
|
1494
|
+
declare class RingQuery extends QueryBase<Ring> {
|
|
1495
|
+
constructor(data?: Ring[]);
|
|
1496
|
+
/** Filter to rings that have crafting ingredients (craftable at the Forge or crafting table). */
|
|
1497
|
+
craftable(): RingQuery;
|
|
1498
|
+
/** Filter to rings available for purchase (have a `purchasePrice`). */
|
|
1499
|
+
purchasable(): RingQuery;
|
|
1500
|
+
/** Sort by sell price. Default: `'desc'` (most valuable first). */
|
|
1501
|
+
sortBySellPrice(order?: 'asc' | 'desc'): RingQuery;
|
|
1502
|
+
}
|
|
1503
|
+
/** Returns a RingQuery for all ring data. Pass `source` to wrap a pre-filtered array. */
|
|
1504
|
+
declare function rings(source?: Ring[]): RingQuery;
|
|
1505
|
+
|
|
1506
|
+
/**
|
|
1507
|
+
* Returns the universal gift preferences shared across all villagers:
|
|
1508
|
+
* loved, liked, neutral, disliked, and hated item lists.
|
|
1509
|
+
*/
|
|
1510
|
+
declare function universalGifts(): UniversalGifts;
|
|
1511
|
+
|
|
1512
|
+
/** Query builder for quest data. All filter and sort methods return a new QuestQuery for chaining. */
|
|
1513
|
+
declare class QuestQuery extends QueryBase<Quest> {
|
|
1514
|
+
constructor(data?: Quest[]);
|
|
1515
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1516
|
+
sortByName(order?: 'asc' | 'desc'): QuestQuery;
|
|
1517
|
+
}
|
|
1518
|
+
/** Returns a QuestQuery for all quest data. Pass `source` to wrap a pre-filtered array. */
|
|
1519
|
+
declare function quests(source?: Quest[]): QuestQuery;
|
|
1520
|
+
|
|
1521
|
+
/** Query builder for villager data. All filter and sort methods return a new VillagerQuery for chaining. */
|
|
1522
|
+
declare class VillagerQuery extends QueryBase<Villager> {
|
|
1523
|
+
constructor(data?: Villager[]);
|
|
1524
|
+
/** Filter to villagers who can be married or become roommates. */
|
|
1525
|
+
marriageable(): VillagerQuery;
|
|
1526
|
+
/** Filter to villagers with a birthday in the given season. Excludes `'ginger island'`. */
|
|
1527
|
+
byBirthdaySeason(season: Exclude<Season, 'ginger island'>): VillagerQuery;
|
|
1528
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1529
|
+
sortByName(order?: 'asc' | 'desc'): VillagerQuery;
|
|
1530
|
+
/** Sort by birthday in calendar order (spring → winter, day 1 → 28). */
|
|
1531
|
+
sortByBirthday(): VillagerQuery;
|
|
1532
|
+
}
|
|
1533
|
+
/** Returns a VillagerQuery for all villager data. Pass `source` to wrap a pre-filtered array. */
|
|
1534
|
+
declare function villagers(source?: Villager[]): VillagerQuery;
|
|
1535
|
+
|
|
1536
|
+
/** Query builder for weather data. All filter methods return a new WeatherQuery for chaining. */
|
|
1537
|
+
declare class WeatherQuery extends QueryBase<Weather> {
|
|
1538
|
+
constructor(data?: Weather[]);
|
|
1539
|
+
bySeason(season: Season): WeatherQuery;
|
|
1540
|
+
watersCrops(): WeatherQuery;
|
|
1541
|
+
special(): WeatherQuery;
|
|
1542
|
+
}
|
|
1543
|
+
/** Returns a WeatherQuery for all weather data. Pass `source` to wrap a pre-filtered array. */
|
|
1544
|
+
declare function weather(source?: Weather[]): WeatherQuery;
|
|
1545
|
+
|
|
1546
|
+
/**
|
|
1547
|
+
* Query builder for tool data (upgradeable tools, fishing rods, simple tools, backpacks).
|
|
1548
|
+
* All filter and sort methods return a new ToolQuery for chaining.
|
|
1549
|
+
*/
|
|
1550
|
+
declare class ToolQuery extends QueryBase<Tool> {
|
|
1551
|
+
constructor(data?: Tool[]);
|
|
1552
|
+
/** Filter by tool type string. Use the convenience methods below for type-narrowed results. */
|
|
1553
|
+
byType(type: ToolType): ToolQuery;
|
|
1554
|
+
/** Filter to upgradeable tools (Hoe, Watering Can, Pickaxe, Axe, Trash Can). */
|
|
1555
|
+
upgradeable(): ToolQuery;
|
|
1556
|
+
/** Filter to fishing rods. */
|
|
1557
|
+
fishingRods(): ToolQuery;
|
|
1558
|
+
/** Filter to simple tools (no upgrades). */
|
|
1559
|
+
simple(): ToolQuery;
|
|
1560
|
+
/** Filter to backpacks. */
|
|
1561
|
+
backpacks(): ToolQuery;
|
|
1562
|
+
/** Filter to tools that can be enchanted at the Forge. */
|
|
1563
|
+
canEnchant(): ToolQuery;
|
|
1564
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1565
|
+
sortByName(order?: 'asc' | 'desc'): ToolQuery;
|
|
1566
|
+
}
|
|
1567
|
+
/** Returns a ToolQuery for all tool data. Pass `source` to wrap a pre-filtered array. */
|
|
1568
|
+
declare function tools(source?: Tool[]): ToolQuery;
|
|
1569
|
+
|
|
1570
|
+
/**
|
|
1571
|
+
* Query builder for weapon data (swords, daggers, clubs, slingshots).
|
|
1572
|
+
* All filter and sort methods return a new WeaponQuery for chaining.
|
|
1573
|
+
*/
|
|
1574
|
+
declare class WeaponQuery extends QueryBase<Weapon> {
|
|
1575
|
+
constructor(data?: Weapon[]);
|
|
1576
|
+
/** Filter by weapon type string. Use the convenience methods below for type-narrowed results. */
|
|
1577
|
+
byType(type: WeaponType): WeaponQuery;
|
|
1578
|
+
/** Filter to swords only. */
|
|
1579
|
+
swords(): WeaponQuery;
|
|
1580
|
+
/** Filter to daggers only. */
|
|
1581
|
+
daggers(): WeaponQuery;
|
|
1582
|
+
/** Filter to clubs only. */
|
|
1583
|
+
clubs(): WeaponQuery;
|
|
1584
|
+
/** Filter to slingshots only. */
|
|
1585
|
+
slingshots(): WeaponQuery;
|
|
1586
|
+
/** Filter to all melee weapons (swords, daggers, clubs). */
|
|
1587
|
+
melee(): WeaponQuery;
|
|
1588
|
+
/** Filter to weapons that can be enchanted at the Forge. */
|
|
1589
|
+
canEnchant(): WeaponQuery;
|
|
1590
|
+
/**
|
|
1591
|
+
* Filter to melee weapons at or above the given level threshold.
|
|
1592
|
+
* Slingshots are excluded as they have no level.
|
|
1593
|
+
*/
|
|
1594
|
+
byMinLevel(level: number): WeaponQuery;
|
|
1595
|
+
/**
|
|
1596
|
+
* Filter to melee weapons at or below the given level threshold.
|
|
1597
|
+
* Slingshots are excluded as they have no level.
|
|
1598
|
+
*/
|
|
1599
|
+
byMaxLevel(level: number): WeaponQuery;
|
|
1600
|
+
/**
|
|
1601
|
+
* Sort by max damage. Slingshots sort as 0 since they have no `damageMax`.
|
|
1602
|
+
* Default: `'desc'` (highest damage first).
|
|
1603
|
+
*/
|
|
1604
|
+
sortByDamage(order?: 'asc' | 'desc'): WeaponQuery;
|
|
1605
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1606
|
+
sortByName(order?: 'asc' | 'desc'): WeaponQuery;
|
|
1607
|
+
/**
|
|
1608
|
+
* Sort by level. Slingshots sort as 0 since they have no level.
|
|
1609
|
+
* Default: `'asc'` (lowest level first).
|
|
1610
|
+
*/
|
|
1611
|
+
sortByLevel(order?: 'asc' | 'desc'): WeaponQuery;
|
|
1612
|
+
}
|
|
1613
|
+
/** Returns a WeaponQuery for all weapon data. Pass `source` to wrap a pre-filtered array. */
|
|
1614
|
+
declare function weapons(source?: Weapon[]): WeaponQuery;
|
|
1615
|
+
|
|
1616
|
+
/** Query builder for weapon stat data (Speed, Defense, Weight, Crit. Chance, Crit. Power). All sort methods return a new WeaponStatQuery for chaining. */
|
|
1617
|
+
declare class WeaponStatQuery extends QueryBase<WeaponStat> {
|
|
1618
|
+
constructor(data?: WeaponStat[]);
|
|
1619
|
+
sortByName(order?: 'asc' | 'desc'): WeaponStatQuery;
|
|
1620
|
+
}
|
|
1621
|
+
/** Returns a WeaponStatQuery for all weapon stat data. Pass `source` to wrap a pre-filtered array. */
|
|
1622
|
+
declare function weaponStats(source?: WeaponStat[]): WeaponStatQuery;
|
|
1623
|
+
|
|
1624
|
+
/** Query builder for hat data. All sort methods return a new HatQuery for chaining. */
|
|
1625
|
+
declare class HatQuery extends QueryBase<Hat> {
|
|
1626
|
+
constructor(data?: Hat[]);
|
|
1627
|
+
sortByName(order?: 'asc' | 'desc'): HatQuery;
|
|
1628
|
+
}
|
|
1629
|
+
/** Returns a HatQuery for all hat data. Pass `source` to wrap a pre-filtered array. */
|
|
1630
|
+
declare function hats(source?: Hat[]): HatQuery;
|
|
1631
|
+
|
|
1632
|
+
/** Query builder for footwear data. All sort methods return a new FootwearQuery for chaining. */
|
|
1633
|
+
declare class FootwearQuery extends QueryBase<Footwear> {
|
|
1634
|
+
constructor(data?: Footwear[]);
|
|
1635
|
+
sortByName(order?: 'asc' | 'desc'): FootwearQuery;
|
|
1636
|
+
sortByDefense(order?: 'asc' | 'desc'): FootwearQuery;
|
|
1637
|
+
sortByImmunity(order?: 'asc' | 'desc'): FootwearQuery;
|
|
1638
|
+
}
|
|
1639
|
+
/** Returns a FootwearQuery for all footwear data. Pass `source` to wrap a pre-filtered array. */
|
|
1640
|
+
declare function footwear(source?: Footwear[]): FootwearQuery;
|
|
1641
|
+
|
|
1642
|
+
/** Query builder for forageable item data. All filter and sort methods return a new ForageableQuery for chaining. */
|
|
1643
|
+
declare class ForageableQuery extends QueryBase<Forageable> {
|
|
1644
|
+
constructor(data?: Forageable[]);
|
|
1645
|
+
/** Filter to forageables available in the given season. */
|
|
1646
|
+
bySeason(season: Season): ForageableQuery;
|
|
1647
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1648
|
+
sortByName(order?: 'asc' | 'desc'): ForageableQuery;
|
|
1649
|
+
/** Sort by sell price. Default: `'desc'` (most valuable first). */
|
|
1650
|
+
sortBySellPrice(order?: 'asc' | 'desc'): ForageableQuery;
|
|
1651
|
+
}
|
|
1652
|
+
/** Returns a ForageableQuery for all forageable data. Pass `source` to wrap a pre-filtered array. */
|
|
1653
|
+
declare function forageables(source?: Forageable[]): ForageableQuery;
|
|
1654
|
+
|
|
1655
|
+
/** Query builder for fish data. All filter and sort methods return a new FishQuery for chaining. */
|
|
1656
|
+
declare class FishQuery extends QueryBase<Fish> {
|
|
1657
|
+
constructor(data?: Fish[]);
|
|
1658
|
+
/** Filter to fish available in the given season. */
|
|
1659
|
+
bySeason(season: Season): FishQuery;
|
|
1660
|
+
/** Filter by catch type (`'rod'` or `'crab-pot'`). */
|
|
1661
|
+
byCatchType(type: FishCatchType): FishQuery;
|
|
1662
|
+
/** Filter by weather condition (`'sunny'`, `'rainy'`, or `'both'`). */
|
|
1663
|
+
byWeather(weather: 'sunny' | 'rainy' | 'both'): FishQuery;
|
|
1664
|
+
/** Filter by location name (case-insensitive substring match). */
|
|
1665
|
+
byLocation(location: string): FishQuery;
|
|
1666
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1667
|
+
sortByName(order?: 'asc' | 'desc'): FishQuery;
|
|
1668
|
+
/** Sort by sell price. Default: `'desc'` (most valuable first). */
|
|
1669
|
+
sortBySellPrice(order?: 'asc' | 'desc'): FishQuery;
|
|
1670
|
+
/**
|
|
1671
|
+
* Sort by fishing difficulty (0–100). Crab-pot fish have no difficulty and sort as 0.
|
|
1672
|
+
* Default: `'desc'` (hardest first).
|
|
1673
|
+
*/
|
|
1674
|
+
sortByDifficulty(order?: 'asc' | 'desc'): FishQuery;
|
|
1675
|
+
}
|
|
1676
|
+
/** Returns a FishQuery for all fish data. Pass `source` to wrap a pre-filtered array. */
|
|
1677
|
+
declare function fish(source?: Fish[]): FishQuery;
|
|
1678
|
+
|
|
1679
|
+
/** Query builder for fishing bait data. All sort methods return a new BaitQuery for chaining. */
|
|
1680
|
+
declare class BaitQuery extends QueryBase<Bait> {
|
|
1681
|
+
constructor(data?: Bait[]);
|
|
1682
|
+
sortByName(order?: 'asc' | 'desc'): BaitQuery;
|
|
1683
|
+
sortBySellPrice(order?: 'asc' | 'desc'): BaitQuery;
|
|
1684
|
+
}
|
|
1685
|
+
/** Returns a BaitQuery for all bait data. Pass `source` to wrap a pre-filtered array. */
|
|
1686
|
+
declare function bait(source?: Bait[]): BaitQuery;
|
|
1687
|
+
|
|
1688
|
+
/** Query builder for fishing tackle data. All sort methods return a new TackleQuery for chaining. */
|
|
1689
|
+
declare class TackleQuery extends QueryBase<Tackle> {
|
|
1690
|
+
constructor(data?: Tackle[]);
|
|
1691
|
+
sortByName(order?: 'asc' | 'desc'): TackleQuery;
|
|
1692
|
+
sortBySellPrice(order?: 'asc' | 'desc'): TackleQuery;
|
|
1693
|
+
}
|
|
1694
|
+
/** Returns a TackleQuery for all tackle data. Pass `source` to wrap a pre-filtered array. */
|
|
1695
|
+
declare function tackle(source?: Tackle[]): TackleQuery;
|
|
1696
|
+
|
|
1697
|
+
/** Query builder for cooked dish data. All filter and sort methods return a new CookingQuery for chaining. */
|
|
1698
|
+
declare class CookingQuery extends QueryBase<CookedDish> {
|
|
1699
|
+
constructor(data?: CookedDish[]);
|
|
1700
|
+
/** Sort alphabetically by name. Default: `'asc'`. */
|
|
1701
|
+
sortByName(order?: 'asc' | 'desc'): CookingQuery;
|
|
1702
|
+
/** Sort by sell price. Default: `'desc'` (most valuable first). */
|
|
1703
|
+
sortBySellPrice(order?: 'asc' | 'desc'): CookingQuery;
|
|
1704
|
+
/**
|
|
1705
|
+
* Sort by energy restored. Dishes with no energy value sort as 0.
|
|
1706
|
+
* Default: `'desc'` (most energising first).
|
|
1707
|
+
*/
|
|
1708
|
+
sortByEnergy(order?: 'asc' | 'desc'): CookingQuery;
|
|
1709
|
+
/** Filter to dishes that require a specific ingredient by ID. */
|
|
1710
|
+
withIngredient(ingredientId: string): CookingQuery;
|
|
1711
|
+
}
|
|
1712
|
+
/** Returns a CookingQuery for all cooked dish data. Pass `source` to wrap a pre-filtered array. */
|
|
1713
|
+
declare function cooking(source?: CookedDish[]): CookingQuery;
|
|
1714
|
+
|
|
1715
|
+
/** Query builder for artifact data. All filter and sort methods return a new ArtifactQuery for chaining. */
|
|
1716
|
+
declare class ArtifactQuery extends QueryBase<Artifact> {
|
|
1717
|
+
constructor(data?: Artifact[]);
|
|
1718
|
+
/** Filter to artifacts with donation notes (most artifacts can be donated; these have additional reward notes). */
|
|
1719
|
+
withDonationNotes(): ArtifactQuery;
|
|
1720
|
+
/** Filter to artifacts found via fishing treasure chests. */
|
|
1721
|
+
fromFishing(): ArtifactQuery;
|
|
1722
|
+
/** Sort alphabetically by name. Default: 'asc'. */
|
|
1723
|
+
sortByName(order?: 'asc' | 'desc'): ArtifactQuery;
|
|
1724
|
+
/** Sort by sell price. Default: 'desc' (highest first). */
|
|
1725
|
+
sortBySellPrice(order?: 'asc' | 'desc'): ArtifactQuery;
|
|
1726
|
+
}
|
|
1727
|
+
/** Returns an ArtifactQuery for all artifact data. Pass `source` to wrap a pre-filtered array. */
|
|
1728
|
+
declare function artifacts(source?: Artifact[]): ArtifactQuery;
|
|
1729
|
+
|
|
1730
|
+
/**
|
|
1731
|
+
* Query result for a single collection type.
|
|
1732
|
+
* Inherits get(), first(), find(), findByName(), count() from QueryBase.
|
|
1733
|
+
*/
|
|
1734
|
+
declare class CollectionItemQuery extends QueryBase<CollectionItem> {
|
|
1735
|
+
constructor(data: CollectionItem[]);
|
|
1736
|
+
}
|
|
1737
|
+
/**
|
|
1738
|
+
* Query builder for in-game Collections.
|
|
1739
|
+
* Call a collection accessor to get its items resolved to { id, name, image }.
|
|
1740
|
+
* Items whose IDs are not found in any loaded data module are excluded.
|
|
1741
|
+
*/
|
|
1742
|
+
declare class CollectionsQuery {
|
|
1743
|
+
private resolve;
|
|
1744
|
+
/** Items that appear in the Items Shipped collection tab. */
|
|
1745
|
+
itemsShipped(): CollectionItemQuery;
|
|
1746
|
+
/** Items that appear in the Fish collection tab. */
|
|
1747
|
+
fish(): CollectionItemQuery;
|
|
1748
|
+
/** Items that appear in the Artifacts collection tab (museum donations). */
|
|
1749
|
+
artifacts(): CollectionItemQuery;
|
|
1750
|
+
/** Items that appear in the Minerals collection tab (museum donations). */
|
|
1751
|
+
minerals(): CollectionItemQuery;
|
|
1752
|
+
/** Items that appear in the Cooking collection tab. */
|
|
1753
|
+
cooking(): CollectionItemQuery;
|
|
1754
|
+
/** Items that appear in the Crafting collection tab. */
|
|
1755
|
+
crafting(): CollectionItemQuery;
|
|
1756
|
+
}
|
|
1757
|
+
/** Returns a CollectionsQuery. Use a collection accessor to get resolved items. */
|
|
1758
|
+
declare function collections(): CollectionsQuery;
|
|
1759
|
+
|
|
1760
|
+
/** Query builder for crafting recipe data. All filter and sort methods return a new CraftingQuery for chaining. */
|
|
1761
|
+
declare class CraftingQuery extends QueryBase<CraftingRecipe> {
|
|
1762
|
+
constructor(data?: CraftingRecipe[]);
|
|
1763
|
+
/** Filter recipes by category (case-insensitive). */
|
|
1764
|
+
byCategory(category: string): CraftingQuery;
|
|
1765
|
+
/** Filter recipes by source string (partial match, case-insensitive). */
|
|
1766
|
+
bySource(source: string): CraftingQuery;
|
|
1767
|
+
/** Find a recipe by its output item ID. */
|
|
1768
|
+
findByOutputId(id: string): CraftingRecipe | undefined;
|
|
1769
|
+
sortByName(order?: 'asc' | 'desc'): CraftingQuery;
|
|
1770
|
+
sortByCategory(order?: 'asc' | 'desc'): CraftingQuery;
|
|
1771
|
+
}
|
|
1772
|
+
/** Returns a CraftingQuery for all crafting recipe data. Pass `source` to wrap a pre-filtered array. */
|
|
1773
|
+
declare function crafting(source?: CraftingRecipe[]): CraftingQuery;
|
|
1774
|
+
|
|
1775
|
+
/**
|
|
1776
|
+
* Query builder for mineral data (gems, geode minerals, foraged crystals, and geode containers).
|
|
1777
|
+
* Use mineralItems() / geodes() to narrow to specific variants.
|
|
1778
|
+
* All filter and sort methods return a new MineralQuery for chaining.
|
|
1779
|
+
*/
|
|
1780
|
+
declare class MineralQuery extends QueryBase<Mineral> {
|
|
1781
|
+
constructor(data?: Mineral[]);
|
|
1782
|
+
/** Filter to donatable minerals only (excludes geode containers). */
|
|
1783
|
+
mineralItems(): MineralQuery;
|
|
1784
|
+
/** Filter to geode containers only (Geode, Frozen Geode, Magma Geode, Omni Geode). */
|
|
1785
|
+
geodes(): MineralQuery;
|
|
1786
|
+
/** Filter to ore items only (Copper Ore, Iron Ore, Gold Ore, Iridium Ore, Radioactive Ore). */
|
|
1787
|
+
ores(): MineralQuery;
|
|
1788
|
+
/** Filter to smelted bar items only (Copper Bar, Iron Bar, Gold Bar, Iridium Bar, Radioactive Bar, Refined Quartz). */
|
|
1789
|
+
bars(): MineralQuery;
|
|
1790
|
+
/** Filter to mining node entries only. */
|
|
1791
|
+
nodes(): MineralQuery;
|
|
1792
|
+
/** Filter to resource items (Coal and similar raw materials). */
|
|
1793
|
+
resources(): MineralQuery;
|
|
1794
|
+
/** Filter to minerals found in a specific geode type (e.g. 'Frozen Geode'). */
|
|
1795
|
+
fromGeode(geodeType: string): MineralQuery;
|
|
1796
|
+
/** Sort alphabetically by name. Default: 'asc'. */
|
|
1797
|
+
sortByName(order?: 'asc' | 'desc'): MineralQuery;
|
|
1798
|
+
/** Sort by sell price. Default: 'desc' (highest first). Items without a sell price (nodes) sort as 0. */
|
|
1799
|
+
sortBySellPrice(order?: 'asc' | 'desc'): MineralQuery;
|
|
1800
|
+
}
|
|
1801
|
+
/** Returns a MineralQuery for all mineral data. Pass `source` to wrap a pre-filtered array. */
|
|
1802
|
+
declare function minerals(source?: Mineral[]): MineralQuery;
|
|
1803
|
+
|
|
1804
|
+
/** Query builder for Perfection Tracker categories. All filter and sort methods return a new PerfectionQuery for chaining. */
|
|
1805
|
+
declare class PerfectionQuery extends QueryBase<PerfectionCategory> {
|
|
1806
|
+
constructor(data?: PerfectionCategory[]);
|
|
1807
|
+
/** Returns the sum of all category weights in the current query. For the full dataset this equals 100. */
|
|
1808
|
+
totalWeight(): number;
|
|
1809
|
+
}
|
|
1810
|
+
/** Returns a PerfectionQuery for all Perfection Tracker categories. Pass `source` to wrap a pre-filtered array. */
|
|
1811
|
+
declare function perfection(source?: PerfectionCategory[]): PerfectionQuery;
|
|
1812
|
+
|
|
1813
|
+
/** Query builder for Qi's Walnut Room shop stock. All filter and sort methods return a new QiStockQuery for chaining. */
|
|
1814
|
+
declare class QiStockQuery extends QueryBase<QiStockItem> {
|
|
1815
|
+
constructor(data?: QiStockItem[]);
|
|
1816
|
+
/** Filter to items purchased with the given currency. */
|
|
1817
|
+
byCurrency(currency: QiCurrency): QiStockQuery;
|
|
1818
|
+
/** Filter to recipe unlocks only. */
|
|
1819
|
+
recipes(): QiStockQuery;
|
|
1820
|
+
/** Filter to non-recipe items only. */
|
|
1821
|
+
items(): QiStockQuery;
|
|
1822
|
+
/** Filter to items that are always available (no special availability condition). */
|
|
1823
|
+
alwaysAvailable(): QiStockQuery;
|
|
1824
|
+
/** Sort by cost ascending or descending. */
|
|
1825
|
+
sortByCost(order?: 'asc' | 'desc'): QiStockQuery;
|
|
1826
|
+
/** Sort by name alphabetically. */
|
|
1827
|
+
sortByName(order?: 'asc' | 'desc'): QiStockQuery;
|
|
1828
|
+
}
|
|
1829
|
+
/** Returns a QiStockQuery for all items in Qi's Walnut Room shop. Pass `source` to wrap a pre-filtered array. */
|
|
1830
|
+
declare function qiStock(source?: QiStockItem[]): QiStockQuery;
|
|
1831
|
+
|
|
1832
|
+
/** Query builder for Harvey's Clinic medical supplies. All filter and sort methods return a new MedicalSupplyQuery for chaining. */
|
|
1833
|
+
declare class MedicalSupplyQuery extends QueryBase<MedicalSupply> {
|
|
1834
|
+
constructor(data?: MedicalSupply[]);
|
|
1835
|
+
/** Sort by purchase price ascending or descending. */
|
|
1836
|
+
sortByPrice(order?: 'asc' | 'desc'): MedicalSupplyQuery;
|
|
1837
|
+
/** Sort by name alphabetically. */
|
|
1838
|
+
sortByName(order?: 'asc' | 'desc'): MedicalSupplyQuery;
|
|
1839
|
+
}
|
|
1840
|
+
/** Returns a MedicalSupplyQuery for all items sold at Harvey's Clinic. Pass `source` to wrap a pre-filtered array. */
|
|
1841
|
+
declare function medicalSupplies(source?: MedicalSupply[]): MedicalSupplyQuery;
|
|
1842
|
+
|
|
1843
|
+
/** Query builder for items sold at the Blacksmith (Clint's shop). All filter and sort methods return a new BlacksmithQuery for chaining. */
|
|
1844
|
+
declare class BlacksmithQuery extends QueryBase<BlacksmithItem> {
|
|
1845
|
+
constructor(data?: BlacksmithItem[]);
|
|
1846
|
+
/** Sort by price for the given year (1 or 2+) ascending or descending. */
|
|
1847
|
+
sortByPrice(year?: 1 | 2, order?: 'asc' | 'desc'): BlacksmithQuery;
|
|
1848
|
+
/** Sort by name alphabetically. */
|
|
1849
|
+
sortByName(order?: 'asc' | 'desc'): BlacksmithQuery;
|
|
1850
|
+
}
|
|
1851
|
+
/** Returns a BlacksmithQuery for all items sold at the Blacksmith. Pass `source` to wrap a pre-filtered array. */
|
|
1852
|
+
declare function blacksmith(source?: BlacksmithItem[]): BlacksmithQuery;
|
|
1853
|
+
|
|
1854
|
+
/** Query builder for JojaMart shop stock. All filter and sort methods return a new JojaQuery for chaining. */
|
|
1855
|
+
declare class JojaQuery extends QueryBase<JojaItem> {
|
|
1856
|
+
constructor(data?: JojaItem[]);
|
|
1857
|
+
/** Filter to items available in the given season (includes permanent and multi-season items). */
|
|
1858
|
+
bySeason(season: Season): JojaQuery;
|
|
1859
|
+
/** Filter to year-round permanent stock only (no seasonal seeds). */
|
|
1860
|
+
permanent(): JojaQuery;
|
|
1861
|
+
/** Filter to seasonal seed stock only (items with at least one season). */
|
|
1862
|
+
seeds(): JojaQuery;
|
|
1863
|
+
/** Filter to items that are always available (no special purchase condition). */
|
|
1864
|
+
alwaysAvailable(): JojaQuery;
|
|
1865
|
+
/** Sort by price ascending or descending. */
|
|
1866
|
+
sortByPrice(order?: 'asc' | 'desc'): JojaQuery;
|
|
1867
|
+
/** Sort by name alphabetically. */
|
|
1868
|
+
sortByName(order?: 'asc' | 'desc'): JojaQuery;
|
|
1869
|
+
}
|
|
1870
|
+
/** Returns a JojaQuery for all items sold at JojaMart. Pass `source` to wrap a pre-filtered array. */
|
|
1871
|
+
declare function joja(source?: JojaItem[]): JojaQuery;
|
|
1872
|
+
|
|
1873
|
+
/** Query builder for Pierre's General Store stock. All filter and sort methods return a new PierreQuery for chaining. */
|
|
1874
|
+
declare class PierreQuery extends QueryBase<PierreItem> {
|
|
1875
|
+
constructor(data?: PierreItem[]);
|
|
1876
|
+
/** Filter to items available in the given season (includes permanent and multi-season items). */
|
|
1877
|
+
bySeason(season: Season): PierreQuery;
|
|
1878
|
+
/** Filter to year-round permanent stock only (no seasonal seeds). */
|
|
1879
|
+
permanent(): PierreQuery;
|
|
1880
|
+
/** Filter to seasonal seed stock only (items with at least one season). */
|
|
1881
|
+
seeds(): PierreQuery;
|
|
1882
|
+
/** Filter to fruit tree saplings only. */
|
|
1883
|
+
saplings(): PierreQuery;
|
|
1884
|
+
/** Filter to cooking ingredients only. */
|
|
1885
|
+
ingredients(): PierreQuery;
|
|
1886
|
+
/** Filter to fertilizers and farming supplies only. */
|
|
1887
|
+
fertilizers(): PierreQuery;
|
|
1888
|
+
/** Filter to recipe items only. */
|
|
1889
|
+
recipes(): PierreQuery;
|
|
1890
|
+
/** Filter by category. */
|
|
1891
|
+
byCategory(category: PierreCategory): PierreQuery;
|
|
1892
|
+
/** Filter to items that are always available (no special purchase condition). */
|
|
1893
|
+
alwaysAvailable(): PierreQuery;
|
|
1894
|
+
/** Sort by price ascending or descending. */
|
|
1895
|
+
sortByPrice(order?: 'asc' | 'desc'): PierreQuery;
|
|
1896
|
+
/** Sort by name alphabetically. */
|
|
1897
|
+
sortByName(order?: 'asc' | 'desc'): PierreQuery;
|
|
1898
|
+
}
|
|
1899
|
+
/** Returns a PierreQuery for all items sold at Pierre's General Store. Pass `source` to wrap a pre-filtered array. */
|
|
1900
|
+
declare function pierre(source?: PierreItem[]): PierreQuery;
|
|
1901
|
+
|
|
1902
|
+
/** Query builder for The Stardrop Saloon shop stock. All filter and sort methods return a new SaloonQuery for chaining. */
|
|
1903
|
+
declare class SaloonQuery extends QueryBase<SaloonItem> {
|
|
1904
|
+
constructor(data?: SaloonItem[]);
|
|
1905
|
+
/** Filter to food and drink items only. */
|
|
1906
|
+
food(): SaloonQuery;
|
|
1907
|
+
/** Filter to cooking recipe items only. */
|
|
1908
|
+
recipes(): SaloonQuery;
|
|
1909
|
+
/** Filter by category. */
|
|
1910
|
+
byCategory(category: SaloonCategory): SaloonQuery;
|
|
1911
|
+
/** Filter to items that are always available (no special purchase condition). */
|
|
1912
|
+
alwaysAvailable(): SaloonQuery;
|
|
1913
|
+
/** Sort by price ascending or descending. */
|
|
1914
|
+
sortByPrice(order?: 'asc' | 'desc'): SaloonQuery;
|
|
1915
|
+
/** Sort by name alphabetically. */
|
|
1916
|
+
sortByName(order?: 'asc' | 'desc'): SaloonQuery;
|
|
1917
|
+
}
|
|
1918
|
+
/** Returns a SaloonQuery for all items sold at The Stardrop Saloon. Pass `source` to wrap a pre-filtered array. */
|
|
1919
|
+
declare function saloon(source?: SaloonItem[]): SaloonQuery;
|
|
1920
|
+
|
|
1921
|
+
/** Query builder for Krobus's shop stock. All filter and sort methods return a new KrobusQuery for chaining. */
|
|
1922
|
+
declare class KrobusQuery extends QueryBase<KrobusItem> {
|
|
1923
|
+
constructor(data?: KrobusItem[]);
|
|
1924
|
+
/** Filter to year-round permanent stock only. */
|
|
1925
|
+
permanent(): KrobusQuery;
|
|
1926
|
+
/** Filter to daily rotating items only. */
|
|
1927
|
+
daily(): KrobusQuery;
|
|
1928
|
+
/** Filter to items available on the given day of the week. */
|
|
1929
|
+
byDay(day: KrobusDay): KrobusQuery;
|
|
1930
|
+
/** Filter to crafting or building recipe items only. */
|
|
1931
|
+
recipes(): KrobusQuery;
|
|
1932
|
+
/** Filter to items that are always available (no special purchase condition). */
|
|
1933
|
+
alwaysAvailable(): KrobusQuery;
|
|
1934
|
+
/** Sort by price ascending or descending. */
|
|
1935
|
+
sortByPrice(order?: 'asc' | 'desc'): KrobusQuery;
|
|
1936
|
+
/** Sort by name alphabetically. */
|
|
1937
|
+
sortByName(order?: 'asc' | 'desc'): KrobusQuery;
|
|
1938
|
+
}
|
|
1939
|
+
/** Returns a KrobusQuery for all items sold by Krobus. Pass `source` to wrap a pre-filtered array. */
|
|
1940
|
+
declare function krobus(source?: KrobusItem[]): KrobusQuery;
|
|
1941
|
+
|
|
1942
|
+
/** Query builder for Marnie's Ranch shop stock. All filter and sort methods return a new MarnieQuery for chaining. */
|
|
1943
|
+
declare class MarnieQuery extends QueryBase<MarnieItem> {
|
|
1944
|
+
constructor(data?: MarnieItem[]);
|
|
1945
|
+
/** Filter to items in the given category. */
|
|
1946
|
+
byCategory(category: MarnieCategory): MarnieQuery;
|
|
1947
|
+
/** Filter to animal supply items (Hay, Heater, Auto-Grabber). */
|
|
1948
|
+
animalSupplies(): MarnieQuery;
|
|
1949
|
+
/** Filter to tools (Milk Pail, Shears). */
|
|
1950
|
+
tools(): MarnieQuery;
|
|
1951
|
+
/** Filter to furniture and decor items. */
|
|
1952
|
+
furniture(): MarnieQuery;
|
|
1953
|
+
/** Filter to items with no special purchase condition. */
|
|
1954
|
+
alwaysAvailable(): MarnieQuery;
|
|
1955
|
+
/** Sort by price ascending or descending. */
|
|
1956
|
+
sortByPrice(order?: 'asc' | 'desc'): MarnieQuery;
|
|
1957
|
+
/** Sort by name alphabetically. */
|
|
1958
|
+
sortByName(order?: 'asc' | 'desc'): MarnieQuery;
|
|
1959
|
+
}
|
|
1960
|
+
/** Returns a MarnieQuery for all items sold at Marnie's Ranch. Pass `source` to wrap a pre-filtered array. */
|
|
1961
|
+
declare function marnie(source?: MarnieItem[]): MarnieQuery;
|
|
1962
|
+
|
|
1963
|
+
/** Query builder for the Wizard's magical constructions. All sort methods return a new WizardQuery for chaining. */
|
|
1964
|
+
declare class WizardQuery extends QueryBase<WizardBuilding> {
|
|
1965
|
+
constructor(data?: WizardBuilding[]);
|
|
1966
|
+
/** Filter to buildings with no special availability condition. */
|
|
1967
|
+
alwaysAvailable(): WizardQuery;
|
|
1968
|
+
/** Sort by build cost ascending or descending. */
|
|
1969
|
+
sortByCost(order?: 'asc' | 'desc'): WizardQuery;
|
|
1970
|
+
/** Sort by name alphabetically. */
|
|
1971
|
+
sortByName(order?: 'asc' | 'desc'): WizardQuery;
|
|
1972
|
+
}
|
|
1973
|
+
/** Returns a WizardQuery for all magical constructions at the Wizard's Tower. Pass `source` to wrap a pre-filtered array. */
|
|
1974
|
+
declare function wizard(source?: WizardBuilding[]): WizardQuery;
|
|
1975
|
+
|
|
1976
|
+
/** Query builder for Willy's Fish Shop stock. All filter and sort methods return a new WillyQuery for chaining. */
|
|
1977
|
+
declare class WillyQuery extends QueryBase<WillyItem> {
|
|
1978
|
+
constructor(data?: WillyItem[]);
|
|
1979
|
+
/** Filter to fishing rods only. */
|
|
1980
|
+
rods(): WillyQuery;
|
|
1981
|
+
/** Filter to bait items only. */
|
|
1982
|
+
bait(): WillyQuery;
|
|
1983
|
+
/** Filter to tackle items only. */
|
|
1984
|
+
tackle(): WillyQuery;
|
|
1985
|
+
/** Filter to items in the given category. */
|
|
1986
|
+
byCategory(category: WillyCategory): WillyQuery;
|
|
1987
|
+
/** Filter to items requiring the given fishing level or lower. */
|
|
1988
|
+
byFishingLevel(level: number): WillyQuery;
|
|
1989
|
+
/** Filter to items with no special purchase condition. */
|
|
1990
|
+
alwaysAvailable(): WillyQuery;
|
|
1991
|
+
/** Sort by price ascending or descending. */
|
|
1992
|
+
sortByPrice(order?: 'asc' | 'desc'): WillyQuery;
|
|
1993
|
+
/** Sort by name alphabetically. */
|
|
1994
|
+
sortByName(order?: 'asc' | 'desc'): WillyQuery;
|
|
1995
|
+
/** Sort by fishing level required (ascending by default). */
|
|
1996
|
+
sortByFishingLevel(order?: 'asc' | 'desc'): WillyQuery;
|
|
1997
|
+
}
|
|
1998
|
+
/** Returns a WillyQuery for all items sold at Willy's Fish Shop. Pass `source` to wrap a pre-filtered array. */
|
|
1999
|
+
declare function willy(source?: WillyItem[]): WillyQuery;
|
|
2000
|
+
|
|
2001
|
+
/** Query builder for the Adventurer's Guild shop stock. All filter and sort methods return a new GuildQuery for chaining. */
|
|
2002
|
+
declare class GuildQuery extends QueryBase<GuildItem> {
|
|
2003
|
+
constructor(data?: GuildItem[]);
|
|
2004
|
+
/** Filter to weapons only. */
|
|
2005
|
+
weapons(): GuildQuery;
|
|
2006
|
+
/** Filter to boots only. */
|
|
2007
|
+
boots(): GuildQuery;
|
|
2008
|
+
/** Filter to rings only. */
|
|
2009
|
+
rings(): GuildQuery;
|
|
2010
|
+
/** Filter to slingshots only. */
|
|
2011
|
+
slingshots(): GuildQuery;
|
|
2012
|
+
/** Filter to items in the given category. */
|
|
2013
|
+
byCategory(category: GuildCategory): GuildQuery;
|
|
2014
|
+
/** Filter weapons by weapon type (sword, dagger, or club). */
|
|
2015
|
+
byWeaponType(type: GuildWeaponType): GuildQuery;
|
|
2016
|
+
/** Filter to items that unlock at or below the given mine level. */
|
|
2017
|
+
byMineLevel(level: number): GuildQuery;
|
|
2018
|
+
/** Filter to items with no special purchase condition. */
|
|
2019
|
+
alwaysAvailable(): GuildQuery;
|
|
2020
|
+
/** Sort by price ascending or descending. */
|
|
2021
|
+
sortByPrice(order?: 'asc' | 'desc'): GuildQuery;
|
|
2022
|
+
/** Sort by name alphabetically. */
|
|
2023
|
+
sortByName(order?: 'asc' | 'desc'): GuildQuery;
|
|
2024
|
+
/** Sort by mine level required (ascending by default). */
|
|
2025
|
+
sortByMineLevel(order?: 'asc' | 'desc'): GuildQuery;
|
|
2026
|
+
}
|
|
2027
|
+
/** Returns a GuildQuery for all items sold at the Adventurer's Guild. Pass `source` to wrap a pre-filtered array. */
|
|
2028
|
+
declare function guild(source?: GuildItem[]): GuildQuery;
|
|
2029
|
+
|
|
2030
|
+
/** Query builder for Robin's Carpenter Shop stock. All filter and sort methods return a new CarpenterQuery for chaining. */
|
|
2031
|
+
declare class CarpenterQuery extends QueryBase<CarpenterItem> {
|
|
2032
|
+
constructor(data?: CarpenterItem[]);
|
|
2033
|
+
/** Filter to items in the given category. */
|
|
2034
|
+
byCategory(category: CarpenterCategory): CarpenterQuery;
|
|
2035
|
+
/** Filter to crafting recipe items only. */
|
|
2036
|
+
recipes(): CarpenterQuery;
|
|
2037
|
+
/** Filter to materials (Wood and Stone). */
|
|
2038
|
+
materials(): CarpenterQuery;
|
|
2039
|
+
/** Filter to items available on the given day of the week. Permanent items (no day set) are always included. */
|
|
2040
|
+
byDay(day: CarpenterDay): CarpenterQuery;
|
|
2041
|
+
/** Filter to items always available (not day-specific). */
|
|
2042
|
+
permanent(): CarpenterQuery;
|
|
2043
|
+
/** Filter to items with no special purchase condition. */
|
|
2044
|
+
alwaysAvailable(): CarpenterQuery;
|
|
2045
|
+
/** Sort by price ascending or descending. */
|
|
2046
|
+
sortByPrice(order?: 'asc' | 'desc'): CarpenterQuery;
|
|
2047
|
+
/** Sort by name alphabetically. */
|
|
2048
|
+
sortByName(order?: 'asc' | 'desc'): CarpenterQuery;
|
|
2049
|
+
}
|
|
2050
|
+
/** Returns a CarpenterQuery for all items sold at Robin's Carpenter Shop. Pass `source` to wrap a pre-filtered array. */
|
|
2051
|
+
declare function carpenter(source?: CarpenterItem[]): CarpenterQuery;
|
|
2052
|
+
|
|
2053
|
+
/** Query builder for the Casino shop stock. All prices are in Qi Coins. All filter and sort methods return a new CasinoQuery for chaining. */
|
|
2054
|
+
declare class CasinoQuery extends QueryBase<CasinoItem> {
|
|
2055
|
+
constructor(data?: CasinoItem[]);
|
|
2056
|
+
/** Filter to items in the given category. */
|
|
2057
|
+
byCategory(category: CasinoCategory): CasinoQuery;
|
|
2058
|
+
/** Filter to furniture and decoration items. */
|
|
2059
|
+
furniture(): CasinoQuery;
|
|
2060
|
+
/** Filter to consumable items (fireworks, magnet, warp totem, hardwood fence). */
|
|
2061
|
+
consumables(): CasinoQuery;
|
|
2062
|
+
/** Sort by price in Qi Coins ascending or descending. */
|
|
2063
|
+
sortByPrice(order?: 'asc' | 'desc'): CasinoQuery;
|
|
2064
|
+
/** Sort by name alphabetically. */
|
|
2065
|
+
sortByName(order?: 'asc' | 'desc'): CasinoQuery;
|
|
2066
|
+
}
|
|
2067
|
+
/** Returns a CasinoQuery for all items sold at the Casino. All prices are in Qi Coins. Pass `source` to wrap a pre-filtered array. */
|
|
2068
|
+
declare function casino(source?: CasinoItem[]): CasinoQuery;
|
|
2069
|
+
|
|
2070
|
+
/** Query builder for the Desert Trader's barter stock. Items are traded for goods rather than gold. All filter and sort methods return a new DesertTraderQuery for chaining. */
|
|
2071
|
+
declare class DesertTraderQuery extends QueryBase<DesertTraderItem> {
|
|
2072
|
+
constructor(data?: DesertTraderItem[]);
|
|
2073
|
+
/** Filter to items always in stock (no day restriction). */
|
|
2074
|
+
permanent(): DesertTraderQuery;
|
|
2075
|
+
/** Filter to day-specific rotating items only. */
|
|
2076
|
+
daily(): DesertTraderQuery;
|
|
2077
|
+
/** Filter to all items available on the given day (permanent + that day's item). */
|
|
2078
|
+
byDay(day: DesertTraderDay): DesertTraderQuery;
|
|
2079
|
+
/** Filter to recipe items only. */
|
|
2080
|
+
recipes(): DesertTraderQuery;
|
|
2081
|
+
/** Filter to items traded for the specified trade item (by item ID). */
|
|
2082
|
+
byTradeItem(tradeItemId: string): DesertTraderQuery;
|
|
2083
|
+
/** Filter to items with no special availability condition. */
|
|
2084
|
+
alwaysAvailable(): DesertTraderQuery;
|
|
2085
|
+
/** Sort by trade amount ascending or descending. */
|
|
2086
|
+
sortByTradeAmount(order?: 'asc' | 'desc'): DesertTraderQuery;
|
|
2087
|
+
/** Sort by name alphabetically. */
|
|
2088
|
+
sortByName(order?: 'asc' | 'desc'): DesertTraderQuery;
|
|
2089
|
+
}
|
|
2090
|
+
/** Returns a DesertTraderQuery for all barter trades at the Desert Trader. Pass `source` to wrap a pre-filtered array. */
|
|
2091
|
+
declare function desertTrader(source?: DesertTraderItem[]): DesertTraderQuery;
|
|
2092
|
+
|
|
2093
|
+
/** Query builder for Sandy's Oasis shop stock. All filter and sort methods return a new OasisQuery for chaining. */
|
|
2094
|
+
declare class OasisQuery extends QueryBase<OasisItem> {
|
|
2095
|
+
constructor(data?: OasisItem[]);
|
|
2096
|
+
/** Filter to seeds only. */
|
|
2097
|
+
seeds(): OasisQuery;
|
|
2098
|
+
/** Filter to food items only. */
|
|
2099
|
+
food(): OasisQuery;
|
|
2100
|
+
/** Filter to clothing items only. */
|
|
2101
|
+
clothing(): OasisQuery;
|
|
2102
|
+
/** Filter to items in the given category. */
|
|
2103
|
+
byCategory(category: OasisCategory): OasisQuery;
|
|
2104
|
+
/** Filter to items always in stock (no day restriction). */
|
|
2105
|
+
permanent(): OasisQuery;
|
|
2106
|
+
/** Filter to day-specific rotating items only. */
|
|
2107
|
+
daily(): OasisQuery;
|
|
2108
|
+
/** Filter to all items available on the given day (permanent + that day's item). */
|
|
2109
|
+
byDay(day: OasisDay): OasisQuery;
|
|
2110
|
+
/** Filter to items with no special purchase condition. */
|
|
2111
|
+
alwaysAvailable(): OasisQuery;
|
|
2112
|
+
/** Sort by price ascending or descending. */
|
|
2113
|
+
sortByPrice(order?: 'asc' | 'desc'): OasisQuery;
|
|
2114
|
+
/** Sort by name alphabetically. */
|
|
2115
|
+
sortByName(order?: 'asc' | 'desc'): OasisQuery;
|
|
2116
|
+
}
|
|
2117
|
+
/** Returns an OasisQuery for all items sold at Sandy's Oasis. Pass `source` to wrap a pre-filtered array. */
|
|
2118
|
+
declare function oasis(source?: OasisItem[]): OasisQuery;
|
|
2119
|
+
|
|
2120
|
+
/** Query builder for the Volcano Dungeon Dwarf shop. Uses mixed currencies (gold, Cinder Shards, Diamonds). All filter and sort methods return a new VolcanoShopQuery for chaining. */
|
|
2121
|
+
declare class VolcanoShopQuery extends QueryBase<VolcanoShopItem> {
|
|
2122
|
+
constructor(data?: VolcanoShopItem[]);
|
|
2123
|
+
/** Filter to items purchased with the specified currency. */
|
|
2124
|
+
byCurrency(currency: VolcanoShopCurrency): VolcanoShopQuery;
|
|
2125
|
+
/** Filter to items purchased with gold. */
|
|
2126
|
+
goldItems(): VolcanoShopQuery;
|
|
2127
|
+
/** Filter to items purchased with Cinder Shards. */
|
|
2128
|
+
cinderShardItems(): VolcanoShopQuery;
|
|
2129
|
+
/** Filter to items purchased with Diamonds. */
|
|
2130
|
+
diamondItems(): VolcanoShopQuery;
|
|
2131
|
+
/** Filter by item category. */
|
|
2132
|
+
byCategory(category: VolcanoShopCategory): VolcanoShopQuery;
|
|
2133
|
+
/** Filter to consumable items only. */
|
|
2134
|
+
consumables(): VolcanoShopQuery;
|
|
2135
|
+
/** Filter to food items only. */
|
|
2136
|
+
food(): VolcanoShopQuery;
|
|
2137
|
+
/** Filter to items with no special availability condition. */
|
|
2138
|
+
alwaysAvailable(): VolcanoShopQuery;
|
|
2139
|
+
/** Sort by price ascending or descending. */
|
|
2140
|
+
sortByPrice(order?: 'asc' | 'desc'): VolcanoShopQuery;
|
|
2141
|
+
/** Sort by name alphabetically. */
|
|
2142
|
+
sortByName(order?: 'asc' | 'desc'): VolcanoShopQuery;
|
|
2143
|
+
}
|
|
2144
|
+
/** Returns a VolcanoShopQuery for all items at the Volcano Dungeon Dwarf shop. Pass `source` to wrap a pre-filtered array. */
|
|
2145
|
+
declare function volcanoShop(source?: VolcanoShopItem[]): VolcanoShopQuery;
|
|
2146
|
+
|
|
2147
|
+
/** Query builder for the Island Trader's barter stock. Items are traded for goods rather than gold. All filter and sort methods return a new IslandTraderQuery for chaining. */
|
|
2148
|
+
declare class IslandTraderQuery extends QueryBase<IslandTraderItem> {
|
|
2149
|
+
constructor(data?: IslandTraderItem[]);
|
|
2150
|
+
/** Filter to items always in stock (no day restriction and no special availability). */
|
|
2151
|
+
permanent(): IslandTraderQuery;
|
|
2152
|
+
/** Filter to day-specific rotating items only. */
|
|
2153
|
+
daily(): IslandTraderQuery;
|
|
2154
|
+
/** Filter to all items available on the given day (permanent + that day's item). */
|
|
2155
|
+
byDay(day: IslandTraderDay): IslandTraderQuery;
|
|
2156
|
+
/** Filter to recipe items only. */
|
|
2157
|
+
recipes(): IslandTraderQuery;
|
|
2158
|
+
/** Filter to items traded for the specified trade item (by item ID). */
|
|
2159
|
+
byTradeItem(tradeItemId: string): IslandTraderQuery;
|
|
2160
|
+
/** Filter to items with no special availability condition. */
|
|
2161
|
+
alwaysAvailable(): IslandTraderQuery;
|
|
2162
|
+
/** Sort by trade amount ascending or descending. */
|
|
2163
|
+
sortByTradeAmount(order?: 'asc' | 'desc'): IslandTraderQuery;
|
|
2164
|
+
/** Sort by name alphabetically. */
|
|
2165
|
+
sortByName(order?: 'asc' | 'desc'): IslandTraderQuery;
|
|
2166
|
+
}
|
|
2167
|
+
/** Returns an IslandTraderQuery for all barter trades at the Island Trader. Pass `source` to wrap a pre-filtered array. */
|
|
2168
|
+
declare function islandTrader(source?: IslandTraderItem[]): IslandTraderQuery;
|
|
2169
|
+
|
|
2170
|
+
/** Query builder for Island Field Office fossil collection data. All filter and sort methods return a new FieldOfficeQuery for chaining. */
|
|
2171
|
+
declare class FieldOfficeQuery extends QueryBase<FieldOfficeCollectionData> {
|
|
2172
|
+
constructor(data?: FieldOfficeCollectionData[]);
|
|
2173
|
+
/** Filter to a specific collection by ID. */
|
|
2174
|
+
byCollection(id: FieldOfficeCollection): FieldOfficeQuery;
|
|
2175
|
+
/** Sort by name alphabetically. */
|
|
2176
|
+
sortByName(order?: 'asc' | 'desc'): FieldOfficeQuery;
|
|
2177
|
+
}
|
|
2178
|
+
/** Query builder for individual Island Field Office donation items. All filter and sort methods return a new FieldOfficeDonationQuery for chaining. */
|
|
2179
|
+
declare class FieldOfficeDonationQuery extends QueryBase<FieldOfficeDonation> {
|
|
2180
|
+
constructor(data?: FieldOfficeDonation[]);
|
|
2181
|
+
/** Filter to donations belonging to the specified collection. */
|
|
2182
|
+
byCollection(id: FieldOfficeCollection): FieldOfficeDonationQuery;
|
|
2183
|
+
/** Sort by name alphabetically. */
|
|
2184
|
+
sortByName(order?: 'asc' | 'desc'): FieldOfficeDonationQuery;
|
|
2185
|
+
}
|
|
2186
|
+
/** Returns a FieldOfficeQuery for all Island Field Office collections. Pass `source` to wrap a pre-filtered array. */
|
|
2187
|
+
declare function fieldOffice(source?: FieldOfficeCollectionData[]): FieldOfficeQuery;
|
|
2188
|
+
/** Returns a FieldOfficeDonationQuery for all individual fossil donation items. Pass `source` to wrap a pre-filtered array. */
|
|
2189
|
+
declare function fieldOfficeDonations(source?: FieldOfficeDonation[]): FieldOfficeDonationQuery;
|
|
2190
|
+
|
|
2191
|
+
/** Calculates Grandpa's evaluation score based on end-of-Year-2 progress. */
|
|
2192
|
+
declare class GrandpaEvaluator {
|
|
2193
|
+
/**
|
|
2194
|
+
* Calculate the Grandpa evaluation result for the given input.
|
|
2195
|
+
* Returns the total score (0–21), candle count (1–4), and a full breakdown
|
|
2196
|
+
* of points earned per criterion.
|
|
2197
|
+
*/
|
|
2198
|
+
evaluate(input: GrandpaInput): GrandpaResult;
|
|
2199
|
+
}
|
|
2200
|
+
/** Returns a GrandpaEvaluator for calculating Grandpa's end-of-Year-2 evaluation score. */
|
|
2201
|
+
declare function grandpaEvaluator(): GrandpaEvaluator;
|
|
2202
|
+
|
|
2203
|
+
/** Query builder for items sold at the Dwarf's shop in the Mines. All filter and sort methods return a new DwarfShopQuery for chaining. */
|
|
2204
|
+
declare class DwarfShopQuery extends QueryBase<DwarfShopItem> {
|
|
2205
|
+
constructor(data?: DwarfShopItem[]);
|
|
2206
|
+
/** Filter to items in the given category. */
|
|
2207
|
+
byCategory(category: DwarfShopCategory): DwarfShopQuery;
|
|
2208
|
+
/** Filter to explosive items (Cherry Bomb, Bomb, Mega Bomb). */
|
|
2209
|
+
explosives(): DwarfShopQuery;
|
|
2210
|
+
/** Filter to consumable items (Life Elixir, Oil of Garlic). */
|
|
2211
|
+
consumables(): DwarfShopQuery;
|
|
2212
|
+
/** Filter to crafting recipe items. */
|
|
2213
|
+
recipes(): DwarfShopQuery;
|
|
2214
|
+
/** Sort by price ascending or descending. */
|
|
2215
|
+
sortByPrice(order?: 'asc' | 'desc'): DwarfShopQuery;
|
|
2216
|
+
/** Sort by name alphabetically. */
|
|
2217
|
+
sortByName(order?: 'asc' | 'desc'): DwarfShopQuery;
|
|
2218
|
+
}
|
|
2219
|
+
/** Returns a DwarfShopQuery for all items sold at the Dwarf's shop. Pass `source` to wrap a pre-filtered array. */
|
|
2220
|
+
declare function dwarfShop(source?: DwarfShopItem[]): DwarfShopQuery;
|
|
2221
|
+
|
|
2222
|
+
/** Query builder for Stardew Valley location data. All filter and sort methods return a new LocationQuery for chaining. */
|
|
2223
|
+
declare class LocationQuery extends QueryBase<GameLocation> {
|
|
2224
|
+
constructor(data?: GameLocation[]);
|
|
2225
|
+
/** Filter to entries of the given type ("location" or "building"). */
|
|
2226
|
+
byType(type: LocationType): LocationQuery;
|
|
2227
|
+
/** Filter to locations in the given category. */
|
|
2228
|
+
byCategory(category: LocationCategory): LocationQuery;
|
|
2229
|
+
/** Filter to locations that have a linked shop data file. */
|
|
2230
|
+
withShop(): LocationQuery;
|
|
2231
|
+
/** Filter to locations that are always accessible (no operating hours). */
|
|
2232
|
+
alwaysOpen(): LocationQuery;
|
|
2233
|
+
/** Filter to locations closed on the given day. */
|
|
2234
|
+
closedOn(day: LocationDay): LocationQuery;
|
|
2235
|
+
/** Filter to locations that have the given NPC as an occupant (case-insensitive). */
|
|
2236
|
+
byOccupant(name: string): LocationQuery;
|
|
2237
|
+
/** Sort locations by name alphabetically. */
|
|
2238
|
+
sortByName(order?: 'asc' | 'desc'): LocationQuery;
|
|
2239
|
+
}
|
|
2240
|
+
/** Returns a LocationQuery for all Stardew Valley location data. Pass `source` to wrap a pre-filtered array. */
|
|
2241
|
+
declare function locations(source?: GameLocation[]): LocationQuery;
|
|
2242
|
+
|
|
2243
|
+
/** Query builder for Special Items & Powers data. All filter and sort methods return a new SpecialItemQuery for chaining. */
|
|
2244
|
+
declare class SpecialItemQuery extends QueryBase<SpecialItem> {
|
|
2245
|
+
constructor(data?: SpecialItem[]);
|
|
2246
|
+
/** Filter to entries of the given type ("special-item", "book", "skill-book", or "mastery"). */
|
|
2247
|
+
byType(type: SpecialItemType): SpecialItemQuery;
|
|
2248
|
+
/** Filter mastery items by associated skill. */
|
|
2249
|
+
bySkill(skill: MasterySkill): SpecialItemQuery;
|
|
2250
|
+
/** Sort alphabetically by name. */
|
|
2251
|
+
sortByName(order?: 'asc' | 'desc'): SpecialItemQuery;
|
|
2252
|
+
}
|
|
2253
|
+
/** Returns a SpecialItemQuery for all Special Items & Powers data. Pass `source` to wrap a pre-filtered array. */
|
|
2254
|
+
declare function specialItems(source?: SpecialItem[]): SpecialItemQuery;
|
|
2255
|
+
|
|
2256
|
+
/** Query builder for Bookseller shop item data. All filter and sort methods return a new BooksellerItemQuery for chaining. */
|
|
2257
|
+
declare class BooksellerItemQuery extends QueryBase<BooksellerItem> {
|
|
2258
|
+
constructor(data?: BooksellerItem[]);
|
|
2259
|
+
/** Filter to items with the given availability. */
|
|
2260
|
+
byAvailability(availability: BooksellerAvailability): BooksellerItemQuery;
|
|
2261
|
+
/** Filter to items always in stock. */
|
|
2262
|
+
alwaysAvailable(): BooksellerItemQuery;
|
|
2263
|
+
/** Sort by price ascending or descending. */
|
|
2264
|
+
sortByPrice(order?: 'asc' | 'desc'): BooksellerItemQuery;
|
|
2265
|
+
/** Sort alphabetically by name. */
|
|
2266
|
+
sortByName(order?: 'asc' | 'desc'): BooksellerItemQuery;
|
|
2267
|
+
}
|
|
2268
|
+
/** Accessor for Bookseller trade-in data. */
|
|
2269
|
+
declare class BooksellerTradeQuery {
|
|
2270
|
+
private readonly data;
|
|
2271
|
+
constructor(data?: BooksellerTrade[]);
|
|
2272
|
+
/** All trade-in offers. */
|
|
2273
|
+
get(): BooksellerTrade[];
|
|
2274
|
+
/** Number of trade-in offers. */
|
|
2275
|
+
count(): number;
|
|
2276
|
+
/** Find a trade-in offer by the book ID being traded. */
|
|
2277
|
+
findByBookId(bookId: string): BooksellerTrade | undefined;
|
|
2278
|
+
}
|
|
2279
|
+
/** Returns a BooksellerItemQuery for all Bookseller shop items. Pass `source` to wrap a pre-filtered array. */
|
|
2280
|
+
declare function booksellerShop(source?: BooksellerItem[]): BooksellerItemQuery;
|
|
2281
|
+
/** Returns a BooksellerTradeQuery for all Bookseller trade-in offers. Pass `source` to wrap a pre-filtered array. */
|
|
2282
|
+
declare function booksellerTrades(source?: BooksellerTrade[]): BooksellerTradeQuery;
|
|
2283
|
+
|
|
2284
|
+
/** Query builder for Movie Theater concession stand data. All filter and sort methods return a new ConcessionQuery for chaining. */
|
|
2285
|
+
declare class ConcessionQuery extends QueryBase<Concession> {
|
|
2286
|
+
constructor(data?: Concession[]);
|
|
2287
|
+
/** Filter to items that include the given tag. */
|
|
2288
|
+
byTag(tag: ConcessionTag): ConcessionQuery;
|
|
2289
|
+
/** Sort by price ascending or descending. */
|
|
2290
|
+
sortByPrice(order?: 'asc' | 'desc'): ConcessionQuery;
|
|
2291
|
+
/** Sort alphabetically by name. */
|
|
2292
|
+
sortByName(order?: 'asc' | 'desc'): ConcessionQuery;
|
|
2293
|
+
}
|
|
2294
|
+
/** Returns a ConcessionQuery for all Movie Theater concession stand items. Pass `source` to wrap a pre-filtered array. */
|
|
2295
|
+
declare function concessions(source?: Concession[]): ConcessionQuery;
|
|
2296
|
+
|
|
2297
|
+
/** Query builder for farmhouse upgrade data. Upgrades are sequential (tier 1–4). All filter and sort methods return a new HouseUpgradeQuery for chaining. */
|
|
2298
|
+
declare class HouseUpgradeQuery extends QueryBase<HouseUpgrade> {
|
|
2299
|
+
constructor(data?: HouseUpgrade[]);
|
|
2300
|
+
/** Filter to upgrades at the given tier. */
|
|
2301
|
+
byTier(tier: number): HouseUpgradeQuery;
|
|
2302
|
+
/** Sort by tier ascending or descending. */
|
|
2303
|
+
sortByTier(order?: 'asc' | 'desc'): HouseUpgradeQuery;
|
|
2304
|
+
}
|
|
2305
|
+
/** Query builder for farmhouse renovation data. Renovations are available after Upgrade 2 and are completed instantly. All filter and sort methods return a new HouseRenovationQuery for chaining. */
|
|
2306
|
+
declare class HouseRenovationQuery extends QueryBase<HouseRenovation> {
|
|
2307
|
+
constructor(data?: HouseRenovation[]);
|
|
2308
|
+
/** Filter to free renovations (cost === 0). */
|
|
2309
|
+
free(): HouseRenovationQuery;
|
|
2310
|
+
/** Filter to renovations that require another renovation to be completed first. */
|
|
2311
|
+
withPrerequisite(): HouseRenovationQuery;
|
|
2312
|
+
/** Sort by cost ascending or descending. */
|
|
2313
|
+
sortByPrice(order?: 'asc' | 'desc'): HouseRenovationQuery;
|
|
2314
|
+
/** Sort alphabetically by name. */
|
|
2315
|
+
sortByName(order?: 'asc' | 'desc'): HouseRenovationQuery;
|
|
2316
|
+
}
|
|
2317
|
+
/** Returns a HouseUpgradeQuery for all farmhouse upgrade tiers. Pass `source` to wrap a pre-filtered array. */
|
|
2318
|
+
declare function houseUpgrades(source?: HouseUpgrade[]): HouseUpgradeQuery;
|
|
2319
|
+
/** Returns a HouseRenovationQuery for all farmhouse renovations. Pass `source` to wrap a pre-filtered array. */
|
|
2320
|
+
declare function houseRenovations(source?: HouseRenovation[]): HouseRenovationQuery;
|
|
2321
|
+
|
|
2322
|
+
/** Query builder for secret note and journal scrap data. All filter and sort methods return a new SecretNoteQuery for chaining. */
|
|
2323
|
+
declare class SecretNoteQuery extends QueryBase<SecretNote> {
|
|
2324
|
+
constructor(data?: SecretNote[]);
|
|
2325
|
+
/** Filter to notes of the given type. */
|
|
2326
|
+
byType(type: SecretNoteType): SecretNoteQuery;
|
|
2327
|
+
/** Filter to Secret Notes only (found in The Valley). */
|
|
2328
|
+
notes(): SecretNoteQuery;
|
|
2329
|
+
/** Filter to Journal Scraps only (found on Ginger Island). */
|
|
2330
|
+
journalScraps(): SecretNoteQuery;
|
|
2331
|
+
}
|
|
2332
|
+
/** Returns a SecretNoteQuery for all secret notes and journal scraps. Pass `source` to wrap a pre-filtered array. */
|
|
2333
|
+
declare function secretNotes(source?: SecretNote[]): SecretNoteQuery;
|
|
2334
|
+
|
|
2335
|
+
/** Query builder for trinket data. All filter and sort methods return a new TrinketQuery for chaining. */
|
|
2336
|
+
declare class TrinketQuery extends QueryBase<Trinket> {
|
|
2337
|
+
constructor(data?: Trinket[]);
|
|
2338
|
+
/** Filter to trinkets from the given source. */
|
|
2339
|
+
bySource(source: TrinketSource): TrinketQuery;
|
|
2340
|
+
/** Filter to trinkets that can be re-forged at the Forge. */
|
|
2341
|
+
forgeable(): TrinketQuery;
|
|
2342
|
+
/** Sort alphabetically by name. */
|
|
2343
|
+
sortByName(order?: 'asc' | 'desc'): TrinketQuery;
|
|
2344
|
+
}
|
|
2345
|
+
/** Returns a TrinketQuery for all trinkets. Pass `source` to wrap a pre-filtered array. */
|
|
2346
|
+
declare function trinkets(source?: Trinket[]): TrinketQuery;
|
|
2347
|
+
|
|
2348
|
+
/** Query builder for Lost Books found in Stardew Valley. All filter and sort methods return a new LostBookQuery for chaining. */
|
|
2349
|
+
declare class LostBookQuery extends QueryBase<LostBook> {
|
|
2350
|
+
constructor(data?: LostBook[]);
|
|
2351
|
+
}
|
|
2352
|
+
/** Returns a LostBookQuery for all Lost Books. Pass `source` to wrap a pre-filtered array. */
|
|
2353
|
+
declare function lostBooks(source?: LostBook[]): LostBookQuery;
|
|
2354
|
+
|
|
2355
|
+
/** Query builder for StarDrop data. All filter and sort methods return a new StarDropQuery for chaining. */
|
|
2356
|
+
declare class StarDropQuery extends QueryBase<StarDrop> {
|
|
2357
|
+
constructor(data?: StarDrop[]);
|
|
2358
|
+
/** Filter by acquisition source category. */
|
|
2359
|
+
bySource(source: StarDropSource): StarDropQuery;
|
|
2360
|
+
/** Sort alphabetically by name. */
|
|
2361
|
+
sortByName(order?: 'asc' | 'desc'): StarDropQuery;
|
|
2362
|
+
}
|
|
2363
|
+
/** Returns a StarDropQuery for all StarDrops. Pass `source` to wrap a pre-filtered array. */
|
|
2364
|
+
declare function starDrops(source?: StarDrop[]): StarDropQuery;
|
|
2365
|
+
|
|
2366
|
+
/** Query builder for Golden Walnut data. All filter and sort methods return a new GoldenWalnutQuery for chaining. */
|
|
2367
|
+
declare class GoldenWalnutQuery extends QueryBase<GoldenWalnut> {
|
|
2368
|
+
constructor(data?: GoldenWalnut[]);
|
|
2369
|
+
/** Filter by location (case-insensitive substring match). */
|
|
2370
|
+
byLocation(location: string): GoldenWalnutQuery;
|
|
2371
|
+
/** Filter by tracking type. */
|
|
2372
|
+
byTrackingType(type: GoldenWalnutTrackingType): GoldenWalnutQuery;
|
|
2373
|
+
/** Sort alphabetically by location. */
|
|
2374
|
+
sortByLocation(order?: 'asc' | 'desc'): GoldenWalnutQuery;
|
|
2375
|
+
/** Sort by walnut amount. */
|
|
2376
|
+
sortByAmount(order?: 'asc' | 'desc'): GoldenWalnutQuery;
|
|
2377
|
+
/** Total number of walnuts across all entries in the current query. */
|
|
2378
|
+
totalAmount(): number;
|
|
2379
|
+
}
|
|
2380
|
+
/** Returns a GoldenWalnutQuery for all Golden Walnut data. Pass `source` to wrap a pre-filtered array. */
|
|
2381
|
+
declare function goldenWalnuts(source?: GoldenWalnut[]): GoldenWalnutQuery;
|
|
2382
|
+
|
|
2383
|
+
/** Query builder for Profession data. All filter and sort methods return a new ProfessionQuery for chaining. */
|
|
2384
|
+
declare class ProfessionQuery extends QueryBase<ProfessionData> {
|
|
2385
|
+
constructor(data?: ProfessionData[]);
|
|
2386
|
+
/** Filter by skill name. */
|
|
2387
|
+
bySkill(skill: ProfessionSkill): ProfessionQuery;
|
|
2388
|
+
/** Filter by level (5 or 10). */
|
|
2389
|
+
byLevel(level: 5 | 10): ProfessionQuery;
|
|
2390
|
+
/** Filter to professions that branch from a given parent profession ID. */
|
|
2391
|
+
byParent(parentId: string): ProfessionQuery;
|
|
2392
|
+
/** Sort alphabetically by name. */
|
|
2393
|
+
sortByName(order?: 'asc' | 'desc'): ProfessionQuery;
|
|
2394
|
+
}
|
|
2395
|
+
/** Returns a ProfessionQuery for all Profession data. Pass `source` to wrap a pre-filtered array. */
|
|
2396
|
+
declare function professions(source?: ProfessionData[]): ProfessionQuery;
|
|
2397
|
+
|
|
2398
|
+
/** Query builder for Special Order data. All filter and sort methods return a new SpecialOrderQuery for chaining. */
|
|
2399
|
+
declare class SpecialOrderQuery extends QueryBase<SpecialOrderData> {
|
|
2400
|
+
constructor(data?: SpecialOrderData[]);
|
|
2401
|
+
/** Filter by order type (town or qi). */
|
|
2402
|
+
byType(type: SpecialOrderCategory): SpecialOrderQuery;
|
|
2403
|
+
/** Filter by requester NPC name (case-insensitive exact match). */
|
|
2404
|
+
byRequester(requester: string): SpecialOrderQuery;
|
|
2405
|
+
/** Filter to repeatable special orders. */
|
|
2406
|
+
repeatable(): SpecialOrderQuery;
|
|
2407
|
+
/** Sort alphabetically by name. */
|
|
2408
|
+
sortByName(order?: 'asc' | 'desc'): SpecialOrderQuery;
|
|
2409
|
+
}
|
|
2410
|
+
/** Returns a SpecialOrderQuery for all Special Order data. Pass `source` to wrap a pre-filtered array. */
|
|
2411
|
+
declare function specialOrders(source?: SpecialOrderData[]): SpecialOrderQuery;
|
|
2412
|
+
|
|
2413
|
+
/**
|
|
2414
|
+
* Query builder for heart event data. All filter and sort methods return a new EventQuery for chaining.
|
|
2415
|
+
* Each event has a generated `name` field in the format "Villager N-Heart" for QueryBase compatibility.
|
|
2416
|
+
*/
|
|
2417
|
+
declare class EventQuery extends QueryBase<GameEvent> {
|
|
2418
|
+
constructor(data?: GameEvent[]);
|
|
2419
|
+
/** Filter by villager name (case-insensitive exact match). */
|
|
2420
|
+
byVillager(villager: string): EventQuery;
|
|
2421
|
+
/** Filter by heart level. */
|
|
2422
|
+
byHearts(hearts: number): EventQuery;
|
|
2423
|
+
/** Filter to only marriage candidate events (hearts 2, 4, 6, 8, 10, 14). */
|
|
2424
|
+
marriageEvents(): EventQuery;
|
|
2425
|
+
/** Sort by heart level. */
|
|
2426
|
+
sortByHearts(order?: 'asc' | 'desc'): EventQuery;
|
|
2427
|
+
/** Sort alphabetically by villager name. */
|
|
2428
|
+
sortByVillager(order?: 'asc' | 'desc'): EventQuery;
|
|
2429
|
+
}
|
|
2430
|
+
/** Returns an EventQuery for all heart event data. Pass `source` to wrap a pre-filtered array. */
|
|
2431
|
+
declare function events(source?: GameEvent[]): EventQuery;
|
|
2432
|
+
|
|
2433
|
+
/**
|
|
2434
|
+
* Query builder for building data. All filter and sort methods return a new BuildingQuery for chaining.
|
|
2435
|
+
* Farmhouse upgrades/renovations are in the separate `farmhouse` module.
|
|
2436
|
+
*/
|
|
2437
|
+
declare class BuildingQuery extends QueryBase<Building> {
|
|
2438
|
+
constructor(data?: Building[]);
|
|
2439
|
+
/** Filter by builder (Robin or Wizard). */
|
|
2440
|
+
byBuilder(builder: BuildingBuilder): BuildingQuery;
|
|
2441
|
+
/** Filter to magical buildings only (Wizard buildings constructed instantly). */
|
|
2442
|
+
magical(): BuildingQuery;
|
|
2443
|
+
/** Filter to buildings that are upgrades of another building. */
|
|
2444
|
+
upgrades(): BuildingQuery;
|
|
2445
|
+
/** Filter to base buildings (not upgrades). */
|
|
2446
|
+
base(): BuildingQuery;
|
|
2447
|
+
/** Sort by build cost. Default: `'asc'`. */
|
|
2448
|
+
sortByCost(order?: 'asc' | 'desc'): BuildingQuery;
|
|
2449
|
+
/** Sort alphabetically by name. */
|
|
2450
|
+
sortByName(order?: 'asc' | 'desc'): BuildingQuery;
|
|
2451
|
+
}
|
|
2452
|
+
/** Returns a BuildingQuery for all building data. Pass `source` to wrap a pre-filtered array. */
|
|
2453
|
+
declare function buildings(source?: Building[]): BuildingQuery;
|
|
2454
|
+
|
|
2455
|
+
/** Top-level parsed save file containing all extracted game data. */
|
|
2456
|
+
interface SaveData {
|
|
2457
|
+
apiVersion: number;
|
|
2458
|
+
player: SavePlayer;
|
|
2459
|
+
farm: SaveFarm;
|
|
2460
|
+
date: SaveDate;
|
|
2461
|
+
inventory: SaveItem[];
|
|
2462
|
+
fishCaught: SaveFishEntry[];
|
|
2463
|
+
itemsShipped: SaveShippedEntry[];
|
|
2464
|
+
museum: SaveMuseum;
|
|
2465
|
+
friendships: SaveFriendship[];
|
|
2466
|
+
achievements: number[];
|
|
2467
|
+
activeQuests: SaveQuest[];
|
|
2468
|
+
stardrops: SaveStardropEntry[];
|
|
2469
|
+
stats: SaveStats;
|
|
2470
|
+
animals: SaveAnimal[];
|
|
2471
|
+
buildings: SaveBuilding[];
|
|
2472
|
+
cookingRecipes: SaveRecipeEntry[];
|
|
2473
|
+
craftingRecipes: SaveRecipeEntry[];
|
|
2474
|
+
bundles: SaveBundleData;
|
|
2475
|
+
monstersKilled: SaveMonsterKillEntry[];
|
|
2476
|
+
mail: string[];
|
|
2477
|
+
specialOrders: SaveSpecialOrders;
|
|
2478
|
+
professions: SaveProfession[];
|
|
2479
|
+
booksRead: string[];
|
|
2480
|
+
eventsSeen: string[];
|
|
2481
|
+
secretNotes: SaveSecretNotes;
|
|
2482
|
+
walnuts: SaveWalnuts;
|
|
2483
|
+
islandUpgrades: SaveIslandUpgrades;
|
|
2484
|
+
children: SaveChild[];
|
|
2485
|
+
pet: SavePet | null;
|
|
2486
|
+
powers: SavePowers;
|
|
2487
|
+
raccoons: SaveRaccoons;
|
|
2488
|
+
perfection: SavePerfection;
|
|
2489
|
+
mineProgress: SaveMineProgress;
|
|
2490
|
+
}
|
|
2491
|
+
/** Core player profile including name, money, skills, and mastery progress. */
|
|
2492
|
+
interface SavePlayer {
|
|
2493
|
+
name: string;
|
|
2494
|
+
farmName: string;
|
|
2495
|
+
favoriteThing: string;
|
|
2496
|
+
gender: string;
|
|
2497
|
+
money: number;
|
|
2498
|
+
totalMoneyEarned: number;
|
|
2499
|
+
spouse: string | null;
|
|
2500
|
+
houseUpgradeLevel: number;
|
|
2501
|
+
maxHealth: number;
|
|
2502
|
+
maxStamina: number;
|
|
2503
|
+
skills: SaveSkills;
|
|
2504
|
+
mastery: SaveMastery;
|
|
2505
|
+
gameVersion: string;
|
|
2506
|
+
}
|
|
2507
|
+
/** Mastery system progress including XP, levels spent, and unlocked perks. */
|
|
2508
|
+
interface SaveMastery {
|
|
2509
|
+
xp: number;
|
|
2510
|
+
levelsSpent: number;
|
|
2511
|
+
perks: SaveMasteryPerk[];
|
|
2512
|
+
}
|
|
2513
|
+
/** A single mastery perk and whether it has been unlocked. */
|
|
2514
|
+
interface SaveMasteryPerk {
|
|
2515
|
+
id: string;
|
|
2516
|
+
name: string;
|
|
2517
|
+
unlocked: boolean;
|
|
2518
|
+
}
|
|
2519
|
+
/** Current in-game date with year, season, day, and total days played. */
|
|
2520
|
+
interface SaveDate {
|
|
2521
|
+
year: number;
|
|
2522
|
+
season: Season;
|
|
2523
|
+
day: number;
|
|
2524
|
+
totalDaysPlayed: number;
|
|
2525
|
+
}
|
|
2526
|
+
/** Player skill levels across all five skill categories. */
|
|
2527
|
+
interface SaveSkills {
|
|
2528
|
+
farming: SaveSkillLevel;
|
|
2529
|
+
fishing: SaveSkillLevel;
|
|
2530
|
+
foraging: SaveSkillLevel;
|
|
2531
|
+
mining: SaveSkillLevel;
|
|
2532
|
+
combat: SaveSkillLevel;
|
|
2533
|
+
}
|
|
2534
|
+
/** A single skill's current level and accumulated XP. */
|
|
2535
|
+
interface SaveSkillLevel {
|
|
2536
|
+
level: number;
|
|
2537
|
+
xp: number;
|
|
2538
|
+
}
|
|
2539
|
+
/** Farm type and name. */
|
|
2540
|
+
interface SaveFarm {
|
|
2541
|
+
type: number;
|
|
2542
|
+
name: string;
|
|
2543
|
+
}
|
|
2544
|
+
/** An item in the player's inventory with stack size and quality. */
|
|
2545
|
+
interface SaveItem {
|
|
2546
|
+
id: string;
|
|
2547
|
+
name: string;
|
|
2548
|
+
type: string;
|
|
2549
|
+
stack: number;
|
|
2550
|
+
quality: number;
|
|
2551
|
+
}
|
|
2552
|
+
/** A caught fish entry with times caught and largest size recorded. */
|
|
2553
|
+
interface SaveFishEntry {
|
|
2554
|
+
id: string;
|
|
2555
|
+
timesCaught: number;
|
|
2556
|
+
largestSize: number;
|
|
2557
|
+
}
|
|
2558
|
+
/** A shipped item entry with total count shipped. */
|
|
2559
|
+
interface SaveShippedEntry {
|
|
2560
|
+
id: string;
|
|
2561
|
+
count: number;
|
|
2562
|
+
}
|
|
2563
|
+
/** Museum donation progress including donated items, artifacts found, and minerals found. */
|
|
2564
|
+
interface SaveMuseum {
|
|
2565
|
+
donations: string[];
|
|
2566
|
+
artifactsFound: SaveCollectionEntry[];
|
|
2567
|
+
mineralsFound: SaveCollectionEntry[];
|
|
2568
|
+
}
|
|
2569
|
+
/** A collected item entry with ID and count found. */
|
|
2570
|
+
interface SaveCollectionEntry {
|
|
2571
|
+
id: string;
|
|
2572
|
+
count: number;
|
|
2573
|
+
}
|
|
2574
|
+
/** Friendship data for a single NPC including hearts, points, and relationship status. */
|
|
2575
|
+
interface SaveFriendship {
|
|
2576
|
+
name: string;
|
|
2577
|
+
points: number;
|
|
2578
|
+
hearts: number;
|
|
2579
|
+
status: string;
|
|
2580
|
+
giftsThisWeek: number;
|
|
2581
|
+
}
|
|
2582
|
+
/** A farm animal with friendship, happiness, and housing details. */
|
|
2583
|
+
interface SaveAnimal {
|
|
2584
|
+
id: string;
|
|
2585
|
+
name: string;
|
|
2586
|
+
type: string;
|
|
2587
|
+
buildingType: string;
|
|
2588
|
+
friendship: number;
|
|
2589
|
+
happiness: number;
|
|
2590
|
+
age: number;
|
|
2591
|
+
hasAnimalCracker: boolean;
|
|
2592
|
+
}
|
|
2593
|
+
/** A farm building with its type, position, and current animal count. */
|
|
2594
|
+
interface SaveBuilding {
|
|
2595
|
+
type: string;
|
|
2596
|
+
tileX: number;
|
|
2597
|
+
tileY: number;
|
|
2598
|
+
animalCount: number;
|
|
2599
|
+
}
|
|
2600
|
+
/** An active or completed quest with its title, description, and completion status. */
|
|
2601
|
+
interface SaveQuest {
|
|
2602
|
+
id: string;
|
|
2603
|
+
title: string;
|
|
2604
|
+
description: string;
|
|
2605
|
+
type: number;
|
|
2606
|
+
completed: boolean;
|
|
2607
|
+
}
|
|
2608
|
+
/** A stardrop source and whether it has been collected. */
|
|
2609
|
+
interface SaveStardropEntry {
|
|
2610
|
+
id: string;
|
|
2611
|
+
name: string;
|
|
2612
|
+
collected: boolean;
|
|
2613
|
+
}
|
|
2614
|
+
/** A known recipe and the number of times it has been made. */
|
|
2615
|
+
interface SaveRecipeEntry {
|
|
2616
|
+
name: string;
|
|
2617
|
+
timesMade: number;
|
|
2618
|
+
}
|
|
2619
|
+
/** Community Center bundle data including all bundles, room summaries, and Joja route status. */
|
|
2620
|
+
interface SaveBundleData {
|
|
2621
|
+
bundles: SaveBundleStatus[];
|
|
2622
|
+
rooms: SaveBundleRoom[];
|
|
2623
|
+
isJojaRoute: boolean;
|
|
2624
|
+
isCCComplete: boolean;
|
|
2625
|
+
}
|
|
2626
|
+
/** A Community Center room with its bundles and completion status. */
|
|
2627
|
+
interface SaveBundleRoom {
|
|
2628
|
+
name: string;
|
|
2629
|
+
areaIndex: number;
|
|
2630
|
+
complete: boolean;
|
|
2631
|
+
bundles: SaveBundleStatus[];
|
|
2632
|
+
}
|
|
2633
|
+
/** A single bundle with its required items, completion progress, and reward. */
|
|
2634
|
+
interface SaveBundleStatus {
|
|
2635
|
+
bundleIndex: number;
|
|
2636
|
+
name: string;
|
|
2637
|
+
room: string;
|
|
2638
|
+
items: SaveBundleItem[];
|
|
2639
|
+
itemsRequired: number;
|
|
2640
|
+
itemsCompleted: number;
|
|
2641
|
+
complete: boolean;
|
|
2642
|
+
reward: SaveBundleReward | null;
|
|
2643
|
+
}
|
|
2644
|
+
/** A required bundle item with its quantity, quality, and whether it has been donated. */
|
|
2645
|
+
interface SaveBundleItem {
|
|
2646
|
+
itemId: string;
|
|
2647
|
+
name: string;
|
|
2648
|
+
quantity: number;
|
|
2649
|
+
quality: number;
|
|
2650
|
+
qualityName: string;
|
|
2651
|
+
completed: boolean;
|
|
2652
|
+
}
|
|
2653
|
+
/** The reward granted for completing a bundle. */
|
|
2654
|
+
interface SaveBundleReward {
|
|
2655
|
+
type: string;
|
|
2656
|
+
itemId: string;
|
|
2657
|
+
name: string;
|
|
2658
|
+
quantity: number;
|
|
2659
|
+
}
|
|
2660
|
+
/** A monster type and the total number killed. */
|
|
2661
|
+
interface SaveMonsterKillEntry {
|
|
2662
|
+
name: string;
|
|
2663
|
+
count: number;
|
|
2664
|
+
}
|
|
2665
|
+
/** A chosen profession with its internal ID and display name. */
|
|
2666
|
+
interface SaveProfession {
|
|
2667
|
+
id: number;
|
|
2668
|
+
name: string;
|
|
2669
|
+
}
|
|
2670
|
+
/** Completed special orders split by town board and Qi's Walnut Room. */
|
|
2671
|
+
interface SaveSpecialOrders {
|
|
2672
|
+
completed: string[];
|
|
2673
|
+
townCompleted: string[];
|
|
2674
|
+
qiCompleted: string[];
|
|
2675
|
+
}
|
|
2676
|
+
/** Secret notes and journal scraps found, plus magnifying glass ownership. */
|
|
2677
|
+
interface SaveSecretNotes {
|
|
2678
|
+
notesFound: number[];
|
|
2679
|
+
journalScrapsFound: number[];
|
|
2680
|
+
hasMagnifyingGlass: boolean;
|
|
2681
|
+
}
|
|
2682
|
+
/** Golden walnut collection progress with total found and tracker entries. */
|
|
2683
|
+
interface SaveWalnuts {
|
|
2684
|
+
found: number;
|
|
2685
|
+
collected: string[];
|
|
2686
|
+
}
|
|
2687
|
+
/** Ginger Island upgrade and unlock status for each parrot-purchasable feature. */
|
|
2688
|
+
interface SaveIslandUpgrades {
|
|
2689
|
+
firstParrot: boolean;
|
|
2690
|
+
turtle: boolean;
|
|
2691
|
+
house: boolean;
|
|
2692
|
+
resort: boolean;
|
|
2693
|
+
trader: boolean;
|
|
2694
|
+
bridge: boolean;
|
|
2695
|
+
parrotPlatforms: boolean;
|
|
2696
|
+
mailbox: boolean;
|
|
2697
|
+
obelisk: boolean;
|
|
2698
|
+
volcanoBridge: boolean;
|
|
2699
|
+
volcanoShortcut: boolean;
|
|
2700
|
+
}
|
|
2701
|
+
/** A player's child with name, age stage, and gender. */
|
|
2702
|
+
interface SaveChild {
|
|
2703
|
+
name: string;
|
|
2704
|
+
age: number;
|
|
2705
|
+
gender: string;
|
|
2706
|
+
}
|
|
2707
|
+
/** The player's pet with type, breed variant, and friendship level. */
|
|
2708
|
+
interface SavePet {
|
|
2709
|
+
name: string;
|
|
2710
|
+
type: string;
|
|
2711
|
+
breed: number;
|
|
2712
|
+
friendship: number;
|
|
2713
|
+
}
|
|
2714
|
+
/** Powers and special items collection with acquisition status. */
|
|
2715
|
+
interface SavePowers {
|
|
2716
|
+
specialItems: SavePowerEntry[];
|
|
2717
|
+
}
|
|
2718
|
+
/** A single power or special item and whether it has been acquired. */
|
|
2719
|
+
interface SavePowerEntry {
|
|
2720
|
+
id: string;
|
|
2721
|
+
name: string;
|
|
2722
|
+
acquired: boolean;
|
|
2723
|
+
}
|
|
2724
|
+
/** Raccoon quest progress including times fed and unlock milestones. */
|
|
2725
|
+
interface SaveRaccoons {
|
|
2726
|
+
timesFed: number;
|
|
2727
|
+
daysPlayedWhenLastFinished: number;
|
|
2728
|
+
treeFallen: boolean;
|
|
2729
|
+
movedIn: boolean;
|
|
2730
|
+
}
|
|
2731
|
+
/** Perfection tracker status including farm perfection, waivers, and obelisks owned. */
|
|
2732
|
+
interface SavePerfection {
|
|
2733
|
+
farmPerfect: boolean;
|
|
2734
|
+
waivers: number;
|
|
2735
|
+
hasGoldClock: boolean;
|
|
2736
|
+
obelisks: string[];
|
|
2737
|
+
}
|
|
2738
|
+
/** Mine and Skull Cavern progress including deepest levels reached and key ownership. */
|
|
2739
|
+
interface SaveMineProgress {
|
|
2740
|
+
deepestMineLevel: number;
|
|
2741
|
+
deepestSkullCavernLevel: number;
|
|
2742
|
+
hasRustyKey: boolean;
|
|
2743
|
+
hasSkullKey: boolean;
|
|
2744
|
+
}
|
|
2745
|
+
/** Lifetime gameplay statistics with named fields and the full raw stats dictionary. */
|
|
2746
|
+
interface SaveStats {
|
|
2747
|
+
daysPlayed: number;
|
|
2748
|
+
stepsTaken: number;
|
|
2749
|
+
fishCaught: number;
|
|
2750
|
+
itemsShipped: number;
|
|
2751
|
+
itemsForaged: number;
|
|
2752
|
+
itemsCrafted: number;
|
|
2753
|
+
itemsCooked: number;
|
|
2754
|
+
monstersKilled: number;
|
|
2755
|
+
questsCompleted: number;
|
|
2756
|
+
geodesCracked: number;
|
|
2757
|
+
giftsGiven: number;
|
|
2758
|
+
timesFished: number;
|
|
2759
|
+
timesUnconscious: number;
|
|
2760
|
+
seedsSown: number;
|
|
2761
|
+
treesChopped: number;
|
|
2762
|
+
rocksCrushed: number;
|
|
2763
|
+
raw: Record<string, number>;
|
|
2764
|
+
}
|
|
2765
|
+
|
|
2766
|
+
/** A mapping from a game version range to an API version. */
|
|
2767
|
+
interface VersionRange {
|
|
2768
|
+
minVersion: string;
|
|
2769
|
+
maxVersion: string | null;
|
|
2770
|
+
apiVersion: number;
|
|
2771
|
+
}
|
|
2772
|
+
/** The latest API version supported by this package. */
|
|
2773
|
+
declare const LATEST_API_VERSION = 1;
|
|
2774
|
+
/**
|
|
2775
|
+
* Resolve a game version string to the corresponding API version number.
|
|
2776
|
+
* Returns the API version for the first matching range, or the latest API version
|
|
2777
|
+
* if no range matches (forward-compatible default).
|
|
2778
|
+
*/
|
|
2779
|
+
declare function resolveApiVersion(gameVersion: string): number;
|
|
2780
|
+
|
|
2781
|
+
/**
|
|
2782
|
+
* Parse a Stardew Valley XML save file and return structured game data.
|
|
2783
|
+
* The API version is resolved from the game version in the save file,
|
|
2784
|
+
* and the appropriate versioned parser set is used.
|
|
2785
|
+
*/
|
|
2786
|
+
declare function parseSaveFile(xml: string): SaveData;
|
|
2787
|
+
|
|
2788
|
+
export { type Achievement, AchievementQuery, type Animal, type AnimalProduce, AnimalQuery, type Artifact, ArtifactQuery, type ArtisanGood, ArtisanGoodQuery, type ArtisanIngredient, type Backpack, type Bait, BaitQuery, type BarItem, type BlacksmithItem, BlacksmithQuery, type BooksellerAvailability, type BooksellerItem, BooksellerItemQuery, type BooksellerTrade, BooksellerTradeQuery, type Building, type BuildingBuilder, type BuildingMaterial, BuildingQuery, type Bundle, type BundleItem, BundleQuery, type BundleReward, type BundleRoom, type CarpenterCategory, type CarpenterDay, type CarpenterItem, CarpenterQuery, type CasinoCategory, type CasinoItem, CasinoQuery, type CaskAging, type CollectionItem, CollectionItemQuery, CollectionsQuery, type Concession, ConcessionQuery, type ConcessionTag, type CookedDish, type CookingBuff, CookingQuery, type CraftingIngredient, type CraftingOutput, CraftingQuery, type CraftingRecipe, type Crop, CropQuery, type DesertTraderDay, type DesertTraderItem, DesertTraderQuery, type DwarfShopCategory, type DwarfShopItem, DwarfShopQuery, type EnergyHealth, EventQuery, type FarmAnimal, type FarmMap, FarmMapQuery, type Festival, type FieldOfficeCollection, type FieldOfficeCollectionData, type FieldOfficeDonation, FieldOfficeDonationQuery, FieldOfficeQuery, type FieldOfficeReward, type Fish, type FishCatchType, FishQuery, type FishWeather, type FishingRod, type Footwear, FootwearQuery, type Forageable, ForageableQuery, type FruitTree, type FruitTreeProduce, type GameEvent, type GameLocation, type GeodeContainer, type GiftPreferences, type GoldBundle, type GoldenWalnut, GoldenWalnutQuery, type GoldenWalnutTrackingType, type GrandpaCategory, GrandpaEvaluator, type GrandpaInput, type GrandpaResult, type GrandpaScoreEntry, type GuildCategory, type GuildItem, GuildQuery, type GuildWeaponType, type HarvestQuantity, type Hat, HatQuery, type HouseRenovation, HouseRenovationQuery, type HouseUpgrade, type HouseUpgradeMaterial, HouseUpgradeQuery, type Ingredient, type IslandTraderDay, type IslandTraderItem, IslandTraderQuery, type ItemBundle, type JojaBundle, type JojaItem, JojaQuery, type KrobusDay, type KrobusItem, KrobusQuery, type KrobusStockType, LATEST_API_VERSION, type LocationCategory, type LocationDay, type LocationHours, LocationQuery, type LocationType, type LostBook, LostBookQuery, MASTERY_LEVELS, type MarnieCategory, type MarnieItem, MarnieQuery, type MasteryLevel, type MasterySkill, type MasteryUnlock, type MedicalSupply, MedicalSupplyQuery, type MeleeWeapon, type Mineral, type MineralItem, MineralQuery, type MixedSeed, type MixedSeedProduces, MixedSeedQuery, type Monster, type MonsterLoot, MonsterLootQuery, MonsterQuery, type MonsterSlayerGoal, MonsterSlayerGoalQuery, type MonsterVariant, type NodeDrop, type NodeItem, type OasisCategory, type OasisDay, type OasisItem, OasisQuery, type OreItem, type PerfectionCategory, PerfectionQuery, type Pet, type PierreCategory, type PierreItem, PierreQuery, type PriceFormula, type ProfessionData, ProfessionQuery, type ProfessionSkill, type QiCurrency, type QiStockItem, QiStockQuery, type Quality, QualityCalculator, type QualityEnergyHealth, type QualityPrice, type Quest, QuestQuery, type RecipeSource, type ResourceItem, type Ring, RingQuery, SKILL_TITLES, type SaloonCategory, type SaloonItem, SaloonQuery, type SaveAnimal, type SaveBuilding, type SaveBundleData, type SaveBundleItem, type SaveBundleReward, type SaveBundleRoom, type SaveBundleStatus, type SaveChild, type SaveCollectionEntry, type SaveData, type SaveDate, type SaveFarm, type SaveFishEntry, type SaveFriendship, type SaveIslandUpgrades, type SaveItem, type SaveMastery, type SaveMasteryPerk, type SaveMineProgress, type SaveMonsterKillEntry, type SaveMuseum, type SavePerfection, type SavePet, type SavePlayer, type SavePowerEntry, type SavePowers, type SaveProfession, type SaveQuest, type SaveRaccoons, type SaveRecipeEntry, type SaveSecretNotes, type SaveShippedEntry, type SaveSkillLevel, type SaveSkills, type SaveSpecialOrders, type SaveStardropEntry, type SaveStats, type SaveWalnuts, type SearchResult, type SearchResultKind, type Season, type SeasonData, SeasonQuery, type SecretNote, SecretNoteQuery, type SecretNoteType, type SeedBuyPrice, type SimpleTool, type Skill, type SkillLevel, type SkillLevelRecipes, type SkillMastery, SkillQuery, type SlayerReward, type Slingshot, type SmeltRecipe, type SpecialItem, SpecialItemQuery, type SpecialItemType, type SpecialOrderCategory, type SpecialOrderData, SpecialOrderQuery, type Stage, type StarDrop, StarDropQuery, type StarDropSource, type Tackle, TackleQuery, type TitleThreshold, type Tool, type ToolLevel, ToolQuery, type ToolType, type Tree, TreeQuery, type Trinket, TrinketQuery, type TrinketSource, type UniversalGifts, type UpgradeLevel, type UpgradeableTool, type VersionRange, type Villager, VillagerQuery, type VolcanoShopCategory, type VolcanoShopCurrency, type VolcanoShopItem, VolcanoShopQuery, type Weapon, WeaponQuery, type WeaponStat, WeaponStatQuery, type WeaponType, type Weather, WeatherQuery, type WildTree, type WildTreeTapper, type WillyCategory, type WillyItem, WillyQuery, type WizardBuilding, type WizardBuildingMaterial, WizardQuery, achievements, animals, applyPriceFormula, artifacts, artisanGoods, bait, blacksmith, booksellerShop, booksellerTrades, buildings, bundles, calculateArtisanPrice, carpenter, casino, collections, concessions, cooking, crafting, crops, desertTrader, dwarfShop, events, fieldOffice, fieldOfficeDonations, findFestival, fish, footwear, forageables, getMasteryLevel, getProfessionOptions, getTitle, getTitleScore, goldenWalnuts, grandpaEvaluator, guild, hats, houseRenovations, houseUpgrades, isFarmAnimal, isPet, islandTrader, joja, krobus, locations, lostBooks, maps, marnie, medicalSupplies, minerals, mixedSeeds, monsterLoot, monsterSlayerGoals, monsters, oasis, parseSaveFile, perfection, pierre, professions, qiStock, qualityCalculator, quests, resolveApiVersion, rings, saloon, search, seasons, secretNotes, skills, specialItems, specialOrders, starDrops, tackle, tools, trees, trinkets, universalGifts, villagers, volcanoShop, weaponStats, weapons, weather, willy, wizard };
|