Skip to content
Snippets Groups Projects
Commit 3ddf5803 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

finish retirement

parent b1e42967
No related branches found
No related tags found
No related merge requests found
......@@ -141,68 +141,6 @@
<script>
policy("MenialRetirementPolicies");
</script>
<<if $policies.retirement.fate == "citizen">>
<<if $policies.retirement.sex > 0>>
<br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked <<print num($policies.retirement.sex)>> times.
<span class="yellow">[[Repeal|Policies][$policies.retirement.sex = 0]]</span>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$policies.retirement.sex" $policies.retirement.sex "Policies">>
<<else>>
<br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked <<print num(10000)>> times.
<<if $rep >= 1000>>
<span class="green">[[Implement|Policies][$policies.retirement.sex = 10000, cashX(-5000, "policies"), repX(-1000, "policies")]]</span>
<</if>>
<</if>>
<<if $policies.retirement.milk > 0>>
<br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given <<print num($policies.retirement.milk)>> liters of milk.
<span class="yellow">[[Repeal|Policies][$policies.retirement.milk = 0]]</span>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$policies.retirement.milk" $policies.retirement.milk "Policies">>
<<else>>
<br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given <<print num(50000)>> liters of milk.
<<if $rep >= 1000>>
<span class="green">[[Implement|Policies][$policies.retirement.milk = 50000, cashX(-5000, "policies"), repX(-1000, "policies")]]</span>
<</if>>
<</if>>
<<if $seeDicks > 0 || $makeDicks>>
<<if $policies.retirement.cum > 0>>
<br>''Productive Bull Retirement:'' slaves will be rewarded with their freedom once they have given <<print num($policies.retirement.cum)>> deciliters of cum.
<span class="yellow">[[Repeal|Policies][$policies.retirement.cum = 0]]</span>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$policies.retirement.cum" $policies.retirement.cum "Policies">>
<<else>>
<br>''Productive Bull Retirement:'' slaves will be rewarded with their freedom once they have given <<print num(500000)>> deciliters of cum.
<<if $rep >= 1000>>
<span class="green">[[Implement|Policies][$policies.retirement.cum = 500000, cashX(-5000, "policies"), repX(-1000, "policies")]]</span>
<</if>>
<</if>>
<</if>>
<<if $policies.retirement.births > 0>>
<br>''Fertile Breeder Retirement:'' slaves will be rewarded with their freedom once they add $policies.retirement.births new slaves to the population of $arcologies[0].name.
<span class="yellow">[[Repeal|Policies][$policies.retirement.births = 0]]</span>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$policies.retirement.births" $policies.retirement.births "Policies">>
<<else>>
<br>''Fertile Breeder Retirement:'' slaves will be rewarded with their freedom once they add 5 new slaves to the population of $arcologies[0].name.
<<if $rep >= 1000>>
<span class="green">[[Implement|Policies][$policies.retirement.births = 5, cashX(-5000, "policies"), repX(-1000, "policies")]]</span>
<</if>>
<</if>>
<<if $policies.retirement.kills > 0>>
<br>''Champion Gladiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed $policies.retirement.kills of their fellow slaves in the pit.
<span class="yellow">[[Repeal|Policies][$policies.retirement.kills = 0]]</span>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$killsRequired" $killsRequired "Policies">>
<<else>>
<br>''Champion Gladiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed 3 of their fellow slaves in the pit.
<<if $rep >= 1000>>
<span class="green">[[Implement|Policies][$policies.retirement.kills = 3, cashX(-5000, "policies"), repX(-1000, "policies")]]</span>
<</if>>
<</if>>
<</if>>
</div>
</div>
......
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