From 562b08241cc09c065613269239624baf88bc7f73 Mon Sep 17 00:00:00 2001 From: inducedNCS <kidkinster@gmail.com> Date: Mon, 28 May 2018 17:52:18 -0600 Subject: [PATCH] NCS merge request changes - feedback from pregmod 1] Removed the NCS variables from several different files and dropped them in the correct file: src/utility/slaveCreationWidgets.tw 2] Tweaked display for slave swap, 'old' in $slaves[_m].slaveName's old body was bought by ... 3] Gated purchase of NCS behind loli-mode. 4] Gated description of NCS behind min slave age < 16. 5] Updated Black Market sales pitch to take into account how accepting the world is of loli slaves. (Basicaly, Yup, or Nope). 6] Added NCS var copying for body swap code. 7] Changed Arcade report to affect assets like the dairy but weaker if the slave has NCS, instead of completely blocked. 8] Corrected Dariy report code which wasn't halving the boob growth for NCS but instead, zeroing it (now it halves it). 9] Removed NCS interactions from the Rival hostage code. 10] Added NCS var copying for relative recruit. 11] Removed NCS var defaulting from long term effects. 12] Completely revised the text display for surger degredation for NCS treatment applied, fixing several logic/flow problems and better wording. - modified: src/pregmod/generateChild.tw - modified: src/pregmod/huskSlaveSwap.tw - modified: src/pregmod/incubatorRetrievalWorkaround.tw - modified: src/pregmod/theBlackMarket.tw - modified: src/pregmod/widgets/bodyswapWidgets.tw - modified: src/uncategorized/arcadeReport.tw - modified: src/uncategorized/dairyReport.tw - modified: src/uncategorized/generateXXSlave.tw - modified: src/uncategorized/generateXYSlave.tw - modified: src/uncategorized/pRivalryActions.tw - modified: src/uncategorized/reRelativeRecruiter.tw - modified: src/uncategorized/saLongTermEffects.tw - modified: src/uncategorized/surgeryDegradation.tw - modified: src/utility/slaveCreationWidgets.tw --- src/pregmod/generateChild.tw | 6 - src/pregmod/huskSlaveSwap.tw | 2 +- src/pregmod/incubatorRetrievalWorkaround.tw | 6 - src/pregmod/theBlackMarket.tw | 57 +- src/pregmod/widgets/bodyswapWidgets.tw | 4 +- src/uncategorized/arcadeReport.tw | 48 +- src/uncategorized/dairyReport.tw | 5 +- src/uncategorized/generateXXSlave.tw | 2 - src/uncategorized/generateXYSlave.tw | 2 - src/uncategorized/pRivalryActions.tw | 704 ++++---------------- src/uncategorized/reRelativeRecruiter.tw | 1 + src/uncategorized/saLongTermEffects.tw | 1 - src/uncategorized/surgeryDegradation.tw | 155 +++-- src/utility/slaveCreationWidgets.tw | 4 +- 14 files changed, 322 insertions(+), 675 deletions(-) diff --git a/src/pregmod/generateChild.tw b/src/pregmod/generateChild.tw index 77353911d20..333ac352132 100644 --- a/src/pregmod/generateChild.tw +++ b/src/pregmod/generateChild.tw @@ -412,12 +412,6 @@ <<set $activeSlave.addict = Math.trunc($mom.addict/2)>> <</if>> <</if>> -/* -* Not sure why, I have this in both generate XX slave and Generate XY slave and it works for slaves -* bought from market, but not slaves born and incubated ... so here we go again. -*/ -<<set $activeSlave.inducedNCS = 0>> -<<set $activeSlave.NCSyouthening = 0>> <<set $activeSlave.actualAge = 0>> <<set $activeSlave.birthWeek = 0>> diff --git a/src/pregmod/huskSlaveSwap.tw b/src/pregmod/huskSlaveSwap.tw index d6bb34e3fc8..a45266e0aa6 100644 --- a/src/pregmod/huskSlaveSwap.tw +++ b/src/pregmod/huskSlaveSwap.tw @@ -18,7 +18,7 @@ After an honestly impressive procedure, $slaves[_m].slaveName is recovering nice <br><br> <<slaveCost _oldSlave>> <<set _payout = Math.trunc($slaveCost/3)>> -$slaves[_m].slaveName's body was bought by the Flesh Heap for <<print cashFormat(_payout)>>. +$slaves[_m].slaveName's old body was bought by the Flesh Heap for <<print cashFormat(_payout)>>. <<if $slaves[_m].bodySwap > 0>> <<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $slaves[_m].ID; })>> <<if _myBody != -1>> diff --git a/src/pregmod/incubatorRetrievalWorkaround.tw b/src/pregmod/incubatorRetrievalWorkaround.tw index f4213fff66a..75afde68a91 100644 --- a/src/pregmod/incubatorRetrievalWorkaround.tw +++ b/src/pregmod/incubatorRetrievalWorkaround.tw @@ -24,10 +24,4 @@ $readySlave.slaveName has been discharged from $incubatorName and is ready for h <</if>> <</for>> <</if>> -/* -** Not sure why, I have this in both generte XX slave and Generate XY slave and it works for slaves -** bought from market, but not slaves born and incubated ... so here we go again. -*/ -<<set $activeSlave.inducedNCS = 0>> -<<set $activeSlave.NCSyouthening = 0>> <<include "New Child Intro">> diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index a86c17c67a1..db05ef944a1 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -120,6 +120,16 @@ Of all the wonders present, the thing that catches your eye the most is a shady <br>You appear to already possess all the societal based schematics he has to offer. <</if>> + /* + ** Special gating of NCS behind $minimumSlaveAge<16, this if and handling only is important while there are no other black market goods for sale. -- once we do have more than one, then this can probably be removed. + */ + <<if (($thisWeeksIllegalFSWares.length >= 1) && ($minimumSlaveAge > 15))>> + /* + ** discard the NCS. + */ + <<set _dump = $thisWeeksIllegalFSWares.delete("childhoodFertilityInducedNCS")>> + <</if>> + <br><br> He gestures to a door in the back of the stall. "The good shit's back there<<if $thisWeeksIllegalFSWares.length > 1>>, here's a list: <<elseif $thisWeeksIllegalFSWares.length == 1>>, only one this week: <<else>>.<</if>>" <<if $thisWeeksIllegalFSWares.length == 0>> @@ -128,28 +138,39 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $thisWeeksIllegalFSWares.length >= 1>> <dl> <<for _bim = 0; _bim < $thisWeeksIllegalFSWares.length; _bim++>> - <<if $thisWeeksIllegalFSWares[_bim] == "childhoodFertilityInducedNCS">> + <<if (($minimumSlaveAge <= 15) && ($thisWeeksIllegalFSWares[_bim] == "childhoodFertilityInducedNCS"))>> <dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt> <dd> - <<if $arcologies[0].FSYouthPreferentialist > 0>> - <<set _match = "Knowing your arcology, I think you'll be happy with the results!">> + <<if $minimumSlaveAge > 8>> + Illegal information for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> + "I'm sorry, I can't sell this product to you, even if I wanted to," he says. "I have this technology, which if applied, would make slaves appear younger than the legal age of majority. I picked up from an exotics dealer, who picked it up from some old world government research center. And yes, I know, this is a black market, and I would be happy to sell it to you, except, you see, too many of the wrong people know I have it, and while the knowledge isn't illegal, selling or using it is. See if I sell this to you, you'd start getting younger looking slaves, and those people would try to take us both down, and since I'm not the master of an arcology, I would probably end up enslaved, and I'm not interested in that. If only the laws had a lower minimum age for slaves, I could sell this to anyone interested." + While the minimum slave age is greater than 8, you cannot purchase this illegal technology for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> + He notices your interest and lets you read the information [[Childhood Fertility @@.orange;Induced NCS@@|Encyclopedia][$encyclopedia = "Childhood Fertility Induced NCS"]]. <<else>> - <<set _match = "I'm not sure this is a good match for your arcology's current society, but I'm sure you'll have fun.">> + <<if $arcologies[0].FSYouthPreferentialist > 0>> + <<set _match = "Knowing your arcology, I think you could be happy with the results!">> + <<else>> + <<set _match = "I'm not sure this is a good match for your arcology's current society at this moment, but I'm sure you could have fun with it.">> + <</if>> + <<if ($pedo_mode)>> + <<set _toydolls = "If you like sexy little toy dolls, I mean biological ''@@.coral;lolis@@'' or ''@@.coral;shotas@@'' for life, then this is the one for you. I picked it up from an exotics dealer, who picked it up from some old world government research center.", _norefunds = "Remember, though, no money back on this. Technology like this doesn't exist anywhere else, your younger slaves will stay that way forever, and your older ones will slowly begin to regress towards that nice mid-childhood state. If you want to build yourself a cadre of ''@@.coral;preteen@@'' delights for yourself or your customers, then buy now!">> + <<else>> + <<set _toydolls = "This might be a little too shady or perverted for you. But, if you want your slaves to last longer, you know, look younger for longer, well this treatment can help. However it comes at a price, this treatment will eventually turn your slave girls younger and younger looking, until the point you might not want to use them as sex slaves because they'll appear as teenagers or even younger. I'm serious, your slaves treated with this treatment will eventually look like children! They won't be, really, but this is no fountain of perpetual youth, and to be fair, maybe none of this will be up your alley. If that's the case, I guess you could just sell them once they get too young looking, and possibly for a higher price than if they looked older. It's, at best, for possibly more discerning or eclectic tastes then you might have. I picked it up from an exotics dealer, who picked it up from some old world government research center.", _norefunds = "Remember, though, no money back on this. Technology like this doesn't exist anywhere else, your treated slaves will stay and become younger looking forever, and your older ones will slowly begin to regress towards a disturbingly young mid-childhood state. All those caveats asside, if this sounds like something you'd want, then buy now!">> + <</if>> + <<if $arcologies[0].childhoodFertilityInducedNCSResearch == 0>> + <<if $cash >= 135000>> + "_toydolls _match _norefunds"<br> + [[Purchase childhood fertility @@.orange;induced NCS@@|The Black Market][$cash -= 135000, $arcologies[0].childhoodFertilityInducedNCSResearch = 1, _dump = $merchantFSWares.delete("childFertilityInducedSyndromeX")]] //@@.yellowgreen;<<print cashFormat(135000)>>.@@//<br> + <<else>> + "_toydolls _match _norefunds Or, you know, come back with money."<br> + You cannot afford the asking price of @@.red;<<print cashFormat(135000)>>@@ for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> + <</if>> + He notices your interest and lets you read the information [[Childhood Fertility @@.orange;Induced NCS@@|Encyclopedia][$encyclopedia = "Childhood Fertility Induced NCS"]]. + <<else>> + You already possess the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> + <<set _dump = $merchantIllegalWares.delete("childhoodFertilityInducedNCS")>> + <</if>> <</if>> - <<set _toydolls = "If you like sexy little toy dolls, I mean biological ''@@.coral;lolis@@'' or ''@@.coral;shotas@@'' for life, then this is the one for you. I picked it up from an exotics dealer, who picked it up from some old world government research center.", _norefunds = "Remember, though, no money back on this. Technology like this doesn't exist anywhere else, your younger slaves will stay that way forever, and your older ones will slowly begin to regress towards that nice mid-childhood state. If you want to build yourself a cadre of ''@@.coral;preteen@@'' delights for yourself or your customers, then buy now!">> - <<if $arcologies[0].childhoodFertilityInducedNCSResearch == 0>> - <<if $cash >= 135000>> - "_toydolls _match _norefunds"<br> - [[Purchase childhood fertility @@.orange;induced NCS@@|The Black Market][$cash -= 135000, $arcologies[0].childhoodFertilityInducedNCSResearch = 1, _dump = $merchantFSWares.delete("childFertilityInducedSyndromeX")]] //@@.yellowgreen;<<print cashFormat(135000)>>.@@//<br> - <<else>> - "_toydolls _match _norefunds Or, you know, come back with money."<br> - You cannot afford the asking price of @@.red;<<print cashFormat(135000)>>@@ for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> - <</if>> - He notices your interest and lets you read the information [[Childhood Fertility @@.orange;Induced NCS@@|Encyclopedia][$encyclopedia = "Childhood Fertility Induced NCS"]]. - <<else>> - You already possess the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> - <<set _dump = $merchantIllegalWares.delete("childhoodFertilityInducedNCS")>> - <</if>> </dd> <</if>> <</for>> diff --git a/src/pregmod/widgets/bodyswapWidgets.tw b/src/pregmod/widgets/bodyswapWidgets.tw index 8da9328e056..33e74f67602 100644 --- a/src/pregmod/widgets/bodyswapWidgets.tw +++ b/src/pregmod/widgets/bodyswapWidgets.tw @@ -165,6 +165,8 @@ <<set $args[0].reservedChildren = $args[1].reservedChildren>> <<set $args[0].womb = $args[1].womb>> /* this is array assigned by reference, if slave body that is $args[1] will be stil used anywhere in code (not discarded) - it's WRONG (they now technically share one womb object). Please tell me about it then. But if old body $args[1] just discarded - it's no problem then.*/ <<set $args[0].laborCount = $args[1].laborCount>> +<<set $args[0].inducedNCS = $args[1].inducedNCS>> +<<set $args[0].NCSyouthening = $args[1].NCSyouthening>> <<set $args[0].canRecruit = 0>> /* @@ -234,4 +236,4 @@ <<set $args[0].origBodyOwner = $args[1].origBodyOwner>> <</if>> -<</widget>> \ No newline at end of file +<</widget>> diff --git a/src/uncategorized/arcadeReport.tw b/src/uncategorized/arcadeReport.tw index 2d578f98a34..a52a425ba36 100644 --- a/src/uncategorized/arcadeReport.tw +++ b/src/uncategorized/arcadeReport.tw @@ -97,27 +97,33 @@ <<silently>><<include "SA get milked">><</silently>> <</if>> <<set _milkprofits += $cash-_oldCash>> - <<if ($slaves[$i].inducedNCS == 0)>> - <<if ($slaves[$i].boobs < 2000)>> - <<set $slaves[$i].boobs += 100>> - <<elseif ($slaves[$i].boobs < 5000)>> - <<set $slaves[$i].boobs += 50>> - <<elseif ($slaves[$i].boobs < 10000)>> - <<set $slaves[$i].boobs += 25>> - <</if>> - <<if ($slaves[$i].balls > 0) && ($slaves[$i].balls < 10) && (random(1,100) > (40+(10*$slaves[$i].balls)))>> - <<set $slaves[$i].balls++>> - <</if>> - <<if ($slaves[$i].dick > 0) && ($slaves[$i].dick < 10) && (random(1,100) > (40+(10*$slaves[$i].dick)))>> - <<set $slaves[$i].dick++>> - <</if>> - <<if ($slaves[$i].lactation > 0)>> - <<set _milked++>> - <</if>> - <<if ($slaves[$i].balls > 0)>> - <<set _cockmilked++>> - <</if>> - <</if>> + <<set _growth = 0>> + <<if ($slaves[$i].boobs < 2000)>> + <<set _growth = 100>> + <<elseif ($slaves[$i].boobs < 5000)>> + <<set _growth = 50>> + <<elseif ($slaves[$i].boobs < 10000)>> + <<set _growth = 25>> + <</if>> + <<if ($slaves[$i].inducedNCS == 1)>> + /* + ** NCS will allow some growth for Arcade milking, but not as much as the Dairy. + */ + <<set _growth = Math.trunc(_growth/3.5)>> + <</if>> + <<set $slaves[$i].boobs += _growth>> + <<if (($slaves[$i].balls > 0) && ($slaves[$i].balls < 10) && (random(1,100) > (40 + (10 * ($slaves[$i].balls + (2 * $slaves[$i].inducedNCS))))))>> + <<set $slaves[$i].balls++>> + <</if>> + <<if (($slaves[$i].dick > 0) && ($slaves[$i].dick < 10) && (random(1,100) > (40 + (10 * $slaves[$i].dick + (2 * $slaves[$i].inducedNCS)))))>> + <<set $slaves[$i].dick++>> + <</if>> + <<if ($slaves[$i].lactation > 0)>> + <<set _milked++>> + <</if>> + <<if ($slaves[$i].balls > 0)>> + <<set _cockmilked++>> + <</if>> <</if>> <</if>> <<if ($slaves[$i].inflation > 0)>> diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index 3f9fbc27129..0d0cba597f6 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -414,9 +414,10 @@ <<elseif ($slaves[$i].boobs < 10000)>> <<set _growth = 25>> <</if>> - <<if ($slaves[$i].inducedNCS == 0)>> - <<set $slaves[$i].boobs += _growth>> + <<if ($slaves[$i].inducedNCS == 1)>> + <<set _growth = Math.trunc(_growth/2)>> <</if>> + <<set $slaves[$i].boobs += _growth>> <</if>> <<if $slaves[$i].prostate == 1>> <<set $slaves[$i].prostate = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost>> diff --git a/src/uncategorized/generateXXSlave.tw b/src/uncategorized/generateXXSlave.tw index fbfb0c8ec62..907154f6bd9 100644 --- a/src/uncategorized/generateXXSlave.tw +++ b/src/uncategorized/generateXXSlave.tw @@ -465,8 +465,6 @@ <<else>> <<set $activeSlave.pronoun = "she", $activeSlave.possessivePronoun = "hers", $activeSlave.possessive = "her", $activeSlave.object = "her", $activeSlave.objectReflexive = "herself", $activeSlave.noun = "girl">> <</if>> -<<set $activeSlave.inducedNCS = 0>> -<<set $activeSlave.NCSyouthening = 0>> <<if passage() == "Slave Markets" && $slaveMarket == "corporate">> <<if ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>> diff --git a/src/uncategorized/generateXYSlave.tw b/src/uncategorized/generateXYSlave.tw index 2a2a646826c..e9c081a4e42 100644 --- a/src/uncategorized/generateXYSlave.tw +++ b/src/uncategorized/generateXYSlave.tw @@ -631,8 +631,6 @@ <<else>> <<set $activeSlave.pronoun = "she", $activeSlave.possessivePronoun = "hers", $activeSlave.possessive = "her", $activeSlave.object = "her", $activeSlave.objectReflexive = "herself", $activeSlave.noun = "girl">> <</if>> -<<set $activeSlave.inducedNCS = 0>> -<<set $activeSlave.NCSyouthening = 0>> <<if passage() == "Slave Markets" && $slaveMarket == "corporate">> <<if ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>> diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw index f78e2fbceb0..53e98e76ed1 100644 --- a/src/uncategorized/pRivalryActions.tw +++ b/src/uncategorized/pRivalryActions.tw @@ -142,12 +142,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "Body Purism">> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 2000>> - <<else>> - <<set $hostage.boobs += 1000>> - <</if>> - <<set $hostage.boobsImplant += 2000>> + <<set $hostage.boobs += 2000>> + <<set $hostage.boobsImplant += 2000>> <<set $hostage.behavioralFlaw = "anorexic">> <<set $hostage.sexualFlaw = "shamefast">> struggling against her restraints on the operating table as a pair of 2000cc implants are forced into her chest. @@ -178,13 +174,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "Slimness Enthusiasm">> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1500>> - <<set $hostage.butt = 4>> - <<else>> - <<set $hostage.boobs += 750>> - <<set $hostage.butt = 2>> - <</if>> + <<set $hostage.boobs += 1500>> + <<set $hostage.butt = 4>> <<set $hostage.behavioralFlaw = "anorexic">> <<set $hostage.sexualFlaw = "crude">> screaming as she watches her breasts swell from the intense amount of A-HGH being pumped into them. @@ -198,13 +189,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.lactation = 2>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<set $hostage.butt = 4>> - <<else>> - <<set $hostage.boobs += 500>> - <<set $hostage.butt = 2>> - <</if>> + <<set $hostage.boobs += 1000>> <<set $hostage.weight = 0>> <<set $hostage.behavioralFlaw = "anorexic">> <<set $hostage.sexualFlaw = "shamefast">> @@ -219,13 +204,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "Physical Idealism">> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs = 400>> - <<set $hostage.butt = 2>> - <<else>> - <<set $hostage.boobs = 300>> - <<set $hostage.butt = 1>> - <</if>> + <<set $hostage.boobs = 400>> <<set $hostage.weight = 10>> <<set $hostage.vaginalCount += 28>> <<set $hostage.vagina = 2>> @@ -319,11 +298,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.pregWeek = $rivalryDuration>> <<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>> <<SetBellySize $hostage>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 50>> <<set $hostage.vaginalCount += 50>> <<set $hostage.analCount += 50>> @@ -383,12 +358,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "Body Purism">> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 2000>> - <<else>> - <<set $hostage.boobs += 1000>> - <</if>> - <<set $hostage.boobsImplant += 2000>> + <<set $hostage.boobs += 2000>> + <<set $hostage.boobsImplant += 2000>> <<set $hostage.fetish = "boobs">> <<set $hostage.fetishStrength = 10>> blushing as she attempts to get dressed with her massive <<print $hostage.boobs>>cc fake tits getting in the way. @@ -421,13 +392,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 0>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1500>> - <<set $hostage.butt = 5>> - <<else>> - <<set $hostage.boobs += 750>> - <<set $hostage.butt = 3>> - <</if>> + <<set $hostage.boobs += 1500>> + <<set $hostage.butt = 5>> <<set $hostage.fetish = "boobs">> <<set $hostage.fetishStrength = 10>> blushing as she attempts to get dressed with her massive <<print $hostage.boobs>>cc tits getting in the way. @@ -450,11 +416,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 20>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> <<set $hostage.fetish = "boobs">> <<set $hostage.fetishStrength = 10>> groaning as she lowers her growing body onto her cot. She shoves a massive <<print $hostage.boobs>>cc milky breast aside so she can massage her hugely distended belly. She moans in pain under the massive amount of high-caloric fluid within her gut. @@ -520,12 +482,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty give your ass plenty of attention." <<case "boobs">> get a big pair of fillable implants in you right away." - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> - <<set $hostage.boobsImplant += 1000>> + <<set $hostage.boobs += 1000>> + <<set $hostage.boobsImplant += 1000>> <<case "sadist">> have a sissy little bitch in reach for you to torment as you please." <<case "masochist">> @@ -634,11 +592,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>> <<SetBellySize $hostage>> <<set $hostage.vagina = 3>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.lactation = 1>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> @@ -660,11 +614,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>> <<SetBellySize $hostage>> <<set $hostage.vagina = 3>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 300>> - <<else>> - <<set $hostage.boobs += 150>> - <</if>> + <<set $hostage.boobs += 300>> <<set $hostage.lactation = 1>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> @@ -741,15 +691,10 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "Body Purism">> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 2000>> - <<set $hostage.butt = 7>> - <<else>> - <<set $hostage.boobs += 1000>> - <<set $hostage.butt = 3>> - <</if>> - <<set $hostage.boobsImplant += 2000>> - <<set $hostage.buttImplant = 4>> + <<set $hostage.boobs += 2000>> + <<set $hostage.boobsImplant += 2000>> + <<set $hostage.butt = 7>> + <<set $hostage.buttImplant = 4>> <<set $hostage.behavioralFlaw = "none">> <<set $hostage.behavioralQuirk = "insecure">> <<set $hostage.sexualFlaw = "crude">> @@ -793,13 +738,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 20>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1500>> - <<set $hostage.butt = 6>> - <<else>> - <<set $hostage.boobs += 750>> - <<set $hostage.butt = 6>> - <</if>> + <<set $hostage.boobs += 1500>> + <<set $hostage.butt = 6>> <<set $hostage.sexualFlaw = "none">> <<set $hostage.behavioralFlaw = "gluttonous">> <<set $hostage.sexualQuirk = "size queen">> @@ -830,13 +770,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 50>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<set $hostage.butt = 5>> - <<else>> - <<set $hostage.boobs += 500>> - <<set $hostage.butt = 3>> - <</if>> + <<set $hostage.boobs += 1000>> + <<set $hostage.butt = 5>> <<set $hostage.fetishStrength = 65>> <<set $hostage.behavioralFlaw = "gluttonous">> <<set $hostage.sexualFlaw = "crude">> @@ -845,13 +780,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 75>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<set $hostage.butt = 5>> - <<else>> - <<set $hostage.boobs += 50>> - <<set $hostage.butt = 3>> - <</if>> + <<set $hostage.boobs += 100>> + <<set $hostage.butt = 5>> <<set $hostage.fetishStrength = 65>> <<set $hostage.behavioralFlaw = "gluttonous">> <<set $hostage.sexualFlaw = "crude">> @@ -865,12 +795,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.analCount += 21>> <<set $hostage.anus = 3>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -973,11 +899,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>> <<SetBellySize $hostage>> <<set $hostage.vagina = 4>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.lactation = 1>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> @@ -996,11 +918,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>> <<SetBellySize $hostage>> <<set $hostage.vagina = 4>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 400>> - <<else>> - <<set $hostage.boobs += 200>> - <</if>> + <<set $hostage.boobs += 400>> <<set $hostage.lactation = 1>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> @@ -1063,12 +981,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "Body Purism">> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 2000>> - <<else>> - <<set $hostage.boobs += 1000>> - <</if>> - <<set $hostage.boobsImplant += 2000>> + <<set $hostage.boobs += 2000>> + <<set $hostage.boobsImplant += 2000>> <<set $hostage.fetishStrength = 100>> <<set $hostage.sexualFlaw = "breast growth">> getting her taut <<print $hostage.boobs>>cc tits massaged by a pair of flat slaves. She is rambling on about how much happier she is with her massive implants than when she was flat like them. @@ -1098,13 +1012,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 50>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1500>> - <<set $hostage.butt = 7>> - <<else>> - <<set $hostage.boobs += 750>> - <<set $hostage.butt = 4>> - <</if>> + <<set $hostage.boobs += 1500>> + <<set $hostage.butt = 7>> <<set $hostage.fetishStrength = 100>> <<set $hostage.sexualFlaw = "breast growth">> getting her immobilizing <<print $hostage.boobs>>cc breasts massaged by a pair of flat slaves. She is rambling on about how much happier she is with her massive tits and ass than when she was flat like them. @@ -1126,13 +1035,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 100>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<set $hostage.butt = 6>> - <<else>> - <<set $hostage.boobs += 50>> - <<set $hostage.butt = 3>> - <</if>> + <<set $hostage.boobs += 100>> + <<set $hostage.butt = 6>> <<set $hostage.fetishStrength = 100>> <<set $hostage.sexualFlaw = "breast growth">> getting her immobilizing <<print $hostage.boobs>>cc breasts, massive ass, and cow-like body massaged by a trio of slim slaves. She is rambling on about how much happier she is with her massive assets than when she was thin like them. @@ -1140,13 +1044,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight = 100>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<set $hostage.butt = 6>> - <<else>> - <<set $hostage.boobs += 50>> - <<set $hostage.butt = 3>> - <</if>> + <<set $hostage.boobs += 100>> + <<set $hostage.butt = 6>> <<set $hostage.fetishStrength = 100>> <<set $hostage.vaginalCount += 40>> <<set $hostage.vagina = 4>> @@ -1158,12 +1057,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.analCount += 35>> <<set $hostage.anus = 3>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -1351,13 +1246,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty giving an interview. She gushes over how great it feels being so soft and how happy she is to be feeding her people. She continues with how terrible it is that some people want slaves to be hard and sinewy instead of being motherly providers. <<case "Physical Idealism">> <<set $hostage.weight = 150>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<set $hostage.butt = 6>> - <<else>> - <<set $hostage.boobs += 50>> - <<set $hostage.butt = 3>> - <</if>> + <<set $hostage.boobs += 100>> + <<set $hostage.butt = 6>> <<set $hostage.fetishStrength = 100>> <<set $hostage.vaginalCount += 60>> <<set $hostage.vagina = 5>> @@ -1380,12 +1270,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.sexualFlaw = "anal addict">> <<case "boobs">> "I love my big boobs and get off watching them get bigger!" - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<set $hostage.sexualFlaw = "breast growth">> <<case "sadist">> "Nothing turns me on more than crushing my lovers' nuts! That or maybe whipping or cutting them... Or anything that makes them bleed..." @@ -1612,11 +1498,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -1625,11 +1507,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -1655,11 +1533,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 50>> <<set $hostage.vaginalCount += 50>> <<set $hostage.analCount += 50>> @@ -1669,11 +1543,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 300>> - <<else>> - <<set $hostage.boobs += 150>> - <</if>> + <<set $hostage.boobs += 300>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -1682,11 +1552,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 400>> - <<else>> - <<set $hostage.boobs += 200>> - <</if>> + <<set $hostage.boobs += 400>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -1828,44 +1694,28 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<if $rivalryDuration <= 5>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 2000>> - <<else>> - <<set $hostage.boobs += 1000>> - <</if>> - <<set $hostage.boobsImplant += 2000>> + <<set $hostage.boobs += 2000>> + <<set $hostage.boobsImplant += 2000>> trying desperately to stand despite her massive <<print $hostage.boobs>>cc fake tits. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> - <<set $hostage.boobsImplant += 1000>> + <<set $hostage.boobs += 1000>> + <<set $hostage.boobsImplant += 1000>> reluctantly exploring her new massive <<print $hostage.boobs>>cc implants. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> - <<set $hostage.boobsImplant += 1000>> + <<set $hostage.boobs += 1000>> + <<set $hostage.boobsImplant += 1000>> happily playing with her truly immense <<print $hostage.boobs>>cc breast implants and huge butt implants. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> - <<set $hostage.boobsImplant += 1000>> + <<set $hostage.boobs += 1000>> + <<set $hostage.boobsImplant += 1000>> happily getting titfucked in her immobilizing <<print $hostage.boobs>>cc fake tits. <<else>> resting atop her mountainous <<print $hostage.boobs>>cc fake tits, whining about not being allowed larger implants. @@ -1975,43 +1825,27 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1500>> - <<else>> - <<set $hostage.boobs += 750>> - <</if>> + <<set $hostage.boobs += 1500>> trying desperately to stand despite her massive <<print $hostage.boobs>>cc tits. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> reluctantly exploring her new massive <<print $hostage.boobs>>cc tits, bigger bottom, and softer body. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> happily playing with her truly immense <<print $hostage.boobs>>cc breasts and huge butt. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> happily getting titfucked in her immobilizing <<print $hostage.boobs>>cc tits. <<else>> resting atop her mountainous <<print $hostage.boobs>>cc tits, whining about not being allowed to have her assets swollen more. @@ -2079,43 +1913,27 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> trying desperately to extract the milk from her massive <<print $hostage.boobs>>cc tits. She appears to have gained some weight. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> reluctantly asking for her massive <<print $hostage.boobs>>cc tits to be milked. She's certainly getting soft. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> happily asking for her truly immense <<print $hostage.boobs>>cc breasts to be milked. Her body has become notably plush. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> begging for her immobilizing <<print $hostage.boobs>>cc tits to be drained. She has become quite fat. <<else>> resting atop her mountainous <<print $hostage.boobs>>cc tits, whining about not being allowed to have her assets swollen more and that she isn't being milked. @@ -2125,11 +1943,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 50>> - <<else>> - <<set $hostage.boobs += 25>> - <</if>> + <<set $hostage.boobs += 50>> <<set $hostage.vaginalCount += 28>> trying desperately to vomit up all the food forced into her bloated body while being thwarted by a specialized gag. She appears to have gained some weight. <<elseif $rivalryDuration <= 10>> @@ -2137,11 +1951,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 28>> <<switch $hostageFetish>> <<case "cumslut">> @@ -2150,12 +1960,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.analCount += 21>> <<set $hostage.anus = 3>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -2168,11 +1974,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 35>> <<switch $hostageFetish>> <<case "cumslut">> @@ -2180,12 +1982,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "buttslut">> <<set $hostage.analCount += 35>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -2197,11 +1995,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 40>> <<switch $hostageFetish>> <<case "cumslut">> @@ -2209,12 +2003,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "buttslut">> <<set $hostage.analCount += 35>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -2224,11 +2014,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty relaxing in her comfy bed surrounded by mountains of molded slave food. She is eagerly shoving handfuls of the fattening treats into her mouth while simultaneously begging for someone to fill her neglected pussy. She has become quite fat; her body jiggles with every motion. <<else>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 60>> <<switch $hostageFetish>> <<case "cumslut">> @@ -2236,12 +2022,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "buttslut">> <<set $hostage.analCount += 45>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -2510,11 +2292,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.lactation = 1>> <<set $hostage.fetishStrength += 5>> <<set $hostage.oralCount += 100>> @@ -2525,11 +2303,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.lactation = 1>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> @@ -2556,11 +2330,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 50>> <<set $hostage.vaginalCount += 50>> <<set $hostage.analCount += 50>> @@ -2569,11 +2339,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 300>> - <<else>> - <<set $hostage.boobs += 150>> - <</if>> + <<set $hostage.boobs += 300>> <<set $hostage.fetishStrength += 5>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> @@ -2583,11 +2349,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 400>> - <<else>> - <<set $hostage.boobs += 200>> - <</if>> + <<set $hostage.boobs += 400>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -2728,44 +2490,28 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<if $rivalryDuration <= 5>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 2000>> - <<else>> - <<set $hostage.boobs += 1000>> - <</if>> - <<set $hostage.boobsImplant += 2000>> + <<set $hostage.boobs += 2000>> + <<set $hostage.boobsImplant += 2000>> crying while trying to get comfortable with her <<print $hostage.boobs>>cc fake tits. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> - <<set $hostage.boobsImplant += 1000>> + <<set $hostage.boobs += 1000>> + <<set $hostage.boobsImplant += 1000>> reluctantly exploring new resting positions due to her <<print $hostage.boobs>>cc implants. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> - <<set $hostage.boobsImplant += 1000>> + <<set $hostage.boobs += 1000>> + <<set $hostage.boobsImplant += 1000>> happily resting her head on her <<print $hostage.boobs>>cc breast implants. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> - <<set $hostage.boobsImplant += 1000>> + <<set $hostage.boobs += 1000>> + <<set $hostage.boobsImplant += 1000>> contently resting atop her <<print $hostage.boobs>>cc fake tits. <<else>> resting atop her mountainous <<print $hostage.boobs>>cc fake tits, daydreaming about being even bigger. @@ -2875,43 +2621,27 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1500>> - <<else>> - <<set $hostage.boobs += 750>> - <</if>> + <<set $hostage.boobs += 1500>> crying over her swollen breasts and butt. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> cringing as she feels her huge soft tits and ass. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> giggling as she gropes her soft body. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> happily massaging her super soft body and huge assets. <<else>> resting in her own mountainous softness. @@ -2977,43 +2707,27 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> Sobbing as she massages her sore <<print $hostage.boobs>>cc udders. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> crying as rubs her uncomfortably massive <<print $hostage.boobs>>cc udders and softening belly. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> humming as she soothes her truly immense sore <<print $hostage.boobs>>cc udders. She lets off a content sigh as she jiggles her soft belly. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> happily playing with her <<print $hostage.boobs>>cc udders. She squirms and giggles as her entire body jiggles in response. <<else>> moans lewdly as a pair of slaves massage her <<print $hostage.boobs>>cc udders, and as a third appears from under her heavy body. @@ -3023,11 +2737,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 50>> - <<else>> - <<set $hostage.boobs += 25>> - <</if>> + <<set $hostage.boobs += 50>> <<set $hostage.vaginalCount += 28>> sobbing as she is forcibly raped and broken in. <<elseif $rivalryDuration <= 10>> @@ -3035,11 +2745,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 28>> <<switch $hostageFetish>> <<case "cumslut">> @@ -3048,12 +2754,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.analCount += 21>> <<set $hostage.anus = 3>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -3066,11 +2768,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 35>> <<switch $hostageFetish>> <<case "cumslut">> @@ -3078,12 +2776,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "buttslut">> <<set $hostage.analCount += 35>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -3095,11 +2789,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 40>> <<switch $hostageFetish>> <<case "cumslut">> @@ -3107,12 +2797,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<case "buttslut">> <<set $hostage.analCount += 35>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> <<case "pregnancy">> <<set $hostage.preg++>> <<set $hostage.pregKnown = 1>> @@ -3122,11 +2808,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty happily stuffing her face as another guy fucks her fat body. <<else>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 60>> greedily stuffing her face with slave food as a pair of guys double team her ruined pussy. <<switch $hostageFetish>> @@ -3137,12 +2819,8 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.analCount += 45>> Another struggles to support her weight as he plows her gaping anus. <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> - <<set $hostage.boobsImplant += 100>> + <<set $hostage.boobs += 100>> + <<set $hostage.boobsImplant += 100>> She takes time between bites to hungrily fondle her <<print $hostage.boobs>>cc tits. <<case "pregnancy">> <<set $hostage.preg++>> @@ -3410,11 +3088,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -3423,11 +3097,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -3453,11 +3123,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.oralCount += 50>> <<set $hostage.vaginalCount += 50>> <<set $hostage.analCount += 50>> @@ -3467,11 +3133,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 300>> - <<else>> - <<set $hostage.boobs += 150>> - <</if>> + <<set $hostage.boobs += 300>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -3480,11 +3142,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 400>> - <<else>> - <<set $hostage.boobs += 200>> - <</if>> + <<set $hostage.boobs += 400>> <<set $hostage.oralCount += 100>> <<set $hostage.vaginalCount += 100>> <<set $hostage.analCount += 100>> @@ -3626,43 +3284,27 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> sobbing as an autosurgery reads out how much her <<print $hostage.boobs>>cc implants can be expanded this week. - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 2000>> - <<else>> - <<set $hostage.boobs += 1000>> - <</if>> - <<set $hostage.boobsImplant += 2000>> + <<set $hostage.boobs += 2000>> + <<set $hostage.boobsImplant += 2000>> <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> crying as an autosurgery reads out how much her <<print $hostage.boobs>>cc implants can be expanded this week. - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> <<set $hostage.boobsImplant += 1000>> <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.fetishStrength += 5>> blushing as an autosurgery reads out how much her <<print $hostage.boobs>>cc implants can be expanded this week. - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> <<set $hostage.boobsImplant += 1000>> <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> getting excited as an autosurgery reads out how much her <<print $hostage.boobs>>cc implants can be expanded this week. - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> <<set $hostage.boobsImplant += 1000>> <<else>> throwing a fit that her <<print $hostage.boobs>>cc fake tits are too big to expand further. @@ -3770,43 +3412,27 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1500>> - <<else>> - <<set $hostage.boobs += 750>> - <</if>> + <<set $hostage.boobs += 1500>> weeping as the breast injections swell her breasts to <<print $hostage.boobs>>ccs. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> cringing as the breast injections swell her breasts to <<print $hostage.boobs>>ccs along with her butt. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> smiling as the breast injections swell her breasts to <<print $hostage.boobs>>ccs. She runs her hand across her huge butt and softening body. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> practically orgasming as the breast injections swell her breasts to <<print $hostage.boobs>>ccs. She sinks her hands into her enormous butt and fat belly. <<else>> shouting at a plastic surgeon to make her <<print $hostage.boobs>>cc tits even larger. @@ -3874,43 +3500,27 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> Sobbing as the milkers drain her <<print $hostage.boobs>>cc udders. <<elseif $rivalryDuration <= 10>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> sighing as the milkers drain her big <<print $hostage.boobs>>cc udders while she massages her softening belly. <<elseif $rivalryDuration <= 15>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> sighing with relief as the milkers drain her huge <<print $hostage.boobs>>cc udders while she massages her jiggly belly. <<elseif $rivalryDuration <= 20>> <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 1000>> - <<else>> - <<set $hostage.boobs += 500>> - <</if>> + <<set $hostage.boobs += 1000>> happily humming as the milkers drain her giant <<print $hostage.boobs>>cc udders while she plays with her fat belly and breasts. <<else>> moaning loudly as the milkers drain her massive <<print $hostage.boobs>>cc udders. @@ -3920,11 +3530,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 50>> - <<else>> - <<set $hostage.boobs += 25>> - <</if>> + <<set $hostage.boobs += 50>> <<set $hostage.vaginalCount += 28>> sobbing as she is forced is experience all manner of perversion in an effort to reveal her fetishes. <<elseif $rivalryDuration <= 10>> @@ -3932,11 +3538,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 28>> <<switch $hostageFetish>> <<case "submissive">> @@ -3951,11 +3553,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.analCount += 21>> <<set $hostage.anus = 1>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.boobsImplant += 100>> struggling to hold back her joy as she checks out her new <<print $hostage.boobsImplant>>cc implants. <<case "sadist">> @@ -3976,11 +3574,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> <<set $hostage.fetishStrength += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 35>> <<switch $hostageFetish>> <<case "submissive">> @@ -3995,11 +3589,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.analCount += 35>> <<set $hostage.anus = 3>> <<case "boobs">> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.boobsImplant += 100>> happily teasing a dick between her new <<print $hostage.boobsImplant>>cc implants. <<case "sadist">> @@ -4019,11 +3609,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.trust -= 5>> <<set $hostage.devotion -= 5>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 40>> <<switch $hostageFetish>> <<case "submissive">> @@ -4039,11 +3625,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.anus = 4>> <<case "boobs">> groping her already huge <<print $hostage.boobsImplant>>cc breasts and begging for them to be even bigger. - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.boobsImplant += 100>> <<case "sadist">> cumming hard as the slave mounting her writhes in pain at her torment. @@ -4060,11 +3642,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <</switch>> <<else>> <<set $hostage.weight += 5>> - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.vaginalCount += 60>> <<switch $hostageFetish>> <<case "submissive">> @@ -4080,11 +3658,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.anus = 4>> <<case "boobs">> crying with joy after her breasts ruined a shirts she was just able to fit into that morning. - <<if $hostage.inducedNCS == 0>> - <<set $hostage.boobs += 100>> - <<else>> - <<set $hostage.boobs += 50>> - <</if>> + <<set $hostage.boobs += 100>> <<set $hostage.boobsImplant += 100>> <<case "sadist">> laughing maniacally as she beats a slave viciously as she rides her. She keeps going even after the poor girl's dick breaks from penetrating her at a bad angle. diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw index 7e475389923..2747bc4df70 100644 --- a/src/uncategorized/reRelativeRecruiter.tw +++ b/src/uncategorized/reRelativeRecruiter.tw @@ -528,6 +528,7 @@ She waits anxiously for your decision. <<NationalityToName $activeSlave>> <<if _familyName>><<set $activeSlave.slaveSurname = _familyName>><</if>> <<set $activeSlave.birthSurname = _familyBirthSurname>> +<<set $activeSlave.inducedNCS = 0, $activeSlave.NCSyouthening = 0>> <<set $activeSlave.ID = $newRelativeRecruitID++>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 9903432ed97..f7d535404ea 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -6274,7 +6274,6 @@ ** Note that with this system a 45 year old slave given NCS would be indistinguishable from an 8 year ** old in a little over 4 years time. */ - <<if ndef($slaves[$i].NCSyouthening)>><<set $slaves[$i].NCSyouthening = 0>><</if>> <<set _youthening = 0, $slaves[$i].NCSyouthening++>> <<set _youtheningLevel = Math.round(Math.clamp((($slaves[$i].physicalAge - 8) / 4) + .25, 0, 10))>> <<if (($slaves[$i].visualAge > 8) && ($slaves[$i].NCSyouthening >= (11 - _youtheningLevel)))>> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 4d7ac8b99d6..391cea5b496 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -1980,12 +1980,23 @@ As the remote surgery's long recovery cycle completes, <<case "retrograde virus injection NCS">> The procedure lasts the better part of a week every other day in the surgery room for a series of 4 sets of injections. $pronounCap feels worse each time a few hours after the injections. $pronounCap doesn't quite know what it's about, just that $pronoun feels pretty bad. The process has <<if ($PC.medicine >= 100)>>you<<else>>the remote surgeon<</if>> inject $possessive body everywhere, over every few inches, leaving a small needle marks as the process runs that fade out within minutes. Despite the marks fading the process is very-invasive work, and leaves $pronoun @@.red;feeling weak and tired.@@<br><br> - Over the course of the treatment $pronoun begins to feel the inital effects and on inspection, when $pronoun <<if $activeSlave.amp == 1>>is carried<<else>>walks<</if>> out of the surgery room, $pronounCap feels somehow smaller, changed in several ways.<br> - <<if $activeSlave.underArmHStyle != "hairless" && $activeSlave.underArmHStyle != "bald">> - <<set $activeSlave.underArmHStyle = "bald">> - The first thing $pronoun notices is that $possessive armpit hair has just fallen out, in a small pile <<if $activeSlave.amp == 1>>below $object<<else>>at $possessive feet<</if>>. <<if $activeSlave.pubicHStyle != "hairless" && $activeSlave.pubicHStyle != "bald">><<set $activeSlave.pubicHStyle = "bald">>The same thing happens to $possessive pubic hair.<</if>> + /* + ** Generate the changes, into variables to set contexts. + */ + <<set _hairChanges = 0, _hair = '', _hairLand = "at " + $possessive + " feet">> + <<if ($activeSlave.amp == 1)>> + <<set _hairLand = "below " + $object>> + <</if>> + <<if (($activeSlave.underArmHStyle != "hairless") && ($activeSlave.underArmHStyle != "bald"))>> + <<set _hairChanges++, $activeSlave.underArmHStyle = "bald">> + <<set _hair = "The first thing " + $pronoun + " notices is that " + $possessive + " armpit hair has just fallen out, in a small pile " + _hairLand + ".">> + <<if (($activeSlave.pubicHStyle != "hairless") && ($activeSlave.pubicHStyle != "bald"))>> + <<set _hairChanges++, $activeSlave.pubicHStyle = "bald">> + <<set _hair = _hair + " The same thing happens to " + $possessive + " pubic hair.">> + <</if>> <<elseif $activeSlave.pubicHStyle != "hairless" && $activeSlave.pubicHStyle != "bald">> - The first thing $pronoun notices is that $possessive pubic hair has just fallen out, in a small pile <<if $activeSlave.amp == 1>>below $object<<else>>at $possessive feet<</if>>. + <<set _hairChanges++, $activeSlave.pubicHStyle = "bald">> + <<set _hair = "The first thing " + $pronoun + " notices is that " + $possessive + " pubic hair has just fallen out, in a small pile " + _hairLand + ".">> <</if>> <<if canSee($activeSlave)>> <<set _sense = "sees">> @@ -1997,58 +2008,34 @@ As the remote surgery's long recovery cycle completes, <<set _sense = "hears">> $pronounCap listens as a menial slave describes $possessive new looks. <</if>> + <<set _genitalChanges = []>> <<if $activeSlave.dick > 2>> - $pronounCap _sense $possessive dick is @@.orange;smaller.@@ - <<set $activeSlave.dick -= 1>> + <<set _genitalChanges.push('dick'), $activeSlave.dick -= 1>> <</if>> <<if $activeSlave.balls > 1>> - $pronounCap _sense $possessive balls are @@.orange;smaller.@@ - <<set $activeSlave.balls -= 1>> + <<set _genitalChanges.push('balls'), $activeSlave.balls -= 1>> <</if>> <<if $activeSlave.scrotum > 1>> - $pronounCap _sense $possessive scrotum is @@.orange;smaller.@@ - <<set $activeSlave.scrotum -= 1>> - <</if>> - <<if $activeSlave.shoulders > -1>> - $pronounCap _sense $possessive shoulders are @@.orange;less wide.@@ - <<set $activeSlave.shoulders -= 1>> - <</if>> - <<if $activeSlave.hips > -1>> - $pronounCap _sense $possessive hips are @@.orange;less wide.@@ - <<set $activeSlave.hips -= 1>> + <<set _genitalChanges.push('scrotum'), $activeSlave.scrotum -= 1>> <</if>> <<if $activeSlave.clit > 2>> - $pronounCap _sense $possessive clit is @@.orange;smaller.@@ - <<set $activeSlave.clit -= 1>> + <<set _genitalChanges.push('clit'), $activeSlave.clit -= 1>> <</if>> <<if $activeSlave.labia > 2>> - $pronounCap _sense $possessive labia is @@.orange;smaller.@@ - <<set $activeSlave.labia -= 1>> - <</if>> - <<if $activeSlave.voice < 3>> - <<if $activeSlave.voice < 2>> - $pronounCap hears $possessive voice comming out as @@.orange;higher@@ and more girly than it was before. - <<set $activeSlave.voice += 1>> - <<elseif $activeSlave.voice < 3>> - $pronounCap hears $possessive voice comming out as @@.orange;higher@@ and more feminine than it was before. - <<set $activeSlave.voice += 1>> - <</if>> - <<if ($activeSlave.devotion > 50)>> - $pronounCap laughs at <<print $object>>self hapily as $pronoun gets used to $possessive voice. - <<elseif ($activeSlave.devotion < 20)>> - $pronounCap laughs grimly at <<print $object>>self as $pronoun gets used to it. - <<elseif ($activeSlave.devotion < 20)>> - It comes out far higher than it was before, $pronoun feels this new voice is not $possessive. - <</if>> + <<set _genitalChanges.push('labia'), $activeSlave.labia -= 1>> <</if>> <<if $activeSlave.boobs > 300>> - $pronounCap _sense $possessive boobs are @@.orange;smaller.@@ - <<set $activeSlave.boobs -= Math.round($activeSlave.boobs * .1)>> + <<set _genitalChanges.push('boobs'), $activeSlave.boobs -= Math.round($activeSlave.boobs * .1)>> <</if>> - <<if $activeSlave.visualAge > 18>> - <<set $activeSlave.visualAge -= 1>> - $pronounCap feels a little @@.orange;younger.@@ - <<else>> + <<set _physicalChanges = []>> + <<if (($activeSlave.shoulders > -1) && ($activeSlave.hips > -1))>> + <<set _physicalChanges.push('both ' + $possessive + ' hips and shoulders are @@.orange;less wide,@@'), $activeSlave.hips -= 1, $activeSlave.shoulders -= 1>> + <<elseif ($activeSlave.shoulders > -1)>> + <<set _physicalChanges.push($possessive + ' shoulders are @@.orange;less wide,@@'), $activeSlave.shoulders -= 1>> + <<elseif $activeSlave.hips > -1>> + <<set _physicalChanges.push($possessive + ' hips are @@.orange;less wide,@@'), $activeSlave.hips -= 1>> + <</if>> + <<if $activeSlave.visualAge < 18>> <<set _averageHeight = Height.mean($activeSlave)>> <<set _heightDelta = $activeSlave.height - _averageHeight>> <<if $activeSlave.height > 126 || _heightDelta > 0>> @@ -2058,14 +2045,86 @@ As the remote surgery's long recovery cycle completes, <<elseif _heightDelta > -15>><<set _shrinkage = 2>> <<else>><<set _shrinkage = 1>> <</if>> - $pronounCap _sense $pronoun is a little @@.orange;shorter.@@ - <<set $activeSlave.height -= _shrinkage>> + $pronounCap _sense $pronoun + <<set _physicalChanges.push($pronoun + ' is a little @@.orange;shorter,@@'), $activeSlave.height -= _shrinkage>> <</if>> <</if>> + <<set _statusChanges = []>> + <<if $activeSlave.visualAge > 18>> + <<set _statusChanges.push($pronounCap + ' feels a little @@.orange;younger.@@'), $activeSlave.visualAge -= 1>> + <</if>> + <<if (($activeSlave.voice > 0) && ($activeSlave.voice < 3))>> + <<set _voiceLevel = "girly">> + <<if $activeSlave.voice < 2>><<set _voiceLevel = "feminine">><</if>> + <<set _voiceReaction = "It comes out far higher than it was before, " + $pronoun + " feels this new voice does not belong to " + $object + ".">> + <<if ($activeSlave.devotion > 20)>> + <<set _voiceReaction = $pronounCap + " laughs at " + $possessive + " new voice hapily as " + $pronoun + " gets used to it.">> + <<elseif ($activeSlave.devotion > -20)>> + <<set _voiceReaction = $pronounCap + " laughs grimly at " + $object + "self as " + $pronoun + " gets used to it.">> + <</if>> + <<set _statusChanges.push($pronounCap + ' hears ' + $possessive + ' voice comming out as @@.orange;higher@@ and more ' + _voiceLevel + ' than it was before. ' + _voiceReaction), $activeSlave.voice += 1>> + <</if>> + /* + ** Handle the display of the changes for the newly NCS'ed slave. + */ + <<set _numberChanges = _hairChanges + _statusChanges.length + _physicalChanges.length + _genitalChanges.length>> + <<if (_numberChanges <= 0)>> + Despite the long and arduous treatment, $pronoun has no idea what all of it was for. She stands + before you + <<if ($activeSlave.devotion > 20)>>eager to learn what it's all about. + <<elseif ($activeSlave.devotion > -20)>>worried to discover what's happened to her. + <<else>>anxious about what you did to her, dreading the news. + <</if>> + <<else>> + Over the course of the treatment $pronoun begins to feel the inital effects and on inspection, when $pronoun <<if $activeSlave.amp == 1>>is carried<<else>>walks<</if>> out of the surgery room, $pronounCap feels somehow smaller and changed in <<if _numberChanges == 1>>at least one way<<elseif _numberChanges == 2>>two ways<<else>>several ways<</if>>.<br><br> + <<if _hair != ''>>_hair<</if>> + <<if _genitalChanges.length > 0>> + $pronounCap can _sense that her junk's different now, it seems $possessive + <<if _genitalChanges.length > 2>> + <<for $i = 0; $i < _genitalChanges.length; $i++>> + <<if $i < _genitalChanges.length-1>> + _genitalChanges[$i], + <<else>> + and _genitalChanges[$i]. + <</if>> + <</for>> + have all become @@.orange;smaller.@@ + <<elseif _genitalChanges.length > 1>> + _genitalChanges[0], and _genitalChanges[1] have both become @@.orange;smaller.@@ + <<else>> + _genitalChanges[0] has become @@.orange;smaller.@@ + <</if>> + <</if>> + <<if _physicalChanges.length > 0>> + $pronounCap can <<if ((_genitalChanges.length > 0) || (_hairChanges > 0))>>also<</if>> _sense that her body has some physical changes, it seems to $possessive that + <<if _physicalChanges.length > 2>> + <<for $i = 0; $i < _physicalChanges.length; $i++>> + <<if $i < _physicalChanges.length-1>> + _physicalChanges[$i] + <<else>> + and _physicalChanges[$i] + <</if>> + <</for>> + <<elseif _physicalChanges.length > 1>> + _physicalChanges[0] and _physicalChanges[1] + <<else>> + _physicalChanges[0] + <</if>> + <<set _reaction = either('comes as a bit of a suprise', 'comes as quite a shock', "doesn't seem to phase " + $object, 'confirms her suspiscions', $pronoun + ' finds interesting', $pronoun + " can't get over") + '.'>> + which _reaction + <</if>> + <<if _statusChanges.length > 0>> + $pronounCap can feel some <<if ((_genitalChanges.length > 0) || (_physicalChanges.length > 0) || (_hairChanges > 0))>>other<</if>> changes that are a little harder to describe. + <<for $i = 0; $i < _statusChanges.length; $i++>> + _statusChanges[$i] + <</for>> + <</if>> + <</if>> + <br><br> You explain that $pronoun's never going to grow older and $pronoun'll stay younger. You sit back and let $object absorb that data for a moment. <br><br> - <<if $activeSlave.devotion > 50>> + <<if $activeSlave.devotion > 20>> $pronounCap is @@.hotpink;happy@@ with how young $possessive body has become<<if $activeSlave.visualAge > 26>>and is excited about the process continuing<</if>>. $pronounCap is already @@.mediumaquamarine;wondering@@ what new kinky things you have planned for $object. <<set $activeSlave.trust += 5>> <<set $activeSlave.devotion += 5>> diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index c1601d29629..a8a6b7fe8a8 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -6,7 +6,7 @@ Called from Gen XX, Gen XY, CheatMode DB, InitNationalities. %/ <<widget "BaseSlave">> - <<set $activeSlave = {slaveName: "blank", slaveSurname: 0, birthName: "blank", birthSurname: 0, genes: "XX", pronoun: "she", possessive: "her", possessivePronoun: "hers", objectReflexive: "herself", object: "her", noun: "girl", weekAcquired: 0, origin: 0, career: 0, ID: 0, prestige: 0, pornFame: 0, pornFameSpending: 0, prestigeDesc: 0, recruiter: 0, relation: 0, relationTarget: 0, relationship: 0, relationshipTarget: 0, rivalry: 0, rivalryTarget: 0, subTarget: 0, father: 0, mother: 0, daughters: 0, sisters: 0, canRecruit: 0, choosesOwnAssignment: 0, assignment: "rest", assignmentVisible: 1, sentence: 0, training: 0, toyHole: "all her holes", indenture: -1, indentureRestrictions: 0, birthWeek: random(0,51), actualAge: 18, visualAge: 18, physicalAge: 18, ovaryAge: 18, ageImplant: 0, health: 0, minorInjury: 0, trust: 0, oldTrust: 0, devotion: 0, oldDevotion: 0, weight: 0, muscles: 0, height: 170, heightImplant: 0, nationality: "slave", race: "white", markings: "none", eyes: 1, eyeColor: "brown", origEye: "brown", eyewear: "none", origHColor: "brown", hColor: "brown", pubicHColor: "brown", skin: "light", hLength: 60, hStyle: "short", pubicHStyle: "neat", waist: 0, corsetPiercing: 0, PLimb: 0, amp: 0, heels:0, voice: 2, voiceImplant: 0, accent: 0, shoulders: 0, shouldersImplant: 0, boobs: 0, boobsImplant: 0, boobsImplantType: 0, boobShape: "normal", nipples: "cute", nipplesPiercing: 0, nipplesAccessory: 0, areolae: 0, areolaePiercing: 0, boobsTat: 0, lactation: 0, lactationAdaptation: 0, milk: 0, cum: 0, hips: 0, hipsImplant: 0, butt: 0, buttImplant: 0, buttImplantType: 0, buttTat: 0, face: 0, faceImplant: 0, faceShape: "normal", lips: 15, lipsImplant: 0, lipsPiercing: 0, lipsTat: 0, teeth: "normal", tonguePiercing: 0, vagina: 0, vaginaLube: 0, vaginaPiercing: 0, vaginaTat: 0, preg: -1, pregSource: 0, pregType: 0, broodmother: 0, broodmotherFetuses: 0, broodmotherOnHold: 0, broodmotherCountDown: 0, labor: 0, births: 0, cSec: 0, bellyAccessory: "none", labia: 0, clit: 0, clitPiercing: 0, clitSetting: "vanilla", foreskin: 0, anus: 0, dick: 0, analArea: 1, dickPiercing: 0, dickTat: 0, prostate: 0, balls: 0, scrotum: 0, ovaries: 0, anusPiercing: 0, anusTat: 0, makeup: 0, nails: 0, brand: 0, brandLocation: 0, earPiercing: 0, nosePiercing: 0, eyebrowPiercing: 0, navelPiercing: 0, shouldersTat: 0, armsTat: 0, legsTat: 0, backTat: 0, stampTat: 0, vaginalSkill: 0, oralSkill: 0, analSkill: 0, whoreSkill: 0, entertainSkill: 0, combatSkill: 0, livingRules: "spare", speechRules: "restrictive", releaseRules: "restrictive", relationshipRules: "restrictive", standardPunishment: "situational", standardReward: "situational", useRulesAssistant: 1, diet: "healthy", dietCum: 0, dietMilk: 0, tired: 0, hormones: 0, drugs: "no drugs", curatives: 0, chem: 0, aphrodisiacs: 0, addict: 0, fuckdoll: 0, choosesOwnClothes: 0, clothes: "no clothing", collar: "none", shoes: "none", vaginalAccessory: "none", dickAccessory: "none", legAccessory: "none", buttplug: "none", buttplugAttachment: "none", intelligence: 0, intelligenceImplant: 0, energy: 50, need: 0, attrXX: 0, attrXY: 0, attrKnown: 0, fetish: "none", fetishStrength: 70, fetishKnown: 0, behavioralFlaw: "none", behavioralQuirk: "none", sexualFlaw: "none", sexualQuirk: "none", oralCount: 0, vaginalCount: 0, analCount: 0, mammaryCount: 0, penetrativeCount: 0, publicCount: 0, pitKills: 0, customTat: "", customLabel: "", customDesc: "", customTitle: "", customTitleLisp: "", rudeTitle: 0, customImage: 0, currentRules: [], bellyTat: 0, induce: 0, mpreg: 0, inflation: 0, inflationType: "none", inflationMethod: 0, milkSource: 0, cumSource: 0, burst: 0, pregKnown: 0, pregWeek: 0, belly: 0, bellyPreg: 0, bellyFluid: 0, bellyImplant: -1, bellySag: 0, bellySagPreg: 0, bellyPain: 0, cervixImplant: 0, birthsTotal: 0, pubertyAgeXX: 13, pubertyAgeXY: 13, scars: 0, breedingMark: 0, underArmHStyle: "waxed", bodySwap: 0, HGExclude: 0, ballType: "human", eggType: "human", reservedChildren: 0, choosesOwnChastity: 0, pregControl: "none", readyLimbs: [], ageAdjust: 0, bald: 0, origBodyOwner: "", origBodyOwnerID: 0, death: "", hormoneBalance: 0, onDiet: 0, breastMesh: 0, slavesFathered: 0, PCChildrenFathered: 0, slavesKnockedUp: 0, PCKnockedUp: 0, origSkin: "white", vasectomy: 0, haircuts: 0, newGamePlus: 0, skillHG: 0, skillRC: 0, skillBG: 0, skillMD: 0, skillDJ: 0, skillNU: 0, skillTE: 0, skillAT: 0, skillST: 0, skillMM: 0, skillWA: 0, tankBaby: 0}>> + <<set $activeSlave = {slaveName: "blank", slaveSurname: 0, birthName: "blank", birthSurname: 0, genes: "XX", pronoun: "she", possessive: "her", possessivePronoun: "hers", objectReflexive: "herself", object: "her", noun: "girl", weekAcquired: 0, origin: 0, career: 0, ID: 0, prestige: 0, pornFame: 0, pornFameSpending: 0, prestigeDesc: 0, recruiter: 0, relation: 0, relationTarget: 0, relationship: 0, relationshipTarget: 0, rivalry: 0, rivalryTarget: 0, subTarget: 0, father: 0, mother: 0, daughters: 0, sisters: 0, canRecruit: 0, choosesOwnAssignment: 0, assignment: "rest", assignmentVisible: 1, sentence: 0, training: 0, toyHole: "all her holes", indenture: -1, indentureRestrictions: 0, birthWeek: random(0,51), actualAge: 18, visualAge: 18, physicalAge: 18, ovaryAge: 18, ageImplant: 0, health: 0, minorInjury: 0, trust: 0, oldTrust: 0, devotion: 0, oldDevotion: 0, weight: 0, muscles: 0, height: 170, heightImplant: 0, nationality: "slave", race: "white", markings: "none", eyes: 1, eyeColor: "brown", origEye: "brown", eyewear: "none", origHColor: "brown", hColor: "brown", pubicHColor: "brown", skin: "light", hLength: 60, hStyle: "short", pubicHStyle: "neat", waist: 0, corsetPiercing: 0, PLimb: 0, amp: 0, heels:0, voice: 2, voiceImplant: 0, accent: 0, shoulders: 0, shouldersImplant: 0, boobs: 0, boobsImplant: 0, boobsImplantType: 0, boobShape: "normal", nipples: "cute", nipplesPiercing: 0, nipplesAccessory: 0, areolae: 0, areolaePiercing: 0, boobsTat: 0, lactation: 0, lactationAdaptation: 0, milk: 0, cum: 0, hips: 0, hipsImplant: 0, butt: 0, buttImplant: 0, buttImplantType: 0, buttTat: 0, face: 0, faceImplant: 0, faceShape: "normal", lips: 15, lipsImplant: 0, lipsPiercing: 0, lipsTat: 0, teeth: "normal", tonguePiercing: 0, vagina: 0, vaginaLube: 0, vaginaPiercing: 0, vaginaTat: 0, preg: -1, pregSource: 0, pregType: 0, broodmother: 0, broodmotherFetuses: 0, broodmotherOnHold: 0, broodmotherCountDown: 0, labor: 0, births: 0, cSec: 0, bellyAccessory: "none", labia: 0, clit: 0, clitPiercing: 0, clitSetting: "vanilla", foreskin: 0, anus: 0, dick: 0, analArea: 1, dickPiercing: 0, dickTat: 0, prostate: 0, balls: 0, scrotum: 0, ovaries: 0, anusPiercing: 0, anusTat: 0, makeup: 0, nails: 0, brand: 0, brandLocation: 0, earPiercing: 0, nosePiercing: 0, eyebrowPiercing: 0, navelPiercing: 0, shouldersTat: 0, armsTat: 0, legsTat: 0, backTat: 0, stampTat: 0, vaginalSkill: 0, oralSkill: 0, analSkill: 0, whoreSkill: 0, entertainSkill: 0, combatSkill: 0, livingRules: "spare", speechRules: "restrictive", releaseRules: "restrictive", relationshipRules: "restrictive", standardPunishment: "situational", standardReward: "situational", useRulesAssistant: 1, diet: "healthy", dietCum: 0, dietMilk: 0, tired: 0, hormones: 0, drugs: "no drugs", curatives: 0, chem: 0, aphrodisiacs: 0, addict: 0, fuckdoll: 0, choosesOwnClothes: 0, clothes: "no clothing", collar: "none", shoes: "none", vaginalAccessory: "none", dickAccessory: "none", legAccessory: "none", buttplug: "none", buttplugAttachment: "none", intelligence: 0, intelligenceImplant: 0, energy: 50, need: 0, attrXX: 0, attrXY: 0, attrKnown: 0, fetish: "none", fetishStrength: 70, fetishKnown: 0, behavioralFlaw: "none", behavioralQuirk: "none", sexualFlaw: "none", sexualQuirk: "none", oralCount: 0, vaginalCount: 0, analCount: 0, mammaryCount: 0, penetrativeCount: 0, publicCount: 0, pitKills: 0, customTat: "", customLabel: "", customDesc: "", customTitle: "", customTitleLisp: "", rudeTitle: 0, customImage: 0, currentRules: [], bellyTat: 0, induce: 0, mpreg: 0, inflation: 0, inflationType: "none", inflationMethod: 0, milkSource: 0, cumSource: 0, burst: 0, pregKnown: 0, pregWeek: 0, belly: 0, bellyPreg: 0, bellyFluid: 0, bellyImplant: -1, bellySag: 0, bellySagPreg: 0, bellyPain: 0, cervixImplant: 0, birthsTotal: 0, pubertyAgeXX: 13, pubertyAgeXY: 13, scars: 0, breedingMark: 0, underArmHStyle: "waxed", bodySwap: 0, HGExclude: 0, ballType: "human", eggType: "human", reservedChildren: 0, choosesOwnChastity: 0, pregControl: "none", readyLimbs: [], ageAdjust: 0, bald: 0, origBodyOwner: "", origBodyOwnerID: 0, death: "", hormoneBalance: 0, onDiet: 0, breastMesh: 0, slavesFathered: 0, PCChildrenFathered: 0, slavesKnockedUp: 0, PCKnockedUp: 0, origSkin: "white", vasectomy: 0, haircuts: 0, newGamePlus: 0, skillHG: 0, skillRC: 0, skillBG: 0, skillMD: 0, skillDJ: 0, skillNU: 0, skillTE: 0, skillAT: 0, skillST: 0, skillMM: 0, skillWA: 0, tankBaby: 0, inducedNCS: 0, NCSyouthening: 0}>> <</widget>> /% @@ -3874,4 +3874,4 @@ <<set $activeSlave.prestige = 3, $activeSlave.intelligenceImplant = 1, $activeSlave.energy = random(80,100), $activeSlave.intelligence = either(2,2,3), $activeSlave.entertainSkill = 100, $activeSlave.whoreSkill = 100, $activeSlave.analSkill = 100, $activeSlave.oralSkill = 100, $activeSlave.vaginalSkill = 100, $activeSlave.face = 100, $activeSlave.devotion = random(90,95), $activeSlave.trust = random(90,100), $activeSlave.health = random(60,80)>> /* Closes Entertain */ <</switch>> -<</widget>> \ No newline at end of file +<</widget>> -- GitLab