Skip to content
Snippets Groups Projects
Commit fd5049b9 authored by Jones's avatar Jones
Browse files

Balance

parent 21bee319
No related branches found
No related tags found
1 merge request!2865Weather & economy
...@@ -1033,11 +1033,11 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t ...@@ -1033,11 +1033,11 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t
<</if>> <</if>>
<<if $difficultySwitch == 1>> <<if $difficultySwitch == 1>>
<<if $weatherToday.severity == 2>> <<if $weatherToday.severity == 3>>
<<set $localEcon -= 2>> <<set $localEcon -= 1>>
<br><br>This week's terrible weather did a number on the region, @@.red;hurting the local economy.@@ <br><br>This week's terrible weather did a number on the region, @@.red;hurting the local economy.@@
<<elseif $weatherToday.severity > 2>> <<elseif $weatherToday.severity > 3>>
<<set $localEcon -= 5>> <<set $localEcon -= 3>>
<br><br>This week's extreme weather ravaged the region, @@.red;the local economy is seriously disrupted.@@ <br><br>This week's extreme weather ravaged the region, @@.red;the local economy is seriously disrupted.@@
<</if>> <</if>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment