diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 63e257e714612430c77c70533053fa6d39a8eb4c..1864879d3e84770478ecfaae1f2013775a2f7b20 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,13 @@
 
 0.10.7.0/1
 
+01/09/18
+
+	258
+	-fixes
+	-phase 4 work
+	-anons FCTV channel and story
+
 01/06/18
 
 	258
diff --git a/devNotes/twine JS b/devNotes/twine JS
index 81917d5ef4ff8d3b17d9622fdc24b6e2a72f6ecf..ec336c0bf39265a3ebe6d6e38a1f03932d5de6f6 100644
--- a/devNotes/twine JS	
+++ b/devNotes/twine JS	
@@ -4196,9 +4196,13 @@ window.renderFamilyTree = function(slaves, filterID) {
 		ftreeHeight = data.nodes.length * 35;
 		if(ftreeWidth < 600) {
 			ftreeWidth = 600;
+		} else if(ftreeWidth > 1920) {
+			ftreeWidth = 1920;
 		}
 		if(ftreeHeight < 480) {
 			ftreeHeight = 480;
+		} else if(ftreeHeight > 1200) {
+			ftreeHeight = 1200;
 		}
 
 		margin = {top:0, left:0, bottom:0, right:0 }
@@ -4271,7 +4275,6 @@ window.renderFamilyTree = function(slaves, filterID) {
 		node.append('circle')
 			.attr('r', function(d){  return d.r })
 			.attr('stroke', function(d) {
-				console.log(d.ID, filterID);
 				if(d.id == filterID) {
 					return '#ffff20';
 				} else {
diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt
index 9f754af8c7484631336e6535dabd1426f5c56453..31368f894766f75068b86353ff79b27d5afb6cfb 100644
--- a/player variables documentation - Pregmod.txt	
+++ b/player variables documentation - Pregmod.txt	
@@ -94,7 +94,7 @@ who knocked you up
 
 pregMood:
 
-(uncommon in events)
+(uncommon in events)($PC.preg >= 28)
 how you act when heavily pregnant
 0 - no change
 1 - aggressive and dominant
diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw
index 2209c6695d736ea9aedfd2e5164791ee1ddb7498..ed1dab8096303a94ca0df9281ba6eb315cd85bbe 100644
--- a/src/npc/descriptions/fVagina.tw
+++ b/src/npc/descriptions/fVagina.tw
@@ -16,8 +16,6 @@ You call her over so you can
 	fuck her tight cunt.
 <<elseif ($activeSlave.vagina == 0)>>
 	take her virginity.
-<<else>>
-	fuck her $desc butt.
 <</if>>
 
 <<if ($activeSlave.vaginaTat == "tribal patterns")>>
@@ -29,7 +27,7 @@ You call her over so you can
 <</if>>
 
 <<if $activeSlave.devotion <= 20>>
-	<<if $activeSlave.clit == 1>>
+	<<if $activeSlave.clit == 1 && $activeSlave.activeSlave.foreskin>>
 		Her big clit peeks out from under its hood.
 	<<elseif $activeSlave.clit == 2>>
 		Her huge clit is impossible to miss.
@@ -43,8 +41,11 @@ You call her over so you can
 	<<elseif $activeSlave.labia > 2>>
 		Her labia are so large they present a slight obstacle to entry.
 	<</if>>
+	<<if $activeSlave.vaginaLube > 1>>
+		She may not want it, but that doesn't stop her pussy from getting nice and wet for you.
+	<</if>>
 <<else>>
-	<<if $activeSlave.clit == 1>>
+	<<if $activeSlave.clit == 1 && $activeSlave.activeSlave.foreskin>>
 		Her big, hard clit peeks out from under its hood.
 	<<elseif $activeSlave.clit == 2>>
 		Her huge, stiff clit is impossible to miss.
@@ -58,6 +59,9 @@ You call her over so you can
 	<<elseif $activeSlave.labia > 2>>
 		Her huge labia are almost dripping with arousal.
 	<</if>>
+	<<if $activeSlave.vaginaLube > 1>>
+		A steady stream of lube leaks from her pussy in preparation to recieve you.
+	<</if>>
 <</if>>
 
 <<if ($activeSlave.vaginaPiercing > 1)>>
@@ -76,31 +80,95 @@ You call her over so you can
 	<</if>>
 <</if>>
 
-<<if canWalk($activeSlave)>>
-<<set _fPosition = random(1,100)>>
-You decide to fuck her
-<<if (_fPosition <= 20)>>
-	in the missionary position. You tell her to lie down on the couch next to your desk.<<if hyperPregBellyOne($activeSlave)>> A position that will difficult due to her massive pregnancy.<<elseif hyperBellyOne($activeSlave)>> A position that will difficult due to her massive stomach.<</if>>
-<<elseif (_fPosition <= 40)>>
-	in the cowgirl position. You lie on the couch beside your desk and tell her to straddle you, facing towards you.<<if hyperPregBellyOne($activeSlave)>> A position that will allow you to tease her massive pregnancy as you fuck her.<<elseif hyperBellyOne($activeSlave)>> A position that will allow you to tease her massive belly as you fuck her.<</if>>
-<<elseif (_fPosition <= 60)>>
-	doggy-style. You tell her to get on the couch beside your desk on her hands and knees.<<if hyperPregBellyOne($activeSlave)>> A position that leaves her rear high in the air thanks to her massive pregnancy.<<elseif hyperBellyOne($activeSlave)>> A position that leaves her rear high in the air thanks to her massive stomach.<</if>>
-<<elseif (_fPosition <= 80)>>
-	in the reverse cowgirl position. You lie on the couch beside your desk and tell her to straddle you facing away from you.<<if hyperPregBellyOne($activeSlave)>> A position that will much more comfortable due for her massive pregnancy.<<elseif hyperBellyOne($activeSlave)>> A position that will much more comfortable for her massive belly.<</if>>
+<<if $PC.pregMood == 1 && $PC.preg >= 28>>
+	<<set _fPosition = either(50,50,50,90)>>
+	<<set _fSpeed = 90>>
+<<elseif $PC.pregMood == 2 && $PC.preg >= 28>>
+	<<set _fPosition = random(1,40)>>
+	<<set _fSpeed = 10>>
+<<elseif $PC.belly >= 3000>>
+	<<set _fPosition = random(1,80)>>
+	<<set _fSpeed = random(1,75)>>
 <<else>>
-	in the wheelbarrow position. You tell her to get on the couch beside your desk, stand next to her and lift her legs up into the air.<<if hyperPregBellyOne($activeSlave)>> You hope you don't strain something supporting her massive pregnancy.<<elseif hyperBellyOne($activeSlave)>> You hope you don't strain something supporting her massive belly.<</if>>
+	<<set _fPosition = random(1,100)>>
+	<<set _fSpeed = random(1,100)>>
 <</if>>
-<<set _fSpeed = random(1,100)>>
+
+<<if canWalk($activeSlave) && $activeSlave.fetish != "mindbroken">>
+	You decide to fuck her
+	<<if (_fPosition <= 20)>>
+		in the missionary position. You tell her to lie down on the couch next to your desk.
+		<<if $activeSlave.bellyPreg >= 750000>>
+			A position that will be a challange due to her immense pregnancy.
+		<<elseif $activeSlave.belly >= 750000>>
+			A position that will be a challange due to her immense stomach.
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			A position that will be difficult due to her massive pregnancy.
+		<<elseif $activeSlave.belly >= 300000>>
+			A position that will be difficult due to her massive stomach.
+		<<elseif $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>>
+			A position that will be difficult with the combined size of your rounded middles.
+		<</if>>
+	<<elseif (_fPosition <= 40)>>
+		in the cowgirl position. You lie on the couch beside your desk and tell her to straddle you, facing towards you.
+		<<if $activeSlave.bellyPreg >= 750000>>
+			A position that will smother you with her immense pregnancy.
+		<<elseif $activeSlave.belly >= 750000>>
+			A position that will smother you with her immense stomach.
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			A position that will allow you to tease her massive pregnancy as you fuck her.
+		<<elseif $activeSlave.belly >= 300000>>
+			A position that will allow you to tease her massive belly as you fuck her.
+		<<elseif $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>>
+			A position that will be akward with the combined size of your rounded middles.
+		<</if>>
+	<<elseif (_fPosition <= 60)>>
+		doggy-style. You tell her to get on the couch beside your desk on her hands and knees.
+		<<if $activeSlave.bellyPreg >= 750000>>
+			As she struggles to fit on the couch, you tell her to just lean over her immense pregnancy instead.
+		<<elseif $activeSlave.belly >= 750000>>
+			As she struggles to fit on the couch, you tell her to just lean over her immense belly instead.
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			A position that leaves her rear high in the air thanks to her massive pregnancy.
+		<<elseif $activeSlave.belly >= 300000>>
+			A position that leaves her rear high in the air thanks to her massive stomach.
+		<</if>>
+		<<if $PC.belly >= 5000>>
+			Her back will make a good rest for your gravid middle.
+		<</if>>
+	<<elseif (_fPosition <= 80)>>
+		in the reverse cowgirl position. You lie on the couch beside your desk and tell her to straddle you facing away from you.
+		<<if $activeSlave.bellyPreg >= 750000>>
+			A position that will much more comfortable for her immense pregnancy and won't crush you under its mass.
+		<<elseif $activeSlave.belly >= 750000>>
+			A position that will much more comfortable for her immense belly and won't crush you under its mass.
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			A position that will much more comfortable for her massive pregnancy.
+		<<elseif $activeSlave.belly >= 300000>>
+			A position that will much more comfortable for her massive belly.
+		<</if>>
+	<<else>>
+		in the wheelbarrow position. You tell her to get on the couch beside your desk, stand next to her and lift her legs up into the air.
+		<<if $activeSlave.bellyPreg >= 750000>>
+			Her pregnancy is so immense it reaches the floor even as you hold her saving you the trouble of bearing its weight.
+		<<elseif $activeSlave.belly >= 750000>>
+			Her belly is so immense it reaches the floor even as you hold her saving you the trouble of bearing its weight.
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			You hope you don't strain something supporting her massive pregnancy.
+		<<elseif $activeSlave.belly >= 300000>>
+			You hope you don't strain something supporting her massive belly.
+		<</if>>
+	<</if>>
 <</if>>
 
-<<if ($activeSlave.vagina == 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>
+<<if ($activeSlave.vagina == 0) && canDoVaginal($activeSlave)>>
 	<<if ($activeSlave.fetish == "mindbroken")>>
 		She accepts your orders dumbly and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching without real interest as you don a strap-on<</if>>. Since she is mindbroken, @@.lime;losing her virginity@@ has no impact on any part of her other than her vagina.
 	<<elseif ($activeSlave.devotion > 20)>>
-		She accepts your orders without comment and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning loudly as you pound away. Since she is already well broken, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in.@@ She looks forward to having her pussy fucked by you again.
+		She accepts your orders without comment and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning loudly as you pound away. Since she is already well broken, this new connection with her <<WrittenMaster $activeSlave>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in.@@ She looks forward to having her pussy fucked by you again.
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like.<<if ($PC.dick == 0)>>Her lower lip quivers with trepidation as she watches you don a strap-on and maneuver to fuck her virgin hole.<</if>> You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning as you pound away. Nevertheless, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in,@@ and she is @@.gold;fearful@@ that sex will continue to be painful.
+		She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like.<<if ($PC.dick == 0)>>Her lower lip quivers with trepidation as she watches you don a strap-on and maneuver to fuck her virgin hole.<</if>> You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning as you pound away. Nevertheless, this new connection with her <<WrittenMaster $activeSlave>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in,@@ and she is @@.gold;fearful@@ that sex will continue to be painful.
 		<<set $activeSlave.devotion += 4, $activeSlave.trust -= 4>>
 	<<else>>
 		As you anticipated, she refuses to give you her virginity. And as you expected, she is unable to resist you. She cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens her fresh, tight hole. You force your way into her pussy and continue thrusting into her. She sobs and cries with horror as you pound away. The rape @@.mediumorchid;decreases her devotion to you.@@ @@.lime;Her pussy has been broken in,@@ and she @@.gold;fears further abuse.@@
@@ -112,7 +180,11 @@ You decide to fuck her
 <<elseif ($activeSlave.amp == 1)>>
 	Since she's a quadruple amputee, she's yours to use as a human sex toy. You set her
 	<<if ($PC.dick != 0)>>
-		atop your cock and slide her up and down, managing her with your arms.
+		<<if $activeSlave.belly >= 300000>>
+			atop her massive stomach and <<if _fSpeed > 75>>fuck her hard and fast<<elseif _fSpeed > 50>>fuck her firmly and vigorously<<elseif _fSpeed > 25>>fuck her steadily and controlled<<else>>fuck her slowly and tenderly<</if>>, managing her with your arms as you go.
+		<<else>>
+			atop your cock and slide her up and down<<if _fSpeed > 75>>, hard and fast<<elseif _fSpeed > 50>>, firmly and vigorously<<elseif _fSpeed > 25>>, steadily and controlled<<else>>, slowly and tenderly<</if>>, managing her with your arms.
+		<</if>>
 		<<if $activeSlave.dick > 0>>
 			<<if $activeSlave.dickAccessory == "chastity" || $activeSlave.dickAccessory == "combined chastity">>
 				Her dick chastity keeps her useless bitchclit out of the way.
@@ -129,60 +201,101 @@ You decide to fuck her
 		<</if>>
 		You finish inside her and leave your toy for one of your other slaves to clean and maintain.
 	<<else>>
-		on the couch and straddle her hips, bringing your already-wet pussy hard against her. You grind against her helpless body, using her as a living sybian until her warmth and movement brings you to orgasm.
+		on the couch and straddle her hips, bringing your already-wet pussy <<if _fSpeed > 75>>hard against her. You grind powerfully<<elseif _fSpeed > 50>>firmly against her. You grind vigorously<<elseif _fSpeed > 25>>against her. You grind steadily<<else>>softly against her. You grind gently<</if>> against her helpless body, using her as a living sybian until her warmth and movement brings you to orgasm.
 	<</if>>
 <<elseif !canWalk($activeSlave) && tooBigBelly($activeSlave)>>
-	You tell her to get situated on the couch, face down. This position pins her down by the massive weight of her belly, pushing her face in amongst the cushions and keeping her crotch in the ideal position to penetrate. Her belly serves as an anchor, allowing you to take her doggy style without any real contribution from her. The position muffles her reaction entirely, other than the rhythmic jiggling of her bulging belly as it sticks out from either side of her torso.
+	You tell her to get situated on the couch, face down. This position pins her down by the massive weight of her belly, pushing her face in amongst the cushions and keeping her crotch in the ideal position to penetrate. Her belly serves as an anchor, allowing you to take her doggy style without any real contribution from her. The position muffles her reaction entirely, other than the rhythmic jiggling of her bulging belly as it sticks out from either side of her torso as you <<if _fSpeed > 75>>pound her hard and fast<<elseif _fSpeed > 50>>pound her firmly and vigorously<<elseif _fSpeed > 25>>fuck her steadily<<else>>fuck her slowly and tenderly<</if>>.
 <<elseif !canWalk($activeSlave) && tooBigBreasts($activeSlave)>>
-	You tell her to get situated on the couch, face down. This position pins her down by the massive weight of her tits, pushing her face in amongst the cushions. Her tits serve as an anchor, allowing you to take her doggy style without any real contribution from her. The position muffles her reaction entirely, other than the rhythmic jiggling of the breastflesh that sticks out to either side of her torso.
+	You tell her to get situated on the couch, face down. This position pins her down by the massive weight of her tits, pushing her face in amongst the cushions. Her tits serve as an anchor, allowing you to take her doggy style without any real contribution from her. The position muffles her reaction entirely, other than the rhythmic jiggling of the breastflesh that sticks out to either side of her torso as you <<if _fSpeed > 75>>pound her hard and fast<<elseif _fSpeed > 50>>pound her firmly and vigorously<<elseif _fSpeed > 25>>fuck her steadily<<else>>fuck her slowly and tenderly<</if>>.
 <<elseif !canWalk($activeSlave) && tooBigButt($activeSlave)>>
-	You tell her to get situated on the couch, face up. This position pins her down by the massive weight of her rear, causing her to sink into the cushions. Her ass serves as an anchor, allowing you to take her in the missionary position without any real contribution from her. This lets you clearly see her reaction, as well as the rhythmic jiggling of the buttflesh that sticks out to either side of her hips.
+	You tell her to get situated on the couch, face up. This position pins her down by the massive weight of her rear, causing her to sink into the cushions. Her ass serves as an anchor, allowing you to take her in the missionary position without any real contribution from her. This lets you clearly see her reaction, as well as the rhythmic jiggling of the buttflesh that sticks out to either side of her hips as you <<if _fSpeed > 75>>pound her hard and fast<<elseif _fSpeed > 50>>pound her firmly and vigorously<<elseif _fSpeed > 25>>fuck her steadily<<else>>fuck her slowly and tenderly<</if>>.
 <<elseif !canWalk($activeSlave) && tooBigBalls($activeSlave)>>
-	You tell her to get situated on the couch, doggy style. This position pins her down by the massive weight of her balls. Her testicles serve as an anchor, allowing you to take her doggy style without any real concern of getting struck by her massive nuts. The position keeps her balls completely still where they rest on the couch, so you don't have to worry about them getting in the way.
+	You tell her to get situated on the couch, doggy style. This position pins her down by the massive weight of her balls. Her testicles serve as an anchor, allowing you to take her doggy style without any real concern of getting struck by her massive nuts. The position keeps her balls completely still where they rest on the couch, so you don't have to worry about them getting in the way as you <<if _fSpeed > 75>>pound her hard and fast<<elseif _fSpeed > 50>>pound her firmly and vigorously<<elseif _fSpeed > 25>>fuck her steadily<<else>>fuck her slowly and tenderly<</if>>.
 <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($PC.dick != 0)>>
 	She comes over, smiling a little submissive smile, and spreads herself for you. You take her on the couch next to your desk after she gets into position.
 	<<if (_fPosition <= 20)>> /* missionary */
-		<<if hyperPregBellyOne($activeSlave)>>
-		You have to heft her gravid body up to position yourself for penetration. But once you are mounted, you rest your head against her bulging belly and feel the movements within as you thrust into her;
-		<<elseif hyperBellyOne($activeSlave)>>
-		You have to heft her weighty body up to position yourself for penetration. But once you are mounted, you rest your head against her massive stomach and feel the force of your thrusts running through her;
+		<<if $activeSlave.bellyPreg >= 750000>>
+			<<if $PC.belly >= 5000>>
+				You have to heft her gravid body up and slip under her expansive middle to position yourself for penetration. With your own baby bump in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against her bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her;
+			<<else>>
+				You have to heft her gravid body up and slip under her expansive middle to position yourself for penetration. But once you are seated, you rest your head against her bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her;
+			<</if>>
+		<<elseif $activeSlave.belly >= 750000>>
+			<<if $PC.belly >= 5000>>
+				You have to heft her weighty body up and slip under her expansive middle to position yourself for penetration. With your own gravid swell in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against her immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through her;
+			<<else>>
+				You have to heft her weighty body up and slip under her expansive middle to position yourself for penetration. But once you are seated, you rest your head against her immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through her;
+			<</if>>
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			You have to heft her gravid body up to position yourself for penetration. But once you are mounted, you rest your head against her bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her;
+		<<elseif $activeSlave.belly >= 300000>>
+			You have to heft her weighty body up to position yourself for penetration. But once you are mounted, you rest your head against her massive stomach and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through her;
 		<<else>>
-		She hugs her torso to you and her breasts press against your chest;
+			She hugs her torso to you and
+			<<if $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>>
+				your bellies bulge lewdly against each other;
+			<<elseif $activeSlave.belly >= 5000>>
+				pushes her belly against your stomach;
+			<<elseif $PC.belly >= 5000>>
+				pushes your belly into her stomach;
+			<<elseif $PC.boobsBonus > 2>>
+				her breasts press against your own enormous<<if $PC.boobsImplant == 1>>, hard<<else>>, soft<</if>> breasts;
+			<<elseif $PC.boobsBonus == 2>>
+				her breasts press against your own huge<<if $PC.boobsImplant == 1>>, firm<<else>>, soft<</if>> breasts;
+			<<elseif $PC.boobsBonus == 1>>
+				her breasts press against your own big<<if $PC.boobsImplant == 1>>, perky<</if>> breasts;
+			<<elseif $PC.boobsBonus == -0.5>>
+				her breasts press against your own breasts;
+			<<elseif $PC.boobsBonus == -1>>
+				her breasts press against your own average breasts;
+			<<elseif $PC.boobs == 1>>
+				her breasts press against your own generous breasts;
+			<<elseif $PC.title == 0>>
+				her breasts press against your flat breasts;
+			<<else>>
+				her breasts press against your chest;
+			<</if>>
 		<</if>>
 	<<elseif (_fPosition <= 40)>> /* cowgirl */
-		<<if hyperPregBellyOne($activeSlave)>>
-		She does her best to not suffocate you with her massive belly or knock you out with it as you thrust into her. You get a face full of pregnancy with each downward motion;
-		<<elseif hyperBellyOne($activeSlave)>>
-		She does her best to not suffocate you with her massive belly or knock you out with it as you thrust into her. You get a face full of implant with each downward motion;
+		<<if $activeSlave.bellyPreg >= 750000>>
+			You wrap your arms around her boundless pregnancy as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her and enjoy the feeling of so much movement squirming against your face;
+		<<elseif $activeSlave.belly >= 750000>>
+			You wrap your arms around her boundless stomach as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her and enjoy the feeling of your every move running through her belly;
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			She does her best to not suffocate you with her massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her. You get a face full of pregnancy with each downward motion;
+		<<elseif $activeSlave.belly >= 300000>>
+			She does her best to not suffocate you with her massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her. You get a face full of implant with each downward motion;
 		<<else>>
-		She puts her hands on your chest and leans forward as you continue to thrust upwards;
+			She puts her hands on your chest and leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards;
 		<</if>>
 	<<elseif (_fPosition <= 60)>> /* doggy-style */
-		<<if hyperPregBellyOne($activeSlave)>>
-		She arches her back as you continue to pound her, her occupants enjoying the attention. As you rest your weight on her, you run your hands along her distended sides;
-		<<elseif hyperBellyOne($activeSlave)>>
-		She arches her back as you continue to pound her, her belly jiggling just slightly with each thrust. As you rest your weight on her, you run your hands along her distended sides;
+		<<if $activeSlave.bellyPreg >= 300000>>
+			She arches her back as you continue to pound her <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, her occupants enjoying the attention. As you rest your weight on her, you run your hands along her distended sides;
+		<<elseif $activeSlave.belly >= 300000>>
+			She arches her back as you continue to pound her <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, her belly jiggling just slightly with each thrust. As you rest your weight on her, you run your hands along her distended sides;
 		<<else>>
-		She arches her back as you continue to pound her;
+			She arches her back as you continue to pound her <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>;
 		<</if>>
 	<<elseif (_fPosition <= 80)>> /* reverse cowgirl */
-		<<if hyperPregBellyOne($activeSlave)>>
-		You may have to spread your legs extra wide to accommodate her impressive baby bump, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust upwards, in return you caress her distended sides;
-		<<elseif hyperBellyOne($activeSlave)>>
-		You may have to spread your legs extra wide to accommodate her impressive belly, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust upwards, in return you caress her distended sides;
+		<<if $activeSlave.bellyPreg >= 300000>>
+			You may have to spread your legs extra wide to accommodate her impressive baby bump, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress her distended sides;
+		<<elseif $activeSlave.belly >= 300000>>
+			You may have to spread your legs extra wide to accommodate her impressive belly, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress her distended sides;
 		<<else>>
-		She puts her hands on your chest and starts to lean back as you continue to thrust upwards;
+			She puts her hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards;
 		<</if>>
 	<<else>> /* wheelbarrow */
-		<<if hyperPregBellyOne($activeSlave)>>
-		Before long both of your strength begins to wane, causing her belly to touch the floor. With some of the weight off of the both of you, you keep on pounding;
-		<<elseif hyperBellyOne($activeSlave)>>
-		Before long both of your strength begins to wane, causing her belly to touch the floor. With some of the weight off of the both of you, you keep on pounding;
+		<<if $activeSlave.belly >= 750000>>
+			With all her weight handled, you can keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding without your arms getting tired;
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			Before long both of your strength begins to wane, causing her belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding;
+		<<elseif $activeSlave.belly >= 300000>>
+			Before long both of your strength begins to wane, causing her belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding;
 		<<else>>
-		She begins to tire as you keep pounding;
+			She begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding;
 		<</if>>
 	<</if>>
-	you can feel <<if hyperPregBellyOne($activeSlave)>>her children begin to squirm in reaction to their mother's lust<<else>>her heart beating hard<</if>>. As the sex reaches its climax, she begs you to cum inside her unworthy body.
+	you can feel <<if $activeSlave.bellyPreg >= 300000>>her children begin to squirm in reaction to their mother's lust<<else>>her heart beating hard<</if>>. As the sex reaches its climax, she begs you to cum inside her unworthy body.
 	<<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>>
 		<<if $activeSlave.dickAccessory == "chastity" || ($activeSlave.dickAccessory == "combined chastity")>>
 			She does her submissive best to stay completely soft within her dick chastity.
@@ -202,7 +315,7 @@ You decide to fuck her
 <<elseif $activeSlave.devotion < -20>>
 	She tries to refuse, so you
 	<<if ($PC.dick != 0)>>
-		bend the disobedient slave over your desk and take  her hard from behind. Her breasts <<if ($activeSlave.dick != 0)>>and cock <</if>>slide back and forth across the desk. You give her buttocks some nice hard swats as you pound her. She grunts and moans but knows better than to try to get away.
+		bend the disobedient slave over your desk and take her hard from behind. Her breasts <<if ($activeSlave.dick != 0)>>and cock <</if>>slide back and forth across the desk. You give her buttocks some nice hard swats as you pound her. She grunts and moans but knows better than to try to get away.
 		<<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>>
 			Despite her unwillingness to be raped, the stimulation
 			<<if $activeSlave.dickAccessory == "chastity" || ($activeSlave.dickAccessory == "combined chastity")>>
@@ -249,46 +362,89 @@ You decide to fuck her
 	<<if ($PC.dick != 0)>>
 		She skips over smiling and gives you a quick kiss. You take her on the couch next to your desk after she gets into position.
 		<<if (_fPosition <= 20)>> /* missionary */
-			<<if hyperPregBellyOne($activeSlave)>> /* missionary */
-			You have to heft her gravid body up to position yourself for penetration. But once you are mounted, you rest your head against her bulging belly and feel the movements within as you thrust into her;
-			<<elseif hyperBellyOne($activeSlave)>>
-			You have to heft her weighty body up to position yourself for penetration. But once you are mounted, you rest your head against her massive stomach and feel the force of your thrusts running through her;
+			<<if $activeSlave.bellyPreg >= 750000>>
+				<<if $PC.belly >= 5000>>
+					You have to heft her gravid body up and slip under her expansive middle to position yourself for penetration. With your own baby bump in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against her bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her;
+				<<else>>
+					You have to heft her gravid body up and slip under her expansive middle to position yourself for penetration. But once you are seated, you rest your head against her bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her;
+				<</if>>
+			<<elseif $activeSlave.belly >= 750000>>
+				<<if $PC.belly >= 5000>>
+					You have to heft her weighty body up and slip under her expansive middle to position yourself for penetration. With your own gravid swell in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against her immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through her;
+				<<else>>
+					You have to heft her weighty body up and slip under her expansive middle to position yourself for penetration. But once you are seated, you rest your head against her immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through her;
+				<</if>>
+			<<elseif $activeSlave.bellyPreg >= 300000>>
+				You have to heft her gravid body up to position yourself for penetration. But once you are mounted, you rest your head against her bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her;
+			<<elseif $activeSlave.belly >= 300000>>
+				You have to heft her weighty body up to position yourself for penetration. But once you are mounted, you rest your head against her massive stomach and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through her;
 			<<else>>
-			She hugs her torso to you and her breasts press against your chest;
+				She hugs her torso to you and
+				<<if $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>>
+					your bellies bulge lewdly against each other;
+				<<elseif $activeSlave.belly >= 5000>>
+					pushes her belly against your stomach;
+				<<elseif $PC.belly >= 5000>>
+					pushes your belly into her stomach;
+				<<elseif $PC.boobsBonus > 2>>
+					her breasts press against your own enormous<<if $PC.boobsImplant == 1>>, hard<<else>>, soft<</if>> breasts;
+				<<elseif $PC.boobsBonus == 2>>
+					her breasts press against your own huge<<if $PC.boobsImplant == 1>>, firm<<else>>, soft<</if>> breasts;
+				<<elseif $PC.boobsBonus == 1>>
+					her breasts press against your own big<<if $PC.boobsImplant == 1>>, perky<</if>> breasts;
+				<<elseif $PC.boobsBonus == -0.5>>
+					her breasts press against your own breasts;
+				<<elseif $PC.boobsBonus == -1>>
+					her breasts press against your own average breasts;
+				<<elseif $PC.boobs == 1>>
+					her breasts press against your own generous breasts;
+				<<elseif $PC.title == 0>>
+					her breasts press against your flat breasts;
+				<<else>>
+					her breasts press against your chest;
+				<</if>>
 			<</if>>
 		<<elseif (_fPosition <= 40)>> /* cowgirl */
-			<<if hyperPregBellyOne($activeSlave)>>
-			She does her best to not suffocate you with her massive belly or knock you out with it as you thrust into her. You get a face full of pregnancy with each downward motion;
-			<<elseif hyperBellyOne($activeSlave)>>
-			She does her best to not suffocate you with her massive belly or knock you out with it as you thrust into her. You get a face full of implant with each downward motion;
+			<<if $activeSlave.bellyPreg >= 750000>>
+				You wrap your arms around her boundless pregnancy as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her and enjoy the feeling of so much movement squirming against your face;
+			<<elseif $activeSlave.belly >= 750000>>
+				You wrap your arms around her boundless stomach as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her and enjoy the feeling of your every move running through her belly;
+			<<elseif $activeSlave.bellyPreg >= 300000>>
+				She does her best to not suffocate you with her massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her. You get a face full of pregnancy with each downward motion;
+			<<elseif $activeSlave.belly >= 300000>>
+				She does her best to not suffocate you with her massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into her. You get a face full of implant with each downward motion;
 			<<else>>
-			She puts her hands on your chest and leans forward as you continue to thrust upwards;
+				She puts her hands on your chest and leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards;
 			<</if>>
 		<<elseif (_fPosition <= 60)>> /* doggy-style */
-			<<if hyperPregBellyOne($activeSlave)>>
-			She arches her back as you continue to pound her, her occupants enjoying the attention. As you rest your weight on her, you run your hands along her distended sides;
-			<<elseif hyperBellyOne($activeSlave)>>
-			She arches her back as you continue to pound her, her belly jiggling just slightly with each thrust. As you rest your weight on her, you run your hands along her distended sides;
+			<<if $activeSlave.bellyPreg >= 300000>>
+				She arches her back as you continue to pound her <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, her occupants enjoying the attention. As you rest your weight on her, you run your hands along her distended sides;
+			<<elseif $activeSlave.belly >= 300000>>
+				She arches her back as you continue to pound her <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, her belly jiggling just slightly with each thrust. As you rest your weight on her, you run your hands along her distended sides;
 			<<else>>
-			She arches her back as you continue to pound her;
+				She arches her back as you continue to pound her <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>;
 			<</if>>
 		<<elseif (_fPosition <= 80)>> /* reverse cowgirl */
-			<<if hyperPregBellyOne($activeSlave)>>
-			You may have to spread your legs extra wide to accommodate her impressive baby bump, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust upwards, in return you caress her distended sides;
-			<<elseif hyperBellyOne($activeSlave)>>
-			You may have to spread your legs extra wide to accommodate her impressive belly, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust upwards, in return you caress her distended sides;
+			<<if $activeSlave.bellyPreg >= 300000>>
+				You may have to spread your legs extra wide to accommodate her impressive baby bump, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress her distended sides;
+			<<elseif $activeSlave.belly >= 300000>>
+				You may have to spread your legs extra wide to accommodate her impressive belly, but the angle and pressure it puts on you feels amazing. She puts her hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress her distended sides;
 			<<else>>
-			She puts her hands on your chest starts to lean back as you continue to thrust upwards;
+				She puts her hands on your chest and starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards;
 			<</if>>
 		<<else>> /* wheelbarrow */
-			<<if ($activeSlave.preg > 30 && $activeSlave.pregType >= 10) || ($activeSlave.bellyImplant >= 300000)>>
-			Before long both of your strength begins to wane, causing her belly to touch the floor. With some of the weight off of the both of you, you keep on pounding;
+			<<if $activeSlave.belly >= 750000>>
+				With all her weight handled, you can keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding without your arms getting tired;
+			<<elseif $activeSlave.bellyPreg >= 300000>>
+				Before long both of your strength begins to wane, causing her belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding;
+			<<elseif $activeSlave.belly >= 300000>>
+				Before long both of your strength begins to wane, causing her belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding;
 			<<else>>
-				She begins to tire as you keep pounding;
+				She begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding;
 			<</if>>
 		<</if>>
-		you can feel <<if hyperPregBellyOne($activeSlave)>>her children begin to squirm in reaction to their mother's lust<<else>>her heart beating hard<</if>>.
-		<<if (_fPosition <= 40)>> As the sex reaches its climax, her kisses grow urgent and passionate. <</if>>
+		you can feel <<if $activeSlave.bellyPreg >= 300000>>her children begin to squirm in reaction to their mother's lust<<else>>her heart beating hard<</if>>.
+		<<if (_fPosition <= 40) && $activeSlave.belly+$PC.belly < 20000>> As the sex reaches its climax, her kisses grow urgent and passionate. <</if>>
 		<<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>>
 			<<if $activeSlave.dickAccessory == "chastity" || ($activeSlave.dickAccessory == "combined chastity")>>
 				She enjoys herself, even though her dick chastity keeps her soft by making the beginnings of erection very uncomfortable.
@@ -311,11 +467,8 @@ You decide to fuck her
 		You pat the tops of your thighs, and she skips over smiling and gives you a quick kiss. Without breaking the lip lock, she sits down, wrapping her legs around you. Your hands reach around her and seize her buttocks, drawing her in even closer so that the warmth between her legs is pressed hard against your pussy, and you can play with her asshole. She grinds enthusiastically against you, moaning into your mouth with pleasure.
 	<</if>>
 <</if>>
-<<if canDoVaginal($activeSlave)>>
-	<<VaginalVCheck>>
-<<else>>
-	<<AnalVCheck>>
-<</if>>
+
+<<VaginalVCheck>>
 
 <<if ($activeSlave.bellyPreg >= 1500)>>
 	The poor slave's belly gets in the way, but the added perversion of fucking a pregnant hole makes the inconvenience worthwhile.
@@ -331,7 +484,7 @@ You decide to fuck her
 		<<set $activeSlave.sexualFlaw = "hates penetration">>
 	<</if>>
 <<elseif (random(1,100) > (110 - $activeSlave.devotion))>>
-	<<if ($activeSlave.fetish == "none") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates penetration")>>
+	<<if ($activeSlave.fetish == "none") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates penetration") && ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1)>>
 		Enjoying sex with you seems to have @@.lightcoral;encouraged her biological clock.@@
 		<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 10>>
 	<</if>>
@@ -355,7 +508,7 @@ You decide to fuck her
 	Your cum slides right out of her gaping hole.
 <</if>>
 
-<<if (canWalk($activeSlave) == true)>>
+<<if canWalk($activeSlave)>>
 	She uses <<if $activeSlave.vagina > 0>>a quick douche to clean her <<if $activeSlave.vagina < 2>>tight<<elseif $activeSlave.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean her <<if $activeSlave.anus < 2>>tight<<elseif $activeSlave.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>,
 	<<switch $activeSlave.assignment>>
 	<<case "work in the brothel">>
@@ -393,11 +546,8 @@ You decide to fuck her
 <</if>>
 
 <<if passage() != "Slave Interact">>
-	<<set _SL = $slaves.length>>
-	<<for _i = 0; _i < _SL; _i++>>
-	<<if $slaves[_i].ID == $activeSlave.ID>>
+	<<set _i = $slaves.findIndex(function(s) { return s.ID == $activeSlave.ID; })>>
+	<<if _i != -1>>
 		<<set $slaves[_i] = $activeSlave>>
-		<<break>>
 	<</if>>
-	<</for>>
 <</if>>
diff --git a/src/pregmod/seFCTVinstall.tw b/src/pregmod/seFCTVinstall.tw
index 18ed46343b7056286520fb6ebc2af9c834f07440..c0edec0224f51b7769cf16b2feeb8ca0fc9ed3c2 100644
--- a/src/pregmod/seFCTVinstall.tw
+++ b/src/pregmod/seFCTVinstall.tw
@@ -1,7 +1,7 @@
 :: SE FCTV Install [nobr] 
 
 <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "FCTV", $receiverAvailable = 1>>
-<<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $randShow = 0, $lastShow = -1>>
+<<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $showEleven = 0, $showTwelve = 0, $showThirteen = 0, $showFourteen = 0, $randShow = 0, $lastShow = -1>>
 
 You've been sitting in your office into the early afternoon going over bothersome lease documents that need your approval. When you take a break to look out the window, $assistantName speaks up. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, you have received an approval welcome packet from 8HGG Inc in regards to Free Cities TV. It seems that they've determined that $arcologies[0].name is now sufficiently developed enough to warrant a FCTV-Citizen connection. All the details and contracts necessary are included in the packet. From there, a receiver will need to be built onto $arcologies[0].name in order to access FCTV."
 <br><br>
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index 731547fc461f1cacdf93c248770cfc94bdd4b925..869c17d53bee13472a01df9d8328e07efa9a052f 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -7,9 +7,12 @@
 <<if ndef $showTwelve>> /* Milkanon's channel */
 	<<set $showTwelve = 0>>
 <</if>>
-<<if ndef $showThirteen>> /* Short story/"real life" documentary channel */
+<<if ndef $showThirteen>> /* Channel13's work */
 	<<set $showThirteen = 0>>
 <</if>>
+<<if ndef $showFourteen>> /* anon's story channel */
+	<<set $showFourteen = 0>>
+<</if>>
 <<set $randShow = random(0,13)>>
 <<set $FCTVshow = 0>>
 <<if $randShow == $lastShow>>
@@ -21,6 +24,10 @@
 
 Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveName@@<<else>>$assistantName<</if>> to turn on the TV and set FCTV to random show. Your larger-than-life screen flashes on, and is soon playing a random show from the popular streaming service. 
 /* we need to check for pansy no-extreme squick stuff */
+<<if $minimumSlaveAge < 13 && $randShow == 14>>
+	<<set $randShow = either(0,1,2,3,4,5,6,7,8,9,10,11,12,13)>>
+	There is an audible tone from your screen, which then displays a message: <i>Actor not vintage enough, changing program.</i>
+<</if>>
 <<if $seeExtreme == 0 && $randShow == 10>>
 	<<set $randShow = either(0,1,2,3,4,5,6,7,8,9,11,12)>>
 	There is an audible tone from your screen, which then displays a message: <i>Too much hugging detected, changing program.</i>
@@ -844,7 +851,115 @@ The offered price is <<print cashFormat($slaveCost)>>.
 			A pained grimace crosses over his face as he locks eyes with the nurse who has a very similar expression. After a long moment he turns back with the most genuine smile a father can muster and says, “I sure am, kiddo. I sure am,” before turning again to leave.
 			“Good luck.”
 	<</if>>
- 
+
+<<case 14>>
+	<<set $lastShow = 14, $showFourteen++>>
+	<<if $showFourteen == 3>><<set $showFourteen = 1>><</if>>
+	/* $showFourteen is the number of times the channel has been viewed. This will be your chapter count, more or less. */
+	<<if $showFourteen == 1>>
+		It looks like the random function chose to play the newest episode of a family-oriented soap opera. The intro shows a beautiful family of three, featuring a husband, wife, and young daughter. When they show the events of the previous episode, it quickly becomes clear that this episode is the finale of the current season of the show.
+		<br>
+		The episode opens with the husband waking up alone in bed and finding a note on his nightstand that his wife had left for him at the end of the previous episode. Through narration in his head, the note is read aloud to the audience.
+		<br>
+		"Jason, I'm sorry you had to find out like this, but I had no other choice. I didn't want to fight about this, and I didn't want you to think you could change my mind. I'm leaving, and this time I'm not coming back. I tried for so many years to make this work, but I never really wanted a family to begin with. I'm no mother, and I never could be. By the time you read this I'll already be in another arcology, much too far away for you to find me. Please take care of Jessica in all the ways I couldn't."
+		<br>
+		After finishing the note, Jason weeps into his hands before the camera transitions to a shot showing him in a rather nice kitchen explaining to his daughter where her mother went. His deep sadness is all displayed right there on his face, much to the actor's credit. His daughter leaves for school, but not before looking back through the doorway at her depressed father with pity. The camera pans to one of the large windows illuminating the kitchen, and zooms in on some street whores before dissolving into a shot of Jason walking that same street.
+		<br>
+		He stops just short of a few prostitutes, seeing one that remarkably resembles his now ex-wife. He seems torn, but quickly replaces the hesitant look on his face with one of determination. He approaches the whore with a few ¤ in hand, and in less than a minute she's dragging him by the hand down a nearby alley. She stops right in the middle of it, hikes up her short skirt, and bends over with her hands against the steel wall in front of her before turning her head to Jason and speaking.
+		<br>
+		"I don't care if anyone sees, but most customers prefer this way." she giggles, as Jason undoes his pants. Despite the fact that he has a rear-view of a perfect, smooth pussy and a taut, pink asshole, Jason can't achieve an erection. "What's the matter?" the hooker asks him. "Need me to take care of you?" A short flashback sequence plays, centered on the note from earlier. "Take care of Jessica." his wife's disembodied voice implores him, the audio mixed to sound haunting and reverberate.
+		<br>
+		"Keep the money." Jason says before he immediately runs off, leaving the hooker looking perplexed and then bored in the dingy alley. With a quick cut he's back in his apartment, watching an in-universe parody of a popular real-world FCTV show. His daughter conveniently gets home at that exact time, throwing open the door and kicking off the shoes to her school uniform. "Hi Daddy!" she says, far too jubilant considering the events of that morning. "Hi Jessica." he replies sullenly.
+		<br>
+		You start wondering if you should even be playing this, as the sadness has utterly killed the mood in the room.<<if $fuckSlaves > 0>> Some of your girls' eyes are already welling with tears.<</if>>
+		<br>
+		"You're still sad." Jessica says to him, pouting a bit. "I noticed this morning, too. How sad you were that Mommy left. I'm sorry."
+		<br>
+		"It's not your fault sweetie. Aren't you sad too?"
+		<br>
+		"Yes... I don't understand why Mommy would leave us."
+		<br>
+		Jason pauses for a moment, as if to consider whether he should be honest with his daughter. A quick image of the note before is shown, just to hammer the point in for the dumber audience members.
+		<br>
+		"I don't get it either. I thought she wanted to be a family. Like I did."
+		<br>
+		Jessica walks across the connected kitchen and living room to her father's spot on the couch, and sits next to him. "I don't want you to be sad anymore, Daddy."
+		<br>
+		"Aw." Jason says, appearing truly touched (you begin to consider investing in this actor). "I know. I love you, Jessica." He pats her head.
+		<br>
+		"I love you too, Daddy. And I want to be a family with you. I want to be like Mommy! We can make a new family, and we can be happy forever!" At this, Jason stands up abruptly. His daughter's earlier jubilance is finally making sense.
+		<br>
+		"Being a mother is hard work, sweetie. It's something you need to be sure about before you just jump into it."
+		<br>
+		"I know!" Jason's face flashes with disbelief. "No, really! I do! I've been learning about it at school. Today they brought in a boy and a girl from the slave school across the plaza and had them show us how to make a baby, and I kept thinking about you, Daddy. I want to do that with you." A quick shot of Jason's stiffening penis immediately redeems the somber mood of the entire episode, as you realize what's coming.
+		<br>
+		Jessica notices her father's silent enthusiasm growing in his pants, and steps towards him. "I guess you want that too." That's the last sentence she utters before undoing her father's pants and filling her mouth with his hard cock. She moans into him as she starts sucking, causing his eyes to roll back and for him to grab the top of her head. When she finally manages to swallow him whole, he can't help but audibly moan.
+		<br>
+		"I love you, sweetie." He says, each word carrying more eroticism than the last.
+		<br>
+		"Iluvutu." She tries to reply through his member. The vibrating sensation it causes is too much, and soon cum is leaking from the corners of Jessica's mouth and one of her nostrils. Jason pops free of her, walking away into the kitchen. Jessica swallows her mouthful and asks where he's going.
+		<br>
+		"Just getting something, so we don't have to wait to make our new family." Filled with joy, Jessica screams loud enough to put most untrained slaves to shame, and reaches up her school skirt to pull off her panties as quickly as possible. As she does, Jason digs through a cabinet until he finds a packet of stamina pills (the brand of which is conveniently facing the camera) and pops one. He picks up his daughter in a bridal carry and takes her towards the master bedroom. "If you're going to be the Mommy from now on" he coos "then that's where you'll be sleeping." The camera follows their walk at a low angle, revealing that his daughter is so thoroughly aroused her pussy is dripping on the carpet and leaving a trail of wet dots.
+		<br>
+		He puts her down on the bed, and she moves to her hands and knees, explaining that this is how the slaves did it for the class presentation. Her father cups her thighs, slowly tracing up. He stops at her ass for a quick squeeze, producing a squeak from his daughter, and continues drifting across her body until his hands are around her waist. Hands free, he rubs his cock between her asscheeks. "Are you ready?" he asks her.
+		<br>
+		"Yes Daddy." even though she's almost whispering, her voice is filled with confidence.
+		<br>
+		Jason takes one hand off her hips and positions himself at the entrance to her pussy, sliding in the head with ease before immeditely hitting a block. He leans forward until he can whisper in her ear "Deep breath, sweetie." then pushes a little harder against the resistance. "Ah..." Jessica moans, a mixture of pain and unprecedented pleasure. Finally breaking her hymen, his penis suddenly slides more than halfway into her. "AH!" He pushes the rest in before slowly sliding out, savoring every millimeter of her insides. The slow pace continues for some time, with Jessica's body slowly lowering more and more until only her father's hands are keeping her ass in the air. By that point Jason is hammering away, every thrust producing a slap loud enough to carry a slight echo in the apartment's master bedroom. The sheets beneath Jessica's pussy are soaked through, with a strand of femcum hanging between them and her clit. Her father grabs her tightly and rotates her body to missionary without removing his cock from her, then rips open her shirt, throwing buttons all around the room and exposing her tiny tits. He starts to play with them, resuming the tempo of his thrusts.
+		<br>
+		Jessica's hands grab at the sheets blindly, balling them up in her fists and causing one of the corners to become detached from the mattress. At this point she's no longer capable of dialogue, moaning at a volume that would be audible at a club and begging for more in an almost unintelligible way. Her legs wrap around her father's hips, pulling her in closer, and making the seal between them tighter. Feeling this drives Jason over the edge and he slams into her crotch recklessly, knocking the bedframe against the window with every thrust. He mauls her tits, squeezing them and pinching the nipples, sometimes dipping his head down to suck and lick them. With one final hard thrust, he stops while completely inside her and blows an impressive load, especially for TV. His daughter's pussy is filled so quickly that cum is squeezed out of the limited space between his cock and her inner walls, squirting out onto the bed and pooling against her ass and on the inside of the back of her skirt. Jessica moans and convulses, her pussy contractions squeezing a second orgasm out of Jason. Panting, he says "You make the same face your mother used to."
+		<br>
+		"Am I as pretty as Mommy?" she asks him earnestly.
+		<br>
+		"No." he states like a fact. "You're even prettier."
+		<br>
+		The camera moves to the side of them, showing their faces inches apart.
+		<br>
+		"I'm glad my first time was with you, Daddy."
+		<br>
+		"Me too, sweetie."
+		<br>
+		"And I can't wait to have your baby."
+		<br>
+		"Our baby."
+		<br>
+		The two of them share a deep kiss, with his daughters hands grasping his face. The camera pans away and over to the window, focused on the skyline of the arcology. Hopeful orchestral music plays as the image fades to black and the credits roll.
+		<br>
+		<<if $PC.belly >= 100>>
+			Stunned, you 
+			<<if $PC.belly >= 100000>>
+				run your hands across your massive, gravid dome,
+			<<elseif $PC.belly >= 60000>>
+				run your hands across your giant, life-filled belly,
+			<<elseif $PC.belly >= 15000>>
+				stroke your advanced pregnancy,
+			<<elseif $PC.belly >= 10000>>
+				stroke your big, pregnant belly,
+			<<elseif $PC.belly >= 5000>>
+				stroke your pregnancy,
+			<<elseif $PC.belly >= 1500>>
+				stroke your growing pregnancy,
+			<<else>>
+				rest your hand on the small bump in your lower belly,
+			<</if>>
+			appreciating the life growing within you and what future prospects may await it.
+		<<elseif $PC.dick == 1>>
+			Stunned and fully erect, you inexplicably feel the urge to creampie a pussy, so you <<if $fuckSlaves > 0>>grab the nearest slave watching with you, who is overjoyed to recreate the entire ending with you<<else>>make your way to the slave dormitory and pick out the perfect slave<</if>>. You've never had a more hope-filled orgasm.
+		<<else>>
+			Stunned and soaking wet, you hurry to
+			<<if $Concubine != 0 && canPenetrate($Concubine) && $PC.preg == 0 && $Concubine.ballType == "human" && $Concubine.vasectomy == 0 && ($sexualOpeness == 1 || $Concubine.toyHole == "dick")>>
+				get $Concubine.slaveName nice and hard before recreating the entire ending with her. You've never had a more hope-filled orgasm.
+				<<KnockMeUp $PC 10 0 $Concubine.ID 1>>
+				<<set _fctvs = $slaves.findIndex(function(s) { return s.ID == $Concubine.ID; })>>
+				<<set $slaves[_fctvs].penetrativeCount += 1, $penetrativeTotal += 1>>
+			<<elseif $sexualOpeness == 1>>
+				find your favorite cock to get a creampie from.
+			<<else>>
+				find your favorite squirt dildo to creampie yourself with.
+			<</if>>
+			You've never had a more lust-filled orgasm.
+		<</if>>
+	<</if>>
 <<default>>
 	It seems there's a technical error preventing you from streaming, you tell $assistantName to look into it.
 <</switch>>
diff --git a/src/pregmod/widgets/bodySwapReaction.TW b/src/pregmod/widgets/bodySwapReaction.TW
index 86e00aef39911f3b0bdc696faf5c8a747d116435..47eb8a29afd858deb8f34e34ca160313f79d34f3 100644
--- a/src/pregmod/widgets/bodySwapReaction.TW
+++ b/src/pregmod/widgets/bodySwapReaction.TW
@@ -770,7 +770,7 @@ You depress a button and a long, body length mirror slides up from the floor nea
 		<</if>>
 	<</if>>
 	<<set _puberty = 0>>
-	<<if (($args[0].physicalAge < $pubertyAge && ($args[0].ovaries == 1 || $args[0].mpreg == 1)) || ($args[0].physicalAge < $virilityAge && $args[0].balls > 0)) && ($args[1].pubertyXX == 1 || $args[1].pubertyXY == 1)>>
+	<<if (($args[0].physicalAge < $fertilityAge && ($args[0].ovaries == 1 || $args[0].mpreg == 1)) || ($args[0].physicalAge < $potencyAge && $args[0].balls > 0)) && ($args[1].pubertyXX == 1 || $args[1].pubertyXY == 1)>>
 		She realizes that she will have to go through puberty again, now that she is $args[0].physicalAge again. This is unnerving to her.
 		<<set _puberty = 1>>
 	<</if>>
diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw
index d0af00e28a4880aec4bf90f86ac4cae538f2141d..339ebb65b77b44bfcbce5f99e869603039bc0e63 100644
--- a/src/uncategorized/REFS.tw
+++ b/src/uncategorized/REFS.tw
@@ -38,7 +38,7 @@
   <</if>>
 <<else>>
 
-<<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check">>
+<<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check">>
 
 <<SlaveTitle $activeSlave>>
 <<Enunciate $activeSlave>>
@@ -119,14 +119,13 @@ On this particular outing you happen to cross paths with a comely female citizen
 		<<set $activeSlaveOneTimeMaxAge = 22>>
 		<<include "Generate New Slave">>
 		<<set $activeSlave.origin = "She was taken into your custody from an abusive owner.">>
-		<<set $activeSlave.devotion = random(-25,0)>>			
-		<<set $activeSlave.trust = random(-25,0)>>
-		<<set $activeSlave.boobs = random(300,450)>>
+		<<set $activeSlave.devotion = random(0,25)>>			
+		<<set $activeSlave.trust = random(0,25)>>
+		<<set $activeSlave.boobs = random(6,9)*50>>
 		<<set $activeSlave.hips = random(-2,-1)>>
 		<<set $activeSlave.butt = random(0,2)>>
-		<<set $activeSlave.health = random(10,20)>>
+		<<set $activeSlave.health = random(-30,-10)>>
 		<<include "New Slave Intro">>
-		<<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
 	<</replace>>
 <</link>> // Taking custody of the girl will cost <<print cashFormat(2000)>>. //
 <</if>>
@@ -154,14 +153,13 @@ On this particular outing you happen to cross paths with a comely female citizen
 		<<set $activeSlaveOneTimeMaxAge = 22>>
 		<<include "Generate New Slave">>
 		<<set $activeSlave.origin = "She was taken into your custody from an owner who treated her as an equal.">>
-		<<set $activeSlave.devotion = random(-25,0)>>			
-		<<set $activeSlave.trust = random(-25,0)>>
-		<<set $activeSlave.boobs = random(300,450)>>
+		<<set $activeSlave.devotion = random(0,50)>>			
+		<<set $activeSlave.trust = random(25,70)>>
+		<<set $activeSlave.boobs = random(6,9)*50>>
 		<<set $activeSlave.hips = random(-2,-1)>>
 		<<set $activeSlave.butt = random(0,2)>>
 		<<set $activeSlave.health = random(70,80)>>
 		<<include "New Slave Intro">>
-		<<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
 	<</replace>>
 <</link>> // Taking custody of the girl will cost <<print cashFormat(2000)>>. //
 <</if>>
@@ -266,7 +264,6 @@ On this particular outing you happen to cross paths with a comely female citizen
 			<<set $activeSlave.lipsImplant = 10>>
 			<<AddSlave $activeSlave>> /* skip New Slave Intro */
 			<<set $cash -= 10000>>
-			<<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
 			<</replace>>
 		<</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. //
 		</span>
@@ -340,14 +337,14 @@ On this particular outing you happen to cross paths with a comely female citizen
 			<<set $activeSlave.trust = random(-45,0)>>
 			/* Girlish */
 			<<if $activeSlave.boobs > 450>>
-			<<set $activeSlave.boobs = random(300,450)>>
+			<<set $activeSlave.boobs = random(6,9)*50>>
 			<</if>>
 			<<set $activeSlave.hips = random(-2,-1)>>
 			<<set $activeSlave.butt = random(0,2)>>
 			<<set $activeSlave.weight = Math.min($activeSlave.weight, 10)>>
+			<<set $activeSlave.waist = Math.min($activeSlave.waist, 0)>>
 			<<set $activeSlave.muscles = Math.min($activeSlave.muscles, 30)>>
 			<<include "New Slave Intro">>
-			<<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
 			<</replace>>
 		<</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. //
 		</span>
@@ -396,13 +393,13 @@ On this particular outing you happen to cross paths with a comely female citizen
 			<<set $activeSlave.health = random(10,20)>>
 			<<set $activeSlave.birthsTotal = 2>>
 			/* Plush */
-			<<set $activeSlave.boobs = random(700,1100)>>
+			<<set $activeSlave.boobs = random(7,11)*100>>
 			<<set $activeSlave.hips = random(1,2)>>
 			<<set $activeSlave.butt = $activeSlave.hips + 2>>
 			<<set $activeSlave.weight = random(10,40)>>
+			<<set $activeSlave.waist = random(-10,10)>>
 			<<set $activeSlave.muscles = Math.min($activeSlave.muscles, 30)>>
 			<<include "New Slave Intro">>
-			<<set $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
 			<</replace>>
 		<</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. //
 		</span>
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index afb1db1ac027bc86a0e0f4e5206f3fe83d1868f1..0811d7765c05a83e8581aa68e85f5bd3873ac661 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -426,14 +426,14 @@ Being ordered into a relationship would be difficult for anyone, but they're so
 	$eventSlave.slaveName fetishized breasts so much that she thinks $subSlave.slaveName's udders are one of the sexiest things she's ever seen.
 <<elseif ($subSlave.fetish == "boobs") && ($eventSlave.boobs > 4000)>>
 	$subSlave.slaveName fetishized breasts so much that she thinks $eventSlave.slaveName's udders are one of the sexiest things she's ever seen.
-<<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && hyperPregBellyOne($subSlave) && hyperPregBellyOne($eventSlave)>>
-	$eventSlave.slaveName and $subSlave.slaveName are both bursting with children, much to the other's delight. They can't wait to explore each other's baby strained middle.
+<<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 300000 && $eventSlave.bellyPreg >= 300000>>
+	$eventSlave.slaveName and $subSlave.slaveName are both enormously laden with children, much to the other's delight. They can't wait to explore each other's baby filled middle.
 <<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.preg > 20 && $eventSlave.preg > 20>>
 	$eventSlave.slaveName and $subSlave.slaveName are both heavily pregnant, much to the other's delight.
-<<elseif ($subSlave.fetish == "pregnancy") && hyperPregBellyOne($eventSlave)>>
-	$subSlave.slaveName fetishizes pregnant bellies so much that she is awestruck by $eventSlave.slaveName's bursting, baby filled middle.
-<<elseif ($eventSlave.fetish == "pregnancy") && hyperPregBellyOne($subSlave)>>
-	$eventSlave.slaveName fetishizes pregnant bellies so much that she is awestruck by $subSlave.slaveName's bursting, baby filled middle.
+<<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.bellyPreg >= 300000>>
+	$subSlave.slaveName fetishizes pregnant bellies so much that she is awestruck by $eventSlave.slaveName's enormous, baby filled middle.
+<<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 300000>>
+	$eventSlave.slaveName fetishizes pregnant bellies so much that she is awestruck by $subSlave.slaveName's enormous, baby filled middle.
 <<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.preg > 20>>
 	$subSlave.slaveName fetishizes pregnant bellies so much that she thinks $eventSlave.slaveName gravid middle is one of the sexiest things she's ever seen.
 <<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.preg > 20>>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 2bee3568a56a251fe286ca9f628c454c5588afee..19c89346bfa50e12cfd934ee887e63c65d814afc 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1507,7 +1507,7 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Let your ample bust dominate her pathetic one">>
 		<<replace "#introResult">>
-			You quickly strip off your shirt and draw close to $activeSlave.slaveName. You grab her as she attempts to back away and pull her tits directly into your own. Both of sets of eyes lock onto their pair of breasts, or they would have, had yours not utterly eclipsed their rival. Scoffing, you release the confused girl and walk away; leaving her cupping her own breasts and feeling uncertain about herself. She gets caught up in how small they really are, and how much @@.hotpink;lesser@@ than her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title isnot 0>>Master<<else>>Mistress<</if>> she is.
+			You quickly strip off your shirt and draw close to $activeSlave.slaveName. You grab her as she attempts to back away and pull her tits directly into your own. Both of sets of eyes lock onto their pair of breasts, or they would have, had yours not utterly eclipsed their rival. Scoffing, you release the confused girl and walk away; leaving her cupping her own breasts and feeling uncertain about herself. She gets caught up in how small they really are, and how much @@.hotpink;lesser@@ than her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> she is.
 			<<if $activeSlave.fetish == "boobs">>
 				<<if $activeSlave.fetishKnown == 0>>
 					You did note one thing when your breasts touched, her nipples got very hard. @@.green;Looks like she's a breast fetishist!@@
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 1893e9760bdd08a32fd59f77b1d5f8d34e636f39..3909467f7dd73af617ed51b52ee039ee9405a755 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -476,8 +476,8 @@
 
 <<if $slaves[$i].bellyAccessory != "none">>
 <<if $slaves[$i].bellyAccessory == "an extreme corset">>
-	<<if hyperBellyOne($slaves[$i])>>
-		Her straining corset finally gives in to her massive stomach and bursts, freeing her belly.
+	<<if $slaves[$i].belly >= 100000>>
+		Her straining corset finally gives in to her giant stomach and bursts, freeing her belly.
 		<<set $slaves[$i].bellyAccessory = "none">>
 	<<elseif $slaves[$i].bellyPreg >= 1500>>
 		The tight corseting has @@.orange;caused her to miscarry,@@ which @@.red;damages her health.@@
@@ -4466,7 +4466,31 @@
 <</if>> /* PREGMOD: CLOSES INFLATION OVERRIDE */
 
 /* belly sag calcs */
-<<if hyperBellyTwo($slaves[$i])>>
+<<if $slaves[$i].belly >= 1000000>>
+	<<if $slaves[$i].bellySag < 50>>
+		<<set $slaves[$i].bellySag += 1>>
+		<<if $slaves[$i].preg > 0>>
+			<<set $slaves[$i].bellySagPreg += 1>>
+		<</if>>
+	<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 20>>
+		<<set $slaves[$i].bellySagPreg += 1>>
+	<</if>>
+	<<if $slaves[$i].pregControl == "speed up">>
+		<<set $slaves[$i].bellySag += 5, $slaves[$i].bellySagPreg += 5>>
+	<</if>>
+<<elseif $slaves[$i].belly >= 750000>>
+	<<if $slaves[$i].bellySag < 30>>
+		<<set $slaves[$i].bellySag += 0.7>>
+		<<if $slaves[$i].preg > 0>>
+			<<set $slaves[$i].bellySagPreg += 0.7>>
+		<</if>>
+	<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 30>>
+		<<set $slaves[$i].bellySagPreg += 0.7>>
+	<</if>>
+	<<if $slaves[$i].pregControl == "speed up">>
+		<<set $slaves[$i].bellySag += 2, $slaves[$i].bellySagPreg += 2>>
+	<</if>>
+<<elseif $slaves[$i].belly >= 600000>>
 	<<if $slaves[$i].bellySag < 20>>
 		<<set $slaves[$i].bellySag += 0.5>>
 		<<if $slaves[$i].preg > 0>>
@@ -4478,7 +4502,19 @@
 	<<if $slaves[$i].pregControl == "speed up">>
 		<<set $slaves[$i].bellySag += 1, $slaves[$i].bellySagPreg += 1>>
 	<</if>>
-<<elseif hyperBellyOne($slaves[$i])>>
+<<elseif $slaves[$i].belly >= 450000>>
+	<<if $slaves[$i].bellySag < 15>>
+		<<set $slaves[$i].bellySag += 0.4>>
+		<<if $slaves[$i].preg > 0>>
+			<<set $slaves[$i].bellySagPreg += 0.4>>
+		<</if>>
+	<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 15>>
+		<<set $slaves[$i].bellySagPreg += 0.4>>
+	<</if>>
+	<<if $slaves[$i].pregControl == "speed up">>
+		<<set $slaves[$i].bellySag += 0.6, $slaves[$i].bellySagPreg += 0.6>>
+	<</if>>
+<<elseif $slaves[$i].belly >= 300000>>
 	<<if $slaves[$i].bellySag < 10>>
 		<<set $slaves[$i].bellySag += 0.3>>
 		<<if $slaves[$i].preg > 0>>
@@ -4490,6 +4526,18 @@
 	<<if $slaves[$i].pregControl == "speed up">>
 		<<set $slaves[$i].bellySag += 0.5, $slaves[$i].bellySagPreg += 0.5>>
 	<</if>>
+<<elseif $slaves[$i].belly >= 100000>>
+	<<if $slaves[$i].bellySag < 10>>
+		<<set $slaves[$i].bellySag += 0.2>>
+		<<if $slaves[$i].preg > 0>>
+			<<set $slaves[$i].bellySagPreg += 0.2>>
+		<</if>>
+	<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 10>>
+		<<set $slaves[$i].bellySagPreg += 0.2>>
+	<</if>>
+	<<if $slaves[$i].pregControl == "speed up">>
+		<<set $slaves[$i].bellySag += 0.3, $slaves[$i].bellySagPreg += 0.3>>
+	<</if>>
 <<elseif ($slaves[$i].bellyPreg >= 10000) || ($slaves[$i].bellyImplant >= 10000)>>
 	<<if $slaves[$i].bellySag < 5>>
 		<<set $slaves[$i].bellySag += 0.1>>
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 69a4d6616a9b8cf019015882fb39507a77e95312..a665bad1d4c69a92d1e17ff1e60d0329d954f26a 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -1329,7 +1329,7 @@
 <<elseif (_seed > 40)>>
 	<<if $activeSlave.inflation == 0>>
 	<<if $activeSlave.bellyImplant < 2000>>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.belly >= 600000>>
 		<<BellyDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a very tight corset">>
@@ -1369,7 +1369,7 @@
 		<<default>>
 			Her bare enormous squirming pregnant belly catches your eye.
 		<</switch>>
-	<<elseif hyperPregBellyOne($activeSlave)>>
+	<<elseif $activeSlave.belly >= 300000>>
 		<<BellyDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a very tight corset">>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 8421c7a0074275e8411045f4e28252261ec6635b..0494da95059d3e4ecb8569c0af9122841bc7efdb 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -5285,14 +5285,14 @@ $pronounCap has
 
 <<switch $activeSlave.bellyAccessory>>
 <<case "an extreme corset">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic pregnant belly makes a mockery of $possessive corset; one or the other will eventually win out.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly strains $possessive corset, threatening to burst it; one or the other will eventually win out.
+	<<elseif $activeSlave.bellyPreg >= 100000>>
+		$activeSlave.slaveName's giant pregnant belly strains $possessive corset, threatening to burst it; one or the other will eventually win out.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massive gut is barely compressed by $possessive corset, $possessive fat billows out of every gap between the straining material.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly is tightly compressed by $possessive corset; one or the other will eventually win out.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly is tightly compressed by $possessive corset; one or the other will eventually win out.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's giant gut is tightly compressed by $possessive corset, $possessive fat billows out of every gap between the straining material.
 	<<elseif $activeSlave.weight > 130>>
@@ -5307,14 +5307,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby stomach is tightly compressed by $possessive corset, $possessive pudge bulges out of any gap it can find.
 	<</if>>
 <<case "a corset">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's corset looks ridiculous trying to bind $possessive middle while allowing $possessive montrous belly to hang out.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's corset strains around $possessive monstrous belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's corset strains around $possessive massive belly.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's corset strains around $possessive massive gut.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly comfortably bulges out of $possessive corset.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly comfortably bulges out of $possessive corset.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's giant gut hangs out the hole in $possessive corset designed to accommodate a pregnant belly.
 	<<elseif $activeSlave.weight > 130>>
@@ -5346,14 +5346,14 @@ $pronounCap has
 
 <<switch $activeSlave.clothes>>
 <<case "a Fuckdoll suit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly is allowed to bulge out of a huge hole in the suit.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly is allowed to bulge out of a huge hole in the suit.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly is allowed to bulge out of a huge hole in the suit.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly is brutally squeezed by the suit forming a firm latex globe with the slightest bit of give to it.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly is allowed to bulge out of a huge hole in the suit.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly is cruelly squeezed by the suit. The tight latex accentuates her fat folds.
 	<<elseif $activeSlave.weight > 130>>
@@ -5368,7 +5368,7 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly is tightly squeezed by the suit.
 	<</if>>
 <<case "conservative clothing">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		<<if ($activeSlave.boobs > 24000)>>
 			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater far from $possessive titanic bulging pregnant belly.
 		<<elseif ($activeSlave.boobs > 12000)>>
@@ -5380,19 +5380,19 @@ $pronounCap has
 		<<else>>
 			$activeSlave.slaveName's blouse rests atop $possessive titanic bulging pregnant belly.
 		<</if>>
-	<<elseif hyperPregBellyOne($activeSlave)>>
+	<<elseif $activeSlave.bellyPreg >= 300000>>
 		<<if ($activeSlave.boobs > 24000)>>
-			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater far from $possessive gigantic pregnant belly.
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater far from $possessive massive pregnant belly.
 		<<elseif ($activeSlave.boobs > 12000)>>
-			$activeSlave.slaveName's gigantic pregnant belly adds even more strain to $possessive struggling oversized sweater.
+			$activeSlave.slaveName's massive pregnant belly adds even more strain to $possessive struggling oversized sweater.
 		<<elseif ($activeSlave.boobs > 8000)>>
-			$activeSlave.slaveName's gigantic pregnant belly parts $possessive poorly covered breasts.
+			$activeSlave.slaveName's massive pregnant belly parts $possessive poorly covered breasts.
 		<<elseif ($activeSlave.boobs > 8000)>>
-			$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive gigantic pregnant belly.
+			$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive massive pregnant belly.
 		<<elseif ($activeSlave.boobs > 4000)>>
-			$activeSlave.slaveName's sweater rests atop $possessive gigantic pregnant belly.
+			$activeSlave.slaveName's sweater rests atop $possessive massive pregnant belly.
 		<<else>>
-			$activeSlave.slaveName's blouse rests atop $possessive gigantic pregnant belly.
+			$activeSlave.slaveName's blouse rests atop $possessive massive pregnant belly.
 		<</if>>
 	<<elseif $activeSlave.weight > 190>>
 		<<if ($activeSlave.boobs > 24000)>>
@@ -5406,17 +5406,17 @@ $pronounCap has
 		<<else>>
 			$activeSlave.slaveName's blouse is pulled taut just trying to cover the top of $possessive massively fat belly; the rest is allowed to jiggle freely.
 		<</if>>
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 		<<if ($activeSlave.boobs > 24000)>>
-			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive huge pregnant belly, though they do a fine job of hiding it themselves.
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive big pregnant belly, though they do a fine job of hiding it themselves.
 		<<elseif ($activeSlave.boobs > 12000)>>
-			$activeSlave.slaveName's huge pregnant belly is hidden by $possessive massive tits and oversized sweater.
+			$activeSlave.slaveName's big pregnant belly is hidden by $possessive massive tits and oversized sweater.
 		<<elseif ($activeSlave.boobs > 8000)>>
-			$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive huge pregnant belly.
+			$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive big pregnant belly.
 		<<elseif ($activeSlave.boobs > 4000)>>
-			$activeSlave.slaveName's sweater is pulled taut by $possessive huge pregnant belly, the bottom of which can be seen peeking out from underneath. $possessiveCap popped navel forms a small tent in the material.
+			$activeSlave.slaveName's sweater is pulled taut by $possessive big pregnant belly, the bottom of which can be seen peeking out from underneath. $possessiveCap popped navel forms a small tent in the material.
 		<<else>>
-			$activeSlave.slaveName's blouse is pulled taut by $possessive huge pregnant belly, the bottom of which can be seen peeking out from underneath. $possessiveCap popped navel forms a small tent in $possessive shirt.
+			$activeSlave.slaveName's blouse is pulled taut by $possessive big pregnant belly, the bottom of which can be seen peeking out from underneath. $possessiveCap popped navel forms a small tent in $possessive shirt.
 		<</if>>
 	<<elseif $activeSlave.weight > 160>>
 		<<if ($activeSlave.boobs > 24000)>>
@@ -5492,14 +5492,14 @@ $pronounCap has
 		<</if>>
 	<</if>>
 <<case "chains">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly is tightly wrapped with chains causing its occupants to shift angrily.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly is tightly wrapped with chains causing it to bulge angrily.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly is tightly wrapped with chains causing it to bulge angrily.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's chains are practically buried in $possessive massively fat belly. The only hint of their presence are the deep ravines of flesh formed around them.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly is tightly wrapped with chains, causing it to bulge angrily.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly is tightly wrapped with chains, causing it to bulge angrily.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's chains sink deep into $possessive hugely fat belly. They can barely be seen from the front; $possessive sides completely envolope them.
 	<<elseif $activeSlave.weight > 130>>
@@ -5514,14 +5514,14 @@ $pronounCap has
 		$activeSlave.slaveName's chains sink into $possessive chubby belly, making noticeable folds in $possessive sides.
 	<</if>>
 <<case "Western clothing">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's flannel shirt can't close over $possessive titanic bulging pregnant belly so $pronoun has left the bottom buttons open leaving $possessive squirming belly hanging out.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's flannel shirt can't close over $possessive gigantic pregnant belly so $pronoun has left the bottom buttons open leaving $possessive belly hanging out.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's flannel shirt can't close over $possessive massive pregnant belly so $pronoun has left the bottom buttons open leaving $possessive belly hanging out.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's flannel shirt can't close over $possessive massively fat belly, so $pronoun has left the bottom buttons open leaving it to hang, and jiggle, freely.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's flannel shirt can't close over $possessive huge pregnant belly so $pronoun has left the bottom buttons open, leaving $possessive belly hanging out.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's flannel shirt can't close over $possessive big pregnant belly so $pronoun has left the bottom buttons open, leaving $possessive belly hanging out.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's flannel shirt can't close over $possessive hugey fat belly, so $pronoun has left the bottom buttons open leaving it to wobble freely.
 	<<elseif $activeSlave.weight > 130>>
@@ -5536,13 +5536,13 @@ $pronounCap has
 		$activeSlave.slaveName's flannel shirt bulges with $possessive chubby belly.
 	<</if>>
 <<case "body oil">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging belly is covered in a sheen of stretch-mark defeating oil.
-	<<elseif hyperPregBellyOne($activeSlave)>>
+	<<elseif $activeSlave.bellyPreg >= 300000>>
 		$activeSlave.slaveName's gigantic belly is covered in a sheen of stretch-mark defeating oil.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly is covered in a sheen of special oil meant to prevent stretch marks.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 		$activeSlave.slaveName's huge belly is covered in a sheen of special oil meant to prevent stretch marks.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly is covered in a sheen of special oil meant to prevent stretch marks.
@@ -5558,14 +5558,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly is covered in a sheen of oil.
 	<</if>>
 <<case "a toga">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive toga.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly parts $possessive toga.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly parts $possessive toga.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly parts $possessive toga.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly parts $possessive toga.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly parts $possessive toga.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly parts $possessive toga.
 	<<elseif $activeSlave.weight > 130>>
@@ -5580,14 +5580,14 @@ $pronounCap has
 		$activeSlave.slaveName's toga conceals $possessive chubby belly.
 	<</if>>
 <<case "a huipil">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's huipil meekly rests atop $possessive titanic bulging pregnant belly.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's huipil meekly rests atop $possessive gigantic pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's huipil meekly rests atop $possessive massive pregnant belly.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's huipil meekly rests atop $possessive massively fat belly, though it itself is big enough to act in its stead.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly lifts $possessive huipil.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly lifts $possessive huipil.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly lifts $possessive huipil and hangs just low enough to hide her crotch.
 	<<elseif $activeSlave.weight > 130>>
@@ -5602,14 +5602,14 @@ $pronounCap has
 		$activeSlave.slaveName's huipil conceals $possessive chubby little belly.
 	<</if>>
 <<case "a slutty qipao">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive titanic bulging pregnant belly.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive gigantic pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive massive pregnant belly.
 	<<elseif $activeSlave.weight > 190>>
 		$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive massively fat belly.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive huge pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive big pregnant belly.
 	<<elseif $activeSlave.weight > 160>>
 		$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive hugely fat belly.
 	<<elseif $activeSlave.weight > 130>>
@@ -5624,14 +5624,14 @@ $pronounCap has
 		$possessiveCap qipao is slit up the side. The front is pushed out by $possessive chubby belly.
 	<</if>>
 <<case "uncomfortable straps">>
-	<<if hyperPregBellyTwo($activeSlave)>>
-		$activeSlave.slaveName's slave outfit's straining straps press into $possessive titanic bulging pregnant belly causing its occupants to shift angrily.  The straps connect to a steel ring encircling $possessive popped navel.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's slave outfit's straining straps press into $possessive gigantic pregnant belly causing flesh to spill out the gaps. The straps connect to a steel ring encircling $possessive popped navel.
+	<<if $activeSlave.bellyPreg >= 600000>>
+		$activeSlave.slaveName's slave outfit's straining straps press into $possessive titanic bulging pregnant belly causing its occupants to shift angrily. The straps connect to a steel ring encircling $possessive popped navel.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's slave outfit's straining straps press into $possessive massive pregnant belly causing flesh to spill out the gaps. The straps connect to a steel ring encircling $possessive popped navel.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's slave outfit's straps are practically buried in $possessive massively fat belly. The only hint of their presence are the deep ravines of flesh formed around them. The straps connect to a steel ring around $possessive navel; though the only evidence of its existence is an unusually deep fold across $possessive middle.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's slave outfit's straining straps press into $possessive huge pregnant belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $possessive popped navel.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's slave outfit's straining straps press into $possessive big pregnant belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $possessive popped navel.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's slave outfit's straps sink deep into $possessive hugely fat belly. They can barely be seen from the front; $possessive sides completely envolope them. The straps connect to a steel ring that struggles to part the folds concealing $possessive navel, allowing it to see the light for once.
 	<<elseif $activeSlave.weight > 130>>
@@ -5646,14 +5646,14 @@ $pronounCap has
 		$activeSlave.slaveName's slave outfit's straps sink into $possessive chubby belly, making noticeable folds in $possessive sides. The straps connect to a steel ring pulled into the flesh around $possessive navel.
 	<</if>>
 <<case "shibari ropes">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly is tightly bound with rope, its occupants shift angrily under them.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly is tightly bound with rope, flesh angrily bulges from between them.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly is tightly bound with rope, flesh angrily bulges from between them.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's binding ropes are practically buried in $possessive massively fat belly. The only hint of their presence are the deep ravines of flesh formed around them.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly is tightly bound with ropes; flesh bulges angrily from between them.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly is tightly bound with ropes; flesh bulges angrily from between them.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's binding ropes sink deep into $possessive hugely fat belly. They can barely be seen from the front; $possessive sides completely envolope them.
 	<<elseif $activeSlave.weight > 130>>
@@ -5668,14 +5668,14 @@ $pronounCap has
 		$activeSlave.slaveName's binding ropes sink into $possessive chubby belly, making noticeable folds in $possessive sides.
 	<</if>>
 <<case "restrictive latex" "a latex catsuit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
-		$activeSlave.slaveName's titanic bulging pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon ready to pop.  Only $possessive popped navel sticking out the front of $possessive belly disrupts the smoothness.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon ready to pop. Only $possessive popped navel sticking out the front of $possessive belly disrupts the smoothness.
+	<<if $activeSlave.bellyPreg >= 600000>>
+		$activeSlave.slaveName's titanic bulging pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon ready to pop. $possessiveCap popped navel and clearly defined occupants disrupt the smoothness.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon ready to pop. Only $possessive popped navel sticking out the front of $possessive belly disrupts the smoothness.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly greatly distends and $possessive latex suit. $pronounCap looks like an over inflated balloon ready to pop.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon ready to pop. Only $possessive popped navel sticking out the front of $possessive belly disrupts the smoothness.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon ready to pop. Only $possessive popped navel sticking out the front of $possessive belly disrupts the smoothness.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly greatly distends and $possessive latex suit. $pronounCap looks like an over inflated balloon.
 	<<elseif $activeSlave.weight > 130>>
@@ -5690,7 +5690,7 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly in quite noticeable under $possessive latex suit, though any folds $pronoun might have are smoothed out by it.
 	<</if>>
 <<case "a military uniform">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		<<if ($activeSlave.boobs > 6000)>>
 			$activeSlave.slaveName's titanic bulging pregnant belly hangs out $possessive open tunic and shirt
 		<<elseif ($activeSlave.boobs > 4000)>>
@@ -5698,13 +5698,13 @@ $pronounCap has
 		<<else>>
 			$activeSlave.slaveName's tunic and shirt lie half open, since $possessive titanic bulging pregnant belly has triumphed over $possessive buttons.
 		<</if>>
-	<<elseif hyperPregBellyOne($activeSlave)>>
+	<<elseif $activeSlave.bellyPreg >= 300000>>
 		<<if ($activeSlave.boobs > 6000)>>
-			$activeSlave.slaveName's gigantic pregnant belly hangs out $possessive open tunic and shirt
+			$activeSlave.slaveName's massive pregnant belly hangs out $possessive open tunic and shirt
 		<<elseif ($activeSlave.boobs > 4000)>>
-			$activeSlave.slaveName's shirt lies half open, since $possessive gigantic pregnant belly has triumphed over $possessive buttons.
+			$activeSlave.slaveName's shirt lies half open, since $possessive massive pregnant belly has triumphed over $possessive buttons.
 		<<else>>
-			$activeSlave.slaveName's tunic and shirt lie half open, since $possessive gigantic pregnant belly has triumphed over $possessive buttons.
+			$activeSlave.slaveName's tunic and shirt lie half open, since $possessive massive pregnant belly has triumphed over $possessive buttons.
 		<</if>>
 	<<elseif $activeSlave.weight > 190>>
 		<<if ($activeSlave.boobs > 6000)>>
@@ -5714,13 +5714,13 @@ $pronounCap has
 		<<else>>
 			$activeSlave.slaveName's tunic and shirt lie half open, since $possessive massively fat belly has triumphed over $possessive buttons. It hangs free, obscuring $possessive skirt.
 		<</if>>
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 		<<if ($activeSlave.boobs > 6000)>>
-			$activeSlave.slaveName's huge pregnant belly is obscured by $possessive massive tits.
+			$activeSlave.slaveName's big pregnant belly is obscured by $possessive massive tits.
 		<<elseif ($activeSlave.boobs > 4000)>>
-			$activeSlave.slaveName's shirt strains to contain $possessive huge pregnant belly.
+			$activeSlave.slaveName's shirt strains to contain $possessive big pregnant belly.
 		<<else>>
-			$activeSlave.slaveName's huge pregnant belly greatly stretches $possessive uniform's jacket.
+			$activeSlave.slaveName's big pregnant belly greatly stretches $possessive uniform's jacket.
 		<</if>>
 	<<elseif $activeSlave.weight > 160>>
 		<<if ($activeSlave.boobs > 6000)>>
@@ -5772,7 +5772,7 @@ $pronounCap has
 		<</if>>
 	<</if>>
 <<case "a nice nurse outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		<<if ($activeSlave.boobs > 6000)>>
 			$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive uncovered breasts.
 		<<elseif ($activeSlave.boobs > 4000)>>
@@ -5780,13 +5780,13 @@ $pronounCap has
 		<<else>>
 			$activeSlave.slaveName's scrub top rests meekly atop $possessive titanic bulging pregnant belly.
 		<</if>>
-	<<elseif hyperPregBellyOne($activeSlave)>>
+	<<elseif $activeSlave.bellyPreg >= 300000>>
 		<<if ($activeSlave.boobs > 6000)>>
-			$activeSlave.slaveName's gigantic pregnant belly parts $possessive uncovered breasts.
+			$activeSlave.slaveName's massive pregnant belly parts $possessive uncovered breasts.
 		<<elseif ($activeSlave.boobs > 4000)>>
-			$activeSlave.slaveName's oversized breasts keep $possessive scrub top far from $possessive gigantic pregnant belly.
+			$activeSlave.slaveName's oversized breasts keep $possessive scrub top far from $possessive massive pregnant belly.
 		<<else>>
-			$activeSlave.slaveName's scrub top rests meekly atop $possessive gigantic pregnant belly.
+			$activeSlave.slaveName's scrub top rests meekly atop $possessive massive pregnant belly.
 		<</if>>
 	<<elseif $activeSlave.weight > 190>>
 		<<if ($activeSlave.boobs > 6000)>>
@@ -5796,13 +5796,13 @@ $pronounCap has
 		<<else>>
 			$activeSlave.slaveName's scrub top rests meekly atop $possessive massively fat belly.
 		<</if>>
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 		<<if ($activeSlave.boobs > 6000)>>
-			$activeSlave.slaveName's huge pregnant belly is obscured by $possessive massive tits.
+			$activeSlave.slaveName's big pregnant belly is obscured by $possessive massive tits.
 		<<elseif ($activeSlave.boobs > 4000)>>
-			$activeSlave.slaveName's nurse outfit could be called conservative, if it could cover more than half of $possessive breasts; $possessive huge pregnant belly hangs out from under them, obscuring $possessive trousers.
+			$activeSlave.slaveName's nurse outfit could be called conservative, if it could cover more than half of $possessive breasts; $possessive big pregnant belly hangs out from under them, obscuring $possessive trousers.
 		<<else>>
-			$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive huge pregnant belly hangs out from under $possessive top, obscuring $possessive trousers.
+			$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive big pregnant belly hangs out from under $possessive top, obscuring $possessive trousers.
 		<</if>>
 	<<elseif $activeSlave.weight > 160>>
 		<<if ($activeSlave.boobs > 6000)>>
@@ -5854,14 +5854,14 @@ $pronounCap has
 		<</if>>
 	<</if>>
 <<case "a mini dress">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's mini dress has burst trying to contain $possessive titanic bulging pregnant belly leaving it hanging out the hole it made.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's mini dress has burst trying to contain $possessive gigantic pregnant belly leaving it hanging out the hole it made.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's mini dress has burst trying to contain $possessive massive pregnant belly leaving it hanging out the hole it made.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's mini dress strains to contain $possessive massively fat belly, clearly showing all $possessive folds and rolls. Flab forces its way through every growing tear in $possessive seams.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's mini dress barely clings to $possessive huge pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's mini dress barely clings to $possessive big pregnant belly.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's mini dress barely clings to $possessive hugely fat belly, clearly showing all $possessive folds and rolls.
 	<<elseif $activeSlave.weight > 130>>
@@ -5876,14 +5876,14 @@ $pronounCap has
 		$activeSlave.slaveName's mini dress tightly clings to $possessive chubby belly, clearly showing every fold and roll.
 	<</if>>
 <<case "attractive lingerie">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly completely hides $possessive lacy g-string.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly completely hides $possessive lacy g-string.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly completely hides $possessive lacy g-string.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly completely hides $possessive lacy g-string.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly completely hides $possessive lacy g-string.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly completely hides $possessive lacy g-string.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly hides $possessive lacy g-string.
 	<<elseif $activeSlave.weight > 130>>
@@ -5898,14 +5898,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly rests above $possessive lacy g-string, concealing the top of it.
 	<</if>>
 <<case "a succubus outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. The laces are straining to hold together.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage. The laces are straining to hold together.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly hangs out of $possessive corset, which is laced above it as best $pronoun can manage.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly hangs out of $possessive corset, which is laced above and below it as best $pronoun can manage.
 	<<elseif $activeSlave.weight > 130>>
@@ -5920,14 +5920,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly peeks out of $possessive corset, which is laced above and below it to allow it to hang free.
 	<</if>>
 <<case "a slutty maid outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's maid dress fails to cover $possessive titanic bulging pregnant belly, but the outfit includes a thin white blouse that rests meekly atop $possessive squirming stomach.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's maid dress fails to cover $possessive gigantic pregnant belly, but the outfit includes a thin white blouse that rests meekly atop $possessive stomach.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's maid dress fails to cover $possessive massive pregnant belly, but the outfit includes a thin white blouse that rests meekly atop $possessive stomach.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's maid dress fails to cover $possessive massively fat belly, but the outfit includes a thin white blouse that, when stretched, barely manages to conceal the upper part of $possessive gut, leaving the rest to jiggle freely and frequently escape the confines of its cloth prison.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's maid dress fails to cover $possessive huge pregnant belly, but the outfit includes a thin white blouse that conceals only the upper part of $possessive stomach.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's maid dress fails to cover $possessive big pregnant belly, but the outfit includes a thin white blouse that conceals only the upper part of $possessive stomach.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's maid dress fails to cover $possessive hugely fat belly, but the outfit includes a thin white blouse that, when stretched, barely manages to wrangle the top of $possessive gut, leaving the rest to jiggle freely.
 	<<elseif $activeSlave.weight > 130>>
@@ -5942,14 +5942,14 @@ $pronounCap has
 		$activeSlave.slaveName's maid dress is slightly distended by $possessive chubby belly.
 	<</if>>
 <<case "a nice maid outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's maid dress was almost conservative, but it has burst open trying to contain $possessive titanic bulging pregnant belly  $possessiveCap squirming belly hangs out the hole it made, its sides peeking out from behind $possessive apron.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's maid dress is almost conservative, it barely contains $possessive gigantic pregnant belly. Its seams strain to hold back $possessive overfilled womb.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's maid dress is almost conservative, it barely contains $possessive massive pregnant belly. Its seams strain to hold back $possessive overfilled womb.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's maid dress is almost conservative, it barely contains $possessive massively fat belly. Its seams strain against $possessive wobbling mass.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive huge pregnant belly completely, though it can not hide $possessive popped navel, poking through the front.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's maid dress is almost conservative. It covers $possessive big pregnant belly completely, though it can not hide $possessive popped navel, poking through the front.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive hugely fat belly completely, but does nothing to hide how big and jiggly it is.
 	<<elseif $activeSlave.weight > 130>>
@@ -5964,14 +5964,14 @@ $pronounCap has
 		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive chubby belly completely.
 	<</if>>
 <<case "a fallen nuns habit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive titanic bulging pregnant belly.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive gigantic pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive massive pregnant belly.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's latex habit's corset is left hanging open allowing $possessive massively fat belly to hang free.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive huge pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive big pregnant belly.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's latex habit's corset is left hanging open allowing $possessive hugely fat belly to hang free.
 	<<elseif $activeSlave.weight > 130>>
@@ -5986,14 +5986,14 @@ $pronounCap has
 		$activeSlave.slaveName's latex habit's corset compresses $possessive chubby belly forcing pudge to spill out from under it.
 	<</if>>
 <<case "a penitent nuns habit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly stretches $possessive habit. The coarse cloth aggravates $possessive sensitive stretched skin, doubly so, as $possessive distress causes $possessive babies to begin squirming.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly completely fills $possessive habit. The coarse cloth aggravates $possessive sensitive stretched skin.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly completely fills $possessive habit. The coarse cloth aggravates $possessive sensitive stretched skin.
 	<<elseif $activeSlave.weight > 190>>
 		$possessiveCap msasively fat belly completely fills $possessive habit. Between the extra skin and $possessive excessive jiggling, the coarse cloth is extra aggravating and entirely relentless.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$pronounCap looks absolutely blasphemous in a habit with such a huge pregnant belly. The coarse cloth aggravates $possessive sensitive stretched skin.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$pronounCap looks absolutely blasphemous in a habit with such a big pregnant belly. The coarse cloth aggravates $possessive sensitive stretched skin.
 	<<elseif $activeSlave.weight > 160>>
 		$possessiveCap hugely fat belly fills $possessive habit. Between the extra skin and $possessive excessive jiggling, the coarse cloth is extra aggravating.
 	<<elseif $activeSlave.weight > 130>>
@@ -6008,14 +6008,14 @@ $pronounCap has
 		$activeSlave.slaveName's habit gently bulges from $possessive chubby belly. The coarse cloth takes advantage of the extra surface area.
 	<</if>>
 <<case "a string bikini">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly hides most of $possessive string bikini.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly parts $possessive string bikini to either side.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly parts $possessive string bikini to either side.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly hides most $possessive string bikini. What can be seen of it risks being swallowed up by $possessive folds.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly parts $possessive string bikini to either side.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly parts $possessive string bikini to either side.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly parts $possessive string bikini to either side and threatens to hide her bikini bottem.
 	<<elseif $activeSlave.weight > 130>>
@@ -6030,14 +6030,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly hangs between the strings of $possessive bikini.
 	<</if>>
 <<case "a scalemail bikini">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly hides much of $possessive scalemail bikini.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly scrapes against $possessive scalemail bikini.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly scrapes against $possessive scalemail bikini.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly hides a bit of $possessive scalemail bikini. What can't be seen of it risks being swallowed up by $possessive folds.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly rubs on $possessive scalemail bikini.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly rubs on $possessive scalemail bikini.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly rubs against $possessive scalemail bikini to either side and threatens to hide her bikini bottem.
 	<<elseif $activeSlave.weight > 130>>
@@ -6052,14 +6052,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly hangs underneath $possessive bikini.
 	<</if>>
 <<case "clubslut netting">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly has burst through $possessive clubslut netting.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly has burst through $possessive clubslut netting.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly has burst through $possessive clubslut netting.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's clubslut netting has torn in multiple places thanks to $possessive massively fat belly's desire for more room. Flab pokes through the remaining mesh and entire folds hang from the gaps they've made.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's clubslut netting is stretched to the breaking point by $possessive huge pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's clubslut netting is stretched to the breaking point by $possessive big pregnant belly.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's clubslut netting is stretched to the breaking point by $possessive hugely fat belly, forcing flab to poke through the mesh in a desperate search for more room.
 	<<elseif $activeSlave.weight > 130>>
@@ -6074,14 +6074,14 @@ $pronounCap has
 		$activeSlave.slaveName's clubslut netting clings to $possessive chubby belly, gently forcing pudge through the mesh.
 	<</if>>
 <<case "a cheerleader outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's cheerleader top rests atop $possessive titanic bulging pregnant belly clearly displaying that this cheerleader has fucked the entire school.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's cheerleader top rests atop $possessive gigantic pregnant belly clearly displaying that this cheerleader is a massive slut.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's cheerleader top rests atop $possessive massive pregnant belly clearly displaying that this cheerleader is a massive slut.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's cheerleader top rests atop $possessive massively fat belly, completely incapable of handling the jiggly, soft mass and clearly displaying that this cheerleader has let <<print $object>>self go.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's cheerleader top rides up $possessive huge pregnant belly, covering only the top of it while leaving the rest on display to show how slutty this cheerleader is.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's cheerleader top rides up $possessive big pregnant belly, covering only the top of it while leaving the rest on display to show how slutty this cheerleader is.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's cheerleader top covers barely covers any of $possessive hugely fat belly. The rest is free to hang and jiggle with every motion, obscuring $possessive skirt and a letting everyone know how badly this cheerleader needs to diet.
 	<<elseif $activeSlave.weight > 130>>
@@ -6096,14 +6096,14 @@ $pronounCap has
 		$activeSlave.slaveName's cheerleader top frequently rides up $possessive chubby belly, letting it hang loose and hide the waist of $possessive skirt.
 	<</if>>
 <<case "cutoffs and a t-shirt">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's exposed midriff fully exposes $possessive titanic bulging pregnant belly
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's exposed midriff fully exposes $possessive gigantic pregnant belly
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's exposed midriff fully exposes $possessive massive pregnant belly
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly is left to jiggle freely and hang over $possessive jeans.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's exposed midriff fully exposes $possessive huge pregnant belly
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's exposed midriff fully exposes $possessive big pregnant belly
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly is left to jiggle freely and hang over $possessive jeans.
 	<<elseif $activeSlave.weight > 130>>
@@ -6118,14 +6118,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly is left free to hang over the waist of $possessive jeans.
 	<</if>>
 <<case "a slutty outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly really shows how big of a slut $pronoun is.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly really shows how big of a slut $pronoun is.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly really shows how big of a slut $pronoun is.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName lets $possessive massively fat belly hang free to jiggle with every subtle motion, leaving $object looking like a massive slut.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly really shows what a slut $pronoun is.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly really shows what a slut $pronoun is.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName lets $possessive hugely fat belly hang free to jiggle as she moves, leaving $object looking like a massive slut.
 	<<elseif $activeSlave.weight > 130>>
@@ -6140,14 +6140,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly is allowed to openly jiggle, making $object look particularly slutty.
 	<</if>>
 <<case "a slave gown">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive titanic bulging pregnant belly.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive gigantic pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive massive pregnant belly.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve and fold of $possessive massively fat belly. Every motion in $possessive impressive gut is elegantly embraced by $possessive gown.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive huge pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive big pregnant belly.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve and fold of $possessive hugely fat belly.
 	<<elseif $activeSlave.weight > 130>>
@@ -6162,14 +6162,14 @@ $pronounCap has
 		$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve of $possessive chubby belly.
 	<</if>>
 <<case "slutty business attire">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant stomach hangs out the front of $possessive suit jacket and blouse as there is no way $pronoun could ever come close to closing them.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant stomach hangs out the front of $possessive suit jacket and blouse as there is no way $pronoun could ever come close to closing them.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant stomach hangs out the front of $possessive suit jacket and blouse as there is no way $pronoun could ever come close to closing them.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly hangs out the front of $possessive suit jacket and blouse, as there is no way $pronoun could ever come close to closing them.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant stomach hangs out the front of $possessive suit jacket and blouse, as there is no way $pronoun could close them.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant stomach hangs out the front of $possessive suit jacket and blouse, as there is no way $pronoun could close them.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly hangs out the front of $possessive suit jacket and blouse, as there is no way $pronoun could close them.
 	<<elseif $activeSlave.weight > 130>>
@@ -6184,14 +6184,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly fills out $possessive suit jacket and blouse. It peeks out from under their bottom slightly.
 	<</if>>
 <<case "nice business attire">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly hangs out the front of $possessive specially tailored blouse and jacket as there is no way for $object to close them.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly hangs out the front of $possessive specially tailored blouse and jacket as there is no way for her to close them.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly hangs out the front of $possessive specially tailored blouse and jacket as there is no way for her to close them.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly hangs out the front of $possessive specially tailored blouse and jacket as there is no way for her to close them.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly strains $possessive specially tailored blouse and jacket.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly strains $possessive specially tailored blouse and jacket.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly strains $possessive specially tailored blouse and jacket.
 	<<elseif $activeSlave.weight > 130>>
@@ -6206,13 +6206,13 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly fills out $possessive tailored blouse and jacket.
 	<</if>>
 <<case "harem gauze">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive titanic bulging pregnancy.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive gigantic pregnancy.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive massive pregnancy.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive massively fat belly and makes every jiggle of $possessive expansive flesh surprisingly alluring.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive huge pregnancy.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive hugely fat belly and makes every jiggle of $possessive extra flesh surprisingly alluring.
@@ -6228,14 +6228,14 @@ $pronounCap has
 		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive chubby belly.
 	<</if>>
 <<case "a comfortable bodysuit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's bodysuit tightly clings to $possessive titanic bulging pregnant belly, displaying $possessive popped navel and all the movement $possessive squirming babies make.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's bodysuit tightly clings to $possessive gigantic pregnant belly, displaying $possessive popped navel and any movement $possessive babies make.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's bodysuit tightly clings to $possessive massive pregnant belly, displaying $possessive popped navel and any movement $possessive babies make.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's bodysuit tightly clings to $possessive massively fat belly, displaying every fold, roll and motion in it.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's bodysuit tightly clings to $possessive huge pregnant belly, displaying $possessive popped navel<<if !["a huge empathy belly", "a large empathy belly"].includes($activeSlave.bellyAccessory)>> and any movement $possessive babies make<</if>>.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's bodysuit tightly clings to $possessive big pregnant belly, displaying $possessive popped navel<<if !["a huge empathy belly", "a large empathy belly"].includes($activeSlave.bellyAccessory)>> and any movement $possessive babies make<</if>>.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's bodysuit tightly clings to $possessive hugely fat belly, displaying every fold, roll and motion in it.
 	<<elseif $activeSlave.weight > 130>>
@@ -6250,14 +6250,14 @@ $pronounCap has
 		$activeSlave.slaveName's bodysuit tightly clings to $possessive chubby belly, displaying every fold and roll in it.
 	<</if>>
 <<case "a slutty nurse outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's jacket fails to even come close to closing over $possessive titanic bulging pregnant belly leaving $object with only the button below $possessive breasts done.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's jacket fails to even come close to closing over $possessive gigantic pregnant belly leaving $object with only the button below $possessive breasts done.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's jacket fails to even come close to closing over $possessive massive pregnant belly leaving $object with only the button below $possessive breasts done.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's jacket fails to even come close to closing over $possessive massively fat belly, leaving $object with only the button below $possessive breasts done.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's jacket fails to even come close to closing over $possessive huge pregnant belly, leaving $object with only the button below $possessive breasts done.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's jacket fails to even come close to closing over $possessive big pregnant belly, leaving $object with only the button below $possessive breasts done.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's jacket fails to even come close to closing over $possessive hugely fat belly, leaving $object with only the button below $possessive breasts done.
 	<<elseif $activeSlave.weight > 130>>
@@ -6272,14 +6272,14 @@ $pronounCap has
 		$activeSlave.slaveName's jacket bulges with $possessive chubby belly, which can be seen peeking out from underneath as it hangs over $possessive waist of $possessive pants.
 	<</if>>
 <<case "a schoolgirl outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's blouse rests atop $possessive titanic bulging pregnant belly, showing off the result of $possessive promiscuity.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's blouse rests atop $possessive gigantic pregnant belly, leaving $possessive looking particularly slutty.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's blouse rests atop $possessive massive pregnant belly, leaving $possessive looking particularly slutty.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's blouse rests atop $possessive massively fat belly, allowing it to hang loose over $possessive skirt.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's blouse rides up $possessive huge pregnant belly, leaving $possessive looking particularly slutty.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's blouse rides up $possessive big pregnant belly, leaving $possessive looking particularly slutty.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's blouse rides up $possessive hugely fat belly, leaving it hanging loose and covering $possessive skirt.
 	<<elseif $activeSlave.weight > 130>>
@@ -6294,14 +6294,14 @@ $pronounCap has
 		$activeSlave.slaveName's blouse bulges with $possessive chubby belly. It peeks out from the bottom as it hangs over the waist of $possessive skirt.
 	<</if>>
 <<case "a kimono">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly parts the front of $possessive kimono leaving it gracefully hanging to its sides.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly parts the front of $possessive kimono leaving it gracefully covering its sides.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly parts the front of $possessive kimono leaving it gracefully covering its sides.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly is barely covered by $possessive kimono; $possessive obi sinks into $possessive soft middle as it stuggles to keep $possessive kimono closed.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly parts the front of $possessive kimono, leaving it gracefully covering its sides.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly parts the front of $possessive kimono, leaving it gracefully covering its sides.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly is demurely covered by $possessive kimono, though it can't hide how big it is.
 	<<elseif $activeSlave.weight > 130>>
@@ -6316,14 +6316,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly is demurely covered by $possessive kimono.
 	<</if>>
 <<case "a hijab and abaya">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's abaya has split down the sides trying to contain $possessive titanic bulging pregnant belly.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's abaya is straining to contain $possessive gigantic pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's abaya is straining to contain $possessive massive pregnant belly.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's abaya is straining to contain $possessive massively fat belly.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's abaya is filled by $possessive huge pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's abaya is filled by $possessive big pregnant belly.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's abaya is filled out by $possessive hugely fat belly.
 	<<elseif $activeSlave.weight > 130>>
@@ -6338,14 +6338,14 @@ $pronounCap has
 		$activeSlave.slaveName's abaya bulges from $possessive chubby belly.
 	<</if>>
 <<case "battledress">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's tank top rests atop $possessive titanic bulging pregnant belly leaving $object looking like someone who fucked half the country.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's tank top rests atop $possessive gigantic pregnant belly leaving $possessive looking like someone who fucked all the locals.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's tank top rests atop $possessive massive pregnant belly leaving $possessive looking like someone who fucked all the locals.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's tank top rests atop $possessive massively fat belly, leaving it to hang over $possessive fatigues. There is no way $pronoun didn't slut $possessive way through basic.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's tank top barely even covers the top of $possessive huge pregnant belly, leaving $possessive looking like someone who had too much fun on shore leave.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's tank top barely even covers the top of $possessive big pregnant belly, leaving $possessive looking like someone who had too much fun on shore leave.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's tank top rests atop $possessive hugely fat belly, leading everyone to believe $pronoun sucked $possessive way through basic.
 	<<elseif $activeSlave.weight > 130>>
@@ -6360,14 +6360,14 @@ $pronounCap has
 		$activeSlave.slaveName's tank top covers the top of $possessive chubby belly leaving $possessive looking like someone who had has been lazy lately.
 	<</if>>
 <<case "a halter top dress">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's beautiful halter top dress has been torn open by $possessive titanic bulging pregnant belly. $possessiveCap squirming belly hangs out the hole it made.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's beautiful halter top dress is strained by $possessive gigantic pregnant belly. $possessiveCap popped navel prominently pokes through the front of $possessive dress as its seams strain to hold together.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's beautiful halter top dress is strained by $possessive massive pregnant belly. $possessiveCap popped navel prominently pokes through the front of $possessive dress as its seams strain to hold together.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's beautiful halter top dress is strained by $possessive massively fat belly. Every crease, fold, roll and motion is clearly visible within it. Its seams strain to hold back the tide of flesh pushing against them.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's beautiful halter top dress is filled by $possessive huge pregnant belly. $possessiveCap popped navel prominently pokes through its front.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's beautiful halter top dress is filled by $possessive big pregnant belly. $possessiveCap popped navel prominently pokes through its front.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's beautiful halter top dress is filled by $possessive hugely fat belly. Every crease, fold, roll and motion is clearly visible within it.
 	<<elseif $activeSlave.weight > 130>>
@@ -6382,14 +6382,14 @@ $pronounCap has
 		$activeSlave.slaveName's beautiful halter top dress is filled by $possessive chubby belly. Every crease, fold and roll is clearly visible within it.
 	<</if>>
 <<case "a ball gown">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's fabulous silken ball gown has been retailored to expose $possessive titanic bulging pregnant belly while still maintaining its' beauty.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's fabulous silken ball gown, while tailored, strains to contain $possessive gigantic pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's fabulous silken ball gown, while tailored, strains to contain $possessive massive pregnant belly.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's fabulous silken ball gown, while tailored, strains to contain $possessive massively fat belly, but still draws attention to it and all its subtle curves and motions.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive huge pregnant belly, but draw attention to it.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive big pregnant belly, but draw attention to it.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive hugely fat belly but draw attention to it and all its subtle curves and motions.
 	<<elseif $activeSlave.weight > 130>>
@@ -6404,13 +6404,13 @@ $pronounCap has
 		$activeSlave.slaveName's fabulous silken ball gown is tailored to draw attention to $possessive chubby belly.
 	<</if>>
 <<case "slutty jewelry">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's bangles include a long thin chain that constantly gets shifted around by $possessive squirming babies.
-	<<elseif hyperPregBellyOne($activeSlave)>>
+	<<elseif $activeSlave.bellyPreg >= 300000>>
 		$activeSlave.slaveName's bangles include a long thin chain that rests above $possessive popped navel.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's bangles include multiple long, thin chains running through $possessive deep fat folds to her navel. They struggle to avoid being swallowed up by $possessive massively fat belly.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 		$activeSlave.slaveName's bangles include a long thin chain that rests above $possessive popped navel.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's bangles include multiple long, thin chains running through $possessive deep fat folds to her navel.
@@ -6426,14 +6426,14 @@ $pronounCap has
 		$activeSlave.slaveName's bangles include a long thin chain that rests across $possessive chubby belly, just over $possessive forming rolls.
 	<</if>>
 <<case "a leotard">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's tight leotard shows off every kick and movement within $possessive titanic bulging pregnant belly. $possessiveCap squirming belly protrudes from the various rips and tears that have begun appearing in the fabric.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's tight leotard shows off every kick and movement within $possessive gigantic pregnant belly. The material tightly clings to $possessive popped navel and strains to hold together.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's tight leotard shows off every kick and movement within $possessive massive pregnant belly. The material tightly clings to $possessive popped navel and strains to hold together.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's tight leotard shows off every wiggle and jiggle within $possessive massively fat belly. The material tightly clings to $possessive deep folds and rolls and strains to hold together under the immensenly soft mass.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's tight leotard shows off <<if !["a huge empathy belly", "a large empathy belly"].includes($activeSlave.bellyAccessory)>>every kick and movement within<<else>>the curvature of<</if>> $possessive huge pregnant belly. The material tightly clings to $possessive popped navel.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's tight leotard shows off <<if !["a huge empathy belly", "a large empathy belly"].includes($activeSlave.bellyAccessory)>>every kick and movement within<<else>>the curvature of<</if>> $possessive big pregnant belly. The material tightly clings to $possessive popped navel.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's tight leotard tightly clings to $possessive hugely fat belly, clearly displaying every fold, roll and motion in its mass.
 	<<elseif $activeSlave.weight > 130>>
@@ -6448,14 +6448,14 @@ $pronounCap has
 		$activeSlave.slaveName's tight leotard clings to $possessive chubby belly, clearly displaying every fold and roll.
 	<</if>>
 <<case "a chattel habit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		The strip of cloth running down $possessive front is forced to one side by $possessive titanic bulging pregnant belly.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		The strip of cloth running down $possessive front is parted to one side by $possessive gigantic pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		The strip of cloth running down $possessive front is parted to one side by $possessive massive pregnant belly.
 	<<elseif $activeSlave.weight > 190>>
 		The strip of cloth running down $possessive front has sunken so deeply into $possessive massively fat belly that is has been swallowed completely. The only hint of its presence is the deep trench of flab spilling around it.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		The strip of cloth running down $possessive front is parted to one side by $possessive huge pregnant belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		The strip of cloth running down $possessive front is parted to one side by $possessive big pregnant belly.
 	<<elseif $activeSlave.weight > 160>>
 		The strip of cloth running down $possessive front sinks deeply into $possessive hugely fat belly.
 	<<elseif $activeSlave.weight > 130>>
@@ -6470,14 +6470,14 @@ $pronounCap has
 		The strip of cloth running down $possessive front is pushed out by $possessive chubby belly.
 	<</if>>
 <<case "a bunny outfit">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's teddy has burst trying to contain $possessive titanic bulging pregnant belly leaving it hanging out the hole it made.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's teddy has burst trying to contain $possessive gigantic pregnant belly leaving it hanging out the hole it made.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's teddy has burst trying to contain $possessive massive pregnant belly leaving it hanging out the hole it made.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's tailored teddy is strained to capacity by $possessive massively fat belly. $possessiveCap flab juts out around its edges while drawing it focuses on drawing attention to $possessive folds, rolls and assorted jiggling.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's teddy is stretched to tearing by $possessive huge pregnant belly. $possessiveCap popped navel prominently pokes through the material.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's teddy is stretched to tearing by $possessive big pregnant belly. $possessiveCap popped navel prominently pokes through the material.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's tailored teddy is stretched out by $possessive hugely fat belly. It barely contains the mass while drawing attention to $possessive folds, rolls and subtle motions.
 	<<elseif $activeSlave.weight > 130>>
@@ -6492,14 +6492,14 @@ $pronounCap has
 		$activeSlave.slaveName's teddy is stretched by $possessive chubby belly. It does nothing to hide $possessive folds and rolls.
 	<</if>>
 <<case "attractive lingerie for a pregnant woman">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled squirming belly.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled belly.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled belly.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly completely hides $possessive silken panties. $possessiveCap silken vest struggles to sensually frame $possessive immense, jiggly gut while dwarfed by it.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy, constantly jiggling gut.
 	<<elseif $activeSlave.weight > 130>>
@@ -6514,14 +6514,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly rests above $possessive silken panties, barely hanging over the top of them. $possessiveCap silken vest sensually frames $possessive soft stomach.
 	<</if>>
 <<case "a maternity dress">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly strains $possessive dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive abnormal pregnancy.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly fills $possessive loose dress.  $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive full pregnancy.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly fills $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive full pregnancy.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly stretches $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to a growing pregnancy, though it works on massive, jiggly guts all the same.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive full pregnancy.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive full pregnancy.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to a growing pregnancy, though it works on giant, jiggly guts all the same.
 	<<elseif $activeSlave.weight > 130>>
@@ -6536,14 +6536,14 @@ $pronounCap has
 		$activeSlave.slaveName's chubby belly is noticeable under $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive pudgy belly.
 	<</if>>
 <<case "stretch pants and a crop-top">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		$activeSlave.slaveName's titanic bulging pregnant belly takes full advantage of $possessive exposed midriff to hang freely.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		$activeSlave.slaveName's gigantic pregnant belly takes full advantage of $possessive exposed midriff to hang freely.
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		$activeSlave.slaveName's massive pregnant belly takes full advantage of $possessive exposed midriff to hang freely.
 	<<elseif $activeSlave.weight > 190>>
 		$activeSlave.slaveName's massively fat belly takes full advantage of $possessive exposed midriff to hang and jiggle freely while obscuring $possessive stretch pants.
-	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-		$activeSlave.slaveName's huge pregnant belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants.
+	<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's big pregnant belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants.
 	<<elseif $activeSlave.weight > 160>>
 		$activeSlave.slaveName's hugely fat belly takes full advantage of $possessive exposed midriff to hang and jiggle freely while obscuring $possessive stretch pants.
 	<<elseif $activeSlave.weight > 130>>
@@ -6560,13 +6560,13 @@ $pronounCap has
 <<case "spats and a tank top">>
 	<<if $activeSlave.boobs > 1200>>
 		$activeSlave.slaveName's top is currently prevented from trying to cover $possessive
-		<<if hyperPregBellyTwo($activeSlave)>>
-			massive, bulging pregnancy
-		<<elseif hyperPregBellyOne($activeSlave)>>
-			huge, bulging pregnancy
+		<<if $activeSlave.bellyPreg >= 600000>>
+			titanic, bulging pregnancy
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			massive pregnancy
 		<<elseif $activeSlave.weight > 190>>
 			massively fat belly
-		<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 			huge pregnancy
 		<<elseif $activeSlave.weight > 160>>
 			hugely fat belly
@@ -6583,13 +6583,13 @@ $pronounCap has
 		<</if>>
 		by $possessive big tits, leaving it completely exposed to view.
 	<<else>>
-		<<if hyperPregBellyTwo($activeSlave)>>
-			$activeSlave.slaveName's top cannot even attempt to cover $possessive massive, bulging pregnancy, and can only rest atop it.
-		<<elseif hyperPregBellyOne($activeSlave)>>
-			$activeSlave.slaveName's top cannot even attempt to cover $possessive huge, bulging pregnancy, only resting atop it.
+		<<if $activeSlave.bellyPreg >= 600000>>
+			$activeSlave.slaveName's top cannot even attempt to cover $possessive titanic, bulging pregnancy, and can only rest atop it.
+		<<elseif $activeSlave.bellyPreg >= 300000>>
+			$activeSlave.slaveName's top cannot even attempt to cover $possessive massive pregnancy, only resting atop it.
 		<<elseif $activeSlave.weight > 190>>
 			$activeSlave.slaveName's top is incapable of covering $possessive massively fat belly, so it merely rests atop it.
-		<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		<<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
 			$activeSlave.slaveName's top is currently making a laughable attempt at covering $possessive lewd, bulging pregnancy, barely covering half its bulk.
 		<<elseif $activeSlave.weight > 160>>
 			$activeSlave.slaveName's top fails to contain $possessive hugely fat belly, leaving it hanging loose and covering $possessive spats from view.
@@ -6621,28 +6621,36 @@ $pronounCap has
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSRepopulationFocus != "unset">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		Your breeding focused society finds $possessive titanic bulging pregnant belly the epitome of fashion.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		Your breeding focused society finds $possessive gigantic pregnant belly extremely fashionable.
-	<<elseif hugeBellyPreg($activeSlave)>>
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		Your breeding focused society finds $possessive massive pregnant belly extremely fashionable.
+	<<elseif $activeSlave.bellyPreg >= 15000>>
 		Your breeding focused society finds $possessive huge pregnant belly very fashionable.
+	<<elseif $activeSlave.bellyPreg >= 10000>>
+		Your breeding focused society finds $possessive big pregnant belly very fashionable.
 	<<elseif $activeSlave.bellyPreg >= 5000>>
 		Your breeding focused society finds $possessive pregnant belly fashionable.
 	<<elseif $activeSlave.bellyPreg >= 1500>>
 		Your breeding focused society finds a developing pregnancy very fashionable.
 	<</if>>
 <<elseif $arcologies[0].FSRestart != "unset">>
-	<<if hyperPregBellyTwo($activeSlave)>>
+	<<if $activeSlave.bellyPreg >= 600000>>
 		Your eugenics obsessed society sees $possessive titanic bulging pregnant belly as the epitome of degeneracy.
-	<<elseif hyperPregBellyOne($activeSlave)>>
-		Your eugenics obsessed society views $possessive gigantic bulging pregnant belly as complete degeneracy.
-	<<elseif hugeBellyPreg($activeSlave)>>
+	<<elseif $activeSlave.bellyPreg >= 300000>>
+		Your eugenics obsessed society views $possessive massive pregnant belly as complete degeneracy.
+	<<elseif $activeSlave.bellyPreg >= 15000>>
 		<<if $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
 			Your eugenics obsessed society is pleased that $pronoun is ripe with your child.
 		<<else>>
 			Your eugenics obsessed society finds $possessive huge pregnant belly absolutely disgusting.
 		<</if>>
+	<<elseif $activeSlave.bellyPreg >= 10000>>
+		<<if $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
+			Your eugenics obsessed society is pleased that $pronoun is heavy with your child.
+		<<else>>
+			Your eugenics obsessed society finds $possessive big pregnant belly absolutely disgusting.
+		<</if>>
 	<<elseif $activeSlave.bellyPreg >= 5000>>
 		<<if $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
 			Your eugenics obsessed society is pleased that $pronoun is swollen with your child.