Files
Grinch-AP/worlds/stardew_valley/strings/festival_check_names.py
agilbert1412 62657df3fb Stardew Valley: 4.x.x - The Ginger Update (#1931)
## What is this fixing or adding?
Major content update for Stardew Valley

## How was this tested?
One large-scale public Beta on the archipelago server, plus several smaller private asyncs and test runs

You can go to https://github.com/agilbert1412/StardewArchipelago/releases to grab the mod (latest 4.x.x version), the supported mods and the apworld, to test this PR

## New Features:
- Festival Checks [Easy mode or Hard Mode]
- Special Orders [Both Board and Qi]
- Willy's Boat
- Ginger Island Parrots
- TV Channels
- Trap Items [Available in various difficulty levels]
- Entrance Randomizer: Buildings and Chaos
- New Fishsanity options: Exclude Legendaries, Exclude Hard fish, Only easy fish
- Resource Pack overhaul [Resource packs are now more enjoyable and varied]
- Goal: Greatest Walnut Hunter [Find every single Golden Walnut]
- Goal: Perfection [Achieve Perfection]
- Option: Profit Margin [Multiplier over all earnings]
- Option: Friendsanity Heart Size [Reduce clutter from friendsanity hearts]
- Option: Exclude Ginger Island - will exclude many locations and items to generate a playthrough that does not go to the island
- Mod Support [Curated list of mods]

## New Contributors:
@Witchybun for the mod support

---------

Co-authored-by: Witchybun <embenham05@gmail.com>
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
2023-07-19 20:26:38 +02:00

33 lines
1.4 KiB
Python

class FestivalCheck:
cone_hat = "Cone Hat"
dance = "Dance with someone"
egg_hunt = "Egg Hunt Victory"
fair_stardrop = "Fair Stardrop"
fishing_competition = "Win Fishing Competition"
grange_display = "Grange Display"
iridium_fireplace = "Iridium Fireplace"
luau_soup = "Luau Soup"
lupini_1000_years = "Lupini: 1000 Years From Now"
lupini_clouds = "Lupini: Clouds"
lupini_land_of_clay = "Lupini: Land Of Clay"
lupini_portrait_mermaid = "Lupini: Portrait Of A Mermaid"
lupini_red_eagle = "Lupini: Red Eagle"
lupini_solar_kingdom = "Lupini: Solar Kingdom"
lupini_the_serpent = "Lupini: The Serpent"
lupini_three_trees = "Lupini: Three Trees"
lupini_tropical_fish = "Lupini: 'Tropical Fish #173'"
mermaid_pearl = "Mermaid Pearl"
moonlight_jellies = "Dance of the Moonlight Jellies"
rarecrow_1 = "Rarecrow #1 (Turnip Head)"
rarecrow_2 = "Rarecrow #2 (Witch)"
rarecrow_4 = "Rarecrow #4 (Snowman)"
rarecrow_5 = "Rarecrow #5 (Woman)"
rarecrow_7 = "Rarecrow #7 (Tanuki)"
rarecrow_8 = "Rarecrow #8 (Tribal Mask)"
secret_santa = "Secret Santa"
legend_of_the_winter_star = "The Legend of the Winter Star"
smashing_stone = "Smashing Stone"
spirit_eve_maze = "Spirit's Eve Maze"
strawberry_seeds = "Egg Festival: Strawberry Seeds"
all_rarecrows = "Collect All Rarecrows"