diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 025c355801c2d7e1405494d02cf228544cc371d2..111294fe8f9917893847bcd94d25cfe6267703ca 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -1019,18 +1019,26 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@ <<set $menialSupplyFactor = Math.clamp($menialSupplyFactor,-50000,50000)>> <</if>> -<br> - /* Menial and regular slave markets are part of the same market, e.a. if (menial)slave supply goes up, all slave prices fall. The RomanFS may need further tweaking (it probably got weaker). Could increase the slave supply cap if this FS is chosen to fix. */ <<set $slaveCostFactor = menialSlaveCost()/1000>> <<if $arcologies[0].FSRomanRevivalist > random(1,150)>> <<if $slaveCostFactor > 0.8>> - @@.yellow;Your Roman Revivalism is having an effect on the slave market and has driven local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br> + <br><br>@@.yellow;Your Roman Revivalism is having an effect on the slave market and has driven local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br> <<set $menialSupplyFactor += 2000>> <<else>> - @@.yellow;Your Roman Revivalism is having an effect on the slave market and is holding local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br> + <br><br>@@.yellow;Your Roman Revivalism is having an effect on the slave market and is holding local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br> + <</if>> +<</if>> + +<<if $difficultySwitch == 1>> + <<if $weatherToday.severity == 3>> + <<set $localEcon -= 1>> + <br><br>This week's terrible weather did a number on the region, @@.red;hurting the local economy.@@ + <<elseif $weatherToday.severity > 3>> + <<set $localEcon -= 3>> + <br><br>This week's extreme weather ravaged the region, @@.red;the local economy is seriously disrupted.@@ <</if>> <</if>>