This commit is contained in:
Sakimori 2021-07-26 19:02:54 -04:00
commit fc45e05ad2

View file

@ -635,7 +635,7 @@ class WeatherChains():
magic = [Twilight, ThinnedVeil, MeteorShower, Starlight, Dusk] #weathers involving breaking the fabric of spacetime
sudden = [Tornado, Hurricane, Twilight, Starlight, Midnight, Downpour, Smog] #weathers that always happen and leave over 1-3 games
disaster = [Hurricane, Tornado, Downpour, Blizzard] #storms
aftermath = [Midnight, Starlight, MeteorShower, SummerMist, LeafEddies, Dusk] #calm epilogues
aftermath = [Midnight, Starlight, MeteorShower, SummerMist, Dusk] #calm epilogues
dictionary = {
#Supernova : (magic + sudden + disaster, None), supernova happens leaguewide and shouldn't need a chain, but here just in case
@ -688,4 +688,4 @@ class WeatherChains():
current = WeatherChains.chain_weather(current)
with open("data/"+name, "w", encoding='utf-8') as file:
file.write(out)
file.write(out)