From a4c74754d97f18266b3143ea786a3ab3779e8a29 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 7 Mar 2020 08:11:18 -0500 Subject: [PATCH] Policy text readdition --- src/uncategorized/arcmgmt.tw | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index 5595f0200ba..328c5654e17 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -394,6 +394,7 @@ _enslaveChance = 0.2>> _upperClassP *= 0.995, _topClass += -5, _topClass *= 0.99>> + The rent promotion for new immigrants brings new citizens to the arcology. <</if>> <<if $ProImmigrationRep == 1>> <<set _lowerClass += 200, @@ -404,6 +405,8 @@ _enslaveChance = 0.2>> _upperClassP *= 0.995, _topClass += -5, _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 $AntiImmigrationCash == 1>> <<set _lowerClass += -200, @@ -414,6 +417,8 @@ _enslaveChance = 0.2>> _upperClassP *= 1.005, _topClass += 5, _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 $AntiImmigrationRep == 1>> <<set _lowerClass += -200, @@ -424,6 +429,8 @@ _enslaveChance = 0.2>> _upperClassP *= 1.005, _topClass += 5, _topClass *= 1.01>> + You allow citizens input on potential immigrants, a @@.green;popular@@ program. + <<run repX(100, "policies")>> <</if>> <<if $ProEnslavementCash == 1>> <<set _slaveDemandU *= 1.1, @@ -432,6 +439,8 @@ _enslaveChance = 0.2>> _lowerClassP *= .99, _topClass += 5, _topClass *= 1.01>> + You @@.yellowgreen;take kickbacks@@ for ignoring enslavement of citizens. + <<run cashX(random(500,1500), "policies")>> <</if>> <<if $ProEnslavementRep == 1>> <<set _slaveDemandU *= 1.1, @@ -440,6 +449,8 @@ _enslaveChance = 0.2>> _lowerClassP *= 0.99, _topClass += 5, _topClass *= 1.01>> + You @@.green;make friends@@ by tacitly supporting enslavement of upstart citizens. + <<run repX(100, "policies")>> <</if>> <<if $AntiEnslavementCash == 1>> <<set _slaveDemandU *= 0.9, @@ -448,6 +459,7 @@ _enslaveChance = 0.2>> _lowerClassP *= 1.02, _topClass += -5, _topClass *= 0.98>> + Your charity purse prevents a few citizens from falling into slavery. <</if>> <<if $AntiEnslavementRep == 1>> <<set _slaveDemandU *= 0.9, @@ -456,6 +468,8 @@ _enslaveChance = 0.2>> _lowerClassP *= 1.01, _topClass += -5, _topClass *= 0.99>> + You use your personal influence to help struggling citizens. + <<run repX(forceNeg(100), "policies")>> <</if>> <<if $arcologies[0].FSSupremacistLawME == 1>> <<set _slaveDemandU *= 2.2, @@ -505,12 +519,14 @@ _enslaveChance = 0.2>> _lowerClassP *= 1.005, _topClass += -2.5, _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 $arcologies[0].FSRestartLaw == 1>> <<set _lowerClass += -100, _lowerClassP *= 0.99, _topClass += 2.5, _topClassP *= 1.01>> + Your sterilization program drives several disloyal citizens out of the arcology. <</if>> <<if $arcologies[0].FSHedonisticDecadenceLaw == 1>> <<set _middleClass += 80, -- GitLab