Skip to content
Snippets Groups Projects
Commit 897f8624 authored by pregmodfan's avatar pregmodfan
Browse files

incubator upgrade for pregAdaptation devices set

parent 71cac7ed
No related branches found
No related tags found
1 merge request!6574Incubator subsystem for pregnancy adaptation
......@@ -284,28 +284,28 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
The incubation tanks are basic; children grow at the rate of 12 weeks to 1 year. [[Upgrade the incubators with growth accelerating drugs|Incubator][cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeSpeed = 6]] //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
<</if>>
<br>
<p>
<<if $incubatorUpgradeWeight == 1>>
Advanced caloric monitoring systems have been installed in the tanks to monitor and maintain a developing child's weight.
<<else>>
There are no systems in place to control a growing child's weight; they will likely come out emaciated from the rapid growth. [[Upgrade the growth tanks with weight monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeWeight = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
<</if>>
<br>
</p>
<p>
<<if $incubatorUpgradeMuscles == 1>>
Advanced monitoring and steroid injection systems have been installed in the tanks to monitor and maintain a developing child's musculature.
<<else>>
There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from the rapid growth. [[Upgrade the growth tanks with muscle monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeMuscles = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
<</if>>
<br>
</p>
<p>
<<if $incubatorUpgradeReproduction == 1>>
Advanced monitoring and hormone injection systems have been installed in the tanks to influence a developing child's reproductive organs.
<<else>>
There are no systems in place to control a growing child's reproductive capability. [[Upgrade the growth tanks with hormone monitoring systems|Incubator][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeReproduction = 1]] //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
<</if>>
<br>
</p>
<p>
<<if $incubatorUpgradeOrgans == 1>>
Surgical tools have been added to the tank to be able to extract tissue samples from the occupant.
<<elseif $organFarmUpgrade >= 1>>
......@@ -313,8 +313,9 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
<<else>>
The tanks lack the ability to extract tissue samples and the dispensary lacks the ability to make use of them to fabricate organs.
<</if>>
</p>
<br>
<p>
<<if $incubatorUpgradeGrowthStims == 1>>
Advanced monitoring and stimulant injection systems have been installed in the tanks to monitor and maintain a developing child's height.
<<elseif $growthStim == 1>>
......@@ -322,8 +323,19 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
<<else>>
There are no systems in place to control a growing child's height and you lack the capability to fabricate growth stimulants.
<</if>>
<br>
</p>
<<if $incubatorUpgradeReproduction == 1 && $incubatorUpgradeOrgans == 1 && $ImplantProductionUpgrade == 1 && $bellyImplants == 1 && ($arcologies[0].FSRepopulationFocus >=60 || $BlackmarketPregAdaptation == 1) >> /*This option should be available ONLY after many other conditions meet, and this only initial conditions*/
<p>
<<if $incubatorUpgradePregAdaptation == 1>>
Incubator upgraded with special set of manipulators, probes and nozzles aside with specific programms to take advantage of acceleted growing in subject bodies, and take mesures to heighten their adaptation to reproductive life ahead. This will include injections of specific serums and mechanical manipulation inside their reproductive organs.
<<else>>
Highly controlled enivroniment inside incubator aside with process of greatly accelerated growth is prefect opportunity to stretch boundaries of natural ability of subject to sustain pregnancy. This will include injections of specific serums and mechanical manipulation inside their reproductive organs by incubator through special set of manipulators, probes and nozzles supervised with specific monitoring programm. Highly expensive.
[[Manufacture and install this subsytem|Incubator][cashX(forceNeg(Math.trunc(2000000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradePregAdaptation = 1]] //Costs <<print cashFormat(Math.trunc(2000000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
<</if>>
</p>
<</if>>
<p>
<<if $incubatorImprintSetting == "terror">>
The imprinting system is currently focused on making them devoted but fearful of you. The imprinting cycle is locked upon incubation start.
[[Switch the system to focus on attachment|Incubator][$incubatorImprintSetting = "trust"]] //Only affects new infants//
......@@ -331,6 +343,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
The imprinting system is currently focused on making them devoted and trusting of you. The imprinting cycle is locked upon incubation start.
[[Switch the system to focus on dependence|Incubator][$incubatorImprintSetting = "terror"]] //Only affects new infants//
<</if>>
</p>
<<if $incubatorSlaves > 0>>
......
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