diff --git a/src/init/dummy.tw b/src/init/dummy.tw
index 2ea84f2ffc74d64eb81f0a5af84fd6c4b6893008..9855eda379404efb299c3f23801e8d0eabc6d602 100644
--- a/src/init/dummy.tw
+++ b/src/init/dummy.tw
@@ -14,6 +14,7 @@ $cowSlaveNames, $chattelReligionistSlaveNames, $romanSlaveNames, $aztecSlaveName
 $ArcologyNamesSupremacistWhite, $ArcologyNamesSupremacistAsian, $ArcologyNamesSupremacistLatina, $ArcologyNamesSupremacistMiddleEastern, $ArcologyNamesSupremacistBlack, $ArcologyNamesSupremacistIndoAryan, $ArcologyNamesSupremacistPacificIslander, $ArcologyNamesSupremacistMalay, $ArcologyNamesSupremacistAmerindian, $ArcologyNamesSupremacistSouthernEuropean, $ArcologyNamesSupremacistSemitic, $ArcologyNamesSupremacistMixedRace
 $ArcologyNamesSubjugationistWhite, $ArcologyNamesSubjugationistAsian, $ArcologyNamesSubjugationistLatina, $ArcologyNamesSubjugationistMiddleEastern, $ArcologyNamesSubjugationistBlack, $ArcologyNamesSubjugationistIndoAryan, $ArcologyNamesSubjugationistPacificIslander, $ArcologyNamesSubjugationistMalay, $ArcologyNamesSubjugationistAmerindian, $ArcologyNamesSubjugationistSouthernEuropean, $ArcologyNamesSubjugationistSemitic, $ArcologyNamesSubjugationistMixedRace
 $ArcologyNamesGenderRadicalist, $ArcologyNamesGenderFundamentalist, $ArcologyNamesPaternalist, $ArcologyNamesDegradationist, $ArcologyNamesBodyPurist, $ArcologyNamesTransformationFetishist, $ArcologyNamesYouthPreferentialist, $ArcologyNamesMaturityPreferentialist, $ArcologyNamesSlimnessEnthusiast, $ArcologyNamesAssetExpansionist, $ArcologyNamesPastoralist, $ArcologyNamesPhysicalIdealist, $ArcologyNamesChattelReligionist, $ArcologyNamesRomanRevivalist, $ArcologyNamesAztecRevivalist, $ArcologyNamesEgyptianRevivalist, $ArcologyNamesEdoRevivalist, $ArcologyNamesArabianRevivalist, $ArcologyNamesChineseRevivalist
+$piercingLocation
 $veryYoungCareers, $recruiterCareers
 $belarusianSlaveNames, $dominicanSlaveNames, $scottishSlaveNames
 $ArcologyNamesEugenics, $ArcologyNamesRepopulationist, $ArcologyNamesHedonisticDecadence
diff --git a/src/npc/fRelation.tw b/src/npc/fRelation.tw
index 88bb629bb47a1230516cee9921c44b0edb9fb742..383c9dbcc9801666afa448a0d495e4ac249e2313 100644
--- a/src/npc/fRelation.tw
+++ b/src/npc/fRelation.tw
@@ -43,6 +43,7 @@
 		<<set _activeSlaveRel = "slave wife", _partnerRel = "slave wife">>
 	<</switch>>
 <</if>>
+<<Enunciate $activeSlave>>
 
 You call both $activeSlave.slaveName and $slaves[$partner].slaveName to your office.
 
@@ -78,7 +79,7 @@ You call both $activeSlave.slaveName and $slaves[$partner].slaveName to your off
 	<<BothVCheck>>
 	<<PartnerVCheck>>
 <<elseif canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "sister")>>
-	You call $activeSlave.slaveName's sister $slaves[$partner].slaveName in for some incestuous fun, but see no reason to wait for her. When she arrives, it's to the sight of $activeSlave.slaveName sitting on the couch with her legs spread with you <<if ($activeSlave.vagina > -1)>>gently fucking her pussy<<else>>using her asshole<</if>><<if ($PC.dick == 0)>> with a strap-on<</if>>. You pull out and order $slaves[$partner].slaveName to orally service her sister. She gets down before the spreadeagled slave girl to get to work. After watching $activeSlave.slaveName enjoy the attention for a while, you move behind the busy $slaves[$partner].slaveName and pull her into a good position so you can fuck her while she sucks. After a few thrusts, $activeSlave.slaveName's eyes roll back. <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>She gestures that it feels really good when you make her sister moan into her.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Oh <<Master>>," she lisps, "it feelth tho good when thee moanth into me!"<<else>>"Oh <<Master>>," she squeals, "it feels great when you make her moan into me!"<</if>>
+	You call $activeSlave.slaveName's sister $slaves[$partner].slaveName in for some incestuous fun, but see no reason to wait for her. When she arrives, it's to the sight of $activeSlave.slaveName sitting on the couch with her legs spread with you <<if ($activeSlave.vagina > -1)>>gently fucking her pussy<<else>>using her asshole<</if>><<if ($PC.dick == 0)>> with a strap-on<</if>>. You pull out and order $slaves[$partner].slaveName to orally service her sister. She gets down before the spreadeagled slave girl to get to work. After watching $activeSlave.slaveName enjoy the attention for a while, you move behind the busy $slaves[$partner].slaveName and pull her into a good position so you can fuck her while she sucks. After a few thrusts, $activeSlave.slaveName's eyes roll back. <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>She gestures that it feels really good when you make her sister moan into her.<<else>>"Oh <<Master>>," she <<say squeal>>s, "it feel<<s>> <<s>>o good when you make her moan into me!"<</if>>
 	<<set $slaves[$partner].oralCount++, $activeSlave.oralCount++, $oralTotal++>>
 	<<BothVCheck>>
 	<<PartnerVCheck>>
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 40216755f87907528462e56af54f1f67b6c08c21..1f129edf5f6a5271aad775c242695cdc4052a1ae 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -40,7 +40,9 @@ PC.pregSource documentation
 <<else>>
 	<<set $PC.birthDegenerate += 1>>
 	<<set _babyDaddy = $slaves.findIndex(function(s) { return s.ID == $slaves[$i].pregSource; })>>
-	<<set $slaves[_babyDaddy].PCChildrenFathered++>>
+	<<if def _babyDaddy>>
+		<<set $slaves[_babyDaddy].PCChildrenFathered++>>
+	<</if>>
 <</if>>
 
 <<set $babyGender to either(1,2)>>
diff --git a/src/uncategorized/bodyModRulesAssistantSettings.tw b/src/uncategorized/bodyModRulesAssistantSettings.tw
index bd916a148b75e7ffff65a914fd619c7b27a26ce7..40020680def4639f469f221fbc63c590353fa040 100644
--- a/src/uncategorized/bodyModRulesAssistantSettings.tw
+++ b/src/uncategorized/bodyModRulesAssistantSettings.tw
@@ -1095,7 +1095,8 @@ __Rule $r tattoos__
 <</link>>
 |
 <<link "Asian art">>
-<<set $currentRule.lipsTat = "Asian art">> /* No face option for Asian art */
+
+<<set $currentRule.lipsTat = "Asian art">>
 <<RAChangeFaceTattoos>>
 <<set $currentRule.shouldersTat = "Asian art">>
 <<RAChangeShoulderTattoos>>
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 6f00386073ee85451844c6873e99c0eafd46d95f..5d117d2e5221ac32d0fde4df7972bc10ee15240b 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -103,7 +103,7 @@ Piercings:
 	 Her taint has a simple piercing between $possessive pussy and $possessive asshole.
 <</if>>
 <<if $activeSlave.corsetPiercing == 1>>
-	Her back has a 'corset' piercing, with a column of rings down either side of it woven together with ribbons.
+	Her back has a 'corset' piercing, with a column of rings down either side of it.
 <</if>>
 <</if>>
 
@@ -178,7 +178,7 @@ Piercings:
 
 <<if $activeSlave.corsetPiercing == 2>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	Her back has a 'corset' piercing, with a column of rings down either side of it woven together with chains.
+	Her back has a 'corset' piercing, with a column of heavy rings down either side of it.
 <</if>>
 
 
@@ -1199,7 +1199,7 @@ Choose a tattoo style:
 	<<set $degradation += 1>>
 <</if>>
 
-<<if ($activeSlave.anusTat != "Asian art")>>
+<<if ($activeSlave.anusTat != "bleached")>>
 	<<set $activeSlave.anusTat = "bleached">>
 	<<set $cash -= $modCost>>
 	<<set $degradation += 1>>
@@ -1256,13 +1256,13 @@ Choose a tattoo style:
 	<<set $degradation += 1>>
 <</if>>
 
-<<if $activeSlave.lipsTat != "scenes">>
+<<if $activeSlave.lipsTat != "permanent makeup">>
 	<<set $activeSlave.lipsTat = "permanent makeup">>
 	<<set $cash -= $modCost>>
 	<<set $degradation += 1>>
 <</if>>
 
-<<if ($activeSlave.anusTat != "scenes")>>
+<<if ($activeSlave.anusTat != "bleached")>>
 	<<set $activeSlave.anusTat = "bleached">>
 	<<set $cash -= $modCost>>
 	<<set $degradation += 1>>
diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw
index bca772891ac5449d0d6716190f2007dc59813102..c2f13b827891a63c625c1fb767daf938d82290ae 100644
--- a/src/uncategorized/reBoomerang.tw
+++ b/src/uncategorized/reBoomerang.tw
@@ -38,7 +38,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 		You sold her to a factory farm, and the
 	<</switch>>
 	effects of living there have changed her body greatly. It's surprising she managed to make it up here at all. "Plea<<s>>e," she begs. "I d-don't want to <<s>>pend the r-re<<s>>t of my life being raped by a machine." 
-	<<if $activeSlave.amp = 0>>She shifts uncomfortably on her feet. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenince a slave that spends all her time kneeling or lying down.<</if>>
+	<<if $activeSlave.amp == 0>>She shifts uncomfortably on her feet. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenince a slave that spends all her time kneeling or lying down.<</if>>
 	<<set $activeSlave.anus = 4>>
 	<<set $activeSlave.lactation = 2, $activeSlave.lactationAdaptation = 100>>
 	<<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+2000+50*random(-20,20),0,10000)>>
@@ -103,7 +103,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 		<<set $activeSlave.balls = 0, $activeSlave.anus = 4>>
 		"They c-cut my b-ball<<s>> off, to 'keep me do<<c>>ile,'
 	<<else>>
-		<<set$activeSlave.anus = 4>>
+		<<set $activeSlave.anus = 4>>
 		"They whipped me,
 	<</if>>
 	and then u<<s>>ed me to <<s>>ati<<s>>fy labor menial<<s>>. Ten an hour."
@@ -196,7 +196,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	<<set $activeSlave.waist = Math.clamp($activeSlave.waist+random(20,50),-100,100)>>
 	<<set $activeSlave.balls = 0, $activeSlave.scrotum = 0, $activeSlave.dick = Math.clamp($activeSlave.dick-random(1,2),0,10)>>
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates anal">>
-	<<if $activeSlave.faceShape = "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>>
+	<<if $activeSlave.faceShape == "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>>
 <<case "reassignment trainer">>
 	"I m-mi<<ss>> my dick." You sold her to a trainer who specializes in gender reassignment, and she's definitely more feminine, if bitterly unhappy. "P-plea<<s>>e, even if you won't f-fix me, plea<<s>>e take me back. I'll b-be a <<s>>ex <<s>>lave, I ju<<s>>t don't want to be a woman."
 	<<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant>>
@@ -205,11 +205,11 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	<<set $activeSlave.waist = Math.clamp($activeSlave.waist+random(20,50),-100,100)>>
 	<<set $activeSlave.balls = 0, $activeSlave.scrotum = 0, $activeSlave.dick = 0, $activeSlave.vagina = 3>>
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates penetration">>
-	<<if $activeSlave.faceShape = "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>>
+	<<if $activeSlave.faceShape == "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>>
 <<case "arcade">>
 	"Take me back, or kill me," she <<say>>s. You sold her to an arcade, and it's surprising she managed to make it up here at all. "Plea<<s>>e," she begs. "I will do literally anything. I c-can feel my<<s>>elf going c-cra<<z>>y. I'd rather die." 
 	<<set $activeSlave.anus = 4>>
-	<<if $activeSlave.vagina != -1>><<set activeSlave.vagina = 4>><</if>>
+	<<if $activeSlave.vagina != -1>><<set $activeSlave.vagina = 4>><</if>>
 	<<set $activeSlave.intelligence = Math.clamp($activeSlave.intelligence-2,-3,3)>>
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">>
 <<case "harvester">>
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index 39e1ab0df15202dd8e5b65b10389e3b9e87c13ee..e64ea1b67ae5dff42d69ff5e7c3e513c4884e6d1 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -31,8 +31,6 @@
 <<set $activeSlave.behavioralQuirk = either("hates men", "hates women", "gluttonous", "liberated")>>
 <<set $activeSlave.sexualQuirk = either("apathetic", "idealistic")>>
 
-<<Enunciate $activeSlave>>
-
 <<set $seed = $shelterGirlsIDs.random()>>
 <<set $subSlave = $slaves.find(function(s) { return s.ID == $seed; })>>
 /*
@@ -44,6 +42,8 @@
 <</if>>
 */
 
+<<Enunciate $subSlave>>
+
 Your assistant announces a visitor in the entryway of your penthouse, and adds<<if $assistant > 0>> with disapproval<</if>> that it's an inspector from the Slave Shelter.
 <<if $assistant > 0>>
 	<<switch $assistantAppearance>>
@@ -186,17 +186,17 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 			<</if>>
 		<<case "get milked" "work in the dairy">>
 			<<if $subSlave.lactation > 0>>
-				$subSlave.slaveName says happily, "I'm a milk cow!" The inspector arches an eyebrow skeptically, and the slave continues, "I give milk. <<s>>ee?" She expresses a squirt of milk from one nipple. It'<<s>> a nice life. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@.green;good word@@ about you.
+				$subSlave.slaveName says happily, "I'm a milk cow!" The inspector arches an eyebrow skeptically, and the slave continues, "I give milk. <<s>>ee?" She expresses a squirt of milk from one nipple. It'<<s>> a ni<<c>>e life. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@.green;good word@@ about you.
 				<<set $rep += 100>>
 				<<set $shelterAbuse -= 1>>
 			<<else>>
-				$subSlave.slaveName says happily, "I get cockmilked!" The inspector arches an eyebrow skeptically, and the slave continues, "I give cum. It'<<s>> actually lot<<s>> of fun!" She shakes her penis for emphasis. "The machine feel<<s>> <<s>>o good. And when I'm almo<<s>>t empty, I get buttfucked to get the la<<s>>t drop out of me!" She shivers. "It'<<s>> really nice..." The inspector looks deflated, and reluctantly makes a positive note on her tablet.
-					<<set $shelterAbuse -= 1>>
-				<<else>>
-				$subSlave.slaveName says flatly, "Whatever my beloved <<if $PC.title == 1>>Ma<<s>>ter<<else>>Mi<<s>>tre<<ss>><</if>> require<<s>>. I have a good life now, and I would appreciate it if you would <<s>>upport me by doing everything you can for <<if $PC.title == 1>>him<<else>>her<</if>>." Taken aback, the inspector says she'll put out a @@.green;good word@@ about you.
-				<<set $rep += 100>>
+				$subSlave.slaveName says happily, "I get cockmilked!" The inspector arches an eyebrow skeptically, and the slave continues, "I give cum. It'<<s>> actually lot<<s>> of fun!" She shakes her penis for emphasis. "The machine feel<<s>> <<s>>o good. And when I'm almo<<s>>t empty, I get buttfucked to get the la<<s>>t drop out of me!" She shivers. "It'<<s>> really ni<<c>>e..." The inspector looks deflated, and reluctantly makes a positive note on her tablet.
 				<<set $shelterAbuse -= 1>>
 			<</if>>
