diff --git a/src/npc/takeoverTarget.tw b/src/npc/takeoverTarget.tw
index 4a0235379b456c3fe21fb2c4cdbe89e57b465a16..e8b4a3494594bdeb3b5c43f0a58064caa7a3b72d 100644
--- a/src/npc/takeoverTarget.tw
+++ b/src/npc/takeoverTarget.tw
@@ -13,7 +13,7 @@ Alternatively, arcologies are being built every day, and their owners' control i
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 //Recommended for new players.//
 <hr style="margin:0">
-<<set _arcologyTypes = ["Supremacist", "Subjugationist", "Paternalist", "AssetExpansionist", "SlimnessEnthusiast", "TransformationFetishist", "BodyPurist", "MaturityPreferentialist", "YouthPreferentialist", "Pastoralist", "PhysicalIdealist", "ChattelReligionist", "RomanRevivalist", "AztecRevivalist", "EgyptianRevivalist", "EdoRevivalist", "ArabianRevivalist", "ChineseRevivalist", "Multiculturalist", "Repopulationist", "Eugenics"]>> /*, "HedonisticDecadence"*/
+<<set _arcologyTypes = ["Supremacist", "Subjugationist", "Paternalist", "AssetExpansionist", "SlimnessEnthusiast", "TransformationFetishist", "BodyPurist", "MaturityPreferentialist", "YouthPreferentialist", "Pastoralist", "PhysicalIdealist", "ChattelReligionist", "RomanRevivalist", "AztecRevivalist", "EgyptianRevivalist", "EdoRevivalist", "ArabianRevivalist", "ChineseRevivalist", "Multiculturalist", "Repopulationist", "Eugenics", "HedonisticDecadence"]>>
 <<if $seeDicks != 0>><<set _arcologyTypes.push("GenderRadicalist")>><</if>>
 <<if $seeDicks != 100>><<set _arcologyTypes.push("GenderFundamentalist")>><</if>>
 <<if $seeExtreme != 0>><<set _arcologyTypes.push("Degradationist")>><</if>>
@@ -104,7 +104,7 @@ Alternatively, arcologies are being built every day, and their owners' control i
 	<<case "ChineseRevivalist">><<set $targetArcology.name = setup.ArcologyNamesChineseRevivalist.random()>>
 	<<case "Repopulationist">><<set $targetArcology.name = setup.ArcologyNamesRepopulationist.random()>>
 	<<case "Eugenics">><<set $targetArcology.name = setup.ArcologyNamesEugenics.random()>>
-	/*<<case "HedonisticDecadence">><<set $targetArcology.name = setup.ArcologyNamesHedonisticDecadence.random()>>*/
+	<<case "HedonisticDecadence">><<set $targetArcology.name = setup.ArcologyNamesHedonisticDecadence.random()>>
 	<<default>><<set $targetArcology.name = "Arcology X-4">>
 	<</switch>>
 	<<set $targetArcology.FSProgress = either(10,30,50)>>
@@ -186,7 +186,7 @@ Alternatively, arcologies are being built every day, and their owners' control i
 		It has an established lingua franca: Chinese.
 	<<case "Repopulationist">>@@.orange;Repopulationism,@@ the belief that the key to humanity's survival is a child in every fertile womb.
 	<<case "Eugenics">>@@.orange;Eugenics,@@ the belief that the world's failings were caused by rampant breeding of the inferior, and as such, only society's best should reproduce.
-	/*<<case "HedonisticDecadence">>@@.orange;Decadent Hedonism,@@ a movement to embody life's pleasures, particularly eating and sex.*/
+	<<case "HedonisticDecadence">>@@.orange;Decadent Hedonism,@@ a movement to embody life's pleasures, particularly eating and sex.
 	<<default>>@@.orange;Multiculturalism,@@ a celebration of the total liberty that was the original purpose of the Free Cities.
 	<</switch>>
 	<hr style="margin:0">
diff --git a/src/pregmod/generateChild.tw b/src/pregmod/generateChild.tw
index f04952e7c649d92bc290068448015144f3693477..546dc73d3026406504b9e7b874a4c858a37b51c2 100644
--- a/src/pregmod/generateChild.tw
+++ b/src/pregmod/generateChild.tw
@@ -278,7 +278,7 @@
 	<<if $mom.pregSource > 0>>
 		<<set $activeSlave.father = $mergeDad.ID>>
 		<<set $activeSlave.slaveName = String($mom.slaveName + " and " + $mergeDad.slaveName + "'s child")>>
-		<<if def $mom.surname && $mom.surname != "">><<set $activeSlave.slaveSurname = $mom.surname>><<elseif def $mergeDad.surname && $mergeDad.surname != "">><<set $activeSlave.slaveSurname = $mergeDad.surname>><<else>><<set $activeSlave.slaveSurname = 0>><</if>>
+		<<if def $mom.slaveSurname && $mom.slaveSurname != "">><<set $activeSlave.slaveSurname = $mom.slaveSurname>><<elseif def $mergeDad.slaveSurname && $mergeDad.slaveSurname != "">><<set $activeSlave.slaveSurname = $mergeDad.slaveSurname>><<else>><<set $activeSlave.slaveSurname = 0>><</if>>
 	<<elseif $mom.pregSource == -1>>
 		<<set $activeSlave.father = -1>>
 		<<set $activeSlave.slaveName = String($mom.slaveName + " and my child")>>
@@ -287,7 +287,7 @@
 		<<set $activeSlave.father = $missingParentID>>
 		<<set $missingParentID-->>
 		<<set $activeSlave.slaveName = String($mom.slaveName + "'s slut child")>>
-		<<if def $mom.surname && $mom.surname != "">><<set $activeSlave.slaveSurname = $mom.surname>><<else>><<set $activeSlave.slaveSurname = 0>><</if>>
+		<<if def $mom.slaveSurname && $mom.slaveSurname != "">><<set $activeSlave.slaveSurname = $mom.slaveSurname>><<else>><<set $activeSlave.slaveSurname = 0>><</if>>
 	<</if>>
 	<<if $mergeMom.nationality == $mergeDad.nationality>>
 		<<set $activeSlave.nationality = $mergeDad.nationality>>
diff --git a/src/uncategorized/futureSocities.tw b/src/uncategorized/futureSocities.tw
index a30ee05d432b769fa18881113e9077c3321800e0..5e2aa210899c7dd855a71bc3ad541f2913ac422b 100644
--- a/src/uncategorized/futureSocities.tw
+++ b/src/uncategorized/futureSocities.tw
@@ -139,13 +139,11 @@
 <<elseif $arcologies[0].FSCummunism != "unset">>
 	<<set $rivalryFS = "Cummunism">>
 <</if>>
-/*
 <<if $arcologies[0].FSHedonisticDecadence != "unset">>
 	<<set $rivalryFS = "Hedonistic Decadence">>
 <<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
 	<<set $rivalryFS = "Physical Idealism">>
 <</if>>
-*/
 <<if $arcologies[0].FSChattelReligionist != "unset">>
 	<<set $rivalryFS = "Chattel Religionism">>
 <<elseif $arcologies[0].FSNull != "unset">>
@@ -1318,7 +1316,6 @@ You are spending ¤$FSSpending each week to support your societal goals.
 <</if>>
 <</if>>
 
-<<if $arcologies[0].FSPhysicalIdealist == "unset">>
 <<if $arcologies[0].FSPastoralist != "unset">>
 	<br>''You are pursuing'' societal normalization of slave milking.
 	//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSPastoralist = "unset", $arcologies[0].FSPastoralistDecoration = 20, $arcologies[0].FSPastoralistLaw = 0, $arcologies[0].FSPastoralistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "pastoralist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
@@ -1366,9 +1363,8 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	/*//''Slave Pastoralism'': societal acceptance of slave products like milk.//*/
 	<</if>>
 <</if>>
-<</if>>
 
-<<if $arcologies[0].FSPastoralist == "unset">>
+<<if $arcologies[0].FSHedonisticDecadence == "unset">>
 <<if $arcologies[0].FSPhysicalIdealist != "unset">>
 	<br>''You are pursuing'' societal reverence for the idealized human form, including height, health and muscle.
 	//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSPhysicalIdealist = "unset", $arcologies[0].FSPhysicalIdealistDecoration = 20, $arcologies[0].FSPhysicalIdealistSMR = 0, $arcologies[0].FSPastoralistLaw = 0, $FSCredits += 1>><<if $assistantFSAppearance == "physical idealist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
@@ -1418,107 +1414,6 @@ You are spending ¤$FSSpending each week to support your societal goals.
 <</if>>
 <</if>>
 
