diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw deleted file mode 100644 index 00134b731a7da514eb2a96814d70614a319782f0..0000000000000000000000000000000000000000 --- a/src/pregmod/incubatorReport.tw +++ /dev/null @@ -1,689 +0,0 @@ -:: Incubator Report [nobr] - -<<set $incubatorSlaves = 0>> - -<<for _inc = 0; _inc < $tanks.length; _inc++>> - <<set $tanks[_inc].birthWeek += 1>> - <<if $tanks[_inc].birthWeek >= 52>> - <<set $tanks[_inc].birthWeek = 0>> - <<if $seeAge == 1>> - <<set $tanks[_inc].actualAge++, $tanks[_inc].ovaryAge++>> - <</if>> - <</if>> - <<set $incubatorSlaves += 1>> - <<if $tanks[_inc].growTime > 0>> - <<set $tanks[_inc].growTime -= $incubatorUpgradeSpeed>> - <br>@@.pink;<<print $tanks[_inc].slaveName>>'s@@ growth is currently being accelerated. She <<if Math.round($tanks[_inc].growTime/$incubatorUpgradeSpeed) <= 0>>is @@.lime;ready for release.@@ She will be ejected from her tank upon your approach<<else>>will be ready for release in about <<print Math.round($tanks[_inc].growTime/$incubatorUpgradeSpeed)>> weeks<</if>>. - <<else>> - @@.pink;$tanks[_inc].slaveName@@ is @@.lime;ready for release.@@ She will be ejected from her tank upon your approach. - <</if>> - - <<if $incubatorUpgradeWeight == 1>> - <br> - <<if $incubatorWeightSetting == 1>> - <<if $tanks[_inc].weight < 200>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].weight += 70>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].weight += 40>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].weight += 20>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].weight += 10>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].weight += 5>> - <</if>> - <</if>> - The weight monitoring systems are overloading her intake causing @@.red;rapid weight gain.@@ - <<elseif $incubatorWeightSetting == 2>> - <<if $tanks[_inc].weight > 10>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].weight -= 30>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].weight -= 10>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].weight -= 5>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].weight -= 2>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].weight -= 1>> - <</if>> - The weight monitoring systems detect she is overweight and @@.green;decrease her caloric intake.@@ - <<elseif $tanks[_inc].weight < -10>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].weight += 30>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].weight += 10>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].weight += 5>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].weight += 2>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].weight += 1>> - <</if>> - The weight monitoring systems detect she is underweight and @@.green;increase her caloric intake.@@ - <<else>> - She is @@.lime;currently a healthy weight;@@ efforts will be made to maintain it. - <</if>> - <<elseif $incubatorWeightSetting == 0>> - <<if $tanks[_inc].weight > -100>> - Her developing body @@.red;quickly sheds its gained weight.@@ - <<set $tanks[_inc].weight -= 40>> - <</if>> - <</if>> - <<else>> - <<if $tanks[_inc].weight > -100>> - Her developing body @@.red;quickly sheds its gained weight.@@ - <<set $tanks[_inc].weight -= 40>> - <</if>> - <</if>> - - <<if $incubatorUpgradeMuscles == 1>> - <br> - <<if $incubatorMusclesSetting == 2>> - <<if $tanks[_inc].muscles < 100>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].muscles += 70>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].muscles += 40>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].muscles += 20>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].muscles += 10>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].muscles += 5>> - <</if>> - <</if>> - The strength monitoring systems are overloading her with steroids causing @@.green;rapid muscle development.@@ - <<elseif $incubatorMusclesSetting == 1>> - <<if $tanks[_inc].muscles > 10>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].muscles -= 30>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].muscles -= 10>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].muscles -= 5>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].muscles -= 2>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].muscles-->> - <</if>> - The strength monitoring systems detect she is overly muscular and @@.green;decrease her steroid dosage.@@ - <<elseif $tanks[_inc].muscles < -10>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].muscles += 30>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].muscles += 10>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].muscles += 5>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].muscles += 2>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].muscles++>> - <</if>> - The strength monitoring systems detect she is weak and @@.green;increase her steroid dosage.@@ - <<else>> - She has @@.lime;a healthy musculature;@@ efforts will be made to maintain it. - <</if>> - <<elseif $incubatorMusclesSetting == 0>> - <<if $tanks[_inc].muscles > -100>> - Her developing body @@.red;quickly loses its gained muscle.@@ - <<set $tanks[_inc].muscles -= 40>> - <</if>> - <</if>> - <<else>> - <<if $tanks[_inc].muscles > -100>> - Her developing body @@.red;quickly loses its gained muscle.@@ - <<set $tanks[_inc].muscles -= 40>> - <</if>> - <</if>> - - <<if $incubatorUpgradeGrowthStims == 1 && $incubatorGrowthStimsSetting != 0>> - <br> - <<set _heightLimit = Math.clamp((Height.mean($tanks[_inc].height) * 1.25),0,274)>> - <<set _heightLimitAge = Height.forAge($tanks[_inc].height, $tanks[_inc])>> - <<if $tanks[_inc].height >= _heightLimit>> - The monitoring system detects her body is not able to support further increases in height, so it carefully regulates stimulant injections to @@.yellow;maintain her current stature.@@ - <<set $tanks[_inc].height = _heightLimit>> - <<elseif $incubatorGrowthStimsSetting == 2>> - The monitoring system floods her body with growth stimulants, causing @@.green;a sharp increase in growth rate.@@ - <<if $incubatorWeightSetting >= 1 && $incubatorMusclesSetting <= 1 && $incubatorReproductionSetting <= 1>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].height += random(3,6)>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].height += random(2,5)>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].height += random(1,4)>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].height += random(1,3)>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].height += random(1,2)>> - <</if>> - <<else>> - <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[_inc].height += random(2,5)>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[_inc].height += random(1,4)>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[_inc].height += random(1,3)>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[_inc].height += random(1,2)>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[_inc].height += random(0,1)>> - <</if>> - <</if>> - <<elseif $incubatorGrowthStimsSetting == 1>> - <<if $tanks[_inc].height > _heightLimitAge>> - The monitoring system detects she is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain her current stature.@@ - <<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>> - The monitoring system detects her body is capable of developing more rapidly and @@.green;increases her growth stimulant dosage.@@ - <<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>> - <</if>> - <<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, _heightLimit)>> - <<else>> - <br> - With the growth stimulant injections offline, her body is left to develop naturally. - <</if>> - - <<if $incubatorUpgradeReproduction == 1>> - <br> - <<if $incubatorReproductionSetting == 2>> - Her developing body is being flooded with hormones. - <<if $incubatorWeightSetting == 1>> - Combined with the abundant food provided to her, her body grows rapidly. - <<if $tanks[_inc].ovaries == 1>> - <<set $tanks[_inc].pubertyXX = 1>> - <<if $seeHyperPreg == 1>> - <<set $tanks[_inc].pregType = random(25,45)>> - <<else>> - <<set $tanks[_inc].pregType = random(3,8)>> - <</if>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[_inc].boobs < 8000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 2000>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 50>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips += 2>> - <</if>> - <<if $tanks[_inc].butt < 12 && random(1,100) > 30>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt += 4>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[_inc].boobs < 8000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 500>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 50>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 12 && random(1,100) > 50>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt += 3>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[_inc].boobs < 8000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 200>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 60>> - The excess estrogen-laced growth hormones @@.green;causes her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 12 && random(1,100) > 50>> - The excess estrogen-laced growth hormones @@.green;cause her rear grow fatter.@@ - <<set $tanks[_inc].butt += 2>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[_inc].boobs < 8000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 100>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 70>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 12 && random(1,100) > 60>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[_inc].boobs < 8000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 100>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 12 && random(1,100) > 70>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <</if>> - <</if>> - <<if $tanks[_inc].balls > 0>> - <<set $tanks[_inc].pubertyXY = 1>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[_inc].balls < 40>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls += 16>> - <</if>> - <<if $tanks[_inc].dick < 10 && random(1,100) > 20>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick += 4>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[_inc].balls < 40 && random(1,100) > 10>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls += 9>> - <</if>> - <<if $tanks[_inc].dick < 10 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick += 3>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[_inc].balls < 40 && random(1,100) > 20>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls += 4>> - <</if>> - <<if $tanks[_inc].dick < 10 && random(1,100) > 50>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick += 2>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[_inc].balls < 40 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls += 2>> - <</if>> - <<if $tanks[_inc].dick < 10 && random(1,100) > 70>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[_inc].balls < 40 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 10 && random(1,100) > 80>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <</if>> - <</if>> - <<elseif $incubatorWeightSetting == 1>> - Combined with the healthy food provided to her, her body grows readily. - <<if $tanks[_inc].ovaries == 1>> - <<set $tanks[_inc].pubertyXX = 1>> - <<if $seeHyperPreg == 1>> - <<set $tanks[_inc].pregType = random(15,25)>> - <<else>> - <<set $tanks[_inc].pregType = random(2,6)>> - <</if>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[_inc].boobs < 4000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 1000>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 70>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 8 && random(1,100) > 50>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt += 3>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[_inc].boobs < 4000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 500>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 8 && random(1,100) > 50>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[_inc].boobs < 4000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 200>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 8 && random(1,100) > 60>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[_inc].boobs < 4000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 100>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 95>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 8 && random(1,100) > 70>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[_inc].boobs < 4000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 100>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 95>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 8 && random(1,100) > 80>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <</if>> - <</if>> - <<if $tanks[_inc].balls > 0>> - <<set $tanks[_inc].pubertyXY = 1>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[_inc].balls < 10>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls += 3>> - <</if>> - <<if $tanks[_inc].dick < 7 && random(1,100) > 20>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick += 2>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[_inc].balls < 10 && random(1,100) > 10>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls += 2>> - <</if>> - <<if $tanks[_inc].dick < 7 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[_inc].balls < 10 && random(1,100) > 20>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 7 && random(1,100) > 50>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[_inc].balls < 10 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 7 && random(1,100) > 70>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[_inc].balls < 10 && random(1,100) > 30>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 7 && random(1,100) > 80>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <</if>> - <</if>> - <<else>> - Since her body has little to work with, her growth is fairly minor. - <<if $tanks[_inc].ovaries == 1>> - <<set $tanks[_inc].pubertyXX = 1>> - <<if $seeHyperPreg == 1>> - <<set $tanks[_inc].pregType = random(10,15)>> - <<else>> - <<set $tanks[_inc].pregType = random(2,4)>> - <</if>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[_inc].boobs < 2000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 700>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips += 2>> - <</if>> - <<if $tanks[_inc].butt < 6 && random(1,100) > 70>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt += 2>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[_inc].boobs < 2000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 200>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 6 && random(1,100) > 70>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[_inc].boobs < 2000>> - The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[_inc].boobs += 50>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[_inc].boobs < 2000>> - The excess estrogen-laced growth hormones @@.green;rapidly grow her breasts.@@ - <<set $tanks[_inc].boobs += 20>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[_inc].boobs < 2000>> - The excess estrogen-laced growth hormones @@.green;rapidly grow her breasts.@@ - <<set $tanks[_inc].boobs += 10>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 95>> - The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> - The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <</if>> - <</if>> - <<if $tanks[_inc].balls > 0>> - <<set $tanks[_inc].pubertyXY = 1>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[_inc].balls < 6>> - The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@ - <<set $tanks[_inc].balls += 2>> - <</if>> - <<if $tanks[_inc].dick < 4 && random(1,100) > 60>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[_inc].balls < 6 && random(1,100) > 50>> - The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 4 && random(1,100) > 60>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[_inc].balls < 6 && random(1,100) > 60>> - The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 4 && random(1,100) > 70>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick += 2>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[_inc].balls < 6 && random(1,100) > 70>> - The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 4 && random(1,100) > 80>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[_inc].balls < 6 && random(1,100) > 80>> - The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 4 && random(1,100) > 90>> - The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <</if>> - <</if>> - <</if>> - <<elseif $incubatorReproductionSetting == 1>> - Her hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ - <<if $tanks[_inc].ovaries == 1>> - <<set $tanks[_inc].pubertyXX = 1>> - <<if $tanks[_inc].boobs < 400 && random(1,100) > 60>> - The added estrogen @@.green;causes her breasts to swell.@@ - <<set $tanks[_inc].boobs += 50>> - <</if>> - <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> - The added estrogen @@.green;causes her hips to widen.@@ - <<set $tanks[_inc].hips++>> - <</if>> - <<if $tanks[_inc].butt < 5 && random(1,100) > 80>> - The added estrogen @@.green;causes her butt to grow.@@ - <<set $tanks[_inc].butt++>> - <</if>> - <</if>> - <<if $tanks[_inc].balls > 0>> - <<set $tanks[_inc].pubertyXY = 1>> - <<if $tanks[_inc].balls < 3 && random(1,100) > 80>> - The added testosterone @@.green;causes her balls to swell.@@ - <<set $tanks[_inc].balls++>> - <</if>> - <<if $tanks[_inc].dick < 3 && random(1,100) > 60>> - The added testosterone @@.green;causes her penis to grow.@@ - <<set $tanks[_inc].dick++>> - <</if>> - <</if>> - <<else>> - <<if $tanks[_inc].balls > 0>> - <<if $tanks[_inc].balls > 1>> - <<set $tanks[_inc].balls -= 5>> - <</if>> - <<if $tanks[_inc].dick > 1>> - <<set $tanks[_inc].dick -= 5>> - <</if>> - <<if $tanks[_inc].balls <= 0>> - <<set $tanks[_inc].balls = 1>> - <</if>> - <<if $tanks[_inc].dick <= 0>> - <<set $tanks[_inc].dick = 1>> - <</if>> - <</if>> - <<if $tanks[_inc].boobs > 0>> - <<set $tanks[_inc].boobs -= 500>> - <</if>> - <<if $tanks[_inc].butt > 0>> - <<set $tanks[_inc].butt -= 4>> - <</if>> - <</if>> - <<else>> - <<if $tanks[_inc].balls > 0>> - <<if $tanks[_inc].balls > 1>> - <<set $tanks[_inc].balls -= 5>> - <</if>> - <<if $tanks[_inc].dick > 1>> - <<set $tanks[_inc].dick -= 5>> - <</if>> - <<if $tanks[_inc].balls <= 0>> - <<set $tanks[_inc].balls = 1>> - <</if>> - <<if $tanks[_inc].dick <= 0>> - <<set $tanks[_inc].dick = 1>> - <</if>> - <</if>> - <<if $tanks[_inc].boobs > 0>> - <<set $tanks[_inc].boobs -= 500>> - <</if>> - <<if $tanks[_inc].butt > 0>> - <<set $tanks[_inc].butt -= 4>> - <</if>> - <</if>> - - <<if $incubatorReproductionSetting == 2>> - <<set $tanks[_inc].energy = 80, $tanks[_inc].need = 100>> - <<elseif $incubatorReproductionSetting == 1>> - <<set $tanks[_inc].energy = 50, $tanks[_inc].need = 20>> - <<else>> - <<set $tanks[_inc].energy = 0, $tanks[_inc].need = 0>> - <</if>> - - <<set $tanks[_inc].weight = Math.clamp($tanks[_inc].weight, -100, 200)>> - <<set $tanks[_inc].muscles = Math.clamp($tanks[_inc].muscles, -100, 100)>> - <<set $tanks[_inc].dick = Math.clamp($tanks[_inc].dick, 0, 10)>> - <<set $tanks[_inc].hips = Math.clamp($tanks[_inc].hips, -2, 2)>> - <<set $tanks[_inc].balls = Math.clamp($tanks[_inc].balls, 0, 40)>> - <<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 0, 30000)>> - <<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, 274)>> - -<br> -<</for>> -/* -<<if $incubatorSlaves == 0>> -$incubatorNameCaps is currently unused. -<</if>> -*/ - -<br><br>