Your lower class citizens are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
Your lower class citizens are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
<</if>>
<</if>>
Lower class satisfaction is at <<print $sexDemandResult.lowerClass/10>>%, <<print $NPCMarketShare.lowerClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
Lower class satisfaction is at <<print $sexDemandResult.lowerClass/10>>%<<if _overSupply.lowerClass > 0>> and the arcology provides <<print _overSupply.lowerClass/10>>% more sexual services than required which @@.red;drives prices down@@<</if>>, <<print $NPCMarketShare.lowerClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
<<if $sexSupplyBarriers.lowerClass == 1>>
<<if $sexSupplyBarriers.lowerClass == 1>>
<<run cashX(1000, "policies")>>
<<run cashX(1000, "policies")>>
...
@@ -89,7 +94,11 @@ Lower class satisfaction is at <<print $sexDemandResult.lowerClass/10>>%, <<prin
...
@@ -89,7 +94,11 @@ Lower class satisfaction is at <<print $sexDemandResult.lowerClass/10>>%, <<prin
<<elseif $sexDemandResult.middleClass >= 950>>
<<elseif $sexDemandResult.middleClass >= 950>>
Your middle class citizens are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
Your middle class citizens are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
<</if>>
<</if>>
Middle class satisfaction is at <<print $sexDemandResult.middleClass/10>>%, <<print $NPCMarketShare.middleClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
Middle class satisfaction is at <<print $sexDemandResult.middleClass/10>>%<<if _overSupply.middleClass > 0>> and the arcology provides <<print _overSupply.middleClass/10>>% more sexual services than required which @@.red;drives prices down@@<</if>>, <<print $NPCMarketShare.middleClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
<<if $sexSupplyBarriers.middleClass == 1>>
<<if $sexSupplyBarriers.middleClass == 1>>
<<run cashX(1000, "policies")>>
<<run cashX(1000, "policies")>>
...
@@ -132,7 +141,11 @@ Middle class satisfaction is at <<print $sexDemandResult.middleClass/10>>%, <<pr
...
@@ -132,7 +141,11 @@ Middle class satisfaction is at <<print $sexDemandResult.middleClass/10>>%, <<pr
<<elseif $sexDemandResult.upperClass >= 950>>
<<elseif $sexDemandResult.upperClass >= 950>>
Your upper class citizens are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
Your upper class citizens are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
<</if>>
<</if>>
Upper class satisfaction is at <<print $sexDemandResult.upperClass/10>>%, <<print $NPCMarketShare.upperClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
Upper class satisfaction is at <<print $sexDemandResult.upperClass/10>>%<<if _overSupply.upperClass > 0>> and the arcology provides <<print _overSupply.upperClass/10>>% more sexual services than required which @@.red;drives prices down@@<</if>>, <<print $NPCMarketShare.upperClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
<<if $sexSupplyBarriers.upperClass == 1>>
<<if $sexSupplyBarriers.upperClass == 1>>
<<run cashX(1000, "policies")>>
<<run cashX(1000, "policies")>>
...
@@ -175,7 +188,11 @@ Upper class satisfaction is at <<print $sexDemandResult.upperClass/10>>%, <<prin
...
@@ -175,7 +188,11 @@ Upper class satisfaction is at <<print $sexDemandResult.upperClass/10>>%, <<prin
<<elseif $sexDemandResult.topClass >= 950>>
<<elseif $sexDemandResult.topClass >= 950>>
Your arcology's millionaires are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
Your arcology's millionaires are @@.green;delighted with the abundance of sexual services@@ inside your arcology.<br>
<</if>>
<</if>>
Millionaire satisfaction is at <<print $sexDemandResult.topClass/10>>%, <<print $NPCMarketShare.topClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
Millionaire satisfaction is at <<print $sexDemandResult.topClass/10>>%<<if _overSupply.topClass > 0>> and the arcology provides <<print _overSupply.topClass/10>>% more sexual services than required which @@.red;drives prices down@@<</if>>, <<print $NPCMarketShare.topClass/10>>% of the market is serviced by other suppliers operating inside your arcology.<br>
<<if $sexSupplyBarriers.topClass == 1>>
<<if $sexSupplyBarriers.topClass == 1>>
<<run cashX(1000, "policies")>>
<<run cashX(1000, "policies")>>
...
@@ -198,8 +215,8 @@ More elite citizens require their own slaves and will cause the population of sl
...
@@ -198,8 +215,8 @@ More elite citizens require their own slaves and will cause the population of sl
<<set $oldACitizens = $ACitizens,
<<set $oldACitizens = $ACitizens,
_FSScore = 0, /*FS progress for tourism*/
_FSScore = 0, /*FS progress for tourism*/
_slaveDemandU = 1, /*Changes to upperclass slave demand*/
_slaveDemandU = 1, /*Changes to upperClass slave demand*/
_slaveDemandT = 1, /*Changes to topclass slave demand*/
_slaveDemandT = 1, /*Changes to topClass slave demand*/
_expirationFS = 0.005, /*changes to likelihood of slave death*/
_expirationFS = 0.005, /*changes to likelihood of slave death*/
_slaveProductivity = 0.8, /*changes to slave productivity*/
_slaveProductivity = 0.8, /*changes to slave productivity*/
_lowerClass = 0, /*fixed amount of changes to lowerClass interest to move in*/
_lowerClass = 0, /*fixed amount of changes to lowerClass interest to move in*/