33 lines
1.4 KiB
Python
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"
|