Skip to content
Snippets Groups Projects
Commit ca3fc4a0 authored by j's avatar j
Browse files

src/pregmod/incubator.tw

parent f9a5503d
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ $arcadeNameCaps ...@@ -77,7 +77,7 @@ $arcadeNameCaps
<</link>> <</link>>
<</if>> <</if>>
<br>It can support $arcadeSlaves/$arcade inmates. <br>It can support $arcade inmates. Currently $arcadeSlaves slaves are incarcerated.
<<if ($arcade < $arcadeSlaves) && ($arcadeUpgradeFuckdolls == 1)>> <<if ($arcade < $arcadeSlaves) && ($arcadeUpgradeFuckdolls == 1)>>
@@.yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be converted to a standard Fuckdoll this week. @@.yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be converted to a standard Fuckdoll this week.
<</if>> <</if>>
......
...@@ -71,7 +71,7 @@ $cellblockNameCaps ...@@ -71,7 +71,7 @@ $cellblockNameCaps
<</if>> <</if>>
<<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>>
<br>$cellblockNameCaps has room for $cellblockSlaves/$cellblock slaves to be kept in close confinement. <br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement. Currently $cellblockSlaves are kept in close confinement.
[[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// [[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
<br> <br>
......
...@@ -71,7 +71,7 @@ $clinicNameCaps ...@@ -71,7 +71,7 @@ $clinicNameCaps
<</if>> <</if>>
<<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>>
<br>$clinicNameCaps has room to support $clinicSlaves/$clinic slaves while they receive treatment. <br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. Currently $clinicSlaves slaves are reciving treatement.
[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// [[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
<br> <br>
......
...@@ -307,7 +307,7 @@ $dairyNameCaps ...@@ -307,7 +307,7 @@ $dairyNameCaps
<</if>> <</if>>
<<set _Tmult0 = Math.trunc($dairy*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($dairy*1000*$upgradeMultiplierArcology)>>
<br>$dairyNameCaps can support $dairySlaves/$dairy milkers. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br>$dairyNameCaps can support $dairy milkers. There are currently $dairySlaves cows. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
<br> <br>
......
...@@ -294,7 +294,7 @@ $masterSuiteNameCaps is furnished ...@@ -294,7 +294,7 @@ $masterSuiteNameCaps is furnished
<</if>> <</if>>
<br>$masterSuiteNameCaps has room for $masterSuiteSlaves/$masterSuite slaves to live comfortably<<if $masterSuiteUpgradeLuxury == 2>> in the moments when they're not in the fuckpit<<elseif $masterSuiteUpgradeLuxury == 1>> on its huge bed<</if>>. <br>$masterSuiteNameCaps has room for $masterSuite slaves to live comfortably<<if $masterSuiteUpgradeLuxury == 2>> in the moments when they're not in the fuckpit<<elseif $masterSuiteUpgradeLuxury == 1>> on its huge bed<</if>>. There are currently $masterSuiteSlaves in $masterSuiteNameCaps.
<<set _Tmult0 = Math.trunc($masterSuite*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($masterSuite*1000*$upgradeMultiplierArcology)>>
[[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// [[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
......
...@@ -71,7 +71,7 @@ $schoolroomNameCaps is well-equipped, with wall screens to display lessons. Thes ...@@ -71,7 +71,7 @@ $schoolroomNameCaps is well-equipped, with wall screens to display lessons. Thes
[[Decommission the schoolroom|Main][$schoolroom = 0, $schoolroomUpgradeSkills = 0, $schoolroomUpgradeLanguage = 0, $schoolroomUpgradeRemedial = 0, $schoolroomDecoration = "standard"]] [[Decommission the schoolroom|Main][$schoolroom = 0, $schoolroomUpgradeSkills = 0, $schoolroomUpgradeLanguage = 0, $schoolroomUpgradeRemedial = 0, $schoolroomDecoration = "standard"]]
<</if>> <</if>>
<<set _Tmult0 = Math.trunc($schoolroom*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($schoolroom*1000*$upgradeMultiplierArcology)>>
<br>$schoolroomNameCaps has room to house $schoolroomSlaves/$schoolroom slaves while they learn. <br>$schoolroomNameCaps has room to house $schoolroom slaves while they learn. Currently $schoolroomSlaves are learning.
[[Expand the schoolroom|Schoolroom][$cash -= _Tmult0, $schoolroom += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// [[Expand the schoolroom|Schoolroom][$cash -= _Tmult0, $schoolroom += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
<br> <br>
......
...@@ -71,7 +71,7 @@ $servantsQuartersNameCaps ...@@ -71,7 +71,7 @@ $servantsQuartersNameCaps
<</if>> <</if>>
<<set _Tmult0 = Math.trunc($servantsQuarters*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($servantsQuarters*1000*$upgradeMultiplierArcology)>>
<br>$servantsQuartersNameCaps has room to keep $servantsQuartersSlaves/$servantsQuarters slaves while they serve. <br>$servantsQuartersNameCaps has room to keep $servantsQuarters slaves while they serve. Currently $servantsQuartersSlaves are serving.
[[Expand the Servants' Quarters|Servants' Quarters][$cash -= _Tmult0, $servantsQuarters += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// [[Expand the Servants' Quarters|Servants' Quarters][$cash -= _Tmult0, $servantsQuarters += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
<br> <br>
......
...@@ -71,7 +71,7 @@ $spaNameCaps ...@@ -71,7 +71,7 @@ $spaNameCaps
<</if>> <</if>>
<<set _Tmult0 = Math.trunc($spa*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($spa*1000*$upgradeMultiplierArcology)>>
<br>$spaNameCaps has rooms to house $spaSlaves/$spa slaves while they recuperate here. <br>$spaNameCaps can house $spa while they recuperate here. Curretly $spaSlaves are recuperating.
[[Expand the spa|Spa][$cash -= _Tmult0, $spa += 5]] //Costs <<print cashFormat(_Tmult0)>>// [[Expand the spa|Spa][$cash -= _Tmult0, $spa += 5]] //Costs <<print cashFormat(_Tmult0)>>//
<br> <br>
......
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