-/*
-<<if $arcologies[0].FSPhysicalIdealist == "unset">>
-<<if $arcologies[0].FSPastoralist != "unset">>
-	<br>''You are pursuing'' societal normalization of slave milking.
-	//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSPastoralist = "unset", $arcologies[0].FSPastoralistDecoration = 20, $arcologies[0].FSPastoralistLaw = 0, $arcologies[0].FSPastoralistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "pastoralist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<switch $arcologies[0].FSPastoralistDecoration>>
-	<<case 20>>
-	$arcologies[0].name is not customized to support this goal.
-	<<if $arcologies[0].FSPastoralist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
-	<<else>>
-		You must advance this goal before customization to support it becomes available.
-	<</if>>
-	<<case 40>>
-	$arcologies[0].name's media is supporting this goal.
-	<<if $arcologies[0].FSPastoralist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
-	<<else>>
-		You must advance this goal before further customization to support it becomes available.
-	<</if>>
-	<<case 60>>
-	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
-	<<if $arcologies[0].FSPastoralist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
-	<<else>>
-		You must advance this goal before further customization to support it becomes available.
-	<</if>>
-	<<case 80>>
-	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
-	<<if $arcologies[0].FSPastoralist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
-	<<else>>
-		You must advance this goal before further customization to support it becomes available.
-	<</if>>
-	<<case 100>>
-	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal.
-	<</switch>>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	With her $assistantAppearance appearance, $assistantName is a good public mascot for this model.
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Slave Pastoralism|Future Society][$arcologies[0].FSPastoralist = 4, $FSCredits -= 1]]: societal acceptance of slave products like milk.
-	<<else>>
-	/-//''Slave Pastoralism'': societal acceptance of slave products like milk.//-/
-	<</if>>
-<</if>>
-<</if>>
-
-<<if $arcologies[0].FSHedonisticDecadence == "unset" && $arcologies[0].FSPhysicalIdealist == "unset">>
-<<if $arcologies[0].FSPhysicalIdealist != "unset">>
-	<br>''You are pursuing'' societal reverence for the idealized human form, including height, health and muscle.
-	//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSPhysicalIdealist = "unset", $arcologies[0].FSPhysicalIdealistDecoration = 20, $arcologies[0].FSPhysicalIdealistSMR = 0, $arcologies[0].FSPastoralistLaw = 0, $FSCredits += 1>><<if $assistantFSAppearance == "physical idealist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<switch $arcologies[0].FSPhysicalIdealistDecoration>>
-	<<case 20>>
-	$arcologies[0].name is not customized to support this goal.
-	<<if $arcologies[0].FSPhysicalIdealist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
-	<<else>>
-		You must advance this goal before customization to support it becomes available.
-	<</if>>
-	<<case 40>>
-	$arcologies[0].name's media is supporting this goal.
-	<<if $arcologies[0].FSPhysicalIdealist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
-	<<else>>
-		You must advance this goal before further customization to support it becomes available.
-	<</if>>
-	<<case 60>>
-	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
-	<<if $arcologies[0].FSPhysicalIdealist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
-	<<else>>
-		You must advance this goal before further customization to support it becomes available.
-	<</if>>
-	<<case 80>>
-	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
-	<<if $arcologies[0].FSPhysicalIdealist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
-	<<else>>
-		You must advance this goal before further customization to support it becomes available.
-	<</if>>
-	<<case 100>>
-	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal.
-	<</switch>>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	With her $assistantAppearance appearance, $assistantName is a good public mascot for this model.
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Physical Idealism|Future Society][$arcologies[0].FSPhysicalIdealist = 4, $FSCredits -= 1]]: societal reverence for the idealized human form, including height, health and muscle.
-	<<else>>
-	/-//''Physical Idealism'': societal reverence for the idealized human form, including height, health and muscle.//-/
-	<</if>>
-<</if>>
-<</if>>
-
 <<if $arcologies[0].FSPhysicalIdealist == "unset">>
 <<if $arcologies[0].FSHedonisticDecadence != "unset">>
 	<br>''You are pursuing'' societal normalization of over indulgence, particularly of food, drink, sex and drugs.
@@ -1562,13 +1457,12 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<</if>>
 <<else>>
 	<<if $FSCredits > 0>>
-	<br>''''[[HedonisticDecadence|Future Society][$arcologies[0].FSHedonisticDecadence = 4, $FSCredits -= 1]]: societal acceptance of over indulgence, particularly of food, drink, sex and drugs.
+	<br>''''[[HedonisticDecadence|Future Society][$arcologies[0].FSHedonisticDecadence = 4, $FSCredits -= 1]]: societal acceptance of overindulgence, particularly of food, drink, sex and drugs.
 	<<else>>
-	/-//''HedonisticDecadence'': societal acceptance of over indulgence, particularly of food, drink, sex and drugs.//-/
+	/*//''HedonisticDecadence'': societal acceptance of over indulgence, particularly of food, drink, sex and drugs.//*/
 	<</if>>
 <</if>>
 <</if>>
-*/
 
 <<if $arcologies[0].FSNull == "unset">>
 <<if $arcologies[0].FSChattelReligionist != "unset">>
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index 58f985c970be7c8302b86ca7e2832cd3c51ec01f..ab38b544ef4567be4570520553bd9a0a8bff1edf 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -108,7 +108,7 @@
 	<<set $PC.labor = 1>>
 <</if>>
 
-<<if $FCTVenable == 1 && $FCTVreceiver != 0>>
+<<if $FCTVreceiver == 1>>
     <<set $FCTVcount += 1>>
     <<if $FCTVcount >= $FCTVrate && $FCTVrate != -1>>
         <<set $FCTVcount = 0>>
diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw
index 1effaacc06fc30bab01eeebc6865b3a0d893a078..7f11f75ac032010faeb10a0dbfc4792e0e449df1 100644
--- a/src/uncategorized/pHostageAcquisition.tw
+++ b/src/uncategorized/pHostageAcquisition.tw
@@ -6,7 +6,7 @@
 <<set $activeSlave = $hostage>>
 <<set $activeSlave.ID += 55555>>
 
-$activeSlave.slaveName, once
+<<SlaveFullName $activeSlave>>, once
 <<switch $PC.career>>
 <<case "wealth">>
 	a popular party girl
@@ -51,28 +51,38 @@ Your hired mercenaries are en route now with your precious cargo.
 	The mercenary captain quickly gags her, "My apologies, I did warn you she was a handful. Please be careful when you unbind her, I'd hate for anything to happen to my best employer." He says, as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. She looks the same as you remember, but she acts nothing like the girl you used to know. Odds are high that she'll cause problems for you in the future.
 	<</if>>
 <<case "Racial Supremacism">>
-	<<set $activeSlave.health = -100>>
+	<<SetPregType $activeSlave>>
 	<<if $rivalryDuration <= 5>>
 	Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "Thank you... Thank you...". You gently wrap your arms around her in a comforting embrace. She's nearly the same as you remember her, albeit acting slightly odd and covered in scars.
 	<<set $activeSlave.weight = 0>>
+	<<set $activeSlave.muscles = 0>>
+	<<if $activeSlave.health > -20>><<set $activeSlave.health = -20>><</if>>
 	<<set $activeSlave.customTat = "She has slight scarring from being beaten under your rival's rule.">>
 	<<elseif $rivalryDuration <= 10>>
 	Upon seeing you, $activeSlave.slaveName walks into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "T-thank you... T-thank you..." You gently draw her thin body into a comforting embrace. She's nearly the same as you remember her, albeit thinner, acting odd and covered in many scars.
 	<<set $activeSlave.weight = -20>>
+	<<set $activeSlave.muscles = -20>>
+	<<if $activeSlave.health > -40>><<set $activeSlave.health = -40>><</if>>
 	<<set $activeSlave.customTat = "She has noticeable scarring from being beaten under your rival's rule.">>
 	<<elseif $rivalryDuration <= 15>>
 	Upon seeing you, $activeSlave.slaveName shuffles into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "T-thank you..." You gently draw her rail thin body into a comforting embrace, though you can't help but feel her swollen belly pressing into your own. She's nearly the same as you remember her, albeit thinner, pregnant, acting very odd and heavily covered in scars.
 	<<set $activeSlave.weight = -50>>
+	<<set $activeSlave.muscles = -50>>
+	<<if $activeSlave.health > -60>><<set $activeSlave.health = -60>><</if>>
 	<<set $activeSlave.customTat = "She has heavy scarring from being beaten under your rival's rule.">>
 	<<elseif $rivalryDuration <= 20>>
 	Upon seeing you, $activeSlave.slaveName attempts to stumble into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> but only makes it several pained steps before collapsing to the ground. You gently pick up her frail, bloated body and hold it in a comforting embrace. a short "T-thank you..." escapes her tired lips. She's nearly the same as you remember her, albeit emaciated, pregnant, acting very odd and completely covered in scars.
 	<<set $activeSlave.weight = -100>>
+	<<set $activeSlave.muscles = -75>>
+	<<if $activeSlave.health > -80>><<set $activeSlave.health = -80>><</if>>
 	<<set $activeSlave.customTat = "She has heavy scarring all over her body from being beaten under your rival's rule.">>
 	<<else>>
 	Your mercenaries radio you upon arrival. "VIP recovered but... She isn't all there."
 	Upon seeing her, it's obvious $activeSlave.slaveName has been completely broken. You beckon to the mercenary captain to give her to you. Holding her in your arms, it's clear that the poor girl is barely clinging to life.
 	The mercenary captain apologizes again, "My apologies, we found her like that. I'm sorry." He says, as he and his group exit your penthouse, leaving you with the comatose $activeSlave.slaveName. She looks the same as you remember, albeit emaciated, battered, broken and very pregnant. Although, if she pulls through this, she'll be devoted to you forever.
 	<<set $activeSlave.weight = -100>>
+	<<set $activeSlave.muscles = -100>>
+	<<if $activeSlave.health > -100>><<set $activeSlave.health = -100>><</if>>
 	<<set $activeSlave.customTat = "She has intense scarring all over her body from being beaten under your rival's rule.">>
 	<</if>>
 <<case "Repopulation Focus">>
@@ -143,32 +153,40 @@ Your hired mercenaries are en route now with your precious cargo.
 	<<elseif $rivalryDuration <= 10>>
 	Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if she should. You pull her into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as she breaks down in tears. "They broke my butthole!". She's exactly as you remember, minus her loose rear.
 	<<elseif $rivalryDuration <= 15>>
-	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she hesitatingly approaches. Once she is close enough she says "Do you want to fuck my butt?<<if $seeDicks != 0>> Maybe touch my penis?<</if>>". While she looks the same as you remember, minus her very loose butthole<<if $seeDicks != 0>> and miniscule dick<</if>>, she certainly doesn't think the same anymore.
+	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she hesitatingly approaches. Once she is close enough she says "Do you want to fuck my butt?<<if $seeDicks != 0>> Maybe touch my penis?<</if>>" While she looks the same as you remember, minus her very loose butthole<<if $seeDicks != 0>> and miniscule dick<</if>>, she certainly doesn't think the same anymore.
 	<<elseif $rivalryDuration <= 20>>
 	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she quickly steps back. After several steps, she bluntly says "Piss off vagina fucker, slave's asses are for pounding!", before swinging around revealing her gaping butthole. While she looks the same as you remember, minus her gaping anus<<if $seeDicks != 0>>, tiny cock and testicles<</if>>, she definitely doesn't think the same anymore.
 	<<else>>
 	Your mercenaries radio you upon arrival. "This one's quite lively, you better ready yourself.<<if $seeDicks != 0>> She's been rock hard the entire way here, we think she might have something crammed up her rear. What ever it is, it isn't dangerous.<</if>> We're coming in now."
-	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! Assholes are the superior sex organ!".<<if $seeDicks != 0>> She quickly flexes her kegels several times and blows a load of cum across your shoes<<else>> She spits on your shoes<</if>>.
+	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! Assholes are the superior sex organ!"<<if $seeDicks != 0>> She quickly flexes her kegels several times and blows a load of cum across your shoes<<else>> She spits on your shoes<</if>>.
 	The mercenary captain quickly pulls her back, "My apologies, I did warn you she was a handful. Please be careful when you unbind her, she may try to do something stupid." He says, as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. She looks the same as you remember<<if $seeDicks != 0>>, save for her working cock and balls<</if>>, but she acts nothing like the girl you used to know. Odds are high that she'll cause problems for you in the future, given her penchant for sticking things in butts.
 	<</if>>
 <<case "Paternalism">>
