Skip to content
Snippets Groups Projects
Commit 1d3831c7 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

gate edicts in endweek a bit better

parent 696e69d3
No related branches found
No related tags found
No related merge requests found
...@@ -1243,18 +1243,20 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> ...@@ -1243,18 +1243,20 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>>
<<set _rentMultiplier *= 0.95>> <<set _rentMultiplier *= 0.95>>
Food vendors are offered subsidized rent and operating expenses to set up shop in your arcology. Food vendors are offered subsidized rent and operating expenses to set up shop in your arcology.
<</if>> <</if>>
<<if $SecExp.edicts.alternativeRents == 1>> /*A silly policy*/ <<if $secExpEnabled == 1>>
Your citizens are allowed to pay their rents in slaves rather than cash and a few financially challenged individuals make use of this. <<if $SecExp.edicts.alternativeRents == 1>> /*A silly policy*/
<<set _rentMultiplier *= 0.95>> Your citizens are allowed to pay their rents in slaves rather than cash and a few financially challenged individuals make use of this.
<<set _movement = random(0,3), $menials += _movement, $NPCSlaves -= _movement>> <<set _rentMultiplier *= 0.95>>
<</if>> <<set _movement = random(0,3), $menials += _movement, $NPCSlaves -= _movement>>
<<if $SecExp.edicts.defense.discountMercenaries == 1>> <</if>>
Mercenaries willing to come to your arcology are given a discount on rent. <<if $SecExp.edicts.defense.discountMercenaries == 1>>
<<set _rentMultiplier *= 0.98>> Mercenaries willing to come to your arcology are given a discount on rent.
<</if>> <<set _rentMultiplier *= 0.98>>
<<if $SecExp.edicts.defense.privilege.militiaSoldier == 1>> <</if>>
Citizens in the militia are exempt from rent payment. <<if $SecExp.edicts.defense.privilege.militiaSoldier == 1>>
<<set _rentMultiplier *= 0.98>> Citizens in the militia are exempt from rent payment.
<<set _rentMultiplier *= 0.98>>
<</if>>
<</if>> <</if>>
<<if $arcologies[0].FSArabianRevivalistLaw == 1>> <<if $arcologies[0].FSArabianRevivalistLaw == 1>>
<<set _rentMultiplier *= 1.05>> <<set _rentMultiplier *= 1.05>>
......
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