+		<<default>>
+			$subSlave.slaveName <<say>>s flatly, "Whatever my beloved <<Master>> require<<s>>. I have a good life now, and I would appre<<c>>iate it if you would <<s>>upport me by doing everything you can for <<if $PC.title == 1>>him<<else>>her<</if>>." Taken aback, the inspector says she'll put out a @@.green;good word@@ about you.
+			<<set $rep += 100>>
+			<<set $shelterAbuse -= 1>>
 		<</switch>>
 	<</if>>
 	<</replace>>
diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index 9d38880d0d1784392a67b737bb3798ca1dd5676d..46d4a0da3ea0817643af484f3b782fe37c5d9270 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -4202,6 +4202,8 @@ $pronounCap's got a
 	$possessiveCap cock is tattooed with a vine that wraps around its shaft.
 <<case "advertisements">>
 	$possessiveCap cock reads 'Sissy Slut.'
+<<case "Asian art">>
+	$possessiveCap cock has an Asian dragon down each side.
 <<case "rude words">>
 	$possessiveCap cock reads 'Bitchstick.'
 <<case "degradation">>
@@ -8248,7 +8250,7 @@ $pronounCap has
 		<<elseif $activeSlave.pregType >= 10>>
 			and $possessive belly pins $possessive to the ground.  $possessiveCap toddlerish form is dwarfed by $possessive pregnancy, and try as $pronoun might $pronoun can not even drag the massive thing. $pronounCap is so pregnant you can barely see the babies within $possessive bulging $possessive stomach.<<if $activeSlave.amp == 0>>  $pronounCap requires assistance to get to $possessive feet, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere.<</if>>
 		<<else>>
-			and $possessive toddlerish body is absolutely filled by $possessive womb.  $pronounCap can barely move herself and resembles an over inflated blow-up doll.
+			and $possessive toddlerish body is absolutely filled by $possessive womb. $pronounCap can barely move herself and resembles an over inflated blow-up doll.
 		<</if>>
 	<<elseif $activeSlave.physicalAge <= 12>>
 		<<if $activeSlave.pregType >= 20>>
@@ -8278,7 +8280,7 @@ $pronounCap has
 		<<if $activeSlave.pregType >= 20>>
 			and $pronoun is more belly than girl. $possessiveCap absolutely gigantic, overfilled womb keeps $possessive pinned to the ground. $possessiveCap belly visibly bulges and squirms from all the babies within $possessive. $pronounCap is so full you can see the babies forced up against the walls of $possessive uterus. $possessiveCap skin is so taut that even the slightest provocation could cause $possessive to burst.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere.<</if>>
 		<<elseif $activeSlave.pregType >= 10>>
-			and $pronoun can barely function with $possessive enormous belly.  $pronounCap is so full you can barely see the babies bulging out of $possessive stomach.
+			and $pronoun can barely function with $possessive enormous belly. $pronounCap is so full you can barely see the babies bulging out of $possessive stomach.
 		<<else>>
 			and $possessive massive, drum-taut belly dominates $possessive poor little frame.
 		<</if>>
@@ -8286,7 +8288,7 @@ $pronounCap has
 		<<if $activeSlave.pregType >= 20>>
 			and $pronoun can barely hold $possessive overfilled belly upright. $possessiveCap enormous brood greatly protrudes $possessive belly covering it in writhing bulges where they are forced up against $possessive uterus. While $possessive strong body spares $object from the fear of bursting, it does nothing to stop everyone from seeing how many children $pronoun's having.
 		<<elseif $activeSlave.pregType >= 10>>
-			and $possessive fit body allows $possessive to carry $possessive obscene belly without too much trouble.  $possessiveCap large brood gently bulges $possessive belly.
+			and $possessive fit body allows $possessive to carry $possessive obscene belly without too much trouble. $possessiveCap large brood gently bulges $possessive belly.
 		<<else>>
 			and $possessive fit body bears $possessive massive, drum-taut belly well.
 		<</if>>
@@ -8465,83 +8467,83 @@ $pronounCap has
 	<</if>>
 <<elseif $activeSlave.weight > 95>>
 	<<if $activeSlave.muscles > 95>>
-	$possessiveCap massive abs are shrouded by a thick layer of fat. In fact, $pronoun's so fat that $possessive navel is buried in a fold of $possessive belly.
+		$possessiveCap massive abs are shrouded by a thick layer of fat. In fact, $pronoun's so fat that $possessive navel is buried in a fold of $possessive belly.
 	<<elseif $activeSlave.muscles > 30>>
-	$possessiveCap abs are hidden behind a big soft stomach; $pronoun's so fat that $possessive navel is buried in a fold of $possessive belly.
+		$possessiveCap abs are hidden behind a big soft stomach; $pronoun's so fat that $possessive navel is buried in a fold of $possessive belly.
 	<<else>>
-	$pronounCap carries a lot of $possessive weight on $possessive stomach; $pronoun's so fat that $possessive navel is buried in a fold of $possessive belly.
+		$pronounCap carries a lot of $possessive weight on $possessive stomach; $pronoun's so fat that $possessive navel is buried in a fold of $possessive belly.
 	<</if>>
 	<<if $activeSlave.bellySag > 1>>
 		$possessiveCap fat belly sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
 	<<elseif $activeSlave.physicalAge > 35>>
-	$possessiveCap fat belly is starting to show its age, and sags a little.
+		$possessiveCap fat belly is starting to show its age, and sags a little.
 	<</if>>
 <<elseif $activeSlave.weight > 30>>
 	<<if $activeSlave.muscles > 95>>
-	$possessiveCap abs are big enough that they're visible behind $possessive well-padded belly.
+		$possessiveCap abs are big enough that they're visible behind $possessive well-padded belly.
 	<<elseif $activeSlave.muscles > 5>>
-	$pronounCap's fit enough to carry $possessive extra weight well, leaving $possessive chubby belly appealingly soft.
+		$pronounCap's fit enough to carry $possessive extra weight well, leaving $possessive chubby belly appealingly soft.
 	<<else>>
-	$possessiveCap chubby belly is nice and soft, hiding the curve of $possessive waist a little.
+		$possessiveCap chubby belly is nice and soft, hiding the curve of $possessive waist a little.
 	<</if>>
 	<<if $activeSlave.bellySag > 1>>
-	However, it sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
+		However, it sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
 	<</if>>
 <<elseif $activeSlave.weight > 10>>
 	<<if $activeSlave.muscles > 30>>
-	$possessiveCap ripped abs are only slightly blurred by feminine belly fat.
+		$possessiveCap ripped abs are only slightly blurred by feminine belly fat.
 	<<elseif $activeSlave.muscles > 5>>
-	$pronounCap's fit yet soft, with $possessive toned abs complementing $possessive feminine belly.
+		$pronounCap's fit yet soft, with $possessive toned abs complementing $possessive feminine belly.
 	<<else>>
-	$possessiveCap belly is pleasantly soft.
+		$possessiveCap belly is pleasantly soft.
 	<</if>>
 	<<if $activeSlave.bellySag > 1>>
-	However, it sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
+		However, it sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
 	<</if>>
 <<elseif $activeSlave.weight >= -10>>
 	<<if $activeSlave.muscles > 30>>
-	$possessiveCap abs ripple as $pronoun moves, each one well-defined under the skin of $possessive midsection.
+		$possessiveCap abs ripple as $pronoun moves, each one well-defined under the skin of $possessive midsection.
 	<<elseif $activeSlave.muscles > 5>>
-	$pronounCap has a nicely toned midsection, promising good stamina.
+		$pronounCap has a nicely toned midsection, promising good stamina.
 	<<else>>
-	$pronounCap has a feminine belly with just a hint of softness.
+		$pronounCap has a feminine belly with just a hint of softness.
 	<</if>>
 	<<if $activeSlave.bellySag > 1>>
-	However, it sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
+		However, it sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
 	<</if>>
 <<elseif $activeSlave.weight >= -30>>
 	<<if $activeSlave.muscles > 30>>
-	<<if $activeSlave.bellySag > 1>>
-	$possessiveCap once ridiculous abs sag considerably from being stretched so long and so full by $possessive many children.
-	<<else>>
-	$possessiveCap ridiculous abs ripple as $pronoun moves, every single striation and vein clearly visible under the skin of $possessive midsection.
-	<</if>>
+		<<if $activeSlave.bellySag > 1>>
+			$possessiveCap once ridiculous abs sag considerably from being stretched so long and so full by $possessive many children.
+		<<else>>
+			$possessiveCap ridiculous abs ripple as $pronoun moves, every single striation and vein clearly visible under the skin of $possessive midsection.
+		<</if>>
 	<<elseif $activeSlave.muscles > 5>>
-	<<if $activeSlave.bellySag > 1>>
-	$possessiveCap once toned belly sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
-	<<else>>
-	$possessiveCap thin midsection highlights $possessive abs, showing off a hint of a six-pack.
-	<</if>>
-	<<else>>
-	<<if $activeSlave.bellySag > 1>>
-	$pronounCap once had a model's midsection, however, it now sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
+		<<if $activeSlave.bellySag > 1>>
+			$possessiveCap once toned belly sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
+		<<else>>
+			$possessiveCap thin midsection highlights $possessive abs, showing off a hint of a six-pack.
+		<</if>>
 	<<else>>
-	$pronounCap has a model's midsection, without any hint of belly or musculature.
-	<</if>>
+		<<if $activeSlave.bellySag > 1>>
+			$pronounCap once had a model's midsection, however, it now sags considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
+		<<else>>
+			$pronounCap has a model's midsection, without any hint of belly or musculature.
+		<</if>>
 	<</if>>
 <<else>>
 	<<if $activeSlave.muscles > 5>>
-	<<if $activeSlave.bellySag > 1>>
-	$pronounCap has abs, but they sag considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
-	<<else>>
-	$possessiveCap abs are clearly visible, stretched over $possessive emaciated frame as they are.
-	<</if>>
-	<<else>>
-	<<if $activeSlave.bellySag > 1>>
-	$possessiveCap emaciated belly is extremely stretched; the product of being too <<if $activeSlave.bellySagPreg > 1>>pregnant<<else>>distended<</if>> for too long.
+		<<if $activeSlave.bellySag > 1>>
+			$pronounCap has abs, but they sag considerably from being <<if $activeSlave.bellySagPreg > 1>>stretched so long and so full by $possessive excessive pregnancy<<else>>distended for so long<</if>>.
+		<<else>>
+			$possessiveCap abs are clearly visible, stretched over $possessive emaciated frame as they are.
+		<</if>>
 	<<else>>
-	$possessiveCap emaciated belly is perfectly flat.
-	<</if>>
+		<<if $activeSlave.bellySag > 1>>
+			$possessiveCap emaciated belly is extremely stretched; the product of being too <<if $activeSlave.bellySagPreg > 1>>pregnant<<else>>distended<</if>> for too long.
+		<<else>>
+			$possessiveCap emaciated belly is perfectly flat.
+		<</if>>
 	<</if>>
 <</if>>
 <<if !visibleBelly($activeSlave)>>
@@ -8562,1383 +8564,1213 @@ $pronounCap has
 <<if ($showClothing == 1) && ($saleDescription == 0)>>
 <<if $surgeryDescription == 0>>
 
-<<if hyperPregBellyTwo($activeSlave)>>
+<<switch $activeSlave.bellyAccessory>>
+<<case "an extreme corset">>
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 is strains $possessive corset, threatening to burst it; one or the other will eventually win out.
+	<<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.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>>
+		$activeSlave.slaveName's huge gut is tightly compressed by $possessive corset, $possessive fat billows out of every gap between the straining material.
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly is tightly compressed by $possessive corset; one or the other will eventually win out.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's large gut is tightly compressed by $possessive corset, $possessive fat billows out of any gap it can find.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly is tightly compressed by $possessive corset causing $object distress.
+	<<elseif $activeSlave.weight > 30>>
+		$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)>>
+		$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 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.weight > 160>>
+		$activeSlave.slaveName's giant gut hangs out the hole in $possessive corset designed to accommodate a pregnant belly.
+	<<elseif $activeSlave.weight > 130>>
+		$activeSlave.slaveName's huge gut hangs out the hole in $possessive corset designed to accommodate a pregnant belly.
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly comfortably bulges out of $possessive corset.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's large gut hangs out the hole in $possessive corset designed to accommodate a pregnant belly.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly comfortably rounds out $possessive corset.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby stomach is compressed by $possessive corset, $possessive pudge bulges out above and below it.
+	<</if>>
+<<case "a medium empathy belly">>
+	<<if $activeSlave.weight > 160>>
+		$activeSlave.slaveName's empathy belly is barely noticeable over $possessive giant gut.
+	<<elseif $activeSlave.weight > 130>>
+		$activeSlave.slaveName's empathy belly is barely noticeable over $possessive huge gut.
+	<</if>>
+<<case "a small empathy belly">>
+	<<if $activeSlave.weight > 160>>
+		$activeSlave.slaveName's empathy belly is barely noticeable over $possessive giant gut.
+	<<elseif $activeSlave.weight > 130>>
+		$activeSlave.slaveName's empathy belly is barely noticeable over $possessive huge gut.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's small empathy belly is barely noticeable over $possessive large gut.
+	<</if>>
+<</switch>>
 
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's titanic pregnant belly makes a mockery of $possessive corset; one or the other will eventually win out.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's corset looks ridiculous trying to bind $possessive middle while allowing $possessive montrous belly to hang out.
-<</if>>
 <<switch $activeSlave.clothes>>
 <<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's titanic bulging pregnant belly is allowed to bulge out of a huge hole in the suit.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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.weight > 160>>
+		$activeSlave.slaveName's hugely fat belly is cruelly squeezed by the suit. The tight latex accentuates her fat fold.
+	<<elseif $activeSlave.weight > 130>>
+		$activeSlave.slaveName's big fat belly is cruelly squeezed by the suit.
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly is allowed to bulge out of a hole in the suit.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly is cruelly squeezed by the suit.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing pregnancy will soon require $object to be switched into a suit with a hole to let her belly out.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly is tightly squeezed by the suit.
+	<</if>>
 <<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater far from $possessive titanic bulging pregnant belly.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's titanic bulging pregnant belly adds even more strain to $possessive struggling oversized sweater.