-	<<set $activeSlave.health = -100>>
 	<<if $rivalryDuration <= 5>>
 	Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "Thank you... Thank you...". You gently wrap your arms around her in a comforting embrace. She's nearly the same as you remember her, albeit acting slightly odd and covered in piercings and tattoos.
 	<<set $activeSlave.weight = 0>>
+	<<if $activeSlave.health > -20>><<set $activeSlave.health = -20>><</if>>
 	<<elseif $rivalryDuration <= 10>>
 	Upon seeing you, $activeSlave.slaveName tries to crawl to you. You help her into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as she sobs "T-thank you... T-thank you...". You gently draw her thin body into a comforting embrace. She's nearly the same as you remember her, albeit thinner, acting odd and covered in piercings and tattoos.
 	<<set $activeSlave.weight = -20>>
+	<<set $activeSlave.muscles = -20>>
+	<<if $activeSlave.health > -40>><<set $activeSlave.health = -40>><</if>>
 	<<elseif $rivalryDuration <= 15>>
 	Upon seeing you, $activeSlave.slaveName tries to crawl to you. You help her into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as she sobs. You gently draw her rail thin body into a comforting embrace, though you can't help but notice several of her ribs are broken. She's barely recognizable; being much thinner, acting very odd and covered in piercings and tattoos.
 	<<set $activeSlave.weight = -50>>
+	<<set $activeSlave.muscles = -50>>
+	<<if $activeSlave.health > -60>><<set $activeSlave.health = -60>><</if>>
 	<<elseif $rivalryDuration <= 20>>
 	Upon being placed in your office, $activeSlave.slaveName curls into a fetal position and begins sobbing. You help her into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as she pitifully struggles. You gently draw her emaciated body into a comforting embrace and call out her name, having realized she is blind. She immediately calms down and moves closer to you. She's barely recognizable; being skin and bone, acting very odd and covered in piercings and tattoos.
 	<<set $activeSlave.weight = -100>>
+	<<set $activeSlave.muscles = -80>>
+	<<if $activeSlave.health > -80>><<set $activeSlave.health = -80>><</if>>
 	<<else>>
 	Your mercenaries radio you upon arrival. "VIP recovered but... I'm so sorry..."
 	You immediately wretch from the smell that follows the merc troop into your office. You rise to shout at them for tracking it in when you realize what the source of the smell is. A crate containing the twisted, mutilated, inked and pierced body of $activeSlave.slaveName. The mercenaries see themselves out as you carefully take a biometric scan of the inert, limbless body before you. She is alive, but barely, and a brain scan shows few signs of activity. You call for some servants to clean her up, hoping that maybe it will draw her out of her stupor. Deep down, you understand the girl you used to know has been twisted and broken completely; never to be the same again.
+	<<if $activeSlave.health > -100>><<set $activeSlave.health = -100>><</if>>
 	<<set $activeSlave.weight = -100>>
+	<<set $activeSlave.muscles = -100>>
 	<</if>>
 <<case "Degradationism">>
 	<<set $activeSlave.health = 60>>
@@ -291,7 +309,7 @@ Your hired mercenaries are en route now with your precious cargo.
 	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!"
 	The mercenary captain is thrown back as she explodes her restraints, having been preparing to gag her. The rest of the troop center their weapons on her, forcing her to back down. She glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. She grunts as she exits the office for the slave quarters, stopping in the doorway. "I'll be your slave, but you're going to be sorry.". With a hand on each doorframe, she rips it out of the wall. She lets out a single laugh while scowling at you. She is thin and extremely muscular, a stark difference from the soft, chubby girl you used to know; she certainly doesn't think the same anymore, either. Odds are high that she'll cause problems for you in the future, given her hatred for you and her frightening strength.
 	<</if>>
-<<case "Physical Idealism">>
+<<case "Cummunism">>
 	<<set $activeSlave.health = -30>>
 	<<if $rivalryDuration <= 5>>
 	Upon seeing you, $activeSlave.slaveName attempts to dive into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>>. The weight of her huge <<print $hostage.boobs>>cc tits knocks the wind out of you. You embrace her as best you can, you hands sinking into her soft butt, as she sobs "They made me fat! My nipples won't stop leaking milk!". She looks similar to how you remember, minus her huge milky assets of course.
@@ -306,6 +324,40 @@ Your hired mercenaries are en route now with your precious cargo.
 	Once $activeSlave.slaveName's immense form is safely in the penthouse, you finally get a good look at her.  Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she begins to let out a low growl. After several steps, she shouts "Stay away from me, you sick fuck! Fit girls are trash! Real men like big soft bodies! You're sick! SICK! Don't you-"
 	The mercenary captain quickly gags her, "My apologies, I did warn you she was a handful." He pats her grotesque breast, "least she won't be going anywhere." He says, before he and his group exit your penthouse, leaving you with the enraged and struggling $activeSlave.slaveName. You sigh at the amount of motion running through her absurd tits, mountainous ass, and obese body. The girl you used to know is barely recognizable under all that flesh and she certainly doesn't think the same anymore. Odds are high that she'll cause problems for you in the future, once her body sheds the weight. Or you could leave her as an immobile ornament, though assets of that size are definitely out of style.
 	<</if>>
+<<case "Physical Idealism">>
+	<<if $rivalryDuration <= 5>>
+	Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>>, her added heft knocking the wind out of you. You gently wrap your arms around her in a comforting embrace, your arms gently sinking into her soft flesh, as she sobs, "They made me fat! I'm so glad those guys let me puke up all that food, I don't even want to think how big i'd be otherwise!" She looks similar to how you remember, thanks to the pudge, though that can be easily rectified.
+	<<set $activeSlave.health = 0>>
+	<<elseif $rivalryDuration <= 10>>
+	Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if she should. You pull her meaty body into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as she breaks down in tears. "Why did they make me into a sow, I don't understand..." She looks similar to how you remember, minus her added weight of course.
+	<<set $activeSlave.health = -10>>
+	<<elseif $rivalryDuration <= 15>>
+	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth causing her plump body, big breasts and fat ass to jiggle, unsure of what to make of you. As you step forward, she asks "Can I have some food?". The girl you used to know is barely recognizable under all that fat and she certainly doesn't think the same anymore.
+	<<set $activeSlave.health = -30>>
+	<<elseif $rivalryDuration <= 20>>
+	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth causing her fat body jiggle, unsure of what to make of you. As you step forward, she stumbles back. After several steps, she screams "Keep away from me! I don't want to work out! Stuffing my face and holes whenever I please is too much fun!" The girl you used to know is barely recognizable under that obese body; she certainly doesn't think the same anymore, either.
+	<<set $activeSlave.health = -50>>
+	<<else>>
+	Your mercenaries radio you upon arrival. "We got a problem sir. She, um, is rather heavy and can't walk well... We're workign our way up, but, do you have a freight elevator by chance?"
+	Once $activeSlave.slaveName's hugely fat ass is safely in the penthouse, you finally get a good look at her.  Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she begins to let out a low growl. After several steps, she shouts "Stay away from me, you sick fuck! Fit girls are trash! Real men like big soft bodies! You're sick! SICK! Don't you-"
+	The mercenary captain quickly gags her, "My apologies, I did warn you she was a handful." He pats her fat coated shoulder, to which she immediately sits down. Several mercs join their captain in trying to pull her back to her feet. A load crack and a groan of pain escape the captain as he drops to the ground clutching his back. His comrades quickly help him from the penthouse, leaving you to deal with the scowling blob of fat and flesh. She is intent on not budging from that spot and you aren't interested in breaking anything, though you're certain she'll be begging for food within an hour and easily manipulated. She is massively fat, a stark difference from the fit, thin girl you used to know; she certainly doesn't think the same anymore, either. Odds are high that she'll cause problems for you in the future, be it breaking furniture or getting stuck in doors, though given her rather laid back life up until this point, she is likely to be quite malleable. Though she is weezing quite a lot considering she is just sitting there.
+	<<set $activeSlave.health = -80>>
+	<</if>>
+<<case "Hedonistic Decadence">>
+	<<set $activeSlave.health = 60>>
+	<<if $rivalryDuration <= 5>>
+	Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "I've never had to exercise so much, I'm exhausted!". You gently wrap your arms around her soft body in a comforting embrace. She's exactly as you remember.
+	<<elseif $rivalryDuration <= 10>>
+	Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if she should. You pull her into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>>, feeling the muscles under her chubby body, as she breaks down in tears. "You aren't going to make me pump iron are you?". While she's thinner than you remember, and a little more muscular, her personality is exactly the same.
+	<<elseif $rivalryDuration <= 15>>
+	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she hesitatingly approaches. Once she is close enough she says "I don't want to ever be so heavy again...". She is noticeably thinner and much more muscular than you remember; she certainly doesn't think the same anymore, either.
+	<<elseif $rivalryDuration <= 20>>
+	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she quickly steps back. After several steps, she screams "Keep away from me! I don't want ever want to be a fat sow again!". She is thin and extremely muscular, a stark difference from the soft, chubby girl you used to know; she certainly doesn't think the same anymore, either.
+	<<else>>
+	Your mercenaries radio you upon arrival. "We have a problem, sir. This one is a fighter, she already broke one of our guy's jaw. We think she is tranq'd and restrained enough to bring in. Please be ready."
+	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!"
+	The mercenary captain is thrown back as she explodes her restraints, having been preparing to gag her. The rest of the troop center their weapons on her, forcing her to back down. She glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. She grunts as she exits the office for the slave quarters, stopping in the doorway. "I'll be your slave, but you're going to be sorry.". With a hand on each doorframe, she rips it out of the wall. She lets out a single laugh while scowling at you. She is thin and extremely muscular, a stark difference from the soft, chubby girl you used to know; she certainly doesn't think the same anymore, either. Odds are high that she'll cause problems for you in the future, given her hatred for you and her frightening strength.
+	<</if>>
 <<case "Chattel Religionism">>
 	<<set $activeSlave.health = 50>>
 	<<if $rivalryDuration <= 5>>
@@ -355,7 +407,7 @@ Your hired mercenaries are en route now with your precious cargo.
 
 <<if $rivalryDuration <= 10 || ($rivalryFS == "Racial Supremacism" && $rivalryDuration <= 20) || ($rivalryFS == "Paternalism" && $rivalryDuration <= 20)>>
 	She considers you her rescuer, since her previous owner subjected her to unremitting horror in an attempt to offend your philosophy of $rivalryFS. She's overjoyed to be your slave.
