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

Policy text readdition

parent 098d6f8f
No related branches found
No related tags found
No related merge requests found
...@@ -394,6 +394,7 @@ _enslaveChance = 0.2>> ...@@ -394,6 +394,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 +405,8 @@ _enslaveChance = 0.2>> ...@@ -404,6 +405,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 +417,8 @@ _enslaveChance = 0.2>> ...@@ -414,6 +417,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 +429,8 @@ _enslaveChance = 0.2>> ...@@ -424,6 +429,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 +439,8 @@ _enslaveChance = 0.2>> ...@@ -432,6 +439,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 +449,8 @@ _enslaveChance = 0.2>> ...@@ -440,6 +449,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 +459,7 @@ _enslaveChance = 0.2>> ...@@ -448,6 +459,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 +468,8 @@ _enslaveChance = 0.2>> ...@@ -456,6 +468,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 +519,14 @@ _enslaveChance = 0.2>> ...@@ -505,12 +519,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