Merge branch 'master' of https://github.com/Sakimori/matteo-the-prestige
This commit is contained in:
commit
fc45e05ad2
|
@ -635,7 +635,7 @@ class WeatherChains():
|
||||||
magic = [Twilight, ThinnedVeil, MeteorShower, Starlight, Dusk] #weathers involving breaking the fabric of spacetime
|
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
|
sudden = [Tornado, Hurricane, Twilight, Starlight, Midnight, Downpour, Smog] #weathers that always happen and leave over 1-3 games
|
||||||
disaster = [Hurricane, Tornado, Downpour, Blizzard] #storms
|
disaster = [Hurricane, Tornado, Downpour, Blizzard] #storms
|
||||||
aftermath = [Midnight, Starlight, MeteorShower, SummerMist, LeafEddies, Dusk] #calm epilogues
|
aftermath = [Midnight, Starlight, MeteorShower, SummerMist, Dusk] #calm epilogues
|
||||||
|
|
||||||
dictionary = {
|
dictionary = {
|
||||||
#Supernova : (magic + sudden + disaster, None), supernova happens leaguewide and shouldn't need a chain, but here just in case
|
#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)
|
current = WeatherChains.chain_weather(current)
|
||||||
|
|
||||||
with open("data/"+name, "w", encoding='utf-8') as file:
|
with open("data/"+name, "w", encoding='utf-8') as file:
|
||||||
file.write(out)
|
file.write(out)
|
||||||
|
|
Loading…
Reference in a new issue