-<<elseif ($rivalryFS == "Racial Supremacism" and $rivalryDuration > 20) || ($rivalryFS == "Paternalism" and $rivalryDuration > 20)>>
+<<elseif ($rivalryFS == "Racial Supremacism" && $rivalryDuration > 20) || ($rivalryFS == "Paternalism" && $rivalryDuration > 20)>>
 	Her mind and body were destroyed in an attempt to offend your philosophy of $rivalryFS. If she ever recovers, she'd consider you her savior and be overjoyed to be your slave.
 <<elseif $rivalryDuration > 20>>
 	You took everything from her and she hates you as much as she possibly can for it. You ripped her away from heaven to sentence her to a living hell, and she swears to do everything she can to hurt you.
diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw
index 7c71b275f60e214d9cf8e7b4e04374a29228bbde..1b621026ee550cdd090fa95c0eb36a28a5ee33b3 100644
--- a/src/uncategorized/pRivalryActions.tw
+++ b/src/uncategorized/pRivalryActions.tw
@@ -19,7 +19,7 @@
 Your inter-arcology war with the arcology owner behind the Daughters of Liberty has dragged on for $rivalryDuration week<<if $rivalryDuration > 1>>s<</if>>. The tone of your arcology is a bit more somber than usual. You have enhanced security in place, and the populace has caught the mood.
 
 <<if $hostageAnnounced == 1>>
-<<if $rivalryDuration >= 30>>The latest message from your rival is a live communication.<<else>>The latest message from your rival recently arrived, showing $hostage.slaveName<</if>>
+<<if $rivalryDuration >= 30>>The latest message from your rival is a live communication.<<else>>The latest message from your rival recently arrived, showing <<SlaveFullName $hostage>><</if>>
 <<if $rivalryDuration == 1>>
 	<<switch $rivalryFS>>
 	<<case "Racial Subjugationism">>
@@ -177,6 +177,16 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.behavioralFlaw = "bitchy">>
 		<<set $hostage.sexualFlaw = "shamefast">>
 		being weighed and measured to document her trim body.
+	<<case "Physical IdealismOLD">>
+		<<set $hostage.lactation = 2>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.boobs += 1000>>
+		<<set $hostage.weight = 0>>
+		<<set $hostage.butt = 4>>
+		<<set $hostage.behavioralFlaw = "anorexic">>
+		<<set $hostage.sexualFlaw = "shamefast">>
+		standing in front of a mirror sobbing as droplets of milk form on her $hostage.nipples nipples, courtesy of her newly implanted lactation drugs.
 	<<case "Pastoralism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -185,15 +195,23 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.sexualFlaw = "shamefast">>
 		being weighed and measured to determine the best way to replace her fat with muscle.
 	<<case "Physical Idealism">>
-		<<set $hostage.lactation = 2>>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.weight = 0>>
-		<<set $hostage.butt = 4>>
+		<<set $hostage.boobs = 400>>
+		<<set $hostage.weight = 10>>
+		<<set $hostage.butt = 2>>
+		<<set $hostage.vaginalCount += 28>>
+		<<set $hostage.vagina = 2>>
 		<<set $hostage.behavioralFlaw = "anorexic">>
+		<<set $hostage.sexualFlaw = "hates penetration">>
+		struggling with a feeding tube down her throat, her belly heavily bloated with fattening slave food and her body already looking a little soft. She is being forcibly fucked, her middle jiggling with each thrust; 28 tallies are already drawn over her pussy.
+	<<case "Hedonistic Decadence">>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.muscles = 0>>
+		<<set $hostage.behavioralFlaw = "gluttonous">>
 		<<set $hostage.sexualFlaw = "shamefast">>
-		standing in front of a mirror sobbing as droplets of milk form on her $hostage.nipples nipples, courtesy of her newly implanted lactation drugs.
+		being weighed and measured to determine the best way to replace her fat with muscle.
 	<<case "Chattel Religionism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -380,7 +398,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.fetish = "dom">>
 		<<set $hostage.fetishStrength = 10>>
 		crashing into her bed, exhausted from all her exercise. As she massages her sore body, she can't help gasp at the weight she has lost.
-	<<case "Physical Idealism">>
+	<<case "Cummunism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
 		<<set $hostage.weight = 20>>
@@ -388,6 +406,91 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.fetish = "boobs">>
 		<<set $hostage.fetishStrength = 10>>
 		groaning as she lowers her growing body onto her cot. She shoves a massive <<print $hostage.boobs>>cc milky breast aside so she can massage her hugely distended belly. She moans in pain under the massive amount of high-caloric fluid within her gut.
+	<<case "Physical Idealism">>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight = 50>>
+		<<set $hostage.boobs = 800>>
+		<<set $hostage.butt = 4>>
+		<<set $hostage.vaginalCount += 28>>
+		<<set $hostage.vagina = 3>>
+		<<set $hostage.behavioralFlaw = "anorexic">>
+		<<set $hostage.sexualFlaw = "hates penetration">>
+		groaning as her taut belly is measured and her weight is taken; 140 tallies adorn her lower belly. "88 Kilos, a good start, but no where near the end. Now about that fetish of yours..." She responds with a meek
+		<<set $hostageFetish = either("submissive", "cumslut", "humiliation", "buttslut", "boobs", "sadist", "masochist", "dom", "pregnancy")>>
+		<<switch $hostageFetish>>
+		<<case "submissive">>
+			"I like getting dominated..."
+			<<set $hostage.fetish = "submissive">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "cumslut">>
+			"I like getting cummed on..."
+			<<set $hostage.fetish = "cumslut">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "humiliation">>
+			"I like being humiliated..."
+			<<set $hostage.fetish = "humiliation">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "buttslut">>
+			"I like getting assfucked..."
+			<<set $hostage.fetish = "buttslut">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "boobs">>
+			"I like big breasts..."
+			<<set $hostage.fetish = "boobs">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "sadist">>
+			"I like hurting people..."
+			<<set $hostage.fetish = "sadist">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "masochist">>
+			"I like getting beaten..."
+			<<set $hostage.fetish = "masochist">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "dom">>
+			"I like getting my way..."
+			<<set $hostage.fetish = "dom">>
+			<<set $hostage.fetishStrength = 10>>
+		<<case "pregnancy">>
+			"I want to get pregnant..."
+			<<set $hostage.fetish = "pregnancy">>
+			<<set $hostage.fetishStrength = 10>>
+		<</switch>>
+		"No need to be shy about it! We'll make sure to
+		<<switch $hostageFetish>>
+		<<case "submissive">>
+			get a big strong man to teach you your place right away."
+		<<case "cumslut">>
+			have plently of cum ready for you."
+		<<case "humiliation">>
+			broadcast your life to the world."
+		<<case "buttslut">>
+			give your ass plenty of attention."
+		<<case "boobs">>
+			get a big pair of fillable implants in you right away."
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+		<<case "sadist">>
+			have a sissy little bitch in reach for you to torment as you please."
+		<<case "masochist">>
+			get a big strong man to teach you your place right away."
+		<<case "dom">>
+			have a sissy little bitch to do whatever you please."
+		<<case "pregnancy">>
+			take you off your birth control, won't be long after that."
+			<<set $hostage.preg = 1>>
+			<<SetPregType $hostage>>
+		<</switch>>
+	<<case "Hedonistic Decadence">>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight = 50>>
+		<<set $hostage.muscles = 25>>
+		<<set $hostage.boobs = 1000>>
+		<<set $hostage.vaginalCount += 1>>
+		<<set $hostage.fetish = "dom">>
+		<<set $hostage.fetishStrength = 10>>
+		crashing into her bed, exhausted from all her exercise. As she massages her sore body, she can't help gasp at the weight she has lost.
 	<<case "Chattel Religionism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -632,7 +735,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.sexualQuirk = "romantic">>
 		<<set $hostage.fetishStrength = 65>>
 		stepping onto a scale and gawking out how much weight she has lost. She flexes, giggling to herself, before picking up a weight.
-	<<case "Physical Idealism">>
+	<<case "Cummunism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
 		<<set $hostage.weight = 50>>
@@ -642,6 +745,43 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.behavioralFlaw = "gluttonous">>
 		<<set $hostage.sexualFlaw = "crude">>
 		getting out of bed and immediately falling to the floor under the weight of her immense <<print $hostage.boobs>>cc breasts. As her meaty body jiggles and a veritable flood of milk escapes her breasts; she calls out, not for help, but for a dick in her to celebrate this occasion.
+	<<case "Physical Idealism">>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight = 75>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.butt = 5>>
+		<<set $hostage.fetishStrength = 65>>
+		<<set $hostage.behavioralFlaw = "gluttonous">>
+		<<set $hostage.sexualFlaw = "crude">>
+		<<set $hostage.vaginalCount += 35>>
+		<<set $hostage.vagina = 3>>
+		giggling and flirting while her body is measured and her weight is taken; 280 tallies adorn her soft belly. "108 Kilos, getting there. Oh don't make that face, there's plenty of food left."
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 21>>
+			<<set $hostage.anus = 3>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+	<<case "Hedonistic Decadence">>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight = 20>>
+		<<set $hostage.muscles = 50>>
+		<<set $hostage.boobs = 700>>
+		<<set $hostage.vaginalCount += 1>>
+		<<set $hostage.behavioralFlaw = "none">>
+		<<set $hostage.sexualFlaw = "none">>
+		<<set $hostage.behavioralQuirk = "fitness">>
+		<<set $hostage.sexualQuirk = "romantic">>
+		<<set $hostage.fetishStrength = 65>>
+		stepping onto a scale and gawking out how much weight she has lost. She flexes, giggling to herself, before picking up a weight.
 	<<case "Chattel Religionism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -843,15 +983,46 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.vaginalCount += 1>>
 		<<set $hostage.fetishStrength = 100>>
 		bench pressing a rather large dumbbell in a strongwoman contest. She is overjoyed when she places first.
-	<<case "Physical Idealism">>
+	<<case "Cummunism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
 		<<set $hostage.weight = 100>>
-		<<set $hostage.boobs += 1000>>
+		<<set $hostage.boobs += 100>>
 		<<set $hostage.butt = 6>>
 		<<set $hostage.fetishStrength = 100>>
 		<<set $hostage.sexualFlaw = "breast growth">>
 		getting her immobilizing <<print $hostage.boobs>>cc breasts, massive ass, and cow-like body massaged by a trio of slim slaves. She is rambling on about how much happier she is with her massive assets then when she was thin like them.
