Skip to content
Snippets Groups Projects
Commit 3b520bb7 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

Policy text readdition

See merge request pregmodfan/fc-pregmod!6312
parents ce9bde5a 26c79ac1
No related branches found
No related tags found
No related merge requests found
...@@ -384,6 +384,7 @@ _enslaveChance = 0.2>> ...@@ -384,6 +384,7 @@ _enslaveChance = 0.2>>
<<if $ProRefugees == 1>> <<if $ProRefugees == 1>>
<<set _slaveDemandU *= 1.1, <<set _slaveDemandU *= 1.1,
_slaveDemandT *= 1.125>> _slaveDemandT *= 1.125>>
Some desperate people filtered into the arcology during the week: as owner, you were able to enslave a handful of them.
<</if>> <</if>>
<<if $ProImmigrationCash == 1>> <<if $ProImmigrationCash == 1>>
<<set _lowerClass += 200, <<set _lowerClass += 200,
...@@ -394,6 +395,7 @@ _enslaveChance = 0.2>> ...@@ -394,6 +395,7 @@ _enslaveChance = 0.2>>
_upperClassP *= 0.995, _upperClassP *= 0.995,
_topClass += -5, _topClass += -5,
_topClass *= 0.99>> _topClass *= 0.99>>
The rent promotion for new immigrants brings new citizens to the arcology.
<</if>> <</if>>
<<if $ProImmigrationRep == 1>> <<if $ProImmigrationRep == 1>>
<<set _lowerClass += 200, <<set _lowerClass += 200,
...@@ -404,6 +406,8 @@ _enslaveChance = 0.2>> ...@@ -404,6 +406,8 @@ _enslaveChance = 0.2>>
_upperClassP *= 0.995, _upperClassP *= 0.995,
_topClass += -5, _topClass += -5,
_topClass *= 0.99>> _topClass *= 0.99>>
Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but @@.red;annoys some longstanding citizens.@@
<<run repX(forceNeg(100), "policies")>>
<</if>> <</if>>
<<if $AntiImmigrationCash == 1>> <<if $AntiImmigrationCash == 1>>
<<set _lowerClass += -200, <<set _lowerClass += -200,
...@@ -414,6 +418,8 @@ _enslaveChance = 0.2>> ...@@ -414,6 +418,8 @@ _enslaveChance = 0.2>>
_upperClassP *= 1.005, _upperClassP *= 1.005,
_topClass += 5, _topClass += 5,
_topClass *= 1.01>> _topClass *= 1.01>>
You covertly @@.yellowgreen;sell@@ the private information of potential arcology immigrants on the old world black market.
<<run cashX(random(500,1500), "policies")>>
<</if>> <</if>>
<<if $AntiImmigrationRep == 1>> <<if $AntiImmigrationRep == 1>>
<<set _lowerClass += -200, <<set _lowerClass += -200,
...@@ -424,6 +430,8 @@ _enslaveChance = 0.2>> ...@@ -424,6 +430,8 @@ _enslaveChance = 0.2>>
_upperClassP *= 1.005, _upperClassP *= 1.005,
_topClass += 5, _topClass += 5,
_topClass *= 1.01>> _topClass *= 1.01>>
You allow citizens input on potential immigrants, a @@.green;popular@@ program.
<<run repX(100, "policies")>>
<</if>> <</if>>
<<if $ProEnslavementCash == 1>> <<if $ProEnslavementCash == 1>>
<<set _slaveDemandU *= 1.1, <<set _slaveDemandU *= 1.1,
...@@ -432,6 +440,8 @@ _enslaveChance = 0.2>> ...@@ -432,6 +440,8 @@ _enslaveChance = 0.2>>
_lowerClassP *= .99, _lowerClassP *= .99,
_topClass += 5, _topClass += 5,
_topClass *= 1.01>> _topClass *= 1.01>>
You @@.yellowgreen;take kickbacks@@ for ignoring enslavement of citizens.
<<run cashX(random(500,1500), "policies")>>
<</if>> <</if>>
<<if $ProEnslavementRep == 1>> <<if $ProEnslavementRep == 1>>
<<set _slaveDemandU *= 1.1, <<set _slaveDemandU *= 1.1,
...@@ -440,6 +450,8 @@ _enslaveChance = 0.2>> ...@@ -440,6 +450,8 @@ _enslaveChance = 0.2>>
_lowerClassP *= 0.99, _lowerClassP *= 0.99,
_topClass += 5, _topClass += 5,
_topClass *= 1.01>> _topClass *= 1.01>>
You @@.green;make friends@@ by tacitly supporting enslavement of upstart citizens.
<<run repX(100, "policies")>>
<</if>> <</if>>
<<if $AntiEnslavementCash == 1>> <<if $AntiEnslavementCash == 1>>
<<set _slaveDemandU *= 0.9, <<set _slaveDemandU *= 0.9,
...@@ -448,6 +460,7 @@ _enslaveChance = 0.2>> ...@@ -448,6 +460,7 @@ _enslaveChance = 0.2>>
_lowerClassP *= 1.02, _lowerClassP *= 1.02,
_topClass += -5, _topClass += -5,
_topClass *= 0.98>> _topClass *= 0.98>>
Your charity purse prevents a few citizens from falling into slavery.
<</if>> <</if>>
<<if $AntiEnslavementRep == 1>> <<if $AntiEnslavementRep == 1>>
<<set _slaveDemandU *= 0.9, <<set _slaveDemandU *= 0.9,
...@@ -456,6 +469,8 @@ _enslaveChance = 0.2>> ...@@ -456,6 +469,8 @@ _enslaveChance = 0.2>>
_lowerClassP *= 1.01, _lowerClassP *= 1.01,
_topClass += -5, _topClass += -5,
_topClass *= 0.99>> _topClass *= 0.99>>
You use your personal influence to help struggling citizens.
<<run repX(forceNeg(100), "policies")>>
<</if>> <</if>>
<<if $arcologies[0].FSSupremacistLawME == 1>> <<if $arcologies[0].FSSupremacistLawME == 1>>
<<set _slaveDemandU *= 2.2, <<set _slaveDemandU *= 2.2,
...@@ -505,12 +520,14 @@ _enslaveChance = 0.2>> ...@@ -505,12 +520,14 @@ _enslaveChance = 0.2>>
_lowerClassP *= 1.005, _lowerClassP *= 1.005,
_topClass += -2.5, _topClass += -2.5,
_topClassP *= 0.995>> _topClassP *= 0.995>>
The rent promotion for pregnant women attracts several gravid ladies and a few girls eager to become mothers to enroll as citizens in your arcology.
<</if>> <</if>>
<<if $arcologies[0].FSRestartLaw == 1>> <<if $arcologies[0].FSRestartLaw == 1>>
<<set _lowerClass += -100, <<set _lowerClass += -100,
_lowerClassP *= 0.99, _lowerClassP *= 0.99,
_topClass += 2.5, _topClass += 2.5,
_topClassP *= 1.01>> _topClassP *= 1.01>>
Your sterilization program drives several disloyal citizens out of the arcology.
<</if>> <</if>>
<<if $arcologies[0].FSHedonisticDecadenceLaw == 1>> <<if $arcologies[0].FSHedonisticDecadenceLaw == 1>>
<<set _middleClass += 80, <<set _middleClass += 80,
......
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