diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw index 87da067f1a84466cdbcf580d6b103e9628d7814d..3ddfef8b8a68e1e7d0ea23b3df507a8e489afc55 100644 --- a/src/js/storyJS.tw +++ b/src/js/storyJS.tw @@ -333,11 +333,11 @@ window.canWalk = function(slave) { return false; } else if (slave.boobs > 9000+(slave.muscles*50) && slave.physicalAge < 18) { return false; - } else if (slave.dick >= 15+(slave.muscles*.3) && slave.physicalAge <= 3) { + } else if (slave.dick >= 15+(slave.muscles*.2) && slave.physicalAge <= 3) { return false; - } else if (slave.dick >= 30+(slave.muscles*.4) && slave.physicalAge <= 12) { + } else if (slave.dick >= 30+(slave.muscles*.3) && slave.physicalAge <= 12) { return false; - } else if (slave.dick >= 68+(slave.muscles*.5)) { + } else if (slave.dick >= 68+(slave.muscles*.4)) { return false; } else if (slave.balls >= 30+(slave.muscles*.3) && slave.physicalAge <= 3) { return false; @@ -477,11 +477,11 @@ window.tooBigBalls = function(slave){ window.tooBigDick = function(slave){ if (!slave) { return null; - } else if (slave.dick >= 15+(slave.muscles*.3) && slave.physicalAge <= 3) { + } else if (slave.dick >= 15+(slave.muscles*.2) && slave.physicalAge <= 3) { return true; - } else if (slave.dick >= 30+(slave.muscles*.4) && slave.physicalAge <= 12) { + } else if (slave.dick >= 30+(slave.muscles*.3) && slave.physicalAge <= 12) { return true; - } else if (slave.dick >= 68+(slave.muscles*.5)) { + } else if (slave.dick >= 68+(slave.muscles*.4)) { return true; } else { return false; diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index 73e1605903149291310ead0ae540401ac7e6c278..3e65202110471be1e22a519de19a45d9f0883f92 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -154,67 +154,67 @@ <</if>> <<if $incubatorUpgradeSpeed == 52>> <<if $tanks[$i].boobs < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 2000>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 2>> <</if>> <<if $tanks[$i].butt < 12 && random(1,100) > 30>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 4>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[$i].boobs < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 500>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 12 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[$i].boobs < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 200>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 60>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;causes her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 12 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear grow fatter.@@ <<set $tanks[$i].butt += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[$i].boobs < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 100>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 12 && random(1,100) > 60>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[$i].boobs < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 100>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 80>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 12 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <</if>> @@ -222,47 +222,47 @@ <<set $tanks[$i].pubertyXY = 1>> <<if $incubatorUpgradeSpeed == 52>> <<if $tanks[$i].balls < 40>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 16>> <</if>> <<if $tanks[$i].dick < 10 && random(1,100) > 20>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 4>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[$i].balls < 40 && random(1,100) > 10>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 9>> <</if>> <<if $tanks[$i].dick < 10 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[$i].balls < 40 && random(1,100) > 20>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 4>> <</if>> <<if $tanks[$i].dick < 10 && random(1,100) > 50>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[$i].balls < 40 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 2>> <</if>> <<if $tanks[$i].dick < 10 && random(1,100) > 70>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[$i].balls < 40 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 10 && random(1,100) > 80>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <</if>> @@ -278,67 +278,67 @@ <</if>> <<if $incubatorUpgradeSpeed == 52>> <<if $tanks[$i].boobs < 4000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 1000>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 8 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[$i].boobs < 4000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 500>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 80>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 8 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[$i].boobs < 4000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 200>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 90>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 8 && random(1,100) > 60>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[$i].boobs < 4000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 100>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 95>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 8 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[$i].boobs < 4000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 100>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 95>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 8 && random(1,100) > 80>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <</if>> @@ -346,47 +346,47 @@ <<set $tanks[$i].pubertyXY = 1>> <<if $incubatorUpgradeSpeed == 52>> <<if $tanks[$i].balls < 10>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 3>> <</if>> <<if $tanks[$i].dick < 7 && random(1,100) > 20>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[$i].balls < 10 && random(1,100) > 10>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 2>> <</if>> <<if $tanks[$i].dick < 7 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[$i].balls < 10 && random(1,100) > 20>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 7 && random(1,100) > 50>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[$i].balls < 10 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 7 && random(1,100) > 70>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[$i].balls < 10 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 7 && random(1,100) > 80>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <</if>> @@ -402,67 +402,67 @@ <</if>> <<if $incubatorUpgradeSpeed == 52>> <<if $tanks[$i].boobs < 2000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 700>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 90>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 2>> <</if>> <<if $tanks[$i].butt < 6 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[$i].boobs < 2000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 200>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 80>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 6 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[$i].boobs < 2000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@ <<set $tanks[$i].boobs += 50>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 80>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 6 && random(1,100) > 90>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[$i].boobs < 2000>> - The excess estrogen @@color:green;rapidly grows her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly grow her breasts.@@ <<set $tanks[$i].boobs += 20>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 90>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 6 && random(1,100) > 90>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[$i].boobs < 2000>> - The excess estrogen @@color:green;rapidly grows her breasts.@@ + The excess estrogen-laced growth hormones @@color:green;rapidly grow her breasts.@@ <<set $tanks[$i].boobs += 10>> <</if>> <<if $tanks[$i].hips < 2 && random(1,100) > 95>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@ <<set $tanks[$i].hips += 1>> <</if>> <<if $tanks[$i].butt < 6 && random(1,100) > 90>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ + The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@ <<set $tanks[$i].butt += 1>> <</if>> <</if>> @@ -470,47 +470,47 @@ <<set $tanks[$i].pubertyXY = 1>> <<if $incubatorUpgradeSpeed == 52>> <<if $tanks[$i].balls < 6>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@ <<set $tanks[$i].balls += 2>> <</if>> <<if $tanks[$i].dick < 4 && random(1,100) > 60>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[$i].balls < 6 && random(1,100) > 50>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 4 && random(1,100) > 60>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[$i].balls < 6 && random(1,100) > 60>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 4 && random(1,100) > 70>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[$i].balls < 6 && random(1,100) > 70>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 4 && random(1,100) > 80>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[$i].balls < 6 && random(1,100) > 80>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@ <<set $tanks[$i].balls += 1>> <</if>> <<if $tanks[$i].dick < 4 && random(1,100) > 90>> - The excess testosterone @@color:green;causes her penis to swell.@@ + The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@ <<set $tanks[$i].dick += 1>> <</if>> <</if>> diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index 603c598eeaef68f7b35918403ba5b98462a55a91..3b019e08833da6f9966e8d9cc4c2041d128908a0 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -368,71 +368,73 @@ she's <<if $activeSlave.actualAge != $activeSlave.physicalAge>> However, she has the body of a <<print $activeSlave.physicalAge>>-year old; <<if $activeSlave.physicalAge < 18 && $activeSlave.actualAge >= 18>> - a stark contrast given her maturity + a stark contrast given her maturity. + <<elseif $activeSlave.physicalAge < 18 && $activeSlave.actualAge < 18>> + a noticable difference thanks to her immaturity. <<elseif $activeSlave.physicalAge <= $activeSlave.actualAge-20 || $activeSlave.physicalAge >= $activeSlave.actualAge+20>> - a shocking difference from her actual age + a shocking difference from her actual age. <<elseif $activeSlave.physicalAge <= $activeSlave.actualAge-10 || $activeSlave.physicalAge >= $activeSlave.actualAge+10>> - a noticable difference from her actual age + a noticable difference from her actual age. <<elseif $activeSlave.physicalAge <= $activeSlave.actualAge-5 || $activeSlave.physicalAge >= $activeSlave.actualAge+5>> - a barely noticable difference from her actual age + a barely noticable difference from her actual age. <<else>> - though it is hard to tell the difference from her actual age - <</if>>. + though it is hard to tell the difference from her actual age. + <</if>> <</if>> <<if $activeSlave.physicalAge != $activeSlave.visualAge>> She has undergone<<if $activeSlave.visualAge <= $activeSlave.physicalAge-20 || $activeSlave.visualAge >= $activeSlave.physicalAge+20>> radical<<elseif $activeSlave.visualAge <= $activeSlave.physicalAge-10 || $activeSlave.visualAge >= $activeSlave.physicalAge+10>> drastic<<elseif $activeSlave.visualAge <= $activeSlave.physicalAge-5 || $activeSlave.visualAge >= $activeSlave.physicalAge+5>> noticable<</if>> age therapy that makes her look <<if $activeSlave.physicalAge > $activeSlave.visualAge>> <<if $activeSlave.visualAge < 20>> - like she's barely an adult + like she's barely an adult. <<elseif $activeSlave.visualAge < 25>> - barely into her early twenties + barely into her early twenties. <<elseif $activeSlave.visualAge < 30>> - like she's still in her twenties + like she's still in her twenties. <<elseif $activeSlave.visualAge < 35>> - barely thirty + barely thirty. <<elseif $activeSlave.visualAge < 40>> - still in her thirties + still in her thirties. <<elseif $activeSlave.visualAge < 45>> - barely forty + barely forty. <<elseif $activeSlave.visualAge < 50>> - still in her forties + still in her forties. <<elseif $activeSlave.visualAge < 55>> - barely fifty + barely fifty. <<elseif $activeSlave.visualAge < 60>> - still in her fifties + still in her fifties. <<elseif $activeSlave.visualAge < 65>> - barely sixty + barely sixty. <<elseif $activeSlave.visualAge < 70>> - still in her sixties + still in her sixties. <<else>> - a younger <<print $activeSlave.visualAge>> - <</if>>. + a younger <<print $activeSlave.visualAge>>. + <</if>> <<else>> <<if $activeSlave.visualAge < 20>> - like a fresh adult + like a fresh adult. <<elseif $activeSlave.visualAge < 25>> - just over twenty + just over twenty. <<elseif $activeSlave.visualAge < 30>> - nearly thirty + nearly thirty. <<elseif $activeSlave.visualAge < 35>> - just over thirty + just over thirty. <<elseif $activeSlave.visualAge < 40>> - nearly fourty + nearly fourty. <<elseif $activeSlave.visualAge < 45>> - just over forty + just over forty. <<elseif $activeSlave.visualAge < 50>> - nearly fifty + nearly fifty. <<elseif $activeSlave.visualAge < 55>> - just over fifty + just over fifty. <<elseif $activeSlave.visualAge < 60>> - nearly sixty + nearly sixty. <<elseif $activeSlave.visualAge < 65>> - just over sixty + just over sixty. <<elseif $activeSlave.visualAge < 70>> - nearly seventy + nearly seventy. <<else>> - an ancient <<print $activeSlave.visualAge>> - <</if>>. + an ancient <<print $activeSlave.visualAge>>. + <</if>> <</if>> <</if>> <<else>> @@ -1619,9 +1621,9 @@ $pronounCap is $pronounCap is sterile. <<elseif $activeSlave.preg == 0 && $activeSlave.vagina > -1>> <<if $activeSlave.pregType > 20>> - $pronounCap's lower belly is noticably bloated and her pussy swollen and leaking fluids. She is very ready to be seeded. + $possessiveCap lower belly is noticably bloated and $possessive pussy swollen and leaking fluids. $pronounCap is very ready to be seeded. <<elseif $activeSlave.pregType > 2>> - $pronounCap's lower belly is slightly bloated and her pussy swollen and leaking fluids. She is ready to be seeded. + $possessiveCap lower belly is slightly bloated and $possessive pussy swollen and leaking fluids. $pronounCap is ready to be seeded. <</if>> <<elseif $activeSlave.preg > 30>> <<if $activeSlave.pregType >= 20>> diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw index fb3f3f22b21881c31e3005193445cb06cb00a242..d18a838e4080f6696fce2d5dba6253b08172aaed 100644 --- a/src/uncategorized/saDevotion.tw +++ b/src/uncategorized/saDevotion.tw @@ -622,6 +622,12 @@ <</if>> <</if>> +<<if ($slaves[$i].career is "a slave since birth")>> + <<if ($slaves[$i].devotion <= 95)>> + The tank's imprinting systems left a @@color:hotpink;deep, subconscious desire@@ to serve her owner. + <</if>> +<</if>> + <<if ($slaves[$i].sexualQuirk is "unflinching")>> <<if ($slaves[$i].devotion <= 95)>> <<if ($slaves[$i].devotion < $slaves[$i].oldDevotion)>> @@ -805,7 +811,7 @@ It is confined in a suit that limits its perception of the outside world to tonal commands from the suit itself and things that are inserted into its mouth<<if $activeSlave.vagina > -1>>, vagina,<</if>> and anus. <<if $slaves[$i].sexualFlaw == "self hating">> Its self hatred @@color:gold;cannot eliminate the growing fear@@ engendered by its remaining spark of self-preservation. - <<set $slaves[$i].trust += 5>> + <<set $slaves[$i].trust -= 5>> <<elseif $slaves[$i].trust > 50>> It still hopes you'll let it out of its suit so it can be your good slave again, but @@color:gold;fear and doubt creep in@@ by the minute. And there are a lot of them. <<else>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 017534ee74343973e7a2fbbdffc3c746a18d67b1..a67828628335e528d22760e2ed0abe62287af4c5 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -3804,12 +3804,12 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <</if>> <</if>> <</if>> +<</if>> /* CLOSES CAN GET PREGNANT */ <<if $slaves[$i].preg < 1>> <<if $slaves[$i].pregType != 0>> - <<set $slaves[$i].pregType == 0>> + <<set $slaves[$i].pregType = 0>> <</if>> <</if>> -<</if>> /* CLOSES CAN GET PREGNANT */ <<else>> @@ -4865,7 +4865,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <<elseif tooBigBelly($slaves[$i])>> pregnancy, <<elseif tooBigDick($slaves[$i])>> - butt, + dick, <<elseif tooBigButt($slaves[$i])>> butt, <<elseif tooBigBalls($slaves[$i])>>