+	<<case "Physical Idealism">>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight = 100>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.butt = 6>>
+		<<set $hostage.fetishStrength = 100>>
+		<<set $hostage.vaginalCount += 40>>
+		<<set $hostage.vagina = 4>>
+		giggling and flirting as her flabby body is groped and fondled while her weight is taken; her stomach is so large you can't make out how many tallies adorn it any longer. "128 Kilos, pretty big now aren't we?"
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 35>>
+			<<set $hostage.anus = 3>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+	<<case "Hedonistic Decadence">>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight = 0>>
+		<<set $hostage.muscles = 75>>
+		<<set $hostage.boobs = 400>>
+		<<set $hostage.vaginalCount += 1>>
+		<<set $hostage.fetishStrength = 100>>
+		bench pressing a rather large dumbbell in a strongwoman contest. She is overjoyed when she places first.
 	<<case "Chattel Religionism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -994,10 +1165,57 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.muscles = 100>>
 		<<set $hostage.vaginalCount += 1>>
 		giving an interview. She gushes over how great it feels being a chiselled goddess and how terrible it is that some people want to keep girls obese, pregnant, milky cows.
-	<<case "Physical Idealism">>
+	<<case "Cummunism">>
 		<<set $hostage.boobs = 24300>>
 		<<set $hostage.weight = 100>>
 		giving an interview. She gushes over how great it feels being so soft and how happy she is to be feeding her people. She continues with how terrible it is that some people want slaves to be hard and sinewy instead of being motherly providers.
+	<<case "Physical Idealism">>
+		<<set $hostage.weight = 150>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.butt = 6>>
+		<<set $hostage.fetishStrength = 100>>
+		<<set $hostage.vaginalCount += 60>>
+		<<set $hostage.vagina = 5>>
+		moaning as she shoves food into her mouth with one hand and fondles her lover's body with the other. "My apologies. I don't have her weight for you this week. You see, she broke the scale when she stepped on it, well I suppose that tells you plenty. Though I have another surprise for you! <<SlaveFullName $hostage>>, would you like to tell'em yourself?" She shouts, spewing crumbs everywhere,
+		<<switch $hostageFetish>>
+		<<case "submissive">>
+			"I haven't orgasmed all week, but I've made sure to bring every one of my lovers to climax! That's what I love most, seeing the look of satisfaction on their faces as they blow their loads deep into me!"
+			<<set $hostage.sexualFlaw = "neglectful">>
+		<<case "cumslut">>
+			"I suck dicks all day and have cum mixed in with my many meals but it still isn't enough! If I could, I'd drink cum till I burst!"
+			<<set $hostage.oralCount += 70>>
+			<<set $hostage.sexualFlaw = "cum addict">>
+		<<case "humiliation">>
+			"I love taking part in orgies and being the center of attention! You can't possible know what it feels like to pleasure fifteen guys at once!"
+			<<set $hostage.sexualFlaw = "attention whore">>
+		<<case "buttslut">>
+			"I love it up the butt! I get assfucked all day long and when I don't have a dick in my rear, I have the biggest dildo we've got rammed up it!"
+			<<set $hostage.analCount += 45>>
+			<<set $hostage.anus = 4>>
+			<<set $hostage.sexualFlaw = "anal addict">>
+		<<case "boobs">>
+			"I love my big boobs and get off watching them get bigger!"
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+			<<set $hostage.sexualFlaw = "breast growth">>
+		<<case "sadist">>
+			"Nothing turns me on more than crushing my lovers' nuts! That or maybe whipping or cutting them... Or anything that makes them bleed..."
+			<<set $hostage.sexualFlaw = "malicious">>
+		<<case "masochist">>
+			"I love just stuffing my face with the fattiest foods around! I'm going to have a heart attack and I can't wait since I am such a disgusting slut and I deserve this!"
+			<<set $hostage.sexualFlaw = "self hating">>
+		<<case "dom">>
+			"Nothing turns me on more than forcing new slaves to service me! I love their reactions as they struggle against me!"
+			<<set $hostage.sexualFlaw = "abusive">>
+		<<case "pregnancy">>
+			"I'm preggers you know! $hostage.preg weeks along now and you know what? I always want to be pregnant! Always!"
+			<<set $hostage.preg++>>
+			<<set $hostage.sexualFlaw = "breeder">>
+		<</switch>>
+	<<case "Hedonistic Decadence">>
+		<<set $hostage.muscles = 100>>
+		<<set $hostage.vaginalCount += 1>>
+		giving an interview. She gushes over how great it feels being a chiselled goddess and how terrible it is that some people want to keep girls obese, slovenly wastes of flesh.
 	<<case "Chattel Religionism">>
 		<<set $hostage.vaginalCount += 1>>
 		giving an interview. She gushes over how great it is to experience all manners of class and culture, both physically and spiritually.
@@ -1012,43 +1230,45 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<set $hostageAnnounced = 0>>
 	<<switch $rivalryFS>>
 	<<case "Racial Subjugationism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her and her lovers someplace far away. Someplace you'll never find them. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her and her lovers someplace far away. Someplace you'll never find them. Bet tha-You end the call.
 	<<case "Racial Supremacism">>
-		Looking for $hostage.slaveName? Too bad, the poor bitch died trying to give birth to her baby. We had lots of room in the clinic too, but slaves like her aren't worth the expenses, you know? I should find some more people you knew, keep our little game goi-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, the poor bitch died trying to give birth to her baby. We had lots of room in the clinic too, but slaves like her aren't worth the expenses, you know? I should find some more people you knew, keep our little game goi-You end the call.
 	<<case "Repopulation Focus">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
 	<<case "Eugenics">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
 	<<case "Gender Radicalism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. I'll miss her, of course, but there is no way I'd let you have her. Bet that piss-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. I'll miss her, of course, but there is no way I'd let you have her. Bet that piss-You end the call.
 	<<case "Gender Fundamentalism">>
-		Looking for $hostage.slaveName? Too bad, she took a dick a little too big for her ass and ruined her sphincter. She's off, someplace far away, recovering. But I'll never tell you where, bet that piss-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, she took a dick a little too big for her ass and ruined her sphincter. She's off, someplace far away, recovering. But I'll never tell you where, bet that piss-You end the call.
 	<<case "Paternalism">>
-		Looking for $hostage.slaveName? Too bad, she got kicked around just a little too much. We had lots of fun with her, before she broke of course... Say, do you have anyone else you love, or even were familiar with? I should acquire them, keep our little game goi-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, she got kicked around just a little too much. We had lots of fun with her, before she broke of course... Say, do you have anyone else you love, or even were familiar with? I should acquire them, keep our little game goi-You end the call.
 	<<case "Degradationism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. I'll miss her, of course, but there is no way I'd let you have her. I'll keep her saf-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. I'll miss her, of course, but there is no way I'd let you have her. I'll keep her saf-You end the call.
 	<<case "Body Purism">>
-		Looking for $hostage.slaveName? Too bad, apparently implants can be too big. Her breasts literally popped, couldn't save her though. Definitely going to miss playing with those balloons. I should hunt down more people you knew, keep our little game goi-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, apparently implants can be too big. Her breasts literally popped, couldn't save her though. Definitely going to miss playing with those balloons. I should hunt down more people you knew, keep our little game goi-You end the call.
 	<<case "Transformation Fetishism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
 	<<case "Youth Preferentialism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her and her lover someplace far away. Someplace you'll never find them. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her and her lover someplace far away. Someplace you'll never find them. Bet tha-You end the call.
 	<<case "Maturity Preferentialism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her and her lover someplace far away. Someplace you'll never find them. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her and her lover someplace far away. Someplace you'll never find them. Bet tha-You end the call.
 	<<case "Slimness Enthusiasm">>
-		Looking for $hostage.slaveName? Too bad, apparently those growth drugs have quite the side effects. Pretty much had cancer everywhere. Definitely going to miss playing with those milkbags, though. I should hunt down more people you knew, keep our little game goi-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, apparently those growth drugs have quite the side effects. Pretty much had cancer everywhere. Definitely going to miss playing with those milkbags, though. I should hunt down more people you knew, keep our little game goi-You end the call.
 	<<case "Asset Expansionism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
 	<<case "Pastoralism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. I'll miss her, of course, but there is no way I'd let you have her. Bet that piss-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. I'll miss her, of course, but there is no way I'd let you have her. Bet that piss-You end the call.
 	<<case "Physical Idealism">>
-		Looking for $hostage.slaveName? Too bad, apparently being that fat isn't good for your heart, who knew? Definitely going to miss playing with those milkbags, though, her milk was really good too. I should hunt down more people you knew, keep our little game goi-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, apparently being that fat isn't good for your heart, who knew? Definitely going to miss playing with those folds; she jiggled so much when I fucked her. I should hunt down more people you knew, fatten them up, keep our little game goi-You end the call.
+	<<case "Hedonistic Decadence">>
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. I'll miss her, of course, but there is no way I'd let you have her. Bet that piss-You end the call.
 	<<case "Chattel Religionism">>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
 	<<case "Multiculturalism">>
-		Looking for $hostage.slaveName? Too bad, she decided to martyr herself for your arcology's salvation. Got fucked till her body gave out. Of course I enjoyed her in her final moments, and don't worry, she died smiling. I should hunt down more people you knew, keep our little game goi-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, she decided to martyr herself for your arcology's salvation. Got fucked till her body gave out. Of course I enjoyed her in her final moments, and don't worry, she died smiling. I should hunt down more people you knew, keep our little game goi-You end the call.
 	<<default>>
-		Looking for $hostage.slaveName? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
+		Looking for <<SlaveFullName $hostage>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on her, so I sent her far away. Someplace you'll never find her. Bet tha-You end the call.
 	<</switch>>
 <<else>>
 <<set $seed = random(0,2)>>
@@ -1610,7 +1830,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.vaginalCount += 1>>
 		performing an impressive clean and jerk, and then giving her owner a high five.
 	<</if>>
-	<<case "Physical Idealism">>
+	<<case "Cummunism">>
 	<<if $rivalryDuration <= 5>>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -1640,6 +1860,122 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<else>>
 		resting atop her mountainous <<print $hostage.boobs>>cc tits, whining about not being allowed to have her assets swollen more and that she isn't being milked.
 	<</if>>
