From ae8215c59d2d4f2ce7d32aee2b1ba7a2b9ee1484 Mon Sep 17 00:00:00 2001 From: DCoded <dsoloha@live.com> Date: Thu, 13 Jun 2019 10:30:37 -0400 Subject: [PATCH] Added child scenes --- src/facilities/nursery/childInteract.tw | 1632 ++++++++++++---- src/facilities/nursery/nurseryWidgets.js | 14 +- src/facilities/nursery/scenes/cAbuse.tw | 514 ++++++ .../nursery/scenes/cAnimalImpreg.tw | 46 + .../nursery/scenes/cAnimalImpregConsummate.tw | 6 + src/facilities/nursery/scenes/cAnus.tw | 232 +++ src/facilities/nursery/scenes/cBeg.tw | 464 +++++ src/facilities/nursery/scenes/cBellyFuck.tw | 98 + src/facilities/nursery/scenes/cBoobs.tw | 241 +++ src/facilities/nursery/scenes/cButt.tw | 248 +++ src/facilities/nursery/scenes/cCaress.tw | 97 + src/facilities/nursery/scenes/cDance.tw | 1636 +++++++++++++++++ src/facilities/nursery/scenes/cDick.tw | 272 +++ src/facilities/nursery/scenes/cEmbrace.tw | 96 + src/facilities/nursery/scenes/cFeelings.tw | 1497 +++++++++++++++ src/facilities/nursery/scenes/cFeet.tw | 574 ++++++ src/facilities/nursery/scenes/cKiss.tw | 272 +++ src/facilities/nursery/scenes/cLickPussy.tw | 30 + src/facilities/nursery/scenes/cLips.tw | 181 ++ src/facilities/nursery/scenes/cMarry.tw | 823 +++++++++ src/facilities/nursery/scenes/cNippleFuck.tw | 79 + src/facilities/nursery/scenes/cPCImpreg.tw | 183 ++ src/facilities/nursery/scenes/cPat.tw | 296 +++ src/facilities/nursery/scenes/cRelation.tw | 115 ++ src/facilities/nursery/scenes/cRival.tw | 59 + src/facilities/nursery/scenes/cSelf.tw | 49 + src/facilities/nursery/scenes/cSlaveFeed.tw | 788 ++++++++ src/facilities/nursery/scenes/cSlaveImpreg.tw | 56 + .../nursery/scenes/cSlaveImpregConsummate.tw | 397 ++++ .../nursery/scenes/cSlaveSelfImpreg.tw | 219 +++ .../nursery/scenes/cSlaveSlaveDick.tw | 57 + .../scenes/cSlaveSlaveDickConsummate.tw | 551 ++++++ .../nursery/scenes/cSlaveSlaveVag.tw | 26 + .../scenes/cSlaveSlaveVagConsummate.tw | 251 +++ src/facilities/nursery/scenes/cSuckle.tw | 441 +++++ src/facilities/nursery/scenes/cVagina.tw | 563 ++++++ .../nursery/scenes/fillUpChildButt.tw | 380 ++++ .../nursery/scenes/fillUpChildFace.tw | 228 +++ .../nursery/scenes/fondleChildBoobs.tw | 436 +++++ .../nursery/scenes/fondleChildButt.tw | 537 ++++++ .../nursery/scenes/fondleChildDick.tw | 423 +++++ .../nursery/scenes/fondleChildVagina.tw | 339 ++++ .../nursery/scenes/forcefeedChild.tw | 554 ++++++ src/uncategorized/endWeek.tw | 2 +- 44 files changed, 15654 insertions(+), 348 deletions(-) create mode 100644 src/facilities/nursery/scenes/cAbuse.tw create mode 100644 src/facilities/nursery/scenes/cAnimalImpreg.tw create mode 100644 src/facilities/nursery/scenes/cAnimalImpregConsummate.tw create mode 100644 src/facilities/nursery/scenes/cAnus.tw create mode 100644 src/facilities/nursery/scenes/cBeg.tw create mode 100644 src/facilities/nursery/scenes/cBellyFuck.tw create mode 100644 src/facilities/nursery/scenes/cBoobs.tw create mode 100644 src/facilities/nursery/scenes/cButt.tw create mode 100644 src/facilities/nursery/scenes/cCaress.tw create mode 100644 src/facilities/nursery/scenes/cDance.tw create mode 100644 src/facilities/nursery/scenes/cDick.tw create mode 100644 src/facilities/nursery/scenes/cEmbrace.tw create mode 100644 src/facilities/nursery/scenes/cFeelings.tw create mode 100644 src/facilities/nursery/scenes/cFeet.tw create mode 100644 src/facilities/nursery/scenes/cKiss.tw create mode 100644 src/facilities/nursery/scenes/cLickPussy.tw create mode 100644 src/facilities/nursery/scenes/cLips.tw create mode 100644 src/facilities/nursery/scenes/cMarry.tw create mode 100644 src/facilities/nursery/scenes/cNippleFuck.tw create mode 100644 src/facilities/nursery/scenes/cPCImpreg.tw create mode 100644 src/facilities/nursery/scenes/cPat.tw create mode 100644 src/facilities/nursery/scenes/cRelation.tw create mode 100644 src/facilities/nursery/scenes/cRival.tw create mode 100644 src/facilities/nursery/scenes/cSelf.tw create mode 100644 src/facilities/nursery/scenes/cSlaveFeed.tw create mode 100644 src/facilities/nursery/scenes/cSlaveImpreg.tw create mode 100644 src/facilities/nursery/scenes/cSlaveImpregConsummate.tw create mode 100644 src/facilities/nursery/scenes/cSlaveSelfImpreg.tw create mode 100644 src/facilities/nursery/scenes/cSlaveSlaveDick.tw create mode 100644 src/facilities/nursery/scenes/cSlaveSlaveDickConsummate.tw create mode 100644 src/facilities/nursery/scenes/cSlaveSlaveVag.tw create mode 100644 src/facilities/nursery/scenes/cSlaveSlaveVagConsummate.tw create mode 100644 src/facilities/nursery/scenes/cSuckle.tw create mode 100644 src/facilities/nursery/scenes/cVagina.tw create mode 100644 src/facilities/nursery/scenes/fillUpChildButt.tw create mode 100644 src/facilities/nursery/scenes/fillUpChildFace.tw create mode 100644 src/facilities/nursery/scenes/fondleChildBoobs.tw create mode 100644 src/facilities/nursery/scenes/fondleChildButt.tw create mode 100644 src/facilities/nursery/scenes/fondleChildDick.tw create mode 100644 src/facilities/nursery/scenes/fondleChildVagina.tw create mode 100644 src/facilities/nursery/scenes/forcefeedChild.tw diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index 636982c1ef1..accdc57a1a3 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -1,6 +1,6 @@ :: Child Interact [nobr] -<<if $cheatMode == 1>> +<<if $cheatMode>> <center>//[[Cheat Edit Child Alternative|MOD_Edit Child Cheat New][$cheater = 1]]//</center> <</if>> @@ -9,7 +9,9 @@ <<run Enunciate($activeChild)>> /* TODO: the encyclopedia will most likely need to be updated for children as well */ <<set $encyclopedia = either("Costs Summary", "Disease in the Free Cities", "Drugs and Their Effects", "From Rebellious to Devoted", "Gender", "Independent Slaves", "Modern Anal", "Nymphomania", "Slave Couture")>> -<<if $activeChild.dick > 0>><<set $showEncyclopedia = 1, $encyclopedia = "Gender">><</if>> +<<if $activeChild.dick > 0>> + <<set $showEncyclopedia = 1, $encyclopedia = "Gender">> +<</if>> <center> @@.cyan;[â†,Q] @@ @@ -28,7 +30,7 @@ </center> <br> -<<if $seeDetails == 1>> +<<if $seeDetails>> <<set $saleDescription = 0>> <span id="LCD"> <<= App.Facilities.Nursery.LongChildDescription($activeChild)>> @@ -38,9 +40,11 @@ | [[Hide descriptions|Child Interact][$seeDetails = 0]] | [[Customize|Customize Child]] | <strong> - <<link "Update">><<replace "#LCD">> - <<= App.Facilities.Nursery.LongChildDescription($activeChild)>> - <</replace>><</link>> + <<link "Update">> + <<replace "#LCD">> + <<= App.Facilities.Nursery.LongChildDescription($activeChild)>> + <</replace>> + <</link>> </strong></i> <<else>> </u>[[Show descriptions|Child Interact][$seeDetails = 1]]</u> @@ -48,113 +52,243 @@ /* <br><br>__Take slave to another room:__ [[Wardrobe|Wardrobe Use][$degradation = 0]] -| [[Auto salon|Salon][$degradation = 0,$primaryHairColor = "",$secondaryHairColor = "",$artificialEyeColor = "",$artificialEyeShape = "",$artificialEyeFill = "",$tattooChoice = "",$piercingLevel = ""]] +| [[Auto salon|Salon][$degradation = 0, $primaryHairColor = "", $secondaryHairColor = "", $artificialEyeColor = "" ,$artificialEyeShape = "", $artificialEyeFill = "", $tattooChoice = "", $piercingLevel = ""]] | [[Body mod studio|Body Modification][$degradation = 0, $tattooChoice = undefined]] | [[Remote surgery|Remote Surgery][$degradation = 0]] | [[Configure cybernetics|Prosthetics Config][$prostheticsConfig = "main"]] */ /*TODO: These will most likely need to be reworked*/ -<<if $extremeUnderage == 1>> +<<if $extremeUnderage>> <br> - <span id="miniscene">//Or use $him here://</span> + <span id="miniscene"><i>Or use $him here:</i></span> <span id="sexoption"> <<if ($activeChild.vagina > -1)>> <<if canDoVaginal($activeChild)>> - <<link "Fuck $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FVagina">><br><</replace>><</link>> + <<link "Fuck $him">> + <<replace "#miniscene">> + <<include "CVagina">> + <br> + <</replace>> + <</link>> <<if canDoAnal($activeChild)>> - | <<link "Use $his holes">><<replace "#miniscene">><<set $childSex = 1>><<include "FButt">><br> <</replace>><</link>> + | <<link "Use $his holes">> + <<replace "#miniscene">> + <<include "CButt">> + <br> + <</replace>> + <</link>> <</if>> <<else>> - //Remove $his chastity belt if you wish to fuck $him// + <i>Remove $his chastity belt if you wish to fuck $him</i> <</if>> <</if>> </span> <span id="analsexoption"> <<if canDoAnal($activeChild)>> - | <<link "Fuck $his ass">><<replace "#miniscene">><<set $childSex = 1>><<include "FAnus">><br> <</replace>><</link>> + | <<link "Fuck $his ass">> + <<replace "#miniscene">> + <<include "CAnus">> + <br> + <</replace>> + <</link>> <<else>> - | //Remove $his chastity belt if you wish to fuck $his ass// + | <i>Remove $his chastity belt if you wish to fuck $his ass</i> <</if>> </span> - | <<link "Use $his mouth">><<replace "#miniscene">><<set $childSex = 1>><<include "FLips">><br> <</replace>><</link>> - | <<link "Kiss $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FKiss">><br> <</replace>><</link>> - | <<link "Play with $his tits">><<replace "#miniscene">><<set $childSex = 1>><<include "FBoobs">><br> <</replace>><</link>> - | <<link "Caress $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FCaress">><br> <</replace>><</link>> - | <<link "Give $him a hug">><<replace "#miniscene">><<set $childSex = 1>><<include "FEmbrace">><br> <</replace>><</link>> - <<if $cheatMode == 1>> - | <<link "Pat $his head">><<replace "#miniscene">><<set $childSex = 1>><<include "FPat">><br> <</replace>><</link>> + | <<link "Use $his mouth">> + <<replace "#miniscene">> + <<include "CLips">> + <br> + <</replace>> + <</link>> + | <<link "Kiss $him">> + <<replace "#miniscene">> + <<include "CKiss">> + <br> + <</replace>> + <</link>> + | <<link "Play with $his tits">> + <<replace "#miniscene">> + <<include "CBoobs">> + <br> + <</replace>> + <</link>> + | <<link "Caress $him">> + <<replace "#miniscene">> + <<include "CCaress">> + <br> + <</replace>> + <</link>> + | <<link "Give $him a hug">> + <<replace "#miniscene">> + <<include "CEmbrace">> + <br> + <</replace>> + <</link>> + <<if $cheatMode>> + | <<link "Pat $his head">> + <<replace "#miniscene">> + <<include "CPat">> + <br> + <</replace>> + <</link>> <</if>> - | <<link "Grope $his boobs">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleBoobs">><br> <</replace>><</link>> - <<if $activeChild.nipples == "fuckable" && $PC.dick > 0>> - | <<link "Fuck $his nipples">><<replace "#miniscene">><<set $childSex = 1>><<include "FNippleFuck">><br> <</replace>><</link>> + | <<link "Grope $his boobs">> + <<replace "#miniscene">> + <<include "FondleBoobs">> + <br> + <</replace>> + <</link>> + <<if $activeChild.nipples == "fuckable" && $PC.dick>> + | <<link "Fuck $his nipples">> + <<replace "#miniscene">> + <<include "CNippleFuck">> + <br> + <</replace>> + <</link>> <</if>> - <<if $activeChild.lactation > 0 && $activeChild.boobs >= 2000 && $activeChild.belly < 60000>> - | <<link "Drink $his milk">><<replace "#miniscene">><<set $childSex = 1>><<include "FSuckle">><br> <</replace>><</link>> + <<if $activeChild.lactation && $activeChild.boobs >= 2000 && $activeChild.belly < 60000>> + | <<link "Drink $his milk">> + <<replace "#miniscene">> + <<include "CSuckle">> + <br> + <</replace>> + <</link>> <</if>> <span id="analgropeoption"> <<if canDoAnal($activeChild)>> - | <<link "Grope $his butt">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleButt">><br> <</replace>><</link>> + | <<link "Grope $his butt">> + <<replace "#miniscene">> + <<include "FondleButt">> + <br> + <</replace>> + <</link>> <</if>> </span> <span id="gropeoption"> <<if ($activeChild.vagina > -1)>> <<if canDoVaginal($activeChild)>> - | <<link "Grope $his pussy">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleVagina">><br> <</replace>><</link>> - | <<link "Eat $him out">><<replace "#miniscene">><<set $childSex = 1>><<include "FLickPussy">><br> <</replace>><</link>> + | <<link "Grope $his pussy">> + <<replace "#miniscene">> + <<include "FondleVagina">> + <br> + <</replace>> + <</link>> + | <<link "Eat $him out">> + <<replace "#miniscene">> + <<include "CLickPussy">> + <br> + <</replace>> + <</link>> <</if>> <</if>> </span> <span id="dickgropeoption"> - <<if ($activeChild.dick > 0)>> - <<if !($activeChild.chastityPenis)>> - | <<link "Grope $his dick">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleDick">><br> <</replace>><</link>> - <<if canPenetrate($activeChild) && $sexualOpeness == 1>> - | <<link "Ride $his dick">><<replace "#miniscene">><<set $childSex = 1>><<include "FDick">><br> <</replace>><</link>> + <<if $activeChild.dick>> + <<if !$activeChild.chastityPenis>> + | <<link "Grope $his dick">> + <<replace "#miniscene">> + <<include "FondleDick">> + <br> + <</replace>> + <</link>> + <<if canPenetrate($activeChild) && $sexualOpeness>> + | <<link "Ride $his dick">> + <<replace "#miniscene">> + <<include "CDick">> + <br> + <</replace>> + <</link>> <</if>> <<else>> | //Remove $his dick chastity belt if you wish to play with $his cock// <</if>> <</if>> </span> - <<if ($activeChild.amp == 0 || $activeChild.amp == -3 || $activeChild.amp == -5) && $PC.dick == 1>> - | <<link "Get a footjob">><<replace "#miniscene">><<set $childSex = 1>><<include "FFeet">><br> <</replace>><</link>> + <<if ($activeChild.amp == 0 || $activeChild.amp == -3 || $activeChild.amp == -5) && $PC.dick>> + | <<link "Get a footjob">> + <<replace "#miniscene">> + <<include "CFeet">> + <br> + <</replace>> + <</link>> <</if>> <<if $activeChild.assignment != "work in the dairy" && $activeChild.assignment != "be confined in the arcade" && $activeChild.assignment != "be confined in the cellblock">> - <<if $enema == 1>> + <<if $enema>> <<if ($activeChild.inflation < 3 && $activeChild.pregKnown == 0 && $activeChild.bellyImplant < 1500) || ($activeChild.inflation < 1)>> <<if $activeChild.inflationType == "water" || $activeChild.inflationType == "none">> - | <<link "Fill $his ass with water">><<set $activeChild.inflationType = "water">><<set $activeChild.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with water">> + <<set $activeChild.inflationType = "water">> + <<set $activeChild.inflationMethod = 2>> + <<replace "#miniscene">> + <<include "FillUpButt">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> - <<if $medicalEnema == 1>> + <<if $medicalEnema>> <<if $activeChild.inflationType == "aphrodisiac" || $activeChild.inflationType == "none">> - | <<link "Fill $his ass with aphrodisiacs">><<set $activeChild.inflationType = "aphrodisiac">><<set $activeChild.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with aphrodisiacs">> + <<set $activeChild.inflationType = "aphrodisiac">> + <<set $activeChild.inflationMethod = 2>> + <<replace "#miniscene">> + <<include "FillUpButt">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeChild.inflationType == "curative" || $activeChild.inflationType == "none">> - | <<link "Fill $his ass with curatives">><<set $activeChild.inflationType = "curative">><<set $activeChild.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with curatives">> + <<set $activeChild.inflationType = "curative">> + <<set $activeChild.inflationMethod = 2>> + <<replace "#miniscene">> + <<include "FillUpButt">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeChild.inflationType == "tightener" || $activeChild.inflationType == "none">> - | <<link "Fill $his ass with rectal tighteners">><<set $activeChild.inflationType = "tightener">><<set $activeChild.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with rectal tighteners">> + <<set $activeChild.inflationType = "tightener">> + <<set $activeChild.inflationMethod = 2>> + <<replace "#miniscene">> + <<include "FillUpButt">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> <</if>> - <<if $dairyPiping == 1>> - <<if ($milkPipeline > 88 && $milkPipeline != 0) || $arcologies[0].FSPastoralistLaw == 1>> + <<if $dairyPiping>> + <<if ($milkPipeline > 88 && $milkPipeline != 0) || $arcologies[0].FSPastoralistLaw>> <<if ($activeChild.inflation < 3 && $activeChild.pregKnown == 0 && $activeChild.bellyImplant < 1500) || ($activeChild.inflation < 1)>> <<if $activeChild.inflationType == "milk" || $activeChild.inflationType == "none">> - | <<link "Fill $his ass with milk">><<set $activeChild.inflationType = "milk">><<set $activeChild.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force-feed $him milk">><<set $activeChild.inflationType = "milk">><<set $activeChild.inflationMethod = 1>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with milk">> + <<set $activeChild.inflationType = "milk">> + <<set $activeChild.inflationMethod = 2>> + <<replace "#miniscene">> + <<include "FillUpButt">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force-feed $him milk">> + <<set $activeChild.inflationType = "milk">> + <<set $activeChild.inflationMethod = 1>> + <<replace "#miniscene">> + <<include "FillUpFace">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <<else>> | //$dairyNameCaps is not producing enough milk to pump through the pipes// <</if>> - <<if ($cumPipeline > 88 && $cumPipeline != 0) || $arcologies[0].FSPastoralistLaw == 1>> + <<if ($cumPipeline > 88 && $cumPipeline != 0) || $arcologies[0].FSPastoralistLaw>> <<if ($activeChild.inflation < 3 && $activeChild.pregKnown == 0 && $activeChild.bellyImplant < 1500) || ($activeChild.inflation < 1)>> <<if $activeChild.inflationType == "cum" || $activeChild.inflationType == "none">> - | <<link "Fill $his ass with cum">><<set $activeChild.inflationType = "cum">><<set $activeChild.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force-feed $him cum">><<set $activeChild.inflationType = "cum">><<set $activeChild.inflationMethod = 1>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with cum">> + <<set $activeChild.inflationType = "cum">> + <<set $activeChild.inflationMethod = 2>> + <<replace "#miniscene">> + <<include "FillUpButt">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force-feed $him cum">> + <<set $activeChild.inflationType = "cum">> + <<set $activeChild.inflationMethod = 1>> + <<replace "#miniscene">> + <<include "FillUpFace">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <<else>> @@ -163,45 +297,93 @@ <</if>> <</if>> <<if $activeChild.inflation == 0 && $activeChild.bellyImplant < 1500>> - <<if $activeChild.assignment != "work in the dairy" && $activeChild.assignment != "be confined in the arcade" && $activeChild.assignment != "be confined in the cellblock">> - | <<link "Use another slave to force-feed $him" "SlaveOnSlaveFeedingWorkAround">><</link>> - <<if $buckets == 1>> - | <<link "Make $him consume two liters of slave food">><<set $activeChild.inflationType = "food">><<set $activeChild.inflationMethod = 1>><<set $activeChild.inflation = 1>><<replace "#miniscene">><<set $childSex = 1>><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - <<if $activeChild.pregKnown == 0>> - | <<link "Force $him to consume a gallon of slave food">><<set $activeChild.inflationType = "food">><<set $activeChild.inflationMethod = 1>><<set $activeChild.inflation = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force two gallons of slave food into $him">><<set $activeChild.inflationType = "food">><<set $activeChild.inflationMethod = 1>><<set $activeChild.inflation = 3>><<replace "#miniscene">><<set $childSex = 1>><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - <</if>> + | <<link "Use another slave to force-feed $him" "SlaveOnSlaveFeedingWorkAround">><</link>> + <<if $buckets>> + | <<link "Make $him consume two liters of slave food">> + <<set $activeChild.inflationType = "food">> + <<set $activeChild.inflationMethod = 1>> + <<set $activeChild.inflation = 1>> + <<replace "#miniscene">> + <<include "ForceFeeding">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<if $activeChild.pregKnown == 0>> + | <<link "Force $him to consume a gallon of slave food">> + <<set $activeChild.inflationType = "food">> + <<set $activeChild.inflationMethod = 1>> + <<set $activeChild.inflation = 2>> + <<replace "#miniscene">> + <<include "ForceFeeding">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force two gallons of slave food into $him">> + <<set $activeChild.inflationType = "food">> + <<set $activeChild.inflationMethod = 1>> + <<set $activeChild.inflation = 3>> + <<replace "#miniscene">> + <<include "ForceFeeding">> + <br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> <<if canDoVaginal($activeChild)>> - | <<link "Have another slave fuck $his pussy" "FSlaveSlaveVag">><</link>> + | <<link "Have another slave fuck $his pussy" "CSlaveSlaveVag">><</link>> <</if>> <<if canPenetrate($activeChild)>> - | <<link "Have another slave ride $his cock" "FSlaveSlaveDick">><</link>> + | <<link "Have another slave ride $his cock" "CSlaveSlaveDick">><</link>> <<elseif $activeChild.clit >= 4>> - | <<link "Have another slave ride $his clit-dick" "FSlaveSlaveDick">><</link>> + | <<link "Have another slave ride $his clit-dick" "CSlaveSlaveDick">><</link>> <</if>> - <<if $seeBestiality == 1>> + <<if $seeBestiality>> <<if $farmyardKennels > 0 && $activeCanine != 0>> - | <<link "Have a $activeCanine.species mount $him">><<set $animalType = "canine">><<replace "#miniscene">><<set $childSex = 1>><<include "BeastFucked">><br> <</replace>><</link>> + | <<link "Have a $activeCanine.species mount $him">> + <<set $animalType = "canine">> + <<replace "#miniscene">> + <<include "BeastFucked">> + <br> + <</replace>> + <</link>> <</if>> <<if $farmyardStable > 0 && $activeHooved.species != 0>> - | <<link "Let a $activeHooved.species mount $him">><<set $animalType = "hooved">><<replace "#miniscene">><<set $childSex = 1>><<include "BeastFucked">><br> <</replace>><</link>> + | <<link "Let a $activeHooved.species mount $him">> + <<set $animalType = "hooved">> + <<replace "#miniscene">> + <<include "BeastFucked">> + <br> + <</replace>> + <</link>> <</if>> <<if $farmyardCages > 0 && $activeFeline != 0>> - | <<link "Have a $activeFeline.species mount $him">><<set $animalType = "feline">><<replace "#miniscene">><<set $childSex = 1>><<include "BeastFucked">><br> <</replace>><</link>> + | <<link "Have a $activeFeline.species mount $him">> + <<set $animalType = "feline">> + <<replace "#miniscene">> + <<include "BeastFucked">> + <br> + <</replace>> + <</link>> <</if>> <</if>> - <<if $cheatMode == 1>> - | <<link "Check $his deadliness @@.red;FOR TESTING@@">><<replace "#miniscene">><<set $childSex = 1>><<include "Deadliness">><br> <</replace>><</link>> + <<if $cheatMode>> + | <<link "Check $his deadliness @@.red;FOR TESTING@@">> + <<replace "#miniscene">> + <<include "Deadliness">> + <br> + <</replace>> + <</link>> <</if>> - | <<link "Abuse $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FAbuse">><</replace>><</link>> - <<if $familyTesting == 1>> + | <<link "Abuse $him">> + <<replace "#miniscene">> + <<include "CAbuse">><</replace>> + <</link>> + <<if $familyTesting>> <<for $i = 0; $i < _SL; $i++>> <<if $activeChild.mother == $slaves[$i].ID>> <<if isSlaveAvailable($slaves[$i])>> - | <<link "Fuck $him with $his mother">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "mother">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his mother">> + <<replace "#miniscene">> + <<set $partner = "mother">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<else>> //$His mother, $slaves[$i].slaveName, is unavailable// <</if>> @@ -215,16 +397,28 @@ <</if>> <</for>> <<if $relation == $activeChild.sisters>> - <<if $activeChild.sisters == 1>> + <<if $activeChild.sisters>> //$His sister is unavailable// <<else>> //$His sisters are unavailable// <</if>> <<else>> - <<if $activeChild.sisters == 1>> - | <<link "Fuck $him with $his sister">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "sister">><<include "FRelation">><br> <</replace>><</link>> + <<if $activeChild.sisters>> + | <<link "Fuck $him with $his sister">> + <<replace "#miniscene">> + <<set $partner = "sister">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<else>> - | <<link "Fuck $him with one of $his sisters">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "sister">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with one of $his sisters">> + <<replace "#miniscene">> + <<set $partner = "sister">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <</if>> <</if>> <</if>> @@ -233,13 +427,37 @@ <<set _assayedSlave = getSlave($activeChild.relationTarget)>> <<if isSlaveAvailable(_assayedSlave)>> <<if ($activeChild.relation == "mother")>> - | <<link "Fuck $him with $his daughter">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his daughter">> + <<replace "#miniscene">> + <<set $partner = "relation">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<elseif ($activeChild.relation == "daughter")>> - | <<link "Fuck $him with $his mother">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his mother">> + <<replace "#miniscene">> + <<set $partner = "relation">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<elseif ($activeChild.relation == "sister")>> - | <<link "Fuck $him with $his sister">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his sister">> + <<replace "#miniscene">> + <<set $partner = "relation">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<elseif ($activeChild.relation == "twin")>> - | <<link "Fuck $him with $his twin">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his twin">> + <<replace "#miniscene">> + <<set $partner = "relation">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <</if>> <<else>> //_assayedSlave.slaveName is unavailable// @@ -249,51 +467,91 @@ <<if ($activeChild.relationship > 0)>> <<set _si = $slaveIndices[$activeChild.relationshipTarget]>> <<if isSlaveAvailable($slaves[_si])>> - <<if ($activeChild.relationship == 1)>> - | <<link `"Fuck $him with $his friend <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + <<if ($activeChild.relationship)>> + | <<link `"Fuck $him with $his friend <<= SlaveFullName($slaves[_si])>>"`>> + <<replace "#miniscene">> + <<set $partner = "relationship">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<elseif ($activeChild.relationship == 2)>> - | <<link `"Fuck $him with $his best friend <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his best friend <<= SlaveFullName($slaves[_si])>>"`>> + <<replace "#miniscene">> + <<set $partner = "relationship">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<elseif ($activeChild.relationship == 3)>> - | <<link `"Fuck $him with $his FWB <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his FWB <<= SlaveFullName($slaves[_si])>>"`>> + <<replace "#miniscene">> + <<set $partner = "relationship">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<elseif ($activeChild.relationship == 4)>> - | <<link `"Fuck $him with $his lover <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his lover <<= SlaveFullName($slaves[_si])>>"`>> + <<replace "#miniscene">> + <<set $partner = "relationship">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <<else>> - | <<link `"Fuck $him with $his slave wife <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his slave wife <<= SlaveFullName($slaves[_si])>>"`>> + <<replace "#miniscene">> + <<set $partner = "relationship">> + <<include "CRelation">> + <br> + <</replace>> + <</link>> <</if>> <</if>> <</if>> <<if ($activeChild.rivalryTarget != 0) && canWalk($activeChild)>> - | <<link "Abuse $his rival with $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FRival">><br> <</replace>><</link>> + | <<link "Abuse $his rival with $him">> + <<replace "#miniscene">> + <<include "CRival">> + <br> + <</replace>> + <</link>> <</if>> <<if ($activeChild.fetish != "mindbroken") && (($activeChild.amp != 1) || ($activeChild.voice != 0)) && $activeChild.accent != 4>> - | <<link "Ask $him about $his feelings">><<replace "#miniscene">><<set $childSex = 1>><<include "FFeelings">><br> <</replace>><</link>> + | <<link "Ask $him about $his feelings">> + <<replace "#miniscene">> + <<include "CFeelings">> + <br> + <</replace>> + <</link>> <</if>> <<if $activeChild.devotion >= 100 && $activeChild.relationship < 0 && $activeChild.relationship > -3>> - | <<link "Talk to $him about relationships" "Matchmaking">><<set $subSlave = 0, $eventSlave = $activeChild>><</link>> + | <<link "Talk to $him about relationships" "Matchmaking">> + <<set $subSlave = 0, $eventSlave = $activeChild>><</link>> <</if>> <</if>> -/* pregmod start */ -<<if $familyTesting == 1>> +<<if $familyTesting>> <br><br> <span id="family"> <div id="familyTree"></div> <span id="familyTreeLink"> <<link "Pull up the file on $his family tree.">> - <<replace #familyTreeLink>> - <<run renderFamilyTree($slaves, $activeChild.ID)>> - <</replace>> + <<replace #familyTreeLink>> + <<run renderFamilyTree($slaves, $activeChild.ID)>> + <</replace>> <</link>> </span> </span> <</if>> -/*pregmod end*/ <br><br> /* TODO: the RA may need to be reworked to work with children in the Nursery */ <<if $activeChild.useRulesAssistant == 0>> @@.gray;''Not subject'' to the Rules Assistant.@@ - <<link "Include $him" "Child Interact">><<set $activeChild.useRulesAssistant = 1>><</link>> + <<link "Include $him" "Child Interact">> + <<set $activeChild.useRulesAssistant = 1>><</link>> <br> <<else>> __Rules Assistant:__ [[Rules Assistant Options|Rules Assistant]] @@ -303,185 +561,547 @@ <<= $defaultRules.filter(x => ruleApplied($activeChild, x)).map(x => `<li>Rule "${x.name}" applied</li>`).join(" ") >> </ul> <</if>> - | <<link "//Apply rules//">> + | <<link "//Apply rules//">> <<silently>> <<run DefaultRules($activeChild)>> <</silently>> <<goto "Child Interact">> <</link>> - | <<link "Exempt $him" "Child Interact">><<set $activeChild.useRulesAssistant = 0>><</link>> + | <<link "Exempt $him" "Child Interact">> + <<set $activeChild.useRulesAssistant = 0>><</link>> <</if>> -<<if $showWardrobe == 1>> +<<if $showWardrobe>> <br><br>__Appearance:__ -<br>Clothes: ''<span id="clothes">$activeChild.clothes</span>.'' -| <<link "Let $him choose">><<set $activeChild.clothes = "choosing her own clothes",$activeChild.choosesOwnClothes = 1>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +<br>Clothes: <strong><span id="clothes">$activeChild.clothes</span>.</strong> +| <<link "Let $him choose">> + <<set $activeChild.clothes = "choosing her own clothes", $activeChild.choosesOwnClothes = 1>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> +<</link>> -<br> //Nice:// -| <<link "Ballgown">><<set $activeChild.clothes = "a ball gown",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Mini dress">><<set $activeChild.clothes = "a mini dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Oversized t-shirt">><<set $activeChild.clothes = "an oversized t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Schoolgirl">><<set $activeChild.clothes = "a schoolgirl outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Slave gown">><<set $activeChild.clothes = "a slave gown",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sweater">><<set $activeChild.clothes = "a sweater",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "T-shirt">><<set $activeChild.clothes = "a t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +<br> +<i>Nice:</i> + <<link "Ballgown">> + <<set $activeChild.clothes = "a ball gown", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> +| <<link "Mini dress">> + <<set $activeChild.clothes = "a mini dress", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> +| <<link "Oversized t-shirt">> + <<set $activeChild.clothes = "an oversized t-shirt", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> +| <<link "Schoolgirl">> + <<set $activeChild.clothes = "a schoolgirl outfit", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> +| <<link "Slave gown">> + <<set $activeChild.clothes = "a slave gown", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> +| <<link "Sweater">> + <<set $activeChild.clothes = "a sweater", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> +| <<link "T-shirt">> + <<set $activeChild.clothes = "a t-shirt", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> -<br> //Harsh:// - <<link "Go naked">><<set $activeChild.clothes = "no clothing", $activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +<br> +<i>Harsh:</i> + <<link "Go naked">> + <<set $activeChild.clothes = "no clothing", $activeChild.choosesOwnClothes = 0>> + <<replace "#clothes">> + $activeChild.clothes + <</replace>> + <</link>> -<br>Collar: ''<span id="collar">$activeChild.collar</span>.'' -<<link "None">><<set $activeChild.collar = "none">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +<br>Collar: <strong><span id="collar">$activeChild.collar</span>.</strong> +<<link "None">> + <<set $activeChild.collar = "none">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> <br> //Nice:// -<<link "Stylish leather">><<set $activeChild.collar = "stylish leather">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Satin choker">><<set $activeChild.collar = "satin choker">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Silken ribbon">><<set $activeChild.collar = "silk ribbon">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Heavy gold">><<set $activeChild.collar = "heavy gold">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Pretty jewelry">><<set $activeChild.collar = "pretty jewelry">><<replace "#collar">>$activeChild.collar<</replace>><</link>> - <<if ($seeAge != 0)>> - | <<link "Nice retirement counter">><<set $activeChild.collar = "nice retirement counter">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -<</if>> -| <<link "Bell">><<set $activeChild.collar = "bell collar">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Cowbell">><<set $activeChild.collar = "leather with cowbell">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +<<link "Stylish leather">> + <<set $activeChild.collar = "stylish leather">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> +| <<link "Satin choker">> + <<set $activeChild.collar = "satin choker">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> +| <<link "Silken ribbon">> + <<set $activeChild.collar = "silk ribbon">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> +| <<link "Heavy gold">> + <<set $activeChild.collar = "heavy gold">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> +| <<link "Pretty jewelry">> + <<set $activeChild.collar = "pretty jewelry">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> + <<if $seeAge>> + | <<link "Nice retirement counter">> + <<set $activeChild.collar = "nice retirement counter">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> + <</if>> +| <<link "Bell">> + <<set $activeChild.collar = "bell collar">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> +| <<link "Cowbell">> + <<set $activeChild.collar = "leather with cowbell">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> <<if isItemAccessible("bowtie")>> - | //FS// <<link "Bowtie collar">><<set $activeChild.collar = "bowtie">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +| //FS// <<link "Bowtie collar">> + <<set $activeChild.collar = "bowtie">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> <</if>> <<if isItemAccessible("ancient Egyptian")>> - | //FS// <<link "Ancient Egyptian">><<set $activeChild.collar = "ancient Egyptian">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +| //FS// <<link "Ancient Egyptian">> + <<set $activeChild.collar = "ancient Egyptian">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> <</if>> -<br> //Harsh:// -<<link "Tight steel">><<set $activeChild.collar = "tight steel">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -<<if ($seeAge != 0)>> - | <<link "Cruel retirement counter">><<set $activeChild.collar = "cruel retirement counter">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +<br> +<i>Harsh:</i> + <<link "Tight steel">> + <<set $activeChild.collar = "tight steel">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> +<<if $seeAge>> + | <<link "Cruel retirement counter">> + <<set $activeChild.collar = "cruel retirement counter">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> <</if>> -| <<link "Uncomfortable leather">><<set $activeChild.collar = "uncomfortable leather">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +| <<link "Uncomfortable leather">> +<<set $activeChild.collar = "uncomfortable leather">> + <<replace "#collar">> + $activeChild.collar + <</replace>> +<</link>> <<if $activeChild.preg > -1 && $seePreg != 0>> - | <<link "Pregnancy biometrics">><<set $activeChild.collar = "preg biometrics">><<replace "#collar">>$activeChild.collar<</replace>><</link>> + | <<link "Pregnancy biometrics">> + <<set $activeChild.collar = "preg biometrics">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> <</if>> -| <<link "Shock punishment">><<set $activeChild.collar = "shock punishment">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Dildo gag">><<set $activeChild.collar = "dildo gag">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +| <<link "Shock punishment">> + <<set $activeChild.collar = "shock punishment">> + <<replace "#collar">> + $activeChild.collar + <</replace>> +<</link>> +| <<link "Dildo gag">> + <<set $activeChild.collar = "dildo gag">> + <<replace "#collar">> + $activeChild.collar + <</replace>> +<</link>> <<if isItemAccessible("massive dildo gag") && $activeChild.skill.oral > 50>> - | <<link "Massive dildo gag">><<set $activeChild.collar = "massive dildo gag">><<replace "#collar">>$activeChild.collar<</replace>><</link>> + | <<link "Massive dildo gag">> + <<set $activeChild.collar = "massive dildo gag">> + <<replace "#collar">> + $activeChild.collar + <</replace>> + <</link>> <</if>> -| <<link "Ball gag">><<set $activeChild.collar = "ball gag">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Bit gag">><<set $activeChild.collar = "bit gag">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Neck corset">><<set $activeChild.collar = "neck corset">><<replace "#collar">>$activeChild.collar<</replace>><</link>> -| <<link "Porcelain mask">><<set $activeChild.collar = "porcelain mask">><<replace "#collar">>$activeChild.collar<</replace>><</link>> +| <<link "Ball gag">> + <<set $activeChild.collar = "ball gag">> + <<replace "#collar">> + $activeChild.collar<</replace>> + <</link>> +| <<link "Bit gag">> + <<set $activeChild.collar = "bit gag">> + <<replace "#collar">> + $activeChild.collar<</replace>> + <</link>> +| <<link "Neck corset">> + <<set $activeChild.collar = "neck corset">> + <<replace "#collar">> + $activeChild.collar<</replace>> + <</link>> +| <<link "Porcelain mask">> + <<set $activeChild.collar = "porcelain mask">> + <<replace "#collar">> + $activeChild.collar<</replace>> + <</link>> <<if $activeChild.missingArms != 3>> <br>Arm accessory: ''<span id="armAccessory">$activeChild.armAccessory</span>.'' - <<link "None">><<set $activeChild.armAccessory = "none">><<replace "#armAccessory">>$activeChild.armAccessory<</replace>><</link>> - | <<link "Hand Gloves">><<set $activeChild.armAccessory = "hand gloves">><<replace "#armAccessory">>$activeChild.armAccessory<</replace>><</link>> - | <<link "Elbow Gloves">><<set $activeChild.armAccessory = "elbow gloves">><<replace "#armAccessory">>$activeChild.armAccessory<</replace>><</link>> + <<link "None">> + <<set $activeChild.armAccessory = "none">> + <<replace "#armAccessory">> + $activeChild.armAccessory<</replace>> + <</link>> + | <<link "Hand Gloves">> + <<set $activeChild.armAccessory = "hand gloves">> + <<replace "#armAccessory">> + $activeChild.armAccessory<</replace>> + <</link>> + | <<link "Elbow Gloves">> + <<set $activeChild.armAccessory = "elbow gloves">> + <<replace "#armAccessory">> + $activeChild.armAccessory<</replace>> + <</link>> <</if>> <<if $activeChild.missingLegs != 3>> <br>Shoes: ''<span id="shoes">$activeChild.shoes</span>.'' - <<link "Go barefoot">><<set $activeChild.shoes = "none">><<replace "#shoes">>$activeChild.shoes<</replace>><</link>> - | <<link "Flats">><<set $activeChild.shoes = "flats">><<replace "#shoes">>$activeChild.shoes<</replace>><</link>> - | <<link "Heels">><<set $activeChild.shoes = "heels">><<replace "#shoes">>$activeChild.shoes<</replace>><</link>> - | <<link "Pumps">><<set $activeChild.shoes = "pumps">><<replace "#shoes">>$activeChild.shoes<</replace>><</link>> - | <<link "Thigh boots">><<set $activeChild.shoes = "boots">><<replace "#shoes">>$activeChild.shoes<</replace>><</link>> - | <<link "Painfully extreme heels">><<set $activeChild.shoes = "extreme heels">><<replace "#shoes">>$activeChild.shoes<</replace>><</link>> + <<link "Go barefoot">> + <<set $activeChild.shoes = "none">> + <<replace "#shoes">> + $activeChild.shoes + <</replace>> + <</link>> + | <<link "Flats">> + <<set $activeChild.shoes = "flats">> + <<replace "#shoes">> + $activeChild.shoes + <</replace>> + <</link>> + | <<link "Heels">> + <<set $activeChild.shoes = "heels">> + <<replace "#shoes">> + $activeChild.shoes + <</replace>> + <</link>> + | <<link "Pumps">> + <<set $activeChild.shoes = "pumps">> + <<replace "#shoes">> + $activeChild.shoes + <</replace>> + <</link>> + | <<link "Thigh boots">> + <<set $activeChild.shoes = "boots">> + <<replace "#shoes">> + $activeChild.shoes + <</replace>> + <</link>> + | <<link "Painfully extreme heels">> + <<set $activeChild.shoes = "extreme heels">> + <<replace "#shoes">> + $activeChild.shoes + <</replace>> + <</link>> <br>Leg accessory: ''<span id="legAccessory">$activeChild.legAccessory</span>.'' - <<link "None">><<set $activeChild.legAccessory = "none">><<replace "#legAccessory">>$activeChild.legAccessory<</replace>><</link>> - | <<link "Short Stockings">><<set $activeChild.legAccessory = "short stockings">><<replace "#legAccessory">>$activeChild.legAccessory<</replace>><</link>> - | <<link "Long Stockings">><<set $activeChild.legAccessory = "long stockings">><<replace "#legAccessory">>$activeChild.legAccessory<</replace>><</link>> + <<link "None">> + <<set $activeChild.legAccessory = "none">> + <<replace "#legAccessory">> + $activeChild.legAccessory<</replace>> + <</link>> + | <<link "Short Stockings">> + <<set $activeChild.legAccessory = "short stockings">> + <<replace "#legAccessory">> + $activeChild.legAccessory<</replace>> + <</link>> + | <<link "Long Stockings">> + <<set $activeChild.legAccessory = "long stockings">> + <<replace "#legAccessory">> + $activeChild.legAccessory<</replace>> + <</link>> <</if>> <br>Torso accessory: ''<span id="bellyAccessory">$activeChild.bellyAccessory</span>.'' -<<link "None">><<set $activeChild.bellyAccessory = "none">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> -| <<link "Tight corset">><<set $activeChild.bellyAccessory = "a corset">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> -<<if ($activeChild.breedingMark != 1 || $propOutcome == 0)>> - | <<link "Extreme corset">><<set $activeChild.bellyAccessory = "an extreme corset">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> +<<link "None">> + <<set $activeChild.bellyAccessory = "none">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> +| <<link "Tight corset">> + <<set $activeChild.bellyAccessory = "a corset">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> +<<if ($activeChild.breedingMark != 1 || !$propOutcome)>> + | <<link "Extreme corset">> + <<set $activeChild.bellyAccessory = "an extreme corset">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> <</if>> <<if ($activeChild.belly > 10000)>> - | <<link "Supportive band">><<set $activeChild.bellyAccessory = "a support band">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> + | <<link "Supportive band">> + <<set $activeChild.bellyAccessory = "a support band">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> <</if>> <<if isItemAccessible("a small empathy belly")>> /* works for all of them */ <<if $activeChild.belly < 1500 && $activeChild.weight < 130>> - | <<link "1st Trimester belly">><<set $activeChild.bellyAccessory = "a small empathy belly">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> - | <<link "2nd Trimester belly">><<set $activeChild.bellyAccessory = "a medium empathy belly">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> - | <<link "3rd Trimester belly">><<set $activeChild.bellyAccessory = "a large empathy belly">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> - | <<link "3rd Trimester twins belly">><<set $activeChild.bellyAccessory = "a huge empathy belly">><<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>><</link>> + | <<link "1st Trimester belly">> + <<set $activeChild.bellyAccessory = "a small empathy belly">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> + | <<link "2nd Trimester belly">> + <<set $activeChild.bellyAccessory = "a medium empathy belly">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> + | <<link "3rd Trimester belly">> + <<set $activeChild.bellyAccessory = "a large empathy belly">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> + | <<link "3rd Trimester twins belly">> + <<set $activeChild.bellyAccessory = "a huge empathy belly">> + <<replace "#bellyAccessory">> + $activeChild.bellyAccessory<</replace>> + <</link>> <<else>> | $His stomach is too big to fit an empathy belly around. <</if>> <</if>> <br>Anal accessory: ''<span id="buttplug">$activeChild.buttplug</span>.'' -<<link "None">><<set $activeChild.buttplug = "none", $activeChild.buttplugAttachment = "none">><<replace "#buttplug">>$activeChild.buttplug<</replace>><</link>> -| <<link "Normal">><<set $activeChild.buttplug = "plug">><<replace "#buttplug">>$activeChild.buttplug<</replace>><</link>> -<<if isItemAccessible("long plug") && ($activeChild.breedingMark != 1 || $propOutcome == 0)>> - | <<link "Long">><<set $activeChild.buttplug = "long plug">><<replace "#buttplug">>$activeChild.buttplug<</replace>><</link>> +<<link "None">> + <<set $activeChild.buttplug = "none", $activeChild.buttplugAttachment = "none">> + <<replace "#buttplug">> + $activeChild.buttplug<</replace>> + <</link>> +| <<link "Normal">> + <<set $activeChild.buttplug = "plug">> + <<replace "#buttplug">> + $activeChild.buttplug<</replace>> + <</link>> +<<if isItemAccessible("long plug") && ($activeChild.breedingMark != 1 || !$propOutcome)>> + | <<link "Long">> + <<set $activeChild.buttplug = "long plug">> + <<replace "#buttplug">> + $activeChild.buttplug<</replace>> + <</link>> <</if>> -| <<link "Large">><<set $activeChild.buttplug = "large plug">><<replace "#buttplug">>$activeChild.buttplug<</replace>><</link>> -<<if isItemAccessible("long, large plug") && ($activeChild.breedingMark != 1 || $propOutcome == 0)>> - | <<link "Long and large">><<set $activeChild.buttplug = "long, large plug">><<replace "#buttplug">>$activeChild.buttplug<</replace>><</link>> +| <<link "Large">> + <<set $activeChild.buttplug = "large plug">> + <<replace "#buttplug">> + $activeChild.buttplug<</replace>> + <</link>> +<<if isItemAccessible("long, large plug") && ($activeChild.breedingMark != 1 || !$propOutcome)>> + | <<link "Long and large">> + <<set $activeChild.buttplug = "long, large plug">> + <<replace "#buttplug">> + $activeChild.buttplug<</replace>> + <</link>> <</if>> -<<if $activeChild.anus >= 2>>| <<link "Huge">><<set $activeChild.buttplug = "huge plug">><<replace "#buttplug">>$activeChild.buttplug<</replace>><</link>><</if>> +<<if $activeChild.anus >= 2>>| <<link "Huge">> + <<set $activeChild.buttplug = "huge plug">> + <<replace "#buttplug">> + $activeChild.buttplug<</replace>> + <</link>><</if>> <<if isItemAccessible("long, huge plug")>> - <<if ($activeChild.breedingMark != 1 || $propOutcome == 0) && $activeChild.anus >= 2>> - | <<link "Long and huge">><<set $activeChild.buttplug = "long, huge plug">><<replace "#buttplug">>$activeChild.buttplug<</replace>><</link>> + <<if ($activeChild.breedingMark != 1 || !$propOutcome) && $activeChild.anus >= 2>> + | <<link "Long and huge">> + <<set $activeChild.buttplug = "long, huge plug">> + <<replace "#buttplug">> + $activeChild.buttplug<</replace>> + <</link>> <</if>> <</if>> <<if isItemAccessible("tail") && $activeChild.buttplug != "none">> Anal accessory attachment: ''<span id="buttplugAttach">$activeChild.buttplugAttachment</span>.'' - <<link "None">><<set $activeChild.buttplugAttachment = "none">><<replace "#buttplugAttach">>$activeChild.buttplugAttachment<</replace>><</link>> - <<if $toysBoughtButtPlugTails == 1>> - | <<link "Tail">><<set $activeChild.buttplugAttachment = "tail">><<replace "#buttplugAttach">>$activeChild.buttplugAttachment<</replace>><</link>> - | <<link "Cat tail">><<set $activeChild.buttplugAttachment = "cat tail">><<replace "#buttplugAttach">>$activeChild.buttplugAttachment<</replace>><</link>> - | <<link "Fox tail">><<set $activeChild.buttplugAttachment = "fox tail">><<replace "#buttplugAttach">>$activeChild.buttplugAttachment<</replace>><</link>> + <<link "None">> + <<set $activeChild.buttplugAttachment = "none">> + <<replace "#buttplugAttach">> + $activeChild.buttplugAttachment<</replace>> + <</link>> + <<if $toysBoughtButtPlugTails>> + | <<link "Tail">> + <<set $activeChild.buttplugAttachment = "tail">> + <<replace "#buttplugAttach">> + $activeChild.buttplugAttachment<</replace>> + <</link>> + | <<link "Cat tail">> + <<set $activeChild.buttplugAttachment = "cat tail">> + <<replace "#buttplugAttach">> + $activeChild.buttplugAttachment<</replace>> + <</link>> + | <<link "Fox tail">> + <<set $activeChild.buttplugAttachment = "fox tail">> + <<replace "#buttplugAttach">> + $activeChild.buttplugAttachment<</replace>> + <</link>> <</if>> <</if>> <<if $activeChild.vagina > -1>> <br>Vaginal accessory: ''<span id="vaginalAccessory">$activeChild.vaginalAccessory</span>.'' - <<link "None">><<set $activeChild.vaginalAccessory = "none">><<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><<SlaveInteractSexOption>><<SlaveInteractAnalSexOption>><<SlaveInteractGropeOption>><<SlaveInteractDickGropeOption>><<SlaveInteractAnalGropeOption>><</link>> - | <<link "Dildo">><<set $activeChild.vaginalAccessory = "dildo">><<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>><</link>> - <<if isItemAccessible("long dildo") && ($activeChild.breedingMark != 1 || $propOutcome == 0)>> - | <<link "Long dildo">><<set $activeChild.vaginalAccessory = "long dildo">><<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>><</link>> + <<link "None">> + <<set $activeChild.vaginalAccessory = "none">> + <<replace "#vaginalAccessory">> + $activeChild.vaginalAccessory<</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><<SlaveInteractSexOption>><<SlaveInteractAnalSexOption>><<SlaveInteractGropeOption>><<SlaveInteractDickGropeOption>><<SlaveInteractAnalGropeOption>><</link>> + | <<link "Dildo">> + <<set $activeChild.vaginalAccessory = "dildo">> + <<replace "#vaginalAccessory">> + $activeChild.vaginalAccessory<</replace>> + <</link>> + <<if isItemAccessible("long dildo") && ($activeChild.breedingMark != 1 || !$propOutcome)>> + | <<link "Long dildo">> + <<set $activeChild.vaginalAccessory = "long dildo">> + <<replace "#vaginalAccessory">> + $activeChild.vaginalAccessory<</replace>> + <</link>> <</if>> - | <<link "Large dildo">><<set $activeChild.vaginalAccessory = "large dildo">><<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>><</link>> - <<if isItemAccessible("long, large dildo") && ($activeChild.breedingMark != 1 || $propOutcome == 0)>> - | <<link "Large and long dildo">><<set $activeChild.vaginalAccessory = "long, large dildo">><<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>><</link>> + | <<link "Large dildo">> + <<set $activeChild.vaginalAccessory = "large dildo">> + <<replace "#vaginalAccessory">> + $activeChild.vaginalAccessory<</replace>> + <</link>> + <<if isItemAccessible("long, large dildo") && ($activeChild.breedingMark != 1 || !$propOutcome)>> + | <<link "Large and long dildo">> + <<set $activeChild.vaginalAccessory = "long, large dildo">> + <<replace "#vaginalAccessory">> + $activeChild.vaginalAccessory<</replace>> + <</link>> <</if>> - <<if $activeChild.vagina >= 2>>| <<link "Huge dildo">><<set $activeChild.vaginalAccessory = "huge dildo">><<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>><</link>><</if>> - <<if isItemAccessible("long, huge dildo") && ($activeChild.breedingMark != 1 || $propOutcome == 0)>> - <<if $activeChild.vagina >= 2>>| <<link "Huge and long dildo">><<set $activeChild.vaginalAccessory = "long, huge dildo">><<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>><</link>><</if>> + <<if $activeChild.vagina >= 2>>| <<link "Huge dildo">> + <<set $activeChild.vaginalAccessory = "huge dildo">> + <<replace "#vaginalAccessory">> + $activeChild.vaginalAccessory<</replace>> + <</link>><</if>> + <<if isItemAccessible("long, huge dildo") && ($activeChild.breedingMark != 1 || !$propOutcome)>> + <<if $activeChild.vagina >= 2>>| <<link "Huge and long dildo">> + <<set $activeChild.vaginalAccessory = "long, huge dildo">> + <<replace "#vaginalAccessory">> + $activeChild.vaginalAccessory<</replace>> + <</link>><</if>> <</if>> <</if>> <<if $activeChild.dick > 0>> <br>Dick accessory: ''<span id="dickAccessory">$activeChild.dickAccessory</span>.'' - <<link "None">><<set $activeChild.dickAccessory = "none">><<replace "#dickAccessory">>$activeChild.dickAccessory<</replace>><<SlaveInteractSexOption>><<SlaveInteractAnalSexOption>><<SlaveInteractGropeOption>><<SlaveInteractDickGropeOption>><<SlaveInteractAnalGropeOption>><</link>> - <<if isItemAccessible("bullet vibrator") && $toysBoughtVaginalAttachments == 1>> - | <<link "Bullet vibrator">><<set $activeChild.dickAccessory = "bullet vibrator">><<replace "#dickAccessory">>$activeChild.dickAccessory<</replace>><</link>> + <<link "None">> + <<set $activeChild.dickAccessory = "none">> + <<replace "#dickAccessory">> + $activeChild.dickAccessory<</replace>><<SlaveInteractSexOption>><<SlaveInteractAnalSexOption>><<SlaveInteractGropeOption>><<SlaveInteractDickGropeOption>><<SlaveInteractAnalGropeOption>><</link>> + <<if isItemAccessible("bullet vibrator") && $toysBoughtVaginalAttachments>> + | <<link "Bullet vibrator">> + <<set $activeChild.dickAccessory = "bullet vibrator">> + <<replace "#dickAccessory">> + $activeChild.dickAccessory<</replace>> + <</link>> <</if>> - <<if isItemAccessible("smart bullet vibrator") && $toysBoughtVaginalAttachments == 1>> - | <<link "Smart bullet vibrator">><<set $activeChild.dickAccessory = "smart bullet vibrator">><<replace "#dickAccessory">>$activeChild.dickAccessory<</replace>><</link>> + <<if isItemAccessible("smart bullet vibrator") && $toysBoughtVaginalAttachments>> + | <<link "Smart bullet vibrator">> + <<set $activeChild.dickAccessory = "smart bullet vibrator">> + <<replace "#dickAccessory">> + $activeChild.dickAccessory<</replace>> + <</link>> <</if>> <</if>> - <br>Chastity device: ''<span id="chastity"><<if $activeChild.chastityAnus == 1 && $activeChild.chastityPenis == 1 && $activeChild.chastityVagina == 1>>Full Chastity<<elseif $activeChild.chastityPenis == 1 && $activeChild.chastityVagina == 1>>Genital Chastity<<elseif $activeChild.chastityAnus == 1 && $activeChild.chastityPenis == 1>>Combined Chastity Cage<<elseif $activeChild.chastityAnus == 1 && $activeChild.chastityVagina == 1>>Combined Chastity Belt<<elseif $activeChild.chastityVagina == 1>>Chastity Belt<<elseif $activeChild.chastityPenis == 1>>Chastity Cage<<elseif $activeChild.chastityAnus == 1>>Anal Chastity<<elseif $activeChild.chastityAnus == 0 && $activeChild.chastityPenis == 0 && $activeChild.chastityVagina == 0>>None<<else>>THERE HAS BEEN AN ERROR<</if>></span>.'' - <<link "None">><<set $activeChild.chastityAnus = 0>><<set $activeChild.chastityPenis = 0>><<set $activeChild.chastityVagina = 0>><<replace "#chastity">>None<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Anal Chastity">><<set $activeChild.choosesOwnChastity = 0>><<set $activeChild.chastityAnus = 1>><<set $activeChild.chastityPenis = 0>><<set $activeChild.chastityVagina = 0>><<replace "#chastity">>Anal Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + <br>Chastity device: ''<span id="chastity"><<if $activeChild.chastityAnus && $activeChild.chastityPenis && $activeChild.chastityVagina>>Full Chastity<<elseif $activeChild.chastityPenis && $activeChild.chastityVagina>>Genital Chastity<<elseif $activeChild.chastityAnus && $activeChild.chastityPenis>>Combined Chastity Cage<<elseif $activeChild.chastityAnus && $activeChild.chastityVagina>>Combined Chastity Belt<<elseif $activeChild.chastityVagina>>Chastity Belt<<elseif $activeChild.chastityPenis>>Chastity Cage<<elseif $activeChild.chastityAnus>>Anal Chastity<<elseif $activeChild.chastityAnus == 0 && $activeChild.chastityPenis == 0 && $activeChild.chastityVagina == 0>>None<<else>>THERE HAS BEEN AN ERROR<</if>></span>.'' + <<link "None">> + <<set $activeChild.chastityAnus = 0>> + <<set $activeChild.chastityPenis = 0>> + <<set $activeChild.chastityVagina = 0>> + <<replace "#chastity">>None<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Anal Chastity">> + <<set $activeChild.choosesOwnChastity = 0>> + <<set $activeChild.chastityAnus = 1>> + <<set $activeChild.chastityPenis = 0>> + <<set $activeChild.chastityVagina = 0>> + <<replace "#chastity">>Anal Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <<if $activeChild.vagina > -1>> - | <<link "Chastity Belt">><<set $activeChild.choosesOwnChastity = 0>><<set $activeChild.chastityAnus = 0>><<set $activeChild.chastityPenis = 0>><<set $activeChild.chastityVagina = 1>><<replace "#chastity">>Vaginal Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Combined Chastity Belt">><<set $activeChild.choosesOwnChastity = 0>><<set $activeChild.chastityAnus = 0>><<set $activeChild.chastityPenis = 0>><<set $activeChild.chastityVagina = 0>><<replace "#chastity">>Combined Chastity Belt<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Chastity Belt">> + <<set $activeChild.choosesOwnChastity = 0>> + <<set $activeChild.chastityAnus = 0>> + <<set $activeChild.chastityPenis = 0>> + <<set $activeChild.chastityVagina = 1>> + <<replace "#chastity">>Vaginal Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Combined Chastity Belt">> + <<set $activeChild.choosesOwnChastity = 0>> + <<set $activeChild.chastityAnus = 0>> + <<set $activeChild.chastityPenis = 0>> + <<set $activeChild.chastityVagina = 0>> + <<replace "#chastity">>Combined Chastity Belt<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <</if>> <<if $activeChild.dick > 0>> - | <<link "Chastity Cage">><<set $activeChild.choosesOwnChastity = 0>><<set $activeChild.chastityAnus = 0>><<set $activeChild.chastityPenis = 1>><<set $activeChild.chastityVagina = 0>><<replace "#chastity">>Chastity Cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Combined Chastity Cage">><<set $activeChild.choosesOwnChastity = 0>><<set $activeChild.chastityAnus = 1>><<set $activeChild.chastityPenis = 1>><<set $activeChild.chastityVagina = 0>><<replace "#chastity">>Combined Chastity Cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Chastity Cage">> + <<set $activeChild.choosesOwnChastity = 0>> + <<set $activeChild.chastityAnus = 0>> + <<set $activeChild.chastityPenis = 1>> + <<set $activeChild.chastityVagina = 0>> + <<replace "#chastity">>Chastity Cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Combined Chastity Cage">> + <<set $activeChild.choosesOwnChastity = 0>> + <<set $activeChild.chastityAnus = 1>> + <<set $activeChild.chastityPenis = 1>> + <<set $activeChild.chastityVagina = 0>> + <<replace "#chastity">>Combined Chastity Cage<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <<if $activeChild.vagina > -1>> - | <<link "Genital Chastity">><<set $activeChild.choosesOwnChastity = 0>><<set $activeChild.chastityAnus = 0>><<set $activeChild.chastityPenis = 1>><<set $activeChild.chastityVagina = 1>><<replace "#chastity">>Genital Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> - | <<link "Full Chastity">><<set $activeChild.choosesOwnChastity = 0>><<set $activeChild.chastityAnus = 1>><<set $activeChild.chastityPenis = 1>><<set $activeChild.chastityVagina = 1>><<replace "#chastity">>Full Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Genital Chastity">> + <<set $activeChild.choosesOwnChastity = 0>> + <<set $activeChild.chastityAnus = 0>> + <<set $activeChild.chastityPenis = 1>> + <<set $activeChild.chastityVagina = 1>> + <<replace "#chastity">>Genital Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> + | <<link "Full Chastity">> + <<set $activeChild.choosesOwnChastity = 0>> + <<set $activeChild.chastityAnus = 1>> + <<set $activeChild.chastityPenis = 1>> + <<set $activeChild.chastityVagina = 1>> + <<replace "#chastity">>Full Chastity<</replace>><<SlaveInteractAnalGropeOption>><<SlaveInteractAnalSexOption>><<SlaveInteractDickGropeOption>><<SlaveInteractFertility>><<SlaveInteractGropeOption>><<SlaveInteractImpreg>><<SlaveInteractSexOption>><</link>> <</if>> <</if>> -<<if $arcologies[0].FSRestart != "unset" && $activeChild.devotion > 20 && $activeChild.trust > 0 && $activeChild.choosesOwnClothes == 1>> +<<if $arcologies[0].FSRestart != "unset" && $activeChild.devotion > 20 && $activeChild.trust > 0 && $activeChild.choosesOwnClothes>> <br> - <<if $activeChild.choosesOwnChastity == 1>> + <<if $activeChild.choosesOwnChastity>> $He is allowed to decide whether $he to wear chastity devices. [[Withdraw Privilege|Child Interact][$activeChild.choosesOwnChastity = 0]] <<else>> @@ -496,10 +1116,11 @@ <span id="drugs"> /* TODO: will children be able to be put on drugs? if so, which drugs? */ <br>Drugs: <strong>$activeChild.drugs</strong>. - <<link "None">><<set $activeChild.drugs = "no drugs">><<SlaveInteractDrugs>><</link>> + <<link "None">> + <<set $activeChild.drugs = "no drugs">><<SlaveInteractDrugs>><</link>> <<if $activeChild.indentureRestrictions < 2>> <<if $activeChild.drugs == "intensive breast injections" || $activeChild.drugs == "intensive butt injections" || $activeChild.drugs == "intensive penis enhancement" || $activeChild.drugs == "intensive testicle enhancement">> - | <<link "Moderate">> + | <<link "Moderate">> <<switch $activeChild.drugs>> <<case "intensive breast injections">> <<set $activeChild.drugs = "breast injections">> @@ -513,159 +1134,188 @@ <<SlaveInteractDrugs>> <</link>> <<elseif $activeChild.drugs == "breast injections" || $activeChild.drugs == "butt injections" || $activeChild.drugs == "penis enhancement" || $activeChild.drugs == "testicle enhancement">> - | <<link "Intensify">> + | <<link "Intensify">> <<set $activeChild.drugs = "intensive " + $activeChild.drugs>> <<SlaveInteractDrugs>> <</link>> <</if>> <<if ($activeChild.intelligence > -100) && $activeChild.indentureRestrictions < 1>> - | <<link "Psychosuppressants">><<set $activeChild.drugs = "psychosuppressants">><<SlaveInteractDrugs>><</link>> + | <<link "Psychosuppressants">> + <<set $activeChild.drugs = "psychosuppressants">><<SlaveInteractDrugs>><</link>> <<else>> | Psychosuppressants <</if>> <<if ($activeChild.boobs < 48000)>> - | <<link "Breasts">><<set $activeChild.drugs = "breast injections">><<SlaveInteractDrugs>><</link>> + | <<link "Breasts">> + <<set $activeChild.drugs = "breast injections">><<SlaveInteractDrugs>><</link>> <<else>> | Breasts <</if>> - <<if $arcologies[0].FSAssetExpansionistResearch == 1>> + <<if $arcologies[0].FSAssetExpansionistResearch>> <<if ($activeChild.boobs < 25000)>> - | <<link "Hyper-Breasts">><<set $activeChild.drugs = "hyper breast injections">><<SlaveInteractDrugs>><</link>> + | <<link "Hyper-Breasts">> + <<set $activeChild.drugs = "hyper breast injections">><<SlaveInteractDrugs>><</link>> <<else>> | Hyper Breasts <</if>> <</if>> - <<if $arcologies[0].FSSlimnessEnthusiastResearch == 1>> + <<if $arcologies[0].FSSlimnessEnthusiastResearch>> <<if ($activeChild.boobs-$activeChild.boobsImplant > 100)>> - | <<link "Breast reducers">><<set $activeChild.drugs = "breast redistributors">><<SlaveInteractDrugs>><</link>> + | <<link "Breast reducers">> + <<set $activeChild.drugs = "breast redistributors">><<SlaveInteractDrugs>><</link>> <<else>> | Breast reducers <</if>> <<if ($activeChild.nipples == "huge" || $activeChild.nipples == "puffy" || $activeChild.nipples == "cute")>> - | <<link "Nipple reducers">><<set $activeChild.drugs = "nipple atrophiers">><<SlaveInteractDrugs>><</link>> + | <<link "Nipple reducers">> + <<set $activeChild.drugs = "nipple atrophiers">><<SlaveInteractDrugs>><</link>> <<else>> | Nipple reducers <</if>> <</if>> <<if ($activeChild.butt < 9)>> - | <<link "Buttocks">><<set $activeChild.drugs = "butt injections">><<SlaveInteractDrugs>><</link>> + | <<link "Buttocks">> + <<set $activeChild.drugs = "butt injections">><<SlaveInteractDrugs>><</link>> <<else>> | Buttocks <</if>> - <<if $arcologies[0].FSAssetExpansionistResearch == 1>> + <<if $arcologies[0].FSAssetExpansionistResearch>> <<if ($activeChild.butt < 20)>> - | <<link "Hyper-Buttocks">><<set $activeChild.drugs = "hyper butt injections">><<SlaveInteractDrugs>><</link>> + | <<link "Hyper-Buttocks">> + <<set $activeChild.drugs = "hyper butt injections">><<SlaveInteractDrugs>><</link>> <<else>> | Hyper Buttocks <</if>> <</if>> - <<if $arcologies[0].FSSlimnessEnthusiastResearch == 1>> + <<if $arcologies[0].FSSlimnessEnthusiastResearch>> <<if ($activeChild.butt-$activeChild.buttImplant > 0)>> - | <<link "Butt reducers">><<set $activeChild.drugs = "butt redistributors">><<SlaveInteractDrugs>><</link>> + | <<link "Butt reducers">> + <<set $activeChild.drugs = "butt redistributors">><<SlaveInteractDrugs>><</link>> <<else>> | Butt reducers <</if>> <</if>> <<if ($activeChild.lips <= 95) || (($activeChild.lips <= 85) && ($seeExtreme != 1))>> - | <<link "Lips">><<set $activeChild.drugs = "lip injections">><<SlaveInteractDrugs>><</link>> + | <<link "Lips">> + <<set $activeChild.drugs = "lip injections">><<SlaveInteractDrugs>><</link>> <<else>> | Lips <</if>> - <<if $arcologies[0].FSSlimnessEnthusiastResearch == 1>> + <<if $arcologies[0].FSSlimnessEnthusiastResearch>> <<if ($activeChild.lips-$activeChild.lipsImplant > 0)>> - | <<link "Lip reducers">><<set $activeChild.drugs = "lip atrophiers">><<SlaveInteractDrugs>><</link>> + | <<link "Lip reducers">> + <<set $activeChild.drugs = "lip atrophiers">><<SlaveInteractDrugs>><</link>> <<else>> | Lip reducers <</if>> <</if>> - <<if $growthStim == 1>> + <<if $growthStim>> <<if $activeChild.height < 274 && $activeChild.height < Math.clamp((Height.mean($activeChild) * 1.25),0,274)>> - | <<link "Growth Stimulants">><<set $activeChild.drugs = "growth stimulants">><<SlaveInteractDrugs>><</link>> + | <<link "Growth Stimulants">> + <<set $activeChild.drugs = "growth stimulants">><<SlaveInteractDrugs>><</link>> <<else>> | Growth Stimulants <</if>> <</if>> <<if ($activeChild.dick > 0)>> <<if ($activeChild.dick < 10)>> - | <<link "Penis enhancement">><<set $activeChild.drugs = "penis enhancement">><<SlaveInteractDrugs>><</link>> + | <<link "Penis enhancement">> + <<set $activeChild.drugs = "penis enhancement">><<SlaveInteractDrugs>><</link>> <<else>> | Penis enhancement <</if>> <<else>> <<if ($activeChild.clit < 5)>> - | <<link "Clitoris enhancement">><<set $activeChild.drugs = "penis enhancement">><<SlaveInteractDrugs>><</link>> + | <<link "Clitoris enhancement">> + <<set $activeChild.drugs = "penis enhancement">><<SlaveInteractDrugs>><</link>> <<else>> | Clitoris enhancement <</if>> <</if>> - <<if $arcologies[0].FSAssetExpansionistResearch == 1>> + <<if $arcologies[0].FSAssetExpansionistResearch>> <<if ($activeChild.dick > 0)>> <<if ($activeChild.dick < 31)>> - | <<link "Hyper penis enhancement">><<set $activeChild.drugs = "hyper penis enhancement">><<SlaveInteractDrugs>><</link>> + | <<link "Hyper penis enhancement">> + <<set $activeChild.drugs = "hyper penis enhancement">><<SlaveInteractDrugs>><</link>> <<else>> | Hyper penis enhancement <</if>> <<else>> <<if ($activeChild.clit < 5)>> - | <<link "Hyper clitoris enhancement">><<set $activeChild.drugs = "penis enhancement">><<SlaveInteractDrugs>><</link>> + | <<link "Hyper clitoris enhancement">> + <<set $activeChild.drugs = "penis enhancement">><<SlaveInteractDrugs>><</link>> <<else>> | Hyper clitoris enhancement <</if>> <</if>> <</if>> - <<if $arcologies[0].FSSlimnessEnthusiastResearch == 1>> + <<if $arcologies[0].FSSlimnessEnthusiastResearch>> <<if ($activeChild.dick > 1)>> - | <<link "Penis reducers">><<set $activeChild.drugs = "penis atrophiers">><<SlaveInteractDrugs>><</link>> - <<elseif $activeChild.dick == 1>> + | <<link "Penis reducers">> + <<set $activeChild.drugs = "penis atrophiers">><<SlaveInteractDrugs>><</link>> + <<elseif $activeChild.dick>> | Penis reducers <</if>> <</if>> <<if ($activeChild.balls > 0)>> - | <<link "Testicle enhancement">><<set $activeChild.drugs = "testicle enhancement">><<SlaveInteractDrugs>><</link>> - <<if $arcologies[0].FSAssetExpansionistResearch == 1>> - | <<link "Hyper testicle enhancement">><<set $activeChild.drugs = "hyper testicle enhancement">><<SlaveInteractDrugs>><</link>> + | <<link "Testicle enhancement">> + <<set $activeChild.drugs = "testicle enhancement">><<SlaveInteractDrugs>><</link>> + <<if $arcologies[0].FSAssetExpansionistResearch>> + | <<link "Hyper testicle enhancement">> + <<set $activeChild.drugs = "hyper testicle enhancement">><<SlaveInteractDrugs>><</link>> <</if>> <</if>> - <<if $arcologies[0].FSSlimnessEnthusiastResearch == 1>> + <<if $arcologies[0].FSSlimnessEnthusiastResearch>> <<if ($activeChild.balls > 1)>> - | <<link "Testicle reducers">><<set $activeChild.drugs = "testicle atrophiers">><<SlaveInteractDrugs>><</link>> - <<elseif $activeChild.balls == 1>> + | <<link "Testicle reducers">> + <<set $activeChild.drugs = "testicle atrophiers">><<SlaveInteractDrugs>><</link>> + <<elseif $activeChild.balls>> | Testicle reducers <</if>> <<if ($activeChild.clit > 0)>> - | <<link "Clitoris reducers">><<set $activeChild.drugs = "clitoris atrophiers">><<SlaveInteractDrugs>><</link>> + | <<link "Clitoris reducers">> + <<set $activeChild.drugs = "clitoris atrophiers">><<SlaveInteractDrugs>><</link>> <</if>> <<if $activeChild.labia > 0 && $activeChild.vagina > -1>> - | <<link "Labia reducers">><<set $activeChild.drugs = "labia atrophiers">><<SlaveInteractDrugs>><</link>> + | <<link "Labia reducers">> + <<set $activeChild.drugs = "labia atrophiers">><<SlaveInteractDrugs>><</link>> <</if>> <</if>> - <<if $arcologies[0].FSYouthPreferentialistResearch == 1>> + <<if $arcologies[0].FSYouthPreferentialistResearch>> <<if ($activeChild.visualAge > 18)>> - | <<link "Anti-aging cream">><<set $activeChild.drugs = "anti-aging cream">><<SlaveInteractDrugs>><</link>> + | <<link "Anti-aging cream">> + <<set $activeChild.drugs = "anti-aging cream">><<SlaveInteractDrugs>><</link>> <<else>> | Anti-aging cream <</if>> <</if>> - | <<link "Steroids">><<set $activeChild.drugs = "steroids">><<SlaveInteractDrugs>><</link>> - <<if $arcologies[0].FSSlimnessEnthusiastResearch == 1>> + | <<link "Steroids">> + <<set $activeChild.drugs = "steroids">><<SlaveInteractDrugs>><</link>> + <<if $arcologies[0].FSSlimnessEnthusiastResearch>> <<if ($activeChild.weight > -95)>> - | <<link "Weight loss pills">><<set $activeChild.drugs = "appetite suppressors">><<SlaveInteractDrugs>><</link>> + | <<link "Weight loss pills">> + <<set $activeChild.drugs = "appetite suppressors">><<SlaveInteractDrugs>><</link>> <<else>> | Weight loss pills <</if>> <</if>> - <<if $precociousPuberty == 1 && $pubertyHormones == 1 && ($activeChild.breedingMark != 1 || $propOutcome == 0)>> - <<if ($activeChild.ovaries == 1 || $activeChild.mpreg == 1) && $activeChild.pubertyXX == 0>> - | <<link "Female hormone injections">><<set $activeChild.drugs = "female hormone injections">><<SlaveInteractDrugs>><</link>> + <<if $precociousPuberty && $pubertyHormones && ($activeChild.breedingMark != 1 || !$propOutcome)>> + <<if ($activeChild.ovaries || $activeChild.mpreg) && $activeChild.pubertyXX == 0>> + | <<link "Female hormone injections">> + <<set $activeChild.drugs = "female hormone injections">><<SlaveInteractDrugs>><</link>> <</if>> <<if $activeChild.balls > 0 && $activeChild.pubertyXY == 0>> - | <<link "Male hormone injections">><<set $activeChild.drugs = "male hormone injections">><<SlaveInteractDrugs>><</link>> + | <<link "Male hormone injections">> + <<set $activeChild.drugs = "male hormone injections">><<SlaveInteractDrugs>><</link>> <</if>> <</if>> - | <<link "Hormone enhancers">><<set $activeChild.drugs = "hormone enhancers">><<SlaveInteractDrugs>><</link>> - | <<link "Hormone blockers">><<set $activeChild.drugs = "hormone blockers">><<SlaveInteractDrugs>><</link>> - <<if $activeChild.boobs > 250 && $activeChild.boobShape != "saggy" && $purchasedSagBGone == 1>> - | <<link "Sag-B-Gone breast lifting cream">><<set $activeChild.drugs = "sag-B-gone">><<SlaveInteractDrugs>><</link>> + | <<link "Hormone enhancers">> + <<set $activeChild.drugs = "hormone enhancers">><<SlaveInteractDrugs>><</link>> + | <<link "Hormone blockers">> + <<set $activeChild.drugs = "hormone blockers">><<SlaveInteractDrugs>><</link>> + <<if $activeChild.boobs > 250 && $activeChild.boobShape != "saggy" && $purchasedSagBGone>> + | <<link "Sag-B-Gone breast lifting cream">> + <<set $activeChild.drugs = "sag-B-gone">><<SlaveInteractDrugs>><</link>> <</if>> <</if>> </span> @@ -673,110 +1323,229 @@ <br> Health: <span id="curatives"><strong><<if $activeChild.curatives > 1>>curatives<<elseif $activeChild.curatives > 0>>preventatives<<else>>none<</if>></strong></span>. - <<link "None">><<set $activeChild.curatives = 0>><<replace "#curatives">><strong>none</strong><</replace>><</link>> - | <<link "Preventatives">><<set $activeChild.curatives = 1>><<replace "#curatives">><strong>preventatives</strong><</replace>><</link>> - | <<link "Curatives">><<set $activeChild.curatives = 2>><<replace "#curatives">><strong>curatives</strong><</replace>><</link>> - + <<link "None">> + <<set $activeChild.curatives = 0>> + <<replace "#curatives">><strong>none</strong><</replace>> + <</link>> + | <<link "Preventatives">> + <<set $activeChild.curatives = 1>> + <<replace "#curatives">><strong>preventatives</strong><</replace>> + <</link>> + | <<link "Curatives">> + <<set $activeChild.curatives = 2>> + <<replace "#curatives">><strong>curatives</strong><</replace>> + <</link>> + /* TODO: will children be able to be put on aphrodisiacs? */ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeChild.aphrodisiacs > 1>>extreme<<elseif $activeChild.aphrodisiacs > 0>>applied<<elseif $activeChild.aphrodisiacs === -1>>anaphrodisiacs<<else>>none<</if>></strong></span>. - <<link "None">><<set $activeChild.aphrodisiacs = 0>><<replace "#aphrodisiacs">><strong>none</strong><</replace>><</link>> - | <<link "Apply">><<set $activeChild.aphrodisiacs = 1>><<replace "#aphrodisiacs">><strong>applied</strong><</replace>><</link>> - | <<link "Extreme">><<set $activeChild.aphrodisiacs = 2>><<replace "#aphrodisiacs">><strong>extreme</strong><</replace>><</link>> - | <<link "Anaphrodisiacs">><<set $activeChild.aphrodisiacs = -1>><<replace "#aphrodisiacs">><strong>anaphrodisiacs</strong><</replace>><</link>> -<br> + <<link "None">> + <<set $activeChild.aphrodisiacs = 0>> + <<replace "#aphrodisiacs">><strong>none</strong><</replace>> + <</link>> + | <<link "Apply">> + <<set $activeChild.aphrodisiacs = 1>> + <<replace "#aphrodisiacs">><strong>applied</strong><</replace>> + <</link>> + | <<link "Extreme">> + <<set $activeChild.aphrodisiacs = 2>> + <<replace "#aphrodisiacs">><strong>extreme</strong><</replace>> + <</link>> + | <<link "Anaphrodisiacs">> + <<set $activeChild.aphrodisiacs = -1>> + <<replace "#aphrodisiacs">><strong>anaphrodisiacs</strong><</replace>> + <</link>> + <br> <span id="bloating"> <<if $activeChild.inflation > 0>> <br> - __Required Bloating__: <strong><span id="inflate"><<if $activeChild.inflation == 3>><<print "$He is required to keep 2 gallons of $activeChild.inflationType in $him at all times">><<elseif $activeChild.inflation == 2>><<print "$He is required to keep 4 liters of $activeChild.inflationType in $him at all times">><<elseif $activeChild.inflation == 1>><<print "$He is required to keep 2 liters of $activeChild.inflationType in $him at all times">><</if>></span></strong>. + __Required Bloating__: <strong><span id="inflate"><<if $activeChild.inflation == 3>><<print "$He is required to keep 2 gallons of $activeChild.inflationType in $him at all times">><<elseif $activeChild.inflation == 2>><<print "$He is required to keep 4 liters of $activeChild.inflationType in $him at all times">><<elseif $activeChild.inflation>><<print "$He is required to keep 2 liters of $activeChild.inflationType in $him at all times">><</if>></span></strong>. <<if $activeChild.inflationMethod == 3>> - <<link "Let $him deflate">><<set $activeChild.inflation = 0,$activeChild.inflationType = "none",$activeChild.inflationMethod = 0,$activeChild.cumSource = 0,$activeChild.milkSource = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">> + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none" ,$activeChild.inflationMethod = 0, $activeChild.cumSource = 0, $activeChild.milkSource = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<elseif $activeChild.inflationType == "milk">> - <<link "Let $him deflate">><<set $activeChild.inflation = 0,$activeChild.inflationType = "none",$activeChild.inflationMethod = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">> + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none" ,$activeChild.inflationMethod = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<elseif $activeChild.inflationType == "cum">> - <<link "Let $him deflate">><<set $activeChild.inflation = 0,$activeChild.inflationType = "none",$activeChild.inflationMethod = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">> + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none" ,$activeChild.inflationMethod = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<else>> - <<link "Let $him deflate">><<set $activeChild.inflation = 0,$activeChild.inflationType = "none",$activeChild.inflationMethod = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">> + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none" ,$activeChild.inflationMethod = 0, SetBellySize($activeChild)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> </span> <br> Hormones: <strong><span id="hormones"> -<<if $activeChild.hormones == -2>>intensive male<<elseif $activeChild.hormones == -1>>male<<elseif $activeChild.hormones == 2>>intensive female<<elseif $activeChild.hormones == 1>>female<<else>>none<</if>></span></strong>. -<<if $activeChild.indentureRestrictions < 2>> - <<link "Intensive Female">><<set $activeChild.hormones = 2>><<replace "#hormones">>intensive female<</replace>><</link>> | -<</if>> -<<link "Female">><<set $activeChild.hormones = 1>><<replace "#hormones">>female<</replace>><</link>> | -<<link "None">><<set $activeChild.hormones = 0>><<replace "#hormones">>none<</replace>><</link>> | -<<link "Male">><<set $activeChild.hormones = -1>><<replace "#hormones">>male<</replace>><</link>> | +<<if $activeChild.hormones == -2>>intensive male<<elseif $activeChild.hormones == -1>>male<<elseif $activeChild.hormones == 2>>intensive female<<elseif $activeChild.hormones>>female<<else>>none<</if>></span></strong>. <<if $activeChild.indentureRestrictions < 2>> - <<link "Intensive Male">><<set $activeChild.hormones = -2>><<replace "#hormones">>intensive male<</replace>><</link>> -<</if>> + <<link "Intensive Female">> + <<set $activeChild.hormones = 2>> + <<replace "#hormones">>intensive female<</replace>> + <</link>> | + <</if>> +<<link "Female">> + <<set $activeChild.hormones = 1>> + <<replace "#hormones">>female<</replace>> + <</link>> | + <<link "None">> + <<set $activeChild.hormones = 0>> + <<replace "#hormones">>none<</replace>> + <</link>> | + <<link "Male">> + <<set $activeChild.hormones = -1>> + <<replace "#hormones">>male<</replace>> + <</link>> | + <<if $activeChild.indentureRestrictions < 2>> + <<link "Intensive Male">> + <<set $activeChild.hormones = -2>> + <<replace "#hormones">>intensive male<</replace>> + <</link>> + <</if>> <br>Diet: <strong><span id="diet">$activeChild.diet</span></strong>. -<<link "Healthy">><<set $activeChild.diet = "healthy">><<replace "#diet">>$activeChild.diet<</replace>><</link>> -<<if ($activeChild.health < 90) && ($activeChild.chem >= 10) && ($dietCleanse == 1)>> - | <<link "Cleanse">><<set $activeChild.diet = "cleansing">><<replace "#diet">>$activeChild.diet<</replace>><</link>> -<<elseif ($dietCleanse == 1)>> +<<link "Healthy">> + <<set $activeChild.diet = "healthy">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> +<<if ($activeChild.health < 90) && ($activeChild.chem >= 10) && ($dietCleanse)>> + | <<link "Cleanse">> + <<set $activeChild.diet = "cleansing">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> +<<elseif ($dietCleanse)>> | //$He is already healthy// <</if>> -<<if ($activeChild.balls > 0) && ($cumProDiet == 1)>> - | <<link "Cum production">><<set $activeChild.diet = "cum production">><<replace "#diet">>$activeChild.diet<</replace>><</link>> +<<if ($activeChild.balls > 0) && ($cumProDiet)>> + | <<link "Cum production">> + <<set $activeChild.diet = "cum production">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> <</if>> -<<if canGetPregnant($activeChild) && ($dietFertility == 1)>> - | <<link "Fertility">><<set $activeChild.diet = "fertility">><<replace "#diet">>$activeChild.diet<</replace>><</link>> +<<if canGetPregnant($activeChild) && ($dietFertility)>> + | <<link "Fertility">> + <<set $activeChild.diet = "fertility">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> <</if>> <<if ($activeChild.weight >= -95)>> - | <<link "Lose weight">><<set $activeChild.diet = "restricted">><<replace "#diet">>$activeChild.diet<</replace>><</link>> + | <<link "Lose weight">> + <<set $activeChild.diet = "restricted">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> <<else>> | //$He is already underweight// <</if>> <<if $activeChild.weight <= 200>> - | <<link "Fatten">><<set $activeChild.diet = "fattening">><<replace "#diet">>$activeChild.diet<</replace>><</link>> + | <<link "Fatten">> + <<set $activeChild.diet = "fattening">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> <<else>> | //$He is already extremely overweight// <</if>> -<<if $feeder == 1>> - | <<link "Estrogen enriched">><<set $activeChild.diet = "XX">><<replace "#diet">>$activeChild.diet<</replace>><</link>> - | <<link "Testosterone enriched">><<set $activeChild.diet = "XY">><<replace "#diet">>$activeChild.diet<</replace>><</link>> - <<if $dietXXY == 1 && $activeChild.balls > 0 && ($activeChild.ovaries == 1 || $activeChild.mpreg == 1)>> - | <<link "Herm hormone blend">><<set $activeChild.diet = "XXY">><<replace "#diet">>$activeChild.diet<</replace>><</link>> +<<if $feeder>> + | <<link "Estrogen enriched">> + <<set $activeChild.diet = "XX">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> + | <<link "Testosterone enriched">> + <<set $activeChild.diet = "XY">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> + <<if $dietXXY && $activeChild.balls > 0 && ($activeChild.ovaries || $activeChild.mpreg)>> + | <<link "Herm hormone blend">> + <<set $activeChild.diet = "XXY">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> <</if>> <</if>> <<if ($activeChild.muscles <= 95) && $activeChild.amp != 1>> - | <<link "Build muscle">><<set $activeChild.diet = "muscle building">><<replace "#diet">>$activeChild.diet<</replace>><</link>> + | <<link "Build muscle">> + <<set $activeChild.diet = "muscle building">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> <<elseif $activeChild.muscles > 95 && $activeChild.amp != 1>> | //$He is maintaining $his enormous musculature// <<else>> | //$He has no limbs and thus can't effectively build muscle// <</if>> -<<if ($activeChild.muscles > 5 || $activeChild.fuckdoll == 0) && canWalk($activeChild)>> - | <<link "Slim down">><<set $activeChild.diet = "slimming">><<replace "#diet">>$activeChild.diet<</replace>><</link>> +<<if $activeChild.muscles > 5 && canWalk($activeChild)>> + | <<link "Slim down">> + <<set $activeChild.diet = "slimming">> + <<replace "#diet">> + $activeChild.diet<</replace>> + <</link>> <<elseif !canWalk($activeChild)>> | //$He can't move and thus can't trim down// <</if>> -<br>Diet Base: <strong><span id="dietBase"><<if $activeChild.dietCum == 2>>Cum Based<<elseif ($activeChild.dietCum == 1) && ($activeChild.dietMilk == 0)>>Cum Added<<elseif ($activeChild.dietCum == 1) && ($activeChild.dietMilk == 1)>>Cum and Milk Added<<elseif ($activeChild.dietMilk == 1) && ($activeChild.dietCum == 0)>>Milk Added<<elseif ($activeChild.dietMilk == 2)>>Milk Based<<elseif ($activeChild.dietCum == 0) && ($activeChild.dietMilk == 0)>>Normal<<else>>THERE HAS BEEN AN ERROR<</if>></span></strong> -<<link "Normal">><<set $activeChild.dietCum = 0>><<set $activeChild.dietMilk = 0>><<replace "#dietBase">>Normal<</replace>><</link>> | -<<link "Cum Added">><<set $activeChild.dietCum = 1>><<set $activeChild.dietMilk = 0>><<replace "#dietBase">>Cum Added<</replace>><</link>> | -<<link "Milk Added">><<set $activeChild.dietCum = 0>><<set $activeChild.dietMilk = 1>><<replace "#dietBase">>Milk Added<</replace>><</link>> | -<<link "Cum & Milk Added">><<set $activeChild.dietCum = 1>><<set $activeChild.dietMilk = 1>><<replace "#dietBase">>Cum & Milk Added<</replace>><</link>> | -<<link "Cum Based">><<set $activeChild.dietCum = 2>><<set $activeChild.dietMilk = 0>><<replace "#dietBase">>Cum Based<</replace>><</link>> | -<<link "Milk Based">><<set $activeChild.dietCum = 0>><<set $activeChild.dietMilk = 2>><<replace "#dietBase">>Milk Based<</replace>><</link>> +<br>Diet Base: <strong><span id="dietBase"><<if $activeChild.dietCum == 2>>Cum Based<<elseif ($activeChild.dietCum) && ($activeChild.dietMilk == 0)>>Cum Added<<elseif ($activeChild.dietCum) && ($activeChild.dietMilk)>>Cum and Milk Added<<elseif ($activeChild.dietMilk) && ($activeChild.dietCum == 0)>>Milk Added<<elseif ($activeChild.dietMilk == 2)>>Milk Based<<elseif ($activeChild.dietCum == 0) && ($activeChild.dietMilk == 0)>>Normal<<else>>THERE HAS BEEN AN ERROR<</if>></span></strong> +<<link "Normal">> + <<set $activeChild.dietCum = 0>> + <<set $activeChild.dietMilk = 0>> + <<replace "#dietBase">>Normal<</replace>> + <</link>> | + <<link "Cum Added">> + <<set $activeChild.dietCum = 1>> + <<set $activeChild.dietMilk = 0>> + <<replace "#dietBase">>Cum Added + <</replace>> + <</link>> | +<<link "Milk Added">> + <<set $activeChild.dietCum = 0>> + <<set $activeChild.dietMilk = 1>> + <<replace "#dietBase">>Milk Added + <</replace>> + <</link>> | +<<link "Cum & Milk Added">> + <<set $activeChild.dietCum = 1>> + <<set $activeChild.dietMilk = 1>> + <<replace "#dietBase">>Cum & Milk Added + <</replace>> + <</link>> | +<<link "Cum Based">> + <<set $activeChild.dietCum = 2>> + <<set $activeChild.dietMilk = 0>> + <<replace "#dietBase">>Cum Based + <</replace>> + <</link>> | +<<link "Milk Based">> + <<set $activeChild.dietCum = 0>> + <<set $activeChild.dietMilk = 2>> + <<replace "#dietBase">>Milk Based + <</replace>> + <</link>> -<<if $arcologies[0].FSHedonisticDecadenceResearch == 1>> +<<if $arcologies[0].FSHedonisticDecadenceResearch>> <br>Solid Slave Food Access: <strong><span id="snacks"><<if $activeChild.onDiet == 0>>Free to stuff $himself.<<else>>On a strict diet.<</if>></span></strong> - <<link "No Access">><<set $activeChild.onDiet = 1>><<replace "#snacks">>On a strict diet.<</replace>><</link>> | - <<link "Full Access">><<set $activeChild.onDiet = 0>><<replace "#snacks">>Free to stuff $himself.<</replace>><</link>> -<</if>> + <<link "No Access">> + <<set $activeChild.onDiet = 1>> + <<replace "#snacks">>On a strict diet.<</replace>> + <</link>> | + <<link "Full Access">> + <<set $activeChild.onDiet = 0>> + <<replace "#snacks">>Free to stuff $himself.<</replace>> + <</link>> + <</if>> <br><br>__Behavior__:<br> <<set $dormitoryPopulation = 0, $roomsPopulation = 0>> <<for $i = 0; $i < _SL; $i++>> - <<if $slaves[$i].assignmentVisible == 1 && ($slaves[$i].assignment != "be your Head Girl" || $HGSuite != 1) && ($slaves[$i].assignment != "guard you" || $dojo <= 1)>> + <<if $slaves[$i].assignmentVisible && ($slaves[$i].assignment != "be your Head Girl" || $HGSuite != 1) && ($slaves[$i].assignment != "guard you" || $dojo <= 1)>> <<if $slaves[$i].livingRules == "luxurious">> <<if $slaves[$i].relationship >= 4>> <<set $roomsPopulation += 0.5>> @@ -793,30 +1562,106 @@ Living standard: ''<span id="livingRules">$activeChild.livingRules</span>.'' <<if setup.facilityCareers.includes($activeChild.assignment)>> //$His living conditions are managed by $his assignment.// <<else>> - <<link "Spare">><<set $activeChild.livingRules = "spare">><<replace "#livingRules">>$activeChild.livingRules<</replace>><</link>> | - <<link "Normal">><<set $activeChild.livingRules = "normal">><<replace "#livingRules">>$activeChild.livingRules<</replace>><</link>> | - <<if $roomsPopulation <= $rooms-0.5>><<link "Luxurious">><<set $activeChild.livingRules = "luxurious">><<replace "#livingRules">>$activeChild.livingRules<</replace>><</link>><<else>>//No luxurious rooms available//<</if>> + <<link "Spare">> + <<set $activeChild.livingRules = "spare">> + <<replace "#livingRules">> + $activeChild.livingRules + <</replace>> + <</link>> | + <<link "Normal">> + <<set $activeChild.livingRules = "normal">> + <<replace "#livingRules">> + $activeChild.livingRules + <</replace>> + <</link>> | + <<if $roomsPopulation <= $rooms-0.5>><<link "Luxurious">> + <<set $activeChild.livingRules = "luxurious">> + <<replace "#livingRules">> + $activeChild.livingRules + <</replace>> + <</link>><<else>>//No luxurious rooms available//<</if>> <</if>> <br>Typical punishment: ''<span id="standardPunishment">$activeChild.standardPunishment</span>.'' -<<link "Confinement">><<set $activeChild.standardPunishment = "confinement">><<replace "#standardPunishment">>$activeChild.standardPunishment<</replace>><</link>> | -<<link "Whipping">><<set $activeChild.standardPunishment = "whipping">><<replace "#standardPunishment">>$activeChild.standardPunishment<</replace>><</link>> | -<<link "Chastity">><<set $activeChild.standardPunishment = "chastity">><<replace "#standardPunishment">>$activeChild.standardPunishment<</replace>><</link>> | -<<link "Situational">><<set $activeChild.standardPunishment = "situational">><<replace "#standardPunishment">>$activeChild.standardPunishment<</replace>><</link>> +<<link "Confinement">> + <<set $activeChild.standardPunishment = "confinement">> + <<replace "#standardPunishment">> + $activeChild.standardPunishment<</replace>> + <</link>> | +<<link "Whipping">> + <<set $activeChild.standardPunishment = "whipping">> + <<replace "#standardPunishment">> + $activeChild.standardPunishment<</replace>> + <</link>> | +<<link "Chastity">> + <<set $activeChild.standardPunishment = "chastity">> + <<replace "#standardPunishment">> + $activeChild.standardPunishment<</replace>> + <</link>> | +<<link "Situational">> + <<set $activeChild.standardPunishment = "situational">> + <<replace "#standardPunishment">> + $activeChild.standardPunishment<</replace>> + <</link>> Typical reward: ''<span id="standardReward">$activeChild.standardReward</span>.'' -<<link "Relaxation">><<set $activeChild.standardReward = "relaxation">><<replace "#standardReward">>$activeChild.standardReward<</replace>><</link>> | -<<link "Drugs">><<set $activeChild.standardReward = "drugs">><<replace "#standardReward">>$activeChild.standardReward<</replace>><</link>> | -<<link "Orgasm">><<set $activeChild.standardReward = "orgasm">><<replace "#standardReward">>$activeChild.standardReward<</replace>><</link>> | -<<link "Situational">><<set $activeChild.standardReward = "situational">><<replace "#standardReward">>$activeChild.standardReward<</replace>><</link>> +<<link "Relaxation">> + <<set $activeChild.standardReward = "relaxation">> + <<replace "#standardReward">> + $activeChild.standardReward + <</replace>> + <</link>> | +<<link "Drugs">> + <<set $activeChild.standardReward = "drugs">> + <<replace "#standardReward">> + $activeChild.standardReward + <</replace>> + <</link>> | +<<link "Orgasm">> + <<set $activeChild.standardReward = "orgasm">> + <<replace "#standardReward">> + $activeChild.standardReward + <</replace>> + <</link>> | +<<link "Situational">> + <<set $activeChild.standardReward = "situational">> + <<replace "#standardReward">> + $activeChild.standardReward + <</replace>> + <</link>> <br>Non-assignment orgasm rules: ''<span id="releaseRules">$activeChild.releaseRules</span>.'' -<<link "Permit masturbation and interslave sex">><<set $activeChild.releaseRules = "permissive">><<replace "#releaseRules">>$activeChild.releaseRules<</replace>><</link>> | -<<link "Let $him get off with other slaves">><<set $activeChild.releaseRules = "sapphic">><<replace "#releaseRules">>$activeChild.releaseRules<</replace>><</link>> | -<<if $activeChild.amp != 1 && $activeChild.fuckdoll == 0 && $activeChild.fetish != "mindbroken">> - <<link "Restrict $him to masturbation only">><<set $activeChild.releaseRules = "masturbation">><<replace "#releaseRules">>$activeChild.releaseRules<</replace>><</link>> | +<<link "Permit masturbation and interslave sex">> + <<set $activeChild.releaseRules = "permissive">> + <<replace "#releaseRules">> + $activeChild.releaseRules + <</replace>> + <</link>> | +<<link "Let $him get off with other slaves">> + <<set $activeChild.releaseRules = "sapphic">> + <<replace "#releaseRules">> + $activeChild.releaseRules + <</replace>> + <</link>> | +<<if $activeChild.amp != 1 && $activeChild.fetish != "mindbroken">> + <<link "Restrict $him to masturbation only">> + <<set $activeChild.releaseRules = "masturbation">> + <<replace "#releaseRules">> + $activeChild.releaseRules + <</replace>> + <</link>> | <</if>> -<<link "Only with you">><<set $activeChild.releaseRules = "restrictive">><<replace "#releaseRules">>$activeChild.releaseRules<</replace>><</link>> | -<<link "Have $him remain chaste">><<set $activeChild.releaseRules = "chastity">><<replace "#releaseRules">>$activeChild.releaseRules<</replace>><</link>> +<<link "Only with you">> + <<set $activeChild.releaseRules = "restrictive">> + <<replace "#releaseRules">> + $activeChild.releaseRules + <</replace>> + <</link>> | +<<link "Have $him remain chaste">> + <<set $activeChild.releaseRules = "chastity">> + <<replace "#releaseRules">> + $activeChild.releaseRules + <</replace>> + <</link>> /* TODO: will children be able to have clit piercings? */ <<if $activeChild.clitPiercing == 3>> @@ -826,48 +1671,147 @@ Typical reward: ''<span id="standardReward">$activeChild.standardReward</span>.' <<else>>$His smart frenulum piercing is set to <</if>> <strong><span id="setting">$activeChild.clitSetting</span></strong>. - <<link "Vanilla">><<set $activeChild.clitSetting = "vanilla">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Oral">><<set $activeChild.clitSetting = "oral">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Anal">><<set $activeChild.clitSetting = "anal">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Boobs">><<set $activeChild.clitSetting = "boobs">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Sub">><<set $activeChild.clitSetting = "submissive">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Dom">><<set $activeChild.clitSetting = "dom">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Humiliation">><<set $activeChild.clitSetting = "humiliation">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> + <<link "Vanilla">> + <<set $activeChild.clitSetting = "vanilla">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Oral">> + <<set $activeChild.clitSetting = "oral">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Anal">> + <<set $activeChild.clitSetting = "anal">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Boobs">> + <<set $activeChild.clitSetting = "boobs">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Sub">> + <<set $activeChild.clitSetting = "submissive">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Dom">> + <<set $activeChild.clitSetting = "dom">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Humiliation">> + <<set $activeChild.clitSetting = "humiliation">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> <<if $seePreg != 0>> - | <<link "Preg">><<set $activeChild.clitSetting = "pregnancy">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> + | <<link "Preg">> + <<set $activeChild.clitSetting = "pregnancy">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> <</if>> - | <<link "Pain">><<set $activeChild.clitSetting = "masochist">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Sadism">><<set $activeChild.clitSetting = "sadist">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Men">><<set $activeChild.clitSetting = "men">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Anti-men">><<set $activeChild.clitSetting = "anti-men">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Women">><<set $activeChild.clitSetting = "women">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "Anti-women">><<set $activeChild.clitSetting = "anti-women">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "All sex">><<set $activeChild.clitSetting = "all">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> - | <<link "No sex">><<set $activeChild.clitSetting = "none">><<replace "#setting">>$activeChild.clitSetting<</replace>><</link>> + | <<link "Pain">> + <<set $activeChild.clitSetting = "masochist">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Sadism">> + <<set $activeChild.clitSetting = "sadist">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Men">> + <<set $activeChild.clitSetting = "men">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Anti-men">> + <<set $activeChild.clitSetting = "anti-men">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Women">> + <<set $activeChild.clitSetting = "women">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "Anti-women">> + <<set $activeChild.clitSetting = "anti-women">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "All sex">> + <<set $activeChild.clitSetting = "all">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> + | <<link "No sex">> + <<set $activeChild.clitSetting = "none">> + <<replace "#setting">> + $activeChild.clitSetting<</replace>> + <</link>> <</if>> <<if $activeChild.voice != 0>> <br>Speech rules: ''<span id="speechRules">$activeChild.speechRules</span>.'' - <<link "Restrictive">><<set $activeChild.speechRules = "restrictive">><<replace "#speechRules">>$activeChild.speechRules<</replace>><</link>> | - <<link "Permissive">><<set $activeChild.speechRules = "permissive">><<replace "#speechRules">>$activeChild.speechRules<</replace>><</link>> - <<if $activeChild.accent > 0 && $activeChild.accent < 4>>| <<link "Accent elimination">><<set $activeChild.speechRules = "accent elimination">><<replace "#speechRules">>$activeChild.speechRules<</replace>><</link>> - <<elseif $activeChild.accent > 3>>| <<link "Language lessons">><<set $activeChild.speechRules = "language lessons">><<replace "#speechRules">>$activeChild.speechRules<</replace>><</link>> + <<link "Restrictive">> + <<set $activeChild.speechRules = "restrictive">> + <<replace "#speechRules">> + $activeChild.speechRules + <</replace>> + <</link>> | + <<link "Permissive">> + <<set $activeChild.speechRules = "permissive">> + <<replace "#speechRules">> + $activeChild.speechRules + <</replace>> + <</link>> + <<if $activeChild.accent > 0 && $activeChild.accent < 4>>| <<link "Accent elimination">> + <<set $activeChild.speechRules = "accent elimination">> + <<replace "#speechRules">> + $activeChild.speechRules + <</replace>> + <</link>> + <<elseif $activeChild.accent > 3>>| <<link "Language lessons">> + <<set $activeChild.speechRules = "language lessons">> + <<replace "#speechRules">> + $activeChild.speechRules + <</replace>> + <</link>> <</if>> <</if>> <br> /* TODO: will children be able to have relationships? */ Relationship rules: ''<span id="relationshipRules">$activeChild.relationshipRules</span>.'' -<<link "Restrictive">><<set $activeChild.relationshipRules = "restrictive">><<replace "#relationshipRules">>$activeChild.relationshipRules<</replace>><</link>> | -<<link "Just friends">><<set $activeChild.relationshipRules = "just friends">><<replace "#relationshipRules">>$activeChild.relationshipRules<</replace>><</link>> | -<<link "Permissive">><<set $activeChild.relationshipRules = "permissive">><<replace "#relationshipRules">>$activeChild.relationshipRules<</replace>><</link>> +<<link "Restrictive">> + <<set $activeChild.relationshipRules = "restrictive">> + <<replace "#relationshipRules">> + $activeChild.relationshipRules + <</replace>> + <</link>> | +<<link "Just friends">> + <<set $activeChild.relationshipRules = "just friends">> + <<replace "#relationshipRules">> + $activeChild.relationshipRules + <</replace>> + <</link>> | +<<link "Permissive">> + <<set $activeChild.relationshipRules = "permissive">> + <<replace "#relationshipRules">> + $activeChild.relationshipRules + <</replace>> + <</link>> -/*| <<link "Upload $him" "Upload Slave">><</link>>*/ -| <<link "Export this slave" "Export Slave">><</link>> -<<if $cheatMode == 1>> - | <<link "Import a slave" "Import Slave">><</link>> +/*| <<link "Upload $him" "Upload Slave">><</link>>*/ +| <<link "Export this slave" "Export Slave">><</link>> +<<if $cheatMode>> + | <<link "Import a slave" "Import Slave">><</link>> <</if>> -<<if $cheatMode == 1>> +<<if $cheatMode>> <br>''Cheatmode:'' <<link "Retrieve immediately" "Nursery Retrieval Workaround">> <<set $nurseryOldID = $cribs[$i].ID>> diff --git a/src/facilities/nursery/nurseryWidgets.js b/src/facilities/nursery/nurseryWidgets.js index 70ded81abe6..962c313af3b 100644 --- a/src/facilities/nursery/nurseryWidgets.js +++ b/src/facilities/nursery/nurseryWidgets.js @@ -13123,7 +13123,7 @@ App.Facilities.Nursery.LongChildDescription = function(child) { if (V.showSexualHistory && V.ui !== "start") { let weeksOwned = V.week - child.weekAcquired; - r += `${He} was born in ${arcology.name} ${weeksOwned} week${weeksOwned !== 1 ? `s` : ``} ago`; // TODO: double check this is correct + r += `${He} was born in ${arcology.name} ${weeksOwned} week${weeksOwned !== 1 ? `s` : ``} ago`; let oral = child.counter.oral, vaginal = child.counter.vaginal, @@ -14629,6 +14629,7 @@ App.Facilities.Nursery.LongChildDescription = function(child) { } } r += `<br> `; + // TODO: rework this subsection if (child.prestige > 0) { if (child.prestigeDesc) { @@ -15556,7 +15557,7 @@ App.Facilities.Nursery.childList = function() { * Converts the infant object into a new child object * @param {object} child */ -App.Facilities.Nursery.childToSlave = function childToSlave(child) { +App.Facilities.Nursery.infantToChild = function infantToChild(child) { child.abortionTat = -1, child.accent = 0, child.addict = 0, @@ -15571,6 +15572,7 @@ App.Facilities.Nursery.childToSlave = function childToSlave(child) { child.areolae = 0, child.areolaePiercing = 0, child.areolaeShape = "circle", + child.armAccessory = "none", child.armsTat = 0, child.attrKnown = 0, child.attrXX = 0, @@ -15648,7 +15650,7 @@ App.Facilities.Nursery.childToSlave = function childToSlave(child) { titleLisp: "" }, child.daughters = 0, - child.devotion = 0, // TODO: + child.devotion = 40, // TODO: child.dick = 0, child.dickAccessory = "none", child.dickPiercing = 0, @@ -15730,6 +15732,7 @@ App.Facilities.Nursery.childToSlave = function childToSlave(child) { child.lipsImplant = 0, child.lipsPiercing = 0, child.lipsTat = 0, + child.livingRules = "normal", child.makeup = 0, child.markings = "none", child.minorInjury = 0, @@ -15843,7 +15846,9 @@ App.Facilities.Nursery.childToSlave = function childToSlave(child) { child.readyOva = 0, child.rearAccessory = "none", child.relationship = 0, + child.relationshipRules = "restrictive", // TODO: child.relationshipTarget = 0, + child.releaseRules = "restrictive", // TODO: child.rivalry = 0, child.rivalryTarget = 0, child.rudeTitle = 0, @@ -15879,7 +15884,10 @@ App.Facilities.Nursery.childToSlave = function childToSlave(child) { whoring: 8 }, child.smells = 0, + child.speechRules = "restrictive", // TODO: child.stampTat = 0, + child.standardPunishment = "situational", // TODO: + child.standardReward = "situational", // TODO: child.tail = "none", child.tailColor = "none", child.tailShape = "none", diff --git a/src/facilities/nursery/scenes/cAbuse.tw b/src/facilities/nursery/scenes/cAbuse.tw new file mode 100644 index 00000000000..8e8bd0cda84 --- /dev/null +++ b/src/facilities/nursery/scenes/cAbuse.tw @@ -0,0 +1,514 @@ +:: CAbuse [nobr] + +<<run clearSummaryCache($activeChild)>> + +<<if ($activeChild.ID == $Bodyguard.ID)>> + <<if ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 95)>> + Knowing how much your bodyguard likes being hurt, you decide to reward $him in $his own particular way. + <<elseif ($activeChild.muscles < -5) && ($activeChild.skill.combat == 0)>> + Looking at your bodyguard, you think $he doesn't seem that dangerous, as $he can barely hold a weapon up. You order $him to spar with you, and you quickly overpower $him without even breaking a sweat. Afterwards, you take the pretext of punishing $him to satisfy your urges. + <<elseif ($activeChild.muscles >= -5 && $activeChild.muscles <= 5) && ($activeChild.skill.combat != 0)>> + You glance at your bodyguard. $He looks like $he can handle $himself, and you know $he does, but $his lack of musculature makes $him look somewhat frail. You inform $him that $he isn't muscular enough, and that you'll punish $him yourself for neglecting $his physique. + <<elseif ($activeChild.muscles > 30) && ($activeChild.skill.combat == 0)>> + Your bodyguard may look strong and powerful, you know $he can't really handle $his weapon. You order $him to spar with you, and you use $his own muscles against $him, winning easily. Afterwards, you take the pretext of punishing $him to satisfy your urges. + <<elseif ($activeChild.muscles > 5) && ($activeChild.skill.combat != 0)>> + Your bodyguard stands at your side. $He is definitely a force to be reckoned with. You know you'd have a hard time besting $him, and do not wish to get hurt, so you'll just inform $him $he'll be undertaking some particular training. + <<elseif ($activeChild.muscles > 5) && ($activeChild.skill.combat == 0)>> + Your bodyguard may look fit, you know $he can't really handle $his weapon. You order $him to spar with you; while $he may be quick, $he mostly just flails $his weapon around allowing you an easy win. Afterwards, you take the pretext of punishing $him to satisfy your urges. + <</if>> +<</if>> + +<<set _asspain = 0>> + +<<if ($activeChild.amp == 1)>> + You set $his helpless form down for abuse. Brutalizing $him is almost childishly easy; $his limbless torso leaves $him at your mercy. +<<else>> + You call $him over so you can abuse the <<if $seeRace == 1>>$activeChild.race <</if>>bitch. You get things started with an open-handed slap across the face<<if !canSee($activeChild)>>; $he never saw it coming<</if>>. As $he reels in shock and pain, you follow up with + <<if $activeChild.bellyPreg >= 600000>> + a vicious slap across $his straining pregnancy, + <<elseif ($activeChild.bellyFluid > 2000)>> + a vicious punch into $his bloated belly, + <<elseif ($activeChild.dick > 0)>> + a vicious slap to $his cock, + <<elseif ($activeChild.clit > 0)>> + a vicious slap to $his exposed clit, + <<elseif ($activeChild.nipples == "fuckable")>> + a vicious jab deep into $his nipplecunt, + <<elseif ($activeChild.nipples == "huge")>> + a vicious jerk on $his big nipples, + <<elseif ($activeChild.nipples == "inverted")>> + a vicious pinch to each side of $his sensitive, fully inverted nipples, + <<elseif $activeChild.bellyPreg >= 100000>> + a vicious slap across $his overfull pregnant belly, + <<elseif ($activeChild.preg > $activeChild.pregData.normalBirth/4)>> + a vicious slap across $his pregnant belly, + <<elseif ($activeChild.heels > 0)>> + a vicious thrust to $his altered tendons, + <<elseif ($activeChild.boobs >= 800)>> + a vicious slap across $his massive breasts, + <<elseif ($activeChild.bellyImplant >= 1500)>> + a vicious slap across $his implant rounded belly, + <<elseif !($activeChild.chastityVagina)>> + a vicious slap on the mons, + <<else>> + a vicious jerk on $his nipples, + <</if>> + + <<if $activeChild.bellyFluid >= 10000>> + <<if $activeChild.inflationMethod == 2>> + which causes $him to discharge $his contained $activeChild.inflationType all over $himself before collapsing into $his puddle on the floor in agony. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.cumSource = 0, $activeChild.milkSource = 0>> + <<run SetBellySize($activeChild)>> + <<else>> + which causes $him to vomit up $his contained $activeChild.inflationType all over $himself before collapsing into $his puddle on the floor in agony. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.cumSource = 0, $activeChild.milkSource = 0>> + <<run SetBellySize($activeChild)>> + <</if>> + <<elseif $activeChild.bellyFluid >= 5000>> + <<if random(1,100) > $activeChild.devotion>> + which nearly forces $him to lose $his contained $activeChild.inflationType, but $he controls $himself out of devotion to you as $he drops to the floor in agony. + <<else>> + <<if $activeChild.inflationMethod == 2>> + which causes $him to discharge $his contained $activeChild.inflationType all over $himself before collapsing into $his puddle on the floor in agony. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.cumSource = 0, $activeChild.milkSource = 0>> + <<run SetBellySize($activeChild)>> + <<else>> + which causes $him to vomit up $his contained $activeChild.inflationType all over $himself before collapsing into $his puddle on the floor in agony. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.cumSource = 0, $activeChild.milkSource = 0>> + <<run SetBellySize($activeChild)>> + <</if>> + <</if>> + <<else>> + which causes $him to collapse to the floor in agony. + <</if>> + <<if ($activeChild.clothes !== "no clothing")>> + You tell $him $he has ten seconds to get naked. + <</if>> + <<switch $activeChild.clothes>> + <<case "uncomfortable straps">> + In $his haste to get out of $his straps $he trips and falls flat. + <<case "clubslut netting">> + In $his haste to get out of $his slutty netting $he trips and falls flat. + <<case "shibari ropes">> + In $his haste to get out of $his shibari ropes $he only manages to get tangled and fall over. + <<case "a latex catsuit" "restrictive latex">> + In $his haste to get out of $his clinging latex $he trips and falls flat in a tangle of latex and trembling flesh. + <<case "a military uniform">> + $He's desperately torn between hurry to avoid punishment and fear $he'll damage $his shirt. + <<case "a schutzstaffel uniform">> + $He's desperately torn between hurry to avoid punishment and fear $he'll damage $his trousers. + <<case "a slutty schutzstaffel uniform">> + $He's desperately torn between hurry to avoid punishment and fear $he'll tear $his miniskirt. + <<case "a red army uniform">> + $He's desperately torn between hurry to avoid punishment and fear $he'll damage $his shirt. + <<case "a mounty outfit">> + $He's desperately torn between hurry to avoid punishment and fear $he'll damage $his slacks. + <<case "a nice nurse outfit">> + $He quickly tears off $his loose scrubs. + <<case "a biyelgee costume">> + $He quickly tears off $his loose dress. + <<case "a mini dress">> + $He struggles to take off $his tight mini dress. + <<case "attractive lingerie">> + $He almost tears $his delicate lingerie in $his haste to avoid punishment. + <<case "a succubus outfit">> + $He struggles with $his leather corset. + <<case "spats and a tank top">> + $He hastily slips $his top off and struggles to get out of $his clinging spats. + <<case "lederhosen">> + $He hastily slips $his tunic off and struggles to unbutton $his clinging shorts. + <<case "attractive lingerie for a pregnant woman">> + $He quickly sheds $his vest and tight bra before panicking and resorting to ripping $his silk panties off. + <<case "a maternity dress">> + $He hastily pulls $his dress down, revealing $his body. + <<case "a dirndl">> + $He hastily pulls $his dress down, revealing $his body. + <<case "a long qipao">> + $He hastily pulls $his dress down, revealing $his body. + <<case "stretch pants and a crop-top">> + $He hastily pulls $his crop-top over $his head and struggles to remove $his stretch pants only to get tangled and fall over. + <<case "a cheerleader outfit">> + $He yanks $his cheerleader skirt down and pulls $his slutty top off. + <<case "a string bikini">> + $He gives $himself a nasty pinch between the legs in $his haste to get out of $his string bottom. + <<case "a scalemail bikini">> + $He gives $himself a tiny cut on $his breast in $his haste to get out of $his scalemail top. + <<case "striped panties">> + $He yanks $his panties down, kicking them off to the side. + <<case "a monokini">> + $He nearly snaps the shoulder straps of $his monokini in $his haste to remove it. + <<case "overalls">> + $He nearly snaps the shoulder straps of $his overalls in $his haste to remove them. + <<case "an apron">> + $He quickly undoes $his apron's straps and hoists the garment over $his head. + <<case "a hijab and blouse" "conservative clothing">> + $He winds up tearing a few buttons off $his shirt in $his haste to remove it. + <<case "Western clothing">> + $He winds up tearing a few buttons off $his flannel shirt in $his haste to remove it. + <<case "a cybersuit">> + $He whimpers as $he knows $he can barely remove $his visor in that amount of time, let alone the whole bodysuit, but $he tries anyway. + <<case "battlearmor">> + $He whimpers as $he knows $he can barely remove $his arm guards in that amount of time, let alone the whole suit, but $he tries anyway. + <<case "a fallen nuns habit">> + $He tugs desperately at the laces of $his tight latex nun getup. + <<case "a chattel habit">> + $He shucks $his habit off easily, since it was designed to be removed quickly. + <<case "a penitent nuns habit">> + $He pulls $his coarse habit over $his head, revealing $his chafed flesh. + <<case "cutoffs and a t-shirt">> + $He shimmies out of $his cutoffs and whips $his t-shirt over $his head. + <<case "a slutty nurse outfit">> + Getting out of $his tight nurse getup in that amount of time is impossible, but $he tries anyway. + <<case "a schoolgirl outfit">> + $His schoolgirl outfit is easily stripped off: $he pulls down $his skimpy skirt and tears off $his little blouse, and $he's nude. + <<case "a kimono">> + Getting out of $his kimono in that amount of time is flagrantly impossible, but $he tries anyway. + <<case "a klan robe">> + Because $he's nude under $his robes, $he simply lifts them over $his head. + <<case "a hijab and abaya" "a niqab and abaya">> + Because $he's nude under $his abaya, $he simply lifts it over $his head. + <<case "a burqa">> + Because $he's nude under $his burqa, $he simply lifts it over $his head. + <<case "a tube top and thong">> + $He shimmies out of $his thong and whips $his tube top over $his head. + <<case "a button-up shirt and panties">> + $He drops $his panties and lifts $his shirt over $his head. + <<case "a gothic lolita dress">> + Getting out of $his lolita dress in that amount of time is impossible, but $he tries anyway. + <<case "a hanbok">> + $He winds up tearing stitches out of $his shirt in $his haste to remove it. + <<case "a bra">> + Because $he's nude under $his bra, $he simply lifts it over $his head. + <<case "a button-up shirt">> + Because $he's nude under $his shirt, $he simply lifts it over $his head. + <<case "a nice pony outfit">> + $He whimpers as $he knows $he can't remove $his outfit without some help. + <<case "a slutty pony outfit">> + $He whimpers as $he knows $he can't remove $his outfit without some help. + <<case "a sweater">> + Because $he's nude under $his sweater, $he simply lifts it over $his head. + <<case "a tank-top">> + Because $he's nude under $his tank-top, $he simply lifts it over $his head. + <<case "a thong">> + $He slips out of $his thong and kicks it aside. + <<case "a tube top">> + Because $he's nude under $his tube top, $he simply lifts it over $his head. + <<case "a one-piece swimsuit">> + Because $he's nude under $his swimsuit, $he simply pulls it down past $his hips and wiggles free. + <<case "a police uniform">> + $He almost tears $his uniform in $his haste to avoid punishment. + <<case "a striped bra">> + Because $he's nude under $his bra, $he simply lifts it over $his head. + <<case "striped underwear">> + $He pulls off $his bra and panties with minimal effort. + <<case "a skimpy loincloth">> + $He slips out of $his loincloth and kicks it aside. + <<case "a slutty klan robe">> + $He slips off $his robe and throws it aside. + <<case "a sports bra">> + Because $he's nude under $his bra, $he simply lifts it over $his head. + <<case "a sweater and panties">> + $He tears $his sweater in $his haste and slips out of $his panties quickly. + <<case "a t-shirt">> + Because $he's nude under $his t-shirt, $he simply lifts it over $his head and throws it aside. + <<case "a tank-top and panties">> + $He yanks off $his t-shirt and drops $his panties. + <<case "a t-shirt and thong">> + $He yanks off $his t-shirt and drops $his thong. + <<case "an oversized t-shirt and boyshorts">> + $He yanks off $his t-shirt and drops $his boy shorts. + <<case "an oversized t-shirt">> + $He yanks off $his t-shirt. + <<case "a t-shirt and jeans">> + $He yanks off $his t-shirt but struggles to wiggle out of $his blue jeans. + <<case "boyshorts">> + $He drops $his shorts quickly. + <<case "cutoffs">> + $He wiggles out of $his shorts quickly. + <<case "leather pants and pasties">> + $He yanks $his pasties off but struggles to wiggle out of $his leather pants. + <<case "leather pants">> + $He struggles to wiggle out of $his leather pants. + <<case "panties">> + $He drops $his panties quickly. + <<case "sport shorts and a t-shirt">> + $He yanks off $his shirt and drops $his shorts. + <<case "a t-shirt and panties">> + $He yanks off $his t-shirt and drops $his panties. + <<case "panties and pasties">> + $He yanks off $his pasties and drops $his panties. + <<case "pasties">> + $He hastily yanks off $his pasties. + <<case "sport shorts and a sports bra">> + $He drops $his shorts and tosses $his bra. + <<case "jeans">> + $He struggles to wiggle out of $his blue jeans. + <<case "a sweater and cutoffs">> + $He tosses off $his sweater and drops $his shorts. + <<case "leather pants and a tube top">> + $He yanks $his tube top off but struggles to wiggle out of $his leather pants. + <<case "sport shorts">> + $He drops $his shorts quickly. + <<case "battledress">> + $He strips $his tank top off in one motion, unfastens $his belt, and pulls down $his pants, though $his boots defeat $him and stay on. + <<case "a slutty outfit">> + $He hurriedly strips $himself out of $his carefully chosen outfit. + <<case "a slave gown">> + $He's desperately torn between hurry to avoid punishment and fear $he'll rip $his delicate gown. + <<case "a halter top dress">> + $He's desperately torn between hurry to avoid punishment and fear $he'll rip $his delicate dress. + <<case "a ball gown">> + $He's desperately torn between hurry to avoid punishment and fear $he'll rip $his delicate silken ball gown. + <<case "nice business attire">> + $He's desperately torn between hurry to avoid punishment and fear $he'll damage $his blouse. + <<case "slutty business attire">> + $He's desperately torn between hurry to avoid punishment and fear $he'll tear $his suit in $his haste. + <<case "a nice maid outfit">> + $He pulls $his dress over $his head and quickly undoes the buttons of $his blouse, one after the other. + <<case "a slutty maid outfit">> + $His short dress comes off easily, but $he fumbles with the buttons on $his tight blouse. + <<case "a comfortable bodysuit">> + $He's desperately torn between hurry to avoid punishment and fear $he'll stretch out $his bodysuit. + <<case "a burkini">> + $He's desperately torn between hurry to avoid punishment and fear $he'll stretch out $his burkini. + <<case "a leotard">> + $His leotard is tight enough that $he has to struggle mightily to get it off that quickly. + <<case "a bunny outfit">> + $He's desperately torn between hurry to avoid punishment and fear $he'll put runs in $his hose. + <<case "kitty lingerie">> + $He almost tears $his decorative lingerie in $his haste to avoid punishment. + <<case "harem gauze">> + $He's desperately torn between hurry to avoid punishment and fear $he'll tear $his flimsy gauze. + <<case "a Santa dress">> + $He tears off some of $his dress's white fur trim in $his struggle to remove it. + <<case "slutty jewelry">> + $He hurriedly strips fine jewelry from $his neck, wrists, and ankles. + <<case "a corset">> + $His fingers fumble desperately with the straps of $his corset. + <<case "an extreme corset">> + $His fingers fumble desperately with the bindings of $his corset, and $he hyperventilates within its embrace as $he works. + <</switch>> +<</if>> + +<<if ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + $He seems to be a bit expectant of what is to come. +<<elseif ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 95)>> + The slap seems to have excited $him, seeing $his hard nipples and wet pussy, and $his eyes practically beg for more. +<</if>> + +<<if ($PC.dick == 1)>> + <<if ($activeChild.amp != 1) && ($activeChild.clothes !== "no clothing")>>While $he strips, your<<else>>Your<</if>> stiffening cock rises<<if $PC.vagina == 1>>, revealing your pussy and<</if>> earning +<<else>> + <<if ($activeChild.amp != 1) && ($activeChild.clothes !== "no clothing")>>While $he strips, you<<else>>You<</if>> don a cruelly large strap-on, earning +<</if>> +<<if ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + a shy look +<<elseif ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 95)>> + a sultry look +<<else>> + a frightened glance +<</if>> +from your victim. + +<<if ($activeChild.amp == 1)>> + <<if ($activeChild.clothes !== "no clothing")>>Growing impatient, you rip the clothes off $his limbless torso<<else>>You walk up to $him<</if>> and spank $his brutally; spinning $him to present + <<if ($activeChild.vagina > -1)>> + $his holes + <<else>> + $his hole + <</if>> + to you and + <<if ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + <<if canAchieveErection($activeChild)>>making $his erect dick throb<<elseif $activeChild.vagina > -1>>making $his pussy throb<<else>>making $his butthole throb<</if>> + <</if>> + with anticipation. +<<else>> + You order $him to present <<if ($activeChild.vagina > -1)>>$his holes<<else>>$his hole<</if>> to you and spank $him brutally + <<if ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + <<if canAchieveErection($activeChild)>>making $his erect dick throb<<elseif $activeChild.vagina > -1>>making $his pussy throb<<else>>making $his butthole throb<</if>> + <</if>> + <<if $activeChild.devotion < -50>> + until $he complies. + <<elseif $activeChild.devotion < -20>> + as $he slowly complies. + <<elseif $activeChild.devotion <= 20>> + as $he fearfully complies. + <<elseif $activeChild.devotion <= 50>> + as $he rushes to comply. + <<else>> + as $he complies. + <</if>> +<</if>> + +<<if (!setup.dyedSkins.includes($activeChild.skin))>> + $His dyed<<if $seeRace == 1>>, $activeChild.race<</if>> ass barely shows the spanking. +<<elseif (skinToneLevel($activeChild) < 5)>> + $His $activeChild.skin<<if $seeRace == 1>>, $activeChild.race<</if>> ass shows the spanking extremely well. +<<elseif (skinToneLevel($activeChild) < 12)>> + $His $activeChild.skin<<if $seeRace == 1>>, $activeChild.race<</if>> ass shows the spanking well. +<<elseif (skinToneLevel($activeChild) < 20)>> + $His $activeChild.skin<<if $seeRace == 1>>, $activeChild.race<</if>> ass barely shows the spanking. +<<else>> + $His $activeChild.skin<<if $seeRace == 1>>, $activeChild.race<</if>> ass barely shows any marks from the spanking. +<</if>> + +<<if ($activeChild.chastityPenis == 1)>> + You rip $his dick chastity off $him, though $he knows not to be relieved. $His cock is now vulnerable, not free. +<</if>> + +<<if ($activeChild.anus == 0)>> + The bitch's still a butthole virgin and you don't mean to take that now, but you torture $him with the threat of raping $his virgin ass for a while before settling for $his gagging throat. + <<set $activeChild.counter.oral++, $oralTotal++>> +<<elseif ($activeChild.chastityVagina) && canDoAnal($activeChild)>> + The bitch's wearing a chastity belt, so $he isn't surprised when you shove <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> up $his butt. What surprises $him is when you slide a finger or two in alongside your dick to stretch $him to the point of pain. + <<= VCheck.Anal()>> + <<set _asspain = 1>> +<<elseif ($activeChild.vagina == 0)>> + The bitch's still a virgin and you don't mean to take that now, but you torture $him with the threat of raping $his virgin pussy for a while before settling for $his gagging throat. + <<set $activeChild.counter.oral++, $oralTotal++>> +<<elseif $activeChild.bellyPreg >= 600000>> + The bitch is on the brink of bursting, so hard intercourse will be painful and terrifying to $him. You thrust hard into $him causing $his taut belly to bulge and making $his children squirm within $his straining womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> You brutally fuck $him as $he pleads for you to stop until you're at your edge. More cum won't make the bitch more pregnant, but you cum inside $him anyway. + <<= VCheck.Vaginal()>> +<<elseif $activeChild.bellyPreg >= 120000>> + The bitch is hugely pregnant, so hard intercourse will be uncomfortable and worrying for $him. You have hard intercourse. $He sobs as you rock the huge weight of $his belly back and forth without mercy, forcing $his already straining belly to bulge further, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. + <<= VCheck.Vaginal()>> +<<elseif ($activeChild.preg > $activeChild.pregData.normalBirth/2)>> + The bitch is pregnant, so hard intercourse will be uncomfortable and even worrying for $him. You have hard intercourse. $He sobs as you saw the huge weight of $his belly back and forth without mercy, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. + <<= VCheck.Vaginal()>> +<<elseif ($activeChild.pregKnown == 1)>> + The bitch knows $he is pregnant, even if it isn't obvious yet, so hard intercourse will be uncomfortable and even worrying for $him. You have hard intercourse. $He sobs as you pound $his vagina without mercy, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. + <<= VCheck.Vaginal()>> +<<elseif ($activeChild.vagina == 1)>> + The bitch's pussy is tight, so you ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $him without preamble and fuck $him hard and fast.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> $His cunt spasms with the pain of the rape. You cum in no time. + <<= VCheck.Vaginal()>> +<<elseif ($activeChild.anus == 1)>> + The bitch's butt is tight, so you ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $him without lubricant and sodomize $him as hard as you can without damaging your property.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> $His asshole spasms with the pain of the rape. You cum explosively. + <<= VCheck.Anal()>> + <<set _asspain = 1>> +<<elseif ($activeChild.dick > 0) && ($activeChild.balls > 0)>> + You ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $his sissy butt without lubricant. As $he flinches you announce that $he'll be taking part in giving $himself anal pain. $He humps into you lamely, so you administer a truly agonizing slap to $his balls<<if ($PC.dick == 0)>><<else>> that makes $his anal ring stiffen deliciously around your dick<</if>>. To avoid further punishment $he fucks $himself against you almost hard enough to hurt $himself.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> You orgasm explosively. + <<= VCheck.Anal()>> + <<set _asspain = 1>> +<<elseif ($activeChild.dick > 0)>> + You ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $his gelded butt without lubricant and sodomize $him as hard as you can without damaging your property.<<if $PC.vagina == 1>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> $He's such a slut that $he shows signs of enjoyment, but you put a stop to that whenever it happens by slapping and flicking $his cock. You cum explosively. + <<= VCheck.Anal()>> + <<set _asspain = 1>> +<<else>> + $He's got no special physical targets for abuse, so you just rape $him hard and fast, raining stinging slaps down on $him as you do. $He cries and whimpers; you finish. + <<= VCheck.Both()>> +<</if>> +<<if ($activeChild.ID !== $Bodyguard.ID)>> + This leaves $him sobbing on the floor <<if ($PC.dick == 0)>>as you shuck off the strap-on and drop it on $his face<<else>>with cum dripping out of $him<</if>>. +<<elseif ($activeChild.ID == $Bodyguard.ID) && ($activeChild.fetish == "masochist") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 95)>> + $He thanks you rapidly, trying to break away from the pleasure of your reward. $He quickly gets back to $his feet and stumbles towards the shower, to make sure you won't stay unprotected too long. +<<else>> + Even though $he's in a somewhat bad shape, $he still jumps back to $his feet and stumbles towards the shower, to make sure you won't stay unprotected too long. +<</if>> + +<<if ($activeChild.ID !== $Bodyguard.ID)>> + <<if $activeChild.minorInjury == 0>> + <<if _asspain == 1>> + The anal rape leaves $him with a sore butthole. + <<elseif random(1,100) > 50>> + <<set $activeChild.minorInjury = either("black eye", "bruise", "split lip")>> + Your abuse gave $him a $activeChild.minorInjury. + <</if>> + <</if>> +<</if>> + +<<if $activeChild.bellyPreg >= 600000>> + The rough fucking was @@.red;very unhealthy@@ for $his massive pregnancy. + <<set $activeChild.health -= 40>> +<</if>> + +<<if ($activeChild.ID == $Bodyguard.ID)>> + <<if ($activeChild.muscles <= 5) && ($activeChild.skill.combat == 0)>> + Your bodyguard accepts this as a punishment for $his uselessness. + <<elseif ($activeChild.muscles <= 5) && ($activeChild.skill.combat != 0)>> + Your bodyguard accepts this as a punishment for $his lack of muscles + <<elseif ($activeChild.muscles > 30) && ($activeChild.skill.combat == 0)>> + Your bodyguard accepts this as a punishment for $his lack of combat skills + <<elseif ($activeChild.muscles > 5) && ($activeChild.skill.combat != 0)>> + Your bodyguard just admits it as a part of $his body training. + <<elseif ($activeChild.muscles > 5) && ($activeChild.skill.combat == 0)>> + Your bodyguard accepts this as a punishment for $his lack of expertise + <</if>> + <<if ($activeChild.fetish == "masochist") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + Though $he secretly got off on the pain and humiliation. + <</if>> +<<elseif ($activeChild.fetish == "masochist") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He secretly got off on the pain and humiliation. +<<elseif $arcologies[0].FSDegradationist != "unset">> + $He knew that a degradationist arcology wouldn't be easy on $him, so even if $he resents it, $he tries to accept it. +<<elseif $activeChild.devotion < -50>> + $His @@.mediumorchid;hatred@@ and @@.gold;fear@@ of you have increased. + <<set $activeChild.devotion-=4, $activeChild.trust-=4>> +<<elseif $activeChild.devotion < -20>> + $His @@.mediumorchid;resistance@@ to and @@.gold;fear@@ of you have increased. + <<set $activeChild.devotion-=4, $activeChild.trust-=4>> +<<elseif $activeChild.devotion <= 20>> + $His @@.gold;fear@@ of you is tinged with @@.mediumorchid;hatred.@@ + <<set $activeChild.devotion-=4, $activeChild.trust-=4>> +<<elseif $activeChild.devotion <= 50>> + $His @@.mediumorchid;obedience to you is reduced,@@ and $he @@.gold;fears@@ further abuse. + <<set $activeChild.devotion-=4, $activeChild.trust-=4>> +<<else>> + $He is so devoted to you that $he accepts your abuse as $his just due, but $he now @@.gold;fears@@ you more and trusts you less. + <<set $activeChild.trust-=4>> +<</if>> + +<<if (random(1,100) > (20+$activeChild.devotion+$activeChild.trust))>> + <<if ($activeChild.fetish !== "submissive") && ($activeChild.fetish !== "masochist") && ($activeChild.ID != $Bodyguard.ID)>> + <<set _seed = random(1,8)>> + Brutal abuse has left $him + <<if (_seed == 1) && ($activeChild.behavioralFlaw !== "odd")>> + @@.red;acting strangely.@@ + <<set $activeChild.behavioralFlaw = "odd">> + <<elseif (_seed == 2) && ($activeChild.behavioralFlaw !== "anorexic")>> + @@.red;starving $himself@@ in a crippling attempt to be pretty. + <<set $activeChild.behavioralFlaw = "anorexic">> + <<elseif (_seed == 3) && ($activeChild.behavioralFlaw !== "gluttonous")>> + @@.red;stress eating@@ whenever $he can. + <<set $activeChild.behavioralFlaw = "gluttonous">> + <<elseif (_seed == 4) && ($activeChild.behavioralFlaw !== "devout")>> + @@.red;praying in private@@ whenever $he can. + <<set $activeChild.behavioralFlaw = "devout">> + <<elseif (_seed == 5) && ($activeChild.sexualFlaw !== "apathetic")>> + @@.red;sexually apathetic,@@ since $he feels it cannot go well for $him. + <<set $activeChild.sexualFlaw = "apathetic">> + <<elseif (_seed == 6) && ($activeChild.sexualFlaw !== "crude")>> + @@.red;sexually crude,@@ out of an unconscious belief that sex is ugly and unworthy of effort. + <<set $activeChild.sexualFlaw = "crude">> + <<elseif (_seed == 7) && ($activeChild.sexualFlaw !== "judgemental")>> + @@.red;sexually judgemental,@@ out of an unconscious desire to disqualify people from being good enough to have sex with $him. + <<set $activeChild.sexualFlaw = "judgemental">> + <<elseif ($PC.dick == 1)>> + @@.red;hating men,@@ since you forced your cock on $him. + <<set $activeChild.behavioralFlaw = "hates men">> + <<else>> + @@.red;hating women,@@ since you forced your cunt on $him. + <<set $activeChild.behavioralFlaw = "hates women">> + <</if>> + <</if>> +<</if>> +<<if (random(1,100) > (50+$activeChild.devotion+$activeChild.trust)) && ($activeChild.ID !== $Bodyguard.ID)>> + <<if ($activeChild.fetish !== "mindbroken") && ($activeChild.fetishKnown == 0) && ($activeChild.clitSetting !== $activeChild.fetish)>> + $His acceptance of your abuse has twisted $his + <<if (random(1,2) == 1) && ($activeChild.fetish !== "submissive")>> + @@.lightcoral;sexuality towards submissiveness.@@ + <<set $activeChild.fetish = "submissive", $activeChild.fetishKnown = 1>> + <<elseif ($activeChild.fetish !== "masochism")>> + @@.lightcoral;sexuality towards masochism.@@ + <<set $activeChild.fetish = "masochism", $activeChild.fetishKnown = 1>> + <</if>> + <</if>> +<</if>> +<<if $activeChild.fetish == "mindbroken" && $activeChild.relationship == -3>> + <<if def $activeChild.kindness>> + <<set $activeChild.kindness = 0>> + <</if>> +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $nextLink = "AS Dump">> +<</if>> diff --git a/src/facilities/nursery/scenes/cAnimalImpreg.tw b/src/facilities/nursery/scenes/cAnimalImpreg.tw new file mode 100644 index 00000000000..a026e00364c --- /dev/null +++ b/src/facilities/nursery/scenes/cAnimalImpreg.tw @@ -0,0 +1,46 @@ +:: CAnimalImpreg [nobr] + +<<set $nextButton = "Back", $nextLink = "Slave Interact", $impregnatrix = 0, $eligibility = 0>> + +<<set _CL = $canines.length, _HL = $hooved.length, _FL = $felines.length>> + +<br><br> + +__Select an eligible animal to knock $him up:__ + +<br> + +/* FIXME: this might not work */ + +<<for _c = 0; _c < _CL; _c++>> + <<if canBreed($activeChild, $canines[_c])>> + <<if $canines[_c].species != "dog">> + <<set _canine = $canines[_c].species>> + <<else>> + <<set _canine = $canines[_c].breed>> + <</if>> + <br><<link "Have a _canine knock $him up" "CAnimalImpreg Consummate">><<set $impregnatrix = $canines[_c]>><</link>> + <<set $eligibility = 1>> + <</if>> +<</for>> +<<for _h = 0; _h < _HL; _h++>> + <<if canBreed($activeChild, $hooved[_h])>> + <<set _hooved = $hooved[_h].species>> + <br><<link "Have a _hooved knock $him up" "CAnimalImpreg Consummate">><<set $impregnatrix = $hooved[_h]>><</link>> + <<set $eligibility = 1>> + <</if>> +<</for>> +<<for _f = 0; _f < _fL; _f++>> + <<if canBreed($activeChild, $felines[_f])>> + <<if $felines[_f].species != "cat">> + <<set _feline = $felines[_f].species>> + <<else>> + <<set _feline = $felines[_f].breed>> + <</if>> + <br><<link "Have a _feline knock $him up" "CAnimalImpreg Consummate">><<set $impregnatrix = $felines[_f]>><</link>> + <<set $eligibility = 1>> + <</if>> +<</for>> +<<if ($eligibility == 0)>> +//You have no animals capable of inseminating $him.// +<</if>> diff --git a/src/facilities/nursery/scenes/cAnimalImpregConsummate.tw b/src/facilities/nursery/scenes/cAnimalImpregConsummate.tw new file mode 100644 index 00000000000..059057b027d --- /dev/null +++ b/src/facilities/nursery/scenes/cAnimalImpregConsummate.tw @@ -0,0 +1,6 @@ +:: CAnimalImpreg Consummate [nobr] + +/* TODO: all of this */ + +<<set _animal = $impregnatrix>> +You have a servant lead the <<if _animal.species != "dog" || _animal.species != "cat">><<print _animal.species>><<else>><<print _animal.breed>><</if>> in on a leash and feed him a special treat, one laced with high amounts of aphrodasiacs and vasodilators. They have an effect very rapidly, and the <<if _animal.species != "dog" || _animal.species != "cat">><<print _animal.species>><<else>><<print _animal.breed>><</if>>'s <<print _animal.dickSize>> cock quickly stands at attention. \ No newline at end of file diff --git a/src/facilities/nursery/scenes/cAnus.tw b/src/facilities/nursery/scenes/cAnus.tw new file mode 100644 index 00000000000..0d69a0ef97a --- /dev/null +++ b/src/facilities/nursery/scenes/cAnus.tw @@ -0,0 +1,232 @@ +:: CAnus [nobr] + +<<set $activeChild.counter.anal++, $analTotal++>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +You call $him over so you can +<<if ($activeChild.anus > 3)>> + fuck $his gaping anus. +<<elseif ($activeChild.anus == 3)>> + fuck $his loose butthole. +<<elseif ($activeChild.anus == 2)>> + use $his whorish asshole. +<<elseif ($activeChild.anus == 1)>> + use $his tight butt. +<<else>> + take $his anal virginity. +<</if>> + +<<if ($activeChild.fetish == "buttslut") && ($activeChild.devotion >= -20)>> + $He's delighted at the prospect of $his favorite activity. +<<elseif ($activeChild.fetish == "buttslut")>> + $He perks up at the prospect of $his favorite activity, but the idea of spending it with you instantly sours $his mood. +<</if>> + +<<if ($activeChild.anusTat == "tribal patterns")>> + $His bleached asshole is an inviting sight, after all. +<<elseif ($activeChild.anusTat == "scenes")>> + $His tattooed asshole invites sodomy, after all. +<<elseif ($activeChild.anusTat == "degradation")>> + The tattoos on $his asshole make it clear $he's an anal slut, after all. +<</if>> + +<<if ($activeChild.heels == 1)>> + <<if !["flats", "flats with long stockings", "flats with short stockings", "none"].includes($activeChild.shoes)>> + As $he went past your desk, $his high heels and surgically altered legs enforced a gait that presented $his butt enticingly. + <<else>> + As $he crawls along on all fours, $his anus is readily available. + <</if>> +<</if>> + +<<if ($activeChild.anusPiercing > 1)>> + The ring of stud piercings around $his anus should massage you delightfully as you sodomize $him. +<<elseif ($activeChild.anusPiercing == 1)>> + $His perineum piercing has a big ring in it, which you should be able to feel when you hilt yourself in $his ass. +<</if>> + +<<if ($activeChild.anusTat !== 0) && ($activeChild.anusTat !== 4)>> + $His anus is invitingly bleached, + <<if ($activeChild.vagina > -1)>> + which is appropriate: rather than looking like $he has a hole for fucking and an ass, it looks like $he has two fuckholes. + <<else>> + making $his sole fuckable hole look nice and natural. + <</if>> +<</if>> + +<<if ($activeChild.anus == 0)>> + <<if ($activeChild.devotion > 20)>> + $He accepts your orders without comment and presents $his virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize $him. You gently ease into $his butthole and slowly accelerate your thrusting into $his ass. Since $he is already well broken, this new connection with $his <<Master>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His tight little ass has been broken in.@@ $He looks forward to having $his asshole fucked by you again. + <<set $activeChild.devotion += 4>> + <<elseif ($activeChild.devotion >= -20)>> + $He is clearly unhappy at the idea of taking a dick up $his butt. $He obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck $his ass. You gently ease into $his butthole and slowly accelerate your thrusting into $his ass. However $he still squeals in pain as you continue pounding. @@.lime;$His tight little ass has been broken in,@@ and $he @@.gold;fears further anal pain.@@ + <<set $activeChild.trust -= 5>> + <<else>> + $He is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. $He does anyway though, sobbing into the cushions<<if $activeChild.amp != 1>> while you hold $his arms behind $him<</if>>. You force yourself into $his butthole and continue thrusting your member into $his ass. $He sobs and cries with disgust while you pump into $his rear. The painful anal rape @@.mediumorchid;decreases $his devotion to you.@@ @@.lime;$His tight little ass has been broken in,@@ and $he is @@.gold;terrified of further anal pain.@@ + <<set $activeChild.devotion -= 10, $activeChild.trust -= 10>> + <</if>> + <<set $activeChild.anus++>> +<<elseif $activeChild.fetish == "mindbroken">> + <<if ($activeChild.amp != 1)>>You instruct $him to present $his anus. $He dully kneels and spreads $his buttocks<<if ($PC.dick == 0)>>as you don a strap-on<</if>>. You spit on $his hole and ram <<if ($PC.dick == 0)>>it<<else>>your cock<</if>> up $his butt.<<else>>Talking to a broken mind is pointless, so you simply set $him on the couch, spread $his buttocks with one hand, spit on $his hole, and ram <<if ($PC.dick == 0)>>it<<else>>your cock<</if>> up $his <<if $seeRace == 1>>$activeChild.race <</if>>butt.<</if>> $His butthole spasms as you assrape $him, <<if ($PC.dick == 0)>>an amusing sight<<else>>squeezing your dick nicely<</if>>. + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + <<if $activeChild.chastityPenis == 1>> + Automatic responses give $him an erection, which $his chastity makes so uncomfortable that $he spasms. This cycle continues repeatedly, $his rectum squeezing unconsciously each time. + <<elseif $activeChild.prostate != 0>> + Despite $his mental deficiency, the prostate stimulation gives $him an erection anyway. + <<else>> + Without a prostate, there's little stimulation to provoke an involuntary response, and $his cock stays limp. + <</if>> + <<elseif $activeChild.chastityPenis == 1>> + $His dick chastity keeps $his pointless cock hidden away while you use $his anus like a pussy. + <<elseif ($activeChild.dick != 0)>> + $His cock is totally flaccid throughout. + <</if>> +<<elseif $activeChild.devotion < -20>> + <<if ($activeChild.amp != 1)>>You instruct $him to present $his anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. Horrified, $he tries to back away, but you catch $him and throw $him on the couch next to your desk. $He tries to shield $his asshole, but you pin $his hands behind $him with one hand, spit on $his hole, and ram your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> up $his butt with the other hand.<<else>>You tell $him it's time for an assfuck. $He's horrified, but as an amputee can do nothing about it. You spit on $his hole and ram your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> up $his <<if $seeRace == 1>>$activeChild.race <</if>>butt.<</if>> $His butthole spasms as you assrape $him, <<if ($PC.dick == 0)>>an amusing sight<<else>>squeezing your dick nicely<</if>>. + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + <<if $activeChild.prostate == 0>> + $He lacks a prostate, denying $him any real pleasure from this. $His dick stays flaccid as you rape $him. + <<elseif ($activeChild.chastityPenis == 1)>> + Despite $his unwillingness to be sodomized, the prostate stimulation starts to give $him an erection, which $his dick chastity makes horribly uncomfortable. $He bucks with the pain, $his asshole spasming delightfully. + <<else>> + Despite $his unwillingness to be sodomized, the prostate stimulation gives $him an erection. $He's mortified that $he would get hard while being anally raped. + <</if>> + <<elseif ($activeChild.chastityPenis == 1)>> + $His dick chastity keeps $his bitch cock hidden away while you use $his anus like a pussy. + <<elseif ($activeChild.dick != 0)>> + $His flaccid dick is ground into the back of the couch as you rape $him. + <</if>> +<<elseif ($activeChild.devotion <= 20) && ($activeChild.vagina < 0)>> + <<if ($activeChild.amp != 1)>>You instruct $him to present $his anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. $He knows a sissy slave takes it up the butt, and lies on the couch next to your desk with $his legs in the air, spreading $his buttocks with $his hands.<<else>>You tell $him it's time for an assfuck. $He's hesitant, but as an amputee can do nothing about it.<</if>> You take your time and fuck $his <<if $seeRace == 1>>$activeChild.race <</if>>butthole for a good long while<<if ($activeChild.chastityPenis != 1)>><<if ($activeChild.dick != 0)>> so $his limp dick flops around<<elseif ($activeChild.balls != 0)>> as $his erect dick waves in the air<</if>><</if>>. This gives you enough time to stroke $him until $he gets aroused despite $his discomfort with anal. $He doesn't orgasm, but $he's getting accustomed to $his asshole as a sexual organ. +<<elseif $activeChild.devotion < 10>> + <<if ($activeChild.amp != 1)>>You instruct $him to present $his <<if $seeRace == 1>>$activeChild.race <</if>>anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. $He hesitates but eventually lies on the couch next to your desk with $his legs in the air, spreading $his buttocks with $his hands.<<else>>You tell $him it's time for an assfuck. $He's hesitant, but as an amputee can do nothing about it.<</if>> You take your time and fuck $his butthole for a good long while. + <<if ($activeChild.anus == 1)>> + $His ass is so tight that $he winces with anal pain + <<elseif ($activeChild.anus == 2)>> + $His experienced ass takes your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> without trouble + <<else>> + $His asspussy is so loose you can pound it as hard as you like + <</if>> + <<if ($activeChild.dick != 0)>> + as $his limp dick flops around. + <<elseif ($activeChild.dick != 0)>> + as $his erect dick waves in the air. + <<elseif $activeChild.vagina == -1>> + as it does its duty as $his sole fuckhole. + <<else>> + as it substitutes for $his pussy. + <</if>> + $He gets aroused despite $his discomfort with anal, though $he doesn't orgasm. +<<else>> + <<if ($activeChild.amp != 1)>>$He kneels on the couch<<else>>You lay $him on the couch<</if>> with $his <<if $seeRace == 1>>$activeChild.race <</if>>butt facing you, back strongly arched to angle $his rectum for more comfortable anal coupling. + <<if $activeChild.amp != 1 && $activeChild.prostate > 1 && $activeChild.dick > 3>> + <<if $PC.dick == 0>>While you don a strap-on, $he<<else>>$He<</if>> shoves $his slavering dick down and around towards $his ass and squeezes it, pushing a lot of $his precum out to lube $his own asshole. + <<else>> + <<if $PC.dick == 0>>You don a strap-on and let some saliva fall onto its head<<else>>You let some saliva fall onto your dickhead<</if>> before penetrating $him. + <</if>> + You take your time and fuck $his butthole for a good long while. <<if ($activeChild.anus == 1)>>$His ass is so tight that $he has to concentrate on relaxing for you.<<elseif ($activeChild.anus == 2)>>$His experienced ass feels great.<<else>>$His asspussy is so loose you can pound it as hard as you like.<</if>> $He rubs $his <<if ($activeChild.amp == 1)>>body against you as much as $he can manage<<elseif canAchieveErection($activeChild)>>hard-on<<elseif ($activeChild.dick != 0)>>soft dick<<elseif ($activeChild.chastityVagina) || ($activeChild.clit == 0)>>nipples<<elseif ($activeChild.clit > 2)>>huge, stiff clit<<else>>clit<</if>>, and brings $himself to orgasm before you. <<if ($PC.dick == 0)>>The sight of $him gasping and shaking $his way through an anal orgasm brings you to climax yourself, and you shove yourself against the strap-on harness with enough force to give the slave's sensitized hole a final brutal stretching.<<else>>$His orgasmic rectal spasms squeeze your cock and you blow your load inside $his ass.<</if>> +<</if>> + +<<if ($activeChild.bellyPreg >= 1500)>> + The poor slave's pregnant belly causes $him some discomfort as you sodomize $him. +<<elseif ($activeChild.bellyImplant >= 1500)>> + The poor $girl's implant filled belly causes $him some discomfort as you sodomize $him. +<<elseif ($activeChild.bellyFluid >= 1500)>> + The poor $girl's sloshing belly causes $him some discomfort as you sodomize $him, though the lewd jiggling the pounding sends through it is quite a sight. +<</if>> + +<<if ($activeChild.anusTat == "scenes") && ($activeChild.anus == 1)>> + As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his momentary gape closes the pattern up quickly. +<<elseif ($activeChild.anusTat == "scenes")>> + As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his gape leaves the pattern distorted. +<<elseif ($activeChild.anusTat == "degradation")>> + As you fucked $his butt, the offensive language around $his ass stretched and distorted. +<</if>> + +<<if (random(1,100) > (100 + $activeChild.devotion))>> + <<if ($activeChild.fetish != "buttslut") && ($activeChild.energy <= 95) && ($activeChild.sexualFlaw != "hates anal")>> + Being assraped has given $him a @@.red;hatred of anal sex.@@ + <<set $activeChild.sexualFlaw = "hates anal">> + <</if>> +<<elseif (random(1,100) > (110-$activeChild.devotion))>> + <<if ($activeChild.fetish == "none") && ($activeChild.sexualFlaw != "hates anal")>> + Orgasming to the sensation of your member in $his bottom @@.lightcoral;has $him eager for anal.@@ + <<set $activeChild.fetish = "buttslut", $activeChild.fetishKnown = 1>> + <</if>> +<</if>> + +<<if ($PC.dick != 0)>> + + <<if $activeChild.cervixImplant == 2 || $activeChild.cervixImplant == 3>> + <<set $activeChild.bellyImplant += random(10,20)>> + <</if>> + + <<if ($activeChild.anus > 3)>> + Your cum falls out of $his gaping hole. + <<elseif ($activeChild.anus > 2)>> + Cum flows out of $his gaped butthole. + <<elseif ($activeChild.anus == 2)>> + Cum drips out of $his newly gaped anus. + <<elseif ($activeChild.anus == 1)>> + $His still-tight ass keeps your load inside $him. + <</if>> + + <<if canImpreg($activeChild, $PC)>> + <<= knockMeUp($activeChild, 5, 1, -1)>> + <</if>> + + <<if $postSexCleanUp > 0>> + <<if canWalk($activeChild)>> + <<if $activeChild.anus < 2>> + <<set _Anus = "tight butt">> + <<elseif $activeChild.anus < 3>> + <<set _Anus = "used butthole">> + <<elseif $activeChild.anus < 4>> + <<set _Anus = "gaping butthole">> + <<else>> + <<set _Anus = "anal gape">> + <</if>> + <<switch $activeChild.assignment>> + <<case "work in the brothel">> + $He goes to wash $his _Anus so $his next customer can have the illusion that he's the first to use it today. + <<case "serve in the club">> + $He goes to wash and delicately perfume $his _Anus so it can gratify the finest citizen. + <<case "work in the dairy">> + $He goes off to carefully wash $his _Anus to avoid besmirching the nice clean dairy. + <<case "work as a farmhand">> + $He goes off to wash $his _Anus to avoid tainting the food in $farmyardName. + <<case "work as a servant">> + $He rushes to wash $his _Anus, impatient to get back to $his many chores. + <<case "work as a nanny">> + $He goes off to wash $his _Anus, before hurrying to continue taking care of the children in $nurseryName. + <<case "whore">> + $He uses an enema to clean $his _Anus before returning to offering it for sale. + <<case "serve the public">> + $He uses an enema to clean $his _Anus before returning to offering it for free. + <<case "be a servant">> + $He uses an enema to clean $his _Anus, since $his chores didn't perform themselves while you used $his backdoor. + <<case "rest">> + $He uses an enema to clean $his _Anus before crawling back into bed, face-down. + <<case "get milked">> + $He uses an enema to clean $his _Anus <<if $activeChild.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<case "please you">> + $He uses an enema to clean $his _Anus before returning to await your next use of $his backdoor, as though nothing had happened. + <<case "be a subordinate slave">> + $He uses an enema to clean $his _Anus, though it's only a matter of time before another slave decides to play with $his backdoor. + <<case "be your Head Girl">> + $He uses an enema to clean $his _Anus, worried that $his charges got up to trouble while $he enjoyed the buttsex. + <<case "guard you">> + $He hurries off to wash $his _Anus so you'll be unguarded for as little time as possible. + <<case "train slaves">> + $He uses an enema to clean $his _Anus before $he returns to teaching $his classes, a little bow-legged. + <<default>> + $He hurries off to wash $his _Anus before going back to $activeChild.assignment. + <</switch>> + <<set _Anus = "">> + <</if>> + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set $slaves[$slaveIndices[$activeChild.ID]] = $activeChild>> +<</if>> diff --git a/src/facilities/nursery/scenes/cBeg.tw b/src/facilities/nursery/scenes/cBeg.tw new file mode 100644 index 00000000000..e48aba92979 --- /dev/null +++ b/src/facilities/nursery/scenes/cBeg.tw @@ -0,0 +1,464 @@ +:: CBeg [nobr] + +/* things I need: checks for canWalk() to see how easily she can move, blindness checks, replacement for BoobsDesc, maybe devotion catches for certain flaws */ + +<<set $desc = SlaveTitle($activeChild)>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<run Enunciate($activeChild)>> +<<setSpokenLocalPronouns $activeChild $activeChild>> + +You call $him over to you for inspection. +<<BoobsDescription>> /* this part needs expansion */ +You look at $him lustfully and instruct $him to strip. +<<if ($activeChild.sexualFlaw == "shamefast")>> + Tears well up in $his eyes at the idea of showing $his naked body. +<<elseif ($activeChild.sexualQuirk == "tease")>> + $He blushes with arousal. $He has kept $his innate embarrassment at the thought of being naked, but you have infused this with overwhelming arousal. $His cheeks are red as $he removes $his clothes, giving quite a strip tease as $he does. +<<elseif ($activeChild.sexualFlaw == "repressed")>> + $He subconsciously uses $his hands to try to cover $his body. $He is still repressing $his own sexuality. That type of behavior may have been allowed in the old world, but it has no place in a Free City. +<<elseif ($activeChild.sexualFlaw == "idealistic")>> + $He shakes $his head pleadingly. "But I don't con<<s>>ent," $he responds. You laugh in such a way that tells $him that $his consent is irrelevant. $He is still idealistic, believing that sex should be a consensual expression of love and intimacy. Such ideas were common in the Old World, but they have no place in a Free City. You decide to grab $him and forcefully rip $his clothes from $his body, since obedience could simply be seen as consent. $He screams and plead as you pin $his arms, ripping and tearing at the cloth that keeps $his beauty from sight. +<<elseif ($activeChild.sexualFlaw == "neglectful")>> + $He replies "Ye<<s>>, + <<if $activeChild.rudeTitle == 1>> + <<= PoliteRudeTitle($activeChild)>>," + <<else>> + <<Master>>," + <</if>> + $he replies contritely. $He has no sense of self beyond your usefulness of $him, and selflessly sacrifices $his own comfort for your pleasure. +<<elseif ($activeChild.sexualFlaw == "attention whore")>> + $He eagerly begins to shirk $his wear, drawing as much attention to the process as possible. +<<else>> + <<if ($activeChild.devotion < -20)>> + $He resists, forcing you to undress $him yourself. + <<elseif ($activeChild.devotion >= -20)>> + $He obeys, and moves to the center of your office to disrobe for you. + <</if>> +<</if>> +<<if ($activeChild.devotion >= -20)>> + $He begins to undress with + <<if ($activeChild.skill.entertainment >= 100)>> + masterful skill, teasing and taunting all the way down. $He rolls $his hips and most sexual parts as $he removes $his clothing. + <<elseif ($activeChild.skill.entertainment >= 80)>> + arousing skill. Even though the goal is just to get $him naked, your slave knows that $his job is to entertain you with $his every move. + <<elseif ($activeChild.skill.entertainment >= 50)>> + notable skill. $He takes the opportunity to give you a light strip tease as $he undresses. + <<elseif ($activeChild.skill.entertainment >= 20)>> + a decent effort. $He isn't your most entertaining slave, but $he still makes an effort to arouse you with $his undressing. + <<elseif ($activeChild.skill.entertainment >= 9)>> + some effort to be sexy. $His moves are less than skillful and the undressing is more pragmatic than arousing. + <<else>> + no effort to be sexy. $He has no entertainment skill, and the only goal of $his actions is to go from clothed to naked. + <</if>> +<</if>> + +<<if ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + As $he begins to strip you grab $him without warning and begin to tear off $his clothes. Your slave expected you to allow $him to obey your command, and so $he is initially taken aback by the sudden force but $his submissive nature keeps $him from resisting. $He is such a submissive slut that you feel obligation to push $his status even further. You bind $his arms tightly behind $his back in a leather monoglove, lacing it tighter until $his elbows are touching. $He gives a soft whimper, but you both know that this is for your benefit and not a protest. + <<if ($activeChild.nipplesPiercing >= 1)>> + You then retrieve heavy bells and attach them to $his nipple rings. + <<else>> + You reach into your pocket and retrieve two weighted and belled nipple clamps, attaching them tightly to your slave's delicate nipples. + <</if>> + You tell $him to bounce so that they jingle, reminding $him of $his status. + <<case "masochist">> + Once $he is fully exposed you give $him a firm slap across the tits. $He's a masochist and relishes the pain with sexual arousal. You ask your painslut if $he deserves to be punished. "Oh ye<<s>>, + <<if $activeChild.rudeTitle == 1>> + <<= PoliteRudeTitle($activeChild)>>. + <<else>> + <<Master>>. + <</if>> + Plea<<s>>e puni<<sh>> your little <<s>>lut." Sensing that your slave is getting too much enjoyment from $his beating, you cease. + <</switch>> +<</if>> + +You stare at the naked figure standing before you. + +<<if canSee($activeChild)>> + <<if ($activeChild.boobsTat == "rude words")>> + The words on $his chest stand out at you. You ask $him what $his tits say. "Fuck<<s>>lave," $he replies. You ask if that's what $he is. + <<if ($activeChild.behavioralFlaw == "liberated")>> + "I'm nobody'<<s>> property. I'm a free $woman!" $he shoots back. "We shall see," you reply. + <<elseif ($activeChild.devotion < -20)>> + $He does $his best to shake $his head. + <<else>> + "Yes <<Master>>, that'<<s>> what I am." + <</if>> + <<elseif ($activeChild.boobsTat == "possessive")>> + The words on $his chest stand out at you. You ask $him what $his tits say. "It'<<s>> your per<<s>>onal <<s>>ymbol," $he replies. You ask if that's what $he is. + <<if ($activeChild.behavioralFlaw == "liberated")>> + "I'm nobody'<<s>> property. I'm a free $woman!" $he shoots back. "We shall see," you reply. + <<elseif ($activeChild.devotion < -20)>> + $He does $his best to shake $his head. + <<else>> + "Ye<<s>> <<Master>>, that'<<s>> what I am." + <</if>> + <<elseif ($activeChild.boobsTat == "degradation")>> + The words on $his chest stand out at you. You ask $him what $his tits say. "<<Master>>'<<s>> Bitch," $he replies. You ask if that's what $he is. + <<if ($activeChild.behavioralFlaw == "liberated")>> + "I'm nobody'<<s>> property. I'm a free $woman!" $he shoots back. "We shall see," you reply. + <<elseif ($activeChild.devotion < -20)>> + $He does $his best to shake $his head. + <<else>> + "Ye<<s>> <<Master>>, that'<<s>> what I am." + <</if>> + <<else>> + $His body belongs to you, and your slave needs to remember that. + <</if>> +<<else>> + $His body belongs to you, and your slave needs to remember that. +<</if>> + +You then tell your slave to kneel at your feet. +<<if ($activeChild.behavioralFlaw == "bitchy")>> + $He rolls $his eyes sasses you a bit, "Whatever," $he scoffs and +<<elseif ($activeChild.behaviorFlaw == "arrogant")>> + $He stands up even straighter than before, crossing $his arms and widening $his stance. $His arrogance makes obeying commands like this difficult, but that is not your concern. You give $him a look that tells $him that pain will await if $he does not obey. $He +<<elseif ($activeChild.behavioralQuirk == "confident")>> + $He confidently moves to obey. $He +<<elseif ($activeChild.behavioralFlaw == "liberated")>> + $He stands up even straighter than before, crossing $his arms and widening $his stance. "I am not <<s>>ome animal," $he protests, "I am a free $woman." You laugh at $his continued delusions. Liberated $women have no place in a Free City. You remind $him that pain awaits $him should $he defy you further and $he +<<elseif ($activeChild.behavioralQuirk == "advocate")>> + $He smiles at the demonstration of $his rightful place as a lowly slave. $He +<<elseif ($activeChild.behavioralFlaw == "odd")>> + $He sticks $his tongue out at you, blowing raspberries in an act of futile defiance. $He really is an odd one. $He +<<elseif ($activeChild.behavioralQuirk == "funny")>> + $He smiles and turns $his butt to you, swaying it cutely as $his silly way of acknowledging your command. $He +<<else>> + $He +<</if>> + +<<if ($activeChild.devotion < -20)>> + <<if ($activeChild.fear < -50)>> + drops terrified to the ground. + <<else>> + <<if !canTalk($activeChild)>> + gestures + <<elseif (_lisping == 1)>> + lisps + <<else>> + declares + <</if>> + angrily that slavery is wrong and $he will not bow. You look at your assistant who silently summons two other, more obedient slaves from their duties. + <<if ($activeChild.nipplesPiercing > 1)>> + You reach out and grab $him by $his nipple chain, pulling $him in harshly. $He yelps in pain, but knows better than to pull away. + <<elseif ($activeChild.nosePiercing > 1)>> + You reach out and grab $him by $his nose ring, pulling $him in harshly. $He yelps in pain, but knows better than to pull away. + <<else>> + You reach out and grab $him firmly by the collar. + <</if>> + "One more chance, slut." By now, the other slaves have arrived and are standing loyally by your side. Your loyal slaves force $him to $his knees. + <</if>> + "Head at crotch level," you clarify. "Remember your purpose." +<<elseif ($activeChild.devotion < 20)>> + is not enthusiastic, but is obedient enough to go down without much threat of discipline. +<<elseif ($activeChild.devotion > 20)>> + <<if ($activeChild.fetishKnown == 1)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + bows $his head and humbly assumes $his rightful position at $his <<= WrittenMaster()>>'s feet. + <<case "dom">> + would rather be standing by your side making your other sluts bow, but $he still knows that you are $his <<= WrittenMaster()>>. + <<case "sadist">> + would rather be pushing one of your other whores painfully to their knees, but $he still obeys. + <<case "masochist">> + waits just long enough to receive a disciplinary slap, making $him blush with arousal as $he kneels before you. + <<case "cumslut">> + is excited to be closer to your <<if canTaste($activeChild)>>delicious<<else>>heavenly<</if>> crotch, and hurries to match $his eyes to your package. + <<case "humiliation">> + makes a big show of it as $he lowers $himself dramatically before you. + <<case "buttslut">> + leans heavily forward so that $his ass sticks out ridiculously far as $he bends $his knees and goes to the floor. + <<case "pregnancy">> + obeys your command and goes to $his knees. + <<case "boobs">> + pulls $his shoulders back strongly while leaning far enough forward to drag $his + <<if ($activeChild.boobs >= 10000)>> + weighty mammaries + <<elseif ($activeChild.boobs >= 2000)>> + cumbersome udders + <<elseif ($activeChild.boobs >= 1000)>> + massive slave tits + <<elseif ($activeChild.boobs >= 800)>> + forward-thrust breasts + <<elseif ($activeChild.boobs >= 500)>> + meager chest + <<elseif ($activeChild.boobs <= 400)>> + pathetic slave boobs + <<else>> + tits + <</if>> + across your body as $he goes down. + <<default>> + obeys your command and goes to $his knees. + <</switch>> + <<else>> + obeys your command and goes to $his knees. + <</if>> +<</if>> +<<if ($activeChild.devotion < -20)>> + The other slaves guide $him to adjust $his posture so $his eyes ar directly in line with your package. +<<else>> + $He kneels so that $his eyes are directly level with your package. +<</if>> + +<<if ($activeChild.energy > 50)>> + $He cant help but stare in lust at your + <<if $PC.balls > 2 && $PC.ballsImplant > 3>> + monstrous, massive pair of watermelon sized balls. + <<elseif $PC.balls == 2 && $PC.ballsImplant == 3>> + enormous, heavy pair of balls. + <<elseif $PC.balls == 1 && $PC.ballsImplant == 2>> + huge pair of balls, bulging like softballs from behind your suit. + <<elseif $PC.balls > 2 && $PC.ballsImplant > 2>> + enormous, heavy pair of balls. + <<elseif $PC.balls == 2 && $PC.ballsImplant == 2>> + huge pair of balls, bulging like softballs from behind your suit. + <<elseif $PC.balls == 1 && $PC.ballsImplant == 1>> + large pair of balls, swinging heavily as you move. + <<elseif $PC.ballsImplant > 2>> + enormous, heavy pair of balls. + <<elseif $PC.ballsImplant == 2>> + huge pair of balls, bulging like heavy softballs from behind your suit. + <<elseif $PC.ballsImplant == 1>> + large pair of balls, swinging heavily as you move. + <<else>> + manly package. + <</if>> +<<else>> + Your balls loom directly in front of $his face. +<</if>> + +Now kneeling at your feet naked before you, your slave waits for $his Master's command. You take some time to survey the slut's properly displayed body. +<<if $activeChild.butt > 6>> + $His massive ass is so huge that $he it squishes around $his heels, almost reaching the floor. +<<elseif $activeChild.butt > 4>> + $His <<print either("ass", "rear end")>> is so round and large it rolls out from $his back in two perfect mounds. The cheeks are so thick it forms a perfect crevice between them, more than a couple inches deep. +<<elseif $activeChild.butt > 2>> + $His nice <<print either("plump", "thick")>> <<print either("ass", "butt")>> curves out noticeably, even while $he sits on $his knees. +<<else>> + $His cute and tight ass rests gently on $his ankles. +<</if>> + + +<<if ($activeChild.energy > 95)>> + $His eyes fill with lust at the helplessness of kneeling at your crotch. +<</if>> +<<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + $He keeps $his eyes down and poises $his body to be fully available to $his <<= WrittenMaster()>>, trying to model for you the image of the perfect submissive. + <<case "dom">> + Despite $his kneeling stature, $his back is straight and shoulders back. + <<case "masochist">> + $He positions $himself uncomfortably, bringing visual pleasure to you and pain to $himself. $He accentuates $his most sensitive parts, inviting you to slap or spank them. + <<case "cumslut">> + $he goes to $his knees, all the while staring at your <<if $PC.dick != 0>>manly bulge<<if $PC.vagina == 1>> and <</if>><<else>>feminine mound<</if>>. + <<case "humiliation">> + $He eagerly takes to this humiliating position, hoping to demonstrate $his willingness to be degraded by $his <<= WrittenMaster()>>. + <<case "buttslut">> + $He positions $himself, sticking $his butt out as far as $he can manage, hoping to draw your attention to $his favorite area. + <<case "boobs">> + $he kneels with $his back strongly arching far back and diligently works to touch $his elbows behind $his back to best display $his + <<if ($activeChild.boobs >= 10000)>> + colossal mammaries + <<elseif ($activeChild.boobs >= 2000)>> + gigantic udders + <<elseif ($activeChild.boobs >= 1000)>> + massive slave tits + <<elseif ($activeChild.boobs >= 800)>> + prominent breasts + <<elseif ($activeChild.boobs >= 400)>> + modest chest + <<elseif ($activeChild.boobs <= 400)>> + pathetic slave boobs + <</if>> + for $his <<= WrittenMaster()>>. + <<if ($activeChild.lactation > 0)>> + milk dribbles down the soft curves of $his chest as a further sign of $his arousal. + <</if>> + This is, of course, how all slaves are supposed to kneel, but $he takes the pose with added dedication. + <<default>> + $He positions $himself with $his knees spread wide, hoping that you will turn your attention to $his wet pussy. + <</switch>> + <</if>> +<</if>> +You give $him permission to speak, and tell $him that $he may beg $his <<= WrittenMaster()>>. + +<<if ($activeChild.devotion < -20)>> + <<if ($activeChild.fear < -50)>> + <<switch $activeChild.standardPunishment>> + <<case "confinement">> + Your slave simply presses $his hands together and begs you not to lock $him up in the bad-<<= $girl>> box. + <<case "whipping">> + Your slave simply presses $his hands together and begs you not to whip $him. + <<case "chastity">> + <<if ($activeChild.energy > 60)>> + Your slave simply presses $his hands together and begs you not to take away $his next orgasm + <<else>> + Your slave simply asks that you not change $his punishment. $He fears you, but using chastity as a punishment is not an efficient way to command $his obedience, since $he has no sexual energy. + <</if>> + <</switch>> + <<else>> + <<if ($activeChild.behavioralFlaw == "bitchy")>> + $He turns $his nose up in utter disgust. "Why, to feed your <<if $girl == "boy">>mi<<s>>andri<<s>>tic<<else>>mi<<s>>ogyni<<s>>tic<</if>> ego? Thank<<s>>, but no." $He looks at your other slaves holding $him down, "Why don't you get one of these mindle<<ss>> cunt<<s>> to do it? Or are they not hot enough?" $He is disobedient and bitchy, a bad combo. + <<elseif ($activeChild.behaviorFlaw == "arrogant")>> + $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you," $he hisses. $He is disobedient and arrogant, a bad combo. + <<elseif ($activeChild.behavioralFlaw == "liberated")>> + $He does $his best to spit in your face, but the height difference means $he only stains your shirt. "I demand you relea<<s>>e me!" $he scowls, "Or I'm going to call the poli<<c>>e!" You smile at $his pathetically outdated worldview. You tell $him that's a good idea, since you know how rebellious slaves fair in jail. + <<elseif ($activeChild.behavioralFlaw == "odd")>> + $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly. + <<else>> + $He simply sits there, struggling against the hands holding $him down. + <</if>> + <</if>> + This is clearly the best you are going to get out of $him until $he is better trained. You + <<if ($activeChild.fear >= -50)>> + signal your loyal slaves to lift $him to $his feet, and + <</if>> + send $him away for now. +<<elseif ($activeChild.devotion < 20)>> + <<if ($activeChild.behavioralFlaw == "bitchy")>> + $He turns $his nose up in utter disgust. "Why, to feed your <<if $girl == "boy">>mi<<s>>andri<<s>>tic<<else>>mi<<s>>ogyni<<s>>tic<</if>> ego? Thank<<s>>, but no." $He looks at your other slaves holding $him down, "Why don't you get one of the<<s>>e mindle<<ss>> cunt<<s>> to do it? Or are they not hot enough?" $He is disobedient and bitchy, a bad combo. + <<elseif ($activeChild.behaviorFlaw == "arrogant")>> + $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you," $he hisses. $He is disobedient and arrogant, a bad combo. + <<elseif ($activeChild.behavioralFlaw == "liberated")>> + $He does $his best to spit in your face, but the height difference means $he only stains your shirt. "I demand you relea<<s>>e me!" $he scowls, "Or I'm going to call the poli<<c>>e!" You smile at $his pathetically outdated worldview. You tell $him that's a good idea, since you know how rebellious slaves fair in jail. + <<elseif ($activeChild.behavioralFlaw == "odd")>> + $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly. + <<elseif ($activeChild.sexualFlaw == "shamefast")>> + $He tries to cover $his naked body from your gaze "Plea<<s>>e, can I ju<<s>>t put <<s>>ome clothe<<s>> on?" + <<else>> + $He looks up at you with a sudden glimpse of hope, and begins to plead, "Plea<<s>>e, <<s>>ir, plea<<s>>e <<s>>et me free. I don't want to be here. + <<if ($activeChild.energy < 50)>> + I have no de<<s>>ire for <<s>>e<<x>>. I don't want to be your toy! Plea<<s>>e let me go." + <<else>> + I might even come back to <<sh>>are con<<s>>en<<s>>ual love with you. I ju<<s>>t don't want to be property. Plea<<s>>e, let me go." + <</if>> + <</if>> + You tell your slave to rise to $his feet. Even though $he desired the impossible, it wasn't a total waste. You feel as though you have a pretty good understanding of where your slave stands. You send $him away with $his request denied, and you resolve to break $him more in the coming weeks. +<<elseif ($activeChild.devotion <= 60)>> + Your slave looks at $his Master with obedient eyes. +<<elseif ($activeChild.devotion <= 100)>> + Your devoted slave takes the begging position, + <<if ($activeChild.fetish != "submissive")>> + $he even brings $his hands up like a dog's paws. + <<else>> + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + and $he bows $his head in total submission. + <<if ($activeChild.nipplesPiercing > 0)>> + The armbinder thrusts $his tits out nicely, and $his nipple rings are pulled tight by the weighted bells weighing them down. + <<elseif ($activeChild.nipplesPiercing > 1)>> + The armbinder thrusts $his tits out nicely, and ensures that $his nipple chains are pulled tight by the angle of $his shoulders. <<BoobWatch>> The bells on $his nipple piercings jungle sweetly as $he breathes. + <<else>> + The armbinder thrusts $his tits out nicely and $his nipples are now red from the clamps pressing down hard on $his sensitive flesh. Every painful shudder makes the bells jungle ever so sweetly. + <</if>> + <<else>> + $he even brings $his hands up like a dog's paws. + <</if>> + <</if>> + "Ye<<s>> Ma<<s>>ter. Thank you, <<Master>>." $He is fully subservient to you, and would do anything to please you. +<</if>> + +<<if ($activeChild.devotion > 20)>> +/*eventually plan to make a string of Paraphilia text, which will be stronger versions of their fetish counterparts. */ + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + $He adjusts $his monoglove behind $his back, jingling $his nipple bells as $he does "Plea<<s>>e <<Master>>," $he begs with genuine humility, "Plea<<s>>e use your slave in whatever way you see fit. This <<s>>lave has no purpose but to please $his <<Master>>" + <<case "dom">> + $He looks up at you. Even from $his kneeling position $his eyes carry confident domination. "<<Master>>, I know my pla<<c>>e i<<s>> beneath you. Give me the authority to lord over your other <<s>>lave<<s>> and I will for<<c>>e them to <<s>>erve you a<<s>> I do." + <<case "masochist">> + "I know I haven't di<<s>>obeyed," $he begins, "but I ju<<s>>t need to be puni<<sh>>ed." You smile down at your little painslut, running your finger along $his chin. "Plea<<s>>e <<Master>>, beat me. Beat my a<<ss>> until it'<<s>> red and clamp my nipple<<s>> until they bleed. Plea<<s>>e! I need to feel your <<s>>trength!" + <<case "cumslut">> + Your little cumslut can't stop staring at your + <<if $PC.balls > 2 && $PC.ballsImplant > 3>> + monstrous, massive pair of watermelon sized balls. + <<elseif $PC.balls == 2 && $PC.ballsImplant == 3>> + enormous, heavy pair of balls. + <<elseif $PC.balls == 1 && $PC.ballsImplant == 2>> + huge pair of balls, bulging like softballs from behind your suit. + <<elseif $PC.balls > 2 && $PC.ballsImplant > 2>> + enormous, heavy pair of balls. + <<elseif $PC.balls == 2 && $PC.ballsImplant == 2>> + huge pair of balls, bulging like softballs from behind your suit. + <<elseif $PC.balls == 1 && $PC.ballsImplant == 1>> + large pair of balls, swinging heavily as you move. + <<elseif $PC.ballsImplant > 2>> + enormous, heavy pair of balls. + <<elseif $PC.ballsImplant == 2>> + huge pair of balls, bulging like heavy softballs from behind your suit. + <<elseif $PC.ballsImplant == 1>> + large pair of balls, swinging heavily as you move. + <<else>> + crotch. + <</if>> + Drool begins to drip from $his lips, and you have to remind your slave that $he is here to beg. + "<<Master>>," $he breathes heavily, "Plea<<s>>e let me + <<if $PC.dick != 0>> + <<s>>uck your magnifi<<c>>ent + <<if $PC.vagina == 1>> + cock and eat you out, + <<else>> + cock, + <</if>> + <<else>> + eat your deli<<c>>iou<<s>> pu<<ss>>y, + <</if>> + plea<<s>>e." You smile at the little cocksucker, so eager to please. + <<case "humiliation">> + $He sits so that $his body is on full display, "Plea<<s>>e <<Master>>, u<<s>>e me and humiliate me. Take me out to the public <<s>>quare <<s>>o that everyone can <<s>>ee you overpower me." + <<case "buttslut">> + $He positions $his back so $his ass sticks out even further "<<Master>>," $he begs, "u<<s>>e my a<<ss>>! + <<if ($activeChild.sexualQuirk == "painal")>> + Make me <<s>>queal! + <</if>> + I ju<<s>>t need your cock in my mo<<s>>t u<<s>>eful fuckhole, plea<<s>>e!" + <<case "boobs">> + $He takes $his hands and presses $his tits together, lifting them to display for you $his primary purpose in life. + <<if ($activeChild.lactation > 0)>> + More milk squirts from each teat as $he bears them. + <</if>> + "I beg of you, <<Master>>, I need you to u<<s>>e my tit<<s>>. <<S>>uck them, <<s>>queeze them, fuck them, I cannot cum without you u<<s>>ing my <<s>>lave tit<<s>>! I am nothing more than a walking tit-carrier, and my only purpo<<s>>e i<<s>> to offer the<<s>>e brea<<s>>t<<s>> to you." + <<case "pregnant">> + $He begins to caress $his stomach, "U<<s>>e me a<<s>> your breeder, <<Master>>, plea<<s>>e! I ju<<s>>t want to be filled with your <<s>>eed forever!" + <<default>> + $He kneels with $his knees far spread, "use my fuckhole <<Master>>, I beg you. Plea<<s>>e, I need you to fuck me!" + <</switch>> + <<else>> + "<<Master>>, I e<<x>>i<<s>>t to <<s>>erve you." $He say, "I have no other purpo<<s>>e in life. I beg of you, plea<<s>>e never let me leave your <<s>>ervi<<c>>e. Let me wait on you forever. I <<s>>wear I will alway<<s>> be obedient. Let me cook your meal<<s>>, clean your penthou<<s>>e, care for your other <<s>>lave<<s>>, even make me a cow. I don't care, a<<s>> long a<<s>> I'm here <<s>>erving you." $He knows that $his rightful place is a slave, and $he is dedicated to living out that role to the fullest. + <<if ($activeChild.behavioralQuirk == "advocate")>> + "I <<s>>ee now," $he continues, "that <<s>>lavery really i<<s>> a $woman'<<s>> rightful pla<<c>>e. <<He>> ha<<s>> no purpo<<s>>e e<<x>><<c>>ept to <<s>>erve <<his>> <<Master>>." + <</if>> + <</if>> + <<else>> + "<<Master>>, I exi<<s>>t to <<s>>erve you." $He says, "I have no other purpo<<s>>e in life. I beg of you, plea<<s>>e never let me leave your <<s>>ervi<<c>>e. Let me wait on you forever. I <<s>>wear I will alway<<s>> be obedient. Let me cook your meal<<s>>, clean your penthou<<s>>e, care for your other <<s>>lave<<s>>, even make me a cow. I don't care, a<<s>> long a<<s>> I'm here <<s>>erving you." $He knows that $his rightful place is a slave, and $he is dedicated to living out that role to the fullest. + <<if ($activeChild.behavioralQuirk == "advocate")>> + "I <<s>>ee now," $he continues, "that <<s>>lavery really i<<s>> a $woman'<<s>> rightful pla<<c>>e. <<He>> ha<<s>> no purpo<<s>>e e<<x>><<c>>ept to <<s>>erve <<his>> <<Master>>." + <</if>> + <</if>> + You smile at your obedient little slave, and agree to grant $his request. +<</if>> + +<<if (random(1,100) > (100 + $activeChild.devotion))>> + <<if ($activeChild.fetish != "submissive") && ($activeChild.energy <= 95) && ($activeChild.behavioralFlaw != "liberated")>> + Seeing the humiliating acts your slaves are expected to perform has made $him @@.red;determined to be free.@@ + <<set $activeChild.behavioralFlaw = "liberated">> + <</if>> +<<elseif (random(1,100) > (110 - $activeChild.devotion))>> + <<if ($activeChild.fetish == "none") && ($activeChild.behavioralFlaw != "liberated")>> + Feeling the joy of kneeling before such a powerful <<= WrittenMaster()>> and begging at his feet has @@.lightcoral;encouraged $him to be more submissive.@@ + <<set $activeChild.fetish = "submissive", $activeChild.fetishKnown = 1>> + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set _fl = $slaveIndices[$activeChild.ID]>> + <<if def _fl>> + <<set $slaves[_fl] = $activeChild>> + <</if>> +<</if>> \ No newline at end of file diff --git a/src/facilities/nursery/scenes/cBellyFuck.tw b/src/facilities/nursery/scenes/cBellyFuck.tw new file mode 100644 index 00000000000..90bcde6f4b8 --- /dev/null +++ b/src/facilities/nursery/scenes/cBellyFuck.tw @@ -0,0 +1,98 @@ +:: CBellyFuck [nobr] + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +You have $him brought to you so that you can fuck $his hyperpregnant body. +<<if tooBigBelly($activeChild)>> + $He is pinned to the ground by $his + <<if $activeChild.bellyPreg >= 1000000>> + impossibly exploded baby bump, + <<elseif $activeChild.bellyPreg >= 750000>> + massively swollen baby bump, + <<elseif $activeChild.bellyPreg >= 600000>> + titanic baby belly, + <<else>> + massive belly, + <</if>> + and won't be a particularly able lover because of this, but enjoying $his immobility is half the point. +<<elseif $activeChild.amp == 1>> + $He has no limbs to stand on, so $he is left resting atop $his + <<if $activeChild.bellyPreg >= 1000000>> + impossibly exploded baby bump. + <<elseif $activeChild.bellyPreg >= 750000>> + massively swollen baby bump. + <<elseif $activeChild.bellyPreg >= 600000>> + titanic baby belly. + <<else>> + massive belly. + <</if>> + $He won't be a particularly able lover, but enjoying $his immobility is half the point. +<<elseif !canWalk($activeChild)>> + $He can't support $himself, so $he is left leaning against $his + <<if $activeChild.bellyPreg >= 1000000>> + impossibly exploded baby bump. + <<elseif $activeChild.bellyPreg >= 750000>> + massively swollen baby bump. + <<elseif $activeChild.bellyPreg >= 600000>> + titanic baby belly. + <<else>> + massive belly. + <</if>> + $He won't be a particularly able lover, but enjoying $his immobility is half the point. +<<else>> + $He can still stand despite $his + <<if $activeChild.bellyPreg >= 1000000>> + impossibly exploded baby bump, + <<elseif $activeChild.bellyPreg >= 750000>> + massively swollen baby bump, + <<elseif $activeChild.bellyPreg >= 600000>> + titanic baby belly, + <<else>> + massive belly, + <</if>> + and won't be a particularly able lover because of this, but enjoying this obstacle is half the point. +<</if>> +Once $he is situated in the center of your office, you walk a circle around $him, taking special care to +<<if ($activeChild.bellyTat == "a heart")>> + trace a hand over the obliterated heart shaped tattoo on the front of $his immensely stretched belly. +<<elseif ($activeChild.bellyTat == "a star")>> + trace a hand over the obliterated star shaped tattoo on the front of $his immensely stretched belly. +<<elseif ($activeChild.bellyTat == "a butterfly")>> + trace a hand over the obliterated butterfly tattoo on the front of $his immensely stretched belly. +<<else>> + trace a hand over the obliterated, stretched out expanse of slightly darker flesh where $his belly button used to be. +<</if>> +<<if $activeChild.devotion > 95>> + $He purrs in response to your touch, leaning forward against $his belly and <<if $activeChild.amp == 1>>wiggles<<else>>lifts $his toes off the ground as $he spreads $his legs<</if>> in preparation for you. +<<elseif ($activeChild.trust < -20) && ($activeChild.devotion > -10)>> + $He groans at your touch. +<<else>> + $He winces at your touch. +<</if>> +When you get to $his rear, you slap $his +<<if $activeChild.butt > 11>> + insanely enormous ass, +<<elseif $activeChild.butt > 5>> + huge ass, +<<elseif Math.floor($activeChild.buttImplant/$activeChild.butt) > .60>> + jiggly, saline filled ass, +<<elseif $activeChild.butt > 2>> + thick ass, +<<else>> + pert ass, +<</if>> +and then spread $his cheeks for easier access to $his <<if canDoVaginal($activeChild)>>cunt. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strap-on<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear +<<if $activeChild.belly > $activeChild.pregAdaptation*2000>> + that your recent escapades @@.red;have done lasting damage to $his body.@@ + <<set $activeChild.health -= 10>> +<<else>> + that you've left $him thoroughly exhausted. +<</if>> + +<<if passage() != "Slave Interact">> + <<set _fv = $slaveIndices[$activeChild.ID]>> + <<if def _fv>> + <<set $slaves[_fv] = $activeChild>> + <</if>> +<</if>> diff --git a/src/facilities/nursery/scenes/cBoobs.tw b/src/facilities/nursery/scenes/cBoobs.tw new file mode 100644 index 00000000000..24551e6a242 --- /dev/null +++ b/src/facilities/nursery/scenes/cBoobs.tw @@ -0,0 +1,241 @@ +:: CBoobs [nobr] + +<<set $activeChild.counter.mammary++, $mammaryTotal++>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +You call $him over so you can play with $his +<<if ($activeChild.boobs >= 20000)>> + colossal +<<elseif ($activeChild.boobs >= 10000)>> + massive +<<elseif ($activeChild.boobs >= 5000)>> + monster +<<elseif ($activeChild.boobs >= 1000)>> + huge +<<elseif ($activeChild.boobsImplant > 250)>> + fake +<<elseif ($activeChild.boobs >= 650)>> + big +<<elseif ($activeChild.boobs >= 300)>> + small +<<else>> + flat +<</if>> +tits. + +<<if ($activeChild.boobsTat == "tribal patterns")>> + The tattoos on $his breasts certainly draw attention to $his nipples. +<<elseif ($activeChild.boobsTat == "scenes")>> + The tattoos on $his abdomen nicely illustrate what you mean to do with $him: a titfuck. +<<elseif ($activeChild.boobsTat == "degradation")>> + The tattoos on $his chest are asking you to use those breasts, after all. +<</if>> + +<<if ($activeChild.nipples == "huge")>> + $His nipples are so large they give $his breasts an unavoidably lewd appeal as they jut outward. +<<elseif ($activeChild.nipples == "puffy")>> + $His puffy nipples beg to be sucked. +<<elseif ($activeChild.nipples == "partially inverted") && ($activeChild.nipplesPiercing == 0)>> + $His partially inverted nipples should protrude at the slightest stimulation. +<<elseif ($activeChild.nipples == "inverted") && ($activeChild.nipplesPiercing == 0)>> + $His inverted nipples form lewd little creases across $his areolae. +<<elseif $activeChild.nipples == "fuckable">> + <<if $activeChild.lactation>> + $His nipplecunts are leaking milk and begging to be penetrated. + <<else>> + $His nipplecunts form lewd little slits across $his areolae. + <</if>> +<</if>> + +<<if ($activeChild.nipplesPiercing > 1) && ($activeChild.amp == 1)>> + You carry $him over, playing with the chain between $his nipples. +<<elseif ($activeChild.nipplesPiercing > 1)>> + You pull $him over by the chain between $his nipples. +<<elseif ($activeChild.nipplesPiercing == 1)>> + $His nipple piercings glint enticingly. +<</if>> + +<<if $PC.belly >= 5000>> + <<if $PC.dick == 1>> + You lay $him down on the couch on $his back, lather oil onto $his breasts and gingerly straddle $his face; your stiff prick between $his tits and under your belly, and your needy cunt over $his mouth. + <<if ($activeChild.boobs >= 20000)>> + $His breasts are so colossal you can barely maintain this position. They completely devour your dick and threaten to swallow up your pregnant belly as well. Between $his licking, and the fleshy prison surrounding your privates, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. + <<elseif ($activeChild.boobs >= 10000)>> + $His breasts are so massive you can barely maintain this position. They completely devour your dick and swell around the sides of your pregnancy as well. Between $his licking, and the fleshy prison surrounding your privates, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. + <<elseif ($activeChild.boobs >= 5000)>> + $His breasts are so monstrous they completely devour your dick and tickle your pregnant belly. Pushing $his breasts together under your gravidness, you thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. + <<elseif ($activeChild.boobs >= 1000)>> + $His huge breasts fill the area under your pregnancy nicely. Pushing them together under your gravidness, you thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. + <<elseif ($activeChild.boobsImplant > 250)>> + $His fake breasts fill the area under your pregnancy nicely. Pushing them together under your gravidness, you thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. + <<elseif ($activeChild.boobs >= 650)>> + $His big breasts fill the area under your pregnancy nicely. You thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. + <<elseif ($activeChild.boobs >= 300)>> + You have to feel around under your pregnancy to hold your cock against $his tiny breasts. You thrust against them and your hand, while the other teases your middle, all the while rubbing your pussy against $his face. Between $his licking, and your own teasing, it doesn't take long for you to soak $his face and splatter your seed across $his front. + <<else>> + You have to lean forward and pin your cock against $his flat chest with the underside of your own pregnancy to make any real channel to thrust into. You fondle your belly<<if $PC.boobs > 0>> and breasts<</if>>, all the while rubbing your pussy against $his face. Between $his licking, and your own teasing, it doesn't take long for you to soak $his face and splatter your seed across your underbelly and $his front. You turn around and have $his lick you clean before pulling your gravid bulk off of $him. + <</if>> + <<else>> + You lay $him down on the couch on $his back, lather oil onto $his breasts and gingerly straddle $his face; your needy cunt over $his mouth. + <<if ($activeChild.boobs >= 20000)>> + $His breasts are so colossal you can barely maintain this position, but they are massively fun to play with as $he eats you out. You massage your pregnancy with $his acres of breast flesh, teasing your own stretched skin with $hers. You can visibly see the vibrations running through $his tits as you quiver from the mouth working your pussy. Thoroughly soaking $him, you fall into $his endless cleavage for a short rest. + <<elseif ($activeChild.boobs >= 10000)>> + $His breasts are so massive you can barely maintain this position, but they are fun to play with as $he eats you out. You massage the edges of your pregnancy with $his breast flesh, teasing your own stretched skin with $hers. You can visibly see the vibrations running through $his tits as you quiver from the mouth working your pussy. Thoroughly soaking $him, you fall into $his immense cleavage for a short rest. + <<elseif ($activeChild.boobs >= 5000)>> + $His breasts are so monstrous they make a fabulous rest for your pregnancy as $he eats you out. You tease $his breasts using your baby bump, rubbing it against them and vice versa. You can visibly see the vibrations running through $his tits as you quiver from the mouth working your pussy. Thoroughly soaking $him, you dismount and lean against $his monster breasts for a quick rest. + <<elseif ($activeChild.boobs >= 1000)>> + $His breasts are huge enough to support your pregnancy as $he eats you out. You press your belly more and more into them as $his tongue delves deeper into your folds. You can visibly see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking $him, you dismount and lean against $his huge breasts for a quick rest. + <<elseif ($activeChild.boobs >= 650)>> + $His big breasts fill the area under your pregnancy nicely. You press your belly more and more into them as $his tongue delves deeper into your folds. You can visibly see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking $him, you dismount and lean against $his big breasts for a quick rest. + <<elseif ($activeChild.boobs >= 300)>> + $His tiny breasts are completely covered by your pregnancy. You reach under yourself, grabbing what you can of $his breasts and pushing them against your crotch. Between rubbing $his breasts against your self and $his tongue in your pussy, you quickly climax, thoroughly soaking $him. + <<else>> + $His flat chest is completely covered by your pregnancy. Reach under yourself, you feel around until you find $his nipples. You tease $his flat chest until you're at you limit, thoroughly soaking $him, before dismounting and returning to your desk. + <</if>> + <</if>> +<<elseif ($activeChild.amp == 1)>> + <<if $PC.dick == 1>> + $His limbless <<if $seeRace == 1>>$activeChild.race <</if>>torso makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and straddle $his torso. With your cock between $his breasts, you <<if ($activeChild.boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him.<<if $PC.vagina == 1>> Your pussylips rub deliciously across $his sternum.<</if>> $He has some trouble breathing under the assault, but $he manages. And for the finale, $he's totally unable to avoid a perfect cumshot. + <<elseif $PC.boobs != 0>> + You set $his limbless torso upright on your lap, facing you, so that your breasts and $hers are resting heavily against one another. $He turns $his head to avoid getting splashed in the eyes as you add a generous coating of oil to the heaving breastflesh. You reach around to grab $him by the hips and slide $him up and down, giving you both a wonderful mammary oil massage. + <<else>> + You set $his limbless torso on the floor, and tease $him for a while until $his nipples are rock hard. This done, you kneel down on $him with each of your legs aside $his torso, and hump your pussy back and forth on the stiff nub of one nipple. $He lies there, unable to do anything but comply, squirming with the stimulation. + <</if>> + +<<elseif tooBigBelly($activeChild)>> + <<if $PC.dick == 1>> + $His excessively large belly makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and gingerly fit yourself between $his belly and $his breasts. With your cock between $his breasts, you <<if ($activeChild.boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him. You blast $him in the face with your cum in no time<<if $PC.vagina == 1>>, leaving your pussyjuice on $his belly where you rubbed against $him<</if>>. + <<elseif $PC.boobs != 0>> + You lie down on top of $him, face to face, forced high into the air by $his excessively large belly, so that your breasts press into $his<<if ($activeChild.boobs >= 20000)>> colossal tits.<<elseif ($activeChild.boobs >= 10000)>> massive tits.<<elseif ($activeChild.boobs >= 5000)>> monster tits.<<elseif ($activeChild.boobs >= 1000)>> huge tits.<<elseif ($activeChild.boobsImplant > 250)>> fake tits.<<elseif ($activeChild.boobs >= 650)>> big tits.<<elseif ($activeChild.boobs >= 300)>> small tits.<<else>> flat chest.<</if>> Scooting around to stimulate your nipples against $his warm breastflesh, you kiss the slave while pushing a hand down between you to schlick yourself against $him. + <<else>> + You set $his massively distended body on the floor, and tease $him for a while until $his nipples are rock hard. This done, you kneel down on $him with each of your legs aside $his torso, rear against the top of $his belly, and hump your pussy back and forth on the stiff nub of one nipple. $He lies there, desperately trying to reach around $his bulk to $his own pussy, but unable to do so, resorts to squirming with the stimulation. + <</if>> +<<elseif tooBigBreasts($activeChild)>> + <<if $PC.dick == 1>> + $His excessive breasts make $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and straddle $his torso. $He holds $his udders together, creating a warm, wet channel as fuckable as any hole. You blast $him in the face with your cum in no time<<if $PC.vagina == 1>>, leaving your pussyjuice on $his chest where you rubbed against $him<</if>>. + <<elseif $PC.boobs != 0>> + You lie down on top of $him, face to face, so that your much smaller breasts press into the massive pillows formed by $his chest. Scooting around to stimulate your nipples against $his warm breastflesh, you kiss the slave while pushing a hand down between you to schlick yourself against $him. + <<else>> + You set $his nearly helpless body on the floor and then scoot your hips under the massive weight of $his tits. The heft feels nice against you, and you worm a naughty hand under there to play with yourself in the warm cave formed by your pelvis and $his udders. + <</if>> +<<elseif tooBigButt($activeChild)>> + <<if $PC.dick == 1>> + $His excessive butt makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, $his butt hoisting $his crotch high above $his head, lube $his cleavage, and straddle $his torso. With your cock between $his breasts, you <<if ($activeChild.boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him<<if $PC.vagina == 1>>, leaving your pussyjuice on $his chest where you rubbed against $him<</if>>. $He has some trouble breathing under the assault, but $he manages. And for the finale, $he's totally unable to avoid a perfect cumshot. + <<elseif $PC.boobs != 0>> + You set $him upright on your lap, facing you, so that your breasts and $hers are resting heavily against one another and $his massive ass covers your lap. $He turns $his head to avoid getting splashed in the eyes as you add a generous coating of oil to the combined breastflesh. You reach around to grab $his luxurious ass and jiggle $him up and down, giving you both a wonderful mammary oil massage. + <<else>> + You set $his nearly helpless body on the floor and then scoot your hips under the massive weight of $his tits. The heft feels nice against you, and you worm a naughty hand under there to play with yourself in the warm cave formed by your pelvis and $his udders. + <</if>> +<<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($PC.dick == 1)>> + $He comes over hurriedly, already presenting $his breasts. $He gives you a titjob with $his lubricated cleavage while you sit at your desk, playing with $his own nipples and moaning with pleasure.<<if $PC.vagina == 1>> $He does $his best to push $his sternum hard against you, giving your pussy some stimulation, too.<</if>> As you get close to orgasm, you push $his hands away and take over, + <<if $activeChild.nipples == "fuckable">> + running your fingers around the lip of $his $activeChild.nipples nipples. When you finish, you drive them in, hard, + <<else>> + rolling $his $activeChild.nipples nipples between your fingers and thumbs. When you finish, you give them a hard pull, + <</if>> + sending $him gasping over the edge as well. +<<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($activeChild.chastityPenis == 1)>> + $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>>$activeChild.race <</if>>mouth and rubs a nipple with one hand and $his anal opening with the other, since $he can't touch $his cock. The situation brings $him some pleasure, but the first twitches of $his cock against $his chastity cage are so uncomfortable that $he subsides into busy mechanical dick sucking. $He writhes uncomfortably, frustrated beyond belief. +<<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($activeChild.dick !== 0) && ($PC.dick == 1)>> + $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>>$activeChild.race <</if>>mouth and <<if canAchieveErection($activeChild)>>jacks $himself off<<else>>rubs $his sadly limp member<</if>> in anticipation. When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes into $his hand. $He pours $his own cum from $his hand into $his mouth so it can mingle with yours. +<<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($PC.dick == 1)>> + $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>>$activeChild.race <</if>>mouth and rubs $himself in anticipation. When you finish, $he <<if $PC.vagina == 1>>quickly swallows and then runs $his hot tongue down to your wet pussy, eagerly licking your juices<<else>>sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes<</if>>. +<<elseif $activeChild.devotion < -20>> + $He tries to refuse you, so you throw $him down on the couch next to your desk and + <<if $PC.dick == 1>> + squeeze lubricant between $his $activeChild.skin breasts. You straddle $his torso, hold $his boobs together, and fuck $his cleavage<<if $PC.vagina == 1>>, grinding your hips down against $him to stimulate your pussy<</if>>. Your cum splashes $his crying face. + <<elseif $PC.boobs !== 0>> + squirt lubricant all over $his $activeChild.skin breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, stimulating your nipples wonderfully. $He tries to turn $his head away, but you reach up to force $his unwilling mouth to accept your insistent tongue. + <<else>> + straddle $his face, grinding your pussy against $his unwilling mouth. You begin to grope $his breasts and pinch $his nipples to hardness, and when $he's slow at eating you out, you twist them cruelly. The pain makes $him squeal into your pussy, a lovely sensation, so you manhandle $him without mercy until you climax against $his gasping face. + <</if>> +<<elseif ($activeChild.devotion <= 20) && ($activeChild.lactation > 0)>> + $He lies on the couch next to your + <<if $PC.dick == 1>> + desk and rubs lube over $his $activeChild.skin chest so you can fuck $his tits. You straddle $his torso, hold $his boobs together, and fuck $his cleavage. As you do, the pressure of your grip causes a thin rivulet of milk to run from each of $his nipples. Your cum covers $his reluctant face; between your semen<<if $PC.vagina == 1>>, the pussyjuice you left on $his chest,<</if>> and $his milk $he's quite a mess. + <<elseif $PC.boobs != 0>> + desk and rubs lube over $his $activeChild.skin breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. $He cannot ignore the slippery stimulation $his nipples are receiving, and you find $his mouth quite willing to receive your insistent tongue. $He begins to leak milk, adding $his cream to the lube between your breasts, and by the time you're done there's quite a mess. + <<else>> + desk, and you've straddled $his face before $he can do anything more. You begin to grope $his breasts and pinch $his nipples to hardness as $he eats you out, your ministrations producing prompt jets of creamy milk, straight up into the air. You milk $him without mercy, shooting some of the stronger streams into your mouth as you ride $him, leaving $him to massage $his breasts gingerly as you get off $his face. + <</if>> +<<elseif $activeChild.devotion <= 20>> + $He lies on the couch next to your + <<if $PC.dick == 1>> + desk and rubs lube over $his <<if $seeRace == 1>>$activeChild.race <</if>>chest so you can fuck $his $activeChild.skin tits. You straddle $his torso, hold $his boobs together, and fuck $his cleavage. Your cum covers $his reluctant face<<if $PC.vagina == 1>>, and you hike yourself up a little higher to grind your pussy against $his mouth<</if>>. + <<elseif $PC.boobs != 0>> + desk and rubs lube over $his $activeChild.skin breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. $He cannot ignore the slippery stimulation $his nipples are receiving, and you find $his mouth quite willing to receive your insistent tongue. + <<else>> + desk, and you've straddled $his face before $he can do anything more. You begin to grope $his breasts and pinch $his nipples to hardness as $he eats you out, your ministrations producing moans that feel quite nice against your clit. You maul $his boobs without mercy as you reach your climax, leaving $him to massage $his breasts gingerly as you get off $him. + <</if>> +<<elseif ($activeChild.lactation > 0)>> + Since $he's producing milk, $he gets an emotional high from breastfeeding, and $he sits on the edge of your desk for a while so you can use $him as a beverage dispenser while you work. Once $he's empty, $he gets down to <<if ($PC.dick == 0)>>eat you out. As $he buries $his face between your legs, $he gently rolls $his sore nipples around in $his fingers, quietly moaning and whining.<<else>>give you a titjob. As you titfuck $him, $he gently rolls $his sore nipples around in $his fingers, quietly moaning and whining. Your cum covers $his <<if $seeRace == 1>>$activeChild.race <</if>>face in no time, and $he's left with a spectacular mess to clean. $He laps it all up.<</if>> +<<else>> + <<if $PC.dick == 1>> + $He massages and toys with $his chest for your benefit, languidly rubbing lubricant over not only $his cleavage but $his entire chest, making sure every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeChild.skin breasts are nice and shiny. $He gives you a titjob with $his lubricated cleavage while you sit at your desk<<if $PC.vagina == 1>>, doing $his best to run $his hard nipples between your pussylips whenever $he can<</if>>. Your cum covers $his <<if $seeRace == 1>>$activeChild.race <</if>>face, and $he carefully licks it all off while continuing to play with $his erect nipples. + <<elseif $PC.boobs != 0>> + $He rubs lube over $his $activeChild.skin breasts, flirting with you and sticking out $his chest, before lying down on the couch. You lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. You find $his mouth quite willing to receive your insistent tongue, and while you make out, $he slips a hand down between your legs to give you a handjob, too. + <<else>> + $He flirts with you and sticks out $his chest before lying down on the couch. You've straddled $his face before $he can do anything more, and $he begins to eat you out with enthusiasm. You begin to grope $his breasts and pinch $his nipples to hardness as $he gives you oral, your ministrations producing moans that feel quite nice against your clit. You maul $his boobs without mercy as you reach your climax, but $he loves it all. + <</if>> +<</if>> + +<<if (random(1,100) > (100+$activeChild.devotion))>> + <<if ($activeChild.fetish !== "boobs") && ($activeChild.energy <= 95) && ($activeChild.behavioralFlaw !== "hates men")>> + Being manhandled and used has given $him a @@.red;hatred of men.@@ + <<set $activeChild.behavioralFlaw = "hates men">> + <</if>> +<<elseif (random(1,100) > (110-$activeChild.devotion))>> + <<if ($activeChild.fetish == "none") && ($activeChild.behavioralFlaw !== "hates men")>> + Having attention and love lavished on $his boobs by $his <<= WrittenMaster($activeChild)>> has $him thinking of $his @@.lightcoral;breasts as sexual organs.@@ + <<set $activeChild.fetish = "boobs", $activeChild.fetishKnown = 1>> + <</if>> +<</if>> + +<<if $activeChild.lactation > 0>> + <<set $activeChild.lactationDuration = 2>> + <<set $activeChild.boobs -= $activeChild.boobsMilk, $activeChild.boobsMilk = 0>> +<<else>> + <<= induceLactation($activeChild)>> +<</if>> + +<<if ($activeChild.amp != 1)>> + <<switch $activeChild.assignment>> + <<case "work in the dairy">> + $He goes off to carefully wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> to keep production in $dairyName nice and sanitary. + <<case "work as a farmhand">> + $He goes off to carefully wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName. + <<case "whore">> + $He heads off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to prostituting $himself. + <<case "work in the brothel">> + $He goes to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>>, even though it's likely to be splashed with customers' cum soon after $he returns to work. + <<case "serve the public">> + $He heads off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he goes back out to fuck passersby. + <<case "serve in the club">> + $He goes to beautify $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> so it can again serve as an ornament to $clubName. + <<case "work as a servant">> + $He rushes to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>>, afraid $he's fallen behind on the chores while you used $him. + <<case "work as a nanny">> + $He rushes to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>>, before hurrying to continue taking care of the children in $nurseryName. + <<case "rest">> + $He stumbles off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> before crawling back into bed. + <<case "train slaves">> + $He heads off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to $his classes. + <<case "get milked">> + $He hurries off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> <<if $activeChild.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<case "please you">> + $He hurries off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> before returning to await use, as though nothing had happened. + <<case "be a subordinate slave">> + $He moves off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>>, though it's only a matter of time before another slave decides to play with $his tits. + <<case "be a servant">> + $He hurries off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>>, since $his chores didn't perform themselves while you titfucked $him. + <<case "be your Head Girl">> + $He hurries off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>>, worried that $his charges got up to trouble while $he had $his breasts around your cock. + <<case "guard you">> + $He hurries off to wash $his <<if $activeChild.boobs > 1500>>acre of cleavage<<elseif $activeChild.boobs > 500>>generous cleavage<<else>>chest<</if>> so that you will be unguarded for as little time as possible. + <</switch>> +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $slaves[$slaveIndices[$activeChild.ID]] = $activeChild>> +<</if>> diff --git a/src/facilities/nursery/scenes/cButt.tw b/src/facilities/nursery/scenes/cButt.tw new file mode 100644 index 00000000000..21e5af879d2 --- /dev/null +++ b/src/facilities/nursery/scenes/cButt.tw @@ -0,0 +1,248 @@ +:: CButt [nobr] + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +You call $him over so you can +<<if !canDoVaginal($activeChild)>> + use $his sole fuckhole. +<<elseif ($activeChild.vagina > 3)>> + fuck $his gaping holes. +<<elseif ($activeChild.vagina > 2)>> + fuck $his loose holes. +<<elseif ($activeChild.vagina == 2)>> + use $his whorish holes. +<<elseif ($activeChild.vagina == 1)>> + use $his tight holes. +<<elseif ($activeChild.vagina == 0) || ($activeChild.anus == 0)>> + take $his virginity. +<</if>> + +<<if ($activeChild.vagina !== -1)>> + <<if ($activeChild.vaginaTat == "tribal patterns")>> + The tattoos on $his abdomen certainly draw attention there. + <<elseif ($activeChild.vaginaTat == "scenes")>> + The tattoos on $his abdomen nicely illustrate what you mean to do to $him. + <<elseif ($activeChild.vaginaTat == "degradation")>> + The tattoos on $his abdomen are asking you to, after all. + <</if>> +<</if>> + +<<if ($activeChild.vaginaPiercing > 1)>> + $His pierced lips and clit have $his nice and wet. + <<if ($activeChild.dick !== 0)>> + Metal glints all up and down $his cock. + <</if>> +<<elseif ($activeChild.vaginaPiercing == 1)>> + $His pierced clit has $his nice and moist. + <<if ($activeChild.dick !== 0)>> + Metal glints at the head of $his cock. + <</if>> +<</if>> + +<<if ($activeChild.anusPiercing > 1)>> + The ring of stud piercings around $his anus should massage you delightfully as you sodomize $him. +<<elseif ($activeChild.anusPiercing == 1)>> + $His perineum piercing has a big ring in it, which you should be able to feel when you hilt yourself in $his ass. +<</if>> + +<<if ($activeChild.anusTat !== 0) && ($activeChild.anusTat !== 4)>> + $His anus is invitingly bleached, + <<if ($activeChild.vagina > -1)>> + which is appropriate: rather than looking like $he has a hole for fucking and an ass, it looks like $he has two fuckholes. + <<else>> + making $his sole fuckable hole look nice and natural. + <</if>> +<</if>> + +<<if ($activeChild.vagina == 0) && ($activeChild.anus == 0) && canDoVaginal($activeChild)>> + <<if ($PC.dick == 0)>> + You step into a strap-on, lubricate it, and break in $his holes in quick succession. + <<else>> + Brooking no resistance, you take $his virginity and then break in $his virgin butt. + <</if>> + <<if ($activeChild.devotion > 50)>> + You ease yourself into $his pussy before gradually working your way into $his ass and alternate between the two holes while $he begins to moan. In just a few minutes, $he has lost $his virginity and been assfucked for the first time. $He @@.hotpink;submits utterly@@ to your spoilage of $his innocence and thanks you meekly for introducing $him to proper sexual slavery. @@.lime;$His holes have been broken in.@@ + <<set $activeChild.devotion += 10>> + <<elseif ($activeChild.devotion > 20)>> + You ease yourself into $his pussy before gradually working your way into $his ass and alternate between the two holes while $he begins to moan. In just a few minutes, $he has lost $his virginity and been assfucked for the first time. $He's so bewildered by the pain and novelty that all $he feels is @@.gold;a little fear@@ of further use. @@.lime;$His holes have been broken in.@@ + <<set $activeChild.trust -= 5>> + <<else>> + You force yourself into $his pussy before gradually working your way into $his ass. $He sobs and cries with disgust while you alternate between the two holes. In just a few minutes, $he has lost $his virginity to rape and $his anal virginity to a rough buttfuck. To say $he @@.mediumorchid;resents you@@ and @@.gold;fears further abuse@@ would be an understatement. @@.lime;$His holes have been broken in.@@ + <<set $activeChild.devotion -= 10, $activeChild.trust -= 10>> + <</if>> + <<set $activeChild.vagina++, $activeChild.anus++>> + <<= VCheck.Both()>> +<<elseif ($activeChild.vagina == 0) && canDoVaginal($activeChild)>> + <<if ($activeChild.devotion > 20)>> + $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in.@@ + <<set $activeChild.devotion += 10>> + <<elseif ($activeChild.devotion >= -20)>> + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in,@@ and $he is @@.gold;fearful@@ that sex will continue to be painful. + <<set $activeChild.devotion += 4>> + <<else>> + As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens $his fresh, tight hole. You force your way into $his pussy and continue thrusting into $him. $He sobs and cries with horror as you pound away. The rape @@.mediumorchid;decreases $his devotion to you.@@ @@.lime;$His pussy has been broken in,@@ and $he @@.gold;fears further abuse.@@ + <<set $activeChild.devotion -= 5>> + <</if>> + <<set $activeChild.vagina++>> + <<= VCheck.Vaginal()>> +<<elseif ($activeChild.anus == 0)>> + <<if ($activeChild.devotion > 20)>> + $He accepts your orders without comment and presents $his virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize $him. You gently ease yourself into $his butthole and gradually speed up your thrusts while $he slowly learns to move $his hips along with you. Since $he is already well broken, this new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His tight little ass has been broken in.@@ + <<set $activeChild.devotion += 4>> + <<elseif ($activeChild.devotion >= -20)>> + $He is clearly unhappy at the idea of taking a dick up $his butt. $He obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck $his ass. @@.lime;$His tight little ass has been broken in,@@ and $he @@.gold;fears further anal pain.@@ + <<else>> + $He is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. $He does anyway though, sobbing into the cushions<<if $activeChild.amp != 1>> while you hold $his arms behind $him<</if>>. You force yourself into $his butthole. $He sobs and cries with disgust while you continue thrusting into $his ass. The painful anal rape @@.mediumorchid;decreases $his devotion to you.@@ @@.lime;$His tight little ass has been broken in,@@ and $he is @@.gold;terrified of further anal pain.@@ + <<set $activeChild.devotion -= 5>> + <</if>> + <<set $activeChild.anus++>> + <<= VCheck.Anal()>> +<<elseif $activeChild.devotion < -20>> + <<if ($PC.dick == 0)>>You don a cruelly large strap-on, and you do it so $he can see it. <</if>>$He tries to refuse you, so you throw $him across the back of the couch next to your desk with $his <<if $seeRace == 1>>$activeChild.race <</if>>ass in the air. You finger $his anus <<if ($activeChild.vagina != -1)>>while fucking $his pussy<<elseif ($activeChild.amp != 1)>>while frotting $his thighs<</if>> for a bit and then switch to $his now-ready anus. $He sobs as you penetrate $his rectum. + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + <<if $activeChild.prostate == 0>> + $He lacks a prostate, denying $him any real pleasure. $His dick stays flaccid as you rape $him. + <<elseif ($activeChild.chastityPenis == 1)>> + Despite $his unwillingness to be sodomized, the prostate stimulation starts to give $him an erection, which $his dick chastity makes horribly uncomfortable. $He bucks with the pain, $his asshole spasming delightfully. + <<else>> + Despite $his unwillingness to be sodomized, the prostate stimulation gives $him an erection. $He's mortified that $he would get hard while being anally raped. + <</if>> + <<elseif ($activeChild.chastityPenis == 1)>> + $His dick chastity keeps $his bitch cock hidden away while you use $his anus like a pussy. + <<elseif ($activeChild.dick !== 0)>> + $His flaccid dick is ground into the back of the couch as you rape $him. + <</if>> + <<= VCheck.Both()>> +<<elseif $activeChild.devotion <= 50>> + You throw $him across the back of the couch next to your desk with $his ass in the air<<if ($PC.dick == 0)>>, and don a strap-on<</if>>. You finger $his <<if $seeRace == 1>>$activeChild.race <</if>>ass while <<if ($activeChild.vagina !== -1)>>fucking $his pussy<<else>>frotting $his thighs<</if>> for a bit and then switch to $his now-ready anus. <<if ($activeChild.anus == 1)>>$His ass is so tight that you have to work yourself in.<<elseif ($activeChild.anus == 2)>>Your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> slides easily up $his ass.<<else>>You slide into $his already-gaping asspussy with ease.<</if>> $He gasps as you penetrate $his rectum, but you timed the switch so that $he was on the verge of orgasm, and $he comes immediately. + <<if ($activeChild.dick !== 0) && canAchieveErection($activeChild)>> + <<if $activeChild.chastityPenis>> + $He managed to stay soft within $his dick chastity, but $he dribbled a lot of precum onto the couch. You make $his lick it up, and $he obeys, shuddering with unsatisfied arousal. + <<else>> + $His cock spatters the couch with cum, and you make $his lick it up. + <</if>> + <<elseif ($activeChild.clit > 2)>> + $His clit is so large that it bobs slightly with each thrust. + <</if>> + <<= VCheck.Both()>> +<<else>> + <<if ($activeChild.amp != 1)>>$He kneels on the floor<<else>>You lay $him on the floor<</if>> so you can take $him at will<<if ($PC.dick == 0)>>, and don a strap-on<</if>>. You finger $his <<if $seeRace == 1>>$activeChild.race <</if>>ass while + <<if canDoVaginal($activeChild)>> + fucking $his pussy + <<else>> + frotting $his + <</if>> + for a bit and then switch to $his now-ready anus. + <<if ($activeChild.anus == 1)>> + $His ass is so tight that you have to work yourself in. + <<elseif ($activeChild.anus == 2)>> + Your cock slides easily up $his ass. + <<else>> + You slide into $his already-gaping asspussy with ease. + <</if>> + You fuck $him there for a while before repeatedly pulling out and stuffing yourself back in. $He moans each time you fill <<if canDoVaginal($activeChild)>>a<<else>>$his<</if>> waiting hole. + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + <<if ($activeChild.chastityPenis == 1)>> + Whenever $he starts to get hard, $his dick chastity gives $him an awful twinge of pain. You do your best to be up $his butt when this happens so you can experience the resulting spasm. + <<else>> + Every time you penetrate, $his erect dick jerks up and slaps $his stomach. + <</if>> + <<elseif ($activeChild.dick !== 0)>> + <<if ($activeChild.chastityPenis == 1)>> + $His dick chastity keeps $his girly bitchclit hidden, just like it belongs. + <<else>> + Every time you penetrate, $his limp dick flops around lamely. + <</if>> + <<elseif ($activeChild.clit > 2)>> + $His clit is so large that it bobs slightly with each thrust. + <</if>> + <<= VCheck.Both()>> +<</if>> + +<<if ($activeChild.bellyPreg >= 1500)>> + The poor $girl's pregnant belly makes taking a rough fuck in both $his holes uncomfortable for $him. +<<elseif ($activeChild.bellyImplant >= 1500)>> + The poor $girl's implant filled belly makes taking a rough fuck in both $his holes uncomfortable for $him. +<<elseif ($activeChild.bellyFluid >= 1500)>> + The poor $girl's sloshing belly makes taking a rough fuck in both $his holes uncomfortable for $him, though the lewd jiggling the pounding sends through it is quite a sight. +<</if>> + +<<if ($activeChild.anusTat == "scenes") && ($activeChild.anus == 1)>> + As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his momentary gape closes the pattern up quickly. +<<elseif ($activeChild.anusTat == "scenes")>> + As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his gape leaves the pattern distorted. +<<elseif ($activeChild.anusTat == "degradation")>> + As you fucked $his butt, the offensive language around $his ass stretched and distorted. +<</if>> + +<<if (random(1,100) > (100+$activeChild.devotion))>> + <<if ($activeChild.fetish !== "buttslut") && ($activeChild.energy <= 95) && ($activeChild.sexualFlaw !== "hates penetration")>> + Being brutally used has given $him a @@.red;hatred of penetration.@@ + <<set $activeChild.sexualFlaw = "hates penetration">> + <</if>> +<<elseif (random(1,100) > (110-$activeChild.devotion))>> + <<if ($activeChild.fetish == "none") && ($activeChild.sexualFlaw !== "hates penetration")>> + Orgasming to your use of $his fuckhole @@.lightcoral;has $him eager for more buttsex.@@ + <<set $activeChild.fetish = "buttslut", $activeChild.fetishKnown = 1>> + <</if>> +<</if>> + +<<if ($PC.dick == 1)>> + +<<if $activeChild.cervixImplant == 2 || $activeChild.cervixImplant == 3>> + <<set $activeChild.bellyImplant += random(10,20)>> +<</if>> + +<<if ($activeChild.anus > 3)>> + $His gaping hole drips your cum right out again. +<<elseif ($activeChild.anus > 2)>> + Cum drips out of $his loose hole. +<<elseif ($activeChild.anus == 2)>> + Cum drips out of $his loosened anus. +<<elseif ($activeChild.anus == 1)>> + $His still-tight ass keeps your load inside $him. +<</if>> + +<<if canWalk($activeChild) && $postSexCleanUp > 0>> +<<switch $activeChild.assignment>> +<<case "whore">> + $He heads to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes before returning to selling them publicly.<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole before returning to selling it publicly.<<else>>face before returning to selling $his mouth publicly.<</if>> +<<case "serve the public">> + $He heads to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes before returning to offering it for free.<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole before returning to offering it for free.<<else>>face before returning to offering $his mouth for free.<</if>> +<<case "rest">> + $He stumbles to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> before crawling back into bed. +<<case "train slaves">> + $He heads to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> before $he returns to teaching $his classes. +<<case "get milked">> + $He hurries to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> <<if $activeChild.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. +<<case "please you">> + $He hurries to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> before returning to await your next use of $his body, as though nothing had happened. +<<case "be a subordinate slave">> + $He moves to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>>, though it's only a matter of time before another slave decides to play with $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>pussy or asshole<<elseif canDoVaginal($activeChild)>>pussy<<elseif canDoAnal($activeChild)>>asshole<<else>>face<</if>>. +<<case "be a servant">> + $He hurries to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>>, since $his chores didn't perform themselves while you used $him. +<<case "be your Head Girl">> + $He hurries to the bathroom to clean $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>>, worried that $his charges got up to trouble while you had your cock in $him. +<<case "guard you">> + $He hurries off to wash $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> so you'll be unguarded for as little time as possible. +<<case "work in the brothel">> + $He goes to wash $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> so $his next customer can have the illusion that he's the first to use it today. +<<case "serve in the club">> + $He goes to wash and delicately perfume $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes so they<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole so it<<else>>face so it<</if>> can gratify the finest citizen. +<<case "work in the dairy">> + $He goes off to carefully wash $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> to avoid besmirching the nice clean dairy. +<<case "work as a farmhand">> + $He goes off to wash $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>> to avoid tainting the food in $farmyardName. +<<case "work as a servant">> + $He rushes to wash $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>>, impatient to get back to $his undiminished chores. +<<case "work as a nanny">> + $He rushes to wash $his <<if canDoVaginal($activeChild) && canDoAnal($activeChild)>>holes<<elseif canDoVaginal($activeChild) || canDoAnal($activeChild)>>fuckhole<<else>>face<</if>>, before hurrying to continue taking care of the children in $nurseryName. +<</switch>> +<</if>> + +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $slaves[$slaveIndices[$activeChild.ID]] = $activeChild>> +<</if>> diff --git a/src/facilities/nursery/scenes/cCaress.tw b/src/facilities/nursery/scenes/cCaress.tw new file mode 100644 index 00000000000..23ffa8ecd5f --- /dev/null +++ b/src/facilities/nursery/scenes/cCaress.tw @@ -0,0 +1,97 @@ +:: CCaress [nobr] + +<<setPlayerPronouns>> +<<run Enunciate($activeChild)>> +<<setLocalPronouns $activeChild>> + +You tell $activeChild.slaveName to +<<if ($activeChild.amp != 1)>> + move closer towards you. +<<elseif tooBigBreasts($activeChild)>> + have another slave help $him heft $his tits so $he can be near you. +<<elseif tooBigBelly($activeChild)>> + have another slave help $him heft $his belly so $he can be near you. +<<elseif tooBigButt($activeChild)>> + have another slave help $him heft $his ass cheeks so $he can be near you. +<<elseif tooBigDick($activeChild)>> + have another slave help $him heft $his cock so $he can be near you. +<<elseif tooBigBalls($activeChild)>> + have another slave help $him heft $his balls so $he can be near you. +<<elseif tooFatSlave($activeChild)>> + have another slave help $him up so $he can be near you. +<<else>> + have another slave set $him down on your desk. +<</if>> + +<<if ($activeChild.fetish == "mindbroken") && ($activeChild.relationship != -3)>> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. +<<elseif ($activeChild.relationship == -2)>> + $He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif ($activeChild.relationship == -3)>> + <<if $activeChild.fetish == "mindbroken">> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank <<= App.Desc.eyeColor($activeChild)>> eyes. $He doesn't react. + <<elseif $activeChild.devotion+$activeChild.trust >= 175>> + $He happily complies, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile<<if canSee($activeChild)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>. + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + $He complies. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee($activeChild)>> breaks eye contact<<else>> turns $his face away<</if>>. + <<elseif $activeChild.devotion < -20>> + $He complies out of fear. Once $he's close, you hold $his shaking face in your palms and look into $his teary <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee($activeChild)>> breaks eye contact<<else>> turns $his face away<</if>>. + <<else>> + $He complies obediently. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if canSee($activeChild)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>. + <</if>> +<<elseif ($activeChild.devotion > 75)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously. +<<elseif ($activeChild.devotion > 50)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster($activeChild)>> disconcerting, and $he looks down after a moment, blushing. +<<elseif ($activeChild.devotion > 20)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster($activeChild)>> worrying, and $he looks down after a moment, blushing nervously. +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust >= -20)>> + $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster($activeChild)>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. +<<elseif ($activeChild.trust < -20)>> + The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. +<<else>> + $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He stares back, but after a few moments $he loses the contest of wills and looks down. +<</if>> + +You delicately lift $his head and touch your fingertips to $his chin, tenderly brushing along the line of $his mouth with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> thumb. +<<if ($activeChild.lipsTat != 0)>> + Your fingers trace $his facial tattoos, slowly picking out the patterns against $his $activeChild.skin skin. +<</if>> +<<if ($activeChild.lipsPiercing+$activeChild.tonguePiercing > 2)>> + You touch each of $his facial piercings, one by one, feeling the hard metal contrast with $his pliant flesh. +<</if>> +Then, you gently tilt $his <<if $activeChild.face > 95>>overwhelmingly stunning<<elseif $activeChild.face > 10>>alluring<<elseif $activeChild.face >= -10>>appealing<<elseif $activeChild.face >= -40>>plain<<else>>rough<</if>> head back and lightly touch $his +<<if $activeChild.lips > 95>>facepussy +<<else>> + <<if $activeChild.lips > 70>>pillowlike + <<elseif $activeChild.lips > 40>>generous + <<elseif $activeChild.lips > 20>>plush + <</if>> + lips +<</if>> with your fingertips. You use your fingers and thumbs to slowly slide along $his mouth, $his chin, $his cheeks then around $his face. You use a deft touch to thoroughly explore the shape of $his <<if $activeChild.face > 95>>gorgeous<<elseif $activeChild.face > 10>>nice<<elseif $activeChild.face >= -10>>cute<<elseif $activeChild.face >= -40>>fair<<else>>prominent<</if>> cheekbones. Grazing $his temple and brushing $his forehead simultaneously, you smoothly motion along $his eyelids and nose, and tenderly stroke $his face with both hands as you take $his head lightly and trace around it, gently massaging as you go. You work your way down, slowly and gradually, along $his neck with one hand, then the other, briefly pausing before continuing your path down to $his shoulders and<<if ($activeChild.fetish != "mindbroken")>> $he starts to gasp as<<else>> starts to shudder as<</if>> you slide your hands down $his side, across $his back and along $his belly taking every moment to savor the contours of $his body before going back up again to $his face. + +<<if ($activeChild.fetish == "mindbroken")>> + $His posture doesn't change. $He initially only reacts slightly to your physical touch but then stops reacting completely. When you stop, $his <<= App.Desc.eyeColor($activeChild)>> eyes track the movements of your hands briefly but then stare blankly ahead of $him, awaiting further use of $his body. +<<elseif ($activeChild.relationship == -2)>> + $His eyes gradually close and $he slowly leans $his head back, relaxing as $he feels your caress. $He gently gasps as $he feels your warm <<if $PC.title == 1>>manly<<else>>feminine<</if>> hand. When you finally stop gently caressing $him, $his eyes remain closed and $his mouth still in a rapturous shape for a moment before $he slowly opens $his eyes and smiles at you, $he has an eager look on $his face.<<if ($activeChild.amp != 1)>> A hand reaches dumbly up to $his face mimicking your last movements.<</if>> <<if ($activeChild.accent >= 3)>>$He does $his best to communicate love with $his <<= App.Desc.eyeColor($activeChild)>> eyes, since $he does not speak $language well enough to express $himself.<<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>>$He does $his best to communicate love with $his <<= App.Desc.eyeColor($activeChild)>> eyes.<<elseif !canTalk($activeChild)>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s dreamily.<</if>> $He looks as though $he wants much more than your mere caress. +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "dom") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + As you start to touch $his <<if $activeChild.face > 95>>gorgeous<<elseif $activeChild.face > 10>>lovely<<elseif $activeChild.face >= -10>>pretty<<elseif $activeChild.face >= -40>>homely<<else>>ugly<</if>> face, $he smiles at you and takes your hand in $hers, following its movements. $He tries hard to stop $himself from losing $himself in your masterful hands. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, when $he starts to caress your face in turn. When you finally stop, $his eyes are closed and $he's smiling. <<if ($activeChild.accent >= 3)>>$He does $his best to communicate excitement with $his <<= App.Desc.eyeColor($activeChild)>> eyes, since $he does not speak $language well enough to express $himself.<<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>>$He does $his best to communicate excitement with $his <<= App.Desc.eyeColor($activeChild)>> eyes.<<elseif !canTalk($activeChild)>>$He signs that $he liked that.<<else>>"That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully.<</if>> $He looks at you, $his eyes almost begging you to give $him more than your mere caress. +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "cumslut") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + $He stiffens at your touch but slowly relaxes to your fingers on $his face. As you move your fingers along $his lips, $he reacts almost as though $he's receiving oral. $He starts to gently suck your fingers, moaning into your hand and pressing $himself lewdly against your <<if $PC.boobs == 1>>prominent breasts<<else>>manly chest<</if>>.<<if ($activeChild.teeth == "pointy")>> $He's very careful to avoid spearing your tongue with $his sharp teeth.<</if>> $He achieves a weak orgasm before you stop caressing $him. <<if ($activeChild.accent >= 3)>>$He does $his best to communicate undiminished lust with $his <<= App.Desc.eyeColor($activeChild)>> eyes, since $he does not speak $language well enough to express $himself.<<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>>$He does $his best to communicate undiminished lust with $his <<= App.Desc.eyeColor($activeChild)>> eyes.<<elseif !canTalk($activeChild)>>$He signs that $he liked that.<<else>>"That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully.<</if>> $He looks at you as if $he wants more than your hands touching $him. +<<elseif ($activeChild.devotion > 50)>> + $He accepts your touch with devotion, leaning $his head back at your gentle caress along $his face. $He leans $his body forward, pressing $himself against you, and you feel the intense heat from $his body against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>. $He gradually closes $his eyes and when you finally stop, <<if ($activeChild.amp != 1)>>$he runs $his hand delightfully across $his face where you last touched $him<</if>>, a euphoric look on $his $activeChild.skin face. <<if ($activeChild.accent >= 3)>>$He does $his best to communicate devotion with $his <<= App.Desc.eyeColor($activeChild)>> eyes, since $he's not confident in $his ability to express it in $language.<<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>>$He does $his best to communicate devotion with $his <<= App.Desc.eyeColor($activeChild)>> eyes.<<elseif !canTalk($activeChild)>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s jubilantly.<</if>> $He looks at you longingly, almost as if $he's bursting to say that $he wants more than your mere caress. +<<elseif ($activeChild.devotion > 20)>> + $He accepts your touch willingly. As you are so close to $him, you sense considerable turmoil in the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch across $his face. When you finally move your hand away, $his <<= App.Desc.eyeColor($activeChild)>> eyes gaze into yours searchingly, looking for answers that are not there. <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust < -20)>> + $He shakes at your touch fearfully. As you move your hand along $his unresisting face, $his eagerness to avoid punishment leads $him to stiffen, $his nervousness is made apparent. You continue stroking $his cheek, enjoying $his fear, and the physical intimacy slowly does its work. $He starts to relax, $his resistance easing and $his eyes start to close. When finally move your hand away, $he looks at you for a long moment, $his eyes darting up at you, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> +<<elseif ($activeChild.trust < -50)>> + $He is nearly frozen with fear, and does not resist as you start to caress $his face. In fact, $he barely reacts at all. $He stares at you as you move your fingers across $his stiff face, but it's like touching a statue. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of touching the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>> and move your hand away, $he stares at you in utter incomprehension. <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs spastically, begging fearfully to know if that's it.<<else>>$He asks nervously, "I-i<<s>> that it, <<Master>>?"<</if>> Then $he cringes. +<<else>> + $He reflexively turns away from you, but you catch $his head with one hand and slowly but gently move your other hand along $his face. Spluttering, $he leans backwards, but you tip forward with $him and pin $him against your desk, not stopping your gentle touch on $his head. $He tries to wriggle out of your grasp desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and move your hand away, $he stares at you in utter incomprehension. <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>>$His eyes demand an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs irritably, asking whether that's it.<<else>>$He splutters, "I<<s>> that it, <<Master>>!?"<</if>> +<</if>> diff --git a/src/facilities/nursery/scenes/cDance.tw b/src/facilities/nursery/scenes/cDance.tw new file mode 100644 index 00000000000..f1e30865e33 --- /dev/null +++ b/src/facilities/nursery/scenes/cDance.tw @@ -0,0 +1,1636 @@ +:: CDance [nobr] + +<<set $desc = SlaveTitle($activeChild)>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<setPlayerPronouns>> + +You tell $assistantName to summon $activeChild.slaveName and set some erotic music. When your slave arrives, $he finds the lights in your office flashing club colors. You gesture towards the platform in the center of your office and tell $him to dance for you. + +<<if ($activeChild.skill.entertainment > 99)>> + $He slides his ass gracefully unto the stage, then dramatically raises $his elongated legs one at a time onto the platform. Circling to $his knees, $he raises $his ass in the air and glides $his hands up $his legs as $he stands upright. +<<elseif ($activeChild.skill.entertainment > 60)>> + $He takes his rightful place on your stage. +<<elseif ($activeChild.skill.entertainment > 40)>> + $He goes to take $his place on your stage and dance for $his Master. +<<elseif ($activeChild.skill.entertainment > 20)>> + $He ascends to the platform and begins to grind at the pole. +<<elseif ($activeChild.skill.entertainment > 9)>> + $He climbs up onto the platform and grabs onto the pole. +<<elseif ($activeChild.skill.entertainment > -10)>> + $He climbs up onto the platform and grabs onto the pole. +<</if>> + +<<if $activeChild.weight > 190>> + $He is so <<print either("enormous", "massive")>> that $he can barely move $his weight around. $His rolls sway and jiggle with every move, creating a ripple canvas of swirling fat. +<<elseif $activeChild.weight > 160>> + $He is quite large, and $his weight threatens to pull $him down every time $he sways. $His rolls sway and jiggle with every move, creating a ripple canvas of swirling fat. +<<elseif $activeChild.weight > 130>> + $His chubby rolls dance to a beat of their own as your slave sways and moves to the music. +<<elseif $activeChild.weight > 50>> + $His chubby body jiggles nicely as $he moves. +<<elseif $activeChild.weight > 20>> + $His form sways and moves with the music in a most alluring way. +<<elseif $activeChild.weight > 0>> + $His trim body is highlighted by $his dance. Whenever $he rolls $his ass or sways $his hips it highlights the contours of $his waist. +<<elseif $activeChild.weight < 0>> + Your slave's trim body glides to the music like a <<print either("belly dancer", "stripper")>>. $He is thin and tight, with no bodyfat to speak of, + <<if $activeChild.boobs > 400>> + making $his tits + <<if $activeChild.butt > 1>> + and ass + <</if>> + the main focus of $his dance. + <<else>> + <<if $activeChild.butt > 1>> + making $his ass the main focus of $his dance. + <<else>> + totally flat. $His body is flat and girlish, providing a tastefully alluring display. + <</if>> + <</if>> +<</if>> +$His face is +<<switch $activeChild.faceShape>> +<<case "masculine">> + <<if $activeChild.face < -95>> + hideously manly, distracting you from anything positive that may be going on. + <<elseif $activeChild.face < -40>> + ugly and masculine, and you find it difficult to enjoy looking at $him. + <<elseif $activeChild.face < -10>> + unattractively masculine, distracting you from time to time. + <<elseif ($activeChild.face <= 10)>> + masculine, but not distracting. + <<elseif ($activeChild.face <= 40)>> + attractive masculine, adding an interesting contrast to the feminine dance. + <<elseif ($activeChild.face <= 95)>> + manly and handsome, which adds a flair of intrigue to the dance. + <<else>> + the height of masculine handsomeness, adding a value to the dance only present in the Free Cities. + <</if>> +<<case "androgynous">> + <<if $activeChild.face < -95>> + disturbingly androgynous and terribly ugly, distracting you from anything positive that may be going on. + <<elseif $activeChild.face < -40>> + neither masculine nor feminine and quite ugly, and you find it difficult to enjoy looking at $him. + <<elseif $activeChild.face < -10>> + strangely androgynous, distracting you from time to time. + <<elseif ($activeChild.face <= 10)>> + strangely androgynous, but not distracting. + <<elseif ($activeChild.face <= 40)>> + androgynous, and attractive enough that it adds an interesting flair to the dance. + <<elseif ($activeChild.face <= 95)>> + gorgeously androgynous which is distracting and perplexing all at once. + <<else>> + so gorgeously androgynous that you can't be brought to look away. + <</if>> +<<case "cute">> + <<if $activeChild.face < -95>> + pitifully cute. $He's so ugly and cute you can't help but be turned off and drawn in simultaneously. + <<elseif $activeChild.face < -40>> + not attractive, but $his cuteness makes $him pitifully appealing. + <<elseif $activeChild.face < -10>> + not attractive, but is still cute enough to keep you entertained. + <<elseif ($activeChild.face <= 10)>> + appealingly cute. + <<elseif ($activeChild.face <= 40)>> + cute and attractive, adding genuine appeal to $his performance. + <<elseif ($activeChild.face <= 95)>> + so cute as $he dances for you. You appreciate the fullness of $his beauty. + <<else>> + so perfectly cute, you can't help but smile every time $he looks your way. + <</if>> +<<case "sensual">> + <<if $activeChild.face < -95>> + not attractive; not even a little. But the natural "fuck me" look of $his face helps give you something to look forward to once $he's naked. + <<elseif $activeChild.face < -40>> + not attractive, but the natural "fuck me" look of $his face helps give you something to look forward to once $he's naked. + <<elseif $activeChild.face < -10>> + not great looking, but the natural sexiness make's it easier to enjoy. + <<elseif ($activeChild.face <= 10)>> + sensuality alone. Neither attractive, nor unattractive. Just sex. + <<elseif ($activeChild.face <= 40)>> + begging for sex, being so enticing and sultry. + <<elseif ($activeChild.face <= 95)>> + constantly turning you on, with the sensual structure of $his beautiful face never letting sex leave your mind. + <<else>> + making you + <<if $PC.dick != 0>> + rock hard + <<if $PC.vagina == 1>> + and dripping wet + <</if>> + <<else>> + dripping wet + <</if>> + as you lust after $his sexual beauty. + <</if>> +<<case "exotic">> + <<if $activeChild.face < -95>> + hideously unusual, distracting you from anything positive that may be going on. + <<elseif $activeChild.face < -40>> + ugly and unusual, and you find it difficult to enjoy looking at $him. + <<elseif $activeChild.face < -10>> + not great to look at, but perplexing and abnormal. You try to focus on $his body instead. + <<elseif ($activeChild.face <= 10)>> + interesting and unusual. It isn't particularly attractive, but none of your slaves have a face quite like $hers. + <<elseif ($activeChild.face <= 40)>> + exotic and alluring, just attractive enough to make $him good office décor, but not so much that it's distracting. + <<elseif ($activeChild.face <= 95)>> + a testament to the benefits of a global slave market. It makes $him a perfect office trophy. + <<else>> + an exotic masterpiece. Having $him dance in your office is like hanging foreign art on the walls, a perfect trophy of your slaving reach. + <</if>> +<<default>> + <<if $activeChild.face < -95>> + not great to look at. Not even a little. You try to focus on $his body instead, finding yourself immediately turned off when $he catches your gaze. + <<elseif $activeChild.face < -40>> + a bit of a turn off. You try to watch $his body instead. + <<elseif $activeChild.face < -10>> + not a highlight. $He isn't beautiful, and you would rather watch $his body. + <<elseif ($activeChild.face <= 10)>> + quite feminine and pleasing. You aren't captivated by $his face, but you don't avoid it either. + <<elseif ($activeChild.face <= 40)>> + feminine and attractive. You find yourself looking at it from time to time. + <<elseif ($activeChild.face <= 95)>> + beautiful and feminine. You often find your eyes locked on $his face for long periods of time. + <<else>> + absolutely stunning. Watching $his face is often more pleasing than watching $him dance. + <</if>> +<</switch>> + + +<<if ($activeChild.devotion < -20)>> + It's clear that $he hates being on display for you. $He resents you for making $him dance for you, + <<if ($activeChild.fear < -50)>> + but $he is to terrified of you to see what happens if $he resists + <<else>> + and refuses to comply. In order to make $him obey, a leash is attached from + <<switch $activeChild.collar>> + <<case "uncomfortable leather">> + the steel ring on $his leather collar + <<case "dildo gag">> + a ring on $his gag strap + <<case "massive dildo gag">> + a ring on $his gag strap + <<case "preg biometrics">> + $his collar + <<case "silk ribbon">> + $his silk ribbon + <<case "tight steel">> + $his steel collar + <<case "porcelain mask">> + <<if $activeChild.nosePiercing == 2>> + $his nose ring + <<elseif $activeChild.nipplesPiercing == 2>> + $his nipple chain + <<else>> + a collar that is placed around $his neck + <</if>> + <<case "shock punishment">> + $his shock collar + <<case "neck corset">> + an O-ring at the from of $his neck corset + <<case "stylish leather">> + $his collar + <<case "satin choker">> + $his choker collar + <<case "heavy gold">> + $He is wearing a heavy gold collar, an outstanding bit of ostentation. + <<case "pretty jewelry">> + $his ornate collar + <<case "bell collar">> + the ring attaching $his bell to $his collar, and + <<case "leather with cowbell">> + the ring attaching $his bell to $his collar, and + <<case "bowtie">> + $his bowtie collar + <<case "ancient Egyptian">> + <<if $activeChild.nosePiercing == 2>> + $his nose ring + <<elseif $activeChild.nipplesPiercing == 2>> + $his nipple chain + <<else>> + $his wesekh + <</if>>. + <<case "ball gag">> + a ring on the back of $his gag + <<case "bit gag">> + the ring on the side of $his bit + <<case "cruel retirement counter" "nice retirement counter">> + $his retirement counter + <<case "default">> + <<if $activeChild.nosePiercing == 2>> + $his nose ring + <<elseif $activeChild.nipplesPiercing == 2>> + $his nipple chain + <<else>> + a collar that is placed on $his neck for the occasion, and + <</if>> + <</switch>> + to the pole in order to keep $him from getting down. Whenever $he stops dancing the chain is tightened a bit more, + <<switch $activeChild.collar>> + <<case "uncomfortable leather">> + choking $him and rubbing $his skin raw from the leather; + <<case "tight steel">> + choking $him without mercy; + <<case "shock punishment">> + and a shock is sent through $his collar; + <<case "neck corset">> + making breathing even more difficult; + <<case "ancient Egyptian">> + <<if $activeChild.nosePiercing == 2>> + tugging at his nose ring; + <<elseif $activeChild.nipplesPiercing == 2>> + threatening to tear themselves from $his sensitive flesh; + <<else>> + tugging at $his throat; + <</if>>. + <<case "default">> + <<if $activeChild.nosePiercing == 2>> + tugging at his nose ring; + <<elseif $activeChild.nipplesPiercing == 2>> + threatening to tear themselves from $his sensitive flesh; + <<else>> + choking $him; + <</if>> + <</switch>> + forcing $him to keep moving or face more pain. + <</if>> +<<elseif ($activeChild.devotion <= 20)>> + $He hates being forced to dance for you, but tries $his best in spite of this. +<<elseif ($activeChild.devotion <= 50)>> + $He wants to do $his best for you, and tries not to hold back. +<<elseif ($activeChild.devotion <= 80)>> + $He is so eager to please you, and works hard to push $himself beyond $his skill limit. +<<elseif ($activeChild.devotion <= 100)>> + $He is so honored that you want to use $him in this way, and tries eagerly to please you. $His eyes are filled with adoration and every move $he makes is done with the sole intention of pleasure $his beloved Master. +<</if>> + +<<if ($activeChild.devotion <= 20)>> + <<if ($activeChild.sexualFlaw == "judgemental")>> + $He thinks to $himself that a real _womanP wouldn't need to compensate this way, and judges you harshly. + <<elseif ($activeChild.behavioralFlaw == "idealistic")>> + $He can't believe $he now lives in a world where $women are expected to preform for their <<= WrittenMaster()>> whether they consent or not. + <<elseif ($activeChild.behavioralFlaw == "bitchy")>> + $He dances, but makes sure that the disgust on $his face shows clearly that $he is not into it. + <</if>> +<</if>> +The atmosphere of your office is a testament to masculine opulence. Few _womenP in the old world would have the pleasure of completing their work while an attractive $woman flaunts $himself for _hisP pleasure. +You allow the situation to continue for about an hour, before deciding it's time to escalate. +You look up once more at your slave and take some time to review $his dancing performance +<<if ($activeChild.devotion >= -20)>> + <<if ($activeChild.skill.entertainment == 100)>> + Your slave has a level of skill previously unseen in the old world. Even $his blinks have the seductive pull of a goddess. As you watch $him preform, you think how no _womanP of the old world would ever get to see pure sexuality like this. And not only do get to watch $him, you OWN $him. $His body moves like water, and hips that ebbed and flowed as if the tides themselves panged for a rock hard cock to come and take them. You tried to get some work done, but couldn't take your eyes off $him for even a second. You promise to reward your slave for bringing so much sensuality and beauty into your office; transforming your place of work into a shrine of Masculine dominance. + <<elseif ($activeChild.skill.entertainment >= 60)>> + $His skill would have only been matched by the best of the best old world erotic dancers, but in your Free City expectations are high. $He dances with seduction in every move, alternating $his style between everything from belly dancing to club twerking, and each with the skill level of a trained professional. You got some work done while $he danced, but often found yourself pulled back in by the tide of $his rolling hips. You praise your slave for $his enriching performance. + <<elseif ($activeChild.skill.entertainment >= 40)>> + $He has impressive skill and would have been a top-tier dancer in the old world. One of the many benefits of being a leader of a Free City is the ability to work in an atmosphere of pure servitude. You were free to continue your work in an office the old world men could only dream of. You tell your slave that you are pleased with $his show. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Despite being an average entertainer, it is clear that $he is doing $his best. You enjoyed the sexy ambiance while you worked. You tell your slave that $his performance was adequate. + <<elseif ($activeChild.skill.entertainment >= 10)>> + $He is still learning the nuances of seductive dance, but at least able to move with the rhythm. You spent much of the performance distracted, forgetting that $he was even there at times and leaving $him unable to stop until you remembered about $him. You tell $him that $he will have to work harder if $he wishes to please you. + <<else>> + Or, at least, $his best attempt at dancing. $His arms flail about awkwardly as $he crouches and straightens off-beat to the music. You spent much of the dance ignoring $him and working on your business. You chide your slave for such a pathetic excuse for a performance, and tell $him that $he will have to find a place to please you, or you will be forced to make $him useful, turning $his thoughts to the arcades, dairies, and Fuckdolls common amongst the Free Cities. + <</if>> +<<else>> + $He dances poorly on purpose to spite you. Whatever skills $he has, they are not on display here. You threaten to + <<switch $activeChild.standardPunishment>> + <<case "confinement">> + lock $him up in the bad-<<= $girl>> box + <<case "whipping">> + whip $him until $he screams + <<case "chastity">> + <<if ($activeChild.energy > 60)>> + keep $him on the edge of orgasm until $he loses $his mind + <<else>> + fuck $him in the ass until $he's unconscious + <</if>> + <<case "situational">> + <<switch $activeChild.collar>> + <<case "shock punishment">> + activate $his collar, and + <</switch>> + punish $him + <</switch>> + if $he doesn't shape up. +<</if>> + +But it's not over yet. You tell your slave that it's time to incorporate some stripping into $his dance. + +<<if ($activeChild.sexualFlaw == "shamefast")>> + <<if ($activeChild.devotion <= 40)>> + $He immediately begins to tear up at the thought of being naked. $His shame is obvious to you, and you remind $him that $his comfort is not your concern. + <<if ($activeChild.skill.entertainment >= 99)>> + Even though $he is crippled by shame, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With tears still streaming down $his face, $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Even though $he is crippled by shame, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his shame, which makes $him shudder and cry whenever it's time for another article of clothing to come off. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $He is too concerned with protecting $his nakedness to be obedient and attractive simultaneously, and you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to reluctantly, but obediently, remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<else>> + Even though $he is uncomfortable at the thought of being naked, $he is so devoted to you that $he obeys without question. + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Overcoming $his fear of being naked, $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Even though $he is still ashamed, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts would be inhibited by $his shame, but $his devotion to you overrides this and $he is able to dance with added skill. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. You find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to shamefully remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <</if>> +<<elseif ($activeChild.behavioralFlaw == "odd")>> + <<if ($activeChild.skill.entertainment >= 99)>> + Even though $he is extremely odd, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With $his ass cheeks straddling the pole $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Even though $he is extremely odd, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he shouts wildly before upping the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his oddness, which results in $him crouching and squealing at inappropriate times. $He wonders aloud and you instruct $him to be silent the remainder of the dance. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $He is so odd that $his moves more resembles the chicken dance than any form of erotic dancing. You find yourself unable to look away, and for all the wrong reasons. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. Deciding that the rhythm is to blame, $he decides instead to sing $his own song to strip to. $He proceeds to hum string of off beat notes peppered with random words and scats, all punctuated by the sloppy kicking of clothes from $his ankles. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to roughly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> +<<elseif ($activeChild.sexualFlaw == "attention whore")>> + As an attention whore, this is what $he lives for. + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even though $he is also fulfilled by the event $he knows that your desire is all that matters. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He surely wishes $he were a better entertainer so you would call on $him to strip more often. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are overshadowed by $his clear desire to be looked at, and you can tell $he is distracted by this. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $He is trying much too hard to get your attention, and is visibly angered whenever $he sees that you are not aroused by $his fumblings. You find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to over-dramatically remove an article of clothing. After each article removed $he stops and looks at you to make sure you're watching. $His clear desire to be looked at makes $him more self-conscious which offsets the rhythm of the dance even more. $He decides to pick up the pace, aiming to be naked as quickly as possible so that you can admire $his body. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> +<<elseif ($activeChild.sexualQuirk == "tease")>> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. With cheeks still flushed and red, $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he blushes at the shame and arousal of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are made more entertaining by $his shame, which makes $him redden and blush whenever it's time for another article of clothing to come off. Even though $his entertainment skill needs improving, you genuinely enjoy the teasing way $he tugs at $his wear and makes you anticipate the removal of each article. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $He is a tease, which adds a bit of value, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> +<<else>> + <<if ($activeChild.fetishKnown == 1)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "dom">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "sadist">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "masochist">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "cumslut">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "humiliation">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "buttslut">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "pregnancy">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<case "boobs">> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <<if ($activeChild.boobs >= 10000)>> + weighty mammaries + <<elseif ($activeChild.boobs >= 2000)>> + cumbersome udders + <<elseif ($activeChild.boobs >= 1000)>> + massive slave tits + <<elseif ($activeChild.boobs >= 800)>> + forward-thrust breasts + <<elseif ($activeChild.boobs >= 500)>> + meager chest + <<elseif ($activeChild.boobs <= 400)>> + pathetic slave boobs + <<else>> tits + <</if>> + across your body as $he goes down. + <<default>> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 80)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <</switch>> + <<else>> + <<if ($activeChild.skill.entertainment >= 99)>> + Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. + <<elseif ($activeChild.skill.entertainment >= 60)>> + Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. + <<elseif ($activeChild.skill.entertainment >= 40)>> + Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. + <<elseif ($activeChild.skill.entertainment >= 20)>> + Your slave works hard to keep with the rhythm while removing articles of clothing. + <<elseif ($activeChild.skill.entertainment >= 10)>> + Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. + <<else>> + Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. + <</if>> + <</if>> + +<</if>> + +/* The following is formatting for later inclusion */ +/* +<<switch $activeChild.clothes>> + <<case "a Fuckdoll suit">> + $activeChild.slaveName's Fuckdoll suit + <<if $activeChild.boobs > 24000>> + fits each of $his awe-inspiring masses of breastflesh perfectly. + <<elseif $activeChild.boobs > 12000>> + fits each of $his enormous masses of breastflesh perfectly. + <<elseif $activeChild.boobs > 2000>> + fits each of $his huge breasts individually. + <<elseif $activeChild.boobs > 800>> + fits each of $his heavy breasts individually. + <<elseif $activeChild.boobs > 300>> + fits each of $his breasts individually. + <<else>> + is flat across $his chest. + <</if>> + <<case "conservative clothing">> + <<if $activeChild.boobs > 24000>> + $activeChild.slaveName is wearing a tent-like sweater tailored to cover $his tits. + <<elseif $activeChild.boobs > 12000>> + $activeChild.slaveName is wearing a massively oversized custom sweater since nothing else comes close to modestly covering $his tits. Even so, it's stretched taut struggling to contain their immense mass. + <<elseif $activeChild.boobs > 8000>> + $activeChild.slaveName is wearing an oversized sweater, since that's the only top that will come close to covering $his tits. Even so, it's stretched taut just struggling to cover $his nipples. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName is wearing an oversized sweater, since that's the only top that will cover $his tits. Even so, it's stretched taut over them. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's blouse is professional, but can't conceal the gigantic dimensions of $his tits. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's blouse is professional, but can't conceal how big $his tits are. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName's blouse is professional and includes a pleated front over $his flat chest. + <<else>> + $activeChild.slaveName's blouse is professional and includes a pleated front over $his breasts. + <</if>> + <<case "chains">> + $activeChild.slaveName has a length of chain painfully + <<if $activeChild.boobs > 800>> + tightened around the base of each breast, forcing them out. + <<elseif $activeChild.boobs < 300>> + <<switch $activeChild.nipples>> + <<case "huge">> + wrapped around each of $his huge nipples, since they are the only things protruding from $his chest. + <<case "inverted">> + wrapped tightly across $his flat chest, through the cleft of $his inverted nipples. + <<default>> + wrapped tightly across $his flat chest, directly over $his $activeChild.nipples nipples. + <</switch>> + <<else>> + looped under $his chest, forcing $his breasts up. + <</if>> + <<case "Western clothing">> + $activeChild.slaveName's flannel shirt + <<if $activeChild.boobs > 2000>> + can't begin to contain $his tits, so $he's just tied it under them for support. + <<elseif $activeChild.boobs > 800>> + can't close over $his tits, so $he's just buttoned it up to where they start and let them fill it out above that. + <<elseif $activeChild.boobs < 300>> + tightly hugs $his flat chest. + <<else>> + rests comfortably over $his breasts. + <</if>> + <<case "body oil">> + <<if $activeChild.boobs < 300>> + $activeChild.slaveName's flat chest is covered in a sexy sheen of body oil. + <<else>> + $activeChild.slaveName's breasts are covered in a sexy sheen of body oil. + <</if>> + <<case "a toga">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's breasts are too big to cover with $his toga, so $he leaves them hanging free. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName is wearing $his toga so as to leave one $activeChild.nipples nipple bare. + <<else>> + $activeChild.slaveName is wearing $his toga so as to leave one breast bare. + <</if>> + <<case "a huipil">> + <<if $activeChild.boobs > 2000>> + $activeChild.slaveName's breasts are so big that they pull up $his huipil uncomfortably high, so $he needs to fold it between them. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName's huipil rests on $his flat chest. + <<else>> + $activeChild.slaveName is wearing $his huipil which accentuates $his breasts. + <</if>> + <<case "a slutty qipao">> + $activeChild.slaveName's qipao + <<if $activeChild.boobs > 12000>> + can't contain the immense size of $his breasts, so $he wears a modified variant that lets $his tits hang free. + <<elseif $activeChild.boobs > 4000>> + barely covers $his breasts, it strains to contain their absurd size. Breast flesh spills from any gap it can find. + <<elseif $activeChild.boobs > 2000>> + demurely covers $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + demurely hugs $his flat chest. + <<else>> + demurely covers $his breasts. + <</if>> + <<case "uncomfortable straps">> + $activeChild.slaveName's slave + <<if $activeChild.boobs > 12000>> + outfit includes a network of straps to support $his breasts, radiating outwards from the steel rings around $his nipples. + <<elseif $activeChild.boobs > 2000>> + outfit has special straps for $his massive boobs: one strap down the front of each with steel rings to let $his nipples through, and a strap around the base of each, painfully squeezing $his breasts out to make them seem even bigger. + <<elseif $activeChild.boobs > 800>> + outfit's straining straps restrain the flesh of $his tits like a string bikini, with steel rings to let $his nipples through. + <<elseif $activeChild.boobs < 300>> + outfit's straps pass over $his flat chest like a string bikini, with steel rings to let $his $activeChild.nipples nipples through. + <<else>> + outfit's straps pass over $his breasts like a string bikini, with steel rings to let $his nipples through. + <</if>> + <<case "shibari ropes">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + breasts are restrained by <<if $showInches == 2>>yards and yards<<else>>meters and meters<</if>> of rope. + <<elseif $activeChild.boobs > 2000>> + boobs are tightly bound with rope, soft flesh pushing out from between them. + <<elseif $activeChild.boobs < 300>> + flat chest is tightly bound with rope, drawing attention to $his flat chest. + <<else>> + chest is tightly bound with rope. + <</if>> + <<case "restrictive latex">> + $activeChild.slaveName's + <<if $activeChild.boobs > 2000>> + breasts protrude through holes in $his latex suit, which are too small for them, painfully constricting $him and making them seem even bigger. + <<elseif $activeChild.boobs > 800>> + breasts protrude through holes in $his latex suit. + <<elseif $activeChild.boobs < 300>> + $activeChild.nipples nipples poke through holes in $his latex suit, since $he has nothing else protruding from $his chest. + <<else>> + latex suit leaves $his chest bare. + <</if>> + <<case "attractive lingerie">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + lace bra cannot cover the whole breast; its cups are half-moon shaped, and designed to offer what support they can to the bottom of them. They have disappeared completely under the immense quantity of breast flesh. + <<elseif $activeChild.boobs > 4000>> + lace bra cannot cover the whole breast; its cups are half-moon shaped, and designed to offer what support they can to the bottom of them. + <<elseif $activeChild.boobs > 800>> + sturdy lace bra supports $his huge breasts. + <<elseif $activeChild.boobs < 300>> + pretty lace bra hugs $his flat chest. + <<else>> + pretty lace bra accentuates $his breasts. + <</if>> + <<case "kitty lingerie">> + $activeChild.slaveName's lacy bra features a hole shaped liked a cat's head in the center of $his chest; + <<if $activeChild.boobs > 12000>> + $his breasts have stretched $his bra to the point that the hole is unrecognizable as anything feline. + <<elseif $activeChild.boobs > 4000>> + the size of $his breasts severely stretches out the hole's shape. + <<elseif $activeChild.boobs > 800>> + the size of $his breasts stretches out the hole's shape. + <<elseif $activeChild.boobs < 300>> + it lies flat against $his body. + <<else>> + the hole lies directly over $his cleavage. + <</if>> + <<case "a succubus outfit">> + $activeChild.slaveName's corset ends just below $his <<if $activeChild.boobs < 300>>non-existent <</if>>breasts, leaving them bare. + <<if $activeChild.boobs > 2000>> + It hugs $his tightly and comes up to right under where they start, forcing them to spill over and hide its upper half. + <<elseif $activeChild.boobs > 400>> + It hugs $his tightly and comes up to right under where they start, presenting them like a push-up bra. + <</if>> + <<case "a slutty maid outfit">> + $activeChild.slaveName's maid dress stops below $his <<if $activeChild.boobs < 300>>non-existent <</if>>breasts, but the outfit includes a thin white blouse + <<if $activeChild.boobs > 4000>> + that fails to even come close to covering $his immense breasts. + <<elseif $activeChild.boobs > 2000>> + that covers them to just over $his nipples when $he pulls it up over them. It's pulled down by $his huge chest whenever $he moves. + <<elseif $activeChild.boobs > 800>> + that covers them to just over $his nipples, leaving a large area of deliciously unsupported and jiggling cleavage. + <<elseif $activeChild.boobs < 300>> + that hugs $his flat chest and lets $his $activeChild.nipples nipples protrude through the fabric. + <<else>> + to cover them. + <</if>> + <<case "a nice maid outfit">> + $activeChild.slaveName's maid dress front is almost conservative, covering $his + <<if $activeChild.boobs > 12000>> + immense breasts with a tent-like billow of white fabric. + <<elseif $activeChild.boobs > 6000>> + immense breasts as best it can; it barely succeeds at its task, straining at the seams and allowing breast flesh to spill out of every available gap. + <<elseif $activeChild.boobs > 2000>> + breasts, though it cannot conceal their enormous mass. + <<elseif $activeChild.boobs < 300>> + flat chest, though it does nothing to hide how flat $he is. + <<else>> + breasts. + <</if>> + <<case "a fallen nuns habit">> + $activeChild.slaveName's latex habit includes a + <<if $activeChild.boobs > 20000>> + half-corset, but it's completely invisible, being hidden under $his inhuman tits. + <<elseif $activeChild.boobs > 4000>> + half-corset, but only the bottom edge is visible: the rest is swallowed up under $his gigantic tits. + <<elseif $activeChild.boobs > 800>> + half-corset to force $his big boobs up and forward, forming a lot of cleavage even though they're bare. + <<elseif $activeChild.boobs < 300>> + half-corset that tightly hugs $his flat chest. + <<else>> + half-corset to force $his boobs up and forward. + <</if>> + <<case "a chattel habit">> + $activeChild.slaveName's chattel habit's scapular covers $his shoulders and arms, but is open in front, leaving $his + <<if $activeChild.boobs > 4000>> + boobs completely bare. It tucks into a golden belt, though this is buried under $his breasts. + <<elseif $activeChild.boobs > 300>> + boobs completely bare. It tucks into a golden belt, which is cinched up right under $his breasts. + <<else>> + flat chest completely bare. It tucks into a golden belt cinched around $his middle torso. + <</if>> + <<case "a penitent nuns habit">> + If $he fails to hold $his torso totally still, the coarse cloth of $his top agonizingly scrapes across $his nipples, bare under $his habit. + <<case "a string bikini">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's breasts are so large that the little scraps of cloth intended for $his nipples can't really stay centered over them. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's huge breasts constantly pull $his nipples out from under the tiny scrap of cloth that $his string bikini affords them. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big breasts threaten to break out of $his straining string bikini top. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName's string bikini top barely covers anything, affording only a tiny scrap of cloth for each nipple; not that there is much else to cover on $his flat chest. + <<else>> + $activeChild.slaveName's string bikini top barely covers anything, affording only a tiny scrap of cloth for each nipple. + <</if>> + <<case "a scalemail bikini">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's breasts are so large that it's a testament to $his scalemail top that it hasn't broken yet. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's huge breasts constantly strain $his scalemail top. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's scalemail top contains $his big breasts well. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName's scalemail bikini top easily covers everything, as there is not much to cover on $his flat chest. + <<else>> + $activeChild.slaveName's scalemail bikini top covers everything, while still flaunting it. + <</if>> + <<case "striped panties">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's enormous breasts are completely bare. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's huge breasts are completely bare. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's breasts are completely bare. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName's flat breasts are completely bare. + <<else>> + $activeChild.slaveName's breasts are completely bare. + <</if>> + <<case "clubslut netting">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + immense boobs hang out the holes they tore in $his clubslut netting. + <<elseif $activeChild.boobs > 4000>> + clubslut netting is stretched to the breaking point by $his massive boobs. + <<elseif $activeChild.boobs > 800>> + clubslut netting is stretched by $his big breasts. + <<elseif $activeChild.boobs < 300>> + clubslut netting hugs $his flat chest. + <<else>> + clubslut netting hugs $his chest tightly. + <</if>> + <<case "a cheerleader outfit">> + $activeChild.slaveName's cheerleader top + <<if $activeChild.boobs > 12000>> + can't support $his giant bust and is lost beneath $his immense breasts. + <<elseif $activeChild.boobs > 4000>> + is strongly engineered, but it can barely support $his enormous bust. + <<elseif $activeChild.boobs > 800>> + gives $him an acre of cleavage. + <<elseif $activeChild.boobs < 300>> + tightly clings to $his flat chest, prominently displaying $his $activeChild.nipples nipples. + <<else>> + does its best to make $his boobs look bigger than they are. + <</if>> + <<case "cutoffs and a t-shirt">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + tits are so huge that $his t-shirt rests pathetically atop their mass. + <<elseif $activeChild.boobs > 4000>> + tits are so big that $his t-shirt barely comes down over $his nipples, leaving a lot of underboob hanging out. + <<elseif $activeChild.boobs > 1200>> + t-shirt is held out and away from $his midriff by $his big breasts. + <<elseif $activeChild.boobs < 300>> + t-shirt is tied across $his flat chest to bare $his midriff. + <<else>> + t-shirt is tied up to bare $his midriff. + <</if>> + <<case "spats and a tank top">> + $activeChild.slaveName's + <<if $activeChild.boobs > 20000>> + tank top lies atop $his massive rack. + <<elseif $activeChild.boobs > 12000>> + tank top just barely covers $his nipples despite its fairly large size. + <<elseif $activeChild.boobs > 4000>> + tank top can never completely cover $his tits, giving varying amounts of underboob as $he moves about. + <<elseif $activeChild.boobs > 1200>> + midriff is open to see as $his chest makes $his tank top ride up. + <<else>> + tank top is tight against $his <<if $activeChild.boobs < 300>> flat <</if>> chest. + <</if>> + <<case "a slutty outfit">> + $activeChild.slaveName + <<if $activeChild.boobs > 12000>> + has given up trying to contain $his immense bust and is now choosing outfits that allow $his breasts to hang free. + <<elseif $activeChild.boobs > 4000>> + has to be careful choosing slutty outfits that can restrain $his massive breasts. + <<elseif $activeChild.boobs > 800>> + has to be careful choosing slutty outfits that can handle $his big breasts. + <<elseif $activeChild.boobs < 300>> + chooses slutty outfits that go well on a $girl with no tits. + <<else>> + chooses slutty outfits that accentuate $his breasts. + <</if>> + <<case "a slave gown">> + $activeChild.slaveName's slave gown + <<if $activeChild.boobs > 12000>> + is no longer able to cover $his immense breasts. Instead, it has been redesigned to draw the eye to them. + <<elseif $activeChild.boobs > 4000>> + is carefully engineered and is somehow able to cover the enormous mass of $his breasts. + <<elseif $activeChild.boobs > 800>> + is carefully tailored, tastefully covering yet enhancing $his big breasts. + <<elseif $activeChild.boobs < 300>> + is carefully tailored to closely hug $his flat chest. + <<else>> + subtly accentuates $his breasts. + <</if>> + <<case "a halter top dress">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's immense breasts are far too big for $his dress to contain; instead it has been redesigned to allow them to hang freely. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's enormous breasts are spill out from every available space in $his beautiful halter top dress. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's enormous breasts are bulging inside a beautiful halter top dress. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's is draped inside a beautiful halter top dress, making $his big breasts the center of attention. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName is wearing a beautiful silky halter top dress, almost as if it was sculpted to hug $his flat chest. + <<else>> + $activeChild.slaveName is wearing a beautiful silky halter top dress, almost as if it was sculpted to match $his frame. + <</if>> + <<case "a ball gown">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName fabulous silken ball gown is designed to allow $his oversized breasts to hang free. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName somehow managed to cram the immense mass of $his breasts inside a fabulous silken ball gown. They spill out of every available gap. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName somehow managed to fit the enormous mass of $his breasts inside a fabulous silken ball gown. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's fabulous silken ball gown is carefully tailored, beautifully covering yet enhancing $his big breasts. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName's fabulous silken ball gown is carefully tailored, beautifully caressing $his flat chest. + <<else>> + $activeChild.slaveName's draped inside a fabulous silken ball gown. + <</if>> + <<case "slutty business attire">> + $activeChild.slaveName's suit jacket + <<if $activeChild.boobs > 12000>> + and blouse are both open in front, leaving $his boobs bare, since there's no way $he could button $his clothes over $his tits. + <<elseif $activeChild.boobs > 2000>> + is open in front, and $his straining blouse barely restrains $his tits. + <<elseif $activeChild.boobs < 300>> + is open in front, tightly hugging $his flat chest and prominently displaying $his $activeChild.nipples nipples. + <<else>> + is open in front, and $his blouse barely covers $his breasts. + <</if>> + <<case "nice business attire">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + tits are so immense that $his specially tailored blouse and jacket are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + tits are so huge that they prevent $his jacket from closing. Every motion $he makes threatens to turn $his blouse buttons into ballistics. + <<elseif $activeChild.boobs > 2000>> + tits are so big that they strain even $his specially tailored blouse and jacket. + <<elseif $activeChild.boobs > 800>> + big tits strain against $his tailored blouse and jacket. + <<elseif $activeChild.boobs < 300>> + suit jacket is fitted tightly to $his flat chest. + <<else>> + suit jacket conceals a flattering bra that lifts and presents $his bosom. + <</if>> + <<case "a comfortable bodysuit">> + <<if $activeChild.boobs < 300>> + $activeChild.slaveName's bodysuit is so tightly form-fitting that it clings to $his flat chest and prominently displays $his $activeChild.nipples nipples. + <<else>> + $activeChild.slaveName's bodysuit is so tightly form-fitting that $his breasts are individually hugged and supported by the material. + <</if>> + <<case "a latex catsuit">> + <<if $activeChild.boobs < 300>> + $activeChild.slaveName's latex catsuit fits $him like a second skin, showing off every detail of $his $activeChild.nipples nipples and distinct lack of breasts. + <<else>> + $activeChild.slaveName's latex catsuit fits $him like a second skin, showing off every detail of $his nipples and breasts. + <</if>> + <<case "a military uniform">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his tailored shirt and tunic. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his tunic.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a schutzstaffel uniform">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his tailored shirt and tunic. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his tunic.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a slutty schutzstaffel uniform">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his tailored shirt and tunic. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his tunic.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a long qipao">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his dress is on the verge of bursting open. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that $his dress is on the verge of bursting open. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain even $his dress greatly. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his dress. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his dress.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "battlearmor">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his armor is on the verge of bursting open. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that $his armor is on the verge of bursting open. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they armor even $his dress greatly. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his armor. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his armor.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a mounty outfit">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his tailored shirt and tunic. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his tunic.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a dirndl">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his dress are incapable of being laced up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his dress from being laced up. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain $his dress. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his dress. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his dress.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "lederhosen">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his tailored shirt and tunic. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his tunic.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a biyelgee costume">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his dress are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his dress from being buttoned up. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain $his dress. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his dress. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his dress.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a red army uniform" "a police uniform">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's big tits strain against $his tailored shirt and tunic. + <<else>> + $activeChild.slaveName cuts a dashing figure in $his tunic.<<if $activeChild.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <</if>> + <<case "a nice nurse outfit">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + immense tits are too big for $his scrub top, it rests uselessly atop $his bust. + <<elseif $activeChild.boobs > 4000>> + massive tits strain against $his scrub top, it only manages to cover $his nipples. + <<elseif $activeChild.boobs > 2000>> + massive tits strain against $his scrub top, filling it out completely despite its utilitarian cut. + <<elseif $activeChild.boobs > 800>> + sizable tits nicely fill out $his scrub top, despite its utilitarian cut. + <<elseif $activeChild.boobs < 300>> + scrub top tightly hugs $his flat chest. + <<else>> + tits are hidden beneath $his scrub top. + <</if>> + <<case "a mini dress">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + mini dress is pulled down to allow $his immense breasts to hang free. + <<elseif $activeChild.boobs > 4000>> + massive breasts stretch $his custom tailored dress to its absolute limit. + <<elseif $activeChild.boobs > 800>> + big breasts stretch taut against $his dress, leaving nothing to the imagination. + <<elseif $activeChild.boobs < 300>> + dress tightly hugs $his flat chest, prominently displaying $his $activeChild.nipples nipples though the fabric. + <<else>> + chest stretches taut against $his dress, leaving little to the imagination. + <</if>> + <<case "an apron">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + breasts are so immense that $his apron can barely contain them, and $he has to be careful not to expose one or both of $his $activeChild.nipples nipples as $he moves. + <<elseif $activeChild.boobs > 4000>> + massive breasts fill out $his strained apron, occasionally leaving the sides of $his $activeChild.nipples nipples bare. + <<elseif $activeChild.boobs > 800>> + big breasts fill out $his stretched apron, only just managing to fully cover $his $activeChild.nipples nipples. + <<elseif $activeChild.boobs < 300>> + apron lies flatly against $his small chest and $activeChild.nipples nipples. + <<else>> + breasts fill out $his apron, which is strategically worn to cover $his $activeChild.nipples nipples. + <</if>> + <<case "overalls">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + breasts are so immense that $his overalls can barely contain them, and $he has to be careful not to expose one or both of $his $activeChild.nipples nipples as $he moves. + <<elseif $activeChild.boobs > 4000>> + giant breasts peek out from the sides of $his strained overalls, often exposing the sides of $his $activeChild.nipples nipples. + <<elseif $activeChild.boobs > 800>> + huge breasts fill out $his stretched overalls, only just managing to fully cover $his $activeChild.nipples nipples. + <<elseif $activeChild.boobs < 300>> + overalls lie flatly against $his small chest and $activeChild.nipples nipples. + <<else>> + overalls are filled out by $his breasts, offering tantalizing views of their sides. + <</if>> + <<case "a leotard">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + tits are so big that even $his specially tailored leotard cannot really support them. + <<elseif $activeChild.boobs > 2000>> + big tits stretch the spandex of $his leotard taut across their width. + <<elseif $activeChild.boobs < 300>> + leotard tightly hugs $his flat chest, prominently displaying $his $activeChild.nipples nipples though the spandex. + <<else>> + chest is flattered by $his leotard. + <</if>> + <<case "a monokini">> + The shoulder straps of $activeChild.slaveName's monokini cross over in the center of $his chest, leaving the rest of $his + <<if $activeChild.boobs > 12000>> + gigantic breasts totally bare. + <<elseif $activeChild.boobs > 2000>> + large breasts totally bare. + <<elseif $activeChild.boobs < 300>> + flat chest totally bare. + <<else>> + breasts totally bare. + <</if>> + <<case "a cybersuit">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + gigantic breasts stretch out the bodysuit so tightly that $his nipples are clearly visible. + <<elseif $activeChild.boobs > 2000>> + large breasts stretch out the bodysuit so tightly that $his nipples are nearly visible. + <<elseif $activeChild.boobs < 300>> + flat chest is hugged tightly by the bodysuit, $his nipples pushing against the material. + <<else>> + breasts are hugged tightly by the bodysuit, $his nipples pushing against the material. + <</if>> + <<case "a bunny outfit">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + tits are so immense that $his teddy can't contain them; it's pulled down to allow them to hang free. + <<elseif $activeChild.boobs > 6000>> + tits are so huge that $his teddy conceals special stays to keep them from popping out at the slightest movement. Breast flesh massively overflows $his top. + <<elseif $activeChild.boobs > 2000>> + tits are so big that $his teddy conceals special stays to keep them from popping out at the slightest movement. + <<elseif $activeChild.boobs > 800>> + big tits are perpetually on the verge of spilling out of $his top. + <<elseif $activeChild.boobs < 300>> + teddy tightly clings to $his flat chest somehow making $him look even flatter. + <<else>> + teddy conceals cunning stays designed to make $his bosom look considerably bigger than it actually is. + <</if>> + <<case "attractive lingerie for a pregnant woman">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + top has been retailored to fit $his enormous bust. The ample breast flesh almost completely consumes $his silken lingerie. $His silken vest is barely visible behind $his massive tits. + <<elseif $activeChild.boobs > 4000>> + gigantic tits dwarf $his tiny top. It barely manages to cover $his nipples. $His silken vest is parted to either side of $his breasts. + <<elseif $activeChild.boobs > 800>> + large breasts spill out from above and below $his tight top. + <<elseif $activeChild.boobs < 300>> + top tightly clings to $his flat chest. + <<else>> + top tightly clings to $his chest. + <</if>> + <<case "a maternity dress">> + $activeChild.slaveName's + <<if $activeChild.boobs > 12000>> + low cut dress can't contain $his enormous breasts, so $he keeps it pulled up just below $his bust. + <<elseif $activeChild.boobs > 4000>> + low cut dress can barely conceal $his giant breasts. They bulge over the top and create a deep valley of cleavage. + <<elseif $activeChild.boobs > 1000>> + dress is low cut and reveals a large amount of cleavage. + <<elseif $activeChild.boobs < 300>> + dress is low cut, tightly hugs $his flat chest and ends just above $his nipples. + <<else>> + dress is low cut and ends just above $his nipples. + <</if>> + <<case "stretch pants and a crop-top">> + <<if $activeChild.boobs > 20000>> + $activeChild.slaveName is wearing a massively oversized custom crop-top designed to handle $his monumental tits. Even so, it's stretched taut just struggling to cover $his nipples, causing acres of breast flesh to spill out from under and above it. + <<elseif $activeChild.boobs > 10000>> + $activeChild.slaveName's oversized crop-top struggles to contain even half of $his immense breasts leaving plenty of underboob visible alongside with $his cleavage. Every motion risks a nipple popping free. + <<elseif $activeChild.boobs > 8000>> + $activeChild.slaveName's oversized crop-top struggles to contain $his enormous breasts leaving plenty of underboob visible alongside with $his cleavage. + <<elseif $activeChild.boobs > 4000>> + $activeChild.slaveName has swapped up to the largest crop-top available. Even so, it barely covers them and creates plenty of cleavage. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's crop-top struggles to contain $his huge breasts leaving plenty of underboob visible alongside with $his cleavage. + <<elseif $activeChild.boobs > 800>> + $activeChild.slaveName's crop-top tightly hugs $his big breasts creating plenty of cleavage. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName's crop-top tightly clings to $his flat chest. + <<else>> + $activeChild.slaveName's crop-top tightly hugs $his breasts. + <</if>> + <<switch $activeChild.sexualFlaw>> + <<case "neglectful">> + "All For You" + <<case "cum addict">> + "Cum 'ere Sexy" + <<case "anal addict">> + "Reach Around Back" + <<case "attention whore">> + "Will Flash For Attention" + <<case "breast growth">> + "Could Be Bigger" + <<case "abusive">> + "Fondlers May Be Slapped" + <<case "malicious">> + "Careful, I Bite" + <<case "self hating">> + "Rough 'em Up" + <<case "breeder">> + "Drink Deep" + <<default>> + <<if $activeChild.fetishKnown == 1>> + <<switch $activeChild.fetish>> + <<case "submissive">> + "Take Me" + <<case "cumslut">> + "Splash Zone" + <<case "humiliation">> + "Flasher" + <<case "buttslut">> + "Reach Around" + <<case "boobs">> + "Your Hands Here" + <<case "sadist">> + "Taste the Pain" + <<case "masochist">> + "Be Rough" + <<case "dom">> + "Queen Bitch" + <<case "pregnancy">> + "Milk Me" + <<case "mindbroken">> + "Free Slut" + <<default>> + <<InscripDesc>> + <</switch>> + <<else>> + <<InscripDesc>> + <</if>> + <</switch>> + is written across $his chest in large, vibrant letters. + <<case "harem gauze">> + $activeChild.slaveName's harem girl outfit + <<if $activeChild.boobs > 12000>> + lets $his inhuman breasts rest beneath + <<elseif $activeChild.boobs > 800>> + lets $his breasts swing free beneath + <<elseif $activeChild.boobs < 300>> + gently covers $his flat chest with + <<else>> + only covers $his breasts with + <</if>> + a thin film of gauze. + <<case "a slutty nurse outfit">> + $activeChild.slaveName's jacket + <<if $activeChild.boobs > 4000>> + closes beneath $his tits, leaving almost everything visible. + <<elseif $activeChild.boobs > 800>> + pushes $his tits together to form some great cleavage. + <<elseif $activeChild.boobs < 300>> + tightly hugs $his flat chest, since it has no breasts to form cleavage with. + <<else>> + pushes $his tits together to form as much cleavage as possible. + <</if>> + <<case "a schoolgirl outfit">> + $activeChild.slaveName's + <<if $activeChild.boobs > 4000>> + breasts are too big for $his blouse, so $he's tied it under them; they're so huge that it's buried under them. + <<elseif $activeChild.boobs > 800>> + breasts are too big for $his blouse, so $he's tied it under them and left them totally bare. + <<elseif $activeChild.boobs < 300>> + blouse tightly hugs $his flat chest. + <<else>> + blouse only barely covers $his breasts. + <</if>> + <<case "a kimono">> + $activeChild.slaveName's kimono + <<if $activeChild.boobs > 12000>> + can't cover $his breasts, so $he leaves it hanging loose; allowing them to hang freely. + <<elseif $activeChild.boobs > 4000>> + barely covers $his breasts. It reveals most of $his chest, just covering the outer edges of $his breasts and their nipples. + <<elseif $activeChild.boobs > 2000>> + demurely covers $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + demurely rests over $his flat chest. + <<else>> + demurely covers $his breasts. + <</if>> + <<case "battledress">> + <<if $activeChild.boobs > 12000>> + $activeChild.slaveName's immense breasts are barely supported by a specially engineered, space-age sports bra. + <<elseif $activeChild.boobs > 2000>> + $activeChild.slaveName's huge breasts are supported by a specially engineered, space-age sports bra under $his tank top. + <<elseif $activeChild.boobs < 300>> + $activeChild.slaveName is flat as an ironing board; $he wears $his tank top without a bra underneath. + <<else>> + $activeChild.slaveName's breasts are supported by a sports bra under $his tank top. + <</if>> + <<case "slutty jewelry">> + $activeChild.slaveName's bangles include a + <<if $activeChild.boobs > 2000>> + thin chain that runs under $his breasts, disappearing entirely. + <<elseif $activeChild.boobs > 800>> + thin chain that runs under $his breasts, appearing and disappearing enticingly when $he moves. + <<elseif $activeChild.boobs < 300>> + thin chain that runs across $his flat chest. + <<else>> + light chain that loops under $his breasts. + <</if>> + <<case "a burqa">> + $activeChild.slaveName's burqa + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a tube top and thong" "a tube top" "leather pants and a tube top">> + $activeChild.slaveName's tube top + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a button-up shirt and panties" "a button-up shirt" "a t-shirt" "a t-shirt and thong" "a t-shirt and panties" "sport shorts and a t-shirt" "a t-shirt and jeans">> + $activeChild.slaveName's shirt + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "an oversized t-shirt and boyshorts" "an oversized t-shirt">> + $activeChild.slaveName's over-sized shirt + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, the fabric easily stretches to cover $his expansive mounds of flesh. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts, the fabric easily covers $his absurdly-sized breasts. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a thong" "a skimpy loincloth" "boyshorts" "cutoffs" "leather pants" "panties" "jeans" "sport shorts">> + $activeChild.slaveName's breasts + <<if $activeChild.boobs > 12000>> + are completely bare. + <<elseif $activeChild.boobs > 8000>> + are completely bare. + <<elseif $activeChild.boobs > 4000>> + are completely bare. + <<elseif $activeChild.boobs < 300>> + are completely bare. + <<else>> + are completely bare. + <</if>> + <<case "a tank-top" "a tank-top and panties">> + $activeChild.slaveName's tank-top + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a sweater" "a sweater and cutoffs" "a sweater and panties">> + $activeChild.slaveName's sweater + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "leather pants and pasties" "panties and pasties">> + $activeChild.slaveName's breasts + <<if $activeChild.boobs > 12000>> + are completely bare, except for the pasties covering $his nipples. + <<elseif $activeChild.boobs > 8000>> + are completely bare, except for the pasties covering $his nipples. + <<elseif $activeChild.boobs > 4000>> + are completely bare, except for the pasties covering $his nipples. + <<elseif $activeChild.boobs < 300>> + are completely bare, except for the pasties covering $his nipples. + <<else>> + are completely bare, except for the pasties covering $his nipples. + <</if>> + <<case "a bra" "a striped bra" "a sports bra" "sport shorts and a sports bra" "striped underwear">> + $activeChild.slaveName's bra + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a nice pony outfit" "a slutty pony outfit">> + $activeChild.slaveName's outfit + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a one-piece swimsuit">> + $activeChild.slaveName's swimsuit + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a gothic lolita dress" "a hanbok">> + $activeChild.slaveName's blouse + <<if $activeChild.boobs > 12000>> + entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 8000>> + entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 4000>> + entirely conceals $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + entirely conceals $his flat chest. + <<else>> + entirely conceals $his breasts. + <</if>> + <<case "a hijab and abaya" "a niqab and abaya">> + $activeChild.slaveName's abaya + <<if $activeChild.boobs > 12000>> + modestly covers $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 4000>> + modestly covers $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 2000>> + modestly covers $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + modestly rests over $his flat chest. + <<else>> + modestly covers $his breasts. + <</if>> + <<case "a klan robe" "a slutty klan robe">> + $activeChild.slaveName's robe + <<if $activeChild.boobs > 12000>> + modestly covers $his breasts, although the fabric struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 4000>> + modestly covers $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 2000>> + modestly covers $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + modestly rests over $his flat chest. + <<else>> + modestly cover $his breasts. + <</if>> + <<case "a hijab and blouse">> + $activeChild.slaveName's two shirts + <<if $activeChild.boobs > 12000>> + modestly cover $his breasts, although the fabrics struggle to ensure they are entirely covered. + <<elseif $activeChild.boobs > 4000>> + modestly cover $his breasts. They have both been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 2000>> + modestly cover $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + modestly cover $his flat chest. + <<else>> + modestly cover $his breasts. + <</if>> + <<case "a burkini">> + $activeChild.slaveName's burkini + <<if $activeChild.boobs > 12000>> + modestly covers $his breasts, although it struggles to ensure they are entirely covered. + <<elseif $activeChild.boobs > 4000>> + modestly covers $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. + <<elseif $activeChild.boobs > 2000>> + modestly covers $his breasts, though it cannot conceal their absurd size. + <<elseif $activeChild.boobs < 300>> + modestly covers $his flat chest. + <<else>> + modestly covers $his breasts. + <</if>> + <<case "a Santa dress">> + $activeChild.slaveName's red holiday dress is designed with a dangerously low neckline, which + <<if $activeChild.boobs > 12000>> + $his colossal breasts spill out of completely unheeded. + <<elseif $activeChild.boobs > 4000>> + serves only to prop up $his massive, otherwise naked breasts. + <<elseif $activeChild.boobs > 2000>> + lies at nipple-level on $his big breasts, leaving a decent portion of $his areolae uncovered. + <<elseif $activeChild.boobs < 300>> + hangs lowly on $his flat chest, occasionally revealing one of $his nipples. + <<else>> + accentuates $his cleavage, especially since it always appears to be slipping down $his body. + <</if>> + <<default>> + <</switch>> + +End clothing-specific stripping */ + +Once the last piece of clothing has hit the floor you let your little slut dance naked a little while longer while you finish your last report. Once you have gotten enough of $his dancing you snap your fingers to call your slave over. +<<if ($activeChild.devotion > 80)>> + Your slave hurries to your side and drops to $his knees. $He gladly kneels at your feet, looking up at $his Master in adoration. +<<elseif ($activeChild.devotion > 20)>> + Your slave hurries to your side and drops to $his knees. $He obediently kneels at your feet. +<<elseif ($activeChild.devotion < -50)>> + <<if ($activeChild.fear < -50)>> + $He hurries frantically to your side, and drops quivering to the floor at your feet hoping $he was quick enough to avoid + <<switch $activeChild.standardPunishment>> + <<case "confinement">> + confinement. + <<case "whipping">> + whipping + <<case "chastity">> + <<if ($activeChild.energy > 60)>> + orgasm denial + <<else>> + punishment. + <</if>> + <<case "situational">> + <<switch $activeChild.collar>> + <<case "shock punishment">> + shock + <</switch>> + punishment. + <</switch>> + <<else>> + $He looks at you angrily, refusing to obey. You are forced to get up from your chair and retrieve $his leash, dragging $him back by $his + <<if $activeChild.nosePiercing == 2>> + nose ring. + <<elseif $activeChild.nipplesPiercing == 2>> + nipples. + <<else>> + collar. + <</if>> + Once seated, you chain $him to your desk and force $him to $his knees. You may have to start punishing $him more severely. + <</if>> +<<else>> + Your slave walks slowly to your desk and kneels. $He looks up at you, hoping that $his life gets easier. +<</if>> +/* more varied reactions planned. */ +<<if (random(1,100) > (100 + $activeChild.devotion))>> + <<if ($activeChild.fetish != "humiliation") && ($activeChild.energy <= 95) && ($activeChild.sexualFlaw != "shamefast")>> + Being facefucked by force has given $him a @@.red;desire to always be clothed.@@ + <<set $activeChild.sexualFlaw = "shamefast">> + <</if>> +<<elseif (random(1,100) > (110 - $activeChild.devotion))>> + <<if ($activeChild.fetish == "none") && ($activeChild.sexualFlaw != "shamefast")>> + Being on display for your pleasure has @@.lightcoral;encouraged $him to focus exposing $himself more often.@@ + <<set $activeChild.fetish = "humiliation", $activeChild.fetishKnown = 1>> + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set _fl = $slaveIndices[$activeChild.ID]>> + <<if def _fl>> + <<set $slaves[_fl] = $activeChild>> + <</if>> +<</if>> diff --git a/src/facilities/nursery/scenes/cDick.tw b/src/facilities/nursery/scenes/cDick.tw new file mode 100644 index 00000000000..2a2bb2f6757 --- /dev/null +++ b/src/facilities/nursery/scenes/cDick.tw @@ -0,0 +1,272 @@ +:: CDick [nobr] +/* TODO: .pregMood and more amp variants */ + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<set _belly = bellyAdjective($activeChild)>> +/*CHECK*/ + +/*NON-AMPUTEE*/ +<<if ($activeChild.amp < 1)>> + You direct $activeChild.slaveName to lie down and ready $himself as you step over to $him and align your <<if $PC.vagina == 1>>vagina<<else>>ass<</if>> with $his + <<if ($activeChild.vaginaPiercing > 1) && ($activeChild.dick != 0)>> + pierced cock-head. + <<elseif ($activeChild.vaginaPiercing == 1) && ($activeChild.dick != 0)>> + pierced cock. + <<else>> + cock. + <</if>> + + <<if $activeChild.fetish != "mindbroken" && $activeChild.fuckdoll == 0>> + <<if $activeChild.devotion > 20>> + $He thought $he would be fucking another slave, not $his <<= WrittenMaster()>>, so to say $he's pleasantly surprised would be an understatement. + <<elseif $activeChild.devotion >= -20>> + $He thought $he would fucking another slave, not $his <<= WrittenMaster()>>; $he has mixed feelings about this, but $his body can't wait to plunge your depths. + <<else>> + <<if $activeChild.trust < -20>> + $He was already horrified at the thought of being ordered to lie down and let another slave rape $his dick, but when $he realized it would be you instead, that horror turned to a mix of confusion and sheer terror. + <<else>> + $His dick springs to life at the prospect of plunging into your depths; this may be $his chance to one up you for a change. + <</if>> + <</if>> + <</if>> + + You slowly lower yourself onto $his + <<if $activeChild.dick == 1>> + tiny + <<elseif $activeChild.dick == 2>> + cute + <<elseif $activeChild.dick == 3>> + average + <<elseif $activeChild.dick == 4>> + big + <<elseif $activeChild.dick == 5>> + impressive + <<elseif $activeChild.dick == 6>> + huge + <<elseif $activeChild.dick == 7>> + gigantic + <<elseif $activeChild.dick == 8>> + titanic + <<elseif $activeChild.dick == 9>> + absurd + <<elseif $activeChild.dick == 10>> + inhuman + <<else>> + hypertrophied + <</if>> + dick, savoring every <<if $showInches == 2>>inch<<else>>centimeter<</if>>, + <<if $activeChild.dick <= 6>> + until you find yourself hilted and sitting on $his pelvis. + <<else>> + until you feel that you can't take any more of $him inside you. + <</if>> + + Making eye contact<<if !canSee($activeChild)>> (inasmuch as you can)<</if>>, you reach <<if $PC.belly < 5000 && $activeChild.belly < 5000>>back<<else>>down<</if>> + <<if $activeChild.scrotum > 0>> + and stroke $his + <<if $activeChild.balls == 0>> + soft + <<elseif $activeChild.balls == 1>> + tiny + <<elseif $activeChild.balls == 2>> + cute + <<elseif $activeChild.balls == 3>> + average + <<elseif $activeChild.balls == 4>> + large + <<elseif $activeChild.balls == 5>> + huge + <<else>> + monstrous + <</if>> + balls, + <<else>> + soft perineum, + <</if>> + making it abundantly clear that you want $his cum. + + <<if ($activeChild.fetish == "mindbroken")>> + Like a doll, $he dumbly remains still, completely indifferent that $he's deep in $his <<= WrittenMaster()>>'s <<if $PC.vagina == 1>>pussy<<else>>butt<</if>>. + You start moving up and on $his shaft, continuing until you climax and lift yourself off of $him. A strand of cum slips from your <<if $PC.vagina == 1>>slit<<else>>anus<</if>>; it seems $activeChild.slaveName came too. + Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. + <<elseif $activeChild.devotion > 50>> + <<if $activeChild.trust < -20>> + Having followed your instructions as quickly as $he could in fear of your wrath, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his obedient cock. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He squeaks lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you before apologizing submissively. + <<elseif $activeChild.trust <= 20>> + Having followed your instructions quickly and obediently, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and warns you $he is about to cum; in response you speed up your pace, encouraging $him to impale you on $his throbbing shaft. $He squeals lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads spurt after spurt into you before helping you up. + <<else>> + Having followed your instructions with gusto, $he energetically pounds you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and desperately warns you $he can't hold out any longer; in response you speed up your pace, tipping $him over the edge and forcing $him to impale you on $his twitching shaft. $He moans loudly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads spurt after spurt into you before pulling you into a post coitus embrace. + <</if>> + <<elseif $activeChild.devotion >= -20>> + <<if $activeChild.trust < -20>> + Having hesitatingly followed your instructions, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his terrified cock. While $he is too afraid to enjoy pleasuring you, $he obediently thrusts into you. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out in surprise, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and blows $his load in you like a good little slave. + <<elseif $activeChild.trust <= 20>> + Having obediently followed your instructions, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his willing cock. While $he is too uncertain of $his position in the hierarchy to really enjoy $himself, $he hesitatingly thrusts into you. When $he feels $he is nearing $his limit, $he gives you proper warning that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out in surprise, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms and boldness, and blows $his load in you during the confusion. + <<else>> + Having obediently followed your instructions, $he energetically pounds you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and pounds you a little too eagerly, not even slowing down as you begin to feel $him tense with orgasm. Without so much as a warning to you, $he trembles with orgasm, pumping $his load deep into your <<if $PC.vagina == 1>>cunt<<else>>rectum<</if>> and setting off your own. You glare daggers at $him as $he profusely apologizes for $his lack of restraint. + <</if>> + <<else>> + <<if $activeChild.trust < -20>> + Having followed your instructions as quickly as $he could, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his reluctant cock. While $he is too afraid to be an active participant in pleasuring you, you make do with what $he's giving. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you despite $his fear. + <<elseif $activeChild.trust <= 20>> + Having followed your instructions as quickly as $he could, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his reluctant cock. While $he is too hateful to be an active participant in pleasuring you, you make do with what $he's got. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads deep inside you without warning. $He @@.orangered;smirks a little@@ as you glare daggers at $him. + <<set $activeChild.trust++>> + <<elseif overpowerCheck($activeChild, $PC) < random(1,100)>> + Without warning, $he flips you onto your side and, still hilted, + <<if $activeChild.belly >= 300000>> + repositions you onto your hands and knees while using $his _belly belly to pin you under $him. + <<elseif $PC.belly >= 5000>> + rolls you into missionary while pinning your arms and legs. + <<elseif $PC.boobsBonus > 1>> + pushes your face down into your <<if $PC.boobsImplant == 1>>fake <</if>>cleavage while pinning your arms and legs. + <<else>> + rolls you into missionary while pinning your arms and forcing you into a mating press. + <</if>> + Such audacity takes you entirely by surprise and gives $him the edge $he needs to pull it off. $He vigorously pistons in and out of you with little regard for you<<if $PC.pregKnown == 1>> or your pregnancy<</if>>, fucking you senseless until $he has had enough and cums deep inside your <<if $PC.vagina == 1>>pussy<<else>>ass<</if>>. + <<if canImpreg($PC, $activeChild) && $activeChild.fetish == "pregnancy">> + Running a hand across your firm belly, $he decides $his job is not yet done and begins reaming you once more, dead set on taking this opportunity to @@.orangered;show you your place by knocking you up with $his child.@@ $He manages to empty $his balls in your womb several more times before exhaustion kicks in, forcing $him to leave you twitching and drooling cum. + <<= knockMeUp($PC, 100, 0, $activeChild.ID)>> + <<set $activeChild.counter.penetrative += 5, $penetrativeTotal += 5>> + <<else>> + Contently sighing, $he pulls $his still very hard cock from your overwhelmed body and forces it into your mouth, ready to blow a second load and give you a @@.orangered;taste of your place,@@ before leaving you twitching and drooling cum. + <<set $activeChild.counter.penetrative++, $penetrativeTotal++>> + <</if>> + <<set $activeChild.trust += 5>> + <<else>> + You feel $him shift dominantly beneath you and in response + <<if $activeChild.scrotum > 0>> + clamp down on $his balls + <<else>> + twist $his dick at an odd angle + <</if>> + until $he behaves. $He groans with a mix and disgust and pleasure while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his traitorous cock. $He might not want to bend to your will, but you have $his body wrapped around your little finger, even though it still leaves you doing all the work. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads deep inside you without warning. $He @@.orangered;smirks a little@@ as you glare daggers at $him. + <<set $activeChild.trust++>> + <</if>> + <</if>> +/*AMPUTEE*/ +<<else>> + You step over to pick up $activeChild.slaveName, lie $him down and get $him ready. Then you align your <<if $PC.vagina == 1>> vagina <<else>> ass <</if>> with + <<if ($activeChild.vaginaPiercing > 1) && ($activeChild.dick != 0)>> + $his pierced cock-head. + <<elseif ($activeChild.vaginaPiercing == 1) && ($activeChild.dick != 0)>> + $his pierced cock + <<else>> + $his cock + <</if>> + and lower yourself onto $his + + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> + <<if $activeChild.dick <= 6>> + until you are sitting on $his loins. + <<else>> + until feel that you can't take more of $him inside you. + <</if>> + + You reach back + + <<if $activeChild.scrotum > 0>> + and stroke $his + <<if $activeChild.balls == 0>> + soft scrotum. + <<elseif $activeChild.balls == 1>> + tiny balls. + <<elseif $activeChild.balls == 2>> + cute balls. + <<elseif $activeChild.balls == 3>> + balls. + <<elseif $activeChild.balls == 4>> + large balls. + <<elseif $activeChild.balls == 5>> + huge balls. + <<else>> + monstrous balls. + <</if>> + <<else>> + soft perineum. + <</if>> + <<if ($activeChild.fetish == "mindbroken")>> + Like a broken doll, $he dumbly remains still, watching you without interest. + You start moving up and on $his shaft, until you climax and notice that so did $activeChild.slaveName. + Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. + <<else>> + You ride your helpless slave until you both climax. + <</if>> +<</if>> + +<<if canWalk($activeChild) && $activeChild.fetish != "mindbroken" && $postSexCleanUp > 0>> + <<switch $activeChild.assignment>> + <<case "whore">> + $He heads to the bathroom to clean $his dick before returning to selling $his body publicly. + <<case "serve the public">> + $He heads to the bathroom to clean $his dick before returning to allowing the public to use $his body. + <<case "rest">> + $He heads to the bathroom to clean $his dick before crawling back into bed. + <<case "get milked">> + $He hurries to the bathroom to clean $his dick <<if $activeChild.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<case "please you">> + $He hurries to the bathroom to clean $his dick before returning to await your next use of $his body, as though nothing had happened. + <<case "be a subordinate slave">> + $He moves to the bathroom to clean $his dick, though it's only a matter of time before another slave decides to take their turn with $his cock. + <<case "be a servant">> + $He hurries to the bathroom to clean $his dick, since $his chores didn't perform themselves while you used $him. + <<case "be your Head Girl">> + $He hurries to the bathroom to clean $his dick, worried that $his charges got up to trouble while you were using $him. + <<case "guard you">> + $He hurries off to wash $his dick so you'll be unguarded for as little time as possible. + <<case "work in the brothel">> + $He goes to wash $his dick so $his next customer has no idea what $he's been up to. + <<case "serve in the club">> + $He goes to wash $his dick to make it appear unused. + <<case "work in the dairy">> + $He goes off to carefully wash $his dick to avoid besmirching the nice clean dairy. + <<case "work as farmhand">> + $He goes off to wash $his dick to avoid tainting the food in $farmyardName. + <<case "work as a servant">> + $He rushes to wash $his dick, impatient to get back to $his undiminished chores. + <<case "work as a nanny">> + $He runs off to wash off $his dick before heading back to the $nurseryName. + <</switch>> +<</if>> + +<<set $activeChild.counter.penetrative++, $penetrativeTotal++>> +<<if canImpreg($PC, $activeChild)>> + <<if $activeChild.diet == "cum production">> + <<set _pregChance = ($activeChild.balls * 5 * 1.2)>> + <<= knockMeUp($PC, _pregChance, 0, $activeChild.ID)>> + <<else>> + <<set _pregChance = ($activeChild.balls * 5)>> + <<= knockMeUp($PC, _pregChance, 0, $activeChild.ID)>> + <</if>> +<</if>> +<<if $sexualOpeness == 0>> + Rumors spread that you @@.red;enjoy taking it from slaves.@@ + <<set $PC.degeneracy += 2>> +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $slaves[$slaveIndices[$activeChild.ID]] = $activeChild>> +<</if>> diff --git a/src/facilities/nursery/scenes/cEmbrace.tw b/src/facilities/nursery/scenes/cEmbrace.tw new file mode 100644 index 00000000000..1f8192c22d4 --- /dev/null +++ b/src/facilities/nursery/scenes/cEmbrace.tw @@ -0,0 +1,96 @@ +:: CEmbrace [nobr] + +<<setPlayerPronouns>> +<<run Enunciate($activeChild)>> +<<setLocalPronouns $activeChild>> + +You tell $activeChild.slaveName to +<<if ($activeChild.amp != 1)>> + stand in front of you. +<<else>> + have another slave set $him down on your desk. +<</if>> + +<<if ($activeChild.fetish == "mindbroken") && ($activeChild.relationship != -3)>> + $He complies automatically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. +<<elseif ($activeChild.relationship == -2)>> + $He excitedly complies, happy to be near the object of $his longing. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif ($activeChild.relationship == -3)>> + <<if $activeChild.fetish == "mindbroken">> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank <<= App.Desc.eyeColor($activeChild)>> eyes. $He shows no reaction. + <<elseif $activeChild.devotion+$activeChild.trust >= 175>> + $He lovingly complies, hurrying to come close to the _womanP who married $him. Once $he's close, you take your willing wife's head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile<<if canSee($activeChild)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>. + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + $He complies. Once $he's close, you take your reluctant wife's head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee($activeChild)>> breaks eye contact<<else>> turns $his face away<</if>>. + <<elseif $activeChild.devotion < -20>> + $He complies out of fear. Once $he's close, you take your unwilling wife's head in your hands and gaze deeply into $his teary <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee($activeChild)>> breaks eye contact<<else>> turns $his face away<</if>>. + <<else>> + $He complies obediently. Once $he's close, you take your willing wife's head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if canSee($activeChild)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>. + <</if>> +<<elseif ($activeChild.devotion > 75)>> + $He elatedly complies, joyful at being near to you. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously. +<<elseif ($activeChild.devotion > 50)>> + $He dotingly complies, being near you filling $him with delight. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. +<<elseif ($activeChild.devotion > 20)>> + $He joyfully complies, happy to be near you. Once $he's close, you take $his willing head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust >= -20)>> + $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you take $his head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. +<<elseif ($activeChild.trust < -20)>> + The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you take $his trembling head in your hands and gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes for a moment. $He looks down fearfully, and begins to shake with terror, tears streaking down $his cheeks. +<<else>> + $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you take a moment to gaze deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He stares back, but after a few moments $he loses the contest of wills and looks down. +<</if>> + +You walk around $him and put your hands around $his abdomen,<<if ($activeChild.amp != 1)>> to gently pull $him close towards you<<else>> moving close towards $him on your desk<</if>> and then wrap your arms around $his shoulders.<<if ($activeChild.amp != 1)>> When you press your hips against $hers,<<else>> You use your arms to prop $him up against you,<</if>> <<if ($activeChild.trust > 20)>>letting $him lean while taking the weight of $him against you<<else>>$he tries to lean away from you, pushing against your arms<</if>>. You lovingly squeeze $him in your long, cradling embrace. + +<<if ($activeChild.boobs < 2600)>> + <<if ($activeChild.nipples == "huge")>> + You feel $his large, erect nipples against your + <<elseif ($activeChild.nipples == "puffy")>> + You feel $his erect, puffy nipples against your + <<elseif $activeChild.nipples == "partially inverted">> + You feel $his partially inverted nipples against your + <<elseif $activeChild.nipples == "inverted">> + You feel $his inverted nipples against your + <<elseif $activeChild.nipples == "inverted">> + You feel the slits of $his nipples against your + <<else>> + You feel $his erect nipples against your + <</if>> + hands as you move your arms down around $his breasts. <<if ($activeChild.devotion > 20)>>You take your time to stay in this position, feeling $his heart beat against you. $He starts to breathe faster before you keep one arm wrapped around $him as you move to $his front<<else>>As you move to $his front, with one arm still around $him, $he again tries to break away but you keep $him held tightly and you whisper the alternatives to $him, reminding $him<</if>>. You wrap your arms around $his back as you press $his breasts against your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>. +<<else>> + $His massive tits are too large for you to wrap your arms around so you start to wrap your arms around $his waist. You feel $his heart beat against your chest, $he starts to breathe faster as you press $his back against your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>. +<</if>> + +<<if ($activeChild.fetish == "mindbroken")>> + $His posture doesn't change. $He initially only reacts slightly to your physical touch but eventually $he relaxes in the warmth of your embrace against $him. You know that this may only be a physiological reaction, nothing more. For a brief moment you think you detect a spark of life in $his dull eyes but just as quickly, it is gone. When you stop, $his <<= App.Desc.eyeColor($activeChild)>> eyes track the movements of your hands briefly but then $he stares blankly ahead of $him, not understanding what is happening. +<<elseif ($activeChild.relationship == -2)>> + In the warmth of your embrace, $he turns towards you, $his passionate <<= App.Desc.eyeColor($activeChild)>> eyes staring intently at your face. $He leans closer to you and kisses you as you hold $him. $His heart beats faster and then gradually slows as $he grows accustomed to your body against $hers. Eventually, $he relaxes totally and $his eyes gradually close, melting in your arms. When you finally stop and relax your embrace, $his eyes remain closed and $his mouth still in a rapturous shape for a moment before $he slowly opens $his eyes and smiles at you with a blissful look on $his face. <<if ($activeChild.amp != 1)>> $His hand reaches to your arms and $he strokes them longingly.<</if>> <<if ($activeChild.amp == 1) && !canTalk($activeChild)>>$He slowly opens them and does $his best to communicate love with $his <<= App.Desc.eyeColor($activeChild)>> eyes.<<elseif !canTalk($activeChild)>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s dreamily.<</if>> $He looks at you, almost begging you with $his eyes that $he wants much more than a mere embrace. +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "dom") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + In your soft, warm embrace, $he tries hard to stop $himself from losing $himself in your arms. + <<if ($activeChild.amp != 1)>> $He starts to embrace you in $his arms as well. When you gently squeeze $him in your arms, $he breathes more heavily and starts to lovingly squeeze you as well, $his tendency towards sexual dominance encouraging $him to compete with you in embraces against each other. + <<else>> When you gently squeeze $him in your arms, $he breathes more heavily before relaxing against you. + <</if>> + When you finally stop and relax your embrace, $his eyes are closed and $he's smiling blissfully. + <<if ($activeChild.amp == 1) && !canTalk($activeChild)>>$He slowly opens them and does $his best to communicate excitement with $his <<= App.Desc.eyeColor($activeChild)>> eyes. + <<elseif !canTalk($activeChild)>>$He signs that $he liked that. + <<else>>"That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. + <</if>> + $He eagerly looks at you, $his eyes almost seem to say that $he wants you to give $his <<Master>> more than a mere hug. +<<elseif ($activeChild.devotion > 50)>> + $He sighs devotedly in your arms and slowly relaxes. $He turns towards you, $his doting <<= App.Desc.eyeColor($activeChild)>> eyes staring intently at your face. You feel $his heart beating faster against your chest as you softly squeeze your arms tighter. $His hands reach to your arms and $he strokes them longingly as you squeeze. $He gradually closes $his eyes as $he leans $his body against yours, melting in your warm embrace, and you feel the intense heat from $his body against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>. When you finally stop, <<if ($activeChild.amp != 1)>>$he reaches to your face with $his hand and gently strokes your cheek<<else>>$he turns to you<</if>>, a euphoric look on $his $activeChild.skin face. <<if ($activeChild.accent >= 3)>>$He does $his best to communicate devotion with $his <<= App.Desc.eyeColor($activeChild)>> eyes, since $he's not confident in $his ability to express it in $language.<<elseif ($activeChild.amp == 1) && !canTalk($activeChild)>>$He does $his best to communicate devotion with $his <<= App.Desc.eyeColor($activeChild)>> eyes.<<elseif !canTalk($activeChild)>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s elatedly.<</if>> $He looks at you longingly, almost as if $he's bursting to say that $he wants more than a mere embrace. +<<elseif ($activeChild.devotion > 20)>> + $He willingly gives $himself up to your embracing arms. As you are so close to $him, you sense considerable uneasiness in the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your soft embrace against $his body. $He gradually closes $his eyes in the feeling of your gentle arms. When you finally stop and relax your embrace, $his <<= App.Desc.eyeColor($activeChild)>> eyes open to gaze puzzlingly at you. Even though $he has accepted life as a sex slave, $he looks as though $he is unsure of what to make of this non-sexual physical contact. <<if ($activeChild.amp == 1) && !canTalk($activeChild)>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust < -20)>> + $He shakes at your touch fearfully. As you softly press $his trembling body against you, $his eagerness to avoid punishment leads $him to stiffen in your arms. While $he continues to shudder, you continue embracing $him, enjoying $his fear, and the physical intimacy slowly does its work. $He starts to relax, $his resistance easing and $his eyes start to close. When you relax your arms for a moment, $he opens $his eyes to look at you for a long moment, $his eyes darting up to your face, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. <<if ($activeChild.amp == 1) && !canTalk($activeChild)>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> +<<elseif ($activeChild.trust < -50)>> + $He is nearly frozen with fear, and does not resist as you start to squeeze your arms around $him. In fact, $he barely reacts at all. $He stares at your arms as they continue squeezing, but it's like touching a statue. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of embracing the still <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>> and release $him, $he stares at you in utter incomprehension. <<if ($activeChild.amp == 1) && !canTalk($activeChild)>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs spastically, begging fearfully to know if that's it.<<else>>$He asks nervously, "I-i<<s>> that it, <<Master>>?"<</if>> Then $he cringes, unsure of what you are going to do next. +<<else>> + $He reflexively tries to break free from your arms, but you keep $him wrapped in them. Shuddering, $he desperately leans away from you, but you tip forward with $him and pin $him against your desk, continuing your hold on $him. $He tries to wriggle out of your grasp desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and release $him, $he stares at you in utter incomprehension. <<if ($activeChild.amp == 1) && !canTalk($activeChild)>>$His eyes demand an answer: is that it?<<elseif !canTalk($activeChild)>>$He signs irritably, asking whether that's it.<<else>>$He splutters, "I<<s>> that it, <<Master>>!?"<</if>> $He shakes uncontrollably, apprehensive at what you are going to do next. +<</if>> diff --git a/src/facilities/nursery/scenes/cFeelings.tw b/src/facilities/nursery/scenes/cFeelings.tw new file mode 100644 index 00000000000..f776ea07cd4 --- /dev/null +++ b/src/facilities/nursery/scenes/cFeelings.tw @@ -0,0 +1,1497 @@ +:: CFeelings [nobr] + +<<run Enunciate($activeChild)>> +<<setLocalPronouns $activeChild>> +<<set _lisping = 0>> +<<if ($activeChild.amp != 1) && canTalk($activeChild) && SlaveStatsChecker.checkForLisp($activeChild)>> + <<set _lisping = 1>> +<</if>> + +/* TODO: clean up this passage - lots of repeating blocks */ + +<<if ($activeChild.devotion < -50)>> + $He + <<if ($activeChild.trust >= -20)>> + <<if !canTalk($activeChild)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>declares<</if>> angrily that it's wrong to keep $him a slave, and that you should free $him. + <<elseif ($activeChild.trust >= -50)>> + <<if !canTalk($activeChild)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>mutters<</if>> hesitantly that it's wrong to keep $him a slave, and that you should free $him. + <<else>> + <<if !canTalk($activeChild)>>gestures a perfunctory plea not to hurt $him.<<else>>mutters a perfunctory "Plea<<s>>e don't hurt me, <<if $activeChild.rudeTitle == 1>><<= PoliteRudeTitle($activeChild)>><<else>><<Master>><</if>>."<</if>> + <</if>> + +<<elseif ($activeChild.devotion < -20)>> + $He + <<if !canTalk($activeChild)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>mutters<</if>> + <<if ($activeChild.trust >= -20)>> + hesitantly that $he does not like being a slave, and then <<if !canTalk($activeChild)>>lets $his hands fall to $his sides<<else>>falls silent<</if>>. + <<elseif ($activeChild.trust >= -50)>> + fearfully that $he does not like being a slave, and then <<if !canTalk($activeChild)>>lets $his hands fall to $his sides, shaking a little<<else>>falls silent, shaking a little<</if>>. + <<else>> + a perfunctory <<if !canTalk($activeChild)>>plea not to hurt $him<<else>>"Plea<<s>>e don't hurt me, <<Master>>."<</if>> + <</if>> + +<<elseif ($activeChild.devotion <= 20)>> + $He + <<if !canTalk($activeChild)>>gestures<<else>><<say>>s<</if>> <<if ($activeChild.trust >= -20)>>earnestly<<elseif ($activeChild.trust >= -50)>>fearfully<<else>>shakily<</if>> + that $he will do whatever you order $him to, since $he does not want to be + <<switch $activeChild.standardPunishment>> + <<case "confinement">>shut up in the dark, which is of course $his standard punishment. + <<case "whipping">>whipped, which is of course $his standard punishment. + <<case "chastity">>put in restrictive chastity, which is of course $his standard punishment. + <<default>>punished, not knowing what to expect when $he's bad. + <</switch>> + Once $he learns to accept slavery, $he will be better able to open up. + +<<else>> + +<<if ($activeChild.devotion <= 50)>> + <<if !canTalk($activeChild)>> + $He gestures that you're $his <<= WrittenMaster($activeChild)>>, and $he will do $his best to obey you. $He continues to sign<<if $activeChild.accent == 3 && $activeChild.voice != 0>>, using gestures to supplant $his poor $language<</if>>: + <<else>> + "You're my <<Master>>, and I'll do my be<<s>>t to obey you," $he <<say>>s + <</if>> +<<elseif ($activeChild.devotion <= 95)>> + <<if !canTalk($activeChild)>> + $He gestures that you're $his beloved <<Master>>. $He continues to sign<<if $activeChild.accent == 3>>, using gestures to supplant $his poor $language<</if>>: + <<else>> + "<<if ($activeChild.relationship == -3)>>I'm content with being your wife,<<else>>You're<</if>> my beloved <<Master>>, and you know what'<<s>> be<<s>>t for me," $he <<say>>s. + <</if>> +<<else>> + <<if !canTalk($activeChild)>> + $He makes a simple gesture, meaning "I love you." $He continues to sign<<if $activeChild.accent == 3>>, using gestures to supplant $his poor $language<</if>>: + <<else>> + "I love you," $he <<say>>s in $his <<if ($activeChild.voice == 1)>><<if ($activeChild.voiceImplant < 0)>>guttural<<else>>deep<</if>><<elseif ($activeChild.voice == 2)>>pretty<<else>><<if ($activeChild.voiceImplant > 0)>>high bimbo<<else>>girly<</if>><</if>> voice. + <</if>> +<</if>> + +<<if $activeChild.trust < -50>> + "I'm terrified of you. +<<elseif $activeChild.trust < -20>> + "You frighten me, <<s>>ometime<<s>>. +<<elseif $activeChild.trust < 20>> + "I know you have total power over me. +<<elseif $activeChild.trust < 50>> + "You know what'<<s>> be<<s>>t for me. +<<elseif $activeChild.trust < 95>> + "I tru<<s>>t you to know what'<<s>> be<<s>>t for me. +<<else>> + "I tru<<s>>t you completely. +<</if>> + +<<if ($activeChild.speechRules == "restrictive")>> + <<if ($activeChild.devotion > 20)>> + Thank you <<s>>o much for a chan<<c>>e to talk a little, <<Master>>. I under<<s>>tand why I must be <<s>>ilent, but it'<<s>> ni<<c>>e to get the chan<<c>>e. + <<else>> + Thank you <<s>>o much for a chan<<c>>e to talk a little, <<Master>>. It'<<s>> hard, never <<s>>peaking. + <</if>> +<</if>> + +<<if $activeChild.devotion > 50 && $activeChild.health < -20>> + I feel <<if $activeChild.health < -50>>really <</if>><<s>>ick, <<Master>>. + <<if $activeChild.trust > 20>> + I wi<<sh>> you could give me <<s>>omething to ea<<s>>e the pain. + <</if>> +<</if>> + +<<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + I love being your nympho <<s>>lut. + <<elseif ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + I love it when you u<<s>>e me. + <<case "dom">> + I love fucking the other <<s>>lave<<s>>. + <<case "sadist">> + I love hurting the other <<s>>lave<<s>>. + <<case "masochist">> + I love it when you hurt me. + <<case "cumslut">> + I love <<if $PC.dick != 0>><<s>>ucking on your cock<<if $PC.vagina == 1>> and eating you out<</if>>.<<else>>eating you out.<</if>> + <<case "humiliation">> + I love it when you u<<s>>e me in public. + <<case "buttslut">> + I love it when you u<<s>>e my a<<ss>>. + <<case "pregnancy">> + I love being your breeder. + <<case "boobs">> + I love it when you pinch my nipple<<s>>. + <<default>> + It'<<s>> boring of me, <<Master>>, but I really do love normal <<s>>e<<x>>. + <</switch>> + <</if>> +<</if>> +<<if ($activeChild.attrKnown == 1)>> + <<if ($activeChild.attrXX > 80)>> + I love fucking the other girl<<s>>. + <<elseif ($activeChild.attrXX > 60)>> + It'<<s>> ni<<c>>e, fucking the other girl<<s>>. + <</if>> + <<if ($activeChild.attrXY > 80 && $seeDicks > 0)>> + I love <<s>>pending time with <<s>>lave<<s>> with dick<<s>>, <<Master>>. + <<elseif ($activeChild.attrXY > 60 && $seeDicks > 0)>> + It'<<s>> ni<<c>>e, <<s>>pending time with <<s>>lave<<s>> with dick<<s>>, <<Master>>. + <</if>> +<<else>> + I wi<<sh>> I under<<s>>tood my own <<s>>e<<x>>uality better. +<</if>> + +My favorite part of my body i<<s>> +<<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.sexualFlaw == "neglectful") && ($activeChild.fetishStrength > 95)>> + unimportant, <<Master>>. What part of me do //you// like? N-not that I'm telling you that you need to like me! I'm ju<<s>>t <<s>>o happy when you're happy. + <<elseif ($activeChild.sexualFlaw == "malicious") && ($activeChild.fetishStrength > 95) && ($activeChild.muscles > 30)>> + my mu<<sc>>le<<s>>, I like how I can u<<s>>e them to for<<c>>e the <<s>>lutty bitche<<s>> around here to do what I want. The way they <<s>>queal when I fle<<x>> what I've got get<<s>> me hot every time. + <<elseif ($activeChild.sexualFlaw == "abusive") && ($activeChild.fetishStrength > 95) && ($activeChild.muscles > 30)>> + my mu<<sc>>le<<s>>. I like how I can u<<s>>e them to hurt the other <<s>>lave<<s>>, <<Master>>. The way they cry, their tear<<s>>, their blood. How long ha<<s>> it been <<s>>in<<c>>e I beat a bitch <<s>>en<<s>>le<<ss>>? I can't wait to work out <<s>>ome <<s>>tre<<ss>> on my ne<<x>>t toy. + <<elseif ($activeChild.sexualFlaw == "self hating") && ($activeChild.fetishStrength > 95)>> + my blood. It'<<s>> <<s>>o pretty and red, and there'<<s>> <<s>>o much of it when you and the other <<s>>lave<<s>> //really// lay into me. I'm <<s>>o fucking hot right now, thinking about the thing<<s>> you can do to my <<s>>lutty body. + <<elseif ($activeChild.sexualFlaw == "cum addict") && ($activeChild.fetishStrength > 95)>> + <<if $activeChild.lips > 40>> + my <<if $activeChild.lips > 70>>huge <</if>>lip<<s>>, I like how everyone e<<x>>pect<<s>> to fa<<c>>efuck me, and how my lip<<s>> wrap around their dick<<s>> to keep all that yummy cum in my belly. Oh! I like my belly, too, and that warm, <<s>>lo<<sh>>y feeling a<<s>> it'<<s>> packed full of baby jui<<c>>e. It'<<s>> <<s>>o — I'm <<s>>orry, <<Master>>. I think my mouth i<<s>> watering. Plea<<s>>e give me a moment to collect my<<s>>elf. + <<elseif $PC.dick == 1>> + my tummy — and my womb! The <<s>>lo<<sh>>y feeling when I'm all packed full of cum in both end<<s>> get<<s>> me <<s>>o incredibly horny. <<S>>ometime<<s>> I wonder what it would be like if I were ju<<s>>t a puffed up, cum-balloon of a $woman, helple<<ss>> and filled with cum, over, and over, and — I'm <<s>>orry, <<Master>>. I'm being weird again, aren't I? + <<else>> + my mouth, I love how it feel<<s>> to — to eat pu<<ss>>y, <<Master>>. I love eating out your pu<<ss>>y. E<<s>>pe<<c>>ially when it'<<s>> been filled up with <<s>>ome yummy cum. Maybe you could let me eat cum out of your pu<<ss>>y <<s>>oon? + <</if>> + <<elseif ($activeChild.sexualFlaw == "attention whore") && ($activeChild.fetishStrength > 95)>> + my whole $activeChild.skin body, and whatever part of me i<<s>> be<<s>>t u<<s>>ed to make me look like a total <<s>>lut. + <<elseif ($activeChild.sexualFlaw == "anal addict") && ($activeChild.fetishStrength > 95)>> + <<if ($activeChild.anus > 3)>> + my gaping butthole. It'<<s>> //<<s>>o// fucked out and beautiful. I can barely remember what anal pain feel<<s>> like, but thinking about the <<s>>ort<<s>> of thing<<s>> we can put in me, now, get<<s>> me <<s>>o hot. + <<elseif ($activeChild.anus > 2)>> + my a<<ss>>pu<<ss>>y — I can take anything! It'<<s>> //<<s>>o// much better than my <<if $activeChild.dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. + <<elseif ($activeChild.anus > 1)>> + my a<<ss>>hole, I like how I can take anyone'<<s>> cock. It'<<s>> //<<s>>o// much better than my <<if $activeChild.dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. + <<elseif ($activeChild.anus == 1)>> + my tight little anu<<s>>, I like feeling it <<s>>tretch to take a fuck. It'<<s>> //<<s>>o// much better than my <<if $activeChild.dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. + <<elseif ($activeChild.anus == 0)>> + my little virgin butthole. I can't wait for the fir<<s>>t time you fuck me in the a<<ss>> — I wonder if it'll hurt. + <</if>> + <<elseif ($activeChild.sexualFlaw == "breeder") && ($activeChild.fetishStrength > 95)>> + <<if ($activeChild.bellyPreg >= 600000)>> + ... Um... our impo<<ss>>ibly pregnant belly, of cour<<s>>e. We love being <<s>>o packed full with life that we're more baby than $woman, now. And the way our belly keep<<s>> our <<s>>lutty preggo bodie<<s>> <<s>>tuck to the floor! We're <<s>>o hot ju<<s>>t thinking about it. + <<if $activeChild.pregSource == -1>> + Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. + <</if>> + What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeChild.fetus_count >=2) || ($activeChild.broodmother >=1)>> babie<<s>> <<else>> baby <</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif ($activeChild.bellyPreg >= 300000)>> + ... Um... our ma<<ss>>ive pregnant belly, of cour<<s>>e. We love feeling our womb <<s>>well with life. It'<<s>> <<s>>o hard to move now! We're <<s>>o hot ju<<s>>t thinking about it. + <<if $activeChild.pregSource == -1>> + Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. + <</if>> + What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeChild.fetus_count >=2) || ($activeChild.broodmother >=1)>> babie<<s>> <<else>> baby <</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif ($activeChild.bellyPreg >= 15000)>> + ... Um... our bulging pregnant belly, of cour<<s>>e. We love feeling our womb <<s>>well with life. + <<if $activeChild.pregSource == -1>> + Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. + <</if>> + What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeChild.fetus_count >=2) || ($activeChild.broodmother >=1)>> babie<<s>> <<else>> baby <</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif ($activeChild.bellyPreg >= 100)>> + ... Um... our pregnant belly, of cour<<s>>e. + <<if $activeChild.pregSource == -1>> + Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. + <</if>> + What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeChild.fetus_count >=2)>> babie<<s>> <<else>> baby <</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif ($activeChild.pregKnown == 1)>> + my belly, now that it ha<<s>> <<if ($activeChild.fetus_count >=2)>> the babie<<s>> <<else>> a baby <</if>> growing in it. Ju<<s>>t thinking about <<s>>welling up bigger and bigger ha<<s>> me quivering. I wi<<sh>> we could keep filling me with babie<<s>> forever. + <<if $activeChild.pregSource == -1>> + Thank you for impregnating me, <<Master>>! + <</if>> + <<elseif ($activeChild.dick > 0) && ($activeChild.balls > 4)>> + my big breeder ball<<s>>. I ju<<s>>t want to fill other <<s>>lave<<s>> with babie<<s>> forever. + <<elseif ($activeChild.dick > 0) && ($activeChild.balls > 0)>> + my cock. I ju<<s>>t want to fill other <<s>>lave<<s>> with babie<<s>> forever. + <<elseif ($activeChild.weight > 95)>> + my big tummy. Think of how many babie<<s>> we could <<s>>tretch it over! No, really. Plea<<s>>e, <<Master>>. Think about it. + <<elseif ($activeChild.weight > 10)>> + my plu<<sh>> tummy. Think of how many babie<<s>> we could <<s>>tretch it over! No, really. Plea<<s>>e, <<Master>>. Think about it. + <<elseif ($activeChild.counter.birthsTotal > 10) && isFertile($activeChild)>> + my womb. It'<<s>> made <<s>>o many babie<<s>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever. + <<elseif isFertile($activeChild)>> + my womb. It'<<s>> ready, <<Master>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever. + <<else>> + my tight tummy, I like to imagine how it would <<s>>well if I got pregnant. I... I really wi<<sh>> we could put a baby in me, <<Master>>. + <</if>> + <<if $activeChild.geneticQuirks.superfetation == 2 && $activeChild.womb.length > 0 && $activeChild.pregKnown == 1>> + <<if ($activeChild.intelligence + $activeChild.intelligenceImplant > 15)>> + <<if ($activeChild.belly < ($activeChild.pregAdaptation * 1750))>> + <<if $PC.dick == 1>> + You know, <<Master>>, I think I could fit another baby or two in here if you wanted to take advantage of my condition... + <<else>> + You know, I think I could fit a few more babie<<s>> in here if you wanted me to... + <</if>> + <<else>> + Oh <<Master>>, I feel it'<<s>> that awful time when I have to let an egg go to wa<<s>>te for the <<s>>ake of the re<<s>>t of u<<s>>. I wi<<sh>> it didn't have to be thi<<s>> way and I could ju<<s>>t keep <<s>>welling larger and larger with children. + <</if>> + <<else>> + <<if $PC.dick == 1>> + You know, <<Master>>, I think I can feel that tingle deep in<<s>>ide me... You know, the one that get'<<s>> me even more pregnant... Don't you think I need another baby in<<s>>ide me? + <<else>> + I think it'<<s>> time, actually... Oh ye<<s>>, it'<<s>> <<s>>urely time to u<<s>>e my gift and make even more babie<<s>> in me. + <</if>> + <</if>> + <</if>> + <<elseif ($activeChild.sexualFlaw == "breast growth") && ($activeChild.fetishStrength > 95)>> + <<if ($activeChild.boobs > 10000)>> + my colo<<ss>>al boobie<<s>>, <<Master>>. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? Literally. They're bigger than the re<<s>>t of my body and the only thing that would make me happier i<<s>> if they were even //bigger.// + <<elseif ($activeChild.boobs > 2000)>> + my huge boobie<<s>>, <<Master>>. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? <<S>>o big, and <<s>>o beautiful, and <<s>>o heavy... I'm <<s>>orry, <<Master>>, what were we talking about? Oh, ye<<s>>! + <<elseif ($activeChild.nipples == "fuckable")>> + my nipple pu<<ss>>ie<<s>> of cour<<s>>e. It'<<s>> <<s>>o hot when they get abu<<s>>ed and I'm alway<<s>> trying to think of new way<<s>> to u<<s>>e them to plea<<s>>ure you. + <<elseif ($activeChild.lactation > 0)>> + my milky nipple<<s>> of cour<<s>>e. E<<s>>pe<<c>>ially when you don't touch them for awhile and my brea<<s>>t<<s>> bloat up ni<<c>>e and big. + <<elseif ($activeChild.nipples != "tiny")>> + my big nipple<<s>>, it'<<s>> like having clit<<s>> on my che<<s>>t. My only wi<<sh>> i<<s>> that they were even bigger. + <<elseif ($activeChild.boobs > 700)>> + my big boob<<s>>. I like how they feel wrapped around a dick, and they are the <<c>>enter of my world. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? + <<else>> + my boob<<s>>, of cour<<s>>e. They're <<s>>o beautiful, and the <<c>>enter of my world. + <</if>> + <<elseif ($activeChild.energy > 95)>> + - i<<s>> — I can't de<<c>>ide! + <<if $activeChild.vagina > -1>> + I love my pu<<ss>>y of cour<<s>>e. + <<if $activeChild.clit > 0>>Having another <<s>>lave <<s>>uck my big clit i<<s>> incredible.<</if>> + But + <<else>> + Of cour<<s>>e + <</if>> + <<if $activeChild.anus > 1>> + taking big dick<<s>> up my a<<ss>> i<<s>> lot<<s>> of fun. + <<elseif $activeChild.anus > 0>> + taking cock in my tight a<<ss>> i<<s>> lot<<s>> of fun. + <<else>> + I love my little virgin butthole, but I can't wait to get a<<ss>>raped for the fir<<s>>t time. + <</if>> + <<if $activeChild.dick > 3>> + My big cock <<s>>wing<<s>> around when I get <<s>>odomi<<z>>ed from behind, it'<<s>> great. + <<elseif $activeChild.dick > 1>> + My dick flop<<s>> around when I get <<s>>odomi<<z>>ed from behind, it'<<s>> great. + <<elseif $activeChild.dick > 0>> + My tiny little bitch dick i<<s>> good for encouraging people to mole<<s>>t my butthole. + <</if>> + <<if $activeChild.nipples == "fuckable">> + I love my fuckable nipple<<s>>, it really feel<<s>> like I've got a pair of pu<<ss>>ie<<s>> on my che<<s>>t. + <<elseif ($activeChild.nipples != "tiny")>> + I love my big nipple<<s>>, it'<<s>> like having clit<<s>> on my che<<s>>t. + <</if>> + <<if ($activeChild.lactation > 0)>>Being able to nur<<s>>e i<<s>> really <<s>>e<<x>>y, I alway<<s>> want to fuck right after. Or during.<</if>> + <<if ($activeChild.boobs > 2000)>> + My huge boob<<s>> are great, they're like an adverti<<s>>ement I want to fuck. + <<elseif ($activeChild.boobs > 700)>> + I like <<sh>>owing off my big boob<<s>>. + <</if>> + <<if ($activeChild.lips > 40)>> + Can't forget my dick <<s>>ucking lip<<s>>, I don't know what I'd do without them. + <<else>> + Can't forget my lip<<s>> and tongue, getting people off with them i<<s>> fun too. + <</if>> + <<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60)>> + my bare $activeChild.skin <<s>>kin, I like how it feel<<s>> when you look me all over before you take me. + <<elseif ($activeChild.fetish == "dom") && ($activeChild.fetishStrength > 60) && ($activeChild.muscles > 30)>> + my mu<<sc>>le<<s>>, I like how it feel<<s>> to be <<s>>trong, for<<c>>ing another <<s>>lave. + <<elseif ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60) && ($activeChild.muscles > 30)>> + my mu<<sc>>le<<s>>, I like how it feel<<s>> to be <<s>>trong, for<<c>>ing another <<s>>lave. + <<elseif ($activeChild.fetish == "masochist") && ($activeChild.fetishStrength > 60)>> + my $activeChild.skin <<s>>kin, I like how it looks when it brui<<s>>e<<s>>. + <<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60)>> + <<if $activeChild.lips > 40>> + my <<if $activeChild.lips > 70>>huge <</if>>lip<<s>>, I like how everyone e<<x>>pect<<s>> to fa<<c>>efuck me. + <<elseif $PC.dick == 1>> + my mouth, I love how it feel<<s>> to <<s>>uck dicks and drink all the cum. + <<else>> + my mouth, I love how it feel<<s>> to eat pu<<ss>>y. + <</if>> + <<elseif ($activeChild.fetish == "humiliation") && ($activeChild.fetishStrength > 60)>> + my whole $activeChild.skin body, I like how it feel<<s>> when everyone <<s>>tare<<s>> at me getting fucked. + <<elseif ($activeChild.fetish == "buttslut") && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.anus > 3)>> + my gaping butthole, though I'm <<s>>ad it'<<s>> <<s>>o fucked out. I can barely remember what anal pain feel<<s>> like. + <<elseif ($activeChild.anus > 2)>> + my a<<ss>>pu<<ss>>y — I can take anything! It'<<s>> ba<<s>>ically repla<<c>>ed my <<if $activeChild.dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. + <<elseif ($activeChild.anus > 1)>> + my a<<ss>>hole, I like how I can take anyone'<<s>> cock. It'<<s>> ba<<s>>ically repla<<c>>ed my <<if $activeChild.dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. + <<else>> + my tight little anu<<s>>, I like feeling it <<s>>tretch to take a fuck. It'<<s>> ba<<s>>ically repla<<c>>ed my <<if $activeChild.dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. + <</if>> + <<elseif ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.bellyPreg >= 600000)>> + my hyperma<<ss>>ive pregnant belly, of cour<<s>>e. I love being debilitatingly filled with life. + <<if $activeChild.pregSource == -1>> + Thank you for breeding me, <<Master>>! My womb i<<s>> your<<s>> to impregnate. I can't think of anything better than getting bred by you forever. + <</if>> + <<elseif ($activeChild.bellyPreg >= 300000)>> + my ma<<ss>>ive pregnant belly, of cour<<s>>e. I love being <<s>>o packed full of life. + <<if $activeChild.pregSource == -1>> + Thank you for breeding me, <<Master>>! My womb i<<s>> your<<s>> to impregnate. I can't think of anything better than getting bred by you forever. + <</if>> + <<elseif ($activeChild.bellyPreg >= 15000)>> + my bulging pregnant belly, of cour<<s>>e. I love feeling my womb <<s>>well with life. + <<if $activeChild.pregSource == -1>> + Thank you for breeding me, <<Master>>! My womb i<<s>> your<<s>> to impregnate. I can't think of anything better than getting bred by you forever. + <</if>> + <<elseif ($activeChild.bellyPreg >= 100)>> + my pregnant belly, of cour<<s>>e. + <<if $activeChild.pregSource == -1>> + Thank you for breeding me, <<Master>>! Plea<<s>>e u<<s>>e me to make babie<<s>> whenever you want. + <</if>> + <<elseif ($activeChild.pregKnown == 1)>> + my belly, now that it ha<<s>> a baby growing in it. I can't wait for it to <<s>>tart <<sh>>owing. + <<if $activeChild.pregSource == -1>> + Thank you for impregnating me, <<Master>>! + <</if>> + <<elseif ($activeChild.dick > 0) && ($activeChild.balls > 4)>> + my big breeder ball<<s>>, I imagine knocking another <<s>>lave up all the time. + <<elseif ($activeChild.dick > 0) && ($activeChild.balls > 0)>> + my cock, I imagine knocking another <<s>>lave up all the time. + <<elseif ($activeChild.weight > 95)>> + my big tummy, I can imagine my<<s>>elf pregnant. + <<elseif ($activeChild.weight > 10)>> + my plu<<sh>> tummy, I can imagine my<<s>>elf pregnant. + <<elseif ($activeChild.counter.birthsTotal > 10) && isFertile($activeChild)>> + my womb, it'<<s>> made <<s>>o many babie<<s>> and I can't wait to make more. + <<elseif isFertile($activeChild)>> + my fertile pu<<ss>>y, I want to get filled with cum <<s>>o badly. + <<else>> + my tight tummy, I like to imagine how it would <<s>>well if I got pregnant. + <</if>> + <<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.boobs > 2000)>> + my huge tit<<s>>, I like how they're <<s>>o big they're the <<c>>enter of attention. + <<elseif ($activeChild.nipples == "fuckable")>> + my nipple pu<<ss>>ie<<s>> of cour<<s>>e. + <<elseif ($activeChild.lactation > 0)>> + my milky nipple<<s>> of cour<<s>>e. + <<elseif ($activeChild.nipples != "tiny")>> + my big nipple<<s>>, it'<<s>> like having clit<<s>> on my che<<s>>t. + <<elseif ($activeChild.boobs > 700)>> + my big boob<<s>>, I like how they feel wrapped around a dick. + <<else>> + my boob<<s>>, of cour<<s>>e. + <</if>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + <<if ($activeChild.lips > 70)>> + my huge lip<<s>>, I like how the other girl<<s>> will do anything for oral from me. + <<elseif ($activeChild.dick > 1) && ($activeChild.balls > 0)>> + my cock; I <<s>>till do like <<s>>laying pu<<ss>>y. + <<elseif ($activeChild.lips > 40)>> + my ki<<ss>>y lip<<s>>, I like how it feel<<s>> to make out with the other girl<<s>>. + <<else>> + my lip<<s>>, I gue<<ss>>. They're the be<<s>>t way I have of getting girl<<s>> to like me. + <</if>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 80)>> + <<if ($activeChild.lips > 70)>> + my huge lip<<s>>, I like how anyone with a dick want<<s>> oral from me. + <<elseif ($activeChild.dick > 1) && ($activeChild.balls > 0)>> + my cock. It'<<s>> fun having <<s>>e<<x>> with two dick<<s>> involved! + <<elseif ($activeChild.lips > 40)>> + my ki<<ss>>y lip<<s>>, I like how anyone with a dick <<s>>ee<<s>> them and want<<s>> to fuck them. + <<elseif $activeChild.vagina > -1>> + my pu<<ss>>y, I love getting fucked by <<s>>trong cock<<s>>. + <<else>> + my butt, I gue<<ss>>. It'<<s>> the be<<s>>t way I have of getting boy<<s>> to like me. + <</if>> + <<else>> + my fa<<c>>e, <<if ($activeChild.face > 10)>>it'<<s>> ni<<c>>e to be pretty<<else>>I gue<<ss>><</if>>. + <</if>> +<<else>> + my fa<<c>>e, <<if ($activeChild.face > 10)>>it'<<s>> ni<<c>>e to be pretty<<else>>I gue<<ss>><</if>>. +<</if>> + +<<if $activeChild.pregSource == -9 && $activeChild.bellyPreg >= 5000 && $activeChild.devotion > 0>> + My little <<s>>i<<s>>ter i<<s>> getting big; do you think <<sh>>e'll be a good little futa like me <<s>>omeday? +<</if>> + +<<if $activeChild.need>> + <<if $activeChild.amp != 1>> + <<if _lisping == 0>> + <<set _Amp = "touch myself,">> + <<else>> + <<set _Amp = "touch mythelf,">> + <</if>> + <<else>> + <<if _lisping == 0>> + <<set _Amp = "rub myself against stuff,">> + <<else>> + <<set _Amp = "rub mythelf againtht thtuff,">> + <</if>> + <</if>> + <<if ($activeChild.releaseRules == "permissive") || ($activeChild.releaseRules == "masturbation")>> + Thank you for letting me + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95) && (!canSee($activeChild))>> + _Amp <<Master>>. It'<<s>> a good thing I can't get any more blind from it. + <<elseif ($activeChild.energy > 95)>> + _Amp <<Master>>. It'<<s>> a good thing I can't actually go blind from it. + <<elseif ($activeChild.fetish == "humiliation") && ($activeChild.fetishStrength > 60)>> + _Amp <<Master>>. I love doing it where people can <<s>>ee me. + <<elseif ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60)>> + _Amp <<Master>>. I try to be nearby when a bitch get<<s>> puni<<sh>>ed <<s>>o I can ma<<s>>turbate to it. + <<elseif ($activeChild.fetish == "buttslut") && ($activeChild.fetishStrength > 60)>> + fuck my own a<<ss>>hole, <<Master>>. + <<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishStrength > 60)>> + pamper my own brea<<s>>t<<s>>, <<Master>>. + <<elseif ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + _Amp <<Master>>. + <<if ($activeChild.bellyPreg >= 5000)>> + I love feeling my big pregnant belly a<<s>> I ma<<s>>turbate to it. + <<elseif ($activeChild.dick > 1) && ($activeChild.balls > 0)>> + I love picturing my cock getting all the hot girl<<s>> pregnant. + <<else>> + I love imagining how I'd look with a tummy <<s>>wollen with babie<<s>>. + <</if>> + <<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60)>> + _Amp <<Master>>. + <<if ($activeChild.dick > 0) && ($activeChild.balls > 0)>> + Being able to drink my own cum i<<s>> really fun too. + <<elseif $activeChild.dietCum == 1 || $activeChild.dietCum == 2 >> + I love having cum in my food, being able to ma<<s>>turbate right after eating cum i<<s>> <<s>>o <<s>>ati<<s>>fying. + <</if>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + _Amp <<Master>>. With all the<<s>>e hot girl<<s>> around, it'<<s>> a good thing I can't actually go blind from it. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 80)>> + _Amp <<Master>>. With all the<<s>>e hot cock<<s>> around, it'<<s>> a good thing I can't actually go blind from it. + <<else>> + _Amp <<Master>>. + <</if>> + <<else>> + _Amp <<Master>>. + <</if>> + <<elseif ($activeChild.releaseRules == "sapphic")>> + Thank you for letting + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + me fuck everyone, + <<elseif ($activeChild.fetish == "humiliation") && ($activeChild.fetishStrength > 60)>> + the other <<s>>lave<<s>> fuck me, I love doing it in the dormitory where they can all <<s>>ee me. + <<elseif ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60)>> + me abu<<s>>e the other <<s>>lave<<s>>, + <<elseif ($activeChild.fetish == "buttslut") && ($activeChild.fetishStrength > 60)>> + the other <<s>>lave<<s>> fuck my butthole, + <<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishStrength > 60)>> + the other <<s>>lave<<s>> play with my boob<<s>>, + <<elseif ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.bellyPreg >= 5000)>> + the other <<s>>lave<<s>> fuck me, being pregnant and getting fucked i<<s>> amazing, + <<elseif ($activeChild.dick > 1) && ($activeChild.balls > 0)>> + me fuck other <<s>>lave<<s>>, I cum <<s>>o hard whenever I imagine filling them with babie<<s>>, + <<else>> + the other <<s>>lave<<s>> fuck me, I love imagining how I'd look with a tummy <<s>>wollen with babie<<s>>, + <</if>> + <<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60)>> + other <<s>>lave<<s>> u<<s>>e my mouth to cum. + <<if ($activeChild.dick > 0) && ($activeChild.balls > 0)>> + Being able to drink my own cum i<<s>> really fun too, + <<elseif $activeChild.dietCum == 1 || $activeChild.dietCum == 2 >> + I love having cum in my food, and <<s>>ometime<<s>> I get an e<<x>>tra load on top from a friend, + <</if>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + me bone the ladie<<s>>, + <<else>> + me get off with the other girl<<s>>, + <</if>> + <<else>> + me _Amp + <</if>> + <<Master>>. + <<else>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + I feel like I'm going crazy, <<Master>>, I'm <<s>>o horny. + <<elseif ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about you holding me down and fucking me. + <<case "masochist">> + I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about you <<s>>panking my worthle<<ss>> bottom. + <<case "humiliation">> + I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about everyone <<s>>taring at my lewd body. + <<case "dom">> + I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about the other <<s>>lave<<s>>, how it would feel to fuck them. + <<case "sadist">> + I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about the other <<s>>lave<<s>>, how it would feel to hurt them. + <<case "cumslut">> + I'm <<s>>o horny, <<Master>>. I can't <<s>>top <<s>>taring at <<if $PC.dick == 1>>cock<<s>> and imagining them down my throat, cumming and cumming<<else>>pu<<ss>>ie<<s>> and imagining how their jui<<c>>e<<s>> ta<<s>>te<</if>>. + <<case "buttslut">> + I'm <<s>>o horny, <<Master>>. + <<if (["long plug", "plug"].includes($activeChild.buttplug) && $activeChild.anus > 2) >> + I wear the buttplug you gave me, but it i<<s>> <<s>>o <<s>>mall... It remind<<s>> me of being fucked in the a<<ss>>, but I can barely feel it. It drive<<s>> me crazy. + <<elseif (["long plug", "plug"].includes($activeChild.buttplug) && $activeChild.anus < 3) || (["large plug", "long, large plug"].includes($activeChild.buttplug) && $activeChild.anus == 3) || (["huge plug", "long, huge plug"].includes($activeChild.buttplug) && $activeChild.anus >= 4) >> + Thank you for the buttplug. It i<<s>> really fun to have my a<<ss>> filled all day long. + <<elseif (["large plug", "long, large plug"].includes($activeChild.buttplug) && $activeChild.anus < 3) || (["huge plug", "long, huge plug"].includes($activeChild.buttplug) && $activeChild.anus < 4) >> + I like it up the a<<ss>>, but the plug you make me wear i<<s>> too big. It really hurt<<s>>. Not in the good way. + <<else>> + My anu<<s>> i<<s>> killing me, all I want to do i<<s>> touch it and ma<<ss>>age it and fill it. + <</if>> + <<case "boobs">> + I'm <<s>>o horny, <<Master>>. I want to rub my nipple<<s>> against everything. + <<case "pregnancy">> + I wi<<sh>> I could _Amp <<Master>>. I can't get the<<s>>e thought<<s>> of <<if ($activeChild.preg < 30)>>pregnan<<c>>y<<else>>birth<</if>> out of my head. + <</switch>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about the other <<s>>laves' beautiful pu<<ss>>ie<<s>> and boob<<s>> and, and I want to fuck them <<s>>o bad. + <<else>> + I haven't been touching my<<s>>elf, <<Master>>, ju<<s>>t like you <<s>>aid, but I'm really horny. + <</if>> + <<else>> + I haven't been touching my<<s>>elf, <<Master>>, ju<<s>>t like you <<s>>aid, but I'm really horny. + <</if>> + <</if>> +<</if>> /* Closes release check */ + +<<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + I love your + <<if $PC.dick == 1>> + <<if canDoAnal($activeChild) && canDoVaginal($activeChild)>> + <<if $activeChild.vagina == 0>> + <<if $PC.vagina == 1>> + body, <<Master>>," $he <<say>>s eagerly. "I can't wait to have you in me, and your pu<<ss>>y i<<s>> <<s>>o deli<<c>>iou<<s>>. + <<else>> + cock, <<Master>>," $he <<say>>s eagerly. "I can't wait to have you in me. + <</if>> + <<else>> + <<if $PC.vagina == 1>> + body, <<Master>>," $he <<say>>s eagerly. "I love your cock in my hole<<s>>, and your pu<<ss>>y i<<s>> <<s>>o deli<<c>>iou<<s>>. + <<else>> + cock, <<Master>>," $he <<say>>s eagerly. "I love it in<<s>>ide my hole<<s>>. + <</if>> + <</if>> + <<else>> + <<if $PC.vagina == 1>> + body, <<Master>>," $he <<say>>s eagerly. "I ju<<s>>t need you in<<s>>ide me, and your pu<<ss>>y i<<s>> <<s>>o deli<<c>>iou<<s>>. + <<else>> + cock, <<Master>>," $he <<say>>s eagerly. "I ju<<s>>t need you in<<s>>ide me. + <</if>> + <</if>> + <<else>> + pu<<ss>>y, <<Master>>," $he <<say>>s eagerly. "I can ju<<s>>t imagine your clit again<<s>>t my tongue. + <</if>> + <<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60)>> + <<if $PC.boobs == 0>> + Your <<s>>trong arm<<s>> feel<<s>> <<s>>o good when you hold me down. + <<else>> + <<if $PC.boobsBonus > 1>> + The weight of your boob<<s>> on my back feel<<s>> <<s>>o good when you pin me down. + <<else>> + Your tit<<s>> feel <<s>>o good on my back when you pin me down. + <</if>> + <</if>> + <<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60)>> + <<if $PC.dick == 1>> + Your cum i<<s>> incredible, <<Master>>. I would drink every drop of it, if I could. + <<if $PC.balls > 0>>Your <<if $PC.balls > 2>>ma<<ss>>ive<<elseif $PC.balls > 1>>huge<<else>>big<</if>> ball<<s>> are amazing, I want to be under your cock kissing and kneading whenever I <<s>>ee you.<</if>> + <<if $PC.vagina == 1>>Oh, I love your femcum, too!<</if>> + <</if>> + <<elseif ($activeChild.fetish == "humiliation") && ($activeChild.fetishStrength > 60)>> + <<if $PC.dick == 1>> + I love, uh." $He looks down, hesitating. "I love your cock, <<Master>>. + <<if $PC.vagina == 1>>Um, and your vagina, too.<</if>> + <</if>> + <<elseif ($activeChild.fetish == "buttslut") && ($activeChild.fetishStrength > 60)>> + <<if $PC.dick == 1>>I love your cock, <<Master>>," $he <<say>>s eagerly. "I<<if $activeChild.anus == 0 || !canDoAnal($activeChild)>>'d<</if>> love it in my backdoor.<</if>> + <<elseif ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + <<if $PC.belly >= 10000>> + You, uh." $He looks down, hesitating. "Your belly i<<s>> <<s>>o big and wonderful, I ju<<s>>t want to feel it, + <<elseif $PC.belly >= 5000>> + You, uh." $He looks down, hesitating. "You have a really lovely belly, + <<elseif $PC.boobs == 1>> + You, uh." $He looks down, hesitating. "You have really ni<<c>>e brea<<s>>t<<s>>, + <<elseif $PC.dick == 1>> + You, uh." $He looks down, hesitating. "You have really ni<<c>>e ball<<s>>, + <<else>> + You, um." $He looks down, hesitating. "You would make a lovely mother, + <</if>> + <<Master>>. + <<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishStrength > 60)>> + <<if $PC.boobsBonus == 3>>Your brea<<s>>t<<s>> are giant, <<Master>>," $he <<say>>s eagerly. "I ju<<s>>t want to bury my fa<<c>>e in them. + <<elseif $PC.boobsBonus == 2>>Your brea<<s>>t<<s>> are huge, <<Master>>," $he <<say>>s eagerly. "I love them. + <<elseif $PC.boobsBonus == 1>>Your brea<<s>>t<<s>> are <<s>>o big and lovely, <<Master>>," $he <<say>>s eagerly. "I love them. + <<elseif $PC.boobs == 1>>Your brea<<s>>t<<s>> are incredible, <<Master>>," $he <<say>>s eagerly. "I love them. + <</if>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + <<if $PC.boobs == 1>>You're, uh." $He looks down, hesitating. "You're really hot, <<Master>>.<</if>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 80)>> + <<if $PC.dick == 1>>Your, uh." $He looks down, hesitating. "Your cock i<<s>> really hot, <<Master>>.<</if>> + <<else>> + You're, uh." $He looks down, hesitating. "You're really <<if $PC.title == 1>>hand<<s>>ome<<else>>pretty<</if>>, <<Master>>. + <</if>> +<</if>> + +<<if ($activeChild.dick > 0)>> +<<if ($activeChild.balls == 0)>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + I like being gelded." $He giggles. "I don't have to be hard to get fucked! + <<elseif ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + I don't mind being clipped. I like belong on the bottom. + <<case "masochist">> + Being gelded," $he shivers, "hurt<<s>> <<s>>ometime<<s>>. Make<<s>> people want to hurt you. I like it. + <<case "humiliation">> + I don't mind being clipped." $He shivers. "Everyone know<<s>>! It'<<s>> <<s>>o embarra<<ss>>ing. + <<case "dom">> + I <<s>>ometime<<s>> mi<<ss>> my ball<<s>>. It'<<s>> harder to be dominant without them. + <<case "sadist">> + I <<s>>ometime<<s>> mi<<ss>> my ball<<s>>. I <<s>>till fanta<<s>>i<<z>>e about raping the other girl<<s>>. + <<case "pregnancy">> + I <<s>>ometime<<s>> mi<<ss>> my ball<<s>>. I <<s>>till fanta<<s>>i<<z>>e about getting the other girl<<s>> pregnant. + <<case "cumslut">> + I barely cum without my ball<<s>>. I mi<<ss>>, you know, cleaning up after my<<s>>elf. With my mouth. + <<case "buttslut">> + I really like being clipped. I think it'<<s>> le<<ss>> di<<s>>tracting, you know, from my butthole. <<if $activeChild.prostate > 0>>And I <<s>>till have my pro<<s>>tate which i<<s>> what matter<<s>>.<</if>> + <<case "boobs">> + I don't mind being clipped. Between that and my boob<<s>> I feel like a ni<<c>>e little <<s>>lave $girl. + <</switch>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I <<s>>ometime<<s>> mi<<ss>> my ball<<s>>. I <<s>>till fanta<<s>>i<<z>>e about boning the other girl<<s>>. + <<else>> + <<if $activeChild.devotion > 75>> + I love being your gelded <<s>>lave $girl, <<Master>>. + <<else>> + To be hone<<s>>t, <<Master>>, I do mi<<ss>> having ball<<s>>, <<s>>ometime<<s>>. + <</if>> + <</if>> + <<else>> + <<if $activeChild.devotion > 75>> + I love being your gelded <<s>>lave $girl, <<Master>>. + <<else>> + To be hone<<s>>t, <<Master>>, I do mi<<ss>> having ball<<s>>, <<s>>ometime<<s>>. + <</if>> + <</if>> +<<elseif ($activeChild.hormoneBalance >= 200)>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + I <<s>>ometime<<s>> wi<<sh>> I could <<s>>till get hard." $He looks pensive. "Actually, I don't really care, getting fucked i<<s>> ni<<c>>e too. + <<elseif ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + I don't mind the hormone<<s>> keeping me <<s>>oft. I like getting fucked, anyway. + <<case "masochist">> + I don't mind the hormone<<s>> keeping me <<s>>oft. I think it encourage<<s>> people to treat me like I de<<s>>erve. + <<case "humiliation">> + I don't mind being impotent." $He shivers. "Everyone know<<s>>! It'<<s>> <<s>>o embarra<<ss>>ing. + <<case "dom">> + I wi<<sh>> the hormone<<s>> didn't <<s>>top me from getting hard. It'<<s>> tough to be dominant when I'm all <<s>>oft. + <<case "sadist">> + I wi<<sh>> the hormone<<s>> didn't <<s>>top me from getting hard. I <<s>>till fanta<<s>>i<<z>>e about raping the other girl<<s>>. + <<case "cumslut">> + I cum a lot le<<ss>> on the<<s>>e hormone<<s>>. I mi<<ss>>, you know, cleaning up after my<<s>>elf. With my mouth. + <<case "buttslut">> + I don't mind the hormone<<s>> keeping me <<s>>oft. I prefer taking it, anyway." $He turns and sticks $his ass out. "Up the butt. + <<case "boobs">> + I don't mind the hormone<<s>> keeping me <<s>>oft. Between that and my boob<<s>> I feel like a cute <<s>>lave girl. + <<case "pregnancy">> + I wi<<sh>> the hormone<<s>> didn't <<s>>top me from getting hard. I <<s>>till fanta<<s>>i<<z>>e about getting the other girl<<s>> pregnant. + <</switch>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I wi<<sh>> the hormone<<s>> didn't <<s>>top me from getting hard. I <<s>>till fanta<<s>>i<<z>>e about boning the other girl<<s>>. + <<else>> + <<if $activeChild.devotion > 75>> + I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. + <<else>> + I <<s>>ometime<<s>> wi<<sh>> the hormone<<s>> I'm on would let me get hard. + <</if>> + <</if>> + <<else>> + <<if $activeChild.devotion > 75>> + I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. + <<else>> + I <<s>>ometime<<s>> wi<<sh>> the hormone<<s>> I'm on would let me get hard. + <</if>> + <</if>> +<</if>> /* closes balls check */ +<<elseif $activeChild.preg == -1>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + I fanta<<s>>i<<z>>e about my belly getting heavy with pregnan<<c>>y, but I know it won't happen while I'm on contra<<c>>eptive<<s>>. + <</if>> + <</if>> +<<elseif $activeChild.mpreg == 1>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 0)>> + I fanta<<s>>i<<z>>e about my belly getting heavy with pregnancy, and I'm <<s>>o glad you made me able to get pregnant! + <</if>> + <</if>> +<</if>> /* closes dick check */ + +<<if Math.abs($activeChild.hormoneBalance) >= 200>> + <<if $activeChild.physicalAge > 35>> + <<if $activeChild.devotion > 50>> + <<if $activeChild.energy > 40>> + On all the<<s>>e hormone<<s>> I'm almo<<s>>t going through puberty all over again. Kind of a <<s>>urpri<<s>>e at my age." $He grins suggestively. "I'll do my be<<s>>t to fuck like a teenager, <<Master>>. + <</if>> + <</if>> + <</if>> +<</if>> + +<<if ($activeChild.curatives > 1) || $activeChild.inflationType == "curative">> + <<if $activeChild.inflationType == "curative">> + <<if ($activeChild.health < 0)>> + I don't feel good, but I can almo<<s>>t feel the curative<<s>> fi<<x>>ing me, even if the belly i<<s>> a little uncomfortable. Thank you, <<Master>>. + <<elseif ($activeChild.physicalAge > 35)>> + I can almo<<s>>t feel the curative<<s>> working. They make me feel like a young, pregnant $girl! Thank you, <<Master>>. + <<else>> + I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible, even if the belly i<<s>> a little uncomfortable. Thank you, <<Master>>. + <</if>> + <<else>> + <<if ($activeChild.health < 0)>> + I don't feel good, but I can almo<<s>>t feel the curative<<s>> fi<<x>>ing me. Thank you, <<Master>>. + <<elseif ($activeChild.physicalAge > 35)>> + I can almo<<s>>t feel the curative<<s>> working. They make me feel <<s>>o young! Thank you, <<Master>>. + <<else>> + I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible. Thank you, <<Master>>. + <</if>> + <</if>> +<</if>> + +<<if $activeChild.inflationType == "aphrodisiac">> + Thi<<s>> belly i<<s>> <<s>>o hot! I feel <<s>>o hot... You ju<<s>>t have to fuck me <<Master>>! I need a dick in me, plea<<s>>e! +<</if>> + +<<if $activeChild.inflationType == "tightener">> + I can practically feel my butt getting tighter. Thi<<s>> i<<s>> great, I'll be like new <<s>>oon. Thank you, <<Master>>. +<</if>> + +<<if $activeChild.inflation > 0>> + <<if SlaveStatsChecker.checkForLisp($activeChild)>> + <<set _fluid = lispReplace($activeChild.inflationType)>> + <<else>> + <<set _fluid = $activeChild.inflationType>> + <</if>> + <<if $activeChild.bellyFluid >= 10000>> + I feel really full, can I let the _fluid out now? + <<elseif $activeChild.bellyFluid >= 5000>> + I feel <<s>>o full, can I let the _fluid out now? + <<elseif $activeChild.bellyFluid >= 2000>> + I feel <<s>>o uncomfortable, can I let the _fluid out now? + <</if>> +<</if>> + +<<switch $activeChild.diet>> +<<case "fertility">> + My <<s>>tomach feel<<s>> tingly, e<<s>>pe<<c>>ially when I think of dick<<s>>, but that'<<s>> normal, right? + <<if $PC.dick > 0>>Oh! It'<<s>> happening now! I bet we both know why...<</if>> +<<case "cum production">> + My load<<s>> have been bigger lately. That diet mu<<s>>t be having an effect on me. +<<case "cleansing">> + I'm feeling really good, <<Master>>, the diet mu<<s>>t be working. It really ta<<s>>te<<s>> horrible, though... +<</switch>> + +<<switch $activeChild.drugs>> +<<case "intensive penis enhancement">> + <<if ($activeChild.dick > 0)>> + <<if ($activeChild.balls == 0)>> + I can feel my dick growing, <<Master>>, but it'<<s>> <<s>>till <<s>>o <<s>>oft. I gue<<ss>> it'll ju<<s>>t flop around more when I get buttfucked. + <<elseif ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60)>> + I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole. + <<elseif ($activeChild.fetish == "dom") && ($activeChild.fetishStrength > 60)>> + I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome little <<s>>lut'<<s>> fa<<c>>e. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into a warm, wet pu<<ss>>y. + <<else>> + I can almo<<s>>t feel my dick growing, <<Master>>. It'<<s>> kind of uncomfortable. + <</if>> + <<else>> + I can almo<<s>>t feel my dick growing, <<Master>>. It'<<s>> kind of uncomfortable. + <</if>> + <<else>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60)>> + I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole. + <<elseif ($activeChild.fetish == "dom") && ($activeChild.fetishStrength > 60)>> + I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome little <<s>>lut'<<s>> fa<<c>>e. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into a warm, wet pu<<ss>>y. + <<else>> + I can almo<<s>>t feel my clit growing, <<Master>>. It'<<s>> kind of uncomfortable. + <</if>> + <<else>> + I can almo<<s>>t feel my clit growing, <<Master>>. It'<<s>> kind of uncomfortable. + <</if>> + <</if>> +<<case "hyper penis enhancement">> + <<if ($activeChild.dick > 0)>> + <<if ($activeChild.balls == 0)>> + I can feel my dick growing, <<Master>>, but it'<<s>> <<s>>till <<s>>o <<s>>oft. I gue<<ss>> it'll ju<<s>>t flop around more when you buttfuck me, until it touche<<s>> the floor, that i<<s>>. + <<elseif ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60)>> + I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole and having it <<s>>well more and more in them. + <<elseif ($activeChild.fetish == "dom") && ($activeChild.fetishStrength > 60)>> + I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pinning <<s>>ome poor little <<s>>lut to the floor with it. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine <<sh>>oving it into a warm, wet pu<<ss>>y. + <<else>> + I can feel my dick growing, <<Master>>. It'<<s>> kind of painful. + <</if>> + <<else>> + I can feel my dick growing, <<Master>>. It'<<s>> kind of painful. + <</if>> + <<else>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60)>> + I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole and having it <<s>>well more and more in them. + <<elseif ($activeChild.fetish == "dom") && ($activeChild.fetishStrength > 60)>> + I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine plugging <<s>>ome <<s>>lut'<<s>> fa<<c>>e with it. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine <<sh>>oving it into a warm, wet pu<<ss>>y. + <<else>> + I can almo<<s>>t feel my clit growing, <<Master>>. It'<<s>> kind of painful. + <</if>> + <<else>> + I can almo<<s>>t feel my clit growing, <<Master>>. It'<<s>> kind of painful. + <</if>> + <</if>> +<<case "intensive testicle enhancement">> + My ball<<s>> feel incredibly full, <<Master>>. They're really uncomfortable. + <<if ($activeChild.fetishKnown == 1) && (($activeChild.fetish == "dom") || ($activeChild.fetish == "sadist")) && ($activeChild.fetishStrength > 60)>> + But I can't wait to for<<c>>e a bitch to take the whole load. + <<elseif ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + I feel like I could fill a girl'<<s>> womb with cum with one orga<<s>>m. + <<else>> + I really need to cum. After we fini<<sh>> talking, would you plea<<s>>e, plea<<s>>e fuck me <<s>>o I can cum? I can barely <<s>>tand it. + <</if>> +<<case "hyper testicle enhancement">> + My ball<<s>> feel <<s>>o incredibly full, <<Master>>. They're really painful. + <<if ($activeChild.fetishKnown == 1) && (($activeChild.fetish == "dom") || ($activeChild.fetish == "sadist")) && ($activeChild.fetishStrength > 60)>> + But I can't wait to fill a bitch with my load. Bet they'll look pregnant when I'm done. + <<elseif ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + I feel like I could fertili<<z>>e all of a girl'<<s>> egg<<s>> with my cum. + <<else>> + I really need to cum. After I fini<<sh>>, would you plea<<s>>e, plea<<s>>e fuck me? I can barely <<s>>tand it. + <</if>> +<<case "intensive breast injections">> + <<if ($activeChild.fetishKnown == 1) && (($activeChild.fetish == "boobs") || ($activeChild.energy > 95))>> + I can almo<<s>>t feel my boob<<s>> <<s>>welling, <<Master>>. Thank you for injecting them with hormone<<s>>, and plea<<s>>e, never <<s>>top. + <<else>> + I can almo<<s>>t feel my boob<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of uncomfortable. + <</if>> +<<case "hyper breast injections">> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "boobs") || ($activeChild.energy > 95)>> + I can feel my boob<<s>> <<s>>welling, <<Master>>. Thank you for injecting them with hormone<<s>>, and plea<<s>>e, never <<s>>top. + <<else>> + I can feel my boob<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of painful. + <</if>> + <<else>> + I can feel my boob<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of painful. + <</if>> +<<case "intensive butt injections">> + <<if ($activeChild.fetishKnown == 1) && (($activeChild.fetish == "buttslut") || ($activeChild.energy > 95))>> + I can almo<<s>>t feel my butt growing, <<Master>>. I can't wait to feel a dick <<s>>liding up in between my buttock<<s>>. + <<else>> + I can almo<<s>>t feel my butt growing, <<Master>>. It'<<s>> kind of uncomfortable. + <</if>> +<<case "hyper butt injections">> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "buttslut") || ($activeChild.energy > 95)>> + I can feel my butt growing, <<Master>>. I can't wait for a dick to get lo<<s>>t in between my buttock<<s>>. + <<else>> + I can feel my butt growing, <<Master>>. It'<<s>> kind of painful. + <</if>> + <<else>> + I can feel my butt growing, <<Master>>. It'<<s>> kind of painful. + <</if>> +<<case "lip injections">> + <<if ($activeChild.fetishKnown == 1) && (($activeChild.fetish == "cumslut") || ($activeChild.energy > 95))>> + I can almost feel my lip<<s>> <<s>>welling, <<Master>>. I can't wait to wrap them around a cock. + <<else>> + I can almost feel my lip<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of uncomfortable. + <</if>> +<<case "fertility drugs">> +<<if isFertile($activeChild)>> + I feel like I need to have a baby, <<Master>>, like right now. + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60)>> + I can't wait for <<s>>omeone to pin me down and fuck me pregnant. + <<elseif ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + I can't wait till my belly get<<s>> big enough to hold me down. + <<else>> + The<<s>>e will get me pregnant, right? + <</if>> +<</if>> +<<case "super fertility drugs">> +<<if isFertile($activeChild)>> + My womb feel<<s>> <<s>>o full, <<Master>>, I need to be fertili<<z>>ed! + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60)>> + I can't wait to be pinned to the floor by my life <<s>>wollen belly. + <<elseif ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60)>> + I can't wait till my belly <<s>>well<<s>> a<<s>> big a<<s>> me. + <<else>> + The<<s>>e will get me pregnant, right? Like, <<s>>o pregnant I won't be able to <<s>>tand in the end? + <</if>> +<</if>> +<<case "anti-aging cream">> + <<if $activeChild.visualAge+20 < $activeChild.actualAge>> + I look <<s>>o young, <<Master>>, I can barely recogni<<z>>e my<<s>>elf anymore. + <<else>> + I can practically feel the year<<s>> peeling off me, <<Master>>. + <</if>> +<<case "sag-B-gone">> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "boobs") || ($activeChild.energy > 95)>> + I love all the brea<<s>>t ma<<ss>>age<<s>>, but I don't think the cream i<<s>> doing anything. They look the <<s>>ame a<<s>> alway<<s>>, not that that mean<<s>> I want you to <<s>>top, <<Master>>! + <<else>> + I think you might have been ripped off on thi<<s>> <<s>>ag cream, <<Master>>; my brea<<s>>t<<s>> don't feel any different. + <</if>> + <<else>> + I think you might have been ripped off on thi<<s>> <<s>>ag cream, <<Master>>; my brea<<s>>t<<s>> don't feel any different. + <</if>> +<</switch>> + +<<switch $activeChild.assignment>> +<<case "whore" "work in the brothel">> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + It'<<s>> great being a whore. I can't imagine being <<s>>ati<<s>>fied doing anything el<<s>>e. + <<elseif ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + It'<<s>> ni<<c>>e being a whore, I get treated like I de<<s>>erve. + <<case "dom">> + Being a whore i<<s>> okay, <<s>>ometime<<s>> <<s>>omebody want<<s>> to be dommed. + <<case "sadist">> + Being a whore i<<s>> okay, <<s>>ometime<<s>> <<s>>omebody want<<s>> me to hurt one of their <<s>>lave<<s>> for them. + <<case "masochist">> + It'<<s>> ni<<c>>e being a whore, I get hurt like I de<<s>>erve. + <<case "cumslut">> + It'<<s>> great being a whore. If I wa<<s>> <<s>>till free, I would fanta<<s>>i<<z>>e about getting to <<s>>uck thi<<s>> many dick<<s>>. + <<case "humiliation">> + It'<<s>> great being a whore, the <<sh>>ame keep<<s>> me really horny. + <<case "buttslut">> + It'<<s>> great being a whore. If I wa<<s>> <<s>>till free, I would fanta<<s>>i<<z>>e about taking thi<<s>> much anal. + <<case "boobs">> + It'<<s>> ni<<c>>e being a whore, <<s>>ometime<<s>> customer<<s>> ju<<s>>t play with my boob<<s>> for hour<<s>>. + <<case "pregnancy">> + <<if $activeChild.belly >= 5000>> + It'<<s>> ni<<c>>e being a whore, <<s>>ometime<<s>> customer<<s>> ju<<s>>t play with my belly for hour<<s>>. + <<elseif isFertile($activeChild)>> + It'<<s>> great being a whore, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it. + <<elseif $activeChild.preg > $activeChild.pregData.normalBirth/4>> + It'<<s>> great being a pregnant whore, I get to watch my belly <<s>>well a<<s>> I get fucked. Every week it get<<s>> a little bigger. + <<elseif $activeChild.pregKnown == 1>> + Being a whore i<<s>> okay, but it will be great on<<c>>e my belly get<<s>> bigger. + <<elseif $activeChild.preg > 0>> + Being a whore i<<s>> okay, I ju<<s>>t wi<<sh>> I'd get knocked up already. + <<else>> + Being a whore i<<s>> okay, <<s>>ometime<<s>> I can pretend I can get pregnant. + <</if>> + <</switch>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 60)>> + It'<<s>> ni<<c>>e being a whore, I get fucked by a lot of hot guy<<s>>. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 60)>> + It'<<s>> okay being a whore, I get female customer<<s>> <<s>>ometime<<s>>. + <</if>> + <</if>> +<<case "public service" "serve in the club">> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + It'<<s>> great being a public <<s>>lut. I can't imagine being <<s>>ati<<s>>fied doing anything el<<s>>e. + <<elseif ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + It'<<s>> ni<<c>>e being a public <<s>>lut, I get treated like I de<<s>>erve. + <<case "dom">> + Being a public <<s>>lut i<<s>> okay, <<s>>ometime<<s>> <<s>>omebody want<<s>> to be dommed. + <<case "sadist">> + Being a public <<s>>lut i<<s>> okay, <<s>>ometime<<s>> <<s>>omebody want<<s>> me to hurt one of their <<s>>lave<<s>> for them. + <<case "masochist">> + It'<<s>> ni<<c>>e being a public <<s>>lut, I get hurt like I de<<s>>erve. + <<case "cumslut">> + It'<<s>> great being a public <<s>>lut. If I wa<<s>> <<s>>till free, I would fanta<<s>>i<<z>>e about getting to <<s>>uck thi<<s>> many dick<<s>>. + <<case "humiliation">> + It'<<s>> great being a public <<s>>lut, the <<sh>>ame keep<<s>> me really horny. + <<case "buttslut">> + It'<<s>> great being a public <<s>>lut. If I wa<<s>> <<s>>till free, I would fanta<<s>>i<<z>>e about taking thi<<s>> much anal. + <<case "boobs">> + It'<<s>> ni<<c>>e being a public <<s>>lut, <<s>>ometime<<s>> <<c>>iti<<z>>en<<s>> ju<<s>>t play with my boob<<s>> for hour<<s>>. + <<case "pregnancy">> + <<if $activeChild.belly >= 5000>> + It'<<s>> ni<<c>>e being a public <<s>>lut, <<s>>ometime<<s>> <<c>>iti<<z>>en<<s>> ju<<s>>t play with my belly for hour<<s>>. + <<elseif isFertile($activeChild)>> + It'<<s>> great being a public <<s>>lut, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it. + <<elseif $activeChild.preg > $activeChild.pregData.normalBirth/4>> + It'<<s>> great being a pregnant public <<s>>lut, I get to <<sh>>ow off my belly all the time. + <<elseif $activeChild.pregKnown == 1>> + Being a public <<s>>lut i<<s>> okay, but it will be great on<<c>>e my belly get<<s>> bigger. + <<elseif $activeChild.preg > 0>> + Being a public <<s>>lut i<<s>> okay, I ju<<s>>t wi<<sh>> I'd get knocked up already. + <<else>> + Being a public <<s>>lut i<<s>> okay, <<s>>ometime<<s>> I can pretend I can get pregnant. + <</if>> + <</switch>> + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 60)>> + It'<<s>> ni<<c>>e being a public <<s>>lut, I get fucked by a lot of hot guy<<s>>. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 60)>> + It'<<s>> okay being a public <<s>>lut; I get female <<c>>iti<<z>>en<<s>> <<s>>ometime<<s>>. + <</if>> + <</if>> +<<case "get milked" "work in the dairy">> + <<if $activeChild.balls == 0>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.energy > 95)>> + It'<<s>> pretty ni<<c>>e, being milked. + <<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60)>> + It'<<s>> ni<<c>>e being milked, I get treated like I de<<s>>erve. + <<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishStrength > 60)>> + It'<<s>> <<s>>o, <<s>>o wonderful being milked. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + It'<<s>> okay being milked, with all the girl<<s>> and boob<<s>> around. + <<else>> + Being milked i<<s>> hard work. + <</if>> + <</if>> + <<else>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "buttslut") || ($activeChild.energy > 95)>> + Getting buttfucked to orga<<s>>m whenever I can get hard i<<s>> a dream come true. Actually, getting buttfucked until I cum <<if $activeChild.prostate > 0>>even when I'm <<s>>oft <</if>>i<<s>> pretty ni<<c>>e too. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 80)>> + It'<<s>> okay getting cockmilked, I like all the dick<<s>> around. + <<else>> + It'<<s>> <<s>>urpri<<s>>ingly hard work, coming all day. + <</if>> + <</if>> + <</if>> +<<case "work as a farmhand">> + /* TODO: add a description for this */ +<<case "please you" "serve in the master suite" "be your Concubine">> + <<if ($activeChild.fetishKnown == 1)>> + <<if $activeChild.toyHole == "mouth" && ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60) && ($PC.dick == 1)>> + I love <<s>>ucking your cock every day, and I love + <<if $PC.balls > 2>> + every opportunity I get to wor<<sh>>ip your ball<<s>>, they're <<s>>o huge and make <<s>>o much cum and I ju<<s>>t want to <<s>>pend my life ki<<ss>>ing your ball<<s>> and <<s>>ucking your cock, and live off your cum... + <<elseif $PC.balls > 1>> + wor<<sh>>ipping your ma<<ss>>ive ball<<s>>. <<if $activeChild.amp != 1>>Your ball<<s>> are <<s>>o big that one te<<s>>ticle fill<<s>> my hand, I even cum without touching my<<s>>elf <<s>>o I can properly <<s>>erve you.<<else>>Feeling you re<<s>>t your ball<<s>> on my fa<<c>>e in between fa<<c>>efuck<<s>> i<<s>> heaven for me.<</if>> + <<elseif $PC.balls > 0>> + plea<<s>>uring your big ball<<s>> too. They're the perfect <<s>>i<<z>>e to fill my mouth a<<s>> I <<s>>uck on them, and I love feeling them ten<<s>>e again<<s>>t my chin when you <<sh>>oot cum down my throat. + <<else>> + playing with your ball<<s>> too. + <</if>> + <<elseif $activeChild.toyHole != "dick">> + <<if ($activeChild.energy > 95) && ($PC.dick == 1)>> + I love how taking your cock i<<s>> my only job, and I love having your other toy<<s>> to have <<s>>e<<x>> too. + <<else>> + It'<<s>> ni<<c>>e being your $girl. + <</if>> + <<else>> + <<if ($activeChild.energy > 95) && ($PC.vagina == 1)>> + I love how fucking your <<if ($PC.vagina == 1)>>pu<<ss>>y<<else>>a<<ss>><</if>> i<<s>> my only job, and I'm <<s>>o happy you tru<<s>>t me enough to cum in<<s>>ide you. + <<else>> + I like letting you u<<s>>e my cock a<<s>> your toy, and I'm happy you tru<<s>>t me enough to cum with you. + <</if>> + <</if>> + <</if>> +<<case "rest" "rest in the spa">> + Thank you for letting me re<<s>>t. +<<case "work as a nanny">> + I love taking care of the babi<<s>>. I hope I get to <<s>>ee them grow up to into good <<s>>lave<<s>> for you. +<<default>> + Being a <<s>>e<<x>> <<s>>lave i<<s>> hard work. +<</switch>> + +<<if (($activeChild.skill.oral + $activeChild.skill.anal) >= 120) && ($activeChild.vagina == -1)>> + I'm really proud of my <<s>>e<<x>> <<s>>kill<<s>>, it'<<s>> ni<<c>>e to be good at what you do. Without a cunt my poor <<if $activeChild.anus > 2>>a<<ss>>pu<<ss>>y<<elseif $activeChild.anus == 2>>butthole<<else>>little anu<<s>><</if>> doe<<s>> double duty, but I can take it. +<<elseif ($activeChild.skill.oral + $activeChild.skill.vaginal + $activeChild.skill.anal) >= 180>> + I'm really proud of my <<s>>e<<x>> <<s>>kill<<s>>, it'<<s>> ni<<c>>e to be good at what you do. +<<elseif ($activeChild.skill.whoring >= 100)>> + I'm really proud of my whoring <<s>>kill<<s>>, pro<<s>>titution i<<s>> ju<<s>>t a job like any other to me. +<<elseif ($activeChild.skill.entertainment >= 100)>> + I'm really proud of my <<s>>kill<<s>>, I feel like I can make anyone want me. +<<elseif ($activeChild.skill.anal >= 100)>> + <<if ($activeChild.vagina == -1)>> + I'm really proud of my anal <<s>>kill<<s>>, I can take a dick a<<s>> well a<<s>> anyone. + <<else>> + I'm really proud of my anal <<s>>kill<<s>>, it'<<s>> fun having three fuckhole<<s>>. + <</if>> +<<elseif ($activeChild.skill.anal <= 30) && ($activeChild.anus > 0)>> + I wi<<sh>> I were better at anal, if I could learn to rela<<x>> getting buttfucked wouldn't hurt <<s>>o much. +<<elseif ($activeChild.skill.vaginal <= 30) && ($activeChild.vagina > 0)>> + I wi<<sh>> I were better at <<s>>e<<x>>, <<s>>ometime<<s>> all I can think to do i<<s>> ju<<s>>t lie there. +<<elseif ($activeChild.skill.oral <= 30)>> + I wi<<sh>> I were better at blowjob<<s>>, it would be ni<<c>>e not to gag <<s>>o much. +<</if>> + +<<if ($activeChild.relationship > 0)>> + <<set _partner = $slaveIndices[$activeChild.relationshipTarget]>> + <<if def _partner>> + <<if _lisping == 1>> + <<set _partnerName = lispReplace($slaves[_partner].slaveName)>> + <<else>> + <<set _partnerName = $slaves[_partner].slaveName>> + <</if>> + <<setLocalPronouns $slaves[_partner] 2>> + <<setSpokenLocalPronouns $activeChild $slaves[_partner]>> + <<else>> + @@.red;Error, relationshipTarget not found.@@ + <</if>> + <<if $activeChild.relationship <= 2>> + I really like <<s>>eeing _partnerName every day, <<he 2>>'<<s>> a good friend." $He blushes. "<<He 2>>'<<s>> kind of hot, too. + <<elseif $activeChild.relationship <= 3>> + I really like <<s>>eeing _partnerName every day, <<he 2>>'<<s>> a good friend —" $He blushes. "— even when we're not fucking. + <<elseif $activeChild.relationship <= 4>> + I really love _partnerName." $He blushes. "Thank you for letting u<<s>> be together, <<Master>>. + <<else>> + I'm <<s>>o happy with _partnerName." $He blushes. "Thank you for _him2, <<Master>>. + <</if>> + <<if $activeChild.relationship >= 3>> + <<if $activeChild.mother == $slaves[_partner].ID>> + "I — I'm fucking my mother," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>uch a hot MILF, I can't <<s>>top. + <<elseif $activeChild.father == $slaves[_partner].ID>> + I — I'm fucking my father," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> know<<s>> <<s>>o much about penetration, I can't <<s>>top. + <<elseif $slaves[_partner].mother == $activeChild.ID>> + I — I'm fucking my daughter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> ha<<s>> <<s>>uch a hot little body, I can't <<s>>top. + <<elseif $slaves[_partner].father == $activeChild.ID>> + I — I'm fucking my daughter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> ha<<s>> <<s>>uch a hot little body. <<He 2>> look<<s>> <<s>>o much like <<his 2>> mother, I can't <<s>>top. + <<elseif areSisters($activeChild, $slaves[_partner]) == 1>> + I — I'm fucking my twin <<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top. + <<elseif areSisters($activeChild, $slaves[_partner]) == 2>> + I — I'm fucking my <<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top. + <<elseif areSisters($activeChild, $slaves[_partner]) == 3>> + I — I'm fucking my half-<<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top. + <<elseif ($activeChild.relation != 0) && ($slaves[_partner].ID == $activeChild.relationTarget)>> + I — I'm fucking my <<if ($activeChild.relation == "mother")>>daughter<<elseif ($activeChild.relation == "daughter")>>mother<<else>>$activeChild.relation<</if>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<if ($activeChild.relation == "mother")>><<he 2>> ha<<s>> <<s>>uch a hot little body<<elseif ($activeChild.relation == "daughter")>><<he 2>>'<<s>> <<s>>uch a hot MILF<<else>><<he 2>>'<<s>> <<s>>o hot<</if>>, I can't <<s>>top. + <<elseif ($activeChild.actualAge + 14) < $slaves[_partner].actualAge>> + <<He 2>>'<<s>> old enough to be my mother." $He looks down, blushing a little harder. "But I'm lucky, <<he 2>>'<<s>> <<s>>uch a hot MILF. + <<elseif ($activeChild.actualAge - 14) > $slaves[_partner].actualAge>> + <<He 2>>'<<s>> young enough to be my daughter." $He looks down, blushing a little harder. "But I love <<his 2>> hot young body. + <</if>> + <<if (($activeChild.actualAge - 5) > $slaves[_partner].actualAge) && (20 > $slaves[_partner].actualAge)>> + <<He 2>>'<<s>> a little immature at time<<s>>, but having <<s>>e<<x>> with a teenager i<<s>> <<s>>o awe<<s>>ome, it'<<s>> worth it. + <</if>> + <<if $slaves[_partner].amp != 0>> + <<if $slaves[_partner].amp == -1>> + I really do like <<his 2>> P-Limb<<s>>. They're a little awkward, and kind of cold, but that'<<s>> ju<<s>>t how <<he 2>> i<<s>>. + <<elseif $slaves[_partner].amp == -2>> + And, um." $He giggles. "<<He 2>> ha<<s>> vibe finger<<s>>. <<S>>o that'<<s>> awe<<s>>ome. + <<elseif $slaves[_partner].amp == -3>> + I really like <<his 2>> P-Limb<<s>>. They're very pretty, but kind of cold. That'<<s>> ju<<s>>t how <<he 2>> i<<s>>. + <<elseif $slaves[_partner].amp == -4>> + <<His 2>> P-Limb<<s>> do <<s>>care me a little, <<s>>ometime<<s>>. Though of course <<he 2>> di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "Though I did get _him2 to e<<x>>tend <<his 2>> blade<<s>> on<<c>>e, <<s>>o I could ki<<ss>> them for luck. + <<elseif $slaves[_partner].amp == -5>> + <<His 2>> P-Limb<<s>> do look cool and I like how <<s>>trong they can make _him2 but they <<s>>care me a little, <<s>>ometime<<s>>. Though of cour<<s>>e <<he 2>> di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "<<He 2>> ha<<s>> vibe finger<<s>>, <<s>>o that'<<s>> awe<<s>>ome. + <<else>> + <<He 2>>'<<s>> an amputee, of cour<<s>>e, <<s>>o that'<<s>> a little <<s>>ad. + <</if>> + <</if>> + <</if>> +<<elseif ($activeChild.relationship == -3)>> + <<if $activeChild.devotion+$activeChild.trust >= 175>> + Of cour<<s>>e, I'm your wife, <<Master>>." $He laughs. "Not e<<x>>actly traditional married life, but I'll do my be<<s>>t to help redefine it. + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + Of cour<<s>>e, I'm your wife, <<Master>>." $He sighs. "Any other que<<s>>tion<<s>>? + <<elseif $activeChild.devotion < -20>> + I'm your wife, <<if $activeChild.rudeTitle == 1>><<= PoliteRudeTitle($activeChild)>><<else>><<Master>><</if>>," $he <<say>>s, $his voice wavering. "Plea<<s>>e let me go... + <<else>> + Of cour<<s>>e, I'm your wife, <<Master>>," $he <<say>>s. "It i<<s>>n't <<s>>o bad, I'm <<s>>tarting to like it. + <</if>> + +<<elseif ($activeChild.relationship == -2)>> + I'm good friend<<s>> with <<s>>ome of the other <<s>>lave<<s>>," $he <<if !canTalk($activeChild)>>gestures<<else>>mutters<</if>> hesitantly, looking suddenly embarrassed. "I really like you, though, <<Master>>. Like, //like// you, like you." $He clears $his throat <<if !canTalk($activeChild)>>silently and pointlessly<<else>>nervously<</if>> before hurrying on to safer subjects. "Yeah. +<<elseif ($activeChild.relationship == -1)>> + A<<s>> far a<<s>> relation<<sh>>ip<<s>> go, <<Master>>," $he laughs, "I'm <<s>>uch a fucking <<s>>lut. It'<<s>> <<s>>o liberating, not having to worry about any of that crap anymore. +<</if>> + +<<if FutureSocieties.HighestDecoration() >= 60>> + +<<if ($activeChild.devotion > 75)>> + I'll do everything I can to <<s>>upport your vi<<s>>ion for the future. +<<elseif ($activeChild.devotion > 50)>> + I do my be<<s>>t to <<s>>upport your vi<<s>>ion for the future. +<<else>> + I try to conform to your vi<<s>>ion for the future. +<</if>> + +<<if $arcologies[0].FSRomanRevivalist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + The new Rome i<<s>> fa<<sc>>inating, <<Master>>. I'm glad to be a part of it. + <<elseif ($activeChild.devotion > 20)>> + I'm proud to be a <<s>>lave in the new Rome. + <<else>> + Being a <<s>>lave in the new Rome i<<s>> a little <<s>>cary, <<Master>>. I hear <<s>>lave<<s>> fighting <<s>>ometime<<s>>. + <</if>> +<</if>> +<<if $arcologies[0].FSAztecRevivalist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + The new A<<z>>tec Empire i<<s>> enthralling, <<Master>>. I'm ama<<z>>ed at how ea<<s>>ily people jump to <<s>>acrifi<<c>>e and debauchery when they're offered. + <<elseif ($activeChild.devotion > 20)>> + I'm proud to <<s>>erve the will of the god<<s>>, and you. + <<else>> + Plea<<s>>e, don't <<s>>acrifi<<c>>e me <<Master>>, I'll do anything. + <</if>> +<</if>> +<<if $arcologies[0].FSEgyptianRevivalist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + Thi<<s>> new Egypt i<<s>> fa<<sc>>inating, <<Master>>. I'm glad to be a part of it. + <<elseif ($activeChild.devotion > 20)>> + I'm proud to be a <<s>>lave of the new Pharaoh. + <<else>> + Being a <<s>>lave in thi<<s>> new Egypt i<<s>> a little rea<<ss>>uring. <<S>>ome of the other <<s>>lav<<s>> <<s>>ay they u<<s>>ed to u<<s>>e <<s>>lave<<s>> for great thing<<s>>, anyway. + <</if>> +<</if>> +<<if $arcologies[0].FSChattelReligionist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + It'<<s>> intere<<s>>ting, <<s>>eeing how fa<<s>>t a new faith can take hold. + <<elseif ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "masochist") && ($activeChild.fetishStrength > 60)>> + I — I alway<<s>> thought pain wa<<s>> good for me. It'<<s>> <<s>>o ni<<c>>e to be told that it'<<s>> true at la<<s>>t. + <<elseif ($activeChild.devotion > 20)>> + I'm proud to be a <<s>>lave, <<s>>in<<c>>e that'<<s>> what'<<s>> right for me. + <<else>> + <<S>>ometime<<s>> I have doubt<<s>> about the new faith, but I do my be<<s>>t to ignore them. + <</if>> +<</if>> +<<if $arcologies[0].FSIntellectualDependency >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 10)>> + I ju<<s>>t wish I could <<sh>>are in <<s>>impli<<c>>ity of thing<<s>>. + <<elseif ($activeChild.intelligence+$activeChild.intelligenceImplant <= -50)>> + It'<<s>> <<s>>o nice not having to think for my<<s>>elf anymore. + <<elseif ($activeChild.energy > 50)>> + I'm <<s>>o glad that thi<<s>> culture encourage<<s>> being a horny little <<s>>lut. + <<else>> + I feel out of pla<<c>>e here, but I'll try to rela<<x>> and not overthink thing<<s>> <<s>>o much. + <</if>> +<</if>> +<<if $arcologies[0].FSDegradationist >= 10>> + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60)>> + I — I alway<<s>> knew I wa<<s>> a u<<s>>ele<<ss>> bitch, <<s>>o it'<<s>> ea<<s>>y to a<<cc>>ept being degraded. + <<elseif ($activeChild.devotion > 20)>> + I'm your worthle<<ss>> little degraded fuckpuppet, <<Master>>. + <<else>> + I'm trying to a<<cc>>ept the degradation, <<Master>>. + <</if>> +<</if>> +<<if $arcologies[0].FSSlaveProfessionalism >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 100)>> + I'm <<s>>o glad that I can be of <<s>>uch <<s>>ervi<<c>>e to you. I never thought slavery could be so intellectually stimulating, I expected so much less. + <<elseif ($activeChild.intelligence+$activeChild.intelligenceImplant > 10)>> + <<S>>ometime<<s>> it'<<s>> tough here, but at least it keep<<s>> my wit<<s>> <<sh>>arp. + <<else>> + I kind of hate it here, <<Master>>. Everything'<<s>> <<s>>o complicated and people alway<<s>> laugh at me when I need help. You don't think I'm <<s>>tupid too, do you? + <</if>> +<</if>> +<<if $arcologies[0].FSAssetExpansionist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + I've been watching all the body dy<<s>>phoria on di<<s>>play lately; it'<<s>> <<c>>ertainly novel. + <<elseif ($activeChild.energy > 95)>> + Thank you <<s>>o much for <<s>>upporting thi<<s>> new T&A e<<x>>pan<<s>>ion culture, <<Master>>. It'<<s>> like you made it ju<<s>>t for me. <<S>>o much eye candy! + <<elseif ($activeChild.boobs > 1000)>> + It'<<s>> almost <<s>>trange, being in a pla<<c>>e where the<<s>>e tit<<s>> don't make me <<s>>tand out. + <<else>> + I'm a little worried I don't have the tit<<s>> for thi<<s>> new e<<x>>pan<<s>>ion culture though. + <</if>> +<</if>> +<<if $arcologies[0].FSTransformationFetishist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + I'm learning a lot about men, ju<<s>>t watching how what'<<s>> beautiful i<<s>> changing. + <<elseif ($activeChild.energy > 95)>> + The arcology i<<s>> like, a bimbo land now, <<Master>>. It'<<s>> <<s>>o hot + <<else>> + I like getting hotter, <<Master>>, but all the <<s>>urgery i<<s>> <<s>>till a little <<s>>cary. + <</if>> +<</if>> +<<if $arcologies[0].FSGenderRadicalist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + I <<s>>uppo<<s>>e it wa<<s>> inevitable that a pla<<c>>e where anyone can be a <<s>>lave would <<s>>tart treating anyone who'<<s>> a <<s>>lave a<<s>> a girl. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 80)>> + I really like how you're encouraging <<s>>lavery to focu<<s>> on cock<<s>>." $He giggles. "I like cock<<s>>! + <<elseif ($activeChild.dick > 0)>> + It i<<s>>n't always ea<<s>>y being a <<s>>lave $girl, but it'<<s>> ni<<c>>e being in a pla<<c>>e where that'<<s>> normal. + <<else>> + It'<<s>> kind of ni<<c>>e, being a <<s>>lave in a pla<<c>>e where, you know, anyone can be a <<s>>lave. + <</if>> +<</if>> +<<if $arcologies[0].FSGenderFundamentalist >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + I <<sh>>ouldn't be <<s>>urpri<<s>>ed at how ea<<s>>y it i<<s>> to reinfor<<c>>e traditional value<<s>> in a new, <<s>>lavery focu<<s>>ed culture. + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + I really like how you're encouraging <<s>>lavery to focu<<s>> on girl<<s>>." $He giggles. "I like girl<<s>>! + <<elseif ($activeChild.dick > 0)>> + I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good girl. + <<else>> + I'm relieved I fit into your vi<<s>>ion of the future of <<s>>lavery. + <</if>> +<</if>> +<<if $arcologies[0].FSRepopulationFocus >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + I really hope we can <<s>>ave humanity like thi<<s>>. + <<elseif ($activeChild.fetishKnown == 1) && ($activeChild.fetish == "pregnancy")>> + I really like how you are encouraging girl<<s>> to get pregnant." $He giggles. "I really like big, pregnant bellie<<s>>! + <<elseif ($activeChild.preg > $activeChild.pregData.normalBirth/4)>> + I'm relieved I fit into your vi<<s>>ion of the future. I hope I can give you lot<<s>> of healthy children. + <<else>> + I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good $girl. + <</if>> +<</if>> +<<if $arcologies[0].FSRestart >= 10>> + <<if ($activeChild.intelligence+$activeChild.intelligenceImplant > 50)>> + I really hope we can <<s>>ave humanity like thi<<s>>. + <<elseif ($activeChild.preg < 0 || $activeChild.ovaries == 0)>> + I'm relieved I fit into your vi<<s>>ion of the future. + <<else>> + I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good $girl. + <</if>> +<</if>> +<<if $arcologies[0].FSPhysicalIdealist >= 10>> + <<if ($activeChild.muscles <= 5)>> + I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to <<s>>erve everyone who'<<s>> built. + <<else>> + I'm relieved I fit into your vi<<s>>ion of the future of the human body. + <</if>> +<</if>> +<<if $arcologies[0].FSHedonisticDecadence >= 10>> + <<if ($activeChild.weight < 10) && ($activeChild.behavioralFlaw == "anorexic")>> + I want to keep food down for you, but I can't. I'm <<s>>orry, I ju<<s>>t can't get fat for anyone. + <<elseif ($activeChild.weight < 10)>> + I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to eat more and get fatter for you. + <<else>> + I'm relieved I fit into your vi<<s>>ion of the future of the human body. Can I have <<s>>ome more food now? I'm hungry. + <</if>> +<</if>> +<<if $arcologies[0].FSPetiteAdmiration >= 10>> + <<if !heightPass($activeChild)>> + <<if $arcologies[0].FSPetiteAdmirationLaw == 0>> + I know I <<s>>tand out in a bad way from all the other <<s>>lave<<s>> thank<<s>> to my height, but I'll do my be<<s>>t to put it to good u<<s>>e for my better<<s>>. + <<else>> + I know I'm too tall to be con<<s>>idered hot here, but I <<s>>wear I'll try even harder to keep up. + <</if>> + <<else>> + I'm glad I fit in with all the other <<s>>lave<<s>>. It'<<s>> a relief to not be <<s>>ingled out for my height. + <</if>> +<</if>> +<<if $arcologies[0].FSStatuesqueGlorification >= 10>> + <<if !heightPass($activeChild)>> + <<if $arcologies[0].FSStatuesqueGlorificationLaw == 0>> + I know I'm too <<sh>>ort to be paid any attention to, but I'll still try my harde<<s>>t to keep up with my better<<s>>. + <<else>> + I know I'm too <<sh>>ort to be con<<s>>idered attractive here, but I <<s>>wear I'll do my be<<s>>t to mea<<s>>ure up. + <</if>> + <<else>> + I'm glad I fit in with everyone. It'<<s>> a relief to not be mocked for being <<sh>>ort. + <</if>> +<</if>> +<<if $arcologies[0].FSSubjugationist >= 10>> + <<if ($activeChild.race == $arcologies[0].FSSubjugationistRace)>> + I know that a<<s>> a $arcologies[0].FSSubjugationistRace <<s>>lave, it'<<s>> my proper pla<<c>>e to <<s>>erve. + <<else>> + <<S>>in<<c>>e I'm not a $arcologies[0].FSSubjugationistRace <<s>>lave, I'm a little afraid I don't fit into your vi<<s>>ion of the future. + <</if>> +<</if>> +<<if $arcologies[0].FSSupremacist >= 10>> + <<if ($activeChild.race != $arcologies[0].FSSupremacistRace)>> + I know that it'<<s>> my proper pla<<c>>e to <<s>>erve my $arcologies[0].FSSupremacistRace better<<s>>. + <<else>> + I know that $arcologies[0].FSSupremacistRace <<s>>lave<<s>> are rare now, <<s>>o I'll do my be<<s>>t to bring credit to the $arcologies[0].FSSupremacistRace ra<<c>>e. + <</if>> +<</if>> +<<if $arcologies[0].FSPaternalist >= 10>> + I'm <<s>>o lucky to be a <<s>>lave here. The future look<<s>> better all the time. +<</if>> +<<if $arcologies[0].FSBodyPurist >= 10>> + <<if ($activeChild.boobsImplant > 0)>> + I know I'm not a perfect fit for your vi<<s>>ion of the future, <<s>>in<<c>>e my tit<<s>> are ugly and fake. + <<else>> + I'm relieved my boob<<s>> won't need implant<<s>> here. + <</if>> +<</if>> +<<if $arcologies[0].FSSlimnessEnthusiast >= 10>> + <<if ($activeChild.weight > 30)>> + I know I'm an ugly fat <<s>>lut. I wi<<sh>> I were <<s>>lim. + <<elseif $activeChild.belly >= 1500 && $arcologies[0].FSRepopulationFocus == "unset" && $activeChild.breedingMark == 0>> + I know I'm an ugly fat <<s>>lut. I wi<<sh>> my belly wa<<s>>n't <<s>>o big. + <<elseif $activeChild.butt > 3>> + I know I'm an ugly, fat a<<ss>>ed <<s>>lut. I wi<<sh>> it wa<<s>> <<s>>maller. + <<elseif ($activeChild.boobs > 500)>> + I know I'm an ugly, big boobed <<s>>lut. I wi<<sh>> my che<<s>>t wa<<s>> <<s>>maller. + <<else>> + It'<<s>> ni<<c>>e, living in a pla<<c>>e where I don't need big boob<<s>> to be pretty. + <</if>> +<</if>> +<<if $arcologies[0].FSMaturityPreferentialist >= 10>> + <<if ($activeChild.actualAge < 30)>> + I know I'm ju<<s>>t a young bitch. I try to be good to my elder<<s>>. + <<else>> + It'<<s>> ni<<c>>e, living in a pla<<c>>e that appre<<c>>iate<<s>> an older lady. + <</if>> +<</if>> +<<if $arcologies[0].FSYouthPreferentialist >= 10>> + <<if ($activeChild.actualAge < 30)>> + It'<<s>> ni<<c>>e, being young here. + <<else>> + I know I'm ju<<s>>t an old bitch. I try to <<s>>erve younger and better <<s>>lave<<s>> well. + <</if>> +<</if>> +<<if $arcologies[0].FSPastoralist >= 10>> + <<if ($activeChild.lactation > 0) && ($activeChild.balls > 0)>> + I'll do my be<<s>>t to make a<<s>> much milk and cum for the arcology a<<s>> I can. + <<elseif ($activeChild.lactation > 0)>> + I'll do my be<<s>>t to make a<<s>> much milk for the arcology a<<s>> I can. + <<elseif ($activeChild.dick > 0) && ($activeChild.balls > 0)>> + I'll do my be<<s>>t to make a<<s>> much cum for the arcology a<<s>> I can. + <<else>> + I wi<<sh>> I could make milk for the arcology. + <</if>> +<</if>> +<</if>> /* closes FS */ + +<<if ($activeChild.devotion > 75)>> + <<if $activeChild.tankBaby > 0|| $activeChild.mother == -1 || (areSisters($activeChild, $PC) && $activeChild.actualAge <= $PC.actualAge)>> + I've known you my whole life, <<Master>>, I can't really think of any time<<s>> you weren't there for me. + <<elseif (areSisters($activeChild, $PC) && $activeChild.actualAge > $PC.actualAge) || $PC.mother == $activeChild.ID || $PC.father == $activeChild.ID>> + You're my dear <<Master>>. I've known you <<s>>in<<c>>e you were born, and I will alway<<s>> be watching out for you, no matter what. + <<elseif ($activeChild.weekAcquired == 0) && ($week > 104)>> + I feel like I've known you my whole life, <<Master>>, and I would follow you to the end of the earth. + <<elseif ($week - $activeChild.weekAcquired) > 104>> + I feel like I know you pretty well, <<Master>>. + <</if>> +<</if>> + +<<S>>o, +<<Master>>," $he concludes, +<<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetishStrength > 60)>> + <<switch $activeChild.fetish>> + <<case "submissive">> + "Can I <<s>>erve you <<s>>omehow?" + <<case "dom">> + "Can I hold a bitch down for you?" + <<case "sadist">> + "Can I <<s>>pank a bitch for you?" + <<case "masochist">> + "Can I be your pain <<s>>lave now?" + <<case "cumslut">> + "Can I blow you now?" + <<case "humiliation">> + "Can I be humiliated now?" + <<case "boobs">> + "Can I give you a titjob now?" + <<case "buttslut">> + "Can I be your anal cock<<s>>leeve now?" + <<case "pregnancy">> + <<if ($activeChild.dick > 0) && ($activeChild.balls > 0)>> + "Are there any <<s>>lave<<s>> you want knocked up?" + <<elseif ($activeChild.preg > -2) && ($activeChild.ovaries > 0)>> + <<if $activeChild.pregKnown == 1>> + "Can I have <<s>>ome more cum in my pregnant pu<<ss>>y?" + <<else>> + "Can I be bred?" + <</if>> + <<else>> + "Are there any pregnant <<s>>lave<<s>> I could, you know, <<s>>pend time with?" + <</if>> + <<default>> + "Can I <<s>>erve you <<s>>omehow?" + <</switch>> + <<elseif ($activeChild.energy > 95)>> + "Plea<<s>>e fuck me. Plea<<s>>e." + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXX > 80)>> + "Can I hang around and get oral from the ne<<x>>t <<s>>lave in here?" + <<elseif ($activeChild.attrKnown == 1) && ($activeChild.attrXY > 80)>> + "Can I hang around and <<s>>uck the ne<<x>>t dick in here?" + <<else>> + "Can I <<s>>erve you <<s>>omehow?" + <</if>> +<<else>> + "Can I <<s>>erve you <<s>>omehow?" +<</if>> +<</if>> /*Closes fearful and below exempt*/ diff --git a/src/facilities/nursery/scenes/cFeet.tw b/src/facilities/nursery/scenes/cFeet.tw new file mode 100644 index 00000000000..242c64b71a0 --- /dev/null +++ b/src/facilities/nursery/scenes/cFeet.tw @@ -0,0 +1,574 @@ +:: CFeet [nobr] + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<set _footSeed = random(1,100)>> + +<<if $activeChild.weight > 190>> + <<set _thighs = "massive flabby">> +<<elseif $activeChild.weight > 160>> + <<set _thighs = "thick flabby">> +<<elseif $activeChild.weight > 130>> + <<set _thighs = "flabby">> +<<elseif $activeChild.weight > 95>> + <<set _thighs = "fat">> +<<elseif $activeChild.weight > 30>> + <<if $activeChild.muscles > 75>> + <<set _thighs = "toned fat">> + <<elseif $activeChild.muscles < 15>> + <<set _thighs = "fat">> + <<else>> + <<set _thighs = "plush">> + <</if>> +<<elseif $activeChild.weight > 10>> + <<if $activeChild.muscles > 70>> + <<set _thighs = "thick muscular">> + <<elseif $activeChild.muscles > 20>> + <<set _thighs = "soft toned">> + <<else>> + <<set _thighs = "soft">> + <</if>> +<<elseif $activeChild.weight >= -10>> + <<if $activeChild.muscles > 70>> + <<set _thighs = "muscular">> + <<elseif $activeChild.muscles > 20>> + <<set _thighs = "toned">> + <<else>> + <<set _thighs = "average">> + <</if>> +<<elseif $activeChild.weight >= -30>> + <<if $activeChild.muscles > 40>> + <<set _thighs = "thin muscular">> + <<elseif $activeChild.muscles > 20>> + <<set _thighs = "toned model's">> + <<else>> + <<set _thighs = "model's">> + <</if>> +<<else>> + <<if $activeChild.muscles > 5>> + <<set _thighs = "emaciated toned">> + <<else>> + <<set _thighs = "emaciated">> + <</if>> +<</if>> + +<<if $activeChild.belly < 1500>> + <<set _belly = _thighs>> +<<else>> + <<set _belly = bellyAdjective($activeChild)>> +<</if>> + +<<if $activeChild.height >= 185>> + <<set _legs = "wonderfully long">> +<<elseif $activeChild.height >= 170>> + <<set _legs = "long">> +<<elseif $activeChild.height >= 160>> + <<set _legs = "nice">> +<<elseif $activeChild.height >= 150>> + <<set _legs = "short">> +<<else>> + <<set _legs = "short little">> +<</if>> + +<<if $activeChild.boobs >= 30000>> + <<set _boobsa = "skip">> + <<set _boobs = "room filling">> +<<elseif $activeChild.boobs >= 20000>> + <<set _boobsa = "beanbag sized">> +<<elseif $activeChild.boobs >= 8500>> + <<set _boobsa = "obscenely massive">> +<<elseif $activeChild.boobs >= 8000>> + <<set _boobsa = "Z-cup">> +<<elseif $activeChild.boobs >= 7500>> + <<set _boobsa = "Y-cup">> +<<elseif $activeChild.boobs >= 7000>> + <<set _boobsa = "X-cup">> +<<elseif $activeChild.boobs >= 6500>> + <<set _boobsa = "V-cup">> +<<elseif $activeChild.boobs >= 5500>> + <<set _boobsa = "U-cup">> +<<elseif $activeChild.boobs >= 5100>> + <<set _boobsa = "T-cup">> +<<elseif $activeChild.boobs >= 4700>> + <<set _boobsa = "S-cup">> +<<elseif $activeChild.boobs >= 4300>> + <<set _boobsa = "R-cup">> +<<elseif $activeChild.boobs >= 3950>> + <<set _boobsa = "Q-cup">> +<<elseif $activeChild.boobs >= 3600>> + <<set _boobsa = "P-cup">> +<<elseif $activeChild.boobs >= 3250>> + <<set _boobsa = "O-cup">> +<<elseif $activeChild.boobs >= 2900>> + <<set _boobsa = "N-cup">> +<<elseif $activeChild.boobs >= 2600>> + <<set _boobsa = "M-cup">> +<<elseif $activeChild.boobs >= 2300>> + <<set _boobsa = "L-cup">> +<<elseif $activeChild.boobs >= 2050>> + <<set _boobsa = "K-cup">> +<<elseif $activeChild.boobs >= 1800>> + <<set _boobsa = "J-cup">> +<<elseif $activeChild.boobs >= 1600>> + <<set _boobsa = "I-cup">> +<<elseif $activeChild.boobs >= 1400>> + <<set _boobsa = "H-cup">> +<<elseif $activeChild.boobs >= 1200>> + <<set _boobsa = "G-cup">> +<<elseif $activeChild.boobs >= 1000>> + <<set _boobsa = "F-cup">> +<<elseif $activeChild.boobs >= 800>> + <<set _boobsa = "DD-cup">> +<<elseif $activeChild.boobs >= 650>> + <<set _boobsa = "D-cup">> +<<elseif $activeChild.boobs >= 400>> + <<set _boobsa = "C-cup">> +<<elseif $activeChild.boobs >= 300>> + <<set _boobsa = "B-cup">> +<<else>> + <<set _boobsa = "skip">> + <<set _boobs = "flat">> +<</if>> +<<if _boobsa != "skip">> + <<set _boobs = "_boobsa $activeChild.boobShape">> +<</if>> + +<<if $activeChild.balls == 1>> + <<set _balls = "vestigial">> +<<elseif $activeChild.balls == 2>> + <<set _balls = "small">> +<<elseif $activeChild.balls == 3>> + <<set _balls = "average">> +<<elseif $activeChild.balls == 4>> + <<set _balls = "large">> +<<elseif $activeChild.balls == 5>> + <<set _balls = "massive">> +<<elseif $activeChild.balls == 6>> + <<set _balls = "huge">> +<<elseif $activeChild.balls == 7>> + <<set _balls = "giant">> +<<elseif $activeChild.balls == 8>> + <<set _balls = "enormous">> +<<elseif $activeChild.balls == 9>> + <<set _balls = "monstrous">> +<<else>> + <<set _balls = "overly massive">> +<</if>> + +<<if $activeChild.dick == 1>> + <<set _dick = "tiny">> +<<elseif $activeChild.dick == 2>> + <<set _dick = "little">> +<<elseif $activeChild.dick == 3>> + <<set _dick = "average">> +<<elseif $activeChild.dick == 4>> + <<set _dick = "big">> +<<elseif $activeChild.dick == 5>> + <<set _dick = "huge">> +<<elseif $activeChild.dick == 6>> + <<set _dick = "gigantic">> +<<elseif $activeChild.dick == 7>> + <<set _dick = "massive">> +<<elseif $activeChild.dick == 8>> + <<set _dick = "horse-sized">> +<<elseif $activeChild.dick == 9>> + <<set _dick = "monstrous">> +<<elseif $activeChild.dick == 10>> + <<set _dick = "inhuman">> +<<else>> + <<set _dick = "hypertrophied">> +<</if>> + +<<if $activeChild.butt < 1>> + <<set _butt = "flat">> +<<elseif $activeChild.butt < 2>> + <<set _butt = "small">> +<<elseif $activeChild.butt < 3>> + <<set _butt = "plump">> +<<elseif $activeChild.butt < 4>> + <<set _butt = "big bubble">> +<<elseif $activeChild.butt < 5>> + <<set _butt = "huge">> +<<elseif $activeChild.butt < 6>> + <<set _butt = "enormous">> +<<elseif $activeChild.butt < 7>> + <<set _butt = "gigantic">> +<<elseif $activeChild.butt < 8>> + <<set _butt = "ridiculous">> +<<elseif $activeChild.butt < 10>> + <<set _butt = "immense">> +<<else>> + <<set _butt = "inhuman">> +<</if>> + +<<if $activeChild.hips > 2>> + <<set _hips = "inhumanly wide">> +<<elseif $activeChild.hips > 1>> + <<set _hips = "very wide">> +<<elseif $activeChild.hips > 0>> + <<set _hips = "wide">> +<<elseif $activeChild.hips > -1>> + <<set _hips = "ample">> +<<elseif $activeChild.hips > -2>> + <<set _hips = "narrow">> +<<else>> + <<set _hips = "very narrow">> +<</if>> + +<<if ($activeChild.skin == $activeChild.race) || ($activeChild.race == "white") || ($activeChild.race == "black") || ($seeRace == 1)>> + <<set _skin = "$activeChild.skin">> +<<else>> + <<set _skin = "$activeChild.skin $activeChild.race">> +<</if>> + + +/*Part 1: Order and reaction*/ +You call $activeChild.slaveName to your office, telling $him to use $his feet to please you. +<<if ($activeChild.fetish == "mindbroken")>> + $He is brought to you and stands blankly by your desk. +<<elseif ($activeChild.relationship == -3 && $activeChild.devotion >= 60 )>> + Your devoted slave wife is delighted to get another chance to pleasure you. +<<elseif ($activeChild.relationship == -2 && $activeChild.devotion >= 60 )>> + $He considers $himself your lover, and is delighted to spend time with you. +<<elseif ($activeChild.devotion < -50)>> + $He strongly refuses, and you have to restrain $him to get $him to obey. +<<elseif ($activeChild.devotion < -20)>> + $He tries to refuse, but decides it will just be easier to comply than risk punishment. +<<elseif ($activeChild.devotion <= 20)>> + $He doesn't seem eager to comply, but fears being punished enough to obey. +<<elseif ($activeChild.devotion < 60)>> + $He complies quietly. +<<else>> + <<if ($activeChild.trust < -50)>> + Although $he just barely trusts that you will not harm $him, $he is still unsure about what you are going to do which makes $him pause. + <<else>> + $He rushes to comply. + <</if>> +<</if>> + +/*Extra 1 if tease/perverted and not mindbroken*/ +<<if ($activeChild.sexualQuirk == "tease" || $activeChild.sexualQuirk == "perverted") && $activeChild.devotion > 60 && $activeChild.fetish != "mindbroken">> + Before you can begin, $he arches a leg in a seductive tease. +<</if>> +/*Part 2: lube and reaction*/ +<<if !canWalk($activeChild)>> + <<if tooBigBreasts($activeChild)>> + Since $he is immobilized by $his _boobs boobs, you have $him lay on $his side on the floor, + <<elseif tooBigBelly($activeChild)>> + Since $he is immobilized by $his <<if $activeChild.bellyPreg >= 3000>>hugely gravid<<elseif $activeChild.bellyImplant >= 3000>>_belly protruding<<else>>heavy <<print $activeChild.inflationType>>-filled<</if>> belly, you have $he lay on $his side on the floor, + <<elseif tooBigDick($activeChild)>> + Since $he is immobilized by $his _dick dick, you have $him lay on $his side on the floor, + <<elseif tooBigButt($activeChild)>> + Since $he is immobilized by $his _dick dick, you have $him sit on your desk to present $his _legs legs and feet, + <<elseif tooBigBalls($activeChild)>> + Since $he is immobilized by $his _balls balls, you have $him lay on $his back on the floor with $his legs over $his nuts, + <<else>> + You have $him sit on the edge of your desk to present $his _legs legs and feet, + <</if>> +<<else>> + You have $him sit on the edge of your desk to present $his _legs legs and feet, +<</if>> +<<if $activeChild.fetish == "mindbroken">> + <<if $activeChild.amp == -2 || $activeChild.amp == -5>> + then pour lubricant onto your hands, applying it to $his elegant artificial feet. + <<elseif $activeChild.amp == -4>> + then pour lubricant onto your hands, applying it to $his deadly artificial feet. + <<elseif $activeChild.amp == -1>> + then pour lubricant onto your hands, applying it to $his artificial feet. + <<else>> + then pour lubricant onto your hands, massaging it into $his $activeChild.skin feet: rubbing $his arches, soles, and toes. + <</if>> + $He shows little reaction to your efforts. +<<else>>/*not mindbroken*/ + <<if $activeChild.amp == -2 || $activeChild.amp == -5>> + then pour lubricant onto your hands, applying it to $his elegant artificial feet. + <<elseif $activeChild.amp == -4>> + then pour lubricant onto your hands, applying it to $his deadly artificial feet. + <<elseif $activeChild.amp == -1>> + then pour lubricant onto your hands, applying it to $his artificial feet + <<else>> + then pour lubricant onto your hands, massaging it into $his $activeChild.skin feet: rubbing $his arches, soles, and $his toes. + <</if>> + <<if ($activeChild.devotion < -50)>> + $He tries to stay hateful despite the pleasurable stimulation. + <<elseif ($activeChild.devotion < -20)>> + $He is mostly quiet, but occasionally stifles a moan. + <<elseif ($activeChild.devotion > 20 && $activeChild.sexualFlaw == "shamefast")>> + $He hides $his face in $his hands in shame at $his nudity, but occasionally a moan breaks out. + <<elseif ($activeChild.devotion <= 20)>> + $He seems a bit surprised by the attention, occasionally letting out a moan. + <<else>> + <<if ($activeChild.trust < -50)>> + $He seems uncomfortable at your touch and frequently jerks away, spoiling the moment. + <<else>> + $He enjoys the massage, moaning in pleasure at your touch. + <</if>> + <</if>> +<</if>> /*close lube and reaction*/ + +/*Part 3: Actions, attraction/devotion and fetishes*/ +<<if $activeChild.fetish == "mindbroken">> + You hold $his feet and thrust between them as $he <<if canSee($activeChild)>>watches you blankly. <<else>>points $his blind gaze at you. <</if>> +<<elseif !(canWalk($activeChild))>> + <<if ($activeChild.devotion < -50)>> + When $he refuses to serve, you take both $his feet and start thrusting between them. + <<elseif ($activeChild.devotion < -20)>> + $He seems a bit reluctant when massaging you with $his feet so you have to do most of the work. + <<elseif ($activeChild.devotion <= 20)>> + $He tries to make it pleasurable for you, but the combination of the awkward angle and $his nervousness makes $him lose $his pacing often. + <<elseif ($activeChild.devotion < 60 || ($activeChild.sexualQuirk == "unflinching" && $activeChild.devotion <= 20))>> + $He does $his best to please you from $his position on $his side, massaging your cock nicely. + <<else>> + <<if ($activeChild.trust < -50)>> + $His lack of trust causes $him to ask "<<Master>>, is this pleasurable for you?", spoiling the moment. + <<else>> + $He moves $his feet hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs legs as $he runs $his feet across your cock. + <</if>> + <</if>> + <<if !canWalk($activeChild)>> + <<if $activeChild.boobs > $activeChild.belly >> + $His _boobs breasts wobble as $his feet service you. + <<else>> + $His _belly belly wobbles as $his feet service you. + <</if>> + <</if>> +<<elseif ($activeChild.devotion < -50)>> + When $he refuses to comply, you take both $his feet and start thrusting between them. +<<elseif ($activeChild.devotion < -20)>> + $He seems a bit reluctant when massaging you with $his feet so you have to do most of the work. +<<elseif ($activeChild.devotion <= 20)>> + $He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing. +<<elseif ($activeChild.devotion < 60 || ($activeChild.sexualQuirk == "unflinching" && $activeChild.devotion <= 20))>> + $He does $his best to please you, massaging you nicely with $his feet. +<<elseif ($activeChild.attrXY < 16)>> + $He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression. +<<else>> + <<if $activeChild.sexualQuirk == "perverted">> + As a devoted pervert, $activeChild.slaveName gives an enthusiastic footjob, with $his + <<if $activeChild.dick > 0>> + <<if canAchieveErection($activeChild)>> + <<if ($activeChild.chastityPenis == 1)>> + erect caged _dick cock, + <<else>> + erect _dick cock, + <</if>> + <<else>> + soft and dripping _dick <<if ($activeChild.chastityPenis == 1)>>caged <</if>>dick, + <</if>> + <<if $activeChild.balls > 0 && $activeChild.scrotum > 0>> + <<if $activeChild.vagina >= 0>> + and pulsing _balls balls <<if $activeChild.vaginaLube > 0 && $activeChild.vagina >= 0>>that are wet from $his feminine arousal <</if>> + <</if>> + <<elseif $activeChild.vagina >= 0>> + and <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>aroused vagina + <</if>> + <<elseif $activeChild.vagina >= 0>> + <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>aroused vagina + <<else>> + perverted smile + <</if>> + showing $his sexual excitement to service your cock with $his feet. + <<elseif $activeChild.fetish == "cumslut" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + As a devoted cumslut, $activeChild.slaveName eagerly strokes your cock with $his feet, delightedly smearing your precum on $his soles. $He <<if canSee($activeChild)>>stares at your <<if $PC.balls >=2>>massive balls with a ravenous gaze, <<elseif $PC.balls >=1>>large balls with a hungry gaze, <<else>>balls with a steady gaze, <</if>><<else>>gingerly feels the weight of your <<if $PC.balls >=2>>massive balls <<elseif $PC.balls >=1>>large balls <<else>>balls <</if>>with $his feet, <</if>>shivering in anticipation. + <<elseif $activeChild.fetish == "humiliation" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + $activeChild.slaveName slowly strokes your cock with $his feet, getting off on the degrading use of $his feet and avoiding your gaze. $He is showing an embarrassed smile<<if (skinToneLevel($activeChild.skin) > 22)>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks. + <<elseif $activeChild.fetish == "boobs" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + As $activeChild.slaveName deftly strokes your cock with $his feet, $his hands plays with $his <<if $activeChild.boobs < 300>>erect nipples. <<elseif $activeChild.boobs < 500>>small chest. <<elseif $activeChild.boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch. + <<elseif $activeChild.fetish == "sadist" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + $activeChild.slaveName is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee($activeChild)>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction. + <<elseif $activeChild.fetish == "dom" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + $activeChild.slaveName is a dominant and $his skilled feet roughly stroke your erect cock, but $he pauses often to rub $his soles on your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls so $he doesn't get too aggressive with $his <<= WrittenMaster()>>. + <<elseif $activeChild.fetish == "pregnancy" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + $activeChild.slaveName skillfully strokes your cock with $his feet, one of $his hands roaming across $his _belly belly as $he happily services you. $He occasionally pauses to <<if canSee($activeChild)>>watch <<else>>feel <</if>>your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls churn with sperm, clearly lost in a pregnancy fantasy. + <<else>> + $activeChild.slaveName skillfully strokes your cock with $his feet, trying $his best to bring you pleasure. + <</if>> +<</if>> +<<if $activeChild.amp == -2 || $activeChild.amp == -5>> + As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock. +<<elseif $activeChild.amp == -4>> + The hard angles of $his metal feet provide extra stimulation. +<</if>> + +/*Extra 2: if not mindbroken/immobile, tease with a flash.*/ +<<if $activeChild.fetish != "mindbroken" && canWalk($activeChild) && $activeChild.sexualQuirk == "tease" && $activeChild.devotion >= 60>> + <<if canSee($activeChild)>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he + <<if _footSeed < 40>> + <<if $activeChild.boobs < 300>> + presses $his hands on $his flat chest, + <<elseif $activeChild.boobs < 500>> + puts $his hands under $his small chest, + <<else>> + cups $his _boobs breasts with $his hands, + <</if>> + then sticks out $his tongue, posing like a Free Cities whore who wants a cumshot. + <<elseif _footSeed < 70 && !($activeChild.chastityPenis) && !($activeChild.chastityVagina) && ($activeChild.dick > 0 || $activeChild.vagina >= 0 )>> + spreads $his _legs legs + <<if $activeChild.dick > 0>> + <<if $activeChild.vagina >= 0>> + and raises $his _dick <<if canAchieveErection($activeChild)>>erect <<else>>soft <</if>>cock <<if $activeChild.balls > 0 && $activeChild.scrotum > 0>>and _balls balls <</if>> to reveal $his <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>aroused vagina + <<else>> + and teases the tip of $his _dick <<if canAchieveErection($activeChild)>>throbbing <<else>>soft <</if>>dick + <</if>> + <<else>> + to reveal $his <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeChild.labia == 3>>extremely large <<elseif $activeChild.labia == 2>>large <<elseif $activeChild.labia == 1>>pretty <<else>>minimal <</if>>pussylips + <</if>> + with a sultry smile. + <<else>> + rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. + <</if>> +<</if>> + +/*PC orgasms*/ +<<if ($activeChild.fetish == "mindbroken")>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even _belly belly with your massive load<<elseif $PC.balls >=1>> and _legs legs with your large load<</if>>. +<<elseif !canWalk($activeChild)>> + <<if ($activeChild.devotion < -50)>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean. + <<elseif ($activeChild.devotion < -20)>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean. + <<elseif ($activeChild.devotion <= 20)>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. + <<elseif ($activeChild.devotion < 60 || ($activeChild.sexualQuirk == "unflinching" && $activeChild.devotion <= 20))>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he rises to an elbow to smile at you. + <<else>> + <<if ($activeChild.trust < -50)>> + $His lack of trust causes $his eyes to glaze over in fear. + <<else>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he moans in pleasure. + <</if>> + <</if>> +<<elseif ($activeChild.devotion < -50)>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp with a look of disgust. +<<elseif ($activeChild.devotion < -20)>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now. +<<elseif ($activeChild.devotion <= 20)>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. +<<elseif ($activeChild.devotion < 60 || $activeChild.attrXY < 16 || ($activeChild.sexualQuirk == "unflinching" && $activeChild.devotion <= 20))>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he does $his best to catch your semen on $his legs. +<<else>> + <<if $activeChild.fetish == "cumslut" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + When you eventually cum, $activeChild.slaveName giggles in lustful joy as your hot cum coats $his _skin + <<if $PC.balls >= 1>> + feet and quickly slides from your desk to kneel in front of your pulsating cock. + <<if $PC.balls >= 2>> + Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his + <<if $activeChild.boobs < 300>> + flat chest + <<elseif $activeChild.boobs < 500>> + small chest + <<else>> + _boobs breasts + <</if>> + and _belly belly onto $his thighs. + <<else>> + Your large load coats $his face in sticky semen, some dripping onto $his + <<if $activeChild.boobs < 300>> + flat chest. + <<elseif $activeChild.boobs < 500>> + small chest. + <<else>> + _boobs breasts. + <</if>> + <</if>> + <<else>> + feet. + <</if>> + <<elseif $activeChild.fetish == "humiliation" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he whimpers as even $his feet used as a sex object. + <<elseif $activeChild.fetish == "submissive" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin. + <<elseif $activeChild.fetish == "buttslut" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + When you eventually cum, $activeChild.slaveName moans as your semen lands on $his _skin feet, + <<if $PC.balls >= 1>> + but quickly turns to present $his _butt ass and _hips hips as a new target. + <<if $PC.balls >= 2>> + Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves. + <<else>> + Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs legs. + <</if>> + <<else>> + but you know $he wanted to involve $his _butt butt and your cum, if your orgasm had more volume. + <</if>> + <<elseif $activeChild.fetish == "boobs" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he <<if $activeChild.boobs < 300>>pinches both $his erect nipples <<elseif $activeChild.boobs < 500>>rubs $his hands across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure. + <<elseif $activeChild.fetish == "sadist" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his feet with semen. + <<elseif $activeChild.fetish == "dom" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and holds your cock between $his feet tightly as you soil $him with semen. + <<elseif $activeChild.fetish == "pregnancy" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + When you start to cum, $activeChild.slaveName moves $his hand from $his belly to + <<if $activeChild.vagina >= 0>> + expose $his vagina and spreads $his <<if $activeChild.labia == 3>>extremely large <<elseif $activeChild.labia == 2>>large <<elseif $activeChild.labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum. + <<elseif $activeChild.mpreg == 1>> + expose $his <<if $activeChild.anus > 3 >>gaping <<elseif $activeChild.anus > 2 >>very loose <<elseif $activeChild.anus > 1 >>loose <<elseif $activeChild.anus > 0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum. + <<else>> + hug $his stomach. + <</if>> + Your orgasm shoots across $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly is marked with your massive load. $He runs $his hands through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 1>> and _legs legs<</if>>. + <<else>> + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his soles. + <</if>> +<</if>> + +/*Extra 3: devoted perverted slave giggles and orgasms*/ +<<if ($activeChild.fetish != "mindbroken" && canWalk($activeChild) && $activeChild.sexualQuirk == "perverted" && $activeChild.devotion >= 60 && !($activeChild.fetish == "cumslut" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60))>> + $He was getting off on the footjob, but the feeling of your cum on + <<if $activeChild.fetish == "buttslut" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60 && $PC.balls >=1>> + $his ass and thighs sets off a strong orgasm of $his own, $his _thighs legs quivering as + <<if $activeChild.dick > 0>> + <<if $activeChild.vagina >= 0>> + <<if cumAmount($activeChild) > 20>> + $his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm. + <<else>> + $his _dick dick spurts $his load, $his <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. + <</if>> + <<else>> + <<if cumAmount($activeChild) > 20>> + $he strokes $his _dick penis, swollen _balls testicles bulging between $his thighs, asshole clenching as $his massive cumshot splashes noisily onto the floor. + <<else>> + $he strokes $his _dick penis, asshole clenching as $his cum spurts onto the floor. + <</if>> + <</if>> + <<elseif $activeChild.vagina >= 0>> + $he moans in pleasure, $his <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing. + <<else>> + $he moans in pleasure, asshole pulsating as $he tries to remain standing. + <</if>> + <<else>> + $his legs<<if $PC.balls >=2>>and belly<</if>> sets off a strong orgasm of $his own, even without masturbating. + <<if $activeChild.dick > 0>> /*dick shoots*/ + <<if cumAmount($activeChild) > 20>>/*huge load*/ + $His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk. + <<else>> + $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down. + <</if>> + <<elseif $activeChild.vagina >= 0>> + $He leans back and moans in pleasure, showing $his <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. + <<else>> + $He leans back and moans in pleasure, showing $his asshole pulsating. + <</if>> + <</if>> + <<if $activeChild.vaginaLube >= 1>> + After $he leaves, you find a <<if $activeChild.vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting. + <</if>> +<</if>> + +<<if $activeChild.fetish == "cumslut" && $activeChild.fetishKnown == 1 && $activeChild.fetishStrength >= 60>> + <<if $PC.balls > 1>> + <<if $activeChild.dick > 0>> + <<if cumAmount($activeChild) > 20>> + $His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if ($activeChild.chastityPenis == 1)>>$his dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier. + <<else>> + $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell($activeChild)>>$his nostrils desperately taking in the heady smell and <</if>>how <<if ($activeChild.chastityPenis == 1)>>$his dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier. + <</if>> + <<elseif $activeChild.vagina >= 0>> + $He leans back and moans in pleasure, $his <<if $activeChild.vaginaLube == 1>>wet <<elseif $activeChild.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell($activeChild)>>$his nostrils desperately taking in your scent and <</if>>how $he can't stop masturbating, $he couldn't be happier. + <<else>> + $He leans back and moans in pleasure, asshole pulsating. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell($activeChild)>>$his nostrils desperately taking in your scent and <</if>>how $he can't stop masturbating, $he couldn't be happier. + <</if>> + <<else>> + $activeChild.slaveName leans down to wipe semen off $his feet, quickly bringing it into $his mouth with a blissful look as $he <<if canTaste($activeChild)>>tastes<<else>>feels<</if>> your cum and sighs in pleasure. + <</if>> +<</if>> diff --git a/src/facilities/nursery/scenes/cKiss.tw b/src/facilities/nursery/scenes/cKiss.tw new file mode 100644 index 00000000000..dd7a80c2b71 --- /dev/null +++ b/src/facilities/nursery/scenes/cKiss.tw @@ -0,0 +1,272 @@ +:: CKiss [nobr] + +<<setPlayerPronouns>> + +You tell $activeChild.slaveName to +<<switch $activeChild.collar>> +<<case "dildo gag">> + <<if ($activeChild.amp != 1)>> + remove $his dildo gag and approach you. + <<else>> + have another slave remove $his dildo gag and set $him down on your desk. + <</if>> + <<set _tempGag = $activeChild.collar, $activeChild.collar = "none">> +<<case "massive dildo gag">> + <<if ($activeChild.amp != 1)>> + pull $his enormous dildo gag out of the depths of $his throat and approach you. + <<else>> + have another slave pull the enormous dildo gag out of the depths of $his throat and set $him down on your desk. + <</if>> + <<set _tempGag = $activeChild.collar, $activeChild.collar = "none">> +<<case "ball gag" "bit gag">> + <<if ($activeChild.amp != 1)>> + undo $his gag and approach you. + <<else>> + have another slave undo $his gag and set $him down on your desk. + <</if>> + <<set _tempGag = $activeChild.collar, $activeChild.collar = "none">> +<<default>> + <<if canWalk($activeChild)>> + approach you. + <<else>> + have another slave help $him to your desk. + <</if>> +<</switch>> + +<<run Enunciate($activeChild)>> + +<<if ($activeChild.fetish == "mindbroken") && ($activeChild.relationship != -3)>> + $He complies mechanically. $He remembers that when <<= WrittenMaster($activeChild)>>'s commands are not obeyed, there is punishment. +<<elseif ($activeChild.relationship == -2)>> + $He hurriedly complies, happy to be near the object of $his longing. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif ($activeChild.relationship == -3)>> + <<if $activeChild.fetish == "mindbroken">> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. You kiss $him deeply and intensely; $he doesn't understand why. + <<elseif $activeChild.devotion+$activeChild.trust >= 175>> + $He complies in a wifely fashion, moving $his body as $he approaches to best catch your desire. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he's married to and finds it affirming, and looks down with a smile. + <</if>> + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + $He complies. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and quickly breaks eye contact. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he's forcibly married to and finds it disturbing, and quickly turns $his face away. + <</if>> + <<elseif $activeChild.devotion < -20>> + $He complies fearfully. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his tearing <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to horrifying, and quickly breaks eye contact. + <<else>> + upon $his tear-streaked face. $He senses the intense look from the _womanP $he's forcibly married to and finds it horrifying, and quickly turns $his face away. + <</if>> + <<else>> + $He complies obediently. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he's married to and finds it reassuring, and looks down with a slight smile. + <</if>> + <</if>> +<<elseif ($activeChild.devotion > 75)>> + $He hurriedly complies, happy to be near you. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from $his beloved <<= WrittenMaster($activeChild)>> disconcerting, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He senses the intense look from $his beloved <<= WrittenMaster()>> and finds it disconcerting, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif ($activeChild.devotion > 50)>> + $He hurriedly complies, happy to be near you. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>>disconcerting, and $he looks down after a moment, blushing. + <</if>> +<<elseif ($activeChild.devotion > 20)>> + $He hurriedly complies, happy to be near you. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. + <</if>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust >= -20)>> + $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and turns away after a moment, $his lower lip trembling with nervousness. + <</if>> +<<elseif ($activeChild.trust < -20)>> + The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. After a mere instant of locked gazes, $he looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. + <<else>> + upon $his face. After a mere instant of locked faces, $he looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. + <</if>> +<<else>> + $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He stares back, but after a few moments $he loses the contest of wills and looks down. + <<else>> + upon $his face. $He faces you defiantly, but after a few moments $he loses the contest of wills and looks down. + <</if>> +<</if>> + +You extend a <<if $PC.title == 1>>manly<<else>>feminine<</if>> hand and graze your fingertips along the line of $his cheekbone. +<<if ($activeChild.lipsTat != 0)>> + Your fingers trace $his facial tattoos, slowly picking out the patterns against $his $activeChild.skin skin. +<</if>> +<<if ($activeChild.lipsPiercing+$activeChild.tonguePiercing > 2)>> + You touch each of $his facial piercings, one by one, feeling the hard metal contrast with $his pliant flesh. +<</if>> +Then, you gently raise $his <<if $activeChild.face > 95>>heartrendingly beautiful<<elseif $activeChild.face > 10>>lovely<<elseif $activeChild.face >= -10>>pretty<<elseif $activeChild.face >= -40>>homely<<else>>ugly<</if>> chin and kiss $him right on $his <<if $activeChild.lips > 95>>facepussy<<else>><<if $activeChild.lips > 70>>pillowlike <<elseif $activeChild.lips > 40>>generous <<elseif $activeChild.lips > 20>>plush <</if>>lips<</if>>. + +<<if ($activeChild.relationship == -3)>> + <<if $activeChild.fetish == "mindbroken">> + $His mouth opens to accept the kiss, and is compliant with your questing tongue. You kiss your broken wife deeply. $His posture remains completely unchanged. Being kissed affects $him as little as being penetrated, being struck, being loved, or being your wife: not at all. When you pull away, + <<if canSee($activeChild)>> + $his <<= App.Desc.eyeColor($activeChild)>> eyes track you carefully, awaiting further use of $his body. + <<else>> + $he exposes $himself to you, awaiting further use of $his body. + <</if>> + <<elseif $activeChild.devotion+$activeChild.trust >= 175>> + $His mouth accepts yours with love, matching itself perfectly to your insistent lips and tongue.<<if ($activeChild.teeth == "pointy")>> (Though you're quite careful around $his sharp dentition.)<</if>> $He melts into you, sighing ever so gently. When you finally break the kiss, $his mouth freezes in the shape it was in when last your lips touched, and a momentary look of longing crosses $his face.<<if ($activeChild.amp != 1)>> A hand reaches dumbly up to $his mouth to trace $his lips where yours last touched.<</if>> + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate love with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate love with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s dreamily. + <</if>> + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + $He reflexively turns $his head away from you, but you catch your wife by $his jaw and kiss $him harder. You wrap your arms around $him so $he cannot escape. $He wriggles desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and pull away, $he glares at you. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes demand<<else>>expression demands<</if>> an answer: are you done? + <<elseif !canTalk($activeChild)>> + $He signs irritably, asking if you're done. + <<else>> + $He splutters, "Are you done, <<Master>>?" + <</if>> + <<elseif $activeChild.devotion < -20>> + $He is nearly frozen with fear, and does not resist as you kiss $him deeply. In fact, $he barely reacts at all. $He opens $his mouth mechanically in response to your insistent tongue, but it's like kissing a doll. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of making out with your wife and pull away, $he stares at you in utter incomprehension. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs spastically, begging fearfully to know if that's it. + <<else>> + $He asks nervously before cringing, "I-i<<s>> that it, <<Master>>?" + <</if>> + <<else>> + $He accepts the kiss willingly. As you are so close to $him, you sense considerable turmoil in the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a wife by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your lips and tongue. When you finally break the kiss, <<if canSee($activeChild)>>$his <<= App.Desc.eyeColor($activeChild)>> eyes gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs hesitantly, asking if that's it. + <<else>> + $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" + <</if>> + <</if>> +<<elseif ($activeChild.fetish == "mindbroken")>> + $His mouth opens to accept the kiss, and is compliant with your questing tongue. $His posture remains completely unchanged. Being kissed affects $him as little as being penetrated, being struck, or being loved: not at all. When you pull away, + <<if canSee($activeChild)>> + $his <<= App.Desc.eyeColor($activeChild)>> eyes track you carefully, awaiting further use of $his body. + <<else>> + $he exposes $himself to you, awaiting further use of $his body. + <</if>> +<<elseif ($activeChild.relationship == -2)>> + $His mouth accepts yours with love, matching itself perfectly to your insistent lips and tongue.<<if ($activeChild.teeth == "pointy")>> (Though you're quite careful around $his sharp dentition.)<</if>> $He melts into you, sighing ever so gently. When you finally break the kiss, $his mouth freezes in the shape it was in when last your lips touched, and a momentary look of longing crosses $his face.<<if ($activeChild.amp != 1)>> A hand reaches dumbly up to $his mouth to trace $his lips where yours last touched.<</if>> + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate love with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate love with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s dreamily. + <</if>> +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "dom") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + $He giggles into you and kisses you back with vigor, $his head pressing insistently forward. The two of you make out rather aggressively<<if ($activeChild.teeth == "pointy")>>, $his sharp teeth drawing a bit of blood from your lips and tongue<</if>>. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, $his active tongue only retreating when yours presses against it. When you finally shove $him away, $he's breathing hard through $his grin. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate excitement with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate excitement with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he liked that. + <<else>> + "That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. + <</if>> +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "cumslut") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + $He stiffens with arousal. $His sexuality is complex, focusing on cum, but with a heavy layer of oral fixation. As your tongue plunders $his mouth, $he reacts almost as though $he's receiving oral, whimpering and moaning into you and pressing $himself lewdly against your <<if $PC.boobs == 1>>prominent breasts<<else>>manly chest<</if>>.<<if ($activeChild.teeth == "pointy")>> $He's very careful to avoid spearing your tongue with $his sharp teeth.<</if>> $He achieves a weak orgasm before you tire of making out with $him. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate undiminished lust with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate undiminished lust with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he liked that. + <<else>> + "That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully. + <</if>> +<<elseif ($activeChild.devotion > 50)>> + $His mouth accepts yours with devotion, matching itself carefully to your insistent lips and tongue.<<if ($activeChild.teeth == "pointy")>> $He is exquisitely careful to keep $his sharp teeth clear of you.<</if>> $He presses $himself against you, $his warmth wonderful against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>. When you finally break the kiss, $he runs $his tongue rapturously across $his moistened lips<<if ($activeChild.amp != 1)>> and then runs a finger across them as well<</if>>, an openly sexual look on $his $activeChild.skin face. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s forthrightly. + <</if>> +<<elseif ($activeChild.devotion > 20)>> + $He accepts the kiss willingly. As you are so close to $him, you sense considerable turmoil in the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your lips and tongue. When you finally break the kiss, <<if canSee($activeChild)>>$his <<= App.Desc.eyeColor($activeChild)>> eyes gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs hesitantly, asking if that's it. + <<else>> + $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" + <</if>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust < -20)>> + $He accepts the kiss fearfully. As you kiss $his unresisting mouth, $his eagerness to avoid punishment leads $him to kiss you back, though nervousness makes $him mechanical. You kiss $him harder, enjoying $his fear, and the physical intimacy slowly does its work. $He becomes softer and more natural, $his resistance easing. When you pull away from $him for a moment, $he <<if canSee($activeChild)>>looks<<else>>gazes<</if>> at you for a long moment, $his mouth still hanging open, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs hesitantly, asking if that's it. + <<else>> + $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" + <</if>> +<<elseif ($activeChild.trust < -50)>> + $He is nearly frozen with fear, and does not resist as you kiss $him. In fact, $he barely reacts at all. $He opens $his mouth mechanically in response to your insistent tongue, but it's like kissing a doll. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of making out with the poor <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>> and pull away, $he stares at you in utter incomprehension. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs spastically, begging fearfully to know if that's it. + <<else>> + $He asks nervously before cringing, "I-i<<s>> that it, <<Master>>?" + <</if>> +<<else>> + $He reflexively turns $his head away from you, but you catch $his jaw and kiss $him harder. Spluttering, $he flees backwards, but you tip forward with $him and pin $him against your desk, plundering $his mouth without mercy. $He wriggles desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and pull away, $he stares at you in utter incomprehension. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes demand<<else>>expression demands<</if>> an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs irritably, asking whether that's it. + <<else>> + $He splutters, "I<<s>> that it, <<Master>>!?" + <</if>> +<</if>> + +<<if def _tempGag>> + <<set $activeChild.collar = _tempGag>> +<</if>> \ No newline at end of file diff --git a/src/facilities/nursery/scenes/cLickPussy.tw b/src/facilities/nursery/scenes/cLickPussy.tw new file mode 100644 index 00000000000..d7a35e1bdb6 --- /dev/null +++ b/src/facilities/nursery/scenes/cLickPussy.tw @@ -0,0 +1,30 @@ +:: CLickPussy [nobr] + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<setPlayerPronouns>> + +<<set _devotion = $activeChild.devotion>> /*for brevity*/ + +<<if canWalk($activeChild)>> + You summon $activeChild.slaveName to your office and order $him to lie down on the couch. $He does so + <<if _devotion > 95>> + with a smile, skipping over to give you a quick kiss before $he complies with your request. + <<elseif _devotion > 50>> + without hesitation, ready to serve and obey. + <<elseif _devotion > -50>> + with a look of trepidation, as though afraid you're going to hurt $him. + <<elseif _devotion <= -50>> + with a look of hatred, though only after you threaten to punish $him. + <</if>> +<<else>> + You have $activeChild.slaveName brought into your office and placed on your couch. +<</if>> + +After $he is situated, you go over to $him<<if $activeChild.clothes != "no clothing">> and take off $his clothing, causing $him to <<if _devotion > 50>>give you a soft smile<<else>>give you an angry glare<</if>><</if>>. You suddenly grab $his hips and pull $his crotch to your face, causing $him to give a shriek of surprise. Looking at $him directly in the eyes, you begin to run your tongue along $his labia, drawing a soft moan from $him. The combination of the pleasure and the intense look from the _womanP $he<<if _devotion > 95>> loves <<elseif _devotion > 50>>'s accepted as $his <<= WrittenMaster($activeChild)>><<else>> hates/*not sure what to use for "reluctant"*/<</if>> makes $him blush, but you don't let up. +<<if $activeChild.dick == 0>> + You give $his clit a few experimental tweaks, causing $his moans to intensify<<if canWalk($activeChild)>> and $his legs to tighten around your head<</if>>. +<</if>> +Before $he cums, though, you pull back, causing $him to whine in frustration. You begin again, then pull back again just before $he orgasms. You repeat this several more times, each time causing $him to become more and more frustrated. Finally, one last stroke of your tongue causes $him to go over the edge, making $him scream out <<if _devotion > 50>>your name<</if>> in ecstasy<<if $activeChild.dick > 0>><<if canAchieveErection($activeChild)>> and spray cum across $his chest<<else>> and dribble cum from $his limp dick<</if>><</if>>. You send $him back to $his assignment before calling in another slave to clean up the mess. + +<<set $activeChild.counter.vaginal++, $vaginalTotal++>> diff --git a/src/facilities/nursery/scenes/cLips.tw b/src/facilities/nursery/scenes/cLips.tw new file mode 100644 index 00000000000..7a6f2b9fec5 --- /dev/null +++ b/src/facilities/nursery/scenes/cLips.tw @@ -0,0 +1,181 @@ +:: CLips [nobr] + +<<set $activeChild.counter.oral++, $oralTotal++>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +You tell $activeChild.slaveName to +<<if ($PC.dick != 0)>> + blow you with $his +<<else>> + please your pussy with $his +<</if>> +<<if ($activeChild.lips > 95)>> + facepussy. +<<elseif ($activeChild.lips > 70)>> + cartoonish lips. +<<elseif ($activeChild.lips > 20)>> + dick-sucking lips. +<<elseif ($activeChild.lips > 10)>> + pretty mouth. +<<else>> + whore mouth. +<</if>> + +<<if ($activeChild.fetish == "cumslut") && ($activeChild.devotion >= -20)>> + $He's delighted at the prospect of $his favorite activity. +<</if>> + +<<switch $activeChild.collar>> +<<case "dildo gag">> + <<if ($activeChild.amp != 1)>> + $He removes the dildo from $his throat, leaving the ring gag in place. + <<else>> + As an amputee, $he requires your assistance to get the dildo out of $his throat. + <</if>> + Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. +<<case "massive dildo gag">> + <<if ($activeChild.amp != 1)>> + $He struggles to remove the dildo from $his throat, leaving $his mouth agape. + <<else>> + As an amputee, $he requires your assistance to get the dildo out of $his throat. + <</if>> + Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. +<<case "ball gag" "bit gag">> + <<if ($activeChild.amp != 1)>> + $He unfastens $his gag and pulls it from $his mouth. + <<else>> + As an amputee, $he requires your assistance to get the gag unfastened. + <</if>> + Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. +<</switch>> + +<<if ($activeChild.lipsTat == "tribal patterns")>> + The tribal patterns on $his face enhance $his beauty. +<<elseif ($activeChild.lipsTat == "permanent makeup")>> + $His tattooed-on makeup encourages it. +<<elseif ($activeChild.lipsTat == "degradation")>> + The tattoos on $his face are asking for it, after all. +<</if>> + +<<if ($activeChild.lipsPiercing + $activeChild.tonguePiercing > 2)>> + The stimulation from $his many oral piercings should be great. +<<elseif ($activeChild.lipsPiercing + $activeChild.tonguePiercing > 0)>> + The sensation of $his oral piercings should be quite nice. +<</if>> + +<<if ($activeChild.teeth == "removable")>> + <<if ($activeChild.devotion <= 20)>> + You pull $his prosthetic teeth out of $his mouth so you can enjoy an extra-soft throatfuck. + <<else>> + $He slides $his prosthetic teeth out of $his mouth so $he can give you an extra-soft suck. + <</if>> +<</if>> + +<<if ($activeChild.amp == 1)>> + You set $his limbless torso on the + <<if ($PC.dick != 0)>> + edge of your desk with $him on $his back. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth at the perfect angle for use. As an amputee $he has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeChild.skin throat bulging. Eventually you shoot your load directly down $his gullet. + <<if $PC.vagina == 1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + floor next to your desk and kneel on $him with your legs on either side of $him, so your pussylips are hard against $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth. $He desperately eats you out, trying to get you off as fast as possible so $he can get a bit more air, but you grind down without mercy, taking your pleasure. + <</if>> +<<elseif tooBigBelly($activeChild)>> + You get $him situated on the edge of your desk, on $his back. This pins $him down, the massive weight of $his belly stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth at the perfect angle for use. + <<if ($PC.dick != 0)>> + <<if $activeChild.bellyImplant >= 1500>> + $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of the spasms running through $his stomach as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <<else>> + $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeChild.skin throat bulging and every movement within $his overstuffed womb as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <</if>> + <<if $PC.vagina == 1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + <<if $activeChild.bellyImplant >= 1500>> + $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of the spasms running through $his stomach as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeChild)>>taste<<else>>dose<</if>> of your femcum. + <<else>> + $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of the movement within $his overstuffed womb as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeChild)>>taste<<else>>dose<</if>> of your femcum. + <</if>> + <</if>> +<<elseif tooBigBreasts($activeChild)>> + You get $him situated on the edge of your desk, on $his back. This pins $him down, the massive weight of $his tits stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth at the perfect angle for use. + $He has absolutely no control over + <<if ($PC.dick != 0)>> + the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeChild.skin throat bulging and $his absurd boobs jiggling as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <<if $PC.vagina == 1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of $his absurd boobs jiggling as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeChild)>>taste<<else>>dose<</if>> of your femcum. + <</if>> +<<elseif tooBigButt($activeChild)>> + You get $him situated on the edge of your desk, on $his back. This anchors $him, the massive weight of $his ass stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth at the perfect angle for use. + <<if ($PC.dick != 0)>> + $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeChild.skin throat bulging and $his absurd rear jiggling as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <<if $PC.vagina == 1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of $his absurd rear jiggling as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeChild)>>taste<<else>>dose<</if>> of your femcum. + <</if>> +<<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($activeChild.dick != 0) && ($PC.dick != 0)>> + $He comes over eagerly, with hunger <<if canSee($activeChild)>>in $his eyes<<else>>on $his face<</if>>. $He gets to $his knees, hurriedly takes you into $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth, and gives the blowjob $his all. As a cumslut $he's almost desperate to get your cum into $his mouth and <<if ($activeChild.chastityPenis == 1)>>(since $his cock is off limits) frantically rubs $his nipples and asspussy<<elseif canAchieveErection($activeChild)>>jacks $himself off<<else>>rubs $his sadly limp member<</if>> in anticipation.<<if $PC.vagina == 1>> You have more than one variety of deliciousness for $him, and $he's careful not to neglect your wet cunt.<</if>> When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes into $his $activeChild.skin hand. $He pours $his own cum from $his hand into $his mouth so it can mingle with yours. +<<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($PC.dick != 0)>> + $He comes over eagerly, with hunger <<if canSee($activeChild)>>in $his eyes<<else>>on $his face<</if>>. $He gets to $his knees, hurriedly takes you into $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth, and gives the blowjob $his all. As a cumslut $he's almost desperate to get your cum into $his mouth and rubs $himself in anticipation.<<if $PC.vagina == 1>> You have more than one variety of deliciousness for $him, and $he's careful not to neglect your wet cunt.<</if>> When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes. +<<elseif $activeChild.devotion < -20>> + $He tries to back away, so you + <<if ($PC.dick != 0)>> + <<if $activeChild.collar == "dildo gag">> + grab $him; $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth is already held invitingly open by $his gag, and $he's prevented from biting. You push $him down to $his knees with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his $activeChild.skin throat $he retches through $his tears. + <<if $PC.vagina == 1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> + <<elseif $activeChild.collar == "massive dildo gag">> + grab $him; $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth is left agape, unable to close after being forced so widely open for so long, so $he is unlikely to bite. You push $him down to $his knees with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his $activeChild.skin throat $he retches through $his tears. + <<if $PC.vagina == 1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> + <<else>> + grab $him and force a ring gag into $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth. Once you have the straps secured behind $his head, $he's prevented from biting. You push $him down to $his knees with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his $activeChild.skin throat $he retches through $his tears. + <<if $PC.vagina == 1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> + <</if>> + <<else>> + seize $him and throw $him onto the couch face-up, and then kneel on $him with your legs on either side of $his crying body, so your pussylips are hard against $his <<if $seeRace == 1>>$activeChild.race <</if>>mouth. $He desperately eats you out, trying to get you off as fast as possible so $he can get a bit more air, but you grind down without mercy, taking your pleasure. + <</if>> +<<elseif $activeChild.devotion <= 20>> + $He comes over reluctantly and begins to + <<if ($PC.dick != 0)>> + give you a blowjob. Deciding that $he isn't showing the necessary enthusiasm, you hold $his head and fuck $his <<if $seeRace == 1>>$activeChild.race <</if>>face instead<<if $PC.vagina == 1>>, occasionally jerking your dick free to shove your pussy against $his face instead<</if>>. $He does $his best to follow your motions but still splutters and gags. You pull free to cum across $his $activeChild.skin face and hair. + <<else>> + eat you out. Deciding that $he isn't showing the necessary enthusiasm, you hold $his head and grind your pussy against $his <<if $seeRace == 1>>$activeChild.race <</if>>face instead. $He does $his best to follow your motions but still splutters and gasps for air. You climax quickly and haul $him to $his feet, kissing the bewildered $girl full on the mouth. You can taste yourself on $his lips. + <</if>> +<<else>> + $He licks $his lips <<if canSee($activeChild)>>and looks you in the eyes <</if>>as $he gets to $his knees. $He + <<if ($PC.dick != 0)>> + gives you a long, deep blowjob. $He massages your balls<<if $PC.vagina == 1>> and pussy<</if>> with one hand and $his breasts with the other, giving you a show. $He sucks your head until you climax, letting your cock pop free of $his mouth to shoot pearly cum all across $his $activeChild.skin face. + <<else>> + eats you out like $he's starving, moaning into your pussy to show off $his arousal and add to your pleasure. $He massages your perineum with one hand and $his breasts with the other, giving you a show. $He slowly concentrates more and more attention on your clit until you climax convulsively. You pull $him to $his feet, kissing the compliant $girl full on the mouth. You can taste yourself on $his lips. + <</if>> +<</if>> + +<<if ($activeChild.teeth == "pointy") || ($activeChild.teeth == "straightening braces") || ($activeChild.teeth == "cosmetic braces")>> + <<if ($activeChild.skill.oral >= 100)>> + $He's so orally skilled that $he had the confidence to lightly graze you with $his <<if ($activeChild.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> on occasion, a delightfully scary sensation. + <<elseif ($activeChild.skill.oral > 30)>> + $He's sufficiently orally skilled that $he managed to accomplish all that without $his <<if ($activeChild.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> contacting your <<if ($PC.dick == 1)>>dick<<else>>pussy<</if>> once. + <<elseif ($activeChild.skill.oral > 10)>> + With $his basic oral skills, $he accidentally grazed you with $his <<if ($activeChild.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> a few times, leaving your <<if ($PC.dick == 1)>>dick<<else>>pussy<</if>> slightly the worse for wear. + <<else>> + Since $he is orally unskilled, you were sporting with your <<if ($PC.dick == 1)>>dick<<else>>pussy<</if>> by using $his mouth. $He did $his best to keep $his <<if ($activeChild.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> off you, but you're bleeding a bit down there. + <</if>> +<</if>> + +<<if (random(1,100) > (100 + $activeChild.devotion))>> + <<if ($activeChild.fetish != "cumslut") && ($activeChild.energy <= 95) && ($activeChild.sexualFlaw != "hates oral")>> + Being facefucked by force has given $him a @@.red;hatred of oral sex.@@ + <<set $activeChild.sexualFlaw = "hates oral">> + <</if>> +<<elseif (random(1,100) > (110 - $activeChild.devotion))>> + <<if ($PC.dick == 1) && ($activeChild.fetish == "none") && ($activeChild.sexualFlaw != "hates oral")>> + Consummating an enjoyable sexual encounter by drinking your cum has @@.lightcoral;encouraged $him to focus on oral sex.@@ + <<set $activeChild.fetish = "cumslut", $activeChild.fetishKnown = 1>> + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set _fl = $slaveIndices[$activeChild.ID]>> + <<if def _fl>> + <<set $slaves[_fl] = $activeChild>> + <</if>> +<</if>> diff --git a/src/facilities/nursery/scenes/cMarry.tw b/src/facilities/nursery/scenes/cMarry.tw new file mode 100644 index 00000000000..6153013fa7d --- /dev/null +++ b/src/facilities/nursery/scenes/cMarry.tw @@ -0,0 +1,823 @@ +:: CMarry [nobr] + +<<set $nextButton = "Back", $nextLink = "Slave Interact">> +<<run Enunciate($activeChild)>> +<<set _belly = bellyAdjective($activeChild)>> +<<run clearSummaryCache($activeChild)>> + +<<setLocalPronouns $activeChild>> +<<setAssistantPronouns>> +<<setPlayerPronouns>> + +<<if $activeChild.relationship > 0>> + <<set _m = $slaveIndices[$activeChild.relationshipTarget]>> + <<if def _m>> + <<if SlaveStatsChecker.checkForLisp($activeChild)>> + <<set _name = lispReplace($slaves[_m].slaveName)>> + <<set _heL = lispReplace($he)>> + <<set _hisL = lispReplace($his)>> + <<set _himL = lispReplace($him)>> + <<set _himselfL = lispReplace($himself)>> + <<else>> + <<set _name = $slaves[_m].slaveName>> + /* Use the modified "L"isp variables when they are speaking, just in case. */ + <<set _heL = $he>> + <<set _hisL = $his>> + <<set _himL = $him>> + <<set _himselfL = $himself>> + <</if>> + <<else>> + @@.red;Error, relationshipTarget not found.@@ + <</if>> +<</if>> +<<if SlaveStatsChecker.checkForLisp($activeChild)>> + <<set _myName = lispReplace($activeChild.slaveName)>> + <<set _playerSurname = lispReplace($PC.surname)>> +<<else>> + <<set _myName = $activeChild.slaveName>> + <<set _playerSurname = $PC.surname>> +<</if>> + +You tell $activeChild.slaveName that you're going to marry $him. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) +<<if $activeChild.fetish == "mindbroken">> + $He doesn't react. + <<set _reactionType = 0>> +<<elseif $activeChild.devotion+$activeChild.trust >= 175>> + You're not exactly lacking in ways to make <<if $activeChild.physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is unusually effective. When $he's gotten $himself under control again, <<if $activeChild.amp == 1>>looking somewhat embarrassed that $he can't wipe $his own tears<<else>>distractedly cuffing away $his tears<</if>> and consciously breathing deeply, + <<if canTalk($activeChild)>> + $he <<say>>s, + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + "I promi<<s>>e I'll try to <<s>>top <<s>>leeping around <<s>>o much." + <<elseif $activeChild.relationship == 4>> + "I'll have to break up with _name... I'll try to let _himL down gently, _heL'll under<<s>>tand." + <<elseif $activeChild.relationship == 3>> + "_name will mi<<ss>> having <<s>>e<<x>> with me, but _heL'll under<<s>>tand." + <<elseif $activeChild.relationship > 0>> + "I'll have to <<s>>top hanging out with _name; I'm <<s>>ure _heL'll under<<s>>tand." + <<else>> + "I've been waiting for thi<<s>> day! I'm <<s>>o happy!" + <</if>> + $He continues, + <</if>> + "Thank you, <<Master>>. I am going to do my be<<s>>t to be a + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.fetish == "submissive")>> + perfect <<s>>ubmi<<ss>>ive wife to you, + <<elseif ($activeChild.fetish == "cumslut")>> + perfect oral wifey, + <<elseif ($activeChild.fetish == "humiliation")>> + hot wife for you, + <<elseif ($activeChild.fetish == "buttslut")>> + perfect little anal wifey, + <<elseif ($activeChild.fetish == "boobs")>> + <<if $activeChild.boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> wife + <<elseif ($activeChild.fetish == "pregnancy")>> + perfect barefoot breeding wife, + <<elseif ($activeChild.fetish == "dom")>> + perfect, you know, <<sh>>aring wife with other <<s>>lave<<s>>, + <<elseif ($activeChild.fetish == "sadist")>> + perfect wife to u<<s>>e on other <<s>>lave<<s>>, + <<elseif ($activeChild.fetish == "masochist")>> + good, beaten wife, + <<else>> + good wife, + <</if>> + <<else>> + good wife, + <</if>> + <<Master>>. Oh, thank you, <<Master>>," $he blubbers, and starts crying again. + <<elseif $activeChild.amp == 1>> + $he painstakingly mouths $his thanks, since $he cannot speak or use hands to sign. + <<if $activeChild.relationship != 0>> + $He struggles to tell you + <<if $activeChild.relationship == -1>> + that $he'll try to be less of a slut. + <<elseif $activeChild.relationship == 4>> + that $he'll try to let $his lover $slaves[_m].slaveName down gently. + <<elseif $activeChild.relationship == 3>> + that $he'll try to let $his FWB $slaves[_m].slaveName down gently. + <<elseif $activeChild.relationship > 0>> + that $he'll have to stop hanging around $slaves[_m].slaveName. + <<else>> + that $he has never been happier. + <</if>> + <</if>> + <<else>> + $he shakily signs $his thanks twice in a row before breaking down again. + <<if $activeChild.relationship != 0>> + $He regains composure enough to continue signing out + <<if $activeChild.relationship == -1>> + that $he'll try to be less of a slut. + <<elseif $activeChild.relationship == 4>> + that $he'll try to let $his lover $slaves[_m].slaveName down gently. + <<elseif $activeChild.relationship == 3>> + that $he'll try to let $his FWB $slaves[_m].slaveName down gently. + <<elseif $activeChild.relationship > 0>> + that $he'll have to stop hanging around $slaves[_m].slaveName. + <<else>> + that $he has never been happier. + <</if>> + <</if>> + <</if>> + Despite $his devotion and trust, $he is still a slave, and probably knows that $his position could always change. This brings $him one step closer to true permanence, and $he knows it. + <<set _reactionType = 1>> +<<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + You're not exactly lacking in ways to make <<if $activeChild.physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is surprisingly effective. It seems $activeChild.slaveName does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. + <<if canTalk($activeChild)>> + $He <<say>>s, "Plea<<s>>e <<Master>>, I don't want to + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.fetish == "submissive")>> + be your little <<s>>ubmi<<ss>>ive fucktoy, + <<elseif ($activeChild.fetish == "cumslut")>> + be your cum <<s>>ucker, + <<elseif ($activeChild.fetish == "humiliation")>> + be <<s>>tripped bare and <<sh>>own off, + <<elseif ($activeChild.fetish == "buttslut")>> + have thing<<s>> <<sh>>oved up my butt, + <<elseif ($activeChild.fetish == "boobs")>> + have my tit<<s>> tea<<s>>ed every night, + <<elseif ($activeChild.fetish == "pregnancy")>> + <<if canGetPregnant($activeChild)>> + get knocked up by you, + <<else>> + be your pregnant toy, + <</if>> + <<elseif ($activeChild.fetish == "dom")>> + have to rule your <<s>>i<<ss>>y dick, + <<elseif ($activeChild.fetish == "sadist")>> + <<s>>pank your a<<ss>>, + <<elseif ($activeChild.fetish == "masochist")>> + get beaten by you, + <<else>> + <<s>>tay in your ni<<c>>e room, + <</if>> + <<else>> + <<s>>tay in your ni<<c>>e room, + <</if>> + <<Master>>. You're a terrible per<<s>>on, <<Master>>," $he blubbers, and starts crying again. + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + "I'll never be <<s>>ati<<s>>fied by ju<<s>>t you!" + <<elseif $activeChild.relationship == 4>> + "I love _name, not you <<Master>>! You'll never be a<<s>> good a<<s>> _himL!" + <<elseif $activeChild.relationship == 3>> + "But I like having <<s>>e<<x>> with _name, not you <<Master>>! You'll never be a<<s>> good as _himL!" + <<elseif $activeChild.relationship > 0>> + "But I like <<s>>pending time with _name, _heL'<<s>> <<s>>o much ni<<c>>er to be around than you, <<Master>>. + <<else>> + "I need you in my life, <<Master>>, <<s>>o why don't you bend down like the bitch you are and <<if $activeChild.dick > 0>><<s>>uck my dick<<elseif $activeChild.vagina > -1>>eat me out<<else>>lick my a<<ss>><</if>>, <<Master>>?" + <</if>> + <</if>> + <<elseif $activeChild.amp == 1>> + $he painstakingly mouths $his displeasure, since $he cannot speak or use hands to sign. + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + $He desperately tries to explain that you'll never satisfy $him. + <<elseif $activeChild.relationship == 4>> + $He desperately tries to explain that $his love, $slaves[_m].slaveName, is better than you'll ever be. + <<elseif $activeChild.relationship == 3>> + $He desperately tries to explain that $his lover, $slaves[_m].slaveName, satisfies $his far better than you can. + <<elseif $activeChild.relationship > 0>> + $He desperately tries to explain $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. + <<else>> + $He wiggles $his nethers at you, as if trying to tell you to do something. + <</if>> + <</if>> + <<else>> + $he shakily makes a rather rude hand gesture before crying more. + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + $He also makes it clear that you'll never satisfy $him. + <<elseif $activeChild.relationship == 4>> + $He also makes it clear that $his love, $slaves[_m].slaveName, is better than you'll ever be. + <<elseif $activeChild.relationship == 3>> + $He also makes it clear that $his lover, $slaves[_m].slaveName, satisfies $him far better than you can. + <<elseif $activeChild.relationship > 0>> + $He also makes it clear $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. + <<else>> + On top of the prior gesturing, $he adds another, lewder one involving you and $his crotch. + <</if>> + <</if>> + <</if>> + Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. $His tears may not all be genuine either, you have a feeling $he may be trying to take advantage of you. + <<set _reactionType = 2>> +<<elseif $activeChild.devotion < -20>> + You're not exactly lacking in ways to make <<if $activeChild.physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is unusually effective. It seems $activeChild.slaveName does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. You lean in and whisper that + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.fetish == "submissive")>> + $he'll make the perfect submissive wife for you dominate. + <<elseif ($activeChild.fetish == "cumslut")>> + $he'll make the perfect oral wifey for your <<if $PC.dick > 0 && $PC.vagina > 0>>dick and pussy<<elseif $PC.dick > 0>>cock<<else>>pussy<</if>> to enjoy. + <<elseif ($activeChild.fetish == "humiliation")>> + $he'll make a hot wife for you to parade around naked. + <<elseif ($activeChild.fetish == "buttslut")>> + $he'll make the perfect little anal wifey <<if $PC.dick > 0>>to keep your dick warm<<else>>stick things in<</if>>. + <<elseif ($activeChild.fetish == "boobs")>> + $he'll make the <<if $activeChild.boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> wife for you to bury your head into. + <<elseif ($activeChild.fetish == "pregnancy")>> + $he'll make the perfect barefoot breeding wife.<<if $PC.dick > 0 && canGetPregnant($activeChild)>> You poke $him with your erection, letting $him know what $he's in for.<</if>> + <<elseif ($activeChild.fetish == "dom")>> + $he'll make the perfect dominant wife to force upon $his closest friends. + <<elseif ($activeChild.fetish == "sadist")>> + $he'll make the perfect cruel wife to force upon $his closest friends. + <<elseif ($activeChild.fetish == "masochist")>> + $he'll make a good, beaten wife. + <<else>> + $he'll make a good wife. + <</if>> + <<else>> + $he'll make a good wife. + <</if>> + <<if canTalk($activeChild)>> + "<<Master>>. Plea<<s>>e, <<Master>>, don't make me do thi<<s>>. I don't want thi<<s>>!" $he blubbers, and starts crying again. + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + "I need a new dick in me every night! How can I be <<s>>ati<<s>>fied like thi<<s>>?!" + <<elseif $activeChild.relationship == 4>> + "I love _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" + <<elseif $activeChild.relationship == 3>> + "I love playing around with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" + <<elseif $activeChild.relationship > 0>> + "But I like <<s>>pending time with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" + <<else>> + "I need you in my life, <<Master>>, but not like thi<<s>>, plea<<s>>e?" + <</if>> + <</if>> + <<elseif $activeChild.amp == 1>> + $He painstakingly pleads with you, since $he cannot speak or use hands to sign. + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + $He desperately tries to explain that $he needs multiple partners. + <<elseif $activeChild.relationship == 4>> + $He desperately begs you to not separate $him from $his love, $slaves[_m].slaveName. + <<elseif $activeChild.relationship == 3>> + $He desperately begs you to not separate $him from $his lover, $slaves[_m].slaveName. + <<elseif $activeChild.relationship > 0>> + $He desperately begs you to not separate $him from $his friend, $slaves[_m].slaveName. + <<else>> + $He desperately begs you to not marry $him, despite $his emotional connection with you. + <</if>> + <</if>> + <<else>> + $He desperately struggles to plead with you before breaking down again. + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + $He tries to explain that $he needs multiple partners. + <<elseif $activeChild.relationship == 4>> + $He begs you to not separate $him from $his love, $slaves[_m].slaveName. + <<elseif $activeChild.relationship == 3>> + $He begs you to not separate $him from $his lover, $slaves[_m].slaveName. + <<elseif $activeChild.relationship > 0>> + $He begs you to not separate $him from $his friend, $slaves[_m].slaveName. + <<else>> + $He begs you to not marry $him, despite $his emotional connection with you. + <</if>> + <</if>> + <</if>> + You leave $him to weep and consider $his fate. Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. + <<set _reactionType = 2>> +<<else>> + $He doesn't really react to this. By no means does $he want to be your wife, but $he's obedient enough to know that you are in charge. You leave $him to $his business, and go back to yours. + <<if $activeChild.relationship != 0>> + <<if $activeChild.relationship == -1>> + $He sighs at the realization that $he won't be allowed to be so promiscuous and will have to learn to focus $his attention on you. + <<elseif $activeChild.relationship == 4>> + $He sighs at the realization that $he'll have to stop seeing $his love, $slaves[_m].slaveName. + <<elseif $activeChild.relationship == 3>> + $He sighs at the realization that $he'll have to stop spending so much time with $his lover, $slaves[_m].slaveName. + <<elseif $activeChild.relationship > 0>> + $He sighs at the realization that $he'll have to stop spending so much time with $his friend, $slaves[_m].slaveName. + <<else>> + Deep down, $he dreamed of this. But now that it's happening $he can't shake the feeling of regret. + <</if>> + <</if>> + <<set _reactionType = 3>> +<</if>> +<br><br> +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> prompts you for wedding +<<if $assistant == 0>> + instructions. +<<else>> + instructions, _hisA + <<if $assistantAppearance == "monstergirl">> + monstergirl avatar appearing in a surprisingly conventional surplice that covers _himA up decently. All except for _hisA horns, which protrude from under the headpiece. + <<elseif $assistantAppearance == "shemale">> + shemale avatar appears in a collar patterned to look like a minister's, and absolutely nothing else, stroking _himselfA with anticipation. + <<elseif $assistantAppearance == "amazon">> + amazon avatar wearing a tribal shaman's cape and carrying a medicine stick adorned with all sorts of little charms and baubles. + <<elseif $assistantAppearance == "businesswoman">> + businesswoman avatar looking rather severe in a minister's collar. + <<elseif $assistantAppearance == "fairy">> + fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes and looking rather smug about it. + <<elseif $assistantAppearance == "pregnant fairy">> + fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes stretched tight by _hisA pregnant belly and looking rather smug about it. + <<elseif $assistantAppearance == "goddess">> + goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. + <<elseif $assistantAppearance == "hypergoddess">> + goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. + <<elseif $assistantAppearance == "loli">> + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. + <<elseif $assistantAppearance == "preggololi">> + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. + <<elseif $assistantAppearance == "schoolgirl">> + schoolgirl avatar looking willfully absurd in a minister's collar and _hisA usual short plaid skirt. + <<elseif $assistantAppearance == "angel">> + angelic avatar looking, well, angelic in _hisA usual garb with an added minister's collar. + <<elseif $assistantAppearance == "cherub">> + angelic avatar looking absurd in _hisA oversized robe, complete with wing-holes, and minister's collar. + <<elseif $assistantAppearance == "incubus">> + demonic avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage, though _heA has made sure to be fully erect for the wedding. + <<elseif $assistantAppearance == "succubus">> + demonic avatar wearing nothing but a minister's collar. _HeA has brought several marital aids along with _himA to tease the bride and groom with. + <<elseif $assistantAppearance == "imp">> + demonic avatar looking absurd in _hisA oversized robe, complete with wing-holes, and minister's collar. + <<elseif $assistantAppearance == "witch">> + witchy avatar looking rather formal in a fine robe and minister's collar. + <<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> + twitching avatar completely unchanged, sans a bulbous ring of flesh around _hisA neck that sort of resembles a minister's collar. + <<else>> + symbol appearing in white. + <</if>> +<</if>> + +<br> +<span id="result"> +<br><<link "Just redesignate $him as your slave wife">> + <<replace "#result">> + You order $assistantName to simply redesignate $activeChild.slaveName as your slave wife. + <<if $assistant == 0>> + "Slave redesignated," it responds immediately. The thing is done. + <<else>> + <<if $assistantAppearance == "monstergirl">> + _HisA avatar snaps its fingers and shrugs off its surplice, revealing _hisA tentacle hair, pale skin, and cocks once more. + <<elseif $assistantAppearance == "shemale">> + _HisA avatar snaps its fingers and starts to masturbate more energetically. + <<elseif $assistantAppearance == "amazon">> + _HisA avatar gives its medicine stick a shake. + <<elseif $assistantAppearance == "businesswoman">> + _HisA avatar snaps its fingers. + <<elseif ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> + _HisA avatar claps its hands twice, looking a bit disappointed at the lack of celebration. + <<elseif $assistantAppearance == "goddess">> + _HisA avatar makes a complex hand gesture, looking beatific. + <<elseif $assistantAppearance == "hypergoddess">> + _HisA avatar makes a complex hand gesture, looking beatific. + <<elseif $assistantAppearance == "loli">> + _HisA avatar claps its hands together. + <<elseif $assistantAppearance == "preggololi">> + _HisA avatar claps its hands together. + <<elseif $assistantAppearance == "schoolgirl">> + _HisA avatar snaps its fingers and gives a little twirl. + <<elseif $assistantAppearance == "angel">> + _HisA avatar spreads its wings and arms and emits a flash of light. + <<elseif $assistantAppearance == "cherub">> + _HisA avatar claps its hands together, emitting a burst of light. + <<elseif $assistantAppearance == "incubus">> + _HisA avatar flicks the tip of its penis and blows _hisA load towards the both of you. + <<elseif $assistantAppearance == "succubus">> + _HisA avatar starts to masturbate furiously and orgasms lewdly. + <<elseif $assistantAppearance == "imp">> + _HisA avatar claps its hands together, emitting a burst of darkness. + <<elseif $assistantAppearance == "witch">> + _HisA avatar pulls out its spell book and attempts a spell to bind you two; _heA manages to conjure a large ring around _himA, pinning _hisA arms to _hisA sides. + <<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> + _HisA avatar splits open to reveal a number of tentacles and wraps them around each other. + <<else>> + _HisA symbol flashes. + <</if>> + "Done," _heA says. + <</if>> + <<if $activeChild.relationship > 0>> + <<set $activeChild.relationshipTarget = 0>> + <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> + <</if>> + <<if $activeChild.devotion+$activeChild.trust >= 175>> + <<if $activeChild.relationship > 0>> + Both $him and $his ex are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other's future. + <<if $activeChild.relationship == 4>> + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<elseif $activeChild.relationship == 3>> + <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> + <<else>> + <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <</if>> + <</if>> + <<elseif $activeChild.devotion < -20>> + <<if $activeChild.relationship == -1>> + $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. + <<set $activeChild.devotion -= 40, $activeChild.trust -= 40>> + <<elseif $activeChild.relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> + <<set $activeChild.devotion -= 40, $activeChild.trust -= 40>> + <<elseif $activeChild.relationship == 3>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> + <<set $activeChild.devotion -= 30, $activeChild.trust -= 30>> + <<elseif $activeChild.relationship > 0>> + Both $him and $his 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 $activeChild.devotion -= 20, $activeChild.trust -= 20>> + <</if>> + <<else>> + <<if $activeChild.relationship == -1>> + $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. + <<set $activeChild.devotion -= 10, $activeChild.trust -= 10>> + <<elseif $activeChild.relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set $activeChild.devotion -= 20, $activeChild.trust -= 20>> + <<elseif $activeChild.relationship == 3>> + Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> + <<set $activeChild.devotion -= 10, $activeChild.trust -= 10>> + <<elseif $activeChild.relationship > 0>> + Both $him and $his 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 $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <</if>> + <</if>> + <<set $activeChild.relationship = -3>> + <<if $PC.surname && $activeChild.slaveSurname != $PC.surname>> + <br><br><span id="surnaming"> + <<link "Give $him your surname">> + <<replace "#surnaming">> + <<set $activeChild.slaveSurname = $PC.surname>> + You also command $assistantName to rename your new slave wife $activeChild.slaveName $activeChild.slaveSurname. + <<if $activeChild.fetish == "mindbroken">> + The new Mrs. $activeChild.slaveSurname <<if canHear($activeChild)>>hears<<else>>understands<</if>> this, of course, and shows no reaction. Like many things, names mean nothing to $him now. + <<elseif $activeChild.devotion+$activeChild.trust >= 175>> + The new Mrs. $activeChild.slaveSurname <<if canHear($activeChild)>>hears<<else>>understands<</if>> this, of course, and breaks down again. Being brusquely redesignated as your slave wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your wife,@@ and that's what matters to $him. + <<set $activeChild.devotion += 5, $activeChild.trust += 5>> + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + The new Mrs. $activeChild.slaveSurname <<if canHear($activeChild)>>hears<<else>>understands<</if>> this, of course, and scoffs audibly. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ $He can't hide @@.mediumorchid;$his annoyance@@ that you couldn't even spring for a fancy wedding. + <<set $activeChild.devotion -= 10>> + <<elseif $activeChild.devotion < -20>> + The new Mrs. $activeChild.slaveSurname <<if canHear($activeChild)>>hears<<else>>understands<</if>> this, of course, and breaks down again. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. + <<set $activeChild.devotion += 5>> + <<else>> + The new Mrs. $activeChild.slaveSurname <<if canHear($activeChild)>>hears<<else>>understands<</if>> this, of course, and nods acceptingly. Being trusted with your surname @@.mediumaquamarine;reassures $him@@ that $he must mean something to you, though $he is a @@.mediumorchid;little disappointed@@ by the lack of a wedding, however. + <<set $activeChild.devotion--, $activeChild.trust += 5>> + <</if>> + <</replace>> + <</link>> + </span> + <</if>> + <</replace>> +<</link>> +<br><<link "Have your assistant marry $him to you">> + <<replace "#result">> + You order $activeChild.slaveName to go change into bridal lingerie. + <<if _reactionType == 0>> + <<if canWalk($activeChild)>> + $He hurries off, still crying. When $he returns, $he's wearing + <<else>> + $He is helped out, still crying. When $he is returned, $he's wearing + <</if>> + <<elseif _reactionType == 1>> + $He is helped out, completely unaware of $his pending marriage. When $he is returned, $he's wearing + <<elseif _reactionType == 2>> + <<if canWalk($activeChild)>> + $He shuffles off, still sobbing. When $he returns, $he's wearing + <<else>> + $He is helped out, still sobbing. When $he is returned, $he's wearing + <</if>> + <<else>> + <<if canWalk($activeChild)>> + $He hurries off to fulfill your orders. When $he returns, $he's wearing + <<else>> + $He is helped out to get dressed. When $he is returned, $he's wearing + <</if>> + <</if>> + <<if ($activeChild.vagina == 0)>> + white, since $he's a virgin. + <<elseif ($activeChild.pregKnown == 1)>> + light pink, since $he is pregnant. + <<elseif ($activeChild.vagina < 0) && ($activeChild.anus == 0)>> + white, since $he's an anal virgin. + <<elseif ($activeChild.vagina < 0) && ($activeChild.boobs > 500)>> + electric blue, since $he's a shemale. + <<elseif ($activeChild.vagina < 0)>> + pale blue, since $he's a sissy slave. + <<elseif ($activeChild.dick > 0)>> + hot pink, since $he's a futa slave. + <<else>> + light pink, since $he's an experienced sex slave. + <</if>> + A flimsy veil covers $his head and shoulders. + <<if ($activeChild.boobs > 4000)>> + On such short notice, no bridal bra for boobs of $his size was available, so $he's topless. Not a tragedy. + <<elseif ($activeChild.boobs > 1200)>> + $His lacy bridal bra just barely restrains $his huge boobs, leaving the tops of $his areolae visible. + <<elseif ($activeChild.boobs > 400)>> + $His lacy bridal bra flatters $his pretty breasts. + <<else>> + $His lacy bridal bra flatters $his pretty chest. + <</if>> + <<if $activeChild.bellyPreg >= 600000>> + $His expansive, squirming pregnant belly makes $his bridal wear particularly obscene. + <<elseif ($activeChild.bellyPreg >= 1500)>> + $His _belly pregnant belly protrudes out the front of $his bridal wear. + <<elseif ($activeChild.bellyImplant >= 1500)>> + $His _belly <<print $activeChild.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear. + <<elseif ($activeChild.bellyFluid >= 10000)>> + $His hugely bloated, <<print $activeChild.inflationType>>-filled belly protrudes out the front of $his bridal wear. + <<elseif ($activeChild.bellyFluid >= 5000)>> + $His bloated, <<print $activeChild.inflationType>>-stuffed belly protrudes out the front of $his bridal wear. + <<elseif ($activeChild.bellyFluid >= 1500)>> + $His distended, <<print $activeChild.inflationType>>-belly protrudes out the front of $his bridal wear. + <</if>> + <<if $activeChild.chastityPenis == 1>> + $His slave dick is hidden by its chastity cage. + <<elseif canAchieveErection($activeChild)>> + <<if ($activeChild.dick > 4) && ($activeChild.belly >= 5000)>> + $He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $activeChild.bellyPreg >= 3000>>pregnant <</if>>belly. + <<elseif $activeChild.dick > 4>> + $He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly. + <<else>> + $His erection tents the front of $his lacy g-string. + <</if>> + <<elseif ($activeChild.dick > 0)>> + <<if $activeChild.dick > 10>> + $His huge soft cock is allowed to dangle freely as no g-string could hope to contain it. + <<elseif $activeChild.dick > 4>> + $His big soft cock forms a lewd mass, stuffed into $his lacy g-string. + <<else>> + $His lacy g-string perfectly conceals $his soft dick. + <</if>> + <<else>> + <<if $activeChild.clit > 1>> + $His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it. + <<else>> + $His lacy g-string is starting to look a bit moist in front. + <</if>> + <</if>> + <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> marries $him to you in a brief ceremony adapted for slaves and their owners. You place a + <<if $activeChild.amp != 1>> + simple steel ring on $his finger; + <<else>> + chain with a simple steel ring around $his neck; + <</if>> + $he does not reciprocate, since this marriage does not bind you. + <<if $assistant == 0>> + "The marriage protocol now requires you to <<if $PC.dick == 1>>fellate<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>," $assistantName orders $him, and $he <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. + <<else>> + <<if $assistantAppearance == "monstergirl">> + "To consecrate the ceremony," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar begins to play with _hisA dicks. + <<elseif $assistantAppearance == "shemale">> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off. + <<elseif $assistantAppearance == "amazon">> + "To complete this ritual," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off. + <<elseif $assistantAppearance == "businesswoman">> + "To consecrate the marriage," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>fellate<<else>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar sneaks a hand down _hisA suit skirt, blushing furiously. + <<elseif $assistantAppearance == "fairy">> + "To seal the deal," $assistantName concludes, "$activeChild.slaveName, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick == 1>>semen<<if $PC.vagina == 1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar spreads _hisA legs while still hovering in the air and masturbates eagerly through _hisA half-worn robes. + <<elseif $assistantAppearance == "pregnant fairy">> + "To seal the deal," $assistantName concludes, "$activeChild.slaveName, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick == 1>>semen<<if $PC.vagina == 1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's pregnant avatar curls while still hovering in the air and masturbates eagerly around _hisA large belly. + <<elseif $assistantAppearance == "goddess">> + "To consummate the marriage," $assistantName concludes, "$activeChild.slaveName, you must now <<if $PC.dick == 1>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar looks on approvingly, cradling _hisA perpetual pregnancy. + <<elseif $assistantAppearance == "hypergoddess">> + "To consummate the marriage," $assistantName concludes, "$activeChild.slaveName, you must now <<if $PC.dick == 1>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar looks on approvingly, cradling _hisA massive perpetual pregnancy. + <<elseif $assistantAppearance == "loli">> + "To consummate the marriage," $assistantName concludes, "$activeChild.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick _hisP cunny.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunny<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar sneaks a hand down _hisA dress, blushing furiously. + <<elseif $assistantAppearance == "preggololi">> + "To consummate the marriage," $assistantName concludes, "$activeChild.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s lovely cock<<if $PC.vagina == 1>>and eat out _hisP cunt.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunt<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar attempts to sneak a hand down _hisA dress, but is thwarted by _hisA belly. _HeA instead openly rubs _hisA crotch through the front of _hisA dress, blushing furiously. + <<elseif $assistantAppearance == "schoolgirl">> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off. + <<elseif $assistantAppearance == "angel">> + "To consummate the marriage," $assistantName concludes, "$activeChild.slaveName, you must now join <<= PlayerName()>> in their bedroom and consummate this marriage." The slave <<if _reactionType == 0>>stares blankly<<else>>looks confused<</if>>. "After the wedding ends, would be the time." $assistantName says, covering _hisA face in embarrassment at the thought. + <<elseif $assistantAppearance == "cherub">> + "To consummate the marriage," $assistantName concludes, "$activeChild.slaveName, you should <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick _hisP pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of <<= PlayerName()>>'s bedroom, of course." $assistantName hides _hisA face in _hisA hands at the thought. + <<elseif $assistantAppearance == "incubus">> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Enjoying the sight, $assistantName's avatar begins to furiously stroke its shaft. + <<elseif $assistantAppearance == "succubus">> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar pulls out a large dildo and begins ramming it into _hisA own pussy. + <<elseif $assistantAppearance == "imp">> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar hikes _hisA robe and vigorously rubs _hisA pussy. + <<elseif $assistantAppearance == "witch">> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure. + <<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of $activeChild.slaveName. $assistantName's two avatars begin copying you and $activeChild.slaveName's actions perfectly. + <<else>> + "To get this marriage started," $assistantName concludes, "$activeChild.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. With only a symbol to express _hisA approval, $assistantName is forced to content _himselfA with spinning the symbol and making it glow in time with your new slave wife's efforts. + <</if>> + "Done," _heA says when you climax. "Enjoy your + <<if ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + <<if ($activeChild.fetish == "submissive")>> + submissive slave wife!" + <<elseif ($activeChild.fetish == "cumslut")>> + slave wife's mouth!" + <<elseif ($activeChild.fetish == "humiliation")>> + exhibitionist slave wife!" + <<elseif ($activeChild.fetish == "buttslut")>> + slave wife's butthole!" + <<elseif ($activeChild.fetish == "boobs")>> + slave wife's boobs!" + <<elseif ($activeChild.fetish == "pregnancy")>> + breeder wife!" + <<elseif ($activeChild.fetish == "dom")>> + slave wife's aggression!" + <<elseif ($activeChild.fetish == "sadist")>> + slave wife's sadistic tendencies!" + <<elseif ($activeChild.fetish == "masochist")>> + slave wife's pain!" + <<else>> + slave wife!" + <</if>> + <<else>> + slave wife!" + <</if>> + <</if>> + <<if $activeChild.relationship > 0>> + <<set $activeChild.relationshipTarget = 0>> + <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> + <<setLocalPronouns $slaves[_m] 2>> + <</if>> + <<if $activeChild.devotion+$activeChild.trust >= 175>> + <<if $activeChild.relationship > 0>> + $His ex is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 love's future. + <<if $activeChild.relationship == 4>> + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<elseif $activeChild.relationship == 3>> + <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> + <<else>> + <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <</if>> + <</if>> + <<elseif $activeChild.devotion < -20>> + <<if $activeChild.relationship == -1>> + $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. + <<set $activeChild.devotion -= 40, $activeChild.trust -= 40>> + <<elseif $activeChild.relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> + <<set $activeChild.devotion -= 40, $activeChild.trust -= 40>> + <<elseif $activeChild.relationship == 3>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> + <<set $activeChild.devotion -= 30, $activeChild.trust -= 30>> + <<elseif $activeChild.relationship > 0>> + Both $him and $his 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 $activeChild.devotion -= 20, $activeChild.trust -= 20>> + <</if>> + <<else>> + <<if $activeChild.relationship == -1>> + $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. + <<set $activeChild.devotion -= 10, $activeChild.trust -= 10>> + <<elseif $activeChild.relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set $activeChild.devotion -= 20, $activeChild.trust -= 20>> + <<elseif $activeChild.relationship == 3>> + Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> + <<set $activeChild.devotion -= 10, $activeChild.trust -= 10>> + <<elseif $activeChild.relationship > 0>> + Both $him and $his 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 $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <</if>> + <</if>> + <<set $activeChild.relationship = -3>> + <<if $PC.surname && $activeChild.slaveSurname != $PC.surname>> + <br><br><span id="surnaming"> + <<link "Give $him your surname">> + <<replace "#surnaming">> + <<set $activeChild.slaveSurname = $PC.surname>> + You also command $assistantName to rename your new slave wife $activeChild.slaveName $activeChild.slaveSurname. + <<if $activeChild.fetish == "mindbroken">> + Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeChild.slaveName $activeChild.slaveSurname. You are uncertain if it sunk in or not. + <<elseif $activeChild.devotion+$activeChild.trust >= 175>> + Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeChild.slaveName $activeChild.slaveSurname. It would be an understatement to say $he's delighted. $He's a good $desc, but even $he has to retain a kernel of doubt about whether a marriage between an owner and a piece of property is really worth much. This @@.mediumaquamarine;reassures $him@@ that it is. $His special day probably wasn't exactly like $he might once have imagined it, but $he obviously thinks it's been @@.hotpink;very nice,@@ all things considered. + <<if canTalk($activeChild)>>"_myName _playerSurname," $he murmurs to $himself occasionally, smiling.<</if>> + <<set $activeChild.devotion += 5, $activeChild.trust += 5>> + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeChild.slaveName $activeChild.slaveSurname. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ + <<if canTalk($activeChild)>>"_myName _playerSurname," $he mutters to $himself occasionally; their is a distinct distaste to the way $he says it.<</if>> + <<set $activeChild.devotion -= 10>> + <<elseif $activeChild.devotion < -20>> + Before you get too distracted, you tell your quivering new wife that $he's now to be known as $activeChild.slaveName $activeChild.slaveSurname. $He nods in terror. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. + <<if canTalk($activeChild)>>"_myName _playerSurname," $he mutters to $himself occasionally, $his voice wavering as $he struggles to hold back the tears.<</if>> + <<set $activeChild.devotion += 5>> + <<else>> + Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeChild.slaveName $activeChild.slaveSurname. $He nods acceptingly. $He's a good $desc, but $he has doubts about whether a marriage between an owner and a piece of property is really worth much. That doesn't matter, @@.mediumaquamarine;it's worth something to $him.@@ + <<if canTalk($activeChild)>>"_myName _playerSurname," $he murmurs to $himself occasionally<<if canHear($activeChild)>>, listening to how it sounds<</if>>.<</if>> + <<set $activeChild.trust += 5>> + <</if>> + <</replace>> + <</link>> + </span> + <</if>> + <</replace>> +<</link>> +<<if $cash > 10000>> + <<if $weddingPlanned > 0>> + <<if $weddingPlanned == 1>> + <br>Invite prominent citizens to a wedding: + <br> + <<link "Straightforward ceremony">> + <<replace "#result">> + You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 1>> + <<set $marrying.push($activeChild.ID)>> + <<run cashX(-10000, "event", $activeChild)>> + <</replace>> + <</link>> //This will cost <<print cashFormat(10000)>>// + <<else>> + <br> + + //You are already hosting// + <<if $weddingPlanned == 2>> + //an orgiastic ceremony// + <<elseif $weddingPlanned == 3>> + //an impregnation ceremony// + <</if>> + //and cannot host a straightforward ceremony// + <</if>> + <<if ($activeChild.vagina != 0) && ($activeChild.anus != 0)>> + <<if $weddingPlanned == 2>> + <br> + <<link "Orgiastic ceremony">> + <<replace "#result">> + You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. + <<set $weddingPlanned = 2>> + <<set $marrying.push($activeChild.ID)>> + <<run cashX(-10000, "event", $activeChild)>> + <</replace>> + <</link>> //This will involve the slave having sex with a very large number of citizens, and will cost <<print cashFormat(10000)>>// + <<else>> + <br> + + //You are already hosting// + <<if $weddingPlanned == 1>> + //a straightforward ceremony// + <<elseif $weddingPlanned == 3>> + //an impregnation ceremony// + <</if>> + //and cannot host an orgiastic ceremony// + <</if>> + <</if>> + <<if isFertile($activeChild) && ($PC.dick == 1)>> + <<if $weddingPlanned == 3>> + <br> + <<link "Impregnation ceremony">> + <<replace "#result">> + You order $assistantName to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 3>> + <<set $marrying.push($activeChild.ID)>> + <<run cashX(-10000, "event", $activeChild)>> + <</replace>> + <</link>> //This will involve you impregnating the slave, and will cost <<print cashFormat(10000)>>// + <br> + <<else>> + <br> + + //You are already hosting// + <<if $weddingPlanned == 1>> + //a straightforward ceremony// + <<elseif $weddingPlanned == 2>> + //an orgiastic ceremony// + <</if>> + //and cannot host an impregnation ceremony// + <</if>> + <</if>> + <<else>> + <br>Invite prominent citizens to a wedding: + <br> + <<link "Straightforward ceremony">> + <<replace "#result">> + You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 1>> + <<set $marrying.push($activeChild.ID)>> + <<run cashX(-10000, "event", $activeChild)>> + <</replace>> + <</link>> //This will cost <<print cashFormat(10000)>>// + <<if ($activeChild.vagina != 0) && ($activeChild.anus != 0)>> + <br> + <<link "Orgiastic ceremony">> + <<replace "#result">> + You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. + <<set $weddingPlanned = 2>> + <<set $marrying.push($activeChild.ID)>> + <<run cashX(-10000, "event", $activeChild)>> + <</replace>> + <</link>> //This will involve the slave having sex with a very large number of citizens, and will cost <<print cashFormat(10000)>>// + <</if>> + <<if isFertile($activeChild) && ($PC.dick == 1)>> + <br> + <<link "Impregnation ceremony">> + <<replace "#result">> + You order $assistantName to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 3>> + <<set $marrying.push($activeChild.ID)>> + <<run cashX(-10000, "event", $activeChild)>> + <</replace>> + <</link>> //This will involve you impregnating the slave, and will cost <<print cashFormat(10000)>>// + <</if>> + <</if>> +<<else>> + //You cannot afford an elaborate ceremony// +<</if>> +</span> diff --git a/src/facilities/nursery/scenes/cNippleFuck.tw b/src/facilities/nursery/scenes/cNippleFuck.tw new file mode 100644 index 00000000000..1568ae0b341 --- /dev/null +++ b/src/facilities/nursery/scenes/cNippleFuck.tw @@ -0,0 +1,79 @@ +:: CNippleFuck [nobr] + +<<run Enunciate($activeChild)>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<set $activeChild.counter.mammary += 2>> +<<set $mammaryTotal += 2>> + +You call $him over to make use of $his lewd nipple cunts. +<<if $activeChild.fetish == "boobs" && $activeChild.fetishKnown == 1>> + $He practically vibrates with excitement at the prospect of getting $his tits fucked. +<<elseif $activeChild.boobs >= 40000>> + You set out a few cushions on the floor for $him and let $his breasts spill across them. +<<elseif $activeChild.boobs >= 20000>> + It takes a moment to find a table that can support $his breasts and withstand your lovemaking. +<<else>> + You settle $him on a couch and have $him present $his chest to you. +<</if>> + +Once $he seems comfortable, you turn your attention to $his chest. You start by groping and nuzzling $his breasts, teasing $his nipples with your tongue. + +<<if $activeChild.lactation > 0>> + It doesn't take much stimulation before milk starts dribbling onto your tongue. +<</if>> + +<<if $activeChild.devotion > 20 || $activeChild.trust > 20>> + $He starts making soft noises of pleasure and luxuriates in your attentions. +<<else>> + $He fidgets at your ministrations, but doesn't say anything. +<</if>> +Once you're satisfied, you line up your dick with $his right nipple and slowly ease yourself into $him. + +<<if $activeChild.lactation > 0>> + Milk gushes around your length and soaks your crotch, the feeling almost like a waterjet, as $his +<<else>> + $His +<</if>> +breast flesh grips you tightly. A few experimental pumps draws gasps from $him before you start to thrust in earnest. Soon, the room is filled with $his moaning and the sound of flesh on flesh. + + +<<if $activeChild.fetish == "boobs" && $activeChild.fetishKnown == 1>> + $He has a glassy eyed expression as $he + <<if $activeChild.amp != 1>> + gropes $his breasts with both hands, fingering $his unoccupied nipple in time with your thrusts. + <<else>> + savors the sensations running through $his breast. + <</if>> +<<elseif $activeChild.devotion > 20 || $activeChild.trust > 20>> + $He has a glassy eyed expression as $he + <<if $activeChild.amp != 1>> + gropes $his breasts with one hand and furiously abuses $his clit with the other. + <<else>> + tries $his hardest to pleasure $himself with no hands. + <</if>> +<<else>> + $He turns $his gaze away from you as a blush suffuses $his cheeks and does $his best to suppress $his moans. +<</if>> + +As your orgasm begins to build, you roughly grasp $his shoulders and begin to pick up the pace. + +<<if $activeChild.fetish == "boobs" && $activeChild.fetishKnown == 1>> + As $he reaches $his climax, $his eyes roll back into $his head and $he quivers in delight at the intense breastgasm $he just sustained. +<<elseif $activeChild.devotion > 20 || $activeChild.trust > 20>> + $His moaning grows louder and higher in pitch, and $his self-molesting becomes furious and desperate, eager for release. +<<else>> + As $he reaches $his climax, $his body seems to tense and $he bites $his lip. +<</if>> + +It only takes few more thrusts before you bottom out inside $his breast and release your load deep inside $him. You pull yourself free with a lewd sound and proudly survey what you've wrought. Cum<<if $activeChild.lactation > 0>> and milk dribble<<else>> dribbles <</if>> from $his gaping nipple. Enjoying the sight, you begin to feel yourself hardening and line up your dick at $his left nipple for a repeat performance. + +<<if $activeChild.lactation > 0>> + <<set $activeChild.lactationDuration = 2>> + <<set $activeChild.boobs -= $activeChild.boobsMilk, $activeChild.boobsMilk = 0>> +<<else>> + <<= induceLactation($activeChild)>> +<</if>> + +Once both $his breasts have been thoroughly fucked, you send $him away to clean $himself up. diff --git a/src/facilities/nursery/scenes/cPCImpreg.tw b/src/facilities/nursery/scenes/cPCImpreg.tw new file mode 100644 index 00000000000..14ccd40324b --- /dev/null +++ b/src/facilities/nursery/scenes/cPCImpreg.tw @@ -0,0 +1,183 @@ +:: CPCImpreg [nobr] + +/* TODO: add reactions for incest */ + +<<run clearSummaryCache($activeChild)>> +<<set _bonus = random(6,20)>> +<<set _belly = bellyAdjective($activeChild)>> +<<set _superfetation = ($activeChild.geneticQuirks.superfetation == 2 && $activeChild.pregKnown == 1) ? 1 : 0>> + +<<if $activeChild.mpreg == 1>> + <<set $activeChild.counter.anal += _bonus+1, $analTotal += _bonus+1>> +<<else>> + <<set $activeChild.counter.vaginal += _bonus+1, $vaginalTotal += _bonus+1>> +<</if>> + +You call $him over so you can +<<if $activeChild.mpreg == 1>> + <<if ($activeChild.anus > 2)>> + fuck $his gaping, fertile + <<elseif ($activeChild.anus == 2)>> + use $his whorish, fertile + <<elseif ($activeChild.anus == 1)>> + use $his tight, fertile + <<elseif ($activeChild.anus == 0)>> + take $his fertile, virgin + <</if>> + <<if _superfetation == 1>> + asshole and put another baby in $him. + <<else>> + asshole. + <</if>> +<<else>> + <<if ($activeChild.vagina > 2)>> + fuck $his gaping, fertile cunt. + <<elseif ($activeChild.vagina == 2)>> + use $his whorish, fertile cunt. + <<elseif ($activeChild.vagina == 1)>> + use $his tight, fertile cunt. + <<elseif ($activeChild.vagina == 0)>> + take $his fertile, virgin pussy. + <</if>> + <<if _superfetation == 1>> + You plan on putting another baby in $him. + <</if>> + + <<if ($activeChild.vaginaTat == "tribal patterns")>> + The tattoos on $his abdomen certainly draw attention there. + <<elseif ($activeChild.vaginaTat == "scenes")>> + The tattoos on $his abdomen nicely illustrate what you mean to do to $him. + <<elseif ($activeChild.vaginaTat == "degradation")>> + The tattoos on $his abdomen ask you to, after all. + <</if>> + + <<if $activeChild.clit == 1>> + $His big clit <<if $activeChild.foreskin > 0>>peeks out from under its hood<<else>>can't be missed<</if>>. + <<elseif $activeChild.clit > 2>> + $His huge clit is impossible to miss. + <</if>> + + <<if ($activeChild.vaginaPiercing > 1) && ($activeChild.vagina != -1)>> + $His pierced lips and clit have $him nice and wet. + <<elseif ($activeChild.vaginaPiercing == 1) && ($activeChild.vagina != -1)>> + $His pierced clit has $him nice and moist. + <</if>> +<</if>> + +<<if ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($activeChild.vagina == 0 || ($activeChild.anus == 0 && $activeChild.mpreg == 1))>> + $He cries with joy and presents $his virgin <<if $activeChild.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He sobs with happiness when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, knowing that $his first time will always be special to $him. $He spends the rest of the day cherishing $his _belly stomach. This new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeChild.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's <<if _superfetation == 1>>got another bun in the oven<<else>>pregnant<</if>>.@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<set $activeChild.devotion += 15>> +<<elseif ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He cries with joy and presents $his fertile <<if $activeChild.mpreg == 1>>asshole<<else>>pussy<</if>> for breeding. $He sobs with happiness when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>. $He spends the rest of the day considering $his own _belly stomach with pride. This new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ + <<set $activeChild.devotion += 10>> +<<elseif ($activeChild.devotion > 20) && ($activeChild.vagina == 0 || ($activeChild.anus == 0 && $activeChild.mpreg == 1))>> + $He accepts your orders without comment and presents $his virgin <<if $activeChild.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He gasps in shock when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>. $He spends the rest of the day struggling with roiling emotions. Since $he is already well broken<<if _superfetation == 1>> and pregnant<</if>>, this new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeChild.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's <<if _superfetation == 1>>got another bun in the oven<<else>>pregnant<</if>>.@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<set $activeChild.devotion += 10>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.vagina == 0 || ($activeChild.anus == 0 && $activeChild.mpreg == 1))>> + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes + <<if _superfetation == 1>> + $his existing pregnancy is not going to stop you from adding another baby to $his womb. + <<else>> + $he'll likely get pregnant. + <</if>> + Nevertheless, this new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeChild.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<set $activeChild.devotion += 4>> +<<elseif ($activeChild.vagina == 0 || ($activeChild.anus == 0 && $activeChild.mpreg == 1))>> + As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as your cock opens $his fresh, tight hole. Afterward, $he <<if $activeChild.amp != 1>>clutches $his _belly stomach<<else>>lies there<</if>> and sobs, horrified by the knowledge that + <<if _superfetation == 1>> + $his unborn <<if $activeChild.pregType == 1>>child is<<else>>children are<</if>> now sharing quarters with $his rapist's child. + <<else>> + $he's probably carrying $his rapist's child. + <</if>> + The rape @@.mediumorchid;decreases $his devotion to you@@ and @@.gold;fills $him with fear.@@ @@.lime;$His <<if $activeChild.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> +<<elseif ($activeChild.amp == 1)>> + You have $his limbless torso set on the end of the couch, face-<<if _superfetation == 1>>up<<else>>down<</if>>, with $his hips up in the air. This way, you get the greatest degree of penetration into $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> you can manage. $He moans <<if _superfetation == 1>>openly<<else>>into the cushions<</if>>, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigBelly($activeChild)>> + Since $he already has trouble moving with $his _belly belly, you just tip $him onto it; this leaves $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> exposed and vulnerable. $He moans as $he clutches the sides of $his stomach, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his the pressure forces it to spray around your shaft<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably gotten <<if _superfetation == 1>> another bun added to the oven<<else>>pregnant<</if>>. +<<elseif tooFatSlave($activeChild)>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's pinned in place by the weight of $his own body, and you get the greatest degree of penetration into $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>; after you push into $his soft folds enough to reach it, of course. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigBreasts($activeChild)>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's pinned in place by the weight of $his ridiculous tits, and you get the greatest degree of penetration into $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigButt($activeChild)>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's stuck under $his ridiculous ass, you get an amazingly soft rear to pound, and you get the greatest degree of penetration into $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigDick($activeChild)>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's anchored in place by the weight of $his ridiculous cock, and you get the greatest degree of penetration into $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigBalls($activeChild)>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's anchored in place by the weight of $his ridiculous balls, and you get the greatest degree of penetration into $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He <<if $activeChild.belly >= 10000>>waddles<<else>>comes<</if>> submissively over, smiling a little submissive smile, and spreads $himself for you. + <<if $activeChild.belly < 5000>> + You take $him on the couch next to your desk in the missionary position. $He hugs $his torso to you and $his breasts press against your chest; you can feel $his heart beating hard. + <<else>> + You take $him from behind against your desk. $He steadies $himself as $he feels your hands roaming across $his _belly belly. As the sex reaches its climax, $his breaths grow short and $his moans passionate. $He pushed against you, + <</if>> + As the sex reaches its climax your semen<<if $PC.balls == 3>> fills $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pours into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pours into $him<<else>> jets into $his welcoming depths<</if>> as $he begs you to use $his unworthy body to make a new slave. +<<elseif $activeChild.devotion < -20>> + $He tries to refuse, so you bend the disobedient slave over your desk and take $him hard from behind. $His breasts slide back and forth across the desk. You give $his buttocks some nice hard swats as you pound $him. $He grunts and moans but knows better than to try to get away. $He begs you not to cum inside $him, knowing $he's fertile, and sobs when $he feels you<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<<else>> blow your load<</if>> despite $his pleas. +<<elseif $activeChild.devotion <= 20>> + $He obeys, lying on the couch next to your desk with $his legs spread. You kneel on the ground and enter $him, a hand on each of $his legs to give you purchase. The pounding is hard and fast, and $he gasps and whines. + <<if $activeChild.belly >= 100000>> + You reach a hand up to tease $his already taut dome of a pregnancy. + <<else>> + You reach a hand down to maul $his breasts. + <</if>> + $He begs you not to cum inside $him, knowing $he's fertile, but soon loses track of $his fears as $he enjoys $himself. $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole<<if $PC.balls == 3>> far beyond capacity<<elseif $PC.balls == 2>> beyond capacity<<elseif $PC.balls == 1>> to capacity<</if>> with your cum; $he realizes what you've done with a gasp and a worried look. +<<else>> + <<if $activeChild.belly < 5000>> + $He skips over smiling and gives you a quick kiss. You take $him on the couch next to your desk in the missionary position. $He hugs $his torso to you and $his breasts press against your chest; you can feel $his heart beating hard. As the sex reaches its climax, $his kisses grow urgent and passionate. $He clings to you, + <<else>> + $He waddles over smiling and leans in to give you a quick kiss. You take $him from behind against your desk. $He steadies $himself as $he feels your hands roaming across $his _belly belly. As the sex reaches its climax, $his breaths grow short and $his moans passionate. $He pushed against you, + <</if>> + your semen<<if $PC.balls == 3>> flowing into $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<<else>> jetting into $him<</if>> as $he rides the downslope of $his orgasm. $He kisses you and promises to do $his best to use $his womb to make <<if _superfetation == 1>>another<<else>>a<</if>> good slave for you. +<</if>> + +You repeat this ritual throughout the week, ensuring that $activeChild.slaveName +<<if _superfetation == 1>> + has @@.lime;added your child@@ to $his pregnancy. +<<else>> + is @@.lime;carrying your child.@@ +<</if>> + + +<<= knockMeUp($activeChild, 100, 2, -1, 1)>> + +<<if $arcologies[0].FSRestart != "unset">> + <<if ($activeChild.breedingMark != 1 || $propOutcome == 0) && $eugenicsFullControl != 1>> + Rumors spread about you fucking your slaves pregnant; the Societal Elite are @@.red; very displeased@@ by these rumors. + <<set $failedElite += 5>> + <</if>> +<</if>> +<<if $arcologies[0].FSGenderRadicalist != "unset" && $activeChild.mpreg == 1>> + Society @@.green;approves@@ of your fucking your slaves' asses pregnant; this advances the ideal all a slave needs is $his rear. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), "futureSocieties", $activeChild)>> + <<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeChild.mpreg == 1>> + Society @@.red;is disgusted@@ by this degenerate form of reproduction. + <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)), "futureSocieties", $activeChild)>> + <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> + Society @@.green;approves@@ of your putting a new slave in $him; this advances the idea that all slaves should bear their masters' babies. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", $activeChild)>> + <<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>> +<</if>> diff --git a/src/facilities/nursery/scenes/cPat.tw b/src/facilities/nursery/scenes/cPat.tw new file mode 100644 index 00000000000..816e4ea1dcb --- /dev/null +++ b/src/facilities/nursery/scenes/cPat.tw @@ -0,0 +1,296 @@ +:: CPat [nobr] + +<<run Enunciate($activeChild)>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<setPlayerPronouns>> + +You tell $activeChild.slaveName to +<<if ($activeChild.amp != 1)>> + move closer towards you. +<<elseif tooBigBreasts($activeChild)>> + have another slave help $him heft $his tits so $he can be near you. +<<elseif tooBigBelly($activeChild)>> + have another slave help $him heft $his belly so $he can be near you. +<<elseif tooBigButt($activeChild)>> + have another slave help $him heft $his ass cheeks so $he can be near you. +<<elseif tooBigDick($activeChild)>> + have another slave help $him heft $his cock so $he can be near you. +<<elseif tooBigBalls($activeChild)>> + have another slave help $him heft $his balls so $he can be near you. +<<elseif tooFatSlave($activeChild)>> + have another slave help $him up so $he can be near you. +<<else>> + have another slave set $him up onto your desk. +<</if>> + +/*approach*/ + +<<if ($activeChild.fetish == "mindbroken") && ($activeChild.relationship != -3)>> + $He complies robotically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. +<<elseif ($activeChild.relationship == -2)>> + $He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He finds the intense look from the _womanP $he loves overwhelming, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif $activeChild.relationship == -3>> + <<if $activeChild.fetish == "mindbroken">> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his empty <<= App.Desc.eyeColor($activeChild)>> eyes. $He shows no reaction + <<elseif $activeChild.devotion+$activeChild.trust >= 175>> + $He complies in a wifely fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and gaze + <<if canSee($activeChild)>> + deeply into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>. + <<else>> + upon $his face. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile. + <</if>> + <<elseif $activeChild.devotion < -20 && $activeChild.trust > 20>> + $He complies. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his tearful <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and breaks eye contact. + <<else>> + upon $his face. $He can feel the intense gaze of the _womanP $he's forcibly married to, and finds it disturbing. $He quickly turns $his face away. + <</if>> + <<elseif $activeChild.devotion < -20>> + $He complies out of fear. Once $he's close, you hold $his quivering face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his teary <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and quickly breaks eye contact. + <<else>> + upon $his tear-streaked face. $He can feel the intense look from the _womanP $he's forcibly married to, and it is horrifying, causing $him to turn $his face away after only a moment. + <</if>> + <<else>> + $He complies obediently. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>. + <<else>> + upon $his face. The intense look from the _womanP $he's married to is reassuring to $him, and $he looks down with a slight smile. + <</if>> + <</if>> +<<elseif ($activeChild.devotion > 75)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He can feel the intense look from $his beloved <<Master>> and it is disconcerting, causing $him to glance away after only a moment, $his face flushed. + <</if>> + $He blushes furiously. +<<elseif ($activeChild.devotion > 50)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and it causes $him to glance away after only a moment, blushing. + <</if>> +<<elseif ($activeChild.devotion > 20)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. + <</if>> +<<elseif ($activeChild.devotion < -20) && ($activeChild.trust >= 20)>> + $He seems to visibly consider disobedience, but apparently decides your order is harmless enough. $He does as $he is told, + <<if canSee($activeChild)>> + giving you a defiant stare as $he does so. + <<else>> + defiantly staring in your direction. + <</if>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust >= -20)>> + $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He finds the intense attention from $his <<= WrittenMaster()>> troubling, and $he looks down after a moment, $his lower lip trembling with nervousness. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and turns away after a moment, $his lower lip trembling with nervousness. + <</if>> +<<elseif ($activeChild.trust < -20)>> + The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. After a mere instant of locked faces, $he looks down fearfully and begins to shake with terror, tears leaking silently down $his cheeks. + <<else>> + upon $his face. After a mere instant of locked faces, $he looks down fearfully and begins to shake with terror, tears leaking silently down $his cheeks. + <</if>> +<<else>> + $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee($activeChild)>> + into $his <<= App.Desc.eyeColor($activeChild)>> eyes. $He stares back, but after a few moments $he loses the contest of wills and looks down. + <<else>> + upon $his face. $He faces you defiantly, but after a few moments $he loses the contest of wills and looks down. + <</if>> +<</if>> + +/* action */ + +You walk around $him, drawing closer and slowly resting your hand on $his head. You let it rest for a few seconds to get $him accustomed to your touch. +<<if ($activeChild.fetish == "mindbroken")>> + Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your poor mentally shattered slave's inability to resist you. $He initially reacts slightly to your physical touch, but soon stops reacting completely. Nevertheless, you continue to gingerly stroke $his <<if $activeChild.hStyle == "shaved bald" || $activeChild.bald == 1>>shaven scalp <<else>>hair <</if>>, as you gently press $his body into your chest<<if $activeChild.amp == 1>> and onto your lap<</if>>. The warmth from your slave's body, and the action of petting $his head, combined with the sound of $his breathing, allow you to feel more relaxed by the minute. +<<elseif ($activeChild.relationship == -3) && $activeChild.devotion+$activeChild.trust >= 175>> + Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your slave's utterly willing submission. $He slowly leans $his body closer and closer to you<<if $activeChild.amp == 1>> and finally onto your lap<</if>>, relaxing as $he feels your caress. As $he shifts $his weight to your chest, $he feels all of the daily stresses of the day melt away, and a deep, happy sigh escapes $his lips. You smile fondly, allowing all of the troubles of being an arcology owner dissipate, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content wife. +<<elseif ($activeChild.relationship == -2)>> + Tenderly and lovingly you brush your fingers along $his head, for a moment, appreciating how easily your slave submits to your desire to pat $his head. $He slowly leans $his body closer and closer to you<<if $activeChild.amp == 1>> allowing you to move $him onto your lap<</if>>, relaxing as $he feels your caresses. As $his weight falls onto you, all of the stress from $his body melts away, and a small, respectful sigh escapes $his pursed lips. You smile fondly, allowing all of the troubles of being an arcology owner drift away, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content servant. +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "dom") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60) && ($activeChild.amp != 1)>> + As you start to touch $him $he smiles at you and takes your hand, following its movements. You tenderly and lovingly kiss it and let it rest on the side of $his head, before continuing with your ministrations. As opposed to your more submissive slaves, $activeChild.slaveName takes an active role in your petting, gently guiding where your hand goes along $his head. You enjoy the feel of $his hand on yours, as well as $his <<if $activeChild.hStyle == "shaved bald" || $activeChild.bald == 1>>smooth scalp<<else>> hair<</if>>. +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "submissive") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + $He stiffens at your touch but slowly relaxes at the sensation of your hand on $his head. You tenderly and lovingly stroke your fingers along $his scalp, enjoying the feeling of your slave's subservience. $He gently, submissively, presses $his head against your hand, like a dog. As you continue <<if $activeChild.hStyle == "shaved bald" || $activeChild.bald == 1>>kneading $his shaved scalp<<else>>stroking $his hair<</if>>, $he starts to clutch $his thighs, and if you listen you can hear subdued whimpers. $He looks up at you with adoring eyes, and relishes in the pureness of this act as $his master's pet to $his beloved <<= WrittenMaster($activeChild)>>. +<<elseif $activeChild.devotion > 50>> + $He accepts it with devotion, leaning back into your gentle caresses. You tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's willingness to set aside $his dignity for headpats. $He leans $his body backward, pressing $himself against you. You can feel the intense heat from $his body against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>. You take your time enjoying the sensation of <<if $activeChild.hStyle == "shaved bald" || $activeChild.bald == 1>>rubbing your slave's smooth scalp<<else>>gently running your fingers through your slave's hair<</if>>, and your slave smiles happily as you do. As you continue with your ministrations, you can see all of the stress present in your slave's shoulders dissipate, and you feel a good deal of your own tension start to melt away as well. +<<elseif $activeChild.devotion > 20>> + $He willingly accepts it. As you tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's roiling emotions, and finally submission. You can still sense considerable turmoil in the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch. As you continue your ministrations, your slave slowly, and with more then a bit of uncertainty, finally starts to relax. $He looks at you with confusion and trepidation. Your eyes betray nothing however — you simply smile and press $his head into your <<if $PC.boobs == 1>>soft breasts<<else>>masculine chest<</if>>, all the while enjoying the feeling of your <<if $activeChild.hStyle == "shaven bald" || $activeChild.bald == 1>>hands gliding over $his smooth head<<else>>fingers gliding through $his hair<</if>>. +<<elseif ($activeChild.devotion < -20) && ($activeChild.trust >= 20)>> + $He doesn't react to your touch, remaining as still as statue, the same defiant expression on $his face. $He still doesn't react when you brush your fingers down the side of $his head or when you <<if $activeChild.hStyle == "shaven bald" || $activeChild.bald == 1>>stroke $his smooth head<<else>>run your fingers through $his hair<</if>>. $He does react when you gently rest your thumb on $his lips, however, by suddenly giving you a fierce bite. Cursing, you pull your hand back and examine it — $he didn't bite deep enough to draw blood, but the area is now red and puffy. Furious, you backhand $him across the face<<if random(1,100) > 80>><<set $activeChild.minorInjury = either("black eye", "bruise", "split lip")>>, giving $him a @@.red;$activeChild.minorInjury@@<</if>>. +<<elseif $activeChild.devotion >= -20 && $activeChild.trust < -20>> + $He shakes at your touch fearfully. As you tenderly brush your fingers down $his unresisting head, you appreciate this expression of your slave's subservience, $his eagerness to avoid punishment making $him stiffen, $his nervousness easily apparent. You continue stroking $him, enjoying $his fear, as the physical intimacy slowly does its work. $He starts to relax, $his resistance easing as $his eyes start to close. Your hands continue to gently scratch at $his scalp, and you enjoy the sensation as well as the feeling of power over your hapless slave. Gently, slowly, so not as to spook $him, you ease your property's head back into your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>>. Nevertheless your slave starts at the action, but at your insistence finally gives in to the motion, and finally relaxes against you. +<<elseif $activeChild.trust < -50>> + $He is nearly frozen with fear and does not resist as you tenderly and lovingly brush your fingers along $his head, enjoying your slave's complete and utter submission to you. In fact, $he barely reacts at all. But being an arcology owner has taught you many things, not least of which is patience. With time and a gentle hand, your slave's shoulders slowly start to relax, so slowly if you weren't paying attention you wouldn't have noticed. With a sense of satisfaction, you continue your actions, enjoying the feeling of your <<if $activeChild.hStyle == "shaven bald" || $activeChild.bald == 1>>hand gliding over $his smooth head<<else>>fingers combing through $his hair and gently scritching $his scalp<</if>>. You settle with this for now, knowing that any attempt at further intimacy will likely scare your slave off, but you enjoy it nonetheless. +<<else>> + $He reflexively turns away from you, but you tenderly hold $his chin and maneuver $him in position with one hand and slowly but gently move your other hand to the top of $his head. Spluttering, $he leans backwards, but you catch $him by the shoulder and pin $him against you, where you feel the intense heat from $his body against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>, before resuming your gentle stroking. $He desperately tries to wriggle out of your grasp, but $his struggles slowly subside as $he realizes that you're not taking this any farther. Tenderly and lovingly you stroke your fingers over $his head, appreciating the feeling of your slave's rebelliousness. +<</if>> + +You pat $him softly move your palm down the side of $his head with a soothing touch as you pet $him. Gently you start to run your hand down the back of $his head, softly stroking and caressing $him. You delicately lift $his head and touch your fingertips to $his chin, tenderly brushing along the line of $his mouth with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> thumb. + +<<if $activeChild.hStyle == "shaved bald">> + Then, you gently touch $his +<<else>> + You hold a strand of $his hair and softly place it behind $his ear, taking the chance to gently caress $his +<</if>> +<<if $activeChild.face > 95>> + overwhelmingly stunning +<<elseif $activeChild.face > 10>> + alluring +<<elseif $activeChild.face >= -10>> + appealing +<<elseif $activeChild.face >= -40>> + plain +<<else>> + rough +<</if>> +face and lightly touch $his +<<if $activeChild.lips > 95>> + facepussy +<<else>> + <<if $activeChild.lips > 70>> + pillowlike + <<elseif $activeChild.lips > 40>> + generous + <<elseif $activeChild.lips > 20>> + plush + <</if>> + lips +<</if>> +with your fingertips. You move your hand to the side of your slave's head, stroking $his temple gently. +<<if $activeChild.fetish == "mindbroken">> + This causes an unconscious shiver to travel down $his spine. +<<elseif $activeChild.devotion > 50>> + This causes $him to shudder in delight and to move $his hand to your hip, squeezing it gently. +<<elseif $activeChild.devotion > 20>> + This causes $him to shudder in delight. +<<elseif $activeChild.devotion >= -20>> + This causes $him to shiver unconsciously. +<<elseif $activeChild.trust <= -50>> + This forces $his back rigid, in an effort not to move <<if $showInches == 2>>an inch<<else>>a centimeter<</if>>, out of fear. +<<elseif $activeChild <= -21>> + This would cause $him to shiver with delight, but $his distaste for the situation makes that impossible. +<</if>> + +You move your hand down to caress $his forehead, and then slide your hand along $his cheek. The last thing you do is take $his head lightly and trace around it, gently massaging as you go. Finally you pat $him a few times before letting $him up. + +/* outro + reaction */ + +<<if ($activeChild.fetish == "mindbroken")>> + When you stop, + <<if canSee($activeChild)>> + $his <<= App.Desc.eyeColor($activeChild)>> eyes track the movements of your hands briefly before returning to their usual stare, + <<else>> + $he stands at attention before you, + <</if>> + awaiting further use of $his body. +<<elseif ($activeChild.relationship == -2)>> + When you finally stop petting $him, <<if canSee($activeChild)>>$his eyes remain closed just for a second <</if>>and $his mouth stands open in slack-jawed joy, before $he slowly <<if canSee($activeChild)>> opens $his eyes<<else>> turns $his gaze towards you<</if>> and smiles warmly at you. Pleasure lights up $his face<<if ($activeChild.amp != 1)>> as $his hand traces the path yours took up to $his head and mimics your last movements<<else>> as $his gaze drifts off to the right in memory, tilting $his head from side to side in sympathetic memory of how it felt to have your hand on $his head<</if>>. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate love with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate love with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s dreamily. + <</if>> + $He looks as though $he wants much more than your mere caress. +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "dom") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60) && !$activeChild.amp != 1>> + $He tries hard to stop from losing $himself in your incredibly skilled hands. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, when $he starts to caress your face in turn. When you finally stop, $his eyes are closed and $he's smiling. When you are finally finished stroking your slave, they remove their hand from yours. Then you give them a playful flick on the nose, and the mischievous twinkle in your eye is only half playful, reminding $him of $his place in these walls. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate enjoyment with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate enjoyment with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he liked that and would love to pet you next time. + <<else>> + "That wa<<s>> ni<<c>>e, <<Master>>," $he <<say>>s cheerfully. "Maybe next time I can <<s>>troke you..." + <</if>> + $He looks at you, $his <<if canSee($activeChild)>>lovely <<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>> practically begging you to let $him take this farther. +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "submissive") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + As you stroke $his head, $he reacts almost as though you're stroking $his nether regions, and begins to moan and press $himself lewdly against your <<if $PC.boobs == 1>>prominent breasts<<else>>manly chest<</if>>. $He achieves a weak orgasm before you finally stop caressing $his head; $he is your pet, after all. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate undiminished lust with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate undiminished lust with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he liked that. + <<else>> + "That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully. "But why <<s>>top there?" + <</if>> + $He looks at you as if $he wants more than your hands touching $his head. +<<elseif ($activeChild.devotion > 50)>> + $He gradually closes $his eyes and when you finally stop, <<if ($activeChild.amp != 1)>>$he runs $his hand delightedly across $his face; <</if>>a euphoric look quickly lighting up $his features. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>facial expressions<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s jubilantly. + <</if>> + $He <<if canSee($activeChild)>>looks<<else>>gazes<</if>> at you longingly, almost as if $he's bursting to say that $he wants more than your mere caress. +<<elseif ($activeChild.devotion > 20)>> + When you finally move your hand away, <<if canSee($activeChild)>>$his <<= App.Desc.eyeColor($activeChild)>> eyes gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. + <<if ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs hesitantly, asking if that's all. + <<else>> + $He asks hesitantly, "I-i<<s>> that all, <<Master>>?" + <</if>> +<<elseif ($activeChild.devotion < -20) && ($activeChild.trust >= 20)>> + $He does little more than give another defiant glare as you pull away. + /* TODO: write this */ +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust < -20)>> + When you finally move your hand away, $he <<if canSee($activeChild)>>looks<<else>>gazes<</if>> at you for a long moment, as if looking for answers, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. + <<if (($activeChild.amp == 1) && (!canTalk($activeChild)))>> + $His <<if canSee($activeChild)>>eyes hesitantly question<<else>>expression hesitantly questions<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs hesitantly, asking if that's all. + <<else>> + $He asks hesitantly, "I-is that all, <<Master>>?" + <</if>> +<<elseif ($activeChild.trust < -50)>> + $He stares <<if canSee($activeChild)>>at you<<else>>blankly<</if>> as you move your fingers across $his stiff head, but it's like touching a statue. $He is so filled with terror that $he remains rigid even as it becomes clear to $him you're not going to hurt $him. When you bore of touching the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>> and move your hand away, $he turns to you in utter incomprehension. + <<if ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> beg for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs spastically, asking fearfully to know if that's all. + <<else>> + $He stammers fearfully, although somewhat less then before this session, "I-i<<s>> that all, <<Master>>?" + <</if>> + $He then cringes. +<<else>> + When you bore of it and take your hand away, $he faces you in utter incomprehension. + <<if ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $His <<if canSee($activeChild)>>eyes demand<<else>>expression demands<</if>> an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs irritably, asking whether that's all. + <<else>> + $He scowls, muttering, "I<<s>> that all, <<Master>>?" + <</if>> +<</if>> diff --git a/src/facilities/nursery/scenes/cRelation.tw b/src/facilities/nursery/scenes/cRelation.tw new file mode 100644 index 00000000000..28fac88ddef --- /dev/null +++ b/src/facilities/nursery/scenes/cRelation.tw @@ -0,0 +1,115 @@ +:: CRelation [nobr] + +<<if ($partner == "mother")>> + <<set $partner = $slaveIndices[$activeChild.mother]>> + <<set _activeSlaveRel = "daughter", _partnerRel = "mother">> +<<elseif ($partner == "father")>> + <<set $partner = $slaveIndices[$activeChild.father]>> + <<set _activeSlaveRel = "daughter", _partnerRel = "father">> +<<elseif ($partner == "daughter")>> + <<set $partner = randomAvailableDaughter($activeChild)>> + <<set $partner = $slaveIndices[$partner.ID]>> + <<if $activeChild.ID == $slaves[$partner].father>> + <<set _activeSlaveRel = "father", _partnerRel = "daughter">> + <<elseif $activeChild.ID == $slaves[$partner].mother>> + <<set _activeSlaveRel = "mother", _partnerRel = "daughter">> + <</if>> +<<elseif ($partner == "sister")>> + <<set $partner = randomAvailableSister($activeChild)>> + <<set $partner = $slaveIndices[$partner.ID]>> + <<switch areSisters($activeChild, $slaves[$partner])>> + <<case 3>> + <<set _activeSlaveRel = "half-sister", _partnerRel = "half-sister">> + <<case 2>> + <<set _activeSlaveRel = "sister", _partnerRel = "sister">> + <<case 1>> + <<set _activeSlaveRel = "twin", _partnerRel = "twin">> + <</switch>> +<<elseif ($partner == "relation")>> + <<set $partner = $slaveIndices[$activeChild.relationTarget]>> + <<set _activeSlaveRel = $activeChild.relation, _partnerRel = $slaves[$partner].relation>> +<<else>> + <<set $partner = $slaveIndices[$activeChild.relationshipTarget]>> + <<switch $activeChild.relationship>> + <<case 1>> + <<set _activeSlaveRel = "friend", _partnerRel = "friend">> + <<case 2>> + <<set _activeSlaveRel = "best friend", _partnerRel = "best friend">> + <<case 3>> + <<set _activeSlaveRel = "friend with benefits", _partnerRel = "friend with benefits">> + <<case 4>> + <<set _activeSlaveRel = "lover", _partnerRel = "lover">> + <<case 5>> + <<set _activeSlaveRel = "slave wife", _partnerRel = "slave wife">> + <</switch>> +<</if>> +<<run Enunciate($activeChild)>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<run clearSummaryCache($slaves[$partner])>> +<<setLocalPronouns $slaves[$partner] 2>> + +You call both $activeChild.slaveName and $slaves[$partner].slaveName to your office. + +<<if canWalk($activeChild) && canWalk($slaves[$partner]) && ($activeChild.devotion > 50) && ($slaves[$partner].devotion > 50) && canPenetrate($activeChild) && canPenetrate($slaves[$partner]) && ($slaves[$partner].anus > 0) && ($activeChild.anus > 0) && ($PC.dick == 1)>> + There are three stiff pricks available. Since $activeChild.slaveName was already in your office, $he goes on the bottom. $He lies on the floor, spreads $his <<if $seeRace == 1>>$activeChild.race <</if>>buttocks, relaxes $his anus, and then begs $his _partnerRel to buttfuck $him. $slaves[$partner].slaveName does, slipping _his2 cock into _his2 _activeSlaveRel's ass. _He2 then stops and waits for you to buttfuck _him2 in turn. It isn't a particularly convenient way to fuck, but it's got the virtue of being uncommon. $slaves[$partner].slaveName, both fucking and getting fucked, comes in _his2 _activeSlaveRel's rectum first. They switch places so $activeChild.slaveName can have a turn in the middle, leaving you to finish into $activeChild.slaveName's already cum-soaked hole. + <<set $activeChild.counter.anal += 2, $activeChild.counter.penetrative++, $slaves[$partner].counter.anal += 2, $slaves[$partner].counter.penetrative++, $analTotal += 4, $penetrativeTotal += 2>> +<<elseif ($slaves[$partner].devotion - $activeChild.devotion > 20) && ($slaves[$partner].devotion <= 50)>> + $slaves[$partner].slaveName is a lot more ready and willing for this than $activeChild.slaveName, so<<if ($PC.dick == 0)>>while getting into a strap-on,<</if>> you sit _him2 on the couch and make $activeChild.slaveName sit on _his2 lap, facing _him2. In this position, $slaves[$partner].slaveName can reach around and spread _his2 _activeSlaveRel's <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks for $him, controlling $him all the while in case $he has hesitations about this. $activeChild.slaveName knows that $he's trapped, and lets $his _partnerRel hold $his ass wide so you can use $him. They're face to face, and it's not hard to tell that $activeChild.slaveName is glaring daggers at $slaves[$partner].slaveName. You reward $slaves[$partner].slaveName for _his2 obedience and punish $activeChild.slaveName for $his resistance by forcing $him to orally service $slaves[$partner].slaveName while you finish using $activeChild.slaveName. + <<set $activeChild.counter.oral++, $slaves[$partner].counter.oral++, $oralTotal++>> + <<= VCheck.Both()>> +<<elseif ($activeChild.devotion - $slaves[$partner].devotion > 20) && ($slaves[$partner].devotion <= 50)>> + $activeChild.slaveName is a lot more ready and willing for this than $slaves[$partner].slaveName, so<<if ($PC.dick == 0)>>while getting into a strap-on,<</if>> you sit $him on the couch and make $slaves[$partner].slaveName sit on $his lap, facing $him. In this position, $activeChild.slaveName can reach around and spread $his _partnerRel's <<if $seeRace == 1>>$activeChild.race <</if>>buttocks for _him2, controlling _him2 all the while in case _he2 has hesitations about this. $slaves[$partner].slaveName knows that _he2's trapped, and lets _his2 _activeSlaveRel hold _his2 ass wide so you can use _him2. They're face to face, and it's not hard to tell that $slaves[$partner].slaveName is glaring daggers at $activeChild.slaveName. You reward $activeChild.slaveName for $his obedience and punish $slaves[$partner].slaveName for _his2 resistance by forcing _him2 to suck $activeChild.slaveName off while you finish using $slaves[$partner].slaveName. + <<set $activeChild.counter.oral++, $slaves[$partner].counter.oral++, $oralTotal++>> + <<= VCheck.Partner()>> +<<elseif canWalk($activeChild) && canWalk($slaves[$partner]) && ($activeChild.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "mother" || _activeSlaveRel == "father")>> + $activeChild.slaveName gives you a little smile when $he <<if canHear($activeChild)>>hears<<else>>learns<</if>> you wish to fuck $him and $his daughter $slaves[$partner].slaveName<<if ($PC.dick == 0)>> and <<if canSee($activeChild)>>sees<<else>>acknowledges<</if>> your strap-on<</if>>. On your direction, $activeChild.slaveName sits on the couch. When $slaves[$partner].slaveName enters, _his2 _activeSlaveRel spreads $his arms and tells _him2 to sit on $his lap. $slaves[$partner].slaveName gets the idea and straddles $him so they're face to face. You take $slaves[$partner].slaveName from behind; _he2 gasps as _he2 feels _his2 _activeSlaveRel's hands stimulate _him2 from the front. They make out shamelessly while you take your pleasure. When you finish, $activeChild.slaveName lies down on the couch so $slaves[$partner].slaveName can ride $his <<if $seeRace == 1>>$activeChild.race <</if>>face. As $he sucks the cum out of $his daughter's sopping fuckhole, $slaves[$partner].slaveName sucks you hard again. In the mood for something harder this time, you jam yourself into the older $activeChild.slaveName. $slaves[$partner].slaveName gets off $activeChild.slaveName's face so _he2 can offer _himself2 for fondling and groping while you pound $activeChild.slaveName. After you're done, $slaves[$partner].slaveName returns _his2 _activeSlaveRel's affection and gives $him some gentle oral as the older slave lies there exhausted. + <<set $activeChild.counter.oral += 2, $slaves[$partner].counter.oral += 2, $oralTotal += 2>> + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif canWalk($activeChild) && canWalk($slaves[$partner]) && ($activeChild.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "daughter")>> + $activeChild.slaveName is enthusiastic when $he <<if canHear($activeChild)>>hears<<else>>notices<</if>> you order $slaves[$partner].slaveName to come over. $His total immersion in sexual slavery has clearly uncovered a willingness to get very close to $his _partnerRel. You<<if ($PC.dick == 0)>> don a strap-on,<</if>> lie on the floor and instruct $slaves[$partner].slaveName to ride you. _He2 complies, and finds _his2 daughter $activeChild.slaveName + <<if ($slaves[$partner].dick > 0)>> + stroking _his2 cock while _he2 humps _his2 <<if $seeRace == 1>>$activeChild.race <</if>>butt up and down on your cock. + <<else>> + licking _his2 anus while _he2 humps _himself2 up and down on your cock. + <</if>> + Your use of $slaves[$partner].slaveName's <<if $slaves[$partner].physicalAge >= 24>>mature<<else>>surprisingly young<</if>> body is the focus. _He2 finds _himself2 caught up in a miasma of sexual pleasure and perversion, moaning and blushing as your <<if ($PC.dick == 0)>>strap-on and fingers<<else>>cock<</if>> and $activeChild.slaveName's mouth tour _his2 body. When you finish in _his2 <<if ($slaves[$partner].dick > 0)>>asshole, _his2 daughter hastens to lavish attention on $his _partnerRel's well fucked, cum filled butt.<<else>>pussy, _his2 daughter hastens to lavish attention on $his _partnerRel's well fucked, cum filled cunt.<</if>> + <<set $activeChild.counter.oral += 2, $slaves[$partner].counter.oral += 2, $oralTotal += 2>> + <<= VCheck.Partner()>> +<<elseif canDoVaginal($activeChild) && canDoVaginal($slaves[$partner]) && canWalk($activeChild) && canWalk($slaves[$partner]) && ($activeChild.devotion > 50) && ($slaves[$partner].devotion > 50) && (_activeSlaveRel == "twin")>> + $activeChild.slaveName and $slaves[$partner].slaveName are such devoted sex slaves that they've long since lost any hesitations about their partnership, and generally approach sex as though their bodies were interchangeable. (This means that they almost never masturbate, for one thing, preferring to have sex with each other, instead.) Giggling and kissing each other, they eagerly kneel before your chair and give you simultaneous oral sex, making an effort to play with their symmetry. They kiss around your <<if ($PC.dick == 0)>>pussy<<else>>cock, making a complete seal around you with their lips<</if>>, one on each side. Then they jump up on your desk and press their <<if ($activeChild.dick > 0) && ($slaves[$partner].dick > 0)>>cocks<<elseif ($activeChild.dick > 0) || ($slaves[$partner].dick > 0)>>cock and pussy<<else>>pussies<</if>> against one another<<if ($PC.dick == 0)>> while you don a strap-on<</if>>, spreading their legs to offer you everything. You switch back and forth, with the twin you're not in rubbing and grinding against their <<print relativeTerm($activeChild, $slaves[$partner])>>, until both of $slaves[$partner].slaveName and $activeChild.slaveName are lying on the desk<<if ($PC.dick == 1)>> with cum dripping out of them<</if>>, making out tiredly. + <<set $slaves[$partner].counter.oral++, $activeChild.counter.oral++, $oralTotal++>> + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif canWalk($activeChild) && canWalk($slaves[$partner]) && ($activeChild.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "sister" || _activeSlaveRel == "half-sister")>> + You call $activeChild.slaveName's _activeSlaveRel $slaves[$partner].slaveName in for some incestuous fun, but see no reason to wait for _him2. When _he2 arrives, it's to the <<if canSee($slaves[$partner])>>sight<<else>>scene<</if>> of $activeChild.slaveName sitting on the couch with $his legs spread with you <<if ($activeChild.vagina > -1)>>gently fucking $his pussy<<else>>using $his asshole<</if>><<if ($PC.dick == 0)>> with a strap-on<</if>>. You pull out and order $slaves[$partner].slaveName to orally service _his2 <<print relativeTerm($slaves[$partner], $activeChild)>>. _He2 gets down before the spread-eagled slave $girl to get to work. After watching $activeChild.slaveName enjoy the attention for a while, you move behind the busy $slaves[$partner].slaveName and pull _him2 into a good position so you can fuck _him2 while _he2 sucks. After a few thrusts, $activeChild.slaveName's eyes roll back. <<if ($activeChild.voice == 0) || ($activeChild.accent >= 3)>>$He gestures that it feels really good when you make $his <<print relativeTerm($activeChild, $slaves[$partner])>> moan into $him.<<else>>"Oh <<Master>>," $he squeals, "it feel<<s>> <<s>>o good when you make _him2 moan into me!"<</if>> + <<set $slaves[$partner].counter.oral++, $activeChild.counter.oral++, $oralTotal++>> + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif ["daughter", "father", "half-sister", "mother", "sister", "twin"].includes(_activeSlaveRel)>> + Since between them they aren't able to enthusiastically perform an incestuous threesome, you simply line $activeChild.slaveName and $slaves[$partner].slaveName up next to one another on the couch next to your desk,<<if ($PC.dick == 0)>> don a strap-on,<</if>> and fuck <<if $seeRace == 1>>$activeChild.race holes <</if>>at will. Whenever a hole begins to pall you just switch to another. $activeChild.slaveName tries hard to ignore the fact that $he's getting fucked next to $his _partnerRel, and $slaves[$partner].slaveName pretends the cock getting shoved into _him2 isn't slick from _his2 _activeSlaveRel's fuckhole. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif ((_activeSlaveRel == "friend") || (_activeSlaveRel == "best friend")) && ($activeChild.devotion > 20) && ($slaves[$partner].devotion > 20)>> + $activeChild.slaveName and $slaves[$partner].slaveName line up next to one another on the couch next to your desk<<if ($PC.dick == 0)>> while you don a strap-on,<</if>> and offer you their holes. They're just friends, but they're sex slaves and they see nothing wrong with enjoying sex with you, together. They keep up a constant stream of giggling, gasping, and smiling as each of them in turn feels a cock, warm and wet from their friend's body, transferred into them. Each of them does their best to help the other do well, even manually stimulating their friend when necessary<<if ($PC.boobs > 0)>> and spinning around to lavish attention on your nipples<</if>>. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif ["friend with benefits", "lover", "slave wife"].includes(_activeSlaveRel) && ($activeChild.devotion > 20) && ($slaves[$partner].devotion > 20)>> + $activeChild.slaveName and $slaves[$partner].slaveName eagerly retire to the couch and arrange themselves face to face so they can make out and enjoy each other's bodies as you enjoy theirs. You decide not to set up an elaborate threesome, and just <<if ($PC.dick == 0)>>engage in a little tribadism with<<else>>fuck<</if>> whatever hole catches your eye next. They rarely break their intimate kissing, forming between the two of them a loving entity on the couch with all sorts of interesting parts to experience. They're sex slaves, and you're fucking them, but they're also lovers who are very comfortable in each others' arms, kissing, fondling each other, and <<if ($PC.dick == 0)>>enjoying your pussy loving<<else>>taking your dick<</if>>. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<else>> + Since between them they aren't able to enthusiastically perform a threesome, you simply line $activeChild.slaveName and $slaves[$partner].slaveName up next to one another on the couch next to your desk, and fuck <<if $seeRace == 1>>$activeChild.race holes <</if>>at will. Whenever a hole begins to pall you just switch to another. $activeChild.slaveName tries hard to ignore the fact that $he's getting fucked next to $his _partnerRel, and $slaves[$partner].slaveName pretends the <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> getting shoved into _him2 isn't slick from _his2 _activeSlaveRel's fuckhole. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $nextLink = "AS Dump">> +<</if>> + +<<set $partner = 0>> +<<set $relation = "">> +<<set $relationType = "">> diff --git a/src/facilities/nursery/scenes/cRival.tw b/src/facilities/nursery/scenes/cRival.tw new file mode 100644 index 00000000000..ce5c5521295 --- /dev/null +++ b/src/facilities/nursery/scenes/cRival.tw @@ -0,0 +1,59 @@ +:: CRival [nobr] + +<<set $partner = $slaveIndices[$activeChild.rivalryTarget]>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<run clearSummaryCache($slaves[$partner])>> +<<setLocalPronouns $slaves[$partner] 2>> + +You call $activeChild.slaveName to your office and let $him know you'll be abusing $slaves[$partner].slaveName together. + +<<if ($activeChild.fetish == "sadist") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He looks overjoyed at the prospect of getting to hurt someone. +<</if>> + +$slaves[$partner].slaveName sees $activeChild.slaveName as _he2 enters and looks worried. + +<<if ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina < 0)>> + Since _he2's a sissy bitch and an anal virgin, you tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell $activeChild.slaveName to come over and start spanking. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. $activeChild.slaveName administers a series of cruel slaps to the quivering <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks in front of $him, making your victim yell delightfully into your <<if ($PC.dick == 0)>>womanhood<<else>>member<</if>>. After a short time $activeChild.slaveName decides to be even crueler, and begins to 'miss' frequently, hitting $slaves[$partner].slaveName's limp dick instead of _his2 ass. + <<set $slaves[$partner].counter.oral++, $oralTotal++>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina == 0)>> + Since _he2's a virgin, you tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell $activeChild.slaveName to come over and start spanking. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. $activeChild.slaveName administers a series of cruel slaps to the quivering <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks in front of $him, making your victim yell delightfully into your <<if ($PC.dick == 0)>>womanhood<<else>>member<</if>>. After a short time $activeChild.slaveName decides to be even crueler, and begins to 'miss' frequently, hitting $slaves[$partner].slaveName's poor pussy instead of _his2 ass. + <<set $slaves[$partner].counter.oral++, $oralTotal++>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0) && canPenetrate($activeChild)>> + You tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell $activeChild.slaveName to use the bitch. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. $activeChild.slaveName lands a slap on the <<if $seeRace == 1>>$slaves[$partner].race <</if>>butt in front of $him as $he lines $his turgid dick up with $slaves[$partner].slaveName's pussy. $He sinks in with a sigh and begins to enjoy $himself, using slaps and pinches to ensure that of the two slaves, the fun is entirely on $his side. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.oral++, $activeChild.counter.penetrative++, $vaginalTotal++, $oralTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0) && ($activeChild.dick > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place. Once _he2's humping away, you tell $activeChild.slaveName to use _his2 face. $activeChild.slaveName comes over slowly, unsure what to do with the offer since $his dick is so useless. $He forces $slaves[$partner].slaveName's face against $his useless member anyway. After a bit of this, $activeChild.slaveName, clearly unsatisfied, turns around and rides $slaves[$partner].slaveName with $his ass instead. $slaves[$partner].slaveName tries to avoid orally servicing _his2 rival's asshole, but you hold _him2 in place and $activeChild.slaveName sighs in contentment. + <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.vaginal++, $activeChild.counter.oral++, $vaginalTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing away from you. $He does, not without trepidation, which increases when you hold $him securely in place. Once _he2's humping away, you tell $activeChild.slaveName to ride _his2 face. $activeChild.slaveName comes over, gently rubbing $his pussy. $He forces $slaves[$partner].slaveName's face against $his slick cunt, ignoring _his2 reluctance. $slaves[$partner].slaveName eventually realizes that _he2's better off getting it over with, and applies _his2 tongue as best _he2 can. + <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.vaginal++, $activeChild.counter.oral++, $vaginalTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 0) && canPenetrate($activeChild)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 lowers _his2 butthole down onto your cock, not without trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeChild.slaveName to come over and join you. $activeChild.slaveName comes over, stroking $himself hard, not certain what you mean. To make it clear, you hook a single finger up into poor $slaves[$partner].slaveName's rectum alongside <<if ($PC.dick == 0)>>the fake phallus<<else>>your dick<</if>>. It takes $activeChild.slaveName a while to jam $his cock up the struggling and sobbing $slaves[$partner].slaveName's anus. Of the three phalli present, $slaves[$partner].slaveName's is the only one that's soft as _he2 cries _his2 way through a brutal double anal rape. + <<set $slaves[$partner].counter.anal++, $activeChild.counter.penetrative++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina == 0) && canPenetrate($activeChild)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing you. _He2 lowers _his2 butthole down onto your cock, not without trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeChild.slaveName to come over and join you. $activeChild.slaveName comes over, stroking $himself hard, not certain what you mean. To make it clear, you hook a single finger up into poor $slaves[$partner].slaveName's rectum alongside <<if ($PC.dick == 0)>>the fake phallus<<else>>your dick<</if>>. It takes $activeChild.slaveName a while to jam $his cock up the struggling and sobbing $slaves[$partner].slaveName's anus. $slaves[$partner].slaveName buys continued vaginal virginity by taking a brutal double anal rape. + <<set $slaves[$partner].counter.anal++, $activeChild.counter.penetrative++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 1) && ($activeChild.dick > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place as you pump yourself in and out of _his2 asshole. You tell $activeChild.slaveName to ride _his2 face. $activeChild.slaveName comes over slowly, unsure what to do with the offer since $his dick is so useless. $He forces $slaves[$partner].slaveName's face against $his useless member anyway. After a bit of this, $activeChild.slaveName, clearly unsatisfied, turns around and rides $slaves[$partner].slaveName with $his ass instead. $slaves[$partner].slaveName tries to avoid orally servicing _his2 rival's asshole, but you hold _him2 in place and $activeChild.slaveName sighs in contentment. + <<set $slaves[$partner].counter.anal++, $slaves[$partner].counter.oral++, $activeChild.counter.oral++, $analTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 1)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place as you pump yourself in and out of _his2 asshole. You tell $activeChild.slaveName to ride _his2 face. $activeChild.slaveName comes over, gently rubbing $his pussy. $He forces $slaves[$partner].slaveName's face against $his slick cunt, ignoring _his2 reluctance. $slaves[$partner].slaveName eventually realizes that _he2's better off getting it over with, and applies _his2 tongue as best _he2 can. + <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.anal++, $activeChild.counter.oral++, $analTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0) && canPenetrate($activeChild)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeChild.slaveName to come over and join you. $activeChild.slaveName comes over, stroking $himself hard. You squeeze $slaves[$partner].slaveName's buttocks together and then spread them again, forcing _his2 anus to wink invitingly. You stop $slaves[$partner].slaveName's abortive humping and hold _his2 hips in place while $activeChild.slaveName gets $his cock up $his ass. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, $activeChild.counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0) && ($activeChild.dick > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeChild.slaveName to come over and join you. $activeChild.slaveName comes over, stroking $himself hard, not certain what you mean, since $his cock is useless. To make it clear, you push two fingers into $slaves[$partner].slaveName's butt, finger fucking _his2 asshole until $activeChild.slaveName takes over. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. $activeChild.slaveName uses as many fingers as $he can, always at least one more than $slaves[$partner].slaveName would like. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, $activeChild.counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeChild.slaveName to come over and join you, indicating a strap-on for slave use, on a side shelf. $activeChild.slaveName hurries into it and comes over. You stop $slaves[$partner].slaveName's abortive humping and hold _his2 hips in place while $activeChild.slaveName gets $his fake cock up _his2 ass. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. $activeChild.slaveName murmurs calumnies in $slaves[$partner].slaveName's ear, pinches _his2 nipples, and generally adds humiliation above and beyond being double penetrated by _his2 owner and _his2 rival. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, $activeChild.counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> +<<else>> + Unforeseen combination of rival stats; yell at FC Dev to write a scene for these slaves. +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $nextLink = "AS Dump">> +<</if>> diff --git a/src/facilities/nursery/scenes/cSelf.tw b/src/facilities/nursery/scenes/cSelf.tw new file mode 100644 index 00000000000..4d23789e81a --- /dev/null +++ b/src/facilities/nursery/scenes/cSelf.tw @@ -0,0 +1,49 @@ +:: CSelf [nobr] + +<<set $nextButton = "Back", $nextLink = "Main">> + +<<set _CumSources = []>> +<<SlaveIDSort $DairyiIDs>> +<<for _fs = 0; _fs < $DairyiIDs.length; _fs++>> + <<set _cumTarget = $slaveIndices[$DairyiIDs[_fs]]>> + <<if $slaves[_cumTarget].balls > 0 && $slaves[_cumTarget].ballType == "human" && $slaves[_cumTarget].vasectomy != 1>> + <<set _CumSources.push($DairyiIDs[_fs])>> + <</if>> +<</for>> +<<if $arcologies[0].FSPastoralistLaw == 1>> + <<set _CumSources.push(0),_CumSources.push(0),_CumSources.push(0),_CumSources.push(0),_CumSources.push(0),_CumSources.push(0)>> +<</if>> + +<<if $PC.cumTap == 0>> + + Taking the hose and attaching the delectable cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the perfect sized cock quickly gets you moist<<if $PC.dick == 1>> and hard<</if>>, itching for the fake dick inside you. You know yourself well, and it fits perfectly; as you thrust it into your cunt you can't help but buck with pleasure. Just as you reach your climax, you accidentally kick the tap on. Needless to say, you are quite surprised when your "lover" orgasms and begins releasing inside you, forcing you to lose your grip on the nozzle allowing it to free itself from you along with a torrent of cum. Panting and rubbing your tender belly, you quickly pull your clothes back on and head to clean yourself out. You can't help but notice your waist feels rather tight, it shot so much into you; that cum wasn't virile, right? + +<<elseif $PC.cumTap < 5>> + + Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet a little more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your bloated belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you imagine you belly swelling even larger, be it with child or more cum. + +<<elseif $PC.cumTap < 10>> + + Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your rounded belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you cradle your bloated middle, you practically look pregnant already! + +<<elseif $PC.cumTap < 15>> + + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your huge belly, you struggle to your feet and waddle towards your private bath to relax while you drain. You giggle as you cradle your round middle, anyone who saw you like this would certainly say you were heavily pregnant! + +<<elseif $PC.cumTap < 20>> + + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your enormous belly, you struggle to even get off the bed, eventually making it to your feet so that you may slowly stagger to the bath. You moan lewdly as the pressure within your full belly sets another orgasm coursing through your body, making it jiggle delightfully. Anyone who saw you like this would swear you were about to give birth! + +<<elseif $PC.cumTap < 25>> + + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you struggle to even get off the bed. After minutes of effort, several attempts ruined by aftershock orgasms, you manage to get on your feet. Cradling your massive cum-belly, you gingerly waddle to your waiting bath. You look like you are ready to burst with triplets, imagine what the public would say if they saw you in this state. + +<<else>> + + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you roll over onto your back so that you may tease your<<if $PC.boobs > 0>> breasts,<</if>><<if $PC.dick > 0>> dick,<</if>> belly and pussy. If anyone saw you, they would swear your were on the verge of delivering sextuplets. You made sure to schedule this block for absolute privacy, so no one should disturb you while you play with your bloated body. Once you are exhausted and drained of your contents, you head for the showers and to get a servant to clean up your bed — from the slave you enjoyed with the cum hose, of course. + +<</if>> + +<<set $PC.cumTap++>> +<<set _CumSources = _CumSources.random()>> +<<= knockMeUp($PC, 50, 0, _CumSources)>> diff --git a/src/facilities/nursery/scenes/cSlaveFeed.tw b/src/facilities/nursery/scenes/cSlaveFeed.tw new file mode 100644 index 00000000000..314a63ce70b --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveFeed.tw @@ -0,0 +1,788 @@ +:: CSlaveFeed [nobr] + +<<set _pregDiscovery = 0>> + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<run clearSummaryCache($milkTap)>> +<<setLocalPronouns $milkTap 2>> + +<span id="artFrame"> +/* 000-250-006 */ +<<if $seeImages == 1>> + <div class="imageColumn"> + <div class="imageRef medImg"> + <<SlaveArt $activeChild 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt $milkTap 2 0>> + </div> + </div> +<</if>> +/* 000-250-006 */ +</span> + +<<if $activeChild.inflationType == "milk">> +<<set $activeChild.milkSource = $milkTap.ID>> + +The first necessary step is to prepare the milk cow and _his2 udders. + +<<if $milkTap.fuckdoll > 0>> + This is hilariously easy, as you have complete control over how $milkTap.slaveName is posed. + +<<elseif $milkTap.fetish == "mindbroken">> + This is very easy, as $milkTap.slaveName blankly follows your every will. Combined with _his2 instinct to relieve the pressure in _his2 breasts, _he2 is simple to position. + +<<elseif $milkTap.rivalryTarget == $activeChild.ID>> + This is rather easy, as $milkTap.slaveName wants to see $activeChild.slaveName's belly swell painfully as $he is force-fed _his2 milk. <<if $milkTap.lactation > 1>>$he is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + +<<elseif $milkTap.relationshipTarget == $activeChild.ID>> + This is rather easy, as $milkTap.slaveName + <<if $milkTap.relationship == 1>> + wants _his2 friend to try _his2 milk, fresh from the source. + <<elseif $milkTap.relationship == 2>> + wants _his2 best friend to try _his2 milk, fresh from the source. + <<elseif $milkTap.relationship == 3>> + can't wait to have some fun with _his2 friend with benefits. + <<elseif $milkTap.relationship == 4>> + enjoys spending intimate time with _his2 lover, and having _his2 breasts suckled is one of _his2 favorites. + <<elseif $milkTap.relationship == 5>> + enjoys spending intimate time with _his2 wife, and having _his2 breasts suckled is one of _his2 favorites. + <</if>> <<if $milkTap.lactation > 1>>_He2 is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + +<<elseif ($milkTap.fetish == "boobs") && ($milkTap.fetishKnown == 1) && ($milkTap.fetishStrength > 60) && ($milkTap.devotion >= -20)>> + This is very easy, since $milkTap.slaveName loves _his2 tits played with and can't wait to get suckled. <<if $milkTap.lactation > 1>>_he2 is practically gushing milk with excitement<<else>>It takes next to no effort to get _his2 milk flowing<</if>>. + +<<elseif $activeChild.mother == $milkTap.ID>> + This is easy enough, as $milkTap.slaveName fondly remembers nursing _his2 <<print relativeTerm($milkTap, $activeChild)>>. <<if $milkTap.lactation > 1>>$he is practically gushing milk with nostalgia<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. +<<elseif $activeChild.father == $milkTap.ID>> + This is extremely tough, as $milkTap.slaveName is very uncomfortable breast feeding the $girl _he2 sired. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release, however<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif $milkTap.mother == $activeChild.ID>> + This is moderately tough, as $milkTap.slaveName finds it awkward to nurse _his2 own mother. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif $milkTap.father == $activeChild.ID>> + This is very tough, as $milkTap.slaveName finds it weird to let _his2 father suckle from _him2. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release, however<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif areSisters($activeChild, $milkTap) == 1>> + This is easy enough, as $milkTap.slaveName wants _his2 <<print relativeTerm($activeChild, $milkTap)>> to try _his2 milk, but only if $he can taste $hers too. <<if $milkTap.lactation > 1>>$he is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. +<<elseif areSisters($activeChild, $milkTap) == 2>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeChild)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif areSisters($activeChild, $milkTap) == 3>> + This is slightly difficult, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeChild)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. + +<<elseif $milkTap.relationTarget == $activeChild.ID>> + <<if $milkTap.relation == "twin">> + This is easy enough, as $milkTap.slaveName wants _his2 <<print relativeTerm($milkTap, $activeChild)>> to try _his2 milk, but only if $he can taste _hers2 too. <<if $milkTap.lactation > 1>>_he2 is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + <<elseif $milkTap.relation == "sister">> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeChild)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _his2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _his2 eager for relief<</if>>. + <<elseif $milkTap.relation == "mother">> + This is easy enough, as $milkTap.slaveName fondly remembers nursing _his2 <<print relativeTerm($milkTap, $activeChild)>>. <<if $milkTap.lactation > 1>>$he is practically gushing milk with nostalgia<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + <<elseif $milkTap.relation == "daughter">> + This is moderately tough, as $milkTap.slaveName finds it awkward to nurse _his2 own <<print relativeTerm($milkTap, $activeChild)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. + <</if>> + +<<elseif ($milkTap.lactation > 1) && ($milkTap.devotion >= -20)>> + Since $milkTap.slaveName produces so much milk, _he2 eagerly accepts any source of relief _he2 can manage. + +<<elseif ($milkTap.devotion > 50)>> + Since $milkTap.slaveName is devoted to you, _he2'll allow anyone you want to drink deeply from _him2. + +<<elseif ($milkTap.devotion > 20)>> + Since $milkTap.slaveName is obedient, _he2 appreciates any relief from _his2 swollen breasts. + +<<elseif ($milkTap.devotion >= -20)>> + Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, $he'll at least be thankful to be relieved of some pressure. + +<<else>> + Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 tits exposed and ready to be drank from. <<if $milkTap.lactation > 1>>You affix nipple clamps to _his2 $milkTap.nipples nipples and step back to watch _his2 breasts back up with milk. When _he2 is unclamped, the flow should certainly be strong enough for your desires<<else>>You make sure to roughly coax _his2 milk into flowing, all the while reminding _him2 that _he2 is nothing more than a cow now<</if>>. + +<</if>> + +<br><br> + +Next, you see to $activeChild.slaveName. + +<<if ($activeChild.amp == 1)>> + You move the limbless $girl to $milkTap.slaveName's nipple and strap $him to it to prevent it from falling out of $his mouth. + +<<elseif tooBigBreasts($activeChild)>> + You set $him up so that $his massive breasts pin $him on $milkTap.slaveName's milky nipple. + +<<elseif $milkTap.fuckdoll > 0>> + $He hesitantly brings $his mouth to its milky nipple, uncertain about suckling from a living doll. + +<<elseif $activeChild.rivalryTarget == $milkTap.ID>> + Knowing $his relationship with $milkTap.slaveName, you feel it best to restrain $him and anchor $him to $milkTap.slaveName's milky nipple so $he has no choice but to drink until you release $him. + +<<elseif $activeChild.relationshipTarget == $milkTap.ID>> + This is rather easy, as $activeChild.slaveName + <<if $activeChild.relationship == 1>> + licks $his lips as $he approaches $his friend's breasts. + <<elseif $activeChild.relationship == 2>> + eagerly licks $his lips as $he approaches $his best friend's breasts. + <<elseif $activeChild.relationship == 3>> + licks $his lips and smiles as $he approaches $his friend with benefits' breasts, knowing well how _his2 <<if canTaste($activeChild)>>milk tastes<<else>>body feels<</if>>. + <<elseif $activeChild.relationship == 4>> + licks $his lips and smiles as $he approaches $his lover's breasts. This won't be the first time $he's suckled from _him2 like this. + <<elseif $activeChild.relationship == 5>> + licks $his lips and smiles as $he approaches $his wife's breasts. This won't be the first time $he's suckled from _him2 like this. + <</if>> + +<<elseif $activeChild.mother == $milkTap.ID>> + $He draws close to $his mother's nipples, trying to remember if $he once had a favorite. +<<elseif $activeChild.father == $milkTap.ID>> + $He hesitatingly lowers $himself to $his father's nipple. <<if $milkTap.dick > 0 && canAchieveErection($milkTap)>> $he nearly backs away when $he feels the dick that sired $him poking at $his belly.<</if>> +<<elseif $milkTap.mother == $activeChild.ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple. +<<elseif $milkTap.father == $activeChild.ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple<<if $activeChild.dick > 0 && canAchieveErection($activeChild)>>, $his cock steadily hardening at the perversion of suckling from $his child<</if>>. +<<elseif areSisters($activeChild, $milkTap) == 1>> + $He readily gets in position to <<if canTaste($activeChild)>>taste<<else>>suckle from<</if>> $his <<print relativeTerm($activeChild, $milkTap)>><<if $activeChild.lactation > 0>> while coaxing $his own milk to flow<</if>>. +<<elseif areSisters($activeChild, $milkTap) == 2>> + $He hesitatingly lowers $himself to $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple. +<<elseif areSisters($activeChild, $milkTap) == 3>> + $He hesitatingly lowers $himself to $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple. + +<<elseif $activeChild.relationTarget == $milkTap.ID>> + <<if $activeChild.relation == "twin">> + $He readily gets in position to <<if canTaste($activeChild)>>taste<<else>>suckle from<</if>> $his <<print relativeTerm($activeChild, $milkTap)>><<if $activeChild.lactation > 0>> while coaxing $his own milk to flow<</if>>. + <<elseif $activeChild.relation == "sister">> + $He hesitatingly lowers $himself to $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple. + <<elseif $activeChild.relation == "mother">> + $He awkwardly brings $his lips to $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple. + <<elseif $activeChild.relation == "daughter">> + $He draws close to $his <<print relativeTerm($activeChild, $milkTap)>>'s nipples, trying to remember if $he once had a favorite. + <</if>> + +<<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60) && ($activeChild.devotion >= -20)>> + $He can't wait to wrap $his hands around $milkTap.slaveName's massive milky breasts and eagerly approaches $his nipples to suckle. + +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName's mothering instead. + +<<elseif $activeChild.devotion < -20>> + $He tries to refuse, so you strap $him to $milkTap.slaveName's breast, milky $milkTap.nipples nipple wedged in $his mouth. + +<<elseif $activeChild.devotion <= 20>> + $He obeys your orders reluctantly, drawing near $milkTap.slaveName's breasts despite $his obvious hesitation to be filled with milk. + +<<elseif $activeChild.devotion <= 50>> + $He obeys your orders, drawing near $milkTap.slaveName's breasts despite $his slight hesitation at the idea of being filled with milk. + +<<else>> + $He happily obeys your orders, eagerly wrapping $his lips around $milkTap.slaveName's milky $milkTap.nipples nipple and suckling enthusiastically. +<</if>> + +<br><br> + +<<if $activeChild.preg > $activeChild.pregData.normalBirth/13.33 && $activeChild.pregKnown == 0 && $activeChild.inflation > 1>> + It becomes abundantly clear that something is wrong with $activeChild.slaveName as $he struggles to down $his milky meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeChild.preg > $activeChild.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of milk, however. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.pregKnown = 1>> + <<set _pregDiscovery = 1>> + +<<elseif $milkTap.fuckdoll > 0>> + Slight moaning emanates from the Fuckdoll as $activeChild.slaveName drinks from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.rivalryTarget == $activeChild.ID>> + $milkTap.slaveName grins as $his rival is forced to drink until $his belly is <<if $activeChild.inflation == 3>>nearly bursting with milk. $activeChild.slaveName struggles against $his bindings until the pressure building in $him overwhelms $him, causing $him to pass out directly into $milkTap.slaveName's cushiony breasts. You quickly remove $him from the nipple before $he drowns<<elseif $activeChild.inflation == 2>>is rounded, jiggling and sloshing with milk. You release $his bindings, allowing $him to flop to the floor. <<if $activeChild.amp != 1>>$he gingerly crawls away from $milkTap.slaveName, one hand cradling $his overfull stomach<<else>>$he rolls onto $his side, groaning with discomfort<</if>><<elseif $activeChild.inflation == 1>>bloated with milk. You release $his bindings, allowing $him to flop to the floor. <<if $activeChild.amp != 1>>$he gingerly sits up and begins massaging $his full stomach<<else>>$he rolls onto $his back, hiccupping pathetically<</if>><</if>>. + +<<elseif $milkTap.relationshipTarget == $activeChild.ID>> + <<if $milkTap.relationship == 1>> + $milkTap.slaveName sighs contently as $his friend drinks deeply from $his breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 2>> + $milkTap.slaveName sighs contently as $his best friend drinks deeply from $his breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 3>> + $milkTap.slaveName moans lewdly as $his friend with benefits drinks deeply from $his breasts, savoring it despite commonly being nursed by $activeChild.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 4>> + $milkTap.slaveName moans lewdly as $his lover drinks deeply from $his breasts, savoring it despite commonly being nursed by $activeChild.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 5>> + $milkTap.slaveName moans lewdly as $his wife drinks deeply from $his breasts, savoring it despite commonly being nursed by $activeChild.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his wife's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his wife's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his wife's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif $activeChild.mother == $milkTap.ID>> + $milkTap.slaveName sighs contently as _his2 little $girl once again suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $activeChild.father == $milkTap.ID>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> suckles from _his2 breasts<<if $milkTap.dick > 0 && canAchieveErection($milkTap)>>, _his2 dick throbbing with lust<</if>>. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>><<if $milkTap.dick > 0 && canAchieveErection($milkTap)>><<if $activeChild.sexualQuirk == "perverted">>. The way $he is wiggling $his hips suggests $he isn't finished with $his daddy just yet, and $his father's moaning confirms $he is teasing _him2 with $his rear. $He giggles as the horny cow unloads on $his backside<<else>>. $He doesn't stay put for long, as a strong moan and a blast of cum across $his rear from the horny cow startles $him from $his rest<</if>><</if>>. +<<elseif $milkTap.mother == $activeChild.ID>> + $milkTap.slaveName moans lewdly as _he2 enjoys some role reversal as _his2 mother suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $milkTap.father == $activeChild.ID>> + $milkTap.slaveName moans lewdly as _his2 father suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters($activeChild, $milkTap) == 1>> + $milkTap.slaveName sighs contently as _his2 <<print relativeTerm($milkTap, $activeChild)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters($activeChild, $milkTap) == 2>> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeChild.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeChild)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters($activeChild, $milkTap) == 3>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.relationTarget == $activeChild.ID>> + <<if $milkTap.relation == "twin">> + $milkTap.slaveName sighs contently as _his2 <<print relativeTerm($milkTap, $activeChild)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "sister">> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeChild.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeChild)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "mother">> + $milkTap.slaveName sighs contently as _his2 little $girl once again suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "daughter">> + $milkTap.slaveName moans lewdly as $he enjoys some role reversal as _his2 mother suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif ($activeChild.devotion < -20) && ($milkTap.devotion < -20)>> + Since you have two restrained and unwilling slaves, the work of milking $milkTap.slaveName's breasts falls to you. That doesn't mean you can't have fun doing it though. + <<if canDoVaginal($milkTap)>> + Moving behind the restrained cow while<<if $PC.dick == 0>> donning a strap-on<<else>>teasing your erect cock<</if>>, you push _him2 forward to allow you to insert yourself into _his2 <<if $milkTap.vagina == 0>>virgin <</if>>pussy. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms in both yourself and the sobbing cow, is $activeChild.slaveName bloated with enough milk. + <<set $milkTap.counter.vaginal++, $vaginalTotal++>> + <<if canImpreg($milkTap, $PC)>> + <<= knockMeUp($milkTap, 40, 0, -1)>> + <</if>> + <<elseif canDoAnal($milkTap)>> + Moving behind the restrained cow while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you push _him2 forward to allow you to insert yourself into _his2 <<if $milkTap.anus == 0>>virgin <</if>>rear. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms in both yourself and the sobbing cow, is $activeChild.slaveName bloated with enough milk. + <<set $milkTap.counter.anal++, $analTotal++>> + <<if canImpreg($milkTap, $PC)>> + <<= knockMeUp($milkTap, 40, 1, -1)>> + <</if>> + <<elseif $PC.dick == 1 && $milkTap.butt > 4>> + Moving behind the restrained cow while teasing your erect cock, you push _him2 forward to allow you to press your dick between _his2 huge butt cheeks. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms across the back of the sobbing cow, is $activeChild.slaveName bloated with enough milk. + <<elseif $PC.dick == 1 && $milkTap.amp == 0>> + Moving behind the restrained cow while teasing your erect cock, you find a severe lack of places to stick your dick. Sighing, you hoist _his2 belted ass into the air so you may thrust between _his2 <<if $milkTap.weight > 95>>soft <</if>>thighs. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several loads blown<<if $milkTap.belly >= 1500>> onto the rounded belly of the sobbing cow<</if>>, is $activeChild.slaveName bloated with enough milk. + <<else>> + With a lack of holes to penetrate, you simply wrap your arms around $milkTap.slaveName and begin fondling and milking _his2 luscious breasts. After some time, $activeChild.slaveName is finally bloated to your desired size. + <</if>> + Standing and releasing $him from $milkTap.slaveName, gives you the opportunity to finally see $activeChild.slaveName's <<if $activeChild.inflation == 3>>taut, round belly<<elseif $activeChild.inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>>. You just wish you could have enjoyed it a bit more, though forcing milk into the squirming slave was quite enjoyable. + Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoVaginal($milkTap) && ($milkTap.vagina == 0)>> + $milkTap.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his virginity@@ to your inconvenience. + <<set $milkTap.devotion -= 5, $milkTap.vagina = 1>> + <<elseif canDoAnal($milkTap) && ($milkTap.anus == 0)>> + $milkTap.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his anal virginity@@ to your inconvenience. + <<set $milkTap.devotion -= 5, $milkTap.anus = 1>> + <</if>> + +<<elseif ($milkTap.devotion < -20)>> + Since your cow is restrained, you order the more obedient $activeChild.slaveName to enjoy $himself with $milkTap.slaveName's breasts. As $he suckles, you can't help but notice the tantalizing way $he wiggles $his rear. + <<if canDoVaginal($activeChild)>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeChild.vagina == 0>>virgin <</if>> pussy, doggy style. You wrap your arms around $activeChild.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeChild.vagina == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his vagina.@@<</if>> + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeChild.anus == 0>>virgin <</if>> asshole, doggy style. You wrap your arms around $activeChild.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeChild.anus == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@<</if>> + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + Teasing your stiffening cock, you push $him deeper into the protesting $milkTap.slaveName and squeeze your dick between $his huge butt cheeks. You wrap your arms around $activeChild.slaveName's middle so you may feel $his stomach swell with milk as you fuck $his butt. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + Teasing your stiffening cock, you find a severe lack of places to stick your dick. Sighing, you hoist $his belted ass into the air, push $him deeper into the protesting $milkTap.slaveName and squeeze your dick between $his <<if $activeChild.weight > 95>>soft <</if>>thighs. You wrap your arms around $activeChild.slaveName's middle so you may feel $his stomach swell with milk as you fuck $his butt. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. + <<else>> + With a lack of holes to penetrate, you simply wrap your arms around $him and push $him deeper into the protesting $milkTap.slaveName. You bring a hand to $activeChild.slaveName's middle so you may feel $his stomach swell with milk and lead the other to your <<if $PC.dick == 0>>soaked pussy<<else>>stiff prick<</if>>. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. + <</if>> + $He gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor cow isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves. + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + <<set $activeChild.vagina = 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + <<set $activeChild.anus = 1>> + <</if>> + +<<elseif ($milkTap.fetish == "boobs") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && ($activeChild.devotion < -20)>> + <<if canDoVaginal($activeChild)>> + You position the restrained $activeChild.slaveName so that you can penetrate $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeChild.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeChild.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him.<<if $activeChild.anus == 0>> $he @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin vagina.@@<</if>> + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You position the restrained $activeChild.slaveName so that you can penetrate $his <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeChild.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeChild.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him.<<if $activeChild.anus == 0>> $he @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin anus.@@<</if>> + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You position the restrained $activeChild.slaveName so that you can rub your dick between $his huge butt cheeks while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeChild.slaveName from $his harness. Patting _his2 well milked breasts, you know $he'll come out of it and be eagerly begging you for another milking soon. $activeChild.slaveName, on the other hand, is regarding $his swollen stomach, and cum soaked back, @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You position the restrained $activeChild.slaveName so that you can fuck $his <<if $activeChild.weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeChild.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeChild.slaveName, on the other hand, is regarding $his swollen, cum-covered stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <<else>> + You position the restrained $activeChild.slaveName so that you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to drink from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish attention on your eager cow. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeChild.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeChild.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <</if>> + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + <<set $activeChild.vagina = 1>> + <<set $activeChild.devotion -= 5>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + <<set $activeChild.anus = 1>> + <<set $activeChild.devotion -= 5>> + <</if>> + <<set $activeChild.devotion -= 5>> + <<set $activeChild.trust -= 5>> + <<set $milkTap.devotion += 4>> + +<<elseif ($activeChild.devotion <= 20) || ($milkTap.devotion <= 20)>> + <<if canDoVaginal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You order $activeChild.slaveName to lift $his ass so you can rub your dick between $his huge butt cheeks while $he drinks from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You order $activeChild.slaveName to lift $his ass so you can fuck $his <<if $activeChild.weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he drinks from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<else>> + You order $activeChild.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish praise on your obedient cow. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <</if>> + You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much _he2 loves it groped. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Neither slave seems to have enjoyed it, instead opting to just get it over with, though $milkTap.slaveName makes sure to thank $activeChild.slaveName for lightening _his2 milky breasts. + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + <<set $activeChild.vagina = 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + <<set $activeChild.anus = 1>> + <</if>> + +<<elseif ($activeChild.devotion <= 50) || ($milkTap.devotion <= 50)>> + <<if canDoVaginal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust into the moaning slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust into the moaning slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You order $activeChild.slaveName to lift $his ass so you can rub your dick between $his huge butt cheeks while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust against the chaste slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You order $activeChild.slaveName to lift $his ass so you can fuck $his <<if $activeChild.weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust against the chaste slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<else>> + You order $activeChild.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish attention on your happy cow. With every thrust against the squirming slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <</if>> + You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much _he2 gets backed up. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Both slaves enjoyed their union, though $milkTap.slaveName even more so thanks to _his2 lighter breasts. + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + $activeChild.slaveName feels @@.hotpink;closer to you@@ after losing $his virginity to you. + <<set $activeChild.vagina = 1, $activeChild.devotion += 2>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + $activeChild.slaveName feels @@.hotpink;closer to you@@ after losing $his anal virginity to you. + <<set $activeChild.anus = 1, $activeChild.devotion += 2>> + <</if>> + +<<else>> + $activeChild.slaveName eagerly lifts $his ass and jiggles it seductively as $he suckles from the moaning cow. + <<if canDoVaginal($activeChild)>> + You know that signal, so you hilt yourself in <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking $him against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You know that signal, so you hilt yourself in <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking $him against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his huge butt cheeks and fucking $him against $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his <<if $activeChild.weight > 95>>soft <</if>>thighs, for a lack of anything better, and fuck $him against $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<else>> + You know that signal, but $he isn't allowed to get fucked, so you reposition $him so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <</if>> + You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple to prevent _him2 from feeling left out. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting from $his meal<<if canDoVaginal($activeChild) || canDoAnal($activeChild)>> and from the pleasure you drove into $him<</if>>. Both slaves @@.hotpink;loved the attention,@@ though $milkTap.slaveName even more so thanks to _his2 lighter breasts. + <<set $activeChild.devotion += 4, $milkTap.devotion += 4>> + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + $activeChild.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first fucking@@ as something special. + <<set $activeChild.devotion += 4, $activeChild.vagina = 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + $activeChild.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first anal@@ as something special. + <<set $activeChild.devotion += 4, $activeChild.anus = 1>> + <</if>> + +<</if>> + +<<if $milkTap.lactation > 0>> + <<set $milkTap.lactationDuration = 2>> + <<set $milkTap.boobs -= $milkTap.boobsMilk, $milkTap.boobsMilk = 0>> +<</if>> + +<<else>> /* cum variant */ +<<set $activeChild.cumSource = $milkTap.ID>> + + +The first necessary step is to prepare the cum slave and $his cock and balls. + +<<if $milkTap.fuckdoll > 0>> + This is hilariously easy, as you have complete control over how $milkTap.slaveName is posed. + +<<elseif $milkTap.fetish == "mindbroken">> + This is very easy, as $milkTap.slaveName blankly follows your every will. Combined with _his2 instinct to relieve the building pressure in _his2 loins, _he2 is simple to position. + +<<elseif $milkTap.rivalryTarget == $activeChild.ID>> + This is rather easy, as $milkTap.slaveName wants to see $activeChild.slaveName's belly swell painfully as $he is forced to suck down _his2 huge loads. + +<<elseif $milkTap.relationshipTarget == $activeChild.ID>> + This is rather easy, as $milkTap.slaveName + <<if $milkTap.relationship == 1>> + always wanted to get _his2 dick sucked by _his2 friend. + <<elseif $milkTap.relationship == 2>> + always wanted to get _his2 dick sucked by _his2 best friend. + <<elseif $milkTap.relationship == 3>> + enjoys getting _his2 dick sucked by _his2 friend with benefits. + <<elseif $milkTap.relationship == 4>> + loves getting _his2 dick sucked _his2 lover, something that commonly happens due to _his2 overproduction. + <<elseif $milkTap.relationship == 5>> + loves getting _his2 dick sucked _his2 wife, something that commonly happens due to _his2 overproduction. + <</if>> + +<<elseif $activeChild.mother == $milkTap.ID>> + This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, $activeChild)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif $activeChild.father == $milkTap.ID>> + This is tough, as $milkTap.slaveName is rather uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, $activeChild)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif $milkTap.mother == $activeChild.ID>> + This is moderately tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own mother, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif $milkTap.father == $activeChild.ID>> + This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own father, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif areSisters($activeChild, $milkTap) == 1>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($activeChild, $milkTap)>><<if $milkTap.energy >= 95>>, though as a nymphomaniac, the thought of someone who looks so much like _his2 is a major turn on<<else>> but _he2 can't really complain about getting _his2 overfilled nuts drained<</if>>. +<<elseif areSisters($activeChild, $milkTap) == 2>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeChild)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif areSisters($activeChild, $milkTap) == 3>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeChild)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + +<<elseif $milkTap.relationTarget == $activeChild.ID>> + <<if $milkTap.relation == "twin">> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeChild)>><<if $milkTap.energy >= 95>>, though as a nymphomaniac, the thought of someone who looks so much like _his2 is a major turn on<<else>> but _he2 can't really complain about getting _his2 overfilled nuts drained<</if>>. + <<elseif $milkTap.relation == "sister">> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeChild)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + <<elseif $milkTap.relation == "mother">> + This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, $activeChild)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + <<elseif $milkTap.relation == "daughter">> + This is moderately tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own <<print relativeTerm($milkTap, $activeChild)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + <</if>> + +<<elseif ($milkTap.fetish == "cumslut") && ($milkTap.fetishKnown == 1) && ($milkTap.fetishStrength > 60) && ($milkTap.devotion >= -20)>> + This is very easy, since $milkTap.slaveName loves blasting loads whenever _he2 can, and it is just a bonus to _his2 that _he2 gets a blowjob in the process. + +<<elseif ($milkTap.energy > 95)>> + This is very easy, since $milkTap.slaveName is so sexually charged _he2 is practically overflowing at the thought of getting _his2 dick sucked. + +<<elseif ($milkTap.devotion > 50)>> + Since $milkTap.slaveName is devoted to you, _he2'd allow anyone you want to suck _his2 dick. + +<<elseif ($milkTap.devotion > 20)>> + Since $milkTap.slaveName is obedient, _he2 appreciates being allowed to have _his2 dick sucked. + +<<elseif ($milkTap.devotion >= -20)>> + Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, _he2'll at least be thankful for the pleasure and relief. + +<<else>> + Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 dick exposed and ready to be sucked. To get _him2 going, + <<if canDoAnal($milkTap) && $milkTap.prostate > 0>> + you circle around behind _him2, <<if $PC.dick == 0>>while donning a strap-on<<else>>teasing your erect cock<</if>>, and force _him2 forward to allow you to insert yourself into $his <<if $milkTap.anus == 0>>virgin <</if>>rear. After a quick and brutal bit of prostrate stimulation, you finish and remove yourself from _him2. Before _he2 has a chance to reclench _his2 anus, you ram an electroshock stimulator in your stead. + <<else>> + you attach a number of vibrators to _his2 oversized balls and turn them to full power, stirring up _his2 overzealous cum factories. + <</if>> + _he2 cries in @@.mediumorchid;disgust@@ and @@.gold;fear@@ as _his2 penis twitches from the sensation, begging for unwelcome release. + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoAnal($milkTap)>> + <<if canImpreg($milkTap, $PC)>> + <<= knockMeUp($milkTap, 40, 1, -1)>> + <</if>> + <<if ($milkTap.anus == 0)>> + $milkTap.slaveName feels @@.mediumorchid;especially violated@@ having just @@.lime;lost $his anal virginity@@ in such a manner. + <<set $milkTap.devotion -= 5, $milkTap.anus = 1>> + <</if>> + <<set $milkTap.counter.anal++, $analTotal++>> + <</if>> + +<</if>> + +<br><br> + +Next, you see to $activeChild.slaveName. + +<<if ($activeChild.amp == 1)>> + You tip the limbless $girl face first into $milkTap.slaveName's dick. + +<<elseif tooBigBreasts($activeChild)>> + You set $him up so that $his massive breasts pin $him, face first, to $milkTap.slaveName's dick. + +<<elseif $milkTap.fuckdoll > 0>> + $He hesitantly brings $his mouth to its precum tipped dick, uncertain about sucking off a doll. + +<<elseif $activeChild.rivalryTarget == $milkTap.ID>> + Knowing $his relationship with $milkTap.slaveName, you feel it best to restrain $him and anchor $him to $milkTap.slaveName's eager cock so $he has no choice but to suck $his way to release. + +<<elseif $activeChild.relationshipTarget == $milkTap.ID>> + This is rather easy, as $activeChild.slaveName + <<if $activeChild.relationship == 1>> + licks $his lips as $he approaches $his friend's cock. + <<elseif $activeChild.relationship == 2>> + eagerly licks $his lips as $he approaches $his best friend's cock. + <<elseif $activeChild.relationship == 3>> + licks $his lips and smiles as $he approaches $his friend with benefits' cock, knowing well how _his2 <<if canTaste($activeChild)>>cum tastes<<else>>body feels<</if>>. + <<elseif $activeChild.relationship == 4>> + licks $his lips and smiles as $he approaches $his lover's cock. This won't be the first time $he's sucked _his2 dick and swallowed _his2 huge loads. + <<elseif $activeChild.relationship == 5>> + licks $his lips and smiles as $he approaches $his wife's cock. This won't be the first time $he's sucked _his2 dick and swallowed _his2 huge loads. + <</if>> + +<<elseif $activeChild.mother == $milkTap.ID>> + $He awkwardly brings $his lips to $his mother's cock. +<<elseif $activeChild.father == $milkTap.ID>> + $He <<if $activeChild.sexualQuirk == "perverted">>eagerly<<else>>awkwardly<</if>> brings $his lips to daddy's cock. +<<elseif $milkTap.mother == $activeChild.ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm($activeChild, $milkTap)>><<print relativeTerm($activeChild, $milkTap)>>'s cock. +<<elseif $milkTap.father == $activeChild.ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm($activeChild, $milkTap)>>'s cock. +<<elseif areSisters($activeChild, $milkTap) == 1>> + $He gets in position to suck $his <<print relativeTerm($activeChild, $milkTap)>>'s dick. +<<elseif areSisters($activeChild, $milkTap) == 2>> + $He hesitatingly lowers $himself to $his <<print relativeTerm($activeChild, $milkTap)>>'s cock. +<<elseif areSisters($activeChild, $milkTap) == 3>> + $He hesitatingly lowers $himself to $his <<print relativeTerm($activeChild, $milkTap)>>'s cock. + +<<elseif $activeChild.relationTarget == $milkTap.ID>> + <<if $activeChild.relation == "twin">> + $He gets in position to suck $his <<print relativeTerm($activeChild, $milkTap)>>'s dick. + <<elseif $activeChild.relation == "sister">> + $He hesitatingly lowers $himself to $his <<print relativeTerm($activeChild, $milkTap)>>'s cock. + <<elseif $activeChild.relation == "mother">> + $He awkwardly brings $his lips to $his <<print relativeTerm($activeChild, $milkTap)>>'s cock. + <<elseif $activeChild.relation == "daughter">> + $He awkwardly brings $his lips to $his <<print relativeTerm($activeChild, $milkTap)>>'s cock. + <</if>> + +<<elseif ($activeChild.fetish == "cumslut") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60) && ($activeChild.devotion >= -20)>> + $He can't wait to wrap $his lips around $milkTap.slaveName's cock and balloon with cum, so $he eagerly approaches the waiting shaft. + +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName instead. + +<<elseif $activeChild.devotion < -20>> + $He tries to refuse, so you tie $him up, force a mouth spreader into $him, and position $him for $milkTap.slaveName to thrust into. + +<<elseif $activeChild.devotion <= 20>> + $He obeys your orders reluctantly, drawing near $milkTap.slaveName's cock despite $his obvious hesitation to amount of cum that will be gushing into $him. + +<<elseif $activeChild.devotion <= 50>> + $He obeys your orders, drawing near $milkTap.slaveName's cock despite $his slight hesitation at the idea of being filled with cum. + +<<else>> + $He happily obeys your orders, eagerly <<if canTaste($activeChild)>>tasting<<else>>licking up<</if>> $milkTap.slaveName's beading precum before wrapping $his lips around $milkTap.slaveName's cock and sucking enthusiastically. +<</if>> + +<br><br> + +<<if $activeChild.preg > 3 && $activeChild.pregKnown == 0 && $activeChild.inflation > 1>> + It becomes abundantly clear that something is wrong with $activeChild.slaveName as $he struggles to down $his thick meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeChild.preg > 10>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of cum, however. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.pregKnown = 1>> + <<set _pregDiscovery = 1>> + +<<elseif $milkTap.fuckdoll > 0>> + Slight moaning emanates from the Fuckdoll as $activeChild.slaveName sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.rivalryTarget == $activeChild.ID>> + $milkTap.slaveName grins as _his2 rival is forced to suck down loads until $his belly is <<if $activeChild.inflation == 3>>nearly bursting with cum. $activeChild.slaveName struggles against $his bindings until the pressure building in $his overwhelms $him, causing $him to pass out with $milkTap.slaveName's ejaculating cock still stuck in $him. You quickly remove $him from it, making sure $he gets roused from $his stupor by one last blast of cum directly to the face<<elseif $activeChild.inflation == 2>>is rounded, jiggling and sloshing with cum. You release $his bindings, allowing $him to flop to the floor. <<if $activeChild.amp != 1>>$he gingerly crawls away from $milkTap.slaveName, one hand cradling $his overfull stomach<<else>>$he rolls onto $his side, groaning with discomfort<</if>><<elseif $activeChild.inflation == 1>>bloated with cum. You release $his bindings, allowing $him to flop to the floor. <<if $activeChild.amp != 1>>$he gingerly sits up and begins massaging $his full stomach<<else>>$he rolls onto $his back, hiccupping pathetically<</if>><</if>>. + +<<elseif $milkTap.relationshipTarget == $activeChild.ID>> + <<if $milkTap.relationship == 1>> + $milkTap.slaveName moans as _his2 friend energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 2>> + $milkTap.slaveName moans as _his2 best friend energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 3>> + $milkTap.slaveName moans lewdly as _his2 friend with benefits energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 4>> + $milkTap.slaveName moans lustfully as _his2 lover teases $his dick perfectly with _his2 tongue, savoring it despite commonly being sucked off by $activeChild.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 5>> + $milkTap.slaveName moans lustfully as _his2 wife teases _his2 dick perfectly with $his tongue, savoring it despite commonly being sucked off by $activeChild.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his wife's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his wife's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his wife's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif $activeChild.mother == $milkTap.ID>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $activeChild.father == $milkTap.ID>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $milkTap.mother == $activeChild.ID>> + $milkTap.slaveName moans lewdly as _his2 mother energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $milkTap.father == $activeChild.ID>> + $milkTap.slaveName moans lewdly as _his2 father energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>><<if $activeChild.dick > 0 && canAchieveErection($activeChild)>>, $his own stiff prick throbbing against the underside of $his new belly<</if>>. +<<elseif areSisters($activeChild, $milkTap) == 1>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> sucks _him2 off. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters($activeChild, $milkTap) == 2>> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeChild.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeChild)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters($activeChild, $milkTap) == 3>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.relationTarget == $activeChild.ID>> + <<if $milkTap.relation == "twin">> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> <<print relativeTerm($milkTap, $activeChild)>> sucks _his2 off. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "sister">> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeChild.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeChild)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "mother">> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeChild)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "daughter">> + $milkTap.slaveName moans lewdly as _his2 mother energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeChild.slaveName's belly steadily growing larger with each orgasm until <<if $activeChild.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeChild.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeChild.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeChild, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if $activeChild.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif ($activeChild.devotion < -20) && ($milkTap.devotion < -20)>> + Since you have two restrained and unwilling slaves, though $milkTap.slaveName's twitching penis betrays _him2, you are going to have to take an active role in forcing $activeChild.slaveName to suck. + <<if canDoVaginal($activeChild)>> + Moving behind the struggling cocksleeve while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you pull $him into a comfortable position to penetrate $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy. Once you are firmly mounted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust into $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + Moving behind the struggling cocksleeve while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you pull $him into a comfortable position to penetrate $his <<if $activeChild.anus == 0>>virgin <</if>>rear. Once you are firmly mounted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust into $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + Moving behind the struggling cocksleeve while teasing your erect cock, you pull $him into a comfortable position to rub your dick between $his huge butt cheeks. Once you are firmly slotted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust against $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + Moving behind the struggling cocksleeve while teasing your erect cock, you pull $him into a comfortable position to fuck $his <<if $activeChild.weight > 95>>soft <</if>>thighs, for a lack of anything better. Once you are firmly seated, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust against $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<else>> + Moving behind the struggling cocksleeve while teasing your erect cock, you find a distinct lack of ways to use $him to get off. <<if $PC.dick == 1>>You settle for rubbing your erection against $his back<<else>>You settle for a vibrating dildo stuck deep into your pussy<</if>>, you'll need both hands to fondle your toy. Once you are positioned, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you masturbate, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <</if>> + <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<</if>>. Standing and releasing $him from $milkTap.slaveName, gives you a lovely sight of $activeChild.slaveName's <<if $activeChild.inflation == 3>>taut, round belly<<elseif $activeChild.inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>> quivering as $he comes down from $his own forced climax<<if $PC.dick == 1 && (canDoAnal($activeChild) || canDoVaginal($activeChild))>>, cum leaking from both ends<</if>>. + Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + $activeChild.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his virginity@@ in such a demeaning manner. + <<set $activeChild.devotion -= 5>> + <<set $activeChild.vagina = 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + $activeChild.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his anal virginity@@ in such a demeaning manner. + <<set $activeChild.devotion -= 5>> + <<set $activeChild.anus = 1>> + <</if>> + +<<elseif ($milkTap.devotion < -20)>> + Since your sperm tank is restrained, you order the more obedient $activeChild.slaveName to enjoy $himself with $milkTap.slaveName's dick. As $he teases and licks, you can't help but notice the tantalizing way $he wiggles $his rear. + <<if canDoVaginal($activeChild)>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy, doggy style. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount $his <<if $activeChild.anus == 0>>virgin <</if>>asshole, doggy style. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + Stroking your stiffening cock, you wait for the perfect moment and slip your dick between $his huge butt cheeks. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + Stroking your stiffening cock, you wait for the perfect moment, hoist up $his rear and slip your dick between $his <<if $activeChild.weight > 95>>soft <</if>>thighs. + <<else>> + As you watch $his butt, it becomes clear just how few ways there are to use $him to get off. <<if $PC.dick == 1>>You settle for rubbing your erection against $his back<<else>>You settle for a vibrating dildo stuck deep into your pussy<</if>>, you'll need both hands to fondle your toy. + <</if>> + You wrap your arms around $activeChild.slaveName's middle so you may feel $his stomach swell with ejaculate. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. Only once your weight is removed from the squirming cum balloon is $he allowed to pull off of the @@.mediumorchid;exhausted $milkTap.slaveName's@@ cock and catch $his breath. + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his pussy.@@ + <<set $activeChild.vagina = 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@ + <<set $activeChild.anus = 1>> + <</if>> + $He gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor slave isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves. + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + +<<elseif ($milkTap.fetish == "cumslut") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && ($activeChild.devotion < -20)>> + <<if canDoVaginal($activeChild)>> + You position the restrained $activeChild.slaveName so that you can penetrate $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You position the restrained $activeChild.slaveName so that you can penetrate $his <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You position the restrained $activeChild.slaveName so that you can rub your dick between $his huge butt cheeks while $he is forced to suck $milkTap.slaveName's dick. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You position the restrained $activeChild.slaveName so that you can fuck $his <<if $activeChild.weight > 95>>soft <</if>>thighs while $he is forced to suck $milkTap.slaveName's dick. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<else>> + You position $activeChild.slaveName so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to suck $milkTap.slaveName's dick, since $he lacks any better way to please you. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <</if>> + You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's swollen testicles, knowing just how much _he2 loves to jettison cum. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeChild.slaveName from $his harness. Patting _his2 spasming, dribbling cock, you know _he2'll come out of it and be eagerly begging you for another slave to fuck soon. $activeChild.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + $He @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin pussy.@@ + <<set $activeChild.vagina = 1, $activeChild.devotion -= 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + $He @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin anus.@@ + <<set $activeChild.anus = 1, $activeChild.devotion -= 1>> + <</if>> + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<set $milkTap.devotion += 4>> + +<<elseif ($activeChild.devotion <= 20) || ($milkTap.devotion <= 20)>> + <<if canDoVaginal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. With every thrust into the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. With every thrust into the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You order $activeChild.slaveName to position $his ass so you can rub your dick between $his huge butt cheeks while $he sucks $milkTap.slaveName's cock. With every thrust against the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You order $activeChild.slaveName to position $his ass so you can fuck $his <<if $activeChild.weight > 95>>soft <</if>>thighs while $he sucks $milkTap.slaveName's cock. With every thrust against the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<else>> + You order $activeChild.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to suck $milkTap.slaveName's dick, since $he lacks any better way to please you. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <</if>> + You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's balls, planning to coax even stronger orgasms out of _him2. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Neither slave seems to have truly enjoyed it, instead opting to just get it over with, though $milkTap.slaveName makes sure to thank $activeChild.slaveName for dealing with $his pent up loads. + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + <<set $activeChild.vagina = 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + <<set $activeChild.anus = 1>> + <</if>> + +<<elseif ($activeChild.devotion <= 50) || ($milkTap.devotion <= 50)>> + <<if canDoVaginal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust into the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You order $activeChild.slaveName to lift $his ass so you can penetrate $his <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust into the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You order $activeChild.slaveName to lift $his ass so you can rub your dick between $his huge butt cheeks while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You order $activeChild.slaveName to lift $his ass so you can fuck $his <<if $activeChild.weight > 95>>soft <</if>>thighs while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<else>> + You order $activeChild.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he sucks $milkTap.slaveName's cock, since $he lacks any better way to please you. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <</if>> + You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's balls, knowing just how much _he2 gets backed up. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Both slaves enjoyed their union, though $milkTap.slaveName even more so after that many orgasms. + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + $activeChild.slaveName feels @@.hotpink;closer to you@@ after losing $his virginity to you. + <<set $activeChild.vagina = 1, $activeChild.devotion += 5>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + $activeChild.slaveName feels @@.hotpink;closer to you@@ after losing $his anal virginity to you. + <<set $activeChild.anus = 1, $activeChild.devotion += 5>> + <</if>> + +<<else>> + + $activeChild.slaveName eagerly lifts $his ass and jiggles it seductively as $he sucks the moaning slut. + <<if canDoVaginal($activeChild)>> + You know that signal, so you hilt yourself in <<if $activeChild.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting $him with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal($activeChild)>> + You know that signal, so you hilt yourself in <<if $activeChild.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting $him with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. + <<set $activeChild.counter.anal++, $analTotal++>> + <<elseif $PC.dick == 1 && $activeChild.butt > 4>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his huge butt cheeks and fucking $him along with $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. + <<elseif $PC.dick == 1 && $activeChild.amp == 0>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his <<if $activeChild.weight > 95>>soft <</if>>thighs and fucking $him along with $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. + <<else>> + You know that signal, but $he isn't allowed to get fucked, so you reposition $him so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he deepthroats $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. + <</if>> + You wrap an arm around $activeChild.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's breasts to prevent _him2 from feeling left out from your attention. <<if $activeChild.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeChild.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting from $his meal and from the pleasure you drove into $him. Both slaves @@.hotpink;loved the attention,@@ though $milkTap.slaveName even more so after so much relief. + <<set $activeChild.devotion += 4>> + <<set $milkTap.devotion += 4>> + <<if canDoVaginal($activeChild) && ($activeChild.vagina == 0)>> + $activeChild.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first fucking@@ as something special. + <<set $activeChild.devotion += 4, $activeChild.anus = 1>> + <<elseif canDoAnal($activeChild) && ($activeChild.anus == 0)>> + $activeChild.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first anal@@ as something special. + <<set $activeChild.devotion += 4, $activeChild.anus = 1>> + <</if>> + +<</if>> + +<</if>> + +<br><br> + +<<if _pregDiscovery == 0>> + <<set $activeChild.counter.oral++, $milkTap.counter.oral++, $oralTotal += 2>> + You help the bloated $activeChild.slaveName to the couch to recover and, more importantly, keep $his meal down. Only once $he has had several minutes to unwind<<if $activeChild.devotion > 10>> and plenty of time to tease you with $his swollen body, do you tell <<else>> do you order<</if>> $him to keep drinking from $milkTap.slaveName so that $he is always filled with <<if $activeChild.inflation == 3>>two gallons<<elseif $activeChild.inflation == 2>>four liters<<else>>two liters<</if>> of $activeChild.inflationType. You give $his <<if $activeChild.inflation == 3>>taut, firm globe of a belly a pat<<elseif $activeChild.inflation == 2>>wobbly, sloshing belly a pat<<else>>distended, sloshing belly a pat<</if>> and send $him on $his way. + + <<if $activeChild.inflation == 3>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly is so taut it barely wobbles at all as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. + <<set $activeChild.health -= 1>> + <<elseif $activeChild.inflation == 2>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. + <<elseif $activeChild.inflation == 1>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. + <</if>> + <br><br> + <<if $milkTap.fuckdoll == 0>> + Once $he is gone, you see to it that the contented $milkTap.slaveName is helped back to _his2 assignment, but only after _his2 dribbling <<if $activeChild.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail. + <<else>> + Once $he is gone, you see to it that the dribbling Fuckdoll is cleaned up and returned to _his2 proper place, but only after _his2 leaking <<if $activeChild.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail. + <</if>> +<<else>> + <<if $milkTap.fuckdoll == 0>> + With $activeChild.slaveName unable to continue, you are left with the backed up $milkTap.slaveName to deal with. _He2'll have to figure out some other way to relieve _himself2 as _he2 is helped back to _his2 assignment. + <<else>> + With $activeChild.slaveName unable to continue, you are left with the backed up $milkTap.slaveName to deal with. Hopefully _he2 doesn't leak too much as _he2 waits for further use. + <</if>> +<</if>> + +<<run SetBellySize($activeChild)>> +<<set $slaves[$slaveIndices[$milkTap.ID]] = $milkTap>> +<<set $milkTap = 0>> diff --git a/src/facilities/nursery/scenes/cSlaveImpreg.tw b/src/facilities/nursery/scenes/cSlaveImpreg.tw new file mode 100644 index 00000000000..3c982ed18c4 --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveImpreg.tw @@ -0,0 +1,56 @@ +:: CSlaveImpreg [nobr] + +<<set $nextButton = "Back", $nextLink = "Slave Interact", $impregnatrix = 0, $eligibility = 0>> + +//$activeChild.slaveName is fertile; now you must select a slave with both a penis and potent testicles.// + +<br><br> + +__Select an eligible slave to serve as the semen donatrix:__ + +<br> + +<<for _i = 0; _i < $slaves.length; _i++>> + <<if ($slaves[_i].ID != $activeChild.ID) && canImpreg($activeChild, $slaves[_i])>> + <<set _name = SlaveFullName($slaves[_i])>> + <br><<print "[[_name|FSlaveImpreg Consummate][$impregnatrix = $slaves[" + _i + "]]]">> + <<if $slaves[_i].custom.label>> (@@.yellow;''<<print $slaves[_i].custom.label>>''@@)<</if>> + <<if $familyTesting == 1 && totalRelatives($activeChild) > 0>> + /* parental test */ + <<if ($activeChild.father && $slaves[_i].ID == $activeChild.father)>> + @@.lightgreen;Father@@ + <</if>> + <<if ($activeChild.mother && $slaves[_i].ID == $activeChild.mother)>> + @@.lightgreen;Mother@@ + <</if>> + /* offspring test */ + <<if ($slaves[_i].mother && $slaves[_i].mother == $activeChild.ID)>> + @@.lightgreen;Daughter@@ + <</if>> + <<if ($slaves[_i].father && $slaves[_i].father == $activeChild.ID)>> + @@.lightgreen;Daughter@@ + <</if>> + /* sibling test */ + <<switch areSisters($activeChild, $slaves[_i])>> + <<case 1>> + @@.lightgreen;Twin.@@ + <<case 2>> + <<if ($slaves[_i].genes == "XX")>> + @@.lightgreen;Sister@@ + <<else>> + @@.lightgreen;Brother@@ + <</if>> + <<case 3>> + <<if ($slaves[_i].genes == "XX")>> + @@.lightgreen;Half-Sister@@ + <<else>> + @@.lightgreen;Half-Brother@@ + <</if>> + <</switch>> + <</if>> /* closes extended family mode */ + <<set $eligibility = 1>> + <</if>> +<</for>> +<<if ($eligibility == 0)>> + //You have no slaves capable of inseminating others.// +<</if>> diff --git a/src/facilities/nursery/scenes/cSlaveImpregConsummate.tw b/src/facilities/nursery/scenes/cSlaveImpregConsummate.tw new file mode 100644 index 00000000000..eb34f01eb18 --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveImpregConsummate.tw @@ -0,0 +1,397 @@ +:: CSlaveImpreg Consummate [nobr] + +The first necessary step is to prepare the donatrix. + +<<set _belly = bellyAdjective($activeChild)>> +<<set _superfetation = ($activeChild.geneticQuirks.superfetation == 2 && $activeChild.pregKnown == 1) ? 1 : 0>> +<<set _penCountBonus = random(6,20), _analCountBonus = _penCountBonus, _vagCountBonus = _penCountBonus>> +<<set $impregnatrix.counter.penetrative += _penCountBonus+1, $penetrativeTotal += _penCountBonus+1>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<run clearSummaryCache($impregnatrix)>> +<<setLocalPronouns $impregnatrix 2>> +<<setPlayerPronouns>> + +<<if ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishKnown == 1) && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion >= -20)>> + This is very easy, since $impregnatrix.slaveName has an impregnation fetish. + <<if $impregnatrix.pregKnown == 1>> + _He2's pregnant, and as far as _he2's concerned, everyone should be pregnant. $He's @@.hotpink;happy to spread the love.@@ + <<elseif isFertile($impregnatrix)>> + _He2'd love to get pregnant _himself2, but as far as _he2's concerned, putting a baby in someone else is the @@.hotpink;next best thing.@@ + <<else>> + _He2's been deeply unhappy that there's no prospect of _him2 ever being able to carry a child, and this is the @@.hotpink;next best thing@@ for _him2. + <</if>> + <<set $impregnatrix.devotion += 4>> + <<if ($impregnatrix.preg == -3)>>_His2 member remains limp despite the prospect of getting another slave pregnant, but a direct injection of vasodilators quickly fixes that for this special occasion. + <<else>>_His2 member springs instantly to attention at the prospect of getting another slave pregnant. + <</if>> + +<<elseif ($impregnatrix.attrXX > 65) && ($impregnatrix.attrKnown == 1) && ($impregnatrix.devotion >= -20)>> + Since $impregnatrix.slaveName likes sticking _his2 cock in girls, _he2 doesn't take much convincing. + <<if ($impregnatrix.preg == -3)>>_His2 member remains limp despite the prospect of <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>, but a direct injection of vasodilators quickly fixes that for this special occasion. + <<else>>_His2 member springs instantly to attention at the prospect of pussy. + <</if>> + +<<elseif ($impregnatrix.devotion > 50)>> + Since $impregnatrix.slaveName is devoted to you, _he2'll eagerly fuck anything you tell _him2 to fuck. + <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, + <<else>>_He2 quickly gets _himself2 hard, + <</if>> + only a certain confusion in _his2 look betraying that _he2 realizes how special an occasion this is. + +<<elseif ($impregnatrix.devotion > 20)>> + Since $impregnatrix.slaveName is obedient, _he2'll fuck anything you tell _him2 to fuck. + <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, + <<else>>_He2 hurriedly gets _himself2 hard, + <</if>> + only a slight hesitation betraying _his2 realization that this is a special occasion. + +<<elseif ($impregnatrix.devotion >= -20)>> + Since $impregnatrix.slaveName does not resist your will, _he2 should comply reasonably well. + <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, + <<else>>_He2 has to work to get _himself2 hard despite _his2 doubts, + <</if>> + fear and disgust showing on _his2 face as _he2 absorbs the perversion of the natural order of things _he2's about to experience. + +<<else>> + Since $impregnatrix.slaveName is unlikely to comply willingly, you simply restrain _him2 and administer a massive dose of vasodilators, directly where they will do the most good. $impregnatrix.slaveName writhes with the pain of the injection, which is compounded as _he2 springs agonizingly erect. + +<</if>> + +<br><br> + +Next, you see to $activeChild.slaveName. + +<<if $activeChild.mpreg == 1>> + <<set $activeChild.counter.anal += _analCountBonus+1>> + <<set $analTotal += _analCountBonus+1>> +<<else>> + <<set $activeChild.counter.vaginal += _vagCountBonus+1>> + <<set $vaginalTotal += _vagCountBonus+1>> +<</if>> + +<<if ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && (($activeChild.vagina == 0) || (($activeChild.anus == 0) && ($activeChild.mpreg == 1)))>> + $He cries with joy and presents $his virgin <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for <<if _superfetation == 1>>repeat <</if>>fertilization. @@.hotpink;$He is grateful@@ for this fulfillment of $his fondest wish and naturally @@.lime;will break in $his <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<set $activeChild.devotion += 10>> + +<<elseif ($activeChild.fetish == "pregnancy") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + $He cries with joy and presents $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for <<if _superfetation == 1>>further <</if>>breeding. @@.hotpink;$He is grateful@@ for this fulfillment of $his fondest wish. + <<set $activeChild.devotion += 4>> + +<<elseif ($activeChild.devotion > 20) && (($activeChild.vagina == 0) || (($activeChild.anus == 0) && ($activeChild.mpreg == 1)))>> + $He accepts your orders without comment and presents $his virgin <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for fertilization. $He gasps in shock when $he feels _his2 hot seed. @@.hotpink;$He is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<set $activeChild.devotion += 10>> + +<<elseif ($activeChild.devotion >= -20) && (($activeChild.vagina == 0) || (($activeChild.anus == 0) && ($activeChild.mpreg == 1)))>> + $He is clearly unhappy at the idea of losing $his pearl of great price to $impregnatrix.slaveName; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes + <<if _superfetation == 1>> + $his existing pregnancy is of little concern to the new life likely to take root in $him. + <<else>> + $he'll likely get pregnant. + <</if>> + Nevertheless, @@.hotpink;$he is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<set $activeChild.devotion += 4>> + +<<elseif (($activeChild.vagina == 0) || (($activeChild.anus == 0) && ($activeChild.mpreg == 1)))>> + As you anticipated, $he refuses to give $impregnatrix.slaveName $his virginity. You restrain $him despite $his @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel tableau @@.lime;will break in $his <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + +<<elseif ($activeChild.amp == 1)>> + You set $his limbless torso up for $impregnatrix.slaveName. +<<elseif tooBigBelly($activeChild)>> + You set $him up for $impregnatrix.slaveName, face-down so $he may rest helplessly against $his _belly belly. +<<elseif tooBigBreasts($activeChild)>> + You set $him up for $impregnatrix.slaveName, face-<<if $activeChild.belly >= 60000>>up<<else>>down<</if>> so the weight of $his tits pins $him helplessly in place. +<<elseif tooBigButt($activeChild)>> + You set $him up for $impregnatrix.slaveName, face-down so the weight of $his giant ass pins $him helplessly in place and gives $impregnatrix.slaveName a lovely cushion to thrust against. +<<elseif tooBigDick($activeChild)>> + You set $him up for $impregnatrix.slaveName, face-up so $he is pinned under the weight of $his giant cock. +<<elseif tooBigBalls($activeChild)>> + You set $him up for $impregnatrix.slaveName, face-<<if $activeChild.belly >= 60000>>up<<else>>down<</if>> so the weight of $his giant balls anchor $him helplessly in place. +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He is accustomed to submit to you, but as a natural submissive $he doesn't have much trouble submitting to $impregnatrix.slaveName's seed instead. +<<elseif $activeChild.devotion < -20>> + $He tries to refuse, so you restrain $him despite $his resistance to the idea of being made a breeder. +<<elseif $activeChild.devotion <= 20>> + $He obeys your orders reluctantly, arranging $himself for <<if $activeChild.mpreg == 1>>anal<<else>>vaginal<</if>> sex despite $his obvious hesitation to be made a breeder. +<<elseif $activeChild.devotion < 10>> + $He obeys your orders, arranging $himself for <<if $activeChild.mpreg == 1>>anal<<else>>vaginal<</if>> sex despite $his slight hesitation at the idea of being made a breeder. +<<else>> + $He happily obeys your orders, getting ready to serve $his <<= WrittenMaster($activeChild)>> by making _himP another slave. +<</if>> + + +<<= knockMeUp($activeChild, 100, 2, $impregnatrix.ID, 1)>> + + +<br><br> + +<<if ($activeChild.devotion < -20) && ($impregnatrix.devotion < -20)>> + Since you have two restrained slaves, it's up to you to do all the work. You put $activeChild.slaveName on the couch with $his <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> available, and then maneuver $impregnatrix.slaveName's dick into place. The two slaves make no further moves until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. After watching them mechanically go at it for a while, you stop $impregnatrix.slaveName, insert an electrostimulator up _his2 rectum, and administer a shock to _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces _him2 to empty _his2 nuts into $activeChild.slaveName. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<set $impregnatrix.devotion -= 5, $impregnatrix.trust -= 5>> + <<set $impregnatrix.counter.anal += 1, $analTotal += 1>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName would have been reluctant to @@.lime;lose _his2 anal virginity@@ in any case, but being assraped by a metal probe that shocked _him2 into orgasm so that _he2 would impregnate another slave is @@.mediumorchid;a special level@@ of violation for _him2. + <<set $impregnatrix.devotion -= 5, $impregnatrix.anus = 1>> + <</if>> + +<<elseif ($impregnatrix.devotion < -20)>> + Since your semen donatrix is restrained, you order $activeChild.slaveName to present $himself on the couch, and then maneuver $impregnatrix.slaveName's dick into place. $activeChild.slaveName does $his best to hump $himself against the unwilling cock until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. After watching _him2 mechanically fuck for a while, you stop _him2, push an electrostimulator up _his2 butt, and administer a shock to _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces _him2 to empty _his2 nuts into $activeChild.slaveName. $He @@.mediumorchid;resents@@ what you made _him2 do and @@.gold;fears you@@ as a result. Though $activeChild.slaveName accepts the situation, $he looks into $impregnatrix.slaveName's eyes with obvious apology. + <<set $impregnatrix.devotion -= 5, $impregnatrix.trust -= 5>> + <<set $impregnatrix.counter.anal += 1, $analTotal += 1>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName would have been reluctant to @@.lime;lose _his2 anal virginity@@ in any case, but being assraped by a metal probe that shocked _him2 into orgasm so that _he2 would impregnate another slave is @@.mediumorchid;a special level@@ of violation for _him2. + <<set $impregnatrix.devotion -= 5, $impregnatrix.anus = 1>> + <</if>> + +<<elseif ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion > 20) && ($activeChild.devotion < -20)>> + You arrange $activeChild.slaveName on the couch with $his fertile pussy defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all _hers2. The slave life has so affected $impregnatrix.slaveName that _he2 is quite eager to rape another slave pregnant<<if _superfetation == 1>>, even more so since $he is already with child<</if>> to fulfill _his2 desire to reproduce. _He2 finishes with indecent speed and looks almost disappointed until you tell _him2 to take _his2 time and be thorough. By the end of the day $activeChild.slaveName's <<if $activeChild.mpreg == 1>>ass<<else>>cunt<</if>> is dripping cum, to $his @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to $him on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeChild.slaveName's _belly stomach and expresses the hope that $he'll produce a good new slave. + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<set $impregnatrix.devotion += 4>> + +<<elseif ($impregnatrix.energy > 95) && ($impregnatrix.devotion > 20) && ($activeChild.devotion < -20)>> + You arrange $activeChild.slaveName on the couch with $his fertile <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all _hers2. The slave life has so affected $impregnatrix.slaveName that _he2 is quite eager to rape another slave pregnant<<if _superfetation == 1>>, especially since $he is already with child<</if>>, just for the perverted novelty of the act. _He2 blows _his2 load with indecent speed and looks crushed until you tell _him2 to take _his2 time and be thorough. By the end of the day $activeChild.slaveName's <<if $activeChild.mpreg == 1>>anus<<else>>cunt<</if>> is dripping cum, to $his @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to $him on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeChild.slaveName's _belly stomach and expresses the hope that you'll let _him2 do this again <<if _superfetation == 1>>soon<<else>>sometime<</if>>. + <<set $activeChild.devotion -= 5, $activeChild.trust -= 5>> + <<set $impregnatrix.devotion += 4>> + +<<elseif ($activeChild.devotion <= 20) || ($impregnatrix.devotion <= 20)>> + You order $activeChild.slaveName onto the couch and tell $impregnatrix.slaveName to get on with it. They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a nonverbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves, with $impregnatrix.slaveName's rapidly softening dick slipping easily out of $activeChild.slaveName's cum-filled <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>. + +<<elseif ($activeChild.devotion <= 50) || ($impregnatrix.devotion <= 50)>> + You order $activeChild.slaveName and $impregnatrix.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the extreme intimacy of the act, finding between themselves a hint of a life before slavery, when men and women had sex within the bonds of marriage for the purpose of procreation<<if _superfetation == 1>>, even though one of them is already heavy with child<</if>>. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $impregnatrix.slaveName's dick and dripping away with the contents of $activeChild.slaveName's cum-filled <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>>. + +<<elseif $activeChild.mpreg == 1>> + The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of anal sex in <<if $activeChild.belly+$impregnatrix.belly >= 5000>>an awkward<<else>>the<</if>> cowgirl position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeChild.slaveName looks over to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, $activeChild.slaveName turns around on $impregnatrix.slaveName's cock and opens wide for you. You and $impregnatrix.slaveName enjoy the <<if _superfetation == 1>>gravid $girl<<else>>mother-to-be<</if>> gently until $he climaxes, $his eager oral reaching a fever pitch, bringing you to your own climax. + <<if $PC.dick == 1>> + <<if canDoVaginal($impregnatrix)>> + Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to _his2 pussy instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good fucking until _he2 blows _his2 load into $activeChild.slaveName's fertile <<if $activeChild.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. + <<if ($impregnatrix.vagina == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including it being _his2 @@.lime;first time@@ as _he2 inseminated $activeChild.slaveName. + <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> + <</if>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 0, -1, 1)>> + <</if>> + <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <<elseif canDoAnal($impregnatrix)>> + Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to _his2 ass instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until _he2 blows _his2 load into $activeChild.slaveName's fertile <<if $activeChild.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated $activeChild.slaveName. + <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> + <</if>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 1, -1, 1)>> + <</if>> + <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<else>> + The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <</if>> + <<else>> + <<if canDoVaginal($impregnatrix)>> + Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strap-on. You begin stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good fucking until _he2 blows _his2 load into $activeChild.slaveName's fertile <<if $activeChild.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <<if ($impregnatrix.vagina == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including it being _his2 @@.lime;first time@@ as _he2 inseminated $activeChild.slaveName. + <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> + <</if>> + <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <<elseif canDoAnal($impregnatrix)>> + Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strap-on. You begin stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until _he2 blows _his2 load into $activeChild.slaveName's fertile <<if $activeChild.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated $activeChild.slaveName. + <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> + <</if>> + <<else>> + The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <</if>> + <</if>> + <<set $impregnatrix.counter.oral += _penCountBonus, $oralTotal += _penCountBonus>> + <<set $activeChild.devotion += 4>> + <<set $impregnatrix.devotion += 4>> + +<<else>> + <<set _didImpregnatrix = 0>> + The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of vanilla sex in <<if $activeChild.belly+$impregnatrix.belly >= 5000>>an awkward<<else>>the<</if>> missionary position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeChild.slaveName looks over $impregnatrix.slaveName's shoulder to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, they roll over without being ordered to + <<if canDoAnal($activeChild)>> + present $activeChild.slaveName's butthole. + <<set $activeChild.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<else>> + invite you into $activeChild.slaveName's crowded pussy. + <<set $activeChild.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <</if>> + You and $impregnatrix.slaveName double penetrate the <<if _superfetation == 1>>gravid $girl<<else>>mother-to-be<</if>> gently until $he climaxes, clenching you to orgasm in turn with $his spasms. Pulling out, you offer <<if $PC.dick ==1>>yourself<<else>>your strap-on<</if>> to $activeChild.slaveName's gasping mouth so $he can <<if $PC.dick ==1>>suck you hard again<<else>>lube the phallus with some saliva<</if>> as $he continues riding cock. Once <<if $PC.dick ==1>>stiff<<else>>the strap-on is nice and wet<</if>>, you flip them again so that $impregnatrix.slaveName is back on top and switch to _his2 + <<if canDoVaginal($activeChild)>> + feminine slit instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a hard fucking + <<set _didImpregnatrix = 1>> + <<elseif canDoAnal($activeChild)>> + ass instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck + <<set _didImpregnatrix = 2>> + <<else>> + mouth instead, giving _him2 a good facefuck + <<set $impregnatrix.counter.oral += _penCountBonus, $oralTotal += _penCountBonus>> + <</if>> + until _he2 blows _his2 load into $activeChild.slaveName's fertile cunt. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. + <<set $activeChild.devotion += 4>> + <<set $impregnatrix.devotion += 4>> + <<if _didImpregnatrix == 1>> + <<if ($impregnatrix.vagina == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including losing _his2 @@.lime;virginity@@ as _he2 inseminated $activeChild.slaveName. + <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> + <</if>> + <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 0, -1, 1)>> + <</if>> + <<elseif _didImpregnatrix == 2>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated $activeChild.slaveName. + <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> + <</if>> + <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 1, -1, 1)>> + <</if>> + <</if>> + <<if ($activeChild.anus == 0) && canDoAnal($activeChild)>> + $activeChild.slaveName has been used as a slave in a truly thorough way today: $he has @@.hotpink;accepted@@ both $his @@.lime;first anal@@ and insemination by $impregnatrix.slaveName. + <<set $activeChild.devotion += 4, $activeChild.anus = 1>> + <</if>> + +<</if>> + +Throughout the week, you keep $activeChild.slaveName's <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> intimate with $impregnatrix.slaveName's cock. In the end, you are certain $activeChild.slaveName +<<if _superfetation == 1>> + has @@.lime;added $impregnatrix.slaveName's child@@ to $his pregnancy. +<<else>> + is @@.lime;carrying $impregnatrix.slaveName's child.@@ +<</if>> + + +<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>> + Rumors spread about you breeding your slaves; the Societal Elite are @@.red;displeased@@ by these rumors. + <<set $failedElite += 1>> +<</if>> +<<if $arcologies[0].FSGenderRadicalist != "unset" && $activeChild.mpreg == 1>> + Society @@.green;approves@@ of your breeding your slave's ass; this advances the ideal all a slave needs is their rear. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), "futureSocieties", $activeChild)>> + <<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeChild.mpreg == 1>> + Society @@.red;is disgusted@@ by this degenerate form of reproduction. + <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", $activeChild)>> + <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> + Society @@.green;approves@@ of your breeding your slaves; this advances the ideal of a durable, self propagating race of slaves. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", $activeChild)>> + <<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>> +<</if>> + +<br><br> + +You prepare the necessary file on their possible offspring. Upon birth, it will be remanded to a slave orphanage to be raised to the age of $minimumSlaveAge and then sold, but its likely appearance and traits are already worth noting. + +$activeChild.slaveName and $impregnatrix.slaveName are likely to produce + +<<if ($seeRace == 1)>> + + <<if ($activeChild.race == "white") && ($impregnatrix.race == "white")>> + a pure white, + <<elseif ($activeChild.race == "asian") && ($impregnatrix.race == "asian")>> + a pure Asian, + <<elseif ($activeChild.race == "latina") && ($impregnatrix.race == "latina")>> + a pure latina, + <<elseif ($activeChild.race == "black") && ($impregnatrix.race == "black")>> + a pure black, + <<elseif ($activeChild.race == "middle eastern") && ($impregnatrix.race == "middle eastern")>> + a pure Middle Eastern, + <<elseif ($activeChild.race == "malay") && ($impregnatrix.race == "malay")>> + a pure malay, + <<elseif ($activeChild.race == "white") && ($impregnatrix.race == "black")>> + a mulatto, + <<elseif ($activeChild.race == "black") && ($impregnatrix.race == "white")>> + a mulatto, + <<elseif ($activeChild.race == "white") && ($impregnatrix.race == "latina")>> + a mestizo, + <<elseif ($activeChild.race == "latina") && ($impregnatrix.race == "white")>> + a mestizo, + <<elseif ($activeChild.race == "asian") && ($impregnatrix.race == "black")>> + an Afro-Asian, + <<elseif ($activeChild.race == "black") && ($impregnatrix.race == "asian")>> + an Afro-Asian, + <<elseif ($activeChild.race == "middle eastern") && ($impregnatrix.race == "black")>> + an Afro-Arab, + <<elseif ($activeChild.race == "black") && ($impregnatrix.race == "middle eastern")>> + an Afro-Arab, + <<elseif ($activeChild.race == "indo-aryan") && ($impregnatrix.race == "black")>> + an Afro-Indian, + <<elseif ($activeChild.race == "black") && ($impregnatrix.race == "indo-aryan")>> + an Afro-Indian, + <<elseif ($activeChild.race == "amerindian") && ($impregnatrix.race == "white")>> + a mestizo, + <<elseif ($activeChild.race == "white") && ($impregnatrix.race == "amerindian")>> + a mestizo, + <<elseif ($activeChild.race == $impregnatrix.race) && ($activeChild.race !== "mixed race") && ($impregnatrix.race !== "mixed race")>> + an ethnically pure, + <<elseif ($activeChild.race !== $impregnatrix.race) && ($activeChild.race !== "mixed race") && ($impregnatrix.race !== "mixed race")>> + a biracial, + <<else>> + mixed ethnicity, + <</if>> + +<</if>> + +<<if (($activeChild.intelligence+$impregnatrix.intelligence)/2 > 95)>> + brilliant, +<<elseif (($activeChild.intelligence+$impregnatrix.intelligence)/2 > 15)>> + smart, +<<elseif (($activeChild.intelligence+$impregnatrix.intelligence)/2 < -95)>> + cretinous, +<<elseif (($activeChild.intelligence+$impregnatrix.intelligence)/2 < -15)>> + stupid, +<</if>> + +<<if (($activeChild.height+$impregnatrix.height) > 185)>> + tall, +<<elseif (($activeChild.height+$impregnatrix.height) < 160)>> + short, +<<else>> + middle height, +<</if>> + +<<if (($activeChild.boobs+$impregnatrix.boobs-$activeChild.boobsImplant-$impregnatrix.boobsImplant-$impregnatrix.boobsMilk) > 1500)>> + big-titted +<<elseif (($activeChild.boobs+$impregnatrix.boobs-$activeChild.boobsImplant-$impregnatrix.boobsImplant-$impregnatrix.boobsMilk) < 700)>> + flat-chested +<<else>> + moderately-breasted +<</if>> + +<<if (($activeChild.butt+$impregnatrix.butt-$activeChild.buttImplant-$impregnatrix.buttImplant) > 9)>> + slave with a huge ass. +<<elseif (($activeChild.butt+$impregnatrix.butt-$activeChild.buttImplant-$impregnatrix.buttImplant) < 5)>> + slave with a flat ass. +<<else>> + slave with a decent ass. +<</if>> + +<<set $slaves[$slaveIndices[$impregnatrix.ID]] = $impregnatrix>> /* save changes */ diff --git a/src/facilities/nursery/scenes/cSlaveSelfImpreg.tw b/src/facilities/nursery/scenes/cSlaveSelfImpreg.tw new file mode 100644 index 00000000000..5fe99ba5d90 --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveSelfImpreg.tw @@ -0,0 +1,219 @@ +:: CSlaveSelfImpreg [nobr] + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<set _pfh = ($activeChild.fetish == "pregnancy" && $activeChild.fetishStrength > 50)>> +<<set _pfk = (_pfh && $activeChild.fetishKnown == 1) || $activeChild.sexualFlaw == "breeder">> +<<set _coop = true, _enjoy = true>> +<<set _superfetation = ($activeChild.geneticQuirks.superfetation == 2 && $activeChild.pregKnown == 1) ? 1 : 0>> + +<<if ($activeChild.fetish == "mindbroken")>> +<<else>> + <<if ($activeChild.devotion <= 20)>> + <<if ($activeChild.devotion < -20)>> + $activeChild.slaveName despises you, and tends to resent everything you do on principle, + <<elseif ($activeChild.devotion <= 20)>> + $activeChild.slaveName dislikes you, + <</if>> + <<if ($activeChild.sexualFlaw == "breeder" || (_pfh && $activeChild.fetishStrength > 90))>> + but the idea of simultaneously impregnating and being impregnated is @@.hotpink;so tempting@@ that $he's @@.mediumaquamarine;grateful@@ to you despite $himself. + <<set $activeChild.devotion += 2, $activeChild.trust += 1>> + <<elseif (_pfk)>> + but $his obvious predilection for being pregnant significantly lessens the @@.mediumorchid;indignity@@ of the situation. + <<set _coop = false>> + <<set $activeChild.devotion -= 2>> + <<elseif (_pfh)>> + but, despite the @@.mediumorchid;indignity@@ of the situation, $his resistance seems strangely muted. It's fairly obvious that something about the idea of being impregnated is @@.hotpink;strangely appealing@@ to $him. + <<set _coop = false>> + <<set $activeChild.devotion -= 4>> + <<else>> + <<if ($activeChild.amp == 1)>> + and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. The fact that $he is @@.gold;utterly immobile@@ makes a terrifying situation @@.mediumorchid;even worse.@@ + <<set $activeChild.devotion -= 1, $activeChild.trust -= 1>> + <<else>> + and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. $He resists so violently that you must @@.red;physically coerce $him@@ into cooperating with the procedure. + <</if>> + <<set _coop = false, _enjoy = false>> + <<set $activeChild.devotion -= 5, $activeChild.trust -= 6>> + <</if>> + <<elseif (_pfk)>> + $activeChild.slaveName @@.hotpink;genuinely enjoys@@ impregnation and pregnancy, so $he is @@.mediumaquamarine;grateful@@ that you're giving $him a chance to become so intimately acquainted with both aspects of $his fetish at the same time. + <<set $activeChild.devotion += 4, $activeChild.trust += 2>> + <<if ($activeChild.devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> + $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. + <<set $activeChild.devotion += 1, $activeChild.trust += 1>> + <</if>> + <<else>> + <<if (_pfh)>> + Even though you aren't aware of any special fondness for pregnancy, $activeChild.slaveName seems @@.hotpink;oddly eager@@ to cooperate with you. It quickly becomes obvious that $he is @@.lightcoral;fascinated with pregnancy@@ and you've @@.mediumaquamarine;helped $him discover this@@ about $himself. + <<set $activeChild.devotion += 1, $activeChild.trust += 1, $activeChild.fetishKnown = 1>> + <<elseif ($activeChild.behavioralQuirk == "perverted")>> + Despite having no particular interest in pregnancy, the @@.hotpink;sheer perversity@@ of impregnating $himself is palpably arousing to $activeChild.slaveName. + <<set $activeChild.trust += 1>> + <<elseif ($activeChild.energy > 90)>> + Despite having no particular interest in pregnancy, $activeChild.slaveName's overwhelming sex drive causes $him to be aroused at the prospect of any sex, even if it happens to be with $himself. + <<elseif ($activeChild.devotion > 50)>> + Despite having no particular interest in pregnancy, $activeChild.slaveName is eager to @@.hotpink;submit to your vision@@ of $him. + <<set $activeChild.trust += 1>> + <<if ($activeChild.devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> + $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. + <<set $activeChild.devotion += 1, $activeChild.trust += 1>> + <</if>> + <<set _enjoy = false>> + <<else>> + $activeChild.slaveName cooperates without any protest. $He may not particularly enjoy pregnancy or impregnation, but $he's too well-broken to resist or speak against you. + <<set _enjoy = false>> + <</if>> + <</if>> +<</if>> + +<<if ($activeChild.fetish == "mindbroken")>> + $activeChild.slaveName is dully cooperative as you ensure $he is positioned conveniently on a bench to give you access to both aspects of $his genitalia. A quick dose of vasodilators ensures that $he is ready to perform, even if $he is unable to fully comprehend what is about to happen. Once $he is fully erect, your personal assistant uses a mechanical toy to efficiently stimulate $him to climax, while you hold a small container in place to collect $his emission. Moments later, you've loaded $activeChild.slaveName's seed into a syringe and dispensed the contents deep within $his <<if $activeChild.mpreg == 1>>ass<<else>>vagina<</if>>. +<<elseif ($activeChild.amp == 1)>> + <<if (_coop && _enjoy)>> + Although $activeChild.slaveName is unable to do much to help, $his expression is visibly excited as you place $him on a bench, and produce a sample container and syringe. + <<elseif (_enjoy)>> + A maelstrom of emotions fill $activeChild.slaveName's face as you carry $him to a bench, and produce a sample cup and syringe. + <<if ($activeChild.dick > 6)>> + You can't tell if $he's relieved or disappointed when $his excessive size interferes, as usual, with $his erection, but an injection of vasodilators quickly makes the question moot. + <</if>> + At your instruction, your personal assistant descends with a selection of toys to ensure quick ejaculation. Pleasure, lust, terror, and loathing play across $activeChild.slaveName's face as $his arousal mounts and $his hips begin to buck. By the time $he begins to ejaculate, pleasure and lust have won out and $he throws $his head back in abandon as $his emission fills the cup in your hands. <<if ($activeChild.eyes == -2)>>Although $he cannot see what you are doing, $his expression is rapt, almost dreamlike,<<else>>$He watches with rapt fascination<</if>> as you load the syringe with $his sperm, slide it into $his <<if $activeChild.mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents home, deep against $his waiting cervix. + <<elseif (_coop)>> + $activeChild.slaveName is calm and docile as you place $him on a bench, and produce a sample container and syringe. With no other option, $he throws back $his head and enjoys the stimulation as your personal assistant, at your instruction, begins stimulating $him to orgasm. When $he ejaculates, you carefully catch every drop in the sample cup, load the syringe, and inject the contents directly against $his cervix. + <<else>> + Although $activeChild.slaveName frantically squirms in a futile attempt to resist as you place $him on a bench, and produce a sample cup and syringe. Without limbs to aid $his escape, $he can only <<if ($activeChild.eyes == -2)>>blindly wait<<else>>watch<</if>> in helpless horror as the vasodilators you inject bring $his manhood to complete erectness and your personal assistant, at your instruction, begins stimulating $him. $He sobs in helpless despair as $his rigid shaft begins to throb, filling the cup with a terribly potent load of $his seed; $he frantically shakes $his head, face streaked with tears, as you dip the syringe into the cup, withdraw the plunger, insert it into $his exposed <<if $activeChild.mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents directly against the opening to $his womb. + <</if>> +<<elseif (_coop)>> + <<if (_enjoy)>> + <<if ($activeChild.dick > 6 && $activeChild.balls <= 4)>> + Although $he is aroused by the idea of impregnating $himself, $activeChild.slaveName's cock is simply too large to easily become erect. A quick injection of vasodilators later, and $he's ready to go. Because $he's so eager, you simply stand back and let the magic happen. + <<if ($activeChild.vagina == 0 && $activeChild.mpreg != 1) || ($activeChild.anus == 0 && $activeChild.mpreg == 1)>> + As ways to lose one's virginity go, this is one hell of a way to do it. Without needing any instruction, $activeChild.slaveName grasps $his massive shaft in both hands and feeds it around so the head is <<if $activeChild.mpreg == 1>>kissing $his anus<<else>>nestled between $his own labia<</if>>. $He shows only the tiniest hesitation before easing $his cock inside $his own body, @@.lime;<<if $activeChild.mpreg == 1>>through $his virgin backdoor<<else>>past $his maidenhead<</if>>,@@ until you can tell the head is nestled snugly against $his own cervix. + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<else>> + Without needing any instruction, $activeChild.slaveName grasps $his massive shaft in both hands and feeds it around so the head is <<if $activeChild.mpreg == 1>>kissing $his anus<<else>>nestled between $his own labia<</if>>. $He works it up and down for a second, relishing the sensation, and then plunges $his cock into $his own body until you can tell the tip is wedged against $his own cervix. + <</if>> + Without another partner to rut against, $activeChild.slaveName has to rely on $his own hands, bucking $his hips up against them to drive the impressively curved shaft into $his own body with increasing desperation until $his whole body shudders; $his cock throbs as $his <<if $activeChild.mpreg == 1>>ass<<else>>vagina<</if>> eagerly drinks up $his own seed. + <<else>> + <<if ($activeChild.trust < -20)>> + Although $he is aroused by the idea of impregnating $himself, $activeChild.slaveName is too terrified to achieve an erection without assistance. It takes an injection of vasodilators to overcome $his nerves and restore $his manhood to proper functioning. + <<else>> + Merely thinking about what you're about to do has $activeChild.slaveName fully erect, with a small bead of precum running down $his shaft and blending with the <<if $activeChild.mpreg == 1>>lubricant dripping from between $his cheeks<<else>>feminine wetness dripping from between $his legs<</if>>. + <</if>> + <!-- todo: if slave has lover/wife, let them "do the honors" --> + <<if ($activeChild.balls > 4)>> + Since $his balls are too large to permit any other options, you produce a special toy for $activeChild.slaveName — an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. + <<else>> + Since $he's not large enough to simply fuck $himself, you produce a special toy for $activeChild.slaveName — an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. + <</if>> + <<if ($activeChild.vagina == 0 && $activeChild.mpreg != 1) || ($activeChild.anus == 0 && $activeChild.mpreg == 1)>> + As ways to lose one's virginity go, this is one hell of a way to do it. $activeChild.slaveName trembles with excitement as $he brings the synthetic shaft between $his legs and slowly works it @@.lime;into $his virgin <<if $activeChild.mpreg == 1>>anus<<else>>pussy.<</if>>@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<else>> + $activeChild.slaveName eagerly rams the synthetic shaft as deeply into $his <<if $activeChild.mpreg == 1>>ass<<else>>pussy<</if>> as it will go, obviously fantasizing that $he's driving $his own dick into $his <<if $activeChild.mpreg == 1>>winking anus<<else>>dripping pussy<</if>>. + <</if>> + You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen traveling from the pump, along the clear plastic tube, and into the base of the dildo embedded deeply in $activeChild.slaveName's throbbing <<if $activeChild.mpreg == 1>>asshole<<else>>vagina<</if>>. + <</if>> + <<else>> + <<if ($activeChild.devotion > 50)>> + <<if ($activeChild.dick > 6)>> + No matter how hard $he tries, $activeChild.slaveName's dick is simply too large for $him to achieve erection on $his own. You're about to inject $him with a vasodilator to remedy the problem, when $he tries to take the syringe from your hand. Normally such impudence would be a grave violation, but it's obvious that $his actions are only motivated by loyalty — $he wants to fix this problem $himself so $he can feel like $he isn't failing you because of a physical inadequacy that is, admittedly, not $his fault. You relinquish the syringe and watch as $he injects $himself with the drugs necessary to achieve a full erection. + <<else>> + Despite a complete lack of sexual interest in the procedure, $activeChild.slaveName is able to quickly bring $himself to full erectness without any help. + <</if>> + <<else>> + <<if ($activeChild.dick > 6)>> + $activeChild.slaveName doesn't try all that hard to achieve erection, but it's obvious that the sheer size of $his cock would make it impossible anyway. $He silently cooperates as you inject $him with vasodilators to forcibly make $him erect. + <<else>> + Despite a complete lack of sexual interest in the procedure, $activeChild.slaveName is able to eventually bring $himself to full erectness without any help. + <</if>> + <</if>> + <!-- todo: if slave has lover/wife, let them "do the honors" --> + You produce a sample container and syringe; $activeChild.slaveName gets the idea and immediately begins jacking off. When $he ejaculates, $he carefully holds the cup with one hand to catch every drop of $his virile seed. A moment later $he dips the syringe into the container and withdraws the plunger. + <<if ($activeChild.devotion > 50)>> + $He blushes a bit, hands you the syringe, and lies back on the bench, spreading $his legs invitingly. You insert the syringe carefully into $his <<if $activeChild.mpreg == 1>>ass<<else>>vagina<</if>> as far as it will go, and spray $his sperm directly against $his waiting cervix. + <<else>> + You take the syringe from $him and gesture for $him to lie back; once $he's in position, you insert the syringe carefully into $his <<if $activeChild.mpreg == 1>>ass<<else>>vagina<</if>> and spray $his sperm directly against $his waiting cervix. + <</if>> + <</if>> +<<else>> + <<if (_enjoy)>> + Although $activeChild.slaveName is anything but eager to cooperate, you don't have to drag $him. It's obvious that $his resistance is conflicting with the raw desire to fill $himself with $his own seed. + <<if ($activeChild.dick > 6 && $activeChild.balls <= 4)>> + While the size of $his cock makes it necessary for you to inject $him with vasodilators for $him to become properly erect, $his resistance is minimal. + <<if $activeChild.vagina == 0>> + You instruct $him to fuck $himself; by this point, $he's too far gone to object, even though obeying will rob $him of $his virginity. $His hands shake with roiling emotions as $he lines $his cock up with $his own opening and gingerly works it into $his @@.lime;virgin <<if $activeChild.mpreg == 1>>anus<<else>>pussy<</if>>.@@ + <<if $activeChild.mpreg == 1>> + <<set $activeChild.anus = 1>> + <<else>> + <<set $activeChild.vagina = 1>> + <</if>> + <<else>> + You instruct $him to fuck $himself; by this point, $he's too far gone to object. $His hands shake as $he lines $his cock up with $his own opening; $he lets out a sound halfway between a sob and a moan as $he penetrates $himself. + <</if>> + Without another partner to thrust against, $activeChild.slaveName has to use $his remarkable shaft like a dildo, sliding it in and out of $his increasingly dripping sex. The potent mix of shame and arousal drives $him to orgasm quickly, and only a couple of minutes pass before you see $his shaft throbbing as $he fucks a baby into $his own belly. + <<else>> + <<if ($activeChild.dick > 6)>> + $activeChild.slaveName's balls are too large to make any other options possible, but $he is still too large to achieve erection easily. You can't tell if $he is disappointed, or relieved, by this fact, but a quick injection of vasodilators makes the question moot either way. + <<else>> + $His cock is rigidly erect almost immediately, a fact which brings a confusing mixture of shame and arousal to $his face. + <</if>> + You produce a sample container and syringe; $activeChild.slaveName gets the idea and reluctantly begins jacking off. When $he ejaculates, $he carefully holds the cup with one hand to catch every drop of $his seed. A moment later $he dips the syringe into the container and withdraws the plunger. $He hesitates, likely because the release has restored some of $his self control to $him, but before $he can do anything to escape, you press $him down with one hand and feed the syringe into $his <<if $activeChild.mpreg == 1>>anus<<else>>pussy<</if>>, depressing the plunger as soon as it's deeply inside $him. + <!-- possible todo: allow Head Girl to do this part?--> + <</if>> + <<else>> + The repulsion $activeChild.slaveName feels toward both you and what you're about to force $him to do make $his cooperation entirely out of the question. You are forced to restrain $him with straps, kicking and sobbing; the sobbing only gets louder when $he feels the prick of a needle shooting vasodilators into $his crotch. Moments later, despite $his best efforts, $he is painfully erect and ready for you to proceed. Since $he's guaranteed to make this as difficult as possible, you opt for the simplest solution: you take a condom and apply it to $his penis; once $he's sheathed, you instruct your personal assistant, using toys, to forcibly stimulate $him until $he ejaculates and remove the condom. Loading the contents into a syringe and injecting them into $his <<if $activeChild.mpreg == 1>>ass<<else>>vagina<</if>> is a simple matter, because of the straps, and moments later $he sobs in despair as $his sperm begins racing into $his waiting womb. + <</if>> +<</if>> + +<<set _actCount = random(2,8)+1>> +<<set $activeChild.counter.penetrative += _actCount, $penetrativeTotal += _actCount>> +<<if $activeChild.mpreg == 1>> + <<set $activeChild.counter.anal += _actCount, $analTotal += _actCount>> +<<else>> + <<set $activeChild.counter.vaginal += _actCount, $vaginalTotal += _actCount>> +<</if>> + +You repeat this ritual throughout the week, ensuring that $activeChild.slaveName +<<if _superfetation == 1>> + has @@.lime;added another child@@ to $his pregnancy. +<<else>> + is @@.lime;carrying $his own child.@@ +<</if>> + +<<= knockMeUp($activeChild, 100, 2, $activeChild.ID, 1)>> + +<<if $arcologies[0].FSRestart != "unset">> + <<if ($activeChild.breedingMark != 1 || $propOutcome == 0) && $eugenicsFullControl != 1>> + Rumors spread about you having your slaves breed; the Societal Elite are @@.red; very displeased@@ by these rumors. + <<set $failedElite += 5>> + <</if>> +<</if>> + +<<if ($arcologies[0].FSRepopulationFocus != "unset" && ($arcologies[0].FSGenderFundamentalist == "unset" || $arcologies[0].FSRepopulationFocus >= $arcologies[0].FSGenderFundamentalist))>> + <!-- seems logical that repop would trump anything else if it's equal-or-more advanced than fundamentalism.--> + <<if $arcologies[0].FSGenderFundamentalist != "unset">> + <<set _delt = $arcologies[0].FSRepopulationFocus - $arcologies[0].FSGenderFundamentalist>> + <<else>> + <<set _delt = $arcologies[0].FSRepopulationFocus>> + <</if>> + <<if _delt > 0>> + Society is @@.green;pleased@@ by the addition of a new slave, no matter the means by which it was produced. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSRepopulationFocus/$FSLockinLevel), "futureSocieties", $activeChild)>> + <<else>> + The traditional elements of your society disapprove of this degenerate form of reproduction, but their complaints are countered by those who believe producing more slaves by any means necessary. + <</if>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> + Society @@.red;is disgusted@@ by this degenerate form of reproduction. + <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)), "futureSocieties", $activeChild)>> + <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> +<</if>> diff --git a/src/facilities/nursery/scenes/cSlaveSlaveDick.tw b/src/facilities/nursery/scenes/cSlaveSlaveDick.tw new file mode 100644 index 00000000000..0d8ab0eed6f --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveSlaveDick.tw @@ -0,0 +1,57 @@ +:: CSlaveSlaveDick [nobr] + +<<set $nextButton = "Back", $nextLink = "Slave Interact", $slaverapistx = 0, _capable = 0>> + +//Select a slave that will ride $activeChild.slaveName.// + +<br><br> + +__Select an eligible slave:__ +<<for _i = 0; _i < $slaves.length; _i++>> + <<if ($slaves[_i].ID != $activeChild.ID) && isSlaveAvailable($slaves[_i]) && canDoVaginal($slaves[_i]) && canWalk($slaves[_i])>> /* amp-amp scene is not written */ + <<set _name = SlaveFullName($slaves[_i])>> + <br><<print "[[_name|FSlaveSlaveDick Consummate][$slaverapistx = $slaves[" + _i + "]]]">> + <<if $slaves[_i].custom.label>> (@@.yellow;''<<print $slaves[_i].custom.label>>''@@)<</if>> + <<if (canImpreg($slaves[_i], $activeChild))>> + @@.green;Fertile@@ + <</if>> + <<if $familyTesting == 1 && totalRelatives($activeChild) > 0>> + /* parental test */ + <<if ($activeChild.father && $slaves[_i].ID == $activeChild.father)>> + @@.lightgreen;Father@@ + <</if>> + <<if ($activeChild.mother && $slaves[_i].ID == $activeChild.mother)>> + @@.lightgreen;Mother@@ + <</if>> + /* offspring test */ + <<if ($slaves[_i].mother && $slaves[_i].mother == $activeChild.ID)>> + @@.lightgreen;Daughter@@ + <</if>> + <<if ($slaves[_i].father && $slaves[_i].father == $activeChild.ID)>> + @@.lightgreen;Daughter@@ + <</if>> + /* sibling test */ + <<switch areSisters($activeChild, $slaves[_i])>> + <<case 1>> + @@.lightgreen;Twin.@@ + <<case 2>> + <<if ($slaves[_i].genes == "XX")>> + @@.lightgreen;Sister@@ + <<else>> + @@.lightgreen;Brother@@ + <</if>> + <<case 3>> + <<if ($slaves[_i].genes == "XX")>> + @@.lightgreen;Half-Sister@@ + <<else>> + @@.lightgreen;Half-Brother@@ + <</if>> + <</switch>> + <</if>> /* closes extended family mode */ + <<set _capable = 1>> + <</if>> +<</for>> + +<<if (_capable == 0)>> + <br>//You have no slaves capable of this act.// +<</if>> diff --git a/src/facilities/nursery/scenes/cSlaveSlaveDickConsummate.tw b/src/facilities/nursery/scenes/cSlaveSlaveDickConsummate.tw new file mode 100644 index 00000000000..ee18b26327d --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveSlaveDickConsummate.tw @@ -0,0 +1,551 @@ +:: CSlaveSlaveDick Consummate [nobr] + +<<set $nextButton = "Continue", $returnTo = $nextLink, $nextLink = "AS Dump">> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<run clearSummaryCache($slaverapistx)>> +<<setLocalPronouns $slaverapistx 2>> + +<<if $activeChild.dick>> + <<if $activeChild.dick == 1>> + <<set _dicksize = "tiny">> + <<elseif ($activeChild.dick == 2)>> + <<set _dicksize = "tiny">> + <<elseif ($activeChild.dick == 3)>> + <<set _dicksize = "average">> + <<elseif ($activeChild.dick == 4)>> + <<set _dicksize = "big">> + <<elseif ($activeChild.dick == 5)>> + <<set _dicksize = "huge">> + <<elseif ($activeChild.dick == 6)>> + <<set _dicksize = "gigantic">> + <<elseif ($activeChild.dick == 7)>> + <<set _dicksize = "titanic">> + <<elseif ($activeChild.dick == 8)>> + <<set _dicksize = "absurd">> + <<elseif ($activeChild.dick >= 9)>> + <<set _dicksize = "inhuman">> + <</if>> +<</if>> + +<<if $activeChild.mother == $slaverapistx.ID || $activeChild.father == $slaverapistx.ID || $slaverapistx.mother == $activeChild.ID || $slaverapistx.father == $activeChild.ID || (areSisters($activeChild, $slaverapistx) > 0)>> + <<set _isIncest = 1>> +<</if>> + +You take a look at the bound cock toy. + + +<<if ($activeChild.fetish == "mindbroken") && ($activeChild.career != "a dairy cow") && ($activeChild.career != "a breeding bull")>> + Since $activeChild.slaveName is mentally broken, the restraints don't do anything but set the scene. +<<elseif ($activeChild.devotion > 50)>> + Since $activeChild.slaveName is devoted, $his restraints are more for the show than for practical purposes. +<<elseif ($activeChild.devotion > 20)>> + $activeChild.slaveName is obedient but not devoted, so $his restraints are firm for $his own good. +<<else>> + $activeChild.slaveName is unlikely to comply willingly, and is tied down tight, unable to budge more than <<if $showInches == 2>>an inch<<else>>a centimeter<</if>>. +<</if>> + +<<if ($activeChild.amp == 1)>> + $His limbless torso lies on the bed, ready for $slaverapistx.slaveName. +<<elseif tooBigBelly($activeChild)>> + $His huge belly will limit the number of possible positions for $slaverapistx.slaveName to take $him in. +<<elseif tooBigBreasts($activeChild)>> + The weight of $his tits pins $him helplessly in place. +<<elseif tooBigButt($activeChild)>> + $His huge ass pushes $his pelvis further up, making it look as if $he's trying to fuck the air. +<<elseif tooBigDick($activeChild)>> + $His huge cock is clearly going to be a challenge. +<<elseif tooBigBalls($activeChild)>> + $His huge balls might get a bit in the way in this position. +<<elseif tooFatSlave($activeChild)>> + $His huge gut threatens to envelope $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>. +<</if>> + +<<if ($activeChild.fetish == "mindbroken") && ($activeChild.career != "a dairy cow") && ($activeChild.career != "a breeding bull")>> + <<if $activeChild.energy > 40>> + $activeChild.slaveName is broken mentally, but has a serviceable libido. After a bit of stimulation $he's good to go without any further reaction on $his own. + <<else>> + $activeChild.slaveName is broken mentally, and $his low libido prevents $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> from becoming erect. A massive dose of vasodilators fixes this, and you think you see $his face twitch with the pain, but there is no further reaction. + <</if>> +<<elseif ($activeChild.fetish == "mindbroken") && ($activeChild.career == "a dairy cow")>> + <<if $activeChild.energy > 40>> + $activeChild.slaveName, as a good cow with a good libido, takes only a little fondling before $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> becomes erect. When you let go, $he gives a needy moo with a sad expression to ask you to keep going. + <<else>> + $activeChild.slaveName may be a cow, but $his low libido keeps $his mostly soft despite plenty of fondling. You inject $him with vasodilators so $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect, and $he moos in discomfort and struggles against $his restraints. + <<set _bottomdrugged = 1>> + <</if>> +<<elseif ($activeChild.fetish == "mindbroken") && ($activeChild.career == "a breeding bull")>> + $activeChild.slaveName, as a good bull, was already erect while being tied down. It seems $he knows what's going to happen to $him soon. Maybe someone at the Cattle Ranch has been sampling their bulls? +<<else>> + <<if $activeChild.devotion >= -20>> + <<if $activeChild.energy > 40>> + <<if ($activeChild.fetishKnown == 1)>> + <<if ($activeChild.fetish == "submissive")>> + $activeChild.slaveName is a known sub, and seconds after $he is ordered to lie down to be restrained $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is erect. $He knows $he's going to get used, and can't hide $his excitement. + <<elseif ($activeChild.fetish == "dom")>> + $activeChild.slaveName is a known dom, and needs some stimulation before $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes hard. Despite knowing $he's going to be used, $he can't hide $his curiosity to experience what the other side feels. + <<elseif ($activeChild.fetish == "masochist")>> + $activeChild.slaveName almost gets off on being tied down tight, sporting a <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> once you have finished. $His nipples are firm as well, and $he struggles against $his restraints to feel them dig into $him tighter. + <<elseif ($activeChild.fetish == "sadist")>> + $activeChild.slaveName is a sadist, and finds $himself in the exact opposite position $he'd want to be in to get off. It's obvious $he's not going to get aroused soon, so you inject $him with vasodilators so $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect and hope $he at least learns something from being on the receiving end for once. + <<set _bottomdrugged = 1>> + <<elseif ($activeChild.fetish == "humiliation")>> + $activeChild.slaveName gets off on humiliation, and after being ordered to lay naked on a bed to be tied down, becomes flushed with arousal with $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> throbbing in anticipation at being used like a toy. + <<elseif ($activeChild.fetish == "pregnancy") && ($arcologies[0].FSRepopulationFocus != "unset") && canPenetrate($activeChild)>> + $activeChild.slaveName gets off thinking about pregnancy, and in your arcology most women are pregnant or fertile. $He knows someone's pussy will be around $his _dicksize cock soon, and is clearly lost in $his fantasies as $his cock swells to a throbbing erection. + <</if>> + <<elseif ($activeChild.attrXX > 65)>> + $activeChild.slaveName has a good sex drive and likes pussy, even before $he's fully bound $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is throbbing in anticipation. + <<else>> + Despite $his adequate sex drive, since $activeChild.slaveName isn't turned on by the prospect of pussy, $he takes some manual stimulation before $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> stands erect. + <</if>> + <<else>> + <<if ($activeChild.attrXX > 65)>> + $activeChild.slaveName isn't known for $his high libido, but since $he likes pussy all it takes is some teasing to get $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> erect and ready. + <<else>> + $activeChild.slaveName doesn't have a high libido, and also isn't attracted to female slaves. A dose of vasodilators injected at the base of $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> causes $him to quickly reach painful readiness, and the unnatural pain makes $him strain at $his bonds. + <<set _bottomdrugged = 1>> + <</if>> + <</if>> + <<else>> + <<if $activeChild.energy > 60>> + <<if ($activeChild.attrXX > 65)>> + Although $activeChild.slaveName does not like being a slave, $his high libido and love for pussy have $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> ready for sex despite $his negative feelings. + <<else>> + $activeChild.slaveName does not like being a slave, and isn't attracted to women, but with $his high libido all it takes is simple teasing for $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> to be ready for sex. + <</if>> + <<else>> + $activeChild.slaveName does not like being a slave, and without a high sex drive $he is able to resist stimulation and stay soft. A quick dose of vasodilators changes that, and $he moans in pain and struggles against $his bonds in vain as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes painfully hard. + <<set _bottomdrugged = 1>> + <</if>> + <</if>> +<</if>> + +<br><br> + +You call $slaverapistx.slaveName into the room. + +<br><br> + +<<if ($activeChild.fetish == "mindbroken") && ($activeChild.career != "a dairy cow") && ($activeChild.career != "a breeding bull")>> + $activeChild.slaveName doesn't even notice + <<if _isIncest == 1>> + <<if $activeChild.father == $slaverapistx.ID && $activeChild.mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == $activeChild.ID || $slaverapistx.father == $activeChild.ID>> + $his own <<print relativeTerm($activeChild, $slaverapistx)>>, + <<elseif $activeChild.mother == $slaverapistx.ID>> + $his own mother, + <<elseif $activeChild.father == $slaverapistx.ID>> + the slave that fathered $him, + <<elseif (areSisters($activeChild, $slaverapistx) > 0)>> + $his <<print relativeTerm($activeChild, $slaverapistx)>>, + <</if>> + <<else>> + the other slave, + <</if>> + and simply lays still. +<<elseif ($activeChild.fetish == "mindbroken") && (($activeChild.career == "a dairy cow") || ($activeChild.career == "a breeding bull"))>> + <<if _isIncest == 1>> + $activeChild.slaveName's simple mind does not even acknowledge that $slaverapistx.slaveName is + <<if $activeChild.father == $slaverapistx.ID && $activeChild.mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == $activeChild.ID || $slaverapistx.father == $activeChild.ID>> + $his own <<print relativeTerm($activeChild, $slaverapistx)>>, + <<elseif $activeChild.mother == $slaverapistx.ID>> + $his own mother, + <<elseif $activeChild.father == $slaverapistx.ID>> + the slave that fathered $him, + <<elseif (areSisters($activeChild, $slaverapistx) > 0)>> + $his <<print relativeTerm($activeChild, $slaverapistx)>>, + <</if>> + <<else>> + $activeChild.slaveName <<if canSee($activeChild)>>sees<<elseif canHear($activeChild)>>hears<<else>>dimly acknowledges<</if>> the newcomer, and with $his simple mind + <</if>> + $he only knows that they have a pussy and $his <<if ($activeChild.clit >= 4)>>swollen clit<<else>>_dicksize penis<</if>> is erect. Naturally, $he seems quite eager to put them together. + <<set _incestMood = "Bottom">> +<<else>> + <<if _isIncest == 1>> + $activeChild.slaveName is fully naked and <<if canSee($activeChild)>>looking up at<<else>>waiting in front of<</if>> + <<if $activeChild.father == $slaverapistx.ID && $activeChild.mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == $activeChild.ID || $slaverapistx.father == $activeChild.ID>> + $his own <<print relativeTerm($activeChild, $slaverapistx)>>, + <<elseif $activeChild.mother == $slaverapistx.ID>> + $his own mother, + <<elseif $activeChild.father == $slaverapistx.ID>> + the slave that fathered $him, + <<elseif (areSisters($activeChild, $slaverapistx) > 0)>> + $his <<print relativeTerm($activeChild, $slaverapistx)>>, + <</if>> + <<if ($activeChild.sexualQuirk == "perverted") || ($activeChild.sexualQuirk == "sinful")>> + <<set _incestMood = "Bottom">> + unable to hide $his intense arousal at the impending <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> act.<<if canSee($activeChild)>> $His eyes are locked on $slaverapistx.slaveName's pussy, and<</if>> $slaverapistx.slaveName can hear $him moan in anticipation<<if !canSee($activeChild)>>, which surprises the blind slave<</if>>. + <<elseif ($activeChild.relationshipTarget == $slaverapistx.ID) && ($activeChild.relationship > 2)>> + <<set _incestMood = "Both">> + but since they're already in a sexual relationship, $he just shows a relaxed smile as $he waits for $slaverapistx.slaveName to mount $him. + <<else>> + <<if $activeChild.devotion > 95>> + <<set _incestMood = "Bottom">> + but $his deep acceptance of slavery means $he is eager to please you, <<if ($activeChild.clit >= 4)>>leaving $his massive clit flushed<<else>>making $his _dicksize cock drip precum<</if>>. + <<elseif $activeChild.devotion > 60>> + and is clearly struggling between keeping $himself hard and acknowledging the incest. A small dose of vasodilators and $his impressive desire to please you should keep $his <<if ($activeChild.clit >= 4)>>clit<<else>>penis<</if>> up for $slaverapistx.slaveName. + <<set _incestMood = "BottomFragile">> + <<else>> + <<if ndef _bottomdrugged>> + and once it becomes clear to $him that $slaverapistx.slaveName will be the one mounting $him, $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> shrinks away. A direct injection of vasodilators changes that, bringing $him back to readiness to $his horror. + <<set _bottomdrugged = 1>> + <<else>> + and to $his own horror the drugs $he was injected with keep $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting. + <</if>> + <</if>> + <</if>> + <</if>> +<</if>> + +<br><br> + +<<if $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career != "a dairy cow") && ($slaverapistx.career != "a breeding bull")>> + $slaverapistx.slaveName stares blankly, and needs to be deliberately guided to straddle $activeChild.slaveName. + <<if _isIncest == 1>> + Naturally, _he2 isn't even aware of the impending incest. + <</if>> + <<if ($activeChild.fetish == "mindbroken") && ($activeChild.career != "a dairy cow") && ($activeChild.career != "a breeding bull")>> + Since both slaves are essentially vegetables, this is shaping up to be a rather contrived sexual demonstration. The parts are all there, but the actors aren't going to contribute much to the show. + <</if>> +<<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a dairy cow")>> + $slaverapistx.slaveName sees the <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, and catches on to why _he2's here quickly. _He2 takes it into _his2 mouth before you stop _him2 and tap _his2 pussy, and after a few seconds of thinking _he2 straddles $activeChild.slaveName's hips with a moo. + <<if _isIncest == 1>> + Naturally, since _he2 thinks _he2's a cow, incest means nothing to _him2. + <</if>> +<<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a breeding bull")>> + $slaverapistx.slaveName sees the <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, but isn't quite sure what to do with it. _He2's been brought up to use _his2 dick when thinking, after all. It takes a few minutes to get _him2 to straddle $activeChild.slaveName's hips with the intent to get _his2 pussy penetrated. + <<if _isIncest == 1>> + Naturally, since _he2 thinks _he2's a breeding bull, incest means nothing to _him2. + <</if>> +<<else>> + <<if _isIncest == 1>> + $slaverapistx.slaveName sees + <<if $slaverapistx.father == $activeChild.ID && $slaverapistx.mother == $activeChild.ID>> + the slave that is both _his2 mother and _his2 father + <<elseif $activeChild.mother == $slaverapistx.ID || $activeChild.father == $slaverapistx.ID>> + _his2 own <<print relativeTerm($slaverapistx, $activeChild)>> + <<elseif $slaverapistx.mother == $activeChild.ID>> + _his2 own mother + <<elseif $slaverapistx.father == $activeChild.ID>> + the slave that fathered _him2 + <<elseif (areSisters($slaverapistx, $activeChild) > 0)>> + _his2 <<print relativeTerm($activeChild, $slaverapistx)>> + <</if>> + tied to the bed, + <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> + <<if _incestMood == "Bottom">> + and can't hide _his2 <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> arousal at the excited glances they share. + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Top">> + and becomes indecently aroused at their horrified expressions for the <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> incest to come. + <</if>> + <<elseif ($slaverapistx.relationshipTarget == $activeChild.ID) && ($slaverapistx.relationship > 2)>> + and licks _his2 lips involuntarily. + <<else>> + <<if $slaverapistx.devotion > 95>> + <<if _incestMood == "Bottom">> + as well as _his2 apparent lust. Since _he2 is a perfect slave for you, _his2 vagina becomes flushed with arousal quickly. + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Top">> + as well as $his worried expressions. $slaverapistx.slaveName seems aroused and determined to show $him how a proper slave should act. + <</if>> + <<elseif $slaverapistx.devotion > 60>> + <<if _incestMood == "BottomFragile">> + <<unset _incestMood>> + <</if>> + and after figuring out they're just as superficially prepared as _he2 is, resolves _himself2 to forget they're related to stay aroused. + <<else>> + and can't hide the look of horror that crosses _his2 face. You assure _him2 this is what _he2 needs to do. + <<if _incestMood == "Bottom">> + To _his2 growing disgust, _he2 can tell $activeChild.slaveName's <<if ($activeChild.clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> shows off genuine arousal despite their blood relation. + <<else>> + _He2 might find solace in the fact that the owner of the <<if ($activeChild.clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> on display doesn't seem thrilled as well. + <</if>> + <</if>> + <</if>> + <</if>> + + <<if _incestMood == "Top" || _incestMood == "Both" || ndef(_isIncest)>> + <<if ($slaverapistx.fetishKnown == 1)>> + <<if ($slaverapistx.fetish == "submissive")>> + $slaverapistx.slaveName usually prefers to be underneath someone with a <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> like that, which is obvious in _his2 expressions. Knowing _he2's riding it due to someone's orders is just about the only detail that plays to _his2 fetish. + <<elseif ($slaverapistx.fetish == "dom")>> + $slaverapistx.slaveName can't hide _his2 domineering smile at the <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> tied up and presented to _him2. Being on top and controlling everything is what gets _him2 off, and you just gave _him2 a nice human dildo to dominate. + <<elseif ($slaverapistx.fetish == "masochist")>> + $slaverapistx.slaveName usually prefers to be the one being abused, which is clear from _his2 disappointed reaction as _he2 considers the <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> tied before _him2. Maybe _he2 can delude _himself2 into thinking this is a denial play for _himself2 and enjoy the human dildo, or maybe not. + <<elseif ($slaverapistx.fetish == "sadist")>> + $slaverapistx.slaveName is a sadist, and seeing a human dildo tied town for _him2 to abuse and enjoy has _him2 almost panting in arousal. The ecstatic look of devotion _he2 flashes you makes it clear _he2's going to enjoy _himself2, regardless of how the <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>'s owner feels. + <<elseif ($slaverapistx.fetish == "humiliation")>> + $slaverapistx.slaveName usually gets off on humiliation, and you know _he2 wishes the roles were reversed here. Despite that, having _his2 <<= WrittenMaster($slaverapistx)>> order _him2 to get _himself2 off with the human dildo beneath _him2 is quite thrilling, sexually. + <</if>> + <</if>> + <</if>> +<</if>> + +<br><br> + + +<<if ($activeChild.devotion < -20) && ($slaverapistx.devotion < -20)>> + Since you have two restrained slaves, it's up to you to do all the work. Since $activeChild.slaveName is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts lowering _himself2 very slowly, pulling back every time $activeChild.slaveName's dick prods _his2 womanhood. After watching the sad display for a while, you grab _him2 by the hips and slam _him2 down onto $activeChild.slaveName, hilting _him2 in one, scream-inducing move. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeChild.slaveName's ready <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeChild.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give $activeChild.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == $activeChild.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeChild, $slaverapistx)>>'s — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeChild, $slaverapistx)>>'s vagina. + <</if>> + <<elseif $activeChild.mother == $slaverapistx.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + $slaverapistx.slaveName seems more cooperative after that and you only have to occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do and fear you as a result. + +<<elseif ($activeChild.devotion < -20)>> + Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of $activeChild.slaveName, and then maneuver _his2 pussy into place. $activeChild.slaveName is uncooperative, so you prod and slap $him until $he starts to thrust $his cock into $slaverapistx.slaveName with urgency. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeChild.slaveName's ready <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeChild.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _h2e might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give $activeChild.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == $activeChild.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeChild, $slaverapistx)>>'s — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeChild, $slaverapistx)>>'s vagina. + <</if>> + <<elseif $activeChild.mother == $slaverapistx.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + It doesn't take long for $activeChild.slaveName to orgasm. $He resents what you made $him do and fears you as a result. + +<<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> + You tell the randy $slaverapistx.slaveName that $activeChild.slaveName's <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. + <<if $slaverapistx.vagina == 0>> + Without further instruction, $slaverapistx.slaveName lowers _his2 virgin pussy onto $activeChild.slaveName waiting <<if ($activeChild.clit >= 4)>>clit-dick<<else>>_dicksize dick<</if>>, impaling _himself2 slowly and teasing _his2 bound victim. This act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.fetishStrength += 1>> + <</if>> + _He2 begins playing with _him2 immediately, fondling, pinching and licking while bouncing on the meaty shaft. Occasionally _he2 stops, denying $activeChild.slaveName release and teasing $him, fully enjoying _his2 dominant role. + <<if $activeChild.dick > 0>> + <<if ($activeChild.fetish == "submissive")>> + By the end of the session $activeChild.slaveName's abused, pent-up penis has shot a massive load into $slaverapistx.slaveName's welcoming pussy. $He is glad to be dominated. + <<else>> + By the end of the session $activeChild.slaveName's abused, pent-up penis has shot a massive load, to $his horror and resentment, into the blissfully satisfied $slaverapistx.slaveName. + <</if>> + <</if>> + +<<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && ($activeChild.devotion < -20)>> + You tell the grinning $slaverapistx.slaveName that $activeChild.slaveName's <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to hurt and rape another slave for _his2 pleasure. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeChild.slaveName's ready <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeChild.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give $activeChild.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == $activeChild.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeChild, $slaverapistx)>>'s — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeChild, $slaverapistx)>>'s vagina. + <</if>> + <<elseif $activeChild.mother == $slaverapistx.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + _He2 begins playing with $him immediately, slapping, pinching and licking $his boobs while bouncing on the meaty shaft. Occasionally _he2 stops, denying $activeChild.slaveName release by painfully squeezing and smacking the sensitive shaft. By the end of the session $activeChild.slaveName's abused, pent-up penis has shot several massive and painful loads into the blissfully satisfied $slaverapistx.slaveName, leaving $him lying on the bed, shaking in horror and @@.red;utter exhaustion,@@ while $slaverapistx.slaveName reaps the opportunity to continue painfully tormenting $him. + <<set $activeChild.health -= 10>> + <<set $activeChild.counter.penetrative += 3, $penetrativeTotal += 3, $slaverapistx.counter.vaginal += 3, $vaginalTotal += 3>> + +<<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20)>> + You tell the randy $slaverapistx.slaveName that $activeChild.slaveName's <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all $hers. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeChild.slaveName's ready <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeChild.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give $activeChild.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == $activeChild.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeChild, $slaverapistx)>>'s — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeChild, $slaverapistx)>>'s vagina. + <</if>> + <<elseif $activeChild.mother == $slaverapistx.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + _He2 rides the helpless $activeChild.slaveName through several ejaculating orgasms. In the short breaks between them, _he2 teases $his pussy. By the end of the session $slaverapistx.slaveName's cunt is dripping cum, to _his2 obvious satiation and bliss. $activeChild.slaveName is lying next to _him2 on the bed in a state of fatigue, the entire experience having thoroughly exhausted $him. + <<set $activeChild.counter.penetrative += 3, $penetrativeTotal += 3, $slaverapistx.counter.vaginal += 3, $vaginalTotal += 3>> + +<<elseif ($activeChild.devotion <= 20) || ($slaverapistx.devotion <= 20)>> + You toss $activeChild.slaveName onto the bed and tell $slaverapistx.slaveName to get on with it. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeChild.slaveName's ready <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeChild.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;_he2 is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give $activeChild.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == $activeChild.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeChild, $slaverapistx)>>'s — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeChild, $slaverapistx)>>'s vagina. + <</if>> + <<elseif $activeChild.mother == $slaverapistx.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a nonverbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at $activeChild.slaveName. + +<<elseif ($activeChild.devotion <= 50) || ($slaverapistx.devotion <= 50)>> + You order $activeChild.slaveName and $slaverapistx.slaveName to get on with it. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeChild.slaveName's ready <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeChild.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give $activeChild.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == $activeChild.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeChild, $slaverapistx)>>'s — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeChild, $slaverapistx)>>'s vagina. + <</if>> + <<elseif $activeChild.mother == $slaverapistx.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $activeChild.slaveName's <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> and dripping away with the contents of $slaverapistx.slaveName's cum-filled pussy. You notice $slaverapistx.slaveName's looking a little more longingly at $activeChild.slaveName. + +<<else>> + The two slaves turn eagerly to the business of sex. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeChild.slaveName's ready <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeChild.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give $activeChild.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == $activeChild.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeChild, $slaverapistx)>>'s — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeChild, $slaverapistx)>>'s vagina. + <</if>> + <<elseif $activeChild.mother == $slaverapistx.ID>> + <<if ($activeChild.counter.penetrative == 0)>> + $activeChild.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + $activeChild.slaveName's breath quickens as $his <<if ($activeChild.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + $slaverapistx.slaveName happily rides $activeChild.slaveName, who occasionally thrusts $his hips up. After a little while, when $slaverapistx.slaveName bends down to engage in passionate kissing, you come over and + <<if canDoAnal($slaverapistx) && $slaverapistx.anus > 0>> + penetrate $slaverapistx.slaveName's free asshole with your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. With the extra stimulus of double penetration, _he2 comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. + <<set $slaverapistx.counter.anal++, $analTotal++>> + <<if canImpreg($slaverapistx, $PC)>> + <<= knockMeUp($slaverapistx, 5, 1, -1, 1)>> + <</if>> + <<elseif canDoVaginal($activeChild)>> + penetrate $activeChild.slaveName's free pussy with your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. + <<= VCheck.Vaginal(1)>> + <<elseif canDoAnal($activeChild)>> + penetrate $activeChild.slaveName's free asshole with your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. + <<= VCheck.Anal(1)>> + <<else>> + pull _his2 face to your crotch. All this penetration has got you horny and there are no free holes to fuck, so a little oral will have to do. It doesn't take long for all three of you to collapse into an exhausted, satisfied pile of flesh. + <<set $slaverapistx.counter.oral++, $oralTotal++>> + <</if>> +<</if>> + + +<br><br> + +<<set $activeChild.counter.penetrative += 1, $penetrativeTotal += 1, $slaverapistx.counter.vaginal += 1, $vaginalTotal += 1>> + +/% Friendship/lust? %/ +<<if ([2].includes($activeChild.relationship) && $activeChild.relationshipTarget == $slaverapistx.ID) && ([2].includes($slaverapistx.relationship) && $slaverapistx.relationshipTarget == $activeChild.ID)>> + You keep $activeChild.slaveName's dick intimate with $slaverapistx.slaveName's pussy for awhile, something the two friends haven't been sharing with each other. In the end, you are certain they got closer, becoming @@.lightgreen;friends with benefits.@@ + <<set $activeChild.relationship++, $slaverapistx.relationship++>> +<</if>> + +/% pregnancy test %/ +<<if canImpreg($slaverapistx, $activeChild)>> + <<= knockMeUp($slaverapistx, 25, 0, $activeChild.ID)>> +<</if>> + +/% save changes %/ +<<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>> diff --git a/src/facilities/nursery/scenes/cSlaveSlaveVag.tw b/src/facilities/nursery/scenes/cSlaveSlaveVag.tw new file mode 100644 index 00000000000..0920196aa9a --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveSlaveVag.tw @@ -0,0 +1,26 @@ +:: CSlaveSlaveVag [nobr] + +<<set $nextButton = "Back", $nextLink = "Slave Interact">> + +<<set $slaverapistx = 0, $eligibility = 0>> + +//Select a slave that will fuck $activeChild.slaveName.// + +<br><br> + +__Select an eligible slave:__ + +<br> + +<<for _i = 0; _i < $slaves.length; _i++>> + <<if (canPenetrate($slaves[_i])) || ($slaves[_i].clit >= 4)>> + <<if ($slaves[_i].ID != $activeChild.ID)>> + <<set _name = SlaveFullName($slaves[_i])>> + <br><<print "[[_name|FSlaveSlaveVag Consummate][$slaverapistx = $slaves[" + _i + "]]]">> + <<set $eligibility = 1>> + <</if>> + <</if>> +<</for>> +<<if ($eligibility == 0)>> + <br>//You have no slaves capable of this act.// +<</if>> diff --git a/src/facilities/nursery/scenes/cSlaveSlaveVagConsummate.tw b/src/facilities/nursery/scenes/cSlaveSlaveVagConsummate.tw new file mode 100644 index 00000000000..9406af6f7fe --- /dev/null +++ b/src/facilities/nursery/scenes/cSlaveSlaveVagConsummate.tw @@ -0,0 +1,251 @@ +:: CSlaveSlaveVag Consummate [nobr] + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> +<<run clearSummaryCache($slaverapistx)>> +<<setLocalPronouns $slaverapistx 2>> + +<<set $activeChild.counter.vaginal += 1>> +<<set $vaginalTotal += 1>> +<<set $slaverapistx.counter.penetrative++, $penetrativeTotal++>> + +<<if $slaverapistx.dick == 1>> + <<set _dicksize = "pathetic">> +<<elseif ($slaverapistx.dick == 2)>> + <<set _dicksize = "tiny">> +<<elseif ($slaverapistx.dick == 3)>> + <<set _dicksize = "average">> +<<elseif ($slaverapistx.dick == 4)>> + <<set _dicksize = "big">> +<<elseif ($slaverapistx.dick == 5)>> + <<set _dicksize = "huge">> +<<elseif ($slaverapistx.dick == 6)>> + <<set _dicksize = "gigantic">> +<<elseif ($slaverapistx.dick == 7)>> + <<set _dicksize = "titanic">> +<<elseif ($slaverapistx.dick == 8)>> + <<set _dicksize = "absurd">> +<<elseif ($slaverapistx.dick == 9)>> + <<set _dicksize = "inhuman">> +<<else>> + <<set _dicksize = "obscene">> +<</if>> + +<<if $activeChild.mother == $slaverapistx.ID || $activeChild.father == $slaverapistx.ID || $slaverapistx.mother == $activeChild.ID || $slaverapistx.father == $activeChild.ID || (areSisters($activeChild, $slaverapistx) > 0)>> + <<set _isIncest = 1>> +<</if>> + +You take a look at the slave you selected. + +<<if ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> + Since $slaverapistx.slaveName loves to dominate others it's not hard to get _his2 <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> ready. + <<if ($slaverapistx.attrXX > 65)>> + With _his2 love of pussy, _he2 becomes aroused indecently fast. + <<else>> + _His2 <<if $slaverapistx.dick > 0>>_dicksize cock<<else>>massive clit<</if>> quickly swells to a throbbing erection at the prospect of forcing _himself2 on another slave. + <</if>> +<<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> + With the prospect of torturing another slave <<if $slaverapistx.dick > 0>>_his2 _dicksize cock swells to a throbbing erection in seconds<<else>>_his2 huge clit becomes fully engorged in seconds<</if>>. +<<elseif ($slaverapistx.fetish == "pregnancy") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20) && $slaverapistx.dick > 0>> + With the prospect of raping another slave bareback, _his2 _dicksize cock swells to a throbbing erection in seconds. +<<elseif ($slaverapistx.attrXX > 65) && ($slaverapistx.devotion >= -20)>> + Since $slaverapistx.slaveName likes sticking _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> in girls, _he2 doesn't take much convincing. +<<elseif ($slaverapistx.devotion > 50)>> + Since $slaverapistx.slaveName is devoted to you, _he2'll eagerly fuck anything you tell _him2 to fuck. +<<elseif ($slaverapistx.devotion > 20)>> + Since $slaverapistx.slaveName is obedient, _he2'll fuck anything you tell _him2 to fuck. +<<elseif ($slaverapistx.devotion >= -20)>> + Since $slaverapistx.slaveName does not resist your will, _he2 should comply reasonably well. _He2 has to work to get _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> hard despite _his2 doubts, visibly disturbed that you are ordering _him2 to fuck someone for your entertainment. +<<else>> + Since $slaverapistx.slaveName is unlikely to comply willingly, you simply restrain _him2 and administer a massive dose of vasodilators, directly where they will do the most good. $slaverapistx.slaveName writhes with the pain of the injection, which is compounded as _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> quickly reaches an agonizingly full erection. +<</if>> + +<<if _isIncest == 1>> + $slaverapistx.slaveName is well aware that _he2 is about to rape + <<if $slaverapistx.father == $activeChild.ID && $slaverapistx.mother == $activeChild.ID>> + the slave that is both _his2 mother and _his2 father, + <<elseif $activeChild.mother == $slaverapistx.ID || $activeChild.father == $slaverapistx.ID>> + _his2 own <<print relativeTerm($slaverapistx, $activeChild)>>, + <<elseif $slaverapistx.mother == $activeChild.ID>> + _his2 own mother, + <<elseif $slaverapistx.mother == $activeChild.ID>> + the slave that fathered _him2, + <<elseif (areSisters($activeChild, $slaverapistx) > 0)>> + _his2 <<print relativeTerm($slaverapistx, $activeChild)>>, + <</if>> + <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> + <<if ($slaverapistx.energy > 60)>> + and seems quite aroused at just how <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> that is. <<if canSee($slaverapistx)>>$slaverapistx.slaveName's eyes seemed locked on $activeChild.slaveName's inviting pussy, thoroughly aroused and waiting for your order.<</if>> + <<else>> + but despite _his2 conflicted feelings _his2 arousal is clear. + <</if>> + <<set _incestMood = "Top">> + <<elseif ($slaverapistx.relationshipTarget == $activeChild.ID) && ($slaverapistx.relationship > 2)>> + but since _he2's already in a sexual relationship with $him, it's only special because _his2 <<= WrittenMaster($slaverapistx)>> is watching. + <<set _incestMood = "Top">> + <<else>> + <<if $slaverapistx.devotion > 95>> + but _his2 deep acceptance of slavery means _he2 can't help but be eager to please everyone involved with _his2 performance. + <<set _incestMood = "Top">> + <<elseif $slaverapistx.devotion > 60>> + but _his2 experience as a slave means _he2 can mostly ignore it and focus on sex. + <<else>> + and is understandably disturbed. + <</if>> + <</if>> +<</if>> + +<br><br> + +Next, you see to $activeChild.slaveName. + +<<if _isIncest == 1>> + $activeChild.slaveName is fully naked and <<if canSee($activeChild)>>looking up at<<else>>waiting in front of<</if>> + <<if $activeChild.father == $slaverapistx.ID && $activeChild.mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == $activeChild.ID || $slaverapistx.father == $activeChild.ID>> + $his own <<print relativeTerm($activeChild, $slaverapistx)>>, + <<elseif $activeChild.mother == $slaverapistx.ID>> + $his own mother, + <<elseif $activeChild.father == $slaverapistx.ID>> + the slave that fathered $him, + <<elseif (areSisters($activeChild, $slaverapistx) > 0)>> + $his <<print relativeTerm($activeChild, $slaverapistx)>>, + <</if>> + <<if ($activeChild.sexualQuirk == "perverted") || ($activeChild.sexualQuirk == "sinful")>> + <<if ($activeChild.energy > 60)>> + whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> is standing firm above $him. $He seems indecently aroused, flushed and shivering in anticipation. + <<else>> + but despite $his conflicted feelings $his growing arousal is clear as $he <<if canSee($activeChild)>>stares at<<else>>imagines<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that's soon going inside $him. + <</if>> + <<if _incestMood == "Top">> + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Bottom">> + <</if>> + <<elseif ($activeChild.relationshipTarget == $slaverapistx.ID) && ($activeChild.relationship > 2)>> + and seems calm and inviting to $his + <<if $slave.relationship == 3>> + sex friend + <<elseif $slave.relationship == 4>> + lover + <<else>> + slave wife + <</if>> + 's <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that will be penetrating $him. + <<if _incestMood == "Top">> + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Bottom">> + <</if>> + <<else>> + <<if $activeChild.devotion > 95>> + and $his deep acceptance of $his status as a slave has $him staring <<if canSee($activeChild)>>at<<else>>blindly towards<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> above $him with a lusty smile. + <<if _incestMood == "Top">> + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Bottom">> + <</if>> + <<elseif $activeChild.devotion > 60>> + and if $he focuses, $he can forget the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> standing erect in front of $him belongs to someone related to $him. + <<else>> + and is understandably disturbed, <<if canSee($activeChild)>>eyes glued to the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> throbbing before $him.<<elseif canHear($activeChild)>>listening to the heavy breathing of $his relative whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> will be entering $him soon.<<else>>imagining how the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> of $his relative will feel inside $him<</if>> + <</if>> + <</if>> +<</if>> + +<<if ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($activeChild.vagina == 0)>> + $He presents $his virgin pussy to $slaverapistx.slaveName without protest. This act @@.lime; breaks in $his pussy,@@ and @@.hotpink;reminds $him@@ of $his status as a submissive slave. + <<set $activeChild.vagina = 1>> + <<set $activeChild.devotion += 4>> + <<set $activeChild.fetishStrength += 1>> +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He smiles as $he lays back and presents $his pussy to $slaverapistx.slaveName. $He openly enjoys submitting $himself for others to make use of. +<<elseif ($activeChild.devotion > 20) && ($activeChild.vagina == 0) >> + $He accepts your orders without comment and presents $his virgin pussy to $slaverapistx.slaveName. $He gasps in shock when $he feels the <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> enter $him. @@.hotpink;$He is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ + <<set $activeChild.vagina = 1>> + <<set $activeChild.devotion += 10>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.vagina == 0)>> + $He is clearly unhappy at the idea of losing $his pearl of great price to $slaverapistx.slaveName; this probably isn't what $he imagined $his first real sexual encounter would be like. Nevertheless, $he is @@.hotpink;broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ + <<set $activeChild.vagina = 1>> + <<set $activeChild.devotion += 4>> +<<elseif ($activeChild.vagina == 0)>> + As you anticipated, $he refuses to give $slaverapistx.slaveName $his virginity. Since $he is restrained, $his @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging@@ are $his only signs on rebellion. Naturally, this cruel act @@.lime;will break in $his pussy.@@ + <<set $activeChild.devotion -= 5>> + <<set $activeChild.trust -= 5>> + <<set $activeChild.vagina = 1>> +<</if>> + +<<if ($activeChild.amp == 1)>> + You set $his limbless torso up for $slaverapistx.slaveName. +<<elseif tooBigBreasts($activeChild)>> + You set $him up for $slaverapistx.slaveName, face-down so the weight of $his tits pins $him helplessly in place. +<<elseif tooBigButt($activeChild)>> + You set $him up for $slaverapistx.slaveName, face-down so the weight of $his giant ass pins $him helplessly in place and gives $slaverapistx.slaveName a lovely cushion to thrust against. +<<elseif tooBigDick($activeChild)>> + You set $him up for $slaverapistx.slaveName, face-up so $he is pinned under the weight of $his giant cock. +<<elseif tooBigBalls($activeChild)>> + You set $him up for $slaverapistx.slaveName, face-down so the weight of $his giant balls anchor $him helplessly in place. +<<elseif $activeChild.devotion < -20>> + $He tries to refuse, so you restrain $him despite $his resistance to the idea of being raped by another slave. +<<elseif $activeChild.devotion <= 20>> + $He obeys your orders reluctantly, arranging $himself for vaginal sex despite $his obvious hesitation to be raped by another slave. +<<elseif $activeChild.devotion < 10>> + $He obeys your orders, arranging $himself for vaginal sex despite $his slight hesitation at the idea of being another's slave sex toy. +<<else>> + $He happily obeys your orders, getting ready to serve another slave. +<</if>> + +<br><br> + +<<if ($activeChild.devotion < -20) && ($slaverapistx.devotion < -20)>> + Since you have two restrained slaves, it's up to you to do all the work. $activeChild.slaveName is tied up on the bed with $his pussy available, so you maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your leg to suddenly push _him2 deep into $activeChild.slaveName, fully hilting _him2 in one motion. You occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do for you and fear you'll make them do it again. + +<<elseif ($slaverapistx.devotion < -20)>> + Since your dick slave is restrained, you order $activeChild.slaveName to present $himself on the bed, and then maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. $activeChild.slaveName does $his best to hump $himself against the unwilling cock until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. _He2 is still unenthusiastic, so you have _him2 lie down and have $activeChild.slaveName ride $himself to orgasm. _He2 resents what you made _him2 do and fears you'll force _him2 to do it again. Though $activeChild.slaveName accepts the situation, $he looks into $slaverapistx.slaveName's eyes with obvious apology. + +<<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> + $activeChild.slaveName is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. _He2 penetrates _him2 immediately, fondling, pinching and licking while pistoning away, fully enjoying _his2 dominant role, edging _his2 poor toy again and again and making _him2 beg for release. + <<if ($activeChild.fetish == "dom")>> + <<if ($activeChild.devotion < -20)>> + By the end of the day $activeChild.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him horrified and disgusted at $his lack of control. + <<else>> + By the end of the day $activeChild.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him annoyed at $his lack of control, though $he still somewhat enjoyed $himself. + <</if>> + <<elseif ($activeChild.fetish == "submissive")>> + <<if ($activeChild.devotion < -20)>> + By the end of the day $activeChild.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving the submissive slave horrified that $he found the experience sexually satisfying. + <<else>> + By the end of the day $activeChild.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>. This sexual encounter is everything $he dreamed of, leaving $him utterly satisfied. + <</if>> + <</if>> + $slaverapistx.slaveName is lying next to $him on the bed in a state of obvious satiation and bliss. + + +<<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20) && ($activeChild.devotion < -20)>> + $activeChild.slaveName is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. $His high libido keeps $him going for a long time, bringing the helpless toy to one forced orgasm after another. By the end of the day $activeChild.slaveName is lying on the bed, all worn out, $his cunt <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>> to $his horror and resentment, while $slaverapistx.slaveName is sleeping next to $him in a state of obvious satiation and bliss. + +<<elseif ($activeChild.devotion <= 20) || ($slaverapistx.devotion <= 20)>> + You order $activeChild.slaveName onto the couch and tell $slaverapistx.slaveName to get on with it. They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a non-verbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at $activeChild.slaveName. + +<<elseif ($activeChild.devotion <= 50) || ($slaverapistx.devotion <= 50)>> + You order $activeChild.slaveName and $slaverapistx.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $slaverapistx.slaveName's dick and dripping away with the contents of $activeChild.slaveName's cum-filled pussy. + +<<else>> + The two slaves happily and eagerly get down to business. They take their time with foreplay, humping slowly and gazing into each others' eyes, exchanging kisses almost constantly. After a little while, $activeChild.slaveName looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, they roll over without being ordered to + <<if canDoAnal($activeChild) && $activeChild.anus > 0>> + present $activeChild.slaveName's butthole. + <<set $activeChild.counter.anal++, $analTotal++>> + <<else>> + invite you into $activeChild.slaveName's crowded pussy. + <<set $activeChild.counter.vaginal++, $vaginalTotal++>> + <</if>> + You take up the offer and penetrate $activeChild.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside $his dear <<= WrittenMaster($slaverapistx)>>, $he comes indecently hard, but no where near as hard as the completely overloaded $activeChild.slaveName. All of you collapse into an exhausted, happy pile of flesh. + +<</if>> + +<<if canImpreg($activeChild, $slaverapistx)>> + <<= knockMeUp($activeChild, 25, 0, $slaverapistx.ID)>> +<</if>> + +<<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>> diff --git a/src/facilities/nursery/scenes/cSuckle.tw b/src/facilities/nursery/scenes/cSuckle.tw new file mode 100644 index 00000000000..f2899fca79d --- /dev/null +++ b/src/facilities/nursery/scenes/cSuckle.tw @@ -0,0 +1,441 @@ +:: CSuckle [nobr] + +<<run Enunciate($activeChild)>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<set $activeChild.counter.mammary++>> +<<set $mammaryTotal++>> +<<if $PC.pregMood == 0 || $PC.preg < 28>> + <<set _mood = 0>> +<<elseif $PC.pregMood == 1>> + <<set _mood = 1>> +<<elseif $PC.pregMood == 2>> + <<set _mood = 2>> +<</if>> + +/* still needed: breast implant support, nipple piercing support */ + +You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeChild.slaveName to +<<if tooBigBreasts($activeChild)>> + have another slave help $him heft $his tits so $he can take a seat on the floor close to you. +<<elseif tooBigBelly($activeChild)>> + have another slave help $him heft $his belly so $he can take a seat on the floor close to you. +<<elseif tooBigButt($activeChild)>> + have another slave help $him heft $his ass cheeks so $he can take a seat on the floor close to you. +<<elseif tooBigDick($activeChild)>> + have another slave help $him heft $his cock so $he can take a seat on the floor close to you. +<<elseif tooBigBalls($activeChild)>> + have another slave help $him heft $his balls so $he can take a seat on the floor close to you. +<<elseif tooFatSlave($activeChild)>> + have another slave help $him up so $he can take a seat on the floor close to you. +<<elseif ($activeChild.amp != 1)>> + to take a seat on the floor close to you. +<<else>> + have another slave set $him on the floor close to you. +<</if>> + +<<if canWalk($activeChild)>> + <<if $activeChild.fetish == "mindbroken">> + $He complies without a thought. + <<elseif $activeChild.devotion > 20 && $activeChild.trust > 20>> + $He complies, + <<if _mood == 2>> + knowing full well what you want. + <<else>> + giddy with anticipation of your plans for $him. + <</if>> + <<elseif $activeChild.trust < -20>> + $He hurriedly complies, + <<if _mood == 2>> + fearful of the sudden shift in your demeanor. + <<else>> + aware of the consequences of disobedience. + <</if>> + <<elseif $activeChild.devotion < -20>> + <<if _mood == 2>> + $He is shaken by your tone, knowing that disobedience may lead to even worse matters for $him; $he complies without any further hassle. + <<else>> + $He begrudgingly complies, not understanding your intentions, but knowing worse things await at $his disobedience. + <</if>> + <<else>> + <<if _mood == 2>> + $He is a little afraid of your sudden demanding tone, but steels $himself for whatever punishment you wish to mete out to $him. + <<else>> + Though hesitant, $he complies without question. + <</if>> + <</if>> +<<else>> + <<if $activeChild.fetish == "mindbroken">> + $He pays no attention as $he is carefully positioned for your use. + <<elseif $activeChild.devotion > 20 && $activeChild.trust > 20>> + Though $he has no agency over this, + <<if _mood == 2>> + $he is somewhat confused by your sudden aggressive posture. + <<else>> + $he is visibly giddy with anticipation for your next course of action as $he is helped into position. + <</if>> + <<elseif $activeChild.trust < -20>> + <<if _mood == 2>> + $He knows better than to struggle as $he is helped into position, though $he dreads what $his pregnant <<= WrittenMaster($activeChild)>> has planned. + <<else>> + $He knows better than to struggle as $he is helped into position, well aware of the consequences it would bring. + <</if>> + <<elseif $activeChild.devotion < -20>> + Though $he is rebellious, + <<if _mood == 2>> + seeing such a gravid person take such a predatory stance shakes $him and $he becomes more compliant. + <<else>> + $his inability to move and distaste for falling to the ground kept $him from giving $his help much trouble. + <</if>> + <<else>> + <<if _mood == 2>> + Though $he is frightened by your sudden aggressiveness, $he complies with $his helper as $he is positioned. + <<else>> + Though hesitant, $he complies with $his helper as $he is positioned. + <</if>> + <</if>> +<</if>> + +<<if $activeChild.boobs >= 20000>> + You <<if _mood == 1>>caress<<else>>take note of<</if>> $his massive udders, + <<if _mood == 2>> + <<if $activeChild.nipples == "puffy">> + grabbing a puffy nipple, lifting it up and letting it drop back down with a loud plop and a spurt of milk. They are dripping with excess milk and the flurry of kicks in your middle tells you what you need to do. + <<elseif $activeChild.nipples == "inverted">> + prying an inverted nipple out of one of them before letting it slip back down with a loud plop and a gush of milk. A strong kick tells you that you are to take some of that cream for yourself. + <<elseif $activeChild.nipples == "fuckable">> + using two fingers to pry a nippleslit open before letting it slip shut with a moist plop. A strong kick tells you that something good is hiding in there that you'll need to work out. + <<else>> + grabbing one by the nipple only to let it drop back down with a loud plop and a spurt of milk. A strong kick tells you that you are to take some of that cream for yourself. + <</if>> + <<else>> + dripping with excess milk and resting on $his legs, the very spot you plan to make your own, but it will take finesse. + <</if>> + You lift up $his hefty breasts and <<if $PC.belly >= 10000>>gently lower yourself<<else>>lay<</if>> down on $his lap, + <<if $activeChild.belly >= 30000>> + <<if $activeChild.bellyPreg > 1000>> + getting familiar with $his huge life swollen baby bump and + <<else>> + getting familiar with $his hugely swollen belly and + <</if>> + <<elseif $activeChild.belly >= 10000>> + <<if $activeChild.bellyPreg >= 8000>> + beside $his baby bump and + <<elseif $activeChild.bellyImplant >= 8000>> + beside the swollen orb that is $his stomach and + <<else>> + beside the bloated container of $activeChild.inflationType that is $his middle and + <</if>> + <<elseif $activeChild.belly >= 1000>> + <<if $activeChild.bellyPreg >= 1000>> + beside the life growing within $him and + <<elseif $activeChild.bellyImplant >= 1000>> + beside the curve of $his stomach and + <<else>> + beside the groaning container of $activeChild.inflationType within $him and + <</if>> + <<elseif $activeChild.weight > 95>> + getting familiar with $his fat belly and + <</if>> + letting go so that $his tits cover your face and <<if $PC.belly >= 5000>>belly<<else>>torso<</if>> in heavenly softness, $his + <<if $activeChild.nipples != "fuckable">> + <<if $activeChild.nipples == "puffy">> + exceedingly soft nipple already brushing against your lips, covering your face with excess milk as if begging for you to empty $him. + <<elseif $activeChild.nipples == "inverted" || $activeChild.nipples == "partially inverted">> + internally curved nipple providing an inviting hole for you to tease out with your tongue. + <<else>> + overly exertive nipple already prodding at your mouth, as if begging to be suckled on. + <</if>> + Though muffled, you + <<if _mood == 2>> + order $him to deal with <<if $PC.dick == 1>>the erect monster pressing uncomfortably against the underside of your belly<<else>>the needy hole leaking all over your floor<</if>>. + <<if $activeChild.fetish == "mindbroken">> + $He obeys without question and mechanically begins to <<if $PC.dick == 1>>jerk you off<<else>>finger you<</if>>. + <<elseif $activeChild.devotion >= -20>> + This proves unnecessary as, before you finish speaking, $he <<if $PC.dick == 1>>wraps $his fingers around your needy cock<<else>><<if canSmell($activeChild)>>smells<<else>>recognizes<</if>> your arousal<</if>> and begins to apply $his ministrations to take care of you<<if $activeChild.nipples == "inverted" || $activeChild.nipples == "partially inverted">>, as the sensations to $his nipple add so much more to the already surrounding breastflesh<</if>>. You buck to $his touch, forcing $him to try and steady $his breasts as your baby bump jumps with life. + <<elseif $activeChild.trust < -20>> + $He begins to question your order, but quickly realizes that was a mistake as you grab $his hand and force it to your crotch. Hastily, $he begins to stroke <<if $PC.dick == 1>>your dick<<else>>your pussy<</if>> until reassured that $he is pleasing you from your lusty moans and thrusting. $He does $his best, hoping to not anger you further as $he presses <<if $PC.dick == 1>>the head<<else>>your lower lips<</if>> against $his nearby nipple. + <<else>> + Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand before $he is pinned in a much more compromising position by your pregnancy. $activeChild.slaveName begins to <<if $PC.dick == 1>>tug at your penis, pressing the head against $his nearby nipple, hoping this doesn't<<else>>finger your quivering pussy, rubbing $his thumb against your clit, hoping this won't<</if>> take too long. + <</if>> + <<else>> + instruct $him to use $his hand to appease the evident arousal between your legs. + <<if $activeChild.fetish == "mindbroken">> + $He obeys without question and mechanically begins to <<if $PC.dick == 1>>jerk you off<<else>>finger you<</if>>. + <<elseif $activeChild.devotion >= -20>> + This proves unnecessary as, before you finish speaking, $he <<if $PC.dick == 1>>notices your hardening penis<<else>><<if canSmell($activeChild)>>smells<<else>>recognizes<</if>> your arousal<</if>> and begins to apply $his ministrations to take care of you<<if $activeChild.nipples == "inverted" || $activeChild.nipples == "partially inverted">>, as the sensations to $his nipple add so much more to the already surrounding breastflesh<</if>>. You respond further with a positive "Mmmhmm~", which calms $his worries as $he works on pleasuring you as much as $he can with one hand. + <<elseif $activeChild.trust < -20>> + $He begins to question your order, but quickly realizes <<if $PC.dick == 1>>your penis is at full mast and prodding $his breastflesh<<else>>you're soaking wet and quivering with desire<</if>>. Cautiously, $he begins to stroke <<if $PC.dick == 1>>it<<else>>your pussy<</if>> until reassured that $he is pleasing you with a positive "Mmmhmm~". $He does $his best, hoping to not anger you in any way or make a mistake as $he presses <<if $PC.dick == 1>>the head<<else>>your lower lips<</if>> against $his nearby nipple. + <<else>> + Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand rather than any other hole or in worse circumstances. $activeChild.slaveName begins to <<if $PC.dick == 1>>tug at your hardened penis, pressing the head against $his nearby nipple, hoping this doesn't<<else>>finger your quivering pussy, rubbing $his thumb against your clit, hoping this won't<</if>> take too long. + <</if>> + <</if>> + <<else>> + exotic nipple brushing across your lips, as if wanting to have your tongue inside it, while $his other nipple + <<if _mood == 2>> + brushes across your <<if $PC.dick == 1>>penis, just begging to be penetrated. You struggle to shift yourself in such a way to penetrate $his nipple, before finally managing to slip the tip into $him<<else>>clit, as if begging to join in. You struggle to shift yourself to an angle where you could attach your sex to<</if>> $his nippleslit. + <<if $activeChild.fetish == "mindbroken">> + <<if $PC.dick == 1>>$He gasps in surprise as you force yourself all the way into $him and your gravid swell parts $his breasts.<<else>>$He fails to understand your efforts, leaving you humping against $his breast.<</if>> + <<elseif $activeChild.devotion >= -20>> + $He gasps in surprise before understanding what you desire and begins to <<if $PC.dick == 1>>ease $his breast into consuming the rest of your length. $He fails to do so fast enough and you force yourself upwards, your gravid swell parting $his breasts as your cock delves into the depths of $his tits<<else>>jiggle $his breast in an attempt to add to your efforts<</if>>. + <<elseif $activeChild.trust < -20>> + $He begins to question your intent, but quickly realizes your <<if $PC.dick == 1>>penis is entering $his breastpussy by force and the $he'd better get used to it<<else>>pussy is rubbing against $his nippleslit. $He begins to jiggle $his breast in an attempt to add to your efforts<</if>>. + <<else>> + Though $he furrows $his brow, $he decides it's better to get it over with quickly rather than in worse circumstances. $activeChild.slaveName <<if $PC.dick == 1>>shudders as the rest of your shaft forces its way into $his breastpussy<<else>>begins to jiggle $his breast in an attempt to get you off<</if>>, hoping this doesn't take too long. + <</if>> + You breathe in $his scent as you let out a moan, your child<<if $PC.pregType > 1>>ren<</if>> satisfied with the sensations of $his milky depths surrounding your crotch. + <<else>> + brushes across your hardening <<if $PC.dick == 1>>penis, as if begging to be penetrated. You shift to angle yourself just right before thrusting your hips upwards, inserting the tip of your shaft into<<else>>clit, as if begging to join in. You shift to angle yourself just right before thrusting your hips upwards in an attempt to attach your sex to<</if>> $his nippleslit. + <<if $activeChild.fetish == "mindbroken">> + <<if $PC.dick == 1>>$He gasps in surprise as you push all the way into $him.<<else>>$He fails to understand your efforts, leaving you rubbing yourself against $his breast.<</if>> + <<elseif $activeChild.devotion >= -20>> + $He gasps in surprise before understanding what you desire and begins to <<if $PC.dick == 1>>ease $his breast into consuming the rest of your length<<else>>jiggle $his breast in an attempt to add to your efforts<</if>>. + <<elseif $activeChild.trust < -20>> + $He begins to question your intent, but quickly realizes your <<if $PC.dick == 1>>penis is entering $his breastpussy one way or another and begins to ease it all the way in before you decide to force the matter<<else>>pussy is rubbing against $his nippleslit. $He begins to jiggle $his breast in an attempt to add to your efforts<</if>>. + <<else>> + Though $he furrows $his brow, $he decides it's better to get it over with quickly rather than in worse circumstances. $activeChild.slaveName begins to <<if $PC.dick == 1>>ease the rest of your shaft into $his breastpussy<<else>>jiggle $his breast in an attempt to get you off<</if>>, hoping this doesn't take too long. + <</if>> + You breathe in $his scent as you let out a sigh, content with the sensations of $his milky depths surrounding your crotch. + <</if>> + <</if>> +<<elseif $activeChild.boobs >= 2000>> + You <<if _mood == 1>>caress<<elseif _mood == 2>>hungrily eye<<else>>eye<</if>> $his $activeChild.nipples nipples, + <<if $activeChild.nipples == "puffy">> + <<if _mood == 2>> + gripping the nipple with your hand and squeezing hard enough to force out a spurt of milk. A flurry of kicks tells you that you are to take one of those swollen and dripping beauties and have a drink. + <<else>> + swollen and dripping with excess milk and calling on your instincts to suckle on them. + <</if>> + <<elseif $activeChild.nipples == "inverted">> + <<if _mood == 2>> + poking it with your finger as deep as you can. The inviting hole keeps all the delicious milk locked up, your instincts insisting that you pry out the flavor for yourself. The kicking in your middle settles it, you're taking a drink whether or not $his nipples agree. + <<else>> + the inviting hole keeping all the delicious milk locked up, your instincts insisting that you pry out the flavor for yourself. + <</if>> + <<elseif $activeChild.nipples == "fuckable">> + <<if _mood == 2>> + using two fingers to penetrate and spread apart to appreciate the insides. They are dripping with excess milk and resemble a tiny pussy; a series of kicks insist that you have a taste<<if $PC.dick == 1>> and a little stress relief<</if>>. + <<else>> + dripping with excess milk and resembling a tiny pussy, your instincts doubly insisting that you have a taste. + <</if>> + <<else>> + <<if _mood == 2>> + pinching one between your thumb and forefinger with enough force to hurt. Excess milk drips from it as a rather forceful kick from your womb insists that you take your fill; you wouldn't mind a taste yourself. + <<else>> + dripping with excess milk and calling on your instincts to suckle on them. + <</if>> + <</if>> + Though you plan to sate those innate desires, you also plan to do so with finesse. You <<if $PC.belly >= 10000>>gently lower yourself<<else>>lay<</if>> down on $his lap and + <<if $activeChild.nipples == "fuckable">> + ease your head onto + <<else>> + rest your head on + <</if>> + $his thigh, + <<if $activeChild.belly >= 30000>> + <<if $activeChild.bellyPreg > 1000>> + the huge life swollen orb that is $his middle brushing you and + <<else>> + the hugely swollen orb that is $his middle brushing you and + <</if>> + <<elseif $activeChild.belly >= 10000>> + <<if $activeChild.bellyPreg >= 8000>> + beside $his baby bump and + <<elseif $activeChild.bellyImplant >= 8000>> + beside the swollen orb that is $his stomach and + <<else>> + beside the bloated container of $activeChild.inflationType that is $his middle and + <</if>> + <<elseif $activeChild.belly >= 1000>> + <<if $activeChild.bellyPreg >= 1000>> + beside the life growing within $him and + <<elseif $activeChild.bellyImplant >= 1000>> + beside the curve of $his stomach and + <<else>> + beside the groaning container of $activeChild.inflationType within $him and + <</if>> + <<elseif $activeChild.weight > 95>> + getting familiar with $his fat belly as + <</if>> + $his over-productive bosoms drip sweet cream on your face<<if $activeChild.nipples == "inverted">>, the milk waiting to be sucked from the tight inverted holes above you<</if>><<if $PC.belly >= 10000>> and your belly brushing the undersides of $his tits<</if>>. You + <<if _mood == 2>> + order $him to deal with <<if $PC.dick == 1>>the erect monster pressing uncomfortably against the underside of your belly<<else>>the needy hole leaking all over your floor<</if>>. + <<else>> + <<if _mood == 2>>invite<<else>>instruct<</if>> $him to use $his hand to appease the ever evident arousal between your legs. + <</if>> + <<if $activeChild.fetish == "mindbroken">> + $He obeys without question and mechanically begins to <<if $PC.dick == 1>>jerk you off<<else>>finger you<</if>>. + <<elseif $activeChild.devotion >= -20 || $activeChild.trust < -20>> + <<if $PC.dick == 1>>Though $he believes it would be better for you to use $his other slew of pleasurable orifices, $he does not question your decision<<else>>$He happily sets to work on your clit<</if>>. + <<else>> + Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand rather than any other hole or in worse circumstances. $activeChild.slaveName begins to <<if $PC.dick == 1>>tug at your hardened penis<<else>>stroke your quivering pussy as best as $he can<</if>>, hoping this doesn't take too long. + <</if>> +<</if>> + +<<if $activeChild.fetish == "mindbroken">> + You <<if _mood == 1>>struggle to lean forward and wrap your lips gently around a nipple<<else>>lurch forward and engulf a nipple with your lips<</if>>, causing $him to shudder with arousal as the suction causes milk to gush into your mouth to sate your needs. +<<elseif $activeChild.devotion <= 20 || $activeChild.trust < -20>> + $He braces $himself as you <<if _mood == 1>>struggle to lean forward and wrap your lips gently around a nipple<<else>>lurch forward and engulf a nipple with your lips<</if>>, cringing as the suction causes milk to gush into your mouth to sate your needs. +<<else>> + You <<if _mood == 1>>struggle to lean forward and wrap your lips gently around a nipple<<else>>lurch forward and engulf a nipple with your lips<</if>>, causing $him to coo with delight<<if _mood == 1>> and support your head<</if>> as the suction causes milk to gush into your mouth to sate your needs. +<</if>> +<<if _mood == 2>> + Your <<if $PC.pregType > 1>>babies calm<<else>>baby calms<</if>> down as $his cream reaches your system. +<<elseif _mood == 1>> + Your <<if $PC.pregType > 1>>babies kick<<else>>baby kicks<</if>> happily as you hug yourself closer to $him. +<<else>> + You find yourself moaning at the delight of $his cream flowing into you. + <<if $PC.preg > 15>> A fluttering sensation in your womb tells you someone else also appreciates the drink.<</if>> +<</if>> + +<<if $activeChild.boobs >= 20000>> + Such sensations hasten your breath, making you take in more of $his womanly scent. You work with your lips and tongue to + <<if $activeChild.nipples == "inverted" || $activeChild.nipples == "partially inverted">> + tease out $his nipple and suckle with newfound gusto, + <<elseif $activeChild.nipples == "fuckable">> + explore the inner chambers of $his breasts and ease out more of $his cream in a lustful frenzy, + <<else>> + ease out more of $his cream in a lustful frenzy, + <</if>> + as though the rest of the world did not exist. It might as well not, given how the entirety of your upper body sees and feels nothing but $his mesmerizing mammaries and + <<if $activeChild.nipples == "puffy">> + $his soft nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. + <<elseif $activeChild.nipples == "inverted" || $activeChild.nipples == "partially inverted">> + $his erect nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. + <<elseif $activeChild.nipples == "fuckable">> + your sex feeling nothing but the wet <<if $PC.dick == 1>>insides of $his breast<<else>>lips of $his breastpussy<</if>>. You feverishly thrash your tongue around inside of the bumpy enclosure, with each strong movement sending shivers through $him, forcing gasps, moans and milk out of $him. + <<else>> + $his milky nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. + <</if>> + You would worry about drowning if it didn't taste good enough for you to suckle ever harder with each spurt. +<<elseif $activeChild.boobs >= 2000>> + Such sensations bring your attention further to $his teat; as you + <<if $activeChild.nipples == "inverted">> + tease $his nipple + <<elseif $activeChild.nipples == "fuckable">> + explore the depths of $his inner breast + <<else>> + roll and prod + <</if>> + with your tongue, trying to get the most out of $his mammaries, you hasten $his breath and bring $him further pleasure<<if $activeChild.nipples == "inverted">> as it slowly hardens and leaves its inverted state<</if>>. + <<if $activeChild.nipples == "puffy">> + You note the texture of $his nipple: soft, more so even than the rest of $his boob. Your constant efforts of sucking and tongueplay are rewarded + <<elseif $activeChild.nipples == "fuckable">> + You feverishly thrash your tongue around in the bumpy enclosure, each strong movement sending shivers through $him, causing $him to gasp and moan, as well as rewarding you + <<elseif $activeChild.nipples != "inverted">> + You take in the texture of $his nipple: hard and bumpy, a stark contrast to the rest of $his boob — an undeniable ocean of softness. Your constant efforts of sucking and tongueplay are rewarded + <<else>> + Your constant efforts of sucking and tongueplay are rewarded + <</if>> + with more milk straight from the tap. +<</if>> + +Milk continues to spill into your mouth as you suckle away at the +<<if $activeChild.nipples == "puffy">> + softness, +<<elseif $activeChild.nipples == "inverted" || $activeChild.nipples == "partially inverted">> + erect hardness, +<<elseif $activeChild.nipples == "fuckable">> + at the milky slit, +<<else>> + hardness, +<</if>> +relishing the delicious treat one could have only received from a mother's bosom; at least, so was the case before modern medicine decided to say something about it. Though it may as well be artificial, the act of breastfeeding continues to appease a fundamental emotional need that is arguably unique to the action. +<<if _mood == 2>> + It gives you undeniable emotional respite despite the mood caused by your pregnancy, even if it will only last as long as you stay with $him. +<<elseif _mood == 1>> + You can only hope $he'll return the favor when you yourself become too heavy with milk. +<<elseif $PC.preg > 30>> + You know that you'll soon have your own child<<if $PC.pregType > 1>>ren<</if>> to share this feeling with and deep down, you hope to enjoy it just as much as $he does. +<</if>> + +<<if $activeChild.boobs >= 20000>> + <<if $activeChild.nipples == "fuckable">> + $He + <<if $PC.dick == 1>> + holds $his breast and jiggles it in an attempt to compliment your thrusts, adding even more sensation alongside your own efforts. With the milk adding lubrication to the sensual hole of $his nipple and the enclosed nature of $his sopping wet breastpussy itself adding suction, it's like you were enveloped inside of a highly advanced cock milking machine, each bump sending thrums of pleasure as your dick brushed against them. + <<else>> + held $his breast and jiggled it in an attempt to compliment your thrusts, adding more sensation to your own efforts. The milk adding wetness to the sensual hole of $his nipple and the nature of $his sopping wet breastpussy itself adding suction felt like you were being enveloped by a world class pussy pump, each movement adding more suction and wetness than the last. + <</if>> + <<else>> + While you were busy suckling, $he was anything but idle, using $his hand as best as $he could to bring you the most pleasure $he is capable of. Though no lube was applied, $his ministrations were more than enough to take you to the knife's edge of orgasm more than once. In your <<if $PC.dick == 1>>already dazed state<<else>>lust addled haze<</if>>, $his fingers seem to send lightning along your nerves<<if $PC.dick == 1>>; the tips brushing across your shaft to tickle its head make you thrust instinctively. $His tugs, gentle yet firm<<else>>. $His fingertips brush across your labia to tickle your clit, making you buck instinctively. $His strokes, gentle yet decisive<</if>>, have an almost motherly feel to them. Such ministrations cannot help but prepare you to <<if $PC.dick == 1>>shoot your load<<else>>come<</if>> as hard as you can. + <</if>> +<<elseif $activeChild.boobs >= 2000>> + While you were busy suckling, $he was anything but idle, using $his hand as best as $he could to bring you the most pleasure $he is is capable of. Though no lube was applied, $his ministrations were more than enough to take you to the knife's edge of orgasm more than once. $His hand continues to apply itself to your <<if $PC.dick == 1>>shaft, its fingertips brushing across your shaft to tickle its head and make you thrust instinctively. $His tugs<<else>>sex, $his fingertips seeming to send lightning along your nerves. As $he tickles your clit, you buck instinctively. $His strokes<</if>>, gentle yet firm, have an almost motherly feel to them. Such ministrations cannot help but prepare you to <<if $PC.dick == 1>>shoot your load<<else>>come<</if>> as hard as you can. +<</if>> + +The two of you put so much into seeking pleasure in the act that you both cum at once, $his great gasp coinciding with your <<if $PC.dick == 1>><<if $PC.balls > 1>>flood<<else>>jet<</if>> of jizz flying<<else>>own jet of pussy juice squirting<</if>> +<<if $activeChild.boobs >= 20000 && $activeChild.nipples == "fuckable">> + into +<<else>> + onto +<</if>> +$his other breast<<if $PC.dick == 1>><<if $PC.balls > 1>> and backflowing hard from your sheer volume<</if>><</if>>. You release $his nipple with a loud pop and lick your lips in delight. +<<if $activeChild.boobs >= 20000 && $activeChild.nipples == "fuckable">> + Your <<if $PC.dick == 1>>dick slips out<<else>>pussy separates<</if>> from $his other breast with a delicate pop, followed by lewd dripping noises and the sight of <<if $PC.dick == 1>>semen<<else>>girlcum<</if>> and milk oozing from $his <<if $PC.dick == 1>>newly expanded hole<<else>>nippleslit<</if>>. +<</if>> +<<if _mood == 2>> + For a moment, $he though you were finished, but with your hormone fueled libido, $he'll be feeling a lot more than sore nipples but the time you tire of $his touch. +<<elseif _mood == 1>> + You cuddle up against $him, holding close to $him as you snooze off your milky meal. + <<if $activeChild.fetish == "mindbroken">> + $He struggles in discomfort at your pregnancy weight pinning $him down until $he manages to rouse your child<<if $PC.pregType > 1>>ren<</if>> and get you to move. + <<elseif $activeChild.devotion > 20 && $activeChild.trust > 20>> + $He holds you close, gently caressing your head and pregnancy as you rest it off. + <<elseif $activeChild.trust < -20>> + $He freezes in fear, unsure of what to do other than let you rest. + <<elseif $activeChild.devotion < -20>> + $He groans at the weight leaning against $him and begrudgingly rests $his arm atop your pregnant bulge. + <<if $PC.pregSource == $activeChild.ID>> + $He takes a moment to appreciate the size of your stomach, knowing $he was the one that seeded you. $He admires $his work with pride. + <<else>> + $He knows $he has little choice but to put up with it. + <</if>> + <<else>> + Though hesitant, $he carefully rubs the taut dome of your belly as you rest. + <</if>> +<</if>> + +<<if $activeChild.lactation > 0>> + <<set $activeChild.lactationDuration = 2>> + <<set $activeChild.boobs -= $activeChild.boobsMilk, $activeChild.boobsMilk = 0>> +<</if>> + +Once you <<if _mood == 1>>wake and slowly rise to your feet, you help $him clean up<<else>>are done, you allow $him to clean up<</if>> +<<switch $activeChild.assignment>> +<<case "work in the brothel">> + before returning $his lovely tits to the brothel. +<<case "serve in the club">> + before resuming $his lovely bouncing in the club. +<<case "work in the dairy">> + before returning to the dairy. +<<case "work as a farmhand">> + to avoid tainting the food in $farmyardName. +<<case "work as a servant">> + mostly to keep everything $he has to clean from getting any dirtier. +<<case "work as a nanny">> + before heading back to take care of the children. +<<case "whore">> + before returning to offering $his lovely tits for sale. +<<case "serve the public">> + before returning to offering $his lovely tits for free. +<<case "rest">> + before crawling back into bed. +<<case "get milked">> + before resting until $his tits swell with milk again. +<<case "be a servant">> + since $his chores didn't perform themselves while you enjoyed $him. +<<case "please you">> + before returning to await your next use of $his body, as though nothing had happened. +<<case "be a subordinate slave">> + though it's only a matter of time before another slave decides to play with $his tits. +<<case "be your Head Girl">> + worried that $his charges got up to trouble while $he enjoyed $his <<= WrittenMaster($activeChild)>>'s use. +<<case "guard you">> + so $he can be fresh and ready for more sexual use even as $he guards your person. +<<case "train slaves">> + before $he returns to teaching $his classes. +<<default>> + before $he returns to $activeChild.assignment. +<</switch>> diff --git a/src/facilities/nursery/scenes/cVagina.tw b/src/facilities/nursery/scenes/cVagina.tw new file mode 100644 index 00000000000..a2db4bcb1ed --- /dev/null +++ b/src/facilities/nursery/scenes/cVagina.tw @@ -0,0 +1,563 @@ +:: CVagina [nobr] + +<<set $desc = SlaveTitle($activeChild)>> +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +You call $him over so you can +<<if ($activeChild.vagina == 10)>> + tickle $his cavernous hole. +<<elseif ($activeChild.vagina > 3)>> + use $his gaping vagina. +<<elseif ($activeChild.vagina == 3)>> + fuck $his loose cunt. +<<elseif ($activeChild.vagina == 2)>> + fuck $his whorish cunt. +<<elseif ($activeChild.vagina == 1)>> + fuck $his tight cunt. +<<elseif ($activeChild.vagina == 0)>> + take $his virginity. +<</if>> + +<<if ($activeChild.vaginaTat == "tribal patterns")>> + The tattoos on $his abdomen certainly drawn attention there. +<<elseif ($activeChild.vaginaTat == "scenes")>> + The tattoos on $his abdomen nicely illustrate what you mean to do to $him. +<<elseif ($activeChild.vaginaTat == "degradation")>> + The tattoos on $his abdomen ask you to, after all. +<</if>> + +<<if $activeChild.devotion <= 20>> + <<if $activeChild.clit == 1 && $activeChild.foreskin>> + $His big clit peeks out from under its hood. + <<elseif $activeChild.clit == 2>> + $His huge clit is impossible to miss. + <<elseif $activeChild.clit > 2>> + $His pseudophallus-sized clit is soft. + <</if>> + <<if $activeChild.labia == 1>> + $His lovely petals are quite inviting. + <<elseif $activeChild.labia == 2>> + $His prominent petals are inviting. + <<elseif $activeChild.labia > 2>> + $His labia are so large they present a slight obstacle to entry. + <</if>> + <<if $activeChild.vaginaLube > 1>> + $He may not want it, but that doesn't stop $his pussy from getting nice and wet for you. + <</if>> +<<else>> + <<if $activeChild.clit == 1 && $activeChild.foreskin>> + $His big, hard clit peeks out from under its hood. + <<elseif $activeChild.clit == 2>> + $His huge, stiff clit is impossible to miss. + <<elseif $activeChild.clit > 2>> + $His pseudophallus-sized clit is engorged with arousal. + <</if>> + <<if $activeChild.labia == 1>> + $His lovely petals are moist with arousal. + <<elseif $activeChild.labia == 2>> + $His prominent petals bear a sheen of arousal. + <<elseif $activeChild.labia > 2>> + $His huge labia are almost dripping with arousal. + <</if>> + <<if $activeChild.vaginaLube > 1>> + A steady stream of lube leaks from $his pussy in preparation to receive you. + <</if>> +<</if>> + +<<if ($activeChild.vaginaPiercing > 1)>> + <<if ($activeChild.vagina != -1)>> + $His pierced lips and clit have $him nice and wet. + <</if>> + <<if ($activeChild.dick != 0)>> + Metal glints all up and down $his cock. + <</if>> +<<elseif ($activeChild.vaginaPiercing == 1)>> + <<if ($activeChild.vagina != -1)>> + $His pierced clit has $him nice and moist. + <</if>> + <<if ($activeChild.dick != 0)>> + Metal glints at the head of $his cock. + <</if>> +<</if>> + +<<if $PC.pregMood == 2 && $PC.preg >= 28>> + <<set _fPosition = either(50,50,50,90)>> + <<set _fSpeed = 90>> +<<elseif $PC.pregMood == 1 && $PC.preg >= 28>> + <<set _fPosition = random(1,40)>> + <<set _fSpeed = 10>> +<<elseif $PC.belly >= 3000>> + <<set _fPosition = random(1,80)>> + <<set _fSpeed = random(1,75)>> +<<else>> + <<set _fPosition = random(1,100)>> + <<set _fSpeed = random(1,100)>> +<</if>> + +<<if canWalk($activeChild) && $activeChild.fetish != "mindbroken">> + You decide to fuck $him + <<if (_fPosition <= 20)>> + in the missionary position. + <<if $activeChild.bellyPreg >= 600000>> + A position that will be a challenge due to $his immense pregnancy. + <<elseif $activeChild.belly >= 600000>> + A position that will be a challenge due to $his immense stomach. + <<elseif $activeChild.bellyPreg >= 300000>> + A position that will be difficult due to $his massive pregnancy. + <<elseif $activeChild.belly >= 300000>> + A position that will be difficult due to $his massive stomach. + <<elseif $activeChild.belly+$PC.belly >= 20000 && $activeChild.belly >= 1500 && $PC.belly >= 1500>> + A position that will be difficult with the combined size of your rounded middles. + <</if>> + You tell $him to lie down on the couch next to your desk. + <<elseif (_fPosition <= 40)>> + in the cowgirl position. You lie on the couch beside your desk and tell $him to straddle you, facing towards you. + <<if $activeChild.bellyPreg >= 600000>> + A position that will smother you with $his immense pregnancy. + <<elseif $activeChild.belly >= 600000>> + A position that will smother you with $his immense stomach. + <<elseif $activeChild.bellyPreg >= 300000>> + A position that will allow you to tease $his massive pregnancy as you fuck $him. + <<elseif $activeChild.belly >= 300000>> + A position that will allow you to tease $his massive belly as you fuck $him. + <<elseif $activeChild.belly+$PC.belly >= 20000 && $activeChild.belly >= 1500 && $PC.belly >= 1500>> + A position that will be awkward with the combined size of your rounded middles. + <</if>> + <<elseif (_fPosition <= 60)>> + doggy-style. You tell $him to get on the couch beside your desk on $his hands and knees. + <<if $activeChild.bellyPreg >= 600000>> + As $he struggles to fit on the couch, you tell $him to just lean over $his immense pregnancy instead. + <<elseif $activeChild.belly >= 600000>> + As $he struggles to fit on the couch, you tell $him to just lean over $his immense belly instead. + <<elseif $activeChild.bellyPreg >= 300000>> + A position that leaves $his rear high in the air thanks to $his massive pregnancy. + <<elseif $activeChild.belly >= 300000>> + A position that leaves $his rear high in the air thanks to $his massive stomach. + <</if>> + <<if $PC.belly >= 5000>> + $His back will make a good rest for your gravid middle. + <</if>> + <<elseif (_fPosition <= 80)>> + in the reverse cowgirl position. You lie on the couch beside your desk and tell $him to straddle you facing away from you. + <<if $activeChild.bellyPreg >= 600000>> + A position that will much more comfortable for $his immense pregnancy and won't crush you under its mass. + <<elseif $activeChild.belly >= 600000>> + A position that will much more comfortable for $his immense belly and won't crush you under its mass. + <<elseif $activeChild.bellyPreg >= 300000>> + A position that will much more comfortable for $his massive pregnancy. + <<elseif $activeChild.belly >= 300000>> + A position that will much more comfortable for $his massive belly. + <</if>> + <<else>> + in the wheelbarrow position. You tell $him to get on the couch beside your desk, stand next to $him and lift $his legs up into the air. + <<if $activeChild.bellyPreg >= 600000>> + $His pregnancy is so immense it reaches the floor even as you hold $him saving you the trouble of bearing its weight. + <<elseif $activeChild.belly >= 600000>> + $His belly is so immense it reaches the floor even as you hold $him saving you the trouble of bearing its weight. + <<elseif $activeChild.bellyPreg >= 300000>> + You hope you don't strain something supporting $his massive pregnancy. + <<elseif $activeChild.belly >= 300000>> + You hope you don't strain something supporting $his massive belly. + <</if>> + <</if>> +<</if>> + +<<if ($activeChild.vagina == 0) && canDoVaginal($activeChild)>> + <<if ($activeChild.fetish == "mindbroken")>> + $He accepts your orders dumbly and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching without real interest as you don a strap-on<</if>>. Since $he is mindbroken, @@.lime;losing $his virginity@@ has no impact on any part of $him other than $his vagina. + <<elseif ($activeChild.devotion > 20)>> + $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in.@@ $He looks forward to having $his pussy fucked by you again. + <<set $activeChild.devotion += 10>> + <<elseif ($activeChild.devotion >= -20)>> + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $his <<= WrittenMaster($activeChild)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in,@@ and $he is @@.gold;fearful@@ that sex will continue to be painful. + <<set $activeChild.devotion += 4, $activeChild.trust -= 4>> + <<else>> + As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens $his fresh, tight hole. You force your way into $his pussy and continue thrusting into $him. $He sobs and cries with horror as you pound away. The rape @@.mediumorchid;decreases $his devotion to you.@@ @@.lime;$His pussy has been broken in,@@ and $he @@.gold;fears further abuse.@@ + <<set $activeChild.devotion -= 4, $activeChild.trust -= 4>> + <</if>> + <<set $activeChild.vagina++>> +<<elseif ($activeChild.fetish == "mindbroken")>> + Since $his mind is gone, $he's yours to use as a human sex doll. You throw $him over the couch and amuse yourself with $him for a while; $his body retains its instinctual responses, at least. You finish inside $him and leave your toy for one of your other slaves to clean and maintain. +<<elseif ($activeChild.amp == 1)>> + Since $he's a quadruple amputee, $he's yours to use as a human sex toy. You set $him + <<if ($PC.dick != 0)>> + <<if $activeChild.belly >= 300000>> + atop $his massive stomach and <<if _fSpeed > 75>>fuck $him hard and fast<<elseif _fSpeed > 50>>fuck $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily and controlled<<else>>fuck $him slowly and tenderly<</if>>, managing $him with your arms as you go. + <<else>> + atop your cock and slide $him up and down<<if _fSpeed > 75>>, hard and fast<<elseif _fSpeed > 50>>, firmly and vigorously<<elseif _fSpeed > 25>>, steadily and controlled<<else>>, slowly and tenderly<</if>>, managing $him with your arms. + <</if>> + <<if $activeChild.dick > 0>> + <<if $activeChild.chastityPenis == 1>> + $His dick chastity keeps $his useless bitchclit out of the way. + <<elseif !canAchieveErection($activeChild)>> + As you use $him as a helpless cock jacket, $his + <<if $activeChild.dick < 7>> + flaccid dick flops around, ignored. + <<else>> + massive dick flops against you, no longer able to get hard. + <</if>> + <<else>> + As you use $him as a helpless cock jacket, your pounding keeps $his prick stiff. + <</if>> + <</if>> + You finish inside $him and leave your toy for one of your other slaves to clean and maintain. + <<else>> + on the couch and straddle $his hips, bringing your already-wet pussy <<if _fSpeed > 75>>hard against $him. You grind powerfully<<elseif _fSpeed > 50>>firmly against $him. You grind vigorously<<elseif _fSpeed > 25>>against $him. You grind steadily<<else>>softly against $him. You grind gently<</if>> against $his helpless body, using $him as a living sybian until $his warmth and movement brings you to orgasm. + <</if>> +<<elseif tooBigBelly($activeChild)>> + You tell $him to get situated on the couch, face-down. This position pins $him down by the massive weight of $his belly, pushing $his face in amongst the cushions and keeping $his crotch in the ideal position to penetrate. $His belly serves as an anchor, allowing you to take $him doggy style without any real contribution from $him. The position muffles $his reaction entirely, other than the rhythmic jiggling of $his bulging belly as it sticks out from either side of $his torso as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. +<<elseif tooBigBreasts($activeChild)>> + You tell $him to get situated on the couch, face-down. This position pins $him down by the massive weight of $his tits, pushing $his face in amongst the cushions. $His tits serve as an anchor, allowing you to take $him doggy style without any real contribution from $him. The position muffles $his reaction entirely, other than the rhythmic jiggling of the breastflesh that sticks out to either side of $his torso as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. +<<elseif tooBigButt($activeChild)>> + You tell $him to get situated on the couch, face-up. This position pins $him down by the massive weight of $his rear, causing $him to sink into the cushions. $His ass serves as an anchor, allowing you to take $him in the missionary position without any real contribution from $him. This lets you clearly see $his reaction, as well as the rhythmic jiggling of the buttflesh that sticks out to either side of $his hips as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. +<<elseif tooBigBalls($activeChild)>> + You tell $him to get situated on the couch, doggy style. This position pins $him down by the massive weight of $his balls. $His testicles serve as an anchor, allowing you to take $him doggy style without any real concern of getting struck by $his massive nuts. The position keeps $his balls completely still where they rest on the couch, so you don't have to worry about them getting in the way as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($PC.dick != 0)>> + $He comes over, smiling a little submissive smile, and spreads $himself for you. You take $him on the couch next to your desk after $he gets into position. + <<if (_fPosition <= 20)>> /* missionary */ + <<if $activeChild.bellyPreg >= 600000>> + <<if $PC.belly >= 5000>> + You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. With your own baby bump in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; + <<else>> + You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; + <</if>> + <<elseif $activeChild.belly >= 600000>> + <<if $PC.belly >= 5000>> + You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. With your own gravid swell in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; + <<else>> + You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; + <</if>> + <<elseif $activeChild.bellyPreg >= 300000>> + You have to heft $his gravid body up to position yourself for penetration. But once you are mounted, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; + <<elseif $activeChild.belly >= 300000>> + You have to heft $his weighty body up to position yourself for penetration. But once you are mounted, you rest your head against $his massive stomach and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; + <<else>> + $He hugs $his torso to you and + <<if $activeChild.belly+$PC.belly >= 20000 && $activeChild.belly >= 1500 && $PC.belly >= 1500>> + your bellies bulge lewdly against each other; + <<elseif $activeChild.belly >= 5000>> + pushes $his belly against your stomach; + <<elseif $PC.belly >= 5000>> + pushes your belly into $his stomach; + <<elseif $PC.boobsBonus > 2>> + $his breasts press against your own enormous<<if $PC.boobsImplant == 1>>, hard<<else>>, soft<</if>> breasts; + <<elseif $PC.boobsBonus == 2>> + $his breasts press against your own huge<<if $PC.boobsImplant == 1>>, firm<<else>>, soft<</if>> breasts; + <<elseif $PC.boobsBonus == 1>> + $his breasts press against your own big<<if $PC.boobsImplant == 1>>, perky<</if>> breasts; + <<elseif $PC.boobsBonus == -1>> + $his breasts press against your own breasts; + <<elseif $PC.boobsBonus == -2>> + $his breasts press against your own average breasts; + <<elseif $PC.boobsBonus == -3>> + $his breasts press against your own small breasts; + <<elseif $PC.boobs == 1>> + $his breasts press against your own generous breasts; + <<elseif $PC.title == 0>> + $his breasts press against your flat breasts; + <<else>> + $his breasts press against your chest; + <</if>> + <</if>> + <<elseif (_fPosition <= 40)>> /* cowgirl */ + <<if $activeChild.bellyPreg >= 600000>> + You wrap your arms around $his boundless pregnancy as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of so much movement squirming against your face; + <<elseif $activeChild.belly >= 600000>> + You wrap your arms around $his boundless stomach as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of your every move running through $his belly; + <<elseif $activeChild.bellyPreg >= 300000>> + $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of pregnancy with each downward motion; + <<elseif $activeChild.belly >= 300000>> + $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of implant with each downward motion; + <<else>> + $He puts $his hands on your chest and leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards; + <</if>> + <<elseif (_fPosition <= 60)>> /* doggy-style */ + <<if $activeChild.bellyPreg >= 300000>> + $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his occupants enjoying the attention. As you rest your weight on $him, you run your hands along $his distended sides; + <<elseif $activeChild.belly >= 300000>> + $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his belly jiggling just slightly with each thrust. As you rest your weight on $him, you run your hands along $his distended sides; + <<else>> + $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>; + <</if>> + <<elseif (_fPosition <= 80)>> /* reverse cowgirl */ + <<if $activeChild.bellyPreg >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive baby bump, but the angle and pressure it puts on you feels amazing. $He puts $his hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<elseif $activeChild.belly >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive belly, but the angle and pressure it puts on you feels amazing. $He puts $his hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<else>> + $He puts $his hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards; + <</if>> + <<else>> /* wheelbarrow */ + <<if $activeChild.belly >= 600000>> + With all $his weight handled, you can keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding without your arms getting tired; + <<elseif $activeChild.bellyPreg >= 300000>> + Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; + <<elseif $activeChild.belly >= 300000>> + Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; + <<else>> + $He begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; + <</if>> + <</if>> + you can feel <<if $activeChild.bellyPreg >= 300000>>$his children begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. As the sex reaches its climax, $he begs you to cum inside $his unworthy body. + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + <<if $activeChild.chastityPenis == 1>> + $He does $his submissive best to stay completely soft within $his dick chastity. + <<else>> + As a submissive $he spares no attention for $his own orgasm, so $his rock hard erection swings untended. + <</if>> + <<elseif ($activeChild.chastityPenis == 1)>> + $His cock is forgotten inside its chastity cage as you take what you want from $him. + <<elseif ($activeChild.dick != 0)>> + As a submissive $he spares no attention for $his own orgasm, so $his flaccid cock swings untended. + <</if>> + <<if $PC.vagina == 1>> + When you finally climax, you pull out and press your wet cunt against $his mouth, letting $his lavish attention on you that brings you to another quick orgasm. + <<set $activeChild.counter.oral += 1>> + <<set $oralTotal += 1>> + <</if>> +<<elseif $activeChild.devotion < -20>> + $He tries to refuse, so you + <<if ($PC.dick != 0)>> + bend the disobedient slave over your desk and take $him hard from behind. $His breasts <<if ($activeChild.dick != 0)>>and cock <</if>>slide back and forth across the desk. You give $his buttocks some nice hard swats as you pound $him. $He grunts and moans but knows better than to try to get away. + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + Despite $his unwillingness to be raped, the stimulation + <<if $activeChild.chastityPenis>> + starts to give $him an erection, which $his dick chastity makes horribly uncomfortable. $He bucks with the pain, $his hole spasming delightfully. + <<else>> + gives $him an erection. $He's mortified that $he would get hard while being raped. + <</if>> + <<elseif ($activeChild.chastityPenis == 1)>> + $His dick chastity keeps $his bitch cock hidden away while you use $his whore hole. + <<elseif ($activeChild.dick != 0)>> + $His flaccid dick is ground into the back of the couch as you rape $him. + <</if>> + <<if $PC.vagina == 1>> + After your first orgasm, you pull out and grind your pussy against $his face for another, enjoying the stimulation of $his muffled crying. + <<set $activeChild.counter.oral += 1>> + <<set $oralTotal += 1>> + <</if>> + <<else>> + stand and seize $him, shoving $him down to sit in your chair. You jump atop $his hips, pinning $him down into the chair with your legs and pressing your pussy hard against $his groin. $He struggles and whimpers, but you give $him a hard warning slap to the cheek and kiss $his unwilling mouth, forcing your tongue past $his lips as you grind against $him. + <</if>> +<<elseif $activeChild.devotion <= 20>> + <<if ($PC.dick != 0)>> + $He obeys, lying on the couch next to your desk with $his legs spread. You kneel on the ground and enter $him, a hand on each of $his legs to give you a good grip. <<if _fSpeed > 75>>The pounding is hard and fast<<elseif _fSpeed > 50>>You pound $him firmly and vigorously<<elseif _fSpeed > 25>>You fuck $him steadily and controlled<<else>>You fuck $him slowly and tenderly<</if>>, and $he gasps and <<if _fSpeed > 50>>whines<<else>>moans<</if>>. You reach a hand down to maul $his breasts. + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + <<if ($activeChild.chastityPenis == 1)>> + $He enjoys $himself, even though $his dick chastity keeps $him soft by making the beginnings of erection very uncomfortable. + <<else>> + $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. $He already dribbled $his own weak load all over $his stomach. + <</if>> + <<elseif ($activeChild.chastityPenis == 1)>> + $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. Precum has been dribbling out of $his dick chastity for some time, apparently the best $his soft bitchclit can manage. + <<elseif ($activeChild.dick != 0)>> + $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. $He already blew $his own load all over $his stomach despite $his inability to get hard. + <</if>> + <<if $PC.vagina == 1>> + You got so wet fucking $him that when you climax, you stand up and let $him clean your pussy with $his mouth. The oral attention brings you to a quick aftershock orgasm. + <<set $activeChild.counter.oral += 1>> + <<set $oralTotal += 1>> + <</if>> + <<else>> + You pat the tops of your thighs, and $he obediently comes over to sit atop them, wrapping $his legs around you. Your hands reach around $him and seize $his buttocks, drawing $him in even closer so that the warmth between $his legs is pressed hard against your pussy. $He grinds dutifully against you, only pausing for a moment when $he finds your insistent tongue probing past $his lips. + <</if>> +<<else>> + <<if ($PC.dick != 0)>> + $He skips over smiling and gives you a quick kiss. You take $him on the couch next to your desk after $he gets into position. + <<if (_fPosition <= 20)>> /* missionary */ + <<if $activeChild.bellyPreg >= 600000>> + <<if $PC.belly >= 5000>> + You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. With your own baby bump in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; + <<else>> + You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; + <</if>> + <<elseif $activeChild.belly >= 600000>> + <<if $PC.belly >= 5000>> + You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. With your own gravid swell in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; + <<else>> + You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; + <</if>> + <<elseif $activeChild.bellyPreg >= 300000>> + You have to heft $his gravid body up to position yourself for penetration. But once you are mounted, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; + <<elseif $activeChild.belly >= 300000>> + You have to heft $his weighty body up to position yourself for penetration. But once you are mounted, you rest your head against $his massive stomach and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; + <<else>> + $He hugs $his torso to you and + <<if $activeChild.belly+$PC.belly >= 20000 && $activeChild.belly >= 1500 && $PC.belly >= 1500>> + your bellies bulge lewdly against each other; + <<elseif $activeChild.belly >= 5000>> + pushes $his belly against your stomach; + <<elseif $PC.belly >= 5000>> + pushes your belly into $his stomach; + <<elseif $PC.boobsBonus > 2>> + $his breasts press against your own enormous<<if $PC.boobsImplant == 1>>, hard<<else>>, soft<</if>> breasts; + <<elseif $PC.boobsBonus == 2>> + $his breasts press against your own huge<<if $PC.boobsImplant == 1>>, firm<<else>>, soft<</if>> breasts; + <<elseif $PC.boobsBonus == 1>> + $his breasts press against your own big<<if $PC.boobsImplant == 1>>, perky<</if>> breasts; + <<elseif $PC.boobsBonus == -1>> + $his breasts press against your own breasts; + <<elseif $PC.boobsBonus == -2>> + $his breasts press against your own average breasts; + <<elseif $PC.boobsBonus == -3>> + $his breasts press against your own small breasts; + <<elseif $PC.boobs == 1>> + $his breasts press against your own generous breasts; + <<elseif $PC.title == 0>> + $his breasts press against your flat breasts; + <<else>> + $his breasts press against your chest; + <</if>> + <</if>> + <<elseif (_fPosition <= 40)>> /* cowgirl */ + <<if $activeChild.bellyPreg >= 600000>> + You wrap your arms around $his boundless pregnancy as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of so much movement squirming against your face; + <<elseif $activeChild.belly >= 600000>> + You wrap your arms around $his boundless stomach as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of your every move running through $his belly; + <<elseif $activeChild.bellyPreg >= 300000>> + $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of pregnancy with each downward motion; + <<elseif $activeChild.belly >= 300000>> + $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of implant with each downward motion; + <<else>> + $He puts $his hands on your chest and leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards; + <</if>> + <<elseif (_fPosition <= 60)>> /* doggy-style */ + <<if $activeChild.bellyPreg >= 300000>> + $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his occupants enjoying the attention. As you rest your weight on $him, you run your hands along $his distended sides; + <<elseif $activeChild.belly >= 300000>> + $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his belly jiggling just slightly with each thrust. As you rest your weight on $him, you run your hands along $his distended sides; + <<else>> + $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>; + <</if>> + <<elseif (_fPosition <= 80)>> /* reverse cowgirl */ + <<if $activeChild.bellyPreg >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive baby bump, but the angle and pressure it puts on you feels amazing. $He puts $his hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<elseif $activeChild.belly >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive belly, but the angle and pressure it puts on you feels amazing. $He puts $his hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<else>> + $He puts $his hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards; + <</if>> + <<else>> /* wheelbarrow */ + <<if $activeChild.belly >= 600000>> + With all $his weight handled, you can keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding without your arms getting tired; + <<elseif $activeChild.bellyPreg >= 300000>> + Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; + <<elseif $activeChild.belly >= 300000>> + Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; + <<else>> + $He begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; + <</if>> + <</if>> + you can feel <<if $activeChild.bellyPreg >= 300000>>$his children begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. + <<if (_fPosition <= 40) && $activeChild.belly+$PC.belly < 20000>> As the sex reaches its climax, $his kisses grow urgent and passionate. <</if>> + <<if ($activeChild.dick != 0) && canAchieveErection($activeChild)>> + <<if ($activeChild.chastityPenis == 1)>> + $He enjoys $himself, even though $his dick chastity keeps $him soft by making the beginnings of erection very uncomfortable. + <<else>> + When you orgasm together, $his erect cock squirts cum up towards $his tits while your cock fills $him with cum. + <</if>> + <<elseif ($activeChild.chastityPenis == 1)>> + $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. Precum has been dribbling out of $his dick chastity for some time, apparently the best $his soft bitchclit can manage. + <<elseif ($activeChild.dick != 0)>> + When you orgasm together, $his limp, neglected cock dribbles weakly while your cock fills $him with cum. + <<elseif ($activeChild.clit > 2)>> + As you fuck $him, $he plays with $his huge clit. It's so large it almost looks like $he's jacking off a cock. + <</if>> + <<if $PC.vagina == 1>> + You got so wet fucking $him that when you climax, you stand up; $he knows what that means, and hurries to eat you out. The oral attention brings you to a quick aftershock orgasm. + <<set $activeChild.counter.oral += 1>> + <<set $oralTotal += 1>> + <</if>> + <<else>> + You pat the tops of your thighs, and $he skips over smiling and gives you a quick kiss. Without breaking the lip lock, $he sits down, wrapping $his legs around you. Your hands reach around $him and seize $his buttocks, drawing $him in even closer so that the warmth between $his legs is pressed hard against your pussy, and you can play with $his asshole. $He grinds enthusiastically against you, moaning into your mouth with pleasure. + <</if>> +<</if>> + +<<= VCheck.Vaginal()>> + +<<if ($activeChild.bellyPreg >= 1500)>> + The poor slave's belly gets in the way, but the added perversion of fucking a pregnant hole makes the inconvenience worthwhile. +<<elseif ($activeChild.bellyImplant >= 1500)>> + The poor slave's implant filled belly gets in the way, but the added perversion of fucking a $girl with such a round stomach makes the inconvenience worthwhile. +<<elseif ($activeChild.bellyFluid >= 1500)>> + The poor slave's sloshing belly gets in the way, but the added perversion of seeing it jiggle makes the inconvenience worthwhile. +<</if>> + +<<if (random(1,100) > (100 + $activeChild.devotion))>> + <<if ($activeChild.fetish != "pregnancy") && ($activeChild.energy <= 95) && ($activeChild.sexualFlaw != "hates penetration")>> + Being taken by force has given $him a @@.red;hatred of penetration.@@ + <<set $activeChild.sexualFlaw = "hates penetration">> + <</if>> +<<elseif (random(1,100) > (110 - $activeChild.devotion))>> + <<if ($activeChild.fetish == "none") && ($activeChild.energy <= 95) && ($activeChild.sexualFlaw != "hates penetration") && ($activeChild.ovaries == 1 || $activeChild.mpreg == 1)>> + Enjoying sex with you seems to have @@.lightcoral;encouraged $his biological clock.@@ + <<set $activeChild.fetish = "pregnancy", $activeChild.fetishKnown = 1, $activeChild.fetishStrength = 10>> + <</if>> +<</if>> + +<<if ($PC.dick != 0)>> + + <<if $activeChild.cervixImplant == 1 || $activeChild.cervixImplant == 3>> + <<set $activeChild.bellyImplant += random(10,20)>> + <</if>> + + <<if ($activeChild.vagina == 3)>> + Cum drips out of $his fucked-out hole. + <<elseif ($activeChild.vagina == 2)>> + Cum drips out of $his stretched vagina. + <<elseif ($activeChild.vagina == 1)>> + $His still-tight vagina keeps your load inside $him. + <<elseif ($activeChild.vagina < 0)>> + Cum drips out of $his girly ass. + <<else>> + Your cum slides right out of $his gaping hole. + <</if>> + + <<if canWalk($activeChild) && $postSexCleanUp > 0>> + $He uses <<if $activeChild.vagina > 0>>a quick douche to clean $his <<if $activeChild.vagina < 2>>tight<<elseif $activeChild.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if $activeChild.anus < 2>>tight<<elseif $activeChild.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>, + <<switch $activeChild.assignment>> + <<case "work in the brothel">> + just like $he does between each customer. + <<case "serve in the club">> + just like $he does in the club. + <<case "work in the dairy">> + to avoid besmirching the nice clean dairy. + <<case "work as a farmhand">> + to avoid tainting the food in $farmyardName. + <<case "work as a servant">> + mostly to keep everything $he has to clean from getting any dirtier. + <<case "work as a nanny">> + before hurrying to continue taking care of the children in $nurseryName. + <<case "whore">> + before returning to offering it for sale. + <<case "serve the public">> + before returning to offering it for free. + <<case "rest">> + before crawling back into bed. + <<case "get milked">> + <<if $activeChild.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<case "be a servant">> + since $his chores didn't perform themselves while you used $his fuckhole. + <<case "please you">> + before returning to await your next use of $his fuckhole, as though nothing had happened. + <<case "be a subordinate slave">> + though it's only a matter of time before another slave decides to play with $his fuckhole. + <<case "be your Head Girl">> + worried that $his charges got up to trouble while $he enjoyed $his <<= WrittenMaster()>>'s use. + <<case "guard you">> + so $he can be fresh and ready for more sexual use even as $he guards your person. + <<case "train slaves">> + before $he returns to teaching $his classes. + <<default>> + before $he returns to $activeChild.assignment. + <</switch>> + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set _fv = $slaveIndices[$activeChild.ID]>> + <<if def _fv>> + <<set $slaves[_fv] = $activeChild>> + <</if>> +<</if>> diff --git a/src/facilities/nursery/scenes/fillUpChildButt.tw b/src/facilities/nursery/scenes/fillUpChildButt.tw new file mode 100644 index 00000000000..0af9ec88ca7 --- /dev/null +++ b/src/facilities/nursery/scenes/fillUpChildButt.tw @@ -0,0 +1,380 @@ +:: FillUpChildButt [nobr] + +<<run clearSummaryCache($activeChild)>> +<<set $activeChild.bellyAccessory = "none">> +<<set _pregDiscovery = 0>> +You +<<switch $activeChild.inflationType>> +<<case "water" "aphrodisiac" "curative" "tightener">> + pull out an enema bag and + <<if $activeChild.inflation < 2>> + a two liter bag of solution, + <<else>> + a one gallon bag of solution, + <</if>> +<<case "cum" "milk">> + attach a hose to $dairyName tap with the pipes set to pump $activeChild.inflationType, +<</switch>> +before calling $him over so you can play with $his +<<if $activeChild.butt < 2>> + flat, tight ass +<<elseif $activeChild.butt <= 2>> + cute bottom +<<elseif $activeChild.butt <= 3>> + round, firm rump +<<elseif $activeChild.butt <= 4>> + curvy, enticing butt +<<elseif $activeChild.butt <= 5>> + huge rear end +<<elseif $activeChild.butt <= 6>> + massive, alluring rump +<<elseif $activeChild.butt <= 7>> + enormous, hypnotic ass +<<elseif $activeChild.butt <= 10>> + gigantic, jiggly rear +<<elseif $activeChild.butt <= 14>> + inhuman, cushiony butt cheeks +<<elseif $activeChild.butt <= 20>> + couch-like, super jiggly ass cheeks +<</if>> +before shoving the equipment into $his +<<if ($activeChild.anus > 3)>> + gaping anus. +<<elseif ($activeChild.anus == 3)>> + loose anus. +<<elseif ($activeChild.anus == 2)>> + well-used asshole. +<<elseif ($activeChild.anus == 1)>> + tight butthole. +<<elseif ($activeChild.anus == 0)>> + virgin butthole. +<</if>> + +<<if $activeChild.inflation > 1 && $activeChild.preg > 1>> + $He looks uneasy at the prospect of that much fluid entering $his rear, far more than could be considered normal. + <<set _pregDiscovery = 1>> +<<else>> + <<if ($activeChild.fetish == "buttslut") && ($activeChild.devotion >= -20)>> + $He's pleased at the prospect of you touching $his favorite body part. + <<elseif ($activeChild.fetish == "cumslut") && ($activeChild.devotion >= -20) && ($activeChild.inflationType == "cum")>> + $He's pleased at the idea of turning into a cum balloon. + <</if>> + <<if ($activeChild.behavioralFlaw == "gluttonous") && ($activeChild.devotion >= -20) && (($activeChild.inflationType == "cum") || ($activeChild.inflationType == "milk"))>> + $He's thrilled that you are going to give $him such a filling meal. + <<elseif ($activeChild.behavioralFlaw == "anorexic") && ($activeChild.devotion >= -20) && (($activeChild.inflationType == "cum") || ($activeChild.inflationType == "milk"))>> + $He's hesitant about whether or not you are trying to make $him gain weight. + <</if>> +<</if>> + +<<if _pregDiscovery == 1>> + Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeChild.preg > $activeChild.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of $activeChild.inflationType up $his ass, however. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.pregKnown = 1>> +<<elseif $activeChild.fetish == "mindbroken">> + <<if canWalk($activeChild)>> + You instruct $him to present $his buttocks and anus but $he remains still and unresponsive. Talking to a broken mind is pointless. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>>$activeChild.race <</if>>buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He reacts to your initial touch as you rub fingers around $his + <<if ($activeChild.anus > 3)>> + gaping anus, + <<elseif ($activeChild.anus == 3)>> + loose anus, + <<elseif ($activeChild.anus == 2)>> + well-used asshole, + <<elseif ($activeChild.anus == 1)>> + tight butthole, + <<elseif ($activeChild.anus == 0)>> + virgin butthole, + <</if>> + but you understand it is only physiological. You continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. You circle around $his anus but $he remains still. You keep squeezing $his buttocks tenderly — first one, then the other and then both but $he is like a doll in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole. + <<if $activeChild.inflation == 2>> + $His sloshing belly slowly grows even larger with $activeChild.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his taut, $activeChild.skin stomach. You give the firm orb a slap, eliciting a slight grunt from the broken slave and no motion at all from $his gut. You order $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise. + <<elseif $activeChild.inflation == 1>> + $His bloated belly slowly swells even larger with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his jiggly, soft, $activeChild.skin stomach. You give the gut orb a slap, eliciting a slight grunt from the broken slave and whole bunch of wiggling and sloshing from $his middle. You order $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise. + <<else>> + $His belly slowly swells with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his distended, $activeChild.skin stomach. You give the gut orb a slap, eliciting a slight grunt from the broken slave and touch of wiggling and sloshing from $his middle. You order $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise.<</if>> +<<elseif $activeChild.devotion < -20>> + <<if canWalk($activeChild)>> + You instruct $him to present $his anus for a $activeChild.inflationType enema. Opposed to the thought of being filled <<if $activeChild.inflation > 0>>more <</if>>with $activeChild.inflationType, $he tries to step back, but you catch $him and pull $him closer to you as you reach around and grab $his + <<elseif ($activeChild.amp != 1)>> + You instruct $him to present $his anus for a $activeChild.inflationType enema. $He's opposed to the thought of being filled <<if $activeChild.inflation > 0>>more <</if>>with $activeChild.inflationType, but since $he is immobile, can't escape. You reach around and grab $his + <<else>> + $He's opposed to the thought of being filled with <<if $activeChild.inflation > 0>>more <</if>>$activeChild.inflationType, but as an amputee can do nothing about it. You reach around and grab $his + <</if>> + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>>$activeChild.race <</if>> buttocks. + <<if ($activeChild.amp != 1)>> + $he tries to grab your wrists to keep them away but $he cannot resist for long. + <</if>> + You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his + <<if ($activeChild.anus > 3)>> + gaping anus. + <<elseif ($activeChild.anus == 3)>> + loose anus. + <<elseif ($activeChild.anus == 2)>> + well-used asshole. + <<elseif ($activeChild.anus == 1)>> + tight butthole. + <<elseif ($activeChild.anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus, not breaking contact with $him with your fingers. You look at $his face and $he has <<if !canSee($activeChild)>>reflexively <</if>>shut $his eyes, trying not to think about what's about to happen. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to push away. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $him on your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to squirm away. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if $activeChild.inflation == 2>> + $His sloshing belly slowly grows even larger with $activeChild.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeChild.skin stomach. $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise. + <<elseif $activeChild.inflation == 1>> + $His bloated belly slowly swells even larger with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeChild.skin stomach. $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise. + <<else>> + $His belly slowly swells with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeChild.skin stomach. $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise.<</if>> +<<elseif ($activeChild.devotion <= 20)>> + <<if canWalk($activeChild)>> + You instruct $him to present $his anus for a $activeChild.inflationType enema. $He complies without comment, standing in front of you. + <<elseif ($activeChild.amp != 1)>> + You instruct $him to present $his anus for a $activeChild.inflationType enema. $He complies without comment, readying $his ass for you. + <<else>> + $he's hesitant of being filled with <<if $activeChild.inflation > 0>>more <</if>>$activeChild.inflationType, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>>$activeChild.race <</if>> buttocks. $He can't stop $himself from becoming aroused as you start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. You rub your fingers around $his + <<if ($activeChild.anus > 3)>> + gaping anus. + <<elseif ($activeChild.anus == 3)>> + loose anus. + <<elseif ($activeChild.anus == 2)>> + well-used asshole. + <<elseif ($activeChild.anus == 1)>> + tight butthole. + <<elseif ($activeChild.anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers. You look at $his face and $he has <<if !canSee($activeChild)>>reflexively <</if>>shut $his eyes, trying not to get aroused by your touch on $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $his wriggling body on your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if $activeChild.inflation == 2>> + $His sloshing belly slowly grows even larger with $activeChild.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeChild.skin stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise. + <<elseif $activeChild.inflation == 1>> + $His bloated belly slowly swells even larger with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeChild.skin stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise. + <<else>> + $His belly slowly swells with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeChild.skin stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise. + <</if>> +<<elseif $activeChild.devotion <= 50>> + <<if canWalk($activeChild)>> + You instruct $him to present $his <<if $seeRace == 1>>$activeChild.race <</if>>anus for a $activeChild.inflationType enema. $He hesitates but eventually stands in front of you showing $his buttocks before presenting $his anus. + <<elseif ($activeChild.amp != 1)>> + You instruct $him to present $his <<if $seeRace == 1>>$activeChild.race <</if>>anus for a $activeChild.inflationType enema. $He hesitates but eventually shifts $his buttocks to face you before presenting $his anus. + <<else>> + $he's mildly hesitant of being filled with <<if $activeChild.inflation > 0>>more <</if>>$activeChild.inflationType, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his <<if $seeRace == 1>>$activeChild.race <</if>>ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he starts to relax. $He quivers as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He purses $his lips while you circle around $his anus with your fingers. You look at $his face and $he is <<if canSee($activeChild)>>looking back at you doe-eyed<<else>>smiling pleasantly at you<</if>>, trying but failing not to get aroused by your soft touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $him wriggling body on your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if $activeChild.inflation == 2>> + $His sloshing belly slowly grows even larger with $activeChild.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeChild.skin stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise. + <<elseif $activeChild.inflation == 1>> + $His bloated belly slowly swells even larger with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeChild.skin stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise. + <<else>> + $His belly slowly swells with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeChild.skin stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise. + <</if>> +<<else>> + <<if canWalk($activeChild)>> + You instruct $him to present $his <<if $seeRace == 1>>$activeChild.race <</if>>anus for a $activeChild.inflationType enema. $He eagerly stands in front of you showing $his buttocks before happily presenting $his anus to you, spreading $his butt cheeks and turning to face you. + <<elseif ($activeChild.amp != 1)>> + You instruct $him to present $his <<if $seeRace == 1>>$activeChild.race <</if>>anus for a $activeChild.inflationType enema. $He eagerly shifts around to show $his buttocks before happily presenting $his anus to you, spreading $his butt cheeks and turning to face you. + <<else>> + $he devotedly <<if canSee($activeChild)>>looks<<else>>smiles<</if>> at you, awaiting the warm liquids entering $his bowels. + <</if>> + You reach around and grab $his <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his <<if $seeRace == 1>>$activeChild.race <</if>>ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he sighs audibly. $He moans as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He quivers while you circle around $his anus with your fingers. You look at $his face and $he is <<if canSee($activeChild)>>looking<<else>>gazing<</if>> back at you longingly, getting aroused by your continued touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $his wriggling body on your lap, <<if $activeChild.inflation == 2>>$his soft and jiggly <<print $activeChild.inflationType>>-filled belly spilling over your legs<<elseif $activeChild.inflation == 1>>$his <<print $activeChild.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if $activeChild.inflation == 2>> + $His sloshing belly slowly grows even larger with $activeChild.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeChild.skin stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise. + <<elseif $activeChild.inflation == 1>> + $His bloated belly slowly swells even larger with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeChild.skin stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise. + <<else>> + $His belly slowly swells with $activeChild.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeChild)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeChild.skin stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise. + <</if>> +<</if>> +<<if _pregDiscovery == 0>> + <<set $activeChild.inflation += 1>> + <<if $activeChild.inflation == 3>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his bloated guts as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. + <<set $activeChild.health -= 10>> + <<elseif $activeChild.inflation == 2>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his full guts as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. + <<elseif $activeChild.inflation == 1>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. + <</if>> + <<run SetBellySize($activeChild)>> +<</if>> diff --git a/src/facilities/nursery/scenes/fillUpChildFace.tw b/src/facilities/nursery/scenes/fillUpChildFace.tw new file mode 100644 index 00000000000..b70f7074e60 --- /dev/null +++ b/src/facilities/nursery/scenes/fillUpChildFace.tw @@ -0,0 +1,228 @@ +:: FillUpChildFace [nobr] + +<<run clearSummaryCache($activeChild)>> +<<set $activeChild.bellyAccessory = "none">> +<<set _pregDiscovery = 0>> +<<set _belly = bellyAdjective($activeChild)>> +You attach a hose to $dairyName tap with the pipes set to pump $activeChild.inflationType and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling $him over so you can feel $him up while you force-feed $him $activeChild.inflationType. + +<<if $activeChild.inflation > 1 && $activeChild.preg > 1>> + $He looks uneasy at the prospect of taking in that much, far more than could be considered normal. + <<set _pregDiscovery = 1>> +<<else>> + <<if ($activeChild.fetish == "submissive") && ($activeChild.devotion >= -20)>> + $He blushes at the thought of being forcibly fed. + <<elseif ($activeChild.fetish == "cumslut") && ($activeChild.devotion >= -20) && ($activeChild.inflationType == "cum")>> + $He's pleased at the idea of turning into a cum balloon. + <</if>> + <<if ($activeChild.behavioralFlaw == "gluttonous") && ($activeChild.devotion >= -20) && (($activeChild.inflationType == "cum") || ($activeChild.inflationType == "milk"))>> + $He's thrilled that you are going to give $him such a filling meal. + <<elseif ($activeChild.behavioralFlaw == "anorexic") && ($activeChild.devotion >= -20) && (($activeChild.inflationType == "cum") || ($activeChild.inflationType == "milk"))>> + $He's hesitant about whether or not you are trying to make $him gain weight. + <</if>> +<</if>> + +<<if _pregDiscovery == 1>> + Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant<<if $activeChild.preg > $activeChild.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $He should be able to still handle at least two liters of $activeChild.inflationType, however. + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.pregKnown = 1>> +<<elseif $activeChild.fetish == "mindbroken">> + <<if canWalk($activeChild)>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose, but $he remains still and unresponsive. Talking to a broken mind is pointless. + <</if>> + You reach out and wrap your arms around $his + <<if $activeChild.weight > 190>> + immensely soft + <<elseif $activeChild.belly >= 150000>> + _belly + <<elseif $activeChild.weight > 160>> + massive soft + <<elseif $activeChild.weight > 130>> + giant soft + <<elseif $activeChild.inflation == 2>> + sloshing, <<print $activeChild.inflationType>>-filled + <<elseif $activeChild.belly >= 1500>> + _belly + <<elseif $activeChild.weight > 95>> + huge soft + <<elseif $activeChild.inflation == 1>> + <<print $activeChild.inflationType>>-bloated + <<elseif $activeChild.weight > 30>> + big soft + <<elseif $activeChild.weight > 10>> + soft + <<elseif $activeChild.muscles > 95>> + chiseled + <<elseif $activeChild.muscles > 30>> + muscular + <<elseif $activeChild.muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly, pulling $him into your lap. You force the hose down $his throat, strapping it to $his head to prevent it from slipping out, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if $activeChild.inflation == 2>>You can feel $his $activeChild.skin belly growing taut with $activeChild.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a large belch from the broken slave and no motion at all from $his gut. You order $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeChild.slaveName ready to be moved<<elseif $activeChild.inflation == 1>>You can feel $his $activeChild.skin belly growing larger with $activeChild.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the broken slave and tons of motion from $his gut. You order $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover, After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeChild.slaveName ready to be moved<<else>>You can feel $his $activeChild.skin belly swelling with $activeChild.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small burp from the broken slave and a little jiggle from $his gut. You order $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccupping $activeChild.slaveName ready to be moved<</if>>. +<<elseif $activeChild.devotion < -20>> + <<if canWalk($activeChild)>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. Opposed to the thought of being filled <<if $activeChild.inflation > 0>>more <</if>>with $activeChild.inflationType, $he tries to step back, but you catch $him and pull $him into your lap, wrapping your arms around $his + <<elseif ($activeChild.amp != 1)>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He's opposed to the thought of being filled with<<if $activeChild.inflation > 0>> more<</if>> $activeChild.inflationType, but since $he is immobile, $he can't escape. You heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's opposed to the thought of being filled with <<if $activeChild.inflation > 0>>more <</if>>$activeChild.inflationType, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $him + <</if>> + <<if $activeChild.weight > 190>> + immensely soft + <<elseif $activeChild.belly >= 150000>> + _belly + <<elseif $activeChild.weight > 160>> + massive soft + <<elseif $activeChild.weight > 130>> + giant soft + <<elseif $activeChild.inflation == 2>> + sloshing, <<print $activeChild.inflationType>>-filled + <<elseif $activeChild.belly >= 1500>> + _belly + <<elseif $activeChild.weight > 95>> + huge soft + <<elseif $activeChild.inflation == 1>> + <<print $activeChild.inflationType>>-bloated + <<elseif $activeChild.weight > 30>> + big soft + <<elseif $activeChild.weight > 10>> + soft + <<elseif $activeChild.muscles > 95>> + chiseled + <<elseif $activeChild.muscles > 30>> + muscular + <<elseif $activeChild.muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You force the hose down $his throat, strapping it to $his head to prevent $him from removing it, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if $activeChild.inflation == 2>>You can feel $his $activeChild.skin belly growing taut with $activeChild.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting gagging from the overfilled slave and no motion at all from $his gut. $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeChild.slaveName ready to be moved<<elseif $activeChild.inflation == 1>>You can feel $his $activeChild.skin belly growing larger with $activeChild.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the full slave and tons of motion from $his gut. $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeChild.slaveName ready to be moved<<else>>You can feel $his $activeChild.skin belly swelling with $activeChild.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a shudder from the bloated slave and a little jiggle from $his gut. $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccupping $activeChild.slaveName ready to be moved<</if>>. +<<elseif $activeChild.devotion <= 20>> + <<if canWalk($activeChild)>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He complies without comment and settles $himself onto your lap, shuddering slightly as you wrap your arms around $his + <<elseif ($activeChild.amp != 1)>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He complies without comment. You heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's hesitant of being filled with <<if $activeChild.inflation > 0>>more <</if>>$activeChild.inflationType, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $his + <</if>> + <<if $activeChild.weight > 190>> + immensely soft + <<elseif $activeChild.belly >= 150000>> + _belly + <<elseif $activeChild.weight > 160>> + massive soft + <<elseif $activeChild.weight > 130>> + giant soft + <<elseif $activeChild.inflation == 2>> + sloshing, <<print $activeChild.inflationType>>-filled + <<elseif $activeChild.belly >= 1500>> + _belly + <<elseif $activeChild.weight > 95>> + huge soft + <<elseif $activeChild.inflation == 1>> + <<print $activeChild.inflationType>>-bloated + <<elseif $activeChild.weight > 30>> + big soft + <<elseif $activeChild.weight > 10>> + soft + <<elseif $activeChild.muscles > 95>> + chiseled + <<elseif $activeChild.muscles > 30>> + muscular + <<elseif $activeChild.muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You insert the hose down $his throat, choosing to hold it place instead of strapping it to $him, and turn the flow to low. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeChild.inflation == 2>>You can feel $his $activeChild.skin belly growing taut with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a restrained gag from the overfilled slave and no motion at all from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<<elseif $activeChild.inflation == 1>>You can feel $his $activeChild.skin belly growing larger with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a strained burp from the full slave and tons of motion from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<<else>>You can feel $his $activeChild.skin belly swelling with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small shudder from the bloated slave and a little jiggle from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<</if>>. +<<elseif $activeChild.devotion <= 50>> + <<if canWalk($activeChild)>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He hesitates but eventually settles $himself onto your lap as you wrap your arms around $his + <<elseif ($activeChild.amp != 1)>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He hesitates for a moment, before demonstrating acceptance. You heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's mildly hesitant of being filled with <<if $activeChild.inflation > 0>>more <</if>>$activeChild.inflationType, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $his + <</if>> + <<if $activeChild.weight > 190>> + immensely soft + <<elseif $activeChild.belly >= 150000>> + _belly + <<elseif $activeChild.weight > 160>> + massive soft + <<elseif $activeChild.weight > 130>> + giant soft + <<elseif $activeChild.inflation == 2>> + sloshing, <<print $activeChild.inflationType>>-filled + <<elseif $activeChild.belly >= 1500>> + _belly + <<elseif $activeChild.weight > 95>> + huge soft + <<elseif $activeChild.inflation == 1>> + <<print $activeChild.inflationType>>-bloated + <<elseif $activeChild.weight > 30>> + big soft + <<elseif $activeChild.weight > 10>> + soft + <<elseif $activeChild.muscles > 95>> + chiseled + <<elseif $activeChild.muscles > 30>> + muscular + <<elseif $activeChild.muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You <<if $activeChild.amp != 1>>hand $him the hose<<else>>place the hose in $his mouth<</if>>, allowing $him to drink from it at $his own pace, as you keep a hand on the tap to control the flow. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeChild.inflation == 2>>You can feel $his $activeChild.skin belly growing taut with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a couple gentle pats, eliciting a small hiccup, that $he immediately apologizes for, from the overfilled slave and no motion at all from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<<elseif $activeChild.inflation == 1>>You can feel $his $activeChild.skin belly growing larger with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the full slave and tons of motion from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $him several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<<else>>You can feel $his $activeChild.skin belly swelling with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the bloated slave and a little jiggle from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise, before helping $his sloshing body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<</if>>. +<<else>> + <<if canWalk($activeChild)>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He eagerly settles $himself onto your lap as you wrap your arms around $his + <<elseif ($activeChild.amp != 1)>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He squirms with excitement as you heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's devotedly <<if canSee($activeChild)>>looks<<else>>smiles<</if>> at you as you heft $him onto your lap, wrapping your arms around $his + <</if>> + <<if $activeChild.weight > 190>> + immensely soft + <<elseif $activeChild.belly >= 150000>> + _belly + <<elseif $activeChild.weight > 160>> + massive soft + <<elseif $activeChild.weight > 130>> + giant soft + <<elseif $activeChild.inflation == 2>> + sloshing, <<print $activeChild.inflationType>>-filled + <<elseif $activeChild.belly >= 1500>> + _belly + <<elseif $activeChild.weight > 95>> + huge soft + <<elseif $activeChild.inflation == 1>> + <<print $activeChild.inflationType>>-bloated + <<elseif $activeChild.weight > 30>> + big soft + <<elseif $activeChild.weight > 10>> + soft + <<elseif $activeChild.muscles > 95>> + chiseled + <<elseif $activeChild.muscles > 30>> + muscular + <<elseif $activeChild.muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You <<if $activeChild.amp != 1>>hand $him the hose<<else>>place the hose in $his mouth<</if>>, allowing $him to drink from it at $his own pace, as you keep a hand on the tap to control the flow. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeChild.inflation == 2>>You can feel $his $activeChild.skin belly growing taut with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a couple gentle pats, eliciting a cute burp followed by $his tongue running over $his lips, from the overfilled slave and no motion at all from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with two gallons of $activeChild.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his near-bursting belly. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<<elseif $activeChild.inflation == 1>>You can feel $his $activeChild.skin belly growing larger with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a couple pats, eliciting a cute burp followed by $his tongue running over $his lips, from the full slave and tons of motion from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with four liters of $activeChild.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his overfilled belly. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<<else>>You can feel $his $activeChild.skin belly swelling with $activeChild.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a couple pats, eliciting a cute burp followed by $his tongue running over $his lips, from the bloated slave and a little jiggle from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with two liters of $activeChild.inflationType until you say otherwise, before helping $his sloshing body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his bloated belly. Only after a few minutes of rest is the groaning $activeChild.slaveName ready to be moved<</if>>. +<</if>> + +<<if _pregDiscovery == 0>> + <<set $activeChild.inflation += 1>> + <<if $activeChild.inflation == 3>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. + <<set $activeChild.health -= 10>> + <<elseif $activeChild.inflation == 2>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. + <<elseif $activeChild.inflation == 1>> + <<if canWalk($activeChild)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. + <</if>> + <<run SetBellySize($activeChild)>> +<</if>> diff --git a/src/facilities/nursery/scenes/fondleChildBoobs.tw b/src/facilities/nursery/scenes/fondleChildBoobs.tw new file mode 100644 index 00000000000..e198cce4847 --- /dev/null +++ b/src/facilities/nursery/scenes/fondleChildBoobs.tw @@ -0,0 +1,436 @@ +:: FondleChildBoobs [nobr] + +You call $him over so you can fondle $his +<<if ($activeChild.boobs >= 20000)>> + colossal tits. +<<elseif ($activeChild.boobs >= 10000)>> + massive tits. +<<elseif ($activeChild.boobs >= 5000)>> + monster tits. +<<elseif ($activeChild.boobs >= 1000)>> + huge tits. +<<elseif ($activeChild.boobsImplant > 250)>> + fake tits. +<<elseif ($activeChild.boobs >= 650)>> + big tits. +<<elseif ($activeChild.boobs >= 300)>> + small tits. +<<else>> + flat tits. +<</if>> + +<<if ($activeChild.nipples == "huge")>> + $His nipples are so large they give $his breasts an unavoidably lewd appeal as they jut outward. +<<elseif ($activeChild.nipples == "puffy")>> + $His puffy nipples beg to be sucked. +<<elseif ($activeChild.nipples == "partially inverted") && ($activeChild.nipplesPiercing == 0)>> + $His partially inverted nipples should protrude at the slightest stimulation. +<<elseif ($activeChild.nipples == "inverted") && ($activeChild.nipplesPiercing == 0)>> + $His inverted nipples form lewd little creases across $his areolae. +<<elseif $activeChild.nipples == "fuckable">> + <<if $activeChild.lactation>> + $His nipplecunts are leaking milk and begging to be penetrated. + <<else>> + $His nipplecunts form lewd little slits across $his areolae. + <</if>> +<<else>> + $His erect nipples point enticingly outwards. +<</if>> + +<<if ($activeChild.boobsTat == "tribal patterns")>> + The tattoos on $his breasts certainly draw attention to $his nipples. +<</if>> + +<<if ($activeChild.nipplesPiercing > 1) && ($activeChild.amp == 1)>> + You play with the chain between $his nipples. +<<elseif ($activeChild.nipplesPiercing > 1)>> + You pull $him over by the chain between $his nipples. +<<elseif ($activeChild.nipplesPiercing == 1)>> + $His nipple piercings glint enticingly. +<</if>> + +<<if ($activeChild.amp == 1)>> + $His limbless <<if $seeRace == 1>>$activeChild.race <</if>>torso is a sight to behold. You place your hands on $his breasts and you gently massage + <<if ($activeChild.boobs >= 20000)>> + $his colossal tits, doing your best to not miss <<if $showInches == 2>>an inch<<else>>a centimeter<</if>> of their immense size, + <<elseif ($activeChild.boobs >= 10000)>> + $his massive tits, your hands sinking deep into their soft flesh, + <<elseif ($activeChild.boobs >= 5000)>> + $his monster tits, bouncing their weighty mass in your hands, + <<elseif ($activeChild.boobs > 1000)>> + $his huge tits, bouncing them up and down in your hands, while simultaneously + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + rubbing $his $activeChild.nipples nipples with your fingers and thumbs, + <</if>> + <<elseif ($activeChild.boobs > 650)>> + $his large tits, jiggling them enticingly with your hands, + <<elseif ($activeChild.boobs > 300)>> + $his cute breasts, cupping them and gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + $his flat breasts, gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. + <<if $activeChild.nipples != "fuckable">> + Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + $He starts to pant heavily while $he lies helpless at your playing with $his breasts and $he cannot do anything against the relentless fondling. $He wriggles and squirms at the continued stimulation, getting aroused at the expert way you move around $his tits and nipples. +<<elseif ($activeChild.fetish == "boobs") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He comes over excitedly at the thought of $his breasts getting touched. $He stands in between you and your desk, already presenting $his breasts for you. You place your hands on $his breasts and you gently massage + <<if ($activeChild.boobs >= 20000)>> + $his colossal tits, before sinking your body into their immense softness, + <<elseif ($activeChild.boobs >= 10000)>> + $his massive tits, before sinking your arms into their soft mass, + <<elseif ($activeChild.boobs >= 5000)>> + $his monster tits, bouncing their weighty mass in your hands, + <<elseif ($activeChild.boobs > 1000)>> + $his huge tits, bouncing them up and down in your hands, while simultaneously + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + rubbing $his $activeChild.nipples nipples with your fingers and thumbs, + <</if>> + <<elseif ($activeChild.boobs > 650)>> + $his large tits, jiggling them enticingly with your hands, + <<elseif ($activeChild.boobs > 300)>> + $his cute breasts, cupping them and gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + $his flat breasts gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his engorged $activeChild.nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. + <<if $activeChild.nipples != "fuckable">> + Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. $He moans at your playing with $his breasts, $He rubs $himself while you do, getting intensely aroused at the expert way you move around $his tits and nipples. You continue, rolling $his $activeChild.nipples nipples between your fingers and thumbs while $he gets increasingly frenzied at the continued stimulation. When it seems like $he's close, you give them a hard pull, sending $him gasping over the edge of ecstasy. + <<else>> + Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. $He moans at your playing with $his breasts, $He rubs $himself while you do, getting intensely aroused at the expert way you move around $his tits and nipples. You continue, adding more fingers into $his $activeChild.nipples nipples while $he gets increasingly frenzied at the continued stimulation. When it seems like $he's close, you cram your whole fist in, sending $him gasping over the edge of ecstasy. + <</if>> +<<elseif ($activeChild.devotion > 50) && ($activeChild.fetish == "dom") && ($activeChild.fetishKnown == 1) && ($activeChild.fetishStrength > 60)>> + $He eagerly comes over to you, puffing $his chest out at you. When you place your hands on $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits, + <<elseif ($activeChild.boobs >= 10000)>> + massive tits, + <<elseif ($activeChild.boobs >= 5000)>> + monster tits, + <<elseif ($activeChild.boobs >= 1000)>> + huge tits, + <<elseif ($activeChild.boobsImplant > 250)>> + fake tits, + <<elseif ($activeChild.boobs >= 650)>> + big tits, + <<elseif ($activeChild.boobs >= 300)>> + cute breasts, + <<else>> + flat breasts, + <</if>> + <<if ($activeChild.amp != 1)>> + $he places $his hands on your <<if $PC.boobs == 1>>bosom<<elseif $PC.title == 0>>flat chest<<else>>manly chest<</if>> in turn, $his tendency towards sexual dominance encouraging $him to compete with you in fondling each other. + <</if>> + You both alternate between taking your mouth to $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples and $hers to yours, gently nuzzling and nibbling while simultaneously fondling each other all the while. Both of you continue to passionately lick, nibble, stroke and fondle one other until tiredly, $he slows down. When you eventually stop, $he looks up at you happily. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate excitement with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif ($activeChild.amp == 1) && (!canTalk($activeChild))>> + $He does $his best to communicate excitement with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he liked that. + <<else>> + "That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. + <</if>> + <<if canSee($activeChild)>> + $He looks at you with $his <<= App.Desc.eyeColor($activeChild)>> eyes, smiling. + <<else>> + $He smiles at you. + <</if>> +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He eagerly comes over to you, to stand between you and your desk. You lean over while $he submissively lies down upon it, face-up, with $his breasts pointed to the air. You place your hands on $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness, + <<elseif ($activeChild.boobs >= 10000)>> + massive tits, before sinking your arms into their soft mass, + <<elseif ($activeChild.boobs >= 5000)>> + monster tits, bouncing their weighty mass in your hands, + <<elseif ($activeChild.boobs > 1000)>> + huge tits, bouncing them up and down in your hands, while simultaneously + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + rubbing $his $activeChild.nipples nipples with your fingers and thumbs, + <</if>> + <<elseif ($activeChild.boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif ($activeChild.boobs > 300)>> + cute breasts, cupping them and gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his engorged $activeChild.nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. + <<if $activeChild.nipples != "fuckable">> + Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + $He moans passionately at the continued stimulation of $his breasts and nipples. When you finally stop, $he reaches up to your face with $his hand and lovingly strokes it, a blissful look on $his $activeChild.skin face. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif ($activeChild.amp == 1) && !canTalk($activeChild)>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<else>> + "Plea<<s>>e don't <<s>>top, <<Master>>," $he <<say>>s quietly. + <</if>> + $He <<if canSee($activeChild)>>looks<<else>>gazes<</if>> at you longingly, eager for more. +<<elseif ($activeChild.fetish == "masochist") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He hurriedly comes over to you, to stand between you and your desk. You lean over while $he lies down upon it, face-up, with $his breasts pointed to the air. $He gasps as you slap your hands on $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness before pulling back and struggling to grasp both nipples at once, + <<elseif ($activeChild.boobs >= 10000)>> + massive tits, using your entire arms to roughly jiggle them before pulling back to maul $his nipples, + <<elseif ($activeChild.boobs >= 5000)>> + monster tits, bouncing their weighty mass roughly with all your might before sliding your hands to $his nipples, + <<elseif ($activeChild.boobs > 1000)>> + huge tits, bouncing them roughly up and down in your hands, while simultaneously + <<if $activeChild.nipples == "fuckable">> + shoving your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + flicking $his nipples hard with your fingers and thumbs, + <</if>> + <<elseif ($activeChild.boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif ($activeChild.boobs > 300)>> + cute breasts, cupping them and roughly + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, roughly + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his engorged $activeChild.nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and firmly pulling them in all directions. + <<if $activeChild.nipples != "fuckable">> + Moving your head close to $his breasts, you put your lips on a nipple and close your lips firmly around it to pull strongly on it. Then you alternate, bite hard with your teeth on the other. You firmly squeeze the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you push $his nipples with your thumbs, flicking them hard in different directions. + <<else>> + Moving your head close to $his breasts, you put your lips over a nipple and close your lips firmly over the slit to suck strongly on it. Then you alternate, bite hard with your teeth on the other. You firmly push the tips of your fingers down into the depths of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples to tweak what was once their tip. + <</if>> + $He moans passionately at the continued punishment of $his breasts and nipples. Your rough play leaves red marks on $his breasts and nipples and $he becomes even more aroused. When you finally stop $he rubs the marks on $his breasts with $his hands, an ecstatic look on $his $activeChild.skin face. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate pleasure with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif ($activeChild.amp == 1) && !canTalk($activeChild)>> + $He does $his best to communicate $his pleasure with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves it. + <<else>> + "Plea<<s>>e puni<<sh>> me more, <<Master>>," $he <<say>>s quietly. + <</if>> + $He <<if canSee($activeChild)>>looks<<else>>gazes<</if>> at you longingly, hungry for more. +<<elseif ($activeChild.devotion > 50)>> + $He devotedly comes over to you, to stand between you and your desk. $His doting <<= App.Desc.eyeColor($activeChild)>> eyes looking in yours. You place your hands on $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness, + <<elseif ($activeChild.boobs >= 10000)>> + massive tits, before sinking into your arms around their soft mass, + <<elseif ($activeChild.boobs >= 5000)>> + monster tits, bouncing their weighty mass in your hands, + <<elseif ($activeChild.boobs > 1000)>> + huge tits, bouncing them up and down in your hands, while simultaneously + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + rubbing $his $activeChild.nipples nipples with your fingers and thumbs, + <</if>> + <<elseif ($activeChild.boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif ($activeChild.boobs > 300)>> + cute breasts, cupping them and gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his engorged $activeChild.nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. + <<if $activeChild.nipples != "fuckable">> + Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Moving your head close to $his breasts, you nuzzle on a nipple slit with your lips and even lick it delicately with your tongue. Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + $He moans passionately at the continued stimulation of $his breasts and nipples. When you finally stop, $he reaches up to your face with $his hand and lovingly strokes it, a blissful look on $his $activeChild.skin face. + <<if ($activeChild.accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif ($activeChild.amp == 1) && !canTalk($activeChild)>> + $He does $his best to communicate devotion with $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes<<else>>face<</if>>. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s euphorically. + <</if>> + $He <<if canSee($activeChild)>>looks<<else>>gazes<</if>> at you longingly, eager for more. +<<elseif ($activeChild.devotion > 20)>> + $He willingly gives $himself up to you. You place your hands on $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness, + <<elseif ($activeChild.boobs >= 10000)>> + massive tits, before sinking into your arms around their soft mass, + <<elseif ($activeChild.boobs >= 5000)>> + monster tits, bouncing their weighty mass in your hands, + <<elseif ($activeChild.boobs > 1000)>> + huge tits, bouncing them up and down in your hands, while simultaneously + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + rubbing $his $activeChild.nipples nipples with your fingers and thumbs, + <</if>> + <<elseif ($activeChild.boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif ($activeChild.boobs > 300)>> + cute breasts, cupping them and gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his $activeChild.nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, gently + <<if $activeChild.nipples == "fuckable">> + slipping your fingers in and out of $his engorged $activeChild.nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them towards you. + <<if $activeChild.nipples != "fuckable">> + Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Moving your head close to $his breasts, you nuzzle on a nipple slit with your lips and even lick it delicately with your tongue. Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeChild.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + You sense considerable uneasiness in the <<if ($activeChild.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your hands on $his breasts. $He gradually loses $himself in the feeling of your gentle hands. When you finally stop, $his <<if canSee($activeChild)>><<= App.Desc.eyeColor($activeChild)>> eyes gaze<<else>>face gazes<</if>> puzzlingly at you. Even though $he has accepted life as a sex slave, $he looks as though $he is unsure of what to make of this. + <<if ($activeChild.amp == 1) && !canTalk($activeChild)>> + $His <<if canSee($activeChild)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk($activeChild)>> + $He signs hesitantly, asking if that's it. + <<else>> + $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" + <</if>> +<<elseif ($activeChild.devotion >= -20) && ($activeChild.trust < -20)>> + $He shakes at your touch fearfully. As you softly place your hands on $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits, + <<elseif ($activeChild.boobs >= 10000)>> + massive tits, + <<elseif ($activeChild.boobs >= 5000)>> + monster tits, + <<elseif ($activeChild.boobs >= 1000)>> + huge tits, + <<elseif ($activeChild.boobs > 650)>> + large tits, + <<elseif ($activeChild.boobs > 300)>> + cute breasts, + <<else>> + flat breasts, + <</if>> + $his eagerness to avoid punishment leads $him to stiffen as you start to massage them. $He finally starts to relax as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, + <<if $activeChild.nipples != "fuckable">> + playing with $his<<if ($activeChild.lactation > 0)>> milky<</if>> $activeChild.nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples<<if ($activeChild.lactation > 0)>> milk streams out of them and<</if>> $he lets out a gasp. + <<else>> + playing with $his<<if ($activeChild.lactation > 0)>> milky<</if>> $activeChild.nipples nipples so that they become sodden with fluid around your fingers. You plunge the depths of $his nipple cunts and vigorously work the unusual orifice. When you finally withdraw from $his nipples<<if ($activeChild.lactation > 0)>>, a stream of pent-up milk flows out after you and<<else>>,<</if>> $he lets out a gasp. + <</if>> + $His body softens as <<if canSee($activeChild)>>$his <<= App.Desc.eyeColor($activeChild)>> eyes dart up to your face, before visibly catching $himself with a reminder<<else>>$he remembers<</if>> that $he's a slave and you're $his owner. When you finally stop, $he shivers but says nothing, uneasy at what you are going to do next. +<<elseif ($activeChild.trust < -50)>> + $He is nearly frozen with fear, and does not resist as you start to massage $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits. + <<elseif ($activeChild.boobs >= 10000)>> + massive tits. + <<elseif ($activeChild.boobs >= 5000)>> + monster tits. + <<elseif ($activeChild.boobs >= 1000)>> + huge tits. + <<elseif ($activeChild.boobs > 650)>> + large tits. + <<elseif ($activeChild.boobs > 300)>> + cute breasts. + <<else>> + flat breasts. + <</if>> + In fact, $he barely reacts at all. $He <<if canSee($activeChild)>>stares<<else>>glowers<</if>> at you, but $he remains motionless. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. $He trembles as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, playing with $his + <<if $activeChild.nipples != "fuckable">> + <<if ($activeChild.lactation > 0)>> milky<</if>> $activeChild.nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples,<<if ($activeChild.lactation > 0)>> milk streams out of them and<</if>> $he gasps audibly, unable to contain $himself at your relentless assault upon $his areola. When you put your mouth on $his breasts to nibble on $his nipples, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <<else>> + <<if ($activeChild.lactation > 0)>> milky<</if>> $activeChild.nipples nipples so that they tighten around your fingers. You push deeper in, rubbing their sides gently before forcing the entirety of your hands into $his breasts. When you cease fisting $his nipples and pull out<<if ($activeChild.lactation > 0)>> alongside a stream of backed up milk<</if>>, $he gasps audibly, unable to contain $himself at your relentless assault upon $his boobs. When you put your mouth on $his breasts to lick $his slit, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <</if>> + When you finally stop, $he shakes uncontrollably but says nothing, apprehensive at what you are going to do next. +<<else>> + $He tries to refuse you, so you push $him down on top of your desk and squeeze $his $activeChild.skin breasts in your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands. $He tries to push you off $his + <<if ($activeChild.boobs >= 20000)>> + colossal tits. + <<elseif ($activeChild.boobs >= 10000)>> + massive tits. + <<elseif ($activeChild.boobs >= 5000)>> + monster tits. + <<elseif ($activeChild.boobs >= 1000)>> + huge tits, + <<elseif ($activeChild.boobs > 650)>> + large tits, + <<elseif ($activeChild.boobs > 300)>> + cute breasts, + <<else>> + flat breasts, + <</if>> + but you continue to massage them, playing with $his + <<if $activeChild.nipples != "fuckable">> + <<if ($activeChild.lactation > 0)>> milky<</if>> $activeChild.nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples,<<if ($activeChild.lactation > 0)>> milk streams out of them and<</if>> $he gasps audibly, unable to contain $himself at your relentless assault upon $his areola. When you put your mouth on $his breasts to nibble on $his nipples, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <<else>> + <<if ($activeChild.lactation > 0)>> milky<</if>> $activeChild.nipples nipples so that they tighten around your fingers. You push deeper in, rubbing their sides gently before forcing the entirety of your hands into $his breasts. When you cease fisting $his nipples and pull out<<if ($activeChild.lactation > 0)>> alongside a stream of backed up milk<</if>>, $he gasps audibly, unable to contain $himself at your relentless assault upon $his boobs. When you put your mouth on $his breasts to lick $his slit, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <</if>> + When you finally stop, $he shakes uncontrollably, apprehensive at what you are going to do next. +<</if>> + +<<if $activeChild.lactation > 0>> + <<set $activeChild.lactationDuration = 2>> + <<set $activeChild.boobs -= $activeChild.boobsMilk, $activeChild.boobsMilk = 0>> +<<else>> + <<= induceLactation($activeChild)>> +<</if>> diff --git a/src/facilities/nursery/scenes/fondleChildButt.tw b/src/facilities/nursery/scenes/fondleChildButt.tw new file mode 100644 index 00000000000..147cec93188 --- /dev/null +++ b/src/facilities/nursery/scenes/fondleChildButt.tw @@ -0,0 +1,537 @@ +:: FondleButt [nobr] + +You call $him over so you can fondle $his +<<if $activeChild.butt < 2>> + flat, tight ass +<<elseif $activeChild.butt <= 2>> + cute bottom +<<elseif $activeChild.butt <= 3>> + round, firm rump +<<elseif $activeChild.butt <= 4>> + curvy, enticing butt +<<elseif $activeChild.butt <= 5>> + huge rear end +<<elseif $activeChild.butt <= 6>> + massive, alluring rump +<<elseif $activeChild.butt <= 7>> + enormous, hypnotic ass +<<elseif $activeChild.butt <= 10>> + gigantic, jiggly rear +<<elseif $activeChild.butt <= 14>> + inhuman, cushiony butt cheeks +<<elseif $activeChild.butt <= 20>> + couch-like, super jiggly ass cheeks +<</if>> +as well as $his +<<if ($activeChild.anus > 3)>> + gaping anus. +<<elseif ($activeChild.anus == 3)>> + loose anus. +<<elseif ($activeChild.anus == 2)>> + well-used asshole. +<<elseif ($activeChild.anus == 1)>> + tight butthole. +<<elseif ($activeChild.anus == 0)>> + virgin butthole. +<</if>> + +<<if ($activeChild.fetish == "buttslut") && ($activeChild.devotion >= -20)>> + $He's pleased at the prospect of you touching $his favorite body part. +<</if>> + +<<if ($activeChild.fetish == "masochist") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1) && ($activeChild.anus == 0) && ($activeChild.devotion >= -20)>> + <<if canWalk($activeChild)>> + $He approaches you eagerly and waves $his butt, then presents $his virgin anus in front of you, spreading $his butt cheeks towards you with $his hands before turning to face you. + <</if>> + You reach around and firmly grab $his buttocks with both hands. $He gasps as you smack both of $his cheeks, you feel the shape of $his<<if $seeRace == 1>>$activeChild.race <</if>> ass with your fingers and squeeze hard. $He moans with arousal as you spank $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks. $He looks longingly into your eyes as you continue to move around $his posterior, pinching with your fingers and slapping with your palms before reaching to touch your fingertips against $his sphincter. $He moans and quivers slightly when you rub your fingers around $his virgin anus. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks firmly — first one, then the other and then finally both. $He can't resist gyrating $his hips in arousal while in your grasp. + <<if canWalk($activeChild)>> + You strongly pull $his body closer towards you by $his buttocks, turn $him around, and push $him down to bend $him over your desk. + <<else>> + You move closer towards $him, turn $him around and firmly hold $him down on desk, face-down so that $his butt is facing you up into the air. + <</if>> + $He pretends to be unwilling but cannot disguise $his obvious joy. You see that $his rear has reddened in your rough play and you continue to squeeze $his cheeks hard and spank them with your firm hands. $He moans harder at you squeezing along the contours of $his posterior with both your hands and at $his virgin butthole as you push against it with your fingers and thumb. Eventually you decide to stop and $he squeals with delight after you give $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks a few hard smacks for good measure. $His face is in ecstasy as $he stands and turns to face you, gently rubbing the red spots on $his buttocks and looking at you hungrily as if $he wants more. +<<elseif ($activeChild.devotion > 50) && ($activeChild.anus == 0)>> + <<if canWalk($activeChild)>> + $He accepts your orders happily and waves $his virgin anus to you, spreading $his butt cheeks in front of you with $his hands before turning to face you. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks with both hands before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He looks passionately into your eyes as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He sighs as you rub your fingertips around $his virgin anus. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't resist gyrating $his hips enticingly while in your grasp. + <<if canWalk($activeChild)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. + <<else>> + You move closer towards $him, turn $him around and push $him down on desk, face-down so that $his butt is facing you up into the air. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals with delight after you give $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks a gentle smack. $He turns to face you, kissing you, but looking at you longingly as if $he wants more. + <<if ($activeChild.amp == 1) && !canTalk($activeChild)>> + $He does $his best to communicate love with $his <<= App.Desc.eyeColor($activeChild)>> eyes. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<elseif SlaveStatsChecker.checkForLisp($activeChild)>> "I love you, + <<Master>>," $he lisps happily. + <<else>> "I love you, + <<Master>>," $he says happily. + <</if>> +<<elseif ($activeChild.devotion > 20) && ($activeChild.anus == 0)>> + <<if canWalk($activeChild)>> + $He accepts your orders without comment and presents $his virgin anus to you before turning to face you. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks with both hands before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He gasps as you rub fingers around $his virgin anus. You watch $his face as you continue to move around $his posterior and $he clearly enjoys the contact on $his bare skin. You gently reach to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't help but gyrate $his hips enticingly while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals in surprise after you give $his <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks a gentle smack. You tell $him to stand as you are finished. $He stands and looks at you quizzically. Though $he has accepted life as a sex slave, $he cannot help but feel a conflicted mixture of enjoyment and mild embarrassment. +<<elseif ($activeChild.devotion >= -20) && ($activeChild.anus == 0)>> + $He obeys your harmless order but $he can't help but feel slight trepidation and trembles slightly at the thought of you groping $his butt. <<if ($activeChild.amp != 1)>>$He stands in front of you as you <<else>>You <</if>>reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He gasps as you rub fingers around $his virgin anus. You study $his face as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't help but wiggle $his hips while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals in surprise after you give $his <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks a gentle smack. You tell $him to stand as you are finished. $He stands and looks at you quizzically, $his eyes searching in yours for answers that $he cannot find. +<<elseif ($activeChild.trust < -50) && ($activeChild.anus == 0)>> + $He is nearly frozen with fear, and does not resist as you kiss $him. In fact, $he barely reacts at all. $He stands in front of you and visibly stiffens as you reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He gasps and shivers as you rub fingers around $his virgin anus. $He remains frozen as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He shudders more while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both. $He is so filled with terror that $he remains stiff while in your grasp, even as it becomes clear to $him you're not going to hurt $him. You pull $his quivering body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his quaking rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He gradually stands and looks in your eyes with utter incomprehension, but $he is frightened about what you will do next. +<<elseif ($activeChild.anus == 0)>> + While you grope $his butt, $he tries hard to resist. $He <<if $activeChild.amp != 1>>grabs your wrists and tugs on your arms<<else>>writhes under your fingers<</if>> but stops, helpless, when you tell $him what the alternatives are. You reach around and grab $his <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his virgin anus. $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his unbroken anus, not breaking contact with $him with your fingers. You look at $his face and $he has <<if !canSee($activeChild)>>reflexively <</if>>shut $his eyes, trying not to think about what's happening to $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk while $he tries to push away. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He slowly stands and looks in your eyes, as though almost demanding answers. $He looks apprehensive about what you will do next. +<<elseif $activeChild.fetish == "mindbroken">> + <<if canWalk($activeChild)>> + You instruct $him to present $his buttocks and anus but $he remains still and unresponsive. Talking to a broken mind is pointless. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>>$activeChild.race <</if>>buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He reacts to your initial touch as you rub fingers around $his + <<if ($activeChild.anus > 3)>> + gaping anus, + <<elseif ($activeChild.anus == 3)>> + loose anus, + <<elseif ($activeChild.anus == 2)>> + well-used asshole, + <<elseif ($activeChild.anus == 1)>> + tight butthole, + <<elseif ($activeChild.anus == 0)>> + virgin butthole, + <</if>> + but you understand it is only physiological. You continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. You circle around $his anus but $he remains still. You keep squeezing $his buttocks tenderly — first one, then the other and then both but $he is like a doll in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole as you trace it with your fingers and thumb. Eventually, you decide to stop but $he remains in position over your desk until you stand $him up yourself. +<<elseif $activeChild.devotion < -20>> + <<if ($activeChild.amp != 1)>> + You instruct $him to present $his buttocks and anus. Opposed to the thought of your hands groping $him, $he tries to step back, but you catch $him and pull $him closer to you as you reach around and grab $his + <<else>> + $He's opposed to the thought of your hands groping $him, but as an amputee can do nothing about it. You reach around and grab $his + <</if>> + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>>$activeChild.race <</if>> buttocks. + <<if ($activeChild.amp != 1)>> + $He tries to grab your wrists to keep them away but $he cannot resist for long. + <</if>> + You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his + <<if ($activeChild.anus > 3)>> + gaping anus. + <<elseif ($activeChild.anus == 3)>> + loose anus. + <<elseif ($activeChild.anus == 2)>> + well-used asshole. + <<elseif ($activeChild.anus == 1)>> + tight butthole. + <<elseif ($activeChild.anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus, not breaking contact with $him with your fingers. You look at $his face and $he has <<if !canSee($activeChild)>>reflexively <</if>>shut $his eyes, trying not to think about what's happening to $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk while $he tries to push away. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk while $he tries to wriggle desperately. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He slowly stands and looks in your eyes, as though almost demanding answers. $He looks apprehensive about what you will do next. +<<elseif ($activeChild.devotion <= 20) && ($activeChild.vagina < 0)>> + <<if ($activeChild.amp != 1)>> + You instruct $him to present $his anus. $He complies without comment, standing in front of you. + <<else>> + $He's hesitant at the thought of your hands groping $him, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>>$activeChild.race <</if>> buttocks. $His dick cannot stop twitching as you start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. You rub your fingers around $his + <<if ($activeChild.anus > 3)>> + gaping anus. + <<elseif ($activeChild.anus == 3)>> + loose anus. + <<elseif ($activeChild.anus == 2)>> + well-used asshole. + <<elseif ($activeChild.anus == 1)>> + tight butthole. + <<elseif ($activeChild.anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers. You look at $his face and $he has <<if !canSee($activeChild)>>reflexively <</if>>shut $his eyes, trying not to get aroused by your touch on $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk while $he wriggles. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + butthole as you trace it with your fingers and thumb. Eventually, you decide to stop and $he looks up at you quizzically, unsure about what you will do next. +<<elseif ($activeChild.devotion <= 50)>> + <<if ($activeChild.amp != 1)>> + You instruct $him to present $his <<if $seeRace == 1>>$activeChild.race <</if>>anus. $He hesitates but eventually stands in front of you showing $his buttocks before presenting $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + anus to you and turning to face you. + <<else>> + $He's mildly hesitant at the thought of your hands groping $him, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he starts to relax. $He quivers as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He purses $his lips while you circle around $his anus with your fingers. You look at $his face and $he is looking back at you doe-eyed, trying but failing not to get aroused by your soft touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk while $he tries to wriggle desperately. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee($activeChild)>>looks up into your eyes<<else>>angles $his head to face you<</if>> longingly, as if $he wants more. +<<else>> + <<if ($activeChild.amp != 1)>> + You instruct $him to present $his <<if $seeRace == 1>>$activeChild.race <</if>>anus. $He eagerly stands in front of you showing $his buttocks before happily presenting $his + <<if ($activeChild.anus > 3)>> + gaping + <<elseif ($activeChild.anus == 3)>> + loose + <<elseif ($activeChild.anus == 2)>> + well-used + <<elseif ($activeChild.anus == 1)>> + tight + <<elseif ($activeChild.anus == 0)>> + virgin + <</if>> + anus to you, spreading $his butt cheeks and turning to face you. + <<else>> + $He devotedly looks at you, awaiting your touch on $his body. + <</if>> + You reach around and grab $his + <<if $activeChild.butt < 2>> + flat + <<elseif $activeChild.butt <= 2>> + cute + <<elseif $activeChild.butt <= 3>> + firm + <<elseif $activeChild.butt <= 4>> + generous + <<elseif $activeChild.butt <= 5>> + massive + <<elseif $activeChild.butt <= 7>> + enormous + <<elseif $activeChild.butt <= 10>> + gigantic + <<elseif $activeChild.butt <= 14>> + inhuman + <<elseif $activeChild.butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeChild.race<</if>> ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he sighs audibly. $He moans as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He quivers while you circle around $his anus with your fingers. You look at $his face and $he is looking back at you longingly, getting aroused by your continued touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if ($activeChild.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk so that $his butt is up facing towards you. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee($activeChild)>>looks up into your eyes<<else>>angles $his head to face you<</if>> ecstatically<<if ($activeChild.amp != 1)>> as $he stands up<</if>>, eager for more. +<</if>> diff --git a/src/facilities/nursery/scenes/fondleChildDick.tw b/src/facilities/nursery/scenes/fondleChildDick.tw new file mode 100644 index 00000000000..a7bfb9446fa --- /dev/null +++ b/src/facilities/nursery/scenes/fondleChildDick.tw @@ -0,0 +1,423 @@ +:: FondleDick [nobr] + +You call $him over so you can fondle $his +<<if $activeChild.dick == 1>> + tiny dick +<<elseif $activeChild.dick == 2>> + cute dick +<<elseif $activeChild.dick == 3>> + dick +<<elseif $activeChild.dick == 4>> + big dick +<<elseif $activeChild.dick == 5>> + impressive dick +<<elseif $activeChild.dick == 6>> + huge dick +<<elseif $activeChild.dick == 7>> + gigantic dick +<<elseif $activeChild.dick == 8>> + titanic dick +<<elseif $activeChild.dick == 9>> + absurd dick +<<elseif $activeChild.dick == 10>> + inhuman dick +<<else>> + hypertrophied dick +<</if>> + +<<if $activeChild.scrotum > 0>> + and + <<if $activeChild.balls == 0>> + soft scrotum. + <<elseif $activeChild.balls == 1>> + tiny balls. + <<elseif $activeChild.balls == 2>> + cute balls. + <<elseif $activeChild.balls == 3>> + balls. + <<elseif $activeChild.balls == 4>> + large balls. + <<elseif $activeChild.balls == 5>> + huge balls. + <<else>> + monstrous balls. + <</if>> +<<else>> + and soft perineum. +<</if>> + +<<if ($activeChild.vaginaTat == "tribal patterns")>> + The tattoos on $his abdomen certainly draw attention there. +<</if>> + +<<if ($activeChild.vaginaPiercing > 1) && ($activeChild.dick != 0)>> + Metal glints all up and down $his cock. +<<elseif ($activeChild.vaginaPiercing == 1) && ($activeChild.dick != 0)>> + Metal glints at the head of $his cock. +<</if>> + +<<if ($activeChild.fetish == "mindbroken")>> + Like a doll, $he dumbly remains still, watching your hands move towards $him without any real interest. You gently trace your fingers along $his + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeChild.balls > 0>>,<<else>>.<</if>> + <<if $activeChild.balls > 0>> + while simultaneously cupping + <<if $activeChild.scrotum == 0>> + the soft skin between $his base and $his butthole + <<elseif $activeChild.balls == 1>> + $his tiny balls + <<elseif $activeChild.balls == 2>> + $his small balls + <<elseif $activeChild.balls == 3>> + $his balls + <<elseif $activeChild.balls == 4>> + $his big balls + <<elseif $activeChild.balls == 5>> + $his lemon-sized balls + <<elseif $activeChild.balls < 10>> + $his fist-sized balls + <<else>> + $his hypertrophied balls + <</if>> + with your other hand. + <</if>> + You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. + <<if !canAchieveErection($activeChild)>> + $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick but, $he does not respond. + <<else>> + $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft but, except for the cockmilk leaking out of $his dick, $he does not respond. + <</if>> + Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. +<<elseif ($activeChild.amp == 1)>> + Since $he's a quadruple amputee, $he's yours to use as a human finger toy. While $he's lying there helpless, you move your hands towards $him. You gently trace your fingers along $his + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeChild.balls > 0>>,<<else>>.<</if>> + <<if $activeChild.balls > 0>> + while simultaneously cupping $his + <<if $activeChild.scrotum == 0>> + soft skin beneath $his base and $his butthole + <<elseif $activeChild.balls == 1>> + tiny balls + <<elseif $activeChild.balls == 2>> + small balls + <<elseif $activeChild.balls == 3>> + balls + <<elseif $activeChild.balls == 4>> + big balls + <<elseif $activeChild.balls == 5>> + lemon-sized balls + <<elseif $activeChild.balls < 10>> + fist-sized balls + <<else>> + hypertrophied balls + <</if>> + with your other hand. + <</if>> + You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. + <<if !canAchieveErection($activeChild)>> + $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick but, except for the cockmilk leaking out of $his dick, $he does not respond. + <<else>> + $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft but, except for the cockmilk leaking out of $his dick, $he does not respond. + <</if>> Soon, $his movements indicate that $he is orgasming. $He shudders and leaks $his cockmilk as $he orgasms in your hand, looking at you as you stop moving your hands. You leave your toy for one of your other slaves to clean and maintain. +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He comes submissively over, smiling a little submissive smile, and points $his dick towards you. You gently trace your fingers along $his + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeChild.balls > 0>>,<<else>>.<</if>> + <<if $activeChild.balls > 0>> + while simultaneously cupping $his + <<if $activeChild.scrotum == 0>> + soft skin beneath $his base and $his butthole + <<elseif $activeChild.balls == 1>> + tiny balls + <<elseif $activeChild.balls == 2>> + small balls + <<elseif $activeChild.balls == 3>> + balls + <<elseif $activeChild.balls == 4>> + big balls + <<elseif $activeChild.balls == 5>> + lemon-sized balls + <<elseif $activeChild.balls < 10>> + fist-sized balls + <<else>> + hypertrophied balls + <</if>> + with your other hand. + <</if>> + You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. + <<if !canAchieveErection($activeChild)>> + $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. + <<else>> + $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. + <</if>> Soon, $his movements indicate that $he is orgasming. $He shudders and leaks $his cockmilk as $he orgasms in your hands before submissively avoiding your gaze as you get cleaned up. +<<elseif $activeChild.devotion < -20>> + $He clearly dislikes the thought of getting $his dick fondled by you. $His lower lip quivers with trepidation as $he watches your hands move towards $him. $He has no choice but to obey if $he wants to avoid punishment. $He gasps and shakes as you gently trace along $his + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeChild.balls > 0>>,<<else>>.<</if>> + <<if $activeChild.balls > 0>> + while simultaneously cupping $his + <<if $activeChild.scrotum == 0>> + soft skin beneath $his base and $his butthole + <<elseif $activeChild.balls == 1>> + tiny balls + <<elseif $activeChild.balls == 2>> + small balls + <<elseif $activeChild.balls == 3>> + balls + <<elseif $activeChild.balls == 4>> + big balls + <<elseif $activeChild.balls == 5>> + lemon-sized balls + <<elseif $activeChild.balls < 10>> + fist-sized balls + <<else>> + hypertrophied balls + <</if>> + with your other hand. + <</if>> + You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. + <<if !canAchieveErection($activeChild)>> + $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. + <<else>> + $His prick stiffens like a rod in your hand and you continue your expert strokes along the erect shaft. + <</if>> $He grabs your wrist with $his hands and tries to stop it from moving but is unable to and despite $his resistant pulling against you. $He bites $his lip but $he cannot help but moan. Soon $he shudders and leaks $his cockmilk as $he orgasms in your hands. $He looks at you shamefully as you stop moving your hands and get cleaned up. +<<elseif ($activeChild.fetish == "masochist") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He hurriedly comes over to you, to stand between you and your desk. You lean over while $he lies down upon it, face-up, with $his dick pointed towards you. $He gasps when you slap $his + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> + with your hand. You firmly grab it and tightly squeeze it with your fingers, stroking your hand along its shaft. + <<if $activeChild.balls > 0>>, + Simultaneously, you slap $his + <<if $activeChild.balls == 1>> + tiny balls + <<elseif $activeChild.balls == 2>> + small balls + <<elseif $activeChild.balls == 3>> + balls + <<elseif $activeChild.balls == 4>> + big balls + <<elseif $activeChild.balls == 5>> + lemon-sized balls + <<elseif $activeChild.balls < 10>> + fist-sized balls + <<else>> + hypertrophied balls + <</if>> + with your other hand. + <</if>> + You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze and pinch the tip and head of $his dick between your fingers and thumb. + <<if !canAchieveErection($activeChild)>> + $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. + <<else>> + $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. + <</if>> Your rough play leaves red marks on $his breasts and nipples and $he becomes even more aroused. Soon, $his movements indicate that $he is orgasming. $He shudders and leaks $his cockmilk as $he orgasms in your hands. $He rubs the marks on $his dick and balls with $his hands, an ecstatic look on $his $activeChild.skin face. $He looks at you longingly as you get cleaned up, hungry for more. +<<elseif $activeChild.devotion <= 20>> + $He obeys silently, standing in front of you as you move your hands towards $him. You gently trace your fingers along $his + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeChild.balls > 0>>,<<else>>.<</if>> + <<if $activeChild.balls > 0>> + while simultaneously cupping $his + <<if $activeChild.scrotum == 0>> + soft skin beneath $his base and $his butthole + <<elseif $activeChild.balls == 1>> + tiny balls + <<elseif $activeChild.balls == 2>> + small balls + <<elseif $activeChild.balls == 3>> + balls + <<elseif $activeChild.balls == 4>> + big balls + <<elseif $activeChild.balls == 5>> + lemon-sized balls + <<elseif $activeChild.balls < 10>> + fist-sized balls + <<else>> + hypertrophied balls + <</if>> + with your other hand. + <</if>> + You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. + <<if !canAchieveErection($activeChild)>> + $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. + <<else>> + $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. + <</if>> $He looks into your eyes furtively while $he grabs your wrists with $his hands, moving to match your hand movements. $He moans and shudders, leaking $his cockmilk as $he orgasms in your hands. $He dutifully looks at you as you stop moving your hands and get cleaned up. +<<else>> + $He devotedly comes over and gives you an impassioned kiss. $He smiles and points $his dick towards you. You gently trace your fingers along $his + <<if $activeChild.dick == 1>> + tiny dick + <<elseif $activeChild.dick == 2>> + cute dick + <<elseif $activeChild.dick == 3>> + dick + <<elseif $activeChild.dick == 4>> + big dick + <<elseif $activeChild.dick == 5>> + impressive dick + <<elseif $activeChild.dick == 6>> + huge dick + <<elseif $activeChild.dick == 7>> + gigantic dick + <<elseif $activeChild.dick == 8>> + titanic dick + <<elseif $activeChild.dick == 9>> + absurd dick + <<elseif $activeChild.dick == 10>> + inhuman dick + <<else>> + hypertrophied dick + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeChild.balls > 0>>,<<else>>.<</if>> + <<if $activeChild.balls > 0>> + while simultaneously cupping $his + <<if $activeChild.scrotum == 0>> + soft skin beneath $his base and $his butthole + <<elseif $activeChild.balls == 1>> + tiny balls + <<elseif $activeChild.balls == 2>> + small balls + <<elseif $activeChild.balls == 3>> + balls + <<elseif $activeChild.balls == 4>> + big balls + <<elseif $activeChild.balls == 5>> + lemon-sized balls + <<elseif $activeChild.balls < 10>> + fist-sized balls + <<else>> + hypertrophied balls + <</if>> + with your other hand. + <</if>> + You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. + <<if !canAchieveErection($activeChild)>> + $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. + <<else>> + $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. + <</if>> $He begs you not to stop. Soon, $he moans and $his movements indicate that $he is about to orgasm. $He shudders and leaks $his cockmilk as $he orgasms in your hands. $He looks at you passionately as you stop moving your hands and get cleaned up. +<</if>> diff --git a/src/facilities/nursery/scenes/fondleChildVagina.tw b/src/facilities/nursery/scenes/fondleChildVagina.tw new file mode 100644 index 00000000000..759e547732b --- /dev/null +++ b/src/facilities/nursery/scenes/fondleChildVagina.tw @@ -0,0 +1,339 @@ +:: FondleVagina [nobr] + +You call $him over so you can fondle $his +<<if ($activeChild.vagina > 3)>> + gaping vagina. +<<elseif ($activeChild.vagina == 3)>> + loose vagina. +<<elseif ($activeChild.vagina == 2)>> + well-used pussy. +<<elseif ($activeChild.vagina == 1)>> + tight pussy. +<<elseif ($activeChild.vagina == 0)>> + virgin pussy. +<<elseif ($activeChild.vagina == -1)>> + dick. +<</if>> + +<<if ($activeChild.vaginaTat == "tribal patterns")>> + The tattoos on $his abdomen certainly draw attention there. +<</if>> + +<<if ($activeChild.vagina != -1)>> + <<if $activeChild.devotion <= 20>> + <<if $activeChild.clit == 1>> + $His big clit peeks out from under its hood + <<elseif $activeChild.clit == 2>> + $His huge clit is impossible to miss + <<elseif $activeChild.clit > 1>> + $His pseudophallus-sized clit is soft + <<else>> + $His pretty little clit is barely visible + <</if>> + and + <<if $activeChild.labia == 1>> + $his lovely petals are quite inviting. + <<elseif $activeChild.labia == 2>> + $his prominent petals are inviting. + <<elseif $activeChild.labia > 1>> + $his labia are so large they present a slight obstacle to entry. + <<else>> + $his cute labia are barely noticeable. + <</if>> + <<else>> + <<if $activeChild.clit == 1>> + $His big clit peeks out from under its hood. + <<elseif $activeChild.clit == 2>> + $His huge clit is impossible to miss. + <<elseif $activeChild.clit > 1>> + $His pseudophallus-sized clit is soft. + <<else>> + $His pretty little clit is ready for you, + <</if>> + and + <<if $activeChild.labia == 1>> + $his lovely petals are moist with arousal. + <<elseif $activeChild.labia == 2>> + $his prominent petals bear a sheen of arousal. + <<elseif $activeChild.labia > 1>> + $his huge labia are almost dripping with arousal. + <<else>> + $he's becoming moist. + <</if>> + <</if>> +<</if>> + +<<if ($activeChild.vaginaPiercing > 1) && ($activeChild.vagina != -1)>> + $His pierced lips and clit have $his nice and wet. +<<elseif ($activeChild.vaginaPiercing == 1) && ($activeChild.vagina != -1)>> + $His pierced clit has $his nice and moist. +<</if>> + +<<if ($activeChild.vagina == 0)>> + <<if ($activeChild.fetish == "mindbroken")>> + $He accepts your orders dumbly and presents $his virgin pussy to you, watching your hands move towards $him without any real interest. You gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + erect clit + <<elseif $activeChild.clit == 2>> + large clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it but except for the pussy juices trickling down $his leg, $he does not respond. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. + <<elseif ($activeChild.devotion > 50)>> + $He accepts your orders happily and presents $his virgin pussy to you, watching your hands with eagerness. $He gasps and quivers with pleasure as you gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. <<if ($activeChild.fetish == "boobs")>> $He fondles $his breasts and plays with $his nipples at the same time.<</if>> You occasionally flick $his + <<if $activeChild.clit == 1>> + large clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. As $he becomes more aroused, $he grabs hold of your wrist lightly, moving $his hands along with the motion of your own. $His pussy juices run down $his leg as $he begins to moan audibly<<if ($activeChild.amp != 1)>>, gently clamping your hand between $his thighs<</if>> as you continue to move your hand along $his pussy. $He moans loudly as $he shudders in orgasmic joy. + <<if (($activeChild.amp == 1) && !canTalk($activeChild))>> + $He does $his best to communicate love with $his <<= App.Desc.eyeColor($activeChild)>> eyes. + <<elseif !canTalk($activeChild)>> + $He signs that $he loves you. + <<elseif SlaveStatsChecker.checkForLisp($activeChild)>> "I love you, + <<Master>>," $he lisps rapturously. + <<else>> "I love you, + <<Master>>," $he says rapturously. + <</if>> + <<elseif ($activeChild.devotion > 20)>> + $He accepts your orders without comment and presents $his virgin pussy to you, watching your hands with some slight trepidation. $He gasps as you gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + large clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. $His pussy juices run down $his leg as $he begins to moan audibly<<if ($activeChild.amp != 1)>>, grasping your wrist with $his hands tightly<</if>> and clamping $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, almost embarrassed. $He looks into your eyes expectantly. + <<elseif ($activeChild.devotion >= -20)>> + $He clearly dislikes the thought of getting fondled by you. $His lower lip quivers with trepidation as $he watches your hands move towards $him. $He has no choice but to obey if $he wants to avoid punishment. $He gasps and shakes as you gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + erect clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. $His pussy juices run down $his leg as $he begins to moan audibly<<if ($activeChild.amp != 1)>>, grasping your wrist with $his hands tightly<</if>> and clamping $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, clearly embarrassed to end up in this position as $he loses control. + <<else>> + As you anticipated, $he refuses to let $himself be groped by you. $He is unable to resist you, also as you expected, when you mention some of the alternatives. $He gasps and shakes as you gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements.<<if ($activeChild.amp != 1)>> $He grabs your wrist with $his hands in an effort to stop you but $he is unable to stop your hand from moving for long.<</if>> You occasionally flick $his + <<if $activeChild.clit == 1>> + erect clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. $He <<if ($activeChild.amp != 1)>>tightly grasps your wrist and<</if>> clamps $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, gripping tighter and shamefully looking at you as you stop moving your hand. + <</if>> +<<elseif ($activeChild.fetish == "mindbroken")>> + Like a doll, $he dumbly remains still, watching your hands move towards $him without any real interest. + <<if ($activeChild.vagina != -1)>> + You gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + erect clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. Except for the pussy juices trickling down $his leg, $he does not respond. + <</if>> Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. +<<elseif ($activeChild.amp == 1)>> + Since $he's a quadruple amputee, $he's yours to use as a human finger toy. While $he's lying there helpless, you move your hands towards $him. + <<if ($activeChild.vagina != -1)>> + You gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + erect clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. + <</if>> Soon $he shudders in an orgasm, looking at you as you stop moving your hand. You leave your toy for one of your other slaves to clean and maintain. +<<elseif ($activeChild.fetish == "submissive") && ($activeChild.fetishStrength > 60) && ($activeChild.fetishKnown == 1)>> + $He comes submissively over, smiling a little submissive smile, and points $his pussy towards you. + <<if ($activeChild.vagina != -1)>> + You gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + erect clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. $He begs you not to stop as $he looks into your eyes expectantly as $he shudders in an orgasm. + <</if>> +<<elseif $activeChild.devotion < -20>> + $He tries to refuse, so you push the disobedient slave down over your desk as you move your hands towards $him. + <<if ($activeChild.vagina != -1)>> + You gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. $He grabs your wrist to try to stop you but $he is unable to. You occasionally flick $his + <<if $activeChild.clit == 1>> + large clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it, despite $his resistant pulling against you. $He bites $his lip but $he cannot help but moan and $he shudders in an orgasm. + <</if>> $He looks at you shamefully as you stop moving your hand. +<<elseif $activeChild.devotion <= 20>> + $He obeys silently, standing in front of you as you move your hands towards $him. + <<if ($activeChild.vagina != -1)>> + You gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + erect clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. $He looks into your eyes furtively while $he grabs your wrist with $his hand and $he squeezes $his thighs together as $he moans and shudders in an orgasm. + <</if>> $He dutifully looks at you as you stop moving your hand. +<<else>> + $He devotedly comes over and gives you an impassioned kiss. $He smiles and points $his pussy towards you. + <<if ($activeChild.vagina != -1)>> + You gently trace along $his + <<if $activeChild.labia == 1>> + lovely petals + <<elseif $activeChild.labia == 2>> + prominent petals + <<elseif $activeChild.labia > 1>> + huge labia + <<else>> + cute labia + <</if>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his + <<if $activeChild.clit == 1>> + large clit + <<elseif $activeChild.clit == 2>> + huge clit + <<elseif $activeChild.clit > 1>> + massive clit + <<else>> + pretty little clit + <</if>> + and rub it with your fingertips as your hand nears it. $He squeezes $his thighs lightly against your hand as $he moans and shudders in orgasmic bliss. + <</if>> $He looks at you passionately as you stop moving your hand. +<</if>> diff --git a/src/facilities/nursery/scenes/forcefeedChild.tw b/src/facilities/nursery/scenes/forcefeedChild.tw new file mode 100644 index 00000000000..bee3bca6efa --- /dev/null +++ b/src/facilities/nursery/scenes/forcefeedChild.tw @@ -0,0 +1,554 @@ +:: ForcefeedChild [nobr] + +<<run clearSummaryCache($activeChild)>> +<<setLocalPronouns $activeChild>> + +<<set _belly = bellyAdjective($activeChild)>> +<<set $activeChild.bellyAccessory = "none", _isDone = $activeChild.inflation-1, _pregDiscovery = 0>> +You call $him over and ask $him to wait patiently for a moment. +<<if $activeChild.fetish == "mindbroken">> + $He shows no response as +<<else>> + $He barely has time to ponder why you called for $him when +<</if>> +another slave carries in a pair of +<<if $activeChild.inflation == 3>> + one gallon +<<elseif $activeChild.inflation == 2>> + two liter +<<else>> + one liter +<</if>> +buckets overflowing with slave food. $He is going to eat it all and you're going to enjoy $him as $he does it. + +<<if $activeChild.inflation > 1 && $activeChild.preg > 1>> + $He looks nauseated by the <<if canSee($activeChild)>>sight<<elseif canSmell($activeChild)>>smell<<else>>very existence<</if>> of the food. +<<elseif $activeChild.fetish == "submissive" && $activeChild.devotion >= -20>> + $He blushes at the thought of being forced to eat for another's amusement. +<<elseif $activeChild.behavioralFlaw == "gluttonous" && $activeChild.devotion >= -20>> + $He's awestruck that you approve of $his gluttony enough to present $him a feast. +<<elseif $activeChild.behavioralFlaw == "gluttonous">> + $He's hesitant about your intent, but $he gives in as $his belly begins to growl at the <<if canSee($activeChild)>>sight<<elseif canSmell($activeChild)>>smell<<else>>anticipation<</if>> of $his waiting meal. +<<elseif $activeChild.behavioralFlaw == "anorexic">> + $He grimaces at the <<if canSee($activeChild)>>sight<<elseif canSmell($activeChild)>>smell<<else>>thought<</if>> of the food that will soon be going into $him. $He knows you won't let it come back up later. +<</if>> + +<<if canWalk($activeChild)>> + You instruct $him to take a seat on your lap and open + <<if $activeChild.fetish == "mindbroken">> + wide, but $he remains still and unresponsive. Talking to a broken mind is pointless. + <<else>> + wide. + <</if>> + <<if $activeChild.devotion < -20>> + Opposed to the thought of being forced to eat all that food, $he tries to step back, but you catch $him and pull $him into your lap, wrapping an arm + <<elseif $activeChild.fetish == "submissive">> + $He meekly settles into your lap and shudders as $he feels your dominant hand wrap + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + $He wastes no time getting into position with $his mouth agape as you wrap your hand + <<elseif $activeChild.devotion <= 20>> + $He complies without comment and settles $himself onto your lap, shuddering slightly as you wrap your arm + <<elseif $activeChild.devotion <= 50>> + $He hesitates but eventually settles onto your lap as you wrap your arm + <<else>> + $He eagerly settles $himself onto your lap as you wrap your arm + <</if>> +<<elseif ($activeChild.amp == 1)>> + <<if $activeChild.devotion < -20>> + $He's opposed to the thought of being forced to eat all that food, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping an arm + <<elseif $activeChild.fetish == "submissive">> + $He's opposed to the thought of being forced to eat all that food, but as an amputee can do nothing about it; not that $he'd go against your orders anyway. $He shudders with pleasure as you heft $him onto your lap, wrapping a dominant arm + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + $He can't wait to chow down, but as an amputee can do nothing to get in position. $He shudders with anticipation as you heft $him onto your lap, wrapping an arm + <<elseif $activeChild.devotion <= 20>> + $He's hesitant of being force-fed, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arm + <<elseif $activeChild.devotion <= 50>> + $He's mildly hesitant of being force-fed, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arm + <<else>> + $He devotedly <<if canSee($activeChild)>>looks<<else>>smiles<</if>> at you as you heft $him onto your lap, wrapping your arm + <</if>> +<<else>> + You inform $him $he'll be taking a seat on your lap and opening wide for $his meal. + <<if $activeChild.devotion < -20>> + $He's opposed to the thought of being forced to eat all that food, but since $he is immobile, can't escape. You heft $him onto your lap, wrapping an arm + <<elseif $activeChild.fetish == "submissive">> + $He accepts your orders without question. $He shudders with pleasure as you heft $him onto your lap, wrapping a dominant arm + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + $He eagerly tries to get to your lap faster. $He shudders with anticipation as you heft $him onto your lap, wrapping your arm + <<elseif $activeChild.devotion <= 20>> + $He complies without comment. You heft $him onto your lap, wrapping an arm + <<elseif $activeChild.devotion <= 50>> + $He hesitates for a moment, before demonstrating acceptance. You heft $him onto your lap, wrapping an arm + <<else>> + $He squirms with excitement as you heft $him onto your lap, wrapping an arm + <</if>> +<</if>> +<<if $activeChild.fetish == "mindbroken">> + You reach out and wrap your arms +<</if>> + +around $his +<<if $activeChild.weight > 190>> + immensely soft +<<elseif $activeChild.belly >= 150000>> + _belly +<<elseif $activeChild.weight > 160>> + massive soft +<<elseif $activeChild.weight > 130>> + giant soft +<<elseif $activeChild.belly >= 1500>> + _belly +<<elseif $activeChild.weight > 95>> + huge soft +<<elseif $activeChild.weight > 30>> + big soft +<<elseif $activeChild.weight > 10>> + soft +<<elseif $activeChild.muscles > 95>> + chiseled +<<elseif $activeChild.muscles > 30>> + muscular +<<elseif $activeChild.muscles > 5>> + firm, ripped +<<else>> + firm, flat +<</if>> +<<if $activeChild.fetish == "mindbroken">> + belly, pulling $him into your lap. +<<else>> + belly. +<</if>> + +You hold $him tight as you pull $his meal closer, dip in a cup and bring it to $his lips. +<<if $activeChild.fetish == "mindbroken">> + It takes little effort to get $him to gulp down the contents +<<elseif $activeChild.devotion < -20>> + $He struggles in your lap and refuses to open $his mouth. You drop the cup back into the bucket and lean in close. You quickly clip $his nose shut, eliciting a panicked thrash from the $girl. + <<if $activeChild.amp != 1>> + You warn $him that $his punishment will be severe if $he comes that close to kicking over the buckets again. + <</if>> + With $his mouth forced open, you now have a clear avenue with which to pour the slave food into $his mouth. $He sputters as $he struggles to swallow with $his nose shut. After several cups, tears are streaming down $his face from the discomfort. Weeping, $he implores you to remove the clamp so that $he may drink like a good $girl. +<<elseif $activeChild.fetish == "submissive">> + $He submissively drinks the contents and readies $his lips for the next, +<<elseif $activeChild.behavioralFlaw == "gluttonous">> + $He hurriedly gulps down the contents and opens wide for the next, +<<elseif $activeChild.devotion <= 20>> + $He wordless drinks the contents, +<<elseif $activeChild.devotion <= 50>> + $He drinks the contents without hesitation, +<<else>> + $He happily downs the contents, +<</if>> + +<<if $activeChild.fetish != "mindbroken" && $activeChild.devotion < -20>> + You readily comply and waste no time in bring cupful after cupful to $his lips. +<<else>> + so you keep the cupfuls coming. +<</if>> + +You can feel $his $activeChild.skin belly swelling with $activeChild.inflationType as it pushes out against your hand. Once $he has downed two liters, you give $his bloated belly a slap, eliciting +<<if $activeChild.fetish == "mindbroken">> + a small burp from the broken slave +<<elseif $activeChild.devotion < -20>> + a shudder from the groaning slave +<<elseif $activeChild.fetish == "submissive">> + a subtle belch that the moaning slave quickly apologizes for, +<<elseif $activeChild.behavioralFlaw == "gluttonous">> + a subtle belch from the moaning slave +<<elseif $activeChild.devotion <= 20>> + a small shudder from the bloated slave +<<elseif $activeChild.devotion <= 50>> + a small hiccup that the overfilled slave immediately apologizes for, +<<else>> + a cute burp from the bloated slave, followed by $his tongue running over $his lips +<</if>> +and a little jiggle from $his gut. + +<br><br> + +<<if $activeChild.pregKnown == 0 && $activeChild.preg > $activeChild.pregData.normalBirth/13.33 && _isDone > 0>> + As soon as the next helping enters $him you feel something is wrong. $He begins to heave, + <<if $activeChild.fetish != "mindbroken" && $activeChild.devotion > 50>> + struggling to keep down the slave food, however $he shortly expels the entirety of $his stomach across the floor. + <<else>> + shortly expelling the entirety of $his stomach + <</if>> + <<if $activeChild.fetish == "mindbroken">> + all over $himself and your lap. + <<elseif $activeChild.devotion < -20>> + all over $himself and your lap. + <<elseif $activeChild.fetish == "submissive">> + onto your floor. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + all over $himself and your lap. + <<elseif $activeChild.devotion <= 20>> + all over $himself and your lap. + <<elseif $activeChild.devotion <= 50>> + across the floor. + <</if>> + It didn't seem to be willful, + <<if $activeChild.fetish == "mindbroken">> + not that much is with $him, but is still unacceptable. + <<elseif $activeChild.devotion < -20>> + given how pathetically $he is cowering from your wrath, but is completely unacceptable. + <<elseif $activeChild.fetish == "submissive">> + given how $he is begging to clean it up with $his tongue, but is completely unacceptable. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + given how $he is in tears over the loss of such a meal, but is completely unacceptable. + <<elseif $activeChild.devotion <= 20>> + given how $he is begging you to try again, but is completely unacceptable. + <<elseif $activeChild.devotion <= 50>> + given how disappointed $he is in failing you, but is completely unacceptable. + <<else>> + given how disappointed $he is in failing you, but is worrying. Such a good slave shouldn't do such bad things. + <</if>> + <<set _pregDiscovery = 1>> +<<else>> + <<if _isDone > 0>> + <<set _isDone-->> + But $he isn't done + <<if $activeChild.fetish == "mindbroken">> + yet. + <<elseif $activeChild.devotion < -20>> + yet. + <<elseif $activeChild.fetish == "submissive">> + yet, not that $he minds. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + yet, much to $his delight. + <<elseif $activeChild.devotion <= 20>> + yet, much to $his dismay. + <<elseif $activeChild.devotion <= 50>> + yet, not that $he'd risk complaining. + <<else>> + yet, not that $he'd complain about fulfilling your desires. + <</if>> + More and more you feed $him; $his belly swelling ever larger and growing even heavier as $he + <<if $activeChild.fetish == "mindbroken">> + guzzles + <<elseif $activeChild.devotion < -20>> + painstakingly drinks + <<elseif $activeChild.fetish == "submissive">> + diligently drinks + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + desperately sucks down + <<elseif $activeChild.devotion <= 20>> + diligently drinks + <<elseif $activeChild.devotion <= 50>> + diligently drinks + <<else>> + diligently drinks + <</if>> + the slave food. You reposition yourself to bet a better hold on $his bulging food baby. As $he passes the gallon mark, you give the swollen orb a good jiggle, eliciting + <<if $activeChild.fetish == "mindbroken">> + a burp from the broken slave and tons of motion under your arm. + <<elseif $activeChild.devotion < -20>> + a pained burp from the crying slave and tons of motion under your arm. + <<elseif $activeChild.fetish == "submissive">> + a moan of arousal over your control and tons of motion under your arm. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + a load hiccup, tons of motion under your arm, and a plea for more food. + <<elseif $activeChild.devotion <= 20>> + a strained burp from the full slave and tons of motion under your arm. + <<elseif $activeChild.devotion <= 50>> + a small hiccup, which the bloated slave immediately apologizes for, and tons of motion under your arm. + <<else>> + a small sigh followed by a request for more, from the bloated slave and tons of motion under your arm. + <</if>> + <br><br> + <</if>> + <<if _isDone > 0>> + <<if $activeChild.fetish == "mindbroken">> + $He squirms a little in discomfort, but $he still has another gallon to go, so you continue feeding food into $his mouth. + <<elseif $activeChild.devotion < -20>> + $He squirms in discomfort, but $he still has another gallon to go and $he knows it. You remind $him of the ways you can torment $him in this state so you can continue feeding food into $his mouth without too much resistance. + <<elseif $activeChild.fetish == "submissive">> + $He gets comfortable as $he still has another gallon to go and $he knows it. Gulping, $he opens $his mouth in preparation, eager to obey $his dom. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + $He still has another gallon to go and $he knows it, so $he wastes no time in letting you know $he's ready. + <<elseif $activeChild.devotion <= 20>> + $He begins to struggle when $he realizes $he still has another gallon to go. Gulping, $he opens up as another helping approaches $his mouth. + <<elseif $activeChild.devotion <= 50>> + $He still has another gallon to go and $he knows it, so $he tries $his best to get comfortable and give $his belly room to grow. Gulping, $he diligently opens up for the next serving. + <<else>> + $He still has another gallon to go and $he knows it, but if <<= WrittenMaster()>> wants $him to be stuffed like a turkey, $he'll happily comply. $He wastes no time in opening up for your next helping. + <</if>> + You can feel the pressure growing in $his middle as it fills out under your arm more and more. $He + <<if $activeChild.fetish == "mindbroken">> + mechanically downs every sip you give $him with no concern for $his own health. + <<elseif $activeChild.devotion < -20>> + struggles to down every sip you give $him and pants heavily whenever $he gets the chance. + <<elseif $activeChild.fetish == "submissive">> + struggles to down every sip you give $him and pants heavily when ever $he gets the chance. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + forces down every sip you give $him and pants heavily when $his mouth isn't full. + <<elseif $activeChild.devotion <= 20>> + struggles to down every sip you give $him and pants heavily when ever $he gets the chance. + <<elseif $activeChild.devotion <= 50>> + obediently downs every gulp you give $him and pants heavily between helpings. + <<else>> + devotedly downs every gulp you give $him and catches $his breath, while being a tease, between helpings. + <</if>> + Once the last of the slave food is in $his stomach, you give the firm globe a <<if $activeChild.devotion > 20>>gentle <</if>>slap, eliciting + <<if $activeChild.fetish == "mindbroken">> + a large belch from the broken slave. + <<elseif $activeChild.devotion < -20>> + a large belch and a glare from the straining slave. + <<elseif $activeChild.fetish == "submissive">> + a large belch and a squeak of shame from the submissive slave. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + a large belch and a content sigh from the bloated glutton. + <<elseif $activeChild.devotion <= 20>> + a restrained gag from the overfilled slave. + <<elseif $activeChild.devotion <= 50>> + a small hiccup from the overfilled slave, which $he immediately apologizes for. + <<else>> + a large belch and a playfully stuck out tongue from the stuffed slave. + <</if>> + $His belly is as taut as a drum; you + <<if $activeChild.devotion > 20>> + rub it some more + <<else>> + pat it several more times + <</if>> + as you appreciate its size. + <br><br> + <</if>> + Knocking the empty buckets aside, you help $his + <<if $activeChild.fetish == "mindbroken">> + hiccupping + <<elseif $activeChild.devotion < -20>> + hiccupping + <<elseif $activeChild.fetish == "submissive">> + hiccupping + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + hiccupping + <<elseif $activeChild.devotion <= 20>> + heaving + <<elseif $activeChild.devotion <= 50>> + hefty + <<else>> + hefty + <</if>> + bulk onto the couch to recover. + <<if $activeChild.fetish == "mindbroken">> + After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, + <<elseif $activeChild.devotion < -20>> + $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, + <<elseif $activeChild.fetish == "submissive">> + $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, though $his gurgling middle says otherwise. After a few minutes of rest, + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + $He <<if canSee($activeChild)>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, and $his stomach audibly grumbles its displeasure that no more food is working down $his throat. After a few minutes of rest, + <<elseif $activeChild.devotion <= 20>> + $He looks up at you quizzically, unsure about what you will do next. $His meal attempts to come back up on $him several times, but $he holds it down for fear of punishment should $he vomit. After a few minutes of rest, + <<elseif $activeChild.devotion <= 50>> + $He sighs contently, hoping you'll give $him more attention. $His meal attempts to come back up on $him several times, but $he dutifully holds it down. After a few minutes of rest, + <<else>> + $He sighs contently, hoping you'll give $him more attention. $He is proud to let you know that you could fit even more in $him if you wanted. After a few minutes of rest, + <</if>> + you order $him to continue stuffing $himself to maintain $his current size until you say otherwise. + <<if $activeChild.fetish != "mindbroken" && $activeChild.devotion >= -20 && $activeChild.behavioralFlaw == "gluttonous">> + $He squeals with glee at the order. + <</if>> + You spend $his remaining time in recovery + <<if $activeChild.fetish == "mindbroken">> + teasing $his belly until you tire of $him and send $him on $his way. + <<elseif $activeChild.devotion < -20>> + tormenting $his gurgling belly until you tire of $his sobbing and send $him on $his way. + <<elseif $activeChild.fetish == "submissive">> + toying with $his belly until you tire of moaning and send $him on $his way. + <<elseif $activeChild.behavioralFlaw == "gluttonous">> + massaging $his stuffed belly until you tire of $him and send $him on $his way. + <<elseif $activeChild.devotion <= 20>> + tormenting $his gurgling belly until you tire of $his groaning and send $him on $his way. + <<elseif $activeChild.devotion <= 50>> + lavishing attention on $his gurgling belly, much to $his delight, until you tire of $him and send $him on $his way. + <<else>> + playing with $his belly. $He joins you in the endeavor, happy that you are pleased with the + <<if _doMe != 1>> + outcome. + <<else>> + outcome, but $his + <<if canSee($activeChild)>>eyes tell<<else>>face tells<</if>> + you $he wants more. + <</if>> + <!-- Fuckings for devoted slaves. --> + <<set _doMe = 1>> + <<if canDoVaginal($activeChild) && $activeChild.vagina > 0>> + <<set _sexType = "vaginal">> + <<elseif canDoAnal($activeChild) && $activeChild.anus > 0>> + <<set _sexType = "anal">> + <<else>> + <<set _sexType = "none">> + <</if>> + <<if _sexType != "none">> + <<if $PC.belly >= 10000>> + <<set _doMe = 0>> + $His <<if _sexType == "vaginal">>pussy<<else>>ass<</if>> is under a lot of pressure from $his swollen middle and surely would feel amazing; it's even <<if _sexType == "vaginal">>sopping wet for<<else>>eagerly winking at<</if>> you. Unfortunately, no matter how hard you try, you can't find a position that will accommodate both $his food-stuffed stomach and your own gravid middle. Sighing, you settle for $his mouth instead. + <<else>> + <<if $PC.dick == 1>> + You're already rock hard so you + <<else>> + <<if _sexType == "vaginal">> + You don a strap-on and + <<else>> + You don a strap-on, lube up, + <</if>> + <</if>> + pull $his legs apart, + <<if _sexType == "vaginal">> + revealing $his + <<if $activeChild.vaginaLube > 1>> + sopping wet, + <<elseif $activeChild.vaginaLube > 0>> + moist, + <<else>> + moist, relative to its usual dryness, + <</if>> + <<if $activeChild.vagina == 10>> + devastated + <<elseif $activeChild.vagina > 3>> + cavernous + <<elseif $activeChild.vagina > 2>> + loose + <<elseif $activeChild.vagina > 1>> + used + <<else>> + tight + <</if>> + pussy. + <<else>> + and heft $his bulk up to reveal $his + <<if $activeChild.anus > 3>> + gaping asshole. + <<elseif $activeChild.anus > 2>> + loose anus. + <<elseif $activeChild.anus > 1>> + used asshole. + <<else>> + tight asshole. + <</if>> + <</if>> + $His belly is putting so much pressure on it that + <<if _sexType == "vaginal">> + <<set _looseness = $activeChild.vagina>> + <<else>> + <<set _looseness = $activeChild.anus>> + <</if>> + <<if _sexType == "vaginal" && _looseness >= 10>> + you might be able to get some decent friction now. + <<if $PC.dick == 1>> + You can actually feel the sides of $his cunt as you slide in. + <<else>> + You slide in like it's still nothing. + <</if>> + <<elseif _looseness > 3>> + you should be able to get a decent fuck out of it. + <<if $PC.dick == 1>> + You can't help but be amazed that you're getting some resistance as you slide in. + <<else>> + You slide in like it's nothing. + <</if>> + <<elseif _looseness > 2>> + it won't feel so + <<if _sexType == "vaginal">> + worn out. + <<else>> + stretched. + <</if>> + <<if $PC.dick == 1>> + $He gives some nice resistance as you squeeze into $him. + <<else>> + You squeeze in without problem. + <</if>> + <<elseif _looseness > 1>> + it'll feel positively tight. + <<if $PC.dick == 1>> + $His <<if _sexType == "vaginal">>pussy<<else>>anus<</if>> feels great, you practically had to squeeze in. + <<else>> + You squeeze in with a little effort. + <</if>> + <<else>> + you'll barely be able to fit it in. + <<if $PC.dick == 1>> + $His <<if _sexType == "vaginal">>vagina<<else>>rear<</if>> is so tight you can barely get it in, but with a little work, you manage to squeeze into its tight confines. $He's tighter than any <<if _sexType == "anal">>anal<</if>> virgin you've ever fucked. + <<else>> + You have to + <<if _sexType == "vaginal">> + lube up some, + <<else>> + get a little rough, + <</if>> + but eventually you manage to slide into $his extremely tight <<if _sexType == "vaginal">>vagina<<else>>anus<</if>>. + <</if>> + <</if>> + Once you're hilted, you bring your hands to $his distended belly, eager to feel it move as you fuck $him. + <<if $activeChild.amp != 1>> + $His own join yours atop the taut dome. + <</if>> + Every thrust into the stuffed $desc forces $his full middle to leap back before slamming into your stomach alongside a moaning groan. As you pick up the pace, $he begins to buck against you, adding even more motion to $his body. It doesn't take long for you to reach your peak and, after cumming, catch sight of $his own climax. Watching $his middle attempt to contract around the mass of slave food inside $him invigorates you for a second round. + <<if $PC.balls == 3>> + By the time you're done, $he's positively massive; your copious seed flows out of $him in spurts as $his body desperately struggles to relieve the extra pressure your huge balls pumped into $him. + <</if>> + Once you are spent, <<if $PC.balls == 3>>and $he's forced out all your cum,<</if>> you settle down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and $activeChild.slaveName doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. + <<if _sexType == "vaginal">> + <<= VCheck.Vaginal(2)>> + <<else>> + <<= VCheck.Anal(2)>> + <</if>> + <</if>> + <<else>> + <<set _doMe = 0>> + <</if>> + <<if _doMe == 0>> + <<if $PC.dick == 1>> + You crawl onto the couch above $his head and lower your erect cock straight into $his waiting mouth. $He eagerly sucks you off, $his belly wobbling with every thrust into $his throat. You cum fast and hard into $him, a product of being on the edge during $his feeding; + <<if $activeChild.behavioralFlaw == "gluttonous">> + $he takes it like nothing and resumes sucking, $his gluttony showing no bounds. + <<else>> + $he swallows it promptly and keeps sucking. You'd swear $he was a glutton at this point. + <</if>> + <<else>> + You crawl onto the couch above $his head and lower your needy pussy straight onto $his outstretched tongue. $He eagerly eats you out, $his belly wobbling along to $his vigorous licking. You cum fast and hard onto $him, a product of being on the edge during $his feeding; + <<if $activeChild.behavioralFlaw == "gluttonous">> + $he laps it all up and resumes pleasuring you, $his gluttony showing no bounds. + <<else>> + $he laps it promptly and resumes pleasuring you. You'd swear $he was a glutton at this point. + <</if>> + <</if>> + Once you are spent, you slide down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and $activeChild.slaveName doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. + <<set $activeChild.counter.oral += 2, $oralTotal += 2>> + <</if>> + <</if>> +<</if>> + +<<if _pregDiscovery == 1>> + Once you've managed to stop $his heaving and clean up, you decide to get to the root of this mess. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant <<if $activeChild.preg > $activeChild.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ + <<set $activeChild.inflation = 0, $activeChild.inflationType = "none", $activeChild.inflationMethod = 0, $activeChild.pregKnown = 1>> +<<else>> + <<if $activeChild.inflation == 3>> + <<if canWalk($activeChild)>> + $He gingerly leaves your office, massaging $his over-stuffed belly as $he goes. + <<else>> + $His belly wobbles heavily as $he is helped from your office. + <</if>> + Being filled so full @@.red;surely had negative effects@@ on $his health. + <<set $activeChild.health -= 10>> + <<elseif $activeChild.inflation == 2>> + <<if canWalk($activeChild)>> + $He gingerly leaves your office, massaging $his stuffed belly as $he goes. + <<else>> + $His belly wobbles heavily as $he is helped from your office. + <</if>> + <<elseif $activeChild.inflation == 1>> + <<if canWalk($activeChild)>> + $He gingerly leaves your office, massaging $his distended belly as $he goes. + <<else>> + $His belly wobbles as $he is helped from your office. + <</if>> + <</if>> + <<if $activeChild.fetish == "mindbroken">> + You question if the broken $girl understood your commands, but relish the idea of force-feeding $him even more should $he fail you. + <</if>> +<</if>> + +<<run SetBellySize($activeChild)>> diff --git a/src/uncategorized/endWeek.tw b/src/uncategorized/endWeek.tw index b489feae004..f91070dc5a4 100644 --- a/src/uncategorized/endWeek.tw +++ b/src/uncategorized/endWeek.tw @@ -87,7 +87,7 @@ c.actualAge++; } if (c.actualAge >= 3) { - c = App.Facilities.Nursery.childToSlave(c); + c = App.Facilities.Nursery.infantToChild(c); } })>> <</if>> -- GitLab