-	<<elseif ($activeSlave.boobs > 8000)>>
-	$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive titanic bulging pregnant belly.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater rests atop $possessive titanic bulging pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's blouse rests atop $possessive titanic bulging pregnant belly.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater far from $possessive titanic bulging pregnant belly.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's titanic bulging pregnant belly adds even more strain to $possessive struggling oversized sweater.
+		<<elseif ($activeSlave.boobs > 8000)>>
+			$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive titanic bulging pregnant belly.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater rests atop $possessive titanic bulging pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's blouse rests atop $possessive titanic bulging pregnant belly.
+		<</if>>
+	<<elseif hyperPregBellyOne($activeSlave)>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater far from $possessive gigantic pregnant belly.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's gigantic 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.
+		<<elseif ($activeSlave.boobs > 8000)>>
+			$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive gigantic pregnant belly.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater rests atop $possessive gigantic pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's blouse rests atop $possessive gigantic pregnant belly.
+		<</if>>
+	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$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.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's huge 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.
+		<<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.
+		<<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.
+		<</if>>
+	<<elseif $activeSlave.weight > 160>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive hugely fat belly, though they do a fine job of hiding it themselves.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's hugely fat belly is barely hidden by $possessive massive tits and oversized sweater.
+		<<elseif ($activeSlave.boobs > 8000)>>
+			$activeSlave.slaveName's oversized breasts let $possessive hugely fat belly hang free.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater is pulled tight over $possessive hugely fat belly. The bottom of which hangs out from under it.
+		<<else>>
+			$activeSlave.slaveName's blouse is pulled tight over the top half of $possessive hugely fat belly; the rest is allowed to jiggle freely.
+		<</if>>
+	<<elseif $activeSlave.weight > 130>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive big fat belly, though they do a fine job of hiding it themselves.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's fat belly is hidden by $possessive massive tits and oversized sweater.
+		<<elseif ($activeSlave.boobs > 8000)>>
+			$activeSlave.slaveName's oversized breasts let $possessive big fat belly hang free.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater is pulled tight over $possessive big fat belly. The bottom of which hangs out and jiggles freely from under it.
+		<<else>>
+			$activeSlave.slaveName's blouse is pulled tight over most of $possessive big fat belly; the rest is allowed to jiggle freely.
+		<</if>>
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive pregnant belly, though they do a fine job of hiding it themselves.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's 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 pregnant belly.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater is pulled taut by $possessive pregnant belly. $possessiveCap popped navel forms a small tent in material.
+		<<else>>
+			$activeSlave.slaveName's blouse is pulled taut by $possessive pregnant belly. $possessiveCap popped navel forms a small tent in $possessive shirt.
+		<</if>>
+	<<elseif $activeSlave.weight > 95>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive fat belly, though they do a fine job of hiding it themselves.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's fat belly is hidden by $possessive massive tits and oversized sweater.
+		<<elseif ($activeSlave.boobs > 8000)>>
+			$activeSlave.slaveName's oversized breasts let $possessive fat belly hang free.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater is pulled tight over $possessive fat belly. The bottom of which peeks out from under it.
+		<<else>>
+			$activeSlave.slaveName's blouse is pulled tight over $possessive fat belly. The bottom of which peeks out from under it.
+		<</if>>
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive growing belly, though they do a fine job of hiding it themselves.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's growing 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 growing belly.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater bulges with $possessive growing belly.
+		<<else>>
+			$activeSlave.slaveName's blouse bulges with $possessive growing belly.
+		<</if>>
+	<<elseif $activeSlave.weight > 30>>
+		<<if ($activeSlave.boobs > 20000)>>
+			$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive chubby belly, though they do a fine job of hiding it themselves.
+		<<elseif ($activeSlave.boobs > 10000)>>
+			$activeSlave.slaveName's chubby 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 chubby belly.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's sweater bulges with $possessive chubby belly.
+		<<else>>
+			$activeSlave.slaveName's blouse bulges with $possessive chubby belly.
+		<</if>>
 	<</if>>
 <<case "chains">>
-	$activeSlave.slaveName's titanic bulging pregnant belly is tightly wrapped with chains causing its occupants to shift angrily.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly is tightly wrapped with chains, causing it to bulge angrily.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's chains sink deep into $possessive fat belly, several even disappearing beneath $possessive folds.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly is tightly wrapped with chains.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chains sink into $possessive chubby belly, making noticeable folds in $possessive sides.
+	<</if>>
 <<case "Western clothing">>
-	$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.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's flannel shirt can't close over $possessive pregnant belly, so $pronoun has left the bottom buttons open leaving $possessive belly hanging out.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's flannel shirt strains to stay shut over $possessive fat belly, fat bulges between $possessive buttons and quite a bit of $possessive lower belly hangs out beneath $possessive shirt.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's flannel shirt bulges with $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's flannel shirt bulges with $possessive chubby belly.
+	<</if>>
 <<case "body oil">>
-	$activeSlave.slaveName's titanic bulging belly is covered in a sheen of stretch-mark defeating oil.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's titanic pregnant belly sticks out of $possessive corset, which is laced above it as best $pronoun can manage.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$activeSlave.slaveName's titanic bulging belly is covered in a sheen of stretch-mark defeating oil.
+	<<elseif hyperPregBellyOne($activeSlave)>>
+		$activeSlave.slaveName's gigantic belly is covered in a sheen of stretch-mark defeating oil.
+	<<elseif hugeBellyPreg($activeSlave) || ($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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's belly is covered in a sheen of special oil meant to prevent stretch marks.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly is covered in a sheen of oil.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly is covered in a sheen of oil.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly is covered in a sheen of oil.
+	<</if>>
 <<case "a toga">>
-	$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive toga.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive toga.
+	<<elseif hyperPregBellyOne($activeSlave)>>
+		$activeSlave.slaveName's gigantic pregnant 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly parts $possessive toga.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's toga can barely be pulled shut over $possessive fat belly.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly gently bulges under $possessive toga.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's toga conceals $possessive chubby belly.
+	<</if>>
 <<case "a huipil">>
-	$activeSlave.slaveName's huipil meekly rests atop $possessive titanic bulging pregnant belly.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's huge pregnant belly lifts $possessive huipil.
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly lifts $possessive huipil.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's huipil gets lifted by $possessive fat belly, so it's useless for covering $possessive body.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly slightly bulges under $possessive huipil.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's huipil conceals $possessive chubby little belly.
+	<</if>>
 <<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side.  However, it merely rests atop $possessive titanic bulging pregnant belly.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$possessiveCap qipao is slit up the side. However, it only covers the top of $possessive pregnant belly.
+	<<elseif $activeSlave.weight > 95>>
+		$possessiveCap qipao is slit up the side. However, it only covers the top of $possessive fat belly, allowing it to hang free.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$possessiveCap qipao is slit up the side. The front is pushed out by $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$possessiveCap qipao is slit up the side. The front is pushed out by $possessive chubby belly.
+	<</if>>
 <<case "uncomfortable straps">>
-	$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.
+	<<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.
+	<<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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's slave outfit's straining straps press into $possessive pregnant belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $possessive popped navel.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's slave outfit's straps sink deep into $possessive fat belly, several even disappearing beneath $possessive folds. The straps connect to a steel ring that parts the fold concealing $possessive navel, allowing it to be seen once again.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's slave outfit's straining straps press into $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$activeSlave.slaveName's titanic bulging pregnant belly is tightly bound with rope, its occupants shift angrily under them.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly is tightly bound with rope; flesh bulges angrily from between them.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's binding ropes sink deep into $possessive fat belly, several even disappearing beneath $possessive folds.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly is tightly bound with rope, flesh bulges from between them.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's binding ropes sink into $possessive chubby belly, making noticeable folds in $possessive sides.
+	<</if>>
 <<case "restrictive latex" "a latex catsuit">>
-	$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.
+	<<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.
+	<<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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon. Only $possessive popped navel sticking out the front of $possessive belly disrupts the smoothness.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly is compressed by $possessive latex suit, leaving it looking round and smooth.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly greatly bulges under $possessive latex suit.
+	<<elseif $activeSlave.weight > 30>>
+		$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 ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's titanic bulging pregnant belly hangs out $possessive open tunic and shirt
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's shirt lies half open, since $possessive titanic bulging pregnant belly has triumphed over $possessive buttons.
-	<<else>>
-	$activeSlave.slaveName's tunic and shirt lie half open, since $possessive titanic bulging pregnant belly has triumphed over $possessive buttons.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's titanic bulging pregnant belly hangs out $possessive open tunic and shirt
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's shirt lies half open, since $possessive titanic bulging pregnant belly has triumphed over $possessive buttons.
+		<<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)>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's gigantic 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.
+		<<else>>
+			$activeSlave.slaveName's tunic and shirt lie half open, since $possessive gigantic pregnant belly has triumphed over $possessive buttons.
+		<</if>>
+	<<elseif hugeBellyPreg($activeSlave) || ($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.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's shirt strains to contain $possessive huge pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's huge pregnant belly greatly stretches $possessive uniform's jacket.
+		<</if>>
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's pregnant belly is obscured by $possessive massive tits.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's shirt strains to contain $possessive pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's pregnant belly notably distends $possessive uniform's jacket.
+		<</if>>
+	<<elseif $activeSlave.weight > 95>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's fat belly is obscured by $possessive massive tits.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's shirt struggles to cover $possessive fat belly. The bottom of which peeks out from under it.
+		<<else>>
+			$activeSlave.slaveName's fat belly is covered by $possessive uniform's jacket. The bottom of which just barely peeks out from under it.
+		<</if>>
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's growing belly is obscured by $possessive massive tits.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's undershirt covers $possessive growing belly.
+		<<else>>
+			$activeSlave.slaveName's uniform covers $possessive growing belly.
+		<</if>>
+	<<elseif $activeSlave.weight > 30>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's chubby belly is obscured by $possessive massive tits.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's undershirt covers $possessive chubby belly. The bottom of which just barely peeks out from under it.
+		<<else>>
+			$activeSlave.slaveName's uniform covers $possessive chubby belly. The bottom of which just barely peeks out from under it.
+		<</if>>
 	<</if>>
 <<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive uncovered breasts.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's oversized breasts keep $possessive scrub top far from $possessive titanic bulging pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's scrub top rests meekly atop $possessive titanic bulging pregnant belly.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive uncovered breasts.
+		<<elseif ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's oversized breasts keep $possessive scrub top far from $possessive titanic bulging pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's scrub top rests meekly atop $possessive titanic bulging pregnant belly.
+		<</if>>
+	<<elseif hyperPregBellyOne($activeSlave)>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's gigantic 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.
+		<<else>>
+			$activeSlave.slaveName's scrub top rests meekly atop $possessive gigantic pregnant belly.
+		<</if>>
+	<<elseif hugeBellyPreg($activeSlave) || ($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.
+		<<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.
+		<<else>>
+			$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive huge pregnant belly hangs out from under $possessive top, obscuring $possessive trousers.
+		<</if>>
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's 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 pregnant belly hangs out from under them, obscuring $possessive trousers.
+		<<else>>
+			$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive pregnancy hangs out from under $possessive top, slightly obscuring $possessive trousers.
+		<</if>>
+	<<elseif $activeSlave.weight > 95>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's fat 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 fat belly freely hangs out from under them, obscuring $possessive trousers.
+		<<else>>
+			$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive fat belly freely hangs from under $possessive top, obscuring $possessive trousers.
+		<</if>>
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's growing 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 growing belly is completely exposed.
+		<<else>>
+			$activeSlave.slaveName's nurse outfit is almost conservative, it covers $possessive growing belly completely.
+		<</if>>
+	<<elseif $activeSlave.weight > 30>>
+		<<if ($activeSlave.boobs > 6000)>>
+			$activeSlave.slaveName's chubby 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 chubby belly is completely exposed and allowed to hang over the waist of $possessive pants.
+		<<else>>
+			$activeSlave.slaveName's nurse outfit is almost conservative, it covers $possessive chubby belly completely; though it does hide the top of $possessive pants.
+		<</if>>
 	<</if>>
 <<case "a mini dress">>
-	$activeSlave.slaveName's mini dress has burst trying to contain $possessive titanic bulging pregnant belly leaving it hanging out the hole it made.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's mini dress tightly clings to $possessive pregnant belly.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's mini dress tightly clings to $possessive fat belly, clearly showing every fold and roll.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's mini dress tightly clings to $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's mini dress tightly clings to $possessive chubby belly, clearly showing every fold and roll.
+	<</if>>
 <<case "attractive lingerie">>
-	$activeSlave.slaveName's titanic bulging pregnant belly completely hides $possessive lacy g-string.
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's titanic bulging pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled squirming belly.
-<<case "a maternity dress">>
-	$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.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's titanic bulging pregnant belly takes full advantage of $possessive exposed midriff to hang freely.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly hides $possessive lacy g-string.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly hides $possessive lacy g-string.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly rests above $possessive lacy g-string.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly rests above $possessive lacy g-string, concealing the top of it.
+	<</if>>
+<<case "a succubus outfit">>
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly sticks out of $possessive corset, which is laced above and below it.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly sticks out of $possessive corset, which is laced above and below it allowing it to hang free.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's pregnant belly peeks out of $possessive corset, which is laced above and below it.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$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.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's maid dress fails to cover $possessive pregnant belly, but the outfit includes a thin white blouse that conceals only the top half of $possessive stomach.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's maid dress fails to cover $possessive fat belly, but the outfit includes a thin white blouse that, when stretched, only manages to wrangle the top of $possessive gut.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's maid dress is slightly distended by $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's maid dress is slightly distended by $possessive chubby belly.
+	<</if>>
 <<case "a nice maid outfit">>
-	$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.
-<<case "a fallen nun's habit">>
-	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive titanic bulging pregnant belly.
-<<case "a penitent nun's habit">>
-	$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.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive pregnant belly completely. Though it can not hide $possessive popped navel poking through the front.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive fat belly completely, but does nothing to hide how big it is.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive growing belly completely.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive chubby belly completely.
+	<</if>>
+<<case "a fallen nuns habit">>
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive pregnant belly.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's latex habit's corset is barely holding together over $possessive fat belly, causing flab to spill out from every opening.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's latex habit's corset struggles to hold $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$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)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$pronounCap looks absolutely blasphemous in a habit with a pregnant belly. The coarse cloth aggravates $possessive sensitive stretched skin.
+	<<elseif $activeSlave.weight > 95>>
+		$possessiveCap fat belly fills out $possessive habit. The coarse cloth has plenty of extra skin to aggravate.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's habit gently bulges from $possessive growing belly. The coarse cloth aggravates $possessive sensitive skin.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$activeSlave.slaveName's titanic bulging pregnant belly hides most of $possessive string bikini.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly parts $possessive string bikini to either side.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly parts $possessive string bikini to either side.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly juts out between the strings of $possessive bikini.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly hangs between the strings of $possessive bikini.
+	<</if>>
 <<case "clubslut netting">>
-	$activeSlave.slaveName's titanic bulging pregnant belly has burst through $possessive clubslut netting.
-<<ecase "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top rests atop $possessive titanic bulging pregnant belly displaying that this cheerleader has fucked the entire school.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's clubslut netting is stretched out by $possessive pregnant belly.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's clubslut netting is stretched out by $possessive fat belly, forcing flab to poke through the mesh.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's clubslut netting clings to $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's clubslut netting clings to $possessive chubby belly, gently forcing pudge through the mesh.
+	<</if>>
+<<case "a cheerleader outfit">>
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's cheerleader top covers most of $possessive pregnant belly, the bottom of which peeks out showing how slutty this cheerleader is.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's cheerleader top covers most of $possessive fat belly. However, the bottom of it peeks out, obscuring $possessive skirt and a letting everyone know how badly this cheerleader needs to diet.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's cheerleader top gently bulges from $possessive growing belly displaying how slutty this cheerleader is.
+	<<elseif $activeSlave.weight > 30>>
+		$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 ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive uncovered breasts.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive titanic bulging pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's t-shirt fails to cover $possessive titanic bulging pregnant belly at all.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		<<if ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's titanic bulging pregnant belly parts $possessive uncovered breasts.
+		<<elseif ($activeSlave.boobs > 2000)>>
+			$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive titanic bulging pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's t-shirt fails to cover $possessive titanic bulging pregnant belly at all.
+		<</if>>
+	<<elseif hyperPregBellyOne($activeSlave)>>
+		<<if ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's gigantic pregnant belly parts $possessive uncovered breasts.
+		<<elseif ($activeSlave.boobs > 2000)>>
+			$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive gigantic pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's t-shirt fails to cover $possessive gigantic pregnant belly at all.
+		<</if>>
+	<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		<<if ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's huge pregnant belly is obscured by $possessive huge tits.
+		<<elseif ($activeSlave.boobs > 2000)>>
+			$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive huge pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's t-shirt fails to cover $possessive huge pregnant belly at all.
+		<</if>>
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		<<if ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's pregnant belly is obscured by $possessive huge tits.
+		<<elseif ($activeSlave.boobs > 2000)>>
+			$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive pregnant belly.
+		<<else>>
+			$activeSlave.slaveName's t-shirt covers only the top of $possessive pregnant belly.
+		<</if>>
+	<<elseif $activeSlave.weight > 95>>
+		<<if ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's fat belly is obscured by $possessive huge tits.
+		<<elseif ($activeSlave.boobs > 2000)>>
+			$activeSlave.slaveName's tits keep $possessive t-shirt busy, allowing $possessive fat belly to hang free.
+		<<else>>
+			$activeSlave.slaveName's t-shirt covers only the top of $possessive fat belly, allowing it to hang mostly free and cover $possessive jeans.
+		<</if>>
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		<<if ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's growing belly is obscured by $possessive huge tits.
+		<<elseif ($activeSlave.boobs > 2000)>>
+			$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive growing belly.
+		<<else>>
+			$activeSlave.slaveName's t-shirt bulges with $possessive growing belly. The bottom of which is beginning to peek from under $possessive T-shirt.
+		<</if>>
+	<<elseif $activeSlave.weight > 30>>
+		<<if ($activeSlave.boobs > 4000)>>
+			$activeSlave.slaveName's chubby belly is obscured by $possessive huge tits.
+		<<elseif ($activeSlave.boobs > 2000)>>
+			$activeSlave.slaveName's tits keep $possessive t-shirt busy, allowing $possessive chubby belly to openly jiggle.
+		<<else>>
+			$activeSlave.slaveName's t-shirt covers most of $possessive chubby belly. The bottom of which peeks out from under $possessive shirt as it hangs over the waist of $possessive jeans.
+		<</if>>
 	<</if>>
 <<case "a slutty outfit">>
-	$activeSlave.slaveName's titanic bulging pregnant belly really shows how big of a slut $pronoun is.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly really shows how big of a slut $pronoun is.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName lets $possessive fat belly hang free, leaving $possessive looking particularly slutty.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly shows how big of a slut $pronoun is.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly is allowed to openly jiggle, making $object look particularly slutty.
+	<</if>>
 <<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive titanic bulging pregnant belly.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's slave gown is carefully tailored, giving $possessive a sensual motherly look as it carefully caresses $possessive pregnant belly.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve of $possessive fat belly.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual look as it carefully caresses $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve of $possessive chubby belly.
+	<</if>>
 <<case "slutty business attire">>
-	$activeSlave.slaveName's titanic bulging pregnant stomach hangs out the front of $possessive suit jacket and blouse as there is no way $pronoun could close them.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$activeSlave.slaveName's titanic bulging pregnant stomach hangs out the front of $possessive suit jacket and blouse as there is no way $pronoun could close 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 close 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant stomach strains the buttons of $possessive suit jacket and blouse.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly strains the buttons of $possessive suit jacket and blouse. The bottom of which just barely peeks out from under them.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly bulges $possessive suit jacket and blouse. It peeks out from under their bottom slightly.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$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.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly looks good in $possessive specially tailored blouse and jacket.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's tailored blouse and jacket fit $possessive fat belly well, though they do nothing to hide how big $possessive gut is.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly bulges under $possessive tailored blouse and jacket.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly fills out $possessive tailored blouse and jacket.
+	<</if>>
 <<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive titanic bulging pregnancy.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
+		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive huge pregnancy.
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive pregnancy.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive fat belly.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive growing pregnancy.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive chubby belly.
+	<</if>>
 <<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive titanic bulging pregnant belly, displaying $possessive popped navel and all the movement $possessive squirming babies make.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 and any movement $possessive babies make.
+	<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's bodysuit tightly clings to $possessive pregnant belly, displaying $possessive popped navel and any movement $possessive babies make.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's bodysuit tightly clings to $possessive fat belly, displaying every fold and roll in it.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's bodysuit tightly clings to $possessive growing belly, displaying $possessive ripening body.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's bodysuit tightly clings to $possessive chubby belly, displaying every fold and roll in it.
+	<</if>>
 <<case "a slutty nurse outfit">>
-	$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.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's jacket barely closes over $possessive pregnant belly leaving its' buttons threatening to pop.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's jacket barely closes over $possessive fat belly forcing plenty of flab out from under its bottom and between the straining buttons.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's jacket bulges with $possessive growing belly, which can be seen peeking out from underneath.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$activeSlave.slaveName's blouse rests atop $possessive titanic bulging pregnant belly, showing off the result of $possessive promiscuity.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's blouse rides up $possessive pregnant belly, leaving $possessive looking particularly slutty.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's blouse rides up $possessive fat belly, leaving it hanging loose and covering $possessive skirt.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's blouse bulges with $possessive growing belly. It peeks out from the bottom leaving $possessive looking particularly slutty.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$activeSlave.slaveName's titanic bulging pregnant belly parts the front of $possessive kimono leaving it gracefully hanging to its' sides.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly is demurely covered by $possessive kimono.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly is demurely covered by $possessive kimono.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly is demurely covered by $possessive kimono.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly is demurely covered by $possessive kimono.
+	<</if>>
 <<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya has split down the sides trying to contain $possessive titanic bulging pregnant belly.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's abaya is filled out by $possessive pregnant belly.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's abaya is filled out by $possessive fat belly.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's abaya bulges with $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's abaya bulges from $possessive chubby belly.
+	<</if>>
 <<case "battledress">>
-	$activeSlave.slaveName's tank top rests atop $possessive titanic bulging pregnant belly leaving $object looking like someone who fucked half the country.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's tank top rides up $possessive pregnant belly leaving $possessive looking like someone who had too much fun on shore-leave.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's tank top rests atop $possessive fat belly, leaving everyone wondering how this recruit passed basic.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's tank top covers the top of $possessive growing belly leaving $possessive looking like someone who had too much fun on shore-leave.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$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.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's beautiful halter top dress is filled by $possessive pregnant belly. $possessiveCap popped navel prominently pokes through the front of $possessive dress.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's beautiful halter top dress is filled by $possessive fat belly. Every crease, fold and roll is clearly visible within it.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's beautiful halter top dress bulges with $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$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">>
-	$activeSlave.slaveName's fabulous silken ball gown has been retailored to expose $possessive titanic bulging pregnant belly while still maintaining its' beauty.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive pregnant belly but draw attention to it.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive fat belly but draw attention to it.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's fabulous silken ball gown is tailored to draw attention to $possessive growing pregnancy.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's fabulous silken ball gown is tailored to draw attention to $possessive chubby belly.
+	<</if>>
 <<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include a long thin chain that constantly gets shifted around by $possessive squirming babies.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$activeSlave.slaveName's bangles include a long thin chain that constantly gets shifted around by $possessive squirming babies.
+	<<elseif hyperPregBellyOne($activeSlave)>>
+		$activeSlave.slaveName's bangles include a long thin chain that rests above $possessive popped navel.
+	<<elseif hugeBellyPreg($activeSlave) || ($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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's bangles include a long thin chain that rests above $possessive popped navel.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's bangles include long, thin chains running along $possessive fat folds.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's bangles include a long thin chain that rests across $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's bangles include a long thin chain that rests across $possessive chubby belly, just over $possessive forming rolls.
+	<</if>>
 <<case "a leotard">>
-	$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.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's tight leotard shows off <<if !["a medium empathy belly"].includes $activeSlave.bellyAccessory>>every kick and movement within<<else>>the curvature of<</if>> $possessive pregnant belly. The material tightly clings to $possessive popped navel.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's tight leotard tightly clings to $possessive fat belly, clearly displaying every fold and roll.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's tight leotard shows off $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's tight leotard clings to $possessive chubby belly, clearly displaying every fold and roll.
+	<</if>>
 <<case "a chattel habit">>
-	The strip of cloth running down $possessive front is forced to one side by $possessive titanic bulging pregnant belly.
+	<<if hyperPregBellyTwo($activeSlave)>>
+		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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		The strip of cloth running down $possessive front is parted to one side by $possessive pregnant belly.
+	<<elseif $activeSlave.weight > 95>>
+		The strip of cloth running down $possessive front is gently sinks into $possessive fat belly.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		The strip of cloth running down $possessive front is pushed out by $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		The strip of cloth running down $possessive front is pushed out by $possessive chubby belly.
+	<</if>>
 <<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy has burst trying to contain $possessive titanic bulging pregnant belly leaving it hanging out the hole it made.
-<<default>>
+	<<if hyperPregBellyTwo($activeSlave)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's teddy is stretched out by $possessive pregnant belly. $possessiveCap popped navel prominently pokes through the material.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's teddy is stretched out by $possessive fat belly. $possessiveCap flab juts out around its edges and it does nothing to hide $possessive folds and rolls.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's teddy bulges with $possessive growing belly.
+	<<elseif $activeSlave.weight > 30>>
+		$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)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly is large enough to hide $possessive panties. $possessiveCap silken vest sensually frames $possessive heavy, jiggly gut.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly rests above $possessive silken panties. $possessiveCap silken vest sensually frames $possessive swelling belly.
+	<<elseif $activeSlave.weight > 30>>
+		$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)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive growing pregnancy.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's 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 big, jiggly guts all the same.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly is noticeable under $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive growing pregnancy.
+	<<elseif $activeSlave.weight > 30>>
+		$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)>>
+		$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 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 bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
+		$activeSlave.slaveName's pregnant belly takes full advantage of $possessive exposed midriff to bulge freely and slightly obscure $possessive stretch pants.
+	<<elseif $activeSlave.weight > 95>>
+		$activeSlave.slaveName's fat belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants.
+	<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
+		$activeSlave.slaveName's growing belly takes full advantage of $possessive exposed midriff to bulge freely.
+	<<elseif $activeSlave.weight > 30>>
+		$activeSlave.slaveName's chubby belly takes full advantage of $possessive exposed midriff to hang freely and obscure the top of $possessive stretch pants.
+	<</if>>
 <</switch>>