+	<<case "Physical Idealism">>
+	<<if $rivalryDuration <= 5>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 50>>
+		<<set $hostage.vaginalCount += 28>>
+		trying desperately to vomit up all the food forced into her bloated body while being thwarted by a specialized gag. She appears to have gained some weight.
+	<<elseif $rivalryDuration <= 10>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 28>>
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 21>>
+			<<set $hostage.anus = 3>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+		relaxing in her comfy bed carefully exploring her food stuffed belly and new curves. She's certainly getting soft.
+	<<elseif $rivalryDuration <= 15>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 35>>
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 35>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+		relaxing in her comfy bed sucking on her feeding tube. One hand is fondling her plush body while the other is teasing her clit. Her body has become notably plush, made even more obvious when an orgasm sends ripples through her soft flesh.
+	<<elseif $rivalryDuration <= 20>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 40>>
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 35>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+		relaxing in her comfy bed surrounded by mountains of molded slave food. She is eagerly shoving handfuls of the fattening treats into her mouth while simultaneously begging for someone to fill her neglected pussy. She has become quite fat; her body jiggles with every motion.
+	<<else>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 60>>
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 45>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+		relaxing in her comfy bed surrounded by mountains of molded slave food. She is greedily shoving handfuls of the fattening treats into her mouth as fast as she can. She has grown enormously fat and her belly is jiggling oddly. When she repositions herself, you catch sight of a quartet of large vibrating dildos crammed into her stretched cunt.
+	<</if>>
+	<<case "Hedonistic Decadence">>
+	<<if $rivalryDuration <= 5>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		angrily jogging on a treadmill, her fat body and big tits jiggling constantly.
+	<<elseif $rivalryDuration <= 10>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.vaginalCount += 1>>
+		reluctantly doing situps, her plush body struggling to manage.
+	<<elseif $rivalryDuration <= 15>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.vaginalCount += 1>>
+		lifting weights, her soft body barely hides her bulging muscles.
+	<<elseif $rivalryDuration <= 20>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.vaginalCount += 1>>
+		eagerly pumping iron using her lean and powerful body.
+	<<else>>
+		<<set $hostage.vaginalCount += 1>>
+		performing an impressive clean and jerk, and then giving her owner a high five.
+	<</if>>
 	<<case "Chattel Religionism">>
 	<<if $rivalryDuration <= 5>>
 		<<set $hostage.trust -= 5>>
@@ -2275,7 +2611,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.vaginalCount += 1>>
 		massaging body oil into her abs and posing in front of the mirror. She is proud to have gone from a fat cow to a ripped goddess.
 	<</if>>
-	<<case "Physical Idealism">>
+	<<case "Cummunism">>
 	<<if $rivalryDuration <= 5>>
 		<<set $hostage.lactation = 2>>
 		<<set $hostage.trust -= 5>>
@@ -2306,6 +2642,123 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<else>>
 		moans lewdly as a pair of slaves massage her <<print $hostage.boobs>>cc udders, and as a third appears from under her heavy body.
 	<</if>>
+	<<case "Physical Idealism">>
+	<<if $rivalryDuration <= 5>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 50>>
+		<<set $hostage.vaginalCount += 28>>
+		sobbing as she is forcibly raped and broken in.
+	<<elseif $rivalryDuration <= 10>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 28>>
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 21>>
+			<<set $hostage.anus = 3>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+		crying as she rubs her uncomfortably swollen and soft belly as yet another guy fucks her loosening cunt.
+	<<elseif $rivalryDuration <= 15>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 35>>
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 35>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+		humming as she soothes her full belly as she enjoys a good fucking.
+	<<elseif $rivalryDuration <= 20>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 40>>
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+		<<case "buttslut">>
+			<<set $hostage.analCount += 35>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+		<</switch>>
+		happily stuffing her face as another guy fucks her fat body.
+	<<else>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 60>>
+		greedily stuffing her face with slave food as a pair of guys double team her ruined pussy.
+		<<switch $hostageFetish>>
+		<<case "cumslut">>
+			<<set $hostage.oralCount += 70>>
+			Several more encircle her, ready to shower her with cum the moment she climaxes.
+		<<case "buttslut">>
+			<<set $hostage.analCount += 45>>
+			Another struggles to support her weight as he plows her gaping anus.
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+			She takes time between bites to hungrily fondle her <<print $hostage.boobs>>cc tits.
+		<<case "pregnancy">>
+			<<set $hostage.preg++>>
+			She takes time between bites to hungrily fondle her pregnancy.
+		<</switch>>
+	<</if>>
+	<<case "Hedonistic Decadence">>
+	<<if $rivalryDuration <= 5>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		trying to catch her breath and stop her fat body from sweating.
+	<<elseif $rivalryDuration <= 10>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		checking herself out in the mirror, gawking at how much weight she lost.
+	<<elseif $rivalryDuration <= 15>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		pinching her remaining flab and making a disgusted face.
+	<<elseif $rivalryDuration <= 20>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		massaging body oil into her abs and checking herself out in a mirror.
+	<<else>>
+		<<set $hostage.vaginalCount += 1>>
+		massaging body oil into her abs and posing in front of the mirror. She is proud to have gone from a fat cow to a ripped goddess.
+	<</if>>
 	<<case "Chattel Religionism">>
 	<<if $rivalryDuration <= 5>>
 		<<set $hostage.trust -= 5>>
@@ -2940,7 +3393,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.vaginalCount += 1>>
 		running laps around a track, competing with other eagerly competitive slaves to be the best.
 	<</if>>
-	<<case "Physical Idealism">>
+	<<case "Cummunism">>
 	<<if $rivalryDuration <= 5>>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -2970,6 +3423,177 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<else>>
 		moaning loudly as the milkers drain her massive <<print $hostage.boobs>>cc udders.
 	<</if>>
+	<<case "Physical Idealism">>
+	<<if $rivalryDuration <= 5>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 50>>
+		<<set $hostage.vaginalCount += 28>>
+		sobbing as she is forced is experience all manner of pervesion in an effort to reveal her fetishes.
+	<<elseif $rivalryDuration <= 10>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 28>>
+		<<switch $hostageFetish>>
+		<<case "submissive">>
+			struggling to hold back her joy as she is forced to eat out another slave.
+		<<case "cumslut">>
+			struggling to hold back her joy as a hot load spurts across her face.
+			<<set $hostage.oralCount += 70>>
+		<<case "humiliation">>
+			struggling to hold back her joy as she is paraded, naked, through the arcology.
+		<<case "buttslut">>
+			struggling to hold back her joy as her ass is roughly fucked.
+			<<set $hostage.analCount += 21>>
+			<<set $hostage.anus = 1>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+			struggling to hold back her joy as she checks out her new <<print $hostage.boobsImplant>>cc implants.
+		<<case "sadist">>
+			struggling to hold back her joy as she is encouraged to beat a slave that spilled a cup of food on the clean floor.
+		<<case "masochist">>
+			struggling to hold back her joy as her nipples are cruelly pinched and twisted.
+		<<case "dom">>
+			struggling to hold back her joy as she it told to order a waiting slave to do whatever she wants.
+		<<case "pregnancy">>
+			struggling to hold back her joy as another huge load shoots into her fertile womb.
+			<<set $hostage.preg++>>
+		<</switch>>
+	<<elseif $rivalryDuration <= 15>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 35>>
+		<<switch $hostageFetish>>
+		<<case "submissive">>
+			begging her master-slave to permit her to service her dick.
+		<<case "cumslut">>
+			happily sucking a dick a swallowing every last drop of cum.
+			<<set $hostage.oralCount += 70>>
+		<<case "humiliation">>
+			walking along her master in a figure revealing pair of tight pants and tube top. The pair of vibrators on her nipples and the huge dildo in her cunt are obvious through the taut material.
+		<<case "buttslut">>
+			happily taking a huge dick in her ass while wishing it was even bigger.
+			<<set $hostage.analCount += 35>>
+			<<set $hostage.anus = 3>>
+		<<case "boobs">>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+			happily teasing a dick between her new <<print $hostage.boobsImplant>>cc implants.
+		<<case "sadist">>
+			happily tormenting a sissy slave's limp dick as she rails her with a strap-on.
+		<<case "masochist">>
+			struggling to smile while being strangled during sex.
+		<<case "dom">>
+			forcing her sissy slave to feed her her favorite foods while hoping she makes a mistake so she may be punished.
+		<<case "pregnancy">>
+			humming softly as she carresses her early pregnancy.
+			<<set $hostage.preg++>>
+		<</switch>>
+	<<elseif $rivalryDuration <= 20>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 40>>
+		<<switch $hostageFetish>>
+		<<case "submissive">>
+			desperately begging for her master-slave to tear her out of her clothes and rape her on the spot.
+		<<case "cumslut">>
+			desperately begging for the owner of the dick being waved in her face to shower her with cum.
+			<<set $hostage.oralCount += 70>>
+		<<case "humiliation">>
+			standing on a balcony fully nude shouting at passersby to oggle her, desperate for stronger forms of humiliation.
+		<<case "buttslut">>
+			begging for more cocks in her ass as the two men already penetrating it struggle to not get too intimate with each other.
+			<<set $hostage.analCount += 35>>
+			<<set $hostage.anus = 4>>
+		<<case "boobs">>
+			groping her already huge <<print $hostage.boobsImplant>>cc breasts and begging for them to be even bigger.
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "sadist">>
+			cumming hard as the slave mounting her writhes in pain at her torment.
+		<<case "masochist">>
+			cumming hard as she is beaten during sex.
+		<<case "dom">>
+			sitting on a slave that displeased her and forcing the struggling girl to eat her out.
+		<<case "pregnancy">>
+			puffing out her already large belly pretending to be even more pregnant than she already is.
+			<<set $hostage.preg++>>
+		<</switch>>
+	<<else>>
+		<<set $hostage.weight += 5>>
+		<<set $hostage.boobs += 100>>
+		<<set $hostage.vaginalCount += 60>>
+		<<switch $hostageFetish>>
+		<<case "submissive">>
+			going out of her way to bring her partner to orgasm with no interest in her own.
+		<<case "cumslut">>
+			greedily sucking cocks, desperate to fill herself with cum.
+			<<set $hostage.oralCount += 70>>
+		<<case "humiliation">>
+			in the center of a gangbang she started in the middle of one of the arcology's shopping malls.
+		<<case "buttslut">>
+			desperatly trying to shove a fifth dildo into her asshole and becoming distraut when it doesn't fit.
+			<<set $hostage.analCount += 45>>
+			<<set $hostage.anus = 4>>
+		<<case "boobs">>
+			crying with joy after her breasts ruined a shirst she was just able to fit into that morning.
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.boobsImplant += 100>>
+		<<case "sadist">>
+			laughing maniacally as she beats a slave viciously as she rides her. She keeps going even after the poor girl's dick breaks from penetrating her at a bad angle.
+		<<case "masochist">>
+			going out of her way to find the most undesirable men in the arcology to offer herself to.
+		<<case "dom">>
+			mercilessly beating the unfortunate slave servicing her as punishment for knocking over her tray of snacks.
+		<<case "pregnancy">>
+			deliriously crying for her current lover to pump more children into her pregnant womb.
+			<<set $hostage.preg++>>
+		<</switch>>
+	<</if>>
+	<<case "Hedonistic Decadence">>
+	<<if $rivalryDuration <= 5>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		struggling to run her overweight body around a track.
+	<<elseif $rivalryDuration <= 10>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.vaginalCount += 1>>
+		attempting to run a lap around the track despite her overweight body.
+	<<elseif $rivalryDuration <= 15>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.fetishStrength += 5>>
+		<<set $hostage.vaginalCount += 1>>
+		running laps around the track to burn off her excess bodyfat.
+	<<elseif $rivalryDuration <= 20>>
+		<<set $hostage.trust -= 5>>
+		<<set $hostage.devotion -= 5>>
+		<<set $hostage.weight -= 5>>
+		<<set $hostage.muscles += 5>>
+		<<set $hostage.vaginalCount += 1>>
+		eagerly running laps around a track, showing off her thin and fit body.
+	<<else>>
+		<<set $hostage.vaginalCount += 1>>
+		running laps around a track, competing with other eagerly competitive slaves to be the best.
+	<</if>>
 	<<case "Chattel Religionism">>
 	<<if $rivalryDuration <= 5>>
 		<<set $hostage.trust -= 5>>
