The massive quantities of sexual hormones flooding $possessive body limits the effectiveness of the treatment, <<if $slaves[$i].hormoneBalance <= -25>>but<<else>>and<</if>>
The massive quantities of sexual hormones flooding $possessive body limits the effectiveness of the treatment<<if $slaves[$i].hormoneBalance <= -25>>, but<<else>>and<</if>>
<<elseif $slaves[$i].hormones == 0>>
<<set _growth += 0.2>>
In the absence of significant levels of sexual hormones, the treatment is more effective, <<if $slaves[$i].hormoneBalance<= -25>>and<<else>>but<</if>>
In the absence of significant levels of sexual hormones, the treatment is more effective <<if $slaves[$i].hormoneBalance<= 0>>and<<else>>, but<</if>>
$possessiveCap low level of sexual hormones allow the treatment to work undisturbed, <<if $slaves[$i].hormoneBalance <= -25>>and<<else>>but<</if>>
$possessiveCap low level of sexual hormones allow the treatment to work undisturbed<<if $slaves[$i].hormoneBalance <= 0>>and<<else>>, but<</if>>
<</if>>
/*hormone balance*/
<<if $slaves[$i].hormoneBalance <= -50>>
$possessive heavily masculine hormonal balance supports the stimulants work.
<<set _growth += 0.5>>
<<elseif $slaves[$i].hormoneBalance <= -25>>
$possessive masculine hormonal balance allow the stimulants to act freely.
$possessive masculine hormonal balance allows the stimulants to act freely.
<<set _growth += 0.2>>
<<elseif $slaves[$i].hormoneBalance < 25>>
$possessive neutral hormonal balance do not hinder the stimulants work.
$possessive neutral hormonal balance does not hinder the stimulants work.
<<elseif $slaves[$i].hormoneBalance < 50>>
$possessive feminine hormonal balance restrict the stimulants efficacy.
$possessive feminine hormonal balance restricts the stimulants efficacy.
<<set _growth -= 0.2>>
<<else>>
$possessive heavily feminine hormonal balance hinder the stimulants progress.
$possessive heavily feminine hormonal balance hinders the stimulants progress.
<<set _growth -= 0.5>>
<</if>>
/*diet*/
...
...
@@ -478,10 +478,11 @@
/*health issues*/
<<if _growth == 5>>
$possessive growth is so extreme that $possessive body can barely keep up, @@.red;severely damaging $possessive health@@.
<<set <<set $slaves[$i].health -= 20>>
<<set $slaves[$i].health -= 20>>
<</if>>
<<if random(1,10) == 1 && _growth != 5>>
the stimulants stressed $slaves[$i].slaveName's body more than expected, @@.red;damaging $possessive health@@.
<<set <<set $slaves[$i].health -= 10>>
<<set $slaves[$i].health -= 10>>
<</if>>
<<if $slaves[$i].physicalAge > $maxGrowthAge>>
<<if random(1,6) == 1>>
...
...
@@ -490,7 +491,7 @@
<</if>>
<</if>>
/*updates slave's height*/
<<set $slaves[$i].height += _growth>>
<<set $slaves[$i].height += _growth>>
/*if growth is zero or negative*/
<<else>>
Despite the treatment, $possessiveCap height does not increase this week.
...
...
@@ -1123,6 +1124,7 @@
<<if $slaves[$i].height >= _maxHeight>>
$possessiveCap body has already grown far past $possessive natural limits, further injections of stimulants will have no effect. @@.yellow;$possessiveCap drug regimen has been ended.@@
<<set $slaves[$i].height = Math.clamp($slaves[$i].height,0,_maxHeight), $slaves[$i].drugs = "no drugs">>
<</if>>
<<case "breast injections" "intensive breast injections">>
<<if $slaves[$i].boobs >= 50000>>
$possessiveCap udders are now so huge that further A-HGH treatment will not increase their size. @@.yellow;$possessiveCap drug regimen has been ended.@@