-	<<if $arcologies[0].FSRepopulationFocus != "unset">>
+
+<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
+	<<if $activeSlave.weight > 160>>
+		Your sleek, slim society finds $possessive disgustingly bloated body unsightly.
+	<<elseif $activeSlave.weight > 130>>
+		 Your sleek, slim society finds $possessive hugely bloated body unsightly.
+	<<elseif $activeSlave.weight > 95>>
+		Your sleek, slim society finds $possessive bloated body unsightly.
+	<<elseif $activeSlave.weight > 30>>
+		Your sleek, slim society finds $possessive flabby body unsightly.
+	<</if>>
+<</if>>
+<<if $arcologies[0].FSRepopulationFocus != "unset">>
+	<<if hyperPregBellyTwo($activeSlave)>>
 		Your breeding focused society finds $possessive titanic bulging pregnant belly the epitome of fashion.
-	<<elseif $arcologies[0].FSRestart != "unset">>
+	<<elseif hyperPregBellyOne($activeSlave)>>
+		Your breeding focused society finds $possessive gigantic pregnant belly extremely fashionable.
+	<<elseif hugeBellyPreg($activeSlave)>>
+		Your breeding focused society finds $possessive huge pregnant belly very fashionable.
+	<<elseif bigBellyPreg($activeSlave)>>
+		Your breeding focused society finds $possessive pregnant belly fashionable.
+	<<elseif visibleBellyPreg($activeSlave)>>
+		Your breeding focused society finds a developing pregnancy very fashionable.
+	<</if>>
+<<elseif $arcologies[0].FSRestart != "unset">>
+	<<if hyperPregBellyTwo($activeSlave)>>
 		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)>>
+		<<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 bigBellyPreg($activeSlave)>>
+		<<if $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
+			Your eugenics obsessed society is pleased that $pronoun is swollen with your child.
+		<<else>>
+			Your eugenics obsessed society finds $possessive pregnant belly disgusting.
+		<</if>>
+	<<elseif visibleBellyPreg($activeSlave)>>
+		<<if $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
+			Your eugenics obsessed society is pleased that $pronoun is swelling with your child.
+		<<else>>
+			Your eugenics obsessed society finds $possessive developing pregnancy insulting.
+		<</if>>
 	<</if>>
+<</if>>
 
+<<else>>
+	$activeSlave.slaveName's belly is bare and ready for surgery.
+<</if>> /* closes surgery description */
+<</if>> /* closes show clothing */
 
-<<elseif hyperPregBellyOne($activeSlave)>>
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's gigantic pregnant belly is strains $possessive corset, threatening to burst it; one or the other will eventually win out.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's corset strains around $possessive monstrous belly.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's gigantic pregnant belly is allowed to bulge out of a huge hole in the suit.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater far from $possessive gigantic pregnant belly.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's gigantic 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.
-	<<elseif ($activeSlave.boobs > 8000)>>
-	$activeSlave.slaveName's oversized breasts keep $possessive sweater far from $possessive gigantic pregnant belly.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater rests atop $possessive gigantic pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's blouse rests atop $possessive gigantic pregnant belly.
-	<</if>>
-<<case "chains">>
-	$activeSlave.slaveName's gigantic pregnant belly is tightly wrapped with chains causing it to bulge angrily.
-<<case "Western clothing">>
-	$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.
-<<case "a succubus outfit">>
-	$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.
-<<case "body oil")>>
-	$activeSlave.slaveName's gigantic belly is covered in a sheen of stretch-mark defeating oil.
-<<case "a toga")>>
-	$activeSlave.slaveName's gigantic pregnant belly parts $possessive toga.
-<<case "a huipil">>
-	$activeSlave.slaveName's huipil meekly rests atop $possessive gigantic pregnant belly.
-<<case "a slutty qipao")>>
-	$possessiveCap qipao is slit up the side.  However, it merely rests atop $possessive gigantic pregnant belly.
-<<case "uncomfortable straps")>>
-	$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.
-<<case "shibari ropes")>>
-	$activeSlave.slaveName's gigantic pregnant belly is tightly bound with rope, flesh angrily bulges from between them.
-<<case "restrictive latex" "a latex catsuit">>
-	$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.
-<<case "a military uniform")>>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's gigantic 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.
-	<<else>>
-	$activeSlave.slaveName's tunic and shirt lie half open, since $possessive gigantic pregnant belly has triumphed over $possessive buttons.
-	<</if>>
-<<case "a nice nurse outfit")>>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's gigantic 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.
+<<if $activeSlave.fuckdoll == 0>>
+	<<if setup.fakeBellies.includes($bellyAccessory)>>
+		<<switch $activeSlave.bellyAccessory>>
+		<<case "a huge empathy belly">>
+			$pronounCap is wearing a carefully sculpted silicone belly modeled after a full-term pregnant woman carrying twins.
+		<<case "a large empathy belly">>
+			$pronounCap is wearing a carefully sculpted silicone belly modeled after a full-term pregnant woman.
+		<<case "a medium empathy belly">>
+			$pronounCap is wearing a carefully sculpted silicone belly modeled after a pregnant woman in $possessive second trimester.
+		<<case "a small empathy belly">>
+			$pronounCap is wearing a carefully sculpted silicone belly modeled after a pregnant woman in $possessive first trimester.
+		<</switch>>
+		<<if $activeSlave.navelPiercing == 1>>
+			$possessiveCap fake navel bears a simple stud.
+		<<elseif $activeSlave.navelPiercing == 2>>
+			$possessiveCap fake navel is pierced with a big ring.
+			<<if ($activeSlave.clothes == "slutty jewelry")>>
+				It has a length of gilded chain dangling from it.
+			<<else>>
+				It has a short length of chain dangling from it.
+			<</if>>
+		<</if>>
+		<<if ($activeSlave.brand != 0) && ($activeSlave.brandLocation == "belly")>>
+			$possessiveCap fake belly has $activeSlave.brand branded on it.
+		<</if>>
 	<<else>>
