From bf3cc08036715af2f4eb7d1863cb65f716e79862 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 18 Apr 2019 20:23:39 -0400 Subject: [PATCH] Fixed improper use of Math.floor() --- src/js/storyJS.js | 6 ++--- src/pregmod/rePregInventor.tw | 16 +++++------ src/pregmod/rePregInventorText.tw | 8 +++--- src/uncategorized/REFI.tw | 4 +-- src/uncategorized/RESS.tw | 44 +++++++++++++++---------------- src/uncategorized/reNickname.tw | 4 +-- src/uncategorized/saGetMilked.tw | 41 +++++++++++++++++++++++++--- 7 files changed, 78 insertions(+), 45 deletions(-) diff --git a/src/js/storyJS.js b/src/js/storyJS.js index 1548c981bf1..c4f131f4a6e 100644 --- a/src/js/storyJS.js +++ b/src/js/storyJS.js @@ -159,13 +159,13 @@ window.milkAmount = /** @param {App.Entity.SlaveState} slave */ function (slave) } else { milk = (8 + ((calcs - 400) / 50)); } + if (slave.boobsImplant > 0) { + milk *= (1 - (slave.boobsImplant / slave.boobs)); + } if (slave.lactation === 2) { milk *= 1.2; } milk += (milk * ((slave.devotion - 50) / 200)); - if (slave.boobsImplant > 200) { - milk *= 0.9; - } calcs = (slave.hormoneBalance / 50); if (slave.balls !== 0 && calcs > -2) { calcs -= 1; diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index 85149afe6cb..8d1549144de 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -27,7 +27,7 @@ <<else>> <<if $activeSlave.boobs >= 20000>> grin and rubs the sides of $his debilitatingly large breasts with anticipation. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> grin and pushes $his augmented tits together to give you a view of $his impressive cleavage. <<elseif $activeSlave.boobs >= 3000>> grin and hefts one of $his massive breasts with both hands, sucking on $his nipple to give you a show while you wait. @@ -239,7 +239,7 @@ sink face first into $his warm, room filling ass cleavage <<elseif $activeSlave.butt > 5>> grab generous handfuls of $his humongous ass - <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> + <<elseif ($activeSlave.buttImplant/$activeSlave.butt) > .60>> rest the weight of your upper body on $his implant inflated ass cheeks <<elseif $activeSlave.butt > 2>> slap $his generous ass @@ -369,7 +369,7 @@ debilitating, insanely enormous ass <<elseif $activeSlave.butt > 5>> huge ass - <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> + <<elseif ($activeSlave.buttImplant/$activeSlave.butt) > .60>> implant swollen ass cheeks <<elseif $activeSlave.butt > 2>> plump ass @@ -455,7 +455,7 @@ eye wateringly massive tits <<elseif ($activeSlave.boobs >= 3000)>> huge tits - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> luscious, augmented tits <<else>> petite breasts @@ -465,7 +465,7 @@ couch smothering ass cheeks. <<elseif $activeSlave.butt > 5>> enormous ass. - <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> + <<elseif ($activeSlave.buttImplant/$activeSlave.butt) > .60>> implant-filled ass. <<elseif $activeSlave.butt > 2>> delicious looking ass. @@ -612,7 +612,7 @@ causing $his insanely enormous tits to flop onto the tile at the pool's edge with a loud "thwack." <<elseif ($activeSlave.boobs >= 3000)>> resting $his enormous breasts on the pool's edge, causing them to push up into $his chin as $he looks up at you. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> resting $his huge, implant-distended tits on the pool's edge, causing them to push up into $his chin as $he looks up at you. <<else>> giving you a nice view of $his cute tits. @@ -648,7 +648,7 @@ colossal breasts spread out around you, completely surrounding your head. With some effort, you part $his heavy cleavage enough to be able to continue listening to $him without being smothered. <<elseif ($activeSlave.boobs >= 3000)>> massive chest fills the space between you, blocking your view of $his face. You spread $his cleavage enough to be able to continue listening to $him. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> fat, implanted tits fill the space between you, blocking your view of $his face. With some effort, you spread $his tightly packed, spherical cleavage enough to be able to continue listening to $him. <<else>> spherical belly pushes into your crotch. @@ -713,7 +713,7 @@ enormous, gel-slicked ass, <<elseif $activeSlave.butt > 4>> plush, gel-slicked ass, - <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> + <<elseif ($activeSlave.buttImplant/$activeSlave.butt) > .60>> implant-filled, gel-slicked ass, <<elseif $activeSlave.butt > 2>> perfect, gel-slicked ass, diff --git a/src/pregmod/rePregInventorText.tw b/src/pregmod/rePregInventorText.tw index 90edf6bf416..30421c5e3d6 100644 --- a/src/pregmod/rePregInventorText.tw +++ b/src/pregmod/rePregInventorText.tw @@ -10,7 +10,7 @@ debilitatingly enormous, mind boggling breasts <<elseif ($activeSlave.boobs >= 3000)>> enormous breasts - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> implant inflated tits <<else>> upper body @@ -70,7 +70,7 @@ rubs the bases of $his gargantuan breasts in hungry anticipation. <<elseif ($activeSlave.boobs >= 3000)>> rubs the sides of $his enormous breasts in hungry anticipation. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> rubs the sides of $his fat, implanted tits in hungry anticipation. <<else>> <<if $activeSlave.nipples != "fuckable">>tweaks<<else>>fingers<</if>> $his nipples through the sheer fabric of $his pretty slave gown while regarding the host with a look of hungry anticipation. @@ -80,7 +80,7 @@ pushes $his arm stubs into what little of the sides of $his gargantuan breasts $he can reach, a look of hungry anticipation on $his face. <<elseif ($activeSlave.boobs >= 3000)>> pushes $his arm stubs into the sides of $his enormous breasts, a look of hungry anticipation on $his face. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> pushes $his arm stubs into the sides of $his fat, implanted tits, a look of hungry anticipation on $his face. <<else>> rubs $his arm stubs against $his nipples through $his pretty slave gown, a look of hungry anticipation on $his face. @@ -152,7 +152,7 @@ your slave's astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up. <<elseif ($activeSlave.boobs >= 3000)>> your slave's massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> your slave's fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine's ear, just loud enough for the mic to pick it up. <<else>> your slave's breasts, rubbing it up and down one of $his pert nipples while she simultaneously toys with the ridge of one of the baby machine's ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up. diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw index cd566193a98..e3ddfac49b6 100644 --- a/src/uncategorized/REFI.tw +++ b/src/uncategorized/REFI.tw @@ -1695,7 +1695,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<elseif $activeSlave.butt <= 20>> absurdly massive <</if>> - ass around your cock. Deep within its quivering <<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firmness<<else>>softness<</if>>, you can clearly feel how excited $he is over $his rear getting the attention it deserves. While $he may have expected anal, you've decided otherwise, so you go to work savoring the depths of $his butt cheeks. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum in $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt. + ass around your cock. Deep within its quivering <<if $activeSlave.buttImplant/$activeSlave.butt > .60>>firmness<<else>>softness<</if>>, you can clearly feel how excited $he is over $his rear getting the attention it deserves. While $he may have expected anal, you've decided otherwise, so you go to work savoring the depths of $his butt cheeks. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum in $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt. @@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$his sexuality now focuses on $his rear end.@@ <<elseif $activeSlave.butt >= 2>> slip your cock between $his @@ -1706,7 +1706,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<elseif $activeSlave.butt <= 5>> enormous <</if>> - <<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firm<<else>>soft<</if>> buttocks, atop $his anal chastity. You let $him quiver with anticipation for a little before reminding $him that the belt's removal is a reward for good slaves, and you might give release $him from it one day — but that $he doesn't deserve it yet. With that, you begin thrusting against $his rear, enjoying the twin pairs off flesh against your palms. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt. + <<if $activeSlave.buttImplant/$activeSlave.butt > .60>>firm<<else>>soft<</if>> buttocks, atop $his anal chastity. You let $him quiver with anticipation for a little before reminding $him that the belt's removal is a reward for good slaves, and you might give release $him from it one day — but that $he doesn't deserve it yet. With that, you begin thrusting against $his rear, enjoying the twin pairs off flesh against your palms. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt. <<else>> rest your cock between $his <<if $activeSlave.butt <= 0>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 9477c5c8bc4..28f7b7b922b 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -709,7 +709,7 @@ The sight is comical. <<if $activeSlave.belly >= 5000>>Four<<else>>Three<</if>> <</if>> <<if ($activeSlave.nipples == "huge")>>Each is capped by a gigantic nipple, soft with relaxation and the heat of the spa, but hugely prominent.<</if>> <<if ($activeSlave.areolae > 1)>>$His areolae spread widely around each nipple.<</if>> -<<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> +<<if $activeSlave.boobsImplant/$activeSlave.boobs >= .60>> $His implants keep $his tits shaped in exactly the same way regardless of currents in the water, betraying their fake nature. <<elseif ($activeSlave.boobsImplant == 0)>> $His all-natural boobs move gently with currents in the water. @@ -1512,7 +1512,7 @@ into your bedroom. Since $he is not allowed to ask questions, $he says nothing, <<case "shaped areolae">> <<EventNameLink>>'s breasts are real works of art. $His -<<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> +<<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> massive fake <<elseif $activeSlave.boobsImplant > 0>> massive, partially unnatural @@ -2976,7 +2976,7 @@ neck, $activeSlave.skin, <<if $activeSlave.muscles > 95>>hugely muscled<<elseif Working in your office early in the morning, you can hear the low, human hum of your slaves who work during the daytime busily getting ready for their days. Suddenly, there's motion at your doorway, and <<EventNameLink>> hurries in. $He's nude, $his $activeSlave.skin skin glowing with the fresh cleanliness of having just gotten out of the shower. $He <<if canSee($activeSlave)>>glances at you<<elseif canHear($activeSlave)>>listens<<else>>waits<</if>> to see if $he's unwelcome, and seeing no sign that $he is, the devoted $desc comes over to your desk. <<if $activeSlave.boobs < 400>> $His little $activeSlave.boobShape tits barely move at all as $he walks, though $his $activeSlave.nipples nipples certainly catch your eye. -<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .75>> /* tiny little 200cc implants in 20000cc tits are laughable. Now we make sure those tits are fake. */ +<<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .75>> /* tiny little 200cc implants in 20000cc tits are laughable. Now we make sure those tits are fake. */ $His fake tits barely move at all as $he walks, their shape maintained by $his implants. <<elseif $activeSlave.boobs < 1000>> $His lovely $activeSlave.boobShape boobs move delightfully as $he walks, and $his $activeSlave.nipples nipples bounce prettily. @@ -3200,7 +3200,7 @@ hips <</if>> <</if>> in time with $his humming, $he runs $his hands sensually over them, along $his flanks, and over $his chest, <<if $activeSlave.boobs > 3000>>letting the vast mass of $his tits rest atop them<<elseif $activeSlave.boobs > 1000>>groping $his own heavy breasts<<else>>$his fingertips circling $his nipples<</if>> for an alluring moment. As $his hips maintain their sexual rhythm, $his hands continue, tracing up $his throat, over $his moist lips, and over $his head. As $he stretches up, $his torso begins to sway with the barely perceptible beat, $his -<<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .75>> +<<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .75>> fake tits staying perfectly in place. <<elseif $activeSlave.boobs > 2000>> $activeSlave.boobShape boobs swaying along. @@ -3669,7 +3669,7 @@ Passing by the kitchen in the morning, you take a moment to listen to the low hu "It's your belly," the other slave explains. "They love how big and round it is. If you look pregnant, they'll be all over you. Even if it's fake, they won't care." <<elseif $arcologies[0].FSRepopulationFocusPregPolicy == 1 && $activeSlave.bellyPreg >= 5000>> "It's your belly," the other slave explains. "Preggos are in these days and you aren't exactly lacking in the 'with child' department." -<<elseif ($arcologies[0].FSTransformationFetishist != "unset") && Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .50>> +<<elseif ($arcologies[0].FSTransformationFetishist != "unset") && ($activeSlave.boobsImplant/$activeSlave.boobs) >= .50>> "It's your fake tits," the other slave explains. "They love how fake they look, here. If you look like a bimbo, they don't care if you're a little mature." <<elseif ($arcologies[0].FSHedonisticDecadence != "unset") && ($activeSlave.weight > 95)>> "You're so fat," the other slave explains. "Everyone here loves thick girls. They don't care that you're a little mature; that just means you understand life's pleasures more." @@ -4310,7 +4310,7 @@ You pass through your slaves' living area as some of them are starting their day <<setLocalPronouns $slaves[_ress] 2>> $slaves[_ress].slaveName is still asleep in it, and the shape of _his2 <<if $slaves[_ress].belly >= 120000>>_belly belly is - <<elseif $slaves[_ress].boobs > 25000>>immense <<if Math.floor($slaves[_ress].boobsImplant/$slaves[_ress].boobs) >= .60>>fake <</if>> breasts are + <<elseif $slaves[_ress].boobs > 25000>>immense <<if ($slaves[_ress].boobsImplant/$slaves[_ress].boobs) >= .60>>fake <</if>> breasts are <<elseif $slaves[_ress].dick > 10>>monster dick is <<elseif $slaves[_ress].balls > 8>>immense testicles are <<elseif $slaves[_ress].weight > 130>>gigantic body is @@ -4321,8 +4321,8 @@ You pass through your slaves' living area as some of them are starting their day <<elseif canAchieveErection($slaves[_ress])>>half-erect dick is <<elseif $slaves[_ress].belly >= 5000>>big <<if $slaves[_ress].bellyPreg >= 3000>>pregnant <</if>>belly is <<elseif $slaves[_ress].nipples == "huge">>huge nipples are - <<elseif $slaves[_ress].boobs > 5000>>monstrous <<if Math.floor($slaves[_ress].boobsImplant/$slaves[_ress].boobs) >= .60>>fake <</if>> breasts are - <<elseif $slaves[_ress].boobs > 2000>>huge <<if Math.floor($slaves[_ress].boobsImplant/$slaves[_ress].boobs) >= .60>>fake <</if>> tits are + <<elseif $slaves[_ress].boobs > 5000>>monstrous <<if ($slaves[_ress].boobsImplant/$slaves[_ress].boobs) >= .60>>fake <</if>> breasts are + <<elseif $slaves[_ress].boobs > 2000>>huge <<if ($slaves[_ress].boobsImplant/$slaves[_ress].boobs) >= .60>>fake <</if>> tits are <<elseif $slaves[_ress].butt > 5>>monstrous ass is <<elseif $slaves[_ress].balls > 8>>giant balls are <<elseif $slaves[_ress].weight > 95>>chubby body is @@ -4347,7 +4347,7 @@ It's time for $him to start another strenuous day of carrying the weight of $his <<else>> heavy <</if>> -<<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> +<<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> implants. <<elseif $activeSlave.lactation>> milk-bearing udders. @@ -4385,7 +4385,7 @@ $He kneels with $his legs together, and then sits back, $his cute butt resting lightly on $his heels. <</if>> Then $he reaches $his arms back, and leans back, as far as $he can go. $He arches $his spine, closing $his eyes voluptuously as $he enjoys the stretch in $his lower back. The pose thrusts $his chest up and out, -<<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> +<<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> but $his implants stretch $his skin so tight that they stay tacked to $his chest, right where they are. $He looks like a stereotypical silicone queen, arching $his back and sticking $his fake cans out. <<elseif $activeSlave.boobShape == "perky">> making $his spectacularly perky breasts point their $activeSlave.nipples nipples straight up at the ceiling. It's incredible, that they've managed to maintain their youthful shape despite their great weight. @@ -7502,7 +7502,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<elseif ($activeSlave.dick > 1)>> $his soft cock flop around as one of the air jets strikes it.) <<elseif ($activeSlave.boobs > 800)>> - <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> how $his fake tits refuse to jiggle under the air jets.) <<else>> how the air jets produce a lot of delectable jiggling when they strike $his boobs.) @@ -8723,7 +8723,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address After so much of this that $he's clearly ready to orgasm at the slightest further touch, you grab $his <<if $activeSlave.boobs > 8000>> massive tits - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> fake tits <<elseif $activeSlave.boobs > 2000>> huge boobs @@ -10523,7 +10523,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <</if>> <<else>> $He groans with lust as pull $him onto your lap to make out. "Ohh," $he moans as you run your hands across $his - <<if $activeSlave.boobsImplant >= 1000 && (Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60)>> + <<if $activeSlave.boobsImplant >= 1000 && (($activeSlave.boobsImplant/$activeSlave.boobs) >= .60)>> bimbo <<elseif $activeSlave.boobs >= 1000 && $activeSlave.butt > 5 && $activeSlave.hips > 0>> fecund @@ -11497,7 +11497,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <br> <<link "while in pain">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, $he can come to you and masturbate: but you will abuse $him while $he does. $He starts to cry in fear, but <<if $activeSlave.belly >= 10000>>struggles to get<<else>>hurriedly gets<</if>> up on your desk anyway. You swat $his thighs apart so $he can get a hand down there. $He hesitates desperately before touching $himself, knowing that as soon as $he does the pain will start, but $his horniness wins out. You aim a vicious flick at $his <<if ($activeSlave.nipples == "huge")>>absurd nipples<<elseif ($activeSlave.nipples != "tiny")>>big nipples<<else>>nipples<</if>> and then take a crop out of your desk, flogging $his <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>fake<<elseif ($activeSlave.boobs > 1000)>>jiggling<<else>>firm<</if>> breasts without mercy. $He finally orgasms and flees, falling over $his own feet in $his desperation; $his acceptance of sexual slavery @@.hotpink;has increased.@@ + You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, $he can come to you and masturbate: but you will abuse $him while $he does. $He starts to cry in fear, but <<if $activeSlave.belly >= 10000>>struggles to get<<else>>hurriedly gets<</if>> up on your desk anyway. You swat $his thighs apart so $he can get a hand down there. $He hesitates desperately before touching $himself, knowing that as soon as $he does the pain will start, but $his horniness wins out. You aim a vicious flick at $his <<if ($activeSlave.nipples == "huge")>>absurd nipples<<elseif ($activeSlave.nipples != "tiny")>>big nipples<<else>>nipples<</if>> and then take a crop out of your desk, flogging $his <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>fake<<elseif ($activeSlave.boobs > 1000)>>jiggling<<else>>firm<</if>> breasts without mercy. $He finally orgasms and flees, falling over $his own feet in $his desperation; $his acceptance of sexual slavery @@.hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> <<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1)>> <<set $activeSlave.fetishStrength += 4>> @@ -15536,10 +15536,10 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<EventNameDelink $activeSlave>> <<replace "#result">> $His eyes fly open as $he feels someone groping $him. - <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> You're mauling $his fake boob, squeezing it and making the skin of $his breast, which is already stretched rather taut by the implant, stretch a bit farther. <<elseif $activeSlave.boobs > 3000>> - You're hefting and massaging $his mass of breastflesh, playing with $his <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) < .60>>mostly <</if>>natural boob, making $his huge soft udder bounce and jiggle. + You're hefting and massaging $his mass of breastflesh, playing with $his <<if ($activeSlave.boobsImplant/$activeSlave.boobs) < .60>>mostly <</if>>natural boob, making $his huge soft udder bounce and jiggle. <<elseif $activeSlave.lactation > 0>> You're kneading and massaging $his udder, and the milk begins to <<if $activeSlave.nipples != "fuckable">>bead at<<else>>leak from<</if>> the cow's nipple. <<elseif $activeSlave.boobs > 300>> @@ -18259,7 +18259,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<else>> breasts. <</if>> - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> fake tits. <<elseif $activeSlave.weight > 160>> fat folds. @@ -18949,7 +18949,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address $He gestures $his thanks, <</if>> and then makes a show of deciding. $He <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>>doesn't have to pretend<<else>>cheekily pretends<</if>> to be an airheaded bimbo puzzling over how $he wants to approach a fuck, bouncing - <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> $his fake tits a little, <<elseif $activeSlave.boobs > 4000>> $his monstrous udders heavily, @@ -20015,7 +20015,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<EventNameDelink $activeSlave>> <<replace "#result">> Deciding to take pity, you stand up<<if $PC.dick == 0>>, pull on a strap-on,<</if>> and approach $his crumpled, weeping form. You reach down and take $his clasped hands in yours, pulling $him gently to $his feet and giving $him a quick cuddle. You make it just long enough to reassure $him that you care for $him, but not long enough to frustrate $him even further; $his extreme horniness is only sharpened by the hug and the way it traps $his arms between $his - <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> fake boobs <<elseif $activeSlave.boobs > 4000>> monstrous udders @@ -20444,7 +20444,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address straddling $his ribcage just below $his breasts. <</if>> $His huge breasts rest atop your inner thighs, - <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> $his skin taut against yours, from the implants. <<else>> heavy and soft and female. @@ -20557,7 +20557,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address big belly jiggling. <<elseif $activeSlave.belly >= 5000>> as fast as $his swollen belly will allow. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> fake tits bouncing. <<elseif $activeSlave.butt > 4>> $his big booty jiggling. @@ -20954,7 +20954,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address massage the soft butter into $his monstrous tits, enjoying the struggle it takes to heft each butter-slick, glistening melon with both hands. You note with satisfaction $his nipples harden with arousal. <<elseif ($activeSlave.boobs >= 3000)>> massage the soft butter into each of $his huge tits. Your slave cranes $his head back a bit to avoid being smothered by $his own breasts as you work the butter into them, but you can tell $he's aroused by what you're doing — $his nipples have turned hard as rocks. - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> massage the soft butter into $his fat, fake titties, noting with satisfaction $his nipples harden with arousal. <<elseif ($activeSlave.boobs >= 650)>> massage the soft butter into $his big tits, noting with satisfaction $his nipples harden with arousal. diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw index 07d26f78a9a..ec7d10fc2c9 100644 --- a/src/uncategorized/reNickname.tw +++ b/src/uncategorized/reNickname.tw @@ -182,10 +182,10 @@ <<if ($activeSlave.amp == 1)>> <<set $qualifiedNicknames.push("amp")>> <</if>> -<<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60 || Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> +<<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60 || ($activeSlave.buttImplant/$activeSlave.butt) > .60>> <<set $qualifiedNicknames.push("implants")>> <</if>> -<<if ($activeSlave.boobsImplant >= 750) && Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60 && ($activeSlave.buttImplant >= 2) && Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60 && ($activeSlave.lipsImplant >= 10) && Math.floor($activeSlave.lipsImplant/$activeSlave.lips) > .30 && ($activeSlave.intelligence+$activeSlave.intelligenceImplant < -15)>> +<<if ($activeSlave.boobsImplant >= 750) && ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60 && ($activeSlave.buttImplant >= 2) && ($activeSlave.buttImplant/$activeSlave.butt) > .60 && ($activeSlave.lipsImplant >= 10) && ($activeSlave.lipsImplant/$activeSlave.lips) > .30 && ($activeSlave.intelligence+$activeSlave.intelligenceImplant < -15)>> <<set $qualifiedNicknames.push("bimbo")>> <</if>> <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant < -50)>> diff --git a/src/uncategorized/saGetMilked.tw b/src/uncategorized/saGetMilked.tw index 17ae4ed1536..d320dd96011 100644 --- a/src/uncategorized/saGetMilked.tw +++ b/src/uncategorized/saGetMilked.tw @@ -37,10 +37,27 @@ gets milked this week. <<set $milk = milkAmount($slaves[$i])>> $He produces from $his <<print either("boobs", "breasts", "mammaries", "tits", "udders")>>, which have a combined volume of <<print $slaves[$i].boobs*2>> CCs; + <<if ($slaves[$i].boobsImplant > 0)>> + <<set _implantEffect = $slaves[$i].boobsImplant/$slaves[$i].boobs>> + <</if>> <<if ($slaves[$i].lactation == 1)>> - $he is lactating naturally and produces a healthy stream of milk. + $he is lactating naturally and produces + <<if _implantEffect >= .90>> + a weak trickle of milk. + <<elseif _implantEffect >= .75>> + a weak stream of milk. + <<else>> + a healthy stream of milk. + <</if>> <<elseif ($slaves[$i].lactation == 2)>> - $he is on lactation drugs and produces a river of milk. + $he is on lactation drugs and produces + <<if _implantEffect >= .90>> + a steady flow of milk. + <<elseif _implantEffect >= .75>> + strong bursts of milk. + <<else>> + a river of milk. + <</if>> <<if $slaves[$i].lactationAdaptation < 100>> $His udders are forced to adapt to this unnatural productivity. <<set $slaves[$i].lactationAdaptation += 1>> @@ -61,8 +78,24 @@ gets milked this week. $He's such an unhappy cow that $his mental state has a negative impact on $his production. <</if>> - <<if ($slaves[$i].boobsImplant > 200)>> - However, $his breast implants impede milk production. + <<if ($slaves[$i].boobsImplant > 0)>> + However, $his + <<if _implantEffect >= .90>> + breast implants are ill-suited for + <<elseif _implantEffect >= .75>> + breasts are almost entirely implant, greatly restricting $his + <<elseif _implantEffect >= .60>> + breasts are mostly implant, restricting $his + <<elseif _implantEffect >= .45>> + implants make up a considerable amount of $his breasts and greatly impede + <<elseif _implantEffect >= .30>> + breast implants take up enough space to impede + <<elseif _implantEffect >= .10>> + breast implants slightly impede + <<else>> + breast implants cause a minor decrease in + <</if>> + milk production<<if _implantEffect >= .90>>, given the lack of actual breast flesh<</if>>. <</if>> <<set $hormones = $slaves[$i].hormoneBalance/100>> -- GitLab