diff --git a/src/events/intro/initNationalities.tw b/src/events/intro/initNationalities.tw index 28a103d1bb3b05fd9a0b2c656fe04a379960a0de..ca46c700c86a03facc1e6bb5b084e83a69086d34 100644 --- a/src/events/intro/initNationalities.tw +++ b/src/events/intro/initNationalities.tw @@ -353,7 +353,7 @@ <<set $arcologies[0].FSGenderRadicalistLawDicks to 0>> <<set $arcologies[0].FSGenderRadicalistLawFuta to 0>> <<set $arcologies[0].FSGenderRadicalistLawBeauty to 0>> -<<set $arcologies[0].FSGenderRadicalistLawBimbo to 0>> +<<set $arcologies[0].FSGenderFundamentalistLawBimbo to 0>> <<set $arcologies[0].FSGenderFundamentalistSMR to 0>> <<set $arcologies[0].FSGenderFundamentalistLawBeauty to 0>> <<set $arcologies[0].FSPaternalistLaw to 0>> diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index c2708a9e724cd632cb4231d1c0a3056062adabf4..955bff655c38206c13552a6f0be0c9fbc364700e 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -5,7 +5,12 @@ <<set $nextLink to "Main">> <<set $returnTo to "Incubator">> -<<if $arcadeName != "the Incubator">> +<<if ndef $vats>> + <<set vats = []>> + <<set vats = vats.push(0)>> +<</if>> + +<<if $incubatorName != "the Incubator">> <<set $incubatorNameCaps to $arcadeName.replace("the ", "The ")>> <</if>> @@ -19,56 +24,70 @@ <</if>> <</for>> -$incubaterNameCaps is a clean, cold hall lined with vats and their connected monitoring systems. +$incubaterNameCaps is a clean, cold hall designed to be lined with vats and their connected monitoring systems. -<<if $arcadeSlaves > 2>> +<<if $incubatorSlaves > 2>> It's well used. The hum of active vats fill the air. -<<elseif $arcadeSlaves > 0>> +<<elseif $incubatorSlaves > 0>> It's barely used; most of the vats lie dormant. <<else>> - It's empty and quiet. [[Decommission the incubator|Main][$incubator to 0, $incubatorUpgradeSpeed = 0, $incubatorUpgradeWeight = 0, $incubatorUpgradeMuscles = 0, $incubatorUpgradeReproduction = 0]] + It's empty and quiet. [[Decommission the incubator|Main][$incubator to 0, $incubatorUpgradeSpeed = 0, $incubatorUpgradeWeight = 0, $incubatorUpgradeMuscles = 0, $incubatorUpgradeReproduction = 0, $vats = 0]] <</if>> -<br>It can support $incubator children. +<br>It can support $incubator <<if $incubator == 1>>child<<else>>children<</if>>. <<if $incubator == $incubatorSlaves>> All of the vats are currently occupied by growing children. <</if>> -[[Add more incubators|Incubator][$cash -= Math.trunc($incubator*50000*$upgradeMultiplierArcology), $incubator += 5]] //Costs ¤<<print Math.trunc($incubator*50000*$upgradeMultiplierArcology)>> and will increase upkeep costs// +[[Add another incubator|Incubator][$cash -= Math.trunc($incubator*50000*$upgradeMultiplierArcology), $incubator += 1]] //Costs ¤<<print Math.trunc($incubator*50000*$upgradeMultiplierArcology)>> and will increase upkeep costs// <br> -<<if $incubatorSpeed == 4 && $researchGrowthRate == 2>> +<<if $incubatorUpgradeSpeed == 4>> It has been upgraded with perfected growth accelerants; children grow at the rate of 1 week to 1 year. -<<elseif $incubatorSpeed == 3>> - It has been upgraded with advanced experimental growth accelerants; children grow at the rate of 3 weeks to 1 year. [[Fund speculative research into maximizing growth rate|Incubator][$cash -= Math.trunc(500000*$upgradeMultiplierArcology), $incubatorSpeed to 1]] //Costs ¤<<print Math.trunc(500000*$upgradeMultiplierArcology)>> and will increase upkeep costs// -<<elseif $incubatorSpeed == 2>> - It has been upgraded with advanced growth accelerants; children grow at the rate of 6 weeks to 1 year. [[Fund research into increasing growth rate even further|Incubator][$cash -= Math.trunc(75000*$upgradeMultiplierArcology), $incubatorSpeed to 1]] //Costs ¤<<print Math.trunc(75000*$upgradeMultiplierArcology)>> and will increase upkeep costs// -<<elseif $incubatorSpeed == 1>> - It has been upgraded with growth accelerants; children grow at the rate of 9 weeks to 1 year. [[Further upgrade the incubators with specialized stem cells to speed growth|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorSpeed to 1]] //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> and will increase upkeep costs// +<<elseif $incubatorUpgradeSpeed == 3>> + It has been upgraded with advanced experimental growth accelerants; children grow at the rate of 3 weeks to 1 year. [[Fund speculative research into maximizing growth rate|Incubator][$cash -= Math.trunc(500000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed to 1]] //Costs ¤<<print Math.trunc(500000*$upgradeMultiplierArcology)>> and will increase upkeep costs// +<<elseif $incubatorUpgradeSpeed == 2>> + It has been upgraded with advanced growth accelerants; children grow at the rate of 6 weeks to 1 year. [[Fund research into increasing growth rate even further|Incubator][$cash -= Math.trunc(75000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed to 1]] //Costs ¤<<print Math.trunc(75000*$upgradeMultiplierArcology)>> and will increase upkeep costs// +<<elseif $incubatorUpgradeSpeed == 1>> + It has been upgraded with growth accelerants; children grow at the rate of 9 weeks to 1 year. [[Further upgrade the incubators with specialized stem cells to speed growth|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed to 1]] //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> and will increase upkeep costs// <<else>> - It is a standard incubator; children grow at the rate of 12 weeks to 1 year. [[Upgrade the incubators with growth accelerating drugs|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorSpeed to 1]] //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + It is a standard incubator; children grow at the rate of 12 weeks to 1 year. [[Upgrade the incubators with growth accelerating drugs|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed to 1]] //Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> and will increase upkeep costs// <</if>> <br> -<<if $arcadeUpgradeCollectors == 1>> - It has been retrofitted to milk lactating slaves<<if $seeDicks != 0>> and cockmilk slaves capable of ejaculating<</if>>, though less efficiently than a dedicated facility. +<<if $incubatorUpgradeWeight == 1>> + Advanced caloric monitoring systems have been installed in the vats to monitor and maintain a developing child's weight. <<else>> - There is no special provision for lactating<<if $seeDicks != 0>> or ejaculating<</if>> slaves. [[Retrofit the arcade to collect useful fluids|Arcade][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcadeUpgradeCollectors to 1]] //Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> and will increase upkeep costs// + There are no systems in place to control a growing child's weight; they will likely come out emaciated from rapidly growing. [[Upgrade the growth vats with weight monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeWeight to 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs// <</if>> <br> -<<if $arcadeUpgradeFuckdolls == 1>> - $arcadeNameCaps is equipped to convert surplus inmates into standard Fuckdolls. +<<if $incubatorUpgradeMuscles == 1>> + Advanced monitoring and steriod injection systems have been installed in the vats to monitor and maintain a developing child's musculature. <<else>> - $arcadeNameCaps is not equipped to convert surplus inmates into standard Fuckdolls. [[Upgrade the arcade to create Fuckdolls|Arcade][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $arcadeUpgradeFuckdolls to 1]] //Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>// + There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from rapidly growing. [[Upgrade the growth vats with muscle monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeMuscles to 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs// <</if>> -<<if $incubatorSlavesReady > 0>> - <br><br>''Bring a child out of $incubatorName:'' - <<set $Flag to 1>> - <<display "Slave Summary">> +<br> +<<if $incubatorUpgradeReproduction == 1>> + Advanced monitoring and hormone injection systems have been installed in the vats to influence a developing child's reproductive organs. +<<else>> + There are no systems in place to control a growing child's reproductive capability. [[Upgrade the growth vats with hormone monitoring systems|Incubator][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $incubatorUpgradeReproduction to 1]] //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>> and will increase upkeep costs// <</if>> -<<unset $Flag>> +<<for $i to 0; $i < $vats.length; $i++>> + <<if $vats[$i] == 0>> + Vat #<<print $i + 1>> is currently empty. + <<else>> + Vat #<<print $i + 1>> is currently accelerating <<print $vats[$i].slaveName>>'s growth. She will be ready for release in $vats[$i].growth weeks. + <<if $incubatorWeightSetting == 3>> + Her weight is not being properly managed, saving costs but likely causing excessive weight gain. + <<elseif $incubatorWeightSetting == 2>> + Her weight is being carefully managed; she will be released at a healthy weight. + <<elseif $incubatorWeightSetting == 1>> + Weight management systems are offline; she will likely be malnourished. + <</if>> + <</if>> +<</for>> <br><br>Rename $incubatorName: <<textbox "$incubatorName" $incubatorName "Incubator">> //Use a noun or similar short phrase// <</nobr>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 91f2c70a826d8e31fdb7a90f7d503c11dabd4186..16e295d25944c3dc62e3cf891da987e39506e64e 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -167,7 +167,7 @@ Your fucktoys have to eat, sleep, and look after themselves, just like anyone, s <br><br> You're at your desk as she arrives; her predecessor passes her on the way out. $activeSlave.slaveName pauses for a moment in the doorway, and then decides to give you a show. She spreads her legs until her <<if $activeSlave.shoes is "heels">>heels click against<<elseif $activeSlave.shoes is "extreme heels">>ridiculous heels click against<<elseif $activeSlave.shoes is "flats">>flats come up against<<else>>bare feet come up against<</if>> the doorframe to either side of her. She reaches out to press her palms against the doorframe to either side of her body, and runs them slowly up the frame, gradually stretching out her <<if $activeSlave.height >= 170>>tall<<elseif $activeSlave.height < 160>>short<</if>> <<if $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight < -10>>thin<<else>>trim<</if>> <<if $activeSlave.preg > 30>>heavily pregnant <<elseif $activeSlave.preg > 20>>pregnant <<elseif $activeSlave.preg > 10>>slightly pregnant <</if>> form. She's good at this, so you let her continue; <<if $activeSlave.clothes != "none">>her clothes rapidly form a pile at her feet<<else>>she's already naked<</if>>. She begins to buck and bend, making sure to show you that she's <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>limp and submissive for her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>><<elseif $activeSlave.dick > 0>>rock hard at the prospect of getting fucked by her<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>><<elseif $activeSlave.clit > 0>>so horny for her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> she's got a stiffly prominent clit<<elseif $activeSlave.labia > 1>>so horny for her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> her dangling petals are swollen and moist<<else>>wet for her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>><</if>>. <br><br> -Finally, she pulls herself over to one side of the doorframe, clasping it like a lover.<<if $activeSlave.preg > 20>> After leaning forward to accommodate her gravid body.<</if>> <<if ($activeSlave.boobs > 2000)>>She nestles it between her enormous tits, forcing them apart,<<elseif ($activeSlave.boobs > 800)>>She presses her big breasts against it laviciously, letting them pop around it one by one,<<else>>She rubs her chest against it, up and down,<</if>> and licks her <<if ($activeSlave.lips > 70)>>ridiculous lips<<elseif ($activeSlave.lips > 40)>>lewd lips<<else>>lips<</if>> until they're so wet they leave a strand of saliva between her mouth and the frame. She then gives up all pretense<<if $activeSlave.preg > 20>>, shifts her bulk back,<</if>> and begins to openly grind herself against the doorframe, her <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>limp dick dribbling precum down it.<<elseif $activeSlave.dick > 0>>erection leaving precum all along it.<<else>>pussy leaving moisture as she humps it.<</if>> She's certainly taking the colloquial term //fucked by the arcology// literally. +Finally, she pulls herself over to one side of the doorframe, clasping it like a lover.<<if $activeSlave.preg > 20>> After leaning forward to accommodate her gravid body.<</if>> <<if ($activeSlave.boobs > 2000)>>She nestles it between her enormous tits, forcing them apart,<<elseif ($activeSlave.boobs > 800)>>She presses her big breasts against it lasciviously, letting them pop around it one by one,<<else>>She rubs her chest against it, up and down,<</if>> and licks her <<if ($activeSlave.lips > 70)>>ridiculous lips<<elseif ($activeSlave.lips > 40)>>lewd lips<<else>>lips<</if>> until they're so wet they leave a strand of saliva between her mouth and the frame. She then gives up all pretense<<if $activeSlave.preg > 20>>, shifts her bulk back,<</if>> and begins to openly grind herself against the doorframe, her <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>limp dick dribbling precum down it.<<elseif $activeSlave.dick > 0>>erection leaving precum all along it.<<else>>pussy leaving moisture as she humps it.<</if>> She's certainly taking the colloquial term //fucked by the arcology// literally. <br><br> As if the invitation wasn't already blindingly clear, she reaches a hand down without pausing her doorframe rape to <<if $activeSlave.butt > 5>>heft and massage a massive buttock<<elseif $activeSlave.butt > 2>>massage her plush butt<<else>>massage her trim butt<</if>>. She pulls the buttock closest to you aside, giving you a clear view of her <<if $activeSlave.anus > 2>>lewd anal slit<<elseif $activeSlave.anus > 1>>loose asshole<<else>>tight anus<</if>>. She clenches it and relaxes it, clenches it and relaxes it, winking her butthole at her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> like a good anal slave. @@ -1169,7 +1169,7 @@ She trusts you, so she approaches you as sensually as she can manage and asks fo <<else>> "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, may you please, please help me cum?" she begs submissively. "It's nice if I can use both hands on it to, um, manage things." <</if>> -She's referring to the volume issue with her unnaturally massive dick. The thing is so huge and so soft that <<if $activeSlave.balls < 3>>one of her (by comparison) pathetically weak ejaculations<<elseif $activeSlave.balls < 6>>one of her comparitively normal ejaculations<<else>>a single one of even her copious ejactulations<</if>> often fails to make it all the way to the tip of her cock, making it only partway down her urethra without help. +She's referring to the volume issue with her unnaturally massive dick. The thing is so huge and so soft that <<if $activeSlave.balls < 3>>one of her (by comparison) pathetically weak ejaculations<<elseif $activeSlave.balls < 6>>one of her comparatively normal ejaculations<<else>>a single one of even her copious ejaculations<</if>> often fails to make it all the way to the tip of her cock, making it only partway down her urethra without help. <<case "fucktoy tribbing">> @@ -2009,7 +2009,7 @@ She's extremely pleased <<if canSee($activeSlave) is true>>to see herself<<else> <<elseif ($activeSlave.fetish is "masochist")>> and, applying a bit of reverse psychology, begins to beg him not to spank her helpless behind. <</if>> - You detail another slave to fetch her after the public loses interest. A couple of hours later, you catch sight of her limping towards the showers, thoroughly dishivelled. Her $activeSlave.skin face and chest are spattered with cum, she's got <<if $activeSlave.dick > 0>>her own ejaculate<<else>>pussyjuice<</if>> all over her thighs, and her well-fucked butthole is dripping semen. She's certainly worked hard @@color:green;improving your reputation.@@ + You detail another slave to fetch her after the public loses interest. A couple of hours later, you catch sight of her limping towards the showers, thoroughly disheveled. Her $activeSlave.skin face and chest are spattered with cum, she's got <<if $activeSlave.dick > 0>>her own ejaculate<<else>>pussyjuice<</if>> all over her thighs, and her well-fucked butthole is dripping semen. She's certainly worked hard @@color:green;improving your reputation.@@ <<set $rep += 250>> <<set $activeSlave.mammaryCount += 10>> <<set $mammaryTotal += 10>> @@ -2222,7 +2222,7 @@ She's surprised but not displeased to find you standing over her the next night <br><br> You then conduct a more thorough inspection, from the top of her $activeSlave.hColor-haired head on down. She complies submissively, obviously expecting to be abused at any moment. She obediently <<if ($activeSlave.boobs > 1000)>>lifts each of her massive breasts one by one to display each of them from all angles.<<elseif $activeSlave.preg > 20>> allows you to do as you will to her gravid stomach.<<else>>opens her mouth and sticks out her tongue on command.<</if>> She even obeys an instruction to <<if ($activeSlave.dick > 1)>>take herself by the dickhead and pull her member flat up against her abdomen.<<elseif ($activeSlave.dick > 0)>>take her little dickhead between a thumb and forefinger and hold herself out straight to reveal how tiny she really is.<<elseif ($activeSlave.clit > 1)>>push back her hood to reveal all of her enormous clit.<<elseif ($activeSlave.labia > 1)>>spread her meaty labia to reveal her cunt.<<else>>spread her pussylips to show off her cunt.<</if>> <br><br> -Finally the inspection reaches her backdoor, so you tell her to turn around, bend over, and pull her buttocks apart as wide as she can. She tenses in fear, obviously expecting anal rape, but after a moment of hestitation, she obeys. She turns, <<if $activeSlave.preg > 30>>carefully bends<<else>>bends<</if>>, and <<if ($activeSlave.butt > 5)>>grabs a handful of buttcheek in both hands, trembling as she spreads her ass to reveal<<elseif ($activeSlave.butt > 2)>>harshly pulls her own buttcheeks apart, clearly hoping that if she treats herself this way, you won't. She reveals<<else>>even though her trim ass has already revealed everything, uses her hands to spread herself even wider to show off<</if>> her <<if ($activeSlave.anus > 2)>>poor, overused asshole, which despite her terror is still gaping a little.<<elseif ($activeSlave.anus > 1)>>her asshole, which is clenched tight in terror.<<else>>invitingly tight asshole, which is clenched hard in terror.<</if>> Maintaining your neutral tone, you ask her how she feels about anal sex. +Finally the inspection reaches her backdoor, so you tell her to turn around, bend over, and pull her buttocks apart as wide as she can. She tenses in fear, obviously expecting anal rape, but after a moment of hesitation, she obeys. She turns, <<if $activeSlave.preg > 30>>carefully bends<<else>>bends<</if>>, and <<if ($activeSlave.butt > 5)>>grabs a handful of buttcheek in both hands, trembling as she spreads her ass to reveal<<elseif ($activeSlave.butt > 2)>>harshly pulls her own buttcheeks apart, clearly hoping that if she treats herself this way, you won't. She reveals<<else>>even though her trim ass has already revealed everything, uses her hands to spread herself even wider to show off<</if>> her <<if ($activeSlave.anus > 2)>>poor, overused asshole, which despite her terror is still gaping a little.<<elseif ($activeSlave.anus > 1)>>her asshole, which is clenched tight in terror.<<else>>invitingly tight asshole, which is clenched hard in terror.<</if>> Maintaining your neutral tone, you ask her how she feels about anal sex. <<if ($activeSlave.anus == 0)>> <<if SlaveStatsChecker.checkForLisp($activeSlave) is true>> "It's thcary, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>M-mathter<<else>>M-mithtreth<</if>>. I'm afraid it'll h-hurt," she lisps haltingly. @@ -2313,7 +2313,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre <br><<click "Hold her hand">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You nod without taking your eyes off the blazing horizon. Her <<if $activeSlave.height >= 185>>hand is almost as large as yours<<elseif $activeSlave.height >= 170>>hand fits into yours<<elseif $activeSlave.height >= 160>>small hand fits comfortably into yours<<elseif $activeSlave.height >= 150>>petite hand slides into yours<<else>>tiny hand nestles into yours<</if>>, and <<if $activeSlave.muscles > 30>>her grip is extremely powerful<<elseif $activeSlave.muscles > 5>>her grip suprisingly strong<<else>>her grip is soft and feminine<</if>>. Through her hand you feel her give a little shiver and relax. It's not difficult to sense her emotions as the two of you stand there gazing at the rising sun: she's reassessing who she is in light of her @@color:hotpink;growing devotion@@ to you, drawing emotional strength from the strong grip that gently encircles her hand. + You nod without taking your eyes off the blazing horizon. Her <<if $activeSlave.height >= 185>>hand is almost as large as yours<<elseif $activeSlave.height >= 170>>hand fits into yours<<elseif $activeSlave.height >= 160>>small hand fits comfortably into yours<<elseif $activeSlave.height >= 150>>petite hand slides into yours<<else>>tiny hand nestles into yours<</if>>, and <<if $activeSlave.muscles > 30>>her grip is extremely powerful<<elseif $activeSlave.muscles > 5>>her grip surprisingly strong<<else>>her grip is soft and feminine<</if>>. Through her hand you feel her give a little shiver and relax. It's not difficult to sense her emotions as the two of you stand there gazing at the rising sun: she's reassessing who she is in light of her @@color:hotpink;growing devotion@@ to you, drawing emotional strength from the strong grip that gently encircles her hand. <<set $activeSlave.devotion += 4>> <</replace>> <</click>> @@ -2338,7 +2338,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre <br><<click "Tour her holes">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - The polite thing to do would be to instruct $assistantName to retract a dildo before replacing it with <<if $PC.dick == 0>>a strap-on<<else>>your dick<</if>>. You are not, however, feeling particularly polite. $activeSlave.slaveName writhes in anguish when she feels an additonal phallus forcing its way past her lips. She tries to relax but loses control and spasms; the throat fucking continues unmercifully and in short order she is gagging desperately. Each of her holes receives the same treatment in turn; all she manages to do in response is writhe here and there, and squeal incoherently whenever her mouth isn't totally full. She has become @@color:hotpink;more submissive to you.@@ + The polite thing to do would be to instruct $assistantName to retract a dildo before replacing it with <<if $PC.dick == 0>>a strap-on<<else>>your dick<</if>>. You are not, however, feeling particularly polite. $activeSlave.slaveName writhes in anguish when she feels an additional phallus forcing its way past her lips. She tries to relax but loses control and spasms; the throat fucking continues unmercifully and in short order she is gagging desperately. Each of her holes receives the same treatment in turn; all she manages to do in response is writhe here and there, and squeal incoherently whenever her mouth isn't totally full. She has become @@color:hotpink;more submissive to you.@@ <<BothVCheck>> <<set $activeSlave.devotion += 4>> <<if $activeSlave.vagina == 1>> @@ -2416,7 +2416,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre <br><<click "Pound that ass">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You choose your moment carefully, waiting until <<if canSee($activeSlave) is true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambiant sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her butt to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the discomfort of standing anal penetration, <<if $activeSlave.anus > 2>>though it's nothing new to her<<elseif $activeSlave.anus > 1>>veteran asshole notwithstanding<<else>>worsened by her tight little sphincter<</if>>. You ravage her ass hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) and ((($activeSlave.balls == 0) or ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<else>>humping her pussy against it<</if>> for stimulation. Her asshole eventually spasms in orgasm, but it's spasmed so frequently during the rough sodomy that you don't realize the slut came to having her asshole savaged until <<if $activeSlave.dick > 0>>you notice the ejaculate running down her leg<<else>>an aftershock almost makes her legs give out<</if>>. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@color:hotpink;obediently,@@ though you do notice she sits to one side to take a bit of weight off her poor rear. + You choose your moment carefully, waiting until <<if canSee($activeSlave) is true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambient sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her butt to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the discomfort of standing anal penetration, <<if $activeSlave.anus > 2>>though it's nothing new to her<<elseif $activeSlave.anus > 1>>veteran asshole notwithstanding<<else>>worsened by her tight little sphincter<</if>>. You ravage her ass hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) and ((($activeSlave.balls == 0) or ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<else>>humping her pussy against it<</if>> for stimulation. Her asshole eventually spasms in orgasm, but it's spasmed so frequently during the rough sodomy that you don't realize the slut came to having her asshole savaged until <<if $activeSlave.dick > 0>>you notice the ejaculate running down her leg<<else>>an aftershock almost makes her legs give out<</if>>. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@color:hotpink;obediently,@@ though you do notice she sits to one side to take a bit of weight off her poor rear. <<set $activeSlave.devotion += 4>> <<set $activeSlave.analCount += 1>> <<set $analTotal += 1>> @@ -2427,7 +2427,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre <br><<click "Pound that pussy">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You choose your moment carefully, waiting until <<if canSee($activeSlave) is true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambiant sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her hips to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the pleasure of standing vaginal penetration, <<if $activeSlave.vagina > 2>>though it's nothing new to her<<elseif $activeSlave.vagina > 1>>veteran pussy notwithstanding<<else>>inserting slowly into her still-tight pussy<</if>>. You pump her hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) and ((($activeSlave.balls == 0) or ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<else>>humping her abdoment against it<</if>>. She eventually shudders and spasms in orgasm, <<if $activeSlave.dick > 0>>the ejaculate running down her leg<<else>>her legs almost give out<</if>> making obvious her pleasure in getting her pussy fucked by you. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@color:hotpink;obediently.@@ + You choose your moment carefully, waiting until <<if canSee($activeSlave) is true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambient sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her hips to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the pleasure of standing vaginal penetration, <<if $activeSlave.vagina > 2>>though it's nothing new to her<<elseif $activeSlave.vagina > 1>>veteran pussy notwithstanding<<else>>inserting slowly into her still-tight pussy<</if>>. You pump her hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) and ((($activeSlave.balls == 0) or ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<else>>humping her abdomen against it<</if>>. She eventually shudders and spasms in orgasm, <<if $activeSlave.dick > 0>>the ejaculate running down her leg<<else>>her legs almost give out<</if>> making obvious her pleasure in getting her pussy fucked by you. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@color:hotpink;obediently.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.vaginalCount += 1>> <<set $vaginalTotal += 1>> @@ -5385,7 +5385,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> her poor anal ring tightening. <</if>> - The crowd that surrounds you during this noisy spectactle @@color:green;is suitably impressed.@@ + The crowd that surrounds you during this noisy spectacle @@color:green;is suitably impressed.@@ <<set $rep += 250>> <<BothVCheck>> <</replace>> @@ -5624,7 +5624,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<click "Get the truth out of her">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You ask her why she's really here, with devastating directness and in a tone that will brook no disobedience. She quails, her shoulders slumping as she <<if $activeSlave.preg> 15>>hugs her pregnancy<<else>>hugs herself<</if>> and her knees turning inward as she cringes, the perfect picture of the standard human fear response. It seems she thought you would't notice her insincerity. She swallows nervously and makes no response, but then you <<if canSee($activeSlave)>>allow impatience to cloud your brow<<else>>cough with impatience<</if>> and she hurriedly explains herself. + You ask her why she's really here, with devastating directness and in a tone that will brook no disobedience. She quails, her shoulders slumping as she <<if $activeSlave.preg> 15>>hugs her pregnancy<<else>>hugs herself<</if>> and her knees turning inward as she cringes, the perfect picture of the standard human fear response. It seems she thought you wouldn't notice her insincerity. She swallows nervously and makes no response, but then you <<if canSee($activeSlave)>>allow impatience to cloud your brow<<else>>cough with impatience<</if>> and she hurriedly explains herself. <<if canTalk($activeSlave) == false>> She uses sign language to communicate that she asked the other slaves what she could do to improve her life, and that they told her to do her best to win your favor. She asked them how to do that, and they told her to ask you to fuck her. <<elseif SlaveStatsChecker.checkForLisp($activeSlave)>> @@ -6949,7 +6949,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<replace "#result">> You scoop her up into a bridal carry. She <<if $activeSlave.voice == 0>>gasps, since she can't squeal<<else>>squeals cutely<</if>>, holding on for dear life, and keeps her face nestled against her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. <<if $activeSlave.boobs > 8000>>Her boobs add tremendously to her weight, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.height > 180>>She's a big girl, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.weight > 30>>She's a chubby girl, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.preg > 20>>She's heavily pregnant, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.height > 160>>She's no little girl, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her.<<elseif $activeSlave.weight > 10>>She's got a deliciously plush body, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her.<<else>>You could carry the little slave like this as long as you like.<</if>> - Knowing that she'll need to get dressed before the next part of her day, you carry her to <<if $activeSlave.livingrules == "luxurious">>her room<<else>>the part of the common area with where clothes are kept<</if>>. She remains perfectly limp, letting herself be carried without a word. When you set her on her feet, there's a little unaccountable moisture in her $activeSlave.eyeColor eyes @@color:mediumaquamarine;for some reason.@@ She gives you a kiss and thanks you prettily. + Knowing that she'll need to get dressed before the next part of her day, you carry her to <<if $activeSlave.livingRules == "luxurious">>her room<<else>>the part of the common area with where clothes are kept<</if>>. She remains perfectly limp, letting herself be carried without a word. When you set her on her feet, there's a little unaccountable moisture in her $activeSlave.eyeColor eyes @@color:mediumaquamarine;for some reason.@@ She gives you a kiss and thanks you prettily. <<set $activeSlave.trust += 4>> <</replace>> <</click>> @@ -7027,7 +7027,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<replace "#result">> She doesn't <<if canSee($activeSlave)>>see<<else>>notice<</if>> you advance on her; she's facing away from you, and in any case, she's lost in her own little world. At the same moment, however, she begins to hear the track she's humming, in perfect synchrony with the way she's humming it, and senses a presence at her side. You timed it perfectly, directing the sound system here to play the right track, match it to her, and fade it in as you approached and began to dance beside her. <<if $PC.boobs == 1>>You've got a woman's body, and you match her moves, though an observer might see greater power and dominance in the way you dance.<<else>>You make your moves the masculine companion to hers, moving like a paragon of frank male sexuality.<</if>> <br><br> - There's a momentary flaw in her rhythm, a catch in her breath as she realizes what you're doing, but she gets right back into it, displaying her pleasure with nothing more than a ghost of a smile and a <<if canSee($activeSlave)>>widening of her eyes as she looks you up and down<<else>>slight perk ofher ears as she tracks your motion<</if>>. She doesn't shove herself against you; that would be coarse. Instead she dances alluringly, just out of your grasp. Taking the dominant role, you encircle her in your arms and draw her in close, her heat perceptible against your skin before the very first graze of her $activeSlave.skin body against yours. She continues to dance gorgeously as she helps you out of your clothes. + There's a momentary flaw in her rhythm, a catch in her breath as she realizes what you're doing, but she gets right back into it, displaying her pleasure with nothing more than a ghost of a smile and a <<if canSee($activeSlave)>>widening of her eyes as she looks you up and down<<else>>slight perk of her ears as she tracks your motion<</if>>. She doesn't shove herself against you; that would be coarse. Instead she dances alluringly, just out of your grasp. Taking the dominant role, you encircle her in your arms and draw her in close, her heat perceptible against your skin before the very first graze of her $activeSlave.skin body against yours. She continues to dance gorgeously as she helps you out of your clothes. <br><br> When you're nude, she turns her back to you and starts to grind, letting you feel her <<if $activeSlave.muscles > 30>>muscled<<elseif $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight < -10>>thin<<else>>soft<</if>> body all up and down your front. Feeling your <<if $PC.dick == 0>>building heat, she begins to incorporate gentle caresses of your womanhood<<else>>erection brushing against her, she begins to corral it between her buttocks and thighs<</if>>, and you return the favor by teasing her nipples<<if $activeSlave.vagina >= 0>>, pussylips, clit,<</if>> and even her ass. You orgasm one after the other, and as the music fades, she @@color:hotpink;throws her arms around you.@@ <<set $activeSlave.devotion += 4>> diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index f4fd8faa7558a128183f266fbba0b96d8f2b52a9..64bbb409c881b0ef92c3a2d3ab89c0bcaa8fdb51 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -1,5 +1,5 @@ :: RETS [nobr] - + <<if $activeSlave == 0>> <<set $activeSlave to $eventSlave>> <<if $cheatMode == 1>> @@ -175,7 +175,7 @@ $activeSlave.slaveName "Um, can I try some?" <</if>> <br><br> -$activeSlave.slaveName smiles and murmurs, "Mm hm." There is a distinct <<if canSee($activeSlave)>>glint in her eye<<else>>look on her face<</if>>. She's got a healthy libido, to put it mildly. Like all slaves, $subSlave.slaveName sleeps nude and hasn't gotten dressed yet, and $activeSlave.slaveName has +$activeSlave.slaveName smiles and murmurs, "Mm hm." There is a distinct <<if canSee($activeSlave)>>glint in her eye<<else>>look on her face<</if>>. She's got a healthy libido, to put it mildly. Like all slaves, $subSlave.slaveName sleeps nude and hasn't gotten dressed yet, and $activeSlave.slaveName has <<if canSee($activeSlave)>> obviously noticed her <<if $subSlave.dick > 4>> @@ -462,7 +462,7 @@ $activeSlave.slaveName isn't fucking $subSlave.slaveName at all: she's just <<if <<set $subSlave.analCount += 1>> <<set $analTotal += 1>> -You look in on your slaves as a group of them heads for bed. $subSlave.slaveName finds <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> blocking the way to hers. Poor $subSlave.slaveName cringes at $activeSlave.slaveName's predatory expression, but the horny slave doesn't pounce at once. Instead, she starts to walk around $subSlave.slaveName, whose $subSlave.skin body is nude for bed, groping and prodding her as $subSlave.slaveName shivers with fear. Finally $activeSlave.slaveName sidles up behind $subSlave.slaveName<<if $activeSlave.preg > 20>>, until her bulging belly pushes into her back, before<</if>> snaking her arms around $subSlave.slaveName's <<if $subSlave.preg > 20>>pregant<<elseif ($subSlave.weight > 10)>>chubby<<elseif ($subSlave.muscles > 5)>>toned<<elseif ($subSlave.weight >= -10)>>trim<<else>>skinny<</if>> waist to cup her <<if ($subSlave.dick > 0)>>cock<<else>>pussy<</if>> possessively with one hand. $subSlave.slaveName closes her $subSlave.eyeColor eyes. +You look in on your slaves as a group of them heads for bed. $subSlave.slaveName finds <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> blocking the way to hers. Poor $subSlave.slaveName cringes at $activeSlave.slaveName's predatory expression, but the horny slave doesn't pounce at once. Instead, she starts to walk around $subSlave.slaveName, whose $subSlave.skin body is nude for bed, groping and prodding her as $subSlave.slaveName shivers with fear. Finally $activeSlave.slaveName sidles up behind $subSlave.slaveName<<if $activeSlave.preg > 20>>, until her bulging belly pushes into her back, before<</if>> snaking her arms around $subSlave.slaveName's <<if $subSlave.preg > 20>>pregnant<<elseif ($subSlave.weight > 10)>>chubby<<elseif ($subSlave.muscles > 5)>>toned<<elseif ($subSlave.weight >= -10)>>trim<<else>>skinny<</if>> waist to cup her <<if ($subSlave.dick > 0)>>cock<<else>>pussy<</if>> possessively with one hand. $subSlave.slaveName closes her $subSlave.eyeColor eyes. <br><br> $activeSlave.slaveName chuckles into $subSlave.slaveName's ear, crooning, <<if SlaveStatsChecker.checkForLisp($activeSlave)>> @@ -1289,7 +1289,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa <<replace "#result">> $RERelationshipSlave.slaveName is out of it, and doesn't realize you're there. The first indication she gets of your presence is the <<if $PC.dick == 1>>head of your penis<<else>>tip of your strap-on<</if>> <<if $RERelationshipSlave.anus > 2>>sliding easily inside her soft butthole<<elseif $RERelationshipSlave.anus > 1>>pushing firmly up her relaxed anus<<else>>penetrating her tight little asshole<</if>>. She groans, but greets you properly, slurring a little from sheer fatigue and overstimulation. Nevertheless, she reaches clumsily around to spread her cheeks for you. As you begin to fuck her butt, your invading <<if $PC.dick == 1>>cock<<else>>phallus<</if>> <<if canAchieveErection($RERelationshipSlave)>>presses against her prostate, forcing her hard again<<else>>and thrusting hips get her moving again, too<</if>>. Beneath her, $activeSlave.slaveName shifts uncomfortably at the resumed sex and the extra weight. To relieve her, you haul her <<if $activeSlave.relationship > 4>>wife<<else>>lover<</if>> into a more upright position so she can fuck and be fucked while straddling $activeSlave.slaveName's pressed-together thighs. You fuck $RERelationshipSlave.slaveName just as hard as she was fucking $activeSlave.slaveName, taking your pleasure from her without mercy. Despite this, the sexed-out slave orgasms again. <<if ($PC.dick == 1) && (canAchieveErection($RERelationshipSlave))>>Deciding to really fill $activeSlave.slaveName, you shove $RERelationshipSlave.slaveName's quivering body off to one side without ceremony, shove yourself inside the $desc on the bottom, and add your cum to the two loads already inside her.<<else>>You climax yourself, and then stand.<</if>> - Pleased, you head off to find more amusement, leaving the sex-stained slaves dozing in each other's arms, @@color:hotpink;not thinking for a moment@@ about how profoundly sexual pleasure dominates their lives. + Pleased, you head off to find more amusement, leaving the sex-stained slaves dozing in each other's arms, @@color:hotpink;not thinking for a moment@@ about how profoundly sexual pleasure dominates their lives. <<SimpleVCheck>> <<set $activeSlave.devotion += 4>> <<for $i to 0; $i < $slaves.length; $i++>> @@ -1343,7 +1343,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa pushing the vanilla girl's back against the wall and kissing her lovingly. <<SimpleVCheck>> <</switch>> - As $activeSlave.slaveName orgasms in your arms, you feel $RERelationshipSlave.slaveName hug your thighs lightly before starting to <<if $PC.dick == 1>>blow you<<else>>lick your pussy<</if>> herself. Afterward, you bring the tired pair back to their bed and get them tucked in. They @@color:mediumaquamarine;find the gesture comforting,@@ and are asleep in an instant. + As $activeSlave.slaveName orgasms in your arms, you feel $RERelationshipSlave.slaveName hug your thighs lightly before starting to <<if $PC.dick == 1>>blow you<<else>>lick your pussy<</if>> herself. Afterward, you bring the tired pair back to their bed and get them tucked in. They @@color:mediumaquamarine;find the gesture comforting,@@ and are asleep in an instant. <<SimpleVCheck>> <<set $activeSlave.trust += 4>> <<for $i to 0; $i < $slaves.length; $i++>> diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw index 0568c25be91634617ac6d648f6ba3f1b92e4671b..7dd4d4f0fcbae1c9ccd500a139f2c5cdda16179d 100644 --- a/src/uncategorized/corporationDevelopments.tw +++ b/src/uncategorized/corporationDevelopments.tw @@ -786,7 +786,7 @@ Drug asset prices are <</if>> <<if $trainingAssets >= 10000>> <<if $trainingUpgradeSexEd == "unselected">> - <br>The corporation has enough training expertise to specialize. Train slaves' sexual knowlege to + <br>The corporation has enough training expertise to specialize. Train slaves' sexual knowledge to <<click "Competence">><<set $trainingUpgradeSexEd = "competence">><<replace "#direction">><br><<print "You directed the corporation to ensure slaves know basic sexual skills.">><</replace>><</click>> | <<click "Highly Skilled">><<set $trainingUpgradeSexEd = "highly skilled">><<replace "#direction">><br><<print "You directed the corporation to ensure slaves are sexually proficient.">><</replace>><</click>> | <<click "No training">><<set $trainingUpgradeSexEd = "none">><<replace "#direction">><br><<print "You directed the corporation to focus on getting slaves trained rather than skilled.">><</replace>><</click>> @@ -845,4 +845,4 @@ Drug asset prices are <</if>> <</if>> -</span> \ No newline at end of file +</span> diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index b7d136d3e23b99d47f859de1da0b4126b37ebdb8..86a68dec69d24218c7ee8f85deb19034f3ecfb3c 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -1,5 +1,5 @@ :: Dairy - + <<nobr>> <<set $nextButton to "Back to Main", $nextLink to "Main", $returnTo to "Dairy", $showEncyclopedia to 1, $encyclopedia to "Slave Dairy">> DairyRestraintsSetting($dairyRestraintsSetting) @@ -389,7 +389,7 @@ $dairyNameCaps <br> <<if $arcologies[0].FSSlimnessEnthusiast > 80>> <<if $dairySlimMaintainUpgrade == 1>> - Thanks to advances precipitated by the arcology's commitment to the fashion of slimmer slaves, $dairyName has been uptdated with optimized milkers for small breasts, and a customized drug regimen to extract maximum output while maintaining small breast sizes. + Thanks to advances precipitated by the arcology's commitment to the fashion of slimmer slaves, $dairyName has been updated with optimized milkers for small breasts, and a customized drug regimen to extract maximum output while maintaining small breast sizes. <<if $dairySlimMaintain == 1>> $dairyNameCaps is currently set to limit the breast growth of slimmer slaves while maximizing their milk output. [[Return to Normal Operation|Dairy][$dairySlimMaintain to 0]] //NOTE: This may allow the automatic administration of lactation inducing drugs// <<else>> diff --git a/src/uncategorized/defaultRules.tw b/src/uncategorized/defaultRules.tw index 8e8cdb15b0f4715e0e0d250d22e1c68c1ac21393..ff64f835266dc86b87de928af12d7a3c484d4565 100644 --- a/src/uncategorized/defaultRules.tw +++ b/src/uncategorized/defaultRules.tw @@ -855,57 +855,29 @@ is now _currentRule.hLength cm long. <</if>> <<if (_currentRule.dietCum isnot "no default setting")>> - <<if (_currentRule.dietCum is 2)>> - <<if ($activeSlave.dietCum != 2)>> - <<set $activeSlave.dietCum to 2>> - <<set $activeSlave.dietMilk to 0>> - <br>$activeSlave.slaveName has been put on heavily cum based diet. - <</if>> - <<elseif ((_currentRule.dietCum is 1) && (_currentRule.dietMilk is 0))>> - <<if ($activeSlave.dietCum != 1)>> - <<set $activeSlave.dietCum to 1>> - <<set $activeSlave.dietMilk to 0>> - <br>$activeSlave.slaveName has been put on a diet that includes cum. - <<elseif ($activeSlave.dietMilk != 0)>> - <<set $activeSlave.dietCum to 1>> - <<set $activeSlave.dietMilk to 0>> - <br>$activeSlave.slaveName has been put on a diet that includes cum. - <</if>> - <<elseif ((_currentRule.dietCum is 1) && (_currentRule.dietMilk is 1))>> - <<if ($activeSlave.dietCum != 1)>> - <<set $activeSlave.dietCum to 1>> - <<set $activeSlave.dietMilk to 1>> - <br>$activeSlave.slaveName has been put on a diet includes cum and human milk. - <<elseif ($activeSlave.dietMilk != 1)>> - <<set $activeSlave.dietCum to 1>> - <<set $activeSlave.dietMilk to 1>> - <br>$activeSlave.slaveName has been put on a diet includes cum and human milk. - <</if>> - <<elseif ((_currentRule.dietCum is 0) && (_currentRule.dietMilk is 0))>> - <<if ($activeSlave.dietCum != 0)>> - <<set $activeSlave.dietCum to 0>> - <<set $activeslave.dietMilk to 0>> - <br>$activeSlave.slaveName has been put on a diet that does not include cum or human milk. - <<elseif ($activeSlave.dietMilk != 0)>> - <<set $activeSlave.dietCum to 0>> - <<set $activeslave.dietMilk to 0>> - <br>$activeSlave.slaveName has been put on a diet that does not include cum or human milk. - <</if>> - <<elseif ((_currentRule.dietCum is 0) && (_currentRule.dietMilk is 1))>> - <<if ($activeSlave.dietCum != 0)>> - <<set $activeSlave.dietCum to 0>> - <<set $activeslave.dietMilk to 1>> - <br>$activeSlave.slaveName has been put on a diet that includes human milk. - <<elseif ($activeSlave.dietMilk != 1)>> - <<set $activeSlave.dietCum to 0>> - <<set $activeslave.dietMilk to 1>> - <br>$activeSlave.slaveName has been put on a diet that includes human milk. + <<if $activeSlave.dietCum != _currentRule.dietCum>> + <<set $activeSlave.dietCum = _currentRule.dietCum>> + <<if $activeSlave.dietCum == 2>> + <br>$activeSlave.slaveName has been put on a diet based on cum. + <<set $activeSlave.dietMilk = 0>> + <<elseif $activeSlave.dietCum == 1>> + <br>$activeSlave.slaveName has had cum added to her diet. + <<else>> + <br>$activeSlave.slaveName has had cum removed from her diet. <</if>> - <<elseif (_currentRule.dietMilk is 2)>> - <<if ($activeSlave.dietMilk != 2)>> - <<set $activeSlave.dietCum to 0>> - <<set $activeslave.dietMilk to 2>> - <br>$activeSlave.slaveName has been put on a diet heavily based on human milk. + <</if>> +<</if>> + +<<if (_currentRule.dietMilk isnot "no default setting")>> + <<if $activeSlave.dietMilk != _currentRule.dietMilk>> + <<set $activeSlave.dietMilk = _currentRule.dietMilk>> + <<if $activeSlave.dietMilk == 2>> + <br>$activeSlave.slaveName has been put on a diet based on human milk. + <<set $activeSlave.dietCum = 0>> + <<elseif $activeSlave.dietMilk == 1>> + <br>$activeSlave.slaveName has had human milk added to her diet. + <<else>> + <br>$activeSlave.slaveName has had human milk removed from her diet. <</if>> <</if>> <</if>> diff --git a/src/uncategorized/fullReport.tw b/src/uncategorized/fullReport.tw index bd1e5a4cc70e12bfeaf625056988837e0ab4afaf..4ffa8ec6504687e7731cc5c1a1242b9fc0d17b52 100644 --- a/src/uncategorized/fullReport.tw +++ b/src/uncategorized/fullReport.tw @@ -1,5 +1,5 @@ :: Full Report [nobr] - + <<if $seeImages == 1>><<SlaveImage $slaves[$i] 2 1>><</if>> <<SlavePronouns $slaves[$i]>> @@ -39,8 +39,7 @@ <<case "recruit girls">> <<display "SA recruit girls">> <<default>> - <<set $slaves[$i].assignment to "rest">> - <<set $slaves[$i].assignmentVisible to 1>> + <<set $slaves[$i].assignment to "rest", $slaves[$i].assignmentVisible to 1>> <<display "SA rest">> <</switch>> <<if $servantMilkers == 1>> @@ -111,67 +110,56 @@ <</if>> <<if ($HGEnergy > 0)>> -<<if $activeSlave.fuckdoll == 0>> +<<if $slaves[$i].fuckdoll == 0>> <<if ($slaves[$i].fetish != "mindbroken")>> <<if ($personalAttention != $slaves[$i].ID)>> <<if ($slaves[$i].assignment != "guard you")>> <<if ($HeadGirl.assignment is "be your Head Girl")>> <<if $HeadGirl.ID != $slaves[$i].ID>> <<if ($headGirlTrainsHealth != 0) && ($slaves[$i].health < -20)>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "health">> + <<set $activeSlave to $slaves[$i], $HGtraining to "health">> <<display "HG Application">> <br> <<elseif (["cum addict", "anal addict", "attention whore", "breast growth", "abusive", "malicious", "self hating", "neglectful", "breeder"].contains($slaves[$i].sexualFlaw) is true) && ($headGirlTrainsParaphilias == 1)>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "flaw">> + <<set $activeSlave to $slaves[$i], $HGtraining to "flaw">> <<display "HG Application">> <br> <<elseif (["cum addict", "anal addict", "attention whore", "breast growth", "abusive", "malicious", "self hating", "neglectful", "breeder"].contains($slaves[$i].sexualFlaw) is false) && ($headGirlTrainsFlaws == 1) && (($slaves[$i].behavioralFlaw != "none") || ($slaves[$i].sexualFlaw != "none"))>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "flaw">> + <<set $activeSlave to $slaves[$i], $HGtraining to "flaw">> <<display "HG Application">> <br> <<elseif (["cum addict", "anal addict", "attention whore", "breast growth", "abusive", "malicious", "self hating", "neglectful", "breeder"].contains($slaves[$i].sexualFlaw) is false) && ($headGirlTrainsFlaws is 2) && ($slaves[$i].devotion > 20) && (($slaves[$i].behavioralFlaw != "none") || ($slaves[$i].sexualFlaw != "none"))>> <<if ((($slaves[$i].behavioralFlaw != "none") && ($slaves[$i].behavioralQuirk is "none")) || (($slaves[$i].sexualFlaw != "none") && ($slaves[$i].sexualQuirk is "none")))>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "soften">> + <<set $activeSlave to $slaves[$i], HGtraining to "soften">> <<display "HG Application">> <br> <<else>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "flaw">> + <<set $activeSlave to $slaves[$i], $HGtraining to "flaw">> <<display "HG Application">> <br> <</if>> <<elseif ($headGirlTrainsObedience != 0) && ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "obedience">> + <<set $activeSlave to $slaves[$i], $HGtraining to "obedience">> <<display "HG Application">> <br> <<elseif ($headGirlTrainsSkills != 0) && ($slaves[$i].oralSkill < $HeadGirl.oralSkill)>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "oral skill">> + <<set $activeSlave to $slaves[$i], $HGtraining to "oral skill">> <<display "HG Application">> <br> <<elseif ($headGirlTrainsSkills != 0) && ($slaves[$i].vaginalSkill < $HeadGirl.vaginalSkill) && ($slaves[$i].vagina > 0) && ($slaves[$i].clothes != "chastity")>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "fuck skill">> + <<set $activeSlave to $slaves[$i], $HGtraining to "fuck skill">> <<display "HG Application">> <br> <<elseif ($headGirlTrainsSkills != 0) && ($slaves[$i].analSkill < $HeadGirl.analSkill) && ($slaves[$i].anus > 0)>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "anal skill">> + <<set $activeSlave to $slaves[$i], $HGtraining to "anal skill">> <<display "HG Application">> <br> <<elseif ($headGirlTrainsSkills != 0) && ($slaves[$i].whoreSkill < $HeadGirl.whoreSkill)>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "whore skill">> + <<set $activeSlave to $slaves[$i], $HGtraining to "whore skill">> <<display "HG Application">> <br> <<elseif ($headGirlTrainsSkills != 0) && ($slaves[$i].entertainSkill < $HeadGirl.entertainSkill) && ($slaves[$i].amp != 1)>> - <<set $activeSlave to $slaves[$i]>> - <<set $HGtraining to "entertain skill">> + <<set $activeSlave to $slaves[$i], $HGtraining to "entertain skill">> <<display "HG Application">> <br> <</if>> diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index d4e4d11eccc21417f6243901bab4c89d4043edb8..228d50421f46636a345e41b83ae44a76aec04e6a 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -1,5 +1,5 @@ :: Generic Plot Events [nobr] - + /* GENERIC PLOT EVENTS */ <<set $nextButton to "Continue", $nextLink to "Random Nonindividual Event", $returnTo to "RIE Eligibility Check">> @@ -226,7 +226,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.behavioralFlaw to "devout">> <<set $activeSlave.sexualFlaw to "repressed">> <<set $activeSlave.sexualQuirk to "perverted">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -253,7 +253,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.pubicHStyle to "bushy">> <<set $activeSlave.behavioralFlaw to "devout">> <<set $activeSlave.sexualFlaw to "repressed">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -286,7 +286,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.fetish to "dom">> <<set $activeSlave.behavioralFlaw to either("arrogant", "bitchy", "hates men", "hates men", "liberated")>> <<set $activeSlave.sexualFlaw to "shamefast">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -312,7 +312,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.fetish to "buttslut">> <<set $activeSlave.behavioralFlaw to either("arrogant", "bitchy", "anorexic")>> <<set $activeSlave.sexualFlaw to either("shamefast", "idealistic", "hates anal")>> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -338,7 +338,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.boobs += 100*random(0,2)>> <<set $activeSlave.lactation to 1>> <<set $activeSlave.nipples to either("cute", "puffy", "partially inverted", "inverted")>> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -395,7 +395,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.fetishStrength to random(1,2)>> <<set $activeSlave.behavioralFlaw to either("arrogant", "bitchy", "hates women", "odd", "liberated")>> <<set $activeSlave.sexualFlaw to either("repressed", "shamefast")>> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -420,7 +420,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.fetish to "buttslut">> <<set $activeSlave.behavioralFlaw to either("bitchy", "odd", "anorexic", "devout")>> <<set $activeSlave.sexualFlaw to either("shamefast", "repressed", "apathetic")>> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -451,7 +451,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.entertainSkill = 15>> <<set $activeSlave.behavioralFlaw to either("arrogant", "bitchy", "anorexic", "liberated")>> <<set $activeSlave.sexualFlaw to either("shamefast", "idealistic", "hates anal", "hates oral", "apathetic")>> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -829,7 +829,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<set $activeSlave.fetish to "none">> <<set $activeSlave.behavioralFlaw to "bitchy">> <<set $activeSlave.sexualFlaw to "hates anal">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> @@ -872,7 +872,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your <<set $activeSlave.fetish to "none">> <<set $activeSlave.behavioralFlaw to "none">> <<set $activeSlave.behavioralFlaw to "odd">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $slaves.push($activeSlave)>> diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index be360a119a8e203a384f28343d8a049a6f1feb88..53fe97a94fb55c9c77459591e58644bd48733579 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -1250,7 +1250,7 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower <<if $activeSlave.fuckdoll == 0>> <<if $showBodyMods == 1>> <<if ($activeSlave.brand != 0)>> - <<if ($activeSlave.brandLocation is "neck") || ($activeSlave.brandLocation is "left cheek") || ($activeSlave.brandLocation is "right cheek") || ($activeSlave.brandLocation is "cheeks") || ($activeSlave.brandLocation is "left ears") || ($activeSlave.brandLocation is "right ears") || ($activeSlave.brandLocation is "earss")>> + <<if ($activeSlave.brandLocation is "neck") || ($activeSlave.brandLocation is "left cheek") || ($activeSlave.brandLocation is "right cheek") || ($activeSlave.brandLocation is "cheeks") || ($activeSlave.brandLocation is "left ears") || ($activeSlave.brandLocation is "right ears") || ($activeSlave.brandLocation is "ears")>> She has $activeSlave.brand branded into the flesh of her $activeSlave.brandLocation. <</if>> <</if>> diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw index 647af4aea9dba3dfa3ef82f74b72a07c4263cfbd..4da409605bed9cca49868454980fda779e5deb34 100644 --- a/src/uncategorized/matchmaking.tw +++ b/src/uncategorized/matchmaking.tw @@ -1,5 +1,5 @@ :: Matchmaking [nobr] - + <<set $nextButton to "Back", $nextLink to "Main">> <<if $subSlave == 0>> @@ -98,7 +98,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he <</if>> <span id="result2"> -<<click "Just redesignate her as your slave wife">> +<br><<click "Just redesignate her as your slave wife">> <<replace "#result2">> You order $assistantName to simply redesignate $eventSlave.slaveName as your slave wife. <<if $assistant == 0>> @@ -266,7 +266,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he <</replace>> <</click>> <<if $cash > 10000>> -Invite prominent citizens to a wedding (This will cost ¤10000): +<br>Invite prominent citizens to a wedding (This will cost ¤10000): <br> <<click "Straightforward ceremony">> <<replace "#result2">> 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. @@ -400,7 +400,7 @@ Being ordered into a relationship would be difficult for anyone, but they're so <<case "cumslut">> hungry oral fiends, <<case "humiliation">> - public sex aficionadoes, + public sex aficionados, <<case "buttslut">> shameless anal whores, <<case "boobs">> diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw index 6345fba6655fa1dc92d4b24cae69c52c30261448..e03869dd90d7806246fcdc872a70de88f2bafdd8 100644 --- a/src/uncategorized/personalAssistantAppearance.tw +++ b/src/uncategorized/personalAssistantAppearance.tw @@ -1,5 +1,5 @@ :: Personal Assistant Appearance [nobr] - + <<set $seed to random(1,8)>> <<if $assistantAppearance is "monstergirl">> She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>monstergirl with <<if $arcologies[0].FSSupremacist != "unset">><<if $arcologies[0].FSSupremacistRace is "black">><<print either("black", "brown", "light brown")>><<elseif $arcologies[0].FSSupremacistRace is "white">><<print either("pale", "tanned", "fair")>><<elseif $arcologies[0].FSSupremacistRace is "latina">><<print either("olive", "brown", "light brown")>><<elseif $arcologies[0].FSSupremacistRace is "indo-aryan" or $arcologies[0].FSSupremacistRace is "malay" or $arcologies[0].FSSupremacistRace is "pacific islander" or $arcologies[0].FSSupremacistRace is "amerindian">><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace is "asian">><<print either("pale", "dark", "light")>><<elseif $arcologies[0].FSSupremacistRace is "middle eastern" or $arcologies[0].FSSupremacistRace is "semitic" or $arcologies[0].FSSupremacistRace is "southern European">><<print either("pale", "dark", "light")>><</if>><<else>>pale<</if>> skin, perky breasts, green tentacles instead of hair, and two dicks. Her eyes are large, expressive, and surprisingly innocent. @@ -65,7 +65,7 @@ <<elseif $marketAssistantRelationship is "nonconsensual">> $assistantName is holding the poor girl down so she can take her from behind. As you watch, $assistantName extracts her cock from the market assistant's avatar's cunt and stuffs it up her ass, alongside her other dick, eliciting some terrified begging and then tired sobbing. <<elseif $marketAssistantRelationship is "incestuous">> - They're fucking openly, with the market assistant's avatar bouncing greedily on top of her monstrous sibling. She's clearly enjoing the feeling of her sister's cocks buried in her holes. + They're fucking openly, with the market assistant's avatar bouncing greedily on top of her monstrous sibling. She's clearly enjoying the feeling of her sister's cocks buried in her holes. <<else>> They're cuddled up close. As they kiss, $assistantName's tentacle hair holds her lover's head gently. The market assistant's avatar is using both hands to give $assistantName's cocks some manual release. <</if>> @@ -155,7 +155,7 @@ <<elseif $assistantFSAppearance is "degradationist">> with ochre-dyed dreadlocks, war tattoos, shredded abs, and jewelry made from human bones. She has bigger natural tits than anyone that ripped could possibly maintain. <<elseif $assistantFSAppearance is "roman revivalist">> - wearing the armor of a Roman auxila, complete with lorica hamata and oval shield painted with your arcology's symbols. + wearing the armor of a Roman auxilia, complete with lorica hamata and oval shield painted with your arcology's symbols. <<elseif $assistantFSAppearance is "egyptian revivalist">> wearing a simple white linen dress, kohl eyeshadow, and sandals, making her look like a barbarian immigrant to the land of the Nile. <<elseif $assistantFSAppearance is "edo revivalist">> @@ -505,7 +505,7 @@ <<elseif $marketAssistantRelationship is "incestuous">> They're both especially pregnant today, and are gently tribbing, their legs intertwined and their torsos reclined away from one another. Each massages her belly with satisfaction, feeling her sister's heat against her own. <<else>> - They're making heavenly love, kissing deeply and fingering each other voluptously. They somehow make mutual masturbation look like a deeply sacred act, occasionally breaking their kiss to look into each others' eyes. + They're making heavenly love, kissing deeply and fingering each other voluptuously. They somehow make mutual masturbation look like a deeply sacred act, occasionally breaking their kiss to look into each others' eyes. <</if>> <<else>> She's reclined on one arm, idly stroking her heavy abdomen with the other, a contemplative look on her face. When she sees your glance she smiles placidly and sits upright, her hands resting atop her dripping breasts. diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw index 5d82b51c0566eb4710c2bd840cfed95e2c8c30ac..f4f63fe009dd5b2f2774cc6be7eb9abf7b64b344 100644 --- a/src/uncategorized/policies.tw +++ b/src/uncategorized/policies.tw @@ -1,5 +1,5 @@ :: Policies [nobr] - + <<set $nextButton to "Back">> <<set $nextLink to "Manage Arcology">> <<set $showEncyclopedia to 1>><<set $encyclopedia to "The Future of Society">> @@ -317,7 +317,7 @@ <</if>> <<if $KillsMilestoneRetirement == 1>> - <br>''Champion Glatiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed $retirementKills of their fellow slaves in the pit. + <br>''Champion Gladiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed $retirementKills of their fellow slaves in the pit. [[Repeal|Policies][$KillsMilestoneRetirement to 0]] <br> Set a new retirement requirement: <<textbox "$retirementKills" $retirementKills "Policies">> <</if>> @@ -327,7 +327,8 @@ [[Repeal|Policies][$MixedMarriage to 0]] <</if>> -<<if ($arcologies[0].FSSupremacistLawME + $arcologies[0].FSSupremacistSMR + $arcologies[0].FSSubjugationistLawME + $arcologies[0].FSSubjugationistSMR + $arcologies[0].FSGenderRadicalistLawBeauty + $arcologies[0].FSGenderRadicalistLawFuta + $arcologies[0].FSGenderRadicalistLawDicks + $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderFundamentalistLawBimbo + $arcologies[0].FSGenderFundamentalistSMR + $arcologies[0].FSPaternalistLaw + $arcologies[0].FSPaternalistSMR + $arcologies[0].FSDegradationistLaw + $arcologies[0].FSDegradationistSMR + $arcologies[0].FSBodyPuristLaw + $arcologies[0].FSBodyPuristSMR + $arcologies[0].FSTransformationFetishistSMR + $arcologies[0].FSYouthPreferentialistLaw + $arcologies[0].FSYouthPreferentialistSMR + $arcologies[0].FSMaturityPreferentialistLaw + $arcologies[0].FSMaturityPreferentialistSMR + $arcologies[0].FSSlimnessEnthusiastSMR + $arcologies[0].FSAssetExpansionistSMR + $arcologies[0].FSPastoralistLaw + $arcologies[0].FSPastoralistSMR + $arcologies[0].FSPhysicalIdealistSMR + $arcologies[0].FSChattelReligionistLaw + $arcologies[0].FSChattelReligionistSMR + $arcologies[0].FSRomanRevivalistLaw + $arcologies[0].FSRomanRevivalistSMR + $arcologies[0].FSEgyptianRevivalistLaw + $arcologies[0].FSEgyptianRevivalistSMR + $arcologies[0].FSEdoRevivalistLaw + $arcologies[0].FSEdoRevivalistSMR + $arcologies[0].FSArabianRevivalistLaw + $arcologies[0].FSArabianRevivalistSMR + $arcologies[0].FSChineseRevivalistLaw + $arcologies[0].FSChineseRevivalistSMR + $arcologies[0].FSRepopulationFocusLaw + $arcologies[0].FSRepopulationFocusSMR + $arcologies[0].FSRestartLaw + $arcologies[0].FSRestartSMR > 0) || ($CulturalOpenness != 0)>> +<<if ndef $arcologies[0].FSGenderFundamentalistLawBimbo>><<set $arcologies[0].FSGenderFundamentalistLawBimbo to 0>><</if>> +<<if (($arcologies[0].FSSupremacistLawME + $arcologies[0].FSSupremacistSMR + $arcologies[0].FSSubjugationistLawME + $arcologies[0].FSSubjugationistSMR + $arcologies[0].FSGenderRadicalistLawBeauty + $arcologies[0].FSGenderRadicalistLawFuta + $arcologies[0].FSGenderRadicalistLawDicks + $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderFundamentalistLawBimbo + $arcologies[0].FSGenderFundamentalistSMR + $arcologies[0].FSPaternalistLaw + $arcologies[0].FSPaternalistSMR + $arcologies[0].FSDegradationistLaw + $arcologies[0].FSDegradationistSMR + $arcologies[0].FSBodyPuristLaw + $arcologies[0].FSBodyPuristSMR + $arcologies[0].FSTransformationFetishistSMR + $arcologies[0].FSYouthPreferentialistLaw + $arcologies[0].FSYouthPreferentialistSMR + $arcologies[0].FSMaturityPreferentialistLaw + $arcologies[0].FSMaturityPreferentialistSMR + $arcologies[0].FSSlimnessEnthusiastSMR + $arcologies[0].FSAssetExpansionistSMR + $arcologies[0].FSPastoralistLaw + $arcologies[0].FSPastoralistSMR + $arcologies[0].FSPhysicalIdealistSMR + $arcologies[0].FSChattelReligionistLaw + $arcologies[0].FSChattelReligionistSMR + $arcologies[0].FSRomanRevivalistLaw + $arcologies[0].FSRomanRevivalistSMR + $arcologies[0].FSEgyptianRevivalistLaw + $arcologies[0].FSEgyptianRevivalistSMR + $arcologies[0].FSEdoRevivalistLaw + $arcologies[0].FSEdoRevivalistSMR + $arcologies[0].FSArabianRevivalistLaw + $arcologies[0].FSArabianRevivalistSMR + $arcologies[0].FSChineseRevivalistLaw + $arcologies[0].FSChineseRevivalistSMR) > 0 + $arcologies[0].FSRepopulationFocusLaw + $arcologies[0].FSRepopulationFocusSMR + $arcologies[0].FSRestartLaw + $arcologies[0].FSRestartSMR > 0) || ($CulturalOpenness != 0)>> <br>__Future Society Policies__ <<if $CulturalOpenness == 1>> @@ -949,7 +950,7 @@ [[Implement|Policies][$BirthsMilestoneRetirement to 1, $cash -=5000, $rep -= 1000]] <</if>> <<if $KillsMilestoneRetirement == 0>> - <br>''Champion Glatiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed $retirementKills of their fellow slaves in the pit. + <br>''Champion Gladiatrix Retirement:'' slaves will be rewarded with their freedom once they have killed $retirementKills of their fellow slaves in the pit. [[Implement|Policies][$KillsMilestoneRetirement to 1, $cash -=5000, $rep -= 1000]] <</if>> <</if>> diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw index 296757cd2e301d0758483440fe677c95c022b12a..a5338584e448df0b1a8a78071293f336543aea07 100644 --- a/src/uncategorized/ptWorkaround.tw +++ b/src/uncategorized/ptWorkaround.tw @@ -1,5 +1,5 @@ :: PT Workaround [nobr] - + <<if $trainingRegimen is "look after her">> ''You care for'' @@ -575,12 +575,12 @@ $activeSlave.slaveName's innocence and hesitations about sex are unlikely to survive much longer, but you decide to hurry the process along by making her <<if $PC.dick != 0>>eat dick<<else>>eat your pussy<</if>> while masturbating. She's repressed enough that masturbation is still a partial punishment for her, but she usually gets herself off anyway, shaking with release and sobbing with crushed illusions. <<set $activeSlave.oralCount += 10, $oralTotal += 10>> <<case "cum addict">> - is utterly addicted to cum. You keep her in your office whenever you can, and subject her to a strict sexual diet of + is utterly addicted to cum. You keep her in your office whenever you can, and subject her to a strict sexual diet of <<if canDoVaginal($activeSlave)>>sex,<<elseif canDoAnal($activeSlave)>>buttsex,<<else>>breast play,<</if>> no oral allowed, no matter how much she begs to be permitted to <<if $PC.dick == 1>>suck you off<<else>>eat you out<</if>>. <<if canDoVaginal($activeSlave)>><<VaginalVCheck 10>><<elseif canDoAnal($activeSlave)>><<AnalVCheck 10>><</if>> <<case "anal addict">> - is utterly addicted to buttsex. You keep her in your office whenever you can, and subject her to a strict sexual diet of + is utterly addicted to buttsex. You keep her in your office whenever you can, and subject her to a strict sexual diet of <<if canDoVaginal($activeSlave)>>vanilla sex,<<else>>oral and manual intercourse,<</if>> no anal allowed, no matter how much she begs you to stick something, anything, up her ass. <<if ($activeSlave.vagina > -1) && canDoVaginal($activeSlave)>><<VaginalVCheck 10>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>> @@ -1166,11 +1166,11 @@ <</if>> <</switch>> -<<if $activeSlave.ID eq $slaves[$i].ID>> +<<if $activeSlave.ID == $slaves[$i].ID>> <<set $slaves[$i] to $activeSlave>> <<else>> <<for _I to 0;_I < $slaves.length;_I++>> - <<if $activeSlave.ID eq $slaves[_I].ID>> + <<if $activeSlave.ID == $slaves[_I].ID>> <<set $slaves[_I] to $activeSlave>> <<break>> <</if>> diff --git a/src/uncategorized/reBusyArcadeWorkaround.tw b/src/uncategorized/reBusyArcadeWorkaround.tw index 4c373d4cfb153ac83cad79edeb1f8c029cac77c5..dfd260943299bf19f862e86eaf8043606c96ef9c 100644 --- a/src/uncategorized/reBusyArcadeWorkaround.tw +++ b/src/uncategorized/reBusyArcadeWorkaround.tw @@ -1,5 +1,5 @@ :: RE busy arcade workaround - + <<nobr>> <<set $nextButton to "Continue">> @@ -24,7 +24,7 @@ Facing the ground, <<if canTalk($activeSlave) == false>>she gestures with shakin <</click>> <<click "Refuse">> <<replace "#result">> - She did not really expect mercy, but her sobs take on a distinctly dark tone of hopelessness at your refusal. As you personally immure her in the arcade for another day of endless dick, you wonder whether she'll damage her throat with all the commmotion she's making. Several of the other arcade slaves glance dully over at the noise. Then, they look away. + She did not really expect mercy, but her sobs take on a distinctly dark tone of hopelessness at your refusal. As you personally immure her in the arcade for another day of endless dick, you wonder whether she'll damage her throat with all the commotion she's making. Several of the other arcade slaves glance dully over at the noise. Then, they look away. <</replace>> <</click>> </span> diff --git a/src/uncategorized/reRelationshipAdvice.tw b/src/uncategorized/reRelationshipAdvice.tw index 020e0967a78284a63d8e47d82753ce6880890bcc..151450829787b4b7d8fa12f819b41e843340fea7 100644 --- a/src/uncategorized/reRelationshipAdvice.tw +++ b/src/uncategorized/reRelationshipAdvice.tw @@ -1,6 +1,4 @@ -:: RE relationship advice - -<<nobr>> +:: RE relationship advice [nobr] <<set $nextButton to "Continue">> <<set $nextLink to "AS Dump">> @@ -13,10 +11,6 @@ <</if>> <</for>> -<</nobr>>\ -\ -<<nobr>> - <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> is standing for an inspection. She's a good girl, and is cooperating, but she seems preoccupied. After ignoring it for a while, you give in to curiosity and flatly ask her what's going on. <<if SlaveStatsChecker.checkForLisp($activeSlave)>> "I'm thorry, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps, biting her lip. "It'th $subSlave.slaveName." @@ -47,17 +41,15 @@ She subsides into silence again, blushing and staring at her feet. Comprehension <</if>> She nods her head quickly, still staring at her feet. She shuts her eyes tight and waits for you to weigh in on the situation. -<</nobr>> -\ <span id="result"> -<<click "Break them up">> +<br><<click "Break them up">> <<replace "#name">>\ $activeSlave.slaveName\ <</replace>>\ <<replace "#result">> - <<nobr>> + <br><br> In a cold tone of voice, you admit your irritation with this schoolgirl nonsense, and tell her she's to stop spending time with $subSlave.slaveName. She's unable to prevent her eyes from flicking up at you in @@color:mediumorchid;shock and horror,@@ but she instantly lowers them again, the tears coming fast. You dismiss her, and she turns to go, but is so discombobulated by anguish that she trips over her own feet and falls with a slap of naked $activeSlave.skin flesh against the floor. Their relationship @@color:lightsalmon;is over.@@ - <</nobr>> + <<set $activeSlave.devotion -= 5>> <<set $activeSlave.relationship to 0>> <<set $activeSlave.relationshipTarget to 0>> @@ -69,12 +61,12 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a <</for>> <</replace>> <</click>> -<<click "Build her confidence">> +<br><<click "Build her confidence">> <<replace "#name">>\ $activeSlave.slaveName\ <</replace>>\ <<replace "#result">> - <<nobr>> + <br><br> In a warm tone of voice, you tell her you approve of her relationship with $subSlave.slaveName. She raises her chin and looks at you with @@color:hotpink;growing adoration@@ as you point out how lucky $subSlave.slaveName is to have her. You tell her that you're not planning to intervene personally, but that you think she really ought to pursue the relationship, that they're good for each other, and that you're confident $subSlave.slaveName feels the same way. She thanks you prettily and leaves at a flat run, in a hurry to tell her <<if $activeSlave.relationship is 2>> sexy friend @@ -91,7 +83,7 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a <<elseif $activeSlave.relationship is 4>> She comes running right back, a happy $subSlave.slaveName <<if canWalk($subSlave)>>running in with her<<else>>being helped in by her lover<</if>>. You @@color:lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent, tearful thanks to you. <</if>> - <</nobr>> + <<set $activeSlave.devotion += 5>> <<set $activeSlave.relationship += 1>> <<for $i to 0; $i < $slaves.length; $i++>> @@ -101,12 +93,12 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a <</for>> <</replace>> <</click>> -<<click "Bring the other girl in">> +<br><<click "Bring the other girl in">> <<replace "#name">>\ $activeSlave.slaveName\ <</replace>>\ <<replace "#result">> - <<nobr>> + <br><br> You tell $activeSlave.slaveName to wait, and page $subSlave.slaveName up to your office. $activeSlave.slaveName looks terrified, but tries to conceal her emotions behind a happy greeting for her <<if $activeSlave.relationship is 2>> friend @@ -164,7 +156,7 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a - " She stops herself. "No, I want to do this right." She takes $subSlave.slaveName's hand, and then drops to one knee. After a moment of uncomprehending shock, $subSlave.slaveName begins to cry. "Will you marry me?" $subSlave.slaveName turns to you and asks if it's all right with you; you nod, and she turns back to $activeSlave.slaveName. <<if canTalk($subSlave) == false>>She gestures distractedly that $activeSlave.slaveName is being silly, and of course she'll marry her, because she loves her.<<elseif SlaveStatsChecker.checkForLisp($subSlave)>>"O-of courthe I'll m-marry you, thilly girl. I love you."<<else>>"O-of course I'll m-marry you, silly girl. I love you."<</if>> $activeSlave.slaveName jumps up and crushes $subSlave.slaveName in a hug, kissing her frantically through her tears. You @@color:lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent thanks to you. <</if>> If $activeSlave.slaveName had doubts about you, @@color:mediumaquamarine;they've been addressed.@@ - <</nobr>> + <<set $activeSlave.trust += 10>> <<set $activeSlave.relationship += 1>> <<for $i to 0; $i < $slaves.length; $i++>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 498fe151eb399e8eaa54ccf5506bb93092537153..da571791307096f2e922a23392e69b81f04deece 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -1721,13 +1721,16 @@ $pronounCap has doorway-jamming hips. <<if ($seeExtreme == 1)>> <<if $activeSlave.fuckdoll == 0>> $pronounCap is a normal sex slave, not a living sex toy. + <<if $activeSlave.indentureRestrictions < 1 && $activeSlave.breedingMark != 1>> + [[Encase in a Fuckdoll suit|Surgery Degradation][$activeSlave.subTarget=0, $activeSlave.choosesOwnAssignment=0, $activeSlave.assignment="rest", $activeSlave.assignmentVisible=1, $activeSlave.sentence=0, $activeSlave.training=0, $activeSlave.toyHole="all her holes", $activeSlave.pubicHStyle="waxed", $activeSlave.livingRules="spare", $activeSlave.speechRules="restrictive", $activeSlave.releaseRules="restrictive", $activeSlave.relationshipRules="restrictive", $activeSlave.fuckdoll=1, $activeSlave.choosesOwnClothes=0, $activeSlave.clothes="a Fuckdoll suit", $activeSlave.collar="none", $activeSlave.shoes="heels", $activeSlave.vaginalAccessory="none", $activeSlave.dickAccessory="none", $activeSlave.buttplug="none", $activeSlave.attrKnown=1, $activeSlave.fetishKnown=1, $surgeryType to "fuckdoll"]] //This is permanent and will greatly restrict $possessive// + <</if>> <<else>> $pronounCap is encased in a Fuckdoll suit. <</if>> -<<if $activeSlave.indentureRestrictions < 1 && $activeSlave.breedingMark != 1>> - [[Encase in a Fuckdoll suit|Surgery Degradation][$activeSlave.subTarget=0, $activeSlave.choosesOwnAssignment=0, $activeSlave.assignment="rest", $activeSlave.assignmentVisible=1, $activeSlave.sentence=0, $activeSlave.training=0, $activeSlave.toyHole="all her holes", $activeSlave.pubicHStyle="waxed", $activeSlave.livingRules="spare", $activeSlave.speechRules="restrictive", $activeSlave.releaseRules="restrictive", $activeSlave.relationshipRules="restrictive", $activeSlave.fuckdoll=1, $activeSlave.choosesOwnClothes=0, $activeSlave.clothes="a Fuckdoll suit", $activeSlave.collar="none", $activeSlave.shoes="heels", $activeSlave.vaginalAccessory="none", $activeSlave.dickAccessory="none", $activeSlave.buttplug="none", $activeSlave.attrKnown=1, $activeSlave.fetishKnown=1, $surgeryType to "fuckdoll"]] //This is permanent and will greatly restrict $possessive// <</if>> + <br> +<<if ($seeExtreme == 1)>> <<if $activeSlave.fetish != "mindbroken">> $pronounCap is mentally competent. <<elseif $activeSlave.fetish is "mindbroken">> diff --git a/src/uncategorized/saDiet.tw b/src/uncategorized/saDiet.tw index d9363781b379f4c530b283853793746c3e7e54f0..7a68f42af89827d3306febd3ba59cb9cc94a7595 100644 --- a/src/uncategorized/saDiet.tw +++ b/src/uncategorized/saDiet.tw @@ -9,631 +9,605 @@ <</if>> <<if ($slaves[$i].diet is "restricted")>> /* Weight Loss */ - -<<set _weightLoss to 5>> -<<set _assetLoss to 5>> -<<if ($slaves[$i].behavioralFlaw is "anorexic")>> - <<if ($slaves[$i].devotion >= -20)>> - As an anorexic, @@color:hotpink;she derives perverse enjoyment from being underfed.@@ + <<set _weightLoss to 5>> + <<set _assetLoss to 5>> + <<if ($slaves[$i].behavioralFlaw is "anorexic")>> + <<if ($slaves[$i].devotion >= -20)>> + As an anorexic, @@color:hotpink;she derives perverse enjoyment from being underfed.@@ + <<set $slaves[$i].devotion += 1>> + <<else>> + As an anorexic, she accepts being underfed. + <</if>> + <<elseif ($slaves[$i].behavioralFlaw is "gluttonous")>> + As a stress glutton, @@color:gold;being underfed makes her terribly anxious.@@ + <<set $slaves[$i].trust -= 5>> + <<elseif ($slaves[$i].behavioralQuirk is "fitness")>> + As a fitness fanatic, @@color:hotpink;she enjoys slimming down.@@ <<set $slaves[$i].devotion += 1>> - <<else>> - As an anorexic, she accepts being underfed. - <</if>> -<<elseif ($slaves[$i].behavioralFlaw is "gluttonous")>> - As a stress glutton, @@color:gold;being underfed makes her terribly anxious.@@ - <<set $slaves[$i].trust -= 5>> -<<elseif ($slaves[$i].behavioralQuirk is "fitness")>> - As a fitness fanatic, @@color:hotpink;she enjoys slimming down.@@ - <<set $slaves[$i].devotion += 1>> -<<elseif ($slaves[$i].devotion <= 20)>> - @@color:mediumorchid;She resents being underfed.@@ - <<set $slaves[$i].devotion -= 4>> -<</if>> -<<if ($slaves[$i].devotion <= 20)>> - <<if ($slaves[$i].dietCum > 0)>> - <<if ($slaves[$i].sexualFlaw != "cum addict")>> - <<if ($slaves[$i].fetish != "cumslut")>> - <<if ($slaves[$i].dietCum == 2)>> - <<if ($cockFeeder == 0)>> - <<if random(1,100) > 50>> - Her @@color:mediumorchid;disgusting diet@@ is little more than human ejaculate infused with nutritional supplements, and she's unable to hold most of it down. - <<set _weightLoss to 8>> - <<set _assetLoss to 4>> - <<set $slaves[$i].devotion -= 4>> + <<elseif ($slaves[$i].devotion <= 20)>> + @@color:mediumorchid;She resents being underfed.@@ + <<set $slaves[$i].devotion -= 4>> + <</if>> + <<if ($slaves[$i].devotion <= 20)>> + <<if ($slaves[$i].dietCum > 0)>> + <<if ($slaves[$i].sexualFlaw != "cum addict")>> + <<if ($slaves[$i].fetish != "cumslut")>> + <<if ($slaves[$i].dietCum == 2)>> + <<if ($cockFeeder == 0)>> + <<if random(1,100) > 50>> + Her @@color:mediumorchid;disgusting diet@@ is little more than human ejaculate infused with nutritional supplements, and she's unable to hold most of it down. + <<set _weightLoss to 8>> + <<set _assetLoss to 4>> + <<set $slaves[$i].devotion -= 4>> + <<else>> + Despite her food being filled with large amounts of thick, human ejaculate, she manages to choke down enough that she doesn't get sick from malnourishment. + <<set _weightGain to 6>> + <<set _assetLoss to 4>> + <<set $slaves[$i].devotion -= 2>> + <</if>> <<else>> - Despite her food being filled with large amounts of thick, human ejaculate, she manages to choke down enough that she doesn't get sick from malnourishment. - <<set _weightGain to 6>> - <<set _assetLoss to 4>> - <<set $slaves[$i].devotion -= 2>> + The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the unmistakable taste of cum she burps up afterward @@color:mediumorchid;nauseates@@ and @@color:gold;unnerves@@ her. + <<set _weightLoss to 5>> + <<set _assetLoss to 5>> + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].trust -= 1>> <</if>> - <<else>> - The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the unmistakable taste of cum she burps up afterward @@color:mediumorchid;nauseates@@ and @@color:gold;unnerves@@ her. - <<set _weightLoss to 5>> - <<set _assetLoss to 5>> - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].trust -= 1>> - <</if>> - <<elseif ($slaves[$i].dietCum == 1)>> - <<if ($cockFeeder == 0)>> - <<if random(1,100) < 20>> - She is @@color:mediumorchid;troubled@@ by the use of human ejaculate as a food additive, and she has a problem keeping all of her food down. - <<set _weightLoss to 7>> - <<set _assetLoss to 4>> - <<set $slaves[$i].devotion -= 2>> + <<elseif ($slaves[$i].dietCum == 1)>> + <<if ($cockFeeder == 0)>> + <<if random(1,100) < 20>> + She is @@color:mediumorchid;troubled@@ by the use of human ejaculate as a food additive, and she has a problem keeping all of her food down. + <<set _weightLoss to 7>> + <<set _assetLoss to 4>> + <<set $slaves[$i].devotion -= 2>> + <<else>> + Despite having human ejaculate added to her food, she manages to choke it down this week, @@color:mediumorchid;but it's a struggle.@@ + <<set _weightLoss to 5>> + <<set _assetLoss to 5>> + <<set $slaves[$i].devotion -= 2>> + <</if>> <<else>> - Despite having human ejaculate added to her food, she manages to choke it down this week, @@color:mediumorchid;but it's a struggle.@@ + The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the thought of being force fed food with ejaculate in it @@color:mediumorchid;disturbs her.@@ <<set _weightLoss to 5>> <<set _assetLoss to 5>> - <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].devotion -= 3>> <</if>> - <<else>> - The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the thought of being force fed food with ejaculate in it @@color:mediumorchid;disturbs her.@@ - <<set _weightLoss to 5>> - <<set _assetLoss to 5>> - <<set $slaves[$i].devotion -= 3>> <</if>> - <</if>> - <<elseif $slaves[$i].fetishKnown == 1>> - She <<if $slaves[$i].fetishStrength < 60 >> is used to eating cum<<else>>loves eating cum<</if>>, so she <<if $slaves[$i].behavioralFlaw is "gluttonous">>desperately <</if>>sucks down every drop of the <<if $slaves[$i].dietCum == 2>>nutritionally supplemented human ejaculate<<else>>cum supplemented food<</if>> she's given to eat, especially because her servings are small. - <<if $slaves[$i].fetishStrength < 95>> - <<if $slaves[$i].dietCum == 2>> - The high concentration of cum in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the taste.@@ - <<set $slaves[$i].fetishStrength += 2>> - <<elseif $slaves[$i].dietCum == 1>> - Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;even more used to the taste of it.@@<<else>>@@color:lightcoral;love the taste of it even more.@@<</if>> - <<set $slaves[$i].fetishStrength += 1>> + <<elseif $slaves[$i].fetishKnown == 1>> + She <<if $slaves[$i].fetishStrength < 60 >> is used to eating cum<<else>>loves eating cum<</if>>, so she <<if $slaves[$i].behavioralFlaw is "gluttonous">>desperately <</if>>sucks down every drop of the <<if $slaves[$i].dietCum == 2>>nutritionally supplemented human ejaculate<<else>>cum supplemented food<</if>> she's given to eat, especially because her servings are small. + <<if $slaves[$i].fetishStrength < 95>> + <<if $slaves[$i].dietCum == 2>> + The high concentration of cum in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the taste.@@ + <<set $slaves[$i].fetishStrength += 2>> + <<elseif $slaves[$i].dietCum == 1>> + Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;even more used to the taste of it.@@<<else>>@@color:lightcoral;love the taste of it even more.@@<</if>> + <<set $slaves[$i].fetishStrength += 1>> + <</if>> <</if>> <</if>> <</if>> <</if>> + <<else>> /* For Devotion Higher than 20 */ + <<if $slaves[$i].sexualFlaw is "cum addict">> + <<if $slaves[$i].dietCum == 2>> + <<if $slaves[$i].behavioralFlaw != "anorexic">>Despite wanting more to eat, t<<else>>T<</if>>he cum addict is relieved to have such high-concentrations of cum in her diet. + <<elseif $slaves[$i].dietCum == 1>> + Although her food is supplemented with ejaculate, she is so addicted to cum that restricting the amount she can eat @@color:mediumorchid;upsets her.@@ + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> + <</if>> + <<if _weightLoss == 8>> + Her weight loss this week is so dramatic as to be dangerous, and @@color:red;her health suffers because of it.@@ @@color:gold;Your disregard for her well-being scares her.@@ + <<set $slaves[$i].health -= 4>> + <<set $slaves[$i].trust -= 2>> + <<elseif _weightLoss == 7>> + Distate for her food caused her to lose weight a bit too quickly, and by the end of the week she looks @@color:gold;a little unsettled@@ and @@color:red;slightly malnourished.@@ + <<set $slaves[$i].health -= 1>> + <<set $slaves[$i].trust -= 1>> + <<elseif _weightLoss == 6>> + Due to her distaste for her diet, she loses a bit more weight than she was supposed to this week, making her @@color:gold;a little anxious.@@ + <<set $slaves[$i].trust -= 1>> + <<elseif _weightLoss == 5>> + She loses weight. <</if>> -<<else>> /* For Devotion Higher than 20 */ - <<if $slaves[$i].sexualFlaw is "cum addict">> - <<if $slaves[$i].dietCum == 2>> - <<if $slaves[$i].behavioralFlaw != "anorexic">>Despite wanting more to eat, t<<else>>T<</if>>he cum addict is relieved to have such high-concentrations of cum in her diet. - <<elseif $slaves[$i].dietCum == 1>> - Although her food is supplemented with ejaculate, she is so addicted to cum that restricting the amount she can eat @@color:mediumorchid;upsets her.@@ - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> -<</if>> -<<if _weightLoss == 8>> - Her weight loss this week is so dramatic as to be dangerous, and @@color:red;her health suffers because of it.@@ @@color:gold;Your disregard for her well-being scares her.@@ - <<set $slaves[$i].health -= 4>> - <<set $slaves[$i].trust -= 2>> -<<elseif _weightLoss == 7>> - Distate for her food caused her to lose weight a bit too quickly, and by the end of the week she looks @@color:gold;a little unsettled@@ and @@color:red;slightly malnourished.@@ - <<set $slaves[$i].health -= 1>> - <<set $slaves[$i].trust -= 1>> -<<elseif _weightLoss == 6>> - Due to her distaste for her diet, she loses a bit more weight than she was supposed to this week, making her @@color:gold;a little anxious.@@ - <<set $slaves[$i].trust -= 1>> -<<elseif _weightLoss == 5>> - She loses weight. -<</if>> -<<set $slaves[$i].weight -= _weightLoss+($feeder*2)>> -<<if $slaves[$i].boobs-$slaves[$i].boobsImplant >= 200>> - <<if random(1,_assetLoss) <= 1+$feeder>> - @@color:orange;Her breasts get a little smaller.@@ - <<set $slaves[$i].boobs -= 50>> + <<set $slaves[$i].weight -= _weightLoss+($feeder*2)>> + <<if $slaves[$i].boobs-$slaves[$i].boobsImplant >= 200>> + <<if random(1,_assetLoss) <= 1+$feeder>> + @@color:orange;Her breasts get a little smaller.@@ + <<set $slaves[$i].boobs -= 50>> + <</if>> <</if>> -<</if>> -<<if $slaves[$i].butt > 1>> - <<if random(1,_assetLoss) <= 1+$feeder>> - @@color:orange;Her butt gets a little smaller.@@ - <<set $slaves[$i].butt -= 1>> + <<if $slaves[$i].butt > 1>> + <<if random(1,_assetLoss) <= 1+$feeder>> + @@color:orange;Her butt gets a little smaller.@@ + <<set $slaves[$i].butt -= 1>> + <</if>> <</if>> -<</if>> -<<if ($slaves[$i].weight < -95)>> - She is now quite skinny, so her diet @@color:yellow;has defaulted to maintenance of this weight.@@ - <<set $slaves[$i].diet to "healthy">> -<</if>> - -<<elseif ($slaves[$i].diet is "fattening")>> /* Weight Gain */ - -<<set _weightGain to 5>> -<<set _assetGain to 5>> -<<if ($slaves[$i].behavioralFlaw is "anorexic")>> - Suffering from anorexia, @@color:mediumorchid;she is intensely resentful of being overfed.@@ - <<set $slaves[$i].devotion -= 5>> -<<elseif ($slaves[$i].behavioralFlaw is "gluttonous")>> - As a glutton, - <<if ($slaves[$i].devotion >= -20)>> - @@color:hotpink;she derives almost sexual pleasure from being overfed.@@ - <<set $slaves[$i].devotion += 4>> - <<else>> - she accepts being overfed. + <<if ($slaves[$i].weight < -95)>> + She is now quite skinny, so her diet @@color:yellow;has defaulted to maintenance of this weight.@@ + <<set $slaves[$i].diet to "healthy">> <</if>> -<<elseif ($slaves[$i].devotion <= 20)>> - @@color:mediumorchid;She resents being overfed.@@ - <<set $slaves[$i].devotion -= 4>> -<</if>> -<<if ($slaves[$i].devotion <= 20)>> - <<if ($slaves[$i].dietCum > 0)>> - <<if ($slaves[$i].sexualFlaw != "cum addict")>> - <<if ($slaves[$i].fetish != "cumslut")>> - <<if ($slaves[$i].dietCum == 2)>> - <<if ($cockFeeder == 0)>> - <<if random(1,100) > 50>> - @@color:mediumorchid;She is disgusted@@ that she is forced to drink large amounts of human ejaculate for sustenance. <<if $slaves[$i].sexualFlaw == "hates oral">>This is @@color:mediumorchid;exacerbated@@ by her hatred of oral sex.<</if>> She has trouble holding her food down. - <<set _weightGain to 0>> - <<set $slaves[$i].devotion -= 4>> - <<if $slaves[$i].sexualFlaw == "hates oral">> - <<set $slaves[$i].devotion -= 1>> +<<elseif ($slaves[$i].diet is "fattening")>> /* Weight Gain */ + <<set _weightGain to 5>> + <<set _assetGain to 5>> + <<if ($slaves[$i].behavioralFlaw is "anorexic")>> + Suffering from anorexia, @@color:mediumorchid;she is intensely resentful of being overfed.@@ + <<set $slaves[$i].devotion -= 5>> + <<elseif ($slaves[$i].behavioralFlaw is "gluttonous")>> + As a glutton, + <<if ($slaves[$i].devotion >= -20)>> + @@color:hotpink;she derives almost sexual pleasure from being overfed.@@ + <<set $slaves[$i].devotion += 4>> + <<else>> + she accepts being overfed. + <</if>> + <<elseif ($slaves[$i].devotion <= 20)>> + @@color:mediumorchid;She resents being overfed.@@ + <<set $slaves[$i].devotion -= 4>> + <</if>> + <<if ($slaves[$i].devotion <= 20)>> + <<if ($slaves[$i].dietCum > 0)>> + <<if ($slaves[$i].sexualFlaw != "cum addict")>> + <<if ($slaves[$i].fetish != "cumslut")>> + <<if ($slaves[$i].dietCum == 2)>> + <<if ($cockFeeder == 0)>> + <<if random(1,100) > 50>> + @@color:mediumorchid;She is disgusted@@ that she is forced to drink large amounts of human ejaculate for sustenance. <<if $slaves[$i].sexualFlaw == "hates oral">>This is @@color:mediumorchid;exacerbated@@ by her hatred of oral sex.<</if>> She has trouble holding her food down. + <<set _weightGain to 0>> + <<set $slaves[$i].devotion -= 4>> + <<if $slaves[$i].sexualFlaw == "hates oral">> + <<set $slaves[$i].devotion -= 1>> + <</if>> + <<else>> + Despite her food being filled with large amounts of human ejaculate, she manages to keep some of it down, but @@color:mediumorchid;she hates you for it.@@ + <<set _weightGain to 2>> + <<set _assetGain to 10>> + <<set $slaves[$i].devotion -= 2>> + <</if>> + <<else>> + <<if random(1,100) < 30>> + The phallic feeders inject her food directly into her stomach, helping her get the extra calories she's been prescribed, but the @@color:mediumorchid;ejaculate based food is so heavy in her tummy@@ that she loses a tiny bit of her intake to post-meal nausea. + <<set _weightGain to 4>> + <<set _assetGain to 6>> + <<set $slaves[$i].devotion -= 4>> + <<else>> + The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@color:mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy cum diet down. + <<set $slaves[$i].devotion -= 4>> + <</if>> + <</if>> + <<elseif ($slaves[$i].dietCum == 1)>> + <<if ($cockFeeder == 0)>> + <<if random(1,100) < 15>> + She hates being forced to eat food that is supplemented with cum as her primary source of nourishment<<if $slaves[$i].sexualFlaw is "hates oral">>, and her hatred of oral sex makes it even worse.<<else>>.<</if>> @@color:mediumorchid;She is so disgusted@@ that she has trouble keeping most of her food down. + <<set _weightGain to 0>> + <<set $slaves[$i].devotion -= 4>> + <<else>> + Despite her food tasting strongly of cum, she manages to choke down most of it this week, @@color:mediumorchid;but she resents being a cum-fed whore.@@ + <<set _weightGain to 3>> + <<set _assetGain to 8>> + <<set $slaves[$i].devotion -= 2>> <</if>> <<else>> - Despite her food being filled with large amounts of human ejaculate, she manages to keep some of it down, but @@color:mediumorchid;she hates you for it.@@ + The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@color:mediumorchid;she hates the idea of being force-fed cum.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> + <</if>> + <<elseif $slaves[$i].fetishKnown == 1>> + <<if $slaves[$i].behavioralFlaw is "anorexic">>Despite her predilection to starve herself, s<<else>>S<</if>>he <<if $slaves[$i].fetishStrength > 60>>loves cum so much that she <</if>>can't help but suck down every drop of the nutrition infused human ejaculate she's given to eat. + <<if $slaves[$i].fetishStrength < 95>> + <<if $slaves[$i].dietCum == 2>> + The high concentration of cum in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the taste.@@ + <<set $slaves[$i].fetishStrength += 1>> + <<elseif $slaves[$i].dietCum == 1>> + Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;even more used to the taste of it.@@<<else>>@@color:lightcoral;love the taste of it even more.@@<</if>> + <<set $slaves[$i].fetishStrength += 1>> + <</if>> + <</if>> + <</if>> + <<else>> + <<if $slaves[$i].dietCum == 2>> + She hates herself for it, but the cum addict is @@color:lightpink;grateful@@ to have so much ejaculate in her diet, especially becuase she's given extra food this week. + <<set $slaves[$i].devotion += 1>> + <<else if $slaves[$i].dietCum == 1>> + The cum addict @@color:gold;anxiously@@ slurps up every drop of her cum-supplemented food this week. She eats all the extra food she's given and is @@color:mediumorchid;disturbed@@ by her insatiable hunger for more. + <<set $slaves[$i].devotion -= 1>> + <<set $slaves[$i].trust -= 1>> + <</if>> + <</if>> + <</if>> + <<if ($slaves[$i].dietMilk > 0)>> + <<if ($slaves[$i].sexualFlaw != "breast growth")>> + <<if ($slaves[$i].fetish != "pregnancy")>> + <<if ($slaves[$i].dietMilk == 2)>> + <<if ($cockFeeder == 0)>> + Despite her food being based on huge quantities breast milk, she manages to keep most of it down, but @@color:mediumorchid;she hates you for it.@@ <<set _weightGain to 2>> <<set _assetGain to 10>> <<set $slaves[$i].devotion -= 2>> - <</if>> - <<else>> - <<if random(1,100) < 30>> - The phallic feeders inject her food directly into her stomach, helping her get the extra calories she's been prescribed, but the @@color:mediumorchid;ejaculate based food is so heavy in her tummy@@ that she loses a tiny bit of her intake to post-meal nausea. - <<set _weightGain to 4>> - <<set _assetGain to 6>> - <<set $slaves[$i].devotion -= 4>> <<else>> - The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@color:mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy cum diet down. + The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@color:mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy milk diet down. <<set $slaves[$i].devotion -= 4>> <</if>> - <</if>> - <<elseif ($slaves[$i].dietCum == 1)>> - <<if ($cockFeeder == 0)>> - <<if random(1,100) < 15>> - She hates being forced to eat food that is supplemented with cum as her primary source of nourishment<<if $slaves[$i].sexualFlaw is "hates oral">>, and her hatred of oral sex makes it even worse.<<else>>.<</if>> @@color:mediumorchid;She is so disgusted@@ that she has trouble keeping most of her food down. - <<set _weightGain to 0>> - <<set $slaves[$i].devotion -= 4>> - <<else>> - Despite her food tasting strongly of cum, she manages to choke down most of it this week, @@color:mediumorchid;but she resents being a cum-fed whore.@@ + <<elseif ($slaves[$i].dietMilk == 1)>> + <<if ($cockFeeder == 0)>> + Despite her food tasting strongly of human breast milk, she manages to choke down most of it this week, @@color:mediumorchid;but she resents being a milk-fed whore.@@ <<set _weightGain to 3>> <<set _assetGain to 8>> <<set $slaves[$i].devotion -= 2>> + <<else>> + The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@color:mediumorchid;she hates the idea of being force-fed human milk.@@ + <<set $slaves[$i].devotion -= 2>> <</if>> - <<else>> - The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@color:mediumorchid;she hates the idea of being force-fed cum.@@ - <<set $slaves[$i].devotion -= 2>> <</if>> - <</if>> - <<elseif $slaves[$i].fetishKnown == 1>> - <<if $slaves[$i].behavioralFlaw is "anorexic">>Despite her predilection to starve herself, s<<else>>S<</if>>he <<if $slaves[$i].fetishStrength > 60>>loves cum so much that she <</if>>can't help but suck down every drop of the nutrition infused human ejaculate she's given to eat. - <<if $slaves[$i].fetishStrength < 95>> - <<if $slaves[$i].dietCum == 2>> - The high concentration of cum in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the taste.@@ - <<set $slaves[$i].fetishStrength += 1>> - <<elseif $slaves[$i].dietCum == 1>> - Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;even more used to the taste of it.@@<<else>>@@color:lightcoral;love the taste of it even more.@@<</if>> - <<set $slaves[$i].fetishStrength += 1>> + <<elseif $slaves[$i].fetishKnown == 1>> + <<if $slaves[$i].behavioralFlaw is "anorexic">>Despite her predilection to starve herself, s<<else>>S<</if>>he <<if $slaves[$i].fetishStrength > 60>>loves breast milk so much that she <</if>>can't help but suck down every drop of the nutrition infused human milk she's given to eat. + <<if $slaves[$i].fetishStrength < 95>> + <<if $slaves[$i].dietMilk == 2>> + The high concentration of milk in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the corruption of normal pregnancy and motherhood.@@ + <<set $slaves[$i].fetishStrength += 1>> + <<elseif $slaves[$i].dietMilk == 1>> + Having milk added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;accept perversion of normal pregnancy.@@<<else>>@@color:lightcoral;even hornier for anything related to pregnancy.@@<</if>> + <<set $slaves[$i].fetishStrength += 1>> + <</if>> <</if>> <</if>> + <<else>> + <<if $slaves[$i].dietMilk == 2>> + She hates herself for it, but the breast growth fanatic is @@color:lightpink;grateful@@ to have so much mother's milk in her diet, especially because she's given extra food this week. + <<set $slaves[$i].devotion += 1>> + <<else if $slaves[$i].dietMilk == 1>> + The breast growth fanatic @@color:gold;anxiously@@ slurps up every drop of her milk-supplemented food this week. She eats all the extra food she's given and is @@color:mediumorchid;disturbed@@ by her insatiable hunger for more mother's milk. + <<set $slaves[$i].devotion -= 1>> + <<set $slaves[$i].trust -= 1>> + <</if>> <</if>> - <<else>> + <</if>> + <<else>> /* For Devotion Higher than 20 See Below for more diet effects for this condition*/ + <<if $slaves[$i].sexualFlaw is "cum addict">> <<if $slaves[$i].dietCum == 2>> - She hates herself for it, but the cum addict is @@color:lightpink;grateful@@ to have so much ejaculate in her diet, especially becuase she's given extra food this week. - <<set $slaves[$i].devotion += 1>> - <<else if $slaves[$i].dietCum == 1>> - The cum addict @@color:gold;anxiously@@ slurps up every drop of her cum-supplemented food this week. She eats all the extra food she's given and is @@color:mediumorchid;disturbed@@ by her insatiable hunger for more. - <<set $slaves[$i].devotion -= 1>> - <<set $slaves[$i].trust -= 1>> + Her diet is almost pure human ejaculate with nutritional additives<<if $slaves[$i].behavioralFlaw is "anorexic">>. Despite her desire to remain thin, her cum addiction is even more powerful.<<else>>--the perfect food for a cum addict.<</if>> She gets extra food this week. She makes a sloppy mess at feeding time, getting cum all over herself, and she is unashamed of her pathological need to be your cum-fed slut. @@color:hotpink;She's a happy little cum-piggy.@@ The only drawback is that some of her food ends up on her, rather than in her. + <<set $slaves[$i].devotion += 3>> + <<set _weightGain to 4>> + <<set _assetGain to 6>> + <<elseif $slaves[$i].dietCum == 1>> + Her food is infused with ejaculate, <<if $slaves[$i].behavioralFlaw is "anorexic">>and her cum addiction trumps her desire to remain thin. S<<else>>and s<</if>>he is @@color:hotpink;thrilled to get extra this week.@@ She gobbles down every last drop like the happy <<if $slaves[$i].weight < 0>>little <<else>>chubby <</if>>cum addict she is. + <<set $slaves[$i].devotion += 2>> <</if>> <</if>> <</if>> - <<if ($slaves[$i].dietMilk > 0)>> - <<if ($slaves[$i].sexualFlaw != "breast growth")>> - <<if ($slaves[$i].fetish != "pregnancy")>> - <<if ($slaves[$i].dietMilk == 2)>> - <<if ($cockFeeder == 0)>> - Despite her food being based on huge quantities breast milk, she manages to keep most of it down, but @@color:mediumorchid;she hates you for it.@@ - <<set _weightGain to 2>> - <<set _assetGain to 10>> - <<set $slaves[$i].devotion -= 2>> - <<else>> - The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@color:mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy milk diet down. - <<set $slaves[$i].devotion -= 4>> - <</if>> - <<elseif ($slaves[$i].dietMilk == 1)>> - <<if ($cockFeeder == 0)>> - Despite her food tasting strongly of human breast milk, she manages to choke down most of it this week, @@color:mediumorchid;but she resents being a milk-fed whore.@@ - <<set _weightGain to 3>> - <<set _assetGain to 8>> - <<set $slaves[$i].devotion -= 2>> - <<else>> - The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@color:mediumorchid;she hates the idea of being force-fed human milk.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> - <<elseif $slaves[$i].fetishKnown == 1>> - <<if $slaves[$i].behavioralFlaw is "anorexic">>Despite her predilection to starve herself, s<<else>>S<</if>>he <<if $slaves[$i].fetishStrength > 60>>loves breast milk so much that she <</if>>can't help but suck down every drop of the nutrition infused human milk she's given to eat. - <<if $slaves[$i].fetishStrength < 95>> - <<if $slaves[$i].dietMilk == 2>> - The high concentration of milk in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the corruption of normal pregnancy and motherhood.@@ - <<set $slaves[$i].fetishStrength += 1>> - <<elseif $slaves[$i].dietMilk == 1>> - Having milk added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;accept perversion of normal pregnancy.@@<<else>>@@color:lightcoral;even hornier for anything related to pregnancy.@@<</if>> - <<set $slaves[$i].fetishStrength += 1>> - <</if>> - <</if>> - <</if>> - <<else>> - <<if $slaves[$i].dietMilk == 2>> - She hates herself for it, but the breast growth fanatic is @@color:lightpink;grateful@@ to have so much mother's milk in her diet, especially becuase she's given extra food this week. - <<set $slaves[$i].devotion += 1>> - <<else if $slaves[$i].dietMilk == 1>> - The breast growth fanatic @@color:gold;anxiously@@ slurps up every drop of her milk-supplemented food this week. She eats all the extra food she's given and is @@color:mediumorchid;disturbed@@ by her insatiable hunger for more mother's milk. - <<set $slaves[$i].devotion -= 1>> - <<set $slaves[$i].trust -= 1>> - <</if>> + <<if (_weightGain > 0)>> + <<if _weightGain == 5>> + She gains weight. + <<elseif _weightGain >= 3>> + She gains some weight. + <<elseif _weightGain >= 1>> + She gains a little weight, but her progress was severely limited by what she was forced to eat, @@color:gold;making for an anxious week for her.@@ + <<set $slaves[$i].trust -= 1>> <</if>> - <</if>> -<<else>> /* For Devotion Higher than 20 See Below for more diet effects for this condition*/ - <<if $slaves[$i].sexualFlaw is "cum addict">> - <<if $slaves[$i].dietCum == 2>> - Her diet is almost pure human ejaculate with nutritional additives<<if $slaves[$i].behavioralFlaw is "anorexic">>. Despite her desire to remain thin, her cum ddiction is even more powerful.<<else>>--the perfect food for a cum addict.<</if>> She gets extra food this week. She makes a sloppy mess at feeding time, getting cum all over herself, and she is unashamed of her pathological need to be your cum-fed slut. @@color:hotpink;She's a happy little cum-piggy.@@ The only drawback is that some of her food ends up on her, rather than in her. - <<set $slaves[$i].devotion += 3>> - <<set _weightGain to 4>> - <<set _assetGain to 6>> - <<elseif $slaves[$i].dietCum == 1>> - Her food is infused with ejaculate, <<if $slaves[$i].behavioralFlaw is "anorexic">>and her cum addiction trumps her desire to remain thin. S<<else>>and s<</if>>he is @@color:hotpink;thrilled to get extra this week.@@ She gobbles down every last drop like the happy <<if $slaves[$i].weight < 0>>little <<else>>chubby <</if>>cum addict she is. - <<set $slaves[$i].devotion += 2>> + <<set $slaves[$i].weight += _weightGain+($feeder*2)>> + <<if random(1,_assetGain) <= 1+$feeder>> + @@color:lime;Her breasts get a little bigger.@@ + <<set $slaves[$i].boobs += 50>> <</if>> - <</if>> -<</if>> -<<if (_weightGain > 0)>> - <<if _weightGain == 5>> - She gains weight. - <<elseif _weightGain >= 3>> - She gains some weight. - <<elseif _weightGain >= 1>> - She gains a little weight, but her progress was severely limited by what she was forced to eat, @@color:gold;making for an anxious week for her.@@ - <<set $slaves[$i].trust -= 1>> - <</if>> - <<set $slaves[$i].weight += _weightGain+($feeder*2)>> - <<if random(1,_assetGain) <= 1+$feeder>> - @@color:lime;Her breasts get a little bigger.@@ - <<set $slaves[$i].boobs += 50>> - <</if>> - <<if random(1,_assetGain) <= 1+$feeder>> - @@color:lime;Her butt gets a little bigger.@@ - <<set $slaves[$i].butt + 1>> - <</if>> - <<if $slaves[$i].weight > 95>> - She is now quite fat, so her diet @@color:yellow;has defaulted to maintenance of this weight.@@ - <<set $slaves[$i].diet to "healthy">> - <</if>> -<<else>> - She doesn't gain any weight this week. -<</if>> - -<<elseif ($slaves[$i].diet is "muscle building")>> /* Muscle Gain */ - -<<if $slaves[$i].muscles > 90>> - Her heavy workouts focus on lifting. She has plateaued at a state of @@color:lime;goddess-like musculature.@@ - <<set $slaves[$i].muscles = 100>> - <<set $slaves[$i].diet to "healthy">> -<<elseif ($slaves[$i].drugs is "steroids")>> - Her heavy workouts focus on lifting, and since she's on so much gear, she @@color:lime;gains muscle rapidly.@@ - <<set $slaves[$i].muscles += 8>> -<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>> - Her heavy workouts focus on lifting, but with natural testosterone and artificial female hormones clashing in her system, she only @@color:lime;slowly gains muscle.@@ - <<set $slaves[$i].muscles += 3>> -<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones < 0)>> - Her heavy workouts focus on lifting, and with natural testosterone and artificial male hormones in her system, she @@color:lime;gains muscle rapidly.@@ - <<set $slaves[$i].muscles += 8>> -<<elseif ($slaves[$i].balls > 0)>> - Her heavy workouts focus on lifting, and with natural testosterone in her system, she @@color:lime;gains muscle.@@ - <<set $slaves[$i].muscles += 5>> -<<elseif ($slaves[$i].hormones < 0)>> - Her heavy workouts focus on lifting, and with artificial testosterone in her system, she @@color:lime;gains muscle.@@ - <<set $slaves[$i].muscles += 5>> -<<elseif ($slaves[$i].hormones > 0)>> - Her heavy workouts focus on lifting, but with lots of female hormones in her system, she barely @@color:lime;gains muscle.@@ - <<set $slaves[$i].muscles += 2>> -<<else>> - Her heavy workouts focus on lifting, and she @@color:lime;slowly gains muscle.@@ - <<set $slaves[$i].muscles += 3>> -<</if>> - -<<if ($slaves[$i].behavioralQuirk is "fitness")>> - She attacks lifting with real enthusiasm, further increasing her mass. - <<set $slaves[$i].muscles += 2>> -<</if>> - -<<if random(1,100) > 90>> -<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>> - @@color:orange;Her breasts get a little smaller.@@ - <<set $slaves[$i].boobs -= 50>> -<<elseif ($slaves[$i].butt > 1)>> - @@color:orange;Her butt gets a little smaller.@@ - <<set $slaves[$i].butt -= 1>> -<</if>> -<</if>> - -<<if random(1,100) > 80>> - Her workout successes have @@color:green;improved her health.@@ - <<set $slaves[$i].health += 10>> -<</if>> - -<<if $slaves[$i].weight > 10>> - Her workouts have also @@color:orange;burned off some excess fat.@@ - <<set $slaves[$i].weight -= 2>> -<</if>> - -<<elseif ($slaves[$i].diet is "slimming")>> /* Muscle Loss */ - -<<if $slaves[$i].muscles <= 5>> - Her long workouts focus on cardio. She has finally @@color:lime;lost all visible musculature.@@ - <<set $slaves[$i].muscles = 0>> - <<set $slaves[$i].diet to "healthy">> -<<elseif ($slaves[$i].drugs is "steroids")>> - Her long workouts focus on cardio, but since she's still shooting gear, she @@color:lime;loses mass slowly.@@ - <<set $slaves[$i].muscles -= 3>> -<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones < 0)>> - Her long workouts focus on cardio, but since she's got so much natural and artificial testosterone, she @@color:lime;loses mass slowly.@@ - <<set $slaves[$i].muscles -= 3>> -<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>> - Her long workouts focus on cardio, and with the natural testosterone in her system counteracted by hormone treatment, she @@color:lime;loses musculature.@@ - <<set $slaves[$i].muscles -= 5>> -<<elseif ($slaves[$i].balls > 0)>> - Her long workouts focus on cardio, but with some natural testosterone in her system, she @@color:lime;loses muscle slowly.@@ - <<set $slaves[$i].muscles -= 3>> -<<elseif ($slaves[$i].hormones > 0)>> - Her long workouts focus on cardio, and with female hormone treatment, she @@color:lime;loses musculature rapidly.@@ - <<set $slaves[$i].muscles -= 8>> -<<elseif ($slaves[$i].hormones < 0)>> - Her long workouts focus on cardio, but under male hormone treatment, she @@color:lime;loses muscle slowly.@@ - <<set $slaves[$i].muscles -= 3>> -<<else>> - Her long workouts focus on cardio, and she @@color:lime;loses musculature.@@ - <<set $slaves[$i].muscles -= 5>> -<</if>> - -<<if ($slaves[$i].behavioralQuirk is "fitness")>> - She approaches endurance work with real enthusiasm, quickly slimming her down. - <<set $slaves[$i].muscles -= 2>> -<</if>> - -<<if random(1,100) > 90>> -<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>> - @@color:orange;Her breasts get a little smaller.@@ - <<set $slaves[$i].boobs -= 50>> -<<elseif ($slaves[$i].butt > 1)>> - @@color:orange;Her butt gets a little smaller.@@ - <<set $slaves[$i].butt -= 1>> -<</if>> -<</if>> - -<<if random(1,100) > 80>> - Her workout successes have @@color:green;improved her health.@@ - <<set $slaves[$i].health += 10>> -<</if>> - -<<if $slaves[$i].weight > 10>> - Her workouts have also @@color:orange;burned off some excess fat.@@ - <<set $slaves[$i].weight -= 2>> -<</if>> - -<<elseif ($slaves[$i].diet is "cum production")>> - <<if ($slaves[$i].attrXX < 80)>> - She finds herself @@color:lime;fantasizing about fucking girls@@ in her free time. - <<set $slaves[$i].attrXX += 2>> - <</if>> - <<if ($slaves[$i].balls < 6) && (random(1,100) > 90)>> - Her @@color:lime;balls swell@@ to better accommodate her increased cum production. - <<set $slaves[$i].balls += 1>> - <</if>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].fetishStrength < 95) && ($slaves[$i].fetish is "pregnancy")>> - Her thoughts frequently drift towards @@color:coral;bellies swelling with her children@@ whenever she has sex or pleasures herself. - <<set $slaves[$i].fetishStrength += 1>> - <<elseif ($slaves[$i].energy < 90) && ($slaves[$i].fetish is "pregnancy")>> - Her eagerness for sex @@color:lime;grows stronger@@ the more her aching nuts yearn to inseminate a fertile womb. - <<set $slaves[$i].energy += 1>> + <<if random(1,_assetGain) <= 1+$feeder>> + @@color:lime;Her butt gets a little bigger.@@ + <<set $slaves[$i].butt + 1>> <</if>> - <</if>> - <<if ($slaves[$i].fetishStrength <= 65)>> - <<if ($slaves[$i].fetish != "pregnancy")>> - <<if $fetishChangeChance > random(0,100)>> - She begins to find the thought of filling a fertile womb with sperm @@color:lime;irresistable@@. - <<set $slaves[$i].fetish to "pregnancy">> - <<set $slaves[$i].fetishKnown to 1>> + <<if $slaves[$i].weight > 95>> + She is now quite fat, so her diet @@color:yellow;has defaulted to maintenance of this weight.@@ + <<set $slaves[$i].diet to "healthy">> <</if>> + <<else>> + She doesn't gain any weight this week. <</if>> +<<elseif ($slaves[$i].diet is "muscle building")>> /* Muscle Gain */ + <<if $slaves[$i].muscles > 90>> + Her heavy workouts focus on lifting. She has plateaued at a state of @@color:lime;goddess-like musculature.@@ + <<set $slaves[$i].muscles = 100>> + <<set $slaves[$i].diet to "healthy">> + <<elseif ($slaves[$i].drugs is "steroids")>> + Her heavy workouts focus on lifting, and since she's on so much gear, she @@color:lime;gains muscle rapidly.@@ + <<set $slaves[$i].muscles += 8>> + <<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>> + Her heavy workouts focus on lifting, but with natural testosterone and artificial female hormones clashing in her system, she only @@color:lime;slowly gains muscle.@@ + <<set $slaves[$i].muscles += 3>> + <<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones < 0)>> + Her heavy workouts focus on lifting, and with natural testosterone and artificial male hormones in her system, she @@color:lime;gains muscle rapidly.@@ + <<set $slaves[$i].muscles += 8>> + <<elseif ($slaves[$i].balls > 0)>> + Her heavy workouts focus on lifting, and with natural testosterone in her system, she @@color:lime;gains muscle.@@ + <<set $slaves[$i].muscles += 5>> + <<elseif ($slaves[$i].hormones < 0)>> + Her heavy workouts focus on lifting, and with artificial testosterone in her system, she @@color:lime;gains muscle.@@ + <<set $slaves[$i].muscles += 5>> + <<elseif ($slaves[$i].hormones > 0)>> + Her heavy workouts focus on lifting, but with lots of female hormones in her system, she barely @@color:lime;gains muscle.@@ + <<set $slaves[$i].muscles += 2>> + <<else>> + Her heavy workouts focus on lifting, and she @@color:lime;slowly gains muscle.@@ + <<set $slaves[$i].muscles += 3>> <</if>> - -<<elseif ($slaves[$i].diet is "XX")>> /* Female Hormones */ - -<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@color:hotpink;lets her enjoy@@ the - -estrogen rich food given to her. - <<set $slaves[$i].devotion += 1>> - <</if>> - <<if $slaves[$i].weight < 30>> - Hormonal changes encourage her body to @@color:lime;grow softer.@@ - <<set $slaves[$i].weight += 1>> - <</if>> - <<if ($slaves[$i].breasts <= 500)>> - Her breasts @@color:lime;grow slightly@@ from the estrogen. - <<set $slaves[$i].boobs += 10>> - <</if>> - <<if $slaves[$i].butt < 4 && random(1,100) > 75>> - Her rear @@color:lime;rounds out@@ to fit her developing femininity. - <<set $slaves[$i].butt += 1>> - <</if>> - <<if $slaves[$i].dick > 1 && random(1,100) > 95>> - Her dick @@color:orange;shrinks slightly@@ due to her body chemistry. - <<set $slaves[$i].dick -= 1>> - <</if>> - <<if $slaves[$i].balls > 1 && random(1,100) > 95>> - Her balls @@color:orange;shrivel@@ due to her body chemistry. - <<set $slaves[$i].balls -= 1>> - <</if>> -<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more fertile @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her. - <<set $slaves[$i].devotion += 1>> - <</if>> - <<if $slaves[$i].weight < 40>> - Hormonal changes encourage her body to @@color:lime;grow softer.@@ - <<set $slaves[$i].weight += 1>> - <</if>> - <<if ($slaves[$i].breasts <= 600)>> - Her breasts @@color:lime;grow slightly@@ from the estrogen. - <<set $slaves[$i].boobs += 10>> - <</if>> - <<if $slaves[$i].butt < 5 && random(1,100) > 75>> - Her rear @@color:lime;rounds out@@ to fit her developing femininity. - <<set $slaves[$i].butt += 1>> - <</if>> -<<elseif $slaves[$i].balls > 0>> /* male */ - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her. - <<set $slaves[$i].devotion += 1>> - <</if>> - <<if $slaves[$i].weight < 20>> - Hormonal changes encourage her body to @@color:lime;grow softer.@@ - <<set $slaves[$i].weight += 1>> - <</if>> - <<if ($slaves[$i].breasts <= 400)>> - Her breasts @@color:lime;grow slightly@@ from the estrogen. - <<set $slaves[$i].boobs += 10>> - <</if>> - <<if $slaves[$i].butt < 3 && random(1,100) > 75>> - Her rear @@color:lime;rounds out@@ to fit her developing femininity. - <<set $slaves[$i].butt += 1>> - <</if>> - <<if $slaves[$i].dick > 1 && random(1,100) > 99>> - Her dick @@color:orange;shrinks slightly@@ due to her body chemistry. - <<set $slaves[$i].dick -= 1>> - <</if>> - <<if $slaves[$i].balls > 1 && random(1,100) > 99>> - Her balls @@color:orange;shrivel@@ due to her body chemistry. - <<set $slaves[$i].balls -= 1>> - <</if>> -<</if>> -<<if $slaves[$i].attrXY < 100>> - She begins to find men @@color:lime;a little more attractive@@ thanks to the female hormones. - <<set $slaves[$i].attrXY += 1>> -<</if>> -<<if $slaves[$i].energy < 70>> - Hormones leave her feeling @@color:lime;a little more frisky@@ towards others. - <<set $slaves[$i].energy += 1>> -<</if>> - -<<elseif ($slaves[$i].diet is "XY")>> /* Male Hormones */ - -<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her. - <<set $slaves[$i].devotion += 1>> + <<if ($slaves[$i].behavioralQuirk is "fitness")>> + She attacks lifting with real enthusiasm, further increasing her mass. + <<set $slaves[$i].muscles += 2>> <</if>> - <<if $slaves[$i].muscles < 60>> - Hormonal changes encourage her body to @@color:lime;gain muscle.@@ - <<set $slaves[$i].muscles += 1>> + <<if random(1,100) > 90>> + <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>> + @@color:orange;Her breasts get a little smaller.@@ + <<set $slaves[$i].boobs -= 50>> + <<elseif ($slaves[$i].butt > 1)>> + @@color:orange;Her butt gets a little smaller.@@ + <<set $slaves[$i].butt -= 1>> <</if>> - <<if $slaves[$i].dick < 4 && random(1,100) > 95>> - Her dick @@color:lime;grows slightly@@ due to the male hormones in her diet. - <<set $slaves[$i].dick += 1>> <</if>> - <<if $slaves[$i].balls < 3 && random(1,100) > 95>> - Her balls @@color:lime;swell@@ due to the male hormones in her diet. - <<set $slaves[$i].balls += 1>> + <<if random(1,100) > 80>> + Her workout successes have @@color:green;improved her health.@@ + <<set $slaves[$i].health += 10>> <</if>> - <<if ($slaves[$i].breasts > 400)>> - Her breasts @@color:orange;lose some mass@@ from the lack of estrogen in her diet. - <<set $slaves[$i].boobs -= 10>> + <<if $slaves[$i].weight > 10>> + Her workouts have also @@color:orange;burned off some excess fat.@@ + <<set $slaves[$i].weight -= 2>> <</if>> -<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was less feminine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her. - <<set $slaves[$i].devotion += 1>> +<<elseif ($slaves[$i].diet is "slimming")>> /* Muscle Loss */ + <<if $slaves[$i].muscles <= 5>> + Her long workouts focus on cardio. She has finally @@color:lime;lost all visible musculature.@@ + <<set $slaves[$i].muscles = 0>> + <<set $slaves[$i].diet to "healthy">> + <<elseif ($slaves[$i].drugs is "steroids")>> + Her long workouts focus on cardio, but since she's still shooting gear, she @@color:lime;loses mass slowly.@@ + <<set $slaves[$i].muscles -= 3>> + <<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones < 0)>> + Her long workouts focus on cardio, but since she's got so much natural and artificial testosterone, she @@color:lime;loses mass slowly.@@ + <<set $slaves[$i].muscles -= 3>> + <<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>> + Her long workouts focus on cardio, and with the natural testosterone in her system counteracted by hormone treatment, she @@color:lime;loses musculature.@@ + <<set $slaves[$i].muscles -= 5>> + <<elseif ($slaves[$i].balls > 0)>> + Her long workouts focus on cardio, but with some natural testosterone in her system, she @@color:lime;loses muscle slowly.@@ + <<set $slaves[$i].muscles -= 3>> + <<elseif ($slaves[$i].hormones > 0)>> + Her long workouts focus on cardio, and with female hormone treatment, she @@color:lime;loses musculature rapidly.@@ + <<set $slaves[$i].muscles -= 8>> + <<elseif ($slaves[$i].hormones < 0)>> + Her long workouts focus on cardio, but under male hormone treatment, she @@color:lime;loses muscle slowly.@@ + <<set $slaves[$i].muscles -= 3>> + <<else>> + Her long workouts focus on cardio, and she @@color:lime;loses musculature.@@ + <<set $slaves[$i].muscles -= 5>> <</if>> - <<if $slaves[$i].muscles < 15>> - Hormonal changes encourage her body to @@color:lime;gain muscle.@@ - <<set $slaves[$i].muscles += 1>> + <<if ($slaves[$i].behavioralQuirk is "fitness")>> + She approaches endurance work with real enthusiasm, quickly slimming her down. + <<set $slaves[$i].muscles -= 2>> <</if>> - <<if ($slaves[$i].breasts > 500)>> - Her breasts @@color:orange;lose some mass@@ from the lack of estrogen in her diet. - <<set $slaves[$i].boobs -= 10>> + <<if random(1,100) > 90>> + <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>> + @@color:orange;Her breasts get a little smaller.@@ + <<set $slaves[$i].boobs -= 50>> + <<elseif ($slaves[$i].butt > 1)>> + @@color:orange;Her butt gets a little smaller.@@ + <<set $slaves[$i].butt -= 1>> <</if>> -<<elseif $slaves[$i].balls > 0>> /* male */ - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@color:hotpink;lets her enjoy@@ the - -testosterone rich food given to her. - <<set $slaves[$i].devotion += 1>> <</if>> - <<if $slaves[$i].muscles < 30>> - Hormonal changes encourage her body to @@color:lime;gain muscle.@@ + <<if random(1,100) > 80>> + Her workout successes have @@color:green;improved her health.@@ + <<set $slaves[$i].health += 10>> <</if>> - <<if $slaves[$i].dick < 4 && random(1,100) > 95>> - Her dick @@color:lime;grows slightly@@ due to the male hormones in her diet. - <<set $slaves[$i].dick += 1>> + <<if $slaves[$i].weight > 10>> + Her workouts have also @@color:orange;burned off some excess fat.@@ + <<set $slaves[$i].weight -= 2>> <</if>> - <<if $slaves[$i].balls < 4 && random(1,100) > 95>> - Her balls @@color:lime;swell@@ due to the male hormones in her diet. - <<set $slaves[$i].balls += 1>> + <<elseif ($slaves[$i].diet is "cum production")>> + <<if ($slaves[$i].attrXX < 80)>> + She finds herself @@color:lime;fantasizing about fucking girls@@ in her free time. + <<set $slaves[$i].attrXX += 2>> + <</if>> + <<if ($slaves[$i].balls < 6) && (random(1,100) > 90)>> + Her @@color:lime;balls swell@@ to better accommodate her increased cum production. + <<set $slaves[$i].balls += 1>> + <</if>> + <<if ($slaves[$i].fetishKnown == 1)>> + <<if ($slaves[$i].fetishStrength < 95) && ($slaves[$i].fetish is "pregnancy")>> + Her thoughts frequently drift towards @@color:coral;bellies swelling with her children@@ whenever she has sex or pleasures herself. + <<set $slaves[$i].fetishStrength += 1>> + <<elseif ($slaves[$i].energy < 90) && ($slaves[$i].fetish is "pregnancy")>> + Her eagerness for sex @@color:lime;grows stronger@@ the more her aching nuts yearn to inseminate a fertile womb. + <<set $slaves[$i].energy += 1>> + <</if>> + <</if>> + <<if ($slaves[$i].fetishStrength <= 65)>> + <<if ($slaves[$i].fetish != "pregnancy")>> + <<if $fetishChangeChance > random(0,100)>> + She begins to find the thought of filling a fertile womb with sperm @@color:lime;irresistable@@. + <<set $slaves[$i].fetish to "pregnancy">> + <<set $slaves[$i].fetishKnown to 1>> + <</if>> + <</if>> + <</if>> + <<elseif ($slaves[$i].diet is "XX")>> /* Female Hormones */ + <<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if $slaves[$i].weight < 30>> + Hormonal changes encourage her body to @@color:lime;grow softer.@@ + <<set $slaves[$i].weight += 1>> + <</if>> + <<if ($slaves[$i].breasts <= 500)>> + Her breasts @@color:lime;grow slightly@@ from the estrogen. + <<set $slaves[$i].boobs += 10>> + <</if>> + <<if $slaves[$i].butt < 4 && random(1,100) > 75>> + Her rear @@color:lime;rounds out@@ to fit her developing femininity. + <<set $slaves[$i].butt += 1>> + <</if>> + <<if $slaves[$i].dick > 1 && random(1,100) > 95>> + Her dick @@color:orange;shrinks slightly@@ due to her body chemistry. + <<set $slaves[$i].dick -= 1>> + <</if>> + <<if $slaves[$i].balls > 1 && random(1,100) > 95>> + Her balls @@color:orange;shrivel@@ due to her body chemistry. + <<set $slaves[$i].balls -= 1>> + <</if>> + <<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more fertile @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if $slaves[$i].weight < 40>> + Hormonal changes encourage her body to @@color:lime;grow softer.@@ + <<set $slaves[$i].weight += 1>> + <</if>> + <<if ($slaves[$i].breasts <= 600)>> + Her breasts @@color:lime;grow slightly@@ from the estrogen. + <<set $slaves[$i].boobs += 10>> + <</if>> + <<if $slaves[$i].butt < 5 && random(1,100) > 75>> + Her rear @@color:lime;rounds out@@ to fit her developing femininity. + <<set $slaves[$i].butt += 1>> + <</if>> + <<elseif $slaves[$i].balls > 0>> /* male */ + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if $slaves[$i].weight < 20>> + Hormonal changes encourage her body to @@color:lime;grow softer.@@ + <<set $slaves[$i].weight += 1>> + <</if>> + <<if ($slaves[$i].breasts <= 400)>> + Her breasts @@color:lime;grow slightly@@ from the estrogen. + <<set $slaves[$i].boobs += 10>> + <</if>> + <<if $slaves[$i].butt < 3 && random(1,100) > 75>> + Her rear @@color:lime;rounds out@@ to fit her developing femininity. + <<set $slaves[$i].butt += 1>> + <</if>> + <<if $slaves[$i].dick > 1 && random(1,100) > 99>> + Her dick @@color:orange;shrinks slightly@@ due to her body chemistry. + <<set $slaves[$i].dick -= 1>> + <</if>> + <<if $slaves[$i].balls > 1 && random(1,100) > 99>> + Her balls @@color:orange;shrivel@@ due to her body chemistry. + <<set $slaves[$i].balls -= 1>> + <</if>> <</if>> - <<if ($slaves[$i].breasts > 300)>> - Her breasts @@color:orange;lose some mass@@ to better suit her body chemistry. - <<set $slaves[$i].boobs -= 10>> + <<if $slaves[$i].attrXY < 100>> + She begins to find men @@color:lime;a little more attractive@@ thanks to the female hormones. + <<set $slaves[$i].attrXY += 1>> <</if>> -<</if>> -<<if $slaves[$i].attrXX < 100>> - She begins to find women @@color:lime;a little more attractive@@ thanks to the male hormones. - <<set $slaves[$i].attrXX += 1>> -<</if>> -<<if $slaves[$i].energy < 70>> - Hormones leave her feeling @@color:lime;a little more frisky@@ towards others. - <<set $slaves[$i].energy += 1>> -<</if>> - -<<elseif ($slaves[$i].diet is "XXY")>> /* Futa Hormones */ - - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - Despite some doubts lurking at the back of her mind, your insistence that she will be gorgeous if she embraced both halves of her sexuality @@color:hotpink;lets her enjoy@@ her special diet. - <<set $slaves[$i].devotion += 1>> + <<if $slaves[$i].energy < 70>> + Hormones leave her feeling @@color:lime;a little more frisky@@ towards others. + <<set $slaves[$i].energy += 1>> <</if>> - <<if $slaves[$i].muscles < 90>> - Hormonal changes encourage her body to @@color:lime;gain muscle.@@ - <<set $slaves[$i].muscles += 1>> + <<elseif ($slaves[$i].diet is "XY")>> /* Male Hormones */ + <<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if $slaves[$i].muscles < 60>> + Hormonal changes encourage her body to @@color:lime;gain muscle.@@ + <<set $slaves[$i].muscles += 1>> + <</if>> + <<if $slaves[$i].dick < 4 && random(1,100) > 95>> + Her dick @@color:lime;grows slightly@@ due to the male hormones in her diet. + <<set $slaves[$i].dick += 1>> + <</if>> + <<if $slaves[$i].balls < 3 && random(1,100) > 95>> + Her balls @@color:lime;swell@@ due to the male hormones in her diet. + <<set $slaves[$i].balls += 1>> + <</if>> + <<if ($slaves[$i].breasts > 400)>> + Her breasts @@color:orange;lose some mass@@ from the lack of estrogen in her diet. + <<set $slaves[$i].boobs -= 10>> + <</if>> + <<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was less feminine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if $slaves[$i].muscles < 15>> + Hormonal changes encourage her body to @@color:lime;gain muscle.@@ + <<set $slaves[$i].muscles += 1>> + <</if>> + <<if ($slaves[$i].breasts > 500)>> + Her breasts @@color:orange;lose some mass@@ from the lack of estrogen in her diet. + <<set $slaves[$i].boobs -= 10>> + <</if>> + <<elseif $slaves[$i].balls > 0>> /* male */ + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if $slaves[$i].muscles < 30>> + Hormonal changes encourage her body to @@color:lime;gain muscle.@@ + <</if>> + <<if $slaves[$i].dick < 4 && random(1,100) > 95>> + Her dick @@color:lime;grows slightly@@ due to the male hormones in her diet. + <<set $slaves[$i].dick += 1>> + <</if>> + <<if $slaves[$i].balls < 4 && random(1,100) > 95>> + Her balls @@color:lime;swell@@ due to the male hormones in her diet. + <<set $slaves[$i].balls += 1>> + <</if>> + <<if ($slaves[$i].breasts > 300)>> + Her breasts @@color:orange;lose some mass@@ to better suit her body chemistry. + <<set $slaves[$i].boobs -= 10>> + <</if>> <</if>> - <<if $slaves[$i].weight < 50>> - Hormonal changes encourage her body to @@color:lime;grow softer.@@ - <<set $slaves[$i].weight += 1>> + <<if $slaves[$i].attrXX < 100>> + She begins to find women @@color:lime;a little more attractive@@ thanks to the male hormones. + <<set $slaves[$i].attrXX += 1>> <</if>> - <<if ($slaves[$i].breasts <= 800)>> - Her breasts @@color:lime;grow slightly@@ to fit her developing femininity. - <<set $slaves[$i].boobs += 10>> + <<if $slaves[$i].energy < 70>> + Hormones leave her feeling @@color:lime;a little more frisky@@ towards others. + <<set $slaves[$i].energy += 1>> <</if>> - <<if $slaves[$i].butt < 5 && random(1,100) > 75>> - Her rear @@color:lime;rounds out@@ to fit her developing femininity. - <<set $slaves[$i].butt += 1>> + <<elseif ($slaves[$i].diet is "XXY")>> /* Futa Hormones */ + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + Despite some doubts lurking at the back of her mind, your insistence that she will be gorgeous if she embraced both halves of her sexuality @@color:hotpink;lets her enjoy@@ her special diet. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if $slaves[$i].muscles < 90>> + Hormonal changes encourage her body to @@color:lime;gain muscle.@@ + <<set $slaves[$i].muscles += 1>> + <</if>> + <<if $slaves[$i].weight < 50>> + Hormonal changes encourage her body to @@color:lime;grow softer.@@ + <<set $slaves[$i].weight += 1>> + <</if>> + <<if ($slaves[$i].breasts <= 800)>> + Her breasts @@color:lime;grow slightly@@ to fit her developing femininity. + <<set $slaves[$i].boobs += 10>> + <</if>> + <<if $slaves[$i].butt < 5 && random(1,100) > 75>> + Her rear @@color:lime;rounds out@@ to fit her developing femininity. + <<set $slaves[$i].butt += 1>> + <</if>> + <<if $slaves[$i].dick < 5 && random(1,100) > 90>> + Her dick @@color:lime;grows slightly@@ to fit her developing masculinity. + <<set $slaves[$i].dick += 1>> + <</if>> + <<if $slaves[$i].balls < 5 && random(1,100) > 90>> + Her balls @@color:lime;swell@@ to fit her developing masculinity. + <<set $slaves[$i].balls += 1>> + <</if>> + <<if $slaves[$i].attrXX < 100>> + She begins to find women @@color:lime;a little more attractive@@ thanks to her specialized hormones. + <<set $slaves[$i].attrXX += 1>> <</if>> - <<if $slaves[$i].dick < 5 && random(1,100) > 90>> - Her dick @@color:lime;grows slightly@@ to fit her developing masculinity. - <<set $slaves[$i].dick += 1>> + <<if $slaves[$i].attrXY < 100>> + She begins to find men @@color:lime;a little more attractive@@ thanks to her specialized hormones. + <<set $slaves[$i].attrXY += 1>> <</if>> - <<if $slaves[$i].balls < 5 && random(1,100) > 90>> - Her balls @@color:lime;swell@@ to fit her developing masculinity. - <<set $slaves[$i].balls += 1>> + <<if $slaves[$i].energy < 90>> + She hormones leave her feeling @@color:lime;a little more frisky@@ towards others. + <<set $slaves[$i].energy += 1>> <</if>> -<<if $slaves[$i].attrXX < 100>> - She begins to find women @@color:lime;a little more attractive@@ thanks to her specialized hormones. - <<set $slaves[$i].attrXX += 1>> -<</if>> -<<if $slaves[$i].attrXY < 100>> - She begins to find men @@color:lime;a little more attractive@@ thanks to her specialized hormones. - <<set $slaves[$i].attrXY += 1>> -<</if>> -<<if $slaves[$i].energy < 90>> - She hormones leave her feeling @@color:lime;a little more frisky@@ towards others. - <<set $slaves[$i].energy += 1>> -<</if>> <</if>> -<<if ($slaves[$i].dietCum > 1)>> +<<if ($slaves[$i].dietCum > 0)>> <<if ($slaves[$i].devotion > 20)>> /* Diet effects for Devotion over 20 -- For ALL cum diets */ <<if ($slaves[$i].fetishKnown == 1)>> <<if ($slaves[$i].fetishStrength > 95) && ($slaves[$i].fetish is "cumslut")>> @@ -644,33 +618,112 @@ testosterone rich food given to her. <<set $slaves[$i].devotion += 1>> <</if>> <</if>> - <</if>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<if ($slaves[$i].fetish != "cumslut")>> - <<if $fetishChangeChance > random(0,100)>> - After sucking down cum for sustenance, she has started to think of the stuff as a @@color:lightcoral;normal part@@ of life. - <<set $slaves[$i].fetish to "cumslut">> - <<set $slaves[$i].fetishKnown to 1>> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<if ($slaves[$i].fetish != "cumslut")>> + <<if $fetishChangeChance > random(0,100)>> + After sucking down cum for sustenance, she has started to think of the stuff as a @@color:lightcoral;normal part@@ of life. + <<set $slaves[$i].fetish to "cumslut">> + <<set $slaves[$i].fetishKnown to 1>> + <</if>> + <</if>> <</if>> - <</if>> - <</if>> -<<elseif ($slaves[$i].dietCum > 0)>> - <<if ($slaves[$i].fetishKnown == 0)>> - <<if ($slaves[$i].fetish != "cumslut")>> - She is @@color:mediumorchid;nauseated@@ by the large amounts of ejaculate in her diet. - <<set $slaves[$i].devotion -= 2>> - <<if $slaves[$i].weight >= -95>> - She has trouble keeping her disgusting food down; she loses weight. - <<set $slaves[$i].weight -= 5>> - <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>> - @@color:orange;Her breasts get a little smaller.@@ - <<set $slaves[$i].boobs -= 50>> - <<elseif ($slaves[$i].butt > 1)>> - @@color:orange;Her butt gets a little smaller.@@ - <<set $slaves[$i].butt -= 1>> + <<else>> /* For devotion under 20. This is for all cum diets EXCEPT restricted and fattening diets. See above for those effects */ + <<if ($slaves[$i].sexualFlaw != "cum addict")>> + <<if ($slaves[$i].fetish != "cumslut")>> + <<if $slaves[$i].diet != "fattening">> + <<if $slaves[$i].diet != "restricted">> + <<if $slaves[$i].energy < 60>> + <<if $slaves[$i].dietCum == 2>> + Her diet is basically pure ejaculate supplemented by nutritional vitamins. Being forced to rely on human sex-fluid for sustenance @@color:mediumorchid;nauseates her.@@ + <<set $slaves[$i].devotion -= 3>> + <<elseif $slaves[$i].dietCum == 1>> + She is @@color:mediumorchid;nauseated@@ by the large amounts of ejaculate in her diet. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <<if $slaves[$i].weight >= -95>> + <<if $cockFeeder != 1>> + <<if $slaves[$i].dietCum == 2>> + She has trouble keeping her disgusting food down; she loses weight. + <<set $slaves[$i].weight -= 5>> + <<elseif $slaves[$i].dietCum == 1>> + <<if random(1,3) == 3>> + She has trouble keeping her disgusting food down; she loses weight. + <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>> + @@color:orange;Her breasts get a little smaller.@@ + <<set $slaves[$i].boobs -= 50>> + <<elseif ($slaves[$i].butt > 1)>> + @@color:orange;Her butt gets a little smaller.@@ + <<set $slaves[$i].butt -= 1>> + <</if>> + <</if>> + <</if>> + <<else>> + Despite her revulsion, the deep-throating phallic feeders ensure that she swallows all her food. + <</if>> + <</if>> + <<else>> + <<if $slaves[$i].dietCum == 2>> + <<if $slaves[$i].energy > 80>> + She has become so sex-driven that she @@color:lime;appreciates the perversity@@ of her extreme cum diet, despite @@color:mediumorchid;it sometimes being a bit too much for her.@@ + <<set $slaves[$i].devotion -= 1>> + <<set $slaves[$i].energy += 1>> + <<else>> + Her high sex drive helps her pretend her heavy cum-based diet is the <<if $slaves[$i].fetish is "masochist">>ejaculate of an abusive lover<<elseif $slaves[$i].fetish is "boobs">>fresh milk from a pretty dairy cow<<elseif $slaves[$i].fetish is "submissive">>ejaculate of a dominant partner<<elseif $slaves[$i].fetish is "pregnancy">>ejaculate of her future baby's father<<elseif $slaves[$i].fetish is "sadist">>ejaculate of a pain-slut she recently milked<<elseif $slaves[$i].fetish is "buttslut">>ejaculate of a cock that just came from her butt<<elseif $slaves[$i].fetish is "dom">>ejaculate of a weak-minded submissive<<elseif $slaves[$i].fetish is "humiliation">>ejaculate of a publicly used slut<<else>>ejaculate of a gentle lover<</if>>--helping her keep her @@color:mediumorchid;unpleasant@@ food down. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <<elseif $slaves[$i].dietCum == 1>> + <<if $slaves[$i].energy > 80>> + She has become so sex-driven that she appreciates the perversity of her cum diet, making her @@color:lime;feel sexier@@ for eating it. + <<set $slaves[$i].energy += 2>> + <<else>> + Her high sex drive helps her pretend her cum-supplemeneted diet is the <<if $slaves[$i].fetish is "masochist">>ejaculate of an abusive lover<<elseif $slaves[$i].fetish is "boobs">>fresh milk from a pretty dairy cow<<elseif $slaves[$i].fetish is "submissive">>ejaculate of a dominant partner<<elseif $slaves[$i].fetish is "pregnancy">>ejaculate of her future baby's father<<elseif $slaves[$i].fetish is "sadist">>ejaculate of a pain-slut she recently milked<<elseif $slaves[$i].fetish is "buttslut">>ejaculate of a cock that just came from her butt<<elseif $slaves[$i].fetish is "dom">>ejaculate of a weak-minded submissive<<elseif $slaves[$i].fetish is "humiliation">>ejaculate of a publicly used slut<<else>>ejaculate of a gentle lover<</if>>--helping her swallow her food without complaint. + <</if>> + <</if>> + <</if>> + <</if>> + <</if>> + <</if>> <</if>> <</if>> - <</if>> +<</if>> + +<<if $cockFeeder == 1>> /* Cockfeeder effects independent of diet type. There are other special cockfeeder effects for fattening and slimming cum diets above */ + <<if $slaves[$i].fetish != "mindbroken">> + <<if ($slaves[$i].sexualFlaw is "hates oral")>> + <<if ndef _weightGain>> + <<if random(1,100) > 80>> + Getting her sustenance only after working the phallic food dispensers in the kitchen forces her to @@color:green;accept oral sex@@ as a fact of life. + <<set $slaves[$i].sexualFlaw to "none">> + <<else>> + Being forced to get her sustenance only by working the phallic food dispensers in the kitchen @@color:mediumorchid;infuriates her,@@ since she hates oral. + <<set $slaves[$i].devotion -= 4>> + <</if>> + <</if>> + <<elseif ($slaves[$i].fetishKnown == 0) && ($slaves[$i].fetish is "cumslut")>> + <<if ($slaves[$i].fetishKnown == 0)>> + Being forced to get her sustenance only by working the phallic food dispensers in the kitchen has revealed something: @@color:lightcoral;she's got an oral fetish!@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetishStrength <= 95) && ($slaves[$i].devotion > 4)>> + Being forced to get her sustenance only by working the phallic food dispensers in the kitchen has @@color:lightcoral;deepened her oral fixation.@@ + <<set $slaves[$i].fetishStrength += 5>> + <</if>> + <<elseif ($slaves[$i].fetish != "cumslut")>> + <<if ndef _weightGain>> + <<if ($slaves[$i].devotion < -20)>> + Being forced to get her sustenance only by working the phallic food dispensers in the kitchen @@color:mediumorchid;disgusts her.@@ + <<set $slaves[$i].devotion -= 2>> + <<elseif $fetishChangeChance > random(0,100)>> + Getting her sustenance only after working the phallic food dispensers in the kitchen makes sucking cock to completion such an integral part of her life that she starts to @@color:lightcoral;fetishize ejaculate.@@ + <<set $slaves[$i].fetish to "cumslut">> + <<set $slaves[$i].fetishKnown to 1>> + <<set $slaves[$i].fetishStrength = 10>> + <</if>> + <</if>> + <</if>> + <<if ($slaves[$i].sexualQuirk is "gagfuck queen")>> + She @@color:hotpink;secretly enjoys@@ gagging on her breakfast every morning. + <<set $slaves[$i].devotion += 1>> + <</if>> <</if>> <</if>> @@ -768,109 +821,107 @@ testosterone rich food given to her. <<elseif ($slaves[$i].diet is "XX")>> /* Female Hormones */ The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's being @@color:lime;feminized.@@ -<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ - <<if $slaves[$i].weight < 30>> - Hormonal changes encourage its body to @@color:lime;grow softer.@@ - <<set $slaves[$i].weight += 1>> - <</if>> - <<if ($slaves[$i].breasts <= 500)>> - Its breasts @@color:lime;grow slightly@@ from the estrogen. - <<set $slaves[$i].boobs += 10>> - <</if>> - <<if $slaves[$i].butt < 4 && random(1,100) > 75>> - Its rear @@color:lime;rounds out@@ to fit its growing curves. - <<set $slaves[$i].butt += 1>> - <</if>> - <<if $slaves[$i].dick > 1 && random(1,100) > 95>> - Its dick @@color:orange;shrinks slightly.@@ - <<set $slaves[$i].dick -= 1>> - <</if>> - <<if $slaves[$i].balls > 1 && random(1,100) > 95>> - Its balls @@color:orange;shrivel@@ due to its body chemistry. - <<set $slaves[$i].balls -= 1>> - <</if>> -<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ - <<if $slaves[$i].weight < 40>> - Hormonal changes encourage its body to @@color:lime;grow softer.@@ - <<set $slaves[$i].weight += 1>> - <</if>> - <<if ($slaves[$i].breasts <= 600)>> - Its breasts @@color:lime;grow slightly@@ from the estrogen. - <<set $slaves[$i].boobs += 10>> - <</if>> - <<if $slaves[$i].butt < 5 && random(1,100) > 75>> - Its rear @@color:lime;rounds out@@ to fit its developing femininity. - <<set $slaves[$i].butt += 1>> - <</if>> -<<elseif $slaves[$i].balls > 0>> /* male */ - <<if $slaves[$i].weight < 20>> - Hormonal changes encourage its body to @@color:lime;grow softer.@@ - <<set $slaves[$i].weight += 1>> - <</if>> - <<if ($slaves[$i].breasts <= 400)>> - Its breasts @@color:lime;grow slightly@@ from the estrogen. - <<set $slaves[$i].boobs += 10>> - <</if>> - <<if $slaves[$i].butt < 3 && random(1,100) > 75>> - Its rear @@color:lime;rounds out@@ to fit its developing femininity. - <<set $slaves[$i].butt += 1>> - <</if>> - <<if $slaves[$i].dick > 1 && random(1,100) > 99>> - Its dick @@color:orange;shrinks slightly@@ due to its body chemistry. - <<set $slaves[$i].dick -= 1>> - <</if>> - <<if $slaves[$i].balls > 1 && random(1,100) > 99>> - Its balls @@color:orange;shrivel@@ due to its body chemistry. - <<set $slaves[$i].balls -= 1>> + <<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ + <<if $slaves[$i].weight < 30>> + Hormonal changes encourage its body to @@color:lime;grow softer.@@ + <<set $slaves[$i].weight += 1>> + <</if>> + <<if ($slaves[$i].breasts <= 500)>> + Its breasts @@color:lime;grow slightly@@ from the estrogen. + <<set $slaves[$i].boobs += 10>> + <</if>> + <<if $slaves[$i].butt < 4 && random(1,100) > 75>> + Its rear @@color:lime;rounds out@@ to fit its growing curves. + <<set $slaves[$i].butt += 1>> + <</if>> + <<if $slaves[$i].dick > 1 && random(1,100) > 95>> + Its dick @@color:orange;shrinks slightly.@@ + <<set $slaves[$i].dick -= 1>> + <</if>> + <<if $slaves[$i].balls > 1 && random(1,100) > 95>> + Its balls @@color:orange;shrivel@@ due to its body chemistry. + <<set $slaves[$i].balls -= 1>> + <</if>> + <<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ + <<if $slaves[$i].weight < 40>> + Hormonal changes encourage its body to @@color:lime;grow softer.@@ + <<set $slaves[$i].weight += 1>> + <</if>> + <<if ($slaves[$i].breasts <= 600)>> + Its breasts @@color:lime;grow slightly@@ from the estrogen. + <<set $slaves[$i].boobs += 10>> + <</if>> + <<if $slaves[$i].butt < 5 && random(1,100) > 75>> + Its rear @@color:lime;rounds out@@ to fit its developing femininity. + <<set $slaves[$i].butt += 1>> + <</if>> + <<elseif $slaves[$i].balls > 0>> /* male */ + <<if $slaves[$i].weight < 20>> + Hormonal changes encourage its body to @@color:lime;grow softer.@@ + <<set $slaves[$i].weight += 1>> + <</if>> + <<if ($slaves[$i].breasts <= 400)>> + Its breasts @@color:lime;grow slightly@@ from the estrogen. + <<set $slaves[$i].boobs += 10>> + <</if>> + <<if $slaves[$i].butt < 3 && random(1,100) > 75>> + Its rear @@color:lime;rounds out@@ to fit its developing femininity. + <<set $slaves[$i].butt += 1>> + <</if>> + <<if $slaves[$i].dick > 1 && random(1,100) > 99>> + Its dick @@color:orange;shrinks slightly@@ due to its body chemistry. + <<set $slaves[$i].dick -= 1>> + <</if>> + <<if $slaves[$i].balls > 1 && random(1,100) > 99>> + Its balls @@color:orange;shrivel@@ due to its body chemistry. + <<set $slaves[$i].balls -= 1>> + <</if>> <</if>> -<</if>> - <<elseif ($slaves[$i].diet is "XY")>> /* Male Hormones */ The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's becoming @@color:lime;masculine.@@ -<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ - <<if $slaves[$i].muscles < 60>> - Hormonal changes encourage its body to @@color:lime;gain muscle.@@ - <<set $slaves[$i].muscles += 1>> - <</if>> - <<if $slaves[$i].dick < 4 && random(1,100) > 95>> - Her dick @@color:lime;grows slightly@@ due to the male hormones in its diet. - <<set $slaves[$i].dick += 1>> - <</if>> - <<if $slaves[$i].balls < 3 && random(1,100) > 95>> - Its balls @@color:lime;swell@@ due to the male hormones in its diet. - <<set $slaves[$i].balls += 1>> - <</if>> - <<if ($slaves[$i].breasts > 400)>> - ITs breasts @@color:orange;lose some mass@@ from the lack of estrogen in its diet. - <<set $slaves[$i].boobs -= 10>> - <</if>> -<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ - <<if $slaves[$i].muscles < 15>> - Hormonal changes encourage its body to @@color:lime;gain muscle.@@ - <<set $slaves[$i].muscles += 1>> - <</if>> - <<if ($slaves[$i].breasts > 500)>> - Its breasts @@color:orange;lose some mass@@ from the lack of estrogen in its diet. - <<set $slaves[$i].boobs -= 10>> - <</if>> -<<elseif $slaves[$i].balls > 0>> /* male */ - <<if $slaves[$i].muscles < 30>> - Hormonal changes encourage its body to @@color:lime;gain muscle.@@ - <</if>> - <<if $slaves[$i].dick < 4 && random(1,100) > 95>> - Its dick @@color:lime;grows slightly@@ due to the male hormones in its diet. - <<set $slaves[$i].dick += 1>> - <</if>> - <<if $slaves[$i].balls < 4 && random(1,100) > 95>> - Its balls @@color:lime;swell@@ due to the male hormones in its diet. - <<set $slaves[$i].balls += 1>> - <</if>> - <<if ($slaves[$i].breasts > 300)>> - Its breasts @@color:orange;lose some mass@@ to better suit its body chemistry. - <<set $slaves[$i].boobs -= 10>> + <<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */ + <<if $slaves[$i].muscles < 60>> + Hormonal changes encourage its body to @@color:lime;gain muscle.@@ + <<set $slaves[$i].muscles += 1>> + <</if>> + <<if $slaves[$i].dick < 4 && random(1,100) > 95>> + Her dick @@color:lime;grows slightly@@ due to the male hormones in its diet. + <<set $slaves[$i].dick += 1>> + <</if>> + <<if $slaves[$i].balls < 3 && random(1,100) > 95>> + Its balls @@color:lime;swell@@ due to the male hormones in its diet. + <<set $slaves[$i].balls += 1>> + <</if>> + <<if ($slaves[$i].breasts > 400)>> + ITs breasts @@color:orange;lose some mass@@ from the lack of estrogen in its diet. + <<set $slaves[$i].boobs -= 10>> + <</if>> + <<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */ + <<if $slaves[$i].muscles < 15>> + Hormonal changes encourage its body to @@color:lime;gain muscle.@@ + <<set $slaves[$i].muscles += 1>> + <</if>> + <<if ($slaves[$i].breasts > 500)>> + Its breasts @@color:orange;lose some mass@@ from the lack of estrogen in its diet. + <<set $slaves[$i].boobs -= 10>> + <</if>> + <<elseif $slaves[$i].balls > 0>> /* male */ + <<if $slaves[$i].muscles < 30>> + Hormonal changes encourage its body to @@color:lime;gain muscle.@@ + <</if>> + <<if $slaves[$i].dick < 4 && random(1,100) > 95>> + Its dick @@color:lime;grows slightly@@ due to the male hormones in its diet. + <<set $slaves[$i].dick += 1>> + <</if>> + <<if $slaves[$i].balls < 4 && random(1,100) > 95>> + Its balls @@color:lime;swell@@ due to the male hormones in its diet. + <<set $slaves[$i].balls += 1>> + <</if>> + <<if ($slaves[$i].breasts > 300)>> + Its breasts @@color:orange;lose some mass@@ to better suit its body chemistry. + <<set $slaves[$i].boobs -= 10>> + <</if>> <</if>> -<</if>> - <<elseif ($slaves[$i].diet is "XXY")>> /* Futa Hormones */ The ports in Fuckdoll suits allow total dietary control, and it's barely aware its sexual aspects are being @@color:lime;enhanced.@@ <<if $slaves[$i].muscles < 90>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 59ebae32dfacfd6718b8314ed9f1da5d823057c6..cf7b9fac79b8689057da018b5f16aed32b868173 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -590,7 +590,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr Constantly wearing a dildo in her virgin pussy @@color:lime;gets it used to penetration.@@ <<set $slaves[$i].vagina += 1>> <<else>> - Her pussy easily accomodates the dildo she's required to wear. + Her pussy easily accommodates the dildo she's required to wear. <</if>> <<if $slaves[$i].fuckdoll == 0>> <<if $slaves[$i].fetish != "mindbroken">> @@ -629,7 +629,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr The large dildo she's required to wear is a stretch for her cunt, but pussies are resilient and hers isn't seriously affected. <</if>> <<else>> - Her pussy accomodates the large dildo she's required to wear. + Her pussy accommodates the large dildo she's required to wear. <</if>> <<if $slaves[$i].fuckdoll == 0>> <<if $slaves[$i].fetish != "mindbroken">> @@ -658,7 +658,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr The large dildo she's required to wear is a stretch for her cunt, but pussies are resilient and hers isn't seriously affected. <</if>> <<else>> - Her pussy accomodates the large dildo she's required to wear. + Her pussy accommodates the large dildo she's required to wear. <</if>> <<if ($slaves[$i].vagina < 2)>> <<if $slaves[$i].fuckdoll == 0>> @@ -700,7 +700,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <</if>> <<set $slaves[$i].vagina += 1>> <<else>> - Her cavernous pussy accomodates the huge dildo she's required to wear. + Her cavernous pussy accommodates the huge dildo she's required to wear. <</if>> <<elseif ($slaves[$i].vaginalAccessory is "long, huge dildo")>> <<if ($slaves[$i].vagina < 4)>> @@ -723,7 +723,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <</if>> <<set $slaves[$i].vagina += 1>> <<else>> - Her cavernous pussy accomodates the huge dildo she's required to wear. + Her cavernous pussy accommodates the huge dildo she's required to wear. <</if>> <</if>> <<if ($slaves[$i].vaginalAccessory is "long, huge dildo") || ($slaves[$i].vaginalAccessory is "long, large dildo") || ($slaves[$i].vaginalAccessory is "long dildo")>> @@ -784,7 +784,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr The large plug she's required to wear up her ass stretches it to the limit, but on the rare occasions when the plug is removed, her rear hole still tightens up. <</if>> <<else>> - Her anus accomodates the large plug she's required to wear. + Her anus accommodates the large plug she's required to wear. <</if>> <<if $slaves[$i].fuckdoll == 0>> <<if $slaves[$i].fetish != "mindbroken">> @@ -825,7 +825,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <</if>> <<set $slaves[$i].anus += 1>> <<else>> - Her gaping anus accomodates the huge plug she's required to wear. + Her gaping anus accommodates the huge plug she's required to wear. <</if>> <</if>> <<if $slaves[$i].fuckdoll == 0>> @@ -2530,7 +2530,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <<case "cumslut">> <<if $slaves[$i].sexualFlaw != "cum addict">> <<if $slaves[$i].diet == "cum">> - In addition to being an orally fixated cumslut, she eats ejaculate in her food, making the taste omipresent for her. @@color:yellow;She's become psychologically addicted to cum.@@ + In addition to being an orally fixated cumslut, she eats ejaculate in her food, making the taste omnipresent for her. @@color:yellow;She's become psychologically addicted to cum.@@ <<set $slaves[$i].sexualFlaw = "cum addict">> <<elseif $slaves[$i].inflation != 0 && $slaves[$i].inflationType == "cum">> In addition to being an orally fixated cumslut, she is required to keep her belly bloated with cum at all times, making her life revolve around being full of cum. @@color:yellow;She's become psychologically addicted to cum.@@ diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index 3f72d3b9e69dc42480a3d47c50dd0996fe103c5a..b0d0e019cdc5a861617a04fe61e3fe82fd3a5c03 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -656,7 +656,7 @@ She is able to smartly <<if $arcologies[0].FSPaternalist != "unset">>answer<<els <<elseif $slaves[$i].devotion > 95 || $slaves[$i].trust > 95>> Although she wears her faith in you on her metaphorical sleeve, she can't muster the intellectual arguments to counter the shrill voices of backward old world religions. <<else>> - She is hapless as a proseletyzer for the new religious order because her personal understanding and adherence remains inadequate. + She is hapless as a proselytizer for the new religious order because her personal understanding and adherence remains inadequate. <</if>> <</if>> <<if $arcologies[0].FSRomanRevivalist != "unset">> <<if $slaves[$i].clothes == "a toga">> diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw index a3b385f0603d98aa3b03b9cc7527268779ca1358..6ea3917ce4413e78c5af00a65479b5632029ee17 100644 --- a/src/uncategorized/seExpiration.tw +++ b/src/uncategorized/seExpiration.tw @@ -1,5 +1,5 @@ :: SE expiration - + <<nobr>> <<set $nextButton to "Continue">> @@ -37,7 +37,7 @@ Since she is mindbroken, there is precisely no chance that she will be able to l <span id="result"> <<if $cash > 1000>> -<<click "Plead necessity and reactivate her intenture">> +<<click "Plead necessity and reactivate her indenture">> <<replace "#result">> <<nobr>> You plead necessity and place her under another indenture, paying the trivial fees left over once she has been charged for her own forecasted upkeep. Naturally, she offers no response at all to any of this. diff --git a/src/uncategorized/securityForceEOWReport.tw b/src/uncategorized/securityForceEOWReport.tw index 5f502174c31ec4abb63546503916429ca68c0f8c..91e719a3691d80d523b971604f13924136f21b5e 100644 --- a/src/uncategorized/securityForceEOWReport.tw +++ b/src/uncategorized/securityForceEOWReport.tw @@ -1,5 +1,5 @@ :: Security Force EOW Report - + <<silently>> /* Manpower Fluctuation Calculations - loss from attrition, random casualties, etc. Baseline is ~3%/week. Heavier for raiding/slaving, reduced for securing trade. Maxes out between 900-1000, though never exactly that. If over 1000 for some reason, set to 985-995. If under 100, cannot fluctuate further negatively. */ @@ -69,7 +69,7 @@ /* Trade Protection Calculations. Protecting trade is a reputation/prosperity builder and provides a few event triggers. Base rep build of 2.5%/week. Each upgrade adds 0.25%, drones are twice as powerful (swarms to patrol smaller routes while the troops secure the major ones, etc.), to reach a theoretical max of 5% rep boost per week from that (before subsequent modifiers and calculations at EOW). Personnel gates apply a further 0.5% modifier per gate. Prosperity builds at the same rate (adds an extra 5% prosperity per week along the same guidelines as rep using the same logic), and is then applied to the prosperity if the result would be less than/equal to the current prosperity cap. Positive reputation applies a significant positive multiplier (lets go trade with the nice people!), negative reputation applies a significant negative multiplier (trade routes are safe, yeah, but you know, they, uh, murder people for their jewelry and then enslave their children). */ - /* Base rep/propserity gain */ + /* Base rep/prosperity gain */ <<set $securityForceTrade to 0.025>> /* Extra rep/prosperity from upgrades, an extra 0.25% per upgrade. Drones worth twice as much. */ @@ -188,7 +188,7 @@ <br> //Your instructions to the Colonel:// Deployment focus: <span id="focus"><<if $securityForceFocus is "recruit">>''Recruiting and Training''<<elseif $securityForceFocus is "secure">>''Securing Trade Routes''<<else>>''Raiding and Slaving''<</if>></span>. <<click "Recruit and Train">><<set $securityForceFocus to "recruit">><<replace "#focus">>''Recruiting and Training''<</replace>><</click>> | <<click "Secure Trade Routes">><<set $securityForceFocus to "secure">><<replace "#focus">>''Securing Trade Routes''<</replace>><</click>> | <<click "Raiding and Slaving">><<set $securityForceFocus to "raiding">><<replace "#focus">>''Raiding and Slaving''<</replace>><</click>> Rules of Engagement: <span id="roe"><<if $securityForceRulesOfEngagement is "hold">>''Hold Fire''<<elseif $securityForceRulesOfEngagement is "limited">>''Limited Fire''<<else>>''Free Fire''<</if>></span>. <<click "Hold Fire">><<set $securityForceRulesOfEngagement to "hold">><<replace "#roe">>''Hold Fire''<</replace>><</click>> | <<click "Limited Fire">><<set $securityForceRulesOfEngagement to "limited">><<replace "#roe">>''Limited Fire''<</replace>><</click>> | <<click "Free Fire">><<set $securityForceRulesOfEngagement to "free">><<replace "#roe">>''Free Fire''<</replace>><</click>> - Accountability: <span id="accountability"><<if $securityForceAccountability is "strict">>''Strict Accountability''<<elseif $securityForceAccountability is "some">>''Some Accountability''<<else>>''No Accountability''<</if>></span>. <<click "Strict Accountability">><<set $securityForceAccountability to "strict">><<replace "#accountability">>''Strict Accountability''<</replace>><</click>> | <<click "Some Accountability">><<set $securityForceAccountability to "some">><<replace "#accountability">>''Some Accountability''<</replace>><</click>> | <<click "No Accountability">><<set $securityForceAccountability to "none">><<replace "#accountability">>''No Accountability''<</replace>><</click>> + Accountability: <span id="accountability"><<if $securityForceAccountability is "strict">>''Strict Accountability''<<elseif $securityForceAccountability is "some">>''Some Accountability''<<else>>''No Accountability''<</if>></span>. <<click "Strict Accountability">><<set $securityForceAccountability to "strict">><<replace "#accountability">>''Strict Accountability''<</replace>><</click>> | <<click "Some Accountability">><<set $securityForceAccountability to "some">><<replace "#accountability">>''Some Accountability''<</replace>><</click>> | <<click "No Accountability">><<set $securityForceAccountability to "none">><<replace "#accountability">>''No Accountability''<</replace>><</click>> <br> //Current Status:// Equipment (Infantry): <<if $securityForceInfantryPower == 0>>High quality light armour and ballistic small arms.<<elseif $securityForceInfantryPower == 1>>Advanced light armour, basic exo-suits, and ballistic small arms.<<elseif $securityForceInfantryPower is 2>>Advanced light armour with enclosed tac-helmets, advanced exo-suits, and ballistic small arms.<<elseif $securityForceInfantryPower is 3>> Advanced light armour with enclosed tac-helmets, basic enclosed combat suits, and electromagnetic small arms.<<elseif $securityForceInfantryPower is 4>>Advanced light armour with enclosed tac-helmets, advanced enclosed combat suits, and electromagnetic small arms.<<elseif $securityForceInfantryPower is 5>>Advanced light armour with enclosed tac-helmets, advanced enclosed combat suits with personal artillery, and electromagnetic small arms.<</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 82cf91545ebc0eab4e7d1732c377985b1d61f3d0..b667ae2b519ed18c05ef3af9ed3feb31528e816f 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -52,236 +52,236 @@ <br> <span id="miniscene"></span> <<if $activeSlave.fuckdoll == 0>> -<span id="sexoption"> -<<if ($activeSlave.vagina > -1)>> - <<if canDoVaginal($activeSlave)>> - <<click "Fuck her">><<replace "#miniscene">><<display "FVagina">><br><</replace>><</click>> + <span id="sexoption"> + <<if ($activeSlave.vagina > -1)>> + <<if canDoVaginal($activeSlave)>> + <<click "Fuck her">><<replace "#miniscene">><<display "FVagina">><br><</replace>><</click>> + <<if canDoAnal($activeSlave)>> + | <<click "Use her holes">><<replace "#miniscene">><<display "FButt">><br> <</replace>><</click>> | + <</if>> + <<else>> + //Remove her chastity belt if you wish to fuck her// | + <</if>> + <</if>> + </span> + <span id="analsexoption"> + <<if canDoAnal($activeSlave)>> + <<click "Fuck her ass">><<replace "#miniscene">><<display "FAnus">><br> <</replace>><</click>> + <<else>> + //Remove her chastity belt if you wish to fuck her ass// | + <</if>> + </span> + | <<click "Use her mouth">><<replace "#miniscene">><<display "FLips">><br> <</replace>><</click>> + | <<click "Kiss her">><<replace "#miniscene">><<display "FKiss">><br> <</replace>><</click>> + | <<click "Play with her tits">><<replace "#miniscene">><<display "FBoobs">><br> <</replace>><</click>> + | <<click "Caress her">><<replace "#miniscene">><<display "FCaress">><br> <</replace>><</click>> + | <<click "Give her a hug">><<replace "#miniscene">><<display "FEmbrace">><br> <</replace>><</click>> + | <<click "Grope her boobs">><<replace "#miniscene">><<display "FondleBoobs">><br> <</replace>><</click>> + <span id="analgropeoption"> <<if canDoAnal($activeSlave)>> - | <<click "Use her holes">><<replace "#miniscene">><<display "FButt">><br> <</replace>><</click>> | + | <<click "Grope her butt">><<replace "#miniscene">><<display "FondleButt">><br> <</replace>><</click>> + <</if>> + </span> + <span id="gropeoption"> + <<if ($activeSlave.vagina > -1)>> + <<if canDoVaginal($activeSlave)>> + | <<click "Grope her pussy">><<replace "#miniscene">><<display "FondleVagina">><br> <</replace>><</click>> + <</if>> + <</if>> + </span> + <span id="dickgropeoption"> + <<if ($activeSlave.dick > 0)>> + <<if ($activeSlave.dickAccessory != "chastity") && ($activeSlave.dickAccessory != "combined chastity")>> + | <<click "Grope her dick">><<replace "#miniscene">><<display "FondleDick">><br> <</replace>><</click>> + <<else>> + | //Remove her dick chastity belt if you wish to play with her cock// + <</if>> + <</if>> + </span> + <<if $activeSlave.devotion >= 100>> + <<if $activeSlave.relationship < 0>> + <<if $activeSlave.relationship > -3>> + | [[Talk to her about relationships|Matchmaking][$subSlave to 0, $eventSlave to $activeSlave]] + <</if>> + <</if>> + <</if>> + <span id = "impreg"> + <<if canGetPregnant($activeSlave)>> + <<if ($PC.dick != 0)>> + | <<click "Impregnate her yourself">><<replace "#miniscene">><<display "FPCImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> + <</if>> + | [[Use another slave to impregnate her|FSlaveImpreg]] + <</if>> + <<if $activeSlave.preg <= 0 && $activeSlave.bellyImplant == 0>> + <<if $activeSlave.assignment != "work in the dairy" && $activeSlave.assignment != "be confined in the arcade">> + <<if $enema == 1>> + <<if $activeSlave.inflation < 3>> + <<if $activeSlave.inflationType == "water" || $activeSlave.inflationType == "none">> + | <<click "Fill her ass with water">><<set $activeSlave.inflationType to "water">><<set $activeSlave.inflationMethod to 2>><<replace "#miniscene">><<display "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> + <</if>> + <</if>> + <</if>> + <<if $dairyPiping == 1>> + <<if ($milkWeek > 88 && $milkWeek != 0) || $arcologies[0].FSPastoralistLaw == 1>> + <<if $activeSlave.inflation < 3>> + <<if $activeSlave.inflationType == "milk" || $activeSlave.inflationType == "none">> + | <<click "Fill her ass with milk">><<set $activeSlave.inflationType to "milk">><<set $activeSlave.inflationMethod to 2>><<replace "#miniscene">><<display "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> + | <<click "Force feed her milk">><<set $activeSlave.inflationType to "milk">><<set $activeSlave.inflationMethod to 1>><<replace "#miniscene">><<display "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> + <</if>> <</if>> <<else>> - //Remove her chastity belt if you wish to fuck her// | + | //$dairyNameCaps is not producing enough milk to pump through the pipes// + <</if>> + <<if ($cumWeek > 88 && $cumWeek != 0) || $arcologies[0].FSPastoralistLaw == 1>> + <<if $activeSlave.inflation < 3>> + <<if $activeSlave.inflationType == "cum" || $activeSlave.inflationType == "none">> + | <<click "Fill her ass with cum">><<set $activeSlave.inflationType to "cum">><<set $activeSlave.inflationMethod to 2>><<replace "#miniscene">><<display "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> + | <<click "Force feed her cum">><<set $activeSlave.inflationType to "cum">><<set $activeSlave.inflationMethod to 1>><<replace "#miniscene">><<display "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> <</if>> -<</if>> -</span> -<span id="analsexoption"> -<<if canDoAnal($activeSlave)>> -<<click "Fuck her ass">><<replace "#miniscene">><<display "FAnus">><br> <</replace>><</click>> -<<else>> - //Remove her chastity belt if you wish to fuck her ass// | -<</if>> -</span> -| <<click "Use her mouth">><<replace "#miniscene">><<display "FLips">><br> <</replace>><</click>> -| <<click "Kiss her">><<replace "#miniscene">><<display "FKiss">><br> <</replace>><</click>> -| <<click "Play with her tits">><<replace "#miniscene">><<display "FBoobs">><br> <</replace>><</click>> -| <<click "Caress her">><<replace "#miniscene">><<display "FCaress">><br> <</replace>><</click>> -| <<click "Give her a hug">><<replace "#miniscene">><<display "FEmbrace">><br> <</replace>><</click>> -| <<click "Grope her boobs">><<replace "#miniscene">><<display "FondleBoobs">><br> <</replace>><</click>> -<span id="analgropeoption"> -<<if canDoAnal($activeSlave)>> -| <<click "Grope her butt">><<replace "#miniscene">><<display "FondleButt">><br> <</replace>><</click>> -<</if>> -</span> -<span id="gropeoption"> -<<if ($activeSlave.vagina > -1)>> - <<if canDoVaginal($activeSlave)>> - | <<click "Grope her pussy">><<replace "#miniscene">><<display "FondleVagina">><br> <</replace>><</click>> <</if>> -<</if>> -</span> -<span id="dickgropeoption"> -<<if ($activeSlave.dick > 0)>> - <<if ($activeSlave.dickAccessory != "chastity") && ($activeSlave.dickAccessory != "combined chastity")>> - | <<click "Grope her dick">><<replace "#miniscene">><<display "FondleDick">><br> <</replace>><</click>> <<else>> - | //Remove her dick chastity belt if you wish to play with her cock// + | //$dairyNameCaps is not producing enough cum to pump through the pipes// <</if>> -<</if>> -</span> -<<if $activeSlave.devotion >= 100>> -<<if $activeSlave.relationship < 0>> -<<if $activeSlave.relationship > -3>> - | [[Talk to her about relationships|Matchmaking][$subSlave to 0, $eventSlave to $activeSlave]] -<</if>> -<</if>> -<</if>> -<span id = "impreg"> -<<if canGetPregnant($activeSlave)>> - <<if ($PC.dick != 0)>> - | <<click "Impregnate her yourself">><<replace "#miniscene">><<display "FPCImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> - <</if>> - | [[Use another slave to impregnate her|FSlaveImpreg]] -<</if>> -<<if $activeSlave.preg <= 0 && $activeSlave.bellyImplant == 0>> -<<if $activeSlave.assignment != "work in the dairy" && $activeSlave.assignment != "be confined in the arcade">> -<<if $enema == 1>> -<<if $activeSlave.inflation < 3>> -<<if $activeSlave.inflationType == "water" || $activeSlave.inflationType == "none">> - | <<click "Fill her ass with water">><<set $activeSlave.inflationType to "water">><<set $activeSlave.inflationMethod to 2>><<replace "#miniscene">><<display "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> -<</if>> -<</if>> -<</if>> -<<if $dairyPiping == 1>> -<<if ($milkWeek > 88 && $milkWeek != 0) || $arcologies[0].FSPastoralistLaw == 1>> -<<if $activeSlave.inflation < 3>> -<<if $activeSlave.inflationType == "milk" || $activeSlave.inflationType == "none">> - | <<click "Fill her ass with milk">><<set $activeSlave.inflationType to "milk">><<set $activeSlave.inflationMethod to 2>><<replace "#miniscene">><<display "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> - | <<click "Force feed her milk">><<set $activeSlave.inflationType to "milk">><<set $activeSlave.inflationMethod to 1>><<replace "#miniscene">><<display "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> -<</if>> -<</if>> -<<else>> - | //$dairyNameCaps is not producing enough milk to pump through the pipes// -<</if>> -<<if ($cumWeek > 88 && $cumWeek != 0) || $arcologies[0].FSPastoralistLaw == 1>> -<<if $activeSlave.inflation < 3>> -<<if $activeSlave.inflationType == "cum" || $activeSlave.inflationType == "none">> - | <<click "Fill her ass with cum">><<set $activeSlave.inflationType to "cum">><<set $activeSlave.inflationMethod to 2>><<replace "#miniscene">><<display "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> - | <<click "Force feed her cum">><<set $activeSlave.inflationType to "cum">><<set $activeSlave.inflationMethod to 1>><<replace "#miniscene">><<display "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</click>> -<</if>> -<</if>> -<<else>> - | //$dairyNameCaps is not producing enough cum to pump through the pipes// -<</if>> -<</if>> -<</if>> -<</if>> -<<if ($activeSlave.preg <= 0) && ($activeSlave.inflation == 0) && ($activeSlave.bellyImplant == 0)>> -<<if $activeSlave.assignment != "work in the dairy" || $activeSlave.assignment != "be confined in the arcade">> - | [[Use another slave to forcefeed her|SlaveOnSlaveFeedingWorkAround]] -<</if>> -<</if>> -</span> -| <<click "Abuse her">><<replace "#miniscene">><<display "FAbuse">><</replace>><</click>> -<<if $familyTest == 1>> - <<for $i to 0; $i < $slaves.length; $i++>> - <<if $activeSlave.mother == $slaves[$i].ID>> - <<if isAvailabe($slaves[$i])>> - | <<click "Fuck her with her mother">><<replace "#miniscene">><<set $partner to "mother">><<display "FRelation">><br> <</replace>><</click>> - <<else>> - //Her mother, $slaves[$i].slaveName, is unavailable// + <</if>> + <</if>> + <</if>> + <<if ($activeSlave.preg <= 0) && ($activeSlave.inflation == 0) && ($activeSlave.bellyImplant == 0)>> + <<if $activeSlave.assignment != "work in the dairy" || $activeSlave.assignment != "be confined in the arcade">> + | [[Use another slave to forcefeed her|SlaveOnSlaveFeedingWorkAround]] + <</if>> + <</if>> + </span> + | <<click "Abuse her">><<replace "#miniscene">><<display "FAbuse">><</replace>><</click>> + <<if $familyTest == 1>> + <<for $i to 0; $i < $slaves.length; $i++>> + <<if $activeSlave.mother == $slaves[$i].ID>> + <<if isAvailabe($slaves[$i])>> + | <<click "Fuck her with her mother">><<replace "#miniscene">><<set $partner to "mother">><<display "FRelation">><br> <</replace>><</click>> + <<else>> + //Her mother, $slaves[$i].slaveName, is unavailable// + <</if>> <</if>> + /* + <<if $activeSlave.father == $slaves[$i].ID>> + <<if isAvailabe($slaves[$i])>> + | <<click "Fuck her with her father">><<replace "#miniscene">><<set $partner to "father">><<display "FRelation">><br> <</replace>><</click>> + <<else>> + //Her father, $slaves[$i].slaveName, is unavailable// + <</if>> + <</if>> + */ + <</for>> + <<if $activeSlave.daughters > 0>> + <<set $relation = $slaves>> + <<set $relation = $relation.shuffle()>> + <<for $i to 0; $i < $relation.length; $i++>> + <<if ($activeSlave.ID == $relation[$i].father || $activeSlave.ID == $relation[$i].mother) && isAvailabe($relation[$i])>> + <<if $activeSlave.daughters == 1>> + | <<click "Fuck her with her daughter">><<replace "#miniscene">><<set $partner to "daughter">><<display "FRelation">><br> <</replace>><</click>> + <<else>> + | <<click "Fuck her with one of her daughters">><<replace "#miniscene">><<set $partner to "daughter">><<display "FRelation">><br> <</replace>><</click>> + <</if>> + <<break>> + <<elseif $i == $relation.length - 1>> + <<if $activeSlave.daughters == 1>> + //Her daughter is unavailable// + <<else>> + //Her daughters are unavailable// + <</if>> + <</if>> + <</for>> <</if>> /* - <<if $activeSlave.father == $slaves[$i].ID>> - <<if isAvailabe($slaves[$i])>> - | <<click "Fuck her with her father">><<replace "#miniscene">><<set $partner to "father">><<display "FRelation">><br> <</replace>><</click>> - <<else>> - //Her father, $slaves[$i].slaveName, is unavailable// - <</if>> + <<if $activeSlave.daughters > 1>> + | <<click "Fuck her with her daughters">><<replace "#miniscene">><<set $partner to "daughters">><<display "FRelation">><br> <</replace>><</click>> <</if>> */ - <</for>> - <<if $activeSlave.daughters > 0>> - <<set $relation = $slaves>> - <<set $relation = $relation.shuffle()>> - <<for $i to 0; $i < $relation.length; $i++>> - <<if ($activeSlave.ID == $relation[$i].father || $activeSlave.ID == $relation[$i].mother) && isAvailabe($relation[$i])>> - <<if $activeSlave.daughters == 1>> - | <<click "Fuck her with her daughter">><<replace "#miniscene">><<set $partner to "daughter">><<display "FRelation">><br> <</replace>><</click>> - <<else>> - | <<click "Fuck her with one of her daughters">><<replace "#miniscene">><<set $partner to "daughter">><<display "FRelation">><br> <</replace>><</click>> - <</if>> - <<break>> - <<elseif $i == $relation.length - 1>> - <<if $activeSlave.daughters == 1>> - //Her daughter is unavailable// - <<else>> - //Her daughters are unavailable// + <<if $activeSlave.sisters > 0>> + <<set $relation = $slaves>> + <<set $relation = $relation.shuffle()>> + <<for $i to 0; $i < $relation.length; $i++>> + <<if areSisters($activeSlave, $relation[$i]) > 0 && isAvailabe($relation[$i])>> + <<if $activeSlave.sisters == 1>> + | <<click "Fuck her with her sister">><<replace "#miniscene">><<set $partner to "sister">><<display "FRelation">><br> <</replace>><</click>> + <<else>> + | <<click "Fuck her with one of her sisters">><<replace "#miniscene">><<set $partner to "sister">><<display "FRelation">><br> <</replace>><</click>> + <</if>> + <<break>> + <<elseif $i == $relation.length - 1>> + <<if $activeSlave.sisters == 1>> + //Her sister is unavailable// + <<else>> + //Her sisters are unavailable// + <</if>> <</if>> - <</if>> - <</for>> - <</if>> - /* - <<if $activeSlave.daughters > 1>> - | <<click "Fuck her with her daughters">><<replace "#miniscene">><<set $partner to "daughters">><<display "FRelation">><br> <</replace>><</click>> - <</if>> - */ - <<if $activeSlave.sisters > 0>> - <<set $relation = $slaves>> - <<set $relation = $relation.shuffle()>> - <<for $i to 0; $i < $relation.length; $i++>> - <<if areSisters($activeSlave, $relation[$i]) > 0 && isAvailabe($relation[$i])>> - <<if $activeSlave.sisters == 1>> - | <<click "Fuck her with her sister">><<replace "#miniscene">><<set $partner to "sister">><<display "FRelation">><br> <</replace>><</click>> - <<else>> - | <<click "Fuck her with one of her sisters">><<replace "#miniscene">><<set $partner to "sister">><<display "FRelation">><br> <</replace>><</click>> - <</if>> - <<break>> - <<elseif $i == $relation.length - 1>> - <<if $activeSlave.sisters == 1>> - //Her sister is unavailable// - <<else>> - //Her sisters are unavailable// + <</for>> + <</if>> + /* + <<if $activeSlave.sisters > 1>> + | <<click "Fuck her with her sisters">><<replace "#miniscene">><<set $partner to "sisters">><<display "FRelation">><br> <</replace>><</click>> + <</if>> + */ + <<else>> + <<if ($activeSlave.relation != 0)>> + <<for $i to 0; $i < $slaves.length; $i++>> + <<if $slaves[$i].ID == $activeSlave.relationTarget>> + <<set $assayedSlave to $slaves[$i]>> + <<AssayedSlaveAvailable>> <</if>> + <</for>> + <<if $assayedSlaveAvailable == 1>> + <<if ($activeSlave.relation is "mother")>> + | <<click "Fuck her with her daughter">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> + <<elseif ($activeSlave.relation is "daughter")>> + | <<click "Fuck her with her mother">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> + <<elseif ($activeSlave.relation is "sister")>> + | <<click "Fuck her with her sister">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> + <<elseif ($activeSlave.relation is "twin")>> + | <<click "Fuck her with her twin">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> + <</if>> + <<else>> + //$assayedSlave.slaveName is unavailable// <</if>> - <</for>> - <</if>> - /* - <<if $activeSlave.sisters > 1>> - | <<click "Fuck her with her sisters">><<replace "#miniscene">><<set $partner to "sisters">><<display "FRelation">><br> <</replace>><</click>> + <</if>> <</if>> - */ -<<else>> - <<if ($activeSlave.relation != 0)>> + <<if ($activeSlave.relationship > 0)>> <<for $i to 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].ID == $activeSlave.relationTarget>> - <<set $assayedSlave to $slaves[$i]>> - <<AssayedSlaveAvailable>> - <</if>> + <<if $slaves[$i].ID == $activeSlave.relationshipTarget>> + <<set $assayedSlave to $slaves[$i]>> + <<AssayedSlaveAvailable>> + <</if>> <</for>> <<if $assayedSlaveAvailable == 1>> - <<if ($activeSlave.relation is "mother")>> - | <<click "Fuck her with her daughter">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> - <<elseif ($activeSlave.relation is "daughter")>> - | <<click "Fuck her with her mother">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> - <<elseif ($activeSlave.relation is "sister")>> - | <<click "Fuck her with her sister">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> - <<elseif ($activeSlave.relation is "twin")>> - | <<click "Fuck her with her twin">><<replace "#miniscene">><<set $partner to "relation">><<display "FRelation">><br> <</replace>><</click>> + <<if ($activeSlave.relationship <= 1)>> + | <<click "Fuck her with her friend">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> + <<elseif ($activeSlave.relationship <= 2)>> + | <<click "Fuck her with her best friend">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> + <<elseif ($activeSlave.relationship <= 3)>> + | <<click "Fuck her with her FWB">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> + <<elseif ($activeSlave.relationship <= 4)>> + | <<click "Fuck her with her lover">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> + <<else>> + | <<click "Fuck her with her slave wife">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> <</if>> <<else>> - //$assayedSlave.slaveName is unavailable// + | //$assayedSlave.slaveName is unavailable// + <<if $activeSlave.assignmentVisible == 1>> + <<if $assayedSlave.assignment == "be your agent">> + [[Send her to live with your agent|Agent Company]] + <</if>> + <</if>> <</if>> <</if>> -<</if>> -<<if ($activeSlave.relationship > 0)>> - <<for $i to 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].ID == $activeSlave.relationshipTarget>> - <<set $assayedSlave to $slaves[$i]>> - <<AssayedSlaveAvailable>> + <<if ($activeSlave.rivalryTarget != 0)>> + <<if canWalk($activeSlave)>> + | <<click "Abuse her rival with her">><<replace "#miniscene">><<display "FRival">><br> <</replace>><</click>> + <</if>> + <</if>> + <<if ($activeSlave.fetish != "mindbroken")>> + <<if ($activeSlave.amp != 1) || ($activeSlave.voice != 0)>> + | <<click "Ask her about her feelings">><<replace "#miniscene">><<display "FFeelings">><br> <</replace>><</click>> <</if>> - <</for>> - <<if $assayedSlaveAvailable == 1>> - <<if ($activeSlave.relationship <= 1)>> - | <<click "Fuck her with her friend">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> - <<elseif ($activeSlave.relationship <= 2)>> - | <<click "Fuck her with her best friend">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> - <<elseif ($activeSlave.relationship <= 3)>> - | <<click "Fuck her with her FWB">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> - <<elseif ($activeSlave.relationship <= 4)>> - | <<click "Fuck her with her lover">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> - <<else>> - | <<click "Fuck her with her slave wife">><<replace "#miniscene">><<set $partner to "relationship">><<display "FRelation">><br> <</replace>><</click>> - <</if>> - <<else>> - | //$assayedSlave.slaveName is unavailable// - <<if $activeSlave.assignmentVisible == 1>> - <<if $assayedSlave.assignment == "be your agent">> - [[Send her to live with your agent|Agent Company]] - <</if>> - <</if>> <</if>> -<</if>> -<<if ($activeSlave.rivalry != 0)>> -<<if canWalk($activeSlave)>> -| <<click "Abuse her rival with her">><<replace "#miniscene">><<display "FRival">><br> <</replace>><</click>> -<</if>> -<</if>> -<<if ($activeSlave.fetish != "mindbroken")>> -<<if ($activeSlave.amp != 1) || ($activeSlave.voice != 0)>> -| <<click "Ask her about her feelings">><<replace "#miniscene">><<display "FFeelings">><br> <</replace>><</click>> -<</if>> -<</if>> <<else>> /* IS A FUCKDOLL */ <<click "Fuck its face hole">><<replace "#miniscene">><<FFuckdollOral>><br><</replace>><</click>> <<if canDoVaginal($activeSlave)>> @@ -408,8 +408,8 @@ __Fucktoy use preference__: <strong><span id="hole"><<print $activeSlave.toyHole __Body modification__: [[Use remote surgery|Remote Surgery][$degradation to 0]] <<if $activeSlave.fuckdoll == 0>> -| [[Use body mod studio|Body Modification][$degradation to 0]] -| [[Use auto salon|Salon][$degradation to 0]] + | [[Use body mod studio|Body Modification][$degradation to 0]] + | [[Use auto salon|Salon][$degradation to 0]] <</if>> <br> diff --git a/src/uncategorized/slaveMarkets.tw b/src/uncategorized/slaveMarkets.tw index 3125df111472e0703feb5b795855fa3d6f2941bd..457d1f925597ded589974b5f3a1237d2dbb7e921 100644 --- a/src/uncategorized/slaveMarkets.tw +++ b/src/uncategorized/slaveMarkets.tw @@ -1044,8 +1044,8 @@ You're in the area of the slave market populated by slave trainers, easily the w <<set $activeSlaveOneTimeMaxAge to 42>> <<display "Generate New Slave">> <<set $activeSlave.origin to "You bought her from the trainers' slave market after they put her through basic training.">> -<<set $activeSlave.devotion += 8>> -<<set $activeSlave.trust += 8>> +<<set $activeSlave.devotion += 40>> +<<set $activeSlave.trust += 40>> <<set $activeSlave.health += 30>> <<if $activeSlave.vagina != -1>> <<set $activeSlave.vaginalSkill += 15>> diff --git a/src/uncategorized/tfsFarmUpgrade.tw b/src/uncategorized/tfsFarmUpgrade.tw index 4ac00b0aed34c7fc5b3661d48abc5c7889048ba3..027ea4dbc1604cd4765334712288981692067aa1 100644 --- a/src/uncategorized/tfsFarmUpgrade.tw +++ b/src/uncategorized/tfsFarmUpgrade.tw @@ -1,5 +1,5 @@ :: TFS Farm Upgrade [nobr] - + <<set $nextButton to "Continue", $nextLink to "Scheduled Event">> <<set $TFS.farmUpgradeAsked = $week>> @@ -30,13 +30,13 @@ whether we will use contraception after we are transformed." She shudders sudden <span id="result"> <<click "Permit them access, but tell them to use contraception">> <<replace "#result">> - You signify your assent, telling the Sister that the organ farm will accept seed tissue from any of them for the purpose of fabricating ovaries. To your mild surprise, she responds by breaking down into cutely inelegant crying. You add that you think the Sisters are beautiful as they are, and recruits will continue to approach them; it's not necessary for them to go through the rigors of pregnancy. It takes her a long time to manage to thank to properly, and she hurries to end the call before she can embarass herself further. + You signify your assent, telling the Sister that the organ farm will accept seed tissue from any of them for the purpose of fabricating ovaries. To your mild surprise, she responds by breaking down into cutely inelegant crying. You add that you think the Sisters are beautiful as they are, and recruits will continue to approach them; it's not necessary for them to go through the rigors of pregnancy. It takes her a long time to manage to thank to properly, and she hurries to end the call before she can embarrass herself further. <<set $TFS.farmUpgrade = 1>> <</replace>> <</click>> <br><<click "Permit them access, and encourage them to get pregnant">> <<replace "#result">> - You signify your assent, telling the Sister that the organ farm will accept seed tissue from any of them for the purpose of fabricating ovaries. To your mild surprise, she responds with cutely inelegant crying. You add that you think the world needs more Futanari Sisters, especially ones as cute and sexy as you're confident her many daughters will be. At that, she breaks down completely, one of her hands going to rub her belly gently. It takes her a long time to manage to thank to properly, and she hurries to end the call before she can embarass herself further.<<if $arcologies[0].FSRestartDecoration == 100>> The Societal Elite are @@color:red;outraged@@ that you would not only allow such a breach of eugenics to occur, but encourage it.<</if>> + You signify your assent, telling the Sister that the organ farm will accept seed tissue from any of them for the purpose of fabricating ovaries. To your mild surprise, she responds with cutely inelegant crying. You add that you think the world needs more Futanari Sisters, especially ones as cute and sexy as you're confident her many daughters will be. At that, she breaks down completely, one of her hands going to rub her belly gently. It takes her a long time to manage to thank to properly, and she hurries to end the call before she can embarrass herself further.<<if $arcologies[0].FSRestartDecoration == 100>> The Societal Elite are @@color:red;outraged@@ that you would not only allow such a breach of eugenics to occur, but encourage it.<</if>> <<set $TFS.farmUpgrade = 2>> <<set $failedElite += 275>> <</replace>> diff --git a/src/uncategorized/useGuard.tw b/src/uncategorized/useGuard.tw index 3e25863616a06c199b4699679bd2303695caf366..bf86199c62ce453c55930c701b153e65a2aabdbe 100644 --- a/src/uncategorized/useGuard.tw +++ b/src/uncategorized/useGuard.tw @@ -1,5 +1,5 @@ :: Use Guard - + <<nobr>> // @@ -63,7 +63,7 @@ $slaves[$i].slaveName is standing behind your left shoulder, guarding your perso <<elseif ($slaves[$i].clothes is "a penitent nuns habit")>> Her somber habit and weapons make her look like a member of a militant order. <<elseif ($slaves[$i].clothes is "slutty business attire")>> - Her slutty business suit and weapons give her the look a supervillan's sidekick. + Her slutty business suit and weapons give her the look a supervillain's sidekick. <<elseif ($slaves[$i].clothes is "nice business attire")>> Her business suit and weapons give her the look of a finely honed corporate instrument. <<elseif ($slaves[$i].clothes is "conservative clothing")>> @@ -73,7 +73,7 @@ $slaves[$i].slaveName is standing behind your left shoulder, guarding your perso <<elseif ($slaves[$i].clothes is "a leotard")>> Her leotard and weapons make her look like the heroine of an old exploitation film. <<elseif ($slaves[$i].clothes is "a bunny outfit")>> - Her bunny outfit and weapons make her look like the henchwoman of a villian from a cheesy vintage spy film. + Her bunny outfit and weapons make her look like the henchwoman of a villain from a cheesy vintage spy film. <<elseif ($slaves[$i].clothes is "a slutty nurse outfit")>> Between her nurse outfit and her weapons she looks prepared to do harm, and then to heal it. <<elseif ($slaves[$i].clothes is "a schoolgirl outfit")>> diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw index a4416ee458ec64f595628dfc7c5e5776f56590cc..445a2f108163b22ef9de417f573e6f48e3b887aa 100644 --- a/src/utility/assayWidgets.tw +++ b/src/utility/assayWidgets.tw @@ -1149,7 +1149,11 @@ <</if>> <<if $args[0].boobs > 4000 and $args[0].lactation > 0>> - <<set $desc to $desc + " cow">> + <<if $args[0].physicalAge < 13>> + <<set $desc to $desc + " calf">> + <<else>> + <<set $desc to $desc + " cow">> + <</if>> <<elseif $args[0].lactation > 0>> <<set $desc to "milky " + $desc>> <</if>> diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw index 3ace19d5afdc64370c16ac9ad5af86deee1b17c0..6b645c29241db1d9f89144865948e6ea9237893e 100644 --- a/src/utility/descriptionWidgets.tw +++ b/src/utility/descriptionWidgets.tw @@ -722,7 +722,7 @@ $possessiveCap <<if $activeSlave.boobs > 800>> They're too big for the fashionable feminine ideal. <<elseif $activeSlave.boobs < 500>> - They're too small for the fashionable feminine ideal.. + They're too small for the fashionable feminine ideal. <</if>> <</if>> @@ -1131,7 +1131,7 @@ $possessiveCap <<elseif $activeSlave.nipplesPiercing is 2>> $possessiveCap $seed nipples are heavily pierced with several rings and studs, and there is a chain between them. <<if ($activeSlave.boobShape is "saggy") && ($activeSlave.boobs > 2500)>> - It's been shortened to take advantage of the way $possessive tits sag, and holds $possessive $seed nipples almost together, producing cleavage that runs from her $seed nipples all the way up to her sternum. + It's been shortened to take advantage of the way $possessive tits sag, and holds $possessive $seed nipples almost together, producing cleavage that runs from $possessive $seed nipples all the way up to $possessive sternum. <<else>> The constant tugging keeps $possessive $seed nipples erect. <</if>> @@ -1756,7 +1756,7 @@ $pronounCap's got a <<if $activeSlave.butt > 4>> It's too big for the fashionable feminine ideal. <<elseif $activeSlave.butt < 3>> - It's too small for the fashionable feminine ideal.. + It's too small for the fashionable feminine ideal. <</if>> <</if>> @@ -3243,7 +3243,7 @@ $pronounCap's got a <<elseif ($activeSlave.devotion > 50)>> As a devoted sex slave, $pronoun has no trouble keeping herself hard for $object <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. <<elseif ($activeSlave.devotion > 20)>> - As an obedient sex slave, $pronoun does $possessive best to keep $possessiveself hard for $object <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. + As an obedient sex slave, $pronoun does $possessive best to keep <<print $possessive>>self hard for $object <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. <<elseif ($activeSlave.dick > 1)>> Judging by the softness of $possessive dick, $pronoun doesn't find $possessive situation arousing. <</if>>