@@ -3156,10 +3780,11 @@ You remind yourself that success in this conflict will not be defined by the tra
 	<<case "Maturity Preferentialism">>Epheb
 	<<case "Slimness Enthusiasm">>Grower
 	<<case "Asset Expansionism">>Epheb
-	<<case "Pastoralism">>Farmer
-	<<case "Physical Idealism">>Gym Rat
-	<<case "Chattel Religionism">>Prophet
-	<<case "Multiculturalism">>Cultural Marxist
+	<<case "Pastoralism">>Gym Rat
+	<<case "Physical Idealism">>Feeder
+	<<case "Hedonistic Decadence">>Gym Rat
+	<<case "Chattel Religionism">>Cultural Marxist
+	<<case "Multiculturalism">>Prophet
 	<<default>>Target One
 	<</switch>>
 	EKIA. Confirm, E. K. I. A. No other casualties, team exfiltrating."
diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw
index d705e325dc213e9d69da61e3c65607a151c72c23..b28699e70a5aaf2e391300859e299a743b93db1c 100644
--- a/src/uncategorized/pRivalryHostage.tw
+++ b/src/uncategorized/pRivalryHostage.tw
@@ -32,6 +32,7 @@
 <<if $arcologies[0].FSSupremacistRace != 0>><<set $activeSlave.race = $arcologies[0].FSSupremacistRace>><</if>>
 <<NationalityToName $activeSlave>>
 <<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.slaveSurname = $activeSlave.birthSurname>>
 
 <<set $activeSlave.actualAge = Number($activeSlave.actualAge) || 18>>
 <<set $activeSlave.devotion = Number($activeSlave.devotion) || 0>>
@@ -232,6 +233,8 @@ but you do remember her, and your rival knows it. This is obviously the best the
 	your most flatulent cowgirls,
 <<case "Physical Idealism">>
 	your sweaty, spandexed throwback collection,
+<<case "Hedonistic Decadence">>
+	your greasy, flatulent mounds of fat,
 <<case "Chattel Religionism">>
 	your afternoon prayer meeting,
 <<case "Multiculturalism">>
@@ -252,56 +255,66 @@ but you do remember her, and your rival knows it. This is obviously the best the
 but look what I have here! I just acquired her recently. Lovely, isn't she? I know she wasn't important to you, but she //is// a reminder of who you were. I think she must have been your type." Your rival turns to the slave and continues. "While we have our little war,
 <<switch $rivalryFS>>
 <<case "Racial Subjugationism">>
-	I'm going to treat her well. Train her. She's a fine Head Girl prospect, don't you think? She'll have lots of nice $arcologies[0].FSSubjugationistRace girls to make love to whenever she wants. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	I'm going to treat her well. Train her. She's a fine Head Girl prospect, don't you think? She'll have lots of nice $arcologies[0].FSSubjugationistRace girls to make love to whenever she wants. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<case "Racial Supremacism">>
-	I'm going to destroy her. She's got a whipping post with her name on it, right between a couple of $arcologies[0].FSSupremacist bitches. Isn't that right, $activeSlave.slaveName?" The slave begins to scream, and the noise goes on and on as the slave is tied up and scourged.
+	I'm going to destroy her. She's got a whipping post with her name on it, right between a couple of $arcologies[0].FSSupremacist bitches. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave begins to scream, and the noise goes on and on as the slave is tied up and scourged.
 <<case "Gender Radicalism">>
 	I'm going to treat her well. Train her. Teach her her proper role in society, and make her happy here. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
 <<case "Gender Fundamentalism">>
-	She's going to be my special pet. She'll have everything she could ever want, as long as she has a dick up her ass. Isn't that right, $activeSlave.slaveName?" The slave nods hesitantly, but with evident arousal.
+	She's going to be my special pet. She'll have everything she could ever want, as long as she has a dick up her ass. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods hesitantly, but with evident arousal.
 <<case "Paternalism">>
-	I'm going to destroy her. Holes first, of course. I'll have to get more inventive after that, and I'll leave her vocal cords for last. That way, she'll be able to beg. Isn't that right, $activeSlave.slaveName?" The slave begins to scream, and the noise goes on and on. And on.
+	I'm going to destroy her. Holes first, of course. I'll have to get more inventive after that, and I'll leave her vocal cords for last. That way, she'll be able to beg. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave begins to scream, and the noise goes on and on. And on.
 <<case "Repulation Focus">>
 	I'm going to ruin her womb, making sure she can never have children again. I bet you spent lots of nights fantasizing about her with a huge belly didn't you?
-	<<set $activeSlave.preg to -3>>
+	<<set $activeSlave.preg = -3>>
 <<case "Eugenics">>
 	<<if $seeHyperPreg == 1>>
-		I'm going to have her knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill her with the most powerful experimental fertility drugs out there. She'll have so many children shoved into her poor womb she'll be bursting at the seams. But she'll enjoy that, won't you $activeSlave.slaveName?" The slave nods hesitantly, but with evident arousal.
+		I'm going to have her knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill her with the most powerful experimental fertility drugs out there. She'll have so many children shoved into her poor womb she'll be bursting at the seams. But she'll enjoy that, won't you <<SlaveFullName $activeSlave>>?" The slave nods hesitantly, but with evident arousal.
 	<<else>>
-		I'm going to have her knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill her with the most powerful fertility drugs I can get. Her poor little womb will be stretched to the limit with society's worst. But she'll enjoy that, won't you $activeSlave.slaveName?" The slave nods hesitantly, but with evident arousal.
+		I'm going to have her knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill her with the most powerful fertility drugs I can get. Her poor little womb will be stretched to the limit with society's worst. But she'll enjoy that, won't you <<SlaveFullName $activeSlave>>?" The slave nods hesitantly, but with evident arousal.
 	<</if>>
 <<case "Degradationism">>
-	She's going to be my lover. She'll have everything she could ever want, and I'll be sure to let her know all about what you do to your slaves. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	She's going to be my lover. She'll have everything she could ever want, and I'll be sure to let her know all about what you do to your slaves. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<case "Body Purism">>
-	I'm going to give her a nice pair of fake tits. No reason to be excessively clever when I can just make her tits so huge she won't be able to walk. Isn't that right, $activeSlave.slaveName?" The slave begins to sob.
+	I'm going to give her a nice pair of fake tits. No reason to be excessively clever when I can just make her tits so huge she won't be able to walk. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave begins to sob.
 	<<set $activeSlave.boobs = 300>>
 <<case "Transformation Fetishism">>
-	She's going to be my lover. I'll be sure to let her know all about what you do to your slaves, and rest assured, I'll never treat her that way. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	She's going to be my lover. I'll be sure to let her know all about what you do to your slaves, and rest assured, I'll never treat her that way. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<case "Youth Preferentialism">>
-	I've set her up with a nice motherly woman already. I believe they'll be a perfect match. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	I've set her up with a nice motherly woman already. I believe they'll be a perfect match. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<case "Maturity Preferentialism">>
-	I've set her up with a nice young girl already.  I believe they'll be a perfect match. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	I've set her up with a nice young girl already.  I believe they'll be a perfect match. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<case "Slimness Enthusiasm">>
-	I think I'll make her IV line permanent. After all, she's never going off breast growth hormones. I'd estimate she shouldn't be able to walk within a month. Isn't that right, $activeSlave.slaveName?" The slave begins to sob.
+	I think I'll make her IV line permanent. After all, she's never going off breast growth hormones. I'd estimate she shouldn't be able to walk within a month. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave begins to sob.
 	<<set $activeSlave.weight = -20>>
 	<<set $activeSlave.boobs = 800>>
 <<case "Asset Expansionism">>
-	She's going to be my lover. I'll be sure to let her know all about what you do to your slaves, and rest assured, I'll never give her growth hormones, not one single dose. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	She's going to be my lover. I'll be sure to let her know all about what you do to your slaves, and rest assured, I'll never give her growth hormones, not one single dose. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<case "Pastoralism">>
-	She's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting cows. Isn't that right, $activeSlave.slaveName?"  The slave nods uncertainly.
+	She's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting cows. Isn't that right, <<SlaveFullName $activeSlave>>?"  The slave nods uncertainly.
 	<<set $activeSlave.weight = 100>>
 	<<set $activeSlave.muscles = 0>>
 	<<set $activeSlave.boobs = 1200>>
-<<case "Physical Idealism">>
-	She's going to be my personal milk dispenser. I shouldn't have to chain her to my desk after the first month, since her udders will pin her in place. Isn't that right, $activeSlave.slaveName?" The slave begins to sob.
+<<case "Cummunism">>
+	She's going to be my personal milk dispenser. I shouldn't have to chain her to my desk after the first month, since her udders will pin her in place. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave begins to sob.
 	<<set $activeSlave.boobs = 800>>
 	<<set $activeSlave.weight = -20>>
