From d6d4b647bc257fa5767751952c98eef7dbdbe964 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 22 May 2017 03:55:23 -0400 Subject: [PATCH] Fixes. --- src/pregmod/incubator.tw | 1 + src/pregmod/incubatorReport.tw | 534 ++++++++++++------------- src/uncategorized/fMarry.tw | 33 +- src/uncategorized/pit.tw | 2 +- src/uncategorized/saLongTermEffects.tw | 4 +- src/uncategorized/seWedding.tw | 393 +++++++++++++++++- 6 files changed, 667 insertions(+), 300 deletions(-) diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 257b97eb1ac..0822b609803 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -1,6 +1,7 @@ :: Incubator [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Incubator">> +<<set $targetAge = Number($targetAge) || $minimumSlaveAge>> <<set $targetAge = Math.clamp($targetAge, $minimumSlaveAge, 42)>> <<if $incubatorName != "the Incubator">> diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index 85bba67ef2a..ce0f92a646b 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -2,139 +2,139 @@ <<set $incubatorSlaves = 0>> -<<for $i = 0; $i < $tanks.length; $i++>> - <<set $tanks[$i].birthWeek += 1>> - <<if $tanks[$i].birthWeek >= 52>> - <<set $tanks[$i].birthWeek = 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[$i].actualAge++>> + <<set $tanks[_inc].actualAge++>> <</if>> <</if>> <<set $incubatorSlaves += 1>> - <<if $tanks[$i].growTime > 0>> - <<set $tanks[$i].growTime -= $incubatorUpgradeSpeed>> - <br>@@.pink;<<print $tanks[$i].slaveName>>'s@@ growth is currently being accelerated. She <<if Math.round($tanks[$i].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[$i].growTime/$incubatorUpgradeSpeed)>> weeks<</if>>. + <<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[$i].slaveName@@ is @@.lime;ready for release.@@ She will be ejected from her tank upon your approach. + @@.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[$i].weight < 100>> + <<if $tanks[_inc].weight < 100>> <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[$i].weight += 70>> + <<set $tanks[_inc].weight += 70>> <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[$i].weight += 40>> + <<set $tanks[_inc].weight += 40>> <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[$i].weight += 20>> + <<set $tanks[_inc].weight += 20>> <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[$i].weight += 10>> + <<set $tanks[_inc].weight += 10>> <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[$i].weight += 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[$i].weight > 10>> + <<if $tanks[_inc].weight > 10>> <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[$i].weight -= 30>> + <<set $tanks[_inc].weight -= 30>> <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[$i].weight -= 10>> + <<set $tanks[_inc].weight -= 10>> <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[$i].weight -= 5>> + <<set $tanks[_inc].weight -= 5>> <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[$i].weight -= 2>> + <<set $tanks[_inc].weight -= 2>> <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[$i].weight -= 1>> + <<set $tanks[_inc].weight -= 1>> <</if>> The weight monitoring systems detect she is overweight and @@.green;decrease her caloric intake.@@ - <<elseif $tanks[$i].weight < -10>> + <<elseif $tanks[_inc].weight < -10>> <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[$i].weight += 30>> + <<set $tanks[_inc].weight += 30>> <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[$i].weight += 10>> + <<set $tanks[_inc].weight += 10>> <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[$i].weight += 5>> + <<set $tanks[_inc].weight += 5>> <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[$i].weight += 2>> + <<set $tanks[_inc].weight += 2>> <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[$i].weight += 1>> + <<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[$i].weight > -100>> + <<if $tanks[_inc].weight > -100>> Her developing body @@.red;quickly sheds its gained weight.@@ - <<set $tanks[$i].weight -= 40>> + <<set $tanks[_inc].weight -= 40>> <</if>> <</if>> <<else>> - <<if $tanks[$i].weight > -100>> + <<if $tanks[_inc].weight > -100>> Her developing body @@.red;quickly sheds its gained weight.@@ - <<set $tanks[$i].weight -= 40>> + <<set $tanks[_inc].weight -= 40>> <</if>> <</if>> <<if $incubatorUpgradeMuscles == 1>> <br> <<if $incubatorMusclesSetting == 2>> - <<if $tanks[$i].muscles < 100>> + <<if $tanks[_inc].muscles < 100>> <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[$i].muscles += 70>> + <<set $tanks[_inc].muscles += 70>> <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[$i].muscles += 40>> + <<set $tanks[_inc].muscles += 40>> <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[$i].muscles += 20>> + <<set $tanks[_inc].muscles += 20>> <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[$i].muscles += 10>> + <<set $tanks[_inc].muscles += 10>> <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[$i].muscles += 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[$i].muscles > 10>> + <<if $tanks[_inc].muscles > 10>> <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[$i].muscles -= 30>> + <<set $tanks[_inc].muscles -= 30>> <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[$i].muscles -= 10>> + <<set $tanks[_inc].muscles -= 10>> <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[$i].muscles -= 5>> + <<set $tanks[_inc].muscles -= 5>> <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[$i].muscles -= 2>> + <<set $tanks[_inc].muscles -= 2>> <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[$i].muscles-->> + <<set $tanks[_inc].muscles-->> <</if>> The strength monitoring systems detect she is overly muscular and @@.green;decrease her steroid dosage.@@ - <<elseif $tanks[$i].muscles < -10>> + <<elseif $tanks[_inc].muscles < -10>> <<if $incubatorUpgradeSpeed == 52>> - <<set $tanks[$i].muscles += 30>> + <<set $tanks[_inc].muscles += 30>> <<elseif $incubatorUpgradeSpeed == 18>> - <<set $tanks[$i].muscles += 10>> + <<set $tanks[_inc].muscles += 10>> <<elseif $incubatorUpgradeSpeed == 9>> - <<set $tanks[$i].muscles += 5>> + <<set $tanks[_inc].muscles += 5>> <<elseif $incubatorUpgradeSpeed == 6>> - <<set $tanks[$i].muscles += 2>> + <<set $tanks[_inc].muscles += 2>> <<elseif $incubatorUpgradeSpeed == 5>> - <<set $tanks[$i].muscles++>> + <<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[$i].muscles > -100>> + <<if $tanks[_inc].muscles > -100>> Her developing body @@.red;quickly loses its gained muscle.@@ - <<set $tanks[$i].muscles -= 40>> + <<set $tanks[_inc].muscles -= 40>> <</if>> <</if>> <<else>> - <<if $tanks[$i].muscles > -100>> + <<if $tanks[_inc].muscles > -100>> Her developing body @@.red;quickly loses its gained muscle.@@ - <<set $tanks[$i].muscles -= 40>> + <<set $tanks[_inc].muscles -= 40>> <</if>> <</if>> @@ -144,455 +144,455 @@ 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[$i].ovaries == 1>> - <<set $tanks[$i].pubertyXX = 1>> + <<if $tanks[_inc].ovaries == 1>> + <<set $tanks[_inc].pubertyXX = 1>> <<if $seeHyperPreg == 1>> - <<set $tanks[$i].pregType = random(25,45)>> + <<set $tanks[_inc].pregType = random(25,45)>> <<else>> - <<set $tanks[$i].pregType = random(3,5)>> + <<set $tanks[_inc].pregType = random(3,5)>> <</if>> <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].boobs < 8000>> + <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 2000>> + <<set $tanks[_inc].boobs += 2000>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 50>> + <<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[$i].hips += 2>> + <<set $tanks[_inc].hips += 2>> <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 30>> + <<if $tanks[_inc].butt < 12 && random(1,100) > 30>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt += 4>> + <<set $tanks[_inc].butt += 4>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].boobs < 8000>> + <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 500>> + <<set $tanks[_inc].boobs += 500>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 50>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 50>> + <<if $tanks[_inc].butt < 12 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt += 3>> + <<set $tanks[_inc].butt += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].boobs < 8000>> + <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 200>> + <<set $tanks[_inc].boobs += 200>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 60>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 50>> + <<if $tanks[_inc].butt < 12 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause her rear grow fatter.@@ - <<set $tanks[$i].butt += 2>> + <<set $tanks[_inc].butt += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].boobs < 8000>> + <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 100>> + <<set $tanks[_inc].boobs += 100>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 70>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 60>> + <<if $tanks[_inc].butt < 12 && random(1,100) > 60>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].boobs < 8000>> + <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 100>> + <<set $tanks[_inc].boobs += 100>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 70>> + <<if $tanks[_inc].butt < 12 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <</if>> - <<elseif $tanks[$i].balls > 0>> - <<set $tanks[$i].pubertyXY = 1>> + <<elseif $tanks[_inc].balls > 0>> + <<set $tanks[_inc].pubertyXY = 1>> <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].balls < 40>> + <<if $tanks[_inc].balls < 40>> The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[$i].balls += 16>> + <<set $tanks[_inc].balls += 16>> <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 20>> + <<if $tanks[_inc].dick < 10 && random(1,100) > 20>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick += 4>> + <<set $tanks[_inc].dick += 4>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].balls < 40 && random(1,100) > 10>> + <<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[$i].balls += 9>> + <<set $tanks[_inc].balls += 9>> <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 30>> + <<if $tanks[_inc].dick < 10 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick += 3>> + <<set $tanks[_inc].dick += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].balls < 40 && random(1,100) > 20>> + <<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[$i].balls += 4>> + <<set $tanks[_inc].balls += 4>> <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 50>> + <<if $tanks[_inc].dick < 10 && random(1,100) > 50>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick += 2>> + <<set $tanks[_inc].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].balls < 40 && random(1,100) > 30>> + <<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[$i].balls += 2>> + <<set $tanks[_inc].balls += 2>> <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 70>> + <<if $tanks[_inc].dick < 10 && random(1,100) > 70>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].balls < 40 && random(1,100) > 30>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 80>> + <<if $tanks[_inc].dick < 10 && random(1,100) > 80>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <</if>> <</if>> <<elseif $incubatorWeightSetting == 1>> Combined with the healthy food provided to her, her body grows readily. - <<if $tanks[$i].ovaries == 1>> - <<set $tanks[$i].pubertyXX = 1>> + <<if $tanks[_inc].ovaries == 1>> + <<set $tanks[_inc].pubertyXX = 1>> <<if $seeHyperPreg == 1>> - <<set $tanks[$i].pregType = random(15,25)>> + <<set $tanks[_inc].pregType = random(15,25)>> <<else>> - <<set $tanks[$i].pregType = random(2,4)>> + <<set $tanks[_inc].pregType = random(2,4)>> <</if>> <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].boobs < 4000>> + <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 1000>> + <<set $tanks[_inc].boobs += 1000>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 70>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 8 && random(1,100) > 50>> + <<if $tanks[_inc].butt < 8 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt += 3>> + <<set $tanks[_inc].butt += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].boobs < 4000>> + <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 500>> + <<set $tanks[_inc].boobs += 500>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 8 && random(1,100) > 50>> + <<if $tanks[_inc].butt < 8 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].boobs < 4000>> + <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 200>> + <<set $tanks[_inc].boobs += 200>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 90>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 8 && random(1,100) > 60>> + <<if $tanks[_inc].butt < 8 && random(1,100) > 60>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].boobs < 4000>> + <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 100>> + <<set $tanks[_inc].boobs += 100>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 95>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 8 && random(1,100) > 70>> + <<if $tanks[_inc].butt < 8 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].boobs < 4000>> + <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 100>> + <<set $tanks[_inc].boobs += 100>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 95>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 8 && random(1,100) > 80>> + <<if $tanks[_inc].butt < 8 && random(1,100) > 80>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <</if>> - <<elseif $tanks[$i].balls > 0>> - <<set $tanks[$i].pubertyXY = 1>> + <<elseif $tanks[_inc].balls > 0>> + <<set $tanks[_inc].pubertyXY = 1>> <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].balls < 10>> + <<if $tanks[_inc].balls < 10>> The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@ - <<set $tanks[$i].balls += 3>> + <<set $tanks[_inc].balls += 3>> <</if>> - <<if $tanks[$i].dick < 7 && random(1,100) > 20>> + <<if $tanks[_inc].dick < 7 && random(1,100) > 20>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick += 2>> + <<set $tanks[_inc].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].balls < 10 && random(1,100) > 10>> + <<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[$i].balls += 2>> + <<set $tanks[_inc].balls += 2>> <</if>> - <<if $tanks[$i].dick < 7 && random(1,100) > 30>> + <<if $tanks[_inc].dick < 7 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].balls < 10 && random(1,100) > 20>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 7 && random(1,100) > 50>> + <<if $tanks[_inc].dick < 7 && random(1,100) > 50>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].balls < 10 && random(1,100) > 30>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 7 && random(1,100) > 70>> + <<if $tanks[_inc].dick < 7 && random(1,100) > 70>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].balls < 10 && random(1,100) > 30>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 7 && random(1,100) > 80>> + <<if $tanks[_inc].dick < 7 && random(1,100) > 80>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <</if>> <</if>> <<else>> Since her body has little to work with, her growth is fairly minor. - <<if $tanks[$i].ovaries == 1>> - <<set $tanks[$i].pubertyXX = 1>> + <<if $tanks[_inc].ovaries == 1>> + <<set $tanks[_inc].pubertyXX = 1>> <<if $seeHyperPreg == 1>> - <<set $tanks[$i].pregType = random(10,15)>> + <<set $tanks[_inc].pregType = random(10,15)>> <<else>> - <<set $tanks[$i].pregType = random(2,3)>> + <<set $tanks[_inc].pregType = random(2,3)>> <</if>> <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].boobs < 2000>> + <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 700>> + <<set $tanks[_inc].boobs += 700>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 90>> + <<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[$i].hips += 2>> + <<set $tanks[_inc].hips += 2>> <</if>> - <<if $tanks[$i].butt < 6 && random(1,100) > 70>> + <<if $tanks[_inc].butt < 6 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt += 2>> + <<set $tanks[_inc].butt += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].boobs < 2000>> + <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 200>> + <<set $tanks[_inc].boobs += 200>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 6 && random(1,100) > 70>> + <<if $tanks[_inc].butt < 6 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].boobs < 2000>> + <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@ - <<set $tanks[$i].boobs += 50>> + <<set $tanks[_inc].boobs += 50>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 6 && random(1,100) > 90>> + <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].boobs < 2000>> + <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly grow her breasts.@@ - <<set $tanks[$i].boobs += 20>> + <<set $tanks[_inc].boobs += 20>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 90>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 6 && random(1,100) > 90>> + <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].boobs < 2000>> + <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly grow her breasts.@@ - <<set $tanks[$i].boobs += 10>> + <<set $tanks[_inc].boobs += 10>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 95>> + <<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[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 6 && random(1,100) > 90>> + <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> <</if>> - <<elseif $tanks[$i].balls > 0>> - <<set $tanks[$i].pubertyXY = 1>> + <<elseif $tanks[_inc].balls > 0>> + <<set $tanks[_inc].pubertyXY = 1>> <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].balls < 6>> + <<if $tanks[_inc].balls < 6>> The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@ - <<set $tanks[$i].balls += 2>> + <<set $tanks[_inc].balls += 2>> <</if>> - <<if $tanks[$i].dick < 4 && random(1,100) > 60>> + <<if $tanks[_inc].dick < 4 && random(1,100) > 60>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].balls < 6 && random(1,100) > 50>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 4 && random(1,100) > 60>> + <<if $tanks[_inc].dick < 4 && random(1,100) > 60>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].balls < 6 && random(1,100) > 60>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 4 && random(1,100) > 70>> + <<if $tanks[_inc].dick < 4 && random(1,100) > 70>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick += 2>> + <<set $tanks[_inc].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].balls < 6 && random(1,100) > 70>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 4 && random(1,100) > 80>> + <<if $tanks[_inc].dick < 4 && random(1,100) > 80>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].balls < 6 && random(1,100) > 80>> + <<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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 4 && random(1,100) > 90>> + <<if $tanks[_inc].dick < 4 && random(1,100) > 90>> The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <</if>> <</if>> <</if>> <<elseif $incubatorReproductionSetting == 1>> Her hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ - <<if $tanks[$i].ovaries == 1>> - <<set $tanks[$i].pubertyXX = 1>> - <<if $tanks[$i].boobs < 400 && random(1,100) > 60>> + <<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[$i].boobs += 50>> + <<set $tanks[_inc].boobs += 50>> <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 90>> + <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> The added estrogen @@.green;causes her hips to widen.@@ - <<set $tanks[$i].hips++>> + <<set $tanks[_inc].hips++>> <</if>> - <<if $tanks[$i].butt < 5 && random(1,100) > 80>> + <<if $tanks[_inc].butt < 5 && random(1,100) > 80>> The added estrogen @@.green;causes her butt to grow.@@ - <<set $tanks[$i].butt++>> + <<set $tanks[_inc].butt++>> <</if>> - <<elseif $tanks[$i].balls > 0>> - <<set $tanks[$i].pubertyXY = 1>> - <<if $tanks[$i].balls < 3 && random(1,100) > 80>> + <<elseif $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[$i].balls++>> + <<set $tanks[_inc].balls++>> <</if>> - <<if $tanks[$i].dick < 3 && random(1,100) > 60>> + <<if $tanks[_inc].dick < 3 && random(1,100) > 60>> The added testosterone @@.green;causes her penis to grow.@@ - <<set $tanks[$i].dick++>> + <<set $tanks[_inc].dick++>> <</if>> <</if>> <<else>> - <<if $tanks[$i].balls > 0>> - <<if $tanks[$i].balls > 1>> - <<set $tanks[$i].balls -= 5>> + <<if $tanks[_inc].balls > 0>> + <<if $tanks[_inc].balls > 1>> + <<set $tanks[_inc].balls -= 5>> <</if>> - <<if $tanks[$i].dick > 1>> - <<set $tanks[$i].dick -= 5>> + <<if $tanks[_inc].dick > 1>> + <<set $tanks[_inc].dick -= 5>> <</if>> - <<if $tanks[$i].balls <= 0>> - <<set $tanks[$i].balls = 1>> + <<if $tanks[_inc].balls <= 0>> + <<set $tanks[_inc].balls = 1>> <</if>> - <<if $tanks[$i].dick <= 0>> - <<set $tanks[$i].dick = 1>> + <<if $tanks[_inc].dick <= 0>> + <<set $tanks[_inc].dick = 1>> <</if>> <</if>> - <<if $tanks[$i].boobs > 0>> - <<set $tanks[$i].boobs -= 500>> + <<if $tanks[_inc].boobs > 0>> + <<set $tanks[_inc].boobs -= 500>> <</if>> - <<if $tanks[$i].butt > 0>> - <<set $tanks[$i].butt -= 4>> + <<if $tanks[_inc].butt > 0>> + <<set $tanks[_inc].butt -= 4>> <</if>> <</if>> <<else>> - <<if $tanks[$i].balls > 0>> - <<if $tanks[$i].balls > 1>> - <<set $tanks[$i].balls -= 5>> + <<if $tanks[_inc].balls > 0>> + <<if $tanks[_inc].balls > 1>> + <<set $tanks[_inc].balls -= 5>> <</if>> - <<if $tanks[$i].dick > 1>> - <<set $tanks[$i].dick -= 5>> + <<if $tanks[_inc].dick > 1>> + <<set $tanks[_inc].dick -= 5>> <</if>> - <<if $tanks[$i].balls <= 0>> - <<set $tanks[$i].balls = 1>> + <<if $tanks[_inc].balls <= 0>> + <<set $tanks[_inc].balls = 1>> <</if>> - <<if $tanks[$i].dick <= 0>> - <<set $tanks[$i].dick = 1>> + <<if $tanks[_inc].dick <= 0>> + <<set $tanks[_inc].dick = 1>> <</if>> <</if>> - <<if $tanks[$i].boobs > 0>> - <<set $tanks[$i].boobs -= 500>> + <<if $tanks[_inc].boobs > 0>> + <<set $tanks[_inc].boobs -= 500>> <</if>> - <<if $tanks[$i].butt > 0>> - <<set $tanks[$i].butt -= 4>> + <<if $tanks[_inc].butt > 0>> + <<set $tanks[_inc].butt -= 4>> <</if>> <</if>> - <<set $tanks[$i].weight = Math.clamp($tanks[$i].weight, -100, 100)>> - <<set $tanks[$i].muscles = Math.clamp($tanks[$i].muscles, -100, 100)>> - <<set $tanks[$i].dick = Math.clamp($tanks[$i].dick, 0, 10)>> - <<set $tanks[$i].hips = Math.clamp($tanks[$i].hips, -2, 2)>> - <<set $tanks[$i].balls = Math.clamp($tanks[$i].balls, 0, 40)>> - <<set $tanks[$i].boobs = Math.clamp($tanks[$i].boobs, 0, 10000)>> + <<set $tanks[_inc].weight = Math.clamp($tanks[_inc].weight, -100, 100)>> + <<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, 10000)>> <br> <</for>> /* diff --git a/src/uncategorized/fMarry.tw b/src/uncategorized/fMarry.tw index cbe1d4a7f5c..d6a8f41236d 100644 --- a/src/uncategorized/fMarry.tw +++ b/src/uncategorized/fMarry.tw @@ -8,6 +8,14 @@ <<set $weddingSlaveID = $activeSlave.ID>> +<<if $activeSlave.relationship > 0>> + <<for _m = 0; _m < $slaves.length; _m++>> + <<if $activeSlave.relationshipTarget == $slaves[_m].ID>> + <<break>> + <</if>> + <</for>> +<</if>> + You tell $activeSlave.slaveName that you're going to marry her. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) <<if $activeSlave.fetish == "mindbroken">> She doesn’t react. @@ -361,15 +369,9 @@ You tell $activeSlave.slaveName that you're going to marry her. (A proposal, of "Done," she says. <</if>> <<if $activeSlave.relationship > 0>> - <<for _m = 0; _m < $slaves.length; _m++>> - <<if $activeSlave.relationshipTarget == $slaves[_m].ID>> - <<set $activeSlave.relationshipTarget = 0>> - <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> - <<break>> - <</if>> - <</for>> + <<set $activeSlave.relationshipTarget = 0>> + <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> <</if>> - <<set $activeSlave.relationship = -3>> <<if $activeSlave.devotion+$activeSlave.trust >= 175>> <<if $activeSlave.relationship > 0>> Both her and her ex are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other's future. @@ -416,6 +418,7 @@ You tell $activeSlave.slaveName that you're going to marry her. (A proposal, of <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> <</if>> <</if>> + <<set $activeSlave.relationship = -3>> <</nobr>> <</replace>> <</link>> @@ -577,20 +580,13 @@ You tell $activeSlave.slaveName that you're going to marry her. (A proposal, of slave wife!" <</if>> <</if>> - <<set $activeSlave.relationship = -3>> <<if $activeSlave.relationship > 0>> - <<for _m = 0; _m < $slaves.length; _m++>> - <<if $activeSlave.relationshipTarget == $slaves[_m].ID>> - <<set $activeSlave.relationshipTarget = 0>> - <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> - <<break>> - <</if>> - <</for>> + <<set $activeSlave.relationshipTarget = 0>> + <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> <</if>> - <<set $activeSlave.relationship = -3>> <<if $activeSlave.devotion+$activeSlave.trust >= 175>> <<if $activeSlave.relationship > 0>> - Both her and her ex are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other's future. + Her ex is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for her love's future. <<if $activeSlave.relationship == 4>> <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<elseif $activeSlave.relationship == 3>> @@ -634,6 +630,7 @@ You tell $activeSlave.slaveName that you're going to marry her. (A proposal, of <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> <</if>> <</if>> + <<set $activeSlave.relationship = -3>> <</nobr>> <</replace>> <</link>> diff --git a/src/uncategorized/pit.tw b/src/uncategorized/pit.tw index 658e5665dc4..4ae0459d388 100644 --- a/src/uncategorized/pit.tw +++ b/src/uncategorized/pit.tw @@ -19,7 +19,7 @@ $pitNameCaps is clean and ready, <<set $pit = 0>> <<for _i = 0; _i < $sectors.length; _i++>> <<if $sectors[_i].type == "Pit">> - <<set $sectors[_i].type = "Pit">><<break>> + <<set $sectors[_i].type = "Market">><<break>> <</if>> <</for>> <<goto "Main">> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 4152249b734..cf40a72c365 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -1858,7 +1858,7 @@ <<set $slaves[$i].devotion -= 3>> <</if>> <</if>> - <<if ($slaves[$i].assignment == "serve the public") || ($slaves[$i].assignment == "whore") || ($slaves[$i].assignment == "work in the brothel") || ($slaves[$i].assignment == "serve in the club")>> + <<if ($slaves[$i].assignment == "serve the public") || ($slaves[$i].assignment == "whore") || ($slaves[$i].assignment == "work in the brothel") || ($slaves[$i].assignment == "serve in the club") || ($slaves[$i].assignment == "be the DJ")>> Her paraphilia is satisfied by how often she gets publicly fucked at work. <<elseif $slaves[$i].clothes == "none">> Her paraphilia is satisfied by her total nudity. @@ -3762,7 +3762,7 @@ <<set _sourceSeed = random(0,$slaves.length-1)>> <<for _m = _sourceSeed + 1; _m != _sourceSeed; _m++>> <<if _m == $slaves.length>><<set _m = 0>><</if>> /* wrap around */ - <<if canImpreg($slaves[_m], $slaves[$i])>> + <<if canImpreg($slaves[$i], $slaves[_m])>> /* self-impregnation check */ <<if ($slaves[_m].ID == $slaves[$i].ID) && (_seed <= 95)>> <<continue>> /* 95% chance not to self-impregnate */ diff --git a/src/uncategorized/seWedding.tw b/src/uncategorized/seWedding.tw index 8ceb2373155..10ea9358456 100644 --- a/src/uncategorized/seWedding.tw +++ b/src/uncategorized/seWedding.tw @@ -6,7 +6,231 @@ <<set $nextLink = "AS Dump">> <<set $returnTo = "Scheduled Event">> -<<set $activeSlave.relationship = -3>> +<<if $activeSlave.relationship != 0>> + In the days leading up to your wedding, $activeSlave.slaveName spent her time + <<if $activeSlave.devotion+$activeSlave.trust >= 175>> + <<if $activeSlave.relationship != 0>> + <<if $activeSlave.relationship == -1>> + vowing that she'll be less of a slut. + <<elseif $activeSlave.relationship == 4>> + breaking up with her lover, $slaves[_m].slaveName, as painlessly as possible. + <<elseif $activeSlave.relationship == 3>> + breaking up with her FWB, $slaves[_m].slaveName, as painlessly as possible. + <<elseif $activeSlave.relationship != -2>> + promising $slaves[_m].slaveName that they'll still be friends, even if they can't spend time together. + <<else>> + as close to you as she could. + <</if>> + <</if>> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + <<if $activeSlave.relationship == -1>> + sleeping with as many different people as she could. + <<if !isAvailable($activeSlave)>> + Or she would have, if she were able. + <<elseif canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> + <<set _randomVag = random(30,60)>> + <<set _randomAnal = random(30,60)>> + <<set _randomOral = random(30,60)>> + <<set $activeSlave.vaginalCount += _randomVag, $activeSlave.analCount += _randomAnal, $activeSlave.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>> + By week's end, she's managed to ruin her body out of spite. She can barely move; trapped on her back as cum steadily drips from her prolapsed, gaping, destroyed holes. + <<if $activeSlave.vagina == 0 && $activeSlave.anus == 0>> + Her actions robbed you of @@.lime;both her virginities.@@ + <</if>> + <<if $activeSlave.vagina < 4>><<set $activeSlave.vagina = 4>><</if>><<set $activeSlave.anus = 4>> + <<if canGetPregnant($activeSlave) && (random(1,100) > 70) && $activeSlave.eggType == "human">> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1>> + <</if>> + <<elseif canDoVaginal($activeSlave)>> + <<set _randomVag = random(30,60)>> + <<set _randomOral = random(30,60)>> + <<set $activeSlave.vaginalCount += _randomVag, $activeSlave.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>> + By week's end, she's managed to ruin her body out of spite. She can barely move; trapped on her back as cum steadily drips from her prolapsed, gaping, destroyed cunt. + <<if $activeSlave.vagina == 0>> + Her actions robbed you of @@.lime;her virginity.@@ + <</if>> + <<if $activeSlave.vagina < 4>><<set $activeSlave.vagina = 4>><</if>> + <<if canGetPregnant($activeSlave) && (random(1,100) > 70) && $activeSlave.eggType == "human">> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1>> + <</if>> + <<elseif canDoAnal($activeSlave)>> + <<set _randomAnal = random(30,60)>> + <<set _randomOral = random(30,60)>> + <<set $activeSlave.analCount += _randomAnal, $activeSlave.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>> + By week's end, she's managed to ruin her body out of spite. She can barely move; trapped on her back as cum steadily drips from her prolapsed, gaping, destroyed anus. + <<if $activeSlave.anus == 0>> + Her actions robbed you of @@.lime;her anal virginity.@@ + <</if>> + <<set $activeSlave.anus = 4>> + <<if canGetPregnant($activeSlave) && (random(1,100) > 70) && $activeSlave.eggType == "human">> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1>> + <</if>> + <<else>> + <<set _randomOral = random(60,100)>> + <<set $activeSlave.oralCount += _randomOral, $oralTotal += _randomOral>> + By week's end, she's managed to make herself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids. + <</if>> + <<elseif $activeSlave.relationship == 4>> + fucking her love, $slaves[_m].slaveName, as often as possible while ignoring you. + <<if !isAvailable($activeSlave)>> + Or she would have, if she were able. + <<elseif canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> + <<set _randomVag = random(3,7)>> + <<set _randomAnal = random(1,4)>> + <<set _randomOral = random(5,10)>> + <<set $activeSlave.vaginalCount += _randomVag, $activeSlave.analCount += _randomAnal, $activeSlave.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>> + <<if $activeSlave.vagina == 0 && $activeSlave.anus == 0>> + Her actions robbed you of @@.lime;both her virginities.@@ + <<set $activeSlave.vagina = 1, $activeSlave.anus = 1>> + <</if>> + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 70)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>> + <</if>> + <<elseif canDoVaginal($activeSlave)>> + <<set _randomVag = random(3,7)>> + <<set _randomOral = random(5,10)>> + <<set $activeSlave.vaginalCount += _randomVag, $activeSlave.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>> + <<if $activeSlave.vagina == 0>> + Her actions robbed you of @@.lime;her virginity.@@ + <<set $activeSlave.vagina = 1>> + <</if>> + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 70)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>> + <</if>> + <<elseif canDoAnal($activeSlave)>> + <<set _randomAnal = random(1,4)>> + <<set _randomOral = random(5,10)>> + <<set $activeSlave.analCount += _randomAnal, $activeSlave.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>> + <<if $activeSlave.anus == 0>> + Her actions robbed you of @@.lime;her anal virginity.@@ + <<set $activeSlave.anus = 1>> + <</if>> + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 70)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>> + <</if>> + <<else>> + <<set _randomOral = random(15,20)>> + <<set $activeSlave.oralCount += _randomOral, $oralTotal += _randomOral>> + By week's end, she's managed to make herself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids. + <</if>> + <<elseif $activeSlave.relationship == 3>> + fucking her lover, $slaves[_m].slaveName, as often as possible while ignoring you. + <<if !isAvailable($activeSlave)>> + Or she would have, if she were able. + <<elseif canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> + <<set _randomVag = random(3,7)>> + <<set _randomAnal = random(1,4)>> + <<set _randomOral = random(5,10)>> + <<set $activeSlave.vaginalCount += _randomVag, $activeSlave.analCount += _randomAnal, $activeSlave.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>> + <<if $activeSlave.vagina == 0 && $activeSlave.anus == 0>> + Her actions robbed you of @@.lime;both her virginities.@@ + <<set $activeSlave.vagina = 1, $activeSlave.anus = 1>> + <</if>> + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 70)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>> + <</if>> + <<elseif canDoVaginal($activeSlave)>> + <<set _randomVag = random(3,7)>> + <<set _randomOral = random(5,10)>> + <<set $activeSlave.vaginalCount += _randomVag, $activeSlave.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>> + <<if $activeSlave.vagina == 0>> + Her actions robbed you of @@.lime;her virginity.@@ + <<set $activeSlave.vagina = 1>> + <</if>> + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 70)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>> + <</if>> + <<elseif canDoAnal($activeSlave)>> + <<set _randomAnal = random(1,4)>> + <<set _randomOral = random(5,10)>> + <<set $activeSlave.analCount += _randomAnal, $activeSlave.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>> + <<if $activeSlave.anus == 0>> + Her actions robbed you of @@.lime;her anal virginity.@@ + <<set $activeSlave.anus = 1>> + <</if>> + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 70)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>> + <</if>> + <<else>> + <<set _randomOral = random(15,20)>> + <<set $activeSlave.oralCount += _randomOral, $oralTotal += _randomOral>> + By week's end, she's managed to make herself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids. + <</if>> + <<elseif $activeSlave.relationship != -2>> + spending time away from you with $slaves[_m].slaveName. + <<else>> + innapropriately planning redecorations. + <</if>> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + <<if $activeSlave.relationship == -1>> + desperately pleading with you to change your mind. + <<elseif $activeSlave.relationship == 4>> + with her love, $slaves[_m].slaveName, weeping. + <<elseif $activeSlave.relationship == 3>> + with her lover, $slaves[_m].slaveName, weeping. + <<elseif $activeSlave.relationship != -2>> + wth her friend, $slaves[_m].slaveName, weeping. + <<else>> + desperately pleading with you to change your mind. + <</if>> + <<else>> + <<if $activeSlave.relationship == -1>> + trying her hardest to not sleep with anyone else. + <<elseif $activeSlave.relationship == 4>> + alongside her love, $slaves[_m].slaveName. + <<if canDoVaginal($activeSlave) && $activeSlave.vagina != 0>> + <<set $activeSlave.vaginalCount += 1, $vaginalTotal += 1>> + She later lets you know she let $slaves[_m].slaveName enjoy her pussy one last time. + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 90)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals $activeSlave.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught girl is in a panic for making you go through this. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>> + <</if>> + <<elseif canDoAnal($activeSlave)>> + <<set $activeSlave.analCount += 1, $analTotal += 1>> + She later lets you know she let $slaves[_m].slaveName enjoy her butt one last time. + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 90)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals $activeSlave.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught girl is in a panic for making you go through this. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>> + <</if>> + <<else>> + <<set $activeSlave.oralCount += 1, $oralTotal += 1>> + She later tells you she gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>. + <</if>> + <<elseif $activeSlave.relationship == 3>> + alongside her lover, $slaves[_m].slaveName. + <<if canDoVaginal($activeSlave) && $activeSlave.vagina != 0>> + <<set $activeSlave.vaginalCount += 1, $vaginalTotal += 1>> + She later lets you know she let $slaves[_m].slaveName enjoy her pussy one last time. + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 90)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals $activeSlave.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught girl is in a panic for making you go through this. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>> + <</if>> + <<elseif canDoAnal($activeSlave)>> + <<set $activeSlave.analCount += 1, $analTotal += 1>> + She later lets you know she let $slaves[_m].slaveName enjoy her butt one last time. + <<if canImpreg($activeSlave, $slaves[_m]) && (random(1,100) > 90)>> + A pre-wedding checkup following an unusual bout of morning nausea reveals $activeSlave.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught girl is in a panic for making you go through this. + <<set $activeSlave.preg = 1, $activeSlave.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>> + <</if>> + <<else>> + <<set $activeSlave.oralCount += 1, $oralTotal += 1>> + She later tells you she gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>. + <</if>> + <<elseif $activeSlave.relationship != -2>> + with her friend, $slaves[_m].slaveName. + <<else>> + wearing a very conflicted expression. + <</if>> + <</if>> +<</if>> <<if $weddingPlanned == 3>> <<if !isFertile($activeSlave)>> @@ -71,11 +295,55 @@ Her lacy g-string covers her womanhood demurely. <</if>> <</if>> - There is no aisle for her to <<if $activeSlave.amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $activeSlave.amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> her there; this symbolizes her submission to you of her own choice, and she does so willingly. + There is no aisle for her to <<if $activeSlave.amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $activeSlave.amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> her there; this symbolizes her submission to you + <<if $activeSlave.fetish == "mindbroken">> + despite the fact that she had to be pushed into walking towards you. + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + of her own choice, and she does so with a smile. + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + of her own choice, and she does so with hesitation. + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + of her own (forced) choice, and she does so with wavering steps. + <<else>> + of her own choice, and she does so willingly. + <</if>> <br><br> - When she's in front of you, <<if $activeSlave.amp == 1>>the slave carrying her limbless torso sets her down on the floor in front of you and props her up so her head is level with your crotch<<else>>she gets down on her knees so her head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for her, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around her neck, since she lacks fingers to wear it on<<else>>on her finger<</if>>. There is no ring for you, since this marriage does not bind you. + When she's in front of you, + <<if $activeSlave.amp == 1>> + the slave carrying her limbless torso sets her down on the floor in front of you and props her up so her head is level with your crotch. + <<else>> + <<if $activeSlave.fetish == "mindbroken">> + you push her onto her knees so her head + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + she happily gets down on her knees so her head + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + she slowly lowers herself onto her knees so her head + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + she quickly lowers herself onto her knees so her tear-streaked face + <<else>> + she gets down on her knees so her head + <</if>> + <</if>> + is level with your crotch. + <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for her, and you place a simple steel ring + <<if $activeSlave.amp == 1>> + on a cord around her neck, since she lacks fingers to wear it on. + <<else>> + on her <<if $activeSlave.devotion < -20 && $activeSlave.trust <= 0>>trembling <</if>>finger. + <</if>> + There is no ring for you, since this marriage does not bind you. <br><br> - Then, you <<if $activeSlave.amp == 1>>gather her up and hold her in front of you, pulling her panties off as you do. Showing considerable dexterity, you maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>><<else>>take her hand and pull her to her feet while she shimmies out of her panties. She cocks her hips for you and you slide your cock inside her before taking her knees and drawing them up to hold her in midair, impaled on you<</if>>. She is left to face your guests, watching raptly as you fuck her fertile cunt. Though her face is towards the crowd, her mind is concentrated on your hard cock, pumping in and out of her at an angle; to her, it's @@.mediumaquamarine;concrete proof that she's special to you.@@ She gasps when your seed flows into her, orgasming herself to @@.green;applause from your guests.@@ You'll fuck her repeatedly over the next few days, ensuring impregnation. + <<if $activeSlave.fetish == "mindbroken">> + $activeSlave.slaveName is mindbroken, so you gather her up and hold her in front of you, pulling her panties off as you do. She follows your motions like a ragdoll. You maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>>. Then you pull her knees up to give your guests a good view as you fuck her fertile cunt. She is left to face them, staring off into space. Though she faces the crowd, her mind is empty; this might as well be any other fucking to her. She twitches ever so slightly when your seed flows into her, orgasming robotically to @@.green;applause from your guests.@@ You’ll fuck her repeatedly over the next few days, ensuring impregnation. + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + Then, you <<if $activeSlave.amp == 1>>gather her up and hold her in front of you, pulling her panties off as you do. Showing considerable dexterity, you maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>><<else>>take her hand and pull her to her feet while she shimmies out of her panties. She cocks her hips for you and you slide your cock inside her before taking her knees and drawing them up to hold her in midair, impaled on you<</if>>. She is left to face your guests, watching raptly as you fuck her fertile cunt. Though her face is towards the crowd, her mind is concentrated on your hard cock, pumping in and out of her at an angle; to her, it's @@.mediumaquamarine;concrete proof that she's special to you.@@ She gasps when your seed flows into her, orgasming herself to @@.green;applause from your guests.@@ You'll fuck her repeatedly over the next few days, ensuring impregnation. + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + $activeSlave.slaveName is unwilling, so you gather her up and hold her in front of you, pulling her panties off as you do. She was crying before, but this causes her to tremble and tear up in anticipation of what’s next. Ignoring this, you maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>>.<<if $activeSlave.amp != 1>> Then you pull her knees up to give your guests a good view of the consummation.<</if>> She is left to face them, watching sullenly as you fuck her fertile cunt. Though her face is towards the crowd, her mind is concentrated on your hard cock, pumping in and out of her at an angle; to her, this is torture. She gasps when your seed flows into her, faking an orgasm @@.green;applause from your guests.@@ At this, she shoots you a dirty look, blaming you for this indignity. You’ll fuck her repeatedly over the next few days, ensuring impregnation, despite her efforts to defy you. + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + $activeSlave.slaveName is unwilling, so you gather her up and hold her in front of you, pulling her panties off as you do. She was crying before, but this causes her to tremble and sob loudly in anticipation of what’s next. Ignoring this, you maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>>.<<if $activeSlave.amp != 1>> Then you pull her knees up to give your guests a good view of the consummation.<</if>> She is left to face them, watching sullenly as you fuck her fertile cunt. Though her face is towards the crowd, her mind is concentrated on your hard cock, pumping in and out of her at an angle; to her, this is torture. She gasps when your seed flows into her, orgasming unwillingly @@.green;applause from your guests.@@ At this, she completely breaks down, blubbering like a child at the unwelcome warmth in her lower belly. You’ll fuck her repeatedly over the next few days, ensuring impregnation, despite her protesting. + <<else>> + $activeSlave.slaveName isn’t particularly excited about what’s coming, but she’s fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if $activeSlave.amp == 1>>gather her up and hold her in front of you, pulling her panties off as you do. Showing considerable dexterity, you maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>><<else>>take her hand and pull her to her feet while she shimmies out of her panties. She cocks her hips for you and you slide your cock inside her before taking her knees and drawing them up to hold her in midair, impaled on you<</if>>. Though her face is towards the crowd, her mind is concentrated on your hard cock, pumping in and out of her at an angle; to her, it is what it is. She gasps when your seed flows into her, orgasming shortly after to @@.green;applause from your guests.@@ You'll fuck her repeatedly over the next few days, ensuring impregnation. + <</if>> <<set $activeSlave.preg = 1>> <<if ($activeSlave.drugs == "super fertility drugs")>> <<if ($activeSlave.hormones == 2)>> @@ -94,20 +362,110 @@ <</if>> <<set $activeSlave.pregSource = -1>> <<if ($activeSlave.vagina == 0)>> - Naturally, the ceremony @@.lime;took her virginity,@@ @@.hotpink;pleasing her.@@ + Naturally, the ceremony @@.lime;took her virginity;@@ + <<if $activeSlave.fetish == "mindbroken">> + she didn't notice. + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + she was so happy @@.hotpink;her first time was with you and so special.@@ + <<set $activeSlave.devotion += 5>> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + she was @@.mediumorchid;saving that for someone special.@@ + <<set $activeSlave.devotion -= 5>> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + she weeped at the sight of cum pooling from her @@.mediumorchid;defiled pussy.@@ + <<set $activeSlave.devotion -= 10>> + <<else>> + you made it @@.hotpink;enjoyable@@ at least. + <<set $activeSlave.devotion += 2>> + <</if>> <<set $activeSlave.vagina = 1>> - <<set $activeSlave.devotion += 5>> <</if>> - <<if ($activeSlave.fetish == "pregnancy")>> - <<if ($activeSlave.fetishStrength > 60)>> - As a pregnancy fetishist, @@.hotpink;she confidently believes this wedding will be the high point of her life.@@ - <<set $activeSlave.devotion += 20>> + <<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> + <<if $activeSlave.fetish == "mindbroken">> + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + As a pregnancy fetishist, @@.hotpink;she confidently believes this wedding will be the high point of her life.@@ + <<set $activeSlave.devotion += 20>> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony.@@ + <<set $activeSlave.devotion += 1>> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + As a pregnancy fetishist, getting raped pregnant by someone she hates leaves her with very mixed feelings. + <<else>> + As a pregnancy fetishist, @@.hotpink;she thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@ + <<set $activeSlave.devotion += 10>> + <</if>> <</if>> + <<set $activeSlave.relationship = -3>> + <<if $activeSlave.relationship > 0>> + <<for _m = 0; _m < $slaves.length; _m++>> + <<if $activeSlave.relationshipTarget == $slaves[_m].ID>> + <<set $activeSlave.relationshipTarget = 0>> + <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> + <<break>> + <</if>> + <</for>> <</if>> + <<if $activeSlave.devotion+$activeSlave.trust >= 175>> + <<if $activeSlave.relationship > 0>> + Her ex is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for her love's future. + <<if $activeSlave.relationship == 4>> + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<elseif $activeSlave.relationship == 3>> + <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> + <<else>> + <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <</if>> + <</if>> + <<elseif $activeSlave.devotion < -20>> + <<if $activeSlave.relationship == -1>> + She @@.mediumorchid;hates@@ that she has to be yours only and @@.gold;fears@@ what will happen if she strays. + <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> + <<elseif $activeSlave.relationship == 4>> + Both her and her ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch her life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> + <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> + <<elseif $activeSlave.relationship == 3>> + Both her and her ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching her life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> + <<set $activeSlave.devotion -= 50, $activeSlave.trust -= 30>> + <<elseif $activeSlave.relationship != -2>> + Both her and her ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> + <</if>> + <<else>> + <<if $activeSlave.relationship == -1>> + She @@.mediumorchid;dislikes@@ that she has to be yours only and @@.gold;worries@@ what will happen if she strays. + <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> + <<elseif $activeSlave.relationship == 4>> + Both her and her ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching her life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set $activeSlave.devotion -= 30, $activeSlave.trust -= 20>> + <<elseif $activeSlave.relationship == 3>> + Both her and her ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under her. + <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> + <<set $activeSlave.devotion -= 15, $activeSlave.trust -= 10>> + <<elseif $activeSlave.relationship != -2>> + Both her and her ex are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> + <</if>> + <</if>> + <<set $activeSlave.relationship = -3>> <<set $activeSlave.vaginalCount += 1>> <<set $vaginalTotal += 1>> <<set $rep += 750>> - <<set $desc = "a framed shot of you impregnating " + $activeSlave.slaveName + " at your wedding">> + <<if $activeSlave.fetish == "mindbroken">> + <<set $desc = "a framed shot of you impregnating the blank-faced " + $activeSlave.slaveName + " at your wedding">> + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + <<set $desc = "a framed shot of you impregnating the joyous " + $activeSlave.slaveName + " at your wedding.">> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + <<set $desc = "a framed shot of you forcefully impregnating the disinterested " + $activeSlave.slaveName + " at your wedding">> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + <<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + $activeSlave.slaveName + " at your wedding">> + <<else>> + <<set $desc = "a framed shot of you impregnating " + $activeSlave.slaveName + " at your wedding">> + <</if>> <<set $trinkets.push($desc)>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 0>> You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against. @@ -207,7 +565,18 @@ Her lacy g-string covers her womanhood demurely. <</if>> <</if>> - There is no aisle for her to <<if $activeSlave.amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $activeSlave.amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> her there; this symbolizes her submission to you of her own choice, and she does so willingly. + There is no aisle for her to <<if $activeSlave.amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $activeSlave.amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> her there; this symbolizes her submission to you + <<if $activeSlave.fetish == "mindbroken">> + despite the fact that she had to be pushed into walking towards you. + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + of her own choice, and she does so with a smile. + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 0>> + of her own choice, and she does so with hesitation. + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust <= 0>> + of her own (forced) choice, and she does so with wavering steps. + <<else>> + of her own choice, and she does so willingly. + <</if>> <br><br> When she's in front of you, <<if $activeSlave.amp == 1>>the slave carrying her limbless torso sets her down on the floor in front of you and props her up so her head is level with your crotch<<else>>she gets down on her knees so her head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for her, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around her neck, since she lacks fingers to wear it on<<else>>on her finger<</if>>. There is no ring for you, since this marriage does not bind you. <br><br> -- GitLab