-	$activeSlave.slaveName's scrub top rests meekly atop $possessive gigantic pregnant belly.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress has burst trying to contain $possessive gigantic pregnant belly leaving it hanging out the hole it made.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's gigantic pregnant belly completely hides $possessive lacy g-string.
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's gigantic pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled belly.
-<<case "a maternity dress">>
-	$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.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's gigantic pregnant belly takes full advantage of $possessive exposed midriff to hang freely.
-<<case "a slutty maid outfit">>
-	$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.
-<<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it barely contains $possessive gigantic pregnant belly.  Its seams strain to hold back $possessive overfilled womb.
-<<case "a fallen nun's habit">>
-	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive gigantic pregnant belly.
-<<case "a penitent nun's habit">>
-	$activeSlave.slaveName's gigantic pregnant belly completely fills $possessive habit. The coarse cloth aggravates $possessive sensitive stretched skin.
-<<case "a string bikini">>
-	$activeSlave.slaveName's gigantic pregnant belly parts $possessive string bikini to either side.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's gigantic pregnant belly has burst through $possessive clubslut netting.
-<<case "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top rests atop $possessive gigantic pregnant belly displaying that this cheerleader is a massive slut.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's gigantic pregnant belly parts $possessive uncovered breasts.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive gigantic pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's t-shirt fails to cover $possessive gigantic pregnant belly at all.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName's gigantic pregnant belly really shows how big of a slut $pronoun is.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive gigantic pregnant belly.
-<<case "slutty business attire">>
-	$activeSlave.slaveName's gigantic pregnant stomach hangs out the front of $possessive suit jacket and blouse as there is no way $pronoun could close them.
-<<case "nice business attire">>
-	$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.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive gigantic pregnancy.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive gigantic pregnant belly, displaying $possessive popped navel and any movement $possessive babies make.
-<<case "a slutty nurse outfit">>
-	$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.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse rests atop $possessive gigantic pregnant belly, leaving $possessive looking particularly slutty.
-<<case "a kimono">>
-	$activeSlave.slaveName's gigantic pregnant belly parts the front of $possessive kimono leaving it gracefully covering it's sides.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya is straining to contain $possessive gigantic pregnant belly.
-<<case "battledress">>
-	$activeSlave.slaveName's tank top rests atop $possessive gigantic pregnant belly leaving $possessive looking like someone who fucked all the locals.
-<<case "a halter top dress">>
-	$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.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown, while tailored, strains to contain $possessive gigantic pregnant belly.
-<<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include a long thin chain that rests above $possessive popped navel.
-<<case "a leotard">>
-	$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.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is parted to one side by $possessive gigantic pregnant belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy has burst trying to contain $possessive gigantic pregnant belly leaving it hanging out the hole it made.
-<<default>>
-<</switch>>
-	<<if $arcologies[0].FSRepopulationFocus != "unset">>
-		Your breeding focused society finds $possessive gigantic pregnant belly extremely fashionable.
-	<<elseif $arcologies[0].FSRestart != "unset">>
-		Your eugenics obsessed society views $possessive gigantic bulging pregnant belly as complete degeneracy.
-	<</if>>
-
-<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
-
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's huge pregnant belly is tightly compressed by $possessive corset; one or the other will eventually win out.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's huge pregnant belly comfortably bulges out of $possessive corset.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$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.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's huge 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.
-	<<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.
-	<<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.
-	<</if>>
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's huge pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly.
-<<case "a maternity dress">>
-	$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.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's huge pregnant belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants.
-<<case "chains">>
-	$activeSlave.slaveName's huge pregnant belly is tightly wrapped with chains, causing it to bulge angrily.
-<<case "Western clothing">>
-	$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.
-<<case "body oil">>
-	$activeSlave.slaveName's huge belly is covered in a sheen of special oil meant to prevent stretch marks.
-<<case "a toga">>
-	$activeSlave.slaveName's huge pregnant belly parts $possessive toga.
-<<case "a huipil">>
-	$activeSlave.slaveName's huge pregnant belly lifts $possessive huipil.
-<<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side. However, it merely rests atop $possessive huge pregnant belly.
-<<case "uncomfortable straps">>
-	$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.
-<<case "shibari ropes">>
-	$activeSlave.slaveName's huge pregnant belly is tightly bound with ropes; flesh bulges angrily from between them.
-<<case "restrictive latex" "a latex catsuit">>
-	$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.
-<<case "a military uniform">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's huge pregnant belly is obscured by $possessive massive tits.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's shirt strains to contain $possessive huge pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's huge pregnant belly greatly stretches $possessive uniform's jacket.
-	<</if>>
-<<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's huge 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.
-	<<else>>
-	$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive huge pregnant belly hangs out from under $possessive top, obscuring $possessive trousers.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress barely clings to $possessive huge pregnant belly.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's huge pregnant belly completely hides $possessive lacy g-string.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's huge pregnant belly sticks out of $possessive corset, which is laced above and below it as best $pronoun can manage.
-<<case "a slutty maid outfit">>
-	$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.
-<<case "a nice maid outfit">>
-	$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.
-<<case "a fallen nuns habit">>
-	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive huge pregnant belly.
-<<case "a penitent nuns habit">>
-	$pronounCap looks absolutely blasphemous in a habit with such a huge pregnant belly. The coarse cloth aggravates $possessive sensitive stretched skin.
-<<case "a string bikini">>
-	$activeSlave.slaveName's huge pregnant belly parts $possessive string bikini to either side.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's clubslut netting is stretched to the breaking point by $possessive huge pregnant belly.
-<<case "a cheerleader outfit">>
-	$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.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's huge pregnant belly is obscured by $possessive huge tits.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive huge pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's t-shirt fails to cover $possessive huge pregnant belly at all.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName's huge pregnant belly really shows what a slut $pronoun is.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual motherly look as it carefully caresses $possessive huge pregnant belly.
-<<case "slutty business attire">>
-	$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.
-<<case "nice business attire">>
-	$activeSlave.slaveName's huge pregnant belly strains $possessive specially tailored blouse and jacket.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive huge pregnancy.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive huge pregnant belly, displaying $possessive popped navel and any movement $possessive babies make.
-<<case "a slutty nurse outfit">>
-	$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.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse rides up $possessive huge pregnant belly, leaving $possessive looking particularly slutty.
-<<case "a kimono">>
-	$activeSlave.slaveName's huge pregnant belly parts the front of $possessive kimono, leaving it gracefully covering its sides.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya is filled by $possessive huge pregnant belly.
-<<case "battledress">>
-	$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.
-<<case "a halter top dress">>
-	$activeSlave.slaveName's beautiful halter top dress is filled by $possessive huge pregnant belly. $possessiveCap popped navel prominently pokes through its front.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive huge pregnant belly, but draw attention to it.
-<<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include a long thin chain that rests above $possessive popped navel.
-<<case "a leotard">>
-	$activeSlave.slaveName's tight leotard shows off every kick and movement within $possessive huge pregnant belly. The material tightly clings to $possessive popped navel.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is parted to one side by $possessive huge pregnant belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy is stretched to tearing by $possessive huge pregnant belly. $possessiveCap popped navel prominently pokes through the material.
-<<default>>
-<</switch>>
-	<<if $arcologies[0].FSRepopulationFocus != "unset">>
-		Your breeding focused society finds $possessive huge pregnant belly very fashionable.
-	<<elseif $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
-		Your eugenics obsessed society is pleased that $pronoun is ripe with your child.
-	<<elseif $arcologies[0].FSRestart != "unset">>
-		Your eugenics obsessed society finds $possessive huge pregnant belly absolutely disgusting.
-	<</if>>
-	
-<<elseif $activeSlave.weight > 160 && $activeSlave.weight < 160>>
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's giant gut is tightly compressed by $possessive corset, $possessive fat billows out of every gap between the straining material.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's giant gut hangs out the hole in $possessive corset designed to accommodate a pregnant belly.
-<<elseif ($activeSlave.bellyAccessory == "a small empathy belly") || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
-	$activeSlave.slaveName's empathy belly is barely noticeable over $possessive giant gut.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's hugely fat belly is cruelly squeezed by the suit. The tight latex accentuates her fat fold.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive hugely fat belly, though they do a fine job of hiding it themselves.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's hugely fat belly is barely hidden by $possessive massive tits and oversized sweater.
-	<<elseif ($activeSlave.boobs > 8000)>>
-	$activeSlave.slaveName's oversized breasts let $possessive hugely fat belly hang free.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater is pulled tight over $possessive hugely fat belly. The bottom of which hangs out from under it.
-	<<else>>
-	$activeSlave.slaveName's blouse is pulled tight over the top half of $possessive hugely fat belly; the rest is allowed to jiggle freely.
-	<</if>>
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's fat belly is large enough to hide $possessive panties. $possessiveCap silken vest sensually frames $possessive heavy, jiggly gut.
-<<case "a maternity dress">>
-	$activeSlave.slaveName's 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 big, jiggly guts all the same.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's fat belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants.
-<<case "chains">>
-	$activeSlave.slaveName's chains sink deep into $possessive fat belly, several even disappearing beneath $possessive folds.
-<<case "Western clothing">>
-	$activeSlave.slaveName's flannel shirt strains to stay shut over $possessive fat belly, fat bulges between $possessive buttons and quite a bit of $possessive lower belly hangs out beneath $possessive shirt.
-<<case "body oil">>
-	$activeSlave.slaveName's fat belly is covered in a sheen of oil.
-<<case "a toga">>
-	$activeSlave.slaveName's toga can barely be pulled shut over $possessive fat belly.
-<<case "a huipil">>
-	$activeSlave.slaveName's huipil gets lifted by $possessive fat belly, so it's useless for covering $possessive body.
-<<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side. However, it only covers the top of $possessive fat belly, allowing it to hang free.
-<<case "uncomfortable straps">>
-	$activeSlave.slaveName's slave outfit's straps sink deep into $possessive fat belly, several even disappearing beneath $possessive folds. The straps connect to a steel ring that parts the fold concealing $possessive navel, allowing it to be seen once again.
-<<case "shibari ropes">>
-	$activeSlave.slaveName's binding ropes sink deep into $possessive fat belly, several even disappearing beneath $possessive folds.
-<<case "restrictive latex" "a latex catsuit">>
-	$activeSlave.slaveName's fat belly is compressed by $possessive latex suit, leaving it looking round and smooth.
-<<case "a military uniform">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's fat belly is obscured by $possessive massive tits.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's shirt struggles to cover $possessive fat belly. The bottom of which peeks out from under it.
-	<<else>>
-	$activeSlave.slaveName's fat belly is covered by $possessive uniform's jacket. The bottom of which just barely peeks out from under it.
-	<</if>>
-<<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's fat 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 fat belly freely hangs out from under them, obscuring $possessive trousers.
-	<<else>>
-	$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive fat belly freely hangs from under $possessive top, obscuring $possessive trousers.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress tightly clings to $possessive fat belly, clearly showing every fold and roll.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's fat belly hides $possessive lacy g-string.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's fat belly sticks out of $possessive corset, which is laced above and below it allowing it to hang free.
-<<case "a slutty maid outfit">>
-	$activeSlave.slaveName's maid dress fails to cover $possessive fat belly, but the outfit includes a thin white blouse that, when stretched, only manages to wrangle the top of $possessive gut.
-<<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive fat belly completely, but does nothing to hide how big it is.
-<<case "a fallen nuns habit">>
-	$activeSlave.slaveName's latex habit's corset is barely holding together over $possessive fat belly, causing flab to spill out from every opening.
-<<case "a penitent nuns habit">>
-	$possessiveCap fat belly fills out $possessive habit. The coarse cloth has plenty of extra skin to aggravate.
-<<case "a string bikini">>
-	$activeSlave.slaveName's fat belly parts $possessive string bikini to either side.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's clubslut netting is stretched out by $possessive fat belly, forcing flab to poke through the mesh.
-<<case "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top covers most of $possessive fat belly. However, the bottom of it peeks out, obscuring $possessive skirt and a letting everyone know how badly this cheerleader needs to diet.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's fat belly is obscured by $possessive huge tits.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt busy, allowing $possessive fat belly to hang free.
-	<<else>>
-	$activeSlave.slaveName's t-shirt covers only the top of $possessive fat belly, allowing it to hang mostly free and cover $possessive jeans.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName lets $possessive fat belly hang free, leaving $possessive looking particularly slutty.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve of $possessive fat belly.
-<<case "slutty business attire">>
-	$activeSlave.slaveName's fat belly strains the buttons of $possessive suit jacket and blouse. The bottom of which just barely peeks out from under them.
-<<case "nice business attire">>
-	$activeSlave.slaveName's tailored blouse and jacket fit $possessive fat belly well, though they do nothing to hide how big $possessive gut is.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive fat belly.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive fat belly, displaying every fold and roll in it.
-<<case "a slutty nurse outfit">>
-	$activeSlave.slaveName's jacket barely closes over $possessive fat belly forcing plenty of flab out from under its bottom and between the straining buttons.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse rides up $possessive fat belly, leaving it hanging loose and covering $possessive skirt.
-<<case "a kimono">>
-	$activeSlave.slaveName's fat belly is demurely covered by $possessive kimono.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya is filled out by $possessive fat belly.
-<<case "battledress">>
-	$activeSlave.slaveName's tank top rests atop $possessive fat belly, leaving everyone wondering how this recruit passed basic.
-<<case "a halter top dress">>
-	$activeSlave.slaveName's beautiful halter top dress is filled by $possessive fat belly. Every crease, fold and roll is clearly visible within it.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive fat belly but draw attention to it.
-<<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include long, thin chains running along $possessive fat folds.
-<<case "a leotard">>
-	$activeSlave.slaveName's tight leotard tightly clings to $possessive fat belly, clearly displaying every fold and roll.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is gently sinks into $possessive fat belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy is stretched out by $possessive fat belly. $possessiveCap flab juts out around its edges and it does nothing to hide $possessive folds and rolls.
-<<default>>
-<</switch>>
-	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		 Your sleek, slim society finds $possessive disgustingly bloated body unsightly.
-	<</if>>
-
-<<elseif $activeSlave.weight > 130 && $activeSlave.weight < 130>>
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's giant gut is tightly compressed by $possessive corset, $possessive fat billows out of every gap between the straining material.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's giant gut hangs out the hole in $possessive corset designed to accommodate a pregnant belly.
-<<elseif ($activeSlave.bellyAccessory == "a small empathy belly") || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
-	$activeSlave.slaveName's empathy belly is barely noticeable over $possessive giant gut.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's big fat belly is cruelly squeezed by the suit.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive big fat belly, though they do a fine job of hiding it themselves.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's fat belly is hidden by $possessive massive tits and oversized sweater.
-	<<elseif ($activeSlave.boobs > 8000)>>
-	$activeSlave.slaveName's oversized breasts let $possessive big fat belly hang free.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater is pulled tight over $possessive big fat belly. The bottom of which hangs out and jiggles freely from under it.
-	<<else>>
-	$activeSlave.slaveName's blouse is pulled tight over most of $possessive big fat belly; the rest is allowed to jiggle freely.
-	<</if>>
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's big fat belly is large enough to hide $possessive panties. $possessiveCap silken vest sensually frames $possessive heavy, jiggly gut.
-<<case "a maternity dress">>
-	$activeSlave.slaveName's big 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 huge, jiggly guts all the same.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's big fat belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants.
-<<case "chains">>
-	$activeSlave.slaveName's chains sink deep into $possessive big fat belly, several even disappearing beneath $possessive folds.
-<<case "Western clothing">>
-	$activeSlave.slaveName's flannel shirt strains to stay shut over $possessive big fat belly; fat bulges between $possessive straining buttons and quite a bit of $possessive lower belly hangs out beneath $possessive shirt.
-<<case "body oil">>
-	$activeSlave.slaveName's fat belly is covered in a sheen of oil.
-<<case "a toga">>
-	$activeSlave.slaveName's toga can barely be pulled shut over $possessive fat belly.
-<<case "a huipil">>
-	$activeSlave.slaveName's huipil gets lifted by $possessive fat belly, so it's useless for covering $possessive body.
-<<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side. However, it only covers the top of $possessive fat belly, allowing it to hang free.
-<<case "uncomfortable straps">>
-	$activeSlave.slaveName's slave outfit's straps sink deep into $possessive fat belly, several even disappearing beneath $possessive folds. The straps connect to a steel ring that parts the fold concealing $possessive navel, allowing it to be seen once again.
-<<case "shibari ropes">>
-	$activeSlave.slaveName's binding ropes sink deep into $possessive fat belly, several even disappearing beneath $possessive folds.
-<<case "restrictive latex" "a latex catsuit">>
-	$activeSlave.slaveName's fat belly is compressed by $possessive latex suit, leaving it looking round and smooth.
-<<case "a military uniform">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's fat belly is obscured by $possessive massive tits.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's shirt struggles to cover $possessive fat belly. The bottom of which peeks out from under it.
-	<<else>>
-	$activeSlave.slaveName's fat belly is covered by $possessive uniform's jacket. The bottom of which just barely peeks out from under it.
-	<</if>>
-<<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's fat 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 fat belly freely hangs out from under them, obscuring $possessive trousers.
-	<<else>>
-	$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive fat belly freely hangs from under $possessive top, obscuring $possessive trousers.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress tightly clings to $possessive fat belly, clearly showing every fold and roll.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's fat belly hides $possessive lacy g-string.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's fat belly sticks out of $possessive corset, which is laced above and below it allowing it to hang free.
-<<case "a slutty maid outfit">>
-	$activeSlave.slaveName's maid dress fails to cover $possessive fat belly, but the outfit includes a thin white blouse that, when stretched, only manages to wrangle the top of $possessive gut.
-<<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive fat belly completely, but does nothing to hide how big it is.
-<<case "a fallen nuns habit">>
-	$activeSlave.slaveName's latex habit's corset is barely holding together over $possessive fat belly, causing flab to spill out from every opening.
-<<case "a penitent nuns habit">>
-	$possessiveCap fat belly fills out $possessive habit. The coarse cloth has plenty of extra skin to aggravate.
-<<case "a string bikini">>
-	$activeSlave.slaveName's fat belly parts $possessive string bikini to either side.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's clubslut netting is stretched out by $possessive fat belly, forcing flab to poke through the mesh.
-<<case "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top covers most of $possessive fat belly. However, the bottom of it peeks out, obscuring $possessive skirt and a letting everyone know how badly this cheerleader needs to diet.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's fat belly is obscured by $possessive huge tits.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt busy, allowing $possessive fat belly to hang free.
-	<<else>>
-	$activeSlave.slaveName's t-shirt covers only the top of $possessive fat belly, allowing it to hang mostly free and cover $possessive jeans.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName lets $possessive fat belly hang free, leaving $possessive looking particularly slutty.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve of $possessive fat belly.
-<<case "slutty business attire">>
-	$activeSlave.slaveName's fat belly strains the buttons of $possessive suit jacket and blouse. The bottom of which just barely peeks out from under them.
-<<case "nice business attire">>
-	$activeSlave.slaveName's tailored blouse and jacket fit $possessive fat belly well, though they do nothing to hide how big $possessive gut is.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive fat belly.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive fat belly, displaying every fold and roll in it.
-<<case "a slutty nurse outfit">>
-	$activeSlave.slaveName's jacket barely closes over $possessive fat belly forcing plenty of flab out from under its bottom and between the straining buttons.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse rides up $possessive fat belly, leaving it hanging loose and covering $possessive skirt.
-<<case "a kimono">>
-	$activeSlave.slaveName's fat belly is demurely covered by $possessive kimono.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya is filled out by $possessive fat belly.
-<<case "battledress">>
-	$activeSlave.slaveName's tank top rests atop $possessive fat belly, leaving everyone wondering how this recruit passed basic.
-<<case "a halter top dress">>
-	$activeSlave.slaveName's beautiful halter top dress is filled by $possessive fat belly. Every crease, fold and roll is clearly visible within it.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive fat belly but draw attention to it.
-<<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include long, thin chains running along $possessive fat folds.
-<<case "a leotard">>
-	$activeSlave.slaveName's tight leotard tightly clings to $possessive fat belly, clearly displaying every fold and roll.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is gently sinks into $possessive fat belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy is stretched out by $possessive fat belly. $possessiveCap flab juts out around its edges and it does nothing to hide $possessive folds and rolls.
-<<default>>
-<</switch>>
-	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		 Your sleek, slim society finds $possessive hugely bloated body unsightly.
-	<</if>>
-
-<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's pregnant belly is tightly compressed by $possessive corset; one or the other will eventually win out.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's pregnant belly comfortably bulges out of $possessive corset.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's pregnant belly is allowed to bulge out of a hole in the suit.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive pregnant belly, though they do a fine job of hiding it themselves.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's 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 pregnant belly.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater is pulled taut by $possessive pregnant belly. $possessiveCap popped navel forms a small tent in material.
-	<<else>>
-	$activeSlave.slaveName's blouse is pulled taut by $possessive pregnant belly. $possessiveCap popped navel forms a small tent in $possessive shirt.
-	<</if>>
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's pregnant belly hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly.
-<<case "a maternity dress">>
-	$activeSlave.slaveName's pregnant belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive growing pregnancy.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's pregnant belly takes full advantage of $possessive exposed midriff to bulge freely and slightly obscure $possessive stretch pants.
-<<case "chains">>
-	$activeSlave.slaveName's pregnant belly is tightly wrapped with chains, causing it to bulge angrily.
-<<case "Western clothing">>
-	$activeSlave.slaveName's flannel shirt can't close over $possessive pregnant belly, so $pronoun has left the bottom buttons open leaving $possessive belly hanging out.
-<<case "body oil">>
-	$activeSlave.slaveName's belly is covered in a sheen of special oil meant to prevent stretch marks.
-<<case "a toga">>
-	$activeSlave.slaveName's pregnant belly parts $possessive toga.
-<<case "a huipil">>
-	$activeSlave.slaveName's pregnant belly lifts $possessive huipil.
-<<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side. However, it only covers the top of $possessive pregnant belly.
-<<case "uncomfortable straps">>
-	$activeSlave.slaveName's slave outfit's straining straps press into $possessive pregnant belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $possessive popped navel.
-<<case "shibari ropes">>
-	$activeSlave.slaveName's pregnant belly is tightly bound with rope; flesh bulges angrily from between them.
-<<case "restrictive latex" "a latex catsuit">>
-	$activeSlave.slaveName's pregnant belly greatly distends $possessive latex suit. $pronounCap looks like an over inflated balloon. Only $possessive popped navel sticking out the front of $possessive belly disrupts the smoothness.
-<<case "a military uniform">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's pregnant belly is obscured by $possessive massive tits.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's shirt strains to contain $possessive pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's pregnant belly notably distends $possessive uniform's jacket.
-	<</if>>
-<<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's 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 pregnant belly hangs out from under them, obscuring $possessive trousers.
-	<<else>>
-	$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive pregnancy hangs out from under $possessive top, slightly obscuring $possessive trousers.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress tightly clings to $possessive pregnant belly.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's pregnant belly hides $possessive lacy g-string.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's pregnant belly sticks out of $possessive corset, which is laced above and below it.
-<<case "a slutty maid outfit">>
-	$activeSlave.slaveName's maid dress fails to cover $possessive pregnant belly, but the outfit includes a thin white blouse that conceals only the top half of $possessive stomach.
-<<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive pregnant belly completely. Though it can not hide $possessive popped navel poking through the front.
-<<case "a fallen nuns habit">>
-	$activeSlave.slaveName's latex habit's corset is left hanging open fully revealing $possessive pregnant belly.
-<<case "a penitent nuns habit">>
-	$pronounCap looks absolutely blasphemous in a habit with a pregnant belly. The coarse cloth aggravates $possessive sensitive stretched skin.
-<<case "a string bikini">>
-	$activeSlave.slaveName's pregnant belly parts $possessive string bikini to either side.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's clubslut netting is stretched out by $possessive pregnant belly.
-<<case "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top covers most of $possessive pregnant belly, the bottom of which peeks out showing how slutty this cheerleader is.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's pregnant belly is obscured by $possessive huge tits.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive pregnant belly.
-	<<else>>
-	$activeSlave.slaveName's t-shirt covers only the top of $possessive pregnant belly.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName's pregnant belly really shows how big of a slut $pronoun is.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, giving $possessive a sensual motherly look as it carefully caresses $possessive pregnant belly.
-<<case "slutty business attire">>
-	$activeSlave.slaveName's pregnant stomach strains the buttons of $possessive suit jacket and blouse.
-<<case "nice business attire">>
-	$activeSlave.slaveName's pregnant belly looks good in $possessive specially tailored blouse and jacket.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive pregnancy.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive pregnant belly, displaying $possessive popped navel and any movement $possessive babies make.
-<<case "a slutty nurse outfit">>
-	$activeSlave.slaveName's jacket barely closes over $possessive pregnant belly leaving its' buttons threatening to pop.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse rides up $possessive pregnant belly, leaving $possessive looking particularly slutty.
-<<case "a kimono">>
-	$activeSlave.slaveName's pregnant belly is demurely covered by $possessive kimono.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya is filled out by $possessive pregnant belly.
-<<case "battledress">>
-	$activeSlave.slaveName's tank top rides up $possessive pregnant belly leaving $possessive looking like someone who had too much fun on shore-leave.
-<<case "a halter top dress">>
-	$activeSlave.slaveName's beautiful halter top dress is filled by $possessive pregnant belly. $possessiveCap popped navel prominently pokes through the front of $possessive dress.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive pregnant belly but draw attention to it.
-<<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include a long thin chain that rests above $possessive popped navel.
-<<case "a leotard">>
-	$activeSlave.slaveName's tight leotard shows off every kick and movement within $possessive pregnant belly. The material tightly clings to $possessive popped navel.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is parted to one side by $possessive pregnant belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy is stretched out by $possessive pregnant belly. $possessiveCap popped navel prominently pokes through the material.
-<<default>>
-<</switch>>
-	<<if $arcologies[0].FSRepopulationFocus != "unset">>
-		Your breeding focused society finds $possessive pregnant belly fashionable.
-	<<elseif $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
-		Your eugenics obsessed society is pleased that $pronoun is swollen with your child.
-	<<elseif $arcologies[0].FSRestart != "unset">>
-		Your eugenics obsessed society finds $possessive pregnant belly disgusting.
-	<</if>>
-
-<<elseif $activeSlave.weight > 95>>
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's huge gut is tightly compressed by $possessive corset, $possessive fat billows out of any gap it can find.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's huge gut hangs out the hole in $possessive corset designed to accommodate a pregnant belly.
-<<elseif ($activeSlave.bellyAccessory == "a small empathy belly")>>
-	$activeSlave.slaveName's small empathy belly is barely noticeable over $possessive huge gut.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's fat belly is cruelly squeezed by the suit.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive fat belly, though they do a fine job of hiding it themselves.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's fat belly is hidden by $possessive massive tits and oversized sweater.
-	<<elseif ($activeSlave.boobs > 8000)>>
-	$activeSlave.slaveName's oversized breasts let $possessive fat belly hang free.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater is pulled tight over $possessive fat belly. The bottom of which peeks out from under it.
-	<<else>>
-	$activeSlave.slaveName's blouse is pulled tight over $possessive fat belly. The bottom of which peeks out from under it.
-	<</if>>
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's fat belly is large enough to hide $possessive panties. $possessiveCap silken vest sensually frames $possessive heavy, jiggly gut.
-<<case "a maternity dress">>
-	$activeSlave.slaveName's 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 big, jiggly guts all the same.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's fat belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants.
-<<case "chains">>
-	$activeSlave.slaveName's chains sink deep into $possessive fat belly, several even disappearing beneath $possessive folds.
-<<case "Western clothing">>
-	$activeSlave.slaveName's flannel shirt strains to stay shut over $possessive fat belly, fat bulges between $possessive buttons and quite a bit of $possessive lower belly hangs out beneath $possessive shirt.
-<<case "body oil">>
-	$activeSlave.slaveName's fat belly is covered in a sheen of oil.
-<<case "a toga">>
-	$activeSlave.slaveName's toga can barely be pulled shut over $possessive fat belly.
-<<case "a huipil">>
-	$activeSlave.slaveName's huipil gets lifted by $possessive fat belly, so it's useless for covering $possessive body.
-<<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side. However, it only covers the top of $possessive fat belly, allowing it to hang free.
-<<case "uncomfortable straps">>
-	$activeSlave.slaveName's slave outfit's straps sink deep into $possessive fat belly, several even disappearing beneath $possessive folds. The straps connect to a steel ring that parts the fold concealing $possessive navel, allowing it to be seen once again.
-<<case "shibari ropes">>
-	$activeSlave.slaveName's binding ropes sink deep into $possessive fat belly, several even disappearing beneath $possessive folds.
-<<case "restrictive latex" "a latex catsuit">>
-	$activeSlave.slaveName's fat belly is compressed by $possessive latex suit, leaving it looking round and smooth.
-<<case "a military uniform">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's fat belly is obscured by $possessive massive tits.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's shirt struggles to cover $possessive fat belly. The bottom of which peeks out from under it.
-	<<else>>
-	$activeSlave.slaveName's fat belly is covered by $possessive uniform's jacket. The bottom of which just barely peeks out from under it.
-	<</if>>
-<<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's fat 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 fat belly freely hangs out from under them, obscuring $possessive trousers.
-	<<else>>
-	$activeSlave.slaveName's nurse outfit is almost conservative, though $possessive fat belly freely hangs from under $possessive top, obscuring $possessive trousers.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress tightly clings to $possessive fat belly, clearly showing every fold and roll.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's fat belly hides $possessive lacy g-string.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's fat belly sticks out of $possessive corset, which is laced above and below it allowing it to hang free.
-<<case "a slutty maid outfit">>
-	$activeSlave.slaveName's maid dress fails to cover $possessive fat belly, but the outfit includes a thin white blouse that, when stretched, only manages to wrangle the top of $possessive gut.
-<<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive fat belly completely, but does nothing to hide how big it is.
-<<case "a fallen nuns habit">>
-	$activeSlave.slaveName's latex habit's corset is barely holding together over $possessive fat belly, causing flab to spill out from every opening.
-<<case "a penitent nuns habit">>
-	$possessiveCap fat belly fills out $possessive habit. The coarse cloth has plenty of extra skin to aggravate.
-<<case "a string bikini">>
-	$activeSlave.slaveName's fat belly parts $possessive string bikini to either side.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's clubslut netting is stretched out by $possessive fat belly, forcing flab to poke through the mesh.
-<<case "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top covers most of $possessive fat belly. However, the bottom of it peeks out, obscuring $possessive skirt and a letting everyone know how badly this cheerleader needs to diet.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's fat belly is obscured by $possessive huge tits.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt busy, allowing $possessive fat belly to hang free.
-	<<else>>
-	$activeSlave.slaveName's t-shirt covers only the top of $possessive fat belly, allowing it to hang mostly free and cover $possessive jeans.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName lets $possessive fat belly hang free, leaving $possessive looking particularly slutty.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve of $possessive fat belly.
-<<case "slutty business attire">>
-	$activeSlave.slaveName's fat belly strains the buttons of $possessive suit jacket and blouse. The bottom of which just barely peeks out from under them.
-<<case "nice business attire">>
-	$activeSlave.slaveName's tailored blouse and jacket fit $possessive fat belly well, though they do nothing to hide how big $possessive gut is.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive fat belly.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive fat belly, displaying every fold and roll in it.
-<<case "a slutty nurse outfit">>
-	$activeSlave.slaveName's jacket barely closes over $possessive fat belly forcing plenty of flab out from under its bottom and between the straining buttons.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse rides up $possessive fat belly, leaving it hanging loose and covering $possessive skirt.
-<<case "a kimono">>
-	$activeSlave.slaveName's fat belly is demurely covered by $possessive kimono.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya is filled out by $possessive fat belly.
-<<case "battledress">>
-	$activeSlave.slaveName's tank top rests atop $possessive fat belly, leaving everyone wondering how this recruit passed basic.
-<<case "a halter top dress">>
-	$activeSlave.slaveName's beautiful halter top dress is filled by $possessive fat belly. Every crease, fold and roll is clearly visible within it.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown is tailored to not only fit $possessive fat belly but draw attention to it.
-<<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include long, thin chains running along $possessive fat folds.
-<<case "a leotard">>
-	$activeSlave.slaveName's tight leotard tightly clings to $possessive fat belly, clearly displaying every fold and roll.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is gently sinks into $possessive fat belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy is stretched out by $possessive fat belly. $possessiveCap flab juts out around its edges and it does nothing to hide $possessive folds and rolls.
-<<default>>
-<</switch>>
-	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		 Your sleek, slim society finds $possessive bloated body unsightly.
-	<</if>>
-
-<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's growing belly is tightly compressed by $possessive corset causing $object distress.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's growing belly comfortably rounds out $possessive corset.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's growing pregnancy will soon require $object to be switched into a suit with a hole to let her belly out.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive growing belly, though they do a fine job of hiding it themselves.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's growing 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 growing belly.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater bulges with $possessive growing belly.
-	<<else>>
-	$activeSlave.slaveName's blouse bulges with $possessive growing belly.
-	<</if>>
-<<case "attractive lingerie for a pregnant woman">>
-	$activeSlave.slaveName's growing belly rests above $possessive silken panties. $possessiveCap silken vest sensually frames $possessive swelling belly.
-<<case "a maternity dress">>
-	$activeSlave.slaveName's growing belly is noticeable under $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive growing pregnancy.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's growing belly takes full advantage of $possessive exposed midriff to bulge freely.
-<<case "chains">>
-	$activeSlave.slaveName's growing belly is tightly wrapped with chains.
-<<case "Western clothing">>
-	$activeSlave.slaveName's flannel shirt bulges with $possessive growing belly.
-<<case "body oil">>
-	$activeSlave.slaveName's growing belly is covered in a sheen of oil.
-<<case "a toga">>
-	$activeSlave.slaveName's growing belly gently bulges under $possessive toga.
-<<case "a huipil">>
-	$activeSlave.slaveName's growing belly slightly bulges under $possessive huipil.
-<<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side. The front is pushed out by $possessive growing belly.
-<<case "uncomfortable straps">>
-	$activeSlave.slaveName's slave outfit's straining straps press into $possessive growing belly.
-<<case "shibari ropes">>
-	$activeSlave.slaveName's growing belly is tightly bound with rope, flesh bulges from between them.
-<<case "restrictive latex" "a latex catsuit">>
-	$activeSlave.slaveName's growing belly greatly bulges under $possessive latex suit.
-<<case "a military uniform">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's growing belly is obscured by $possessive massive tits.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's undershirt covers $possessive growing belly.
-	<<else>>
-	$activeSlave.slaveName's uniform covers $possessive growing belly.
-	<</if>>
-<<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's growing 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 growing belly is completely exposed.
-	<<else>>
-	$activeSlave.slaveName's nurse outfit is almost conservative, it covers $possessive growing belly completely.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress tightly clings to $possessive growing belly.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's growing belly rests above $possessive lacy g-string.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's pregnant belly peeks out of $possessive corset, which is laced above and below it.
-<<case "a slutty maid outfit">>
-	$activeSlave.slaveName's maid dress is slightly distended by $possessive growing belly.
-<<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive growing belly completely.
-<<case "a fallen nuns habit">>
-	$activeSlave.slaveName's latex habit's corset struggles to hold $possessive growing belly.
-<<case "a penitent nuns habit">>
-	$activeSlave.slaveName's habit gently bulges from $possessive growing belly. The coarse cloth aggravates $possessive sensitive skin.
-<<case "a string bikini">>
-	$activeSlave.slaveName's growing belly juts out between the strings of $possessive bikini.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's clubslut netting clings to $possessive growing belly.
-<<case "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top gently bulges from $possessive growing belly displaying how slutty this cheerleader is.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's growing belly is obscured by $possessive huge tits.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt far from $possessive growing belly.
-	<<else>>
-	$activeSlave.slaveName's t-shirt bulges with $possessive growing belly. The bottom of which is beginning to peek from under $possessive T-shirt.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName's growing belly shows how big of a slut $pronoun is.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, giving $object a sensual look as it carefully caresses $possessive growing belly.
-<<case "slutty business attire">>
-	$activeSlave.slaveName's growing belly bulges $possessive suit jacket and blouse. It peeks out from under their bottom slightly.
-<<case "nice business attire">>
-	$activeSlave.slaveName's growing belly bulges under $possessive tailored blouse and jacket.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive growing pregnancy.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive growing belly, displaying $possessive ripening body.
-<<case "a slutty nurse outfit">>
-	$activeSlave.slaveName's jacket bulges with $possessive growing belly, which can be seen peeking out from underneath.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse bulges with $possessive growing belly. It peeks out from the bottom leaving $possessive looking particularly slutty.
-<<case "a kimono">>
-	$activeSlave.slaveName's growing belly is demurely covered by $possessive kimono.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya bulges with $possessive growing belly.
-<<case "battledress">>
-	$activeSlave.slaveName's tank top covers the top of $possessive growing belly leaving $possessive looking like someone who had too much fun on shore-leave.
-<<case "a halter top dress">>
-	$activeSlave.slaveName's beautiful halter top dress bulges with $possessive growing belly.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown is tailored to draw attention to $possessive growing pregnancy.
-<<case "slutty jewelry">>
-	$activeSlave.slaveName's bangles include a long thin chain that rests across $possessive growing belly.
-<<case "a leotard">>
-	$activeSlave.slaveName's tight leotard shows off $possessive growing belly.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is pushed out by $possessive growing belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy bulges with $possessive growing belly.
-<<default>>
-<</switch>>
-	<<if $arcologies[0].FSRepopulationFocus != "unset">>
-		  Your breeding focused society finds a developing pregnancy very fashionable.
-	<<elseif $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1>>
-		Your eugenics obsessed society is pleased that $pronoun is swelling with your child.
-	<<elseif $arcologies[0].FSRestart != "unset">>
-		Your eugenics obsessed society finds $possessive developing pregnancy insulting.
-	<</if>>
-
-<<elseif $activeSlave.weight > 30>>
-
-<<if ($activeSlave.bellyAccessory == "an extreme corset")>>
-	$activeSlave.slaveName's chubby stomach is tightly compressed by $possessive corset, $possessive pudge bulges out of any gap it can find.
-<<elseif ($activeSlave.bellyAccessory == "a corset")>>
-	$activeSlave.slaveName's chubby stomach is compressed by $possessive corset, $possessive pudge bulges out above and below it.
-<</if>>
-<<switch $activeSlave.clothes>>
-<<case "a Fuckdoll suit">>
-	$activeSlave.slaveName's chubby belly is tightly squeezed by the suit.
-<<case "conservative clothing">>
-	<<if ($activeSlave.boobs > 20000)>>
-	$activeSlave.slaveName's immense breasts keep $possessive oversized sweater from covering $possessive chubby belly, though they do a fine job of hiding it themselves.
-	<<elseif ($activeSlave.boobs > 10000)>>
-	$activeSlave.slaveName's chubby 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 chubby belly.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's sweater bulges with $possessive chubby belly.
-	<<else>>
-	$activeSlave.slaveName's blouse bulges with $possessive chubby belly.
-	<</if>>
-<<case "attractive lingerie for a pregnant woman">>
-	$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.
-<<case "a maternity dress">>
-	$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.
-<<case "stretch pants and a crop-top">>
-	$activeSlave.slaveName's chubby belly takes full advantage of $possessive exposed midriff to hang freely and obscure the top of $possessive stretch pants.
-<<case "chains">>
-	$activeSlave.slaveName's chains sink into $possessive chubby belly, making noticeable folds in $possessive sides.
-<<case "Western clothing">>
-	$activeSlave.slaveName's flannel shirt bulges with $possessive chubby belly.
-<<case "body oil">>
-	$activeSlave.slaveName's chubby belly is covered in a sheen of oil.
-<<case "a toga">>
-	$activeSlave.slaveName's toga conceals $possessive chubby belly.
-<<case "a huipil">>
-	$activeSlave.slaveName's huipil conceals $possessive chubby little belly.
-<<case "a slutty qipao">>
-	$possessiveCap qipao is slit up the side. The front is pushed out by $possessive chubby belly.
-<<case "uncomfortable straps">>
-	$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.
-<<case "shibari ropes">>
-	$activeSlave.slaveName's binding ropes sink into $possessive chubby belly, making noticeable folds in $possessive sides.
-<<case "restrictive latex" "a latex catsuit">>
-	$activeSlave.slaveName's chubby belly in quite noticeable under $possessive latex suit, though any folds $pronoun might have are smoothed out by it.
-<<case "a military uniform">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's chubby belly is obscured by $possessive massive tits.
-	<<elseif ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's undershirt covers $possessive chubby belly. The bottom of which just barely peeks out from under it.
-	<<else>>
-	$activeSlave.slaveName's uniform covers $possessive chubby belly. The bottom of which just barely peeks out from under it.
-	<</if>>
-<<case "a nice nurse outfit">>
-	<<if ($activeSlave.boobs > 6000)>>
-	$activeSlave.slaveName's chubby 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 chubby belly is completely exposed and allowed to hang over the waist of $possessive pants.
-	<<else>>
-	$activeSlave.slaveName's nurse outfit is almost conservative, it covers $possessive chubby belly completely; though it does hide the top of $possessive pants.
-	<</if>>
-<<case "a mini dress">>
-	$activeSlave.slaveName's mini dress tightly clings to $possessive chubby belly, clearly showing every fold and roll.
-<<case "attractive lingerie">>
-	$activeSlave.slaveName's chubby belly rests above $possessive lacy g-string, concealing the top of it.
-<<case "a succubus outfit">>
-	$activeSlave.slaveName's chubby belly peeks out of $possessive corset, which is laced above and below it to allow it to hang free.
-<<case "a slutty maid outfit">>
-	$activeSlave.slaveName's maid dress is slightly distended by $possessive chubby belly.
-<<case "a nice maid outfit">>
-	$activeSlave.slaveName's maid dress is almost conservative, it covers $possessive chubby belly completely.
-<<case "a fallen nuns habit">>
-	$activeSlave.slaveName's latex habit's corset compresses $possessive chubby belly forcing pudge to spill out from under it.
-<<case "a penitent nuns habit">>
-	$activeSlave.slaveName's habit gently bulges from $possessive chubby belly. The coarse cloth takes advantage of the extra surface area.
-<<case "a string bikini">>
-	$activeSlave.slaveName's chubby belly hangs between the strings of $possessive bikini.
-<<case "clubslut netting">>
-	$activeSlave.slaveName's clubslut netting clings to $possessive chubby belly, gently forcing pudge through the mesh.
-<<case "a cheerleader outfit">>
-	$activeSlave.slaveName's cheerleader top frequently rides up $possessive chubby belly, letting it hang loose and hide the waist of $possessive skirt.
-<<case "cutoffs and a t-shirt">>
-	<<if ($activeSlave.boobs > 4000)>>
-	$activeSlave.slaveName's chubby belly is obscured by $possessive huge tits.
-	<<elseif ($activeSlave.boobs > 2000)>>
-	$activeSlave.slaveName's tits keep $possessive t-shirt busy, allowing $possessive chubby belly to openly jiggle.
-	<<else>>
-	$activeSlave.slaveName's t-shirt covers most of $possessive chubby belly. The bottom of which peeks out from under $possessive shirt as it hangs over the waist of $possessive jeans.
-	<</if>>
-<<case "a slutty outfit">>
-	$activeSlave.slaveName's chubby belly is allowed to openly jiggle, making $object look particularly slutty.
-<<case "a slave gown">>
-	$activeSlave.slaveName's slave gown is carefully tailored, accentuating and hugging every curve of $possessive chubby belly.
-<<case "slutty business attire">>
-	$activeSlave.slaveName's chubby belly fills out $possessive suit jacket and blouse. It peeks out from under their bottom slightly.
-<<case "nice business attire">>
-	$activeSlave.slaveName's chubby belly fills out $possessive tailored blouse and jacket.
-<<case "harem gauze">>
-	$activeSlave.slaveName's harem girl outfit sensually accentuates $possessive chubby belly.
-<<case "a comfortable bodysuit">>
-	$activeSlave.slaveName's bodysuit tightly clings to $possessive chubby belly, displaying every fold and roll in it.
-<<case "a slutty nurse outfit">>
-	$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.
-<<case "a schoolgirl outfit">>
-	$activeSlave.slaveName's blouse bulges with $possessive chubby belly. It peeks out from the bottom as it hangs over the waist of $possessive skirt.
-<<case "a kimono">>
-	$activeSlave.slaveName's chubby belly is demurely covered by $possessive kimono.
-<<case "a hijab and abaya">>
-	$activeSlave.slaveName's abaya bulges from $possessive chubby belly.
-<<case "battledress">>
-	$activeSlave.slaveName's tank top covers the top of $possessive chubby belly leaving $possessive looking like someone who had has been lazy lately.
-<<case "a halter top dress">>
-	$activeSlave.slaveName's beautiful halter top dress is filled by $possessive chubby belly. Every crease, fold and roll is clearly visible within it.
-<<case "a ball gown">>
-	$activeSlave.slaveName's fabulous silken ball gown is tailored to draw attention to $possessive chubby belly.
-<<case "slutty jewelry")>>
-	$activeSlave.slaveName's bangles include a long thin chain that rests across $possessive chubby belly, just over $possessive forming rolls.
-<<case "a leotard">>
-	$activeSlave.slaveName's tight leotard clings to $possessive chubby belly, clearly displaying every fold and roll.
-<<case "a chattel habit">>
-	The strip of cloth running down $possessive front is pushed out by $possessive chubby belly.
-<<case "a bunny outfit">>
-	$activeSlave.slaveName's teddy is stretched by $possessive chubby belly. It does nothing to hide $possessive folds and rolls.
-<<default>>
-<</switch>>
-<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
-	 Your sleek, slim society finds $possessive flabby body unsightly.
-<</if>>
-
-<</if>>
-<<else>>
-	$activeSlave.slaveName's belly is bare and ready for surgery.
-<</if>>
-<</if>>
-
-<<if $activeSlave.cSec == 1>>
-	$pronounCap has an unsightly c-section scar under $possessive navel.
-<</if>>
-
-<<if $activeSlave.fuckdoll == 0>>
-<<if setup.fakeBellies.includes($bellyAccessory)>>
-	<<switch $activeSlave.bellyAccessory>>
-	<<case "a huge empathy belly">>
-		$pronounCap is wearing a carefully sculpted silicone belly modeled after a full-term pregnant woman carrying twins.
-	<<case "a large empathy belly">>
-		$pronounCap is wearing a carefully sculpted silicone belly modeled after a full-term pregnant woman.
-	<<case "a medium empathy belly">>
-		$pronounCap is wearing a carefully sculpted silicone belly modeled after a pregnant woman in $possessive second trimester.
-	<<case "a small empathy belly">>
-		$pronounCap is wearing a carefully sculpted silicone belly modeled after a pregnant woman in $possessive first trimester.
-	<</switch>>
-	<<if $activeSlave.navelPiercing == 1>>
-		$possessiveCap fake navel bears a simple stud.
-	<<elseif $activeSlave.navelPiercing == 2>>
-		$possessiveCap fake navel is pierced with a big ring.
-		<<if ($activeSlave.clothes == "slutty jewelry")>>
-			It has a length of gilded chain dangling from it.
-		<<else>>
-			It has a short length of chain dangling from it.
+		<<if $activeSlave.navelPiercing == 1>>
+			$possessiveCap navel bears a simple stud.
+		<<elseif $activeSlave.navelPiercing == 2>>
+			$possessiveCap navel is pierced with a big ring.
+			<<if ($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)>>
+				It has a heavy bell dangling from it. It sounds whenever $possessive babies kick, which is often.
+			<<elseif ($activeSlave.clothes == "slutty jewelry")>>
+				It has a length of gilded chain dangling from it.
+			<<else>>
+				It has a short length of chain dangling from it.
+			<</if>>
 		<</if>>