+<<case "Physical Idealism">>
+	She's going to learn to enjoy youself. I'm going to force her face full of food, her cunt full of dicks and discover her deepest, darkest desires. Wouldn't you like that, <<SlaveFullName $activeSlave>>?" The slave begins to sob. To start, how about a weigh in? Sixty three and a half kilograms, such a pity, but don't worry, I'll have her nice and plump soon enough.
+	<<set $activeSlave.boobs = 200>>
+	<<set $activeSlave.butt = 1>>
+	<<set $activeSlave.weight = -20>>
+<<case "Hedonistic Decadence">>
+	She's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting obese slobs. Isn't that right, <<SlaveFullName $activeSlave>>?"  The slave nods uncertainly.
+	<<set $activeSlave.weight = 100>>
+	<<set $activeSlave.muscles = 0>>
+	<<set $activeSlave.boobs = 1200>>
 <<case "Chattel Religionism">>
-	She's going to be the perfect courtesan. No preaching, no praying, just good, clean sex for money. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	She's going to be the perfect courtesan. No preaching, no praying, just good, clean sex for money. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<case "Multiculturalism">>
-	She's going to be the ideal holy whore. Thousands of citizens are going to find rapture inside her. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	She's going to be the ideal holy whore. Thousands of citizens are going to find rapture inside her. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <<default>>
-	She's shaping up to be a good slave. I'm keeping her informed of your revisionist nonsense, and what your slaves suffer because of it. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	She's shaping up to be a good slave. I'm keeping her informed of your revisionist nonsense, and what your slaves suffer because of it. Isn't that right, <<SlaveFullName $activeSlave>>?" The slave nods uncertainly.
 <</switch>>
 
 <<set $activeSlave.trust = 0>>
diff --git a/src/uncategorized/pRivalryVictory.tw b/src/uncategorized/pRivalryVictory.tw
index ddea1c67049eeae2f093cdd9ef1365d0f4349ff7..bf0ba9144606553612e5dfbe674d4717b3f4518e 100644
--- a/src/uncategorized/pRivalryVictory.tw
+++ b/src/uncategorized/pRivalryVictory.tw
@@ -435,7 +435,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 		<<set $activeSlave.lips = 35>>
 		<<set $activeSlave.butt = either(6, 7, 8)>>
 		<<set $activeSlave.boobs = 10000>>
-		<<set $activeSlave.weight = 100>>
+		<<set $activeSlave.weight = random(100,160)>>
 		<<set $activeSlave.nipples = "huge">>
 		<<set $activeSlave.lactation = 2>>
 		<<set $activeSlave.anus = 1>>
diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 96e9d22c09baaf266701719097fef59d0ccd8fc4..085793ad2fb8ed8148ce8df3cc9ce77a8b7a2419 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -6,7 +6,7 @@
 <</nobr>>\
 \
 ''__Slave Wardrobe__''
-//The room containing all the clothes and accessories you have available to dress your slaves in, as well as the supplies and tools your tailor needs to resize them to better fit your slaves.  Several mirrors are set up for a slave to try on outfits should she be allowed to dress herself.  The selection includes <<if ($cheatMode == 1) || (($clothesBoughtBunny == 1 || $arcologies[0].FSGenderFundamentalist != "unset") && ($clothesBoughtChains == 1 || $arcologies[0].FSDegradationist != "unset") && ($clothesBoughtConservative == 1 || $arcologies[0].FSPaternalist != "unset") && ($clothesBoughtWestern == 1 || $arcologies[0].FSPastoralist != "unset") && ($clothesBoughtOil == 1 || $arcologies[0].FSPhysicalIdealist != "unset") && ($clothesBoughtHabit == 1 || $arcologies[0].FSChattelReligionist != "unset") && ($clothesBoughtToga == 1 || $arcologies[0].FSRomanRevivalist != "unset") && ($clothesBoughtHuipil == 1 || $arcologies[0].FSAztecRevivalist != "unset") && ($clothesBoughtKimono == 1 || $arcologies[0].FSEdoRevivalist != "unset") && ($clothesBoughtHarem == 1 || $arcologies[0].FSArabianRevivalist != "unset") && ($clothesBoughtQipao == 1 || $arcologies[0].FSChineseRevivalist != "unset") && ($clothesBoughtEgypt == 1 || $arcologies[0].FSEgyptianRevivalist != "unset") && ($clothesBoughtMaternityDress == 1 || $arcologies[0].FSRepopulationFocus != "unset") && ($clothesBoughtMaternityLingerie == 1 || $arcologies[0].FSRepopulationFocus != "unset") && ($clothesBoughtBelly == 1 || $arcologies[0].FSRepopulationFocus != "unset"))>>outfits from all manner of cultures and societies, not a single style eludes you.<<else>>many styles of clothing ranging from exciting to mundane and sexy to practical.<</if>><<if $toysBoughtDildos == 1 && $toysBoughtGags == 1 && $toysBoughtButtPlugs == 1>> Sex toys of all kinds and shapes line the shelves.<<elseif $toysBoughtDildos == 1 || $toysBoughtGags == 1 || $toysBoughtButtPlugs == 1>> Some sex toys line the shelves.<</if>><<if $enema == 1>> A number of drums of specially formulated water for use in enemas line one of the walls.<</if>><<if $medicalEnema == 1>> Alongside them, multiple drums of mixtures for use in medical enemas.<</if>>//
+//The room containing all the clothes and accessories you have available to dress your slaves in, as well as the supplies and tools your tailor needs to resize them to better fit your slaves.  Several mirrors are set up for a slave to try on outfits should she be allowed to dress herself.  The selection includes <<if ($cheatMode == 1) || (($clothesBoughtBunny == 1 || $arcologies[0].FSGenderFundamentalist != "unset") && ($clothesBoughtChains == 1 || $arcologies[0].FSDegradationist != "unset") && ($clothesBoughtConservative == 1 || $arcologies[0].FSPaternalist != "unset") && ($clothesBoughtWestern == 1 || $arcologies[0].FSPastoralist != "unset") && ($clothesBoughtOil == 1 || $arcologies[0].FSPhysicalIdealist != "unset") && ($clothesBoughtHabit == 1 || $arcologies[0].FSChattelReligionist != "unset") && ($clothesBoughtToga == 1 || $arcologies[0].FSRomanRevivalist != "unset") && ($clothesBoughtHuipil == 1 || $arcologies[0].FSAztecRevivalist != "unset") && ($clothesBoughtKimono == 1 || $arcologies[0].FSEdoRevivalist != "unset") && ($clothesBoughtHarem == 1 || $arcologies[0].FSArabianRevivalist != "unset") && ($clothesBoughtQipao == 1 || $arcologies[0].FSChineseRevivalist != "unset") && ($clothesBoughtEgypt == 1 || $arcologies[0].FSEgyptianRevivalist != "unset") && ($clothesBoughtMaternityDress == 1 || $arcologies[0].FSRepopulationFocus != "unset") && ($clothesBoughtMaternityLingerie == 1 || $arcologies[0].FSRepopulationFocus != "unset") && ($clothesBoughtBelly == 1 || $arcologies[0].FSRepopulationFocus != "unset") && ($clothesBoughtLazy == 1 || $arcologies[0].FSHedonisticDecadence != "unset"))>>outfits from all manner of cultures and societies, not a single style eludes you.<<else>>many styles of clothing ranging from exciting to mundane and sexy to practical.<</if>><<if $toysBoughtDildos == 1 && $toysBoughtGags == 1 && $toysBoughtButtPlugs == 1>> Sex toys of all kinds and shapes line the shelves.<<elseif $toysBoughtDildos == 1 || $toysBoughtGags == 1 || $toysBoughtButtPlugs == 1>> Some sex toys line the shelves.<</if>><<if $enema == 1>> A number of drums of specially formulated water for use in enemas line one of the walls.<</if>><<if $medicalEnema == 1>> Alongside them, multiple drums of mixtures for use in medical enemas.<</if>>//
 <br>
 <<nobr>>
 <<if $clothesBoughtBunny == 0 && $arcologies[0].FSGenderFundamentalist == "unset" && $cheatMode == 0>>
@@ -43,6 +43,13 @@
 <</if>>
 <</nobr>>
 <<nobr>>
+<<if $clothesBoughtLazy == 0 && $arcologies[0].FSHedonisticDecadence == "unset" && $cheatMode == 0>>
+	[[Order a shipment of comfortable, rather stretchy, clothes|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtLazy = 1]]
+	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+<<else>>You are well stocked with various body oils.
+<</if>>
+<</nobr>>
+<<nobr>>
 <<if $clothesBoughtHabit == 0 && $arcologies[0].FSChattelReligionist == "unset" && $cheatMode == 0>>
 	[[Order a shipment of chattel habits|Wardrobe][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clothesBoughtHabit = 1]]
 	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index ceb7783434231e3d86889b1a0b8ead7a2e8e9420..65f071021d2efb651a858655d310397a7d53c35a 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -558,6 +558,24 @@
 		<<else>>
 			dress is low cut and ends just above $possessive nipples.
 		<</if>>
+	<<case ""Sweatpants and a crop-top"">>
+		<<if $activeSlave.boobs > 20000>>
+			$activeSlave.slaveName is wearing a massively oversized custom crop-top designed to handle $possessive monumental tits. Even so, it's stretched taut just struggling to cover $possessive nipples, causing acres of breast flesh to spill out from under and above it.
+		<<elseif $activeSlave.boobs > 10000>>
+			$activeSlave.slaveName's oversized crop-top struggles to contain even half of $possessive immense breasts leaving plenty of underboob visible alongside with $possessive cleavage. Every motion risks a nipple popping free.
+		<<elseif $activeSlave.boobs > 8000>>
+			$activeSlave.slaveName's oversized crop-top struggles to contain $possessive enormous breasts leaving plenty of underboob visible alongside with $possessive cleavage.
+		<<elseif $activeSlave.boobs > 4000>>
+			$activeSlave.slaveName has swapped up to the largest crop-top available. Even so, it barely covers them and creates plenty of cleavage.
+		<<elseif $activeSlave.boobs > 2000>>
+			$activeSlave.slaveName's crop-top struggles to contain $possessive huge breasts leaving plenty of underboob visible alongside with $possessive cleavage.
+		<<elseif $activeSlave.boobs > 800>>
+			$activeSlave.slaveName's crop-top tightly hugs $possessive big breasts creating plenty of cleavage.
+		<<elseif $activeSlave.boobs < 300>>
+			$activeSlave.slaveName's crop-top tightly clings to $possessive flat chest.
+		<<else>>
+			$activeSlave.slaveName's crop-top tightly hugs $possessive breasts.
+		<</if>>
 	<<case "harem gauze">>
 		$activeSlave.slaveName's harem girl outfit
 		<<if $activeSlave.boobs > 800>>