@@ -189,8 +189,10 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
...
@@ -189,8 +189,10 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
<br>
<br>
<<if $incubatorUpgradeGrowthStims == 1>>
<<if $incubatorUpgradeGrowthStims == 1>>
Advanced monitoring and stimulants injection systems have been installed in the tanks to monitor and maintain a developing child's height.
Advanced monitoring and stimulants injection systems have been installed in the tanks to monitor and maintain a developing child's height.
<<else>>
<<elseif $growthStim == 1>>
There are no systems in place to control a growing child's height. [[Upgrade the growth tanks with stimulants injection systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeGrowthStims = 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs//
There are no systems in place to control a growing child's height. [[Upgrade the growth tanks with stimulants injection systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeGrowthStims = 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs//
<<else>>
There are no systems in place to control a growing child's height and the medical facilities lack the capability to fabricate growth stimulants.
The monitoring system detects her body is not able to support further increases in height, so it carefully regulates stimulants injections to @@.yellow;maintain current stature.@@
<<set $tanks[_inc].height = _heightLimit>>
<<elseif $incubatorGrowthStimsSetting == 2>>
<<elseif $incubatorGrowthStimsSetting == 2>>
The monitoring system floods her body with growth stimulants, causing @@.green;a sharp increase in growth.@@
The monitoring system floods her body with growth stimulants, causing @@.green;a sharp increase in growth.@@
The monitoring system detects her body is struggling to keep up with her growth and @@.green;decreases her growth stimulants dosage.@@
The monitoring system detects she is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain current stature.@@
<<set $growthStimMod = 1>>
<<if random(1,10) == 10>>
<<if $incubatorUpgradeSpeed == 52>>
<<set $tanks[_inc].height += random(1,4)>>
<<elseif $incubatorUpgradeSpeed == 18>>
<<set $tanks[_inc].height += random(1,3)>>
<<elseif $incubatorUpgradeSpeed == 9>>
<<set $tanks[_inc].height += random(1,2)>>
<<elseif $incubatorUpgradeSpeed == 6>>
<<set $tanks[_inc].height += random(0,1)>>
<<elseif $incubatorUpgradeSpeed == 5>>
<<set $tanks[_inc].height += random(0,1)>>
<</if>>
<</if>>
<<else>>
<<else>>
The monitoring system detects her body is capable of developing more rapidly and @@.green;increases her growth stimulants dosage.@@
The monitoring system detects her body is capable of developing more rapidly and @@.green;increases her growth stimulants dosage.@@
<<set $growthStimMod = 2>>
<<if $incubatorUpgradeSpeed == 52>>
<</if>>
<<set $tanks[_inc].height += random(1,4)>>
<<elseif $incubatorGrowthStimsSetting == 0>>
<<elseif $incubatorUpgradeSpeed == 18>>
With the stimulants injections offline, her body is left to develop naturally.