-	<</if>>
-	<<if ($activeSlave.brand != 0) && ($activeSlave.brandLocation == "belly")>>
-		$possessiveCap fake belly has $activeSlave.brand branded on it.
-	<</if>>
-<<else>>
-	<<if $activeSlave.navelPiercing == 1>>
-		$possessiveCap navel bears a simple stud.
-	<<elseif $activeSlave.navelPiercing == 2>>
-		$possessiveCap navel is pierced with a big ring.
-		<<if ($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)>>
-			It has a heavy bell dangling from it. It sounds whenever $possessive babies kick, which is often.
-		<<elseif ($activeSlave.clothes == "slutty jewelry")>>
-			It has a length of gilded chain dangling from it.
-		<<else>>
-			It has a short length of chain dangling from it.
+		<<if $activeSlave.cSec == 1>>
+			$pronounCap has an unsightly c-section scar under $possessive navel.
+		<</if>>
+		<<if $activeSlave.bellyTat != 0>>
+			<<if hyperBellyTwo($activeSlave)>>
+				<<if $activeSlave.bellyTat == "a heart">>
+					A heart is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy.
+				<<elseif $activeSlave.bellyTat == "a star">>
+					A star is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy.
+				<<elseif $activeSlave.bellyTat == "a butterfly">>
+					A butterfly is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy.
+				<</if>>
+			<<elseif hyperBellyOne($activeSlave)>>
+				<<if $activeSlave.bellyTat == "a heart">>
+					A heart is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy.
+				<<elseif $activeSlave.bellyTat == "a star">>
+					A star is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy.
+				<<elseif $activeSlave.bellyTat == "a butterfly">>
+					A butterfly is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy.
+				<</if>>
+			<<elseif hugeBelly($activeSlave)>>
+				<<if $activeSlave.bellyTat == "a heart">>
+					A heart is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term.
+				<<elseif $activeSlave.bellyTat == "a star">>
+					A star is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term.
+				<<elseif $activeSlave.bellyTat == "a butterfly">>
+					A butterfly is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term.
+				<</if>>
+			<<elseif bigBelly($activeSlave)>>
+				$pronounCap has a barely recognizable tattoo around $possessive navel, it should reveal itself fully once $pronoun is a little bigger.
+			<<elseif visibleBelly($activeSlave)>>
+				$pronounCap has an unrecognizable tattoo around $possessive navel, it has stretched slightly along with $possessive rounded middle.
+			<<else>>
+				$pronounCap has an unrecognizable tattoo scrunched around $possessive navel.
+			<</if>>
+		<</if>>
+		<<if ($activeSlave.brand != 0) && ($activeSlave.brandLocation == "belly")>>
+			$pronounCap has $activeSlave.brand branded into the flesh of $possessive $activeSlave.brandLocation.
+		<</if>>
+		<<if ($activeSlave.breedingMark == 1)>>
+			The Societal Elites' mark designating $possessive as a breeder is prominently displayed across $possessive lower belly, beneath $possessive navel.
+		<</if>>
+		<<if $activeSlave.physicalAge >= 13>>
+			<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
+				<<if canWalk($activeSlave)>>
+					$possessiveCap pregnancy is so massive that it is difficult for $possessive to move.
+					<<if $activeSlave.muscles > 95>>
+						However, $pronoun is so powerfully built that $pronoun can manage it with effort, using $possessive arms to support it.
+					<<elseif $activeSlave.muscles > 30>>
+						$pronounCap can barely manage to get to $possessive feet unaided, and usually walks with $possessive arms under $possessive belly to help take its' weight.
+					<<elseif $activeSlave.muscles > 5>>
+						$pronounCap requires assistance to get to $possessive feet, and tends to lean on things to help relieve the weight.
+					<<else>>
+						$pronounCap cannot get to $possessive feet unaided, and tries to stay seated as much as $pronoun can.
+					<</if>>
+				<<elseif tooBigBelly($activeSlave)>>
+					It is easily as large as $possessive torso, making $object at least half belly.
+				<<else>>
+					It is easily as large as $possessive torso, making $object at least half belly.
+				<</if>>
+				<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && (($activeSlave.assignment != "work in the dairy") || ($dairyRestraintsSetting < 2))>>
+					<<if $pregAccessibility == 1>>
+						Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly
+					<<else>>
+						$pronounCap has trouble living in your penthouse, which is not designed for girls with pregnancies
+					<</if>>
+					wider than a standard doorway.
+				<</if>>
+			<</if>>
+		<<elseif $activeSlave.physicalAge >= 4>>
+			<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10) || $activeSlave.preg > 30>>
+				<<if canWalk($activeSlave)>>
+					$possessiveCap pregnancy is so massive that it is difficult for $possessive to move.
+					<<if $activeSlave.muscles > 95>>
+						However, $pronoun is so powerfully built that $pronoun can manage it with effort, using $possessive arms to support it.
+					<<elseif $activeSlave.muscles > 30>>
+						$pronounCap can barely manage to get to $possessive feet unaided, and usually walks with $possessive arms under $possessive belly to help take its' weight.
+					<<elseif $activeSlave.muscles > 5>>
+						$pronounCap requires assistance to get to $possessive feet, and tends to lean on things to help relieve the weight.
+					<<else>>
+						$pronounCap cannot get to $possessive feet unaided, and tries to stay seated as much as $pronoun can.
+					<</if>>
+				<<elseif tooBigBelly($activeSlave)>>
+					It is easily bigger than $pronoun is, making $object mostly womb.
+				<<else>>
+					It is easily as large as $possessive torso, making $object at least half belly.
+				<</if>>
+				<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && (($activeSlave.assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)) && ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
+					<<if $pregAccessibility == 1>>
+						Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly
+					<<else>>
+						$pronounCap has trouble living in your penthouse, which is not designed for girls with pregnancies
+					<</if>>
+					wider than a standard doorway.
+				<</if>>
+			<</if>>
+		<<elseif $activeSlave.physicalAge < 4>>
+			<<if ($activeSlave.preg > 10 && $activeSlave.pregType >= 10) or $activeSlave.preg > 20>>
+				<<if canWalk($activeSlave)>>
+					$possessiveCap pregnancy is so massive that it is difficult for $possessive to move.
+					<<if $activeSlave.muscles > 95>>
+						However, $pronoun is so powerfully built that $pronoun can manage it with effort, using $possessive arms to support it.
+					<<elseif $activeSlave.muscles > 30>>
+						$pronounCap can barely manage to get to $possessive feet unaided, and usually walks with $possessive arms under $possessive belly to help take its' weight.
+					<<elseif $activeSlave.muscles > 5>>
+						$pronounCap requires assistance to get to $possessive feet, and tends to lean on things to help relieve the weight.
+					<<else>>
+						$pronounCap cannot get to $possessive feet unaided, and tries to stay seated as much as $pronoun can.
+					<</if>>
+				<<elseif tooBigBelly($activeSlave)>>
+					It dwarfs $object, making $object almost entirely womb.
+				<<else>>
+				  It is easily as large as $possessive torso, making $object at least half belly.
+				<</if>>
+				<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && (($activeSlave.assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)) && ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
+					<<if $pregAccessibility == 1>>
+						Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly
+					<<else>>
+						$pronounCap has trouble living in your penthouse, which is not designed for girls with pregnancies
+					<</if>>
+					wider than a standard doorway.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
-
-<<if $activeSlave.cSec == 1>>
-	$pronounCap has an unsightly c-section scar under $possessive navel.
-<</if>>
-
-<<if $activeSlave.bellyTat != 0>>
-<<if hyperBellyTwo($activeSlave)>>
-	<<if $activeSlave.bellyTat == "a heart">>
-		A heart is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy.
-	<<elseif $activeSlave.bellyTat == "a star">>
-		A star is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy.
-	<<elseif $activeSlave.bellyTat == "a butterfly">>
-		A butterfly is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy.
-	<</if>>
-<<elseif hyperBellyOne($activeSlave)>>
-	<<if $activeSlave.bellyTat == "a heart">>
-		A heart is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy.
-	<<elseif $activeSlave.bellyTat == "a star">>
-		A star is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy.
-	<<elseif $activeSlave.bellyTat == "a butterfly">>
-		A butterfly is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy.
-	<</if>>
-<<elseif hugeBelly($activeSlave)>>
-	<<if $activeSlave.bellyTat == "a heart">>
-		A heart is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term.
-	<<elseif $activeSlave.bellyTat == "a star">>
-		A star is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term.
-	<<elseif $activeSlave.bellyTat == "a butterfly">>
-		A butterfly is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term.
-	<</if>>
-<<elseif bigBelly($activeSlave)>>
-	$pronounCap has a barely recognizable tattoo around $possessive navel, it should reveal itself fully once $pronoun is a little bigger.
-<<elseif visibleBelly($activeSlave)>>
-	$pronounCap has an unrecognizable tattoo around $possessive navel, it has stretched slightly along with $possessive rounded middle.
-<<else>>
-	$pronounCap has an unrecognizable tattoo scrunched around $possessive navel.
-<</if>>
-<</if>>
-
-
-	<<if ($activeSlave.brand != 0) && ($activeSlave.brandLocation == "belly")>>
-		$pronounCap has $activeSlave.brand branded into the flesh of $possessive $activeSlave.brandLocation.
-	<</if>>
-
-	<<if ($activeSlave.breedingMark == 1)>>
-		The Societal Elites' mark designating $possessive as a breeder is prominently displayed across $possessive lower belly, beneath $possessive navel.
-	<</if>>
-
-<</if>>
-
-<<if $activeSlave.physicalAge >= 13>>
-<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
-<<if canWalk($activeSlave)>>
-  $possessiveCap pregnancy is so massive that it is difficult for $possessive to move.
-  <<if $activeSlave.muscles > 95>>
-	However, $pronoun is so powerfully built that $pronoun can manage it with effort, using $possessive arms to support it.
-  <<elseif $activeSlave.muscles > 30>>
-	$pronounCap can barely manage to get to $possessive feet unaided, and usually walks with $possessive arms under $possessive belly to help take its' weight.
-  <<elseif $activeSlave.muscles > 5>>
-	$pronounCap requires assistance to get to $possessive feet, and tends to lean on things to help relieve the weight.
-  <<else>>
-	$pronounCap cannot get to $possessive feet unaided, and tries to stay seated as much as $pronoun can.
-  <</if>>
-<<elseif tooBigBelly($activeSlave)>>
-	It is easily as large as $possessive torso, making $object at least half belly.
-<<else>>
-  It is easily as large as $possessive torso, making $object at least half belly.
-<</if>>
-<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && ($activeSlave.assignment != "work in the dairy")>>
-  <<if $pregAccessibility == 1>>
-	Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly
-  <<else>>
-	$pronounCap has trouble living in your penthouse, which is not designed for girls with pregnancies
-  <</if>>
-  wider than a standard doorway.
-<</if>>
-<</if>>
-<<elseif $activeSlave.physicalAge >= 4>>
-<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10) || $activeSlave.preg > 30>>
-<<if canWalk($activeSlave)>>
-  $possessiveCap pregnancy is so massive that it is difficult for $possessive to move.
-  <<if $activeSlave.muscles > 95>>
-	However, $pronoun is so powerfully built that $pronoun can manage it with effort, using $possessive arms to support it.
-  <<elseif $activeSlave.muscles > 30>>
-	$pronounCap can barely manage to get to $possessive feet unaided, and usually walks with $possessive arms under $possessive belly to help take its' weight.
-  <<elseif $activeSlave.muscles > 5>>
-	$pronounCap requires assistance to get to $possessive feet, and tends to lean on things to help relieve the weight.
-  <<else>>
-	$pronounCap cannot get to $possessive feet unaided, and tries to stay seated as much as $pronoun can.
-  <</if>>
-<<elseif tooBigBelly($activeSlave)>>
-	It is easily bigger than $pronoun is, making $object mostly womb.
-<<else>>
-  It is easily as large as $possessive torso, making $object at least half belly.
-<</if>>
-<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && ($activeSlave.assignment != "work in the dairy") && ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
-  <<if $pregAccessibility == 1>>
-	Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly
-  <<else>>
-	$pronounCap has trouble living in your penthouse, which is not designed for girls with pregnancies
-  <</if>>
-  wider than a standard doorway.
-<</if>>
-<</if>>
-<<elseif $activeSlave.physicalAge < 4>>
-<<if ($activeSlave.preg > 10 && $activeSlave.pregType >= 10) or $activeSlave.preg > 20>>
-<<if canWalk($activeSlave)>>
-  $possessiveCap pregnancy is so massive that it is difficult for $possessive to move.
-  <<if $activeSlave.muscles > 95>>
-	However, $pronoun is so powerfully built that $pronoun can manage it with effort, using $possessive arms to support it.
-  <<elseif $activeSlave.muscles > 30>>
-	$pronounCap can barely manage to get to $possessive feet unaided, and usually walks with $possessive arms under $possessive belly to help take its' weight.
-  <<elseif $activeSlave.muscles > 5>>
-	$pronounCap requires assistance to get to $possessive feet, and tends to lean on things to help relieve the weight.
-  <<else>>
-	$pronounCap cannot get to $possessive feet unaided, and tries to stay seated as much as $pronoun can.
-  <</if>>
-<<elseif tooBigBelly($activeSlave)>>
-	It dwarfs $object, making $object almost entirely womb.
-<<else>>
-  It is easily as large as $possessive torso, making $object at least half belly.
-<</if>>
-<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && ($activeSlave.assignment != "work in the dairy") && ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
-  <<if $pregAccessibility == 1>>
-	Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly
-  <<else>>
-	$pronounCap has trouble living in your penthouse, which is not designed for girls with pregnancies
-  <</if>>
-  wider than a standard doorway.
-<</if>>
-<</if>>
-<</if>>
-
 <<else>>
 	<<if $activeSlave.navelPiercing > 0>>
 		<<if $activeSlave.preg > 20>>
