Skip to content
Snippets Groups Projects
Commit 53bf8e39 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'BabyFix' into 'pregmod-master'

Economy Intro note for additional content and Disaster Response Unit hint

See merge request pregmodfan/fc-pregmod!3311
parents 977cf641 b6f2fe2b
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<</if>> <</if>>
/*Economy settings*/ /*Economy settings*/
<br><br>@@.orange;How fast is it crumbling?@@ <br><br>@@.orange;How fast is it crumbling?@@ //Some economic content requires this to be set to harder than vanilla//
<<if $difficultySwitch == 0>> <<if $difficultySwitch == 0>>
<br>''Barely noticeable, for now.'' //Vanilla// <br>''Barely noticeable, for now.'' //Vanilla//
<br>[[Harder|Economy Intro][$econRate = 1, $difficultySwitch = 1]] <br>[[Harder|Economy Intro][$econRate = 1, $difficultySwitch = 1]]
......
...@@ -1055,11 +1055,11 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t ...@@ -1055,11 +1055,11 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t
<<if $weatherToday.severity == 3>> <<if $weatherToday.severity == 3>>
<<set $localEcon -= 1>> <<set $localEcon -= 1>>
<<set $econWeatherDamage += 1>> <<set $econWeatherDamage += 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.@@ <<if $disasterResponse == 0>>//Investing in a disaster response unit will speed up recovery//<</if>>
<<elseif $weatherToday.severity > 3>> <<elseif $weatherToday.severity > 3>>
<<set $localEcon -= 3>> <<set $localEcon -= 3>>
<<set $econWeatherDamage += 3>> <<set $econWeatherDamage += 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 $disasterResponse == 0>>//Investing in a disaster response unit will speed up recovery//<</if>>
<</if>> <</if>>
<</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