Stardew Valley: 5.x.x - The Allsanity Update (#2764)
Major Content update for Stardew Valley, including the following features - Major performance improvements all across the Stardew Valley apworld, including a significant reduction in the test time - Randomized Farm Type - Bundles rework (Remixed Bundles and Missing Bundle!) - New Settings: * Shipsanity - Shipping individual items * Monstersanity - Slaying monsters * Cooksanity - Cooking individual recipes * Chefsanity - Learning individual recipes * Craftsanity - Crafting individual items - New Goals: * Protector of the Valley - Complete every monster slayer goal * Full Shipment - Ship every item * Craftmaster - Craft every item * Gourmet Chef - Cook every recipe * Legend - Earn 10 000 000g * Mystery of the Stardrops - Find every stardrop (Maguffin Hunt) * Allsanity - Complete every check in your slot - Building Shuffle: Cheaper options - Tool Shuffle: Cheaper options - Money rework - New traps - New isolated checks and items, including the farm cave, the movie theater, etc - Mod Support: SVE [Albrekka] - Mod Support: Distant Lands [Albrekka] - Mod Support: Hat Mouse Lacey [Albrekka] - Mod Support: Boarding House [Albrekka] Co-authored-by: Witchybun <elnendil@gmail.com> Co-authored-by: Witchybun <96719127+Witchybun@users.noreply.github.com> Co-authored-by: Jouramie <jouramie@hotmail.com> Co-authored-by: Alchav <59858495+Alchav@users.noreply.github.com>
This commit is contained in:
80
worlds/stardew_valley/strings/bundle_names.py
Normal file
80
worlds/stardew_valley/strings/bundle_names.py
Normal file
@@ -0,0 +1,80 @@
|
||||
class CCRoom:
|
||||
pantry = "Pantry"
|
||||
crafts_room = "Crafts Room"
|
||||
fish_tank = "Fish Tank"
|
||||
bulletin_board = "Bulletin Board"
|
||||
vault = "Vault"
|
||||
boiler_room = "Boiler Room"
|
||||
abandoned_joja_mart = "Abandoned Joja Mart"
|
||||
|
||||
|
||||
class BundleName:
|
||||
spring_foraging = "Spring Foraging Bundle"
|
||||
summer_foraging = "Summer Foraging Bundle"
|
||||
fall_foraging = "Fall Foraging Bundle"
|
||||
winter_foraging = "Winter Foraging Bundle"
|
||||
construction = "Construction Bundle"
|
||||
exotic_foraging = "Exotic Foraging Bundle"
|
||||
beach_foraging = "Beach Foraging Bundle"
|
||||
mines_foraging = "Mines Foraging Bundle"
|
||||
desert_foraging = "Desert Foraging Bundle"
|
||||
island_foraging = "Island Foraging Bundle"
|
||||
sticky = "Sticky Bundle"
|
||||
wild_medicine = "Wild Medicine Bundle"
|
||||
quality_foraging = "Quality Foraging Bundle"
|
||||
spring_crops = "Spring Crops Bundle"
|
||||
summer_crops = "Summer Crops Bundle"
|
||||
fall_crops = "Fall Crops Bundle"
|
||||
quality_crops = "Quality Crops Bundle"
|
||||
animal = "Animal Bundle"
|
||||
artisan = "Artisan Bundle"
|
||||
rare_crops = "Rare Crops Bundle"
|
||||
fish_farmer = "Fish Farmer's Bundle"
|
||||
garden = "Garden Bundle"
|
||||
brewer = "Brewer's Bundle"
|
||||
orchard = "Orchard Bundle"
|
||||
island_crops = "Island Crops Bundle"
|
||||
agronomist = "Agronomist's Bundle"
|
||||
slime_farmer = "Slime Farmer Bundle"
|
||||
river_fish = "River Fish Bundle"
|
||||
lake_fish = "Lake Fish Bundle"
|
||||
ocean_fish = "Ocean Fish Bundle"
|
||||
night_fish = "Night Fishing Bundle"
|
||||
crab_pot = "Crab Pot Bundle"
|
||||
trash = "Trash Bundle"
|
||||
recycling = "Recycling Bundle"
|
||||
specialty_fish = "Specialty Fish Bundle"
|
||||
spring_fish = "Spring Fishing Bundle"
|
||||
summer_fish = "Summer Fishing Bundle"
|
||||
fall_fish = "Fall Fishing Bundle"
|
||||
winter_fish = "Winter Fishing Bundle"
|
||||
rain_fish = "Rain Fishing Bundle"
|
||||
quality_fish = "Quality Fish Bundle"
|
||||
master_fisher = "Master Fisher's Bundle"
|
||||
legendary_fish = "Legendary Fish Bundle"
|
||||
island_fish = "Island Fish Bundle"
|
||||
deep_fishing = "Deep Fishing Bundle"
|
||||
tackle = "Tackle Bundle"
|
||||
bait = "Master Baiter Bundle"
|
||||
blacksmith = "Blacksmith's Bundle"
|
||||
geologist = "Geologist's Bundle"
|
||||
adventurer = "Adventurer's Bundle"
|
||||
treasure_hunter = "Treasure Hunter's Bundle"
|
||||
engineer = "Engineer's Bundle"
|
||||
demolition = "Demolition Bundle"
|
||||
paleontologist = "Paleontologist's Bundle"
|
||||
archaeologist = "Archaeologist's Bundle"
|
||||
chef = "Chef's Bundle"
|
||||
dye = "Dye Bundle"
|
||||
field_research = "Field Research Bundle"
|
||||
fodder = "Fodder Bundle"
|
||||
enchanter = "Enchanter's Bundle"
|
||||
children = "Children's Bundle"
|
||||
forager = "Forager's Bundle"
|
||||
home_cook = "Home Cook's Bundle"
|
||||
bartender = "Bartender's Bundle"
|
||||
gambler = "Gambler's Bundle"
|
||||
carnival = "Carnival Bundle"
|
||||
walnut_hunter = "Walnut Hunter Bundle"
|
||||
qi_helper = "Qi's Helper Bundle"
|
||||
missing_bundle = "The Missing Bundle"
|
||||
Reference in New Issue
Block a user