Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
1d3831c7
Commit
1d3831c7
authored
4 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
gate edicts in endweek a bit better
parent
696e69d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/arcmgmt.tw
+14
-12
14 additions, 12 deletions
src/uncategorized/arcmgmt.tw
with
14 additions
and
12 deletions
src/uncategorized/arcmgmt.tw
+
14
−
12
View file @
1d3831c7
...
@@ -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>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment