Skip to content
Snippets Groups Projects
Commit aa6012f9 authored by klorpa's avatar klorpa
Browse files

Adjust Values

parent 402b4a00
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
<<set $customRetirementAge = Math.clamp($customRetirementAge, 20, 120)>> <<set $customRetirementAge = Math.clamp($customRetirementAge, 20, 120)>>
<<if $CustomRetirementAgePolicy == 1>><<set $retirementAge = $customRetirementAge>><</if>> <<if $CustomRetirementAgePolicy == 1>><<set $retirementAge = $customRetirementAge>><</if>>
<<if $PhysicalRetirementAgePolicy == 1>><<set $retirementAge = $customRetirementAge>><</if>> <<if $PhysicalRetirementAgePolicy == 1>><<set $retirementAge = $customRetirementAge>><</if>>
<<set $retirementSex = Math.clamp($retirementSex, 1000, 100000)>> <<set $retirementSex = Math.clamp($retirementSex, 1, 10000000)>>
<<set $retirementMilk = Math.clamp($retirementMilk, 10000, 1000000)>> <<set $retirementMilk = Math.clamp($retirementMilk, 1, 100000000)>>
<<set $retirementCum = Math.clamp($retirementCum, 100000, 10000000)>> <<set $retirementCum = Math.clamp($retirementCum, 1, 1000000000)>>
<<set $retirementBirths = Math.clamp($retirementBirths, 1, 200)>> <<set $retirementBirths = Math.clamp($retirementBirths, 1, 1000000)>>
<<set $retirementKills = Math.clamp($retirementKills, 1, 20)>> <<set $retirementKills = Math.clamp($retirementKills, 1, 1000000)>>
''__Active policies__'' ''__Active policies__''
<br>//These policies are active within your arcology. Slave Market Regulations (SMRs) will affect slaves that come through the official slave markets in your arcology. The markets themselves will bear the cost of these regulations, but the minimum practicable slave prices may rise as a result.// <br>//These policies are active within your arcology. Slave Market Regulations (SMRs) will affect slaves that come through the official slave markets in your arcology. The markets themselves will bear the cost of these regulations, but the minimum practicable slave prices may rise as a result.//
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<</if>> <</if>>
<<if $PhysicalRetirementAgePolicy == 1>> <<if $PhysicalRetirementAgePolicy == 1>>
<br>''Redefined Mandatory Retirement Age:'' you have set your arcology's standard retirement age for slave bodies at $retirementAge. <br>''Physical Retirement Age:'' you have set your arcology's standard retirement age for slave bodies at $retirementAge.
[[Repeal|Policies][$PhysicalRetirementAgePolicy = 0, $retirementAge = 45]] [[Repeal|Policies][$PhysicalRetirementAgePolicy = 0, $retirementAge = 45]]
<</if>> <</if>>
...@@ -834,7 +834,7 @@ ...@@ -834,7 +834,7 @@
<</if>> <</if>>
<<if $PhysicalRetirementAgePolicy == 0>> <<if $PhysicalRetirementAgePolicy == 0>>
<br>''Redefined Mandatory Retirement Age:'' you will set your arcology's standard retirement age for sex slaves once their bodies reach age <br>''Physical Retirement Age:'' you will set your arcology's standard retirement age for sex slaves once their bodies reach age
<br>&nbsp;&nbsp;&nbsp;&nbsp;<<textbox "$customRetirementAge" $customRetirementAge "Policies">> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<textbox "$customRetirementAge" $customRetirementAge "Policies">>
[[Implement|Policies][$PhysicalRetirementAgePolicy = 1, $cash -=5000, $rep -= 1000]] [[Implement|Policies][$PhysicalRetirementAgePolicy = 1, $cash -=5000, $rep -= 1000]]
<</if>> <</if>>
......
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