@@ -9952,19 +9784,19 @@ $pronounCap has
 			$possessiveCap navel piercing runs through the suit's material.
 		<</if>>
 	<</if>>
-<<if $activeSlave.physicalAge >= 13>>
-<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
-	The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both.
-<</if>>
-<<elseif $activeSlave.physicalAge >= 4>>
-<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10) || $activeSlave.preg > 30>>
-	The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both.
-<</if>>
-<<elseif $activeSlave.physicalAge < 4>>
-<<if ($activeSlave.preg > 10 && $activeSlave.pregType >= 10) || $activeSlave.preg > 20>>
-	The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both.
-<</if>>
-<</if>>
+	<<if $activeSlave.physicalAge >= 13>>
+		<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>>
+			The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both.
+		<</if>>
+	<<elseif $activeSlave.physicalAge >= 4>>
+		<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10) || $activeSlave.preg > 30>>
+			The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both.
+		<</if>>
+	<<elseif $activeSlave.physicalAge < 4>>
+		<<if ($activeSlave.preg > 10 && $activeSlave.pregType >= 10) || $activeSlave.preg > 20>>
+			The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both.
+		<</if>>
+	<</if>>
 <</if>>
 
 <</widget>>
@@ -11639,4 +11471,4 @@ $pronounCap has
 	The Societal Elites' mark designating $possessive as a breeder is prominently displayed across $possessive lower belly, beneath $possessive navel.
 <</if>>
 
-<</widget>>
+<</widget>>
\ No newline at end of file