diff --git a/.eslintrc.json b/.eslintrc.json
index 61718141ee6d319c12643ab4ead29002d66cdc1a..e1da5b6b54dae2603f3712c17f42f22958de893b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,9 +5,10 @@
 		"es6": true,
 		"jquery": true
 	},
-	"extends": "eslint:recommended",
+	"extends": ["eslint:recommended"],
 	"plugins": [
-		"jsdoc"
+		"jsdoc",
+		"sonarjs"
 	],
 	"globals": {
 		"SugarCube": false,
@@ -115,6 +116,13 @@
 		"jsdoc/require-returns-check": 1,
 		"jsdoc/require-returns-description": 0,
 		"jsdoc/require-returns-type": 1,
-		"jsdoc/valid-types": 1
+		"jsdoc/valid-types": 1,
+		"sonarjs/no-all-duplicated-branches": "error",
+		"sonarjs/no-element-overwrite": "error",
+		"sonarjs/no-extra-arguments": "error",
+		"sonarjs/no-identical-conditions": "error",
+		"sonarjs/no-identical-expressions": "error",
+		"sonarjs/no-one-iteration-loop": "error",
+		"sonarjs/no-use-of-empty-return-value": "error"
 	}
 }
diff --git a/devTools/types/FC/RA.d.ts b/devTools/types/FC/RA.d.ts
index 5c95e44014278d3fec55761d202ae063b181db14..05fa0941fab121102720688058bb7b1919f8e84f 100644
--- a/devTools/types/FC/RA.d.ts
+++ b/devTools/types/FC/RA.d.ts
@@ -66,7 +66,7 @@ declare namespace FC {
 			releaseRules: RuleReleaseSetters;
 			lactationRules: WithNone<"induce" | "maintain"> | null;
 			mobilityRules: Rules.Mobility;
-			restRules: string;
+			restRules: FC.Rules.Rest;
 			toyHole: FC.ToyHole;
 			clitSetting: SmartPiercingSetting;
 			clitSettingXY: number;
@@ -110,18 +110,18 @@ declare namespace FC {
 			pubicHStyle: string;
 			nipplesPiercing: FC.PiercingType;
 			areolaePiercing: FC.PiercingType;
-			clitPiercing: number;
+			clitPiercing: FC.ClitoralPiercingType;
 			vaginaLube: number;
 			vaginaPiercing: FC.PiercingType;
-			dickPiercing: number;
+			dickPiercing: FC.PiercingType;
 			anusPiercing: FC.PiercingType;
-			lipsPiercing: number;
+			lipsPiercing: FC.PiercingType;
 			tonguePiercing: FC.PiercingType;
 			earPiercing: FC.PiercingType;
 			nosePiercing: FC.PiercingType;
 			eyebrowPiercing: FC.PiercingType;
 			navelPiercing: FC.PiercingType;
-			corsetPiercing: number;
+			corsetPiercing: FC.PiercingType;
 			boobsTat: string | number;
 			buttTat: string | number;
 			vaginaTat: string | number;
@@ -168,7 +168,7 @@ declare namespace FC {
 			surgery: RuleSurgerySettings;
 			underArmHColor: string;
 			underArmHStyle: string;
-			drug: string;
+			drug: FC.Drug;
 			eyes: string;
 			pregSpeed: string;
 			bellyImplantVol: number;
diff --git a/devTools/types/FC/SecExp.d.ts b/devTools/types/FC/SecExp.d.ts
index 145b963d8a541fb485f52782ab9817544eb641a5..444ae2beefd7014d842b8d3197bb43cc90894279 100644
--- a/devTools/types/FC/SecExp.d.ts
+++ b/devTools/types/FC/SecExp.d.ts
@@ -22,5 +22,8 @@ declare namespace FC {
 			SF: number,
 			commissars: number
 		}
+
+		type PlayerHumanUnitType = "bots" | "citizens" | "mercenary" | "slave";
+		type EnemyUnitType = "raiders" | "free city" | "old world" | "freedom fighters";
 	}
 }
diff --git a/devTools/types/FC/arcology.d.ts b/devTools/types/FC/arcology.d.ts
index 14edfb60253542fe0b5ee5cf5261cd5b2ff5f77e..a28aece4d3a46e0384a7c935acd8616053915d4c 100644
--- a/devTools/types/FC/arcology.d.ts
+++ b/devTools/types/FC/arcology.d.ts
@@ -1,17 +1,42 @@
 declare namespace FC {
-	type FutureSociety = "FSArabianRevivalist" | "FSAztecRevivalist" | "FSChattelReligionist" | "FSChineseRevivalist" | "FSNeoImperialist"
-		| "FSEdoRevivalist" | "FSEgyptianRevivalist" | "FSRomanRevivalist"
-		| "FSAssetExpansionist" | "FSTransformationFetishist" | "FSBodyPurist"
-		| "FSPaternalist" | "FSDegradationist"
-		| "FSGenderFundamentalist" | "FSGenderRadicalist"
-		| "FSPhysicalIdealist" | "FSSlimnessEnthusiast" | "FSHedonisticDecadence"
-		| "FSSlaveProfessionalism" | "FSIntellectualDependency"
-		| "FSMaturityPreferentialist" | "FSYouthPreferentialist"
-		| "FSPastoralist"
-		| "FSPetiteAdmiration" | "FSStatuesqueGlorification"
-		| "FSRepopulationFocus" | "FSRestart"
-		| "FSSubjugationist" | "FSSupremacist"
-		| "FSCummunism" | "FSIncestFetishist" | "FSNull";
+	interface FutureSocietyIdMap {
+		FSSupremacist: {noun: "Racial Supremacism", adj: "Supremacist"};
+		FSSubjugationist: {noun: "Racial Subjugationism", adj: "Subjugationist"};
+		FSGenderRadicalist: {noun: "Gender Radicalism", adj: "Gender Radicalist"};
+		FSGenderFundamentalist: {noun: "Gender Fundamentalism", adj: "Gender Fundamentalist"};
+		FSDegradationist: {noun: "Degradationism", adj: "Degradationist"};
+		FSPaternalist: {noun: "Paternalism", adj: "Paternalist"};
+		FSBodyPurist: {noun: "Body Purism", adj: "Body Purist"};
+		FSTransformationFetishist: {noun: "Transformation Fetishism", adj: "Transformation Fetishist"};
+		FSYouthPreferentialist: {noun: "Youth Preferentialism", adj: "Youth Preferentialist"};
+		FSMaturityPreferentialist: {noun: "Maturity Preferentialism", adj: "Maturity Preferentialist"};
+		FSSlimnessEnthusiast: {noun: "Slimness Enthusiasm", adj: "Slimness Enthusiast"};
+		FSAssetExpansionist: {noun: "Asset Expansionism", adj: "Asset Expansionist"};
+		FSPastoralist: {noun: "Pastoralism", adj: "Pastoralist"};
+		FSCummunism: {noun: "Cummunism", adj: "Cummunist"};
+		FSPhysicalIdealist: {noun: "Physical Idealism", adj: "Physical Idealist"};
+		FSHedonisticDecadence: {noun: "Decadent Hedonism", adj: "Decadent Hedonist"};
+		FSChattelReligionist: {noun: "Chattel Religionism", adj: "Chattel Religionist"};
+		FSNull: {noun: "Multiculturalism", adj: "Multiculturalist"};
+		FSIncestFetishist: {noun: "Incest Fetishism", adj: "Incest Fetishist"};
+		FSRomanRevivalist: {noun: "Roman Revivalism", adj: "Roman Revivalist"};
+		FSNeoImperialist: {noun: "Neo-Imperialism", adj: "Neo-Imperialist"};
+		FSEgyptianRevivalist: {noun: "Egyptian Revivalism", adj: "Egyptian Revivalist"};
+		FSEdoRevivalist: {noun: "Edo Revivalism", adj: "Edo Revivalist"};
+		FSArabianRevivalist: {noun: "Arabian Revivalism", adj: "Arabian Revivalist"};
+		FSChineseRevivalist: {noun: "Chinese Revivalism", adj: "Chinese Revivalist"};
+		FSAztecRevivalist: {noun: "Aztec Revivalism", adj: "Aztec Revivalist"};
+		FSRepopulationFocus: {noun: "Repopulation Focus", adj: "Repopulationist"};
+		FSRestart: {noun: "Eugenics", adj: "Eugenics"};
+		FSIntellectualDependency: {noun: "Intellectual Dependency", adj: "Intellectual Dependency"};
+		FSSlaveProfessionalism: {noun: "Slave Professionalism", adj: "Slave Professional"};
+		FSPetiteAdmiration: {noun: "Petite Admiration", adj: "Petite Admiration"};
+		FSStatuesqueGlorification: {noun: "Statuesque Glorification", adj: "Statuesque Glorification"};
+	}
+
+	type FutureSociety = keyof FutureSocietyIdMap;
+	type FutureSocietyNoun = FutureSocietyIdMap[keyof FutureSocietyIdMap]["noun"];
+	type FutureSocietyAdj = FutureSocietyIdMap[keyof FutureSocietyIdMap]["adj"];
 
 	type FSPolicyValue = number | "unset";
 
diff --git a/devTools/types/FC/common.d.ts b/devTools/types/FC/common.d.ts
index aaa29fa7f206dfebdbf98464ccd8103fa07cd1d4..e3344ffcc82f622e134234715bb72fe2eab9d790 100644
--- a/devTools/types/FC/common.d.ts
+++ b/devTools/types/FC/common.d.ts
@@ -12,3 +12,9 @@ declare namespace FC {
 
 	type Zeroable<T> = T | NoObject;
 }
+
+type WidenLiterals<T> =
+  T extends boolean ? boolean :
+  T extends string ? string :
+  T extends number ? number :
+  T;
diff --git a/devTools/types/FC/desc.d.ts b/devTools/types/FC/desc.d.ts
index c98a1e3ec8e7d62fd9faf64d2ba3350f6908fb3a..f6c660b3e9d1e8661ac847cdc492f2d2f60f48e5 100644
--- a/devTools/types/FC/desc.d.ts
+++ b/devTools/types/FC/desc.d.ts
@@ -7,7 +7,7 @@ declare namespace FC {
 			 */
 			market?: Zeroable<string>;
 			eventDescription?: boolean;
-			prisonCrime?: boolean;
+			prisonCrime?: string;
 			noArt?: boolean;
 		}
 	}
diff --git a/devTools/types/FC/gameState.d.ts b/devTools/types/FC/gameState.d.ts
index d8623d645d13a8e42e22c7e867d8dfe3ac7a3664..4cbcd1c81670c5883e8e000bfd1afe575ecefa91 100644
--- a/devTools/types/FC/gameState.d.ts
+++ b/devTools/types/FC/gameState.d.ts
@@ -116,7 +116,7 @@ declare namespace FC {
 	}
 
 	/**
-	 * These variabels shall not be in the game state and there is a hope they will be exterminated in the future
+	 * These variables shall not be in the game state and there is a hope they will be exterminated in the future
 	 */
 	interface TemporaryVariablesInTheGameState {
 		gameover?: string;
@@ -183,6 +183,7 @@ declare namespace FC {
 		relation: number;
 
 		heroSlaves: SlaveTemplate[];
+		HGTastes?: number;
 
 		//#region FCTV
 		usedRemote: Bool;
diff --git a/devTools/types/FC/human.d.ts b/devTools/types/FC/human.d.ts
index 775c8bc1b85bb0257881b95c2ecd378373c604f0..de40469ed2643741637fd4bfeb3e3518352d726a 100644
--- a/devTools/types/FC/human.d.ts
+++ b/devTools/types/FC/human.d.ts
@@ -30,9 +30,15 @@ declare global {
 				NORMAL: 'normal';
 				SPARE: 'spare';
 			}
-		}
-
 
+			interface RestFreezed extends Record<string, Rest> {
+				NONE: "none";
+				MIN: "cruel";
+				MID: "restrictive";
+				MAX: "permissive";
+				MANDATORY: "mandatory";
+			}
+		}
 
 		type Assignment =
 			// Penthouse Assignments
@@ -204,12 +210,12 @@ declare global {
 			"cum production" | "cleansing" | "fertility";
 		type Drug = "no drugs" |
 			"breast injections" | "butt injections" | "lip injections" | "nipple enhancers" | "penis enhancement" | "testicle enhancement" |
-			"intensive breast injections" | "intensive butt injections" | "intensive penis enhancement"| "intensive testicle enhancement"|
-			"fertility drugs" |  "super fertility drugs" |
-			 "psychosuppressants" | "psychostimulants" | "steroids" |
+			"intensive breast injections" | "intensive butt injections" | "intensive penis enhancement" | "intensive testicle enhancement" |
+			"fertility drugs" | "super fertility drugs" |
+			"psychosuppressants" | "psychostimulants" | "steroids" |
 			"hyper breast injections" | "hyper butt injections" | "hyper penis enhancement" | "hyper testicle enhancement" |
 			"female hormone injections" | "male hormone injections" | "priapism agents" |
-			"anti-aging cream" | "appetite suppressors" |  "hormone enhancers" | "hormone blockers" |
+			"anti-aging cream" | "appetite suppressors" | "hormone enhancers" | "hormone blockers" |
 			"penis atrophiers" | "testicle atrophiers" | "clitoris atrophiers" | "labia atrophiers" | "nipple atrophiers" | "lip atrophiers" |
 			"breast redistributors" | "butt redistributors" | "sag-B-gone" | "growth stimulants";
 
@@ -221,7 +227,19 @@ declare global {
 		type EyebrowThickness = "pencil-thin" | "thin" | "threaded" | "natural" | "tapered" | "thick" | "bushy";
 		type EyeWear = WithNone<"glasses" | "blurring glasses" | "corrective glasses" | "blurring contacts" | "corrective contacts">;
 		type FaceShape = "masculine" | "androgynous" | "normal" | "cute" | "sensual" | "exotic";
-		type GenderGenes = "XX" | "XY" | "YY";
+		type GenderGenes =
+			/** female */
+			"XX"
+			/** Triple X syndrome female */
+			| "XXX"
+			/** male */
+			| "XY"
+			/** Klinefelter syndrome male */
+			| "XXY"
+			/** XYY syndrome male */
+			| "XYY"
+			| "X0"
+			| "X";
 		type GestationDrug = "slow gestation" | "speed up" | "labor suppressors";
 		type HornType = WithNone<"curved succubus horns" | "backswept horns" | "cow horns" | "one long oni horn" |
 			"two long oni horns" | "small horns">;
@@ -236,6 +254,7 @@ declare global {
 		 * 0: no; 1: yes; 2: heavy
 		 */
 		type PiercingType = 0 | 1 | 2;
+		type ClitoralPiercingType = PiercingType | 3;
 		type Race = "amerindian" | "asian" | "black" | "indo-aryan" | "latina" | "malay" | "middle eastern" | "mixed race" |
 			"pacific islander" | "semitic" | "southern european" | "white";
 		type SizingImplantType = WithNone<"normal" | "string" | "fillable" | "advanced fillable" | "hyper fillable">;
@@ -245,6 +264,46 @@ declare global {
 			"fangs" | "fang" | "baby" | "mixed";
 		type MinorInjury = Zeroable<"black eye" | "bad bruise" | "split lip" | "sore ass">;
 
+		type RelationShipKind =
+			/** married to you */
+			-3
+			/** emotionally bound to you */
+			| -2
+			/** emotional slut */
+			| -1
+			| 0
+			/** friends with relationshipTarget */
+			| 1
+			/** best friends with relationshipTarget */
+			| 2
+			/** friends with benefits with relationshipTarget */
+			| 3
+			/** lover with relationshipTarget */
+			| 4
+			/** relationshipTarget 's slave wife */
+			| 5;
+
+		type RivalryType =
+			/** None */
+			0
+			/** dislikes rivalryTarget */
+			| 1
+			/** rival of rivalryTarget */
+			| 2
+			/** bitterly hates rivalryTarget */
+			| 3;
+
+		type IndentureType =
+			/** complete protection */
+			2
+			/** some protection */
+			| 1
+			/** no protection */
+			| 0;
+
+		type HeightImplant = -1 | 0 | 1;
+		type Hearing = -2 | -1 | 0;
+
 		type AnimalKind = "human" | "dog" | "pig" | "horse" | "cow";
 		type SpermType = AnimalKind | "sterile";
 
diff --git a/devTools/types/FC/misc.d.ts b/devTools/types/FC/misc.d.ts
index 482eb2f4e1679489e11eb63e7e2cec57f9c0a380..e1d36dbcbbf2eb73d35ce25f73eadb1f5bf6fac5 100644
--- a/devTools/types/FC/misc.d.ts
+++ b/devTools/types/FC/misc.d.ts
@@ -1,6 +1,6 @@
 declare namespace FC {
-	export type Gingering = "antidepressant" | "depressant" | "stimulant" | "vasoconstrictor" | "vasodilator" | "aphrodisiac" | "ginger" | number;
-	export type GingeringDetection = "slaver" | "mercenary" | "force" | number;
+	export type Gingering = Zeroable<"antidepressant" | "depressant" | "stimulant" | "vasoconstrictor" | "vasodilator" | "aphrodisiac" | "ginger">;
+	export type GingeringDetection = Zeroable<"slaver" | "mercenary" | "force">;
 
 	export namespace SlaveSummary {
 		export interface SmartPiercing {
diff --git a/js/002-config/fc-js-init.js b/js/002-config/fc-js-init.js
index 8dd40c8cbe47dae884a1eb9909f1547ae4de8096..f72074b076279666181ff7becde9c40792649f31 100644
--- a/js/002-config/fc-js-init.js
+++ b/js/002-config/fc-js-init.js
@@ -2,7 +2,7 @@
 // @ts-ignore
 "use strict";
 
-var App = { };
+var App = { }; // eslint-disable-line no-redeclare
 
 // When adding namespace declarations, please consider needs of those using VSCode:
 // when you declare App.A{ A1:{}, A2:{} }, VSCode considers A, A1, and A2 to be
@@ -57,6 +57,7 @@ App.Medicine.Modification = {};
 App.Medicine.Modification.Brands = {};
 App.Medicine.Modification.Select = {};
 App.Medicine.OrganFarm = {};
+/** @type {Object.<string, App.Medicine.OrganFarm.Organ>} */
 App.Medicine.OrganFarm.Organs = {};
 App.Medicine.Salon = {};
 App.Medicine.Surgery = {};
diff --git a/js/003-data/constants.js b/js/003-data/constants.js
index ebf4422548495211df5f9594e1c4a487684c99ea..e2f7fa48033bdac494569a8fd93b4126c1152238 100644
--- a/js/003-data/constants.js
+++ b/js/003-data/constants.js
@@ -1,5 +1,8 @@
+/** @type {FC.Rules.LivingFreezed} */
 globalThis.LivingRule = Object.freeze({LUXURIOUS: 'luxurious', NORMAL: 'normal', SPARE: 'spare'});
+/** @type {FC.Rules.RestFreezed} */
 globalThis.RestRule = Object.freeze({MANDATORY: 'mandatory', MAX: 'permissive', MID: 'restrictive', MIN: 'cruel', NONE: 'none'});
+/** @type {FC.AssignmentFreeze} */
 globalThis.Job = Object.freeze({
 	// Penthouse Assignments
 	REST: 'rest',
diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index b4e328666d39397b248cf3cacc01a56b65e39169..9e525f7fb24b2c1d8f7902d0db36be138be079c6 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -263,6 +263,7 @@ App.Data.resetOnNGPlus = {
 			births: 0,
 			kills: 0,
 
+			/** @type {FC.Zeroable<string>} */
 			fate: 0,
 			menial2Citizen: 0,
 			customAgePolicy: 0,
@@ -462,7 +463,7 @@ App.Data.resetOnNGPlus = {
 	upgradeMultiplierMedicine: 0,
 	upgradeMultiplierTrade: 0,
 	nationalities: {},
-	/** @type {Object.<string, Set<number>>} */
+	/** @type {Record<FC.Assignment, Set<number>>} */
 	JobIDMap: {},
 	averageTrust: 0,
 	averageDevotion: 0,
@@ -1017,24 +1018,34 @@ App.Data.resetOnNGPlus = {
 	pitFightsTotal: 0,
 
 	collaboration: 0,
+	/** @type {FC.SlaveStateOrZero} */
 	traitor: 0,
 	traitorType: 0,
 	traitorWeeks: 0,
 	traitorStats: 0,
 	hackerSupport: 0,
+	/** @type {FC.SlaveStateOrZero} */
 	hostage: 0,
+	/** @type {FC.Bool} */
 	hostageAnnounced: 0,
+	/** @type {FC.Bool} */
 	hostageRescued: 0,
+	/** @type {FC.Bool} */
 	hostageGiveIn: 0,
+	/** @type {FC.SlaveStateOrZero} */
 	hostageWife: 0,
 	rivalSet: 0,
+	/** @type {FC.Zeroable<FC.FutureSocietyNoun>} */
 	rivalryFS: 0,
+	/** @type {FC.Bool} */
 	rivalryFSAdopted: 0,
+	/** @type {FC.Zeroable<FC.Race>} */
 	rivalryFSRace: 0,
 	rivalOwner: 0,
 	rivalOwnerEnslaved: 0,
 	rivalryPower: 0,
 	rivalryDuration: 0,
+	/** @type {FC.Zeroable<FC.Race>} */
 	rivalRace: 0,
 	rivalGender: 0,
 	nationHate: 0,
@@ -1043,6 +1054,7 @@ App.Data.resetOnNGPlus = {
 	dispensary: 0,
 	dispensaryUpgrade: 0,
 	organFarmUpgrade: 0,
+	/** @type {FC.Medicine.OrganFarm.GrowingOrgan[]} */
 	completedOrgans: [],
 	ImplantProductionUpgrade: 0,
 	permaPregImplant: 0,
@@ -1085,13 +1097,18 @@ App.Data.resetOnNGPlus = {
 	mercenariesHelpCorp: 0,
 	personalArms: 0,
 
+	/** @type {FC.Gingering} */
 	gingering: 0,
+	/** @type {FC.SlaveStateOrZero} */
 	beforeGingering: 0,
+	/** @type {FC.Bool} */
 	gingeringDetected: 0,
+	/** @type {FC.GingeringDetection} */
 	gingeringDetection: 0,
 	surgeryDescription: 0,
 	encyclopedia: "How to Play",
 
+	/** @type {string[]} */
 	trinkets: [],
 	SPcost: 1000,
 	debtWarned: 0,
@@ -1210,6 +1227,7 @@ App.Data.resetOnNGPlus = {
 		influence: 0,
 	},
 
+	/** @type {FC.Zeroable<FC.PeacekeepersState>} */
 	peacekeepers: 0,
 	peacekeepersFate: 0,
 	peacekeepersGone: 0,
@@ -1218,6 +1236,8 @@ App.Data.resetOnNGPlus = {
 	oralUseWeight: 5,
 	vaginalUseWeight: 5,
 	analUseWeight: 5,
+	mammaryUseWeight: 1,
+	penetrativeUseWeight: 1,
 
 	weatherToday: {},
 
diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js
index 3bdb884d45e9a69b372b71611e92c1586dda49aa..a7b3473fba2d550ace676f11ba4c91f187ce4368 100644
--- a/js/003-data/miscData.js
+++ b/js/003-data/miscData.js
@@ -1920,7 +1920,7 @@ App.Data.misc = {
 	ArcologyNamesEdoRevivalist: ["Amano-Iwato", "Ando", "Asakura", "Asuka", "Dejima", "Edo", "Hakodate", "Heian-kyō", "Heijō-kyō", "Hiraizumi", "Hirakata", "Idano", "Ise", "Isonokami", "Itsukushima", "Iware", "Izakaha", "Karu", "Karushima", "Kasagiyama", "Kashihara", "Katashiha", "Kawagoe", "Kawanakajima", "Kazuraki", "Kobe", "Kokyo", "Koryo", "Kuni-kyō", "Kuruda", "Kyotanabe", "Mahoroba", "Makimuko", "Mikatagahara", "Miki", "Miyajima", "Miyako", "Muro", "Nagaoka-kyō", "Nagashima", "Nagashino", "Nakatsukuni", "Naniwa", "Nara", "Negoro", "Neo Tokyo", "New Kyoto", "New Tokyo", "Odawara", "Okazaki", "Okehazama", "Onogoro", "Osaka", "Otsu", "Ryūgū-jō", "Sakurai", "Sekigahara", "Shiga", "Shika", "Shiki", "Shikoku", "Shimonoseki", "Shuri", "Sunpu", "Tajihi", "Takama-ga-hara", "Tanegashima", "Tengoku", "Tenmokuzan", "Tenri", "The Imperial Palace", "Ujiyamada", "Urasoe", "Waki-no-kami", "Yamazaki", "Yawata", "Yoshino"],
 	ArcologyNamesArabianRevivalist: ["Abha", "Achir", "Al Bahah", "Al-Hasa", "Al-Mansuriya", "Al-Qata'i", "Aleppo", "Alhambra", "Amadiya", "Amid", "Arar", "Arbil", "Ardabil", "Arjish", "Arzan", "Badr", "Baghdad", "Basra", "Bayt al-Hikma", "Béjaïa", "Beni Hammad", "Buraidah", "Cairo", "Córdoba", "Damascus", "Dammam", "Dhala", "Diyarbakır", "El-Mansuriya", "Faiyum", "Fes-al-Bali", "Fes", "Fez", "Fustat", "Ha'il", "Hajar an-Nasar", "Hama", "Harput", "Harran", "Hasankeyf", "Hejaz", "Ifriqiya", "Isfahan", "Jannah", "Jenin", "Jerusalem", "Jizan", "Jubayl", "Kairouan", "Karbala", "Khilat", "Kirkuk", "Kufa", "Madinah", "Madinat al-Hareer", "Madinat al-Salam", "Madinat al-Yasmin", "Madinat al-Zahra", "Mahdia", "Makkah", "Manzikart", "Maragha", "Mardin", "Marrakech", "Marrakesh", "Marsala", "Mayyafariqin", "Mecca", "Medina", "Mosul", "Murakuc", "Najran", "Nekor", "Qatif", "Qazvin", "Raqqa", "Raqqada", "Resafa", "Riyadh", "Sakakah", "Samarra", "Saqifah", "Say'un", "Sidon", "Sulaimaniyah", "Suq Abdulla", "Tabriz", "Tabuk", "Tahert", "Tarim", "Temsaman", "Tlemcen", "Tunis", "Walilli", "Zabid"],
 	ArcologyNamesChineseRevivalist: ["Acheng", "Anyang", "Anyi", "Balasagun", "Beijing", "Bian", "Bianjing", "Bianzhou", "Binzhou", "Bogu", "Boping", "Chang'an", "Changle", "Changping", "Changsha", "Chengdu", "Chengzhou", "Chuqiu", "Dadu", "Daliang", "Daming", "Danyang", "Datong", "Daxing", "Dinglian", "Diqiu", "Dongdu", "Dongjing", "Dujianshan", "Dunhuang", "Ezhou", "Fanyang", "Feng Huang", "Fenghao", "Fengxiang", "Fuhan", "Fusang", "Guanggu", "Guangling", "Guangzhou", "Gusu", "Guzang", "Handan", "Hangzhou", "Haojing", "Hefei", "Henglong", "Hezhou", "Huanbei", "Huangquan", "Huangzhong", "Huatai", "Huokang", "Ji", "Jian", "Jiang", "Jiangling", "Jiangning", "Jiankang", "Jianye", "Jicheng", "Jin Shan", "Jinan", "Jincheng", "Jingsha", "Jingzhao", "Jingzhou", "Jinling", "Jinyang", "Jiuquan", "Kaifeng", "Khanbaliq", "Kuaiji", "Laosicheng", "Ledu", "Lianchuan", "Liaodong", "Liaoyang", "Lin'an", "Linhuang", "Linxiang", "Linzi", "Lishi", "Liting", "Longcheng", "Lujiang", "Luoyang", "Luoyi", "Luyi", "Mingfu", "Moling", "Mount Tai", "Nan'an", "Nanchang", "Nanjing", "Nanjun", "Nanyang", "Panyu", "Peking", "Pengcheng", "Pingcheng", "Pingjiang", "Pingliang", "Pingyang", "Pingzhou", "Puzi", "Qi Lin", "Qian", "Qiantang", "Qiling", "Qin", "Quanqiu", "Qufu", "Quwo", "Ruyin", "Shangcai", "Shanggui", "Shangjing", "Shangqiu", "Shengjing", "Shengle", "Shouchun", "Suzhou", "Taiyuan", "Tang", "Tanheli", "Tanjiao", "Tanzhou", "Taoqiu", "The Forbidden Palace", "The Middle Kingdom", "Tianlin", "Tongwan", "Wanchuan", "Wangcheng", "Wanqiu", "Wu", "Wuchang", "Wudu", "Xi'an", "Xiacai", "Xiangguo", "Xiangning", "Xiangping", "Xianyang", "Xibo", "Xicheng", "Xin Hua", "Xincai", "Xingqing", "Xingwang", "Xintian", "Xinzheng", "Xiping", "Xuchang", "Yangcheng", "Yangzhai", "Yanjing", "Yanshi", "Yecheng", "Yewang", "Yin", "Yinfu", "Ying", "Yingdu", "Yingqiu", "Yingtian", "Yong", "Yongshicheng", "You", "Youdu", "Youming", "Youzhou", "Yueyang", "Yuezhou", "Yuhang", "Yushan", "Zhangye", "Zhangzi", "Zhaoge", "Zhending", "Zheng", "Zhenxun", "Zhongdu", "Zhongguo", "Zhongshan", "Zibo", "Zichuan"],
-	ArcologyNamesNeoImperialist: ["Atteln", "Aermacht", "Aubevoie", "Bellechassange", "Black Rock", "Black Hollow", "Easthaven", "Eastwatch", "Etau", "Elsing", "Essenge", "Ettenmont", "Fernsworth", "Hersengeux", "Ironforge", "Ironhaven", "Irontown", "Karlsberg", "Klattenhof", "Lhanbryde", "Lindybeige", "Marrensville", "Maushof", "Morlaincourt", "Munschwitz", "Neo-Berlin", "Neo-London", "Neo-Paris", "Neo-Madrid", "Neo-York", "Northscot", "Oberlandscheid", "Obersberg", "Redwater", "Sand and Stone", "Sommelie", "Strathsmore", "Tottenham", "The Rock", "The Golden Spire", "Villeurmont", "Vivonne", "Volkersch", "Volkhof", "Volksgard", "Wallenberg", "Wallenhof", "Wycombe", "Zillendorf", "Zerf"],
+	ArcologyNamesNeoImperialist: ["Atteln", "Aermacht", "Aubevoie", "Bellechassange", "Black Rock", "Black Hollow", "Bourbon", "Colme", "Daybrook", "Drancy", "Easthaven", "Eastwatch", "Etau", "Elsing", "Essenge", "Ettenmont", "Erceti", "Fernsworth", "Hersengeux", "Ironforge", "Ironhaven", "Irontown", "Karlsberg", "Klattenhof", "Lhanbryde", "Lindham", "Marrensville", "Maushof", "Morlaincourt", "Munschwitz", "Neo-Berlin", "Neo-London", "Neo-Paris", "Neo-Madrid", "Neo-York", "Northscot", "Oberlandscheid", "Obersberg", "Poisseau", "Redwater", "Sali", "Sand and Stone", "Shominster", "Sommelie", "Strathsmore", "Sunstown", "Sonnehof", "Sonneshaven", "Tottenham", "The Rock", "The Golden Spire", "Villeurmont", "Vivonne", "Volkersch", "Volkhof", "Volksgard", "Wallenberg", "Wallenhof", "Wilderf", "Wycombe", "Zillendorf", "Zerf"],
 
 	/* pregmod FS */
 	ArcologyNamesEugenics: ["Ascension", "Elitism", "Eugenica", "Eugeniculate", "Galton City", "Germinal Choice", "Good Stock", "Improvement", "Lebensborn", "Natural Selection", "Oneida Community", "Perfection", "Powered Elite", "Private Gene Pool", "Quality", "Rebirth", "Reprogenetics", "Second Chance", "Selection Rule", "Stirpiculture"],
@@ -1960,6 +1960,8 @@ App.Data.misc.nationalityPoolSelector = {
 	"Brazil": App.Data.misc.southAmericaNationalities
 };
 
+App.Data.misc.schools = ["GRI", "HA", "NUL", "SCP", "TCR", "TFS", "TGA", "TSS", "LDE", "TUO"];
+
 // these markets are exempt from law compliance
 App.Data.misc.lawlessMarkets = [
 	"generic",
@@ -1971,20 +1973,9 @@ App.Data.misc.lawlessMarkets = [
 	"neighbor",
 	"wetware",
 	"white collar",
-	// Schools
-	"GRI",
-	"HA",
-	"NUL",
-	"SCP",
-	"TCR",
-	"TFS",
-	"TGA",
-	"TSS",
-	"LDE"
+	...App.Data.misc.schools
 ];
 
-App.Data.misc.schools = ["GRI", "HA", "NUL", "SCP", "TCR", "TFS", "TGA", "TSS", "LDE", "TUO"];
-
 App.Data.weather = {
 	nice: [
 		{name: "Sunny", severity: 1},
diff --git a/js/003-data/miscDataNames.js b/js/003-data/miscDataNames.js
index 17141f7cd0716c68ac55377e79ba629f2c799ca5..19be4af0f2e0b4ba5e9290d198b5f052c64a14c6 100644
--- a/js/003-data/miscDataNames.js
+++ b/js/003-data/miscDataNames.js
@@ -478,7 +478,7 @@ App.Data.misc.liechtensteinerSlaveSurnames = ["Ackermann", "Albers", "Allgäuer"
 App.Data.misc.lithuanianSlaveNames = ["Agne", "Agnė", "Agnija", "Agota", "Aida", "Aigusta", "Airinė", "Aiste", "Albina", "Aldona", "Aleksandra", "Alfreda", "Algė", "Algimantė", "Algirdė", "Algvilė", "Alina", "Alma", "Alvyra", "Amalija", "Ana", "Anastazija", "Anele", "Angela", "Antanina", "Arimantas", "Armantas", "Arminta", "Arune", "Aspazija", "Asta", "Audra", "Audrė", "Audrone", "Augustė", "Auksė", "Aurelija", "Ausra", "Aušra", "Aušrelé", "Ausrine", "Austeja", "Austėja", "Austra", "Beata", "Beegee", "Berta", "Birutė", "Brigita", "Bronislava", "Butė", "Daina", "Daiva", "Dalia", "Daliute", "Damilla", "Danguolė", "Danute", "Danutė", "Deimantė", "Diana", "Dovile", "Dovilė", "Edita", "Egita", "Eglė", "Elena", "Elge", "Elvyra", "Elzbieta", "Ema", "Emilija", "Erika", "Eufemia", "Eugenija", "Evelina", "Felicija", "Filimona", "Filomena", "Gabija", "Gabriele", "Gailė", "Galina", "Gene", "Genovaitė", "Giedre", "Giedrė", "Gintare", "Gintarė", "Gintautė", "Gražina", "Gražutė", "Greta", "Henrika", "Ieva", "Ilona", "Ina", "Indre", "Indrė", "Ineta", "Inga", "Ingrida", "Irena", "Irina", "Irma", "Irute", "Izabele", "Jadvyga", "Jandra", "Jane", "Janina", "Jekaterina", "Jelena", "Joana", "Jolanta", "Jolita", "Jone", "Jovita", "Julija", "Jurate", "Jūratė", "Jurga", "Jurgita", "Justina", "Kamilė", "Kazimiera", "Kazimira", "Konstancija", "Kotryna", "Kristina", "Laima", "Laimutė", "Larisa", "Laura", "Lėja", "Lida", "Lidija", "Liepa", "Lilija", "Lina", "Liucija", "Liuda", "Liudvika", "Lolita", "Loreta", "Magdalena", "Margarita", "Marija", "Marijona", "Maryte", "Medeina", "Milda", "Monika", "Natalija", "Neringa", "Nijole", "Nijolė", "Nina", "Nomeda", "Nora", "Ona", "Paulina", "Petronėlė", "Pranciska", "Prane", "Raimonda", "Raminta", "Ramune", "Ramutė", "Rasa", "Reda", "Regina", "Remigija", "Renata", "Rene", "Rima", "Rimantė", "Rita", "Rolanda", "Romualda", "Ruta", "Rūta", "Sada", "Salomeja", "Salomėja", "Salvinija", "Sandra", "Saule", "Sigita", "Silva", "Simona", "Skolastika", "Sniega", "Sofija", "Solveiga", "Sonata", "Stanislava", "Stase", "Stefania", "Stefanija", "Suzana", "Tatjana", "Teresa", "Terese", "Tina", "Toma", "Ugnė", "Urtė", "Vaida", "Vaidilutė", "Vaira", "Vaiva", "Valerija", "Vanda", "Veronika", "Vida", "Vika", "Viktorija", "Vilija", "Vilma", "Vilte", "Viltė", "Violeta", "Virginija", "Vita", "Vitalija", "Vladislava", "Vytautė", "Yemima", "Yulia", "Zemyna", "Zinaida", "Zita", "Zivile", "Živilė", "Zymante"];
 App.Data.misc.lithuanianMaleNames = ["Adolfas", "Adomas", "Agnius", "Aidas", "Aivaras", "Albertas", "Albinas", "Aldas", "Aleksandr", "Aleksandras", "Aleksas", "Alfonsas", "Alfredas", "Algimantas", "Algirdas", "Algis", "Aloyzas", "Alvydas", "Anatolijus", "Andrejus", "Andrius", "Antanas", "Arkadijus", "Arminas", "Arnas", "Arturas", "Artūras", "Arunas", "Arvydas", "Audrius", "Augustinas", "Aurelijus", "Aurimas", "Benas", "Benjaminas", "Bernardas", "Bronis", "Bronislovas", "Bronius", "Ceslovas", "Česlovas", "Dainius", "Dalius", "Danas", "Danielius", "Darius", "Daunius", "Deividas", "Domantas", "Domas", "Dominikas", "Dominykas", "Donaldas", "Donatas", "Dovidas", "Dovydas", "Edgaras", "Edis", "Edmundas", "Eduardas", "Edvinas", "Egidijus", "Eimantas", "Eligijus", "Emilis", "Erik", "Ernestas", "Eugenijus", "Evaldas", "Evinas", "Faustas", "Feliksas", "Gabrielius", "Gediminas", "Gerardas", "Giedrius", "Gintaras", "Gintas", "Gintautas", "Gytis", "Henrikas", "Ignas", "Igor", "Igoris", "Jokubas", "Jokūbas", "Jonas", "Julius", "Juozapas", "Juozas", "Jurgis", "Jurijus", "Justas", "Justinas", "Kajus", "Karolis", "Kastytis", "Kazimieras", "Kazys", "Kestutis", "Kęstutis", "Kipras", "Klaidas", "Klaudijus", "Konstantinas", "Kostas", "Laimis", "Laimutis", "Laurynas", "Leonardas", "Leonas", "Leopoldas", "Linas", "Lionginas", "Liudvikas", "Lukas", "Manfredas", "Mantas", "Marijus", "Marius", "Martynas", "Matas", "Medardas", "Michael", "Michailas", "Mikolajus", "Mindaugas", "Motiejus", "Mykolas", "Naglis", "Nauris", "Nerijus", "Nida", "Nikolajus", "Nojus", "Osvaldas", "Paulius", "Pavelas", "Petras", "Pijus", "Povilas", "Pranas", "Pranciskus", "Raimondas", "Raimundas", "Raivydas", "Ramunas", "Rapolas", "Regimantas", "Remigijus", "Remis", "Renatas", "Ricardas", "Ričardas", "Rimantas", "Rimas", "Rimgaudas", "Rimvydas", "Ringuadas", "Rišardas", "Robertas", "Rokas", "Rolandas", "Romanas", "Romas", "Romualdas", "Ruslanas", "Rytas", "Rytis", "Sarunas", "Saulius", "Šenderis", "Sergejus", "Sigitas", "Silvestras", "Simas", "Simonas", "Skirmantas", "Stanislovas", "Stasys", "Svajunas", "Svajūnas", "Tadas", "Titas", "Tomas", "Tylenis", "Ugnius", "Vaclovas", "Vadimas", "Vaidas", "Vaidotas", "Valdas", "Valdemar", "Valentas", "Valentinas", "Valerijonas", "Viaceslavas", "Vidas", "Vidmantas", "Viktoras", "Vilhelmas", "Vilius", "Vilmantas", "Vincas", "Vincentas", "Virgilijus", "Virginijus", "Vitalij", "Vitalijus", "Vladas", "Vladimiras", "Vladislovas", "Vygandas", "Vygantas", "Vytautas", "Vytenis", "Vytis", "Yehezkel", "Zenonas", "Zigmantas", "Zigmas", "Zilvinas", "Žilvinas"];
 App.Data.misc.lithuanianSlaveSurnames = ["Abeliūnaitė", "Abramavičiūtė", "Abromavičiūtė", "Adamkutė", "Adomaitytė", "Adomavičiūtė", "Aidietytė", "Aleknaitė", "Aleksaitė", "Aleksandravičiūtė", "Ambrozaitytė", "Andrijauskaitė", "Andriuškevičiūtė", "Andrulytė", "Aniulytė", "Arbačiauskaitė", "Astrauskaitė", "Avidar", "Avižonytė", "Bačiulytė", "Bagdonaitė", "Bagdonavičiūtė", "Baikauskaitė", "Balčiūnaitė", "Balsytė", "Baltrušaitytė", "Baranauskaitė", "Barauskaitė", "Barkauskaitė", "Bartkutė", "Basanavičiūtė", "Bernotaitė", "Bertašiūtė", "Bieliauskaitė", "Biliūnaitė", "Bimbaitė", "Bimbirytė", "Bislytė", "Blinkevičiūtė", "Brazauskaitė", "Brokoriūtė", "Bruzaitė", "Bružaitė", "Budrytė", "Bukauskaitė", "Bunkutė", "Butkevičiūtė", "Butkutė", "Cerniauskaitė", "Čistiakova", "Dagelytė", "Dagytė", "Dambrauskaitė", "Daugėla", "Demčenko", "Ditkovskytė", "Draudvilaitė", "Dukauskaitė", "Džiaugytė", "Dzindzaletaitė", "Eidikytė", "Fedorenkaitė", "Fischer", "Gecaitė", "Giedraitytė", "Gorbunova", "Gražulytė", "Gričiūtė", "Grigaitė", "Grigaliunaitė", "Grinčikaitė", "Grybauskaitė", "Guobytė", "Gylytė", "Ivanauskaitė", "Jakubaitytė", "Jakubauskaitė", "Jakubėnaitė", "Jankauskaitė", "Janusauskaitė", "Jasikevičiūtė", "Jezepčikaitė", "Jokubauskaitė", "Jonaitė", "Jonaitytė", "Juknevičiūtė", "Jurevičiūtė", "Juškaitė", "Juskevičiūtė", "Kačinskaitė", "Kairytė", "Kalinauskaitė", "Kaminskaitė", "Kanclerytė", "Karaliutė", "Katinaitė", "Kaunaitė", "Kavaliauskaitė", "Kay", "Kazakevičiūtė", "Kazlauskaitė", "Kelečiūtė", "Kiaulėnaitė", "Klimaitė", "Klimavičiūtė", "Končiūtė", "Korsakaitė", "Kozlova", "Krupeckaitė", "Kubiliūtė", "Kucinskaitė", "Kudirkaitė", "Kulėšiūtė", "Kuodytė", "Kuprevičiutė", "Kvietkauskaitė", "Kviklytė", "La Belle", "Labanauskaitė", "Lapinskaitė", "Laurinavičiūtė", "Leonavičiūtė", "Leščinskaitė", "Liepaitė", "Lingytė", "Lisauskaitė", "Lozoraitytė", "Lukoševičiūtė", "Lukošiūtė", "Mačiulytė", "Mackevičiūtė", "Malinauskaitė", "Marcinkevičiūtė", "Margenytė", "Markevičiūtė", "Matonytė", "Mažeikaitė", "Medvedeva", "Mendzarytė", "Meskauskaitė", "Mickevičiūtė", "Mickutė", "Mielkutė", "Mikalauskaitė", "Mikalauskytė", "Mikutavičiūtė", "Misiunaitė", "Miškinytė", "Mockutė", "Morkunaitė", "Motiejunaitė", "Murašova", "Narbutaitė", "Navickaitė", "Nėris", "Neverauskaitė", "Noreikaitė", "Norkutė", "Orlauskaitė", "Osmak", "Oženko", "Pacevičiūtė", "Pakalniškytė", "Palšytė", "Paražinskaitė", "Parshuta", "Paskevičiūtė", "Paulauskaitė", "Petkevičiūtė", "Petkutė", "Petraitytė", "Petrauskaitė", "Petravičiutė", "Petronytė", "Piliušina", "Plečkaitė", "Plečkaitytė", "Počiūtė", "Poškutė", "Povilaitytė", "Rackauskaitė", "Radzevičiūtė", "Rakauskaitė", "Ramanauskaitė", "Ramonaitė", "Remeikaitė", "Rimkutė", "Rinkevičiūtė", "Rupšytė", "Rutkauskaitė", "Sabaliauskaitė", "Sadauskaitė", "Sakalauskaitė", "Sakovič", "Sanders", "Sauliutė", "Šaulytė", "Savickaitė", "Šernaitė", "Sidlauskaitė", "Simkutė", "Simonavičiūtė", "Sinkevičiūtė", "Skrabulytė", "Škudaitė", "Songailaitė", "Sorokina", "Stankevičiūtė", "Stankutė", "Starkutė", "Steponavičiūtė", "Stonkutė", "Stonytė", "Streichman", "Šukytė", "Švedaitė", "Tamasauskaitė", "Tamošaitytė", "Tamosiunaitė", "Tchaban", "Tchernovitz", "Tomaitė", "Troup", "Tvarionaitė", "Urbanavičiūtė", "Urbonaitė", "Urbonavičiūtė", "Užkurėlytė", "Vaiciulytė", "Vaitiekunaitė", "Vaitkevičiūtė", "Vaitkutė", "Vanagaitė", "Varnaitė", "Vasiliauskaitė", "Venckutė", "Verbickaitė", "Vilkaitė", "Vilkevičiūtė", "Vilniutė", "Virbalytė", "Viršilaitė", "Visockaitė", "Vitkauskaitė", "Vitkutė", "Volkutė", "Vyšniauskaitė", "Zabielaitė", "Žadeikytė", "Žemaitytė", "Žičkutė", "Žilinskaitė", "Žiukaitė", "Žukaitė", "Žukauskaitė", "Žvinklytė"];
-App.Data.misc.lithuanianMaleSurnames = {"Abeliūnaitė": "Abeliūnas", "Abramavičiūtė": "Abramavičius", "Abromavičiūtė": "Abromavičius", "Adamkutė": "Adamkus", "Adomaitytė": "Adomaitys", "Adomavičiūtė": "Adomavičius", "Aidietytė": "Aidietis", "Aleknaitė": "Aleknas", "Aleksaitė": "Aleksa", "Aleksandravičiūtė": "Aleksandravičius", "Ambrozaitytė": "Ambrozaitys", "Andrijauskaitė": "Andrijauskas", "Andriuškevičiūtė": "Andriuškevičius", "Andrulytė": "Andrulis", "Aniulytė": "Aniulys", "Arbačiauskaitė": "Arbačiauskas", "Astrauskaitė": "Astrauskas", "Avižonytė": "Avižonis", "Bačiulytė": "Bačiulys", "Bagdonaitė": "Bagdonas", "Bagdonavičiūtė": "Bagdonavičius", "Baikauskaitė": "Baikauskas", "Balčiūnaitė": "Balčiūnas", "Balsytė": "Balsys", "Baltrušaitytė": "Baltrušaitys", "Baranauskaitė": "Baranauskas", "Barauskaitė": "Barauskas", "Barkauskaitė": "Barkauskas", "Bartkutė": "Bartkus", "Basanavičiūtė": "Basanavičius", "Bernotaitė": "Bernotas", "Bertašiūtė": "Bertašius", "Bieliauskaitė": "Bieliauskas", "Biliūnaitė": "Biliūnas", "Bimbaitė": "Bimbas", "Bimbirytė": "Bimbirys", "Bislytė": "Bislys", "Blinkevičiūtė": "Blinkevičius", "Brazauskaitė": "Brazauskas", "Brokoriūtė": "Brokorius", "Bruzaitė": "Bruzas", "Bružaitė": "Bružas", "Budrytė": "Budrys", "Bukauskaitė": "Bukauskas", "Bunkutė": "Bunkus", "Butkevičiūtė": "Butkevičius", "Butkutė": "Butkus", "Cerniauskaitė": "Cerniauskas", "Čistiakova": "Čistiakov", "Dagelytė": "Dagelis", "Dagelytė": "Dagelys", "Dagytė": "Dagys", "Dambrauskaitė": "Dambrauskas", "Ditkovskytė": "Ditkovskys", "Draudvilaitė": "Draudvila", "Dukauskaitė": "Dukauskas", "Džiaugytė": "Džiaugys", "Dzindzaletaitė": "Dzindzaletas", "Eidikytė": "Eidikis", "Fedorenkaitė": "Fedorenka", "Gecaitė": "Gecas", "Giedraitytė": "Giedraitys", "Gorbunova": "Gorbunov", "Gražulytė": "Gražulis", "Gričiūtė": "Gričius", "Grigaitė": "Grigas", "Grigaliunaitė": "Grigaliunas", "Grinčikaitė": "Grinčikas", "Grybauskaitė": "Grybauskas", "Guobytė": "Guobys", "Gylytė": "Gylys", "Ivanauskaitė": "Ivanauskas", "Jakubaitytė": "Jakubaitis", "Jakubauskaitė": "Jakubauskas", "Jakubėnaitė": "Jakubėnas", "Jankauskaitė": "Jankauskas", "Janusauskaitė": "Janusauskas", "Jasikevičiūtė": "Jasikevičius", "Jezepčikaitė": "Jezepčikas", "Jokubauskaitė": "Jokubauskas", "Jonaitė": "Jonas", "Jonaitytė": "Jonaitys", "Juknevičiūtė": "Juknevičius", "Jurevičiūtė": "Jurevičius", "Juškaitė": "Juškas", "Juskevičiūtė": "Juskevičius", "Kačinskaitė": "Kačinskas", "Kairytė": "Kairys", "Kalinauskaitė": "Kalinauskas", "Kaminskaitė": "Kaminskas", "Kanclerytė": "Kancleris", "Karaliutė": "Karalius", "Katinaitė": "Katinas", "Kaunaitė": "Kaunas", "Kavaliauskaitė": "Kavaliauskas", "Kazakevičiūtė": "Kazakevičius", "Kazlauskaitė": "Kazlauskas", "Kelečiūtė": "Kelečius", "Kiaulėnaitė": "Kiaulėnas", "Klimaitė": "Klimas", "Klimavičiūtė": "Klimavičius", "Končiūtė": "Končius", "Korsakaitė": "Korsakas", "Kozlova": "Kozlov", "Krupeckaitė": "Krupeckas", "Kubiliūtė": "Kubilius", "Kucinskaitė": "Kucinskas", "Kudirkaitė": "Kudirka", "Kulėšiūtė": "Kulėšius", "Kuodytė": "Kuodys", "Kuprevičiutė": "Kuprevičius", "Kvietkauskaitė": "Kvietkauskas", "Kviklytė": "Kviklys", "Labanauskaitė": "Labanauskas", "Lapinskaitė": "Lapinskas", "Laurinavičiūtė": "Laurinavičius", "Leonavičiūtė": "Leonavičius", "Leščinskaitė": "Leščinskas", "Liepaitė": "Liepa", "Liepaitė": "Liepas", "Lingytė": "Lingys", "Lisauskaitė": "Lisauskas", "Lozoraitytė": "Lozoraitytė", "Lukoševičiūtė": "Lukoševičius", "Lukošiūtė": "Lukošius", "Mačiulytė": "Mačiulys", "Mackevičiūtė": "Mackevičius", "Malinauskaitė": "Malinauskas", "Marcinkevičiūtė": "Marcinkevičius", "Margenytė": "Margenys", "Markevičiūtė": "Markevičius", "Matonytė": "Matonis", "Mažeikaitė": "Mažeikas", "Medvedeva": "Medvedev", "Mendzarytė": "Mendzaris", "Meskauskaitė": "Meskauskas", "Mickevičiūtė": "Mickevičius", "Mickutė": "Mickus", "Mielkutė": "Mielkus", "Mikalauskaitė": "Mikalauskas", "Mikalauskytė": "Mikalauskys", "Mikutavičiūtė": "Mikutavičius", "Misiunaitė": "Misiunas", "Miškinytė": "Miškinys", "Mockutė": "Mockus", "Morkunaitė": "Morkunas", "Motiejunaitė": "Motiejunas", "Murašova": "Murašov", "Narbutaitė": "Narbutas", "Navickaitė": "Navickas", "Neverauskaitė": "Neverauskas", "Noreikaitė": "Noreikas", "Norkutė": "Norkus", "Orlauskaitė": "Orlauskas", "Pacevičiūtė": "Pacevičius", "Pakalniškytė": "Pakalniškis", "Palšytė": "Palšis", "Paražinskaitė": "Paražinskas", "Paskevičiūtė": "Paskevičius", "Paulauskaitė": "Paulauskas", "Petkevičiūtė": "Petkevičius", "Petkutė": "Petkus", "Petraitytė": "Petraitys", "Petrauskaitė": "Petrauskas", "Petravičiutė": "Petravičius", "Petronytė": "Petronys", "Piliušina": "Piliušin", "Plečkaitė": "Plečkas", "Plečkaitytė": "Plečkaitys", "Počiūtė": "Počius", "Poškutė": "Poškus", "Povilaitytė": "Povilaitys", "Rackauskaitė": "Rackauskas", "Radzevičiūtė": "Radzevičius", "Rakauskaitė": "Rakauskas", "Ramanauskaitė": "Ramanauskas", "Ramonaitė": "Ramonas", "Remeikaitė": "Remeikas", "Rimkutė": "Rimkus", "Rinkevičiūtė": "Rinkevičius", "Rupšytė": "Rupšys", "Rutkauskaitė": "Rutkauskas", "Sabaliauskaitė": "Sabaliauskas", "Sadauskaitė": "Sadauskas", "Sakalauskaitė": "Sakalauskas", "Sauliutė": "Saulius", "Šaulytė": "Šaulys", "Savickaitė": "Savickas", "Šernaitė": "Šernas", "Sidlauskaitė": "Sidlauskas", "Simkutė": "Simkus", "Simonavičiūtė": "Simonavičius", "Sinkevičiūtė": "Sinkevičius", "Skrabulytė": "Skrabulis", "Škudaitė": "Škudas", "Songailaitė": "Songaila", "Sorokina": "Sorokin", "Stankevičiūtė": "Stankevičius", "Stankutė": "Stankus", "Starkutė": "Starkus", "Steponavičiūtė": "Steponavičius", "Stonkutė": "Stonkus", "Stonytė": "Stonys", "Šukytė": "Šukys", "Švedaitė": "Švedas", "Tamasauskaitė": "Tamasauskas", "Tamošaitytė": "Tamošaitis", "Tamosiunaitė": "Tamosiunas", "Tomaitė": "Tomas", "Tvarionaitė": "Tvarionas", "Urbanavičiūtė": "Urbanavičius", "Urbonaitė": "Urbonas", "Urbonavičiūtė": "Urbonavičius", "Užkurėlytė": "Užkurėlis", "Vaiciulytė": "Vaiciulys", "Vaitiekunaitė": "Vaitiekunas", "Vaitkevičiūtė": "Vaitkevičius", "Vaitkutė": "Vaitkus", "Vanagaitė": "Vanagas", "Varnaitė": "Varnas", "Vasiliauskaitė": "Vasiliauskas", "Venckutė": "Venckus", "Verbickaitė": "Verbickas", "Verzbickaitė": "Verzbickas", "Vilkaitė": "Vilkas", "Vilkevičiūtė": "Vilkevičius", "Vilniutė": "Vilnius", "Virbalytė": "Virbalys", "Viršilaitė": "Viršilas", "Visockaitė": "Visockas", "Vitkauskaitė": "Vitkauskas", "Vitkutė": "Vitkus", "Volkutė": "Volkus", "Vyšniauskaitė": "Vyšniauskas", "Zabielaitė": "Zabiela", "Žadeikytė": "Žadeikys", "Žemaitytė": "Žemaitys", "Žičkutė": "Žičkus", "Žilinskaitė": "Žilinskas", "Žiukaitė": "Žiukas", "Žukaitė": "Žukas", "Žukauskaitė": "Žukauskas", "Žvinklytė": "Žvinklys"};
+App.Data.misc.lithuanianMaleSurnames = {"Abeliūnaitė": "Abeliūnas", "Abramavičiūtė": "Abramavičius", "Abromavičiūtė": "Abromavičius", "Adamkutė": "Adamkus", "Adomaitytė": "Adomaitys", "Adomavičiūtė": "Adomavičius", "Aidietytė": "Aidietis", "Aleknaitė": "Aleknas", "Aleksaitė": "Aleksa", "Aleksandravičiūtė": "Aleksandravičius", "Ambrozaitytė": "Ambrozaitys", "Andrijauskaitė": "Andrijauskas", "Andriuškevičiūtė": "Andriuškevičius", "Andrulytė": "Andrulis", "Aniulytė": "Aniulys", "Arbačiauskaitė": "Arbačiauskas", "Astrauskaitė": "Astrauskas", "Avižonytė": "Avižonis", "Bačiulytė": "Bačiulys", "Bagdonaitė": "Bagdonas", "Bagdonavičiūtė": "Bagdonavičius", "Baikauskaitė": "Baikauskas", "Balčiūnaitė": "Balčiūnas", "Balsytė": "Balsys", "Baltrušaitytė": "Baltrušaitys", "Baranauskaitė": "Baranauskas", "Barauskaitė": "Barauskas", "Barkauskaitė": "Barkauskas", "Bartkutė": "Bartkus", "Basanavičiūtė": "Basanavičius", "Bernotaitė": "Bernotas", "Bertašiūtė": "Bertašius", "Bieliauskaitė": "Bieliauskas", "Biliūnaitė": "Biliūnas", "Bimbaitė": "Bimbas", "Bimbirytė": "Bimbirys", "Bislytė": "Bislys", "Blinkevičiūtė": "Blinkevičius", "Brazauskaitė": "Brazauskas", "Brokoriūtė": "Brokorius", "Bruzaitė": "Bruzas", "Bružaitė": "Bružas", "Budrytė": "Budrys", "Bukauskaitė": "Bukauskas", "Bunkutė": "Bunkus", "Butkevičiūtė": "Butkevičius", "Butkutė": "Butkus", "Cerniauskaitė": "Cerniauskas", "Čistiakova": "Čistiakov", "Dagelytė": "Dagelys", "Dagytė": "Dagys", "Dambrauskaitė": "Dambrauskas", "Ditkovskytė": "Ditkovskys", "Draudvilaitė": "Draudvila", "Dukauskaitė": "Dukauskas", "Džiaugytė": "Džiaugys", "Dzindzaletaitė": "Dzindzaletas", "Eidikytė": "Eidikis", "Fedorenkaitė": "Fedorenka", "Gecaitė": "Gecas", "Giedraitytė": "Giedraitys", "Gorbunova": "Gorbunov", "Gražulytė": "Gražulis", "Gričiūtė": "Gričius", "Grigaitė": "Grigas", "Grigaliunaitė": "Grigaliunas", "Grinčikaitė": "Grinčikas", "Grybauskaitė": "Grybauskas", "Guobytė": "Guobys", "Gylytė": "Gylys", "Ivanauskaitė": "Ivanauskas", "Jakubaitytė": "Jakubaitis", "Jakubauskaitė": "Jakubauskas", "Jakubėnaitė": "Jakubėnas", "Jankauskaitė": "Jankauskas", "Janusauskaitė": "Janusauskas", "Jasikevičiūtė": "Jasikevičius", "Jezepčikaitė": "Jezepčikas", "Jokubauskaitė": "Jokubauskas", "Jonaitė": "Jonas", "Jonaitytė": "Jonaitys", "Juknevičiūtė": "Juknevičius", "Jurevičiūtė": "Jurevičius", "Juškaitė": "Juškas", "Juskevičiūtė": "Juskevičius", "Kačinskaitė": "Kačinskas", "Kairytė": "Kairys", "Kalinauskaitė": "Kalinauskas", "Kaminskaitė": "Kaminskas", "Kanclerytė": "Kancleris", "Karaliutė": "Karalius", "Katinaitė": "Katinas", "Kaunaitė": "Kaunas", "Kavaliauskaitė": "Kavaliauskas", "Kazakevičiūtė": "Kazakevičius", "Kazlauskaitė": "Kazlauskas", "Kelečiūtė": "Kelečius", "Kiaulėnaitė": "Kiaulėnas", "Klimaitė": "Klimas", "Klimavičiūtė": "Klimavičius", "Končiūtė": "Končius", "Korsakaitė": "Korsakas", "Kozlova": "Kozlov", "Krupeckaitė": "Krupeckas", "Kubiliūtė": "Kubilius", "Kucinskaitė": "Kucinskas", "Kudirkaitė": "Kudirka", "Kulėšiūtė": "Kulėšius", "Kuodytė": "Kuodys", "Kuprevičiutė": "Kuprevičius", "Kvietkauskaitė": "Kvietkauskas", "Kviklytė": "Kviklys", "Labanauskaitė": "Labanauskas", "Lapinskaitė": "Lapinskas", "Laurinavičiūtė": "Laurinavičius", "Leonavičiūtė": "Leonavičius", "Leščinskaitė": "Leščinskas", "Liepaitė": "Liepas", "Lingytė": "Lingys", "Lisauskaitė": "Lisauskas", "Lozoraitytė": "Lozoraitytė", "Lukoševičiūtė": "Lukoševičius", "Lukošiūtė": "Lukošius", "Mačiulytė": "Mačiulys", "Mackevičiūtė": "Mackevičius", "Malinauskaitė": "Malinauskas", "Marcinkevičiūtė": "Marcinkevičius", "Margenytė": "Margenys", "Markevičiūtė": "Markevičius", "Matonytė": "Matonis", "Mažeikaitė": "Mažeikas", "Medvedeva": "Medvedev", "Mendzarytė": "Mendzaris", "Meskauskaitė": "Meskauskas", "Mickevičiūtė": "Mickevičius", "Mickutė": "Mickus", "Mielkutė": "Mielkus", "Mikalauskaitė": "Mikalauskas", "Mikalauskytė": "Mikalauskys", "Mikutavičiūtė": "Mikutavičius", "Misiunaitė": "Misiunas", "Miškinytė": "Miškinys", "Mockutė": "Mockus", "Morkunaitė": "Morkunas", "Motiejunaitė": "Motiejunas", "Murašova": "Murašov", "Narbutaitė": "Narbutas", "Navickaitė": "Navickas", "Neverauskaitė": "Neverauskas", "Noreikaitė": "Noreikas", "Norkutė": "Norkus", "Orlauskaitė": "Orlauskas", "Pacevičiūtė": "Pacevičius", "Pakalniškytė": "Pakalniškis", "Palšytė": "Palšis", "Paražinskaitė": "Paražinskas", "Paskevičiūtė": "Paskevičius", "Paulauskaitė": "Paulauskas", "Petkevičiūtė": "Petkevičius", "Petkutė": "Petkus", "Petraitytė": "Petraitys", "Petrauskaitė": "Petrauskas", "Petravičiutė": "Petravičius", "Petronytė": "Petronys", "Piliušina": "Piliušin", "Plečkaitė": "Plečkas", "Plečkaitytė": "Plečkaitys", "Počiūtė": "Počius", "Poškutė": "Poškus", "Povilaitytė": "Povilaitys", "Rackauskaitė": "Rackauskas", "Radzevičiūtė": "Radzevičius", "Rakauskaitė": "Rakauskas", "Ramanauskaitė": "Ramanauskas", "Ramonaitė": "Ramonas", "Remeikaitė": "Remeikas", "Rimkutė": "Rimkus", "Rinkevičiūtė": "Rinkevičius", "Rupšytė": "Rupšys", "Rutkauskaitė": "Rutkauskas", "Sabaliauskaitė": "Sabaliauskas", "Sadauskaitė": "Sadauskas", "Sakalauskaitė": "Sakalauskas", "Sauliutė": "Saulius", "Šaulytė": "Šaulys", "Savickaitė": "Savickas", "Šernaitė": "Šernas", "Sidlauskaitė": "Sidlauskas", "Simkutė": "Simkus", "Simonavičiūtė": "Simonavičius", "Sinkevičiūtė": "Sinkevičius", "Skrabulytė": "Skrabulis", "Škudaitė": "Škudas", "Songailaitė": "Songaila", "Sorokina": "Sorokin", "Stankevičiūtė": "Stankevičius", "Stankutė": "Stankus", "Starkutė": "Starkus", "Steponavičiūtė": "Steponavičius", "Stonkutė": "Stonkus", "Stonytė": "Stonys", "Šukytė": "Šukys", "Švedaitė": "Švedas", "Tamasauskaitė": "Tamasauskas", "Tamošaitytė": "Tamošaitis", "Tamosiunaitė": "Tamosiunas", "Tomaitė": "Tomas", "Tvarionaitė": "Tvarionas", "Urbanavičiūtė": "Urbanavičius", "Urbonaitė": "Urbonas", "Urbonavičiūtė": "Urbonavičius", "Užkurėlytė": "Užkurėlis", "Vaiciulytė": "Vaiciulys", "Vaitiekunaitė": "Vaitiekunas", "Vaitkevičiūtė": "Vaitkevičius", "Vaitkutė": "Vaitkus", "Vanagaitė": "Vanagas", "Varnaitė": "Varnas", "Vasiliauskaitė": "Vasiliauskas", "Venckutė": "Venckus", "Verbickaitė": "Verbickas", "Verzbickaitė": "Verzbickas", "Vilkaitė": "Vilkas", "Vilkevičiūtė": "Vilkevičius", "Vilniutė": "Vilnius", "Virbalytė": "Virbalys", "Viršilaitė": "Viršilas", "Visockaitė": "Visockas", "Vitkauskaitė": "Vitkauskas", "Vitkutė": "Vitkus", "Volkutė": "Volkus", "Vyšniauskaitė": "Vyšniauskas", "Zabielaitė": "Zabiela", "Žadeikytė": "Žadeikys", "Žemaitytė": "Žemaitys", "Žičkutė": "Žičkus", "Žilinskaitė": "Žilinskas", "Žiukaitė": "Žiukas", "Žukaitė": "Žukas", "Žukauskaitė": "Žukauskas", "Žvinklytė": "Žvinklys"};
 
 App.Data.misc.luxembourgianSlaveNames = ["Ada-Sylvia", "Ada", "Adélaïde", "Adele", "Adèle", "Adelgund", "Adelheid", "Adrienne", "Agathe", "Agna", "Agnès", "Aile", "Aimée", "Alaine", "Albane", "Alette", "Alexa", "Alexandra-Sophia", "Alexandra", "Alexanne", "Alexis", "Alice", "Aline", "Alix", "Alizée", "Aloisa", "Alwine", "Amalia", "Amalie", "Amandine", "Ambre", "Amée", "Amélie", "Ammelie", "Amy", "Anabelle", "Anaëlle", "Anaïs", "Andrea", "Andréa", "Andréanne", "Andrée", "Andrie", "Anett", "Anette", "Ange", "Angela", "Angele", "Angelika", "Angélique", "Anita", "Anja", "Anna-Bärbel", "Anna-Lise", "Anna-Lotte", "Anna", "Annabelle", "Anne-Birgit", "Anne-Catherine", "Anne-Marie", "Anne-Sophie", "Anne", "Annegret", "Annelies", "Anneliese", "Annemarie", "Annette", "Annick", "Annie", "Anselma", "Antje", "Antoinette", "Appoline", "Appolonia", "Ariane", "Arielle", "Arlette", "Armelle", "Armgard", "Ashley", "Astérie", "Astrid", "Aubine", "Aurélia", "Aurélie", "Auréliia", "Aurore", "Avril", "Axelle", "Babette", "Barbara", "Barbe", "Bärbel", "Baronika", "Beate", "Béatrice", "Belle", "Bernadette", "Bernice", "Berta", "Bertille", "Bertita", "Bettina", "Bianca", "Bianka", "Bien Aimée", "Birgit", "Birgitte", "Birthe", "Blaisotte", "Blanche", "Blanchette", "Bluette", "Bridget", "Brigitta", "Brigitte", "Britta", "Brunhilda", "Brunhilde", "Cäcilie", "Calanthe", "Camille", "Capucine", "Carina", "Carine", "Carola", "Carolane", "Carole", "Caroline", "Cassandre", "Catherine", "Cécilie", "Cekine", "Celeste", "Célia", "Céline", "Cerise", "Chanel", "Chantal", "Charline", "Charlotte", "Charmaine", "Cherie", "Chloë", "Chris", "Christa-Marina", "Christa", "Christel", "Christelle", "Christi", "Christiane", "Christina", "Christine", "Christl", "Claire-Marie", "Claire", "Clarisse", "Claude", "Claudette", "Claudia", "Claudie", "Claudine", "Clémence", "Clémentine", "Clervie", "Cloé", "Clothilde", "Clotilde", "Colette", "Coline", "Colombe", "Constance", "Constanza", "Constanze", "Coralie", "Cordélie", "Cordula", "Corentine", "Corinna", "Corinne", "Cornelia", "Cornélie", "Cosette", "Crescence", "Cristiana", "Cristina", "Dagmar-Anette", "Dagmar", "Daniela", "Danièle", "Danielle", "Daphné", "Daphnée", "Deelicious", "Delicious", "Delphine", "Denise", "Desirée", "Désirée", "Diana", "Dianne", "Dionne", "Diotima", "Dominique", "Dora", "Doralice", "Doré", "Dorette", "Doriane", "Doris", "Dorothea", "Dorothee", "Dorothée", "Eberharde", "Edda", "Edelgard", "Edeltraud", "Edeltraut", "Edeltrud", "Edith", "Effi", "Égérie", "Eike", "Elaine", "Eleana", "Éléanore", "Elena", "Eléna", "Eleonora", "Eleonore", "Elfreida", "Elfriede", "Éliane", "Elisabeth", "Élisabeth", "Elise", "Élizabeth", "Elka", "Elke", "Ella", "Ellen", "Elodie", "Élodie", "Eloise", "Elsa", "Elsbeth", "Else", "Elvira", "Emelie", "Emeline", "Emilie", "Émilie", "Émilienne", "Emily", "Emma", "Emmanuelle", "Emy", "Erdmute", "Erika", "Erna", "Ernestine", "Esmé", "Estée", "Estelle", "Eugénie", "Eulalie", "Eva-Maria", "Eva", "Evangeline", "Eve", "Evelyne", "Fabienne", "Fanny", "Fantine", "Fernande", "Fifi", "Fleur", "Florence", "Florie", "Francine", "Françoise", "Franziska", "Frauke", "Frédérique", "Freya", "Frida", "Frieda", "Friedegard", "Friedericke", "Gabriela", "Gabriele", "Gabrielle", "Garde", "Garnet-Andrea", "Gebharde", "Geneviève", "Georgette", "Georgine", "Géraldine", "Gerda", "Gerlinda", "Gerlinde", "Germaine", "Gerta", "Gertraud", "Gertraude", "Gertrud", "Gervaise", "Gesa", "Ghislaine", "Gigi", "Gina", "Ginette", "Gisa", "Gisela", "Gisèle", "Gitta", "Gitte", "Grâce", "Greta", "Gretchen", "Grethe", "Gudrun", "Gunda", "Gundula", "Hanna", "Hanne", "Hannelore", "Hauke", "Hedwig", "Heide-Karin", "Heide", "Heidemarie", "Heidi", "Heidrun", "Heike", "Helena", "Helene", "Hélène", "Helga", "Hella", "Helma", "Héloïse", "Henriette", "Hermine", "Herta", "Hertha", "Hilda", "Hilde", "Hildegard", "Hilma", "Hulda", "Hyacinthe", "Ida", "Ilka", "Ilona", "Ilse", "Imma", "Ina", "Inés", "Inge", "Ingeborg", "Ingeburg", "Ingrid", "Insa", "Irene", "Irène", "Iris", "Irma", "Irmengard", "Irmgard", "Isa", "Isabeau", "Isabella", "Isabelle", "Jacqueline", "Jana", "Janine", "Jasmin", "Jean", "Jeand'arc", "Jeanette", "Jeanine", "Jeanne-Aimée", "Jeanne-Yvette", "Jeanne", "Jeannine", "Jenevieve", "Jessica", "Jettchen", "Joëlle", "Johanna", "Jolante", "Jolène", "Josée", "Josefa", "Josepha", "Josephine", "Josette", "Josiane", "Juli", "Julia", "Juliane", "Julie", "Juliette", "Juni", "Justine", "Jutta", "Kaethe", "Karin-Astrid", "Karin", "Karina", "Karine", "Karla", "Karlin", "Karlotta", "Karlotte", "Karola", "Karolina", "Karoline", "Käte", "Katerina", "Katharina", "Käthe", "Kathrin", "Katja", "Katrin", "Kerstin", "Kim", "Kirsten", "Klara", "Klarissa", "Klaudia", "Konstanze", "Kornelia", "Kreszentia", "Krista", "Kristina", "Laetitia", "Lara", "Lätitia", "Laura", "Laure", "Laurence", "Lauriane", "Laurianne", "Laurie", "Laurine", "Léa", "Leah", "Lena", "Lene", "Leonie", "Léonie", "Leonore", "Léonore", "Lexi", "Liane", "Lianne", "Lies", "Liesbeth", "Liese", "Lieselotte", "Liesl", "Lili", "Liliane", "Lilianne", "Lilli", "Lina", "Linda", "Lisa", "Lisbeth", "Lise", "Liselotte", "Lisette", "Lisl", "Lissi", "Liz", "Loni", "Loraine", "Lore", "Lorelei", "Loréline", "Lorraine", "Lotte", "Louise", "Lucie", "Lucienne", "Lucile", "Lucille", "Lucrèce", "Ludivine", "Ludwiga", "Ludwige", "Luise", "Lukretia", "Lutgard", "Luzi", "Luzie", "Lydia", "Lydie", "Lynn", "Mabelle", "Madeleine", "Madlen", "Mady", "Maelle", "Magalie", "Magdalena", "Magdalene", "Maja", "Malwine", "Mana", "Mandy", "Manon", "Manuela", "Marcelle", "Maren", "Margareta", "Margarete", "Margaretha", "Margaux", "Margit", "Margitta", "Margot", "Margrete", "Margrit", "Marguerite", "Mari-Angela", "Maria", "Marianne", "Marie-Anne", "Marie-Claire", "Marie-Claude", "Marie-Ève", "Marie-France", "Marie-Hélène", "Marie-Josée", "Marie-Laure", "Marie-Louise", "Marie-Noelle", "Marie-Pier", "Marie-Pierre", "Marie-Sophie", "Marie-Sylvie", "Marie-Thérèse", "Marie", "Marielle", "Marike", "Marina", "Marine", "Marion", "Marit", "Marita", "Marjeta", "Marjolaine", "Marlene", "Marlies", "Marliese", "Marlis", "Marthe", "Martina", "Martine", "Mathilde", "Maude", "Maxime", "Maxine", "Mechthild", "Mégane", "Meike", "Mélaine", "Melanie", "Mélanie", "Melina-Marie", "Mélina", "Mèlina", "Mélissa", "Mélodie", "Merle", "Meta", "Mia", "Michaela", "Michèle", "Micheline", "Mieke", "Mignon", "Mimi", "Minna", "Mirabelle", "Mireille", "Mirjam", "Mitzi", "Mizzi", "Monette", "Monika", "Monique", "Morgane", "Musette", "Mylène", "Myriam", "Nadège", "Nadine", "Nadja", "Nanette", "Nanni", "Natalie", "Natascha", "Nathalie", "Nella", "Nena", "Nicole", "Nicolette", "Nida", "Nikola", "Nina", "Noelle", "Noemi", "Noémie", "Notburga", "Océane", "Octavie", "Odette", "Odile", "Olga", "Olympie", "Ombeline", "Ophélie", "Orégane", "Ortrud", "Ortun", "Ossi", "Ottilie", "Pascale", "Patrice", "Patrizia", "Paula", "Paulette", "Pauline", "Petra", "Philippine", "Phöbe", "Pia", "Porsche", "Quitterie", "Rachel", "Rachelle", "Rahel", "Ramona", "Raymonde", "Rebekka", "Regina", "Regine", "Regula", "Reintraud", "Renate", "Renée", "Resi", "Ria", "Rita", "Rochelle", "Romaine", "Romane", "Romi", "Romy", "Ronja", "Rosa", "Rosalie", "Rosalinde", "Rosamunde", "Rosangela", "Rose", "Rosemarie", "Rosemunde", "Rosine", "Roswitha", "Roxane", "Ruth", "Sabine", "Sabrina", "Sabrine", "Salome", "Salomé", "Sandra", "Sandrine", "Sara", "Sarah", "Selina", "Senta", "Séraphine", "Sibylle", "Sidonie", "Sieglinde", "Sigrid", "Silja", "Silke", "Simone", "Simonne", "Sina", "Sinikka", "Sixtine", "Sofia", "Solange", "Solène", "Solenne", "Sonia", "Sonja", "Sophia", "Sophie", "Stefania", "Stefanie", "Stella", "Stephanie", "Stéphanie", "Sunny", "Susanna", "Susanne", "Suzanne", "Swenja", "Sybille", "Sylvia", "Sylvie", "Tabea", "Tamara", "Tania", "Tanja", "Tatiana", "Tereza", "Tessy", "Thekla", "Theresa", "Therese", "Thérèse", "Thilde", "Tiffany", "Tiphaine", "Tonja", "Traute", "Trina", "Trine", "Trixi", "Ulla", "Ulrike", "Ursula", "Usel", "Uta", "Ute", "Valentine", "Valérie", "Vanessa", "Vera", "Verena", "Veronika", "Veronike", "Véronique", "Vicky", "Victoire", "Victoria", "Viktoria", "Vinzentia", "Viola", "Violette", "Virgie", "Virginie", "Viviane", "Vivienne", "Waltraud", "Waltraut", "Weike", "Wendelgard", "Wiebke", "Wilhelmina", "Wilhelmine", "Yannick", "Yolanda", "Yvette", "Yvonne", "Zoe", "Zoé", "Zoë", "Zölestine"];
 App.Data.misc.luxembourgianMaleNames = ["Achille", "Achim", "Adalbert", "Adalmund", "Adam", "Adelbert", "Adelmute", "Adrian", "Adrien", "Aïdan", "Alain-René", "Alain", "Alban", "Albert", "Albrecht", "Alexander", "Alexandre", "Alexis", "Alfons", "Alfred", "Alois", "Aloïs", "Alphonse", "Alwin", "Aly", "Amaury", "Ambroise", "Amédée", "Anatol", "Anatole", "Anders", "André", "Andreas", "Andrei", "Äneas", "Anicet", "Anselm", "Anselme", "Antoine", "Anton", "Aribert", "Aristide", "Arius", "Armand", "Armin", "Arnaud", "Arndt", "Arne", "Arnim", "Arno", "Arnold", "Arnulf", "Arsène", "Arthur", "Artur", "Aubert", "Aubin", "Audefroy", "August", "Auguste", "Augustin", "Aurélien", "Axel", "Aymeric", "Balthasar", "Baptiste", "Bardiou", "Barnabas", "Barthélémy", "Bartholomäus", "Basile", "Bastian", "Bastien", "Baudier", "Baudouin", "Beau", "Ben", "Benedikt", "Benjamin", "Benoît", "Bérenger", "Bernard", "Bernd", "Berndt", "Bernhard", "Bernward", "Berthold", "Bertold", "Bertram", "Bertrand", "Blaise", "Bob", "Bodo", "Boudreaux", "Brandt", "Brice", "Brieux", "Bruno", "Bruns", "Burkhard", "Cäcile", "Carl", "Carlos", "Carsten", "Cäsar", "Caspaar", "Cécil", "Cédric", "Cédrick", "Céléstin", "César", "Charel", "Charles Étienne", "Charles-Antoine", "Charles", "Chrétien", "Christian", "Christoph", "Christophe", "Clair", "Claude", "Claus", "Clemens", "Clément", "Clovis", "Côme", "Conrad", "Constantin", "Corentin", "Cyprien", "Cyriaque", "Cyrille", "Damien", "Danick", "Daniel", "Dany", "Dartagnan", "David", "Dédé", "Degenhard", "Denis", "Déreck", "Detlef", "Didier", "Diesel", "Dietbold", "Dieter", "Dietleib", "Dietmar", "Dietrich", "Ditmar", "Dominik", "Dominique", "Donatien", "Eber", "Eberhard", "Eckart", "Eckbrecht", "Eckert", "Eckhard", "Eddi", "Edgar", "Edmond", "Edmund", "Édouard", "Edsel", "Eduard", "Egbert", "Égide", "Egon", "Ehregott", "Ekkehard", "Elias", "Élias", "Élie", "Éliot", "Elmar", "Éloi", "Emanuel", "Émerick", "Emeril", "Emil", "Emile", "Émile", "Émilien", "Emmanuel", "Engelbert", "Enrich", "Enrick", "Erhard", "Éric", "Erich", "Erik", "Ernst", "Erny", "Erwin", "Esmé", "Esra", "Étienne", "Eugen", "Eugène", "Evarist", "Évrard", "Ewald", "Ezechiel", "Faber", "Fabian", "Fabien", "Fabrice", "Falk", "Faust", "Félix Antoine", "Felix", "Félix", "Ferdinand", "Fernand", "Festus", "Fidèle", "Filipp", "Firmin", "Flavien", "Florent", "Florian-Adrian", "Florian", "Francis", "Franciskus", "Franck", "François", "Frank", "Franko", "Franz-Dieter", "Franz-Josef", "Franz", "Franziskus", "Fred", "Frédéric", "Frédérick", "Fridolin", "Friedbert", "Friedhelm", "Friedolin", "Friedrich-Paul", "Friedrich", "Fritz", "Fürchtegott", "Gabin", "Gabriel", "Gaël", "Gaétan", "Gaëtan", "Gaspard", "Gaston", "Gatien", "Gauthier", "Gautier", "Gebhard", "Gédéon", "Geoffroy", "Georg", "George-Marie", "Georges", "Gerald", "Gérard", "Gerd", "Gerhard", "Gerhardt", "Germain", "Gerold", "Gerrit", "Ghislain", "Gilbert", "Giles", "Gilles", "Giraud", "Gottfried", "Gotthard", "Gotthold", "Gottlieb", "Gottschalk", "Grégoire", "Gregor", "Guillaume", "Gunnar", "Gunter", "Günther", "Gust", "Gustav", "Gustave", "Guy", "Hagen", "Hanno", "Hans-Georg", "Hans-Joachim", "Hans-Peter", "Hans", "Harald", "Harro", "Hartmut", "Hasso", "Heiko", "Heiner", "Heinrich", "Heinz-Dieter", "Heinz", "Hektor", "Helmar", "Helmut", "Helmuth", "Hendrik", "Henning", "Henri", "Henrik", "Henryk", "Herbert", "Hermann", "Hervé", "Hilaire", "Hilmar", "Holger", "Honoré", "Horaz", "Horst", "Hubert", "Hubertus", "Hugo", "Hugues", "Ignace", "Ignaz", "Imer", "Ingert", "Ingolf", "Ingomar", "Irène", "Isaak", "Isidor", "Isidore", "Ismaël", "Jacques-Yves", "Jacques", "Jacquot", "Jakob", "Jan", "Jansen", "Jean-Albert", "Jean-André", "Jean-Baptise", "Jean-Charles", "Jean-Christophe", "Jean-Claude", "Jean-Didier", "Jean-France", "Jean-François", "Jean-Guy", "Jean-Jacques", "Jean-Jérôme", "Jean-Lou", "Jean-Louis", "Jean-Luc", "Jean-Marc", "Jean-Marie", "Jean-Michel", "Jean-Paul", "Jean-Philippe", "Jean-Pierre", "Jean-René", "Jean-Sébastien", "Jean-Simon", "Jean-Xavier", "Jean-Yves", "Jean", "Jens", "Jérémi", "Jeremias", "Jérémie", "Jérémy", "Jermaine", "Jérôme", "Jessy", "Jimmy", "Joachim", "Jochen", "Jodokus", "Joé", "Joël", "Johann", "Johannes", "Johnny", "Jojo", "Jörgen", "Jörn", "Joscelin", "Josef", "Joseph-Benoît", "Joseph", "Josias", "Jost", "Jourdain", "Jules", "Julian", "Julien", "Jürgen", "Juste", "Justin", "Justus", "Kai", "Karl-Heinz", "Karl-Ludwig", "Karl", "Karlheinz", "Karlmann", "Karol", "Karsten", "Kaspar", "Klaudius", "Klaus-Dieter", "Klaus-Karl", "Klaus-Peter", "Klaus", "Klemens", "Knut", "Konrad-Wilhelm", "Konrad", "Konstantin", "Korbinian", "Kunz", "Kurt-Adolf", "Kurt-Christian", "Kurt", "Laurent", "Lazare", "Léandre", "Leo", "Léo", "Léon", "Léonard", "Leonhard", "Leonik", "Leopold", "Léopold", "Lilian", "Loïc", "Lorenz", "Lothar", "Lou", "Louis Philippe", "Louis-Charles", "Louis-Joseph", "Louis", "Louka", "Luc", "Luca", "Lucas", "Lucien", "Ludo", "Ludolf", "Ludovic", "Ludwig", "Lukas", "Lutz", "Macaire", "Maël", "Maik", "Manfred", "Manuel", "Marc André", "Marc Antoine", "Marc Olivier", "Marc-Alexandre", "Marc-André", "Marc-Antoine", "Marc-Henri", "Marc", "Marcel", "Marcellin", "Marco", "Marek", "Marian", "Marius", "Marko", "Markus", "Martin", "Mathias", "Mathieu", "Mathis", "Mattéo", "Matthäus", "Matthias", "Matthieu", "Maurice", "Max", "Maxence", "Maxime", "Maximilian", "Maximilien", "Meinhard", "Meinrad", "Melchior", "Michael", "Michel", "Mickaël", "Mike", "Mirko", "Moritz", "Narcisse", "Narziss", "Neidhard", "Nicéphore", "Nico", "Nicolas", "Niklas", "Nikodemus", "Nikolaus", "Noah", "Noé", "Noël", "Norbert", "Nordine", "Norman", "Octavien", "Odilon", "Oliver", "Olivier", "Ortwin", "Oskar", "Otmar", "Ottmar", "Otto", "Ottokar", "Pascal", "Patrice", "Patrick", "Paul-Dieter", "Paul", "Peter", "Philipp", "Philippe", "Pier-Olivier", "Pierre Alexandre", "Pierre Olivier", "Pierre-Luc", "Pierre", "Pierrick", "Pierrot", "Pit", "Prosper", "Quentin", "Rafaël", "Raimar", "Raimund", "Rainer", "Rainier", "Ralf", "Randolf", "Raoul", "Raphaël", "Rayan", "Raymond", "Réal", "Régis", "Reichold", "Reimar", "Reimund", "Reinhard", "Reinhold", "Reinmar", "Réjean", "Rémi", "Remo", "Rémy", "Renald", "Renaud", "Rene", "René", "Rheinhardt", "Richard", "Rickhard", "Riner", "Robert", "Roderich", "Rodolphe", "Rodrigue", "Roger", "Roland", "Rolf", "Romain", "Romaine", "Roman", "Ruben", "Ruddiger", "Rüdiger", "Rudolf", "Rudy", "Rupert", "Rupertus", "Ruprecht", "Rutger", "Samuel", "Samy", "Sander", "Sascha", "Schorsch", "Sebastian", "Sébastien", "Seigmund", "Serge", "Séverin", "Siegfried", "Sieghard", "Siegmund", "Sigmund", "Sigurd", "Simeon", "Simon Olivier", "Simon", "Sofiane", "Sonke", "Stadler", "Stanislas", "Stefan-André", "Stefan-Paul", "Stefan", "Steffen", "Steinmar", "Stephan", "Stéphane", "Sulpice", "Sven", "Sylvain", "Sylvestre", "Tancrede", "Terenz", "Thaddäus", "Théo", "Theobold", "Theodor", "Théodore", "Théophile", "Thibaud", "Thibault", "Thibaut", "Thierry", "Thile", "Thomas", "Thorsten", "Till-Alexander", "Tilmann", "Tim", "Timothé", "Timothee", "Timothée", "Tobias", "Tom", "Tornsten", "Toussaint", "Traugott", "Tun", "Udo", "Ulf", "Ullrich", "Ulrich", "Uter", "Utz", "Uwe", "Valentin", "Valère", "Veit", "Victor", "Viktor", "Vincent", "Vinzenz", "Virgile", "Volker", "Volkmar", "Waldemar", "Waldo", "Walter", "Walther", "Wenzel", "Werner", "Werther", "Wilfried", "Wilhelm", "Willibald", "Winfried", "Wolfgang", "Wolfram", "Xavier", "Yan", "Yanick", "Yanis", "Yoan", "Yoann", "Yohan", "Yves", "Yvon", "Zacharie", "Zephrin", "Zinnedine"];
@@ -647,7 +647,7 @@ App.Data.misc.polishSlaveNames = ["Ada", "Adela", "Adriana", "Adrianna", "Aga",
 App.Data.misc.polishMaleNames = ["Abda", "Adam", "Adolf", "Adrian", "Alan", "Albin", "Aleksander", "Alfons", "Alois", "Alojzy", "Ambrozy", "Andrzej", "Antoni", "Anzelm", "Arek", "Arkadiusz", "Artur", "August", "Augustyn", "Bartlomiej", "Bartłomiej", "Bartosz", "Bazyl", "Bazyli", "Benedykt", "Beniamin", "Biötuł", "Blazej", "Bogdan", "Bogumil", "Bogumił", "Boguslaw", "Bogusław", "Bogusz", "Bohdan", "Bohuměr", "Boleslaw", "Bolesław", "Borys", "Bożydar", "Bronislaw", "Bronisław", "Česćiměr", "Cezary", "Chwalibóg", "Chwalisław", "Cyprian", "Czcibor", "Czeslaw", "Czesław", "Damian", "Daniel", "Dariusz", "Dawid", "Dezydery", "Dionizy", "Dobiegniew", "Dobieslaw", "Dobiesław", "Dobrogost", "Dobromił", "Dobromir", "Dobrosław", "Dobysław", "Domard", "Domasław", "Dominik", "Donat", "Dragomir", "Dymitr", "Dzierżysław", "Edmund", "Edward", "Eliasz", "Eligiusz", "Emil", "Erazm", "Eugeniusz", "Euzebiusz", "Felicjan", "Feliks", "Ferda", "Ferdynand", "Filip", "Franciszek", "Friedrich", "Fryderyk", "Gniewko", "Gniewomir", "Godzimir", "Godzisław", "Gorzysław", "Grzegorz", "Gustaw", "Henryk", "Herman", "Hieronim", "Hipolit", "Horisław", "Hubert", "Ignacy", "Igor", "Ireneusz", "Iwan", "Iwo", "Jacek", "Jacenty", "Jakub", "Jan", "Janusz", "Jaontek", "Jarek", "Jaroměr", "Jaromir", "Jaroslaw", "Jarosław", "Jedrzej", "Jerzy", "John", "Jozef", "Józef", "Julian", "Juliusz", "Juza", "Jynrek", "Kacper", "Kaj", "Kajetan", "Kamil", "Kaospela", "Karol", "Kazimierz", "Klaudiusz", "Klemens", "Konrad", "Konstanty", "Kornel", "Krystian", "Krzesimir", "Krzysztof", "Ksawer", "Ksawery", "Küba", "Laojzek", "Lazarz", "Lech", "Lechosław", "Leon", "Leopold", "Leslaw", "Lesław", "Leszek", "Lew", "Lubomir", "Lucjan", "Ludomil", "Ludomił", "Ludomir", "Ludwik", "Lukasz", "Łukasz", "Maciej", "Maciek", "Maksymilian", "Marcel", "Marceli", "Marcin", "Marek", "Marian", "Mariusz", "Mateusz", "Maurycy", "Michal", "Michał", "Mieczyslaw", "Mieczysław", "Mieszko", "Mikolaj", "Mikołaj", "Milan", "Milorad", "Miłosław", "Milosz", "Miłosz", "Mira", "Mirko", "Miroslaw", "Mirosław", "Mječisław", "Mjēta", "Mōc", "Mscëwòj", "Mścisław", "Mściwój", "Narcyz", "Natan", "Nepomucen", "Niemir", "Nikodem", "Norbert", "Olgierd", "Olus", "Oskar", "Patryk", "Pawel", "Paweł", "Pazemek", "Pejter", "Piöel", "Piotr", "Przemyslaw", "Przemysław", "Przybysław", "Radek", "Radoměr", "Radoslaw", "Radosław", "Rafal", "Rafał", "Razmus", "Remigiusz", "Robert", "Roman", "Romuald", "Rościsław", "Ryszard", "Salomon", "Sambor", "Sebastian", "Sędziwoj", "Sergiusz", "Seweryn", "Slawek", "Sławoj", "Slawomir", "Sławomir", "Sobieslaw", "Sobiesław", "Stanij", "Stanislaw", "Stanisław", "Staocha", "Stefan", "Subisłôw", "Sulisław", "Swiãtopôłk", "Świętosław", "Sylwester", "Symplicyusz", "Szczepan", "Szymek", "Szymon", "Tadeusz", "Teodor", "Teofil", "Tobyś", "Tomasz", "Tüma", "Tymon", "Tymoteusz", "Urban", "Vinca", "Waclaw", "Wacław", "Waldemar", "Walenty", "Walerian", "Walery", "Waleryan", "Wasyl", "Wawrzyniec", "Wienczyslaw", "Wieslaw", "Wiesław", "Wiktor", "Wincenty", "Wińczysław", "Wit", "Witek", "Witold", "Wjeleměr", "Wladimir", "Wladyslaw", "Władysław", "Wlodzimierz", "Włodzimierz", "Wojciech", "Wójsław", "Wojtek", "Wszebor", "Xawery", "Zac", "Zawisza", "Zbigniew", "Zbyszko", "Zdzislaw", "Zdzisław", "Zenon", "Ziemowit", "Zygfryd", "Zygmund", "Zygmunt"];
 /* NOTE: Polish surnames have different forms depending on the gender of the person. This list uses the female form. */
 App.Data.misc.polishSlaveSurnames = ["Adamczyk", "Adamowska", "Adamska", "Babczyńska", "Bachleda", "Bak", "Baran", "Barana", "Baranowska", "Bartoszak", "Bebło", "Bednarczyk", "Bednarek", "Bereznowska", "Białobrzeska", "Bielczyk", "Bielecka", "Bielińska", "Bijoch", "Bik", "Biskupska", "Bochenek", "Borkowska", "Borowska", "Braunek", "Broniatowska", "Brożek", "Brus", "Brzozowska", "Bukowska", "Camberg", "Chawawko", "Chewińska", "Chmara", "Chmielewska", "Chmielowska", "Chojecka", "Chojnacka", "Cichocka", "Ciszewska", "Czapiewska", "Czarnecka", "Czubak", "Dąbrowska", "Dibrowska", "Długołecka", "Dombroska", "Dragańska", "Duda", "Dudek", "Dworakowska", "Dygacz", "Dziedzic", "Ellward", "Ennaoui", "Fajdek", "Farna", "Forkasiewicz", "Frackowiak", "Gajda", "Gajewska", "Gałecka", "Gapińska", "Gaworska", "Gierczak", "Ginczanka", "Giżyńska", "Głowacka", "Górska", "Grabowska", "Gradek", "Gruchala", "Grudzińska", "Grzelak", "Gulbierz", "Guzowska", "Haratyk", "Hoffmann", "Horowska", "Jabłońska", "Jagaciak", "Jagodzińska", "Jakubiak", "Jakubowska", "Jamrozy", "Janicka", "Janik", "Janin", "Jankowska", "Janowska", "Januchta", "Jaroska", "Jarosz", "Jarzyńska", "Jasek", "Jasińska", "Jaworska", "Jędrejek", "Jesień", "Jóźwik", "Jurkowianiec", "Kaczmarczyk", "Kaczmarek", "Kaczyńska", "Kalinowska", "Kamińska", "Kania", "Karczmarek", "Kasprzak", "Kasprzyk", "Katewicz", "Kern", "Kiełbasińska", "Klimczak", "Klimek", "Kłos", "Kniola", "Kolodziejska", "Konieczna", "Konopka", "Kopacz", "Korczyńska", "Korzeniowska", "Kot", "Kowal", "Kowalczyk", "Kowalewska", "Kowalik", "Kowalska", "Kozak", "Kozłowska", "Kożuchowska", "Krajewska", "Krawczuk", "Krawczyk", "Król", "Kruk", "Krukowska", "Krupa", "Krzesińska", "Krzewina", "Kszczot", "Kubiak", "Kubicka", "Kuć", "Kucharska", "Kulesza", "Kulon", "Kumar", "Kumara", "Kurek", "Kwaśniewska", "Kwaśniowska", "Kwiatkowska", "Łabędź", "Lajblich", "Laskowska", "Lech", "Leconte", "Leon", "Leszczak", "Lewandowska", "Lićwinko", "Lis", "Lisek", "Maciejewska", "Maćkowiak", "Madej", "Maj", "Majchrzak", "Majdan", "Majewska", "Majusiak", "Makowska", "Makuch", "Malinowska", "Maliszewska", "Marciniak", "Marczak", "Marek", "Markiewicz", "Markowska", "Marzec", "Masztak", "Matyjasik", "Mazur", "Mazura", "Mazurek", "Mazurkiewicz", "Michalak", "Michalik", "Michalska", "Mosio", "Mucha", "Nadolska", "Nakowicz", "Nawrocka", "Neuman", "Nicka", "Niwińska", "Noga", "Nowacka", "Nowak", "Nowakowska", "Nowicka", "Olejniczak", "Olejnik", "Olszeska", "Olszewska", "Omelko", "Osińska", "Osman", "Ossowska", "Ostrowska", "Owczarek", "Pałyszko", "Panfil", "Parszczyńska", "Partyka", "Pawlak", "Pawlik", "Pawłowska", "Pazda", "Piasecka", "Piecyk", "Piekarska", "Pietrasińska", "Pietrucha", "Pietrzak", "Piotrowska", "Plawgo", "Podolak", "Pokrop", "Polak", "Popowicz", "Pozorska", "Przeździecka", "Przybylska", "Psujek", "Pulaska", "Rabczewska", "Rabska", "Radecka", "Radtke", "Radwańska", "Radzikowska", "Rogowska", "Rokitowska", "Rómmel", "Rubik", "Rudzińska", "Rutkowska", "Rysiukiewicz", "Sadowska", "Samp", "Sarnicka", "Sawicka", "Schwarz", "Ścigaczewska", "Sienkiewicz", "Sikora", "Sikorska", "Simon", "Siwiec", "Skarga", "Skarzyńska", "Skiba", "Skowronek", "Skuherska", "Skupień", "Śmiałowska", "Śmiechowicz", "Smutniak", "Snochowska", "Sobczak", "Sobczyk", "Socha", "Sojka", "Sowa", "Środa", "Stankiewicz", "Starzak", "Stasiak", "Stępień", "Stępniak", "Stern", "Stolarczyk", "Struss", "Strzałkowska", "Strzelecka", "Suchoka", "Sudoł", "Sykut", "Szczepaniak", "Szczepkowska", "Szczęsna", "Szewczyk", "Szewińska", "Szordykowska", "Szost", "Szulc", "Szumiec", "Szwed", "Szydło", "Szydłowska", "Szymańska", "Szymczak", "Tarło", "Tarnowska", "Tokarska", "Toma", "Tomala", "Tomaszewska", "Tomczak", "Tomczyk", "Trybańska", "Trześniewska", "Tymieniecka", "Tyrmand", "Umiastowska", "Urban", "Urbaniak", "Urbaś", "Utrata", "Valkenier", "Vasa", "Walczak", "Wałęsa", "Wardak", "Wasilewska", "Wawrzyniak", "Wedler", "Węgrzecka", "Wesołowska", "Wiater", "Wieczorek", "Wielicka", "Wigura", "Wilk", "Wiśniewska", "Witek", "Witkowska", "Wladyka", "Włodarczyk", "Wójcicka", "Wojciechowska", "Wójcik", "Wojcika", "Wojtowicz", "Wolska", "Woniak", "Worek", "Woźniacka", "Woźniak", "Wróbel", "Wróbelska", "Wroblewska", "Wrona", "Wydrych", "Wyka", "Wyrwal", "Wysocka", "Zadrożna", "Zając", "Zajíc", "Zakrzewska", "Zalewska", "Zaremba", "Zawadzka", "Zdybicka", "Zielińska", "Ziober", "Ziubrak", "Żukowska", "Żuławska", "Zych", "Żyżyńska"];
-App.Data.misc.polishMaleSurnames = {"Adamowska": "Adamowski", "Adamska": "Adamski", "Babczyńska": "Babczyński", "Baranowska": "Baranowski", "Bereznowska": "Bereznowski", "Białobrzeska": "Białobrzeski", "Bielecka": "Bielecki", "Bielińska": "Bieliński", "Biskupska": "Biskupski", "Borkowska": "Borkowski", "Borowska": "Borowski", "Broniatowska": "Broniatowski", "Brzozowska": "Brzozowski", "Bukowska": "Bukowski", "Chewińska": "Chewiński", "Chmielewska": "Chmielewski", "Chmielowska": "Chmielowski", "Chojecka": "Chojecki", "Chojnacka": "Chojnacki", "Cichocka": "Cichocki", "Ciszewska": "Ciszewski", "Czapiewska": "Czapiewski", "Czarnecka": "Czarnecki", "Dąbrowska": "Dąbrowski", "Dibrowska": "Dibrowski", "Długołecka": "Długołecki", "Dombroska": "Dombroski", "Dragańska": "Dragański", "Dworakowska": "Dworakowski", "Gajewska": "Gajewski", "Gałecka": "Gałecki", "Gapińska": "Gapiński", "Gaworska": "Gaworski", "Giżyńska": "Giżyński", "Głowacka": "Głowacki", "Górska": "Górski", "Grabowska": "Grabowski", "Grudzińska": "Grudziński", "Guzowska": "Guzowski", "Horowska": "Horowski", "Jabłońska": "Jabłoński", "Jagodzińska": "Jagodziński", "Jakubowska": "Jakubowski", "Janicka": "Janicki", "Jankowska": "Jankowski", "Janowska": "Janowski", "Jaroska": "Jaroski", "Jarzyńska": "Jarzyński", "Jasińska": "Jasiński", "Jaworska": "Jaworski", "Kaczyńska": "Kaczyński", "Kalinowska": "Kalinowski", "Kamińska": "Kamiński", "Kiełbasińska": "Kiełbasiński", "Kolodziejska": "Kolodziejski", "Konieczna": "Konieczny", "Korczyńska": "Korczyński", "Korzeniowska": "Korzeniowski", "Kowalewska": "Kowalewski", "Kowalska": "Kowalski", "Kozłowska": "Kozłowski", "Kożuchowska": "Kożuchowski", "Krajewska": "Krajewski", "Krukowska": "Krukowski", "Krzesińska": "Krzesiński", "Kubicka": "Kubicki", "Kucharska": "Kucharski", "Kwaśniewska": "Kwaśniewski", "Kwaśniowska": "Kwaśniowski", "Kwiatkowska": "Kwiatkowski", "Laskowska": "Laskowski", "Lewandowska": "Lewandowski", "Maciejewska": "Maciejewski", "Majewska": "Majewski", "Makowska": "Makowski", "Malinowska": "Malinowski", "Maliszewska": "Maliszewski", "Markowska": "Markowski", "Michalska": "Michalski", "Nadolska": "Nadolski", "Nawrocka": "Nawrocki", "Nicka": "Nicki", "Niwińska": "Niwiński", "Nowacka": "Nowacki", "Nowakowska": "Nowakowski", "Nowicka": "Nowicki", "Olszeska": "Olszeski", "Olszewska": "Olszewski", "Osińska": "Osiński", "Ossowska": "Ossowski", "Ostrowska": "Ostrowski", "Parszczyńska": "Parszczyński", "Pawłowska": "Pawłowski", "Piasecka": "Piasecki", "Piekarska": "Piekarski", "Pietrasińska": "Pietrasiński", "Piotrowska": "Piotrowski", "Pozorska": "Pozorski", "Przeździecka": "Przeździecki", "Przybylska": "Przybylski", "Pulaska": "Pulaski", "Rabczewska": "Rabczewski", "Rabska": "Rabski", "Radecka": "Radecki", "Radwańska": "Radwański", "Radzikowska": "Radzikowski", "Rogowska": "Rogowski", "Rokitowska": "Rokitowski", "Rudzińska": "Rudziński", "Rutkowska": "Rutkowski", "Sadowska": "Sadowski", "Sarnicka": "Sarnicki", "Sawicka": "Sawicki", "Ścigaczewska": "Ścigaczewski", "Sikorska": "Sikorski", "Skarzyńska": "Skarzyński", "Skuherska": "Skuherski", "Śmiałowska": "Śmiałowski", "Snochowska": "Snochowski", "Strzałkowska": "Strzałkowski", "Strzelecka": "Strzelecki", "Szczepkowska": "Szczepkowski", "Szewińska": "Szewiński", "Szordykowska": "Szordykowski", "Szydłowska": "Szydłowski", "Szymańska": "Szymański", "Tarnowska": "Tarnowski", "Tokarska": "Tokarski", "Tomaszewska": "Tomaszewski", "Trybańska": "Trybański", "Trześniewska": "Trześniewski", "Tymieniecka": "Tymieniecki", "Umiastowska": "Umiastowski", "Wasilewska": "Wasilewski", "Węgrzecka": "Węgrzecki", "Wesołowska": "Wesołowski", "Wielicka": "Wielicki", "Winiewska": "Winiewski", "Wiśniewska": "Wiśniewski", "Witkowska": "Witkowski", "Wójcicka": "Wójcicki", "Wojciechowska": "Wojciechowski", "Wolska": "Wolski", "Woźniacka": "Woźniacki", "Wróbelska": "Wróbelski", "Wroblewska": "Wroblewski", "Wysocka": "Wysocki", "Zadrożna": "Zadrożny", "Zakrzewska": "Zakrzewski", "Zalewska": "Zalewski", "Zawadzka": "Zawadzki", "Zawadzka": "Zawadzky", "Zdybicka": "Zdybicki", "Zielińska": "Zieliński", "Żukowska": "Żukowski", "Żuławska": "Żuławski", "Żyżyńska": "Żyżyński"};
+App.Data.misc.polishMaleSurnames = {"Adamowska": "Adamowski", "Adamska": "Adamski", "Babczyńska": "Babczyński", "Baranowska": "Baranowski", "Bereznowska": "Bereznowski", "Białobrzeska": "Białobrzeski", "Bielecka": "Bielecki", "Bielińska": "Bieliński", "Biskupska": "Biskupski", "Borkowska": "Borkowski", "Borowska": "Borowski", "Broniatowska": "Broniatowski", "Brzozowska": "Brzozowski", "Bukowska": "Bukowski", "Chewińska": "Chewiński", "Chmielewska": "Chmielewski", "Chmielowska": "Chmielowski", "Chojecka": "Chojecki", "Chojnacka": "Chojnacki", "Cichocka": "Cichocki", "Ciszewska": "Ciszewski", "Czapiewska": "Czapiewski", "Czarnecka": "Czarnecki", "Dąbrowska": "Dąbrowski", "Dibrowska": "Dibrowski", "Długołecka": "Długołecki", "Dombroska": "Dombroski", "Dragańska": "Dragański", "Dworakowska": "Dworakowski", "Gajewska": "Gajewski", "Gałecka": "Gałecki", "Gapińska": "Gapiński", "Gaworska": "Gaworski", "Giżyńska": "Giżyński", "Głowacka": "Głowacki", "Górska": "Górski", "Grabowska": "Grabowski", "Grudzińska": "Grudziński", "Guzowska": "Guzowski", "Horowska": "Horowski", "Jabłońska": "Jabłoński", "Jagodzińska": "Jagodziński", "Jakubowska": "Jakubowski", "Janicka": "Janicki", "Jankowska": "Jankowski", "Janowska": "Janowski", "Jaroska": "Jaroski", "Jarzyńska": "Jarzyński", "Jasińska": "Jasiński", "Jaworska": "Jaworski", "Kaczyńska": "Kaczyński", "Kalinowska": "Kalinowski", "Kamińska": "Kamiński", "Kiełbasińska": "Kiełbasiński", "Kolodziejska": "Kolodziejski", "Konieczna": "Konieczny", "Korczyńska": "Korczyński", "Korzeniowska": "Korzeniowski", "Kowalewska": "Kowalewski", "Kowalska": "Kowalski", "Kozłowska": "Kozłowski", "Kożuchowska": "Kożuchowski", "Krajewska": "Krajewski", "Krukowska": "Krukowski", "Krzesińska": "Krzesiński", "Kubicka": "Kubicki", "Kucharska": "Kucharski", "Kwaśniewska": "Kwaśniewski", "Kwaśniowska": "Kwaśniowski", "Kwiatkowska": "Kwiatkowski", "Laskowska": "Laskowski", "Lewandowska": "Lewandowski", "Maciejewska": "Maciejewski", "Majewska": "Majewski", "Makowska": "Makowski", "Malinowska": "Malinowski", "Maliszewska": "Maliszewski", "Markowska": "Markowski", "Michalska": "Michalski", "Nadolska": "Nadolski", "Nawrocka": "Nawrocki", "Nicka": "Nicki", "Niwińska": "Niwiński", "Nowacka": "Nowacki", "Nowakowska": "Nowakowski", "Nowicka": "Nowicki", "Olszeska": "Olszeski", "Olszewska": "Olszewski", "Osińska": "Osiński", "Ossowska": "Ossowski", "Ostrowska": "Ostrowski", "Parszczyńska": "Parszczyński", "Pawłowska": "Pawłowski", "Piasecka": "Piasecki", "Piekarska": "Piekarski", "Pietrasińska": "Pietrasiński", "Piotrowska": "Piotrowski", "Pozorska": "Pozorski", "Przeździecka": "Przeździecki", "Przybylska": "Przybylski", "Pulaska": "Pulaski", "Rabczewska": "Rabczewski", "Rabska": "Rabski", "Radecka": "Radecki", "Radwańska": "Radwański", "Radzikowska": "Radzikowski", "Rogowska": "Rogowski", "Rokitowska": "Rokitowski", "Rudzińska": "Rudziński", "Rutkowska": "Rutkowski", "Sadowska": "Sadowski", "Sarnicka": "Sarnicki", "Sawicka": "Sawicki", "Ścigaczewska": "Ścigaczewski", "Sikorska": "Sikorski", "Skarzyńska": "Skarzyński", "Skuherska": "Skuherski", "Śmiałowska": "Śmiałowski", "Snochowska": "Snochowski", "Strzałkowska": "Strzałkowski", "Strzelecka": "Strzelecki", "Szczepkowska": "Szczepkowski", "Szewińska": "Szewiński", "Szordykowska": "Szordykowski", "Szydłowska": "Szydłowski", "Szymańska": "Szymański", "Tarnowska": "Tarnowski", "Tokarska": "Tokarski", "Tomaszewska": "Tomaszewski", "Trybańska": "Trybański", "Trześniewska": "Trześniewski", "Tymieniecka": "Tymieniecki", "Umiastowska": "Umiastowski", "Wasilewska": "Wasilewski", "Węgrzecka": "Węgrzecki", "Wesołowska": "Wesołowski", "Wielicka": "Wielicki", "Winiewska": "Winiewski", "Wiśniewska": "Wiśniewski", "Witkowska": "Witkowski", "Wójcicka": "Wójcicki", "Wojciechowska": "Wojciechowski", "Wolska": "Wolski", "Woźniacka": "Woźniacki", "Wróbelska": "Wróbelski", "Wroblewska": "Wroblewski", "Wysocka": "Wysocki", "Zadrożna": "Zadrożny", "Zakrzewska": "Zakrzewski", "Zalewska": "Zalewski", "Zawadzka": "Zawadzki", "Zdybicka": "Zdybicki", "Zielińska": "Zieliński", "Żukowska": "Żukowski", "Żuławska": "Żuławski", "Żyżyńska": "Żyżyński"};
 
 App.Data.misc.portugueseSlaveNames = ["Acácia", "Adalgisa", "Adela", "Adelaide", "Adelina", "Adriana", "Águeda", "Albertina", "Albina", "Alessandra", "Alexandra", "Alexandrina", "Aléxia", "Alfonsa", "Alfonsina", "Alice", "Aline", "Alódia", "Alvodia", "Amália", "Amanda", "Amândia", "Amarilis", "Amélia", "Amordeiza", "Amparo", "Ana Cláudia", "Ana Dulce", "Ana Flávia", "Ana Lúcia", "Ana Luiza", "Ana Maria", "Ana Paula", "Ana Rosa", "Ana", "Anabela", "Anastásia", "Andreia", "Andréia", "Andressa", "Andreza", "Ângela", "Angélica", "Anna", "Antígona", "Antônia", "Aparecida", "Arlete", "Armanda", "Arnalda", "Assunção", "Atena", "Augusta", "Aurélia", "Aurora", "Barbara Heliodora", "Barbara", "Bárbara", "Beatriz", "Bendita", "Benedita", "Bernarda", "Bernardete", "Betina", "Bianca", "Branca", "Brígida", "Bruna", "Calixta", "Camila", "Carina", "Carla", "Carlota", "Carmelinda", "Carmen", "Carmo", "Carolina", "Cassia", "Cassiana", "Cassilda", "Castália", "Catarina", "Caterina", "Catia", "Cátia", "Célia", "Celina", "Cesária", "Cibele", "Cilene", "Cinira", "Cíntia", "Clara", "Clarissa", "Cláudia", "Clementina", "Cloé", "Clotilde", "Conceição", "Constança", "Constantina", "Cornélia", "Creusa", "Cristiana", "Cristiane", "Cristina", "Dafine", "Dafne", "Dalila", "Dànae", "Dânia", "Daniela", "Débora", "Deise", "Délia", "Denise Aparecida", "Denise", "Desidéria", "Diana", "Digna", "Domingas", "Dores", "Doroteia", "Dorothé", "Dríope", "Dulce", "Edilene", "Edite", "Eduarda", "Elaine", "Elana", "Eleonor", "Eliana", "Elisa", "Elisabete", "Elisete", "Elma", "Elsa", "Elzira", "Ema", "Emanuela", "Emanuelita", "Emília", "Emiliana", "Enes", "Erica", "Erna", "Esmeralda", "Esperança", "Eva", "Evangelina", "Evelina", "Fábia", "Fabiana", "Fabricia", "Fátima", "Febe", "Felícia", "Felicidade", "Fernanda", "Filipa", "Filomena", "Flor", "Flora", "Francisca", "Gabriela", "Galateia", "Geisa", "Gema", "Genebra", "Genoveva", "Germana", "Gertrudes", "Gilda", "Giseli", "Gislaine", "Gláucia", "Gloria", "Graça", "Graciela", "Graciete", "Gracinda", "Graziela", "Griselda", "Guida", "Guilhermina", "Hadassa", "Helena", "Helenice", "Hélia", "Heliodora", "Heloísa", "Hermíone", "Hilária", "Idalina", "Ifigénia", "Ina", "Ines", "Inês", "Iria", "Isabel", "Isabela", "Isidora", "Iva", "Jacinta", "Jael", "Janaína", "Jessica", "Jéssica", "Joana", "Jordana", "Josefa", "Judite", "Júlia", "Juliana", "Julieta", "Júnia", "Justina", "Katia", "Laélia", "Laís", "Lara", "Larissa", "Laura", "Lavínia", "Leandra", "Lena", "Leonor", "Leonora", "Letícia", "Lia", "Liana", "Lídia", "Lígia", "Lília", "Lilian", "Liliana", "Lívia", "Lorena", "Lorène", "Luana", "Lucélia", "Lúcia", "Luciana", "Lucila", "Lucília", "Lucimara", "Lucrécia", "Ludovica", "Luísa", "Luiza", "Lurdes", "Luz", "Lúzia", "Madalena", "Mafalda", "Magda", "Manoela", "Manola", "Manuela", "Márcia", "Margarida", "Maria Antônia", "Maria da Graça", "Maria do Carmo", "Maria do Rosário", "Maria Helena", "Maria José", "Maria Madalena", "Maria", "Mariana", "Marie-Joseph", "Marie", "Mariluce", "Marina", "Marisa", "Marta", "Martina", "Martinha", "Matilde", "Maximiliana", "Melissa", "Melpômene", "Mercedes", "Milena", "Mina", "Míria", "Mônica", "Nádia", "Naide", "Narcisa", "Natália", "Nefele", "Neusa", "Neves", "Noemí", "Núria", "Ofélia", "Olávia", "Olga", "Olívia", "Ondina", "Ouroana", "Palmira", "Parténope", "Patricia", "Patrícia", "Paula", "Penélope", "Pilar", "Poliana", "Priscila", "Quintina", "Radegunda", "Raisa", "Ramona", "Raquel", "Rebeca", "Regina", "Renata", "Rita", "Rivinilda", "Ronalda", "Rosa", "Rosália", "Rosana", "Rosário", "Roseli", "Rosemeire", "Rosilene", "Rute", "Sabina", "Sabrina", "Salomé", "Sandra", "Sara", "Serafina", "Severina", "Shirlei", "Sibele", "Sibila", "Silmara", "Silvânia", "Sílvia", "Simona", "Simone", "Sofia", "Sol", "Solange", "Sónia", "Sônia", "Soraia", "Sueli", "Susana", "Suzana", "Tais", "Tália", "Tathiana", "Tatiana", "Telma", "Teodora", "Teresa", "Teresinha", "Tereza", "Thais", "Tina", "Trinidade", "Úrsula", "Valeria", "Vanessa", "Vânia", "Vera", "Verônica", "Vilma", "Viola", "Violeta", "Virginia", "Vitória", "Viviane", "Wanda", "Xântipe", "Ximena", "Zita", "Zoé"];
 App.Data.misc.portugueseMaleNames = ["Aarão", "Abel", "Adalberto", "Adão", "Adriano", "Adrião", "Afonso", "Agnaldo", "Agostinho", "Aílton", "Aírton", "Alan", "Alberto", "Alceu", "Alcindo", "Alcino", "Aldomiro", "Aleixo", "Alexandre", "Alfonso", "Alfredo", "Almiro", "Alonso", "Álvaro", "Amândio", "Amaro", "Ambrósio", "Américo", "André", "Andrónico", "Ângelo", "Antenor", "Antonio", "António", "Antônio", "Aparecido", "Aquiles", "Armando", "Armínio", "Arnaldo", "Arquimedes", "Arsenio", "Artur", "Augusto", "Baltasar", "Basílio", "Bastião", "Batista", "Belchior", "Belisário", "Benedito", "Benjamim", "Bento", "Bernardo", "Brandão", "Brás", "Braz", "Breno", "Bruno", "Caetano", "Caio", "Calebe", "Camilo", "Cândido", "Carlos", "Casimiro", "Cassiano", "Cássio", "Célio", "Celso", "César", "Ciro", "Cláudio", "Clóvis", "Conrado", "Constantim", "Constantino", "Cornélio", "Cosme", "Cristiano", "Cristóvão", "Damão", "Damião", "Daniel", "Davi", "David", "Décio", "Delfim", "Denis", "Deodato", "Desidério", "Diego", "Dinho", "Dinis", "Diocleciano", "Diogo", "Dionisio", "Dirceu", "Domingos", "Donato", "Duarte", "Durval", "Edgar", "Edi", "Edivaldo", "Edmundo", "Edson", "Eduardo", "Egídio", "Elias", "Eliseu", "Emanuel", "Emílio", "Enrique", "Enzo", "Érico", "Esdras", "Estêvão", "Evaristo", "Expedito", "Ezequias", "Ezequiel", "Fabiano", "Fabião", "Fábio", "Fabricio", "Faustino", "Fausto", "Feliciano", "Félix", "Fernando", "Fernão", "Filipe", "Firmino", "Flávio", "Floriano", "Francis", "Francisco", "Frederico", "Gabriel", "Galeno", "Garcia", "Gaspar", "Gaspard", "Gastão", "Gideão", "Gil", "Gilberto", "Gonçalo", "Gonçalves", "Gregório", "Guálter", "Gualtério", "Guilherme", "Gustavo", "Heitor", "Hélder", "Helio", "Henrique", "Hermano", "Hilário", "Hipólito", "Hugo", "Iago", "Igor", "Inácio", "Isaac", "Isaías", "Isaque", "Isidoro", "Ivan", "Ivo", "Jacó", "Jacob", "Jácomo", "Jaime", "Jair", "Jairo", "Jarede", "Jasão", "Jatori", "Jeremias", "Jerónimo", "João", "Joaquim", "Joel", "Jonas", "Jónatas", "Jonathan", "Jordão", "Jorge", "José Mario", "José", "Josué", "Judá", "Judas", "Juliano", "Julião", "Júlio", "Justino", "Kevin", "Lázaro", "Leandro", "Leão", "Lenine", "Leonardo", "Leónidas", "Leopoldo", "Lineu", "Lino", "Lisandro", "Lívio", "Lotário", "Lourenço", "Lucas", "Luciano", "Lúcio", "Ludovico", "Luís", "Luiz", "Manoel", "Manuel", "Marcelino", "Marcelo", "Márcio", "Marco", "Marcos", "Marcus", "Mariano", "Mario", "Mário", "Martim", "Martinho", "Mateus", "Matheus", "Matias", "Maurício", "Mauro", "Maximiliano", "Maximino", "Máximo", "Micael", "Miguel", "Miqueias", "Modesto", "Moisés", "Moreno", "Narciso", "Nataniel", "Nazário", "Neemias", "Nelson", "Néstor", "Nicolau", "Noé", "Nuno", "Odisseu", "Olavo", "Oliveiros", "Onésimo", "Órion", "Órionte", "Pablo", "Paolo", "Pascoal", "Patrício", "Patrique", "Paulino", "Paulo", "Pedro", "Pio", "Plácido", "Ponto", "Quim", "Quintino", "Quirino", "Radamés", "Rafael", "Raimundo", "Ramiro", "Rasul", "Raul", "Raúl", "Raymilson", "Reinaldo", "Remigio", "Renato", "Ricardo", "Roberto", "Rocque", "Rodolfo", "Rodrigo", "Rogério", "Romeu", "Ronaldinho", "Ronaldo", "Rúben", "Rui", "Salomão", "Salvador", "Samuel", "Sandro", "Sansão", "Santiago", "Saul", "Sebastião", "Sérgio", "Sete", "Severiano", "Severino", "Silvério", "Silvino", "Silvio", "Simão", "Simeão", "Tadeu", "Telmo", "Teodoro", "Teodósio", "Teófilo", "Tércio", "Thales", "Thiago", "Tiago", "Tiburcio", "Tito", "Tomás", "Tomaz", "Tomé", "Tristão", "Tsanko", "Ulisses", "Ulrico", "Urbano", "Urias", "Valdinei", "Valentim", "Vasco", "Vicente", "Victor", "Vinícius", "Vitor", "Vítor", "William", "Wilson", "Xavier", "Ximeno", "Yazaldes", "Zeferino", "Zéfiro"];
diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index ef5569ce3d36f0918f8bbaf253b305797b3b95fc..318ae6e3cd7cf2abffc2ec1fa3b64a39747c48a9 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -714,9 +714,9 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.customRetirementAge,
 								v => {
-									Math.clamp(v, 20, 120);
-									V.customRetirementAge = v;
-									V.retirementAge = v;
+									const age = Math.clamp(v, 20, 120);
+									V.customRetirementAge = age;
+									V.retirementAge = age;
 									policy("RetirementPolicies");
 								},
 								true
@@ -744,9 +744,9 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.customRetirementAge,
 								v => {
-									Math.clamp(v, 20, 120);
-									V.customRetirementAge = v;
-									V.retirementAge = v;
+									const age = Math.clamp(v, 20, 120);
+									V.customRetirementAge = age;
+									V.retirementAge = age;
 									policy("RetirementPolicies");
 								},
 								true
@@ -815,8 +815,7 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.policies.retirement.sex,
 								v => {
-									Math.clamp(v, 1, 10000000);
-									V.policies.retirement.sex = v;
+									V.policies.retirement.sex = Math.clamp(v, 1, 1e7);
 									policy("RetirementPolicies");
 								},
 								true
@@ -846,8 +845,7 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.policies.retirement.milk,
 								v => {
-									V.policies.retirement.milk = v;
-									Math.clamp(v, 1, 100000000);
+									V.policies.retirement.milk = Math.clamp(v, 1, 1e8);
 									policy("RetirementPolicies");
 								},
 								true
@@ -877,8 +875,7 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.policies.retirement.cum,
 								v => {
-									Math.clamp(v, 1, 1000000000);
-									V.policies.retirement.cum = v;
+									V.policies.retirement.cum = Math.clamp(v, 1, 1e9);
 									policy("RetirementPolicies");
 								},
 								true
@@ -908,8 +905,7 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.policies.retirement.births,
 								v => {
-									Math.clamp(v, 1, 1000000);
-									V.policies.retirement.births = v;
+									V.policies.retirement.births = Math.clamp(v, 1, 1e6);
 									policy("RetirementPolicies");
 								},
 								true
@@ -939,8 +935,7 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.policies.retirement.kills,
 								v => {
-									Math.clamp(v, 1, 1000000);
-									V.policies.retirement.kills = v;
+									V.policies.retirement.kills = Math.clamp(v, 1, 1e6);
 									policy("RetirementPolicies");
 								},
 								true
@@ -986,8 +981,8 @@ App.Data.Policies.Selection = {
 							App.UI.DOM.makeTextBox(
 								V.customMenialRetirementAge,
 								v => {
-									Math.clamp(v, 20, 120);
-									V.customMenialRetirementAge = v;
+									const age = Math.clamp(v, 20, 120);
+									V.customMenialRetirementAge = age;
 									V.customRetirementAge = Math.clamp(V.customRetirementAge, 20, V.customMenialRetirementAge);
 									if (V.customMenialRetirementAge < 45) {
 										V.retirementAge = V.customMenialRetirementAge;
@@ -1822,7 +1817,7 @@ App.Data.Policies.Selection = {
 				note: `Will improve your arcology's combat power during crises`
 			}
 		],
-	"arcologies[0].FSNeoImperialistLaw2": [
+		"arcologies[0].FSNeoImperialistLaw2": [
 			{
 				title: "Neo-Imperial Baronies",
 				titleClass: "lime",
diff --git a/js/artInfrastructure.js b/js/artInfrastructure.js
index 9257c68753fe76272459864a8e5f6817b3cce042..a0fb2a8eae2e0d3b502ba99146492c8d575b11ba 100644
--- a/js/artInfrastructure.js
+++ b/js/artInfrastructure.js
@@ -80,8 +80,7 @@ App.Art.SvgQueue = class {
 			return;
 		}
 		for (const srcNode of res.children) {
-			/** @type {Element} */
-			const node = srcNode.cloneNode(true);
+			const node = /** @type {Element} */ (srcNode.cloneNode(true));
 			this._transform(node);
 			let transformNodes = node.querySelectorAll('g[data-transform]');
 			for (const child of transformNodes) {
diff --git a/js/utils.js b/js/utils.js
index bc02a03af45d2a23f0d5af8d7c49ac3001bce402..63c971338adf66471fe004496ea5919e303cc09c 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -1,4 +1,4 @@
-/* eslint-disable no-unused-vars */
+/* eslint no-unused-vars: [2, { "vars": "local" }] */
 /* This file contains only JS functions without dependencies on FC specific variables/conventions and do not rely on
  * custom functions outside this file
  */
@@ -28,7 +28,7 @@ function isFloat(n) {
  * @param {number} a
  * @param {number} low
  * @param {number} high
- * @param {string} mode, deafults to 'exclusive' but also supports 'inclusive'.
+ * @param {"exclusive"|"inclusive"} [mode='exclusive'] defaults to 'exclusive' but also supports 'inclusive'.
  * @returns {boolean}
  */
 function between(a, low, high, mode = 'exclusive') {
@@ -42,8 +42,9 @@ function between(a, low, high, mode = 'exclusive') {
 }
 
 /**
- * @param {number[]} obj
- * @returns {number}
+ * @template {PropertyKey} T
+ * @param {Object.<T, number>} obj
+ * @returns {T}
  */
 function hashChoice(obj) {
 	let randint = Math.floor(Math.random() * hashSum(obj));
@@ -61,7 +62,7 @@ function hashChoice(obj) {
 }
 
 /**
- * @param {number[]} obj
+ * @param {Object.<PropertyKey, number>} obj
  * @returns {number}
  */
 function hashSum(obj) {
@@ -73,10 +74,12 @@ function hashSum(obj) {
 }
 
 /**
- * @param {Array} arr
- * @returns {Object}
+ * @template {PropertyKey} T
+ * @param {T[]} arr
+ * @returns {Object.<T, number>}
  */
 function arr2obj(arr) {
+	/** @type {Object.<T, number>} */
 	const obj = {};
 	arr.forEach((item) => {
 		obj[item] = 1;
@@ -85,8 +88,8 @@ function arr2obj(arr) {
 }
 
 /**
- * @param {{}} object
- * @param rest
+ * @param {object} object
+ * @param {PropertyKey[]} rest
  */
 function hashPush(object, ...rest) {
 	rest.forEach((item) => {
@@ -99,8 +102,8 @@ function hashPush(object, ...rest) {
 }
 
 /**
- * @param {{}} obj
- * @param {{}} other
+ * @param {Object.<PropertyKey, number>} obj
+ * @param {Object.<PropertyKey, number>} other
  */
 function hashMerge(obj, other) {
 	Object.keys(other).forEach((key) => {
@@ -113,10 +116,12 @@ function hashMerge(obj, other) {
 }
 
 /**
- * @param {any[]} array
- * @returns {{}}
+ * @template {PropertyKey} T
+ * @param {T[]} array
+ * @returns {Object.<T, number>}
  */
 function weightedArray2HashMap(array) {
+	/** @type {Object.<T, number>} */
 	const obj = {};
 	array.forEach((item) => {
 		if (obj[item] === undefined) {
@@ -237,8 +242,9 @@ function ordinalSuffixWords(i) {
 }
 
 /**
- * @param {Iterable<any>} array
- * @returns {any[]}
+ * @template T
+ * @param {Iterable<T>} array
+ * @returns {T[]}
  */
 function removeDuplicates(array) {
 	return [...new Set(array)];
@@ -297,21 +303,28 @@ function mapIdList(list) {
  * https://gist.github.com/shinout/1232505
  * Added keys parameter since it better suits our needs and updated to project code style.
  *
- * @param {[]} keys
- * @param {[[]]} edges list of edges. each edge forms Array<ID,ID> e.g. [12, 3]
- * @returns Array: topological sorted list of IDs
+ * @template {PropertyKey} T
+ * @param {T[]} keys
+ * @param {T[][]} edges list of edges. each edge forms Array<ID,ID> e.g. [12, 3]
+ * @returns {T[]} Array: topological sorted list of IDs
  * @throws Error: in case there is a closed chain.
  **/
 App.Utils.topologicalSort = function(keys, edges) {
+	class Node {
+		/** @param {T} id */
+		constructor(id) {
+			this.id = id;
+			/** @type {T[]} */
+			this.afters = [];
+		}
+	}
+
+	/** @type {Object.<T, Node>} */
 	let nodes = {}; // hash: stringified id of the node => { id: id, afters: list of ids }
 	let sorted = []; // sorted list of IDs ( returned value )
+	/** @type {Object.<T, boolean>} */
 	let visited = {}; // hash: id of already visited node => true
 
-	const Node = function(id) {
-		this.id = id;
-		this.afters = [];
-	};
-
 	// 1. build data structures
 	keys.forEach(key => {
 		nodes[key] = new Node(key);
diff --git a/package.json b/package.json
index 1bb8f9c052a0fb7322b102ea7d343aaa66d9c534..faf4c485e6c503ba8b969aa3b5a41691759786d3 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
 		"autoprefixer": "^9.8.6",
 		"eslint": "^7.6.0",
 		"eslint-plugin-jsdoc": "^30.2.1",
+		"eslint-plugin-sonarjs": "^0.5.0",
 		"fancy-log-levels": "^1.0.0",
 		"gulp": "^4.0.2",
 		"gulp-concat": "^2.6.1",
diff --git a/sanityCheck.sh b/sanityCheck.sh
index 337abcd065b1d644d4b9edf88055f9bf1cae954c..e17a8d5c3b74828c1fca7dd50a880ecede6af797 100755
--- a/sanityCheck.sh
+++ b/sanityCheck.sh
@@ -40,7 +40,7 @@ $GREP -e "<<.*[(][^<>)]*[(][^<>)]*)\?[^<>)]*>>" -- "src/*" | myprint "MissingClo
 # Check for too many >>>.  e.g.: <</if>>>
 $GREP "<<[^<>]*[<>]\?[^<>]*>>>" -- "src/*.tw" | myprint "TooManyAngleBrackets"
 # Check for wrong capitalization on 'activeslave' and other common typos
-$GREP -e "\$act" --and --not -e "\$\(activeSlave\|activeChild\|activeArcology\|activeStandard\|activeOrgan\|activeLimbs\|activeUnits\|activeCanine\|activeHooved\|activeFeline\|activeLurcher\)" -- "src/*" | myprint "WrongCapitilization"
+$GREP -e "\$act" --and --not -e "\$\(activeSlave\|activeChild\|activeArcology\|activeOrgan\|activeLimbs\|activeUnits\|activeCanine\|activeHooved\|activeFeline\|activeLurcher\)" -- "src/*" | myprint "WrongCapitalization"
 # Check for strange spaces e.g.  $slaves[$i]. lips
 $GREP "\$slaves\[\$i\]\. " -- 'src/*' | myprint "MissingPropertyAfterSlaves"
 # Check using refreshmentType instead of refreshment
diff --git a/src/002-config/mousetrapConfig.js b/src/002-config/mousetrapConfig.js
index d1e1836a15d1bd3481c7bdf3ce2d981ea2cc4745..48b236a9b47a11481cba0ff54447ac3ff8ce5df5 100644
--- a/src/002-config/mousetrapConfig.js
+++ b/src/002-config/mousetrapConfig.js
@@ -12,19 +12,19 @@ App.UI.Hotkeys = (function() {
 
 	/**
 	 * The key is used in the hotkey settings to describe the action
-	 * @type {object.<string, action>}
+	 * @type {Object.<string, action>}
 	 */
 	const actions = {};
 
 	/**
 	 * Contains the default combinations for every action
-	 * @type {object.<string, Array<string>>}
+	 * @type {Object.<string, Array<string>>}
 	 */
 	const defaultCombinations = {};
 
 	/**
 	 * References a key combination to a set of actions
-	 * @type {object.<string, Array<string>>}
+	 * @type {Object.<string, Array<string>>}
 	 */
 	const bindings = {};
 
diff --git a/src/003-assets/CSS/links.css b/src/003-assets/CSS/links.css
index 654265f051a54e3cb206dd9788a6addd3fe4df5b..5ea75b9308265e8e8d462f309f020e44ac34d277 100644
--- a/src/003-assets/CSS/links.css
+++ b/src/003-assets/CSS/links.css
@@ -50,6 +50,7 @@ ul.choicesStrip {
 	display: inline;
 	list-style-type: none;
 	padding: 0mm;
+	margin-left: 0em;
 }
 
 ul.choicesStrip li {
diff --git a/src/004-base/facility.js b/src/004-base/facility.js
index 7147c506f9dc007781b18659031f2bd440021ffd..779bdfa2d955f9e4a43822c144f58ffc60344cbb 100644
--- a/src/004-base/facility.js
+++ b/src/004-base/facility.js
@@ -85,7 +85,7 @@ App.Entity.Facilities.Job = class {
 	/**
 	 * @callback assignmentCallback
 	 * @param {App.Entity.SlaveState} slave the slave whose assignment changes
-	 * @param {string} assignment new assignment
+	 * @param {FC.Assignment} assignment new assignment
 	 * @returns {void}
 	 */
 
@@ -411,7 +411,7 @@ App.Entity.Facilities.Facility = class {
 	 * @param {number} ID slave ID
 	 * @param {string} [job] generate link only for this job
 	 * @param {string} [passage]
-	 * @param {assignmentCallback} callback
+	 * @param {assignmentCallback} [callback]
 	 * @returns {HTMLElement[]}
 	 */
 	assignmentLinkElements(ID, job, passage, callback) {
diff --git a/src/004-base/organFarmBase.js b/src/004-base/organFarmBase.js
index b45827816d6271803bd6a41e96efc9172f88fcb0..9913f2fdd1a5b2c075a5abc2f0c503733d8b12e7 100644
--- a/src/004-base/organFarmBase.js
+++ b/src/004-base/organFarmBase.js
@@ -1,19 +1,20 @@
 App.Medicine.OrganFarm.Organ = class {
 	/**
-	 * @param {string} type - unique type of organ, used as key
-	 * @param {string} name - display name
-	 * @param {string|function(App.Entity.SlaveState):string} tooltip - full sentence, uncapitalized and unpunctuated
-	 * @param {number} cost - how much it costs to grow the organ
-	 * @param {number} time - how long it takes to grow the organ (without upgrades)
-	 * @param {function(App.Entity.SlaveState):boolean} canGrow
-	 * @param {string[]} dependencies - organs that are implanted first if possible, use type of other organs as values
-	 * @param {App.Medicine.OrganFarm.OrganImplantAction[]} actions
-	 * @param {boolean} [displayMultipleActions=false] allow multiple implant links to be displayed
+	 * @param {Object} params
+	 * @param {string} params.type - unique type of organ, used as key
+	 * @param {string} params.name - display name
+	 * @param {string|function(App.Entity.SlaveState):string} [params.tooltip] - full sentence, uncapitalized and unpunctuated
+	 * @param {number} params.cost - how much it costs to grow the organ
+	 * @param {number} params.time - how long it takes to grow the organ (without upgrades)
+	 * @param {function(App.Entity.SlaveState):boolean} [params.canGrow]
+	 * @param {string[]} [params.dependencies] - organs that are implanted first if possible, use type of other organs as values
+	 * @param {App.Medicine.OrganFarm.OrganImplantAction[]} [params.actions]
+	 * @param {boolean} [params.displayMultipleActions=false] allow multiple implant links to be displayed
 	 */
 	constructor({
 		type, name, tooltip = "", cost, time, canGrow = () => true, dependencies = [],
 		displayMultipleActions = false, actions = []
-	} = {}) {
+	}) {
 		this.type = type;
 		this.name = name;
 		this.tooltip = tooltip;
@@ -33,18 +34,19 @@ App.Medicine.OrganFarm.Organ = class {
 
 App.Medicine.OrganFarm.OrganImplantAction = class {
 	/**
-	 * @param {string} name - display name
-	 * @param {string} tooltip - full sentence, uncapitalized and unpunctuated
-	 * @param {number} healthImpact
-	 * @param {string} surgeryType - for use with surgery degradation
-	 * @param {boolean} autoImplant
-	 * @param {function(App.Entity.SlaveState):boolean} canImplant
-	 * @param {function(App.Entity.SlaveState):string} implantError - message to show if this action cannot be used
-	 * @param {function(App.Entity.SlaveState)} implant
+	 * @param {object} params
+	 * @param {string} params.name - display name
+	 * @param {string} [params.tooltip] - full sentence, uncapitalized and unpunctuated
+	 * @param {number} params.healthImpact
+	 * @param {string} params.surgeryType - for use with surgery degradation
+	 * @param {boolean} [params.autoImplant]
+	 * @param {function(App.Entity.SlaveState):boolean} params.canImplant
+	 * @param {function(App.Entity.SlaveState):string} params.implantError - message to show if this action cannot be used
+	 * @param {function(App.Entity.SlaveState):void} params.implant
 	 */
 	constructor({
 		name, tooltip = "", healthImpact, surgeryType, autoImplant = true, canImplant, implantError, implant
-	} = {}) {
+	}) {
 		this.name = name;
 		this.tooltip = tooltip;
 		this.healthImpact = healthImpact;
@@ -62,7 +64,7 @@ App.Medicine.OrganFarm.OrganImplantAction = class {
 		this.implantError = implantError;
 		/**
 		 * Implant the organ
-		 * @type {function(App.Entity.SlaveState)}
+		 * @type {function(App.Entity.SlaveState):void}
 		 */
 		this.implant = implant;
 	}
diff --git a/src/Corporation/corporate-constants.js b/src/Corporation/corporate-constants.js
index 35ada304801db41e9e32cf8170ec424e46d4f726..3cacb89f4cc564242aa0f55a072369eb02a1c680 100644
--- a/src/Corporation/corporate-constants.js
+++ b/src/Corporation/corporate-constants.js
@@ -99,22 +99,22 @@ App.Corporate.InitConstants = function() {
 	*/
 	App.Corporate.divisionList = [
 		new App.Corporate.Division.Acquiring( {
-			'id':'Extra',
-			'name':'Extralegal Enslavement',
-			'focusDescription':'capturing and enslaving prisoners',
+			'id': 'Extra',
+			'name': 'Extralegal Enslavement',
+			'focusDescription': 'capturing and enslaving prisoners',
 			'sizeCost': 20,
-			'slaveValue':10,
+			'slaveValue': 10,
 			'acquiring': {
-				'center':1,
+				'center': 1,
 				'range': 0.8,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 7.5,
 				'quadratic': 5,
-				'category':'acquisition',
+				'category': 'acquisition',
 			},
-			'founding':{
-				'corporateCash':100,
+			'founding': {
+				'corporateCash': 100,
 			},
 			'mercenaryHelp': {
 				'level': 2,
@@ -124,13 +124,13 @@ App.Corporate.InitConstants = function() {
 				"Break",
 				"Arcade"
 			],
-			'merger':[
+			'merger': [
 				{
 					'name': 'mercenary company',
 					'cost': 50,
 					'text': {
-						'trouble':'a troubled mercenary company. After a spate of failed operations, the rank and file deposed their management and are now looking to merge with a better-run organization. The old leadership did not engage in enslavement activities, but the mercenaries have decided to turn their talents towards slaving for profit in conflict zones.',
-						'acquire':' and ease their transition to conflict zone slaving.'
+						'trouble': 'a troubled mercenary company. After a spate of failed operations, the rank and file deposed their management and are now looking to merge with a better-run organization. The old leadership did not engage in enslavement activities, but the mercenaries have decided to turn their talents towards slaving for profit in conflict zones.',
+						'acquire': ' and ease their transition to conflict zone slaving.'
 					},
 					'result': {
 						'development': 5
@@ -143,34 +143,34 @@ App.Corporate.InitConstants = function() {
 			'name': 'Legal Enslavement',
 			'focusDescription': 'legal enslavement',
 			'sizeCost': 25,
-			'slaveValue':15,
+			'slaveValue': 15,
 			'acquiring': {
-				'center':1,
+				'center': 1,
 				'range': 0.5,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 12,
 				'quadratic': 6,
-				'category':'acquisition',
+				'category': 'acquisition',
 			},
-			'founding':{
-				'corporateCash':125,
+			'founding': {
+				'corporateCash': 125,
 			},
 			'nextDivision': [
 				"Train",
 				"Menial",
 				"Surgery"
 			],
-			'merger':[
+			'merger': [
 				{
-					'name':'telemarketing firm',
+					'name': 'telemarketing firm',
 					'cost': 50,
 					'text': {
-						'trouble':'an old world telemarketing firm. In an attempt to survive in the changing economy, it turned its focus towards convincing desperate, ignorant, or stupid people from the old world to accept voluntary enslavement, through a variety of entrapment procedures. It failed to make the transition successfully, but you could certainly continue its operations under your aegis.',
-						'acquire':' and clean out the deadwood, getting the business in Free Cities shape.'
+						'trouble': 'an old world telemarketing firm. In an attempt to survive in the changing economy, it turned its focus towards convincing desperate, ignorant, or stupid people from the old world to accept voluntary enslavement, through a variety of entrapment procedures. It failed to make the transition successfully, but you could certainly continue its operations under your aegis.',
+						'acquire': ' and clean out the deadwood, getting the business in Free Cities shape.'
 					},
 					'result': {
-						'development':5
+						'development': 5
 					}
 				}
 			]
@@ -182,25 +182,25 @@ App.Corporate.InitConstants = function() {
 			'sizeCost': 10,
 			'addedValue': 5,
 			'processing': {
-				'center':0.3,
-				'range':0.3,
+				'center': 0.3,
+				'range': 0.3,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 0.45,
 				'quadratic': 0.6,
-				'category':'processing',
+				'category': 'processing',
 			},
-			'founding':{
-				'corporateCash':25,
+			'founding': {
+				'corporateCash': 25,
 			},
-			'slaveProcessType':{
-				'present':'break',
-				'past':'broke'
+			'slaveProcessType': {
+				'present': 'break',
+				'past': 'broke'
 			},
-			'slaveProcessDescription':{
-				'present':'attempting to break',
-				'future':'break',
-				'past':'broken',
+			'slaveProcessDescription': {
+				'present': 'attempting to break',
+				'future': 'break',
+				'past': 'broken',
 				'market': {
 					single: 'slave that needs breaking',
 					plural: 'slaves that need breaking'
@@ -211,17 +211,17 @@ App.Corporate.InitConstants = function() {
 				"Menial",
 				"Surgery"
 			],
-			'merger':[
+			'merger': [
 				{
 					'name': 'slave breaking facility',
 					'cost': 50,
 					'text': {
-						'trouble':'a small slave breaking firm. Despite a great need for obedient slaves the owner of this little establishment was unable to turn a profit. The facility has everything a respecting slave breaking could ever need, it seems the owner simply lacked the right character to apply effective breaking techniques. Your corporation knows perfectly well what it takes to achieve obedience and the assets can be put to great use.',
-						'acquire':' and staff it with qualified personnel to make use of the new assets.'
+						'trouble': 'a small slave breaking firm. Despite a great need for obedient slaves the owner of this little establishment was unable to turn a profit. The facility has everything a respecting slave breaking could ever need, it seems the owner simply lacked the right character to apply effective breaking techniques. Your corporation knows perfectly well what it takes to achieve obedience and the assets can be put to great use.',
+						'acquire': ' and staff it with qualified personnel to make use of the new assets.'
 					},
 					'result': {
-						'development':5,
-						'slaves':5
+						'development': 5,
+						'slaves': 5
 					}
 				}
 			]
@@ -231,27 +231,27 @@ App.Corporate.InitConstants = function() {
 			'name': 'Slave Modifications',
 			'focusDescription': 'physical slave modifications',
 			'sizeCost': 20,
-			'addedValue':8,
+			'addedValue': 8,
 			'processing': {
-				'center':0.5,
-				'range':0.2,
+				'center': 0.5,
+				'range': 0.2,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 2.4,
 				'quadratic': 1,
-				'category':'processing',
+				'category': 'processing',
 			},
-			'founding':{
-				'corporateCash':55,
+			'founding': {
+				'corporateCash': 55,
 			},
-			'slaveProcessType':{
-				'present':'modify',
-				'past':'finished working on'
+			'slaveProcessType': {
+				'present': 'modify',
+				'past': 'finished working on'
 			},
-			'slaveProcessDescription':{
-				'present':'working on',
-				'future':'work on',
-				'past':'improved',
+			'slaveProcessDescription': {
+				'present': 'working on',
+				'future': 'work on',
+				'past': 'improved',
 				'market': {
 					single: 'slave that could use some work done to their body',
 					plural: 'slaves that could use some work done to their bodies'
@@ -261,17 +261,17 @@ App.Corporate.InitConstants = function() {
 				"Train",
 				"Dairy"
 			],
-			'merger':[
+			'merger': [
 				{
 					'name': 'medical clinic',
 					'cost': 50,
 					'text': {
-						'trouble':"a small medical clinic. Medical malpractice continues to be a major source of trouble for surgeons in the old world. A plastic surgeon has just suffered defeat in a major legal case over implant ruptures. He's looking to make the transition to a more enlightened area, along with his inventory and staff.",
-						'acquire':" and the surgeon decides to retire on the proceeds of the sale, wishing your corporation well. It was a smart decision; he can retire to the Free Cities on that sum of money, and remote surgery is killing surgeons' wages."
+						'trouble': "a small medical clinic. Medical malpractice continues to be a major source of trouble for surgeons in the old world. A plastic surgeon has just suffered defeat in a major legal case over implant ruptures. He's looking to make the transition to a more enlightened area, along with his inventory and staff.",
+						'acquire': " and the surgeon decides to retire on the proceeds of the sale, wishing your corporation well. It was a smart decision; he can retire to the Free Cities on that sum of money, and remote surgery is killing surgeons' wages."
 					},
 					'result': {
 						'development': 3,
-						'slaves':3
+						'slaves': 3
 					}
 				}
 			]
@@ -283,25 +283,25 @@ App.Corporate.InitConstants = function() {
 			'sizeCost': 25,
 			'addedValue': 11,
 			'processing': {
-				'center':0.2,
-				'range':0.3,
+				'center': 0.2,
+				'range': 0.3,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 0.7,
 				'quadratic': 1,
-				'category':'processing',
+				'category': 'processing',
 			},
-			'founding':{
-				'corporateCash':50,
+			'founding': {
+				'corporateCash': 50,
 			},
-			'slaveProcessType':{
-				'present':'train',
-				'past':'trained'
+			'slaveProcessType': {
+				'present': 'train',
+				'past': 'trained'
 			},
-			'slaveProcessDescription':{
-				'present':'training',
-				'future':'train',
-				'past':'trained',
+			'slaveProcessDescription': {
+				'present': 'training',
+				'future': 'train',
+				'past': 'trained',
 				'market': {
 					single: 'slave that needs slave training',
 					plural: 'slaves that need slave training'
@@ -310,17 +310,17 @@ App.Corporate.InitConstants = function() {
 			'nextDivision': [
 				"Whore"
 			],
-			'merger':[
+			'merger': [
 				{
 					'name': 'slave training firm',
 					'cost': 50,
 					'text': {
-						'trouble':"a small slave training firm. Slave training is a notoriously difficult business, since the maturation times on the merchandise can be extremely long, and the improvement in price can be marginal if the training does not prove highly successful. There's nothing inherently wrong with the business, they've simply hit a cash flow bottleneck and need to merge with a cash-rich organization like yours.",
-						'acquire':". The previous owners are happy they'll be able to continue operations under the aegis of a better-run, richer corporation."
+						'trouble': "a small slave training firm. Slave training is a notoriously difficult business, since the maturation times on the merchandise can be extremely long, and the improvement in price can be marginal if the training does not prove highly successful. There's nothing inherently wrong with the business, they've simply hit a cash flow bottleneck and need to merge with a cash-rich organization like yours.",
+						'acquire': ". The previous owners are happy they'll be able to continue operations under the aegis of a better-run, richer corporation."
 					},
 					'result': {
 						'development': 3,
-						'slaves':3
+						'slaves': 3
 					}
 				}
 			]
@@ -331,39 +331,39 @@ App.Corporate.InitConstants = function() {
 			'focusDescription': 'operating sex arcades',
 			'sizeCost': 5,
 			'attrition': {
-				'center':0.05,
-				'range':0.2,
+				'center': 0.05,
+				'range': 0.2,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 0.2,
 				'quadratic': 0.125,
-				'category':'working',
+				'category': 'working',
 			},
-			'revenue':{
-				'center':1000,
-				'range':0.1
+			'revenue': {
+				'center': 1000,
+				'range': 0.1
 			},
-			'founding':{
-				'corporateCash':15,
-				'startingSize':20,
+			'founding': {
+				'corporateCash': 15,
+				'startingSize': 20,
 			},
-			'slaveWorkDescription':{
-				'present':'exploiting',
-				'future':'exploit',
-				'past':'wore out',
+			'slaveWorkDescription': {
+				'present': 'exploiting',
+				'future': 'exploit',
+				'past': 'wore out',
 				'market': 'fresh slave'
 			},
-			'merger':[
+			'merger': [
 				{
 					'name': 'café',
 					'cost': 50,
 					'text': {
-						'trouble':"a quaint maid café. The prime location together with a popular concept should make for a bustling business and yet the owner is looking to get out of the business hoping to salvage some of his savings. Sadly there was a lack of capital to employ attractive servant slave maids. While someone might very well be more than willing to come in and invest in some better slaves, the place is so cheap you could easily replace the furniture and use the current assets to create a new arcade location for your corporation instead.",
-						'acquire':". The old owner wishes his slaves luck under the new management, not knowing your plans for the place. A new sex arcade under your corporate umbrella will open shortly."
+						'trouble': "a quaint maid café. The prime location together with a popular concept should make for a bustling business and yet the owner is looking to get out of the business hoping to salvage some of his savings. Sadly there was a lack of capital to employ attractive servant slave maids. While someone might very well be more than willing to come in and invest in some better slaves, the place is so cheap you could easily replace the furniture and use the current assets to create a new arcade location for your corporation instead.",
+						'acquire': ". The old owner wishes his slaves luck under the new management, not knowing your plans for the place. A new sex arcade under your corporate umbrella will open shortly."
 					},
 					'result': {
-						'development':5,
-						'slaves':5
+						'development': 5,
+						'slaves': 5
 					}
 				}
 			]
@@ -374,39 +374,39 @@ App.Corporate.InitConstants = function() {
 			'focusDescription': 'offering menial services',
 			'sizeCost': 6.5,
 			'attrition': {
-				'center':0.05,
-				'range':0.2,
+				'center': 0.05,
+				'range': 0.2,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 0.2,
 				'quadratic': 0.1,
-				'category':'working',
+				'category': 'working',
 			},
-			'revenue':{
-				'center':1250,
-				'range':0.2
+			'revenue': {
+				'center': 1250,
+				'range': 0.2
 			},
-			'founding':{
-				'corporateCash':20,
-				'startingSize':20,
+			'founding': {
+				'corporateCash': 20,
+				'startingSize': 20,
 			},
-			'slaveWorkDescription':{
-				'present':'exploiting',
-				'future':'exploit',
-				'past':'wore out',
-				'market':'menial slave'
+			'slaveWorkDescription': {
+				'present': 'exploiting',
+				'future': 'exploit',
+				'past': 'wore out',
+				'market': 'menial slave'
 			},
-			'merger':[
+			'merger': [
 				{
 					'name': 'slaveholding firm',
 					'cost': 50,
 					'text': {
-						'trouble':"a minor slaveholding company. A major deal with a troubled government just fell through, and they had depended on it going through to an unwise degree. They need to merge with a larger slaving concern immediately, but there's nothing at all wrong with their significant inventory of slaves.",
-						'acquire':", cash out its hapless staff, and absorb its stock into your corporation."
+						'trouble': "a minor slaveholding company. A major deal with a troubled government just fell through, and they had depended on it going through to an unwise degree. They need to merge with a larger slaving concern immediately, but there's nothing at all wrong with their significant inventory of slaves.",
+						'acquire': ", cash out its hapless staff, and absorb its stock into your corporation."
 					},
 					'result': {
-						'development':5,
-						'slaves':5
+						'development': 5,
+						'slaves': 5
 					}
 				}
 			]
@@ -417,38 +417,38 @@ App.Corporate.InitConstants = function() {
 			'focusDescription': 'milking slaves',
 			'sizeCost': 15,
 			'attrition': {
-				'center':0.05,
-				'range':0.2,
+				'center': 0.05,
+				'range': 0.2,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 0.85,
 				'quadratic': 0.4,
-				'category':'working',
+				'category': 'working',
 			},
-			'revenue':{
-				'center':3000,
-				'range':0.2
+			'revenue': {
+				'center': 3000,
+				'range': 0.2
 			},
-			'founding':{
-				'corporateCash':25,
+			'founding': {
+				'corporateCash': 25,
 			},
-			'slaveWorkDescription':{
-				'present':'milking',
-				'future':'milk',
-				'past':'ran dry',
+			'slaveWorkDescription': {
+				'present': 'milking',
+				'future': 'milk',
+				'past': 'ran dry',
 				'market': 'cow'
 			},
-			'merger':[
+			'merger': [
 				{
 					'name': 'farm',
 					'cost': 50,
 					'text': {
-						'trouble':"a dairy farm. Why a conventional dairy farm popped up as target confused you for a moment, but it quickly became clear the entire family was so deep in debt it would be a no brainer to buy the farm and start milking the farmer's large-uddered daughters as a great addition to your corporate dairy.",
-						'acquire':" and your new slaves for the corporation. The family is not happy with your plans, but their approval is not required, you care only for their fluids."
+						'trouble': "a dairy farm. Why a conventional dairy farm popped up as target confused you for a moment, but it quickly became clear the entire family was so deep in debt it would be a no brainer to buy the farm and start milking the farmer's large-uddered daughters as a great addition to your corporate dairy.",
+						'acquire': " and your new slaves for the corporation. The family is not happy with your plans, but their approval is not required, you care only for their fluids."
 					},
 					'result': {
-						'development':3,
-						'slaves':3
+						'development': 3,
+						'slaves': 3
 					}
 				}
 			]
@@ -459,38 +459,38 @@ App.Corporate.InitConstants = function() {
 			'focusDescription': 'whoring out slaves',
 			'sizeCost': 20,
 			'attrition': {
-				'center':0.05,
-				'range':0.2,
+				'center': 0.05,
+				'range': 0.2,
 			},
-			'maintenance':{
+			'maintenance': {
 				'linear': 0.7,
 				'quadratic': 0.25,
-				'category':'working',
+				'category': 'working',
 			},
-			'revenue':{
-				'center':3000,
-				'range':0.1
+			'revenue': {
+				'center': 3000,
+				'range': 0.1
 			},
-			'founding':{
-				'corporateCash':50,
+			'founding': {
+				'corporateCash': 50,
 			},
-			'slaveWorkDescription':{
-				'present':'whoring out',
-				'future':'whore out',
-				'past':'lost their appeal',
+			'slaveWorkDescription': {
+				'present': 'whoring out',
+				'future': 'whore out',
+				'past': 'lost their appeal',
 				'market': 'trained whore'
 			},
-			'merger':[
+			'merger': [
 				{
 					'name': 'brothel',
 					'cost': 50,
 					'text': {
-						'trouble':"a little brothel. With slave whores becoming the dominant force in sexual services the current madam lost her passion for the business. She's getting up there in age and has run a tight ship for many years so she deemed it the right time to bow out. All you need to do to add a new brothel location for your corporation is sign at the dotted line before anyone else has a chance to bite.",
-						'acquire':" before anyone else can make an offer. The madam is surprised by your speed, but happily signs over the brothel."
+						'trouble': "a little brothel. With slave whores becoming the dominant force in sexual services the current madam lost her passion for the business. She's getting up there in age and has run a tight ship for many years so she deemed it the right time to bow out. All you need to do to add a new brothel location for your corporation is sign at the dotted line before anyone else has a chance to bite.",
+						'acquire': " before anyone else can make an offer. The madam is surprised by your speed, but happily signs over the brothel."
 					},
 					'result': {
-						'development':3,
-						'slaves':3
+						'development': 3,
+						'slaves': 3
 					}
 				}
 			]
@@ -512,21 +512,21 @@ App.Corporate.InitConstants = function() {
 	App.Corporate.maintenance = {
 		divisionCategoriesList: [
 			{
-				id:'acquisition',
+				id: 'acquisition',
 				freeDivisions: 0,
 				divisionCost: 25000,
 				freeDevelopment: 100,
 				developmentCost: 2
 			},
 			{
-				id:'processing',
+				id: 'processing',
 				freeDivisions: 0,
 				divisionCost: 25000,
 				freeDevelopment: 200,
 				developmentCost: 1
 			},
 			{
-				id:'working',
+				id: 'working',
 				freeDivisions: 1,
 				divisionCost: 15000,
 				freeDevelopment: 800,
diff --git a/src/Corporation/corporate-divisionAcquiring.js b/src/Corporation/corporate-divisionAcquiring.js
index 3b38d926bf039933479e2d358448e6b0c22dc706..a26fe0354a541077c05cf057b43079d3a7e2c48b 100644
--- a/src/Corporation/corporate-divisionAcquiring.js
+++ b/src/Corporation/corporate-divisionAcquiring.js
@@ -5,7 +5,7 @@ App.Corporate.Init_DivisionAcquiring = function(shared) {
 			this._const.slaveValue = slaveValue;
 			this._const.acquiring = new averageRange(acquiring);
 			this._const.nextDivisions = nextDivision;
-			if(mercenaryHelp != null) {
+			if (mercenaryHelp != null) {
 				this._const.mercenaryHelp = {
 					level: mercenaryHelp.level,
 					cost: mercenaryHelp.cost
@@ -13,17 +13,17 @@ App.Corporate.Init_DivisionAcquiring = function(shared) {
 			}
 		}
 		// abstract virtual definitions
-		get fromMarket()		  { return false; }
-		get toMarket()			{ return true; }
-		get heldSlaves()		  { return this.getStored("Slaves"); }
-		set heldSlaves(value)	 { this.setStored("Slaves", Math.trunc(value)); }
-		get activeSlaves()		{ return 0; }
-		set activeSlaves(value)   { throw "Cannot set active slaves for acquiring divisions"; }
-		get processRate()		 { return this._const.acquiring.center; }
+		get fromMarket() { return false; }
+		get toMarket()	{ return true; }
+		get heldSlaves() { return this.getStored("Slaves"); }
+		set heldSlaves(value) { this.setStored("Slaves", Math.trunc(value)); }
+		get activeSlaves() { return 0; }
+		set activeSlaves(value) { throw "Cannot set active slaves for acquiring divisions"; }
+		get processRate() { return this._const.acquiring.center; }
 		get purchasedSlaveValue() { return null; }
-		get initialSlaveValue()   { return this.soldSlaveValue; }
-		get soldSlaveValue()	  { return this._const.slaveValue; }
-		get nounFinishedSlave()   { return "slave"; }
+		get initialSlaveValue() { return this.soldSlaveValue; }
+		get soldSlaveValue() { return this._const.slaveValue; }
+		get nounFinishedSlave() { return "slave"; }
 		get nounSlaveFromMarket() { return "slave"; }
 		messageSlaveCount() {
 			return `It averages <span class="green">${numberWithPluralNonZero(this.developmentCount, "new slave")}</span> each week.`;
@@ -33,12 +33,12 @@ App.Corporate.Init_DivisionAcquiring = function(shared) {
 		}
 		message_endWeek_Slaves(divLedger) {
 			let newSlaves = divLedger.slaves.value;
-			if(newSlaves > 0) {
+			if (newSlaves > 0) {
 				return `<span class="green">acquired ${numberWithPlural(newSlaves, "slave")}`
-					 + (this.hadMercenaryHelp ? "</span> with the help of your mercenaries." : ".</span>");
++ (this.hadMercenaryHelp ? "</span> with the help of your mercenaries." : ".</span>");
 			} else {
 				return `<span class="red">failed to acquire any slaves`
-					 + (this.hadMercenaryHelp ? "</span> even with the help of your mercenaries." : ".</span>");
++ (this.hadMercenaryHelp ? "</span> even with the help of your mercenaries." : ".</span>");
 			}
 		}
 		endWeek_Slaves(divLedger) {
@@ -47,7 +47,7 @@ App.Corporate.Init_DivisionAcquiring = function(shared) {
 			return divLedger.slaves.apply(slaves);
 		}
 		// virtual overrides
-		get nextDivisions()	   { return this._const.nextDivisions; }
+		get nextDivisions() { return this._const.nextDivisions; }
 		dissolve() {
 			App.Corporate.sellSlaves(this, this.heldSlaves);
 			super.dissolve();
@@ -66,7 +66,7 @@ App.Corporate.Init_DivisionAcquiring = function(shared) {
 			// If it makes sense to have mercenaries help with other types of divisions, this code and the mercenaryHelp property will need to be moved into the super class.
 			let baseCost = super.maintenanceCost;
 
-			if(this.hadMercenaryHelp) {
+			if (this.hadMercenaryHelp) {
 				const mercHelpCost = Math.trunc((V.mercenaries - this._const.mercenaryHelp.level) * this._const.mercenaryHelp.cost * 1000);
 				baseCost += mercHelpCost;
 			}
diff --git a/src/Corporation/corporate-divisionBase.js b/src/Corporation/corporate-divisionBase.js
index de161794bec99286320e9b4d6431206666b068de..0fb03eb656f22c7ed222b8e560657d99414a8713 100644
--- a/src/Corporation/corporate-divisionBase.js
+++ b/src/Corporation/corporate-divisionBase.js
@@ -12,11 +12,11 @@ App.Corporate.Init_DivisionBase = function(shared) {
 				linear: maintenance.linear,
 				category: maintenance.category
 			};
-			if(founding != null) {
+			if (founding != null) {
 				this._const.founding = new shared.FoundingType(this, founding);
 			}
-			if(merger != null && _.isObject(merger) || (Array.isArray(merger) && merger.length > 0)) {
-				if(!Array.isArray(merger)) {
+			if (merger != null && _.isObject(merger) || (Array.isArray(merger) && merger.length > 0)) {
+				if (!Array.isArray(merger)) {
 					merger = [merger];
 				}
 				this._const.merger = merger;
@@ -24,38 +24,37 @@ App.Corporate.Init_DivisionBase = function(shared) {
 			this.relatedDivisions = new shared.RelatedDivisionType();
 		}
 		// initialized data
-		get id()				  { return this._const.id; }
-		get sizeCost()			{ return this._const.cost; }
-		get name()				{ return this._const.name; }
-		get focusDescription()	{ return this._const.focusDescription; }
-		get founding()			{ return this._const.founding; }
-		get nextDivisions()	   { return null; }
-		get hasMergers()		  { return this._const.merger != null; }
-		get mergerChoices()	   { return this._const.merger; }
+		get id() { return this._const.id; }
+		get sizeCost() { return this._const.cost; }
+		get name() { return this._const.name; }
+		get focusDescription() { return this._const.focusDescription; }
+		get founding() { return this._const.founding; }
+		get nextDivisions() { return null; }
+		get hasMergers() { return this._const.merger != null; }
+		get mergerChoices() { return this._const.merger; }
 		get maintenanceCategory() { return this._const.maintenance.category; }
 
 		// stored variables
-		get founded()			   { return this.getStored('') == 1; }
-		get foundedDate()		   { return this.getStored('Founded'); }
-		get developmentCount()	  { return this.getStored("Dev"); }
+		get founded() { return this.getStored('') == 1; }
+		get foundedDate() { return this.getStored('Founded'); }
+		get developmentCount() { return this.getStored("Dev"); }
 		set developmentCount(value) {
-			if(value < 0) { throw "Cannot set development count to less than 0"; }
+			if (value < 0) { throw "Cannot set development count to less than 0"; }
 			// dissolve is the only function that sets founded to false.
-			if(value === 0 && this.founded) { throw "Cannot set development count to 0; use dissolve instead."; }
+			if (value === 0 && this.founded) { throw "Cannot set development count to 0; use dissolve instead."; }
 			this.setStored("Dev", value);
 		}
 
 		// calculated
-		get availableRoom()	   { return Math.max(0, this.developmentCount - this.activeSlaves); }
+		get availableRoom() { return Math.max(0, this.developmentCount - this.activeSlaves); }
 		get maintenanceCost() {
-			return Math.trunc( this._const.maintenance.linear	* 1000 * this.developmentCount
-							 + this._const.maintenance.quadratic * Math.pow(this.activeSlaves, 2));
+			return Math.trunc( this._const.maintenance.linear * 1000 * this.developmentCount + this._const.maintenance.quadratic * Math.pow(this.activeSlaves, 2));
 		}
 		get foundingCostDivision() { return this._const.founding.size * this.sizeCost; }
-		get foundingCost()		 { return this.foundingCostDivision; }
-		get canFoundCorporation()  { return this._const.founding != null; }
+		get foundingCost() { return this.foundingCostDivision; }
+		get canFoundCorporation() { return this._const.founding != null; }
 		get foundingCash() {
-			if(!this.canFoundCorporation) { throw `${this.name} is not set up found a corporation`; }
+			if (!this.canFoundCorporation) { throw `${this.name} is not set up found a corporation`; }
 			return 1000 * this._const.founding.startingPrice;
 		}
 		get value() {
@@ -63,50 +62,54 @@ App.Corporate.Init_DivisionBase = function(shared) {
 			let slaveProcValue = 0;
 			let slaveHeldValue = 0;
 
-			if(this.activeSlaves > 0) { slaveProcValue = this.activeSlaves * this.purchasedSlaveValue * 1000; }
-			if(this.heldSlaves > 0) { slaveHeldValue = this.heldSlaves * this.soldSlaveValue * 1000; }
+			if (this.activeSlaves > 0) { slaveProcValue = this.activeSlaves * this.purchasedSlaveValue * 1000; }
+			if (this.heldSlaves > 0) { slaveHeldValue = this.heldSlaves * this.soldSlaveValue * 1000; }
 
 			return developmentValue + slaveProcValue + slaveHeldValue;
 		}
 
 		// abstract virtual
-		get fromMarket()					 { throw "Must be defined"; }
-		get toMarket()					   { throw "Must be defined"; }
-		get heldSlaves()					 { throw "Must be defined"; }
-		set heldSlaves(value)				{ throw "Must be defined"; }
-		get activeSlaves()				   { throw "Must be defined"; }
-		set activeSlaves(value)			  { throw "Must be defined"; }
-		get processRate()					{ throw "Must be defined"; }
-		get initialSlaveValue()			  { throw "Must be defined"; }
-		get soldSlaveValue()				 { throw "Must be defined"; }
-		get slaveAction()					{ throw "Must be defined"; }
-		get nounFinishedSlave()			  { throw "Must be defined"; }
-		get nounSlaveFromMarket()			{ throw "Must be defined"; }
-		messageSlaveCount()				  { throw "Must be defined"; }
-		messageSlaveOutput()				 { throw "Must be defined"; }
-		message_endWeek_Slaves(divLedger)	{ throw "Must be defined"; }
-		endWeek_Slaves(ledger, divLedger)	{ throw "Must be defined"; }
+		get fromMarket() { throw "Must be defined"; }
+		get toMarket() { throw "Must be defined"; }
+		/** @returns {number} */ // eslint-disable-line
+		get heldSlaves() { throw "Must be defined"; }
+		set heldSlaves(value) { throw "Must be defined"; }
+		/** @returns {number} */ // eslint-disable-line
+		get activeSlaves() { throw "Must be defined"; }
+		set activeSlaves(value) { throw "Must be defined"; }
+		/** @returns {number} */ // eslint-disable-line
+		get processRate() { throw "Must be defined"; }
+		get initialSlaveValue() { throw "Must be defined"; }
+		/** @returns {number} */ // eslint-disable-line
+		get soldSlaveValue() { throw "Must be defined"; }
+		get slaveAction() { throw "Must be defined"; }
+		get nounFinishedSlave() { throw "Must be defined"; }
+		get nounSlaveFromMarket() { throw "Must be defined"; }
+		messageSlaveCount() { throw "Must be defined"; }
+		messageSlaveOutput() { throw "Must be defined"; }
+		message_endWeek_Slaves(divLedger) { throw "Must be defined"; }
+		endWeek_Slaves(ledger, divLedger) { throw "Must be defined"; }
 
 		// The value of a slave ignoring enhancements from founded divisions
 		// The actual value of a slave after all improvements
 		get purchasedSlaveValue() {
-			let cheapest  = {'value':Number.MAX_VALUE, 'div': null};
+			let cheapest = {'value': Number.MAX_VALUE, 'div': null};
 			let expensive = {'value': 0, 'div': null};
-			for(let fromDiv of this.relatedDivisions.from) {
+			for (let fromDiv of this.relatedDivisions.from) {
 				let initialValue = fromDiv.initialSlaveValue;
-				if(initialValue < cheapest.value) {
+				if (initialValue < cheapest.value) {
 					cheapest.value = initialValue;
 					cheapest.div = fromDiv;
 				}
-				if(fromDiv.founded) {
+				if (fromDiv.founded) {
 					let soldValue = fromDiv.soldSlaveValue;
-					if(soldValue > expensive.value) {
+					if (soldValue > expensive.value) {
 						expensive.value = soldValue;
 						expensive.div = fromDiv;
 					}
 				}
 			}
-			if(expensive.div != null && expensive.value != cheapest.value) {
+			if (expensive.div != null && expensive.value != cheapest.value) {
 				// The added value of an owned intermediary takes time to work its way through this division to the next
 				let expensiveDiv = expensive.div;
 				let valueDiff = expensive.value - cheapest.value;
@@ -115,21 +118,20 @@ App.Corporate.Init_DivisionBase = function(shared) {
 				let multiplier = Math.min(weeksSinceFounding / weeksToProcess, 1);
 				let finalAddedValue = valueDiff * multiplier;
 				return cheapest.value + finalAddedValue;
-			} else if(cheapest.div != null) {
+			} else if (cheapest.div != null) {
 				return cheapest.value;
 			}
 			throw "No route to acquisition found.";
 		}
 		get maintenanceSlaves() { return this.activeSlaves * this.processRate; }
 		getDisplayMaintenanceCost() {
-			const cost	= this.maintenanceCost;
+			const cost = this.maintenanceCost;
 			const processedCount = this.maintenanceSlaves;
 
 			return {cost, perUnit: cost / processedCount};
 		}
 		getAutoSendToDivision(division) {
-			return !App.Corporate.ownsIntermediaryDivision(this, division)
-				&& this.getStored(`To${division.id}`) == 1;
+			return (!App.Corporate.ownsIntermediaryDivision(this, division) && this.getStored(`To${division.id}`) == 1);
 		}
 		setAutoSendToDivision(division, value) {
 			this.setStored(`To${division.id}`, value ? 1 : 0);
@@ -151,32 +153,32 @@ App.Corporate.Init_DivisionBase = function(shared) {
 		}
 		endWeek_Transfer(divLedger) {
 			let divisions = [];
-			for(let otherDiv of this.relatedDivisions.to.filter(div=> div.founded && this.getAutoSendToDivision(div))) {
+			for (let otherDiv of this.relatedDivisions.to.filter(div=> div.founded && this.getAutoSendToDivision(div))) {
 				const otherLedger = divLedger.weekLedger.getDivision(otherDiv);
 
 				const room = otherDiv.availableRoom - otherLedger.transfer.in;
-				if(room === 0) { continue; }
+				if (room === 0) { continue; }
 				divisions.push({division: otherDiv, room});
 			}
 			const fillDivisions = evenFillArray(divisions, this.heldSlaves, pair=>pair.room);
-			for(const filled of fillDivisions) {
+			for (const filled of fillDivisions) {
 				const division = filled.item.division;
 				const value = filled.value;
 				divLedger.transfer.addDivision(division, value);
 			}
 		}
 		endWeek_Market(divLedger) {
-			if(this.getAutoSendToMarket()) {
+			if (this.getAutoSendToMarket()) {
 				divLedger.market.sell = this.heldSlaves - divLedger.transfer.total;
 			}
-			if(this.getAutoBuyFromMarket()) {
+			if (this.getAutoBuyFromMarket()) {
 				divLedger.market.buy = this.availableRoom - divLedger.transfer.in;
 			}
 			shared.SellUnhousedSlaves(this, divLedger, this.processRate);
 		}
 
 		create() {
-			if(this.founded) { throw `${this.name} has already been founded.`; }
+			if (this.founded) { throw `${this.name} has already been founded.`; }
 
 			App.Corporate.expandedDivision();
 			App.Corporate.chargeAsset(this.foundingCostDivision * 1000, "development");
@@ -192,7 +194,7 @@ App.Corporate.Init_DivisionBase = function(shared) {
 		}
 
 		// private helpers
-		getStored(key	   ) { return V.corp[this._const.corpId + key];  }
+		getStored(key ) { return V.corp[this._const.corpId + key]; }
 		setStored(key, value) { V.corp[this._const.corpId + key] = value; }
 	};
 };
diff --git a/src/Corporation/corporate-divisionProcessing.js b/src/Corporation/corporate-divisionProcessing.js
index d1425fdd164faaf29d54cddc8f8099bd0a78bb08..21cb3c17c701fd0f8e6d9ad9612eb3e87b9f87dd 100644
--- a/src/Corporation/corporate-divisionProcessing.js
+++ b/src/Corporation/corporate-divisionProcessing.js
@@ -11,12 +11,12 @@ App.Corporate.Init_DivisionProcessing = function(shared) {
 
 		// abstract virtual definitions
 		get fromMarket()		{ return true; }
-		get toMarket()		  { return true; }
-		get heldSlaves()		{ return this.getStored("Slaves2"	   ); }
-		set heldSlaves(value)   {		this.setStored("Slaves2", Math.trunc(value)); }
-		get activeSlaves()	  { return this.getStored("Slaves"		); }
+		get toMarket() { return true; }
+		get heldSlaves()		{ return this.getStored("Slaves2" ); }
+		set heldSlaves(value) {		this.setStored("Slaves2", Math.trunc(value)); }
+		get activeSlaves() { return this.getStored("Slaves"		); }
 		set activeSlaves(value) {		this.setStored("Slaves", Math.trunc(value)); }
-		get processRate()	   { return this._const.processing.center; }
+		get processRate() { return this._const.processing.center; }
 		get soldSlaveValue() {
 		  // TODO: find a way to cache this.
 		  return this.purchasedSlaveValue + this._const.addedValue;
@@ -24,7 +24,7 @@ App.Corporate.Init_DivisionProcessing = function(shared) {
 		get slaveAction() {
 			return this._const.slaveProcessDescription;
 		}
-		get nounFinishedSlave()   { return `${this._const.slaveProcessDescription.past} slave`; }
+		get nounFinishedSlave() { return `${this._const.slaveProcessDescription.past} slave`; }
 		get nounSlaveFromMarket() { return this._const.slaveProcessDescription.market; }
 		messageSlaveCount() {
 			return shared.MessageProcessedSlaves(this, `can ${this._const.slaveProcessType.present}`, 'green');
@@ -36,13 +36,13 @@ App.Corporate.Init_DivisionProcessing = function(shared) {
 			let newSlaves = divLedger.slaves.value;
 			// The division
 			let retval = this._const.slaveProcessType.past; // exploited
-			if(newSlaves <= 0) {
+			if (newSlaves <= 0) {
 				retval += " <span class='red'>none of its slaves.</span>";
 			} else {
 				retval += ` <span class="green">${numberWithPlural(newSlaves, 'slave')}.</span>`;
 			}
 			retval += " The division ";
-			if(this.activeSlaves) {
+			if (this.activeSlaves) {
 				retval += `is still ${this._const.slaveProcessDescription.present} ${numberWithPlural(this.activeSlaves, "slave")}.`;
 			} else {
 				retval += `doesn't have any slaves to ${this._const.slaveProcessDescription.future}.`;
@@ -57,7 +57,7 @@ App.Corporate.Init_DivisionProcessing = function(shared) {
 		}
 		get initialSlaveValue() {
 			const values = this.relatedDivisions.from.map(fromDiv => fromDiv.initialSlaveValue);
-			if(values.length === 0) { throw "No route to acquisition found."; }
+			if (values.length === 0) { throw "No route to acquisition found."; }
 			return Math.min(...values) + this._const.addedValue;
 		}
 		// virtual override
@@ -75,7 +75,7 @@ App.Corporate.Init_DivisionProcessing = function(shared) {
 		}
 
 		get foundingCostSlaves() { return this._const.founding.size * this.purchasedSlaveValue; }
-		get foundingCost()	   { return this.foundingCostDivision + this.foundingCostSlaves; }
+		get foundingCost() { return this.foundingCostDivision + this.foundingCostSlaves; }
 		create() {
 			super.create();
 			App.Corporate.chargeAsset(this.foundingCostSlaves * 1000, "slaves");
diff --git a/src/Corporation/corporate-divisionWorking.js b/src/Corporation/corporate-divisionWorking.js
index 8f4a6dbf1b13f769abca14e09e28f7c913b111f9..6eaca63b52c5c4be15ddb86f66d26250f726e684 100644
--- a/src/Corporation/corporate-divisionWorking.js
+++ b/src/Corporation/corporate-divisionWorking.js
@@ -15,12 +15,12 @@ App.Corporate.Init_DivisionWorking = function(shared) {
 		get activeSlaves() { return this.getStored("Slaves"); }
 		set activeSlaves(value) { this.setStored("Slaves", Math.trunc(value)); }
 		get processRate() { return this._const.attrition.center; }
-		get initialSlaveValue()   { return null; }
+		get initialSlaveValue() { return null; }
 		get soldSlaveValue() { return null; }
 		get slaveAction() {
 			return this._const.slaveWorkDescription;
 		}
-		get nounFinishedSlave()   { throw "Cannot get finished slave in working division, since they don't produce finished slaves."; }
+		get nounFinishedSlave() { throw "Cannot get finished slave in working division, since they don't produce finished slaves."; }
 		get nounSlaveFromMarket() { return this._const.slaveWorkDescription.market; }
 		messageSlaveCount() {
 			return shared.MessageProcessedSlaves(this, `has to replace`, 'red');
@@ -37,12 +37,12 @@ App.Corporate.Init_DivisionWorking = function(shared) {
 		message_endWeek_Slaves(divLedger) {
 			let lostSlaves = divLedger.slaves.value;
 			let retval = '';// The division
-			if(this.activeSlaves <= 0) {
+			if (this.activeSlaves <= 0) {
 				retval += `has <span class="red">no slaves</span> to ${this._const.slaveWorkDescription.future}.`;
 			} else {
 				retval += `is ${this._const.slaveWorkDescription.present} <span class="green">${numberWithPlural(this.activeSlaves, 'slave')}.</span> `;
 			}
-			if(lostSlaves > 0) {
+			if (lostSlaves > 0) {
 				retval += `During operations <span class="red">${numberWithPlural(lostSlaves, 'slave')}</span> ${this._const.slaveWorkDescription.past}.`;
 			}
 			return retval;
@@ -82,7 +82,7 @@ App.Corporate.Init_DivisionWorking = function(shared) {
 		}
 
 		get foundingCostSlaves() { return this._const.founding.size * this.purchasedSlaveValue; }
-		get foundingCost()	   { return this.foundingCostDivision + this.foundingCostSlaves; }
+		get foundingCost() { return this.foundingCostDivision + this.foundingCostSlaves; }
 		create() {
 			super.create();
 			App.Corporate.chargeAsset(this.foundingCostSlaves * 1000, "slaves");
diff --git a/src/Corporation/corporate.js b/src/Corporation/corporate.js
index 204edfd1f1c9d4375ac465250d008aa7edfe6344..d39773d7f8b0ec0685a7ca1b4b513eb5777b31f4 100644
--- a/src/Corporation/corporate.js
+++ b/src/Corporation/corporate.js
@@ -24,23 +24,23 @@ globalThis.evenFillArray = function(array, amount, lookupAmount) {
 		let newArray = [];
 		changed = false;
 		perItem = Math.trunc(amount / array.length);
-		for(let item of array) {
+		for (let item of array) {
 			let itemValue = lookupAmount(item);
-			if(itemValue >= perItem) {
+			if (itemValue >= perItem) {
 				newArray.push(item);
 				continue;
 			}
 
 			amount -= itemValue;
-			retval.push({item, value:itemValue});
+			retval.push({item, value: itemValue});
 			changed = true;
 		}
 		array = newArray;
 	} while (changed);
 	let remainder = amount % array.length;
-	for(let item of array) {
+	for (let item of array) {
 		let extra = 0;
-		if(remainder > 0) {
+		if (remainder > 0) {
 			remainder--;
 			extra = 1;
 		}
@@ -51,59 +51,59 @@ globalThis.evenFillArray = function(array, amount, lookupAmount) {
 globalThis.typeHiddenMembers = class {
 	constructor() {
 		this._const = {};
-		this._var   = {};
+		this._var = {};
 		this._cache = {};
 	}
 };
 App.Corporate.Init = function() {
 	const Ledger = class {
-		constructor(corp, suffix="") {
+		constructor(corp, suffix = "") {
 			this.corp = corp;
 			this.suffix = suffix;
 		}
-		get operations(	 )	 { return this.getStored('OpCost'); }
-		set operations(value)	 { this.setStored('OpCost', value); }
+		get operations() { return this.getStored('OpCost'); }
+		set operations(value) { this.setStored('OpCost', value); }
 
-		get localRevenue(	 )   { return this.getStored('Rev'); }
-		set localRevenue(value)   { this.setStored('Rev', value); }
+		get localRevenue() { return this.getStored('Rev'); }
+		set localRevenue(value) { this.setStored('Rev', value); }
 
-		get development(	 )	{ return this.getStored('AssetsDev'); }
-		set development(value)	{ this.setStored('AssetsDev', value); }
+		get development() { return this.getStored('AssetsDev'); }
+		set development(value) { this.setStored('AssetsDev', value); }
 
-		get slaves(	 )		 { return this.getStored('AssetsSlave'); }
-		set slaves(value)		 { this.setStored('AssetsSlave', value); }
+		get slaves() { return this.getStored('AssetsSlave'); }
+		set slaves(value) { this.setStored('AssetsSlave', value); }
 
-		get overhead(	 )	   { return this.getStored('Overhead'); }
-		set overhead(value)	   { this.setStored('Overhead', value); }
+		get overhead() { return this.getStored('Overhead'); }
+		set overhead(value) { this.setStored('Overhead', value); }
 
-		get economicBoost(	 )  { return this.getStored('EconBonus'); }
-		set economicBoost(value)  { this.setStored('EconBonus', value); }
+		get economicBoost() { return this.getStored('EconBonus'); }
+		set economicBoost(value) { this.setStored('EconBonus', value); }
 
-		get economy(	 )		{ return this.getStored('Econ'); }
-		set economy(value)		{ this.setStored('Econ', value); }
+		get economy() { return this.getStored('Econ'); }
+		set economy(value) { this.setStored('Econ', value); }
 
-		get foreignRevenue(	 ) { return this.getStored('NeighborBonus'); }
+		get foreignRevenue() { return this.getStored('NeighborBonus'); }
 		set foreignRevenue(value) { this.setStored('NeighborBonus', value); }
 
 		copy(ledger) {
-			this.operations	 = ledger.operations;
-			this.localRevenue   = ledger.localRevenue;
+			this.operations = ledger.operations;
+			this.localRevenue = ledger.localRevenue;
 			this.foreignRevenue = ledger.foreignRevenue;
-			this.development	= ledger.development;
-			this.slaves		 = ledger.slaves;
-			this.overhead	   = ledger.overhead;
-			this.economicBoost  = ledger.economicBoost;
-			this.economy		= ledger.economy;
+			this.development = ledger.development;
+			this.slaves = ledger.slaves;
+			this.overhead = ledger.overhead;
+			this.economicBoost = ledger.economicBoost;
+			this.economy = ledger.economy;
 		}
 		clear() {
-			this.operations	 = 0;
-			this.localRevenue   = 0;
+			this.operations = 0;
+			this.localRevenue = 0;
 			this.foreignRevenue = 0;
-			this.development	= 0;
-			this.slaves		 = 0;
-			this.overhead	   = 0;
-			this.economicBoost  = 0;
-			this.economy		= 0;
+			this.development = 0;
+			this.slaves = 0;
+			this.overhead = 0;
+			this.economicBoost = 0;
+			this.economy = 0;
 		}
 		release() {
 			this.deleteStored('OpCost');
@@ -117,7 +117,7 @@ App.Corporate.Init = function() {
 		}
 		get profit() {
 			return this.revenue + this.economicBoost
-				 - this.development - this.slaves - this.overhead - this.operations;
+- this.development - this.slaves - this.overhead - this.operations;
 		}
 		get revenue() {
 			return this.localRevenue + this.foreignRevenue;
@@ -136,7 +136,7 @@ App.Corporate.Init = function() {
 		setStored(key, value) {
 			return this.corp.setStored(key + this.suffix, value);
 		}
-		deleteStored(key){
+		deleteStored(key) {
 			this.corp.deleteStored(key + this.suffix);
 		}
 	};
@@ -170,8 +170,8 @@ App.Corporate.Init = function() {
 			return this._var.in;
 		}
 		set in(value) {
-			if(value == this._var.in) { return; }
-			if(this._const.divLedger.market.canBuy) {
+			if (value == this._var.in) { return; }
+			if (this._const.divLedger.market.canBuy) {
 				this._const.divLedger.market.buy -= value - this._var.in;
 			}
 			this._var.in = value;
@@ -210,11 +210,11 @@ App.Corporate.Init = function() {
 			this._cache.sellValue = null;
 		}
 		get sellValue() {
-			if(this._cache.sellValue == null) { this._cache.sellValue = App.Corporate.slaveMarketSellValue(this.division, this.sell); }
+			if (this._cache.sellValue == null) { this._cache.sellValue = App.Corporate.slaveMarketSellValue(this.division, this.sell); }
 			return this._cache.sellValue;
 		}
 		get buyValue() {
-			if(this._cache.buyValue == null) { this._cache.buyValue = App.Corporate.slaveMarketPurchaseValue(this.division, this.buy); }
+			if (this._cache.buyValue == null) { this._cache.buyValue = App.Corporate.slaveMarketPurchaseValue(this.division, this.buy); }
 			return this._cache.buyValue;
 		}
 		get canBuy() {
@@ -234,10 +234,10 @@ App.Corporate.Init = function() {
 
 			this._const.division = division;
 			this._const.ledger = weekLedger;
-			this._var.slaves   = new WeekProcessingEfficiencyLine();
-			this._var.revenue  = new WeekProcessingEfficiencyLine();
+			this._var.slaves = new WeekProcessingEfficiencyLine();
+			this._var.revenue = new WeekProcessingEfficiencyLine();
 			this._var.transfer = new WeekProcessingTransfer(this);
-			this._var.market   = new WeekProcessingMarket(this);
+			this._var.market = new WeekProcessingMarket(this);
 		}
 		get slaves() {
 			return this._var.slaves;
@@ -263,7 +263,7 @@ App.Corporate.Init = function() {
 			super();
 
 			this._const.category = App.Corporate.maintenance.divisionCategories[categoryId];
-			if(this._const.category == null) { throw "Invalid category id: " + categoryId; }
+			if (this._const.category == null) { throw "Invalid category id: " + categoryId; }
 			this._var.divisions = [];
 		}
 		addDivision(division) {
@@ -272,9 +272,9 @@ App.Corporate.Init = function() {
 		get cost() {
 			const category = this._const.category;
 			const ownedDivisionCount = this._var.divisions.length - category.freeDivisions;
-			const developmentCount   = this._var.divisions.reduce((r, div) => r + div.developmentCount, 0) - category.freeDevelopment;
+			const developmentCount = this._var.divisions.reduce((r, div) => r + div.developmentCount, 0) - category.freeDevelopment;
 
-			const divisionCost	= Math.trunc(Math.pow(Math.max(ownedDivisionCount, 0), 2) * category.divisionCost   );
+			const divisionCost = Math.trunc(Math.pow(Math.max(ownedDivisionCount, 0), 2) * category.divisionCost );
 			const developmentCost = Math.trunc(Math.pow(Math.max(developmentCount, 0), 2) * category.developmentCost);
 
 			return divisionCost + developmentCost;
@@ -294,7 +294,7 @@ App.Corporate.Init = function() {
 		}
 
 		getDivision(division) {
-			if(!(division.id in this._var.divisions)) {
+			if (!(division.id in this._var.divisions)) {
 				this._var.divisions[division.id] = new WeekProcessingDivision(division, this);
 			}
 			return this._var.divisions[division.id];
@@ -305,7 +305,7 @@ App.Corporate.Init = function() {
 
 		registerMaintenanceForDivision(division) {
 			let categoryId = division.maintenanceCategory;
-			if(!(categoryId in this._var.maintenanceCategories)) {
+			if (!(categoryId in this._var.maintenanceCategories)) {
 				this._var.maintenanceCategories[categoryId] = new WeekProcessingOverheadCategory(categoryId);
 			}
 			let category = this._var.maintenanceCategories[categoryId];
@@ -319,12 +319,12 @@ App.Corporate.Init = function() {
 			return this._var.operatingCost;
 		}
 		set operatingCost(value) {
-			if(!Number.isFinite(value)) { throw "Operating cost wasn't finite "; }
+			if (!Number.isFinite(value)) { throw "Operating cost wasn't finite "; }
 			this._var.operatingCost = Math.trunc(value);
 		}
 		get overhead() {
 			const divCount = App.Corporate.numDivisions;
-			if(divCount <= 1) { return 0; }
+			if (divCount <= 1) { return 0; }
 
 			const divisionOverhead = Object.values(this.maintenanceCategories).reduce((r, categoryLedger) => r + categoryLedger.cost, 0);
 			const corpMaintInfo = App.Corporate.maintenance.corporate;
@@ -351,14 +351,14 @@ App.Corporate.Init = function() {
 		RelatedDivisionType: class {
 			constructor() {
 				this._var = {
-					to:   [],
+					to: [],
 					from: [],
-					all:  []
+					all: []
 				};
 			}
-			get to()   { return this._var.to; }
+			get to() { return this._var.to; }
 			get from() { return this._var.from; }
-			get all()  { return this._var.all; }
+			get all() { return this._var.all; }
 			addTo(value) {
 				this._var.to.push(value);
 				this._var.all.push(value);
@@ -385,8 +385,8 @@ App.Corporate.Init = function() {
 			}
 		},
 		SellOverflowSlaves: function(division) {
-			const slavesToSell  = division.activeSlaves - division.developmentCount;
-			if(slavesToSell > 0) {
+			const slavesToSell = division.activeSlaves - division.developmentCount;
+			if (slavesToSell > 0) {
 				const slaveProcCost = Math.trunc(App.Corporate.slaveMarketPurchaseValue(division, -slavesToSell));
 				App.Corporate.chargeAsset(slaveProcCost, "slaves");
 				division.activeSlaves -= slavesToSell;
@@ -394,11 +394,11 @@ App.Corporate.Init = function() {
 			}
 		},
 		SellUnhousedSlaves: function(division, divLedger, rate) {
-			if(divLedger.market.sell != 0) { return; }
+			if (divLedger.market.sell != 0) { return; }
 
 			let housing = Math.trunc(2 * rate * division.developmentCount);
 			let unhoused = division.heldSlaves - housing;
-			if(unhoused <= 0) { return; }
+			if (unhoused <= 0) { return; }
 
 			divLedger.market.sell = unhoused;
 		},
@@ -414,18 +414,18 @@ App.Corporate.Init = function() {
 		EndWeekProcessing_Slaves: function(processingCount, rate) {
 			const perDevPair = rate.roll();
 			let slaveIncrease = perDevPair.value * processingCount;
-			if(slaveIncrease < 1) {
+			if (slaveIncrease < 1) {
 				slaveIncrease = (slaveIncrease > Math.random() ? 1 : 0);
 			}
 			return {efficiency: perDevPair.roll, value: Math.trunc(slaveIncrease)};
 		},
 		FoundingSetupAutoBuy: function(division) {
 			let foundedFrom = division.relatedDivisions.from.filter(div=>div.founded);
-			if(foundedFrom.length === 0) {
+			if (foundedFrom.length === 0) {
 				division.setAutoBuyFromMarket(true);
 			} else {
-				for(let otherDiv of foundedFrom) {
-					if(otherDiv.getAutoSendToMarket()) {
+				for (let otherDiv of foundedFrom) {
+					if (otherDiv.getAutoSendToMarket()) {
 						otherDiv.setAutoSendToDivision(division, true);
 					}
 				}
@@ -433,11 +433,11 @@ App.Corporate.Init = function() {
 		},
 		FoundingSetupAutoSell: function(division) {
 			let foundedTo = division.relatedDivisions.to.filter(div=>div.founded);
-			if(foundedTo.length === 0) {
+			if (foundedTo.length === 0) {
 				division.setAutoSendToMarket(true);
 			} else {
-				for(let otherDiv of foundedTo) {
-					if(otherDiv.getAutoBuyFromMarket()) {
+				for (let otherDiv of foundedTo) {
+					if (otherDiv.getAutoBuyFromMarket()) {
 						division.setAutoSendToDivision(otherDiv, true);
 					}
 				}
@@ -453,21 +453,21 @@ App.Corporate.Init = function() {
 	let divisions = App.Corporate.divisions = mapIdList(App.Corporate.divisionList);
 	App.Corporate.maintenance.divisionCategories = mapIdList(App.Corporate.maintenance.divisionCategoriesList);
 
-	for(const divInfo of App.Corporate.divisionList.filter(div=>div.nextDivisions != null)) {
+	for (const divInfo of App.Corporate.divisionList.filter(div=>div.nextDivisions != null)) {
 		const div = divisions[divInfo.id];
-		for(const nextDepId of divInfo.nextDivisions) {
+		for (const nextDepId of divInfo.nextDivisions) {
 			let nextDiv = divisions[nextDepId];
 			div.relatedDivisions.addTo(nextDiv);
 			nextDiv.relatedDivisions.addFrom(div);
 		}
 	}
 	let asDivision = function(division) {
-		if(_.isObject(division)) { return division; }
+		if (_.isObject(division)) { return division; }
 		return App.Corporate.divisions[division];
 	};
-	App.Corporate.getStored	= function(key	   ) { return V.corp[key];  };
-	App.Corporate.setStored	= function(key, value) { V.corp[key] = value; };
-	App.Corporate.deleteStored = function(key	   ) { delete V.corp[key];  };
+	App.Corporate.getStored = function(key ) { return V.corp[key]; };
+	App.Corporate.setStored = function(key, value) { V.corp[key] = value; };
+	App.Corporate.deleteStored = function(key ) { delete V.corp[key]; };
 
 	// Integer properties starting with corp
 	const propertyToStoryInt = {
@@ -479,12 +479,12 @@ App.Corporate.Init = function() {
 		specializationTokens: "SpecToken",
 		specializationTimer: "SpecTimer",
 	};
-	for(const property in propertyToStoryInt) {
+	for (const property in propertyToStoryInt) {
 		const key = propertyToStoryInt[property];
 		Object.defineProperty(App.Corporate, property, {
-			get: function(	 ) { return this.getStored(key); },
+			get: function() { return this.getStored(key); },
 			set: function(value) {
-				if(!Number.isFinite(value)) { throw "Unreal number " + key; }
+				if (!Number.isFinite(value)) { throw "Unreal number " + key; }
 				this.setStored(key, Math.trunc(value));
 			}
 		});
@@ -497,10 +497,10 @@ App.Corporate.Init = function() {
 		payoutCash: "CashDividend",
 		canExpand: 'ExpandToken',
 	};
-	for(const property in propertyToStoryBool) {
+	for (const property in propertyToStoryBool) {
 		const key = propertyToStoryBool[property];
 		Object.defineProperty(App.Corporate, property, {
-			get: function(	 ) { return this.getStored(key) === 1; },
+			get: function() { return this.getStored(key) === 1; },
 			set: function(value) { this.setStored(key, value ? 1 : 0); }
 		});
 	}
@@ -508,20 +508,20 @@ App.Corporate.Init = function() {
 	// Abnormal properties
 	Object.defineProperty(App.Corporate, "value", {
 		get: function() {
-			if(!this.founded) { return 0; }
+			if (!this.founded) { return 0; }
 			let corpAssets = App.Corporate.divisionList
-										  .filter(div=>div.founded)
-										  .reduce((v, div)=>v + div.value, 0);
+				.filter(div=>div.founded)
+				.reduce((v, div)=>v + div.value, 0);
 			return corpAssets + this.dividend + this.cash;
 		}
 	});
 	Object.defineProperty(App.Corporate, "dividendRatio", {
-		get: function(	 ) { return V.dividendRatio;		},
-		set: function(value) {		V.dividendRatio = value; }
+		get: function() { return V.dividendRatio; },
+		set: function(value) { V.dividendRatio = value; }
 	});
 	Object.defineProperty(App.Corporate, "dividendTimer", {
-		get: function(	 ) { return V.dividendTimer;		},
-		set: function(value) {		V.dividendTimer = value; }
+		get: function() { return V.dividendTimer; },
+		set: function(value) { V.dividendTimer = value; }
 	});
 	Object.defineProperty(App.Corporate, "payoutAfterCash", {
 		get: function() {
@@ -530,16 +530,16 @@ App.Corporate.Init = function() {
 	});
 
 	const SharesType = class {
-		get personal()	  { return V.personalShares;		}
-		set personal(value) {		V.personalShares = value; }
-		get public()		{ return V.publicShares;		}
-		set public(value)   {		V.publicShares   = value; }
-		get total()		 { return this.personal + this.public; }
+		get personal() { return V.personalShares; }
+		set personal(value) { V.personalShares = value; }
+		get public() { return V.publicShares; }
+		set public(value) { V.publicShares = value; }
+		get total() { return this.personal + this.public; }
 	};
 	App.Corporate.shares = new SharesType();
 	App.Corporate.ledger = {
 		current: new Ledger(App.Corporate),
-		old:	 new Ledger(App.Corporate, "Old"),
+		old: new Ledger(App.Corporate, "Old"),
 		swap: function() {
 			this.old.copy(this.current);
 			this.current.clear();
@@ -560,7 +560,7 @@ App.Corporate.Init = function() {
 	};
 	App.Corporate.create = function(division, personalShares, publicShares) {
 		this.shares.personal = personalShares;
-		this.shares.public   = publicShares;
+		this.shares.public = publicShares;
 		V.dividendTimer = 13;
 		this.founded = true;
 		this.foundedDate = V.week;
@@ -582,7 +582,7 @@ App.Corporate.Init = function() {
 		App.Corporate.ledger.swap();
 	};
 	App.Corporate.dissolve = function() {
-		for(let division of this.divisionList.filter(x=>x.founded)) {
+		for (let division of this.divisionList.filter(x=>x.founded)) {
 			division.dissolve();
 		}
 		this.founded = false;
@@ -629,7 +629,7 @@ App.Corporate.Init = function() {
 		];
 		toDeleteCorp.forEach(id => delete V.corp[id]);
 
-		if(this.hasMarket) {
+		if (this.hasMarket) {
 			App.Arcology.cellUpgrade(V.building, App.Arcology.Cell.Market, "Corporate Market", "Markets");
 			this.hasMarket = false;
 		}
@@ -642,27 +642,27 @@ App.Corporate.Init = function() {
 		this.numDivisions -= 1;
 	};
 	App.Corporate.chargeAsset = function(cost, type) {
-		if(!Number.isFinite(cost)) { throw "The cost provided was not a real number"; }
+		if (!Number.isFinite(cost)) { throw "The cost provided was not a real number"; }
 		cost = Math.trunc(cost);
-		if(!(type in this.ledger.current)) { throw `Ledger doesn't record '${type}' category.`; }
-		if(cost === 0) { return; }
+		if (!(type in this.ledger.current)) { throw `Ledger doesn't record '${type}' category.`; }
+		if (cost === 0) { return; }
 
 		this.ledger.current[type] += cost;
 		this.cash -= cost;
 	};
 	App.Corporate.earnRevenue = function(cost, locality) {
-		if(!Number.isFinite(cost)) { throw "The cost provided was not real"; }
+		if (!Number.isFinite(cost)) { throw "The cost provided was not real"; }
 		cost = Math.trunc(cost);
 		let current = this.ledger.current;
 		let key = `${locality}Revenue`;
-		if(!(key in current)) { throw `Unknown locality '${locality}'`; }
+		if (!(key in current)) { throw `Unknown locality '${locality}'`; }
 		current[key] += cost;
 		this.cash += cost;
 	};
 	App.Corporate.chargeDividend = function(cost, weekLedger) {
-		if(!Number.isFinite(cost)) { throw "The cost provided was not real"; }
+		if (!Number.isFinite(cost)) { throw "The cost provided was not real"; }
 		cost = Math.trunc(cost);
-		if(weekLedger == null) {
+		if (weekLedger == null) {
 			throw "No weekLedger provided";
 		}
 		this.dividend += cost;
@@ -675,11 +675,11 @@ App.Corporate.Init = function() {
 	};
 	/* Need to prevent skipping intermediaries if they exist, ie break->surgery->train, you can skip surgery only if you don't have it.*/
 	App.Corporate.ownsIntermediaryDivision = function(fromDivision, toDivision) {
-		for(let intermediateDiv of toDivision.relatedDivisions
-											 .from
-											 .filter(iDep => iDep.id !== fromDivision.id
-														  && fromDivision.relatedDivisions.to.includes(iDep))) {
-			if(intermediateDiv.founded) { return true; }
+		for (let intermediateDiv of toDivision.relatedDivisions
+			.from
+			.filter(iDep => iDep.id !== fromDivision.id
+ && fromDivision.relatedDivisions.to.includes(iDep))) {
+			if (intermediateDiv.founded) { return true; }
 		}
 		return false;
 	};
@@ -696,24 +696,24 @@ App.Corporate.Init = function() {
 		return Math.trunc(totalValue);
 	};
 	App.Corporate.buySlaves = function(division, count) {
-		if(count <= 0) { return 0; }
+		if (count <= 0) { return 0; }
 
 		division = asDivision(division);
 		let purchasePrice = this.slaveMarketPurchaseValue(division, count);
-		if(this.cash < purchasePrice) {
+		if (this.cash < purchasePrice) {
 			throw "Attempted purchase without enough money";
 		}
 
 		this.chargeAsset(purchasePrice, "slaves");
 		division.activeSlaves += count;
-		V.menialSupplyFactor  -= count;
+		V.menialSupplyFactor -= count;
 		return purchasePrice;
 	};
 	App.Corporate.sellSlaves = function(division, count) {
-		if(count <= 0) { return 0; }
+		if (count <= 0) { return 0; }
 
 		division = asDivision(division);
-		if(division.heldSlaves < count) { throw "Attempted to sell more slaves than held."; }
+		if (division.heldSlaves < count) { throw "Attempted to sell more slaves than held."; }
 
 		let sellPrice = this.slaveMarketSellValue(division, count);
 		this.earnRevenue(sellPrice, "local");
@@ -726,7 +726,7 @@ App.Corporate.Init = function() {
 		toDivision = asDivision(toDivision);
 		// TODO: validate the from and to departments are directly connected.
 
-		if(fromDivision.heldSlaves < count) { throw `Tried to move ${count} slaves out of ${fromDivision.name}, but it only had ${fromDivision.heldSlaves}`; }
+		if (fromDivision.heldSlaves < count) { throw `Tried to move ${count} slaves out of ${fromDivision.name}, but it only had ${fromDivision.heldSlaves}`; }
 
 		fromDivision.heldSlaves -= count;
 		toDivision.activeSlaves += count;
@@ -745,7 +745,7 @@ App.Corporate.Init = function() {
 
 		const devCount = division.developmentCount;
 		count = count || devCount;
-		if(count > devCount) { throw `Attempted to sell more of a division ${division.id} than exists (${count} of ${devCount})`; }
+		if (count > devCount) { throw `Attempted to sell more of a division ${division.id} than exists (${count} of ${devCount})`; }
 		const developmentCost = Math.trunc(count * division.sizeCost * 800);
 		this.chargeAsset(-developmentCost, "development");
 		division.developmentCount -= count;
@@ -766,19 +766,19 @@ App.Corporate.Init = function() {
 	};
 	App.Corporate.calculateDividend = function(weekLedger) {
 		let profit = this.ledger.current.profit;
-		if(this.dividendRatio > 0 && profit > 0) {
+		if (this.dividendRatio > 0 && profit > 0) {
 			this.chargeDividend(profit * this.dividendRatio, weekLedger);
 		}
 		// Payout leftover cash should be the last thing the corporation does
 		// in a week so that its cash will be at the payout amount.
-		if(this.payoutCash) {
+		if (this.payoutCash) {
 			let payoutAfter = this.payoutAfterCash;
-			if(this.cash > payoutAfter) {
+			if (this.cash > payoutAfter) {
 				this.chargeDividend(this.cash - payoutAfter, weekLedger);
 			}
 		}
 
-		if(this.dividendTimer <= 1) {
+		if (this.dividendTimer <= 1) {
 			weekLedger.payout = Math.trunc(this.dividend * this.shares.personal / this.shares.total);
 			cashX(weekLedger.payout, "stocks");
 			this.dividendTimer = 14;// 13 for each quarter, but +1 because we're subtracting one below.
@@ -790,7 +790,7 @@ App.Corporate.Init = function() {
 	App.Corporate.endWeek = function() {
 		let ledger = new WeekProcessingLedger();
 		// Prepare requests
-		for(let div of this.divisionList.filter(div=>div.founded)) {
+		for (let div of this.divisionList.filter(div=>div.founded)) {
 			let divLedger = ledger.getDivision(div);
 
 			ledger.operatingCost += div.maintenanceCost;
@@ -799,7 +799,7 @@ App.Corporate.Init = function() {
 			div.endweek_Revenue(divLedger);
 			div.endWeek_Slaves(divLedger);
 		}
-		for(let divLedger of Object.values(ledger.divisionLedgers)) {
+		for (let divLedger of Object.values(ledger.divisionLedgers)) {
 			let div = divLedger.division;
 			div.endWeek_Transfer(divLedger);
 			div.endWeek_Market(divLedger);
@@ -807,21 +807,21 @@ App.Corporate.Init = function() {
 		this.chargeAsset(ledger.operatingCost, "operations");
 		this.chargeAsset(ledger.overhead, "overhead");
 		// Execute sales requests, transfers, and earned revenue
-		for(let divLedger of Object.values(ledger.divisionLedgers)) {
+		for (let divLedger of Object.values(ledger.divisionLedgers)) {
 			let div = divLedger.division;
 			this.earnRevenue(divLedger.revenue.value, "local");
-			if(div.activeSlaves > 0) {
+			if (div.activeSlaves > 0) {
 				shared.SellOverflowSlaves(div);
 			}
 
-			for(let otherDivPair of divLedger.transfer.divisions) {
+			for (let otherDivPair of divLedger.transfer.divisions) {
 				let otherDiv = otherDivPair.division;
 				let count = otherDivPair.fill;
-				if(count == 0) { continue; }
+				if (count == 0) { continue; }
 
 				this.transferSlaves(div, otherDiv, count);
 			}
-			if(divLedger.market.sell > 0) {
+			if (divLedger.market.sell > 0) {
 				divLedger.market.finalSale = this.sellSlaves(div, divLedger.market.sell);
 			}
 		}
@@ -832,20 +832,20 @@ App.Corporate.Init = function() {
 		// todo: Cheapest first
 		// Even purchase requests:
 		let purchaseValues = evenFillArray(Object.values(ledger.divisionLedgers)
-												 .filter(divLedger=>divLedger.market.buy > 0)
-										  , this.cash
-										  , divLedger=>divLedger.market.buyValue);
-		for(let divLedgerPair of purchaseValues) {
+			.filter(divLedger=>divLedger.market.buy > 0)
+		, this.cash
+		, divLedger=>divLedger.market.buyValue);
+		for (let divLedgerPair of purchaseValues) {
 			let divLedger = divLedgerPair.item;
 			let purchaseCost = divLedgerPair.value;
 			let div = divLedger.division;
 
-			if(divLedger.market.buyValue > purchaseCost) {
+			if (divLedger.market.buyValue > purchaseCost) {
 				// Estimate how many slaves we can afford within the purchase cost
 				let perSlaveEstimate = Math.trunc(divLedger.market.buyValue / divLedger.market.buy);
 				let numSlavesEstimate = Math.trunc(purchaseCost / perSlaveEstimate);
 
-				if(numSlavesEstimate < 1) {
+				if (numSlavesEstimate < 1) {
 					divLedger.market.originalBuy = divLedger.market.buy;
 					divLedger.market.buyShortMoney = divLedger.market.buyValue;
 					divLedger.market.buyShortSlaves = divLedger.market.buy;
@@ -861,20 +861,20 @@ App.Corporate.Init = function() {
 		}
 		this.creditEconomy();
 
-		if(this.numDivisions < this.divisionList.length && !this.canExpand) {
+		if (this.numDivisions < this.divisionList.length && !this.canExpand) {
 			let expansionValue = Math.trunc(Math.pow(this.numDivisions, 1.5) + (5 * this.numDivisions + 2) / 4);
-			if(this.value > expansionValue * 1000000) {
+			if (this.value > expansionValue * 1000000) {
 				ledger.canExpandNow = true;
 				this.canExpand = true;
 			}
 		}
 		let specializationExpansion = 1.6 * Math.pow(1.25, this.specializations) - 1.2;
-		if(this.value > specializationExpansion * 1000000){
+		if (this.value > specializationExpansion * 1000000) {
 			this.specializationTokens++;
 			this.specializations++;
 			ledger.canSpecializeNow = true;
 		}
-		if(this.specializationTimer > 0) {
+		if (this.specializationTimer > 0) {
 			this.specializationTimer--;
 		}
 		this.calculateDividend(ledger);
@@ -883,17 +883,17 @@ App.Corporate.Init = function() {
 	};
 	App.Corporate.cheatCash = function(userCash) {
 		userCash = Math.trunc(Number(userCash));
-		if(Number.isFinite(userCash)) {
+		if (Number.isFinite(userCash)) {
 			this.cash = userCash;
 			V.cheater = 1;
 		}
 	};
 
-	App.Corporate.Backcompat = function(){
+	App.Corporate.Backcompat = function() {
 		// current foreignRevenue used to be used for old foreignRevenue
 		let c = this.ledger.current;
 		App.Corporate.ledger.old.foreignRevenue = c.foreignRevenue;
-		if(c.operations === undefined) {
+		if (c.operations === undefined) {
 			c.operations = 0;
 			c.overhead = 0;
 			c.economicBoost = 0;
@@ -910,7 +910,7 @@ globalThis.corpSharePrice = function(q = 0, personalShares = null, publicShares
 		return 0;
 	}
 	personalShares = personalShares || V.personalShares;
-	publicShares   = publicShares   || V.publicShares;
+	publicShares = publicShares || V.publicShares;
 	return Math.trunc(1000 * (App.Corporate.value / (personalShares + publicShares + q)));
 };
 
diff --git a/src/Corporation/corporateLedger.js b/src/Corporation/corporateLedger.js
index a01a12557afbb72e42f5568641040a4bd814c6c4..8865d2744e0bf2060123f5f16e4cad71155bc399 100644
--- a/src/Corporation/corporateLedger.js
+++ b/src/Corporation/corporateLedger.js
@@ -6,7 +6,7 @@
 App.Corporate.writeLedger = function(ledger, week) {
 	/** Add a row to the ledger
 	 * @param {HTMLElement} table
-	 * @param {string} cellType
+	 * @param {"th" | "td"} cellType
 	 * @param {string} caption
 	 * @param {number} [value]
 	 * @param {string|Node} [note]
diff --git a/src/Mods/Reminder/reminder.js b/src/Mods/Reminder/reminder.js
index 7062c27cc2de1380b4ae4ec187f8eab06709d063..22d2a74f28eb4cc0faaeb61c6ced8ee90d3ff5da 100644
--- a/src/Mods/Reminder/reminder.js
+++ b/src/Mods/Reminder/reminder.js
@@ -23,7 +23,7 @@ App.Reminders.add = function(message, week, category = "manual") {
  * @param {number} [obj.maxFuture] how far into the future should reminders be displayed.
  * @param {string} [obj.category]
  * @param {boolean} [obj.link] show link to managePersonalAffairs.tw
- * @returns {HTMLSpanElement}
+ * @returns {HTMLSpanElement|DocumentFragment}
  */
 App.Reminders.list = function list({maxFuture = Number.POSITIVE_INFINITY, category = "all", link = false} = {}) {
 	if (V.reminders.length === 0) {
diff --git a/src/Mods/SecExp/js/Unit.js b/src/Mods/SecExp/js/Unit.js
index 35fac5031ab627d3de6aa952931b21781ba3407a..0528619da8e62e70e9b5c7d3418b9c4b3668b213 100644
--- a/src/Mods/SecExp/js/Unit.js
+++ b/src/Mods/SecExp/js/Unit.js
@@ -36,7 +36,7 @@ App.SecExp.bulkUpgradeUnit = function(unit) {
 		return Math.ceil(cost *= 1.1);
 	}
 
-	const price = unit.map(getCost).reduce((acc, cur) => acc + cur);
+	const price = unit.map(getCost).reduce((acc, cur) => acc + cur, 0);
 	if (price > 0) {
 		el.append(App.UI.DOM.link(`Bulk upgrade for ${cashFormat(price)}`, () => {
 			unit.map(upgradeUnit).reduce((acc, cur) => acc + cur);
@@ -49,7 +49,8 @@ App.SecExp.bulkUpgradeUnit = function(unit) {
 };
 
 /** Reports changes to the supplied unit's loyalty.
- * @param {object} [input] the unit type to be checked.
+ * @param {FC.SecExp.PlayerHumanUnitData} input the unit type to be checked.
+ * @param {FC.SecExp.PlayerHumanUnitType} type
  */
 App.SecExp.humanUnitLoyaltyChanges = function(input, type) {
 	let loyaltyChange = 0, el = document.createElement("div");
@@ -170,7 +171,8 @@ App.SecExp.generateUnit = function(type) {
 };
 
 /** Display's the deploy menu for the unit.
- * @param {object} [input] the unit to be checked.
+ * @param {FC.SecExp.PlayerHumanUnitData} input the unit to be checked.
+ * @param {FC.SecExp.PlayerHumanUnitType} type
  * @param {number} [count=0]
  */
 App.SecExp.deployUnitMenu = function(input, type, count = 0) {
@@ -195,7 +197,7 @@ App.SecExp.deployUnitMenu = function(input, type, count = 0) {
 };
 
 /** Prints a list of upgrades that can be applied to the passed human unit.
- * @param {object} [input] the human unit to be checked.
+ * @param {FC.SecExp.PlayerHumanUnitData} input the human unit to be checked.
  */
 App.SecExp.humanUnitUpgradeList = function(input) {
 	const equipUpgradeCost = 250;
@@ -348,7 +350,7 @@ App.SecExp.getUnit = function(type, index) {
 };
 
 /** Enemy unit factory - get a unit based on its type and basic data
- * @param {string} type - "raiders", "free city", "old world", or "freedom fighters"
+ * @param {FC.SecExp.EnemyUnitType} type - "raiders", "free city", "old world", or "freedom fighters"
  * @param {number} troops
  * @param {number} equipment
  * @returns {App.SecExp.Unit}
diff --git a/src/Mods/SecExp/rebellionOptions.tw b/src/Mods/SecExp/rebellionOptions.tw
index 2beb68f41cfa56f302b4269418567016c0b672ff..8616b3b5c29f3b51ef81349ab1afff450c42be72 100644
--- a/src/Mods/SecExp/rebellionOptions.tw
+++ b/src/Mods/SecExp/rebellionOptions.tw
@@ -216,7 +216,7 @@ In order to preserve the structural integrity of the building and the lives of o
 		<br>Your troops will not limit their arsenal. This will put the structure and your citizens at risk, but our troops will be at full capacity.
 	<</replace>>
 <</link>>
-<<if $SecExp.buildings.riotCenter.advancedRiotEquip == 1>>
+<<if $SecExp.buildings.riotCenter && $SecExp.buildings.riotCenter.advancedRiotEquip == 1>>
 	<br><<link "Advanced riot protocol">>
 		<<set $engageRule = 3>>
 		<<replace "#engage">>
diff --git a/src/Mods/SecExp/rebellionReport.tw b/src/Mods/SecExp/rebellionReport.tw
index c627294c58f2b2ab368c5afafeb2fd84773e1901..382d12c303bc8d06a1b9abbe64aeb1d1fc0b78dc 100644
--- a/src/Mods/SecExp/rebellionReport.tw
+++ b/src/Mods/SecExp/rebellionReport.tw
@@ -482,10 +482,10 @@
 
 /* garrisons */
 <<if $garrison.reactor == 0>>
-	<<if random(1,100) <= (75 - ($SecExp.buildings.riotCenter.fort.reactor * 25))>>
+	<<if random(1,100) <= (75 - (($SecExp.buildings.riotCenter ? $SecExp.buildings.riotCenter.fort.reactor : 0) * 25))>>
 		Unfortunately during the fighting a group of slaves infiltrated the reactor complex and sabotaged it, causing massive power fluctuations and blackouts.
 		It will take @@.red;time and money to repair the damage.@@
-		<<set $garrison.reactorTime = $repairTime + random(1) - $SecExp.buildings.riotCenter.fort.reactor, IncreasePCSkills('engineering', 0.1)>>
+		<<set $garrison.reactorTime = $repairTime + random(1) - ($SecExp.buildings.riotCenter ? $SecExp.buildings.riotCenter.fort.reactor : 0), IncreasePCSkills('engineering', 0.1)>>
 		<<run cashX(-2000, "war")>>
 	<<else>>
 		While the reactor was left defenseless without a garrison, there was no attempt at sabotage. Let's hope we'll always be this lucky.
@@ -494,10 +494,10 @@
 	The garrison assigned to the reactor protected it from the multiple sabotage attempts carried out by the rebels.
 <</if>>
 <<if $garrison.waterway == 0>>
-	<<if random(1,100) <= (75 - ($SecExp.buildings.riotCenter.fort.waterway * 25))>>
+	<<if random(1,100) <= (75 - (($SecExp.buildings.riotCenter ? $SecExp.buildings.riotCenter.fort.waterway : 0) * 25))>>
 		Unfortunately during the fighting a group of slaves infiltrated the water management complex and sabotaged it, causing huge water leaks throughout the arcology and severely limiting the water supply.
 		It will take @@.red;time and money to repair the damage.@@
-		<<set $garrison.waterwayTime = $repairTime + random(1) - $SecExp.buildings.riotCenter.fort.waterway, IncreasePCSkills('engineering', 0.1)>>
+		<<set $garrison.waterwayTime = $repairTime + random(1) - ($SecExp.buildings.riotCenter ? $SecExp.buildings.riotCenter.fort.waterway : 0), IncreasePCSkills('engineering', 0.1)>>
 		<<run cashX(-2000, "war")>>
 	<<else>>
 		While the water management complex was left defenseless without a garrison, there was no attempt at sabotage. Let's hope we'll always be this lucky.
@@ -506,10 +506,10 @@
 	The garrison assigned to the water management complex protected it from the sabotage attempt of the rebels.
 <</if>>
 <<if $garrison.assistant == 0>>
-	<<if random(1,100) <= (75 - ($SecExp.buildings.riotCenter.fort.assistant * 25))>>
+	<<if random(1,100) <= (75 - (($SecExp.buildings.riotCenter ? $SecExp.buildings.riotCenter.fort.assistant : 0) * 25))>>
 		Unfortunately during the fighting a group of slaves infiltrated the facility housing $assistant.name's mainframe and sabotaged it. Without its AI, the arcology will be next to impossible to manage.
 		It will take @@.red;time and money to repair the damage.@@
-		<<set $garrison.assistantTime = $repairTime + random(1) - $SecExp.buildings.riotCenter.fort.assistant, IncreasePCSkills('engineering', 0.1)>>
+		<<set $garrison.assistantTime = $repairTime + random(1) - ($SecExp.buildings.riotCenter ? $SecExp.buildings.riotCenter.fort.assistant : 0), IncreasePCSkills('engineering', 0.1)>>
 		<<run cashX(-2000, "war")>>
 	<<else>>
 		While the $assistant.name's mainframe was left defenseless without a garrison, there was no attempt at sabotage. Let's hope we'll always be this lucky.
@@ -900,4 +900,4 @@
 <</if>>
 <<set $slaveRebellion = 0>>
 <<set $citizenRebellion = 0>>
-<<set $SecExp.rebellions.tension = Math.clamp($SecExp.rebellions.tension - random(50,100), 0, 100)>>
+<<set $SecExp.rebellions.tension = Math.clamp($SecExp.rebellions.tension - random(50,100), 0, 100)>>
\ No newline at end of file
diff --git a/src/Mods/SecExp/secExpSmilingMan.tw b/src/Mods/SecExp/secExpSmilingMan.tw
index 308d1ed55ebd896cc66d6a9bd36df6440fa4f0df..be49839c51dfe122f665e0652fa06f3a3e6a064d 100644
--- a/src/Mods/SecExp/secExpSmilingMan.tw
+++ b/src/Mods/SecExp/secExpSmilingMan.tw
@@ -160,7 +160,7 @@
 		</p>
 	<</if>>
 	<p>
-		<<if $SecExp.buildings.secHub.upgrades.security.cyberBots == 1>>
+		<<if $SecExp.buildings.secHub && $SecExp.buildings.secHub.upgrades.security.cyberBots == 1>>
 			<<set _lostCash -= Math.min(30000, _lostCash)>>
 			The additional cyber defenses acquired and running in the security HQ <<if _lostCash < 200000>>further<</if>> limit the damage.
 		<</if>>
@@ -262,12 +262,14 @@
 				Vast amount of data relative to the ownership of the arcology is lost. You would've run the risk of losing ownership of one of the sectors, but fortunately your authority is so high your citizens do not dare question your claims even in the absence of a valid legal case.
 			<</if>>
 		<</if>>
-		<<if $SecExp.buildings.secHub.coldstorage > 3>>
-			Your cold storage facility has ensured that the Smiling Man's destruction of the primary archives was unable to damage the security of your arcology.
-		<<elseif $SecExp.buildings.secHub.coldstorage == 0>>
-			Your security department sees its archives butchered by the Smiling Man. Almost all data on criminals, citizens, and operations are lost. The <span class="red">security of the arcology is greatly reduced.</span> Criminals, on the other hand, with their past erased, cannot wait to join this new world, so <span class="red">crime will inevitably increase.</span>
-			<<set $SecExp.core.security = Math.clamp($SecExp.core.security * 0.2,0,100)>>
-			<<set $SecExp.core.crimeLow = Math.clamp($SecExp.core.crimeLow * 1.5, 20,100)>>
+		<<if $SecExp.buildings.secHub>>
+			<<if $SecExp.buildings.secHub.coldstorage > 3>>
+				Your cold storage facility has ensured that the Smiling Man's destruction of the primary archives was unable to damage the security of your arcology.
+			<<elseif $SecExp.buildings.secHub.coldstorage == 0>>
+				Your security department sees its archives butchered by the Smiling Man. Almost all data on criminals, citizens, and operations are lost. The <span class="red">security of the arcology is greatly reduced.</span> Criminals, on the other hand, with their past erased, cannot wait to join this new world, so <span class="red">crime will inevitably increase.</span>
+				<<set $SecExp.core.security = Math.clamp($SecExp.core.security * 0.2,0,100)>>
+				<<set $SecExp.core.crimeLow = Math.clamp($SecExp.core.crimeLow * 1.5, 20,100)>>
+			<</if>>
 		<</if>>
 	</p>
 	<p>
diff --git a/src/arcologyBuilding/apartments.js b/src/arcologyBuilding/apartments.js
index a49011743047ec78c4343550dc06dfd1c81d247d..40c8541b01ec3b93cb82b646cc9a54e18f76bfd7 100644
--- a/src/arcologyBuilding/apartments.js
+++ b/src/arcologyBuilding/apartments.js
@@ -120,7 +120,7 @@ App.Arcology.Cell.Apartment = class extends App.Arcology.Cell.BaseCell {
 	}
 
 	clone() {
-		return (new App.Arcology.Cell.Apartment())._init(this);
+		return (new App.Arcology.Cell.Apartment(this.owner))._init(this);
 	}
 
 	get className() { return "App.Arcology.Cell.Apartment"; }
diff --git a/src/arcologyBuilding/base.js b/src/arcologyBuilding/base.js
index 72f5005883418f8523a65fe9ada5e0636f4e679d..ad4ff6b74877c64f07a0922dbf59bf2bc68c0d01 100644
--- a/src/arcologyBuilding/base.js
+++ b/src/arcologyBuilding/base.js
@@ -12,7 +12,7 @@ App.Arcology.getCellLink = function(path, message) {
  * Intended for use on guaranteed single hits.
  *
  * @param {App.Arcology.Building} building
- * @param {class} cellClass
+ * @param {ObjectConstructor} cellClass
  * @param {*} cellType
  * @param {*} newType
  * @param {string} [key="type"]
diff --git a/src/arcologyBuilding/decorative.js b/src/arcologyBuilding/decorative.js
index be279a569d5e38c62dd5c7a56646a8078de7139c..8ab1cde9b8dd30383b203fc7a71adf8b0281cd82 100644
--- a/src/arcologyBuilding/decorative.js
+++ b/src/arcologyBuilding/decorative.js
@@ -1,11 +1,12 @@
 App.Arcology.Cell.Decorative = class extends App.Arcology.Cell.BaseCell {
 	/**
-	 * @param {number} width in cells
-	 * @param {number} [xOffset=0] in %
-	 * @param {number} [yOffset=0] in px
-	 * @param {number} [rotation=0] in deg
-	 * @param {number} [cellHeight=0] in px, if default height is not enough to stop stuff going offscreen
-	 * @param {number} [absoluteWidth=0] 0/1, if width and xOffset should be read as absolute pixels
+	 * @param {object} params
+	 * @param {number} params.width in cells
+	 * @param {number} [params.xOffset=0] in %
+	 * @param {number} [params.yOffset=0] in px
+	 * @param {number} [params.rotation=0] in deg
+	 * @param {number} [params.cellHeight=0] in px, if default height is not enough to stop stuff going offscreen
+	 * @param {number} [params.absoluteWidth=0] 0/1, if width and xOffset should be read as absolute pixels
 	 */
 	constructor({width, xOffset = 0, yOffset = 0, rotation = 0, cellHeight = 0, absoluteWidth = 0} = {}) {
 		super(1);
diff --git a/src/arcologyBuilding/manufacturing.js b/src/arcologyBuilding/manufacturing.js
index 5833c14e3b14504f64e2467e62adaa0d04f07406..3e285e2392be96fb36e0c610c3a635ad645db876 100644
--- a/src/arcologyBuilding/manufacturing.js
+++ b/src/arcologyBuilding/manufacturing.js
@@ -274,7 +274,7 @@ App.Arcology.Cell.Manufacturing = class extends App.Arcology.Cell.BaseCell {
 	}
 
 	clone() {
-		return (new App.Arcology.Cell.Manufacturing())._init(this);
+		return (new App.Arcology.Cell.Manufacturing(this.owner))._init(this);
 	}
 
 	get className() {
diff --git a/src/arcologyBuilding/markets.js b/src/arcologyBuilding/markets.js
index cba926556c32453861bfd415ae747c5fb21c6a6e..83e1cadcc7755b773adf2c0b1d190591d0839ac0 100644
--- a/src/arcologyBuilding/markets.js
+++ b/src/arcologyBuilding/markets.js
@@ -149,7 +149,7 @@ App.Arcology.Cell.Market = class extends App.Arcology.Cell.BaseCell {
 	}
 
 	clone() {
-		return (new App.Arcology.Cell.Market())._init(this);
+		return (new App.Arcology.Cell.Market(this.owner))._init(this);
 	}
 
 	get className() { return "App.Arcology.Cell.Market"; }
diff --git a/src/arcologyBuilding/shops.js b/src/arcologyBuilding/shops.js
index 51a9fb0b36646b9d623211ce6de567a7312205a2..8428cfc67a6b6296539e7d89334b7873b2dc1776 100644
--- a/src/arcologyBuilding/shops.js
+++ b/src/arcologyBuilding/shops.js
@@ -716,7 +716,7 @@ App.Arcology.Cell.Shop = class extends App.Arcology.Cell.BaseCell {
 	}
 
 	clone() {
-		return (new App.Arcology.Cell.Shop())._init(this);
+		return (new App.Arcology.Cell.Shop(this.owner))._init(this);
 	}
 
 	get className() { return "App.Arcology.Cell.Shop"; }
diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js
index e5335eab38eab0e684dee427a2a83df32956a339..845fa668a406b936c1f525a6b855aca4913d2825 100644
--- a/src/art/vector/VectorArtJS.js
+++ b/src/art/vector/VectorArtJS.js
@@ -101,6 +101,8 @@ App.Art.makeVectorArtStyle = function(slave, artSize) {
 				outfitBaseColor = slave.clothingBaseColor || "#515351"; /* use custom color, or use default latex color */
 			} else if (slave.clothes === "a comfortable bodysuit") {
 				outfitBaseColor = slave.clothingBaseColor || "#464646"; /* use custom color, or use default bodysuit color */
+			} else if (slave.clothes === "a tight Imperial bodysuit") {
+				outfitBaseColor = slave.clothingBaseColor || "#464646"; /* use custom color, or use default bodysuit color */
 			}
 
 			/* head addons */
@@ -161,6 +163,13 @@ App.Art.makeVectorArtStyle = function(slave, artSize) {
 				skinColor = outfitBaseColor;
 				bellySkinStyle = `fill:${outfitBaseColor};`;
 				bellybuttonStyle = `fill:${outfitBaseColor};`;
+			} else if (slave.clothes === "a tight Imperial bodysuit") {
+				/* imperial bodysuit does not cover head. */
+				headSkinStyle = `fill:${skinColor};`;
+				/* rest of body is covered in bodysuit */
+				skinColor = outfitBaseColor;
+				bellySkinStyle = `fill:${outfitBaseColor};`;
+				bellybuttonStyle = `fill:${outfitBaseColor};`;
 			}
 			/* END SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */
 
@@ -335,6 +344,7 @@ App.Art.makeVectorArtStyle = function(slave, artSize) {
 					bellySkinStyle = "fill:rgba(128,0,0,1);";
 					break;
 				case "battlearmor":
+				case "Imperial Plate":
 					scrotumSkinStyle = "fill:rgba(200,200,200,1);";
 					break;
 				case "striped underwear":
@@ -740,6 +750,7 @@ App.Art.vectorArtElement = (function() {
 				case "a ball gown":
 				case "a biyelgee costume":
 				case "a comfortable bodysuit":
+				case "a tight Imperial bodysuit":
 				case "a burkini":
 				case "a burqa":
 				case "a halter top dress":
@@ -776,6 +787,7 @@ App.Art.vectorArtElement = (function() {
 				// eslint-disable-next-line no-fallthrough
 				case "a cheerleader outfit":
 				case "battlearmor":
+				case "Imperial Plate":
 				case "battledress":
 				case "cutoffs and a t-shirt":
 				case "cutoffs":
@@ -894,6 +906,7 @@ App.Art.vectorArtElement = (function() {
 				case "a toga":
 				case "an apron":
 				case "battlearmor":
+				case "Imperial Plate":
 				case "battledress":
 				case "conservative clothing":
 				case "jeans":
@@ -1233,6 +1246,13 @@ App.Art.vectorArtElement = (function() {
 				if (hasLeftArm(slave)) {
 					svgQueue.add(`Art_Vector_Arm_Outfit_SchutzstaffelUniform_Left_${leftArmType}`);
 				}
+			case "Imperial Plate":
+				if (hasRightArm(slave)) {
+					svgQueue.add(`Art_Vector_Arm_Outfit_Battlearmor_Right_${rightArmType}`);
+				}
+				if (hasLeftArm(slave)) {
+					svgQueue.add(`Art_Vector_Arm_Outfit_Battlearmor_Left_${leftArmType}`);
+				}
 				break;
 			case "a hijab and abaya":
 			case "a niqab and abaya":
@@ -1290,7 +1310,6 @@ App.Art.vectorArtElement = (function() {
 			case "uncomfortable straps":
 			case "Western clothing":
 			case "a tight Imperial bodysuit":
-			case "Imperial Plate":
 				svgQueue.add("Art_Vector_Balls");
 		}
 	}
@@ -1353,8 +1372,6 @@ App.Art.vectorArtElement = (function() {
 				case "striped panties":
 				case "striped underwear":
 				case "uncomfortable straps":
-				case "a tight Imperial bodysuit":
-				case "Imperial Plate":
 					break; /* do nothing for these choices */
 				/* manually handle special cases */
 				case "a slutty schutzstaffel uniform":
@@ -1364,6 +1381,12 @@ App.Art.vectorArtElement = (function() {
 				case "a burqa":
 					svgQueue.add("Art_Vector_Belly_Outfit_HijabAndAbaya");
 					break;
+				case "Imperial Plate":
+					svgQueue.add("Art_Vector_Belly_Outfit_Battlearmor");
+					break;
+				case "a tight Imperial bodysuit":
+					svgQueue.add("Art_Vector_Belly_Outfit_ComfortableBodysuit");
+					break;
 				default:
 					svgQueue.add(`Art_Vector_Belly_Outfit_${clothing2artSuffix(slave.clothes)}`);
 			}
@@ -1430,8 +1453,6 @@ App.Art.vectorArtElement = (function() {
 			case "a succubus outfit":
 			case "a thong":
 			case "a toga":
-			case "a tight Imperial bodysuit":
-			case "Imperial Plate":
 			case "attractive lingerie for a pregnant woman":
 			case "body oil":
 			case "boyshorts":
@@ -1504,7 +1525,6 @@ App.Art.vectorArtElement = (function() {
 				case "a succubus outfit":
 				case "a thong":
 				case "a tight Imperial bodysuit":
-				case "Imperial Plate":
 				case "body oil":
 				case "boyshorts":
 				case "choosing her own clothes":
@@ -1530,6 +1550,9 @@ App.Art.vectorArtElement = (function() {
 				case "pasties":
 					svgQueue.add("Art_Vector_Boob_Outfit_PantiesAndPasties");
 					break;
+				case "Imperial Plate":
+					svgQueue.add("Art_Vector_Boob_Outfit_Battlearmor");
+					break;
 				default:
 					svgQueue.add(`Art_Vector_Boob_Outfit_${clothing2artSuffix(slave.clothes)}`);
 			}
@@ -1553,7 +1576,6 @@ App.Art.vectorArtElement = (function() {
 				case "a succubus outfit":
 				case "a thong":
 				case "a tight Imperial bodysuit":
-				case "Imperial Plate":
 				case "attractive lingerie":
 				case "attractive lingerie for a pregnant woman":
 				case "body oil":
@@ -1697,7 +1719,6 @@ App.Art.vectorArtElement = (function() {
 				case "a tube top":
 				case "a tube top and thong":
 				case "a tight Imperial bodysuit":
-				case "Imperial Plate":
 				case "an apron":
 				case "an oversized t-shirt":
 				case "attractive lingerie":
@@ -1723,7 +1744,7 @@ App.Art.vectorArtElement = (function() {
 						svgQueue.add("Art_Vector_Dildo_Short");
 					} else if (slave.vaginalAccessory === "long dildo") {
 						svgQueue.add("Art_Vector_Dildo_Long");
-					} else if (slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a string bikini" && slave.clothes !== "attractive lingerie for a pregnant woman" && slave.clothes !== "restrictive latex") {
+					} else if (slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a string bikini" && slave.clothes !== "attractive lingerie for a pregnant woman" && slave.clothes !== "restrictive latex" && slave.clothes !== "a tight Imperial bodysuit") {
 						if (slave.vaginalAccessory === "large dildo") { /* additional outfits disabled due to the art breaking with the larger accessories */
 							svgQueue.add("Art_Vector_Dildo_Large");
 						} else if (slave.vaginalAccessory === "long, large dildo") {
@@ -1873,7 +1894,6 @@ App.Art.vectorArtElement = (function() {
 			case "a tube top":
 			case "a tube top and thong":
 			case "a tight Imperial bodysuit":
-			case "Imperial Plate":
 			case "an oversized t-shirt":
 			case "attractive lingerie for a pregnant woman":
 			case "chains":
@@ -1903,10 +1923,14 @@ App.Art.vectorArtElement = (function() {
 		}
 		if (outfit !== undefined) {
 			if (hasAnyLegs(slave)) {
-				if (slave.clothes !== "a slutty qipao" && slave.clothes !== "harem gauze" && slave.clothes !== "slutty jewelry" && slave.clothes !== "Western clothing") { /* these clothes have a stump/leg outfit, but no butt outfit */
+				if (slave.clothes === "Imperial Plate"){
+					svgQueue.add(`Art_Vector_Butt_Outfit_Battlearmor_${buttSize}`);
+				} else if (slave.clothes !== "a slutty qipao" && slave.clothes !== "harem gauze" && slave.clothes !== "slutty jewelry" && slave.clothes !== "Western clothing") { /* these clothes have a stump/leg outfit, but no butt outfit */
 					svgQueue.add(`Art_Vector_Butt_Outfit_${outfit}_${buttSize}`);
 				}
-				if (slave.clothes !== "a schoolgirl outfit") { /* file is there, but contains no artwork */
+				if (slave.clothes === "Imperial Plate"){
+					svgQueue.add(`Art_Vector_Leg_Outfit_Battlearmor_${legSize}`);
+				} else if (slave.clothes !== "a schoolgirl outfit") { /* file is there, but contains no artwork */
 					svgQueue.add(`Art_Vector_Leg_Outfit_${outfit}_${legSize}`);
 				}
 			} else {
@@ -1943,6 +1967,7 @@ App.Art.vectorArtElement = (function() {
 					case "a slutty nurse outfit":
 					case "a slutty schutzstaffel uniform":
 					case "battlearmor":
+					case "Imperial Plate":
 					case "restrictive latex":
 					case "Western clothing":
 						break; /* do nothing */
@@ -2019,6 +2044,7 @@ App.Art.vectorArtElement = (function() {
 					case "a slutty nurse outfit":
 					case "a slutty schutzstaffel uniform":
 					case "battlearmor":
+					case "Imperial Plate":
 					case "restrictive latex":
 					case "Western clothing":
 						break; /* do nothing */
@@ -2578,6 +2604,9 @@ App.Art.vectorArtElement = (function() {
 				case "Western clothing":
 					svgQueue.add(`Art_Vector_Head_Outfit_${clothing2artSuffix(slave.clothes)}`);
 					break;
+				case "Imperial Plate":
+					svgQueue.add("Art_Vector_Head_Outfit_Battlearmor");
+					break;
 				case "a schutzstaffel uniform":
 				case "a slutty schutzstaffel uniform":
 					svgQueue.add("Art_Vector_Head_Outfit_SchutzstaffelUniform");
@@ -2703,12 +2732,74 @@ App.Art.vectorArtElement = (function() {
 					case "bushy":
 						svgQueue.add("Art_Vector_Pubic_Hair_Underarm_Bushy");
 				}
+			} else if (slave.clothes !== "a tight Imperial bodysuit") {
+				switch (slave.pubicHStyle) {
+					case "bald":
+					case "hairless":
+					case "waxed":
+						/* commented out to save on rendering time
+						svgQueue.add("Art_Vector_Pubic_Hair_None");
+						*/
+						break;
+					case "strip":
+					case "in a strip":
+						if (torsoSize === "Obese" || torsoSize === "Fat") {
+							svgQueue.add("Art_Vector_Pubic_Hair_StripFat");
+						} else {
+							svgQueue.add("Art_Vector_Pubic_Hair_Strip");
+						}
+						break;
+					case "neat":
+						if (torsoSize === "Obese" || torsoSize === "Fat") {
+							svgQueue.add("Art_Vector_Pubic_Hair_NeatFat");
+						} else {
+							svgQueue.add("Art_Vector_Pubic_Hair_Neat");
+						}
+						break;
+					case "bushy in the front and neat in the rear":
+						if (torsoSize === "Obese" || torsoSize === "Fat") {
+							svgQueue.add("Art_Vector_Pubic_Hair_BushFat");
+						} else {
+							svgQueue.add("Art_Vector_Pubic_Hair_Bush");
+						}
+						break;
+					case "bushy":
+						if (torsoSize === "Obese" || torsoSize === "Fat") {
+							svgQueue.add("Art_Vector_Pubic_Hair_BushyFat");
+						} else {
+							svgQueue.add("Art_Vector_Pubic_Hair_Bushy");
+						}
+						break;
+					case "very bushy":
+						if (torsoSize === "Obese" || torsoSize === "Fat") {
+							svgQueue.add("Art_Vector_Pubic_Hair_Very_BushyFat");
+						} else {
+							svgQueue.add("Art_Vector_Pubic_Hair_Very_Bushy");
+						}
+				}
+				switch (slave.underArmHStyle) {
+					case "hairless":
+					case "waxed":
+					case "bald":
+						/* commented out to save on rendering time
+						svgQueue.add("Art_Vector_Pubic_Hair_Underarm_None");
+						*/
+						break;
+					case "shaved":
+						svgQueue.add("Art_Vector_Pubic_Hair_Underarm_Shaved");
+						break;
+					case "neat":
+						svgQueue.add("Art_Vector_Pubic_Hair_Underarm_Neat");
+						break;
+					case "bushy":
+						svgQueue.add("Art_Vector_Pubic_Hair_Underarm_Bushy");
+				}
 			}
 		}
 	}
 
 	function ArtVectorPussy() {
-		if (slave.vagina >= 0 && slave.clothes !== "a latex catsuit" && slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a cybersuit") {
+		if (slave.vagina >= 0 && slave.clothes !== "a latex catsuit" && slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a cybersuit" && slave.clothes !== "a tight Imperial bodysuit") {
 			svgQueue.add("Art_Vector_Pussy");
 		}
 	}
@@ -2731,8 +2822,6 @@ App.Art.vectorArtElement = (function() {
 			case "a t-shirt":
 			case "a tank-top":
 			case "a tube top":
-			case "a tight Imperial bodysuit":
-			case "Imperial Plate":
 			case "an oversized t-shirt":
 			case "attractive lingerie":
 			case "body oil":
@@ -2791,8 +2880,6 @@ App.Art.vectorArtElement = (function() {
 			case "overalls":
 			case "pasties":
 			case "petite admi outfit":
-			case "a tight Imperial bodysuit":
-			case "Imperial Plate":
 				break; /* no torso outfit */
 			/* manually handle special cases */
 			case "a cybersuit":
@@ -2805,6 +2892,12 @@ App.Art.vectorArtElement = (function() {
 			case "a burqa":
 				svgQueue.add(`Art_Vector_Torso_Outfit_HijabAndAbaya_${torsoSize}`);
 				break;
+			case "Imperial Plate":
+				svgQueue.add(`Art_Vector_Torso_Outfit_Battlearmor_${torsoSize}`);
+				break;
+			case "a tight Imperial bodysuit":
+				svgQueue.add(`Art_Vector_Torso_Outfit_ComfortableBodysuit_${torsoSize}`);
+				break;
 			default:
 				svgQueue.add(`Art_Vector_Torso_Outfit_${clothing2artSuffix(slave.clothes)}_${torsoSize}`);
 		}
diff --git a/src/descriptions/familySummaries.js b/src/descriptions/familySummaries.js
index 9c0c80efc51d2e535c4fefa23799a0bf3b111e54..9097ecfa48686fc3b93d292474ecd7e54d240fe6 100644
--- a/src/descriptions/familySummaries.js
+++ b/src/descriptions/familySummaries.js
@@ -46,7 +46,7 @@ App.Desc.family = (function() {
 	}
 
 	/** Describe the members of a character's family.
-	 * @param {App.Entity.SlaveState} character (pass V.PC to get the PC's special family summary)
+	 * @param {FC.HumanState} character (pass V.PC to get the PC's special family summary)
 	 * @returns {string}
 	 */
 	function familySummary(character) {
diff --git a/src/endWeek/reports/personalAttention.js b/src/endWeek/reports/personalAttention.js
index 6b19c8e728e50b4fb319da522d6c0ae6cf978608..bbe8dcb0aae1eb2d99400a44db52ddc7c2e7af2c 100644
--- a/src/endWeek/reports/personalAttention.js
+++ b/src/endWeek/reports/personalAttention.js
@@ -1041,7 +1041,7 @@ globalThis.personalAttention = (function() {
 							r.push(App.UI.DOM.makeElement("span", `${he} now instinctively hates women.`, "red"));
 							slave.behavioralFlaw = "hates women";
 						}
-					} else if ((seed > 70) && (slave.sexualFlaw !== "odd")) {
+					} else if ((seed > 70) && (slave.behavioralFlaw !== "odd")) {
 						r.push(`This abuse has changed ${him} a bit;`);
 						r.push(App.UI.DOM.makeElement("span", `${he} has begun to act strangely.`, "red"));
 						slave.behavioralFlaw = "odd";
diff --git a/src/endWeek/saBeYourHeadGirl.js b/src/endWeek/saBeYourHeadGirl.js
index 4c53355fca5c236e1ee3f4a0f0783ec276c51d26..46c674721f230d797a8e412737c42615ff17686f 100644
--- a/src/endWeek/saBeYourHeadGirl.js
+++ b/src/endWeek/saBeYourHeadGirl.js
@@ -269,7 +269,7 @@ App.SlaveAssignment.beYourHeadGirl = (function() {
 		if (V.HGTimeInGrade + ((slave.intelligence + slave.intelligenceImplant) / 10) + (slave.devotion / 10) + (slave.trust / 10) > 50) {
 			r.push(`${slave.slaveName} has rendered such long and competent service as your Head Girl that many of your citizens have come to rely on ${his} word as an extension of yours, trusting that if ${he} does something, it's because you trust ${him} to. <span class="green">${He} has become prestigious on ${his} own merits, a remarkable achievement for a slave!</span>`);
 			slave.prestige += 1;
-			slave.prestigeDesc = `Many citizens respect ${his} long and able service as your Head Girl.`;
+			slave.prestigeDesc = `Many citizens respect $his long and able service as your Head Girl.`;
 		}
 	}
 
diff --git a/src/endWeek/saGetMilked.js b/src/endWeek/saGetMilked.js
index 32dc00a66e6b154f70dcf4e7b33abb715914341e..950fd99856c62eec6e192d83cc272c60270b071d 100644
--- a/src/endWeek/saGetMilked.js
+++ b/src/endWeek/saGetMilked.js
@@ -646,7 +646,7 @@ App.SlaveAssignment.getMilked = (function() {
 		}
 
 		r.fluidSale = (r.fluid * jsRandom(40, 50));
-		r.text += ` ${capFirstChar(numberWithPluralOne(r.cum, "deciliter"))} of uncommon ejaculate is gathered during ${his} milkings.`;
+		r.text += ` ${capFirstChar(numberWithPluralOne(r.fluid, "deciliter"))} of uncommon ejaculate is gathered during ${his} milkings.`;
 		if (arcology.FSPastoralist !== "unset" && arcology.FSPastoralist > 30) {
 			r.fluidSale = (Math.trunc(r.fluidSale*(1 + (arcology.FSPastoralist - 30) / 140))); /* fully accepted pastoralism gives +50% on the price*/
 			r.text += ` Because of your arcology's cultural preferences, it comes with extra value.`;
diff --git a/src/endWeek/saLongTermEffects.js b/src/endWeek/saLongTermEffects.js
index e193f07b4c9f021eca8efc80354e079af0a71d78..fd4e2604211b83ad7d7bbee2a872eb66395cab15 100644
--- a/src/endWeek/saLongTermEffects.js
+++ b/src/endWeek/saLongTermEffects.js
@@ -1119,7 +1119,7 @@ App.SlaveAssignment.longTermEffects = (function() {
 		}
 		if (slave.fetish !== "mindbroken" && slave.fuckdoll === 0) {
 			if (slave.bellyFluid >= 10000) {
-				if (slave.fetish !== "masochist" && slave.sexualFlaw !== "hates self") {
+				if (slave.fetish !== "masochist" && slave.sexualFlaw !== "self hating") {
 					r.push(`Being so distended with fluids is <span class="devotion dec">very uncomfortable</span> to ${him}.`);
 					slave.devotion -= 3;
 				}
@@ -2441,7 +2441,7 @@ App.SlaveAssignment.longTermEffects = (function() {
 							if (slave.bellyAccessory === "a support band") {
 								burstChance -= 10;
 							}
-							if (slave.pregControl === "slow down") {
+							if (slave.pregControl === "slow gestation") {
 								burstChance -= 20;
 							}
 							if (slave.assignment === "get treatment in the clinic") {
diff --git a/src/endWeek/saLongTermPhysicalEffects.js b/src/endWeek/saLongTermPhysicalEffects.js
index 0559963ed56b34839a839c171bdff45189481f33..1829faaec3aac1fc4bca0434f50b5c121f3df35d 100644
--- a/src/endWeek/saLongTermPhysicalEffects.js
+++ b/src/endWeek/saLongTermPhysicalEffects.js
@@ -758,6 +758,7 @@ App.SlaveAssignment.longTermPhysicalEffects = (function() {
 		**	r.push(`the slave's accumulated youthening is 6 or higher,`);
 		**	r.push(`or by a 50% chance.`);
 		*/
+		/** @type {FC.NippleShape} */
 		let nipplesString;
 		if ((boobSize >= 5000) && (random(1, 100) < 90) && gigantomastiaMod !== 3) {
 			r.push(`${His} <span class="ncs">NCS</span> has <span class="change negative">reduced the size of ${his} bouncing breasts.</span>`);
diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js
index a3d8975933f511463b0a04e63a42c87bae3c12aa..1e573cf19947264cab21d59c3fe4ca0281682a99 100644
--- a/src/endWeek/saPleaseYou.js
+++ b/src/endWeek/saPleaseYou.js
@@ -258,7 +258,7 @@ App.SlaveAssignment.pleaseYou = (function() {
 		}
 		if (V.PC.dick !== 0) {
 			if (canImpreg(slave, V.PC)) {
-				r.push(`${knockMeUp(slave, vaginalUse, 0, -1, 1)}`);
+				r.push(`${knockMeUp(slave, vaginalUse, 0, -1, true)}`);
 			}
 		}
 		slave.counter.vaginal += vaginalUse;
@@ -411,7 +411,7 @@ App.SlaveAssignment.pleaseYou = (function() {
 		}
 		if (V.PC.dick !== 0) {
 			if (canImpreg(slave, V.PC)) {
-				r.push(`${knockMeUp(slave, analUse, 1, -1, 1)}`);
+				r.push(`${knockMeUp(slave, analUse, 1, -1, true)}`);
 			}
 		}
 		slave.counter.anal += analUse;
diff --git a/src/endWeek/saPorn.js b/src/endWeek/saPorn.js
index 0a584229d3cde97b1a575b7f6fd00cf7aeb419ba..94711f4940b5d0aa6970bb20f851fa102c515279 100644
--- a/src/endWeek/saPorn.js
+++ b/src/endWeek/saPorn.js
@@ -325,7 +325,7 @@ App.SlaveAssignment.porn = (function() {
 				slave.porn.fameType = genre.fameName;
 				slave.porn.prestige = 1;
 
-				r += `<span class="green">${He} has gained a following in ${slave.porn.fameType} pornography!</span> ${genre.prestigeDesc1}, but ${he} isn't famous enough to be called prestigious yet. `;
+				r += `<span class="green">${He} has gained a following in ${slave.porn.fameType} pornography!</span> ${pronounsForSlaveProp(slave, genre.prestigeDesc1)}, but ${he} isn't famous enough to be called prestigious yet. `;
 				slave.porn.prestigeDesc = `$He has a following in slave pornography. ${genre.prestigeDesc1}.`;
 				if (genre.type === App.Porn.GenreType.fetish && slave.fetishKnown !== 1) {
 					slave.fetishKnown = 1;
@@ -337,7 +337,7 @@ App.SlaveAssignment.porn = (function() {
 			if (slave.porn.fame[genre.fameVar] >= 50000) {
 				slave.porn.prestige = 2;
 				slave.porn.prestigeDesc = `$He is well known from $his career in slave pornography. ${genre.prestigeDesc2}.`;
-				r += `<span class="green">${He} has gained a hold in ${slave.porn.fameType} pornography!</span> ${genre.prestigeDesc2}, so it is now prestigious to own ${him}. `;
+				r += `<span class="green">${He} has gained a hold in ${slave.porn.fameType} pornography!</span> ${pronounsForSlaveProp(slave, genre.prestigeDesc2)}, so it is now prestigious to own ${him}. `;
 			} else if (slave.porn.fame[highestPorn.fameVar] >= slave.porn.fame[genre.fameVar] * swapPoint) {
 				r += `${His} fame in ${slave.porn.fameType} pornography has been overwhelmed by ${his} surging popularity in other aspects. <span class="yellow">${He} is now better known for ${his} ${highestPorn.fameName} porn.</span> `;
 				slave.porn.fameType = highestPorn.fameName;
@@ -356,7 +356,7 @@ App.SlaveAssignment.porn = (function() {
 				slave.porn.viewerCount = 250000;
 				V.pornStars[genre.fameVar].p3ID = slave.ID;
 				slave.porn.prestigeDesc = `$He is world famous for $his career in slave pornography. ${genre.prestigeDesc3}.`;
-				r += `<span class="green">${He} has become world famous for ${his} career in ${slave.porn.fameType} pornography!</span> ${genre.prestigeDesc3}, so it is now extremely prestigious to own ${him}. `;
+				r += `<span class="green">${He} has become world famous for ${his} career in ${slave.porn.fameType} pornography!</span> ${pronounsForSlaveProp(slave, genre.prestigeDesc3)}, so it is now extremely prestigious to own ${him}. `;
 				V.trinkets.push(`a framed shot from porn starring ${slave.slaveName} ${genre.trinketShotDesc(slave)}`);
 
 				r += `Further paid publicity cannot increase ${his} fame, so subsidy of porn featuring ${him} has stopped. `;
diff --git a/src/endWeek/saPregnancy.js b/src/endWeek/saPregnancy.js
index 1a4ef2dad884a5bdbe3d2b236a1165b0118a2d50..e49b5bf78135b15167e1dfb92f80b47262064fc9 100644
--- a/src/endWeek/saPregnancy.js
+++ b/src/endWeek/saPregnancy.js
@@ -321,6 +321,7 @@ App.SlaveAssignment.pregnancy = (function() {
 			r.push(`${He} can't help but feel <span class="trust inc">proud</span> over the life you helped conceive and the future generation of Futanari Sisters.`);
 			slave.devotion += 1;
 		}
+		// @ts-ignore
 		if (slave.devotion > 20 && V.arcologies[0].FSRepopulationFocus !== "unset" && slave.sexualQuirk === "motherly") {
 			r.push(`${His} pregnancy fills ${him} with <span class="devotion inc">joyful pride,</span> since ${he} is surrounded by those that share ${his} values on having children.`);
 			slave.devotion += 1;
diff --git a/src/endWeek/saRelationships.js b/src/endWeek/saRelationships.js
index 0d088ae0d59be71c3462aefa9e898bb66244e32b..38cf71f30eebc29217eb33b9a90439f20a4c727c 100644
--- a/src/endWeek/saRelationships.js
+++ b/src/endWeek/saRelationships.js
@@ -35,11 +35,9 @@ App.SlaveAssignment.relationships = (function() {
 				if (slave.relationship > 0) {
 					sanityCheck(slave);
 				}
-				if (slave.relationship !== 0) {
-					existingRelationship(slave);
-					if (slave.relationship > 2) {
-						consummateRelationship(slave);
-					}
+				existingRelationship(slave);
+				if (slave.relationship > 2) {
+					consummateRelationship(slave);
 				}
 			}
 			if (slave.fetish !== "mindbroken" && totalRelatives(slave) > 0) {
@@ -71,7 +69,7 @@ App.SlaveAssignment.relationships = (function() {
 	/**
 	 * @param {App.Entity.SlaveState} slave
 	 * @param {App.Entity.SlaveState} friend
-	 * @param {number} degree
+	 * @param {FC.RelationShipKind} degree
 	 */
 	function startFriendship(slave, friend, degree) {
 		friend.relationship = degree;
diff --git a/src/endWeek/saRewardAndPunishment.js b/src/endWeek/saRewardAndPunishment.js
index aa5f288feb580be483f87f71f848f24f53cd8678..66d37095b1592b9fb975654d42bd57a3c1b46d7f 100644
--- a/src/endWeek/saRewardAndPunishment.js
+++ b/src/endWeek/saRewardAndPunishment.js
@@ -239,10 +239,10 @@ App.SlaveAssignment.rewardAndPunishment = (function() {
 
 		combinedText = (slave.rules.reward === slave.rules.punishment) && rewards > 0 && punishments > 0;
 		if (rewards > 0) {
-			r.push(...rewardFuncs[slave.rules.reward](slave));
+			r.push(...rewardFuncs[slave.rules.reward]());
 		}
 		if (punishments > 0) {
-			r.push(...punishFuncs[slave.rules.punishment](slave));
+			r.push(...punishFuncs[slave.rules.punishment]());
 		}
 		return r.join(' ');
 	}
diff --git a/src/endWeek/saServeYourOtherSlaves.js b/src/endWeek/saServeYourOtherSlaves.js
index 41a95b7d29901472025f09b9219ad099717d41af..8f90c164438bbe31087ef95ff0cbc4d866e089fb 100644
--- a/src/endWeek/saServeYourOtherSlaves.js
+++ b/src/endWeek/saServeYourOtherSlaves.js
@@ -390,7 +390,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() {
 				domSlave.counter.anal += penetrativeUse;
 				V.analTotal += penetrativeUse;
 				if (canImpreg(domSlave, slave)) {
-					r.push(`${knockMeUp(domSlave, 30, 1, slave.ID, 1)}`);
+					r.push(`${knockMeUp(domSlave, 30, 1, slave.ID, true)}`);
 					if (domSlave.pregKnown === 1) {
 						r.push(`With so many potent deposits into ${his2} fertile rear, it comes as little surprise when <span class="lime">${he2} ends up pregnant with ${subName}'s child.</span>`);
 					}
@@ -506,7 +506,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() {
 						domSlave.counter.vaginal += penetrativeUse;
 						V.vaginalTotal += penetrativeUse;
 						if (canImpreg(domSlave, slave)) {
-							r.push(`${knockMeUp(domSlave, 30, 0, slave.ID, 1)}`);
+							r.push(`${knockMeUp(domSlave, 30, 0, slave.ID, true)}`);
 							if (domSlave.pregKnown === 1) {
 								r.push(`With so many potent loads kissing ${his2} cervix, it comes as little surprise when <span class="lime">${he2} ends up pregnant with ${subName}'s child.</span>`);
 							}
@@ -516,7 +516,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() {
 						domSlave.counter.anal += penetrativeUse;
 						V.analTotal += penetrativeUse;
 						if (canImpreg(domSlave, slave)) {
-							r.push(`${knockMeUp(domSlave, 30, 1, slave.ID, 1)}`);
+							r.push(`${knockMeUp(domSlave, 30, 1, slave.ID, true)}`);
 							if (domSlave.pregKnown === 1) {
 								r.push(`With so many potent deposits into ${his2} fertile rear, it comes as little surprise when <span class="lime">${he2} ends up pregnant with ${subName}'s child.</span>`);
 							}
diff --git a/src/endWeek/saSharedVariables.js b/src/endWeek/saSharedVariables.js
index 0de2eda0d87e6c8801a9bf69fb424ec29635f7c9..3c21f843b6d7085013e90076d838c600a2d5a66f 100644
--- a/src/endWeek/saSharedVariables.js
+++ b/src/endWeek/saSharedVariables.js
@@ -37,7 +37,7 @@ App.EndWeek.SASharedVariables = class {
 	 * @todo call this from all the facility reports (the slave loops are broken up by facility)
 	 */
 	nextSlave() {
-		/** Is this slave's paraphilia satisfied? (1: satisfied, 0: no paraphilia; -1: unsatisified) */
+		/** Is this slave's paraphilia satisfied? (1: satisfied, 0: no paraphilia; -1: unsatisfied) */
 		this.paraphiliaSatisfied = 0;
 		/** A slave with a lot of porn viewers will have a stronger effect on societal norms. This is her multiplier for those effects. */
 		this.pornFameBonus = 1;
diff --git a/src/endWeek/saSmartPiercingEffects.js b/src/endWeek/saSmartPiercingEffects.js
index d99fd5db45e5e4dec4a54063a0c4c207a0f2d24e..7a9ed0b68409ceaef83f8557edafe423a61256d7 100644
--- a/src/endWeek/saSmartPiercingEffects.js
+++ b/src/endWeek/saSmartPiercingEffects.js
@@ -197,7 +197,7 @@ App.SlaveAssignment.SmartPiercing.vanilla = class extends App.SlaveAssignment.Sm
 App.SlaveAssignment.SmartPiercing.FETISHBASE = class extends App.SlaveAssignment.SmartPiercing.BASE {
 	/** Base class for fetish settings; encapsulates shared logic for fetishes
 	 * @param {App.Entity.SlaveState} slave
-	 * @param {string} fetishName name of fetish controlled by this class
+	 * @param {FC.Fetish} fetishName name of fetish controlled by this class
 	 */
 	constructor(slave, fetishName) {
 		super(slave);
diff --git a/src/endWeek/saSocialEffects.js b/src/endWeek/saSocialEffects.js
index b8e3a4b5c17a838fd0fccfa4d3fb4bab479fb83b..be6fe7157b72bb5776207dc3890b312dadbcc780 100644
--- a/src/endWeek/saSocialEffects.js
+++ b/src/endWeek/saSocialEffects.js
@@ -324,7 +324,7 @@ App.SlaveAssignment.saSocialEffects = function(slave) {
 						`Society is <span class="green">pleased</span> that ${slave.slaveName} is unable to become pregnant.`));
 				}
 				if (slave.abortionTat > 0) {
-					t.push(new SocialEffect("Eugenics", 1, "Abortion tatoos",
+					t.push(new SocialEffect("Eugenics", 1, "Abortion tattoos",
 						`The tally of aborted pregnancies adorning ${his} middle shows <span class="green">just how responsible</span> of an owner ${he} has.`));
 				}
 				if (slave.pregKnown === 1 && V.eugenicsFullControl !== 1) {
diff --git a/src/endWeek/slaveAssignmentReport.js b/src/endWeek/slaveAssignmentReport.js
index e15e8a5d26f88e9ef5085a91d6b2c2c84047494f..4a34bc39245e62e77eb6e15ca32082de16631d80 100644
--- a/src/endWeek/slaveAssignmentReport.js
+++ b/src/endWeek/slaveAssignmentReport.js
@@ -223,6 +223,7 @@ App.EndWeek.slaveAssignmentReport = function() {
 	}
 
 	if (S.HeadGirl) {
+		/** @type {FC.HeadGirlTrainee[][]} */
 		const HGPossibleSlaves = [[], [], [], [], [], []];
 		for (const slave of V.slaves) {
 			if (!assignmentVisible(slave) || slave.fuckdoll === 1 || slave.ID === V.BodyguardID || slave.ID === V.HeadGirlID || slave.fetish === "mindbroken") {
diff --git a/src/events/scheduled/assholeKnight.tw b/src/events/scheduled/assholeKnight.tw
index baa8c9c93044724b213244ad4f540e3ce351f8bb..68ff0acdd8d75f954dee57890757bd5e8e1f78fc 100644
--- a/src/events/scheduled/assholeKnight.tw
+++ b/src/events/scheduled/assholeKnight.tw
@@ -2,7 +2,7 @@
 
 <<set $nextButton = "Continue", $nextLink = "Scheduled Event">>
 
-The group of citizens you hand-picked as your Knights have quickly proven themselves a reliable staple of the Arcology. Being visibly a league above the common citizen with their heavy Imperial Plate decorated with glimmering pendants and marks of their individual, flowery coats of arms, their mere prescence is enough to make most common criminals cower and keep merchants selling their wares at fair prices. The tenets of neo-Imperial hierarchy and their own social prestige have already gone to their heads, and many Knights are now recognized immediately by the common citizens as heroic, uncowed citizen-soldiers.
+The group of citizens you hand-picked as your Knights have quickly proven themselves a reliable staple of the Arcology. Being visibly a league above the common citizen with their heavy Imperial Plate decorated with glimmering pendants and marks of their individual, flowery coats of arms, their mere presence is enough to make most common criminals cower and keep merchants selling their wares at fair prices. The tenets of neo-Imperial hierarchy and their own social prestige have already gone to their heads, and many Knights are now recognized immediately by the common citizens as heroic, uncowed citizen-soldiers.
 <br><br>
 Despite the noble reputations of many of your Knights, their image as defenders of the downtrodden and honest protectors of the Arcology is not universal. Although you Knighted every last one of them yourself, it seems you might have made a misjudgement on the character of one of your new servants; a stream of minor offenses from one Knight in particular has been building up in your inbox for quite some time, and reviewing the whole dossier now paints a portrait of abuses and misconduct.
 <br><br>
@@ -19,7 +19,7 @@ This singular Knight has apparently been using their position to extort and bull
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Have him publicly flogged, then enslaved">>
 	<<replace "#result">>
-	You have the insolent Knight's gear and weapons confiscated, then publicly flog him in the plaza and annouce that he's to be enslaved for crimes against the people of $arcologies[0].name. Although the watching peasants are clearly @@.green;relieved@@ that the cruel bully is off the streets, some of them, those who did not feel the fist of the howling man on their own neck, @@.red;recoil@@ somewhat at the sudden brutality against a class that most of them idolize and romanticize.
+	You have the insolent Knight's gear and weapons confiscated, then publicly flog him in the plaza and announce that he's to be enslaved for crimes against the people of $arcologies[0].name. Although the watching peasants are clearly @@.green;relieved@@ that the cruel bully is off the streets, some of them, those who did not feel the fist of the howling man on their own neck, @@.red;recoil@@ somewhat at the sudden brutality against a class that most of them idolize and romanticize.
     <<run repX(1000, "event")>>
     <<set $activeSlaveOneTimeMinAge = 22>>
     <<set $activeSlaveOneTimeMaxAge = 34>>
diff --git a/src/events/scheduled/burst/burst.js b/src/events/scheduled/burst/burst.js
index 1a9e422e3fc2c51e6cd4ddaf32b62de2286e83ab..032dabad99b14f55b628b062129959e08a03da5a 100644
--- a/src/events/scheduled/burst/burst.js
+++ b/src/events/scheduled/burst/burst.js
@@ -48,6 +48,7 @@ globalThis.allBursts = function() {
 		} else {
 			r.push(`blood and guts.`);
 		}
+		el.append(r.join(" "));
 		el.append(horrifiedSlaves(slave));
 		return el;
 	}
diff --git a/src/events/scheduled/newBaron.tw b/src/events/scheduled/newBaron.tw
index 03b98b6e9b739008d1c8bf16a55496b998d9e94d..41c0bd9b0e7f126a07605c8d1383f1a616482d83 100644
--- a/src/events/scheduled/newBaron.tw
+++ b/src/events/scheduled/newBaron.tw
@@ -6,14 +6,14 @@ $arcologies[0].name is prospering. New citizens flood to your gates, filling out
 <br><br>
 The appointment of a new Baron is not something to be taken lightly; it is undoubtedly the most desired title in your arcology, and a veritable horde of citizens and millionaires hound your inbox and parties with hints and implications, subtly attempting to display their qualifications, because the Barons posses something even the wealthiest trillionaire in the Free Cities does not - security. The golden band of office of an Imperial Baron brings with it a penthouse, a sense of nobility, and a guaranteed sector of people to rule; so long as the Arcology continues to exist, the Barons will rule in your name, free from worries about petty market fluctuations and slave prices. Short of your personal intervention or the total collapse of the Arcology, nothing can unseat a Baron once they're appointed.
 <br><br>
-The hunger for such security among your upper class leaves you in an intersting position. You have dozens of citizens that you could give the title to, with various skills and proficiencies from your diverse acology, and anyone who's handed a noble title will be certain to show their gratitude. The only real question on your mind - and on the minds of the waiting elites - is who you plan to promote.
+The hunger for such security among your upper class leaves you in an interesting position. You have dozens of citizens that you could give the title to, with various skills and proficiencies from your diverse arcology, and anyone who's handed a noble title will be certain to show their gratitude. The only real question on your mind - and on the minds of the waiting elites - is who you plan to promote.
 <br><br>
 
 <span id="result">
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Appoint a wealthy executive">>
 	<<replace "#result">>
-	You select one of your loyal executives, an ultra-wealthy trader within the arcology who made a fortune in the sale of human bodies, for the new Barony. The man, a portly and unintimidating man that hides a razor-sharp mind behind his fat and an exepensive suit, smiles full of teeth as you annouce your decision to a waiting crowd of elites. After you go through the formalities and hand him the golden band that'll represent his symbol of office, he shakes your hand vigorously, still smiling devilishly. The next day, the newly-appointed Baron sends you a platter of expensive gifts and foreign candies, complimented with a @@.green;massive direct deposit to your bank account.@@ You can't help but feel that such a crafty fox might use his new power to @@.red;corner the market@@ in his barony, though.
+	You select one of your loyal executives, an ultra-wealthy trader within the arcology who made a fortune in the sale of human bodies, for the new Barony. The man, a portly and unintimidating man that hides a razor-sharp mind behind his fat and an expensive suit, smiles full of teeth as you announce your decision to a waiting crowd of elites. After you go through the formalities and hand him the golden band that'll represent his symbol of office, he shakes your hand vigorously, still smiling devilishly. The next day, the newly-appointed Baron sends you a platter of expensive gifts and foreign candies, complimented with a @@.green;massive direct deposit to your bank account.@@ You can't help but feel that such a crafty fox might use his new power to @@.red;corner the market@@ in his barony, though.
 	<<run cashX(5000, "Baron gift")>>
     <<run $arcologies[0].prosperity -= 1>>
 	<</replace>>
diff --git a/src/events/scheduled/pitFightNonlethal.js b/src/events/scheduled/pitFightNonlethal.js
index a420a8b8dee5a740dad8465246534f9854dc19a9..8c073d413b65636d61f33e4e05db149cd1e494ef 100644
--- a/src/events/scheduled/pitFightNonlethal.js
+++ b/src/events/scheduled/pitFightNonlethal.js
@@ -7,7 +7,6 @@ App.Facilities.Pit.fight.nonlethal = function(fighters) {
 	const loser = getSlave(getLoser());
 
 
-
 	frag.append(intro(), fighterDeadliness(getSlave(fighters[0])), fighterDeadliness(getSlave(fighters[1])), fight(), postFight());
 
 	return frag;
@@ -1014,7 +1013,7 @@ App.Facilities.Pit.fight.nonlethal = function(fighters) {
 					r.push(`${He} noticed something while ${he} was raping ${loser.slaveName}; watching the way ${he2} writhed in pain was strangely satisfying, as ${he} was making ${him2} suffer. ${winner.slaveName} cums powerfully at the mere thought; ${he} has become `, App.UI.DOM.makeElement("span", `sexually addicted to inflicting pain and anguish.`, "noteworthy"));
 
 					winner.sexualFlaw = "malicious";
-				} else if (winner.fetish === "masochist" && winner.fetishStrength > 90 && winner.sexualFlaw !== "self-hating" && winner.devotion < 20) {
+				} else if (winner.fetish === "masochist" && winner.fetishStrength > 90 && winner.sexualFlaw !== "self hating" && winner.devotion < 20) {
 					r.push(`${He} feels horrible after forcing ${himself} on ${loser.slaveName}; ${he} is the one that should suffer, not ${him2}. ${winner.slaveName} has `, App.UI.DOM.makeElement("span", `descended into true self hatred.`, "noteworthy"));
 
 					winner.sexualFlaw = "self hating";
@@ -1025,7 +1024,7 @@ App.Facilities.Pit.fight.nonlethal = function(fighters) {
 				} else if (winner.behavioralFlaw === "none" && random(1, 100) < 5 && winner.devotion < 20) {
 					r.push(`${He} begins to act `, App.UI.DOM.makeElement("span", `oddly`, ["flaw", "gain"]), ` after the fight; having to beat down and rape another slave may have affected ${him} mentally.`);
 
-					winner.sexualFlaw = "odd";
+					winner.behavioralFlaw = "odd";
 				}
 
 				App.Events.addNode(winnerEffectsDiv, r);
@@ -1085,10 +1084,10 @@ App.Facilities.Pit.fight.nonlethal = function(fighters) {
 					}
 				}
 
-				if (loser.fetish === "masochist" && loser.fetishStrength > 90 && loser.behavioralFlaw !== "self hating") {
+				if (loser.fetish === "masochist" && loser.fetishStrength > 90 && loser.sexualFlaw !== "self hating") {
 					r.push(`${He2} feels strangely content after being abused and violated; ${he2} is the one that should suffer, after all. ${loser.slaveName} has `, App.UI.DOM.makeElement("span", `descended into true self hatred.`, ["flaw", "gain"]));
 
-					loser.behavioralFlaw = "self hating";
+					loser.sexualFlaw = "self hating";
 				} else if (loser.behavioralFlaw === "none" && random(1, 100) < 5 && loser.devotion < 20) {
 					r.push(`${He2} begins to act `, App.UI.DOM.makeElement("span", `oddly`, ["flaw", "gain"]), ` after the fight; losing and getting raped may have affected ${him2} mentally.`);
 
diff --git a/src/facilities/penthouse/penthouseFramework.js b/src/facilities/penthouse/penthouseFramework.js
index 8ba020d952446d9220d53588c6eee17972feaa46..a57171cb1ccb804f5603fe4825912ec52f56a0a9 100644
--- a/src/facilities/penthouse/penthouseFramework.js
+++ b/src/facilities/penthouse/penthouseFramework.js
@@ -141,7 +141,7 @@ App.Entity.Facilities.PenthouseJobs = {
 					if (callback) {
 						callback(slave, assignment);
 					}
-					V.activeSlave = slave;
+					V.AS = ID;
 					V.returnTo = passage;
 				}, linkText);
 		}
diff --git a/src/gui/storyCaption.js b/src/gui/storyCaption.js
index 9d64c30ba8dc8d7a1c8c895e5bdd882f5e20b60e..a06d7cad81f40bc6dfb88cb17c42f799b7a6d28b 100644
--- a/src/gui/storyCaption.js
+++ b/src/gui/storyCaption.js
@@ -179,12 +179,8 @@ App.UI.storyCaption = function() {
 			const foodDiv2 = document.createElement("div");
 			foodDiv2.append("(");
 			const foodDiff = (V.food - V.foodLastWeek);
-			if (foodDiff < 0) {
-				App.UI.DOM.appendNewElement("span", foodDiv2, `-${massFormat(foodDiff)}`, "red");
-			} else {
-				App.UI.DOM.appendNewElement("span", foodDiv2, `-${massFormat(foodDiff)}`, "chocolate");
-			}
-			foodDiv2.append("since last week)");
+			App.UI.DOM.appendNewElement("span", foodDiv2, massFormat(foodDiff), foodDiff < 0 ? "red" : "chocolate");
+			foodDiv2.append(" since last week)");
 			fragment.append(foodDiv2);
 		}
 
diff --git a/src/interaction/main/useGuard.js b/src/interaction/main/useGuard.js
index 427c4a1697f1ed99955d5a2100bd092543ed441a..edcb84865e20ef164ccc8a20ce6cea168f067a50 100644
--- a/src/interaction/main/useGuard.js
+++ b/src/interaction/main/useGuard.js
@@ -182,7 +182,7 @@ App.Interact.guardPose = function(slave) {
 		case "a comfortable bodysuit":
 			r += `${His} bodysuit and weapons make ${him} look like an action movie heroine.`;
 			break;
-		case "a tight Impeiral bodysuit":
+		case "a tight Imperial bodysuit":
 			r += `${His} form-fitting bodysuit and weapons make ${him} look like an action movie heroine, an elegant mesh of pulsating cybernetics and tight nanomesh that rides up tightly against ${his} every curve.`;
 			break;
 		case "a burkini":
diff --git a/src/interaction/siDescription.js b/src/interaction/siDescription.js
index 50e62da56199304467ca45e263a5966d28c7cd75..7122453cbf018beb712563bb5896c8a3b910642c 100644
--- a/src/interaction/siDescription.js
+++ b/src/interaction/siDescription.js
@@ -55,7 +55,4 @@ App.UI.SlaveInteract.description = function(slave) {
 			);
 		}
 	}
-	function refresh() {
-		jQuery("#si-description").empty().append(description());
-	}
 };
diff --git a/src/interaction/siFinancial.js b/src/interaction/siFinancial.js
index 8a278a7ea6fdc2cd83381d3b5ddb9e9d757c714c..66410744c330f944daf76057e73630898fc08c76 100644
--- a/src/interaction/siFinancial.js
+++ b/src/interaction/siFinancial.js
@@ -229,7 +229,7 @@ App.UI.SlaveInteract.financial = function(slave) {
 		linkArray.push(
 			App.UI.DOM.passageLink(
 				`Export this slave`,
-				"Export this slave",
+				"Export Slave",
 			)
 		);
 		if (V.cheatMode) {
diff --git a/src/interaction/siModify.js b/src/interaction/siModify.js
index 11f52477e4c8a234ff52ad57aa030ba2f5984a52..21effcd53d69fc9ff12bf7c551332e9173387727 100644
--- a/src/interaction/siModify.js
+++ b/src/interaction/siModify.js
@@ -56,4 +56,4 @@ App.UI.SlaveInteract.modify = function(slave) {
 	}
 
 	return el;
-};
\ No newline at end of file
+};
diff --git a/src/interaction/siRules.js b/src/interaction/siRules.js
index 3e8af1a0547b59e298f9afb2b1bee3682cc9f1d5..f67710899e40f372672058285461942f27f53c43 100644
--- a/src/interaction/siRules.js
+++ b/src/interaction/siRules.js
@@ -154,7 +154,7 @@ App.UI.SlaveInteract.rules = function(slave) {
 		// Mobility Aids
 		if (slave.fuckdoll > 0) {
 			// Sex toys don't move around on their own//
-		} else if (canMove(slave)) {
+		} else if (!canWalk(slave) && canMove(slave)) {
 			div = document.createElement("div");
 			div.append("Use of mobility aids: ");
 			App.UI.DOM.appendNewElement("span", div, slave.rules.mobility, "bold");
@@ -306,7 +306,7 @@ App.UI.SlaveInteract.rules = function(slave) {
 				let links = document.createElement('div');
 				links.append(`${text}: `);
 				links.append(status(_.get(slave, setting), master));
-				links.appendChild(App.UI.SlaveInteract.generateRows(options, slave));
+				links.appendChild(App.UI.SlaveInteract.generateRows(options, slave, "", false, refresh));
 				links.className = "choices";
 				el.append(links);
 			}
@@ -375,10 +375,10 @@ App.UI.SlaveInteract.rules = function(slave) {
 				selected.style.fontWeight = "bold";
 			}
 
-			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "Level", level, slave);
-			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "Body part", bodyPart, slave);
-			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "BDSM", BDSM, slave);
-			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "Gender", gender, slave);
+			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "Level", level, slave, refresh);
+			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "Body part", bodyPart, slave, refresh);
+			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "BDSM", BDSM, slave, refresh);
+			App.UI.SlaveInteract.appendLabeledChoiceRow(el, "Gender", gender, slave, refresh);
 
 			return el;
 		}
diff --git a/src/interaction/siUtilities.js b/src/interaction/siUtilities.js
index 88504c48ee5fce2f52bb385c1402a7148dbae3b2..017d7ff0e79708e6334bacca3782bc7913f240cd 100644
--- a/src/interaction/siUtilities.js
+++ b/src/interaction/siUtilities.js
@@ -39,7 +39,7 @@ App.UI.SlaveInteract.placeInLine = function(slave) {
  * @param {string} label
  * @param {RowItem[]} array
  * @param {App.Entity.SlaveState} slave
- * @param {Function} [refresh]
+ * @param {Function} refresh
  */
 App.UI.SlaveInteract.appendLabeledChoiceRow = function(parent, label, array, slave, refresh) {
 	if (array.length > 0) {
@@ -56,25 +56,13 @@ App.UI.SlaveInteract.appendLabeledChoiceRow = function(parent, label, array, sla
  * @param {App.Entity.SlaveState} slave
  * @param {string} [category] - should be in the form of slave.category, the thing we want to update.
  * @param {boolean} [accessCheck=false]
- * @param {Function} [refresh]
+ * @param {Function} refresh
  * @returns {HTMLSpanElement}
  */
 App.UI.SlaveInteract.generateRows = function(array, slave, category, accessCheck = false, refresh) {
 	const linkArray = [];
 	for (let i = 0; i < array.length; i++) {
 		let link;
-		const keys = Object.keys(array[i]);
-
-		// Test to see if there was a problem with the key
-		for (let j = 0; j < keys.length; j++) {
-			if (["FS", "text", "updateSlave", "update", "note", "disabled"].includes(keys[j])) {
-				continue;
-			} else {
-				array[i].text += " ERROR, THIS SCENE WAS NOT ENTERED CORRECTLY";
-				console.log("Trash found while generateRows() was running: " + keys[j] + ": " + array[i][keys[j]]);
-				break;
-			}
-		}
 		// Some items will never be in App.Data.slaveWear, especially "none" if it falls in between harsh and nice data sets. Trying to look it up would cause an error, which is what access check works around.
 		let unlocked = false;
 		if (accessCheck === true) {
@@ -129,14 +117,6 @@ App.UI.SlaveInteract.generateRows = function(array, slave, category, accessCheck
 		if (arrayOption.update) {
 			Object.assign(V, arrayOption.update);
 		}
-		if (typeof refresh === "function") {
-			refresh();
-		} else {
-			App.UI.SlaveInteract.refreshAll(slave);
-		}
+		refresh();
 	}
 };
-
-App.UI.SlaveInteract.refreshAll = function(slave) {
-	App.UI.SlaveInteract.custom(slave);
-};
diff --git a/src/interaction/siWork.js b/src/interaction/siWork.js
index d1de52c34a104653706ec5db657ee69174033d23..7beac876dd4183bcb234acd3cf5b18c120e03e77 100644
--- a/src/interaction/siWork.js
+++ b/src/interaction/siWork.js
@@ -670,13 +670,13 @@ App.UI.SlaveInteract.work = function(slave) {
 						let frag = App.UI.DOM.renderPassage(sexOption.scene);
 
 						// Refresh (clears scene display)
-						App.UI.SlaveInteract.refreshAll(slave);
+						refresh();
 
 						// Display scene render results
 						$("#mini-scene").append(frag);
 					} else {
 						// just refresh
-						App.UI.SlaveInteract.refreshAll(slave);
+						refresh();
 					}
 				}
 			}
diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js
index e2759cdca59933ff8ad150de085f90cb9f9512de..e297af1c02fc50976d68d19ef14c14085511a098 100644
--- a/src/js/DefaultRules.js
+++ b/src/js/DefaultRules.js
@@ -2190,7 +2190,7 @@ globalThis.DefaultRules = (function() {
 					lensDesc.push(`${rule.sclera} sclera`);
 				}
 				const lens = lensDesc.slice(0, lensDesc.length - 1).join(', ') + ", and " + lensDesc.slice(-1);
-				r += `<br>${slave.slaveName} has been given ${hasBothEyes(slave)?`contact lenses`:`a contact lens`} with ${lens}.`;
+				r += `<br>${slave.slaveName} has been given ${hasBothEyes(slave) ? `contact lenses` : `a contact lens`} with ${lens}.`;
 			}
 		}
 
diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index a7d3dd2f015e31757ee2fe7f2498b6f595c232a0..1851c1448382fce0b34c5072ac9a1aadeb375353 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -10,15 +10,20 @@
  */
 App.Entity.ReleaseRulesState = class ReleaseRulesState {
 	constructor() {
-		/** Can the slave masturbate? */
+		/** Can the slave masturbate?
+		 * @type {FC.Bool} */
 		this.masturbation = 0;
-		/** Can the slave fuck her romantic partner (relationship = FWB or higher)? */
+		/** Can the slave fuck her romantic partner (relationship = FWB or higher)?
+		 * @type {FC.Bool} */
 		this.partner = 0;
-		/** Can the slave fuck her close family members (siblings/parents/children)? */
+		/** Can the slave fuck her close family members (siblings/parents/children)?
+		 * @type {FC.Bool} */
 		this.family = 0;
-		/** Can the slave fuck the general slave population? */
+		/** Can the slave fuck the general slave population?
+		 * @type {FC.Bool} */
 		this.slaves = 0;
-		/** Will the master allow her to solicit sex from him? */
+		/** Will the master allow her to solicit sex from him?
+		 * @type {FC.Bool} */
 		this.master = 1;
 	}
 };
@@ -34,6 +39,7 @@ App.Entity.RuleState = class RuleState {
 		 * * "spare"
 		 * * "normal"
 		 * * "luxurious"
+		 * @type {FC.Rules.Living}
 		 */
 		this.living = "spare";
 		/**
@@ -42,12 +48,14 @@ App.Entity.RuleState = class RuleState {
 		 * * "restrictive"
 		 * * "permissive"
 		 * * "mandatory"
+		 * @type {FC.Rules.Rest}
 		 */
 		this.rest = "restrictive";
 		/**
 		 * Is the slave allowed to use mobility aids
 		 * * "restrictive"
 		 * * "permissive"
+		 * @type {FC.Rules.Mobility}
 		 */
 		this.mobility = "restrictive";
 		/**
@@ -55,6 +63,7 @@ App.Entity.RuleState = class RuleState {
 		 * * "permissive"
 		 * * "accent elimination"
 		 * * "language lessons"
+		 * @type {FC.Rules.Speech}
 		 */
 		this.speech = "restrictive";
 		/** release rules */
@@ -63,12 +72,14 @@ App.Entity.RuleState = class RuleState {
 		 * * "restrictive"
 		 * * "just friends"
 		 * * "permissive"
+		 * @type {FC.Rules.Relationship}
 		 */
 		this.relationship = "restrictive";
 		/**
 		 * * "none"
 		 * * "induce"
 		 * * "maintain"
+		 * @type {FC.Rules.Lactation}
 		 */
 		this.lactation = "none";
 		/**
@@ -76,6 +87,7 @@ App.Entity.RuleState = class RuleState {
 		 * * "whipping"
 		 * * "chastity"
 		 * * "situational"
+		 * @type {FC.Rules.Punishment}
 		 */
 		this.punishment = "situational";
 		/**
@@ -83,6 +95,7 @@ App.Entity.RuleState = class RuleState {
 		 * * "drugs"
 		 * * "orgasm"
 		 * * "situational"
+		 * @type {FC.Rules.Reward}
 		 */
 		this.reward = "situational";
 	}
@@ -96,7 +109,8 @@ App.Entity.RuleState = class RuleState {
 App.Entity.SlavePornPerformanceState = class {
 	constructor() {
 		/** is the studio outputting porn of her?
-		 * 0: no; 1: yes */
+		 * 0: no; 1: yes
+		 * @type {FC.Bool} */
 		this.feed = 0;
 		/** how famous her porn is? */
 		this.viewerCount = 0;
@@ -111,7 +125,7 @@ App.Entity.SlavePornPerformanceState = class {
 		 */
 		this.prestige = 0;
 		/** description to go with @see pornPrestige
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.prestigeDesc = 0;
 
 		/** what porn she is known for */
@@ -332,7 +346,7 @@ App.Entity.SlaveCustomAddonsState = class SlaveCustomAddonsState {
 		 * holds the custom hair vector base file name
 		 *
 		 * used if vector images are enabled
-		 * @type {number|string}
+		 * @type {FC.Zeroable<string>}
 		 */
 		this.hairVector = 0;
 	}
@@ -460,14 +474,15 @@ App.Entity.SlaveState = class SlaveState {
 		/** Slave's current name */
 		this.slaveName = "blank";
 		/** Slave's current surname
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.slaveSurname = 0;
 		/** slave's original name */
 		this.birthName = "blank";
 		/** slave's original surname
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.birthSurname = 0;
-		/** slave sex ("XX", "XY") */
+		/** slave sex ("XX", "XY")
+		 * @type {FC.GenderGenes} */
 		this.genes = "XX";
 		/** @type {number} */
 		this.pronoun = App.Data.Pronouns.Kind.female;
@@ -476,10 +491,10 @@ App.Entity.SlaveState = class SlaveState {
 		 * _0: Obtained prior to game start / at game start_ */
 		this.weekAcquired = 0;
 		/** slave's origin
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.origin = 0;
 		/** career prior to enslavement
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.career = 0;
 		/** slave's ID */
 		this.ID = 0;
@@ -490,7 +505,7 @@ App.Entity.SlaveState = class SlaveState {
 		/** rules */
 		this.rules = new App.Entity.RuleState();
 		/** reason for prestige
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.prestigeDesc = 0;
 		/**
 		 * slave's relationship
@@ -503,6 +518,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * 3: friends with benefits with relationshipTarget
 		 * * 4: lover with relationshipTarget
 		 * * 5: relationshipTarget 's slave wife
+		 * @type {FC.RelationShipKind}
 		 */
 		this.relationship = 0;
 		/** target of relationship (ID) */
@@ -513,6 +529,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * 1: dislikes rivalryTarget
 		 * * 2: rival of rivalryTarget
 		 * * 3: bitterly hates rivalryTarget
+		 * @type {FC.RivalryType}
 		 */
 		this.rivalry = 0;
 		/** target of rival (ID) */
@@ -531,23 +548,26 @@ App.Entity.SlaveState = class SlaveState {
 		this.canRecruit = 0;
 		/**
 		 * can slave choose own assignment
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.choosesOwnAssignment = 0;
-		/** slave's assignment */
+		/** slave's assignment
+		 * @type {FC.Assignment} */
 		this.assignment = Job.REST;
 		/** how many weeks a slave is sentenced to work a job */
 		this.sentence = 0;
 		/** how far along slave is with being trained (skills, flaws, quirks) */
 		this.training = 0;
-		/** which hole to focus on when serving you */
+		/** which hole to focus on when serving you
+		 * @type {FC.ToyHole} */
 		this.toyHole = "all her holes";
 		/**
 		 * How long her servitude will be.
 		 *
 		 * -1: not; 0+: number of weeks remaining */
 		this.indenture = -1;
-		/** 2: complete protection; 1: some protection; 0: no protection */
+		/** 2: complete protection; 1: some protection; 0: no protection
+		 * @type {FC.IndentureType} */
 		this.indentureRestrictions = 0;
 		/** week she was born (int between 0-51) */
 		this.birthWeek = jsRandom(0, 51);
@@ -559,7 +579,8 @@ App.Entity.SlaveState = class SlaveState {
 		this.physicalAge = 18;
 		/** How old her ovaries are. (used to trick menopause) */
 		this.ovaryAge = 18;
-		/** has had facial surgery to reduce age. 0: no, 1: yes */
+		/** has had facial surgery to reduce age. 0: no, 1: yes
+		 * @type {FC.Bool} */
 		this.ageImplant = 0;
 		this.health = {
 			/**
@@ -663,13 +684,16 @@ App.Entity.SlaveState = class SlaveState {
 		 */
 		this.height = 170;
 		/** slave has height implant
-		 * -1: -10 cm, 0: none, 1: +10 cm */
+		 * -1: -10 cm, 0: none, 1: +10 cm
+		 * @type {FC.HeightImplant} */
 		this.heightImplant = 0;
 		/** slave's nationality */
 		this.nationality = "slave";
-		/** slave's race */
+		/** slave's race
+		 * @type {FC.Race} */
 		this.race = "white";
-		/** slave's original race */
+		/** slave's original race
+		 * @type {FC.Race} */
 		this.origRace = "white";
 		/**
 		 * slave markings
@@ -677,6 +701,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "birthmark"
 		 * * "freckles"
 		 * * "heavily freckled"
+		 * @type {FC.Markings}
 		 */
 		this.markings = "none";
 		/**
@@ -684,22 +709,27 @@ App.Entity.SlaveState = class SlaveState {
 		 * @type {App.Entity.EyeState}
 		 */
 		this.eye = new App.Entity.EyeState();
-		/** "none", "glasses", "blurring glasses", "corrective glasses", "blurring contacts", "corrective contacts" */
+		/** "none", "glasses", "blurring glasses", "corrective glasses", "blurring contacts", "corrective contacts"
+		 * @type {FC.EyeWear} */
 		this.eyewear = "none";
 		/** slave hearing
-		 *
+		 * @type {FC.Hearing}
 		 * -2: deaf; -1: hard of hearing; 0: normal */
 		this.hears = 0;
-		/** "none", "hearing aids", "muffling ear plugs", "deafening ear plugs" */
+		/** "none", "hearing aids", "muffling ear plugs", "deafening ear plugs"
+		 * @type {FC.EarWear} */
 		this.earwear = "none";
 		/** is there an inner ear implant device
-		 * 0: no; 1: yes */
+		 * 0: no; 1: yes
+		 * @type {FC.Bool} */
 		this.earImplant = 0;
 		/** the shape of their outer ears
-		 * "none", "damaged", "normal", "pointy", "elven", "ushi" */
+		 * "none", "damaged", "normal", "pointy", "elven", "ushi"
+		 * @type {FC.EarShape} */
 		this.earShape = "normal";
 		/** type of kemonomimi ears if any
-		 * "neko", "inu", "kit", "tanuki", "usagi" */
+		 * "neko", "inu", "kit", "tanuki", "usagi"
+		 * @type {FC.EarTypeKemonomimi}*/
 		this.earT = "none";
 		/** kemonomimi ear color
 		 * "hairless" */
@@ -711,21 +741,25 @@ App.Entity.SlaveState = class SlaveState {
 		0 - yes, -1 - no */
 		this.tastes = 0;
 		/** horn type if any
-		 * "none", "curved succubus horns", "backswept horns", "cow horns", "one long oni horn", "two long oni horns", "small horns" */
+		 * "none", "curved succubus horns", "backswept horns", "cow horns", "one long oni horn", "two long oni horns", "small horns"
+		 * @type {FC.HornType} */
 		this.horn = "none";
 		/** horn color */
 		this.hornColor = "none";
 		/** type of tail installed
-		 * "none", "mod", "combat", "sex"*/
+		 * "none", "mod", "combat", "sex"
+		 * @type {FC.TailType}*/
 		this.tail = "none";
 		/**
 		 * Does she have a tail interface installed
 		 * * 0: no
 		 * * 1: yes
+		 * @type {FC.Bool}
 		 */
 		this.PTail = 0;
 		/** the current shape of their modular tail
-		 * "none", "neko", "inu", "kit", "kitsune", "tanuki", "ushi", "usagi", "risu", "uma" */
+		 * "none", "neko", "inu", "kit", "kitsune", "tanuki", "ushi", "usagi", "risu", "uma"
+		 * @type {FC.TailShape} */
 		this.tailShape = "none";
 		/** tail color */
 		this.tailColor = "none";
@@ -761,6 +795,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "tapered"
 		 * * "thick"
 		 * * "bushy"
+		 * @type {FC.EyebrowThickness}
 		 */
 		this.eyebrowFullness = "natural";
 		/** hair style */
@@ -782,7 +817,8 @@ App.Entity.SlaveState = class SlaveState {
 		 * * -96-: absurd
 		 */
 		this.waist = 0;
-		/** series of rings up the back that can be tied together. 0: no, 1: yes */
+		/** series of rings up the back that can be tied together. 0: no, 1: yes
+		 * @type {FC.Bool} */
 		this.corsetPiercing = 0;
 		/**
 		 * What level of prosthetic interface she has installed
@@ -806,7 +842,7 @@ App.Entity.SlaveState = class SlaveState {
 			right: new App.Entity.LimbState()
 		};
 		/** are heels clipped
-		 *
+		 * @type {FC.Bool}
 		 * 0: no, 1: yes */
 		this.heels = 0;
 		/** slave voice
@@ -818,7 +854,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * 0: no; 1: yes, high; -1: yes, low */
 		this.voiceImplant = 0;
 		/** has cybernetic voicebox
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.electrolarynx = 0;
 		/**
@@ -902,6 +938,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "fillable"
 		 * * "advanced fillable"
 		 * * "hyper fillable"
+		 * @type {FC.SizingImplantType}
 		 */
 		this.boobsImplantType = "none";
 		/**
@@ -912,6 +949,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "torpedo-shaped"
 		 * * "downward-facing"
 		 * * "wide-set"
+		 * @type {FC.BreastShape}
 		 */
 		this.boobShape = "normal";
 		/**
@@ -923,10 +961,12 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "cute"
 		 * * "partially inverted"
 		 * * "fuckable"
+		 * @type {FC.NippleShape}
 		 */
 		this.nipples = "cute";
 		/**
 		 * nipple are pierced
+		 * @type {FC.PiercingType}
 		 * @default 0
 		 * 0: none; 1: yes; 2: heavily */
 		this.nipplesPiercing = 0;
@@ -937,6 +977,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * 0: normal; 1: large; 2: unusually wide; 3: huge, 4: massive */
 		this.areolae = 0;
 		/** edge of areolae are pierced
+		 * @type {FC.PiercingType}
 		 * @default 0
 		 * 0: none; 1: yes; 2: heavy */
 		this.areolaePiercing = 0;
@@ -1026,6 +1067,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "fillable"
 		 * * "advanced fillable"
 		 * * "hyper fillable"
+		 * @type {FC.SizingImplantType}
 		 */
 		this.buttImplantType = "none";
 		/**
@@ -1045,7 +1087,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.buttTat = 0;
 		/**
 		 * face attractiveness
@@ -1096,7 +1138,7 @@ App.Entity.SlaveState = class SlaveState {
 		this.lipsImplant = 0;
 		/**
 		 * lips pierced
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.lipsPiercing = 0;
 		/**
@@ -1130,11 +1172,12 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "fang"
 		 * * "baby"
 		 * * "mixed"
+		 * @type {FC.TeethType}
 		 */
 		this.teeth = "normal";
 		/**
 		 * has tongue piercing
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.tonguePiercing = 0;
 		/**
@@ -1153,7 +1196,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * 0: dry; 1: wet; 2: soaking wet */
 		this.vaginaLube = 0;
 		/** has vagina piercing
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.vaginaPiercing = 0;
 		/**
@@ -1224,6 +1267,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "fertility": higher chance of twins (or more)
 		 * * "sympathy": doubles eggs released
 		 * * "asexual": self-fertilizing
+		 * @type {FC.OvaryImplantType}
 		 */
 		this.ovaImplant = 0;
 		/**
@@ -1235,7 +1279,7 @@ App.Entity.SlaveState = class SlaveState {
 		this.wombImplant = "none";
 		/**
 		 * Menstrual cycle known variable. To be used for fert cycle discover and things like pregnancy without a first period
-		 *
+		 * @type {FC.Bool}
 		 * * 0: no
 		 * * 1: yes
 		 */
@@ -1320,6 +1364,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * 1: yes
 		 * * 2: heavy
 		 * * 3: smart
+		 * @type {FC.ClitoralPiercingType}
 		 */
 		this.clitPiercing = 0;
 		/**
@@ -1340,6 +1385,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "dom"
 		 * * "masochist"
 		 * * "sadist"
+		 * @type {FC.SmartPiercingSetting}
 		 */
 		this.clitSetting = "vanilla";
 		/** 0: circumcised; 1+:uncut, also affects foreskin size */
@@ -1376,6 +1422,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * 0: no
 		 * * 1: yes
 		 * * 2: heavy
+		 * @type {FC.PiercingType}
 		 */
 		this.dickPiercing = 0;
 		/**
@@ -1395,7 +1442,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.dickTat = 0;
 		/**
 		 * does the slave have a prostate?
@@ -1430,11 +1477,11 @@ App.Entity.SlaveState = class SlaveState {
 		 */
 		this.scrotum = 0;
 		/** has ovaries
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.ovaries = 0;
 		/** has anus piercing
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.anusPiercing = 0;
 		/**
@@ -1453,7 +1500,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.anusTat = 0;
 		/**
 		 * has makeup
@@ -1488,19 +1535,19 @@ App.Entity.SlaveState = class SlaveState {
 		 * @type {Object.<string, string>} */
 		this.brand = {};
 		/** has pierced ears
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.earPiercing = 0;
 		/** has pierced nose
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.nosePiercing = 0;
 		/** has eyebrow piercing
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.eyebrowPiercing = 0;
 		/** has navel piercing
-		 *
+		 * @type {FC.PiercingType}
 		 * 0: no; 1: yes; 2: heavy */
 		this.navelPiercing = 0;
 		/**
@@ -1520,7 +1567,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.shouldersTat = 0;
 		/**
 		 * arm tattoo
@@ -1539,7 +1586,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.armsTat = 0;
 		/**
 		 * leg tattoo
@@ -1558,7 +1605,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.legsTat = 0;
 		/**
 		 * back tattoo
@@ -1577,7 +1624,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.backTat = 0;
 		/**
 		 * tramp stamp
@@ -1596,7 +1643,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "Sacrilege"
 		 * * "Possessive"
 		 * * "Paternalist"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.stampTat = 0;
 		/** follows rules or is exempt from them
 		 *
@@ -1615,6 +1662,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "cum production"
 		 * * "cleansing"
 		 * * "fertility"
+		 * @type {FC.Diet}
 		 */
 		this.diet = "healthy";
 		/** how much of her diet is cum
@@ -1665,6 +1713,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "butt redistributors"
 		 * * "sag-B-gone"
 		 * * "growth stimulants"
+		 * @type {FC.Drug}
 		 */
 		this.drugs = "no drugs";
 		/** 0: none; 1: preventatives; 2: curatives */
@@ -1685,7 +1734,8 @@ App.Entity.SlaveState = class SlaveState {
 		 *
 		 * 0: not; 1+: Fuckdoll */
 		this.fuckdoll = 0;
-		/** 0: no; 1: yes */
+		/** 0: no; 1: yes
+		 * @type {FC.Bool} */
 		this.choosesOwnClothes = 0;
 		/**
 		 * may accept strings, use at own risk
@@ -1881,18 +1931,21 @@ App.Entity.SlaveState = class SlaveState {
 		 * whether the slave has a chastity device on their anus
 		 * 0 - no
 		 * 1 - yes
+		 * @type {FC.Bool}
 		 */
 		this.chastityAnus = 0;
 		/**
 		 * whether the slave has a chastity device on their penis
 		 * 0 - no
 		 * 1 - yes
+		 * @type {FC.Bool}
 		 */
 		this.chastityPenis = 0;
 		/**
 		 * whether the slave has a chastity device on their vagina
 		 * 0 - no
 		 * 1 - yes
+		 * @type {FC.Bool}
 		 */
 		this.chastityVagina = 0;
 		/**
@@ -2018,6 +2071,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "masochist"
 		 * * "dom"
 		 * * "pregnancy"
+		 * @type {FC.Fetish}
 		 */
 		this.fetish = "none";
 		/** how strong her fetish is (10-100)
@@ -2025,7 +2079,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * 10+: enjoys fetish; 60+: likes fetish; 95+: loves fetish */
 		this.fetishStrength = 70;
 		/** is fetish known to player
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.fetishKnown = 0;
 		/**
@@ -2039,6 +2093,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "anorexic": dislikes eating and being forced to eat, loses weight
 		 * * "devout": resistance through religious faith
 		 * * "liberated": believes slavery is wrong
+		 * @type {FC.BehavioralFlaw}
 		 */
 		this.behavioralFlaw = "none";
 		/**
@@ -2052,6 +2107,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "insecure": defines herself on the thoughts of others
 		 * * "sinful": breaks cultural norms
 		 * * "advocate": advocates slavery
+		 * @type {FC.BehavioralQuirk}
 		 */
 		this.behavioralQuirk = "none";
 		/**
@@ -2074,6 +2130,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "malicious": loves causing pain and suffering
 		 * * "self hating": hates herself
 		 * * "breeder": addicted to being pregnant
+		 * @type {FC.SexualFlaw}
 		 */
 		this.sexualFlaw = "none";
 		/**
@@ -2087,10 +2144,12 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "caring": enjoys bring her partners to orgasm
 		 * * "unflinching": willing to do anything
 		 * * "size queen": prefers big cocks
+		 * @type {FC.SexualQuirk}
 		 */
 		this.sexualQuirk = "none";
 		/** 0: does not have; 1: carrier; 2: active
 		 * * heterochromia is an exception. String = active
+		 * @type {FC.GeneticQuirks}
 		 */
 		this.geneticQuirks = {
 			/** Oversized breasts. Increased growth rate, reduced shrink rate. Breasts try to return to oversized state if reduced. */
@@ -2145,7 +2204,7 @@ App.Entity.SlaveState = class SlaveState {
 		/** Values provided by players */
 		this.custom = new App.Entity.SlaveCustomAddonsState();
 		/** Does this slave refer to you rudely?
-		 *
+		 * @type {FC.Bool}
 		 * 0: not being rude; 1: insists on calling you a rude title */
 		this.rudeTitle = 0;
 		/** @type {string[]} */
@@ -2155,7 +2214,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "a heart"
 		 * * "a star"
 		 * * "a butterfly"
-		 * @type {string|number} */
+		 * @type {FC.Zeroable<string>} */
 		this.bellyTat = 0;
 		/**
 		 * Slave has a series of tattoos to denote how many abortions she has had.
@@ -2172,11 +2231,11 @@ App.Entity.SlaveState = class SlaveState {
 		 */
 		this.birthsTat = -1;
 		/** Slave will give birth this week.
-		 *
+		 * @type {FC.Bool}
 		 * 1: true; 0: false */
 		this.induce = 0;
 		/** Male slave has an anal womb and can get pregnant.
-		 *
+		 * @type {FC.Bool}
 		 * 1: true; 0: false */
 		this.mpreg = 0;
 		/** How much fluid is distending the slave.
@@ -2194,6 +2253,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "curative"
 		 * * "tightener"
 		 * * "urine"
+		 * @type {FC.InflationLiquid}
 		 */
 		this.inflationType = "none";
 		/**
@@ -2209,11 +2269,11 @@ App.Entity.SlaveState = class SlaveState {
 		/** If inflationMethod 3, ID of the slave filling her with cum. */
 		this.cumSource = 0;
 		/** Slave's internals have ruptured. Used with poor health and overinflation.
-		 *
+		 * @type {FC.Bool}
 		 * 1: true; 0: false */
 		this.burst = 0;
 		/** Do you and the slave know she is pregnant.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.pregKnown = 0;
 		/** How long she has been pregnant
@@ -2312,13 +2372,13 @@ App.Entity.SlaveState = class SlaveState {
 		/** Target .physicalAge for female puberty to occur. */
 		this.pubertyAgeXX = 13;
 		/** Has the slave gone through female puberty.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.pubertyXX = 0;
 		/** Target .physicalAge for male puberty to occur. */
 		this.pubertyAgeXY = 13;
 		/** Has the slave gone through male puberty.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.pubertyXY = 0;
 		/**
@@ -2330,24 +2390,24 @@ App.Entity.SlaveState = class SlaveState {
 		this.scar = {};
 		/**
 		 * In a eugenics society, this slave is a designated breeder.
-		 *
+		 * @type {FC.Bool}
 		 * * 1: yes
 		 * * 0: no */
 		this.breedingMark = 0;
 		/** Is the PC permitted to fuck this slave pregnant.
 		 *  MB Cattle Ranch bulls will ignore this.
-		 *
+		 * @type {FC.Bool}
 		 * * 0: no
 		 * * 1: yes */
 		this.PCExclude = 0;
 		/** Is the Head Girl permitted to fuck this slave pregnant.
-		 *
+		 * @type {FC.Bool}
 		 * * 0: no
 		 * * 1: yes */
 		this.HGExclude = 0;
 		/** Is the Stud permitted to fuck this slave pregnant.
 		 *  MB Cattle Ranch bulls will ignore this.
-		 *
+		 * @type {FC.Bool}
 		 * * 0: no
 		 * * 1: yes */
 		this.StudExclude = 0;
@@ -2359,6 +2419,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "pig"
 		 * * "horse"
 		 * * "cow"
+		 * @type {FC.SpermType}
 		 */
 		this.ballType = "human";
 		/**
@@ -2368,10 +2429,11 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "pig"
 		 * * "horse"
 		 * * "cow"
+		 * @type {FC.AnimalKind}
 		 */
 		this.eggType = "human";
 		/** Eugenics variable. Is the slave allowed to choose to wear chastity.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.choosesOwnChastity = 0;
 		/**
@@ -2380,6 +2442,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * * "slow gestation"
 		 * * "speed up"
 		 * * "labor suppressors"
+		 * @type {FC.WithNone<FC.GestationDrug>}
 		 */
 		this.pregControl = "none";
 		/**
@@ -2392,7 +2455,7 @@ App.Entity.SlaveState = class SlaveState {
 		/** */
 		this.ageAdjust = 0;
 		/** Slave has undergone hair removal surgery
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.bald = 0;
 		/** Slave is in original body.
@@ -2424,31 +2487,31 @@ App.Entity.SlaveState = class SlaveState {
 		 */
 		this.hormoneBalance = 0;
 		/** Whether a slave is permitted to eat Hedonistic Decadence's specialized slave food.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.onDiet = 0;
 		/** Does the slave have the breast shape maintaining mesh implant.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.breastMesh = 0;
 		/** Used to denote a slave giving birth prematurely.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.prematureBirth = 0;
 		/** Was the slave born prematurely?
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.premature = 0;
 		/** Has the slave had a vasectomy?
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.vasectomy = 0;
 		/** Is the slave's hair under constant maintenance?
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.haircuts = 0;
 		/** Used to tell if the slave is from this game or a previous.
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.newGamePlus = 0;
 		/** Her skills */
@@ -2458,7 +2521,7 @@ App.Entity.SlaveState = class SlaveState {
 		 * 0: no; 1: yes, comforting; 2: yes, terrifying */
 		this.tankBaby = 0;
 		/** Is the slave a clone?
-		 *
+		 * @type {FC.Bool}
 		 * 0: no; 1: yes */
 		this.clone = 0;
 		/** ID she was cloned from */
@@ -2466,15 +2529,15 @@ App.Entity.SlaveState = class SlaveState {
 		/** */
 		this.geneMods = {
 			/** Does slave have induced NCS?
-			 *
+			 * @type {FC.Bool}
 			 * 0: no; 1: yes */
 			NCS: 0,
 			/** Has the slave undergone the elasticity (plasticity) treatment?
-			 *
+			 * @type {FC.Bool}
 			 * 0: no; 1: yes */
 			rapidCellGrowth: 0,
 			/** Is the slave immortal?
-			 *
+			 * @type {FC.Bool}
 			 * 0: no; 1: yes */
 			immortality: 0
 		};
@@ -2521,12 +2584,44 @@ App.Entity.SlaveState = class SlaveState {
 		this.lastWeeksRepIncome = 0;
 		/** Not currently used, will work similarly to the cash variables above */
 		this.lastWeeksRepExpenses = 0;
-		/** Player selected class for whore to target */
+		/** Player selected class for whore to target
+		 * * 1: Lower class
+		 * * 2: Middle class
+		 * * 3: Upper class
+		 * * 4: Top class
+		*/
 		this.whoreClass = 0;
-		/** Maximum class for whore to target */
+		/** Maximum class for whore to target
+		 * * 1: Lower class
+		 * * 2: Middle class
+		 * * 3: Upper class
+		 * * 4: Top class
+		 */
 		this.effectiveWhoreClass = 0;
 		/** Slave's inbreeding coefficient */
 		this.inbreedingCoeff = 0;
+
+		// HACK to add property declarations for TypeScript
+		if (false) { // eslint-disable-line
+			/** @type {FC.PregnancyData | undefined} */
+			this.pregData = undefined;
+			/** @type {FC.Fetus[] | undefined} */
+			this.womb = undefined;
+			/** @type {string | undefined} */
+			this.clothingBaseColor = undefined;
+			/** @type {string | undefined} */
+			this.glassesColor = undefined;
+			/** @type {string | undefined} */
+			this.shoeColor = undefined;
+			/** @type {number | undefined} */
+			this.readyOva = undefined;
+			/** @type {number | undefined} */
+			this.kindness = undefined;
+			/** @type {FC.Bool | undefined} */
+			this.trueVirgin = 0;
+			// FIXME temporary state variables
+			this.maxWhoreClass = 0;
+		}
 	}
 
 	/** Creates an object suitable for setting nested attributes as it would be a SlaveState
diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index 1ea4e85c4fc779847f9dfbecd46ad1f5866c5b23..a6b5f964aff441543015f87857d3c50fb7c88796 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -40,7 +40,7 @@ globalThis.canImproveHeight = function(slave) {
 
 /**
  * @param {App.Entity.SlaveState} slave
- * @param {App.Entity.SlaveState} target
+ * @param {FC.HumanState} target
  * @returns {boolean}
  */
 globalThis.haveRelationshipP = function(slave, target) {
@@ -57,7 +57,7 @@ globalThis.isRivalP = function(slave, target) {
 };
 
 /**
- * @param {App.Entity.SlaveState} slave
+ * @param {FC.HumanState} slave
  * @returns {boolean}
  */
 globalThis.supremeRaceP = function(slave) {
@@ -65,7 +65,7 @@ globalThis.supremeRaceP = function(slave) {
 };
 
 /**
- * @param {App.Entity.SlaveState} slave
+ * @param {FC.HumanState} slave
  * @returns {boolean}
  */
 globalThis.inferiorRaceP = function(slave) {
diff --git a/src/js/assignJS.js b/src/js/assignJS.js
index e97de34a35526f832da7436bfc9885799b9d9194..d3a47c777e37983bbfe929b4749bed48c644e98e 100644
--- a/src/js/assignJS.js
+++ b/src/js/assignJS.js
@@ -2,7 +2,7 @@
 
 /**
  * @param {App.Entity.SlaveState} slave
- * @param {string} job
+ * @param {FC.Assignment} job
  * @returns {string}
  */
 globalThis.assignJob = function(slave, job) {
@@ -452,7 +452,7 @@ globalThis.assignJob = function(slave, job) {
 
 /**
  * @param {App.Entity.SlaveState} slave
- * @param {string} assignmentStr
+ * @param {FC.Assignment} assignmentStr
  */
 globalThis.assignJobSafely = function(slave, assignmentStr) {
 	if (V.assignmentRecords[slave.ID] === Job.CHOICE) {
@@ -474,7 +474,7 @@ globalThis.assignJobSafely = function(slave, assignmentStr) {
 
 /**
  * @param {App.Entity.SlaveState} slave
- * @param {string} assignment
+ * @param {FC.Assignment} assignment
  * @param {boolean} [saveRecord=false]
  * @returns {string}
  */
@@ -750,10 +750,10 @@ globalThis.assignmentVisible = function(slave) {
 };
 
 /**
- * @returns {Object.<string, Set<number>>} dictionary assignment -> slave IDs
+ * @returns {Record<FC.Assignment, Set<number>>} dictionary assignment -> slave IDs
  */
 globalThis.makeJobIdMap = function() {
-	/** @type {Object.<string, Set<number>>} */
+	/** @type {Object.<FC.Assignment, Set<number>>} */
 	const res = {};
 	for (const jn of Object.values(Job)) {
 		res[jn] = new Set();
@@ -872,8 +872,8 @@ App.currentAgent = function(arcology) {
 /**
  * Remove all workers from the facility changing their assignments
  * @param {App.Entity.Facilities.Facility} facility
- * @param {string} [managerAssignment="rest"] new assignment for the facility manager
- * @param {string} [workerAssignment="rest"] new assignment for the facility workers
+ * @param {FC.Assignment} [managerAssignment="rest"] new assignment for the facility manager
+ * @param {FC.Assignment} [workerAssignment="rest"] new assignment for the facility workers
  */
 App.Utils.moveFacilityWorkers = function(facility, managerAssignment = Job.REST, workerAssignment = Job.REST) {
 	if (facility.manager && facility.manager.currentEmployee) {
@@ -909,7 +909,7 @@ App.Utils.jobForAssignment = function() {
 	}
 
 	/**
-	 * @param {string} assignment
+	 * @param {FC.Assignment} assignment
 	 * @returns {App.Entity.Facilities.Job}
 	 */
 	function getJob(assignment) {
@@ -927,7 +927,7 @@ App.Utils.jobForAssignment = function() {
 
 /** Assign a slave, play the appropriate assignment scene if necessary, and redirect to a destination passage.
  * @param {App.Entity.SlaveState} slave
- * @param {string} assignTo
+ * @param {FC.Assignment} assignTo
  * @param {string} passage
  */
 globalThis.assignmentTransition = function(slave, assignTo, passage) {
@@ -958,8 +958,8 @@ globalThis.assignmentTransition = function(slave, assignTo, passage) {
 /**
  * Creates a link that will remove all slaves from a facility, including manager.
  * @param {string} facilityName
- * @param {string} [managerAssignment]
- * @param {string} [workerAssignment]
+ * @param {FC.Assignment} [managerAssignment]
+ * @param {FC.Assignment} [workerAssignment]
  * @returns {Node}
  */
 globalThis.removeFacilityWorkers = function(facilityName, managerAssignment, workerAssignment) {
diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js
index f0b4f8f07a5473c6e929dc5f9930b5ecf38851da..c18d8319bde124195d2ba819ea1b796bf4bcb19d 100644
--- a/src/js/birth/birth.js
+++ b/src/js/birth/birth.js
@@ -62,7 +62,9 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 		if (!slaveDead) {
 			el.append(postBirthReaction());
 		}
-		el.append(birthBabies());
+		if (!(slave.assignment === Job.DAIRY && V.dairyPregSetting > 0)) { // Contract pregnancies have already been spoken for.
+			el.append(destinationForBabies());
+		}
 		if (numStillborn) {
 			el.append(deadBabiesResponse(numStillborn));
 		}
@@ -191,7 +193,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 			r.push(`${slave.slaveName}'s straining womb gave out and burst, taking ${his} life.`);
 		} else if (slave.fuckdoll === 0) {
 			if (slave.broodmother === 0 || slave.broodmotherCountDown === 1) {
-				if (slave.assignment !== "work in the dairy") {
+				if (slave.assignment !== Job.DAIRY) {
 					if (V.universalRulesCSec === 1 || (slave.mpreg === 0 && slave.vagina < 0)) {
 					} else {
 						if (hasAnyLegs(slave)) { // legless slaves are always carried in time
@@ -243,7 +245,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 						if (slave.fetish === "mindbroken") {
 							r.push(`While getting milked, ${slave.slaveName}'s water breaks.`);
 						} else if (slave.geneticQuirks.uterineHypersensitivity === 2) {
-							r.push(`While getting milked, ${slave.slaveName}'s water breaks, a moment she anxiously waited for${(slave.counter.birthsTotal > 0) ? `no matter how many times it happened before` : ``}.`);
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks, a moment she anxiously awaited${(slave.counter.birthsTotal > 0) ? `, no matter how many times it's happened before` : ``}.`);
 						} else {
 							r.push(`While getting milked, ${slave.slaveName}'s water breaks,`);
 							if (V.dairyPregSetting > 0) {
@@ -308,18 +310,9 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 			}
 		}
 		// Here support for partial birth cases but if slaves still NOT have broodmother implant. Right now remaining babies will be lost, need to add research option for selective births. It should control labor and stop it after ready to birth babies out. Should be Repopulation FS research before broodmothers (their implant obviously have it as a part of functional). */
-		if (slave.broodmother === 0) {
-			if (slave.prematureBirth === 1) {
-				// emergency birth, anything less than 23 weeks of age is not making it through this
-				numStillborn = slave.womb.length;
-				WombFlush(slave);
-			} else if (V.surgeryUpgrade === 1) {
-				// if true - need nothing, birthed babies already in babiesBeingBorn, stillbirth is 0.
-			} else {
-				numStillborn = slave.womb.length;
-				WombFlush(slave);
-				// cleaning rest of superfetation pregnancy if no tech for safe partial birth
-			}
+		if (slave.broodmother === 0 && slave.prematureBirth === 1 && V.surgeryUpgrade !== 1) {
+			numStillborn = slave.womb.length;
+			WombFlush(slave);
 		}
 		diffSize = beforeSize / (1 + WombGetVolume(slave)); // 1 used to avoid divide by zero error.
 	}
@@ -331,7 +324,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 		diffSize used for check result of partial birth size changes - if it = 2 then womb lost half of it's original size after partial birth, if it = 1 - no size lost. (We get this value as result of dividing of original womb size by after birth size)
 		This descriptions can be expanded with more outcomes later. But it's not practical to check values above 5-10 - it become too affected by actual value of womb size.
 		*/
-		if (slave.assignment === "work in the dairy" && V.dairyPregSetting > 0) {
+		if (slave.assignment === Job.DAIRY && V.dairyPregSetting > 0) {
 			r.push(`As a human cow, ${he}`);
 
 			if (burstCheck(slave)) {
@@ -487,9 +480,9 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 
 	function calcBirthDamage() {
 		/* I think all this reactions should be showed only if no c'section used too. Setting it up for just in case: */
-		if (!cSection && slave.assignment !== "work in the dairy") { // if not desired, this check can be easily removed or deactivated with condition set to true.
+		p = document.createElement("p");
+		if (!cSection && slave.assignment !== Job.DAIRY) { // if not desired, this check can be easily removed or deactivated with condition set to true.
 			let hasDamage;
-			p = document.createElement("p");
 			let r = [];
 			if (newMother) {
 				r.push([
@@ -786,8 +779,8 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 			for (const boost of r) {
 				App.Events.addNode(p, boost, "div");
 			}
-			return p;
 		}
+		return p;
 	}
 
 	function postBirthScene() {
@@ -944,7 +937,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 			}
 		} else if (slave.fuckdoll === 0) {
 			if (slave.broodmother === 0 || slave.broodmotherCountDown === 1) {
-				if (slave.assignment !== "work in the dairy") {
+				if (slave.assignment !== Job.DAIRY) {
 					if (V.universalRulesCSec === 1 || (slave.mpreg === 0 && slave.vagina < 0)) {
 						r.push(birthDescription());
 					} else {
@@ -997,7 +990,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 									r.push(`${he} attempts to shift in ${his} restraints to peek around ${his} swollen breasts, but ${he} is too well secured. ${He}'ll realize what is happening when ${his} belly grows large enough to brush against ${his} udders as the milker sucks from them${(slave.dick > 0) ? ` or ${his} dick begins rubbing its underside` : ``}.`);
 								}
 							}
-							r.push(`${His} mind slips slightly more as ${he} focuses on ${his} fate as nothing more than an animal destined to be milked and bare offspring until ${his} body gives out.`);
+							r.push(`${His} mind slips slightly more as ${he} focuses on ${his} fate as nothing more than an animal destined to be milked and bear offspring until ${his} body gives out.`);
 							slave.trust -= 10;
 							slave.devotion -= 10;
 						}
@@ -1005,7 +998,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 						if (slave.fetish === "mindbroken") {
 							r.push(`${He} shows little interest and continues kneading ${his} breasts. Instinctively ${he} begins to push out ${his} ${babies}. ${He} pays no heed to ${his} ${children} being removed from the milking stall, instead focusing entirely on draining ${his} breasts.`);
 						} else if (slave.geneticQuirks.uterineHypersensitivity === 2) {
-							r.push(`${He} begins to push out ${his} ${babies} orgasming during the whole process. By the time ${he} regains ${his} senses ${his} ${children} have already been removed from the milking stall.`);
+							r.push(`${He} begins to push out ${his} ${babies}, orgasming throughout the whole process. By the time ${he} regains ${his} senses ${his} ${children} have already been removed from the milking stall.`);
 						} else {
 							r.push(`${He} begins to push out ${his} ${babies}. ${He} catches`);
 							if (canSee(slave)) {
@@ -1167,11 +1160,8 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 					r.push(`${His} ass was loose enough to not be stretched by childbirth.`);
 				} else if (slave.anus < 6) {
 					r.push(`Childbirth stood no chance of stretching ${his} gaping ass.`);
-				} else if (slave.anus >= 10) {
-					r.push(`${His} child could barely stretch ${his} cavernous ass.`);
 				} else {
-					r.push(`Childbirth has`);
-					r.push(App.UI.DOM.makeElement("span", `stretched out ${his} ass.`, "lime"));
+					r.push(`${His} child could barely stretch ${his} cavernous ass.`);
 				}
 			} else {
 				if (slave.vagina < 0) { // you somehow got a pregnant slave with no vagina catch
@@ -1190,11 +1180,8 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 					r.push(`${His} vagina was loose enough to not be stretched by childbirth.`);
 				} else if (slave.vagina < 6) {
 					r.push(`Childbirth stood no chance of stretching ${his} gaping vagina.`);
-				} else if (slave.vagina >= 10) {
-					r.push(`${His} child could barely stretch ${his} cavernous vagina.`);
 				} else {
-					r.push(`Childbirth has`);
-					r.push(App.UI.DOM.makeElement("span", `stretched out ${his} vagina.`, "lime"));
+					r.push(`${His} child could barely stretch ${his} cavernous vagina.`);
 				}
 			}
 			App.Events.addNode(el, r, "div");
@@ -1204,9 +1191,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 				r.push(App.UI.DOM.makeElement("span", `stretched out ${his} anus.`, "lime"));
 				//no need for description now
 				*/
-				if (V.dairyPregSetting > 1 && slave.anus < 4) {
-					slave.anus += 1;
-				} else if (slave.anus < 3) {
+				if (slave.anus < 3 || (V.dairyPregSetting > 1 && slave.anus < 4)) {
 					slave.anus += 1;
 				}
 			} else {
@@ -1215,9 +1200,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 				r.push(App.UI.DOM.makeElement("span", `stretched out ${his} vagina.`, "lime"));
 				//no need for description now
 				*/
-				if (V.dairyPregSetting > 1 && slave.vagina < 4) {
-					slave.vagina += 1;
-				} else if (slave.vagina < 3) {
+				if (slave.vagina < 3 || (V.dairyPregSetting > 1 && slave.vagina < 4)) {
 					slave.vagina += 1;
 				}
 			}
@@ -1280,7 +1263,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 		}
 
 		p = document.createElement("p");
-		if (slave.assignment !== "work in the dairy" && !cSection) {
+		if (slave.assignment !== Job.DAIRY && !cSection) {
 			/* && ${slave.broodmother} === 0 // removed - broodmother have sensations too */
 			r = [];
 			r.push(`All in all,`);
@@ -1465,7 +1448,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 		return el;
 	}
 
-	function birthBabies() {
+	function destinationForBabies() {
 		const el = document.createElement("p");
 		let r;
 		let cToIncubator = 0;
@@ -3743,7 +3726,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 					}
 					break;
 
-				case "work in the dairy":
+				case Job.DAIRY:
 					if (V.dairyRestraintsSetting > 1 && slave.career === "a bioreactor") {
 						if (random(1, 20) > suddenBirth) {
 							r.push(`As ${slave.slaveName}'s water breaks, a mechanical basket is extended under ${his} laboring`);
@@ -3806,7 +3789,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 							} else {
 								r.push(`Without warning, ${slave.slaveName}'s water breaks and ${he} uncontrollably births ${firstText} baby${UH}. ${He} manages to force out the screaming child before the basket could fully extend, flagging ${his} unit for maintenance and causing quite the scene. ${He} knows full well there is nothing ${he} can do to hide ${his} shame.`);
 							}
-							r.push(`${His} mind slips slightly more as ${he} focuses on ${his} fate as nothing more than an animal destined to be milked and bare offspring until ${his} body gives out.`);
+							r.push(`${His} mind slips slightly more as ${he} focuses on ${his} fate as nothing more than an animal destined to be milked and bear offspring until ${his} body gives out.`);
 							humiliation = 1;
 							slave.trust -= 10;
 							slave.devotion -= 10;
@@ -5665,21 +5648,11 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 					}
 					break;
 				}
-
+				/*
 				case Job.WHORE:
 				case Job.PUBLIC:
 				case Job.CHOICE:
-					if (slave.fetish === "mindbroken") {
-						r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
-					} else {
-						r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
-						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
-							r.push(`convulsing with orgasms in the process and`);
-						}
-						r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
-						humiliation = 1;
-					}
-					break;
+				*/
 
 				case Job.GLORYHOLE:
 					if (slave.fetish === "mindbroken") {
diff --git a/src/js/economyJS.js b/src/js/economyJS.js
index cadcaf463c68551353c437bc9c2fe3673eb36074..0bd0eb017b61ff61fb26133f459e6aee0e032b36 100644
--- a/src/js/economyJS.js
+++ b/src/js/economyJS.js
@@ -1298,12 +1298,10 @@ globalThis.getSlaveCostArray = function(s) {
 		case 'intensive butt injections':
 		case 'intensive penis enhancement':
 		case 'intensive testicle enhancement':
-		case 'intensive lip injections':
 		case 'hyper breast injections':
 		case 'hyper butt injections':
 		case 'hyper penis enhancement':
 		case 'hyper testicle enhancement':
-		case 'hyper lip injections':
 			retval.push({text: "Intensive drugs", value: drugsCost * 5});
 			break;
 		case 'growth stimulants':
@@ -1698,8 +1696,8 @@ globalThis.slaveJobValues = function(lowerClassSexDemandRef, middleClassSexDeman
 					healthDamage(s, 10);
 					s.minorInjury = 1;
 				} else {
-					let canA = canDoAnal(s);
-					let canV = canDoVaginal(s);
+					const canA = canDoAnal(s) ? 1 : 0;
+					const canV = canDoVaginal(s) ? 1 : 0;
 					let skilltarget = (100 + ((s.skill.anal - 100) * canA * (1.5 - 0.5 * canV) + (s.skill.vaginal - 100) * canV * (1.5 - 0.5 * canA) + (s.skill.oral - 100) * (3 - 1.5 * canA - 1.5 * canV + canA * canV)) * 3 / 10);
 					// Complicated, I know - but it should automatically account for what acts are possible to scale the injury risk smoothly between 90% when totally unskilled
 					// and 0% when perfectly skilled in the relevant method or methods.
@@ -1838,8 +1836,8 @@ globalThis.slaveJobValues = function(lowerClassSexDemandRef, middleClassSexDeman
 					healthDamage(s, 10);
 					s.minorInjury = 1;
 				} else {
-					let canA = canDoAnal(s);
-					let canV = canDoVaginal(s);
+					const canA = canDoAnal(s) ? 1 : 0;
+					const canV = canDoVaginal(s) ? 1 : 0;
 					let skilltarget = (100 + ((s.skill.anal - 100) * canA * (1.5 - 0.5 * canV) + (s.skill.vaginal - 100) * canV * (1.5 - 0.5 * canA) + (s.skill.oral - 100) * (3 - 1.5 * canA - 1.5 * canV + canA * canV)) * 3 / 10);
 					// Complicated, I know - but it should automatically account for what acts are possible to scale the injury risk smoothly between 90% when totally unskilled
 					// and 0% when perfectly skilled in the relevant method or methods.
@@ -1851,13 +1849,9 @@ globalThis.slaveJobValues = function(lowerClassSexDemandRef, middleClassSexDeman
 				}
 			}
 			if (s.minorInjury === 1) {
-				let injuryChance;
+				const injuryChance = canDoAnal(s) ? jsRandom(1, 100) : jsRandom(1, 80);
 				beautyMultiplier -= 0.05;
-				if (canDoAnal(s)) {
-					injuryChance = jsRandom(1, 100);
-				} else {
-					injuryChance = jsRandom(1, 80);
-				}
+
 				if (injuryChance > 80) {
 					s.minorInjury = "sore ass";
 				} else if (injuryChance > 60) {
@@ -2431,6 +2425,8 @@ globalThis.SectorCounts = function() {
 					V.AProsperityCap += 10;
 				} else if (cell.type === 2) {
 					V.AProsperityCap += 5;
+				} else if (cell.type === 3) {
+					V.lowerClass += 40;
 				}
 			} else if (cell instanceof App.Arcology.Cell.Shop) {
 				if (cell.type !== "Club" && cell.type !== "Brothel") {
diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index 205e6f715dce58bfaee813423751f39f4c0201cf..1f5bef100ba9ef79d02bd7018d272b81246d5f59 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -72,7 +72,7 @@ globalThis.generateRandomEventPoolStandard = function(eventSlave) {
 					}
 				}
 
-				if (V.assistant > 0) {
+				if (V.assistant.personality === 1) {
 					if (V.assistant.appearance !== "normal") {
 						if (eventSlave.devotion >= -20) {
 							if (canSee(eventSlave)) {
@@ -1138,7 +1138,7 @@ globalThis.generateRandomEventPoolStandard = function(eventSlave) {
 			}
 		}
 
-		if (V.assistant > 1) {
+		if (V.assistant.personality === 1) {
 			if (eventSlave.fetishKnown === 1) {
 				if (eventSlave.energy > 95) {
 					if (eventSlave.devotion > 20) {
@@ -1524,7 +1524,7 @@ globalThis.generateRandomEventPoolServant = function(eventSlave) {
 					}
 				}
 
-				if (V.assistant > 0) {
+				if (V.assistant.personality === 1) {
 					if (V.assistant.appearance !== "normal") {
 						if (eventSlave.devotion >= -20) {
 							if (canSee(eventSlave)) {
@@ -2138,7 +2138,7 @@ globalThis.generateRandomEventPoolServant = function(eventSlave) {
 			}
 		} /* closes mute exempt */
 
-		if (V.assistant > 1) {
+		if (V.assistant.personality === 1) {
 			if (eventSlave.fetishKnown === 1) {
 				if (eventSlave.energy > 95) {
 					if (eventSlave.devotion > 20) {
diff --git a/src/js/futureSocietyJS.js b/src/js/futureSocietyJS.js
index b665863f488dc1a16cdaf5867ab4319f25f3c1f2..a57f6f468fabe3694e31d297f5034e42524336e4 100644
--- a/src/js/futureSocietyJS.js
+++ b/src/js/futureSocietyJS.js
@@ -56,7 +56,7 @@ globalThis.FutureSocieties = (function() {
 	];
 
 	const DisplayName = {
-		FSSupremacist: {noun: "Racial Supremacy", adj: "Supremacist"},
+		FSSupremacist: {noun: "Racial Supremacism", adj: "Supremacist"},
 		FSSubjugationist: {noun: "Racial Subjugationism", adj: "Subjugationist"},
 		FSGenderRadicalist: {noun: "Gender Radicalism", adj: "Gender Radicalist"},
 		FSGenderFundamentalist: {noun: "Gender Fundamentalism", adj: "Gender Fundamentalist"},
@@ -402,7 +402,7 @@ globalThis.FutureSocieties = (function() {
 	function calcFSCredits() {
 		const arcology = V.arcologies[0];
 		let activeFS = activeCount(0);
-		if (arcology.FSNull > 0) { // multiculturalism is accounted for separately
+		if (typeof arcology.FSNull === 'number' && arcology.FSNull > 0) { // multiculturalism is accounted for separately
 			activeFS -= 1; // already counted once, remove that one and count investments instead
 			if (V.FSCreditCount === 4) {
 				activeFS += arcology.FSNull / 25;
diff --git a/src/js/ibcJS.js b/src/js/ibcJS.js
index 0673b928911a7cc95cac7a10e2398aa76dd0ab5f..df28d1be46b1fac6d5676776c763c112cfa447ec 100644
--- a/src/js/ibcJS.js
+++ b/src/js/ibcJS.js
@@ -6,7 +6,7 @@
  * @property {number} ID
  * @property {number} mother
  * @property {number} father
- * @property {number} inbreedingCoeff
+ * @property {number} [inbreedingCoeff]
  */
 
 globalThis.ibc = (() => {
diff --git a/src/js/quickListJS.js b/src/js/quickListJS.js
index 9b37d48e85a369d446b8af140291c3435b36025a..ebc5d09ca57774aeebae92fcf0055b7e08769427 100644
--- a/src/js/quickListJS.js
+++ b/src/js/quickListJS.js
@@ -38,8 +38,8 @@ App.UI.quickBtnScrollToHandler = function() {
 		$toElement = $this.attr('data-scroll-to');
 	// note the * 1 enforces $offset to be an integer, without
 	// it we scroll to True, which goes nowhere fast.
-	let $offset = $this.attr('data-scroll-offset') * 1 || 0;
-	let $speed = $this.attr('data-scroll-speed') * 1 || 500;
+	let $offset = parseInt($this.attr('data-scroll-offset') || "0");
+	let $speed = parseInt($this.attr('data-scroll-speed') || "500");
 	// Use javascript scrollTop animation for in page navigation.
 	$('html, body').animate({
 		scrollTop: $($toElement).offset().top + $offset
diff --git a/src/js/relationshipChecks.js b/src/js/relationshipChecks.js
index fddc8c28a34ed4e88318375faa2b0c88fa22cba7..a5969128a77fe284e023db742a749da671204fd5 100644
--- a/src/js/relationshipChecks.js
+++ b/src/js/relationshipChecks.js
@@ -13,7 +13,7 @@ globalThis.rivalryTerm = function(id) {
 };
 
 /**
- * @param {{ relationship: number; }} id
+ * @param {{ relationship: number; pronoun: number; }} id
  * @returns {string}
  */
 globalThis.relationshipTerm = function(id) {
@@ -31,7 +31,7 @@ globalThis.relationshipTerm = function(id) {
 };
 
 /**
- * @param {{ relationship: number; }} id
+ * @param {{ relationship: number; pronoun: number; }} id
  * @returns {string}
  */
 globalThis.relationshipTermShort = function(id) {
@@ -49,7 +49,7 @@ globalThis.relationshipTermShort = function(id) {
 };
 
 /**
- * @param {{ relationship: number; }} id
+ * @param {{ relationship: number; pronoun: number; }} id
  * @returns {string}
  */
 globalThis.PCrelationshipTerm = function(id) {
diff --git a/src/js/releaseRules.js b/src/js/releaseRules.js
index fc55d24556ef48fd0cf4e2f0a3bd002eca8602d6..68d708532c9e13af64d6bf327936f2d4cb0db8d9 100644
--- a/src/js/releaseRules.js
+++ b/src/js/releaseRules.js
@@ -1,7 +1,7 @@
 /**
  * Returns true if two slaves are allowed to have sex according to the rules.
- * @param {App.Entity.SlaveState} slaveA
- * @param {App.Entity.SlaveState} slaveB
+ * @param {FC.HumanState} slaveA
+ * @param {FC.HumanState} slaveB
  * @returns {boolean}
  */
 App.Utils.sexAllowed = function sexAllowed(slaveA, slaveB) {
diff --git a/src/js/removeSlave.js b/src/js/removeSlave.js
index 91e66baba94d90ae6c2985d84c07b5ce7db5abf0..f5db93e4917e0e0f4b50a31196cbf204ae0dfeea 100644
--- a/src/js/removeSlave.js
+++ b/src/js/removeSlave.js
@@ -221,10 +221,10 @@ globalThis.removeSlave = function(slave) {
 				father: slave.father,
 				inbreedingCoeff: slave.inbreedingCoeff
 			};
-			if (V.traitor.ID === slave.ID) {
+			if (V.traitor && V.traitor.ID === slave.ID) {
 				/* To link developing fetuses to their parent */
 				V.traitor.missingParentTag = V.missingParentID;
-			} else if (V.boomerangSlave.ID === slave.ID) {
+			} else if (V.boomerangSlave && V.boomerangSlave.ID === slave.ID) {
 				V.boomerangSlave.missingParentTag = V.missingParentID;
 			}
 			Object.values(V.missingTable).forEach(s => {
diff --git a/src/js/rulesAutosurgery.js b/src/js/rulesAutosurgery.js
index e0fec261a34273bd7e4a73f111ed5e704560eef6..ff72d90892338c0b7424d850e542531da9590200 100644
--- a/src/js/rulesAutosurgery.js
+++ b/src/js/rulesAutosurgery.js
@@ -158,7 +158,7 @@ globalThis.rulesAutosurgery = (function() {
 		/**
 		 *
 		 * @param {string} bodyPart
-		 * @param {!App.RA.NumericTarget} target
+		 * @param {!FC.RA.NumericTarget} target
 		 */
 		function bodyPartSizing(bodyPart, target) {
 			const shallShrink = App.RA.shallShrink(slave[`${bodyPart}Implant`], target);
diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js
index d806f4083fb6f1a5768f838af26fae48867b1ac8..57e039ba0bd7807dd429bb617a5b98eab179c614 100644
--- a/src/js/slaveCostJS.js
+++ b/src/js/slaveCostJS.js
@@ -2084,7 +2084,7 @@ globalThis.FResultArray = (function() {
 		// missing limbs
 		adjustFResult(`Limbs: Missing`, -getLimbCount(slave, 0) * 0.5);
 		// non-sex prosthetics
-		adjustFResult(`Prosthetics: Non Sexual`, -getLimbCount(slave, 102) - getLimbCount(slave, 103) * 0.25);
+		adjustFResult(`Prosthetics: Non Sexual`, -(getLimbCount(slave, 102) - getLimbCount(slave, 103)) * 0.25);
 	}
 
 	/**
diff --git a/src/js/slaveExpenses.js b/src/js/slaveExpenses.js
index 73b7cb5b81ea0d50c72c310e4e22ce6c85883c58..8119ae130c15ec3d445c09ed436ba0d2523f0a12 100644
--- a/src/js/slaveExpenses.js
+++ b/src/js/slaveExpenses.js
@@ -1,7 +1,7 @@
 /**
  * Returns a block that describes an overview of the slave's impact on your reputation and finances in the short term
  * @param {App.Entity.SlaveState} slave
- * @returns {node}
+ * @returns {DocumentFragment}
  */
 globalThis.slaveExpenses = function(slave) {
 	const frag = new DocumentFragment();
@@ -51,7 +51,7 @@ globalThis.slaveExpenses = function(slave) {
 /**
  * Returns a block that describes an overview of the slave's impact on your reputation and finances over the long term
  * @param {App.Entity.SlaveState} slave
- * @returns {node}
+ * @returns {DocumentFragment}
  */
 globalThis.slaveImpactLongTerm = function(slave) {
 	const frag = new DocumentFragment();
@@ -192,7 +192,7 @@ globalThis.slaveImpactLongTerm = function(slave) {
 						div.append(`had no negative effect on your reputation, but `);
 					} else {
 						div.append(`lowered your reputation by `);
-						App.UI.DOM.appendNewElement("span", div, slave.lastWeeksRepExpenses, "red");
+						App.UI.DOM.appendNewElement("span", div, slave.lastWeeksRepExpenses.toString(), "red");
 						div.append(` and `);
 					}
 					div.append(`over ${his} entire time with you, ${he} cost `);
diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index 21a0834732bb822b227b2965885d841ff0fb8a56..3b36deb283c0c831f3e67b10b55c2658157eb1bb 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -778,10 +778,11 @@ App.UI.SlaveSummaryRenderers = function() {
 		 * @returns {void}
 		 */
 		origins: function(slave, c) {
-			const para = helpers.makeParagraph(c);
-			para.classList.add("gray");
-			const pronouns = getPronouns(slave);
-			para.textContent = `${slave.origin.replace(/\$([A-Z]?[a-z]+)/g, (match, cap1) => pronouns[cap1] || match)}`;
+			if (typeof slave.origin === "string") {
+				const para = helpers.makeParagraph(c);
+				para.classList.add("gray");
+				para.textContent = pronounsForSlaveProp(slave, slave.origin);
+			}
 		},
 
 		/**
@@ -829,7 +830,7 @@ App.UI.SlaveSummary = function() {
 	};
 
 	/**
-	 * @returns {App.UI.SlaveSummary.State}
+	 * @returns {FC.UI.SlaveSummary.State}
 	 */
 	function makeNewState() {
 		return {
@@ -864,7 +865,7 @@ App.UI.SlaveSummary = function() {
 	function initDelegates(settingsObj) {
 		try {
 			settingsObj = settingsObj || V.UI.slaveSummary;
-			/** @type {App.UI.SlaveSummary.AbbreviationState} */
+			/** @type {FC.UI.SlaveSummary.AbbreviationState} */
 			const abbrSettings = settingsObj.abbreviation;
 			for (const setting in abbrSettings) {
 				delegates[setting] = delegateForSetting(setting, abbrSettings[setting]);
@@ -902,7 +903,7 @@ App.UI.SlaveSummary = function() {
 	 * @returns {DocumentFragment}
 	 */
 	function render(slave) {
-		/** @type {App.UI.SlaveSummary.AbbreviationState} */
+		/** @type {FC.UI.SlaveSummary.AbbreviationState} */
 		const abbrSettings = V.UI.slaveSummary.abbreviation;
 		const helpers = App.UI.SlaveSummaryImpl.helpers;
 
@@ -942,9 +943,7 @@ App.UI.SlaveSummary = function() {
 		}
 		const RABlock = helpers.makeBlock(para);
 		delegates.rulesets(slave, RABlock);
-		if (slave.origin !== 0) {
-			delegates.origins(slave, res);
-		}
+		delegates.origins(slave, res);
 		return res;
 	}
 
diff --git a/src/js/statsChecker/statsChecker.js b/src/js/statsChecker/statsChecker.js
index a0143692a453ef7452b88604fd24caed328f7bfe..1d6dc69f1a9ed069d0844446a718e8ce142fca4d 100644
--- a/src/js/statsChecker/statsChecker.js
+++ b/src/js/statsChecker/statsChecker.js
@@ -639,7 +639,7 @@ globalThis.canGetPregnant = function(slave) {
 };
 
 /** contraceptives (.preg === -1) do not negate this function
- * @param {App.Entity.SlaveState|App.Entity.PlayerState} slave
+ * @param {FC.HumanState} slave
  * @returns {boolean}
  */
 globalThis.isFertile = function(slave) {
@@ -934,7 +934,7 @@ globalThis.canTalk = function(slave, checkLanguage = true) {
 };
 
 /**
- * @param {App.Entity.SlaveState} slave
+ * @param {FC.HumanState} slave
  * @returns {boolean}
  */
 globalThis.canDoAnal = function(slave) {
@@ -947,7 +947,7 @@ globalThis.canDoAnal = function(slave) {
 };
 
 /**
- * @param {App.Entity.SlaveState} slave
+ * @param {FC.HumanState} slave
  * @returns {boolean}
  */
 globalThis.canDoVaginal = function(slave) {
diff --git a/src/js/storyJS.js b/src/js/storyJS.js
index f975ebf56ebd9e45fb883528ea363b12411b7c77..f4b6d76ecdcd3bb8fe7f207d29ebd8e5de87c5f7 100644
--- a/src/js/storyJS.js
+++ b/src/js/storyJS.js
@@ -455,7 +455,7 @@ globalThis.overpowerCheck = function(slave, PC) {
 
 /**
  * returns array of IDs of all characters who impregnated slave
- * @param {App.Entity.SlaveState} slave
+ * @param {FC.HumanState} slave
  * @returns {number[]}
  */
 globalThis.impregnatedBy = function(slave, genepool=false) {
@@ -475,8 +475,8 @@ globalThis.impregnatedBy = function(slave, genepool=false) {
 
 /**
  * returns true if mother was impregnated by father
- * @param {App.Entity.SlaveState} mother
- * @param {App.Entity.SlaveState} father
+ * @param {FC.HumanState} mother
+ * @param {FC.HumanState} father
  * @returns {boolean}
  */
 globalThis.isImpregnatedBy = function(mother, father, genepool=false) {
diff --git a/src/js/utilsDOM.js b/src/js/utilsDOM.js
index e8fc2a1033753282a251d1c6d230141192ed43ea..e8b63d953cf047d39d4127a0ee981a14ccb41d8c 100644
--- a/src/js/utilsDOM.js
+++ b/src/js/utilsDOM.js
@@ -41,7 +41,7 @@ App.UI.DOM.passageLink = function(linkText, passage, handler, tooltip = '', elem
 /**
  * Returns link element for an assignment
  * @param {App.Entity.SlaveState} slave
- * @param {string} assignment
+ * @param {FC.Assignment} assignment
  * @param {string} [passage] passage to go to
  * @param {assignmentCallback} [action] action that changes slave state. The default one is a call to assignJob()
  * @param {string} [linkText]
@@ -174,7 +174,7 @@ App.UI.DOM.linkReplace = function(linkText, newContent) {
 /**
  * Replaces a given element with the given text or node.
  *
- * @param {HTMLElement|DocumentFragment} el The element to be replaced.
+ * @param {HTMLElement|DocumentFragment|JQuery.Selector} el The element to be replaced.
  * @param {string|HTMLElement|DocumentFragment|function():HTMLElement} newContent The text or node to replace with. Can be a function returning a node.
  *
  * @example
@@ -216,7 +216,7 @@ App.Utils.passageElement = function(passage) {
 };
 
 /**
- * @param {(Node|string)} content
+ * @param {(Node|string)[]} content
  * @returns {DocumentFragment}
  */
 App.UI.DOM.combineNodes = function(...content) {
@@ -226,16 +226,19 @@ App.UI.DOM.combineNodes = function(...content) {
 };
 
 /**
- * @param {string|number} defaultValue
- * @param {function(string):void|function(number):void} onEnter - accepts number if numberOnly = true, otherwise string
+ * @template {string|number} T
+ * @template {WidenLiterals<T>} Value
+ * @param {T} defaultValue
+ * @param {function(Value):void} onEnter - accepts number if numberOnly = true, otherwise string
  * @param {boolean} [numberOnly]
  * @returns {HTMLInputElement}
  */
 App.UI.DOM.makeTextBox = function(defaultValue, onEnter, numberOnly = false) {
 	const input = document.createElement("input");
 	input.type = "text";
-	input.value = defaultValue;
+	input.value = defaultValue.toString();
 
+	/** @type {Parameters<typeof input.addEventListener>[1]} */
 	let updateValue;
 	if (numberOnly) {
 		/*
diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js
index 0577968a447377bdf277d6fe8b99faf9129d4950..36c7c2508c57d23df440646d78458c84b52af218 100644
--- a/src/js/utilsFC.js
+++ b/src/js/utilsFC.js
@@ -912,35 +912,40 @@ As a categorizer
 <<print $cats.muscleCat.cat(_Slave.muscles)>>
 */
 
-globalThis.Categorizer = function() {
-	this.cats = Array.prototype.slice.call(arguments)
-		.filter(function(e, i, a) {
-			return Array.isArray(e) && e.length === 2 && typeof e[0] === "number" && !isNaN(e[0]) &&
-				a.findIndex(function(val) {
-					return e[0] === val[0];
-				}) === i; /* uniqueness test */
-		})
-		.sort(function(a, b) {
-			return b[0] - a[0]; /* reverse sort */
-		});
-};
-
-globalThis.Categorizer.prototype.cat = function(val, def) {
-	let result = def;
-	if (typeof val === "number" && !isNaN(val)) {
-		let foundCat = this.cats.find(function(e) {
-			return val >= e[0];
-		});
-		if (foundCat) {
-			result = foundCat[1];
+globalThis.Categorizer = class {
+	/**
+	 * @param  {...[]} pairs
+	 */
+	constructor(...pairs) {
+		this.cats = Array.prototype.slice.call(pairs)
+			.filter(function(e, i, a) {
+				return Array.isArray(e) && e.length === 2 && typeof e[0] === "number" && !isNaN(e[0]) &&
+					a.findIndex(function(val) {
+						return e[0] === val[0];
+					}) === i; /* uniqueness test */
+			})
+			.sort(function(a, b) {
+				return b[0] - a[0]; /* reverse sort */
+			});
+	}
+
+	cat(val, def) {
+		let result = def;
+		if (typeof val === "number" && !isNaN(val)) {
+			let foundCat = this.cats.find(function(e) {
+				return val >= e[0];
+			});
+			if (foundCat) {
+				result = foundCat[1];
+			}
 		}
+		// Record the value for the result's getter, if it is an object
+		// and doesn't have the property yet
+		if (typeof result === "object" && !isNaN(result)) {
+			result.value = val;
+		}
+		return result;
 	}
-	// Record the value for the result's getter, if it is an object
-	// and doesn't have the property yet
-	if (typeof result === "object" && !isNaN(result)) {
-		result.value = val;
-	}
-	return result;
 };
 
 /**
@@ -1307,7 +1312,7 @@ globalThis.massFormat = function(s) {
 	if (!s) {
 		s = 0;
 	}
-	if (s >= 1000) {
+	if (Math.abs(s) >= 1000) {
 		s = Math.trunc(s / 1000);
 		if (s !== 1) {
 			return `${num(s)} tons`;
@@ -2804,28 +2809,30 @@ globalThis.randomRapeRivalryTarget = function(slave, predicate) {
 	return arr.find(predicate);
 };
 
+
+/** @typedef {object} getBestSlavesParams
+ * @property {string|function(App.Entity.SlaveState): number} part slave object property or custom function
+ * @property {number} [count] number of slaves to return
+ * @property {boolean} [largest] should it search for the biggest or smallest value
+ * @property {function(App.Entity.SlaveState): boolean} [filter] filter out undesired slaves
+*/
+
 /**
- * @param {object} params
- * @param {string|function(App.Entity.SlaveState): number} params.part slave object property or custom function
- * @param {number} [params.count] number of slaves to return
- * @param {boolean} [params.largest] should it search for the biggest or smallest value
- * @param {function(App.Entity.SlaveState): boolean} [params.filter] filter out undesired slaves
+ * @param {getBestSlavesParams} params
  * @returns {App.Entity.SlaveState[]} sorted from best to worst
  */
-globalThis.getBestSlaves = function({part, count = 3, largest = true, filter = (() => true)} = {}) {
-	if (!_.isFunction(part)) {
-		const partName = part;
-		part = (slave) => slave[partName];
-	}
+globalThis.getBestSlaves = function({part, count = 3, largest = true, filter = (() => true)}) {
+	const partCB = _.isFunction(part) ? part :  (slave) => slave[part];
+
 	const sortMethod = largest ? (left, right) => right.value - left.value : (left, right) => left.value - right.value;
 	return V.slaves.filter(slave => filter(slave))
-		.map(slave => ({slave, value: part(slave)}))
+		.map(slave => ({slave, value: partCB(slave)}))
 		.sort(sortMethod)
 		.slice(0, count)
 		.map(slaveInfo => slaveInfo.slave);
 };
 /**
- * @param {{}} info see getBestSlaves()
+ * @param {getBestSlavesParams} info
  * @returns {number[]}
  */
 globalThis.getBestSlavesIDs = function(info) {
@@ -3035,3 +3042,11 @@ App.Utils.masterSuiteAverages = (function() {
 		};
 	};
 })();
+
+App.Utils.schoolCounter = function() {
+	return App.Data.misc.schools.filter(s => V[s].schoolPresent).length;
+};
+
+App.Utils.schoolFailure = function() {
+	return App.Data.misc.schools.find(s => V[s].schoolPresent && V[s].schoolProsperity <= -10);
+};
diff --git a/src/js/utilsSC.js b/src/js/utilsSC.js
index 6f8753fba5dd6d8c8a1a962ff854e2c1ca462bb9..4f6dbc49351cf5a649edb4f3eae7fadd7ffecfe7 100644
--- a/src/js/utilsSC.js
+++ b/src/js/utilsSC.js
@@ -127,7 +127,7 @@ App.UI.tabBar = function() {
 
 	function openTab(evt, tabName) {
 		/* var passage = passage().trim().replace(/ /g,"+");*/
-		const tabcontent = document.getElementsByClassName("tab-content");
+		const tabcontent = /** @type {HTMLCollectionOf<HTMLElement>}*/(document.getElementsByClassName("tab-content"));
 		for (let i = 0; i < tabcontent.length; i++) {
 			tabcontent[i].style.display = "none";
 		}
@@ -211,7 +211,7 @@ App.UI.tabBar = function() {
 		function selectTab() {
 			let tabBtn = document.getElementById(`tab ${selectedTab}`);
 			if (!tabBtn) {
-				tabBtn = document.getElementsByClassName('tab-links').item(0);
+				tabBtn = /** @type {HTMLElement}*/(document.getElementsByClassName('tab-links').item(0));
 			}
 			if (tabBtn) {
 				tabBtn.click();
diff --git a/src/js/vignettes.js b/src/js/vignettes.js
index 2df61b24ecbbaaf5e70b25fc73250ed6597e4366..b706a14be5bb563d826b4aad30d189d5b0d539c4 100644
--- a/src/js/vignettes.js
+++ b/src/js/vignettes.js
@@ -1868,9 +1868,9 @@ globalThis.GetVignette = function(slave) {
 			}
 		}
 		if (V.arcologies[0].FSNeoImperialist !== "unset") {
-			if (slave.face > 60 && slave.height >= 175) {
+			if (slave.face > 60) {
 				vignettes.push({
-					text: `${he} received extra attention from one of your Barons who claimed ${him} to be 'Fair enough for a Noble's eyes',`,
+					text: `${he} received extra attention from one of your Barons who claimed ${him} to be 'fair enough for a Noble's eyes' and paid extra,`,
 					type: "cash",
 					effect: 1,
 				});
@@ -3761,6 +3761,13 @@ globalThis.GetVignette = function(slave) {
 					effect: 1,
 				});
 			}
+			if (V.arcologies[0].FSNeoImperialist !== "unset") {
+				vignettes.push({
+					text: `a street preacher arguing that your new Imperium is the natural evolution of Western society after the collapse of the old world attracted a large crowd near ${him},`,
+					type: "rep",
+					effect: 1,
+				});
+			}
 			if (V.arcologies[0].FSAztecRevivalist !== "unset") {
 				vignettes.push({
 					text: `a street preacher arguing that your new religion was the natural theological evolution of Aztec mythology attracted a large crowd near ${him},`,
@@ -3845,6 +3852,15 @@ globalThis.GetVignette = function(slave) {
 				});
 			}
 		}
+		if (V.arcologies[0].FSNeoImperialist !== "unset") {
+			if (slave.face > 60) {
+				vignettes.push({
+					text: `${he} received extra attention from one of your Barons who claimed ${him} to be 'fair enough for a Noble's eyes' and praised you for raising such fine slaves,`,
+					type: "rep",
+					effect: 1,
+				});
+			}
+		}
 		if (V.arcologies[0].FSAztecRevivalist !== "unset") {
 			if (slave.devotion > 75 && slave.intelligence + slave.intelligenceImplant > 50) {
 				vignettes.push({
diff --git a/src/js/wombJS.js b/src/js/wombJS.js
index e17d8f955c8ccdc082baa9695465eba88fae4dfe..4b289e49bff3d0a8634f3c4f2a1ea7a8f71d2de4 100644
--- a/src/js/wombJS.js
+++ b/src/js/wombJS.js
@@ -23,7 +23,10 @@ $slave.bellyPreg = WombGetVolume($slave) - return double, with current womb volu
 
 */
 
-// Init womb system.
+/**
+ * Init womb system.
+ * @param {FC.HumanState} actor
+ */
 globalThis.WombInit = function(actor) {
 	let i;
 
@@ -104,25 +107,34 @@ globalThis.WombInit = function(actor) {
 	});
 };
 
+/**
+ *
+ * @param {FC.HumanState} actor
+ * @param {number} fCount
+ * @param {number} fatherID
+ * @param {number} age
+ * @param {App.Entity.SlaveState} [surrogate]
+ */
 globalThis.WombImpregnate = function(actor, fCount, fatherID, age, surrogate) {
 	let i;
-	let tf;
 	for (i = 0; i < fCount; i++) {
-		tf = {}; // new Object
-		tf.age = age; // initial age
-		tf.realAge = 1; // initial real age (first week in mother)
-		tf.fatherID = fatherID; // We can store who is father too.
-		tf.volume = 1; // Initial, to create property. Updated with actual data after WombGetVolume call.
-		tf.reserve = ""; // Initial, to create property. Used later to mark if this child is to be kept.
-		tf.identical = 0; // Initial, to create property. Updated with actual data during fetalSplit call.
-		tf.splitted = 0; // marker for already splitted fetus.
+		/** @type {FC.Fetus} */
+		const tf = {
+			ID: generateNewID(),
+			age: age, // initial age
+			realAge: 1, // initial real age (first week in mother)
+			fatherID: fatherID, // We can store who is father too.
+			volume: 1, // Initial, to create property. Updated with actual data after WombGetVolume call.
+			reserve: "", // Initial, to create property. Used later to mark if this child is to be kept.
+			identical: 0, // Initial, to create property. Updated with actual data during fetalSplit call.
+			splitted: 0, // marker for already splitted fetus.
+			motherID: surrogate ? surrogate.ID : actor.ID // Initial biological mother ID setup.
+		};
 		if (surrogate) {
-			tf.motherID = surrogate.ID; // Initial biological mother ID setup.
 			if (actor.eggType === "human") {
 				tf.genetics = generateGenetics(surrogate, fatherID, i + 1); // Stored genetic information.
 			}
 		} else {
-			tf.motherID = actor.ID; // Initial biological mother ID setup.
 			if (actor.eggType === "human") {
 				tf.genetics = generateGenetics(actor, fatherID, i + 1); // Stored genetic information.
 			}
@@ -151,20 +163,20 @@ globalThis.WombSurrogate = function(actor, fCount, mother, fatherID, age) {
 
 globalThis.WombImpregnateClone = function(actor, fCount, mother, motherOriginal, age) {
 	let i;
-	let tf;
 	for (i = 0; i < fCount; i++) {
-		tf = {}; // new Object
-		tf.age = age; // initial age
-		tf.realAge = 1; // initial real age (first week in mother)
-		tf.fatherID = mother.ID; // We can store who is father too.
-		tf.volume = 1; // Initial, to create property. Updated with actual data after WombGetVolume call.
-		tf.reserve = ""; // Initial, to create property. Used later to mark if this child is to be kept.
-		tf.identical = 0; // Initial, to create property. Updated with actual data during fetalSplit call.
-		tf.splitted = 0; // marker for already splitted fetus.
-		tf.motherID = mother.ID; // Initial biological mother ID setup.
-		tf.genetics = generateGenetics(mother, mother.ID, i + 1); // Stored genetic information.
-		tf.ID = generateNewID();
-
+		/** @type {FC.Fetus} */
+		const tf = {
+			ID: generateNewID(),
+			age: age, // initial age
+			realAge: 1, // initial real age (first week in mother)
+			fatherID: mother.ID, // We can store who is father too.
+			volume: 1, // Initial, to create property. Updated with actual data after WombGetVolume call.
+			reserve: "", // Initial, to create property. Used later to mark if this child is to be kept.
+			identical: 0, // Initial, to create property. Updated with actual data during fetalSplit call.
+			splitted: 0, // marker for already splitted fetus.
+			motherID: mother.ID, // Initial biological mother ID setup.
+			genetics: generateGenetics(mother, mother.ID, i + 1) // Stored genetic information.
+		};
 		// set up common relatives for the slave and her clone
 		setMissingParents(mother);
 
@@ -638,20 +650,21 @@ globalThis.WombSort = function(actor) {
 
 // now function work with chance. Literary we give it "one from X" as chance.
 globalThis.fetalSplit = function(actor, chance) {
-	let nft;
-
 	actor.womb.forEach(function(s) {
 		if ((jsRandom(1, chance) >= chance) && s.splitted !== 1) {
-			nft = {};
-			nft.age = s.age;
-			nft.realAge = s.realAge;
-			nft.fatherID = s.fatherID;
-			nft.motherID = s.motherID;
-			nft.volume = s.volume;
-			nft.reserve = ""; // splitted fetus is new separate, reserve - it's not genetic to split.
-			nft.genetics = clone(s.genetics);
+			/** @type {FC.Fetus} */
+			const nft = {
+				ID: generateNewID(),
+				age: s.age,
+				realAge: s.realAge,
+				fatherID: s.fatherID,
+				motherID: s.motherID,
+				volume: s.volume,
+				reserve: "", // splitted fetus is new separate, reserve - it's not genetic to split.
+				genetics: clone(s.genetics),
+				identical: 1 // this is marker that this fetus has at least one twin.
+			};
 			s.splitted = 1; // this is marker that this is already splitted fetus (to not split second time in loop), only source fetus needed it.
-			nft.identical = 1; // this is marker that this fetus has at least one twin.
 			s.identical = 1; // this is marker that this fetus has at least one twin.
 
 			if (s.twinID === "" || s.twinID === undefined) {
diff --git a/src/markets/marketUI.js b/src/markets/marketUI.js
index 616a927c9076ccaca9d93ddad56c1b1b7f5236b9..cd1f12d163420ec598359add4b51781c0cecc332 100644
--- a/src/markets/marketUI.js
+++ b/src/markets/marketUI.js
@@ -141,7 +141,7 @@ App.Markets.purchaseFramework = function(slaveMarket, {sTitleSingular = "slave",
 		return el;
 
 		function student() {
-			if ([App.Data.misc.schools].includes(slaveMarket)) {
+			if (App.Data.misc.schools.includes(slaveMarket)) {
 				V[slaveMarket].schoolSale = 0;
 				V[slaveMarket].studentsBought += 1;
 			}
diff --git a/src/markets/specificMarkets/customSlave.tw b/src/markets/specificMarkets/customSlave.tw
deleted file mode 100644
index 178b7e16d8e6dceea8bf8d9c952c3367198dd201..0000000000000000000000000000000000000000
--- a/src/markets/specificMarkets/customSlave.tw
+++ /dev/null
@@ -1,1360 +0,0 @@
-:: Custom Slave [nobr]
-
-<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $encyclopedia = "Kidnapped Slaves">>
-
-<<setAssistantPronouns>>
-
-<<if $customSlaveOrdered == 0>>You work up a new slave order for posting where slave merchants can work to fulfill it.<<else>>You review your posted slave order.<</if>> <<if $assistant.personality == 1>>As you work, $assistant.name makes lewd comments about what _heA looks forward to doing to this new slave. <</if>>Your order requests a slave with the following characteristics:
-
-<br><br>
-
-<span id = "age">
-<<if $customSlave.age < 3>>2-3 years old.
-<<elseif $customSlave.age < 5>>3-4 years old.
-<<elseif $customSlave.age < 7>>5-6 years old.
-<<elseif $customSlave.age < 10>>7-9 years old.
-<<elseif $customSlave.age < 13>>10-12 years old.
-<<elseif $customSlave.age < 15>>13-14 years old.
-<<elseif $customSlave.age < 18>>15-17 years old.
-<<elseif $customSlave.age < 20>>18-19 years old.
-<<elseif $customSlave.age < 25 && $retirementAge >= 25>>20-24 years old.
-<<elseif $customSlave.age < 25 && $retirementAge >= 20>>20+ years old.
-<<elseif $customSlave.age < 30 && $retirementAge >= 30>>25-29 years old.
-<<elseif $customSlave.age < 30 && $retirementAge >= 25>>25+ years old.
-<<elseif $customSlave.age < 40 && $retirementAge >= 40>>30-39 years old.
-<<elseif $customSlave.age < 40 && $retirementAge >= 30>>30+ years old.
-<<elseif $customSlave.age < 50 && $retirementAge >= 50>>40-49 years old.
-<<elseif $customSlave.age < 50 && $retirementAge >= 40>>40+ years old.
-<<elseif $customSlave.age < 60 && $retirementAge >= 60>>50-59 years old.
-<<elseif $customSlave.age < 60 && $retirementAge >= 50>>50+ years old.
-<<elseif $customSlave.age < 70 && $retirementAge >= 70>>60-69 years old.
-<<elseif $customSlave.age < 70 && $retirementAge >= 60>>60+ years old.
-<<elseif $customSlave.age < 80 && $retirementAge >= 80>>70-79 years old.
-<<elseif $customSlave.age < 80 && $retirementAge >= 70>>70+ years old.
-<<elseif $customSlave.age < 90 && $retirementAge >= 90>>80-89 years old.
-<<elseif $customSlave.age < 90 && $retirementAge >= 80>>80+ years old.
-<<elseif $customSlave.age < 100 && $retirementAge >= 100>>90-99 years old.
-<<elseif $customSlave.age < 100 && $retirementAge >= 90>>90+ years old.
-<<elseif $customSlave.age < 110 && $retirementAge >= 110>>100-109 years old.
-<<elseif $customSlave.age < 110 && $retirementAge >= 100>>100+ years old.
-<<elseif $customSlave.age < 120 && $retirementAge >= 120>>110-119 years old.
-<<elseif $customSlave.age < 120 && $retirementAge >= 110>>110+ years old.
-<<elseif $customSlave.age < 130 && $retirementAge >= 130>>120-129 years old.
-<<elseif $customSlave.age < 130 && $retirementAge >= 120>>120+ years old.
-<<else>>130+ years old.
-<</if>>
-</span>
-<<if $minimumSlaveAge >= 0 && $minimumSlaveAge <= 2>>
-<<link "2-">>
-	<<set $customSlave.age = 2>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $minimumSlaveAge <= 3>>
-<<link "3-4">>
-	<<set $customSlave.age = 4>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $minimumSlaveAge <= 5>>
-<<link "5-6">>
-	<<set $customSlave.age = 6>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $minimumSlaveAge <= 7>>
-<<link "7-9">>
-	<<set $customSlave.age = 9>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $minimumSlaveAge <= 10>>
-<<link "10-12">>
-	<<set $customSlave.age = 12>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $minimumSlaveAge <= 13>>
-<<link "13-14">>
-	<<set $customSlave.age = 14>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $minimumSlaveAge <= 15>>
-<<link "15-17">>
-	<<set $customSlave.age = 17>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $minimumSlaveAge <= 18>>
-<<link "18-19">>
-	<<set $customSlave.age = 19>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<</if>>
-<<if $retirementAge >= 25>>
-<<link "20-24">>
-	<<set $customSlave.age = 24>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 20>>
-<<link "20+">>
-	<<set $customSlave.age = 20>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 30>>
-<<link "25-29">>
-	<<set $customSlave.age = 29>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 25>>
-<<link "25+">>
-	<<set $customSlave.age = 25>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 40>>
-<<link "30-39">>
-	<<set $customSlave.age = 39>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 30>>
-<<link "30+">>
-	<<set $customSlave.age = 30>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 50>>
-<<link "40-49">>
-	<<set $customSlave.age = 49>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 40>>
-<<link "40+">>
-	<<set $customSlave.age = 40>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 60>>
-<<link "50-59">>
-	<<set $customSlave.age = 59>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 50>>
-<<link "50+">>
-	<<set $customSlave.age = 50>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 70>>
-<<link "60-69">>
-	<<set $customSlave.age = 69>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 60>>
-<<link "60+">>
-	<<set $customSlave.age = 60>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 80>>
-<<link "70-79">>
-	<<set $customSlave.age = 79>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 70>>
-<<link "70+">>
-	<<set $customSlave.age = 70>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 90>>
-<<link "80-89">>
-	<<set $customSlave.age = 89>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 80>>
-<<link "80+">>
-	<<set $customSlave.age = 80>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 100>>
-<<link "90-99">>
-	<<set $customSlave.age = 99>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 90>>
-<<link "90+">>
-	<<set $customSlave.age = 90>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 110>>
-<<link "100-109">>
-	<<set $customSlave.age = 109>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 100>>
-<<link "100+">>
-	<<set $customSlave.age = 100>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 120>>
-<<link "110-119">>
-	<<set $customSlave.age = 119>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 110>>
-<<link "110+">>
-	<<set $customSlave.age = 110>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 130>>
-<<link "120-129">>
-	<<set $customSlave.age = 129>>
-	<<CustomSlaveAge>>
-<</link>>
-|
-<<elseif $retirementAge >= 120>>
-<<link "120+">>
-	<<set $customSlave.age = 120>>
-	<<CustomSlaveAge>>
-<</link>>
-<<else>>
-<</if>>
-<<if $retirementAge >= 130>>
-<<link "130+">>
-	<<set $customSlave.age = 130>>
-	<<CustomSlaveAge>>
-<</link>>
-<</if>>
-
-<br>
-
-<span id = "health">
-<<if $customSlave.health == 0>>Healthy.
-<<else>>Extremely healthy.
-<</if>>
-</span>
-<<link "Healthy">>
-	<<set $customSlave.health = 0>>
-	<<CustomSlaveHealth>>
-<</link>>
-|
-<<link "Extremely healthy">>
-	<<set $customSlave.health = 1>>
-	<<CustomSlaveHealth>>
-<</link>>
-
-<br>
-
-<span id = "muscles">
-<<if $customSlave.muscles > 95>>
-	Ripped.
-<<elseif $customSlave.muscles > 50>>
-	Muscular.
-<<elseif $customSlave.muscles > 30>>
-	Well built.
-<<elseif $customSlave.muscles > 5>>
-	Toned.
-<<elseif $customSlave.muscles > -6>>
-	Soft.
-<<elseif $customSlave.muscles > -31>>
-	Weak.
-<<elseif $customSlave.muscles > -96>>
-	Very weak.
-<<else>>
-	Frail.
-<</if>>
-</span>
-<<link "Frail">>
-	<<set $customSlave.muscles = -97>>
-	<<CustomSlaveMuscles>>
-<</link>>
-|
-<<link "Very weak">>
-	<<set $customSlave.muscles = -51>>
-	<<CustomSlaveMuscles>>
-<</link>>
-|
-<<link "Weak">>
-	<<set $customSlave.muscles = -21>>
-	<<CustomSlaveMuscles>>
-<</link>>
-|
-<<link "Normal">>
-	<<set $customSlave.muscles = 0>>
-	<<CustomSlaveMuscles>>
-<</link>>
-|
-<<link "Toned">>
-	<<set $customSlave.muscles = 20>>
-	<<CustomSlaveMuscles>>
-<</link>>
-|
-<<link "Well built">>
-	<<set $customSlave.muscles = 45>>
-	<<CustomSlaveMuscles>>
-<</link>>
-|
-<<link "Muscular">>
-	<<set $customSlave.muscles = 65>>
-	<<CustomSlaveMuscles>>
-<</link>>
-|
-<<link "Ripped">>
-	<<set $customSlave.muscles = 96>>
-	<<CustomSlaveMuscles>>
-<</link>>
-
-<br>
-
-<span id = "lips">
-<<if $customSlave.lips <= 10>>Thin lips.
-<<elseif $customSlave.lips <= 20>>Normal lips.
-<<elseif $customSlave.lips <= 40>>Plush lips.
-<<elseif $customSlave.lips <= 70>>Big lips.
-<<elseif $customSlave.lips <= 95>>Huge lips.
-<<else>>Facepussy.
-<</if>>
-</span>
-<<link "Thin">>
-	<<set $customSlave.lips = 5>>
-	<<CustomSlaveLips>>
-<</link>>
-|
-<<link "Normal">>
-	<<set $customSlave.lips = 15>>
-	<<CustomSlaveLips>>
-<</link>>
-|
-<<link "Plush">>
-	<<set $customSlave.lips = 35>>
-	<<CustomSlaveLips>>
-<</link>>
-|
-<<link "Big">>
-	<<set $customSlave.lips = 65>>
-	<<CustomSlaveLips>>
-<</link>>
-|
-<<link "Enormous">>
-	<<set $customSlave.lips = 85>>
-	<<CustomSlaveLips>>
-<</link>>
-|
-<<link "Facepussy">>
-	<<set $customSlave.lips = 100>>
-	<<CustomSlaveLips>>
-<</link>>
-
-<br>
-
-<span id = "voice">
-<<if $customSlave.voice == 3>>High, girly voice.
-<<elseif $customSlave.voice == 2>>Feminine voice.
-<<elseif $customSlave.voice == 1>>Deep voice.
-<<elseif $customSlave.voice == 0>>Mute.
-<<else>>Voice is unimportant.
-<</if>>
-</span>
-<<link "High, girly voice">>
-	<<set $customSlave.voice = 3>>
-	<<CustomSlaveVoice>>
-<</link>>
-|
-<<link "Feminine voice">>
-	<<set $customSlave.voice = 2>>
-	<<CustomSlaveVoice>>
-<</link>>
-|
-<<link "Deep voice">>
-	<<set $customSlave.voice = 1>>
-	<<CustomSlaveVoice>>
-<</link>>
-|
-<<link "Mute">>
-	<<set $customSlave.voice = 0>>
-	<<CustomSlaveVoice>>
-<</link>>
-|
-<<link "Voice is unimportant">>
-	<<set $customSlave.voice = -1>>
-	<<CustomSlaveVoice>>
-<</link>>
-
-<br>
-
-<span id = "height">
-<<if $customSlave.heightMod == "greatly below average">>Petite.
-<<elseif $customSlave.heightMod == "below average">>Short.
-<<elseif $customSlave.heightMod == "normal">>Average height.
-<<elseif $customSlave.heightMod == "above average">>Tall.
-<<else>>Very tall.
-<</if>>
-</span>
-<<link "Petite">>
-	<<set $customSlave.heightMod = "greatly below average">>
-	<<CustomSlaveHeight>>
-<</link>>
-|
-<<link "Short">>
-	<<set $customSlave.heightMod = "below average">>
-	<<CustomSlaveHeight>>
-<</link>>
-|
-<<link "Average height">>
-	<<set $customSlave.heightMod = "normal">>
-	<<CustomSlaveHeight>>
-<</link>>
-|
-<<link "Tall">>
-	<<set $customSlave.heightMod = "above average">>
-	<<CustomSlaveHeight>>
-<</link>>
-|
-<<link "Very tall">>
-	<<set $customSlave.heightMod = "greatly above average">>
-	<<CustomSlaveHeight>>
-<</link>>
-
-<br>
-
-<span id = "weight">
-<<if $customSlave.weight == -50>>Very thin.
-<<elseif $customSlave.weight == -15>>Thin.
-<<elseif $customSlave.weight == 0>>Average weight.
-<<elseif $customSlave.weight == 15>>Plush.
-<<elseif $customSlave.weight == 50>>Chubby.
-<<elseif $customSlave.weight == 100>>Fat.
-<<elseif $customSlave.weight == 150>>Very Fat.
-<<else>>Immobile.
-<</if>>
-</span>
-<<link "Very thin">>
-	<<set $customSlave.weight = -50>>
-	<<CustomSlaveWeight>>
-<</link>>
-|
-<<link "Thin">>
-	<<set $customSlave.weight = -15>>
-	<<CustomSlaveWeight>>
-<</link>>
-|
-<<link "Average">>
-	<<set $customSlave.weight = 0>>
-	<<CustomSlaveWeight>>
-<</link>>
-|
-<<link "Plush">>
-	<<set $customSlave.weight = 15>>
-	<<CustomSlaveWeight>>
-<</link>>
-|
-<<link "Chubby">>
-	<<set $customSlave.weight = 50>>
-	<<CustomSlaveWeight>>
-<</link>>
-|
-<<link "Fat">>
-	<<set $customSlave.weight = 100>>
-	<<CustomSlaveWeight>>
-<</link>>
-|
-<<link "Very Fat">>
-	<<set $customSlave.weight = 150>>
-	<<CustomSlaveWeight>>
-<</link>>
-|
-<<link "Immobile">>
-	<<set $customSlave.weight = 200>>
-	<<CustomSlaveWeight>>
-<</link>>
-
-<br>
-
-<span id = "face">
-<<if $customSlave.face < -40>>Very unattractive face.
-<<elseif $customSlave.face < -10>>Unattractive face.
-<<elseif $customSlave.face <= 10>>Average face.
-<<elseif $customSlave.face <= 40>>Attractive face.
-<<else>>Very attractive face.
-<</if>>
-</span>
-<<link "Very unattractive">>
-	<<set $customSlave.face = -55>>
-	<<CustomSlaveFace>>
-<</link>>
-|
-<<link "Unattractive">>
-	<<set $customSlave.face = -15>>
-	<<CustomSlaveFace>>
-<</link>>
-|
-<<link "Average">>
-	<<set $customSlave.face = 0>>
-	<<CustomSlaveFace>>
-<</link>>
-|
-<<link "Attractive">>
-	<<set $customSlave.face = 15>>
-	<<CustomSlaveFace>>
-<</link>>
-|
-<<link "Very attractive">>
-	<<set $customSlave.face = 55>>
-	<<CustomSlaveFace>>
-<</link>>
-
-<br>
-
-Ethnicity: <span id = "ethnicity">
-<<textbox "$customSlave.race" $customSlave.race "Custom Slave">>
-</span>
-<<link "White">>
-	<<set $customSlave.race = "white">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Asian">>
-	<<set $customSlave.race = "asian">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Latina">>
-	<<set $customSlave.race = "latina">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Middle Eastern">>
-	<<set $customSlave.race = "middle eastern">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Black">>
-	<<set $customSlave.race = "black">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Semitic">>
-	<<set $customSlave.race = "semitic">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Southern European">>
-	<<set $customSlave.race = "southern european">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Indo-Aryan">>
-	<<set $customSlave.race = "indo-aryan">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Amerindian">>
-	<<set $customSlave.race = "amerindian">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Pacific Islander">>
-	<<set $customSlave.race = "pacific islander">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Malay">>
-	<<set $customSlave.race = "malay">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Mixed Race">>
-	<<set $customSlave.race = "mixed race">>
-	<<CustomSlaveRace>>
-<</link>>
-|
-<<link "Ethnicity is unimportant">>
-	<<set $customSlave.race = "ethnicity is unimportant">>
-	<<CustomSlaveRace>>
-<</link>>
-
-<br>
-
-Skin tone: <span id = "skin">
-<<textbox "$customSlave.skin" $customSlave.skin "Custom Slave">>
-</span>
-<<link "Pure White">>
-	<<set $customSlave.skin = "pure white">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Ivory">>
-	<<set $customSlave.skin = "ivory">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "White">>
-	<<set $customSlave.skin = "white">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Extremely Pale">>
-	<<set $customSlave.skin = "extremely pale">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Very Pale">>
-	<<set $customSlave.skin = "very pale">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Pale">>
-	<<set $customSlave.skin = "pale">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Extremely Fair">>
-	<<set $customSlave.skin = "extremely fair">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Very Fair">>
-	<<set $customSlave.skin = "very fair">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Fair">>
-	<<set $customSlave.skin = "fair">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Light">>
-	<<set $customSlave.skin = "light">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Light Olive">>
-	<<set $customSlave.skin = "light olive">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Tan">>
-	<<set $customSlave.skin = "tan">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Olive">>
-	<<set $customSlave.skin = "olive">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Bronze">>
-	<<set $customSlave.skin = "bronze">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Dark Olive">>
-	<<set $customSlave.skin = "dark olive">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Dark">>
-	<<set $customSlave.skin = "dark">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Light Beige">>
-	<<set $customSlave.skin = "light beige">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Beige">>
-	<<set $customSlave.skin = "beige">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Dark Beige">>
-	<<set $customSlave.skin = "dark beige">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Light Brown">>
-	<<set $customSlave.skin = "light brown">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Brown">>
-	<<set $customSlave.skin = "brown">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Dark Brown">>
-	<<set $customSlave.skin = "dark brown">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Black">>
-	<<set $customSlave.skin = "black">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Ebony">>
-	<<set $customSlave.skin = "ebony">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Pure Black">>
-	<<set $customSlave.skin = "pure black">>
-	<<CustomSlaveSkin>>
-<</link>>
-|
-<<link "Left natural">>
-	<<set $customSlave.skin = "left natural">>
-	<<CustomSlaveSkin>>
-<</link>>
-
-<br>
-
-<span id = "boobs">
-<<if $customSlave.boobs == 200>>Flat chest.
-<<elseif $customSlave.boobs <= 500>>Healthy breasts.
-<<elseif $customSlave.boobs <= 800>>Big breasts.
-<<elseif $customSlave.boobs <= 1400>>Huge breasts.
-<<elseif $customSlave.boobs <= 2100>>Giant breasts.
-<<else>>Massive breasts.
-<</if>>
-</span>
-<<link "Flat">>
-	<<set $customSlave.boobs = 200>>
-	<<CustomSlaveBoobs>>
-<</link>>
-|
-<<link "Healthy">>
-	<<set $customSlave.boobs = 500>>
-	<<CustomSlaveBoobs>>
-<</link>>
-|
-<<link "Big">>
-	<<set $customSlave.boobs = 800>>
-	<<CustomSlaveBoobs>>
-<</link>>
-|
-<<link "Huge">>
-	<<set $customSlave.boobs = 1400>>
-	<<CustomSlaveBoobs>>
-<</link>>
-|
-<<link "Giant">>
-	<<set $customSlave.boobs = 2100>>
-	<<CustomSlaveBoobs>>
-<</link>>
-|
-<<link "Massive">>
-	<<set $customSlave.boobs = 6000>>
-	<<CustomSlaveBoobs>>
-<</link>>
-
-<br>
-
-<span id = "butt">
-<<if $customSlave.butt == 1>>Flat buttocks.
-<<elseif $customSlave.butt < 4>>Healthy buttocks.
-<<elseif $customSlave.butt < 6>>Huge buttocks.
-<<else>>Massive buttocks.
-<</if>>
-</span>
-<<link "Flat">>
-	<<set $customSlave.butt = 1>>
-	<<CustomSlaveButt>>
-<</link>>
-|
-<<link "Healthy">>
-	<<set $customSlave.butt = 3>>
-	<<CustomSlaveButt>>
-<</link>>
-|
-<<link "Huge">>
-	<<set $customSlave.butt = 5>>
-	<<CustomSlaveButt>>
-<</link>>
-|
-<<link "Massive">>
-	<<set $customSlave.butt = 8>>
-	<<CustomSlaveButt>>
-<</link>>
-
-<br>
-
-<span id = "sex">
-<<if $customSlave.sex == 1>>Female (cock & balls options not applied).
-<<elseif $customSlave.sex == 2>>Male (pussy options not applied).
-<<else>>Futanari (clit options not applied).
-<</if>>
-</span>
-<<link "Female">>
-	<<set $customSlave.sex = 1>>
-	<<CustomSlaveSex>>
-<</link>>
-|
-<<link "Male">>
-	<<set $customSlave.sex = 2>>
-	<<CustomSlaveSex>>
-<</link>>
-|
-<<link "Both">>
-	<<set $customSlave.sex = 3>>
-	<<CustomSlaveSex>>
-<</link>>
-
-<br>
-
-<span id = "virgin">
-<<if $customSlave.virgin == 0>>Vaginal virgin.
-<<else>>Virginity not important.
-<</if>>
-</span>
-<<link "Vaginal virgin">>
-	<<set $customSlave.virgin = 0>>
-	<<CustomSlaveVirgin>>
-<</link>>
-|
-<<link "Not Important">>
-	<<set $customSlave.virgin = 1>>
-	<<CustomSlaveVirgin>>
-<</link>>
-
-<br>
-<<if $seeDicks > 0>>
-<span id = "dick">
-<<if $customSlave.dick == 0>>No penis.
-<<elseif $customSlave.dick == 2>>Small penis.
-<<else>>Large penis.
-<</if>>
-</span>
-<<link "No penis">>
-	<<set $customSlave.dick = 0>>
-	<<CustomSlaveDick>>
-<</link>>
-|
-<<link "Small penis">>
-	<<set $customSlave.dick = 2>>
-	<<CustomSlaveDick>>
-<</link>>
-|
-<<link "Large penis">>
-	<<set $customSlave.dick = 4>>
-	<<CustomSlaveDick>>
-<</link>>
-<</if>>
-<br>
-
-<span id = "balls">
-<<if $customSlave.balls == 0>>No testicles.
-<<elseif $customSlave.balls == 2>>Small testicles.
-<<elseif $customSlave.balls == 4>>Large testicles.
-<<else>>Huge Balls.
-<</if>>
-</span>
-<<link "No testicles">>
-	<<set $customSlave.balls = 0>>
-	<<CustomSlaveBalls>>
-<</link>>
-|
-<<link "Small testicles">>
-	<<set $customSlave.balls = 2>>
-	<<CustomSlaveBalls>>
-<</link>>
-|
-<<link "Large testicles">>
-	<<set $customSlave.balls = 4>>
-	<<CustomSlaveBalls>>
-<</link>>
-|
-<<link "huge testicles">>
-	<<set $customSlave.balls = 6>>
-	<<CustomSlaveBalls>>
-<</link>>
-
-<br>
-
-<span id = "clit">
-<<if $customSlave.clit == 0>>Normal clitoris.
-<<elseif $customSlave.clit == 1>>Big clitoris.
-<<elseif $customSlave.clit == 3>>Enormous clitoris.
-<<else>>Pseudophallus.
-<</if>>
-</span>
-<<link "Normal clitoris">>
-	<<set $customSlave.clit = 0>>
-	<<CustomSlaveClit>>
-<</link>>
-|
-<<link "Big clitoris">>
-	<<set $customSlave.clit = 1>>
-	<<CustomSlaveClit>>
-<</link>>
-|
-<<link "Enormous clitoris">>
-	<<set $customSlave.clit = 3>>
-	<<CustomSlaveClit>>
-<</link>>
-|
-<<link "Clit dick">>
-	<<set $customSlave.clit = 5>>
-	<<CustomSlaveClit>>
-<</link>>
-
-<br>
-
-<span id = "labia">
-<<if $customSlave.labia == 0>>Normal labia.
-<<elseif $customSlave.labia == 1>>big labia.
-<<elseif $customSlave.labia == 2>>Huge labia.
-<<else>>Enormous labia.
-<</if>>
-</span>
-<<link "Normal labia">>
-	<<set $customSlave.labia = 0>>
-	<<CustomSlaveLabia>>
-<</link>>
-|
-<<link "Big labia">>
-	<<set $customSlave.labia = 1>>
-	<<CustomSlaveLabia>>
-<</link>>
-|
-<<link "Huge labia">>
-	<<set $customSlave.labia = 2>>
-	<<CustomSlaveLabia>>
-<</link>>
-|
-<<link "Enormous labia">>
-	<<set $customSlave.labia = 3>>
-	<<CustomSlaveLabia>>
-<</link>>
-
-<br>
-
-<span id = "lube">
-<<if $customSlave.vaginaLube == 0>>Dry vagina.
-<<elseif $customSlave.vaginaLube == 1>>Wet vagina.
-<<else>>Sopping wet vagina.
-<</if>>
-</span>
-<<link "Dry vagina">>
-	<<set $customSlave.vaginaLube = 0>>
-	<<CustomSlaveLube>>
-<</link>>
-|
-<<link "Wet vagina">>
-	<<set $customSlave.vaginaLube = 1>>
-	<<CustomSlaveLube>>
-<</link>>
-|
-<<link "Sopping wet vagina">>
-	<<set $customSlave.vaginaLube = 2>>
-	<<CustomSlaveLube>>
-<</link>>
-
-<br>
-
-<span id = "anus">
-<<if $customSlave.analVirgin == 0>>Anal virgin.
-<<else>>Anal virginity is not important.
-<</if>>
-</span>
-<<link "Anal virgin">>
-	<<set $customSlave.analVirgin = 0>>
-	<<CustomSlaveAnalVirginity>>
-<</link>>
-|
-<<link "Anal virginity is not important">>
-	<<set $customSlave.analVirgin = 1>>
-	<<CustomSlaveAnalVirginity>>
-<</link>>
-
-<br>
-
-<span id = "skills">
-<<if $customSlave.skills <= 10>>Sexually unskilled.
-<<elseif $customSlave.skills <= 15>>Basic sex skills.
-<<else>>Sexually skilled.
-<</if>>
-</span>
-<<link "Unskilled">>
-	<<set $customSlave.skills = 0>>
-	<<CustomSlaveSkills>>
-<</link>>
-|
-<<link "Skilled">>
-	<<set $customSlave.skills = 35>>
-	<<CustomSlaveSkills>>
-<</link>>
-|
-<<link "Expert">>
-	<<set $customSlave.skills = 65>>
-	<<CustomSlaveSkills>>
-<</link>>
-
-<br>
-
-<span id = "whore-skills">
-<<if $customSlave.skill.whore <= 10>>Unskilled at prostitution and entertainment.
-<<elseif $customSlave.skill.whore <= 15>>Basic skills at prostitution and entertainment.
-<<else>>Skilled at prostitution and entertainment.
-<</if>>
-</span>
-<<link "Unskilled">>
-	<<set $customSlave.skill.whore = 0>>
-	<<CustomSlaveWhoreSkills>>
-<</link>>
-|
-<<link "Skilled">>
-	<<set $customSlave.skill.whore = 15>>
-	<<CustomSlaveWhoreSkills>>
-<</link>>
-|
-<<link "Expert">>
-	<<set $customSlave.skill.whore = 35>>
-	<<CustomSlaveWhoreSkills>>
-<</link>>
-
-<br>
-
-<span id = "combat-skills">
-<<if $customSlave.skill.combat == 0>>Unskilled at combat.
-<<else>>Skilled at combat.
-<</if>>
-</span>
-<<link "Unskilled">>
-	<<set $customSlave.skill.combat = 0>>
-	<<CustomSlaveCombatSkills>>
-<</link>>
-|
-<<link "Skilled">>
-	<<set $customSlave.skill.combat = 1>>
-	<<CustomSlaveCombatSkills>>
-<</link>>
-
-<br>
-
-<span id = "intelligence">
-<<if $customSlave.intelligence >= 3>>Brilliant.
-<<elseif $customSlave.intelligence == 2>>Very smart..
-<<elseif $customSlave.intelligence == 1>>Smart.
-<<elseif $customSlave.intelligence == 0>>Average intelligence.
-<<elseif $customSlave.intelligence == -1>>Stupid.
-<<elseif $customSlave.intelligence == -2>>Very stupid.
-<<else>>Moronic.
-<</if>>
-</span>
-<<link "Brilliant">>
-	<<set $customSlave.intelligence = 3>>
-	<<CustomSlaveIntelligence>>
-<</link>>
-|
-<<link "Very smart">>
-	<<set $customSlave.intelligence = 2>>
-	<<CustomSlaveIntelligence>>
-<</link>>
-|
-<<link "Smart">>
-	<<set $customSlave.intelligence = 1>>
-	<<CustomSlaveIntelligence>>
-<</link>>
-|
-<<link "Average intelligence">>
-	<<set $customSlave.intelligence = 0>>
-	<<CustomSlaveIntelligence>>
-<</link>>
-|
-<<link "Stupid">>
-	<<set $customSlave.intelligence = -1>>
-	<<CustomSlaveIntelligence>>
-<</link>>
-|
-<<link "Very stupid">>
-	<<set $customSlave.intelligence = -2>>
-	<<CustomSlaveIntelligence>>
-<</link>>
-|
-<<link "Moronic">>
-	<<set $customSlave.intelligence = -3>>
-	<<CustomSlaveIntelligence>>
-<</link>>
-
-<br>
-
-<span id = "education">
-<<if $customSlave.intelligenceImplant >= 30>>Well educated.
-<<elseif $customSlave.intelligenceImplant >= 15>>Educated.
-<<else>>Uneducated.
-<</if>>
-</span>
-<<link "Well educated">>
-	<<set $customSlave.intelligenceImplant = 30>>
-	<<CustomSlaveEducation>>
-<</link>>
-|
-<<link "Educated">>
-	<<set $customSlave.intelligenceImplant = 15>>
-	<<CustomSlaveEducation>>
-<</link>>
-|
-<<link "Uneducated">>
-	<<set $customSlave.intelligenceImplant = 0>>
-	<<CustomSlaveEducation>>
-<</link>>
-
-<br>
-
-<span id = "eyes">
-<<if getBestVision($customSlave) === 2>>Normal vision.
-<<elseif getBestVision($customSlave) === 1>>Nearsighted.
-<<else>>Blind.
-<</if>>
-</span>
-<<link "Normal Vision">>
-	<<run eyeSurgery($customSlave, "both", "fix")>>
-	<<CustomSlaveEyes>>
-<</link>>
-|
-<<link "Nearsighted">>
-	<<run eyeSurgery($customSlave, "both", "blur")>>
-	<<CustomSlaveEyes>>
-<</link>>
-<<if $seeExtreme == 1>>
-	|
-	<<link "Blind">>
-		<<run eyeSurgery($customSlave, "both", "blind")>>
-		<<CustomSlaveEyes>>
-	<</link>>
-<</if>>
-
-<br>
-
-<span id = "hears">
-<<if $seeExtreme == 1>>
-	<<if $customSlave.hears == 0>>Normal hearing.
-	<<elseif $customSlave.hears == -1>>Hard of hearing.
-	<<else>>Deaf.
-	<</if>>
-<<else>>
-	<<if $customSlave.hears == 0>>Normal hearing.
-	<<else>>Hard of hearing.
-	<</if>>
-<</if>>
-</span>
-<<link "Normal Hearing">>
-	<<set $customSlave.hears = 0>>
-	<<CustomSlaveEars>>
-<</link>>
-|
-<<link "Hard of Hearing">>
-	<<set $customSlave.hears = -1>>
-	<<CustomSlaveEars>>
-<</link>>
-<<if $seeExtreme == 1>>
-	|
-	<<link "Deaf">>
-		<<set $customSlave.hears = -2>>
-		<<CustomSlaveEars>>
-	<</link>>
-<</if>>
-
-<br>
-
-<<if $seeExtreme == 1>>
-<span id = "smelling">
-<<if $customSlave.smells == -1>>No sense of smell.
-<<else>>Normal sense of smell.
-<</if>>
-</span>
-<<link "No Sense of Smell">>
-	<<set $customSlave.smells = -1>>
-	<<CustomSlaveSmell>>
-<</link>>
-|
-<<link "Normal Sense of Smell">>
-	<<set $customSlave.smells = 0>>
-	<<CustomSlaveSmell>>
-<</link>>
-
-<br>
-<span id = "tasting">
-<<if $customSlave.tastes == -1>>No sense of taste.
-<<else>>Normal sense of taste.
-<</if>>
-</span>
-<<link "No Sense of Taste">>
-	<<set $customSlave.tastes = -1>>
-	<<CustomSlaveTaste>>
-<</link>>
-|
-<<link "Normal Sense of Taste">>
-	<<set $customSlave.tastes = 0>>
-	<<CustomSlaveTaste>>
-<</link>>
-
-<br>
-
-Left arm:
-<span id = "ampLA">
-	<<if hasLeftArm($customSlave)>>Yes
-	<<else>>No
-	<</if>>
-</span>
-<<link "Remove">>
-	<<set $customSlave.arm.left = null>>
-	<<replace #ampLA>>
-		No
-	<</replace>>
-<</link>>
-<<link "Add">>
-	<<set $customSlave.arm.left = new App.Entity.LimbState()>>
-	<<replace #ampLA>>
-		Yes
-	<</replace>>
-<</link>>
-<br>
-Right arm:
-<span id = "ampRA">
-	<<if hasRightArm($customSlave)>>Yes
-	<<else>>No
-	<</if>>
-</span>
-<<link "Remove">>
-	<<set $customSlave.arm.right = null>>
-	<<replace #ampRA>>
-		No
-	<</replace>>
-<</link>>
-<<link "Add">>
-	<<set $customSlave.arm.right = new App.Entity.LimbState()>>
-	<<replace #ampRA>>
-		Yes
-	<</replace>>
-<</link>>
-<br>
-Left leg:
-<span id = "ampLL">
-	<<if hasLeftLeg($customSlave)>>Yes
-	<<else>>No
-	<</if>>
-</span>
-<<link "Remove">>
-	<<set $customSlave.leg.left = null>>
-	<<replace #ampLL>>
-		No
-	<</replace>>
-<</link>>
-<<link "Add">>
-	<<set $customSlave.leg.left = new App.Entity.LimbState()>>
-	<<replace #ampLL>>
-		Yes
-	<</replace>>
-<</link>>
-<br>
-Right leg:
-<span id = "ampRL">
-	<<if hasRightLeg($customSlave)>>Yes
-	<<else>>No
-	<</if>>
-</span>
-<<link "Remove">>
-	<<set $customSlave.leg.right = null>>
-	<<replace #ampRL>>
-		No
-	<</replace>>
-<</link>>
-<<link "Add">>
-	<<set $customSlave.leg.right = new App.Entity.LimbState()>>
-	<<replace #ampRL>>
-		Yes
-	<</replace>>
-<</link>>
-
-
-<br>
-<</if>>
-
-<span id = "nationality">
-Nationality: $customSlave.nationality.
-</span>
-<<link "Slave">>
-	<<set $customSlave.nationality = "slave">>
-	<<CustomSlaveNationality>>
-<</link>>
-|
-<<link "Stateless">>
-	<<set $customSlave.nationality = "Stateless">>
-	<<CustomSlaveNationality>>
-<</link>>
-|
-<<link "Nationality is unimportant">>
-	<<set $customSlave.nationality = "Nationality is unimportant">>
-	<<CustomSlaveNationality>>
-<</link>>
-<br>
-<<for _i = 0; _i < setup.baseNationalities.length; _i++>>
-<<set _nation = setup.baseNationalities[_i]>>
-
-<<print "
-<<link _nation>>
-	<<set $customSlave.nationality = setup.baseNationalities[" + _i + "]>>
-	<<CustomSlaveNationality>>
-<</link>>
-">>
-<<if _i < setup.baseNationalities.length-1>>
-|
-<</if>>
-<</for>>
-
-<br><br>
-
-<<link "Reset custom order form">>
-	<<set $customSlave = new App.Entity.CustomSlaveOrder()>>
-	<<goto "Custom Slave">>
-<</link>>
-
-<br><br>
-
-<<if $customSlaveOrdered == 1>>
-[[Update custom slave order|Buy Slaves]]
-<br>
-[[Withdraw custom slave order|Buy Slaves][$customSlaveOrdered = 0]]
-<<else>>
-[[Post custom slave order|Buy Slaves][$customSlaveOrdered = 1]]
-<</if>>
diff --git a/src/markets/specificMarkets/customSlaveMarket.js b/src/markets/specificMarkets/customSlaveMarket.js
new file mode 100644
index 0000000000000000000000000000000000000000..2372c8c26cba79780044f6f65ffc14ad58a3907b
--- /dev/null
+++ b/src/markets/specificMarkets/customSlaveMarket.js
@@ -0,0 +1,1067 @@
+App.Markets["Custom Slave"] = function() {
+	V.encyclopedia = "Kidnapped Slaves";
+	const el = document.createElement("p");
+	const slave = V.customSlave;
+	el.append(intro());
+	el.append(age());
+	el.append(health());
+	el.append(muscles());
+	el.append(lips());
+	el.append(voice());
+	el.append(height());
+	el.append(weight());
+	el.append(face());
+	el.append(race());
+	el.append(skin());
+	el.append(boobs());
+	el.append(butt());
+	el.append(sex());
+	el.append(virgin());
+	el.append(dick());
+	el.append(balls());
+	el.append(clit());
+	el.append(labia());
+	el.append(vaginaLube());
+	el.append(analVirgin());
+	el.append(skills());
+	el.append(skillWhore());
+	el.append(skillCombat());
+	el.append(intelligence());
+	el.append(intelligenceImplant());
+	el.append(eyes());
+	el.append(hears());
+	el.append(smells());
+	el.append(tastes());
+	el.append(limbs());
+	el.append(nationality());
+
+	// Links to reset things
+	el.append(reset());
+	el.append(orderControls());
+
+	return el;
+
+	function intro() {
+		const {heA} = getPronouns(assistant.pronouns().main).appendSuffix('A');
+		let r = [];
+		if (V.customSlaveOrdered === 0) {
+			r.push(`You work up a new slave order for posting where slave merchants can work to fulfill it.`);
+		} else {
+			r.push(`You review your posted slave order.`);
+		}
+		if (V.assistant.personality === 1) {
+			r.push(`As you work, ${V.assistant.name} makes lewd comments about what ${heA} looks forward to doing to this new slave.`);
+		}
+		r.push(`Your order requests a slave with the following characteristics:`);
+		return App.UI.DOM.makeElement("p", r.join(" "));
+	}
+
+	function age() {
+		const el = document.createElement("div");
+		const ages = [2, 4, 6, 9, 12, 14, 17, 19, 24, 29, 39, 49, 59, 69, 79, 89, 99, 109, 119, 129, 130];
+
+		createDescription(el, description, "age");
+
+		// Choices
+		const select = document.createElement("select");
+		for (let i = 0; i < ages.length; i++) {
+			const high = ages[i];
+			const low = (ages[i - 1] + 1 ) || (ages[i] - 1); // First element of array has nothing before it, obviously, so display low as one less than high.
+			if (low < V.minimumSlaveAge) {
+				continue;
+			} else if (high > V.retirementAge) {
+				const option = document.createElement("option");
+				option.text = `${low}+`;
+				option.value = low;
+				select.append(option);
+				break;
+			}
+
+			const option = document.createElement("option");
+			option.text = `${low}-${high}`;
+			option.value = high;
+			if (slave.age === option.value) {
+				option.selected = true;
+			}
+			select.append(option);
+		}
+		select.onchange = () => {
+			slave.age = Number(select.options[select.selectedIndex].value);
+			jQuery("#age-text").empty().append(description());
+		};
+		el.append(select);
+		return el;
+
+		function description() {
+			// Age is displayed as a range, but recorded as the higher of the two numbers in the range
+			const highIndex = ages.indexOf(slave.age);
+
+			if (highIndex === 0) {
+				return `${(ages[highIndex] - 1)}-${ages[highIndex]} years old. `;
+			} else if (highIndex === ages.length) {
+				// Highest possible number
+				return `${ages[highIndex]}+ years old. `;
+			} else {
+				// Lower age should be the previous number in the array, +1
+				return `${(ages[highIndex - 1]) + 1}-${ages[highIndex]} years old. `;
+			}
+		}
+	}
+
+	function health() {
+		const el = document.createElement("div");
+		const slaveProperty = "health";
+		const choices = new Map([
+			[1, "Extremely healthy"],
+			[0, "Healthy"],
+		]);
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.health === Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function muscles() {
+		const el = document.createElement("div");
+		const slaveProperty = "muscles";
+		const choices = new Map([
+			["96", "Ripped"],
+			["65", "Muscular"],
+			["45", "Well built"],
+			["20", "Toned"],
+			["0", "Normal"],
+			["-21", "Weak"],
+			["-51", "Very weak"],
+			["-97", "Frail"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.muscles >= Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function lips() {
+		const el = document.createElement("div");
+		const slaveProperty = "lips";
+		const choices = new Map([
+			["100", "Facepussy"],
+			["85", "Enormous"],
+			["65", "Big"],
+			["35", "Plush"],
+			["15", "Normal"],
+			["5", "Thin"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.lips >= Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function voice() {
+		const el = document.createElement("div");
+		const slaveProperty = "voice";
+		const choices = new Map([
+			["3", "High, girly"],
+			["2", "Feminine"],
+			["1", "Deep"],
+			["0", "Mute"],
+			["-1", "Voice is unimportant"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.voice === Number(value)) {
+					if (slave.voice === -1) {
+						return `${text}. `;
+					} else {
+						return `${text} voice. `;
+					}
+				}
+			}
+			return `Voice is unimportant. `;
+		}
+
+		return el;
+	}
+
+	function height() {
+		const el = document.createElement("div");
+		const slaveProperty = "heightMod";
+		const choices = new Map([
+			["greatly below average", "Petite"],
+			["below average", "Short"],
+			["normal", "Average height"],
+			["above average", "Tall"],
+			["greatly above average", "Very tall"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.heightMod === value) {
+					return `${text} height. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function weight() {
+		const el = document.createElement("div");
+		const slaveProperty = "weight";
+		const choices = new Map([
+			["200", "Immobile"],
+			["150", "Very Fat"],
+			["100", "Fat"],
+			["50", "Chubby"],
+			["15", "Plush"],
+			["0", "Average"],
+			["-15", "Thin"],
+			["-50", "Very thin"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.weight >= Number(value)) {
+					return `${text} weight. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function face() {
+		const el = document.createElement("div");
+		const slaveProperty = "face";
+		const choices = new Map([
+			["55", "Very attractive"],
+			["15", "Attractive"],
+			["0", "Average"],
+			["-15", "Unattractive"],
+			["-55", "Very unattractive"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.face >= Number(value)) {
+					return `${text} face. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function race() {
+		const el = document.createElement("div");
+		const slaveProperty = "race";
+		const choices = new Map([
+			["ethnicity is unimportant", "Ethnicity is unimportant"],
+		]);
+		for (const race of App.Data.misc.filterRaces) {
+			choices.set(race.toLowerCase(), race);
+		}
+
+		createDescription(el, description, slaveProperty);
+
+		// Choices
+
+		const select = document.createElement("select");
+		for (const [value, text] of choices) {
+			const option = document.createElement("option");
+			option.text = text;
+			option.value = value;
+			if (slave.race == option.value) {
+				option.selected = true;
+			}
+			select.append(option);
+		}
+		select.onchange = () => {
+			slave.race = select.options[select.selectedIndex].value;
+			jQuery("#race-text").empty().append(description());
+		};
+		el.append(select);
+
+		function description() {
+			const el = new DocumentFragment();
+			el.append("Ethnicity: ");
+			el.append(
+				App.UI.DOM.makeTextBox(
+					slave.race,
+					(v) => {
+						slave.race = v;
+						jQuery("#race-text").empty().append(description());
+					}
+				)
+			);
+			return el;
+		}
+
+		return el;
+	}
+
+	function skin() {
+		const el = document.createElement("div");
+		const slaveProperty = "skin";
+		const choices = new Map([
+			["left natural", "Left natural"]
+		]);
+		for (const skin of App.Data.misc.naturalSkins) {
+			choices.set(skin, capFirstChar(skin));
+		}
+
+		createDescription(el, description, slaveProperty);
+
+		// Choices
+		const select = document.createElement("select");
+		for (const [value, text] of choices) {
+			const option = document.createElement("option");
+			option.text = text;
+			option.value = value;
+			if (slave.skin == option.value) {
+				option.selected = true;
+			}
+			select.append(option);
+		}
+		select.onchange = () => {
+			slave.skin = select.options[select.selectedIndex].value;
+			jQuery("#skin-text").empty().append(description());
+		};
+		el.append(select);
+
+		function description() {
+			const el = new DocumentFragment();
+			el.append("Skin tone: ");
+			el.append(
+				App.UI.DOM.makeTextBox(
+					slave.skin,
+					(v) => {
+						slave.skin = v;
+						jQuery("#skin-text").empty().append(description());
+					}
+				)
+			);
+			return el;
+		}
+
+		return el;
+	}
+
+
+	function boobs() {
+		const el = document.createElement("div");
+		const slaveProperty = "boobs";
+		const choices = new Map([
+			["6000", "Massive"],
+			["2100", "Giant"],
+			["1400", "Huge"],
+			["800", "Big"],
+			["500", "Healthy"],
+			["200", "Flat"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.boobs >= Number(value)) {
+					if (slave.boobs <= 200) {
+						return `${text} chest. `;
+					} else {
+						return `${text} breasts. `;
+					}
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function butt() {
+		const el = document.createElement("div");
+		const slaveProperty = "butt";
+		const choices = new Map([
+			["8", "Massive"],
+			["5", "Huge"],
+			["3", "Healthy"],
+			["1", "Flat"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.butt >= Number(value)) {
+					return `${text} buttocks. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function sex() {
+		const el = document.createElement("div");
+		const slaveProperty = "sex";
+		const choices = new Map([
+			["3", "Both"],
+			["2", "Male"],
+			["1", "Female"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			switch (slave.sex) {
+				case 3:
+					return `Female (cock & balls options not applied). `;
+				case 2:
+					return `Male (pussy options not applied). `;
+				case 1:
+					return `Futanari (clit options not applied). `;
+			}
+		}
+
+		return el;
+	}
+
+	function virgin() {
+		const el = document.createElement("div");
+		const slaveProperty = "virgin";
+		const choices = new Map([
+			["1", "Not Important"],
+			["0", "Vaginal virgin"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.virgin === Number(value)) {
+					return `${text}. `;
+				}
+			}
+			return `Virginity not important. `;
+		}
+
+		return el;
+	}
+
+	function dick() {
+		const el = document.createElement("div");
+		const slaveProperty = "dick";
+		const choices = new Map([
+			["4", "Large penis"],
+			["2", "Small penis"],
+			["0", "No penis"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.dick >= Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function balls() {
+		const el = document.createElement("div");
+		const slaveProperty = "balls";
+		const choices = new Map([
+			["6", "Huge testicles"],
+			["4", "Large testicles"],
+			["2", "Small testicles"],
+			["0", "No testicles"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.balls >= Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function clit() {
+		const el = document.createElement("div");
+		const slaveProperty = "clit";
+		const choices = new Map([
+			["5", "Clit dick"],
+			["3", "Enormous clitoris"],
+			["1", "Big clitoris"],
+			["0", "Normal clitoris"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.clit === 5) {
+					return `Pseudophallus. `;
+				} else {
+					if (slave.clit >= Number(value)) {
+						return `${text}. `;
+					}
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function labia() {
+		const el = document.createElement("div");
+		const slaveProperty = "labia";
+		const choices = new Map([
+			["3", "Enormous labia"],
+			["2", "Huge labia"],
+			["1", "Big labia"],
+			["0", "Normal labia"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.labia === Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function vaginaLube() {
+		const el = document.createElement("div");
+		const slaveProperty = "vaginaLube";
+		const choices = new Map([
+			["2", "Sopping wet vagina"],
+			["1", "Wet vagina"],
+			["0", "Dry vagina"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.vaginaLube === Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function analVirgin() {
+		const el = document.createElement("div");
+		const slaveProperty = "analVirgin";
+		const choices = new Map([
+			["1", "Anal virginity is not important"],
+			["0", "Anal virgin"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.analVirgin === Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function skills() {
+		const el = document.createElement("div");
+		const slaveProperty = "skills";
+		const choices = new Map([
+			["65", "Expert"],
+			["35", "Skilled"],
+			["0", "Unskilled"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			if (slave.skills <= 10) {
+				return `Sexually unskilled. `;
+			} else if (slave.skills <= 15) {
+				return `Basic sex skills. `;
+			} else {
+				return `Sexually skilled. `;
+			}
+		}
+
+		return el;
+	}
+
+	function skillWhore() {
+		const el = document.createElement("div");
+		const slaveProperty = "skill.whore";
+		const choices = new Map([
+			["35", "Expert"],
+			["15", "Skilled"],
+			["0", "Unskilled"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			if (slave.skill.whore <= 10) {
+				return `Unskilled at prostitution and entertainment. `;
+			} else if (slave.skills <= 15) {
+				return `Basic skills at prostitution and entertainment. `;
+			} else {
+				return `Skilled at prostitution and entertainment. `;
+			}
+		}
+
+		return el;
+	}
+
+	function skillCombat() {
+		const el = document.createElement("div");
+		const slaveProperty = "skill.combat";
+		const choices = new Map([
+			["1", "Skilled"],
+			["0", "Unskilled"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.skill.combat >= Number(value)) {
+					return `${text} at combat. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function intelligence() {
+		const el = document.createElement("div");
+		const slaveProperty = "intelligence";
+		const choices = new Map([
+			["-3", "Moronic"],
+			["-2", "Very stupid"],
+			["-1", "Stupid"],
+			["0", "Average intelligence"],
+			["1", "Smart"],
+			["2", "Very smart"],
+			["3", "Brilliant"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.intelligence === Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function intelligenceImplant() {
+		const el = document.createElement("div");
+		const slaveProperty = "intelligenceImplant";
+		const choices = new Map([
+			["30", "Well educated"],
+			["15", "Educated"],
+			["0", "Uneducated"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.intelligenceImplant >= Number(value)) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function eyes() {
+		const el = document.createElement("div");
+		const slaveProperty = "eyes";
+		const choices = new Map([
+			["0", "Normal Vision"],
+			["-1", "Nearsighted"],
+		]);
+		if (V.seeExtreme) {
+			choices.set("-2", "Blind");
+		}
+
+		// Desc setup
+		const descText = document.createElement("span");
+		descText.id = (`${slaveProperty}-text`);
+		descText.append(description());
+		el.append(descText);
+
+		const linkArray = [];
+		if (V.seeExtreme) {
+			linkArray.push(
+				App.UI.DOM.link(
+					"Blind",
+					() => {
+						eyeSurgery(slave, "both", "blind");
+						jQuery(`#${descText.id}-text`).empty().append(description());
+					}
+				)
+			);
+		}
+		linkArray.push(
+			App.UI.DOM.link(
+				"Nearsighted",
+				() => {
+					eyeSurgery(slave, "both", "blur");
+					jQuery(`#${descText.id}-text`).empty().append(description());
+				}
+			)
+		);
+		linkArray.push(
+			App.UI.DOM.link(
+				"Normal Vision",
+				() => {
+					eyeSurgery(slave, "both", "fix");
+					jQuery(`#${descText.id}-text`).empty().append(description());
+				}
+			)
+		);
+		el.append(App.UI.DOM.generateLinksStrip(linkArray));
+
+		function description() {
+			const vision = getBestVision(slave);
+			for (const [value, text] of choices) {
+				if (vision === Number(value)) {
+					return `${text}. `;
+				}
+			}
+			return `Blind. `;
+		}
+
+		return el;
+	}
+
+	function hears() {
+		const el = document.createElement("div");
+		const slaveProperty = "hears";
+		const choices = new Map([
+			["0", "Normal Hearing"],
+			["-1", "Hard of Hearing"],
+		]);
+		if (V.seeExtreme) {
+			choices.set("-2", "Deaf");
+		}
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.hears === Number(value)) {
+					return `${text}. `;
+				}
+			}
+			return `Hard of hearing. `;
+		}
+
+		return el;
+	}
+
+	function smells() {
+		const el = document.createElement("div");
+		const slaveProperty = "smells";
+		const choices = new Map([
+			["0", "Normal Sense of smell"],
+			["-1", "No Sense of smell"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.smells === Number(value)) {
+					return `${text}.`;
+				}
+			}
+			return `Normal Sense of smell. `;
+		}
+
+		return el;
+	}
+
+	function tastes() {
+		const el = document.createElement("div");
+		const slaveProperty = "tastes";
+		const choices = new Map([
+			["0", "Normal Sense of taste"],
+			["-1", "No Sense of taste"],
+		]);
+
+		createDescription(el, description, slaveProperty);
+		el.append(choicesMaker(slaveProperty, choices, description));
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.tastes === Number(value)) {
+					return `${text}.`;
+				}
+			}
+			return `Normal Sense of taste. `;
+		}
+
+		return el;
+	}
+
+	function limbs() {
+		const el = new DocumentFragment();
+		const limbs = new Map([
+			["arm.left", "Left arm"],
+			["arm.right", "Right arm"],
+			["leg.left", "Left leg"],
+			["leg.right", "Right leg"],
+		]);
+
+		for (const [value, text] of limbs) {
+			const div = document.createElement("div");
+
+			// Desc setup
+			const descText = document.createElement("span");
+			descText.id = (`${value}-text`).replace(/\./g, "-");
+			const hasLimb = (_.get(slave, value) !== null);
+			descText.append(description(hasLimb, text));
+			div.append(descText);
+
+			const linkArray = [];
+			linkArray.push(
+				App.UI.DOM.link(
+					"Add",
+					() => {
+						_.set(slave, value, new App.Entity.LimbState());
+						jQuery(`#${descText.id}`).empty().append(description(true, text));
+					}
+				)
+			);
+			linkArray.push(
+				App.UI.DOM.link(
+					"Remove",
+					() => {
+						_.set(slave, value, null);
+						jQuery(`#${descText.id}`).empty().append(description(false, text));
+					}
+				)
+			);
+			div.append(App.UI.DOM.generateLinksStrip(linkArray));
+
+			el.append(div);
+		}
+
+		function description(hasLimb, text) {
+			return `${text}: ${(hasLimb) ? `Yes` : `No`}. `;
+		}
+
+		return el;
+	}
+
+	function nationality() {
+		const el = document.createElement("div");
+		const slaveProperty = "nationality";
+		const choices = new Map([
+			["slave", "Slave"],
+			["Stateless", "Stateless"],
+			["Nationality is unimportant", "Nationality is unimportant"],
+		]);
+		for (const nationality of setup.baseNationalities) {
+			choices.set(nationality, nationality);
+		}
+
+		createDescription(el, description, slaveProperty);
+
+		// Choices
+		const select = document.createElement("select");
+		for (const [value, text] of choices) {
+			const option = document.createElement("option");
+			option.text = text;
+			option.value = value;
+			if (slave.nationality === option.value) {
+				option.selected = true;
+			}
+			select.append(option);
+		}
+		select.onchange = () => {
+			slave.nationality = select.options[select.selectedIndex].value;
+			jQuery("#nationality-text").empty().append(description());
+		};
+		el.append(select);
+
+		function description() {
+			for (const [value, text] of choices) {
+				if (slave.nationality === value) {
+					return `${text}. `;
+				}
+			}
+		}
+
+		return el;
+	}
+
+	function reset() {
+		return App.UI.DOM.makeElement(
+			"p",
+			App.UI.DOM.link(
+				"Reset custom order form",
+				() => {
+					V.customSlave = new App.Entity.CustomSlaveOrder();
+					V.market = new App.Markets.GlobalVariable();
+					V.market.slaveMarket = "Custom Slave";
+					V.market.newSlaves = [];
+				},
+				[],
+				"Market"
+			)
+		);
+	}
+
+	function orderControls() {
+		const linkArray = [];
+		if (V.customSlaveOrdered === 1) {
+			linkArray.push(
+				App.UI.DOM.passageLink(
+					"Update custom slave order",
+					"Buy Slaves"
+				)
+			);
+			linkArray.push(
+				App.UI.DOM.link(
+					"Withdraw custom slave order",
+					() => { V.customSlaveOrdered = 0; },
+					[],
+					"Buy Slaves"
+				)
+			);
+		} else {
+			linkArray.push(
+				App.UI.DOM.link(
+					"Post custom slave order",
+					() => { V.customSlaveOrdered = 1; },
+					[],
+					"Buy Slaves"
+				)
+			);
+		}
+
+		return App.UI.DOM.makeElement("p", App.UI.DOM.generateLinksStrip(linkArray));
+	}
+
+	/**
+	 *
+	 * @param {HTMLElement} element
+	 * @param {Function} text
+	 * @param {string} id
+	 */
+	function createDescription(element, text, id) {
+		const span = document.createElement('span');
+		span.id = `${id}-text`;
+		span.append(text());
+		element.append(span);
+	}
+
+	/**
+	 *
+	 * @param {string} slaveParam
+	 * @param {Map} choices
+	 * @param {Function} description
+	 */
+	function choicesMaker(slaveParam, choices, description) {
+		const linkArray = [];
+		for (const [value, text] of choices) {
+			linkArray.push(
+				App.UI.DOM.link(
+					text,
+					() => {
+						_.set(slave, slaveParam, (Number(value) || value));
+						jQuery(`#${slaveParam}-text`).empty().append(description());
+					}
+				)
+			);
+		}
+		return App.UI.DOM.generateLinksStrip(linkArray);
+	}
+};
diff --git a/src/markets/specificMarkets/eliteSlave.js b/src/markets/specificMarkets/eliteSlave.js
index abd9e8549b6400e5efc8c7947e4145c732bd4740..c7334622a6ab9ecb9351a590dc884b991625d617 100644
--- a/src/markets/specificMarkets/eliteSlave.js
+++ b/src/markets/specificMarkets/eliteSlave.js
@@ -1,11 +1,10 @@
 App.Markets["Elite Slave"] = function() {
 	const el = new DocumentFragment();
-	let r = [];
 	V.encyclopedia = "Slave Schools";
 
-	r.push(`You check to see if any potential breeding slaves are on auction.`);
+	el.append(`You check to see if any potential breeding slaves are on auction. `);
 	if (V.eliteAuctioned === 1) {
-		r.push(`There are none available right now, but there probably will be next week.`);
+		el.append(`There are none available right now, but there probably will be next week. `);
 	} else {
 		V.eliteAuctioned = 1;
 
@@ -38,12 +37,10 @@ App.Markets["Elite Slave"] = function() {
 		slave.prestige = 1;
 		slave.trust = random(60, 100);
 		slave.devotion = random(60, 100);
-		if (V.arcologies[0].FSPetiteAdmiration > 20) {
-			if (!heightPass(slave)) {
+		if (!heightPass(slave)) {
+			if (V.arcologies[0].FSPetiteAdmiration > 20) {
 				slave.height = Math.trunc(Height.random(slave, {limitMult: [-4, -2]}));
-			}
-		} else if (V.arcologies[0].FSStatuesqueGlorification > 20) {
-			if (!heightPass(slave)) {
+			} else if (V.arcologies[0].FSStatuesqueGlorification > 20) {
 				slave.height = Math.trunc(Height.random(slave, {limitMult: [3, 5]}));
 			}
 		}
diff --git a/src/markets/specificMarkets/householdLiquidator.js b/src/markets/specificMarkets/householdLiquidator.js
index 2de4980f655fdcc1ee5d1119329acb38633b0fe2..efd7de4b4905e6cf605849f2590e277d2c74c7ca 100644
--- a/src/markets/specificMarkets/householdLiquidator.js
+++ b/src/markets/specificMarkets/householdLiquidator.js
@@ -10,14 +10,8 @@ App.Markets["Household Liquidator"] = function() {
 	let _totalCost;
 	if (jsRandom(1, 100) > 50) {
 		slave = GenerateNewSlave(null, {disableDisability: 1});
-		slave.origin = "You bought $him from the household liquidator.";
-		slave.devotion = jsRandom(-75, -25);
-		slave.trust = jsRandom(-45, -25);
-		slave.oldDevotion = slave.devotion;
-		slave.oldTrust = slave.trust;
-		setHealth(slave, jsRandom(-50, 20));
+		finishSlave();
 		setMissingParents(slave);
-		slave.canRecruit = 0;
 
 		// Create opposite sex chance of relative
 		const _oppositeSex = (slave.genes !== GenerateChromosome());
@@ -37,12 +31,6 @@ App.Markets["Household Liquidator"] = function() {
 		slave = GenerateNewSlave(null, {
 			minAge: (V.fertilityAge + V.minimumSlaveAge), maxAge: 42, ageOverridesPedoMode: 1, disableDisability: 1
 		});
-		slave.origin = "You bought $him from the household liquidator.";
-		slave.devotion = jsRandom(-75, -25);
-		slave.trust = jsRandom(-45, -25);
-		slave.oldDevotion = slave.devotion;
-		slave.oldTrust = slave.trust;
-		setHealth(slave, jsRandom(-50, 20));
 		if (slave.vagina > -1) {
 			slave.boobs += 100;
 		}
@@ -53,8 +41,7 @@ App.Markets["Household Liquidator"] = function() {
 		if (slave.vagina > -1) {
 			slave.counter.birthsTotal = 1;
 		}
-		slave.canRecruit = 0;
-
+		finishSlave();
 		// Create opposite sex chance of relative
 		const _oppositeSex = (slave.genes !== GenerateChromosome());
 		const {his, mother} = getPronouns(slave);
@@ -75,14 +62,8 @@ App.Markets["Household Liquidator"] = function() {
 		_totalCost = _slaveCost * 3;
 	} else {
 		slave = GenerateNewSlave(null, {disableDisability: 1});
-		slave.origin = "You bought $him from the household liquidator.";
-		slave.devotion = jsRandom(-75, -25);
-		slave.trust = jsRandom(-45, -25);
-		slave.oldDevotion = slave.devotion;
-		slave.oldTrust = slave.trust;
-		setHealth(slave, jsRandom(-50, 20));
+		finishSlave();
 		setMissingParents(slave);
-		slave.canRecruit = 0;
 		App.UI.DOM.appendNewElement("p", el, `The household liquidator is offering something special: identical twins. The markup is huge, but the merchandise isn't something you see every day.`);
 
 		const _relativeSlave = generateRelatedSlave(slave, "twin");
@@ -135,4 +116,16 @@ App.Markets["Household Liquidator"] = function() {
 	App.UI.DOM.appendNewElement("p", el, App.UI.MultipleInspect(_newSlaves, true, "Household Liquidators"));
 
 	return el;
+
+	function finishSlave() {
+		slave = Object.assign(slave, {
+			origin: "You bought $him from the household liquidator.",
+			devotion: jsRandom(-75, -25),
+			trust: jsRandom(-45, -25),
+			oldDevotion: slave.devotion,
+			oldTrust: slave.trust,
+			canRecruit: 0
+		});
+		setHealth(slave, jsRandom(-50, 20));
+	}
 };
diff --git a/src/markets/specificMarkets/huskSlave.js b/src/markets/specificMarkets/huskSlave.js
index 39244fd5cc14646b7b528347fb92d5dbca2aa33b..ff4e664200fd8f5b5183a1b0f80d370b0e48c192 100644
--- a/src/markets/specificMarkets/huskSlave.js
+++ b/src/markets/specificMarkets/huskSlave.js
@@ -134,7 +134,7 @@ App.Markets["Husk Slave"] = function() {
 			p.append(`Futanari.`);
 		}
 		const choices = {
-			Important: 0,
+			"Important": 0,
 			"Not Important": 1,
 		};
 		p.append(links(choices, "virgin"));
diff --git a/src/markets/specificMarkets/prestigiousSlave.js b/src/markets/specificMarkets/prestigiousSlave.js
index 61626be83d8a8be89c907c9d90131c627e839c95..a3d787f709e58dcfa83d46054e821368c71a41e8 100644
--- a/src/markets/specificMarkets/prestigiousSlave.js
+++ b/src/markets/specificMarkets/prestigiousSlave.js
@@ -636,8 +636,8 @@ App.Markets["Prestigious Slave"] = function() {
 				slave.skill.entertainment = 35;
 				slave.pubicHStyle = "waxed";
 				slave.underArmHStyle = "waxed";
-				slave.sexualFlaw = either("hates women");
-				slave.behavioralFlaw = either("anorexic", "arrogant");
+				slave.sexualFlaw = either("judgemental");
+				slave.behavioralFlaw = either("anorexic", "arrogant", "hates women");
 				slave.custom.desc = "$He moves with the practiced grace of someone who unconsciously still pictures $himself on the runway.";
 				break;
 			case "d albino":
@@ -888,7 +888,6 @@ App.Markets["Prestigious Slave"] = function() {
 		App.UI.DOM.appendNewElement("p", el, `It will take ${cashFormat(cost)} to win the auction.`);
 
 
-
 		if (V.cash >= cost) {
 			App.UI.DOM.appendNewElement(
 				"p",
diff --git a/src/markets/specificMarkets/schoolFutanari.js b/src/markets/specificMarkets/schoolFutanari.js
index dbcfc77bb7851e9367a31cb1eaceb137cd74f107..8e9ddba2aacb15447bbc37d00e9b735a591ac203 100644
--- a/src/markets/specificMarkets/schoolFutanari.js
+++ b/src/markets/specificMarkets/schoolFutanari.js
@@ -162,12 +162,12 @@ App.Markets.TFS = function() {
 	}
 	let costMod = 0.8;
 	if (V.TFS.schoolSale !== 0) {
-		costMod = costMod * 0.5;
+		costMod *= 0.5;
 	} else if (V.TFS.schoolUpgrade !== 0) {
-		costMod = costMod * 0.8;
+		costMod *= 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("TFS", {costMod:costMod})
+		App.Markets.purchaseFramework("TFS", {costMod: costMod})
 	);
 
 	return el;
diff --git a/src/markets/specificMarkets/schools.js b/src/markets/specificMarkets/schools.js
index 4d756131e97982c2b2e7d132c5df0b9fd8d9b294..e68521ac77ac7311b634bcd520bc313a31506300 100644
--- a/src/markets/specificMarkets/schools.js
+++ b/src/markets/specificMarkets/schools.js
@@ -25,7 +25,7 @@ App.Markets.GRI = function() {
 		costMod = 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("GRI", {costMod:costMod})
+		App.Markets.purchaseFramework("GRI", {costMod: costMod})
 	);
 
 	return el;
@@ -42,7 +42,7 @@ App.Markets.LDE = function() {
 		} else {
 			r.push(`research into narrowly targeted hormonal treatments, its graduates are now available with generous members despite their femininity.`);
 		}
-		r.push(`As a major ${(V.PC.title === 0)? `benefactrix`:`benefactor`} of the institution, you also receive a discount on them.`);
+		r.push(`As a major ${(V.PC.title === 0) ? `benefactrix` : `benefactor`} of the institution, you also receive a discount on them.`);
 	}
 
 	App.UI.DOM.appendNewElement("p", el, r.join(" "), "scene-intro");
@@ -55,7 +55,7 @@ App.Markets.LDE = function() {
 		costMod = 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("LDE", {costMod:costMod})
+		App.Markets.purchaseFramework("LDE", {costMod: costMod})
 	);
 
 	return el;
@@ -86,7 +86,7 @@ App.Markets.NUL = function() {
 		costMod = 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("NUL", {costMod:costMod})
+		App.Markets.purchaseFramework("NUL", {costMod: costMod})
 	);
 
 	return el;
@@ -123,7 +123,7 @@ App.Markets.SCP = function() {
 		costMod = 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("SCP", {costMod:costMod})
+		App.Markets.purchaseFramework("SCP", {costMod: costMod})
 	);
 
 	return el;
@@ -140,7 +140,7 @@ App.Markets.TCR = function() {
 		} else {
 			r.push(`a healthy sum of credits to encourage the sale of heifers.`);
 		}
-		r.push(`As a major ${(V.PC.title === 0)? `benefactrix`:`benefactor`} of the ranch, you also receive a discount on them.`);
+		r.push(`As a major ${(V.PC.title === 0) ? `benefactrix` : `benefactor`} of the ranch, you also receive a discount on them.`);
 	}
 	App.UI.DOM.appendNewElement("p", el, r.join(" "), "scene-intro");
 
@@ -157,7 +157,7 @@ App.Markets.TCR = function() {
 		costMod = 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("TCR", {costMod:costMod, sTitleSingular: "cow", sTitlePlural: "cattle"})
+		App.Markets.purchaseFramework("TCR", {costMod: costMod, sTitleSingular: "cow", sTitlePlural: "cattle"})
 	);
 
 	return el;
@@ -193,7 +193,7 @@ App.Markets.TGA = function() {
 		costMod = 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("TGA", {costMod:costMod})
+		App.Markets.purchaseFramework("TGA", {costMod: costMod})
 	);
 
 	return el;
@@ -221,7 +221,7 @@ App.Markets.HA = function() {
 		costMod = 1.2;
 	}
 	el.append(
-		App.Markets.purchaseFramework("HA", {costMod:costMod})
+		App.Markets.purchaseFramework("HA", {costMod: costMod})
 	);
 
 	return el;
@@ -257,7 +257,7 @@ App.Markets.TSS = function() {
 		costMod = 0.8;
 	}
 	el.append(
-		App.Markets.purchaseFramework("TSS", {costMod:costMod})
+		App.Markets.purchaseFramework("TSS", {costMod: costMod})
 	);
 
 	return el;
@@ -275,7 +275,7 @@ App.Markets.TUO = function() {
 		costMod = 1.2;
 	}
 	el.append(
-		App.Markets.purchaseFramework("TUO", {costMod:costMod})
+		App.Markets.purchaseFramework("TUO", {costMod: costMod})
 	);
 
 	return el;
diff --git a/src/markets/specificMarkets/slaveMarkets.js b/src/markets/specificMarkets/slaveMarkets.js
index 2240f470c0c451638144e6adf5ef4125a7d01704..43ac7235a419d0952288f13a4f9c623b62b13a0d 100644
--- a/src/markets/specificMarkets/slaveMarkets.js
+++ b/src/markets/specificMarkets/slaveMarkets.js
@@ -208,7 +208,7 @@ App.Markets.neighbor = function() {
 		costMod = (1 - (_opinion * 0.05));
 	}
 
-	el.append(App.Markets.purchaseFramework("neighbor", {costMod:costMod}));
+	el.append(App.Markets.purchaseFramework("neighbor", {costMod: costMod}));
 	return el;
 };
 
diff --git a/src/markets/specificMarkets/slaveShelter.js b/src/markets/specificMarkets/slaveShelter.js
index 68458a056a0b82c03cfd2d052da1955903f0ad03..fbc363122d8e45dc313426f502a9c23588c427a3 100644
--- a/src/markets/specificMarkets/slaveShelter.js
+++ b/src/markets/specificMarkets/slaveShelter.js
@@ -171,7 +171,7 @@ App.Markets["Slave Shelter"] = function() {
 					V.shelterSlave.behavioralFlaw = either("anorexic", "anorexic", "anorexic", "odd");
 					V.shelterSlave.sexualFlaw = either("apathetic", "neglectful", "self hating");
 					V.shelterSlave.fetish = either("masochist", "none", "none");
-					V.shelterSlave.custom.desc = "His chest is covered by an ugly mess of scar tissue.";
+					V.shelterSlave.custom.desc = "$His chest is covered by an ugly mess of scar tissue.";
 					break;
 				case "degraded DoL":
 					V.shelterSlave = GenerateNewSlave(null, {minAge: 14, disableDisability: 1, ageOverridesPedoMode: 1});
diff --git a/src/markets/theMarket/buySlaves.js b/src/markets/theMarket/buySlaves.js
index 728d250f69a4c333015b1252515dc82de8b6a8b7..b224e3918d7d1728380d0ce4fa3c986fed95e52d 100644
--- a/src/markets/theMarket/buySlaves.js
+++ b/src/markets/theMarket/buySlaves.js
@@ -137,29 +137,20 @@ App.UI.buySlaves = function() {
 		}
 
 		const linkArray = [];
-		if (store.marketType === "Custom Slave") { // hardcoding this exception because converting this is going to be a bitch.
-			linkArray.push(
-				App.UI.DOM.passageLink(
-					store.title,
-					store.marketType
-				)
-			);
-		} else {
-			linkArray.push(
-				App.UI.DOM.link(
-					store.title,
-					() => {
-						V.market = new App.Markets.GlobalVariable();
-						V.market.slaveMarket = store.marketType;
-						V.market.newSlaves = [];
-						V.market.numArcology = 1;
-						updateNav();
-					},
-					[],
-					"Market"
-				)
-			);
-		}
+		linkArray.push(
+			App.UI.DOM.link(
+				store.title,
+				() => {
+					V.market = new App.Markets.GlobalVariable();
+					V.market.slaveMarket = store.marketType;
+					V.market.newSlaves = [];
+					V.market.numArcology = 1;
+					updateNav();
+				},
+				[],
+				"Market"
+			)
+		);
 		if (store.bulkAvailable !== false) {
 			if (V.cash > (minCost * 5)) {
 				linkArray.push(
@@ -201,7 +192,7 @@ App.UI.buySlaves = function() {
 		if (store.note) {
 			App.UI.DOM.appendNewElement("span", el, ` ${store.note}`, "note");
 		}
-		if ([App.Data.misc.schools].includes(store.marketType)) {
+		if (App.Data.misc.schools.includes(store.marketType)) {
 			if (V[store.marketType].schoolSale === 1) {
 				App.UI.DOM.appendNewElement("span", el, `Offering your first purchase at half price this week. `, "yellow");
 			}
diff --git a/src/npc/children/childSummary.js b/src/npc/children/childSummary.js
index af022e0d9c285fb97b535ffc59d123be7534ee5e..51fe14dafa01fee35fbbc8d96e5ac75759289429 100644
--- a/src/npc/children/childSummary.js
+++ b/src/npc/children/childSummary.js
@@ -3801,13 +3801,15 @@ App.Facilities.Nursery.ChildSummary = function(child) {
 	 * @param {App.Entity.SlaveState} child
 	 */
 	function shortExtendedFamily(child) {
+		const
+			{daughter, sister, wife} = getPronouns(child);
 		let handled = 0;
 		if (child.mother > 0) {
 			const _ssj = V.slaves.findIndex(function(s) {
 				return s.ID === child.mother;
 			});
 			if (_ssj !== -1) {
-				r += `${SlaveFullName(V.slaves[_ssj])}'s daughter`;
+				r += `${SlaveFullName(V.slaves[_ssj])}'s ${daughter}`;
 				if (child.relationshipTarget === V.slaves[_ssj].ID) {
 					const friendShipShort = relationshipTermShort(child);
 					r += ` & ${friendShipShort}`;
@@ -3816,21 +3818,21 @@ App.Facilities.Nursery.ChildSummary = function(child) {
 			}
 			r += " ";
 		} else if (child.mother === -1) {
-			r += `Your daughter`;
+			r += `Your ${daughter}`;
 			if (child.relationship < -1) {
 				r += ` & ${PCrelationshipTerm(child)}`;
 				handled = 1;
 			}
 			r += " ";
 		} else if (child.mother in V.missingTable && V.showMissingSlavesSD && V.showMissingSlaves) {
-			r += `${V.missingTable[child.mother].fullName}'s daughter `;
+			r += `${V.missingTable[child.mother].fullName}'s ${daughter} `;
 		}
 		if (child.father > 0 && child.father !== child.mother) {
 			const _ssj = V.slaves.findIndex(function(s) {
 				return s.ID === child.father;
 			});
 			if (_ssj !== -1) {
-				r += `${SlaveFullName(V.slaves[_ssj])}'s daughter`;
+				r += `${SlaveFullName(V.slaves[_ssj])}'s ${daughter}`;
 				if (child.relationshipTarget === V.slaves[_ssj].ID && handled !== 1) {
 					const friendShipShort = relationshipTermShort(child);
 					r += ` & ${friendShipShort}`;
@@ -3839,14 +3841,14 @@ App.Facilities.Nursery.ChildSummary = function(child) {
 			}
 			r += " ";
 		} else if (child.father === -1 && child.mother !== -1) {
-			r += `Your daughter`;
+			r += `Your ${daughter}`;
 			if (child.relationship < -1) {
 				r += ` & ${PCrelationshipTerm(child)}`;
 				handled = 1;
 			}
 			r += " ";
 		} else if (child.father in V.missingTable && child.father !== child.mother && V.showMissingSlavesSD && V.showMissingSlaves) {
-			r += `${V.missingTable[child.father].fullName}'s daughter`;
+			r += `${V.missingTable[child.father].fullName}'s ${daughter}`;
 		}
 		if (child.daughters === 1) {
 			let _ssj = V.slaves.findIndex(function(s) {
@@ -3881,7 +3883,7 @@ App.Facilities.Nursery.ChildSummary = function(child) {
 				return areSisters(s, child) > 0;
 			});
 			if (_ssj !== -1) {
-				r += `${SlaveFullName(V.slaves[_ssj])}'s sister`;
+				r += `${SlaveFullName(V.slaves[_ssj])}'s ${sister}`;
 				if (child.relationshipTarget === V.slaves[_ssj].ID) {
 					const friendShipShort = relationshipTermShort(child);
 					r += `& ${friendShipShort}`;
@@ -3902,7 +3904,7 @@ App.Facilities.Nursery.ChildSummary = function(child) {
 				r += ` ${friendShipShort}`;
 			}
 		} else if (child.relationship === -3 && child.mother !== -1 && child.father !== -1) {
-			r += `Your wife`;
+			r += `Your ${wife}`;
 		} else if (child.relationship === -2) {
 			r += `E Bonded`;
 		} else if (child.relationship === -1) {
diff --git a/src/npc/children/longChildDescription.js b/src/npc/children/longChildDescription.js
index eb7ca4c6210705bb2c625be4da9eca2e53b877f6..34ab09241fff64907a507ce82087f09f236a514c 100644
--- a/src/npc/children/longChildDescription.js
+++ b/src/npc/children/longChildDescription.js
@@ -1122,22 +1122,22 @@ App.Facilities.Nursery.LongChildDescription = function(child, {market = 0, event
 					r += `larger than a dick can grow naturally, `;
 					break;
 				case 6:
-					r += `${showDickCMs ? `${His} enormous${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has an enormous${V.seeCircumcision ? `, uncut,` : `, circumcised,`} penis`}, a rival to the world's largest natural dicks, `;
+					r += `${V.showDickCMs ? `${His} enormous${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has an enormous${V.seeCircumcision ? `, uncut,` : `, circumcised,`} penis`}, a rival to the world's largest natural dicks, `;
 					break;
 				case 5:
-					r += `${showDickCMs ? `${His} huge${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is more than${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has a huge${V.seeCircumcision ? `, uncut,` : `, circumcised,`} penis`}, large enough to be sexually inconvenient, `;
+					r += `${V.showDickCMs ? `${His} huge${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is more than${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has a huge${V.seeCircumcision ? `, uncut,` : `, circumcised,`} penis`}, large enough to be sexually inconvenient, `;
 					break;
 				case 4:
-					r += `${showDickCMs ? `${His} large${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has a large${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis`}, big enough to be a source of pride on a male, `;
+					r += `${V.showDickCMs ? `${His} large${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has a large${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis`}, big enough to be a source of pride on a male, `;
 					break;
 				case 3:
-					r += `${showDickCMs ? `${His} average-sized${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`}s erect` : `${He} has an average-sized${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis`}, `;
+					r += `${V.showDickCMs ? `${His} average-sized${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`}s erect` : `${He} has an average-sized${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis`}, `;
 					break;
 				case 2:
-					r += `${showDickCMs ? `${His} small${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has a small${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis`}, little enough to be a source of embarrassment on a male, `;
+					r += `${V.showDickCMs ? `${His} small${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis ${canAchieveErection(child) ? `is around${dickToEitherUnit(child.dick)} long when` : `would be around${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has a small${V.seeCircumcision ? `, uncut` : ` circumcised`}, penis`}, little enough to be a source of embarrassment on a male, `;
 					break;
 				case 1:
-					r += `${showDickCMs ? `${His}${V.seeCircumcision ? `, uncut` : ` circumcised`} micropenis ${canAchieveErection(child) ? `is less than${dickToEitherUnit(child.dick)} long when` : `would be less than${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has ${V.seeCircumcision ? `an uncut` : `a circumcised`} micropenis`}, `;
+					r += `${V.showDickCMs ? `${His}${V.seeCircumcision ? `, uncut` : ` circumcised`} micropenis ${canAchieveErection(child) ? `is less than${dickToEitherUnit(child.dick)} long when` : `would be less than${dickToEitherUnit(child.dick)} long if it could become`} erect` : `${He} has ${V.seeCircumcision ? `an uncut` : `a circumcised`} micropenis`}, `;
 					break;
 				default:
 					if (V.showDickCMs) {
diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index 78b40541bda43b61e4e37cbc9ee208f5a7842cc8..8f0dd4e664558272cfc3b2412b7718b0a35765e8 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -6,22 +6,16 @@
  * @returns {string}
  */
 App.Desc.belly = function(slave, {market, eventDescription} = {}) {
-	let heavyBelly;
 	const r = [];
 	const {
 		he, him, his, hers, himself, girl, He, His, loli
 	} = getPronouns(slave);
-	if (slave.belly >= 30000) {
-		if (slave.belly >= 400000 + (slave.muscles * 2000) && slave.physicalAge >= 18) {
-			heavyBelly = 1;
-		} else if (slave.belly >= 300000 + (slave.muscles * 1000) && slave.physicalAge >= 13) {
-			heavyBelly = 1;
-		} else if (slave.belly >= 100000 + (slave.muscles * 500) && slave.physicalAge <= 3) {
-			heavyBelly = 1;
-		} else if (slave.belly >= 200000 + (slave.muscles * 800) && slave.physicalAge <= 12) {
-			heavyBelly = 1;
-		}
-	}
+	const isBellyHeavy =
+		(slave.belly >= 400000 + (slave.muscles * 2000) && slave.physicalAge >= 18) ||
+		(slave.belly >= 300000 + (slave.muscles * 1000) && slave.physicalAge >= 13) ||
+		(slave.belly >= 200000 + (slave.muscles * 800) && slave.physicalAge <= 12) ||
+		(slave.belly >= 100000 + (slave.muscles * 500) && slave.physicalAge <= 3);
+	const isBellyFluidLargest = (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant);
 
 	r.push(flesh());
 
@@ -60,6 +54,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 	}
 
 	function fashion() {
+		const isBreeder = slave.breedingMark === 1 && V.propOutcome === 1;
 		const r = [];
 		if (V.showClothing === 1 && !market) {
 			if (V.surgeryDescription === 0) {
@@ -82,7 +77,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 				if (V.arcologies[0].FSRepopulationFocus !== "unset") {
 					if (slave.belly >= 1000000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`Your breeding focused society finds ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly near the pinnacle of fashion despite ${his} inability to have children.`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`Your breeding focused society finds ${his} unfathomable, hyper-swollen, implant-filled belly near the pinnacle of fashion despite ${his} inability to have children.`);
@@ -90,7 +85,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 							r.push(`Your breeding focused society finds ${his} unfathomable, hyper-swollen pregnant belly the perfect realization of the fashionable ideal.`);
 						}
 					} else if (slave.belly >= 750000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`Your breeding focused society finds ${his} monolithic ${slave.inflationType}-filled belly highly fashionable despite ${his} inability to have children.`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`Your breeding focused society finds ${his} monolithic implant-filled belly highly fashionable despite ${his} inability to have children.`);
@@ -114,7 +109,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`Thanks to your trendsetting policies, society finds ${his} pregnant belly fashionable.`);
 				} else if (V.arcologies[0].FSRestart !== "unset") {
 					if (slave.belly >= 1000000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`Your eugenics obsessed society sees ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly as equally unfathomably degenerate.`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`Your eugenics obsessed society sees ${his} unfathomable, hyper-swollen, implant-filled belly as equally unfathomably degenerate.`);
@@ -122,7 +117,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 							r.push(`Your eugenics obsessed society sees ${his} unfathomable, hyper-swollen pregnant belly the perfect antithesis of the fashionable ideal.`);
 						}
 					} else if (slave.belly >= 750000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`Your eugenics obsessed society sees ${his} monolithic ${slave.inflationType}-filled belly as absolutely degenerate.`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`Your eugenics obsessed society sees ${his} monolithic implant-filled belly as absolutely degenerate.`);
@@ -134,33 +129,33 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					} else if (slave.bellyPreg >= 300000) {
 						r.push(`Your eugenics obsessed society views ${his} massive pregnant belly as complete degeneracy.`);
 					} else if (slave.bellyPreg >= 15000) {
-						if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) {
+						if (isBreeder && slave.pregSource === -1) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is ripe with your child.`);
-						} else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) {
+						} else if (isBreeder && slave.pregSource === -6) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is ripe with an Elite child.`);
 						} else {
 							r.push(`Your eugenics obsessed society finds ${his} huge pregnant belly absolutely disgusting.`);
 						}
 					} else if (slave.bellyPreg >= 10000) {
-						if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) {
+						if (isBreeder && slave.pregSource === -1) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is heavy with your child.`);
-						} else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) {
+						} else if (isBreeder && slave.pregSource === -6) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is heavy with an Elite child.`);
 						} else {
 							r.push(`Your eugenics obsessed society finds ${his} big pregnant belly absolutely disgusting.`);
 						}
 					} else if (slave.bellyPreg >= 5000) {
-						if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) {
+						if (isBreeder && slave.pregSource === -1) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is swollen with your child.`);
-						} else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) {
+						} else if (isBreeder && slave.pregSource === -6) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is swollen with an Elite child.`);
 						} else {
 							r.push(`Your eugenics obsessed society finds ${his} pregnant belly disgusting.`);
 						}
 					} else if (slave.bellyPreg >= 1500) {
-						if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -1) {
+						if (isBreeder && slave.pregSource === -1) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is swelling with your child.`);
-						} else if (slave.breedingMark === 1 && V.propOutcome === 1 && slave.pregSource === -6) {
+						} else if (isBreeder && slave.pregSource === -6) {
 							r.push(`Your eugenics obsessed society is pleased that ${he} is swelling with an Elite child.`);
 						} else {
 							r.push(`Your eugenics obsessed society finds ${his} developing pregnancy insulting.`);
@@ -178,7 +173,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 	function flesh() {
 		const r = [];
 		if (slave.belly >= 1000000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is swollen beyond any reasonable description,`);
 				if (slave.physicalAge <= 3) {
@@ -281,7 +276,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 750000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He}`);
 				if (slave.belly > (slave.pregAdaptation * 1000)) {
@@ -479,7 +474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 600000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is dangerously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -706,7 +701,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 450000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is immensely pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -898,7 +893,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 300000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is massively pregnant, dwarfing any normal pregnancy,`);
 				if (slave.physicalAge <= 3) {
@@ -1056,7 +1051,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 150000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is massively pregnant, beyond any typical pregnancy,`);
 				if (slave.physicalAge <= 3) {
@@ -1233,7 +1228,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 120000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is massively pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -1363,7 +1358,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 105000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is enormously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -1491,7 +1486,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 90000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is enormously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -1617,7 +1612,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 75000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is enormously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -1741,7 +1736,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 60000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is enormously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -1863,7 +1858,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 45000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is enormously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -1953,7 +1948,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 30000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is enormously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -2041,7 +2036,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 15000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 			} else if (slave.bellyPreg > 0) {
 				r.push(`${He} is enormously pregnant,`);
 				if (slave.physicalAge <= 3) {
@@ -2127,7 +2122,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 10000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 				r.push(`${His} middle is enormously distended with ${slave.inflationType},`);
 				if (slave.physicalAge <= 3) {
 					r.push(`and ${his} toddlerish body is absolutely filled by ${his} bloated innards.`);
@@ -2204,7 +2199,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 5000) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 				r.push(`${He} is greatly distended with ${slave.inflationType},`);
 				if (slave.physicalAge <= 3) {
 					r.push(`and ${his} swollen belly is nearly as big as ${his} toddlerish body.`);
@@ -2271,7 +2266,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 1500) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 				r.push(`${He} is visibly swollen with ${slave.inflationType},`);
 				if (slave.physicalAge <= 3) {
 					r.push(`and ${his} sloshing belly looks obscene on ${his} toddlerish body.`);
@@ -2327,7 +2322,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				}
 			}
 		} else if (slave.belly >= 100) {
-			if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+			if (isBellyFluidLargest) {
 				r.push(`${His} belly is slightly bloated`);
 				if (slave.physicalAge <= 3) {
 					r.push(`and painfully obvious on ${his} toddlerish body.`);
@@ -2627,7 +2622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 		switch (slave.clothes) {
 			case "a Fuckdoll suit":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s suit has no stomach to it as it's the only way to give ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly the space it demands.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s suit has no stomach to it as it's the only way to give ${his} unfathomable, hyper-swollen, implant-filled belly the space it demands.`);
@@ -2639,7 +2634,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s suit has no stomach to it, as it's the only way to give ${his} monolithic ${slave.inflationType}-filled belly the space it demands.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s suit has no stomach to it, as it's the only way to give ${his} monolithic implant-filled belly the space it demands.`);
@@ -2651,7 +2646,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is allowed to bulge out of an enormous hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly is allowed to bulge out of an enormous hole in the suit.`);
@@ -2659,7 +2654,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly is allowed to bulge out of an enormous hole in the suit, giving ${his} squirming occupants room to grow.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly is allowed to bulge out of a huge hole in the suit.`);
@@ -2671,7 +2666,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly is allowed to bulge out of a huge hole in the suit.`);
@@ -2683,7 +2678,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is allowed to bulge out of a huge hole in the suit.`);
@@ -2695,7 +2690,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is allowed to bulge out of a huge hole in the suit.`);
@@ -2707,7 +2702,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is allowed to bulge out of a huge hole in the suit.`);
@@ -2723,7 +2718,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly is allowed to bulge out of a huge hole in the suit.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is allowed to bulge out of a huge hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is allowed to bulge out of a huge hole in the suit.`);
@@ -2737,7 +2732,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly is allowed to bulge out of a huge hole in the suit.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly is allowed to bulge out of a huge hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly is allowed to bulge out of a huge hole in the suit.`);
@@ -2751,7 +2746,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly is allowed to bulge out of a hole in the suit.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is allowed to bulge out of a hole in the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is allowed to bulge out of a hole in the suit.`);
@@ -2763,7 +2758,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnancy is tightly squeezed by the suit creating a noticeable bulge.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly squeezed by the suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly nearly requires ${him} to be switched into a suit with a hole for it to hang out from.`);
@@ -2780,7 +2775,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "conservative clothing":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends between them.`);
 						} else if (slave.boobs > 12000) {
@@ -2821,7 +2816,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened as ${his} womb has consumed so much space that ${He} has no hope of ever doing up the button and, regardless, even the light touch of the fabric against ${his} belly feels nearly intolerable due to the pressure.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} monolithic ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends between them.`);
 						} else if (slave.boobs > 12000) {
@@ -2862,7 +2857,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened as ${his} womb can't handle the strain nor do ${his} children give ${him} the chance to try.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} titanic ${slave.inflationType}-filled belly but do little to hide its size as it forces its way between them.`);
 						} else if (slave.boobs > 12000) {
@@ -2903,7 +2898,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened as ${his} stuffed womb desperately needs the added space.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} gigantic ${slave.inflationType}-filled belly but do little to hide its size as it forces its way between them.`);
 						} else if (slave.boobs > 12000) {
@@ -2944,7 +2939,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened to give ${his} overfilled womb more room.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} massive ${slave.inflationType}-filled belly but do little to hide its size.`);
 						} else if (slave.boobs > 12000) {
@@ -2985,7 +2980,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened to give the heavy dome more room.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} giant ${slave.inflationType}-filled belly allowing the firm dome to part ${his} tits.`);
 						} else if (slave.boobs > 12000) {
@@ -3026,7 +3021,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened to give the taut dome more room.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater far from ${his} giant ${slave.inflationType}-filled belly allowing the rounded dome to part ${his} tits.`);
 						} else if (slave.boobs > 12000) {
@@ -3065,7 +3060,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened to give the firm dome more room.`);
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} huge ${slave.inflationType}-filled belly, though they do a fine job of hiding it themselves.`);
 						} else if (slave.boobs > 12000) {
@@ -3127,7 +3122,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s blouse is pulled taut by ${his} huge pregnant belly; it barely reaches ${his} popped navel.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} huge ${slave.inflationType}-filled belly, though they do a fine job of hiding it themselves.`);
 						} else if (slave.boobs > 12000) {
@@ -3177,7 +3172,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s blouse is pulled taut by ${his} big pregnant belly, the bottom of which can be seen peeking out from underneath. ${His} popped navel forms a small tent in ${his} shirt.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} hugely swollen belly, though they do a fine job of hiding it themselves.`);
 						} else if (slave.boobs > 12000) {
@@ -3251,7 +3246,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s blouse is pulled taut by ${his} pregnant belly. ${His} popped navel forms a small tent in ${his} shirt.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} jiggling ${slave.inflationType}-filled belly, though they do a fine job of hiding it themselves.`);
 						} else if (slave.boobs > 12000) {
@@ -3313,7 +3308,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s blouse bulges with ${his} small pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 24000) {
 							r.push(`${slave.slaveName}'s immense breasts keep ${his} oversized sweater from covering ${his} ${slave.inflationType}-swollen belly, though they do a fine job of hiding it themselves.`);
 						} else if (slave.boobs > 12000) {
@@ -3380,7 +3375,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "chains":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is wrapped with tight chains. Despite how tightly they're pulled together, they fail to sink into the firm globe of ${his} belly at all, shifting over it and agitating ${his} flesh with each of ${his} movements.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is wrapped with tight chains. Despite how tightly they're pulled together, they fail to sink into the firm globe of ${his} belly at all, shifting over it and agitating ${his} flesh with each of ${his} movements.`);
@@ -3388,7 +3383,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is wrapped with tight chains. It bulges so extremely that the outlines of entire infants can be seen pressed up to either side of the chains, sometimes overlapping them so that flesh rubs up against flesh; every motion inside ${him} is excruciating.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is wrapped with tight chains. They can barely sink into the firm globe, only agitating ${his} flesh more.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly is wrapped with tight chains. They can barely sink into the firm globe, only agitating ${his} flesh more.`);
@@ -3396,7 +3391,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly is wrapped with tight chains. It bulges agonizingly as they run between the forms of ${his} unborn children; every motion inside ${him} is excruciating.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly little as they can barely dig into the overfilled globe.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly is wrapped with tight chains. It bulges agonizingly little as they can barely dig into the overfilled globe.`);
@@ -3404,7 +3399,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly is wrapped with tight chains. It bulges agonizingly as they run between the forms of ${his} unborn children; every motion inside ${him} is excruciating.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep as they can into the taut flesh.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep as they can into the taut flesh.`);
@@ -3412,7 +3407,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly is wrapped with tight chains. It bulges agonizingly as they run between the forms of ${his} unborn children; every motion inside ${him} is excruciating.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`);
@@ -3420,7 +3415,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh and every motion inside ${him} causes more suffering.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh.`);
@@ -3428,7 +3423,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly is wrapped with tight chains. It bulges agonizingly as they dig deep into the taut flesh and every motion inside ${him} causes more suffering.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is wrapped with tight chains. It bulges angrily as they dig deep into the taut flesh.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is wrapped with tight chains. It bulges angrily as they dig deep into the taut flesh.`);
@@ -3436,7 +3431,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly is wrapped with tight chains. It bulges painfully as they dig deep into the taut flesh.`);
 					}
 				} else if (slave.belly >= 60000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is wrapped with agonizingly tight chains. It bulges angrily as they dig deep into ${his} sore skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is wrapped with agonizingly tight chains. It bulges angrily as they dig deep into ${his} sore skin.`);
@@ -3448,7 +3443,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly is tightly wrapped with chains.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is tightly wrapped with chains, causing it to bulge angrily as well as making ${him} squirm in discomfort.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is tightly wrapped with chains, causing it to bulge angrily as well as making ${him} squirm in discomfort.`);
@@ -3458,7 +3453,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly is tightly wrapped with chains.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly is tightly wrapped with chains, causing it to bulge angrily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly is tightly wrapped with chains, causing it to bulge angrily.`);
@@ -3472,7 +3467,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly is tightly wrapped with chains.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly wrapped with chains, causing it to bulge angrily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is tightly wrapped with chains, causing it to bulge angrily.`);
@@ -3484,7 +3479,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly is tightly wrapped with chains.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly wrapped with chains.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly is tightly wrapped with chains.`);
@@ -3501,7 +3496,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "Western clothing":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open, giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons no longer hold together at all, and ${he} now has to hold the outfit together by wrapping a large strip of fabric around ${his} outfit and over the line between ${his} belly and slowly distorting ribcage. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} unfathomable, hyper-swollen, implant-filled belly, so ${he} has left the bottom buttons open, giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons no longer hold together at all, and ${he} now has to hold the outfit together by wrapping a large strip of fabric around ${his} outfit and over the line between ${his} belly and slowly distorting ribcage. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
@@ -3509,7 +3504,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} unfathomable, hyper-swollen pregnant belly, so ${he} has left the bottom buttons open, giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons no longer hold together at all, and ${he} now has to hold the outfit together by wrapping a large strip of fabric around ${his} outfit and over the line between ${his} belly and slowly distorting ribcage. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} monolithic ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons strain to hold together. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} monolithic implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons strain to hold together. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
@@ -3517,7 +3512,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} monolithic pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. ${He} has become so wide the remaining buttons strain to hold together. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} titanic ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} titanic implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
@@ -3525,7 +3520,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} titanic pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} gigantic ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} gigantic implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
@@ -3533,7 +3528,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} gigantic pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} massive ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} massive implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
@@ -3541,7 +3536,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} massive pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. The remaining buttons struggle to contain ${his} increasing girth. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant implant-filled belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled middle more space.`);
@@ -3549,7 +3544,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant pregnant belly, so ${he} has left the bottom buttons open giving ${his} stomach room to massively jut out from ${his} body. In addition, ${he}'s left ${his} chaps unfastened to give ${his} overfilled womb more space.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} giant implant-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`);
@@ -3561,7 +3556,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} huge pregnant belly, so ${he} has left the bottom buttons open leaving ${his} belly hanging out.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} huge ${slave.inflationType}-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} huge implant-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`);
@@ -3571,7 +3566,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} big pregnant belly, so ${he} has left the bottom buttons open leaving ${his} belly hanging out.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} hugely swollen belly, so ${he} has left the bottom buttons open leaving ${his} belly hanging out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt can't close over ${his} big implant-filled belly, so ${he} has left the bottom buttons open leaving ${his} stomach hanging out.`);
@@ -3585,7 +3580,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s flannel shirt's buttons strain over ${his} pregnant belly. A patch of ${his} underbelly peeks from beneath the taut fabric and the exhausted garment frequently rides up in defeat.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt's buttons strain over ${his} jiggling ${slave.inflationType}-filled belly. The struggling garment frequently rides up in defeat.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt's buttons strain over ${his} implant-filled belly. A patch of ${his} underbelly peeks from beneath the taut fabric and the exhausted garment frequently rides up in defeat.`);
@@ -3597,7 +3592,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s flannel shirt bulges with ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s flannel shirt bulges with ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s flannel shirt bulges with ${his} implant-rounded belly.`);
@@ -3614,7 +3609,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "body oil":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3622,7 +3617,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3630,7 +3625,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3638,7 +3633,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3646,7 +3641,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3654,7 +3649,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3666,7 +3661,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly is covered in a sheen of oil.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3676,7 +3671,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly is covered in a sheen of oil.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly is covered in a sheen of oil.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3690,7 +3685,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly is covered in a sheen of oil.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is covered in a sheen of oil.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is covered in a sheen of special oil meant to prevent stretch marks.`);
@@ -3702,7 +3697,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly is covered in a sheen of oil.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is covered in a sheen of oil.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly is covered in a sheen of oil.`);
@@ -3719,7 +3714,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a toga":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly the room it demands.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} unfathomable, hyper-swollen, implant-filled belly the room it demands.`);
@@ -3727,7 +3722,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} unfathomable, hyper-swollen pregnant belly the room it desperately needs. ${His} brood appreciates the freedom.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} monolithic ${slave.inflationType}-filled belly the room it demands.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} monolithic implant-filled belly the room it demands.`);
@@ -3735,7 +3730,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} monolithic pregnant belly the room it desperately needs. ${His} children appreciate the freedom.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} titanic ${slave.inflationType}-filled belly to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} titanic implant-filled belly to hang heavily.`);
@@ -3743,7 +3738,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} titanic pregnant belly room. ${His} children appreciate the space and squirm happily.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} gigantic ${slave.inflationType}-filled belly to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} gigantic implant-filled belly to hang heavily.`);
@@ -3751,7 +3746,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} gigantic pregnant belly room. ${His} children appreciate the space.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} massive ${slave.inflationType}-filled belly to bulge freely.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} massive implant-filled belly to bulge freely.`);
@@ -3759,7 +3754,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} massive pregnant belly room.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} giant ${slave.inflationType}-filled belly to jut far from ${his} body.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} giant implant-filled belly to jut far from ${his} body.`);
@@ -3767,7 +3762,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s toga bares ${his} middle to allow ${his} giant pregnant belly to jut far from ${his} body.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga strains around ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga strains around ${his} giant implant-filled belly.`);
@@ -3779,7 +3774,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s toga tightly hugs ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga tightly hugs ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga tightly hugs ${his} huge implant-filled belly.`);
@@ -3789,7 +3784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s toga bulges greatly with ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s toga bulges greatly with ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s toga bulges greatly with ${his} big implant-filled belly.`);
@@ -3803,7 +3798,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly rounds out the front of ${his} toga.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly rounds out the front of ${his} toga.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly rounds out the front of ${his} toga.`);
@@ -3815,7 +3810,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly gently bulges ${his} toga.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly gently bulges ${his} toga.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly gently bulges ${his} toga.`);
@@ -3830,7 +3825,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a huipil":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, its role completely usurped by the colossal mass.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} unfathomable, hyper-swollen, implant-filled belly, its role completely usurped by the colossal mass.`);
@@ -3838,7 +3833,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} unfathomable, hyper-swollen pregnant belly, its role completely usurped by the colossal gravidity.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} monolithic ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} monolithic implant-filled belly, its role completely usurped by the heavy mass.`);
@@ -3846,7 +3841,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} monolithic pregnant belly, its role completely usurped by the gravid mass.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} titanic ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} titanic implant-filled belly, its role completely usurped by the heavy mass.`);
@@ -3854,7 +3849,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} titanic pregnant belly, its role completely usurped by the gravid mass.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} gigantic ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} gigantic implant-filled belly, its role completely usurped by the heavy mass.`);
@@ -3862,7 +3857,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} gigantic pregnant belly, its role completely usurped by the gravid mass.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} massive ${slave.inflationType}-filled belly, its role completely usurped by the heavy mass.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} massive implant-filled belly, its role completely usurped by the heavy mass.`);
@@ -3870,7 +3865,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s huipil meekly rests atop ${his} massive pregnant belly, its role completely usurped by the gravid mass.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly lifts ${his} huipil, though it itself hangs low enough to hide ${his} crotch.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly lifts ${his} huipil, though it itself hangs low enough to hide ${his} crotch.`);
@@ -3878,7 +3873,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly lifts ${his} huipil, though it itself hangs low enough to hide ${his} crotch.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly lifts ${his} huipil, though it itself is just large enough to hide ${his} shame.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly lifts ${his} huipil, though it itself is just large enough to hide ${his} shame.`);
@@ -3890,7 +3885,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly lifts ${his} huipil, exposing ${his} crotch for all to see.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly lifts ${his} huipil, exposing ${his} crotch for all to see.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly lifts ${his} huipil, exposing ${his} crotch for all to see.`);
@@ -3900,7 +3895,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly lifts ${his} huipil, exposing ${his} crotch for all to see.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly lifts ${his} huipil, exposing ${his} crotch for all to see.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly lifts ${his} huipil, exposing ${his} crotch for all to see.`);
@@ -3914,7 +3909,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly lifts ${his} huipil.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly lifts ${his} huipil.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly lifts ${his} huipil.`);
@@ -3927,7 +3922,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly slightly bulges under ${his} huipil.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly slightly bulges under ${his} huipil.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly slightly bulges under ${his} huipil.`);
@@ -3946,7 +3941,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} monolithic implant-filled belly.`);
@@ -3954,7 +3949,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} monolithic pregnant belly. ${His} body needs the room to grow.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} titanic implant-filled belly.`);
@@ -3962,7 +3957,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} titanic pregnant belly. ${His} body needs the room to grow.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} gigantic implant-filled belly.`);
@@ -3970,7 +3965,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} gigantic pregnant belly. ${His} body appreciates the room to grow.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} massive implant-filled belly.`);
@@ -3978,7 +3973,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} giant implant-filled belly.`);
@@ -3986,7 +3981,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} giant pregnant belly.`);
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} huge implant-filled belly.`);
@@ -3994,7 +3989,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${His} qipao is slit up the side. However, it merely rests atop ${his} huge pregnant belly.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it only covers the top quarter of ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it only covers the top quarter of ${his} huge implant-filled belly.`);
@@ -4006,7 +4001,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${His} qipao is slit up the side. However, it only covers half of ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it only covers half of ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it only covers half of ${his} huge implant-filled belly.`);
@@ -4016,7 +4011,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${His} qipao is slit up the side. However, it barely covers ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it barely covers ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it barely covers ${his} big implant-filled belly.`);
@@ -4030,7 +4025,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${His} qipao is slit up the side. However, it only covers ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. However, it only covers ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. However, it only covers ${his} implant-filled belly.`);
@@ -4042,7 +4037,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${His} qipao is slit up the side. The front is pushed out by ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${His} qipao is slit up the side. The front is pushed out by ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${His} qipao is slit up the side. The front is pushed out by ${his} implant-rounded belly.`);
@@ -4061,7 +4056,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps run along the surface of ${his} monolithic ${slave.inflationType}-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps run along the surface of ${his} monolithic implant-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4069,7 +4064,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave outfit's tight straps press into ${his} monolithic pregnant belly, forcing flesh and child to painfully bulge between the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} is excruciating.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} titanic ${slave.inflationType}-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} titanic implant-filled belly. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4077,7 +4072,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave outfit's tight straps press into ${his} titanic pregnant belly, forcing flesh and child to painfully bulge between the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} is excruciating.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} gigantic ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps barely press into ${his} gigantic implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4085,7 +4080,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave outfit's tight straps press into ${his} gigantic pregnant belly, forcing flesh and child to painfully bulge between the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} is excruciating.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} massive ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} massive implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4093,7 +4088,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} massive pregnant belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} causes ${him} more suffering.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4101,7 +4096,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant pregnant belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel. Every motion inside ${him} causes ${him} more suffering.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant ${slave.inflationType}-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant implant-filled belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4109,7 +4104,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} giant pregnant belly, forcing flesh to painfully bulge out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					}
 				} else if (slave.belly >= 60000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} huge ${slave.inflationType}-filled belly, forcing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's agonizingly tight straps press into ${his} huge implant-filled belly, forcing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4121,7 +4116,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} huge pregnant belly. The straps connect to a steel ring encircling ${his} popped navel.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} huge ${slave.inflationType}-filled belly, causing flesh to spill out of the gaps and ${him} squirm with discomfort. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} huge implant-filled belly, causing flesh to spill out of the gaps and ${him} squirm with discomfort. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4131,7 +4126,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} big pregnant belly. The straps connect to a steel ring encircling ${his} popped navel.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} hugely swollen belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} big implant-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4145,7 +4140,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} pregnant belly. The straps connect to a steel ring encircling ${his} popped navel.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} jiggling ${slave.inflationType}-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} implant-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling ${his} popped navel.`);
@@ -4157,7 +4152,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave outfit's straining straps press into ${his} implant-rounded belly.`);
@@ -4174,7 +4169,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "shibari ropes":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is tightly bound with ropes; they stand no chance of sinking into the bloated orb, and can barely wrap around it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is tightly bound with ropes; they stand no chance of sinking into the bloated orb, and can barely wrap around it.`);
@@ -4182,7 +4177,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is tightly bound with ropes. It bulges angrily as they run between the forms of ${his} unborn children, and the ropes can barely wrap around it.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is tightly bound with ropes; they stand no chance at sinking into the bloated orb.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly is tightly bound with ropes; they stand no chance at sinking into the bloated orb.`);
@@ -4190,7 +4185,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly is tightly bound with ropes. It bulges angrily as they run between the forms of ${his} unborn children.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`);
@@ -4198,7 +4193,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly is tightly bound with ropes; flesh and child bulge angrily from between them. ${His} children shift constantly under the tight bindings.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly is tightly bound with ropes; they barely sink into the bloated orb.`);
@@ -4206,7 +4201,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly is tightly bound with ropes; flesh and child bulge angrily from between them.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`);
@@ -4214,7 +4209,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly is tightly bound with ropes; flesh bulges angrily from between them.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`);
@@ -4226,7 +4221,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly is tightly bound with rope.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`);
@@ -4236,7 +4231,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly is tightly bound with rope.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly is tightly bound with ropes. It bulges lewdly through the gaps.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.`);
@@ -4250,7 +4245,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly is tightly bound with rope.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly bound with rope. It bulges lewdly through the gaps.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is tightly bound with rope; flesh bulges angrily from between them.`);
@@ -4262,7 +4257,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly is tightly bound with rope.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly bound with rope forcing it to bulge out the gaps.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly is tightly bound with rope; flesh bulges from between them.`);
@@ -4282,7 +4277,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon on the brink of popping. Only ${his} popped navel sticking out the front of ${his} belly disrupts the endless smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon on the brink of popping. Only ${his} popped navel sticking out the front of ${his} belly disrupts the endless smoothness.`);
@@ -4290,7 +4285,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated, bump coated weather balloon on the brink of popping. ${His} popped navel and clearly defined occupants disrupt the smoothness`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4298,7 +4293,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated, bump coated weather balloon. ${His} popped navel and bulging occupants disrupt the smoothness.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4306,7 +4301,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like a weather balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4314,7 +4309,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4322,7 +4317,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a big beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like a big beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4330,7 +4325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like a big beachball. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					}
 				} else if (slave.belly >= 60000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4342,7 +4337,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4352,7 +4347,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon nearing its limit. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon ready to pop. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon nearing its limit. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4366,7 +4361,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly greatly distends ${his} latex suit, leaving ${him} looking like an over-inflated balloon. Only ${his} popped navel sticking out the front of ${his} belly disrupts the smoothness.`);
@@ -4378,7 +4373,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly greatly bulges under ${his} latex suit.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly greatly bulges under ${his} latex suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly greatly bulges under ${his} latex suit.`);
@@ -4397,7 +4392,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4423,7 +4418,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4449,7 +4444,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4475,7 +4470,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4501,7 +4496,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4527,7 +4522,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4553,7 +4548,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4579,7 +4574,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4621,7 +4616,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4655,7 +4650,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4705,7 +4700,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4747,7 +4742,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4802,7 +4797,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4828,7 +4823,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4854,7 +4849,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4880,7 +4875,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4906,7 +4901,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -4932,7 +4927,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4958,7 +4953,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -4984,7 +4979,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5026,7 +5021,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5060,7 +5055,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5110,7 +5105,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5152,7 +5147,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5207,7 +5202,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5233,7 +5228,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5259,7 +5254,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5285,7 +5280,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5311,7 +5306,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5337,7 +5332,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5363,7 +5358,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5389,7 +5384,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5431,7 +5426,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5465,7 +5460,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5515,7 +5510,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5557,7 +5552,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5612,7 +5607,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5638,7 +5633,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5664,7 +5659,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5690,7 +5685,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5716,7 +5711,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -5742,7 +5737,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5768,7 +5763,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5794,7 +5789,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5836,7 +5831,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5870,7 +5865,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5920,7 +5915,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -5962,7 +5957,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6017,7 +6012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly bulges tremendously out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -6043,7 +6038,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -6069,7 +6064,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly hangs heavily out of ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -6095,7 +6090,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -6121,7 +6116,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hangs out ${his} open tunic and undershirt.`);
 						} else if (slave.boobs > 4000) {
@@ -6147,7 +6142,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly parts ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6173,7 +6168,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6199,7 +6194,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6241,7 +6236,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s huge pregnant belly threatens to pop the buttons off ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is barely obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6275,7 +6270,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s big pregnant belly greatly stretches ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6325,7 +6320,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s pregnant belly notably distends ${his} uniform's jacket.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6367,7 +6362,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s uniform covers ${his} small pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6420,7 +6415,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a nice nurse outfit":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room to hang tremendously.`);
 						} else if (slave.boobs > 4000) {
@@ -6446,7 +6441,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room to hang tremendously.`);
 						} else if (slave.boobs > 4000) {
@@ -6472,7 +6467,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room to hang heavily.`);
 						} else if (slave.boobs > 4000) {
@@ -6498,7 +6493,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room.`);
 						} else if (slave.boobs > 4000) {
@@ -6524,7 +6519,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly parts ${his} uncovered breasts. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled belly more room.`);
 						} else if (slave.boobs > 4000) {
@@ -6550,7 +6545,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly peeks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`);
 						} else if (slave.boobs > 4000) {
@@ -6592,7 +6587,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s nurse outfit is almost conservative, though ${his} huge pregnant belly hangs out from under ${his} top and forces ${him} to leave ${his} trousers unfastened.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly slightly parts ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`);
 						} else if (slave.boobs > 4000) {
@@ -6626,7 +6621,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s nurse outfit is almost conservative, though ${his} big pregnant belly hangs out from under ${his} top, straining the buttons on ${his} trousers.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s hugely swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6676,7 +6671,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s nurse outfit is almost conservative, though ${his} pregnancy hangs out from under ${his} top, slightly obscuring ${his} trousers.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6718,7 +6713,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s nurse outfit is almost conservative, it covers ${his} small pregnant belly completely.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > 12000) {
 							r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is obscured by ${his} massive tits.`);
 						} else if (slave.boobs > 4000) {
@@ -6773,7 +6768,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6781,7 +6776,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6789,7 +6784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6797,7 +6792,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6805,7 +6800,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6813,7 +6808,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6825,7 +6820,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`);
@@ -6835,7 +6830,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress barely clings to ${his} big implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -6849,7 +6844,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} implant-filled belly.`);
@@ -6861,7 +6856,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} implant-rounded belly.`);
@@ -6880,7 +6875,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6888,7 +6883,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6896,7 +6891,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6904,7 +6899,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6912,7 +6907,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6920,7 +6915,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6932,7 +6927,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`);
@@ -6942,7 +6937,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -6956,7 +6951,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} implant-filled belly.`);
@@ -6968,7 +6963,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} implant-rounded belly.`);
@@ -6987,7 +6982,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -6995,7 +6990,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7003,7 +6998,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7011,7 +7006,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7019,7 +7014,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7027,7 +7022,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7039,7 +7034,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`);
@@ -7049,7 +7044,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -7063,7 +7058,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-filled belly.`);
@@ -7075,7 +7070,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-rounded belly.`);
@@ -7094,7 +7089,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7102,7 +7097,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7110,7 +7105,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7118,7 +7113,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7126,7 +7121,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7134,7 +7129,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7146,7 +7141,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`);
@@ -7156,7 +7151,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -7170,7 +7165,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-filled belly.`);
@@ -7182,7 +7177,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-rounded belly.`);
@@ -7201,7 +7196,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7209,7 +7204,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7217,7 +7212,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7225,7 +7220,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7233,7 +7228,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7241,7 +7236,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7253,7 +7248,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`);
@@ -7263,7 +7258,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -7277,7 +7272,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-filled belly.`);
@@ -7289,7 +7284,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress tightly clings to ${his} implant-rounded belly.`);
@@ -7306,7 +7301,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "battlearmor":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`Traditional battle armor would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly. Instead, ${he} wears armor more suited to protecting an industrial tanker truck rather than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized ${slave.inflationType} and special hookups to optimize the value of mobility aids.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`Traditional battle armor would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly. Instead, ${he} wears armor more suited to protecting an industrial tanker truck rather than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized implant and special hookups to optimize the value of mobility aids.`);
@@ -7314,7 +7309,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`Traditional battle armor would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly. Instead, ${he} wears armor more suited to protecting an industrial tanker truck rather than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized womb and innumerable brood of squirming children, as well as special hookups to optimize the value of mobility aids.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7322,7 +7317,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It tightly clings to ${his} monolithic pregnant belly, drawing the eye to ${his} protruding navel, the clear bulges of the life growing within ${him}, and every slight twitch inside ${his} taut middle.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7330,7 +7325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It tightly clings to ${his} titanic pregnant belly, drawing the eye to ${his} protruding navel, the bulges of the life growing within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7338,7 +7333,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It tightly clings to ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel, the outlines of the life within ${him}, and every kick and squirm inside ${his} straining middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7346,7 +7341,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} massive pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7354,7 +7349,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It tightly clings to ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge ${slave.inflationType}-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It tightly clings to ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
@@ -7366,7 +7361,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} huge pregnant belly and frequently rides up far enough to show off ${his} privates.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} huge ${slave.inflationType}-filled belly and frequently rides up far enough to show off ${his} privates.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} huge implant-filled belly and frequently rides up far enough to show off ${his} privates.`);
@@ -7376,7 +7371,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -7390,7 +7385,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} implant-filled belly.`);
@@ -7402,7 +7397,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} implant-rounded belly.`);
@@ -7419,7 +7414,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "Imperial Plate":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`Regular Imperial Plate would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly. Instead, ${he} wears armor more suited to protecting an industrial vehicle than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized ${slave.inflationType} and special hookups to optimize the value of mobility aids.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`Regular Imperial Plate would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly. Instead, ${he} wears armor more suited to protecting an industrial vehicle than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized implant and special hookups to optimize the value of mobility aids.`);
@@ -7427,7 +7422,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`Regular Imperial Plate would be useless on ${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly. Instead, ${he} wears armor more suited to protecting an industrial vehicle than a human being, complete with an internal mechanical frame designed to draw the shock of physical blows away from ${his} dangerously pressurized womb and innumerable brood of squirming children, as well as special hookups to optimize the value of mobility aids.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It just barely shows a hint of ${his} monolithic ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It just barely shows a hint of ${his} swollen belly underneath the ultra-heavy armor.`);
@@ -7435,7 +7430,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a dangerously gravid ${girl}. It just barely shows a hint of ${his} monolithic pregnant belly underneath the ultra-heavy armor.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It just barely shows a hint of ${his} titanic ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It just barely shows a hint of ${his} titanic implant-filled belly underneath the ultra-heavy armor.`);
@@ -7443,7 +7438,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such an absurdly gravid ${girl}. It just barely shows a hint of ${his} titanic pregnant belly${him} underneath the ultra-heavy armor.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It just barely shows a hint of ${his} gigantic ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It just barely shows a hint of ${his} gigantic implant-filled belly underneath the ultra-heavy armor.`);
@@ -7451,7 +7446,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a massively gravid ${girl}. It just barely shows a hint of ${his} gigantic pregnant belly underneath the ultra-heavy armor.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} massive ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} massive implant-filled belly underneath the ultra-heavy armor.`);
@@ -7459,7 +7454,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} massive pregnant belly underneath the ultra-heavy armor.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} giant ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} giant implant-filled belly underneath the ultra-heavy armor.`);
@@ -7467,7 +7462,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a hugely gravid ${girl}. It just barely shows a hint of ${his} giant pregnant belly underneath the ultra-heavy armor.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It just barely shows a hint of ${his} huge ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor is specially tailored to fit such a gravid ${girl}. It just barely shows a hint of ${his} huge implant-filled belly underneath the ultra-heavy armor.`);
@@ -7479,7 +7474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} huge pregnant belly underneath the ultra-heavy armor.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} huge ${slave.inflationType}-filled belly underneath the ultra-heavy armor.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} huge implant-filled belly underneath the ultra-heavy armor.`);
@@ -7489,7 +7484,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -7503,7 +7498,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} implant-filled belly.`);
@@ -7515,7 +7510,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s armor just barely shows a hint of ${his} implant-rounded belly.`);
@@ -7534,7 +7529,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge tremendously.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge tremendously.`);
@@ -7542,7 +7537,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} silk panties. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge massively.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} silk panties and takes full advantage of its lack of restriction to bulge massively.`);
@@ -7550,7 +7545,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} silk panties. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`);
@@ -7558,7 +7553,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} silk panties. ${His} children appreciate the space granted by ${his} exposed middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} silk panties and takes full advantage of its freedom to hang heavily.`);
@@ -7566,7 +7561,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} silk panties and takes full advantage of its freedom to bulge hugely.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly hides ${his} silk panties and bulges heavily from ${his} body.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly hides ${his} silk panties and bulges heavily from ${his} body.`);
@@ -7578,7 +7573,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly almost hides ${his} silk panties.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly almost hides ${his} silk panties.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly almost hides ${his} silk panties.`);
@@ -7588,7 +7583,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly hides most of ${his} silk panties.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s big ${slave.inflationType}-filled belly hides most of ${his} silk panties.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly hides most of ${his} silk panties.`);
@@ -7602,7 +7597,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly obscures ${his} silk panties' fabric cat ears.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly obscures ${his} silk panties' fabric cat ears.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly obscures ${his} silk panties' fabric cat ears.`);
@@ -7614,7 +7609,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly bulges above ${his} silk panties.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly rests above ${his} silk panties.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly bulges above ${his} silk panties.`);
@@ -7633,7 +7628,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly protrudes from over the top of ${his} monokini, which has been fully pushed down by the mass.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly protrudes from over the top of ${his} monokini, which has been fully pushed down by the mass.`);
@@ -7641,7 +7636,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monokini shows off every kick and movement within ${his} monolithic bulging pregnant belly. ${His} monolithic squirming belly protrudes from over the top of the swimsuit, which has been pushed down by the mass.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly has pushed down the front of ${his} monokini, leaving ${his} belly mostly bare.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly has pushed down the front of ${his} monokini, leaving ${his} belly mostly bare.`);
@@ -7649,7 +7644,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly has pushed down the front of ${his} monokini, leaving ${his} belly mostly bare.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini can only cover a fraction of ${his} gigantic ${slave.inflationType}-filled belly, which rests on top of the swimsuit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini can only cover a fraction of ${his} gigantic implant-filled belly, which rests on top of the swimsuit.`);
@@ -7657,7 +7652,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monokini can only cover a fraction of ${his} gigantic pregnant belly, which rests on top of the swimsuit.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} massive ${slave.inflationType}-filled belly. The swimsuit has been pushed down to well below ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} massive implant-filled belly. The swimsuit has been pushed down to well below ${his} popped navel.`);
@@ -7665,7 +7660,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monokini shows off every kick and movement within ${his} massive pregnant belly. The swimsuit has been pushed down to well below ${his} popped navel.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} giant ${slave.inflationType}-filled belly. The swimsuit has been pushed down to below ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} giant implant-filled belly. The swimsuit has been pushed down to below ${his} popped navel.`);
@@ -7673,7 +7668,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monokini shows off every kick and movement within ${his} giant pregnant belly. The swimsuit has been pushed down to below ${his} popped navel.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} huge ${slave.inflationType}-filled belly. The swimsuit has been pushed down to just below ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini shows off the sheer size of ${his} huge implant-filled belly. The swimsuit has been pushed down to just below ${his} popped navel.`);
@@ -7685,7 +7680,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s monokini shows off the curvature of ${his} big pregnant belly. The swimsuit has been pushed down to just above ${his} popped navel.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini overs less than half of ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini overs less than half of ${his} implant-filled belly.`);
@@ -7695,7 +7690,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s monokini overs only half of ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini overs only half of ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini overs only half of ${his} implant-filled belly.`);
@@ -7709,7 +7704,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s monokini covers most of ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini covers most of ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini covers most of ${his} implant-filled belly.`);
@@ -7721,7 +7716,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s monokini covers all of ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monokini covers all of ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monokini covers all of ${his} implant-filled belly.`);
@@ -7740,7 +7735,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} monolithic implant-filled belly.`);
@@ -7748,7 +7743,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} titanic implant-filled belly.`);
@@ -7756,7 +7751,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} gigantic implant-filled belly.`);
@@ -7764,7 +7759,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} massive implant-filled belly.`);
@@ -7772,7 +7767,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} giant implant-filled belly.`);
@@ -7780,7 +7775,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} giant pregnant belly.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} has given up trying to tie ${his} apron's strings, allowing the frilly garment to idly rest upon ${his} huge implant-filled belly.`);
@@ -7792,7 +7787,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The strings of ${slave.slaveName}'s apron struggle to stay tied due to the size of ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The strings of ${slave.slaveName}'s apron struggle to stay tied due to the size of ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The strings of ${slave.slaveName}'s apron struggle to stay tied due to the size of ${his} implant-filled belly.`);
@@ -7802,7 +7797,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s apron is pushed away from ${his} body by ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s apron is pushed away from ${his} body by ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s apron is pushed away from ${his} body by ${his} huge implant-filled belly.`);
@@ -7816,7 +7811,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s apron is filled out by ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s apron is filled out by ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s apron is filled out by ${his} implant-filled belly.`);
@@ -7828,7 +7823,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s apron is rounded out by ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s apron is rounded out by ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s apron is rounded out by ${his} implant-rounded belly.`);
@@ -7848,7 +7843,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tent-like abaya is still strained from the sheer size of ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tent-like abaya is still strained from the sheer size of ${his} monolithic implant-filled belly.`);
@@ -7856,7 +7851,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s tent-like abaya is still strained from the sheer size of ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya only manages to cover ${his} titanic ${slave.inflationType}-filled belly with major extensions to the material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya only manages to cover ${his} titanic implant-filled belly with major extensions to the material.`);
@@ -7864,7 +7859,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s abaya only manages to cover ${his} titanic pregnant belly with major extensions to the material.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya drapes itself over the sides of ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya drapes itself over the sides of ${his} gigantic implant-filled belly.`);
@@ -7872,7 +7867,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s abaya drapes itself over the sides of ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya has been severely lengthened to ensure that ${his} massive ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya has been severely lengthened to ensure that ${his} massive implant-filled belly is fully covered.`);
@@ -7880,7 +7875,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s abaya has been severely lengthened to ensure that ${his} massive pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya has been severely widened to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya has been severely widened to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -7888,7 +7883,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s abaya has been severely widened to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya lies completely taut on ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya lies completely taut on ${his} huge implant-filled belly.`);
@@ -7900,7 +7895,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s abaya is straining to contain ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya is straining to contain ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya is straining to contain ${his} huge implant-filled belly.`);
@@ -7910,7 +7905,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s abaya is filled by ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya is filled by ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya is filled by ${his} implant-filled belly.`);
@@ -7924,7 +7919,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s abaya is filled out by ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya is filled out by ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya is filled out by ${his} implant-filled belly.`);
@@ -7936,7 +7931,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s abaya bulges with ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s abaya bulges with ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s abaya bulges with ${his} implant-rounded belly.`);
@@ -7955,7 +7950,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s robe has been stretched so thin by ${his} monolithic ${slave.inflationType}-swollen belly, it's now ironically much more comfortable to wear.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s robe has been stretched so thin by ${his} monolithic implant-filled belly, it's now ironically much more comfortable to wear.`);
@@ -7963,7 +7958,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s robe has been stretched so thin by ${his} monolithic pregnant belly, it's now ironically much more comfortable to wear.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s robes are stretching itself thin to cover ${his} titanic ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s robes are stretching itself thin to cover ${his} titanic implant-filled belly.`);
@@ -7971,7 +7966,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s robes are stretching itself thin to cover ${his} titanic bulging pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s robes are starting to chafe the sensitive skin of ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s robes are starting to chafe the sensitive skin of ${his} gigantic implant-filled belly.`);
@@ -7979,7 +7974,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s robes are starting to chafe the sensitive skin of ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s robes have been given numerous extensions in order to properly cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s robes have been given numerous extensions in order to properly cover ${his} massive implant-filled belly.`);
@@ -7987,7 +7982,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s robes have been given numerous extensions in order to properly cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s robes are straining to cover ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s robes are straining to cover ${his} giant implant-filled belly.`);
@@ -7995,7 +7990,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s robes are straining to cover ${his} giant pregnant belly.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s robes lie taut against ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s robes lie taut against ${his} huge implant-filled belly.`);
@@ -8007,7 +8002,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s robes are filled out by ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s robes are filled out by ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s robes are filled out by ${his} huge implant-filled belly.`);
@@ -8017,7 +8012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s robes are noticeably rounded out by ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s robes are noticeably rounded out by ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s robes are noticeably rounded out by ${his} huge implant-filled belly.`);
@@ -8031,7 +8026,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s robes, thanks to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s robes, thanks to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s robes, thanks to ${his} implant-filled belly.`);
@@ -8043,7 +8038,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s robes bulge with ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s robes show no sign of ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s robes show no sign of ${his} implant-rounded belly.`);
@@ -8062,7 +8057,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burqa has been stretched so thin by ${his} monolithic ${slave.inflationType}-swollen belly, it's now ironically much more comfortable to wear.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burqa has been stretched so thin by ${his} monolithic implant-filled belly, it's now ironically much more comfortable to wear.`);
@@ -8070,7 +8065,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s burqa has been stretched so thin by ${his} monolithic pregnant belly, it's now ironically much more comfortable to wear.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burqa is stretching itself thin to cover ${his} titanic ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burqa is stretching itself thin to cover ${his} titanic implant-filled belly.`);
@@ -8078,7 +8073,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s burqa is stretching itself thin to cover ${his} titanic bulging pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s burqa is starting to chafe the sensitive skin of ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s burqa is starting to chafe the sensitive skin of ${his} gigantic implant-filled belly.`);
@@ -8086,7 +8081,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s burqa is starting to chafe the sensitive skin of ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burqa has been given numerous extensions in order to properly cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burqa has been given numerous extensions in order to properly cover ${his} massive implant-filled belly.`);
@@ -8094,7 +8089,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s burqa has been given numerous extensions in order to properly cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burqa is straining to cover ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burqa is straining to cover ${his} giant implant-filled belly.`);
@@ -8102,7 +8097,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s burqa is straining to cover ${his} giant pregnant belly.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s burqa lies taut against ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The heavy fabric of ${slave.slaveName}'s burqa lies taut against ${his} huge implant-filled belly.`);
@@ -8114,7 +8109,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s burqa is filled out by ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burqa is filled out by ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burqa is filled out by ${his} huge implant-filled belly.`);
@@ -8124,7 +8119,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s burqa is noticeably rounded out by ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burqa is noticeably rounded out by ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burqa is noticeably rounded out by ${his} huge implant-filled belly.`);
@@ -8138,7 +8133,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s burqa, thanks to ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s burqa, thanks to ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`There is a slight roundness to the middle of ${slave.slaveName}'s burqa, thanks to ${his} implant-filled belly.`);
@@ -8150,7 +8145,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s abaya bulges with ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burqa shows no sign of ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burqa shows no sign of ${his} implant-rounded belly.`);
@@ -8170,7 +8165,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit lies taut across ${his} monolithic implant-filled belly.`);
@@ -8178,7 +8173,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -8186,7 +8181,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s outfit has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The tunic ${slave.slaveName}'s outfit can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The tunic ${slave.slaveName}'s outfit can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`);
@@ -8194,7 +8189,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The tunic ${slave.slaveName}'s outfit can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} outfit has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} outfit has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -8202,7 +8197,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} outfit has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -8210,7 +8205,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s outfit's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -8222,7 +8217,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s outfit is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -8232,7 +8227,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s outfit is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -8246,7 +8241,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s outfit bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit bulges significantly from ${his} implant-filled belly.`);
@@ -8258,7 +8253,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s outfit gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit gently bulges from ${his} implant-rounded belly.`);
@@ -8296,7 +8291,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} monolithic implant-filled belly.`);
@@ -8304,7 +8299,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} titanic implant-filled belly.`);
@@ -8312,7 +8307,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The tunic ${slave.slaveName}'s outfit completely bares ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The tunic ${slave.slaveName}'s outfit completely bares ${his} gigantic implant-filled belly.`);
@@ -8320,7 +8315,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The tunic ${slave.slaveName}'s outfit completely bares ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} outfit completely bares ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} outfit completely bares ${his} massive implant-filled belly.`);
@@ -8328,7 +8323,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} outfit completely bares ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} popped navel, ensuring that ${his} giant ${slave.inflationType}-filled belly is fully visible.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} popped navel, ensuring that ${his} giant implant-filled belly is fully visible.`);
@@ -8336,7 +8331,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} popped navel, ensuring that ${his} giant pregnant belly is fully visible.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s outfit completely bares ${his} huge implant-filled belly.`);
@@ -8348,7 +8343,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge implant-filled belly.`);
@@ -8358,7 +8353,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s outfit completely bares ${his} huge implant-filled belly.`);
@@ -8372,7 +8367,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} implant-filled belly.`);
@@ -8384,7 +8379,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s outfit completely bares ${his} implant-rounded belly.`);
@@ -8403,7 +8398,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s swimsuit lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s swimsuit lies taut across ${his} monolithic implant-filled belly.`);
@@ -8411,7 +8406,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s swimsuit lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s swimsuit has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s swimsuit has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -8419,7 +8414,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s swimsuit has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The ${slave.slaveName}'s swimsuit can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} swimsuit has been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The ${slave.slaveName}'s swimsuit can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} swimsuit has been widened to pick up the slack.`);
@@ -8427,7 +8422,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The ${slave.slaveName}'s swimsuit can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} swimsuit has been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} swimsuit has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} swimsuit has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -8435,7 +8430,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} swimsuit has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s swimsuit has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s swimsuit has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -8443,7 +8438,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s swimsuit has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s swimsuit lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s swimsuit lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -8455,7 +8450,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s swimsuit is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s swimsuit is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s swimsuit is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -8465,7 +8460,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s swimsuit is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s swimsuit is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s swimsuit is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -8479,7 +8474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s swimsuit bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s swimsuit bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s swimsuit bulges significantly from ${his} implant-filled belly.`);
@@ -8491,7 +8486,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s swimsuit gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s swimsuit gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s swimsuit gently bulges from ${his} implant-rounded belly.`);
@@ -8512,7 +8507,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s sweater lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s sweater lies taut across ${his} monolithic implant-filled belly.`);
@@ -8520,7 +8515,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s sweater lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s sweater has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s sweater has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -8528,7 +8523,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s sweater has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The ${slave.slaveName}'s sweater can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} sweater has been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The ${slave.slaveName}'s sweater can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} sweater has been widened to pick up the slack.`);
@@ -8536,7 +8531,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The ${slave.slaveName}'s sweater can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} sweater has been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} sweater has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} sweater has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -8544,7 +8539,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} sweater has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s sweater has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s sweater has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -8552,7 +8547,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s sweater has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s sweater lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s sweater lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -8564,7 +8559,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s sweater is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s sweater is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s sweater is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -8574,7 +8569,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s sweater is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s sweater is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s sweater is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -8588,7 +8583,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s sweater bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s sweater bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s sweater bulges significantly from ${his} implant-filled belly.`);
@@ -8600,7 +8595,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s sweater gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s sweater gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s sweater gently bulges from ${his} implant-rounded belly.`);
@@ -8619,7 +8614,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies taut across ${his} monolithic implant-filled belly.`);
@@ -8627,7 +8622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s uniform's shirt has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s uniform's shirt has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -8635,7 +8630,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s uniform's shirt has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The shirt ${slave.slaveName}'s uniform can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The shirt ${slave.slaveName}'s uniform can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`);
@@ -8643,7 +8638,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The shirt ${slave.slaveName}'s uniform can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} uniform's shirt has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} uniform's shirt has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -8651,7 +8646,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} uniform's shirt has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s uniform's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s uniform's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -8659,7 +8654,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s uniform's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s uniform's shirt lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -8671,7 +8666,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The shirt of ${slave.slaveName}'s uniform is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The shirt of ${slave.slaveName}'s uniform is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The shirt of ${slave.slaveName}'s uniform is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -8681,7 +8676,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The shirt of ${slave.slaveName}'s uniform is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The shirt of ${slave.slaveName}'s uniform is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The shirt of ${slave.slaveName}'s uniform is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -8695,7 +8690,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s uniform bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s uniform bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s uniform bulges significantly from ${his} implant-filled belly.`);
@@ -8707,7 +8702,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s uniform gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s uniform gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s uniform gently bulges from ${his} implant-rounded belly.`);
@@ -8726,7 +8721,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s hanbok lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s hanbok lies taut across ${his} monolithic implant-filled belly.`);
@@ -8734,7 +8729,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s hanbok lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hanbok has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s hanbok has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -8742,7 +8737,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s hanbok has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The ${slave.slaveName}'s hanbok can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} hanbok has been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The ${slave.slaveName}'s hanbok can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} hanbok has been widened to pick up the slack.`);
@@ -8750,7 +8745,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The ${slave.slaveName}'s hanbok can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} hanbok has been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} hanbok has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} hanbok has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -8758,7 +8753,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} hanbok has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hanbok has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s hanbok has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -8766,7 +8761,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s hanbok has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s hanbok lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s hanbok lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -8778,7 +8773,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s hanbok is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s hanbok is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s hanbok is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -8788,7 +8783,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s hanbok is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s hanbok is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s hanbok is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -8802,7 +8797,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s hanbok bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hanbok bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s hanbok bulges significantly from ${his} implant-filled belly.`);
@@ -8814,7 +8809,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s hanbok gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hanbok gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s hanbok gently bulges from ${his} implant-rounded belly.`);
@@ -8833,7 +8828,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s dress lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s dress lies taut across ${his} monolithic implant-filled belly.`);
@@ -8841,7 +8836,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s dress lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -8849,7 +8844,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The ${slave.slaveName}'s dress can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} dress has been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The ${slave.slaveName}'s dress can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} dress has been widened to pick up the slack.`);
@@ -8857,7 +8852,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The ${slave.slaveName}'s dress can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} dress has been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} dress has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} dress has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -8865,7 +8860,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} dress has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress has been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress has been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -8873,7 +8868,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress has been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s dress lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s dress lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -8885,7 +8880,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s dress is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s dress is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s dress is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -8895,7 +8890,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s dress is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s dress is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s dress is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -8909,7 +8904,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s dress bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress bulges significantly from ${his} implant-filled belly.`);
@@ -8921,7 +8916,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s dress gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress gently bulges from ${his} implant-rounded belly.`);
@@ -8941,7 +8936,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName} tank-top lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName} tank-top lies taut across ${his} monolithic implant-filled belly.`);
@@ -8949,7 +8944,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName} tank-top lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} tank-top has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} tank-top has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -8957,7 +8952,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} tank-top has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The ${slave.slaveName} tank-top can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The ${slave.slaveName} tank-top can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`);
@@ -8965,7 +8960,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The ${slave.slaveName} tank-top can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} tank-top has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} tank-top has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -8973,7 +8968,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} tank-top has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} tank-top pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} tank-top pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -8981,7 +8976,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} tank-top pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName} tank-top lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName} tank-top lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -8993,7 +8988,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName} tank-top is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName} tank-top is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName} tank-top is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -9003,7 +8998,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName} tank-top is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName} tank-top is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName} tank-top is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -9017,7 +9012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName} tank-top bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} tank-top bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} tank-top bulges significantly from ${his} implant-filled belly.`);
@@ -9029,7 +9024,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName} tank-top gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} tank-top gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} tank-top gently bulges from ${his} implant-rounded belly.`);
@@ -9056,7 +9051,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt lies taut across ${his} monolithic implant-filled belly.`);
@@ -9064,7 +9059,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s shirt has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s shirt has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -9072,7 +9067,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s shirt has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s shirt can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s shirt can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`);
@@ -9080,7 +9075,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s shirt can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} shirt has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} shirt has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -9088,7 +9083,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} shirt has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s shirt's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s shirt's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -9096,7 +9091,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s shirt's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -9108,7 +9103,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The bottom of ${slave.slaveName}'s shirt is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -9118,7 +9113,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The bottom of ${slave.slaveName}'s shirt is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s shirt is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -9132,7 +9127,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s shirt bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s shirt bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s shirt bulges significantly from ${his} implant-filled belly.`);
@@ -9144,7 +9139,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s shirt gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s shirt gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s shirt gently bulges from ${his} implant-rounded belly.`);
@@ -9163,7 +9158,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies taut across ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies taut across ${his} monolithic implant-filled belly.`);
@@ -9171,7 +9166,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies taut across ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burkini's tunic has been lengthened a great deal just to cover most of ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burkini's tunic has been lengthened a great deal just to cover most of ${his} titanic implant-filled belly.`);
@@ -9179,7 +9174,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s burkini's tunic has been lengthened a great deal just to cover most of ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The tunic ${slave.slaveName}'s burkini can't possibly cover the underside of ${his} gigantic ${slave.inflationType}-filled belly, so ${his} pants have been widened to pick up the slack.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The tunic ${slave.slaveName}'s burkini can't possibly cover the underside of ${his} gigantic implant-filled belly, so ${his} pants have been widened to pick up the slack.`);
@@ -9187,7 +9182,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The tunic ${slave.slaveName}'s burkini can't possibly cover the underside of ${his} gigantic pregnant belly, so ${his} pants have been widened to pick up the slack.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} burkini's tunic has been let out a great deal to cover ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} burkini's tunic has been let out a great deal to cover ${his} massive implant-filled belly.`);
@@ -9195,7 +9190,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} burkini's tunic has been let out a great deal to cover ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burkini's pants have been extended to reach ${his} popped navel to ensure that ${his} giant ${slave.inflationType}-filled belly is fully covered.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burkini's pants have been extended to reach ${his} popped navel to ensure that ${his} giant implant-filled belly is fully covered.`);
@@ -9203,7 +9198,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s burkini's pants have been extended to reach ${his} popped navel to ensure that ${his} giant pregnant belly is fully covered.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies at crotch-level due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s burkini's tunic lies at crotch-level due to ${his} huge implant-filled belly.`);
@@ -9215,7 +9210,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s burkini is pushed up to just below ${his} crotch due to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s burkini is pushed up to just below ${his} crotch due to ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s burkini is pushed up to just below ${his} crotch due to ${his} huge implant-filled belly.`);
@@ -9225,7 +9220,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`The fabric of ${slave.slaveName}'s burkini is slightly pushed up thanks to ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The fabric of ${slave.slaveName}'s burkini is slightly pushed up thanks to ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fabric of ${slave.slaveName}'s burkini is slightly pushed up thanks to ${his} huge implant-filled belly.`);
@@ -9239,7 +9234,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s burkini bulges significantly from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burkini bulges significantly from ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burkini bulges significantly from ${his} implant-filled belly.`);
@@ -9251,7 +9246,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s burkini gently bulges from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s burkini gently bulges from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s burkini gently bulges from ${his} implant-rounded belly.`);
@@ -9270,7 +9265,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} monolithic ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} monolithic implant-filled belly.`);
@@ -9278,7 +9273,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} monolithic pregnant belly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} titanic implant-filled belly.`);
@@ -9286,7 +9281,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} titanic bulging pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} gigantic implant-filled belly.`);
@@ -9294,7 +9289,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} massive ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} massive implant-filled belly.`);
@@ -9302,7 +9297,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName} takes care to ensure ${his} skirt does not slide down ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`Thanks to ${his} giant ${slave.inflationType}-swollen belly, ${slave.slaveName}'s skirt rests comfortably on top of ${his} popped navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`Thanks to ${his} giant implant-filled belly, ${slave.slaveName}'s skirt rests comfortably on top of ${his} popped navel.`);
@@ -9310,7 +9305,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`Thanks to ${his} giant pregnant belly ${slave.slaveName}'s skirt rests comfortably on top of ${his} popped navel.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s skirt has been retrofitted with a large elastic band to accommodate ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s skirt has been retrofitted with a large elastic band to accommodate ${his} huge implant-filled belly.`);
@@ -9322,7 +9317,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s shirts are straining to contain ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s shirts are straining to contain ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s shirts are straining to contain ${his} huge implant-filled belly.`);
@@ -9332,7 +9327,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName} has trouble pulling ${his} skirt up to fit around ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} has trouble pulling ${his} skirt up to fit around ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} has trouble pulling ${his} skirt up to fit around ${his} huge implant-filled belly.`);
@@ -9346,7 +9341,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s skirt is slightly pushed down by ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s skirt is slightly pushed down by ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s skirt is slightly pushed down by ${his} implant-filled belly.`);
@@ -9358,7 +9353,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s blouse and skirt bulge from ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s blouse and skirt bulge from ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s blouse and skirt bulge from ${his} implant-rounded belly.`);
@@ -9377,7 +9372,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge tremendously.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge tremendously.`);
@@ -9385,7 +9380,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} lacy g-string. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge massively.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its lack of restriction to bulge massively.`);
@@ -9393,7 +9388,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} lacy g-string. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`);
@@ -9401,7 +9396,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} lacy g-string. ${His} children appreciate the space granted by ${his} exposed middle.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} lacy g-string and takes full advantage of its freedom to hang heavily.`);
@@ -9409,7 +9404,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} lacy g-string and takes full advantage of its freedom to bulge hugely.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly completely hides ${his} lacy g-string and bulges heavily from ${his} body.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly completely hides ${his} lacy g-string and bulges heavily from ${his} body.`);
@@ -9421,7 +9416,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly completely hides ${his} lacy g-string.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly completely hides ${his} lacy g-string.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly completely hides ${his} lacy g-string.`);
@@ -9431,7 +9426,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly hides ${his} lacy g-string.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s lacy g-string tightly hugs the base of ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly hides ${his} lacy g-string.`);
@@ -9445,7 +9440,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s lacy g-string tightly hugs the base of ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly hides ${his} lacy g-string.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s lacy g-string tightly hugs the base of ${his} implant-filled belly.`);
@@ -9457,7 +9452,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly bulges above ${his} lacy g-string.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly rests above ${his} lacy g-string.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly bulges above ${his} lacy g-string.`);
@@ -9476,7 +9471,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly sticks far out of ${his} corset, which is just barely laced above it and straining to hold together under the ever increasing pressure.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly sticks far out of ${his} corset, which is just barely laced above it and straining to hold together from the sheer size of ${him}.`);
@@ -9484,7 +9479,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly sticks far out of ${his} corset, which is just barely laced above it and straining to hold together under the ever increasing pressure.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly sticks far out of ${his} corset, which is barely laced above it as best ${he} can manage.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly sticks far out of ${his} corset, which is barely laced above it as best ${he} can manage.`);
@@ -9492,7 +9487,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly sticks far out of ${his} corset, which is barely laced above it as best ${he} can manage.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly sticks far out of ${his} corset, which is laced above it as best ${he} can manage.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly sticks far out of ${his} corset, which is laced above it as best ${he} can manage.`);
@@ -9500,7 +9495,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly sticks far out of ${his} corset, which is laced above it as best ${he} can manage.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
@@ -9508,7 +9503,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-filled pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
@@ -9520,7 +9515,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly sticks out of ${his} corset, which is laced above it as best ${he} can manage.`);
@@ -9530,7 +9525,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly sticks out of ${his} corset, which is laced above and below it as best ${he} can manage.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly sticks out of ${his} corset, which is laced above and below it as best ${he} can manage.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly sticks out of ${his} corset, which is laced above and below it as best ${he} can manage.`);
@@ -9544,7 +9539,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly sticks out of ${his} corset, which is laced above and below it.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly sticks out of ${his} corset, which is laced above and below it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly sticks out of ${his} corset, which is laced above and below it.`);
@@ -9556,7 +9551,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly peeks out of ${his} corset, which is laced above and below it.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly peeks out of ${his} corset, which is laced above and below it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly peeks out of ${his} corset, which is laced above and below it.`);
@@ -9575,7 +9570,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} monolithic ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} monolithic implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
@@ -9583,7 +9578,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} monolithic pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} straining stomach.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} titanic ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} titanic implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
@@ -9591,7 +9586,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} titanic pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} bulging stomach.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} gigantic ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} gigantic implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
@@ -9599,7 +9594,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} gigantic pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} squirming stomach.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} massive ${slave.inflationType}-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} massive implant-filled belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
@@ -9607,7 +9602,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} massive pregnant belly at all, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} giant ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} giant implant-filled belly, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
@@ -9615,7 +9610,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} giant pregnant belly, but the outfit includes a thin white blouse that rests meekly atop ${his} stomach.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that also fails to cover anything. It rests meekly on top of ${his} stomach, accomplishing little.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge implant-filled belly, but the outfit includes a thin white blouse that also fails to cover anything. It rests meekly on top of ${his} stomach, accomplishing little.`);
@@ -9627,7 +9622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge pregnant belly, but the outfit includes a thin white blouse that, when stretched, only manages to cover half of ${his} stomach.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that, when stretched, only manages to cover half of ${his} stomach. ${He} can do little to stop it from frequently riding up the rest of the way, however.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} huge implant-filled belly, but the outfit includes a thin white blouse that, when stretched, only manages to cover half of ${his} stomach. ${He} can do little to stop it from frequently riding up the rest of the way, however.`);
@@ -9637,7 +9632,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} big pregnant belly, but the outfit includes a thin white blouse that, when stretched, barely manages to contain ${his} stomach.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} hugely swollen belly, but the outfit includes a thin white blouse that, when stretched, barely manages to contain ${his} swollen stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} big implant-filled belly, but the outfit includes a thin white blouse that, when stretched, barely manages to contain ${his} stomach.`);
@@ -9651,7 +9646,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} pregnant belly, but the outfit includes a thin white blouse that tightly hugs ${his} stomach.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} jiggling ${slave.inflationType}-filled belly, but the outfit includes a thin white blouse that tightly hugs ${his} bloated stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress fails to cover ${his} implant-filled belly, but the outfit includes a thin white blouse that tightly hugs ${his} stomach.`);
@@ -9663,7 +9658,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress is slightly distended by ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is slightly distended by ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is slightly distended by ${his} implant-rounded belly.`);
@@ -9682,7 +9677,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} monolithic ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and barely covers the middle of ${his} swell.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} monolithic implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and barely covers the middle of ${his} swell.`);
@@ -9690,7 +9685,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} monolithic pregnant belly thoroughly, though it does nothing to hide ${his} popped navel and bulging brood, nor how large ${he} has become. ${His} apron can't handle its width and barely covers the middle of ${his} swell.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} titanic ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} titanic implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`);
@@ -9698,7 +9693,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} titanic pregnant belly thoroughly, though it does nothing to hide ${his} popped navel and bulging brood, nor how large ${he} has become. ${His} apron can't handle its width and only covers the middle of ${his} swell.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} gigantic ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} gigantic implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is. ${His} apron can't handle its width and only covers the middle of ${his} swell.`);
@@ -9706,7 +9701,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} gigantic pregnant belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} has grown. ${His} apron can't handle its width and only covers the middle of ${his} swell.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} massive ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} massive implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`);
@@ -9714,7 +9709,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} massive pregnant belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} has grown.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} giant ${slave.inflationType}-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} giant implant-filled belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} is.`);
@@ -9722,7 +9717,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative, even though it has been specially tailored to handle a slave as gravid as ${him}. It hugs ${his} giant pregnant belly thoroughly, though it does nothing to hide ${his} popped navel, poking through the front, and draws attention to how large ${he} has grown.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It barely covers ${his} giant seam splitting ${slave.inflationType}-filled belly, though it cannot hide ${his} popped navel, poking through the front.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It barely covers ${his} giant seam splitting implant-filled belly, though it cannot hide ${his} popped navel, poking through the front.`);
@@ -9734,7 +9729,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} huge pregnant belly completely, though it cannot hide ${his} popped navel, poking through the front.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} huge ${slave.inflationType}-filled belly completely, though it cannot hide ${his} popped navel, poking through the front.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} huge implant-filled belly completely, though it cannot hide ${his} popped navel, poking through the front.`);
@@ -9744,7 +9739,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} big pregnant belly completely, though it cannot hide ${his} popped navel, poking through the front.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} hugely swollen belly completely, but does nothing to hide its size and shape.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative. It covers ${his} big implant-filled belly completely, though it cannot hide ${his} popped navel, poking through the front.`);
@@ -9758,7 +9753,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} pregnant belly completely, but does nothing to hide just how large it is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} jiggling ${slave.inflationType}-filled belly completely, but does nothing to hide its size and motion.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} implant-filled belly completely, but does nothing to hide just how large it is.`);
@@ -9770,7 +9765,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} small belly completely.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} ${slave.inflationType}-swollen belly completely.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s maid dress is almost conservative; it covers ${his} implant-rounded belly completely.`);
@@ -9789,7 +9784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} monolithic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} monolithic implant-filled belly.`);
@@ -9797,7 +9792,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} monolithic pregnant belly. ${His} children greatly appreciate the freedom, even though its still quite cramped.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} titanic implant-filled belly.`);
@@ -9805,7 +9800,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} titanic pregnant belly. ${His} children appreciate the freedom.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} gigantic implant-filled belly.`);
@@ -9813,7 +9808,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} massive implant-filled belly.`);
@@ -9821,7 +9816,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} giant implant-filled belly.`);
@@ -9833,7 +9828,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} huge implant-filled belly.`);
@@ -9843,7 +9838,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} big implant-filled belly.`);
@@ -9857,7 +9852,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset is left hanging open fully revealing ${his} implant-filled belly.`);
@@ -9869,7 +9864,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s latex habit's corset struggles to hold ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s latex habit's corset struggles to hold ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s latex habit's corset struggles to hold ${his} implant-rounded belly.`);
@@ -9888,7 +9883,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled belly stretches ${his} habit to the limit and looks absolutely blasphemous. The coarse cloth aggravates ${his} straining, very sensitive skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled belly stretches ${his} habit to the limit and looks absolutely blasphemous. The coarse cloth aggravates ${his} straining, very sensitive skin.`);
@@ -9896,7 +9891,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly stretches ${his} habit to the limit and looks absolutely blasphemous. The coarse cloth aggravates ${his} straining, very sensitive skin; doubly so, as ${his} distress causes ${his} babies to squirm as much as they can in ${his} cramped womb.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly stretches ${his} habit and looks absolutely blasphemous. The coarse cloth aggravates ${his} overly taut, very sensitive skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly stretches ${his} habit and looks absolutely blasphemous. The coarse cloth aggravates ${his} overly taut, very sensitive skin.`);
@@ -9904,7 +9899,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly stretches ${his} habit and looks absolutely blasphemous. The coarse cloth aggravates ${his} overly taut, very sensitive skin; doubly so, as ${his} distress causes ${his} babies to begin squirming.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly completely fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly completely fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`);
@@ -9912,7 +9907,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly completely fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin; doubly so, as ${his} distress causes ${his} babies to begin squirming.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`);
@@ -9920,7 +9915,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly fills ${his} habit while looking absolutely blasphemous. The coarse cloth aggravates ${his} expansive, taut, sensitive skin.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit bearing such a giant implant-filled belly. The coarse cloth aggravates ${his} sensitive overly stretched skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit bearing such a giant implant-filled belly. The coarse cloth aggravates ${his} sensitive overly stretched skin.`);
@@ -9932,7 +9927,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a huge jiggling ${slave.inflationType}-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a huge implant-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`);
@@ -9942,7 +9937,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a hugely swollen belly. The coarse cloth aggravates ${his} sensitive stretched skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with such a big implant-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`);
@@ -9956,7 +9951,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with a pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with a jiggling ${slave.inflationType}-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName} looks absolutely blasphemous in a habit with an implant-filled belly. The coarse cloth aggravates ${his} sensitive stretched skin.`);
@@ -9968,7 +9963,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s habit gently bulges from ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s habit gently bulges from ${his} ${slave.inflationType}-swollen belly. The coarse cloth aggravates ${his} sensitive skin.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s habit gently bulges from ${his} implant-rounded belly. The coarse cloth aggravates ${his} sensitive skin.`);
@@ -9987,7 +9982,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress's belt can no longer cross all of ${his} monolithic ${slave.inflationType}-filled belly, let alone ${his} whole body.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress's belt can no longer cross all of ${his} monolithic implant-filled belly, let alone ${his} whole body.`);
@@ -9995,7 +9990,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress's belt can no longer cross all of ${his} monolithic pregnant belly, let alone ${his} whole body.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s dress is turning taut due to ${his} titanic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s dress is turning taut due to ${his} titanic implant-filled belly.`);
@@ -10003,7 +9998,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The bottom of ${slave.slaveName}'s dress is turning taut due to ${his} titanic pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The fur trim on ${slave.slaveName}'s dress appears ragged from being stretched by ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The fur trim on ${slave.slaveName}'s dress appears ragged from being stretched by ${his} gigantic implant-filled belly.`);
@@ -10011,7 +10006,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The fur trim on ${slave.slaveName}'s dress appears ragged from being stretched by ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The thick fabric of ${slave.slaveName}'s dress is stretched thin over ${his} massive ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The thick fabric of ${slave.slaveName}'s dress is stretched thin over ${his} massive implant-filled belly.`);
@@ -10019,7 +10014,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`The thick fabric of ${slave.slaveName}'s dress is stretched thin over ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s dress's belt has been glued to it, rather than try to actually encircle ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s dress's belt has been glued to it, rather than try to actually encircle ${his} giant implant-filled belly.`);
@@ -10027,7 +10022,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s dress's belt has been glued to it, rather than try to actually encircle ${his} giant pregnant belly.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The bottom of ${slave.slaveName}'s huge ${slave.inflationType}-filled belly is stretching ${his} dress's belt to its breaking point.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The bottom of ${slave.slaveName}'s huge implant-filled belly is stretching ${his} dress's belt to its breaking point.`);
@@ -10039,7 +10034,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s leather belt can only just barely fit around ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s leather belt can only just barely fit around ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s leather belt can only just barely fit around ${his} huge implant-filled belly.`);
@@ -10049,7 +10044,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s belt is struggling to fully encircle ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s belt is struggling to fully encircle ${his} hugely ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s belt is struggling to fully encircle ${his} huge implant-filled belly.`);
@@ -10063,7 +10058,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`The belt on ${slave.slaveName}'s dress has been loosened to accommodate the significant bulge of ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The belt on ${slave.slaveName}'s dress has been loosened to accommodate the significant bulge of ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The belt on ${slave.slaveName}'s dress has been loosened to accommodate the significant bulge of ${his} implant-filled belly.`);
@@ -10075,7 +10070,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`The belt of ${slave.slaveName}'s dress lies atop the gentle bulge of ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`The belt of ${slave.slaveName}'s dress lies atop the gentle bulge of ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The belt of ${slave.slaveName}'s dress lies atop the gentle bulge of ${his} implant-rounded belly.`);
@@ -10092,7 +10087,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "overalls":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s megalithic breasts keep ${his} overalls away from ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends from behind the straining garment.`);
 						} else {
@@ -10112,7 +10107,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s immense breasts push out ${his} overalls away from ${his} monolithic ${slave.inflationType}-filled belly but do little to hide its imposing mass as it lewdly distends from behind the overstretched garment.`);
 						} else {
@@ -10132,7 +10127,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s gargantuan breasts push out ${his} overalls away from ${his} titanic ${slave.inflationType}-filled belly but do little to hide its size as it spills out from behind the stretched garment.`);
 						} else {
@@ -10152,7 +10147,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s tremendous breasts push out ${his} overalls away from ${his} gigantic ${slave.inflationType}-filled belly but do little to hide its size as it bulges out from behind the taut garment.`);
 						} else {
@@ -10172,7 +10167,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s monolithic breasts push out ${his} overalls away from ${his} massive ${slave.inflationType}-filled belly but do little to hide its size.`);
 						} else {
@@ -10193,7 +10188,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s titanic breasts push out ${his} overalls so far that ${his} giant ${slave.inflationType}-filled belly is left slightly uncovered.`);
 						} else {
@@ -10213,7 +10208,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						}
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s colossal breasts push out ${his} overalls so far that ${his} giant ${slave.inflationType}-filled belly is left partially uncovered.`);
 						} else {
@@ -10234,7 +10229,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${He}'s left ${his} pants unfastened to give the firm dome more room.`);
 					}
 				} else if (slave.belly >= 45000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s gigantic breasts push out ${his} overalls so far that ${his} huge ${slave.inflationType}-filled belly is left halfway uncovered.`);
 						} else {
@@ -10266,7 +10261,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s overalls are pulled taut by ${his} huge pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s enormous breasts push out ${his} overalls so far that ${his} huge ${slave.inflationType}-filled belly is left mostly uncovered.`);
 						} else {
@@ -10292,7 +10287,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s big pregnant belly stretches out the fabric of ${his} overalls.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s massive breasts push out ${his} overalls so far that ${his} hugely swollen belly is left almost entirely uncovered.`);
 						} else {
@@ -10330,7 +10325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s overalls are significantly curved by ${his} pregnant belly.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s huge breasts push out ${his} overalls so far that ${his} jiggling ${slave.inflationType}-filled belly is left uncovered.`);
 						} else {
@@ -10362,7 +10357,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						} else {
 							r.push(`${slave.slaveName}'s small pregnant belly rounds out the front of ${his} overalls.`);
 						}
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						if (slave.boobs > (slave.belly + 250)) {
 							r.push(`${slave.slaveName}'s large breasts push out ${his} overalls so far that ${his} ${slave.inflationType}-swollen belly is left uncovered.`);
 						} else {
@@ -10405,7 +10400,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so monolithic that most of ${his} string bikini is completely eclipsed by its immense bulk.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is so monolithic that most of ${his} string bikini is completely eclipsed by its immense bulk.`);
@@ -10413,7 +10408,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s pregnant belly is so monolithic that most of ${his} string bikini is completely eclipsed by the straining mass.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so titanic that most of ${his} string bikini is completely eclipsed by its immense bulk.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is so titanic that most of ${his} string bikini is completely eclipsed by its immense bulk.`);
@@ -10421,7 +10416,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s pregnant belly is so titanic that most of ${his} string bikini is completely eclipsed by the life stuffed mass.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so gigantic that most of ${his} string bikini is completely eclipsed by its bulk.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is so gigantic that most of ${his} string bikini is completely eclipsed by its bulk.`);
@@ -10429,7 +10424,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s pregnant belly is so gigantic that most of ${his} string bikini is completely eclipsed by the life filled mass.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-filled belly is so massive that most of ${his} string bikini is completely eclipsed by its bulk.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is so massive that most of ${his} string bikini is completely eclipsed by its bulk.`);
@@ -10437,7 +10432,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s pregnant belly is so massive that most of ${his} string bikini is completely eclipsed by the life swollen mass.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly forces ${his} string bikini to either side and hangs low enough to hide ${his} crotch.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly forces ${his} string bikini to either side and hangs low enough to hide ${his} crotch.`);
@@ -10449,7 +10444,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly parts ${his} string bikini to either side.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly parts ${his} string bikini to either side.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly parts ${his} string bikini to either side.`);
@@ -10459,7 +10454,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly parts ${his} string bikini to either side.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly parts ${his} string bikini to either side.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly parts ${his} string bikini to either side.`);
@@ -10473,7 +10468,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly parts ${his} string bikini to either side.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly parts ${his} string bikini to either side.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly parts ${his} string bikini to either side.`);
@@ -10485,7 +10480,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly juts out between the strings of ${his} bikini.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly juts out between the strings of ${his} bikini.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly juts out between the strings of ${his} bikini.`);
@@ -10504,7 +10499,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge tremendously.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge tremendously.`);
@@ -10512,7 +10507,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} scalemail bikini. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing. They frequently squirm from the chafing, only to cause ${him} rub against the scales more.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge massively.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its lack of restriction to bulge massively.`);
@@ -10520,7 +10515,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} scalemail bikini. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines, save for when they squirm angrily over the chafing.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`);
@@ -10528,7 +10523,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} scalemail bikini. ${His} children appreciate the space granted by ${his} exposed middle, but could do without the occasional chafing.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to hang heavily.`);
@@ -10536,7 +10531,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} scalemail bikini and takes full advantage of its freedom to bulge hugely.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly completely hides ${his} scalemail bikini and bulges heavily from ${his} body.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly completely hides ${his} scalemail bikini and bulges heavily from ${his} body.`);
@@ -10548,7 +10543,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly forces ${his} scalemail bikini to be fastened beneath it.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled forces ${his} scalemail bikini to be fastened beneath it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled forces ${his} scalemail bikini to be fastened beneath it.`);
@@ -10558,7 +10553,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly greatly pushes out ${his} scalemail bikini.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly forces ${his} scalemail bikini down and rests heavily above it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly greatly pushes out ${his} scalemail bikini.`);
@@ -10572,7 +10567,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly pushes out ${his} scalemail bikini.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly forces ${his} scalemail bikini down and juts out above it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly pushes out ${his} scalemail bikini.`);
@@ -10584,7 +10579,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly bulges underneath ${his} bikini.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges underneath ${his} tight bikini.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly bulges underneath ${his} bikini.`);
@@ -10603,7 +10598,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge tremendously.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge tremendously.`);
@@ -10611,7 +10606,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly completely hides ${his} cute panties. ${His} exposed middle gives ${his} children the room they so desperately need to keep growing. They frequently squirm from the chafing, only to cause ${him} rub against the fabric more.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge massively.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly completely hides ${his} cute panties and takes full advantage of its lack of restriction to bulge massively.`);
@@ -10619,7 +10614,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly completely hides ${his} cute panties. ${His} children greatly appreciate the space granted by ${his} exposed middle and squirm happily in their cramped confines, save for when they squirm angrily against the fabric.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`);
@@ -10627,7 +10622,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly completely hides ${his} cute panties. ${His} children appreciate the space granted by ${his} exposed middle, but could do without the occasional chafing.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly completely hides ${his} cute panties and takes full advantage of its freedom to hang heavily.`);
@@ -10635,7 +10630,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly completely hides ${his} cute panties and takes full advantage of its freedom to bulge hugely.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly completely hides ${his} cute panties and bulges heavily from ${his} body.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly completely hides ${his} cute panties and bulges heavily from ${his} body.`);
@@ -10647,7 +10642,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly forces ${his} cute panties to stretch beneath it.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly forces ${his} cute panties to stretch beneath it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly forces ${his} cute panties to stretch beneath it.`);
@@ -10657,7 +10652,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly greatly pushes out ${his} cute panties.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly forces ${his} cute panties down and rests heavily above it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly greatly pushes out ${his} cute panties.`);
@@ -10671,7 +10666,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly pushes out ${his} cute panties.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly forces ${his} cute panties down and juts out above it.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly pushes out ${his} cute panties.`);
@@ -10683,7 +10678,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly bulges underneath ${his} panties.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges underneath ${his} panties.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly bulges underneath ${his} panties.`);
@@ -10702,7 +10697,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly is so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a ${girl} of ${his} girth. The excessive garment tightly hugs the curve of ${his} middle.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly is so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a ${girl} of ${his} girth. The excessive garment tightly hugs the curve of ${his} middle.`);
@@ -10710,17 +10705,15 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly has grown so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a ${girl} of ${his} girth. The excessive garment tightly hugs the curve of ${his} middle and every bump and gully that ${his} unborn children cause along its surface.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit trying to contain ${his} bulging middle.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit trying to contain ${his} bulging middle.`);
-					} else if (slave.bellyImplant > 0) {
-						r.push(`${slave.slaveName}'s titanic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit trying to contain ${his} bulging middle.`);
 					} else {
 						r.push(`${slave.slaveName}'s titanic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit by ${his} excessive gravidity and the bulges of ${his} unborn slipping through the mesh.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by ${his} bulging middle.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by ${his} bulging middle.`);
@@ -10728,7 +10721,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by ${his} excessive gravidity.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around ${his} bulging middle.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around ${his} bulging middle.`);
@@ -10736,7 +10729,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around ${his} excessive gravidity.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is so large that it requires ${his} clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to the rounded curve of ${his} middle.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is so large that it requires ${his} clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to the rounded curve of ${his} middle.`);
@@ -10744,7 +10737,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly has grown so large that it requires ${his} clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to ${his} excessive gravidity.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s clubslut netting is stretched to the breaking point by ${his} giant ${slave.inflationType}-filled belly. It is so tight around ${his} middle that flesh bulges through the mesh.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s clubslut netting is stretched to the breaking point by ${his} giant implant-filled belly. It is so tight around ${his} middle that flesh bulges through the mesh.`);
@@ -10756,7 +10749,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s clubslut netting is greatly stretched out by ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s clubslut netting is greatly stretched out by ${his} huge ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s clubslut netting is greatly stretched out by ${his} huge implant-filled belly.`);
@@ -10766,7 +10759,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s clubslut netting clings tightly to the curve of ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s clubslut netting clings tightly to the curve of ${his} big ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s clubslut netting clings tightly to the curve of ${his} big implant-filled belly.`);
@@ -10780,7 +10773,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s clubslut netting is stretched by ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s clubslut netting is stretched by ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s clubslut netting is stretched by ${his} implant-filled belly.`);
@@ -10792,7 +10785,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s clubslut netting clings to ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s clubslut netting clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s clubslut netting clings to ${his} implant-rounded belly.`);
@@ -10809,7 +10802,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a cheerleader outfit":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly bare. ${He}'s so expansive that ${he} alone is needed for the base of the pyramid.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} unfathomable, hyper-swollen, implant-filled belly bare. ${He}'s so expansive that ${he} alone is needed for the base of the pyramid.`);
@@ -10817,7 +10810,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} unfathomable, hyper-swollen pregnant belly bare, clearly displaying that this cheerleader is not only ready to burst with school spirit, but preparing to bring a class of ${his} own into the world.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} monolithic ${slave.inflationType}-filled belly bare. ${He}'s so large, it's expected that ${he}'d make a fantastic base for the pyramid all on ${his} own.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} monolithic implant-filled belly bare. ${He}'s so large, it's expected that ${he}'d make a fantastic base for the pyramid all on ${his} own.`);
@@ -10825,7 +10818,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} monolithic pregnant belly bare, clearly displaying that this cheerleader is ready to burst with school spirit.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} titanic ${slave.inflationType}-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} titanic implant-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`);
@@ -10833,7 +10826,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} titanic pregnant belly bare, clearly displaying that this cheerleader is thoroughly filled with school spirit.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} gigantic ${slave.inflationType}-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} gigantic implant-filled belly bare leaving spectators in awe at just what ${his} cheers must look like.`);
@@ -10841,7 +10834,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} gigantic pregnant belly bare, clearly displaying that this cheerleader has been cheering on the entirety of both teams.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} massive ${slave.inflationType}-filled belly bare leaving spectators to wonder just how such a gravid ${girl} has managed to stay on the squad.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} massive implant-filled belly bare leaving spectators to wonder just how such a gravid ${girl} has managed to stay on the squad.`);
@@ -10849,7 +10842,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top leaves ${his} massive pregnant belly bare, clearly displaying that this cheerleader has been bred by the entire team.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant ${slave.inflationType}-filled belly, leaving spectators to wonder just how such a gravid ${girl} is supposed to perform.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant implant-filled belly, leaving spectators to wonder just how such a gravid ${girl} is supposed to perform.`);
@@ -10857,7 +10850,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant pregnant belly, leaving a rumor to spread that ${he}'s making a team of ${his} own.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant ${slave.inflationType}-filled belly, leaving spectators to pity the girls lower on the pyramid.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant implant-filled belly, leaving spectators to pity the girls lower on the pyramid.`);
@@ -10865,7 +10858,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} giant pregnant belly, leaving spectators to pity the girls that have to lift ${his} gravid bulk.`);
 					}
 				} else if (slave.belly >= 60000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} huge ${slave.inflationType}-filled belly, leaving spectators to question how ${he} can even perform.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} huge implant-filled belly, leaving spectators to question how ${he} can even perform.`);
@@ -10877,7 +10870,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s cheerleader top rides up ${his} huge pregnant belly, barely covering the top of it while leaving it obvious how such a slut is still on the squad.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top rides up ${his} huge ${slave.inflationType}-filled belly, barely covering the top of it while leaving spectators to assume ${he}'s a slut.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top rides up ${his} huge implant-filled belly, barely covering the top of it while leaving spectators to assume ${he}'s a slut.`);
@@ -10887,7 +10880,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s cheerleader top rides up ${his} big pregnant belly, covering only the top of it while leaving the rest on display to show how slutty this cheerleader is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top rides up ${his} hugely swollen belly, covering only the top of it while leaving the rest on display to bring wonder to how many loads ${he} took last night.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top rides up ${his} big implant-filled belly, covering only the top of it while leaving the rest on display to make this cheerleader look like a giant slut.`);
@@ -10901,7 +10894,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s cheerleader top covers most of ${his} pregnant belly, the bottom of which peeks out showing how slutty this cheerleader is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top covers most of ${his} jiggling ${slave.inflationType}-filled belly, the bottom of which peeks to make this cheerleader look like a slut.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top covers most of ${his} implant-filled belly, the bottom of which peeks out to make this cheerleader look like a slut.`);
@@ -10913,7 +10906,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s cheerleader top gently bulges from ${his} small pregnant belly displaying how slutty this cheerleader is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s cheerleader top gently bulges from ${his} ${slave.inflationType}-swollen belly making ${him} look slutty.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s cheerleader top gently bulges from ${his} implant-rounded belly making ${him} look slutty.`);
@@ -10932,7 +10925,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s exposed midriff fully exposes ${his} monolithic, ${slave.inflationType}-filled belly. The button for ${his} cutoffs have exploded, though the size of ${his} belly makes it impossible to tell.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s exposed midriff fully exposes ${his} monolithic, implant-filled belly. The button for ${his} cutoffs have exploded, though the size of ${his} belly makes it impossible to tell.`);
@@ -10940,28 +10933,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s exposed midriff fully exposes ${his} monolithic pregnant belly. The button for ${his} cutoffs have exploded, though the size of ${his} belly makes it impossible to tell.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`);
 					} else {
 						r.push(`${slave.slaveName}'s titanic pregnant belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`);
 					} else {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly takes advantage ${his} exposed midriff and unfastened jeans to massively jut out from ${his} body.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly takes advantage ${his} exposed midriff and unfastened jeans to hang heavily from ${his} body.`);
 					} else {
 						r.push(`${slave.slaveName}'s massive pregnant belly takes advantage ${his} exposed midriff and unfastened jeans to hang heavily from ${his} body.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly dominates ${his} exposed midriff and thwarts any efforts to zip up ${his} fly.`);
 					} else {
@@ -10972,7 +10965,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} huge pregnancy.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans prominently display ${his} huge implant-filled belly.`);
 					} else {
@@ -10981,7 +10974,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} big pregnancy.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} big implant-filled belly.`);
@@ -10995,7 +10988,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} pregnancy.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s exposed midriff and unfastened jeans fully display ${his} implant-filled belly.`);
@@ -11007,7 +11000,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s jeans are left unfastened to give ${his} small pregnant belly room.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jeans are left unfastened to give ${his} ${slave.inflationType}-swollen belly room.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s jeans are left unfastened to give ${his} implant-rounded belly room.`);
@@ -11026,35 +11019,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly adds tremendously to ${his} slutty appearance.`);
 					} else {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly makes it abundantly clear that ${he} is a boundless slut.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly really adds to ${his} slutty appearance.`);
 					} else {
 						r.push(`${slave.slaveName}'s titanic pregnant belly makes it abundantly clear that ${he} is a massive slut.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly really adds to ${his} slutty appearance.`);
 					} else {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly makes it abundantly clear that this slut puts out.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly really adds to ${his} slutty appearance.`);
 					} else {
 						r.push(`${slave.slaveName}'s massive pregnant belly makes it abundantly clear that this slut puts out.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly adds to ${his} slutty appearance.`);
 					} else {
@@ -11065,7 +11058,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly adds to ${his} slutty appearance.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly adds to ${his} slutty appearance.`);
 					} else {
@@ -11074,7 +11067,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly adds to ${his} slutty appearance.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly adds to ${his} slutty appearance.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly adds to ${his} slutty appearance.`);
@@ -11088,7 +11081,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnancy adds to ${his} slutty appearance.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly adds to ${his} slutty appearance.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly adds to ${his} slutty appearance.`);
@@ -11100,7 +11093,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly adds to ${his} slutty appearance.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly adds to ${his} slutty appearance.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly adds to ${his} slutty appearance.`);
@@ -11119,35 +11112,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`);
 					} else {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly eclipses ${his} miniskirt and thong and leaves it abundantly clear that this bimbo will happily fuck until ${he} explodes.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`);
 					} else {
 						r.push(`${slave.slaveName}'s titanic pregnant belly eclipses ${his} miniskirt and thong and leaves it abundantly clear that this bimbo considers sex far above anything else.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`);
 					} else {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly eclipses ${his} miniskirt and thong and leaves it abundantly clear that this bimbo doesn't understand limits.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly eclipses ${his} miniskirt and leaves little to hold up ${his} thong.`);
 					} else {
 						r.push(`${slave.slaveName}'s massive pregnant belly eclipses ${his} miniskirt and thong from the front and leaves it abundantly clear that this bimbo doesn't understand contraception.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly forces ${his} thong strings to tightly hug its curvature as it hangs low enough to obscure ${his} miniskirt completely.`);
 					} else {
@@ -11158,7 +11151,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s miniskirt is trapped beneath ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s miniskirt is trapped beneath ${his} huge implant-filled belly and ${his} thong strings forced to caress its curves.`);
 					} else {
@@ -11167,7 +11160,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly forces ${his} miniskirt out of the way as it hangs ponderously from ${his} midriff.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} big implant-filled belly.`);
@@ -11181,7 +11174,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s miniskirt digs into ${his} jiggling ${slave.inflationType}-filled belly as the top half spills over its egde.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s miniskirt rests at the base of ${his} implant-filled belly.`);
@@ -11193,7 +11186,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s miniskirt keeps sliding down ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s miniskirt pushes into ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s miniskirt keeps sliding down ${his} implant-rounded belly.`);
@@ -11212,35 +11205,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} monolithic implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thinning cloth beneath.`);
 					} else {
 						r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} monolithic pregnant belly, but the sheer size of ${his} overstuffed womb forces the ribs wide, giving the many writhing bulges coating ${his} stomach room to spill out against the thinning material of ${his} dress.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} titanic implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thin cloth beneath.`);
 					} else {
 						r.push(`${slave.slaveName}'s corset attempts to cradle, rather than bind, ${his} titanic pregnant belly, but the sheer size of ${his} overfilled womb forces the ribs wide, giving the bulges of ${his} children room to spill out against the thin material of ${his} dress.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} gigantic implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thin cloth beneath.`);
 					} else {
 						r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} gigantic pregnant belly, but the sheer size of ${his} filled womb forces the ribs wide, exposing the thin cloth and uneven skin beneath.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} massive implant-filled belly, but the sheer size of ${his} artificial bump forces the ribs wide, exposing the thin cloth beneath.`);
 					} else {
 						r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} massive pregnant belly, but the sheer size of ${his} fecund orb forces the ribs wide, exposing the thin cloth beneath.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} giant implant-filled belly.`);
 					} else {
@@ -11249,7 +11242,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.weight > 190) {
 					r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} massively fat belly, though the ribs still create deep ravines of succulent flesh.`);
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset cradles, rather than binds, ${his} huge implant-filled belly.`);
 					} else {
@@ -11258,7 +11251,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant belly strains the ribs of ${his} corset.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly strains the ribs of ${his} corset.`);
 					} else {
@@ -11267,7 +11260,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly is carefully gripped by the ribs of ${his} corset.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly strains under the ribs of ${his} corset.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly is carefully gripped by the ribs of ${his} corset.`);
@@ -11281,7 +11274,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly is carefully caressed by the ribs of ${his} corset.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly gripped by the ribs of ${his} corset, forcing it to bulge angrily between the gaps.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is carefully caressed by the ribs of ${his} corset.`);
@@ -11293,7 +11286,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s corset bulges with ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges between the ribs of ${his} corset.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset bulges with ${his} implant-rounded belly.`);
@@ -11310,7 +11303,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a slave gown":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material. When not worn, it looks more like a circus tent than something meant to be worn by a human being. On the slave, it gives ${him} a sensual, motherly look as it caresses ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it caresses ${his} unfathomable, hyper-swollen, implant-filled belly.`);
@@ -11318,7 +11311,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it caresses and supports ${his} unfathomable, hyper-swollen pregnant belly. Despite it's size, it still has enough give to allow ${his} unborn children to bulge and squirm as desired.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material. When not worn, it looks more like a couch cover than something meant to be worn by a human being. On ${him}, it gives ${him} a sensual, motherly look as it carefully caresses ${his} monolithic, ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it carefully caresses ${his} monolithic, implant-filled belly.`);
@@ -11326,28 +11319,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored using a huge quantity of material, and gives ${him} a sensual, motherly look as it carefully caresses and supports ${his} monolithic pregnant belly. It has enough give to allow ${his} unborn children to bulge and squirm as desired.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} titanic, implant-filled belly.`);
 					} else {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses and supports ${his} titanic bulging pregnant belly.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} gigantic, implant-filled belly.`);
 					} else {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses and supports ${his} gigantic pregnant belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} massive, implant-filled belly.`);
 					} else {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses and supports ${his} massive pregnant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} giant, implant-filled belly.`);
 					} else {
@@ -11358,7 +11351,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} huge, implant-filled belly.`);
 					} else {
@@ -11367,7 +11360,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, almost motherly look, as it carefully caresses ${his} hugely swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} big, implant-filled belly.`);
@@ -11381,7 +11374,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} jiggling ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} implant-filled belly.`);
@@ -11393,7 +11386,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (((slave.belly >= 1500) || (slave.bellyAccessory === "a small empathy belly"))) {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual, motherly look as it carefully caresses ${his} small belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual look as it carefully caresses ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s slave gown is carefully tailored, giving ${him} a sensual look as it carefully caresses ${his} implant-rounded belly.`);
@@ -11410,7 +11403,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "slutty business attire":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is held together by strained straps, as ${his} immensity promises to soon rid ${him} of the oppressive garment.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is held together by strained straps, as ${his} immensity promises to soon rid ${him} of the oppressive garment.`);
@@ -11418,7 +11411,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is held together by strained straps, as ${his} immensity promises to soon rid ${him} of the oppressive garment.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} middle. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment.`);
@@ -11426,28 +11419,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} cramped womb. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved down by the heavy mass, but ${his} overfilled middle draws attention away from ${his} exposed nethers.`);
 					} else {
 						r.push(`${slave.slaveName}'s titanic pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them, not that ${his} rowdy brood would tolerate that. ${His} skirt is shoved down by the ponderous mass, but ${his} overfilled womb draws attention away from ${his} exposed nethers.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved down by the heavy mass, but ${his} overfilled middle draws attention away from ${his} exposed nethers.`);
 					} else {
 						r.push(`${slave.slaveName}'s gigantic pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved down by the ponderous mass, but ${his} overfilled womb draws attention away from ${his} exposed nethers.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved so low by the ponderous mass it barely hides ${his} crotch, though ${his} inflated middle more than covers for it.`);
 					} else {
 						r.push(`${slave.slaveName}'s massive pregnant stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${His} skirt is shoved so low by the ponderous mass it barely hides ${his} crotch, though ${his} gravid swell more than covers for it.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled stomach hangs out the front of ${his} suit jacket and blouse as there is no way ${he} could ever come close to closing them. ${He}'s so bulbous, ${his} skirt is forced scandalously low beneath ${his} inflated middle.`);
 					} else {
@@ -11458,7 +11451,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant stomach hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`);
 					} else {
@@ -11467,7 +11460,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant stomach hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen stomach hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly hangs out the front of ${his} suit jacket and blouse, as there is no way ${he} could close them.`);
@@ -11481,7 +11474,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant stomach strains the buttons of ${his} suit jacket and blouse.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled stomach strains the buttons of ${his} suit jacket and blouse.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly strains the buttons of ${his} suit jacket and blouse.`);
@@ -11493,7 +11486,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (((slave.belly >= 1500) || (slave.bellyAccessory === "a small empathy belly"))) {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly bulges ${his} suit jacket and blouse. It peeks out from under their bottom slightly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges ${his} suit jacket and blouse. It peeks out from under their bottom slightly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly bulges ${his} suit jacket and blouse. It peeks out from under their bottom slightly.`);
@@ -11510,7 +11503,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "nice business attire":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is left open to give ${him} as much space as possible, leaving ${his} inflated middle to cover ${his} shame.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is left open to give ${him} as much space as possible, leaving ${his} inflated middle to cover ${his} shame.`);
@@ -11518,7 +11511,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is left open to give ${him} as much space as possible, leaving ${his} gravid mound to cover ${his} shame.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on the poor garment. ${His} skirt is left open, but ${his} inflated middle draws attention away from the fact.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} middle. ${His} skirt is left open, but ${his} inflated middle draws attention away from the fact.`);
@@ -11526,28 +11519,28 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them, even more so with the amount of pressure inside ${his} cramped womb. ${His} skirt is left open, but ${his} gravid mound draws attention away from the fact.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by strained straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`);
 					} else {
 						r.push(`${slave.slaveName}'s titanic pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them, not that ${his} rowdy brood would tolerate that. ${His} skirt is loosely held together by strained straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`);
 					} else {
 						r.push(`${slave.slaveName}'s gigantic pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`);
 					} else {
 						r.push(`${slave.slaveName}'s massive pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way ${he} could ever come close to closing them. ${His} skirt is loosely held together by straps, as ${his} immensity guarantees ${he}'ll burst any seams on a proper garment.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way for ${him} to close them. ${He}'s so bulbous, ${his} maternity skirt has stretched to its limit.`);
 					} else {
@@ -11558,7 +11551,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s huge pregnant stomach hangs out the front of ${his} specially tailored blouse and jacket as there is no way for ${him} to close them. ${His} maternity skirt fits ${him} quite well, though.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly hangs out the front of ${his} specially tailored blouse and jacket as there is no way for ${him} to close them. ${His} maternity skirt fits ${him} quite well, though.`);
 					} else {
@@ -11567,7 +11560,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s big pregnant belly strains ${his} specially tailored blouse and jacket.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly strains ${his} specially tailored blouse and jacket.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly strains ${his} specially tailored blouse and jacket.`);
@@ -11581,7 +11574,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || slave.bellyAccessory === "a medium empathy belly") {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly looks good in ${his} specially tailored blouse and jacket.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly looks good in ${his} specially tailored blouse and jacket.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly looks good in ${his} specially tailored blouse and jacket.`);
@@ -11593,7 +11586,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly bulges under ${his} tailored blouse and jacket.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly bulges under ${his} tailored blouse and jacket.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly bulges under ${his} tailored blouse and jacket.`);
@@ -11610,7 +11603,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "harem gauze":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s harem girl outfit, designed with enough sheer fabric to fill a shah's palace, has been specially tailored to drape over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly and accentuate its size and shape.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit, designed with enough sheer fabric to fill a shah's palace, has been specially tailored to drape over ${his} unfathomable, hyper-swollen, implant-filled belly and accentuate its size and shape.`);
@@ -11618,7 +11611,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s harem girl outfit, designed with enough sheer fabric to fill a shah's palace, has been specially tailored to drape over ${his} unfathomable, hyper-swollen pregnancy and accentuate its size and the oceanic movement as ${his} belly is rocked by the actions of ${his} brood of innumerable children.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} monolithic, ${slave.inflationType}-filled belly and accentuate its size and shape.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} monolithic, implant-filled belly and sensually accentuate its size and shape.`);
@@ -11626,35 +11619,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} monolithic pregnancy and sensually accentuate its size and the movement of ${his} many unborn children.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} titanic, implant-filled belly and sensually accentuate its size and shape.`);
 					} else {
 						r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} titanic pregnancy and sensually accentuate its size and the movement of ${his} many unborn children.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} gigantic implant-filled belly and sensually accentuate its size and shape.`);
 					} else {
 						r.push(`${slave.slaveName}'s harem girl outfit has been specially tailored to drape over ${his} gigantic pregnancy and sensually accentuate its size and shape.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} massive implant-filled belly and the unique motions it takes to move it.`);
 					} else {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} massive pregnancy and the unique motions it takes to move it.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} giant implant-filled belly and the wide movements ${he} makes with it.`);
 					} else {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} giant pregnancy and the wide movements ${he} makes with it.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} huge implant-filled belly and the wide movements ${he} makes with it.`);
 					} else {
@@ -11665,7 +11658,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || slave.bellyAccessory === "a huge empathy belly") {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} huge implant-filled belly.`);
 					} else {
@@ -11674,7 +11667,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || slave.bellyAccessory === "a large empathy belly") {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} big pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} hugely swollen stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} big implant-filled belly.`);
@@ -11688,7 +11681,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || slave.bellyAccessory === "a medium empathy belly") {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} jiggling ${slave.inflationType}-filled.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} implant-filled belly.`);
@@ -11700,7 +11693,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} small pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} implant-rounded middle.`);
@@ -11721,7 +11714,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, ${slave.inflationType}-filled belly, pulled smooth over ${his} pressure flattened navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, implant-filled belly, pulled smooth over ${his} pressure flattened navel.`);
@@ -11729,35 +11722,35 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic pregnant belly, pulled smooth over ${his} pressure flattened navel and all the movement of ${his} many squirming children.`);
 					}
 				} else if (slave.bellyPreg >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} titanic implant-filled belly and draws the eye right to the small bump on its smooth surface, ${his} flattening navel.`);
 					} else {
 						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} titanic pregnant belly, drawing the eye to ${his} flattening navel and the squirming bulges of the life filling ${him}.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} gigantic implant-filled belly and draws the eye right to the deminishing bump on its smooth surface, ${his} navel.`);
 					} else {
 						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel and the squirming outlines of the life within ${him}.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} massive implant-filled belly and draws the eye right to the sole bump on its smooth surface, ${his} navel.`);
 					} else {
 						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} massive pregnant belly and draws the eye right to each and every bump that appears on its smooth surface.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else {
 						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
 					}
 				} else if (slave.belly >= 60000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
 					} else {
@@ -11768,7 +11761,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || slave.bellyAccessory === "a huge empathy belly") {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} huge pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} huge implant-filled belly, displaying ${his} popped navel.`);
 					} else {
@@ -11777,7 +11770,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || slave.bellyAccessory === "a large empathy belly") {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big pregnant belly, displaying ${his} popped navel.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely swollen belly, displaying ${his} bloated figure and every jiggle of ${his} full stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big implant-filled belly, prominently displaying ${his} popped navel.`);
@@ -11791,7 +11784,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} pregnant belly, displaying ${his} popped navel.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} jiggling ${slave.inflationType}-filled belly, displaying ${his} bloating and every motion ${his} contents make.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} implant-filled belly, prominently displaying ${his} flattening navel.`);
@@ -11803,7 +11796,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} small pregnant belly, displaying ${his} ripening body.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} ${slave.inflationType}-swollen belly, displaying ${his} bloated body.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} implant-rounded belly, displaying ${his} swollen body.`);
@@ -11820,7 +11813,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a slutty nurse outfit": // WIP belly overhaul point
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`);
@@ -11828,7 +11821,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen pregnant belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} monolithic, ${slave.inflationType}-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} monolithic, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`);
@@ -11854,7 +11847,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s jacket bulges with ${his} small pregnant belly, which can be seen peeking out from underneath.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s mini dress tightly clings to ${his} implant-rounded belly.`);
@@ -11867,7 +11860,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a schoolgirl outfit":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s blouse rests atop ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s blouse rests atop ${his} unfathomable, hyper-swollen, implant-filled belly.`);
@@ -11875,7 +11868,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s blouse rests atop ${his} unfathomable, hyper-swollen pregnant belly, showing off the mind boggling result of ${his} promiscuity.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s blouse rests atop ${his} monolithic, ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s blouse rests atop ${his} monolithic, implant-filled belly.`);
@@ -11906,7 +11899,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a kimono":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is so enormous that the largest obi in the world could never wrap around it. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass, causing ${him} to resemble a geisha in repose due to ${his} immobility.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is so enormous that the largest obi in the world could never wrap around it. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass, causing ${him} to resemble a geisha in repose due to ${his} immobility.`);
@@ -11914,7 +11907,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnancy is so enormous that the largest obi in the world could never wrap around it. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible, brood swollen mass, causing ${him} to resemble nothing more than a geisha in repose, rocking on an ocean of undulating flesh.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly is so enormous that there is no way for ${his} obi to ever wrap around it to tie ${his} kimono. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled belly is so enormous that there is no way for ${his} obi to ever wrap around it to tie ${his} kimono. As a result, ${he} leaves ${his} kimono open. It pools around ${him} when ${he} rests atop ${his} belly's incredible mass.`);
@@ -11945,7 +11938,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "battledress":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tank top rests atop ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to an army.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tank top rests atop ${his} unfathomable, hyper-swollen, implant-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to an army.`);
@@ -11953,7 +11946,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s tank top rests atop ${his} unfathomable, hyper-swollen pregnant belly, leaving ${him} looking like someone preparing to give birth to an army.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tank top rests atop ${his} monolithic, ${slave.inflationType}-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to a regiment of soldiers.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tank top rests atop ${his} monolithic, implant-filled belly, leaving ${him} looking, falsely, like someone preparing to give birth to a regiment of soldiers.`);
@@ -11986,7 +11979,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s beautiful halter top dress has been torn open by ${his} monolithic, ${slave.inflationType}-filled belly. ${His} squirming belly hangs out the hole it made.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s beautiful halter top dress has been torn open by ${his} monolithic, implant-filled belly. ${His} squirming belly hangs out the hole it made.`);
@@ -12019,7 +12012,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} monolithic, ${slave.inflationType}-filled belly while still maintaining its beauty.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} monolithic, implant-filled belly while still maintaining its beauty.`);
@@ -12052,7 +12045,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bangles are linked by a long golden chain to a ring around ${his} popped out belly button. The chain tinkles metallically as it shifts with ${his} jiggling ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bangles are linked by a long golden chain to a ring around ${his} popped out belly button. The chain tinkles metallically as it shifts with ${his} movements.`);
@@ -12085,7 +12078,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tight leotard has exploded at the front, showing off ${his} monolithic, ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tight leotard has exploded at the front, showing off ${his} monolithic, implant-filled belly.`);
@@ -12130,7 +12123,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s tight bodysuit has been altered to allow ${his} monolithic, ${slave.inflationType}-filled belly to swell out from it unconstrained.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s tight bodysuit has been altered to allow ${his} monolithic, implant-filled belly to swell out from it unconstrained.`);
@@ -12173,7 +12166,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a tight Imperial bodysuit":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit stretches out obscenely on ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, distending obscenely into a gargantuan, imposing mass of stretched-out flesh under skintight suit.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit stretches out obscenely on ${his} unfathomable, hyper-swollen, implant-filled belly, distending obscenely into a gargantuan, enormously swollen mass of stretched-out flesh under skintight suit.`);
@@ -12181,7 +12174,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit stretches out obscenely on ${his} unfathomable, hyper-swollen pregnant belly, distending obscenely into a gargantuan, bulging mass of stretched-out flesh under skintight suit.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, ${slave.inflationType}-filled belly, pulled smooth over ${his} pressure flattened navel.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic, implant-filled belly, pulled smooth over ${his} pressure flattened navel.`);
@@ -12189,7 +12182,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic pregnant belly, pulled smooth over ${his} pressure flattened navel and all the movement of ${his} many squirming children.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} titanic ${slave.inflationType}-filled belly underneath the bodysuit, displaying ${his} popped navel through the skintight material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} titanic implant-filled belly underneath the bodysuit, displaying ${his} popped navel through the skintight material.`);
@@ -12197,7 +12190,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} titanic bulging pregnant belly, displaying ${his} popped navel and all the movement ${his} squirming babies make.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massively gravid stomach. It clearly displays ${his} gigantic ${slave.inflationType}-filled belly through the skintight material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massively gravid stomach. It clearly displays ${his} gigantic implant-filled belly through the skintight material.`);
@@ -12205,7 +12198,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massively gravid stomach. It clearly displays ${his} gigantic pregnant belly through the skintight material.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} massive ${slave.inflationType}-filled belly through the skintight material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} massive implant-filled belly through the skintight material.`);
@@ -12213,7 +12206,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massive pregnant belly, displaying ${his} popped navel and any movement ${his} babies make.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} giant ${slave.inflationType}-filled belly through the skintight material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays ${his} giant implant-filled belly through the skintight material.`);
@@ -12221,7 +12214,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely gravid stomach. It clearly displays${his} giant pregnant belly through the skintight material.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} gravid stomach. It clearly displays ${his} huge ${slave.inflationType}-filled belly through the skintight material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} gravid stomach. It clearly displays ${his} huge implant-filled belly through the skintight material.`);
@@ -12233,7 +12226,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} huge pregnant belly through the skintight material.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} huge ${slave.inflationType}-filled belly through the skintight material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} huge implant-filled belly through the skintight material.`);
@@ -12243,7 +12236,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} big pregnant belly, leaving it looking much shorter than it really is.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit barely clings to ${his} hugely swollen belly, leaving it looking much shorter than it really is.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit barely clings to ${his} huge implant-filled belly, leaving it looking much shorter than it really is.`);
@@ -12257,7 +12250,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} pregnant belly.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} jiggling ${slave.inflationType}-filled belly through the skintight material.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} implant-filled belly through the skintight material.`);
@@ -12269,7 +12262,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays${his} small pregnant belly through the skintight material.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays${his} ${slave.inflationType}-swollen belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit clearly displays${his} implant-rounded belly through the skintight material.`);
@@ -12288,7 +12281,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`The strip of cloth designed to run down ${his} front looks tiny as it rests atop ${his} monolithic, ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`The strip of cloth designed to run down ${his} front looks tiny as it rests atop ${his} monolithic, implant-filled belly.`);
@@ -12321,7 +12314,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} monolithic, ${slave.inflationType}-filled belly, leaving it hanging out the hole it made.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} monolithic, implant-filled belly, leaving it hanging out the hole it made.`);
@@ -12332,7 +12325,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} titanic bulging pregnant belly leaving it hanging out the hole it made.`);
 				} else if (slave.bellyPreg >= 300000) {
 					r.push(`${slave.slaveName}'s teddy has burst trying to contain ${his} massive pregnant belly leaving it hanging out the hole it made.`);
-				} else if (slave.weight > 160) {
+				} else if (slave.weight > 190) {
 					r.push(`${slave.slaveName}'s tailored teddy is strained to capacity by ${his} massively fat belly. ${His} flab juts out around its edges while drawing it focuses on drawing attention to ${his} folds, rolls and assorted jiggling.`);
 				} else if (slave.bellyPreg >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) {
 					r.push(`${slave.slaveName}'s teddy is stretched to tearing by ${his} big pregnant belly. ${His} popped navel prominently pokes through the material.`);
@@ -12352,7 +12345,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "attractive lingerie for a pregnant woman":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`);
@@ -12360,7 +12353,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} brood-filled squirming belly.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled belly completely hides ${his} silken panties. ${His} silken vest sensually frames ${his} belly.`);
@@ -12391,7 +12384,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a maternity dress":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`);
@@ -12399,7 +12392,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnant belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} squirming belly.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`);
@@ -12432,7 +12425,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly takes full advantage of ${his} exposed midriff to hang freely.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic, implant-filled belly takes full advantage of ${his} exposed midriff to hang freely.`);
@@ -12465,7 +12458,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				if (slave.boobs > 1200) {
 					r.push(`${slave.slaveName}'s top is currently prevented from trying to cover ${his}`);
 					if (slave.belly >= 1000000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`unfathomable huge, hyper-swollen, ${slave.inflationType}-filled belly`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`unfathomable huge, hyper-swollen, implant-filled belly`);
@@ -12473,7 +12466,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 							r.push(`unfathomable, hyper-swollen pregnant belly`);
 						}
 					} else if (slave.belly >= 750000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`monolithic ${slave.inflationType}-filled belly`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`monolithic implant-filled belly`);
@@ -12504,7 +12497,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`by ${his} big tits, leaving it completely exposed to view.`);
 				} else {
 					if (slave.belly >= 1000000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`unfathomable, hyper-swollen, ${slave.inflationType}-filled belly`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`unfathomable, hyper-swollen, implant-filled belly`);
@@ -12512,7 +12505,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 							r.push(`unfathomable, hyper-swollen pregnant belly`);
 						}
 					} else if (slave.belly >= 750000) {
-						if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+						if (isBellyFluidLargest) {
 							r.push(`monolithic, ${slave.inflationType}-filled belly`);
 						} else if (slave.bellyImplant > 0) {
 							r.push(`monolithic, implant-filled belly`);
@@ -12551,7 +12544,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 		switch (slave.bellyAccessory) {
 			case "an extreme corset":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly makes a mockery of ${his} corset; it holds on only with custom lacing and, even then, is more plastered to ${his} back than wrapped around ${his} stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly makes a mockery of ${his} corset; it holds on only with custom lacing and, even then, is more plastered to ${his} back than wrapped around ${his} stomach.`);
@@ -12559,7 +12552,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen pregnancy makes a mockery of ${his} corset; despite this, even the light pressure applied to it by the failing lacings of the garment has ${his} packed-tight womb on the brink of rupturing. ${His} brood squirms as much as they possibly can under the pressure.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly makes a mockery of ${his} tearing ${his} corset; the poor thing is on its last fibers.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly makes a mockery of ${his} tearing ${his} corset; the poor thing is on its last fibers.`);
@@ -12567,7 +12560,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s monolithic pregnant belly is on the brink of rupturing under the remaining pressure of ${his} corset, despite it barely holding together; one or the other has to win out. ${His} brood squirms as much as they possibly can under the pressure.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly makes a mockery of ${his} corset; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly makes a mockery of ${his} corset; one or the other will eventually win out.`);
@@ -12575,7 +12568,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s titanic pregnant belly makes a mockery of ${his} corset, despite still being painfully constricted; one or the other will eventually win out. ${His} brood squirms angrily over the pressure in their already tight confines.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly agonizingly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly agonizingly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`);
@@ -12583,7 +12576,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s gigantic pregnant belly is agonizingly compressed as it threatens to burst from ${his} corset; one or the other has to win out.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly painfully strains ${his} corset, threatening to burst it; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly painfully strains ${his} corset, threatening to burst it; one or the other will eventually win out.`);
@@ -12591,7 +12584,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s massive pregnant belly is agonizingly compressed as it strains ${his} corset; one or the other has to win out.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly strains ${his} corset, threatening to burst it; one or the other will eventually win out.`);
@@ -12599,7 +12592,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly painfully strains ${his} corset, threatening to either burst it or sacrifice the life within; one or the other has to win out.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`);
@@ -12607,7 +12600,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s giant pregnant belly is painfully compressed by ${his} corset causing ${him} extreme duress; one or the other has to win out.`);
 					}
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`);
@@ -12616,16 +12609,16 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 				} else if (slave.weight > 190) {
 					r.push(`${slave.slaveName}'s massive gut is barely compressed by ${his} corset, ${his} fat billows out of every gap between the straining material.`);
-				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 15000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is painfully compressed by ${his} corset; one or the other will eventually win out.`);
 					} else {
 						r.push(`${slave.slaveName}'s huge pregnant belly is painfully compressed by ${his} corset; one or the other will eventually win out.`);
 					}
-				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 10000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly is tightly compressed by ${his} corset causing it to bulge above and below; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly is tightly compressed by ${his} corset; one or the other will eventually win out.`);
@@ -12636,8 +12629,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${slave.slaveName}'s giant gut is tightly compressed by ${his} corset, ${his} fat billows out of every gap between the straining material.`);
 				} else if (slave.weight > 130) {
 					r.push(`${slave.slaveName}'s huge gut is tightly compressed by ${his} corset, ${his} fat billows out of every gap between the straining material.`);
-				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 5000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is tightly compressed by ${his} corset causing it to bulge out above and below; one or the other will eventually win out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is tightly compressed by ${his} corset; one or the other will eventually win out.`);
@@ -12646,8 +12639,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 				} else if (slave.weight > 95) {
 					r.push(`${slave.slaveName}'s large gut is tightly compressed by ${his} corset, ${his} fat billows out of any gap it can find.`);
-				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 1500) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is tightly compressed by ${his} corset causing ${him} distress.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly is tightly compressed by ${his} corset causing ${him} distress.`);
@@ -12662,7 +12655,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a corset":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s corset looks ridiculous on ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly. It floats on top of ${his} belly, looking more like the bottom half of a mini coat than the garment it was originally intended to be.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset looks ridiculous on ${his} unfathomable, hyper-swollen, implant-filled belly. It floats on top of ${his} belly, looking more like the bottom half of a mini coat than the garment it was originally intended to be.`);
@@ -12670,7 +12663,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s corset looks ridiculous on ${his} unfathomable, hyper-swollen pregnancy. It floats on top of ${his} belly, near useless, bobbling up and down as ${his} innumerable brood kick and squirm.`);
 					}
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s corset can barely function with ${his} titanic ${slave.inflationType}-filled belly disrupting it. It aggravatingly digs into ${his} already strained stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset can barely function with ${his} titanic implant-filled belly disrupting it. It aggravatingly digs into ${his} already strained stomach.`);
@@ -12678,7 +12671,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s corset can barely function with ${his} titanic belly disrupting it. It aggravatingly digs into ${his} already strained stomach, causing ${his} brood to squirm incessantly.`);
 					}
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s corset looks ridiculous trying to bind ${his} middle while allowing ${his} titanic ${slave.inflationType}-filled belly to hang out.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset looks ridiculous trying to bind ${his} middle while allowing ${his} titanic implant-filled belly to hang out.`);
@@ -12686,7 +12679,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s corset looks ridiculous trying to bind ${his} middle while allowing ${his} titanic belly to hang out and squirm freely.`);
 					}
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while being dominated by ${his} gigantic ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while being dominated by ${his} gigantic implant-filled belly.`);
@@ -12694,7 +12687,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while being dominated by ${his} gigantic belly.`);
 					}
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while allowing ${his} massive ${slave.inflationType}-filled belly the room it demands.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while allowing ${his} massive implant-filled belly the room it demands.`);
@@ -12702,7 +12695,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s corset struggles to bind ${his} middle while allowing ${his} massive belly the room it demands.`);
 					}
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s corset strains around ${his} giant ${slave.inflationType}-filled belly.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s corset strains around ${his} giant implant-filled belly.`);
@@ -12710,7 +12703,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s corset strains around ${his} giant belly.`);
 					}
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly stretches out ${his} corset`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly stretches out ${his} corset`);
@@ -12719,20 +12712,16 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 				} else if (slave.weight > 190) {
 					r.push(`${slave.slaveName}'s corset strains around ${his} massive gut.`);
-				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
-					if (slave.bellyAccessory === "a huge empathy belly") {
-						r.push(`${slave.slaveName}'s huge pregnant belly comfortably bulges out of ${his} corset.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 15000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly comfortably bulges out of ${his} corset.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly comfortably bulges out of ${his} corset.`);
 					} else {
 						r.push(`${slave.slaveName}'s huge pregnant belly comfortably bulges out of ${his} corset.`);
 					}
-				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
-					if (slave.bellyAccessory === "a large empathy belly") {
-						r.push(`${slave.slaveName}'s big pregnant belly comfortably bulges out of ${his} corset.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 10000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly comfortably bulges out of ${his} corset.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly comfortably bulges out of ${his} corset.`);
@@ -12743,10 +12732,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${slave.slaveName}'s giant gut hangs out the hole in ${his} corset designed to accommodate a pregnant belly.`);
 				} else if (slave.weight > 130) {
 					r.push(`${slave.slaveName}'s huge gut hangs out the hole in ${his} corset designed to accommodate a pregnant belly.`);
-				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
-					if (slave.bellyAccessory === "a medium empathy belly") {
-						r.push(`${slave.slaveName}'s pregnant belly comfortably bulges out of ${his} corset.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 5000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly comfortably hangs out of ${his} corset.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly comfortably bulges out of ${his} corset.`);
@@ -12755,10 +12742,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 				} else if (slave.weight > 95) {
 					r.push(`${slave.slaveName}'s large gut hangs out the hole in ${his} corset designed to accommodate a pregnant belly.`);
-				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
-					if (slave.bellyAccessory === "a small empathy belly") {
-						r.push(`${slave.slaveName}'s small pregnant belly comfortably rounds out ${his} corset.`);
-					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 1500) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is lightly compressed by ${his} corset making ${him} uncomfortable.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly comfortably rounds out ${his} corset.`);
@@ -12789,7 +12774,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				break;
 			case "a support band":
 				if (slave.belly >= 1000000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, ${slave.inflationType}-filled belly is cradled by an equally oversized support band`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s unfathomable, hyper-swollen, implant-filled belly is cradled by an equally oversized support band`);
@@ -12798,7 +12783,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 					r.push(`doing its best to alleviate the strain on ${his} body.`);
 				} else if (slave.belly >= 750000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s monolithic ${slave.inflationType}-filled belly strains against ${his} enormous support band`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s monolithic implant-filled belly strains against ${his} enormous support band`);
@@ -12807,7 +12792,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 					r.push(`as it struggles to hold ${his} body together.`);
 				} else if (slave.belly >= 600000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s titanic ${slave.inflationType}-filled belly is cradled by ${his} enormous support band,`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s titanic implant-filled belly is cradled by ${his} enormous support band,`);
@@ -12816,7 +12801,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 					r.push(`alleviating some of the strain of carrying it and helping to keep things in place.`);
 				} else if (slave.belly >= 450000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s gigantic ${slave.inflationType}-filled belly strains against ${his} extra large support band`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s gigantic implant-filled belly strains against ${his} extra large support band`);
@@ -12825,7 +12810,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 					r.push(`as it dutifully alleviates the stress on ${his} body.`);
 				} else if (slave.belly >= 300000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s massive ${slave.inflationType}-filled belly is cradled by ${his} extra large support band,`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s massive implant-filled belly is cradled by ${his} extra large support band,`);
@@ -12834,7 +12819,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 					r.push(`alleviating much of the strain of carrying it.`);
 				} else if (slave.belly >= 150000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly is cradled by ${his} extra large support band,`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly is cradled by ${his} extra large support band,`);
@@ -12843,7 +12828,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 					r.push(`alleviating much of the strain of carrying it.`);
 				} else if (slave.belly >= 120000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly strains against ${his} support band`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s giant implant-filled belly strains against ${his} support band`);
@@ -12852,7 +12837,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 					r.push(`as it dutifully alleviates the stress on ${his} body.`);
 				} else if (slave.belly >= 30000) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is cradled by ${his} support band,`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is cradled by ${his} support band,`);
@@ -12862,8 +12847,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`alleviating much of the strain of carrying it.`);
 				} else if (slave.weight > 190) {
 					r.push(`${slave.slaveName}'s massive gut is cradled by ${his} support band, giving it a rather smooth appearance and taking some of the weight off ${his} front.`);
-				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 15000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s huge ${slave.inflationType}-filled belly is cradled by ${his} support band,`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s huge implant-filled belly is cradled by ${his} support band,`);
@@ -12871,8 +12856,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s huge pregnant belly is cradled by ${his} support band,`);
 					}
 					r.push(`reducing the strain on ${his} back.`);
-				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 10000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s hugely swollen belly is cradled by ${his} support band,`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s big implant-filled belly is cradled by ${his} support band,`);
@@ -12884,8 +12869,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${slave.slaveName}'s giant gut is cradled by ${his} support band, giving it a rather smooth appearance.`);
 				} else if (slave.weight > 130) {
 					r.push(`${slave.slaveName}'s huge gut is cradled by ${his} support band, giving it a rather smooth appearance.`);
-				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 5000) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s jiggling ${slave.inflationType}-filled belly is cradled by ${his} support band.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-filled belly is cradled by ${his} support band.`);
@@ -12895,8 +12880,8 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`It doesn't accomplish much, however.`);
 				} else if (slave.weight > 95) {
 					r.push(`${slave.slaveName}'s large gut is cradled by ${his} support band, giving it a rather smooth appearance.`);
-				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
-					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+				} else if (slave.belly >= 1500) {
+					if (isBellyFluidLargest) {
 						r.push(`${slave.slaveName}'s ${slave.inflationType}-swollen belly is cradled by ${his} support band.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s implant-rounded belly is cradled by ${his} support band.`);
@@ -13094,7 +13079,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`An alluring tattoo is prominently displayed across ${his} lower belly, beneath ${his} navel, urging ${him} to be bred.`);
 					}
 				}
-				if (heavyBelly === 1) {
+				if (isBellyHeavy) {
 					if (canMove(slave)) {
 						r.push(`${His}`);
 						if (slave.bellyPreg >= 3000) {
@@ -13172,7 +13157,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${His} navel piercing runs through the suit's material.`);
 				}
 			}
-			if (heavyBelly === 1) {
+			if (isBellyHeavy) {
 				r.push(`The difficulties of being enormously`);
 				if (slave.bellyPreg >= 3000) {
 					r.push(`pregnant`);
diff --git a/src/npc/descriptions/butt/butt.js b/src/npc/descriptions/butt/butt.js
index 66b02d95b4bfb8c1329fff04551547e7c4dd4583..62314f515a7f7bf0663aed3d53c11b3da0020e6c 100644
--- a/src/npc/descriptions/butt/butt.js
+++ b/src/npc/descriptions/butt/butt.js
@@ -1038,7 +1038,7 @@ App.Desc.butt = function(slave, {market, eventDescription} = {}) {
 						r.push(`leaving the entirety of ${his} massive ass exposed.`);
 					} else if (slave.butt > 6) {
 						r.push(`covering only the topmost portion of ${his} giant rear.`);
-					} else if (slave.butt > 6) {
+					} else if (slave.butt > 3) {
 						r.push(`only managing to cover half of ${his} big butt.`);
 					} else if (slave.butt > 2) {
 						r.push(`exposing the very bottom of ${his} asscheeks.`);
diff --git a/src/npc/descriptions/crotch/vagina.js b/src/npc/descriptions/crotch/vagina.js
index 270718e4ff7cf439c6770e0049cbbbf6f9abd709..22886aa8c2fb2e4799d10414edb73cb972a29e36 100644
--- a/src/npc/descriptions/crotch/vagina.js
+++ b/src/npc/descriptions/crotch/vagina.js
@@ -613,9 +613,7 @@ App.Desc.vagina = function(slave, {market, eventDescription} = {}) {
 		}
 	} else {
 		if (slave.vagina === -1) {
-			if (V.seeDicks >= 100) {
-			} else if (slave.anus === 0) {
-			} else {
+			if (V.seeDicks < 100 && slave.anus !== 0) {
 				r.push(`Since ${he} lacks a vagina, ${he} takes it up`);
 				if (V.seeRace === 1) {
 					r.push(`${his} ${slave.race}`);
diff --git a/src/npc/generate/generateGenetics.js b/src/npc/generate/generateGenetics.js
index 87b1229a1a91f5f60249273a5f55b1a5237b11df..dca973f09e84191455655b8416e67adb48540dc9 100644
--- a/src/npc/generate/generateGenetics.js
+++ b/src/npc/generate/generateGenetics.js
@@ -1,7 +1,6 @@
 // Generates a child's genetics based off mother and father and returns it as an object to be attached to an ovum
 
 globalThis.generateGenetics = (function() {
-	let genes;
 	let mother;
 	let activeMother;
 	let father;
@@ -14,14 +13,14 @@ globalThis.generateGenetics = (function() {
 	const fuzzy = (a, b) => Math.clamp(normalRandInt((a + b) / 2, 20), -100, 100);
 
 	/**
-	 * @param {App.Entity.SlaveState} actor1
+	 * @param {FC.HumanState} actor1
 	 * @param {number} actor2 Slave ID of actor 2
 	 * @param {number} x
-	 * @returns
+	 * @returns {FC.FetusGenetics}
 	 */
 	function generateGenetics(actor1, actor2, x) {
-		genes = {
-			gender: "XX",
+		const genes = {
+			gender: /** @type {FC.GenderGenes} */ ("XX"),
 			name: "blank",
 			surname: 0,
 			mother: 0,
@@ -140,6 +139,7 @@ globalThis.generateGenetics = (function() {
 
 	// gender
 	function setGender(father, mother) {
+		/** @type {FC.GenderGenes} */
 		let gender;
 		if (mother.geneticQuirks.girlsOnly === 2) {
 			gender = "XX";
@@ -242,7 +242,13 @@ globalThis.generateGenetics = (function() {
 		}
 	}
 
-	// race
+	/**
+	 * race
+	 * @param {*} father
+	 * @param {*} mother
+	 * @param {*} actor2
+	 * @returns {FC.Race}
+	 */
 	function setRace(father, mother, actor2) {
 		let race;
 		let fatherRace = 0;
@@ -1460,4 +1466,3 @@ function makeAlbinismOverride(race) {
 	}
 	return albinismOverride;
 }
-
diff --git a/src/npc/infants/infantSummary.js b/src/npc/infants/infantSummary.js
index b546ea7f4eff4f4549a9a58d76f00d75b9cbace4..5d8ca1723224f1dc1dda03744cf4a9f887dd1fcd 100644
--- a/src/npc/infants/infantSummary.js
+++ b/src/npc/infants/infantSummary.js
@@ -1594,7 +1594,7 @@ App.Facilities.Nursery.InfantSummary = function(child) {
 	}
 
 	function shortExtendedFamily() {
-		const {daughter, sister} = getPronouns(child);
+		const {daughter, sister, wife} = getPronouns(child);
 
 		let handled = 0;
 		let r = ``;
@@ -1703,7 +1703,7 @@ App.Facilities.Nursery.InfantSummary = function(child) {
 				r += ` ${friendShipShort}`;
 			}
 		} else if (child.relationship === -3 && child.mother !== -1 && child.father !== -1) {
-			r += `Your wife`;
+			r += `Your ${wife}`;
 		} else if (child.relationship === -2) {
 			r += `E Bonded`;
 		} else if (child.relationship === -1) {
@@ -1714,7 +1714,7 @@ App.Facilities.Nursery.InfantSummary = function(child) {
 	}
 
 	function longExtendedFamily() {
-		const {daughter, sister} = getPronouns(child);
+		const {daughter, sister, wife} = getPronouns(child);
 
 		let handled = 0;
 		let r = ``;
@@ -1838,7 +1838,7 @@ App.Facilities.Nursery.InfantSummary = function(child) {
 				r += `<span class="lightgreen">${friendship}.</span> `;
 			}
 		} else if (child.relationship === -3 && child.mother !== -1 && child.father !== -1) {
-			r += `<span class="lightgreen">Your wife.</span> `;
+			r += `<span class="lightgreen">Your ${wife}.</span> `;
 		} else if (child.relationship === -2) {
 			r += `<span class="lightgreen">Emotionally bonded to you.</span> `;
 		} else if (child.relationship === -1) {
diff --git a/src/npc/interaction/fKiss.tw b/src/npc/interaction/fKiss.tw
index d58c6643497a7060ffe4e5af7186c401bdf54959..1019969fc2f190078084e6c7309f362bd8ea417a 100644
--- a/src/npc/interaction/fKiss.tw
+++ b/src/npc/interaction/fKiss.tw
@@ -50,7 +50,7 @@ You tell <<= getSlave($AS).slaveName>> to
 	<<if getSlave($AS).fetish == "mindbroken">>
 		$He complies mechanically. $He remembers that when <<= getWrittenTitle(getSlave($AS))>>'s commands are not obeyed, there is punishment. You kiss $him deeply and intensely; $he doesn't understand why.
 	<<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>>
-		$He complies in a wifely fashion, moving $his body as $he approaches to best catch your desire. Once $he's close, you take a moment to gaze deeply
+		$He complies in a <<= $wife>>ly fashion, moving $his body as $he approaches to best catch your desire. Once $he's close, you take a moment to gaze deeply
 		<<if canSee(getSlave($AS))>>
 			into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>.
 		<<else>>
diff --git a/src/npc/interaction/fPat.tw b/src/npc/interaction/fPat.tw
index 20baa39edec881d42f8c27ff90db2d5d192a4a03..57c3865213a3a04d1d1413858cb9331468cb82cb 100644
--- a/src/npc/interaction/fPat.tw
+++ b/src/npc/interaction/fPat.tw
@@ -39,7 +39,7 @@ You tell <<= getSlave($AS).slaveName>> to
 	<<if getSlave($AS).fetish == "mindbroken">>
 		$He complies mechanically. $He remembers that when <<= getWrittenTitle(getSlave($AS))>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his empty <<= App.Desc.eyesColor(getSlave($AS))>>. $He shows no reaction
 	<<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>>
-		$He complies in a wifely fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and gaze
+		$He complies in a <<= $wife>>ly fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and gaze
 		<<if canSee(getSlave($AS))>>
 			deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>.
 		<<else>>
diff --git a/src/npc/slaveStats.tw b/src/npc/slaveStats.tw
index dffd1e2393e911ca37710a21de21e72b79f3957e..64ea16a3807fb46fa92499171fde03a0debdc1d7 100644
--- a/src/npc/slaveStats.tw
+++ b/src/npc/slaveStats.tw
@@ -254,7 +254,7 @@ Income: <<= num(_slave.lastWeeksRepIncome)>>
 		<br>UnderArm:
 		HColor: _slave.underArmHColor,
 		Style: _slave.underArmHStyle,
-		Override H Colour: _slave.override_Arm_H_Color
+		Override H Color: _slave.override_Arm_H_Color
 
 		<br>Nails: _slave.nails
 
diff --git a/src/npc/surgery/organFarm.js b/src/npc/surgery/organFarm.js
index 0ab328fd786be3b58a497968d054a2e3ca775d66..f3e3b825a29cd1b80ece9deaae617258ed6a01f9 100644
--- a/src/npc/surgery/organFarm.js
+++ b/src/npc/surgery/organFarm.js
@@ -35,18 +35,19 @@ App.Medicine.OrganFarm.growActions = function(slave) {
 	// create entries for each organ
 	let grow = "";
 	let wait = [];
-	for (const organ of organOrder) {
-		if (slaveOrgans[organ] === 0) {
-			if (O[organ].canGrow(slave)) {
-				grow += `<div>${App.UI.link(O[organ].name, App.Medicine.OrganFarm.growOrgan, [slave, organ], "Remote Surgery")}</div>`;
-				const tooltip = typeof O[organ].tooltip === "string" ? O[organ].tooltip : O[organ].tooltip(slave);
-				grow += `<div class="detail">Costs ${cashFormat(O[organ].cost)}${tooltip !== "" ? ` and ${tooltip}` : ""}.</div>`;
+	for (const organId of organOrder) {
+		if (slaveOrgans[organId] === 0) {
+			const organ = O[organId];
+			if (organ.canGrow(slave)) {
+				grow += `<div>${App.UI.link(organ.name, App.Medicine.OrganFarm.growOrgan, [slave, organ], "Remote Surgery")}</div>`;
+				const tooltip = typeof organ.tooltip === "string" ? organ.tooltip : organ.tooltip(slave);
+				grow += `<div class="detail">Costs ${cashFormat(organ.cost)}${tooltip !== "" ? ` and ${tooltip}` : ""}.</div>`;
 			}
-		} else if (slaveOrgans[organ] > 0) {
+		} else if (slaveOrgans[organId] > 0) {
 			// in growth organs at the end of the list
 			wait.push({
-				time: slaveOrgans[organ],
-				text: `${His} ${O[organ].name.toLowerCase()} will be ready for implantation in ${weeksLeft(slaveOrgans[organ])} weeks.`
+				time: slaveOrgans[organId],
+				text: `${His} ${O[organId].name.toLowerCase()} will be ready for implantation in ${weeksLeft(slaveOrgans[organId])} weeks.`
 			});
 		}
 	}
@@ -185,6 +186,7 @@ App.Medicine.OrganFarm.removeOrgan = function(slave, type) {
  */
 App.Medicine.OrganFarm.getSortedOrgans = function(slave) {
 	const F = App.Medicine.OrganFarm;
+	/** @type {string[]} */
 	const organs = [];
 	const dependencies = [];
 	V.completedOrgans.forEach(organ => {
@@ -219,17 +221,17 @@ App.Medicine.OrganFarm.fullMenu = function(slave) {
 		return fragment;
 	}
 
-	let actions = App.Medicine.OrganFarm.growActions(slave);
+	const growActions = App.Medicine.OrganFarm.growActions(slave);
 	let anyAction = false;
-	if (actions !== "") {
-		$(fragment).append(Wikifier.wikifyEval(`<h3>Grow new organs</h3><div class="indent">${actions}</div>`));
+	if (growActions !== "") {
+		$(fragment).append(Wikifier.wikifyEval(`<h3>Grow new organs</h3><div class="indent">${growActions}</div>`));
 		anyAction = true;
 	}
 
-	actions = App.Medicine.OrganFarm.implantActions(slave);
-	if (actions !== null) {
+	const implantActions = App.Medicine.OrganFarm.implantActions(slave);
+	if (implantActions !== null) {
 		App.UI.DOM.appendNewElement("h3", fragment, "Implant Organs");
-		App.UI.DOM.appendNewElement("div", fragment, actions, "indent");
+		App.UI.DOM.appendNewElement("div", fragment, implantActions, "indent");
 		anyAction = true;
 	}
 
diff --git a/src/npc/surgery/organs.js b/src/npc/surgery/organs.js
index ecb0bfeb5fc28d128cd7c1cd3332d919b4127329..1d3fe6ac61fb815eb32dab3a97eb1fa35db07b34 100644
--- a/src/npc/surgery/organs.js
+++ b/src/npc/surgery/organs.js
@@ -8,7 +8,7 @@ App.Medicine.OrganFarm.organDisplayOrder = ["penis", "testicles", "scrotum", "pi
 
 App.Medicine.OrganFarm.init = function() {
 	new App.Medicine.OrganFarm.Organ({
-		type: "penis", name: "Penis", tooltip: "will add a prostate if one is not already present", cost: 5000, time: 5,
+		type: "penis", name: "Penis", cost: 5000, time: 5,
 		canGrow: () => (V.seeDicks !== 0 || V.makeDicks === 1),
 		actions: [
 			new App.Medicine.OrganFarm.OrganImplantAction({
@@ -48,19 +48,19 @@ App.Medicine.OrganFarm.init = function() {
 	});
 
 	new App.Medicine.OrganFarm.Testicles({
-		type: "testicles", name: "Testicles", ballType: "human", animal: false
+		type: "testicles", name: "Testicles", ballType: "human"
 	});
 	new App.Medicine.OrganFarm.Testicles({
-		type: "pigTesticles", name: "Pig testicles", ballType: "pig", animal: true
+		type: "pigTesticles", name: "Pig testicles", ballType: "pig"
 	});
 	new App.Medicine.OrganFarm.Testicles({
-		type: "dogTesticles", name: "Dog testicles", ballType: "dog", animal: true
+		type: "dogTesticles", name: "Dog testicles", ballType: "dog"
 	});
 	new App.Medicine.OrganFarm.Testicles({
-		type: "horseTesticles", name: "Horse testicles", ballType: "horse", animal: true
+		type: "horseTesticles", name: "Horse testicles", ballType: "horse"
 	});
 	new App.Medicine.OrganFarm.Testicles({
-		type: "cowTesticles", name: "Cow testicles", ballType: "cow", animal: true
+		type: "cowTesticles", name: "Cow testicles", ballType: "cow"
 	});
 
 	new App.Medicine.OrganFarm.Organ({
@@ -79,27 +79,25 @@ App.Medicine.OrganFarm.init = function() {
 	});
 
 	new App.Medicine.OrganFarm.Ovaries({
-		type: "ovaries", name: "Ovaries", eggType: "human", pregData: "human", animal: false
+		type: "ovaries", name: "Ovaries", eggType: "human", pregData: "human"
 	});
 	new App.Medicine.OrganFarm.Ovaries({
-		type: "pigOvaries", name: "Pig ovaries", eggType: "pig", pregData: "pig", animal: true
+		type: "pigOvaries", name: "Pig ovaries", eggType: "pig", pregData: "pig"
 	});
 	new App.Medicine.OrganFarm.Ovaries({
 		type: "dogOvaries",
 		name: "Dog ovaries",
 		eggType: "dog",
 		pregData: "canineM",
-		animal: true
 	});
 	new App.Medicine.OrganFarm.Ovaries({
 		type: "horseOvaries",
 		name: "Horse ovaries",
 		eggType: "horse",
 		pregData: "equine",
-		animal: true
 	});
 	new App.Medicine.OrganFarm.Ovaries({
-		type: "cowOvaries", name: "Cow ovaries", eggType: "cow", pregData: "cow", animal: true
+		type: "cowOvaries", name: "Cow ovaries", eggType: "cow", pregData: "cow"
 	});
 
 	new App.Medicine.OrganFarm.AnalWomb({
@@ -107,35 +105,30 @@ App.Medicine.OrganFarm.init = function() {
 		name: "Anal womb and ovaries",
 		eggType: "human",
 		pregData: "human",
-		animal: false
 	});
 	new App.Medicine.OrganFarm.AnalWomb({
 		type: "mpregPig",
 		name: "Anal pig womb and ovaries",
 		eggType: "pig",
 		pregData: "pig",
-		animal: true
 	});
 	new App.Medicine.OrganFarm.AnalWomb({
 		type: "mpregDog",
 		name: "Anal dog womb and ovaries",
 		eggType: "dog",
 		pregData: "canineM",
-		animal: true
 	});
 	new App.Medicine.OrganFarm.AnalWomb({
 		type: "mpregHorse",
 		name: "Anal horse womb and ovaries",
 		eggType: "horse",
 		pregData: "equine",
-		animal: true
 	});
 	new App.Medicine.OrganFarm.AnalWomb({
 		type: "mpregCow",
 		name: "Anal cow womb and ovaries",
 		eggType: "cow",
 		pregData: "cow",
-		animal: true
 	});
 
 	new App.Medicine.OrganFarm.Organ({
@@ -393,7 +386,7 @@ App.Medicine.OrganFarm.init = function() {
 		actions: [
 			new App.Medicine.OrganFarm.OrganImplantAction({
 				name: "Scalp", healthImpact: 10, surgeryType: "restoreHairHead",
-				canImplant: s => (s.bald),
+				canImplant: s => (s.bald !== 0),
 				implantError: () => "This slave already has hair.",
 				implant: s => {
 					s.bald = 0;
diff --git a/src/npc/surgery/reproductiveOrgans.js b/src/npc/surgery/reproductiveOrgans.js
index bdf1598930b4e38f4aec53ed754ee5b179e9f2f3..9d0ac8edfe92d4f787b6a0ce85f1adbd9d24c9d0 100644
--- a/src/npc/surgery/reproductiveOrgans.js
+++ b/src/npc/surgery/reproductiveOrgans.js
@@ -1,15 +1,15 @@
 App.Medicine.OrganFarm.TesticlesImplantAction = class extends App.Medicine.OrganFarm.OrganImplantAction {
 	/**
-	 * @param {string} name
-	 * @param {string} tooltip
-	 * @param {string} ballType
-	 * @param {boolean} animal
-	 * @param {boolean} autoImplant
-	 * @param {function(App.Entity.SlaveState):boolean} canImplant
-	 * @param {function(App.Entity.SlaveState):string} implantError
-	 * @param {function(App.Entity.SlaveState)} implant
+	 * @param {object} params
+	 * @param {string} params.name
+	 * @param {string} [params.tooltip]
+	 * @param {boolean} params.animal
+	 * @param {boolean} [params.autoImplant]
+	 * @param {function(App.Entity.SlaveState):boolean} params.canImplant
+	 * @param {function(App.Entity.SlaveState):string} params.implantError
+	 * @param {function(App.Entity.SlaveState):void} params.implant
 	 */
-	constructor({name, tooltip = "", animal, autoImplant = true, canImplant, implantError, implant} = {}) {
+	constructor({name, tooltip = "", animal, autoImplant = true, canImplant, implantError, implant}) {
 		super({
 			name: name,
 			tooltip: tooltip,
@@ -26,20 +26,20 @@ App.Medicine.OrganFarm.TesticlesImplantAction = class extends App.Medicine.Organ
 
 App.Medicine.OrganFarm.Testicles = class extends App.Medicine.OrganFarm.Organ {
 	/**
-	 * @param {string} type
-	 * @param {string} name
-	 * @param {string} ballType
-	 * @param {boolean} animal
+	 * @param {Object} params
+	 * @param {string} params.type
+	 * @param {string} params.name
+	 * @param {FC.AnimalKind} params.ballType
 	 */
-	constructor({type, name, ballType, animal} = {}) {
+	constructor({type, name, ballType}) {
 		super({
 			type: type, name: name,
 			tooltip: "will add a prostate if one is not already present; requires a penis for successful implantation",
 			cost: 5000, time: 10,
-			canGrow: () => (!this.animal || V.animalTesticles > 0), dependencies: ["penis"],
+			canGrow: () => (this.ballType === "human" || V.animalTesticles > 0), dependencies: ["penis"],
 			actions: [
 				new App.Medicine.OrganFarm.TesticlesImplantAction({
-					name: "Implant", ballType: ballType, animal: animal,
+					name: "Implant", animal: ballType !== "human",
 					canImplant: slave => (slave.balls <= 0 && slave.dick > 0),
 					implantError: slave => {
 						if (slave.dick === 0) {
@@ -71,7 +71,7 @@ App.Medicine.OrganFarm.Testicles = class extends App.Medicine.OrganFarm.Organ {
 				new App.Medicine.OrganFarm.TesticlesImplantAction({
 					name: "Implant",
 					tooltip: "you can forgo standard procedure and implant testicles directly into their abdomen",
-					ballType: ballType, animal: animal, surgeryType: "addTesticles", autoImplant: false,
+					animal: ballType !== "human", surgeryType: "addTesticles", autoImplant: false,
 					canImplant: slave => (slave.dick === 0 && slave.balls <= 0),
 					implantError: slave => ((slave.balls > 0) ? "This slave already has testicles." : ""),
 					implant: slave => {
@@ -119,22 +119,22 @@ App.Medicine.OrganFarm.Testicles = class extends App.Medicine.OrganFarm.Organ {
 				})
 			]
 		});
-		this.animal = animal;
 		this.ballType = ballType;
 	}
 };
 
 App.Medicine.OrganFarm.OvariesImplantAction = class extends App.Medicine.OrganFarm.OrganImplantAction {
 	/**
-	 * @param {string} name
-	 * @param {string} tooltip
-	 * @param {boolean} animal
-	 * @param {boolean} autoImplant
-	 * @param {function(App.Entity.SlaveState):boolean} canImplant
-	 * @param {function(App.Entity.SlaveState):string} implantError
-	 * @param {function(App.Entity.SlaveState)} implant
+	 * @param {object} params
+	 * @param {string} params.name
+	 * @param {string} [params.tooltip]
+	 * @param {boolean} params.animal
+	 * @param {boolean} [params.autoImplant]
+	 * @param {function(App.Entity.SlaveState):boolean} params.canImplant
+	 * @param {function(App.Entity.SlaveState):string} params.implantError
+	 * @param {function(App.Entity.SlaveState):void} params.implant
 	 */
-	constructor({name, tooltip = "", animal, autoImplant = true, canImplant, implantError, implant} = {}) {
+	constructor({name, tooltip = "", animal, autoImplant = true, canImplant, implantError, implant}) {
 		super({
 			name: name, tooltip: tooltip, healthImpact: 20,
 			surgeryType: animal ? "addAnimalOvaries" : "addOvaries", autoImplant: autoImplant,
@@ -148,20 +148,20 @@ App.Medicine.OrganFarm.OvariesImplantAction = class extends App.Medicine.OrganFa
 
 App.Medicine.OrganFarm.Ovaries = class extends App.Medicine.OrganFarm.Organ {
 	/**
-	 * @param {string} type
-	 * @param {string} name
-	 * @param {string} eggType
-	 * @param {string} pregData
-	 * @param {boolean} animal
+	 * @param {object} params
+	 * @param {string} params.type
+	 * @param {string} params.name
+	 * @param {FC.AnimalKind} params.eggType
+	 * @param {string} params.pregData
 	 */
-	constructor({type, name, eggType, pregData, animal} = {}) {
+	constructor({type, name, eggType, pregData}) {
 		super({
 			type: type, name: name, tooltip: "requires a vagina for successful implantation",
 			cost: 10000, time: 10,
-			canGrow: () => (!this.animal || V.animalOvaries > 0),
+			canGrow: () => (this.eggType === "human" || V.animalOvaries > 0),
 			actions: [
 				new App.Medicine.OrganFarm.OvariesImplantAction({
-					name: "Implant", animal: animal,
+					name: "Implant", animal: eggType !== "human",
 					canImplant: s => (s.vagina >= 0 && s.ovaries <= 0 && s.mpreg === 0 && s.bellyImplant === -1),
 					implantError: s => {
 						if (s.vagina < 0) { return "This slave lacks the vagina necessary to accept ovaries."; }
@@ -185,7 +185,7 @@ App.Medicine.OrganFarm.Ovaries = class extends App.Medicine.OrganFarm.Organ {
 				new App.Medicine.OrganFarm.OvariesImplantAction({
 					name: "Replace",
 					tooltip: "you can replace the existing ovaries with a new pair",
-					animal: animal,
+					animal: eggType !== "human",
 					autoImplant: false,
 					canImplant: s => (s.vagina >= 0 && s.mpreg === 0 && s.bellyImplant === -1 && (s.eggType !== this.eggType || s.preg === -3)),
 					implantError: s => (s.eggType === this.eggType) ? `This slave already has ${s.eggType} ovaries.` : "",
@@ -204,7 +204,6 @@ App.Medicine.OrganFarm.Ovaries = class extends App.Medicine.OrganFarm.Organ {
 				})
 			]
 		});
-		this.animal = animal;
 		this.eggType = eggType;
 		this.pregData = pregData;
 	}
@@ -212,17 +211,17 @@ App.Medicine.OrganFarm.Ovaries = class extends App.Medicine.OrganFarm.Organ {
 
 App.Medicine.OrganFarm.AnalWombImplantAction = class extends App.Medicine.OrganFarm.OrganImplantAction {
 	/**
-	 * @param {string} eggType
-	 * @param {string} pregData
-	 * @param {boolean} animal
+	 * @param {object} params
+	 * @param {FC.AnimalKind} params.eggType
+	 * @param {string} params.pregData
 	 */
-	constructor({eggType, pregData, animal} = {}) {
+	constructor({eggType, pregData}) {
 		super({
 			name: "Implant", healthImpact: 40,
 			surgeryType: "mpreg",
-			canImplant: s => ((!this.animal || V.animalTesticles > 0) && s.ovaries === 0 && s.vagina <= -1 && s.mpreg === 0 && s.bellyImplant < 0),
+			canImplant: s => ((this.eggType === "human" || V.animalTesticles > 0) && s.ovaries === 0 && s.vagina <= -1 && s.mpreg === 0 && s.bellyImplant < 0),
 			implantError: s => {
-				if (this.animal && V.animalTesticles === 0) { return ""; }
+				if (this.eggType !== "human" && V.animalTesticles === 0) { return ""; }
 				if (s.bellyImplant >= 0) { return "This slave has a fillable abdominal implant."; }
 				return "This slave has existing reproductive Organs.";
 			},
@@ -240,7 +239,6 @@ App.Medicine.OrganFarm.AnalWombImplantAction = class extends App.Medicine.OrganF
 				}
 			}
 		});
-		this.animal = animal;
 		this.eggType = eggType;
 		this.pregData = pregData;
 	}
@@ -248,26 +246,24 @@ App.Medicine.OrganFarm.AnalWombImplantAction = class extends App.Medicine.OrganF
 
 App.Medicine.OrganFarm.AnalWomb = class extends App.Medicine.OrganFarm.Organ {
 	/**
-	 * @param {string} type
-	 * @param {string} name
-	 * @param {string} eggType
-	 * @param {string} pregData
-	 * @param {boolean} animal
+	 * @param {object} params
+	 * @param {string} params.type
+	 * @param {string} params.name
+	 * @param {FC.AnimalKind} params.eggType
+	 * @param {string} params.pregData
 	 */
-	constructor({type, name, eggType, pregData, animal} = {}) {
+	constructor({type, name, eggType, pregData}) {
 		super({
 			type: type, name: name,
 			tooltip: "the slave must not have female reproductive organs for successful implantation",
 			cost: 20000, time: 10,
-			canGrow: () => (V.arcologies[0].FSGenderRadicalistResearch === 1 && (!this.animal || V.animalMpreg > 0)),
+			canGrow: () => (V.arcologies[0].FSGenderRadicalistResearch === 1 && (eggType === "human" || V.animalMpreg > 0)),
 			actions: [
 				new App.Medicine.OrganFarm.AnalWombImplantAction({
 					eggType: eggType,
-					pregData: pregData,
-					animal: animal
+					pregData: pregData
 				})
 			]
 		});
-		this.animal = animal;
 	}
 };
diff --git a/src/npc/surgery/surgery.js b/src/npc/surgery/surgery.js
index bc8e5cf6b5ac5ec83c312e5fcadb6c2e77b7db3d..43be494f1dd7324eb65ee18085e86db5fc0612a9 100644
--- a/src/npc/surgery/surgery.js
+++ b/src/npc/surgery/surgery.js
@@ -10,7 +10,7 @@
  * @param {number} [costs] money costs
  * @param {number} [hCosts] health costs
  * @param {string} [surgeryType]
- * @returns {App.Medicine.Surgery.Procedure}
+ * @returns {FC.Medicine.Surgery.Procedure}
  */
 App.Medicine.Surgery.makeOption = function(typeId, label, effect, desc, action, costs, hCosts, surgeryType) {
 	return {
@@ -30,7 +30,7 @@ App.Medicine.Surgery.makeOption = function(typeId, label, effect, desc, action,
  * @param {string} typeId
  * @param {string} label
  * @param {string} desc
- * @returns {App.Medicine.Surgery.Procedure}
+ * @returns {FC.Medicine.Surgery.Procedure}
  */
 App.Medicine.Surgery.makeImpossibleOption = function(typeId, label, desc) {
 	return this.makeOption(typeId, label, 0, desc);
@@ -70,7 +70,7 @@ App.Medicine.Keys = {
 
 /**
  * Commit procedure, executing its action and subtracting its costs
- * @param {App.Medicine.Surgery.Procedure} surgery
+ * @param {FC.Medicine.Surgery.Procedure} surgery
  * @param {App.Entity.SlaveState} slave
  */
 App.Medicine.Surgery.commit = function(surgery, slave) {
@@ -83,7 +83,7 @@ App.Medicine.Surgery.commit = function(surgery, slave) {
 /**
  * Returns markup for a link to execute the given procedure
  * @param {string} passage Passage to go after the surgery
- * @param {App.Medicine.Surgery.Procedure} surgery
+ * @param {FC.Medicine.Surgery.Procedure} surgery
  * @param {App.Entity.SlaveState} slave
  * @returns {string}
  */
@@ -138,7 +138,7 @@ App.Medicine.Surgery.ListHelpers = class {
 	 * @param {string} name
 	 * @param {string} implantType
 	 * @param {number} size
-	 * @returns {App.Medicine.Surgery.Procedure}
+	 * @returns {FC.Medicine.Surgery.Procedure}
 	 */
 	installImplants(name, implantType, size) {
 		return App.Medicine.Surgery.makeOption(this._keys.installImplant, `${capFirstChar(name)} implants`, size,
@@ -168,7 +168,7 @@ App.Medicine.Surgery.ListHelpers = class {
 	 * @param {string} implantType
 	 * @param {number} size
 	 * @param {number} [implantPrice=0]
-	 * @returns {App.Medicine.Surgery.Procedure}
+	 * @returns {FC.Medicine.Surgery.Procedure}
 	 */
 	replaceImplants(name, implantType, size, implantPrice = 0) {
 		return App.Medicine.Surgery.makeOption(this._keys.changeImplant, `${capFirstChar(name)} implants`,
@@ -184,7 +184,7 @@ App.Medicine.Surgery.ListHelpers = class {
 
 	/**
 	 * @param {number} volume
-	 * @returns {App.Medicine.Surgery.Procedure}
+	 * @returns {FC.Medicine.Surgery.Procedure}
 	 */
 	fillUp(volume) {
 		return App.Medicine.Surgery.makeOption(this._keys.fillUp, "Add inert filler", volume,
@@ -199,7 +199,7 @@ App.Medicine.Surgery.ListHelpers = class {
 
 	/**
 	 * @param {number} volume
-	 * @returns {App.Medicine.Surgery.Procedure}
+	 * @returns {FC.Medicine.Surgery.Procedure}
 	 */
 	drain(volume) {
 		return App.Medicine.Surgery.makeOption(this._keys.drain, `Drain ${volume}cc`, -volume,
@@ -214,7 +214,7 @@ App.Medicine.Surgery.ListHelpers = class {
 	/**
 	 * @param {string} procedureName
 	 * @param {number} sizeChange
-	 * @returns {App.Medicine.Surgery.Procedure}
+	 * @returns {FC.Medicine.Surgery.Procedure}
 	 */
 	reduce(procedureName, sizeChange) {
 		return App.Medicine.Surgery.makeOption(this._keys.reduction,
@@ -229,7 +229,7 @@ App.Medicine.Surgery.ListHelpers = class {
 
 /**
  * Returns options to accept all possible surgeries
- * @returns {App.Medicine.Surgery.SizingOptions}
+ * @returns {FC.Medicine.Surgery.SizingOptions}
  */
 App.Medicine.Surgery.allSizingOptions = function() {
 	return {
@@ -249,7 +249,7 @@ App.Medicine.Surgery.sizingProcedures = function() {
 
 	/**
 	 * for implants that we potentially order abroad :)
-	 * @param {App.Medicine.Surgery.Procedure} op
+	 * @param {FC.Medicine.Surgery.Procedure} op
 	 */
 	function _advFillablePriceModifier(op) {
 		if (V.ImplantProductionUpgrade !== 1) {
@@ -264,8 +264,8 @@ App.Medicine.Surgery.sizingProcedures = function() {
 	 * Returns list of available surgeries targeted at changing size of the given body part
 	 * @param {string} bodyPart
 	 * @param {App.Entity.SlaveState} slave
-	 * @param {App.Medicine.Surgery.SizingOptions} [options]
-	 * @returns {App.Medicine.Surgery.Procedure[]}
+	 * @param {FC.Medicine.Surgery.SizingOptions} [options]
+	 * @returns {FC.Medicine.Surgery.Procedure[]}
 	 */
 	function bodyPart(bodyPart, slave, options) {
 		switch (bodyPart) {
@@ -285,8 +285,8 @@ App.Medicine.Surgery.sizingProcedures = function() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * @param {App.Medicine.Surgery.SizingOptions} [options]
-	 * @returns {App.Medicine.Surgery.Procedure[]}
+	 * @param {FC.Medicine.Surgery.SizingOptions} [options]
+	 * @returns {FC.Medicine.Surgery.Procedure[]}
 	 */
 	function boobSizingProcedures(slave, options = {}) {
 		const thisArcology = V.arcologies[0];
@@ -443,8 +443,8 @@ App.Medicine.Surgery.sizingProcedures = function() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * @param {App.Medicine.Surgery.SizingOptions} [options]
-	 * @returns {App.Medicine.Surgery.Procedure[]}
+	 * @param {FC.Medicine.Surgery.SizingOptions} [options]
+	 * @returns {FC.Medicine.Surgery.Procedure[]}
 	 */
 	function buttSizingProcedures(slave, options = {}) {
 		const thisArcology = V.arcologies[0];
diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js
index 6bd6c2b2649a2870d6a8edb57d437ad9b8938754..fa6785ecd5fe173eaa1861dff617259184885b7b 100644
--- a/src/player/js/PlayerState.js
+++ b/src/player/js/PlayerState.js
@@ -1997,6 +1997,16 @@ App.Entity.PlayerState = class PlayerState {
 		this.staminaPills = 0;
 		/** Player's coefficient of inbreeding */
 		this.inbreedingCoeff = 0;
+
+		// HACK to add property declarations for TypeScript
+		if (false) { // eslint-disable-line
+			/** @type {string|undefined} */
+			this.customTitle = undefined;
+			/** @type {FC.PregnancyData | undefined} */
+			this.pregData = undefined;
+			/** @type {FC.Fetus[] | undefined} */
+			this.womb = undefined;
+		}
 	}
 
 	/** Creates an object suitable for setting nested attributes as it would be a SlaveState
diff --git a/src/pregmod/breederProposal.tw b/src/pregmod/breederProposal.tw
index 99e59b87b982a06988d13c4ba2e92a974cc99449..587504983564d15c9aebf7a2119f28c8b8429413 100644
--- a/src/pregmod/breederProposal.tw
+++ b/src/pregmod/breederProposal.tw
@@ -10,17 +10,14 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 <<if $eugenicsFullControl == 1>>
 	"That sounds like an acceptable proposal. We'll draft the standards for breeding stock and notify you shortly."
 	<<set $propOutcome = 1>>
-	<<InitStandards>>
 	<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 <<elseif $PC.pregSource == -1 || $PC.pregSource == -6>>
 	"Since you are doing your part and carrying an Elite child, we will gladly reward you by granting your proposal. We shall decide upon the standards for breeding stock and notify you shortly."
 	<<set $propOutcome = 1>>
-	<<InitStandards>>
 	<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 <<elseif $PC.counter.birthElite > 0>>
 	"Since you have carried children for our cause, we will gladly reward you by granting your proposal. We shall decide upon the standards for breeding stock and notify you shortly."
 	<<set $propOutcome = 1>>
-	<<InitStandards>>
 	<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 <<elseif $PC.dick == 0>>
 	<<if $failedElite > 50>>
@@ -30,7 +27,6 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 		<<replace "#result">>
 			"Good choice, _girlP. A selection of eligible donors will be provided to you; take your pick and bear our children. Or use a test tube, if that's more to your tastes."
 			<<set $playerBred = 1, $propOutcome = 1>>
-			<<InitStandards>>
 			<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 		<</replace>>
 		<</link>>
@@ -49,7 +45,6 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 			<<replace "#result">>
 				"Good choice, _girlP; your proposal is more important than your dignity after all, isn't it? A selection of eligible donors will be provided to you; take your pick and bear our children. Or use a test tube, if that's more to your tastes."
 				<<set $failedElite -= 50, $playerBred = 1, $propOutcome = 1>>
-				<<InitStandards>>
 				<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 			<</replace>>
 		<</link>>
@@ -58,7 +53,6 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 				<<replace "#result">>
 					"Yes, you have done much to further our cause. We respect the 'balls' on you, despite your lack of them. Very well, we shall set the standards for what shall qualify as breeding stock and our standards will be delivered to you shortly."
 					<<set $propOutcome = 1>>
-					<<InitStandards>>
 					<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 				<</replace>>
 			<</link>>
@@ -81,7 +75,6 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 			<<replace "#result">>
 				"Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible donors to breed you. Or send you a test tube, if that's more to your tastes."
 				<<set $failedElite -= 50, $playerBred = 1, $propOutcome = 1>>
-				<<InitStandards>>
 				<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 			<</replace>>
 		<</link>>
@@ -102,7 +95,6 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 			<<replace "#result">>
 				"Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible donors to breed you. Or send you a test tube, if that's more to your tastes."
 				<<set $playerBred = 1, $propOutcome = 1>>
-				<<InitStandards>>
 				<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 			<</replace>>
 		<</link>>
@@ -110,7 +102,6 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 			<<replace "#result">>
 				"Very well, if you wish to waste your gift, it is your prerogative. We shall convene to decide the qualifications for a slave to become a breeder and inform you upon completion."
 				<<set $propOutcome = 1>>
-				<<InitStandards>>
 				<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 			<</replace>>
 		<</link>>
@@ -118,8 +109,7 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le
 	<<else>>
 		"We have read your proposal and agree. However, we shall set the standards for what shall qualify as breeding stock, not you. Our standards will be delivered to you shortly."
 		<<set $propOutcome = 1>>
-		<<InitStandards>>
 		<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
 	<</if>>
 <</if>>
-<br><br>
+<br><br>
\ No newline at end of file
diff --git a/src/pregmod/breedingTest.tw b/src/pregmod/breedingTest.tw
index 8eb2a76d8af3716b7e104b7c40b8ab9ece538a33..972b2fecd0357e3d949cf4e59ebae1ee4cfc7ae7 100644
--- a/src/pregmod/breedingTest.tw
+++ b/src/pregmod/breedingTest.tw
@@ -1,8 +1,4 @@
 :: BreedingTest [nobr]
 
-<<set $nextButton = "Confirm changes", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
-
-<<UpdateStandards>>
-<<BreedingStandards>>
-<br><br>
-<<BreedingEligibility>>
+<<set $nextButton = "Confirm changes", $nextLink = "Slave Interact">>
+<<print eliteBreedingExam(getSlave($AS))>>
\ No newline at end of file
diff --git a/src/pregmod/eliteBreedingExam.js b/src/pregmod/eliteBreedingExam.js
new file mode 100644
index 0000000000000000000000000000000000000000..7258819cddb8fbdaf791656e73c045f4472c15cd
--- /dev/null
+++ b/src/pregmod/eliteBreedingExam.js
@@ -0,0 +1,237 @@
+globalThis.eliteBreedingExam = function(slave = null) {
+	const eliteAngered = V.failedElite > 100;
+	const SlaveProfessionalismEstablished = V.arcologies[0].FSSlaveProfessionalism > 20;
+	const preferYounger = V.arcologies[0].FSYouthPreferentialist > 20;
+	const partyAnimal = V.arcologies[0].FSHedonisticDecadence > 20;
+	const cost = 5000;
+	let r = [], test, passing = 0, fixable;
+
+	const result = function() {
+		if (slave) {
+			if (test === true) {
+				return `<span class="lime">PASSED</span>`;
+			} else if (fixable) {
+				return `<span class="yellow">Within fixable range.</span>`;
+			} else {
+				passing--;
+				return `<span class="red">FAILED</span>`;
+			}
+		}
+		return ``;
+	};
+
+	r.push(`For each slave be to examined, a fee of <span class='yellowgreen'>${cashFormat(cost)}</span> will be deducted from your account.`);
+	r.push(`Updates will be posted periodically. It is your responsibility to keep up to date.`);
+	r.push(`Failures will be sterilized. Please make sure your slave fits the following criteria before submitting them for testing. We shall not be held responsible for time wasted.`);
+	if (!slave) {
+		r.push(`Must be not; already be marked as a breeding slave, inside a fuckdoll suit, infertile and already with child.`);
+	} else {
+		r.push(`${slave.slaveName} is up for review:`);
+	}
+
+	if (slave) {
+		test = slave.intelligence + slave.intelligenceImplant >= (eliteAngered ? 95 : 50);
+	}
+	r.push(`Must be ${eliteAngered ? 'highly intelligent' : 'very smart'}. ${result()}`);
+
+	if (slave) {
+		test = Beauty(slave) >= (eliteAngered ? 120 : 100);
+	}
+	r.push(`Must be ${eliteAngered ? 'unbelievably' : ''} beautiful. ${result()}`);
+
+	if (slave) {
+		test = slave.face >= (eliteAngered ? 95 : 40);
+	}
+	r.push(`Their face must be ${eliteAngered ? 'breathtaking' : 'gorgeous'}. ${result()}`);
+
+	if (slave) {
+		test = slave.chem <= 20;
+	}
+	r.push(`Their health must not be overly impacted by drug use. ${result()}`);
+
+	if (slave) {
+		test = slave.addict === 0;
+	}
+	r.push(`They must not be addicted to drugs. ${result()}`);
+
+	if (V.arcologies[0].FSMaturityPreferentialist > 20 || V.arcologies[0].FSYouthPreferentialist > 20) {
+		const targetAge = 24;
+		if (slave) {
+			if (V.arcologies[0].FSMaturityPreferentialist > 20) {
+				test = slave.physicalAge > targetAge;
+			} else {
+				test = slave.physicalAge < targetAge;
+			}
+		}
+		r.push(`Must be ${preferYounger ? 'younger' : 'older'} than ${targetAge}. ${result()}`);
+	}
+
+	if (V.arcologies[0].FSIntellectualDependency > 20) {
+		if (slave) {
+			test = slave.energy >= 100;
+		}
+		r.push(`Must be sexually receptive at all times. ${result()}`);
+	} else if (V.arcologies[0].FSSlaveProfessionalism > 20) {
+		if (slave) {
+			test = slave.skill.vaginal + slave.skill.anal + slave.skill.oral + slave.skill.entertainment + slave.skill.whoring >= (eliteAngered ? 500 : 400);
+		}
+		r.push(`Must be capable of mastering skills. ${result()}`);
+		if (slave) {
+			test = slave.accent <= 1;
+		}
+		r.push(`Must be capable of eloquent and accurate speech. ${result()}`);
+	}
+	if (V.arcologies[0].FSPetiteAdmiration > 20 || V.arcologies[0].FSStatuesqueGlorification > 20) {
+		const targetHeight = V.arcologies[0].FSPetiteAdmiration > 20 ? 150 : 186;
+		if (V.arcologies[0].FSPetiteAdmiration > 20) {
+			if (slave) {
+				test = (slave.height - (slave.heightImplant * 10)) < targetHeight;
+			}
+			r.push(`Must naturally be very short. (${targetHeight} cm) ${result()}`);
+			if (slave) {
+				test = (slave.height - (slave.heightImplant * 10)) < Height.mean(slave) - 15;
+			}
+			r.push(`Must naturally be very short for their age. ${result()}`);
+		} else if (V.arcologies[0].FSStatuesqueGlorification > 20) {
+			if (slave) {
+				test = (slave.height - (slave.heightImplant * 10)) > targetHeight;
+			}
+			r.push(`Must naturally be very tall. (${targetHeight} cm) ${result()}`);
+		}
+	}
+
+	if (V.arcologies[0].FSSupremacist > 20 || V.arcologies[0].FSSubjugationist > 20) {
+		const targetRace = V.arcologies[0].FSSupremacist > 20 ? V.arcologies[0].FSSupremacistRace : V.arcologies[0].FSSubjugationistRace;
+		if (slave) {
+			test = slave.race === targetRace;
+		}
+		r.push(`Must be ${targetRace}. ${result()}`);
+	}
+
+	if (V.arcologies[0].FSGenderRadicalist > 20) {
+		if (slave) {
+			test = slave.dick >= 1 && slave.balls >= 1;
+		}
+		r.push(`Must have a functional penis. ${result()}`);
+	} else if (V.arcologies[0].FSGenderFundamentalist > 20) {
+		if (slave) {
+			test = slave.dick === 0 && slave.balls === 0;
+		}
+		r.push(`Must be physically female. ${result()}`);
+	}
+	if (V.arcologies[0].FSPaternalist > 20) {
+		if (slave) {
+			test = slave.intelligenceImplant >= (SlaveProfessionalismEstablished ? 30 : 15);
+		}
+		r.push(`Must be ${SlaveProfessionalismEstablished ? 'well' : ''} educated. ${result()}`);
+		if (slave) {
+			test = slave.health.condition >= 60;
+		}
+		r.push(`Must be in good health. ${result()}`);
+	// } else if (V.arcologies[0].FSDegradationist > 20) {
+	}
+
+	if (SlaveProfessionalismEstablished) {
+		if (slave) {
+			test = slave.intelligenceImplant >= 15;
+		}
+		r.push(`Must be well educated. ${result()}`);
+	}
+
+	if (V.arcologies[0].FSBodyPurist > 20) {
+		if (slave) {
+			test = slave.chem <= (eliteAngered ? 0 : 15);
+		}
+		r.push(`Must have low carcinogen levels. ${result()}`);
+		if (slave) {
+			test = slave.boobsImplant + slave.buttImplant + slave.lipsImplant + slave.hipsImplant + slave.shouldersImplant === 0 && slave.faceImplant <= 5 && slave.bellyImplant === -1;
+		}
+		r.push(`Must be implant free. ${result()}`);
+	// } else if (V.arcologies[0].FSTransformationFetishist > 20) {
+	//	idealSlave.chem = 20;
+	}
+	if (V.arcologies[0].FSSlimnessEnthusiast > 20) {
+		if (slave) {
+			test = slave.weight <= (partyAnimal ? 30 : 0);
+		}
+		if (partyAnimal) {
+			r.push(`May be no larger than "plush". ${result()}`);
+		} else {
+			r.push(`Must be thin. ${result()}`);
+		}
+		if (slave) {
+			test = slave.butt <= 2;
+		}
+		r.push(`Must have a trim rear. ${result()}`);
+		if (slave) {
+			test = slave.boobs <= 400;
+		}
+		r.push(`Must have a sleek chest. ${result()}`);
+	} else if (V.arcologies[0].FSAssetExpansionist > 20) {
+		if (slave) {
+			test = (slave.butt - slave.buttImplant) >= 6;
+		}
+		r.push(`Must have a naturally gigantic rear. ${result()}`);
+		if (slave) {
+			test = (slave.boobs - slave.boobsImplant) >= 1000;
+		}
+		r.push(`Must be naturally busty. ${result()}`);
+	}
+	if (V.arcologies[0].FSPastoralist > 20) {
+		if (slave) {
+			test = slave.lactation === 1;
+		}
+		r.push(`Must be lactating naturally. ${result()}`);
+	}
+	if (V.arcologies[0].FSPhysicalIdealist > 20) {
+		if (V.arcologies[0].FSPhysicalIdealistLaw === 1) {
+			const musclesMin = 20;
+			const musclesMax = 50;
+			if (slave) {
+				test = slave.weight <= 30;
+			}
+			r.push(`Must not be overweight. ${result()}`);
+			if (slave) {
+				test = between(slave.muscles, musclesMin, musclesMax);
+				fixable = (slave.muscles <= musclesMin && slave.muscles > musclesMax - musclesMin) || (slave.muscles >= musclesMax && slave.muscles < musclesMin + 30);
+				if (fixable && passing === 0) {
+					passing = 2;
+				}
+			}
+			r.push(`Must be fit, but not too muscular. ${result()}`);
+		} else {
+			if (slave) {
+				test = slave.muscles > 95;
+			}
+			r.push(`Must be extremely muscular. ${result()}`);
+		}
+	} else if (V.arcologies[0].FSHedonisticDecadence > 20) {
+		const targetWeight = V.arcologies[0].FSSlimnessEnthusiast > 20 ? 10 : 95;
+		if (slave) {
+			test = slave.weight > targetWeight;
+		}
+		if (V.arcologies[0].FSSlimnessEnthusiast > 20) {
+			r.push(`Must be more than "trim". ${result()}`);
+		} else {
+			r.push(`Must be big, soft and fat. ${result()}`);
+		}
+	}
+
+	if (slave) {
+		if (passing === 2) {
+			r.push(`The aforementioned slave has been deemed <span class="yellow">currently unsuitable</span> for breeding, but may be resubmitted after corrections are applied. We understand the subjective nature of "fit" and do not wish to preclude the use a viable breeder over such a trivial fix. A contraceptive routine has been applied to protect against "accidents" in the interim.`);
+			slave.preg = -1;
+		} else if (passing !== 0) {
+			r.push(`The aforementioned slave has been deemed <span class="red">unsuitable</span> for breeding.`);
+			slave.preg = -3;
+		} else {
+			r.push(`The aforementioned slave has been deemed <span class="green">worthy</span> of being used for breeding and has been marked as such. Please note the increased restrictions on breeding slaves.`);
+			r.push(`They are not permitted for public use or anything that may harm their growing child. The child within them is considered a member of the Elite class and as such, any harm that comes to them will result in severe penalties to the breeder's owner. Development of the child will be closely monitored; should the fetus be identified as not of the owner's blood (or any other member of the Elite class), said owner shall face severe fines.`);
+			slave.breedingMark = 1; slave.pregControl = "none";
+			removeJob(slave, slave.assignment);
+		}
+		cashX(-cost, "capEx");
+	}
+
+	return r.map(t => `<div>${t}</div>`).join("");
+};
diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index 52b6c07af1dbee894aac3c5419aabf5cbd570da9..922e5d9ee74cdc460793f39be539c8a3021503f9 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -687,13 +687,5 @@
 
 <<if $propOutcome == 1 && $arcologies[0].FSRestart != "unset">>
 	<h2>Elite Breeder Qualifications</h2>
-
-	<p>
-		<<if ndef $activeStandard>>
-			<<InitStandards>>
-		<<else>>
-			<<UpdateStandards>>
-			<<BreedingStandards>>
-		<</if>>
-	</p>
-<</if>>
+	<p> <<print eliteBreedingExam()>> </p>
+<</if>>
\ No newline at end of file
diff --git a/src/pregmod/personalNotes.tw b/src/pregmod/personalNotes.tw
index 7c052ef6aa571f72082c5a23608cd0ae7e8d23bc..fee3bd9ad7f40d239f1676816f288896515ffcd4 100644
--- a/src/pregmod/personalNotes.tw
+++ b/src/pregmod/personalNotes.tw
@@ -374,7 +374,7 @@
 							<<if $PC.bellyAccessory == "a support band">>
 								<<set _burstChance -= 10>>
 							<</if>>
-							<<if $PC.pregControl == "slow down">>
+							<<if $PC.pregControl == "slow gestation">>
 								<<set _burstChance -= 20>>
 							<</if>>
 							<<if $PC.assignment == "get treatment in the clinic">>
diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index ae146851adc33459094d2142b7be5b9caaf17de9..28693e4366fe7096a109a0a75f727789430c0983 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -146,457 +146,6 @@
 	<<set _WivesALisp = lispReplace(_WivesA)>>
 <</widget>>
 
-<<widget "InitStandards">>
-
-<<set $activeStandard = {age: 24, weightMax: 0, weightMin: 0, musclesMin: 0, musclesMax: 0, raceSup: "white", raceSub: "white", boobs: 0, boobsImplant: 0, lactation: 0, hips: 0, hipsImplant: 0, butt: 0, buttImplant: 0, face: 0, faceImplant: 0, lips: 15, lipsImplant: 0, chem: 0, addict: 0, intelligence: 0, intelligenceImplant: 0, bellyImplant: -1, beauty: 0, dick: 0, balls: 0, health: 0, skill: 0, accent: 0, height: 150, energy: 100}>>
-
-<<UpdateStandards>>
-<<BreedingStandards>>
-<</widget>>
-
-<<widget "UpdateStandards">>
-<<if $failedElite > 100>>
-	<<set $activeStandard.intelligence = 95>>
-	<<set $activeStandard.beauty = 120>>
-	<<set $activeStandard.face = 95>>
-<<else>>
-	<<set $activeStandard.intelligence = 50>>
-	<<set $activeStandard.beauty = 100>>
-	<<set $activeStandard.face = 40>>
-<</if>>
-<<if $arcologies[0].FSIntellectualDependency > 20>>
-	<<set $activeStandard.energy = 100>>
-<<elseif $arcologies[0].FSSlaveProfessionalism > 20>>
-	<<if $failedElite > 100>>
-		<<set $activeStandard.skill = 500>>
-	<<else>>
-		<<set $activeStandard.skill = 400>>
-	<</if>>
-	<<set $activeStandard.accent = 1>>
-<</if>>
-<<if $arcologies[0].FSPetiteAdmiration > 20>>
-	<<set $activeStandard.height = 150>>
-<<elseif $arcologies[0].FSStatuesqueGlorification > 20>>
-	<<set $activeStandard.height = 185>>
-<</if>>
-<<set $activeStandard.chem = 20>>
-<<set $activeStandard.addict = 0>>
-<<if $arcologies[0].FSSupremacist > 20>>
-	<<set $activeStandard.raceSup = $arcologies[0].FSSupremacistRace>>
-<</if>>
-<<if $arcologies[0].FSSubjugationist > 20>>
-	<<set $activeStandard.raceSub = $arcologies[0].FSSubjugationistRace>>
-<</if>>
-<<if $arcologies[0].FSGenderRadicalist > 20>>
-	<<set $activeStandard.dick = 1>>
-	<<set $activeStandard.balls = 1>>
-<<elseif $arcologies[0].FSGenderFundamentalist > 20>>
-	<<set $activeStandard.dick = 0>>
-	<<set $activeStandard.balls = 0>>
-<</if>>
-<<if $arcologies[0].FSPaternalist > 20>>
-	<<set $activeStandard.intelligenceImplant = 15>>
-	<<set $activeStandard.health = 60>>
-<<elseif $arcologies[0].FSDegradationist > 20>>
-	<<set $activeStandard.intelligenceImplant = 15>>
-	<<set $activeStandard.health = 0>>
-<</if>>
-<<if $arcologies[0].FSSlaveProfessionalism > 20>>
-	<<set $activeStandard.intelligenceImplant = 30>>
-<</if>>
-<<if $arcologies[0].FSBodyPurist > 20>>
-	<<if $failedElite > 100>>
-		<<set $activeStandard.chem = 0>>
-	<<else>>
-		<<set $activeStandard.chem = 15>>
-	<</if>>
-	<<set $activeStandard.boobsImplant = 0>>
-	<<set $activeStandard.buttImplant = 0>>
-	<<set $activeStandard.lipsImplant = 0>>
-	<<set $activeStandard.hipsImplant = 0>>
-	<<set $activeStandard.shouldersImplant = 0>>
-	<<set $activeStandard.faceImplant = 5>>
-	<<set $activeStandard.bellyImplant = -1>>
-<<elseif $arcologies[0].FSTransformationFetishist > 20>>
-	<<set $activeStandard.chem = 20>>
-<</if>>
-<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-	<<if $arcologies[0].FSHedonisticDecadence > 20>>
-		<<set $activeStandard.weightMax = 30>>
-	<<else>>
-		<<set $activeStandard.weightMax = 0>>
-	<</if>>
-	<<set $activeStandard.butt = 2>>
-	<<set $activeStandard.boobs = 400>>
-<<elseif $arcologies[0].FSAssetExpansionist > 20>>
-	<<set $activeStandard.butt = 6>>
-	<<set $activeStandard.boobs = 1000>>
-<</if>>
-<<if $arcologies[0].FSPastoralist > 20>>
-	<<set $activeStandard.lactation = 1>>
-<</if>>
-<<if $arcologies[0].FSPhysicalIdealist > 20>>
-	<<if $arcologies[0].FSPhysicalIdealistLaw == 1>>
-		<<set $activeStandard.weightMax = 30>>
-		<<set $activeStandard.musclesMin = 20>>
-		<<set $activeStandard.musclesMax = 50>>
-	<<else>>
-		<<set $activeStandard.musclesMin = 95>>
-	<</if>>
-<<elseif $arcologies[0].FSHedonisticDecadence > 20>>
-	<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-		<<set $activeStandard.weightMin = 10>>
-	<<else>>
-		<<set $activeStandard.weightMin = 95>>
-	<</if>>
-<</if>>
-<</widget>>
-
-<<widget "BreedingStandards">>
-<br><br>
-In order to be eligible to be bred, the potential breeding bitch must first satisfy the following conditions:
-<<if $failedElite > 100>>
-	<br>She must be of finest intelligence.
-	<br>She must be unbelievably beautiful.
-	<br>Her face must be breathtaking.
-<<else>>
-	<br>She must be very smart.
-	<br>She must be beautiful.
-	<br>Her face must be gorgeous.
-<</if>>
-<br>Her health must not be overly impacted by drug use.
-<br>She must not be addicted to drugs.
-<<if $arcologies[0].FSPetiteAdmiration > 20>>
-	<br>She must be very short. (150cm)
-	<br>She must be very short for her age.
-	<br>She must not have had height altering surgery to reach it.
-<<elseif $arcologies[0].FSStatuesqueGlorification > 20>>
-	<br>She must be very tall. (186cm)
-	<br>She must not have had height altering surgery to reach it.
-<</if>>
-<<if $arcologies[0].FSSupremacist > 20>>
-	<br>She must be $arcologies[0].FSSupremacistRace.
-<</if>>
-<<if $arcologies[0].FSSubjugationist > 20>>
-	<br>She must not be $arcologies[0].FSSubjugationistRace.
-<</if>>
-<<if $arcologies[0].FSGenderRadicalist > 20>>
-	<br>She must have a functional penis.
-<<elseif $arcologies[0].FSGenderFundamentalist > 20>>
-	<br>She must be physically female.
-<</if>>
-<<if $arcologies[0].FSPaternalist > 20>>
-	<<if $arcologies[0].FSSlaveProfessionalism > 20>>
-		<br>She must be well educated.
-	<<else>>
-		<br>She must be educated.
-	<</if>>
-	<br>She must be in good health.
-<<elseif $arcologies[0].FSSlaveProfessionalism > 20>>
-	<br>She must be well educated.
-<</if>>
-<<if $arcologies[0].FSIntellectualDependency > 20>>
-	<br>She must be sexually receptive at all times.
-<<elseif $arcologies[0].FSSlaveProfessionalism > 20>>
-	<br>She must be capable of mastering her skills.
-	<br>She must be capable of eloquent and accurate speech.
-<</if>>
-<<if $arcologies[0].FSBodyPurist > 20>>
-	<br>She must have low carcinogen levels.
-	<br>She must be implant free.
-<</if>>
-<<if $arcologies[0].FSMaturityPreferentialist > 20>>
-	<br>She must be older than 24.
-<<elseif $arcologies[0].FSYouthPreferentialist > 20>>
-	<br>She must be younger than 24.
-<</if>>
-<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-	<<if $arcologies[0].FSHedonisticDecadence > 20>>
-		<br>She may be no larger than "plush".
-	<<else>>
-		<br>She must be thin.
-	<</if>>
-	<br>She must have a trim rear.
-	<br>She must have a sleek chest.
-<<elseif $arcologies[0].FSAssetExpansionist > 20>>
-	<br>She must have a naturally gigantic rear.
-	<br>She must be naturally busty.
-<</if>>
-<<if $arcologies[0].FSPastoralist > 20>>
-	<br>She must be lactating naturally.
-<</if>>
-<<if $arcologies[0].FSPhysicalIdealist > 20>>
-	<<if $arcologies[0].FSPhysicalIdealistLaw == 1>>
-		<br>She must not be overweight.
-		<br>She must be fit, but not too muscular.
-	<<else>>
-		<br>She must be extremely muscular.
-	<</if>>
-
-<<elseif $arcologies[0].FSHedonisticDecadence > 20>>
-	<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-		<br>She must be more than "trim".
-	<<else>>
-		<br>She must be big, soft and fat.
-	<</if>>
-<</if>>
-<br>For each slave examined, a fee of @@.yellowgreen;<<print cashFormat(5000)>>@@ will be deducted from your account.
-<br>Failures will be sterilized. Please make sure your slave fits the criteria before submitting them for testing. We shall not be held responsible for time wasted.
-<br>Updates will be posted periodically. It is your responsibility to keep up to date with current standards.
-<</widget>>
-
-<<widget "BreedingEligibility">>
-	<<set _passing = 0>>
-	<br><br>
-	<<= getSlave($AS)>>.slaveName is up for review:
-	<<if getSlave($AS).intelligence+getSlave($AS).intelligenceImplant >= $activeStandard.intelligence>>
-		<br>$He @@.lime;PASSED@@ the intelligence test.
-	<<else>>
-		<br>$He @@.red;FAILED@@ the intelligence test.
-		<<set _passing-->>
-	<</if>>
-	<<if Beauty(getSlave($AS)) >= $activeStandard.beauty>>
-		<br>$He @@.lime;PASSED@@ the beauty test.
-	<<else>>
-		<br>$He @@.red;FAILED@@ the beauty test.
-		<<set _passing-->>
-	<</if>>
-	<<if getSlave($AS).face >= $activeStandard.face>>
-		<br>$He @@.lime;PASSED@@ the facial attractiveness test.
-	<<else>>
-		<br>$He @@.red;FAILED@@ the facial attractiveness test.
-		<<set _passing-->>
-	<</if>>
-	<<if getSlave($AS).chem <= $activeStandard.chem>>
-		<br>$He @@.lime;PASSED@@ the carcinogen test.
-	<<else>>
-		<br>$He @@.red;FAILED@@ the carcinogen test.
-		<<set _passing-->>
-	<</if>>
-	<<if getSlave($AS).addict <= $activeStandard.addict>>
-		<br>$He @@.lime;PASSED@@ the drug test.
-	<<else>>
-		<br>$He @@.red;FAILED@@ the drug test.
-		<<set _passing-->>
-	<</if>>
-	<<if $arcologies[0].FSSupremacist > 20>>
-		<<if getSlave($AS).race == $activeStandard.raceSup>>
-			<br>$He @@.lime;PASSED@@ racial testing.
-		<<else>>
-			<br>$He @@.red;FAILED@@ racial testing.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSSubjugationist > 20>>
-		<<if getSlave($AS).race != $activeStandard.raceSub>>
-			<br>$He @@.lime;PASSED@@ racial testing.
-		<<else>>
-			<br>$He @@.red;FAILED@@ racial testing.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPetiteAdmiration > 20>>
-		<<if (getSlave($AS).height-(getSlave($AS).heightImplant*10)) < $activeStandard.height>>
-			<<if (getSlave($AS).height-(getSlave($AS).heightImplant*10)) < Height.mean(getSlave($AS))-15>>
-				<br>$He @@.lime;MET@@ height requirements.
-			<<else>>
-				<br>$He @@.red;FAILED@@ to meet height requirements.
-				<<set _passing-->>
-			<</if>>
-		<<else>>
-			<br>$He @@.red;FAILED@@ to meet height requirements.
-			<<set _passing-->>
-		<</if>>
-	<<elseif $arcologies[0].FSStatuesqueGlorification > 20>>
-		<<if (getSlave($AS).height-(getSlave($AS).heightImplant*10)) > $activeStandard.height>>
-			<br>$He @@.lime;MET@@ height requirements.
-		<<else>>
-			<br>$He @@.red;FAILED@@ to meet height requirements.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSGenderRadicalist > 20>>
-		<<if getSlave($AS).dick >= $activeStandard.dick && getSlave($AS).balls >= $activeStandard.balls>>
-			<br>$He @@.lime;PASSED@@ penis inspection.
-		<<else>>
-			<br>$He @@.red;FAILED@@ penis inspection.
-			<<set _passing-->>
-		<</if>>
-	<<elseif $arcologies[0].FSGenderFundamentalist > 20>>
-		<<if getSlave($AS).dick == $activeStandard.dick && getSlave($AS).balls == $activeStandard.balls>>
-			<br>$He @@.lime;PASSED@@ genital inspection.
-		<<else>>
-			<br>$He @@.red;FAILED@@ genital inspection.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPaternalist > 20>>
-		<<if getSlave($AS).intelligenceImplant >= $activeStandard.intelligenceImplant>>
-			<br>$He @@.lime;PASSED@@ educational trials.
-		<<else>>
-			<br>$He @@.red;FAILED@@ educational trials.
-			<<set _passing-->>
-		<</if>>
-		<<if getSlave($AS).health.condition >= $activeStandard.health>>
-			<br>$He @@.lime;PASSED@@ health examinations.
-		<<else>>
-			<br>$He @@.red;FAILED@@ health examinations.
-			<<set _passing-->>
-		<</if>>
-	<<elseif $arcologies[0].FSSlaveProfessionalism > 20>>
-		<<if getSlave($AS).intelligenceImplant >= $activeStandard.intelligenceImplant>>
-			<br>$He @@.lime;PASSED@@ educational trials.
-		<<else>>
-			<br>$He @@.red;FAILED@@ educational trials.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSIntellectualDependency > 20>>
-		<<if getSlave($AS).energy >= $activeStandard.energy>>
-			<br>$He @@.lime;PASSED@@ libido testing.
-		<<else>>
-			<br>$He @@.red;FAILED@@ libido testing.
-			<<set _passing-->>
-		<</if>>
-	<<elseif $arcologies[0].FSSlaveProfessionalism > 20>>
-		<<if getSlave($AS).skill.vaginal + getSlave($AS).skill.anal + getSlave($AS).skill.oral + getSlave($AS).skill.entertainment + getSlave($AS).skill.whoring >= $activeStandard.skill>>
-			<br>$He @@.lime;PASSED@@ skill retention trials.
-		<<else>>
-			<br>$He @@.red;FAILED@@ skill retention trials.
-			<<set _passing-->>
-		<</if>>
-		<<if getSlave($AS).accent <= $activeStandard.accent>>
-			<br>$He @@.lime;PASSED@@ $his speech test.
-		<<else>>
-			<br>$He @@.red;FAILED@@ $his speech test.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSBodyPurist > 20>>
-		<<if getSlave($AS).chem <= $activeStandard.chem>>
-			<br>$He @@.lime;PASSED@@ health examinations.
-		<<else>>
-			<br>$He @@.red;FAILED@@ health examinations.
-			<<set _passing-->>
-		<</if>>
-		<<if getSlave($AS).boobsImplant == 0 && getSlave($AS).buttImplant == 0 && getSlave($AS).lipsImplant == 0 && getSlave($AS).hipsImplant == 0 && getSlave($AS).shouldersImplant == 0 && getSlave($AS).faceImplant <= 5 && getSlave($AS).bellyImplant == -1>>
-			<br>$He @@.lime;PASSED@@ implant examinations.
-		<<else>>
-			<br>$He @@.red;FAILED@@ implant examinations.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSMaturityPreferentialist > 20>>
-		<<if getSlave($AS).physicalAge > $activeStandard.age>>
-			<br>$He @@.lime;PASSED@@ age examinations.
-		<<else>>
-			<br>$He @@.red;FAILED@@ age examinations.
-			<<set _passing-->>
-		<</if>>
-	<<elseif $arcologies[0].FSYouthPreferentialist > 20>>
-		<<if getSlave($AS).physicalAge < $activeStandard.age>>
-			<br>$He @@.lime;PASSED@@ age examinations.
-		<<else>>
-			<br>$He @@.red;FAILED@@ age examinations.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-		<<if getSlave($AS).weight <= $activeStandard.weightMax>>
-			<br>$He @@.lime;MET@@ weight limits.
-		<<else>>
-			<br>$He @@.red;EXCEEDED@@ weight limits.
-			<<set _passing-->>
-		<</if>>
-		<<if getSlave($AS).butt <= $activeStandard.butt>>
-			<br>$He @@.lime;MET@@ ass measurements.
-		<<else>>
-			<br>$He @@.red;EXCEEDED@@ ass measurements.
-			<<set _passing-->>
-		<</if>>
-		<<if getSlave($AS).boobs <= $activeStandard.boobs>>
-			<br>$He @@.lime;MET@@ chest measurements.
-		<<else>>
-			<br>$He @@.red;EXCEEDED@@ chest measurements.
-			<<set _passing-->>
-		<</if>>
-	<<elseif $arcologies[0].FSAssetExpansionist > 20>>
-		<<if (getSlave($AS).butt - getSlave($AS).buttImplant) >= $activeStandard.butt>>
-			<br>$He @@.lime;MET@@ ass measurements.
-		<<else>>
-			<br>$He @@.red;FAILED@@ to meet ass measurements.
-			<<set _passing-->>
-		<</if>>
-		<<if (getSlave($AS).boobs - getSlave($AS).boobsImplant) >= $activeStandard.boobs>>
-			<br>$He @@.lime;MET@@ chest measurements.
-		<<else>>
-			<br>$He @@.red;FAILED@@ to meet chest measurements.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPastoralist > 20>>
-		<<if getSlave($AS).lactation == $activeStandard.lactation>>
-			<br>$He @@.lime;MET@@ milk production standards.
-		<<elseif getSlave($AS).lactation > $activeStandard.lactation>>
-			<br>$He @@.red;EXCEEDED@@ milk production standards.
-			<<set _passing-->>
-		<<else>>
-			<br>$He @@.red;FAILED@@ to meet milk production standards.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<<if $arcologies[0].FSPhysicalIdealist > 20>>
-		<<if $arcologies[0].FSPhysicalIdealistLaw == 1>>
-			<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-				<<if getSlave($AS).weight <= $activeStandard.weightMax>>
-					<br>$He @@.lime;MET@@ weight limits.
-				<<else>>
-					<br>$He @@.red;EXCEEDED@@ weight limits.
-					<<set _passing-->>
-				<</if>>
-			<</if>>
-			<<if getSlave($AS).muscles > $activeStandard.musclesMin && getSlave($AS).muscles < $activeStandard.musclesMax>>
-				<br>$He @@.lime;MET@@ the required muscle standard.
-			<<elseif (getSlave($AS).muscles <= $activeStandard.musclesMin && getSlave($AS).muscles > $activeStandard.musclesMin-20) || (getSlave($AS).muscles >= $activeStandard.musclesMax && getSlave($AS).muscles < $activeStandard.musclesMax+30)>>
-				<br>$He @@.yellow;failed@@ to match the required muscle standard, but was deemed within fixable range.
-				<<if _passing == 0>>
-					<<set _passing = 2>>
-				<</if>>
-			<<else>>
-				<br>$He @@.red;FAILED@@ to match the required muscle standard.
-				<<set _passing-->>
-			<</if>>
-		<<else>>
-			<<if getSlave($AS).muscles > $activeStandard.musclesMin>>
-				<br>$He @@.lime;MET@@ the required muscle mass.
-			<<else>>
-				<br>$He @@.red;FAILED@@ to meet the required muscle mass.
-				<<set _passing-->>
-			<</if>>
-		<</if>>
-	<<elseif $arcologies[0].FSHedonisticDecadence > 20>>
-		<<if getSlave($AS).weight > $activeStandard.weightMin>>
-			<br>$He @@.lime;MET@@ the minimum weight limit.
-		<<else>>
-			<br>$He @@.red;failed@@ to meet minimum weight limits.
-			<<set _passing-->>
-		<</if>>
-	<</if>>
-	<br><br>
-	<<if _passing == 2>>
-		The slave known as "<<= SlaveFullName(getSlave($AS))>>" has been deemed @@.yellow;currently unsuitable@@ for breeding, but may be resubmitted after corrections are applied. We understand the subjective nature of "fit" and do not wish to preclude the use a viable breeder over such a trivial fix. $He has been placed on a contraceptive routine to protect against "accidents" in the interim.
-	<<elseif _passing != 0>>
-		The slave known as "<<= SlaveFullName(getSlave($AS))>>" has been deemed @@.red;unsuitable@@ for breeding and has been @@.green;sterilized@@ as per agreement.
-		<<set getSlave($AS).preg = -3>>
-	<<else>>
-		The slave known as "<<= SlaveFullName(getSlave($AS))>>" has been deemed @@.green;worthy@@ of being used for breeding and has been marked as such. Please note the increased restrictions on breeding slaves.
-		<br>They are not permitted for public use or anything that may harm their growing child. The child within them is considered a member of the Elite class and as such, any harm that comes to them will result in severe penalties to the breeder's owner. Development of the child will be closely monitored; should the fetus be identified as not of the owner's blood (or any other member of the Elite class), said owner shall face severe fines.
-		<<set getSlave($AS).breedingMark = 1, getSlave($AS).pregControl = "none">>
-	<</if>>
-	<br>@@.yellowgreen;<<print cashFormat(5000)>>@@ has been deducted from your account as agreed.
-	<<= removeJob(getSlave($AS), getSlave($AS).assignment)>>
-<</widget>>
-
 <<widget "PlayerRace">>
 	<<replace #ethnicity>>
 		You're $PC.race.
diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw
index d4c61a5b43368113f1ae198400d4d5398c060b60..70a4da847f3a58574da59cb997c2c9f259681bba 100644
--- a/src/uncategorized/PESS.tw
+++ b/src/uncategorized/PESS.tw
@@ -569,7 +569,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to
 
 <<link "Compliment your Head Girl's efforts, and encourage $him">>
 	<<replace "#result">>
-	As you walk into the room to offer $activeSlave.slaveName some positive reinforcement, $he groans, arches $his back, and shoots $his load down $slaves[$j].slaveName's retching <<if $seeRace == 1>>$slaves[$j].race <</if>>throat. $activeSlave.slaveName immediately greets you with perfect decorum, despite $his recent orgasm, and delivers $slaves[$j].slaveName an agonizing flick to the ear when _he2 does not, in $activeSlave.slaveName's opinion, follow suit with sufficient speed. You inform $activeSlave.slaveName that $he is a fine Head Girl, and that if $he continues to apply $himself $he will bring credit to you as a slaveowner. $He looks a little surprised, but thanks you correctly. It is only due to the arcology's monitoring system that you know that, as you turn your back and go, a single tear escapes from $his eye and rolls down $his pretty <<if $seeRace == 1>>$activeSlave.race <</if>>cheek. In the coming week, no shirker is safe from $his wrath. @@.hotpink;Every single slave in your penthouse has become better broken to your will.@@
+	As you walk into the room to offer $activeSlave.slaveName some positive reinforcement, $he groans, arches $his back, and shoots $his load down $slaves[$j].slaveName's retching <<if $seeRace == 1>>$slaves[$j].race <</if>>throat. $activeSlave.slaveName immediately greets you with perfect decorum, despite $his recent orgasm, and delivers $slaves[$j].slaveName <<if $slaves[$j].earShape == "none">>a quick slap to the back of the head<<else>>an agonizing flick to the ear<</if>> when _he2 does not, in $activeSlave.slaveName's opinion, follow suit with sufficient speed. You inform $activeSlave.slaveName that $he is a fine Head Girl, and that if $he continues to apply $himself $he will bring credit to you as a slaveowner. $He looks a little surprised, but thanks you correctly. It is only due to the arcology's monitoring system that you know that, as you turn your back and go, a single tear escapes from $his eye and rolls down $his pretty <<if $seeRace == 1>>$activeSlave.race <</if>>cheek. In the coming week, no shirker is safe from $his wrath. @@.hotpink;Every single slave in your penthouse has become better broken to your will.@@
 	<<run seX($activeSlave, "oral", $PC, "penetrative")>>
 	<<for $i = 0; $i < _SL; $i++>>
 		<<if assignmentVisible($slaves[$i])>>
diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 294bc591f5fdb92ee0004c3f56d3f8d58193762a..be3867847455288b3fcc102513cd419f5a8e04e8 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -2,6 +2,7 @@
 
 <<if $useTabs == 0>>__Arcology Management__<</if>>
 <br>
+<<set _schools = App.Utils.schoolCounter()>>
 
 <<includeDOM ownershipReport(false)>> <br><br>
 
@@ -1471,7 +1472,6 @@ You own
 		Your @@.springgreen;experience in the Free Cities@@ helps increase prosperity.
 		<<set _AWeekGrowth++>>
 	<</if>>
-	<<set _schools = $TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$TFS.schoolPresent+$TCR.schoolPresent+$HA.schoolPresent+$NUL.schoolPresent>>
 	<<if _schools == 1>>
 		The presence of a slave school in the arcology improves the local economy.
 	<<elseif _schools > 0>>
@@ -1603,7 +1603,7 @@ You own
 <</if>>
 
 
-<<if $TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$TFS.schoolPresent+$TCR.schoolPresent+$HA.schoolPresent+$NUL.schoolPresent > 0>>
+<<if _schools > 0>>
 <br>
 
 <<if $TSS.schoolPresent == 1>>
diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 14a66c7a6a5a0bc526bfaae77235c878f0ffb517..9f03d22f9fe077245b2440409d747d1bb1abcde5 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -1775,22 +1775,22 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh
 		<<if $arcologies[$i].FSNeoImperialist > $FSLockinLevel>><<set _alignment += 1>><</if>>
 		<<set $desc.push("helping to advance its Neo-Imperialism")>>
 	<<elseif $arcologies[$i].FSEgyptianRevivalist != "unset">>
-		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
+		<<set $arcologies[$i].FSEgyptianRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
 		<<set $desc.push("attacking its incompatible Revivalism")>>
 	<<elseif $arcologies[$i].FSChineseRevivalist != "unset">>
-		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
+		<<set $arcologies[$i].FSChineseRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
 		<<set $desc.push("attacking its incompatible Revivalism")>>
 	<<elseif $arcologies[$i].FSEdoRevivalist != "unset">>
-		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
+		<<set $arcologies[$i].FSEdoRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
 		<<set $desc.push("attacking its incompatible Revivalism")>>
 	<<elseif $arcologies[$i].FSArabianRevivalist != "unset">>
-		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
+		<<set $arcologies[$i].FSArabianRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
 		<<set $desc.push("attacking its incompatible Revivalism")>>
 	<<elseif $arcologies[$i].FSRomanRevivalist != "unset">>
-		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
+		<<set $arcologies[$i].FSRomanRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
 		<<set $desc.push("attacking its incompatible Revivalism")>>
 	<<elseif $arcologies[$i].FSAztecRevivalist != "unset">>
-		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSChineseRevivalist-60)/4)+_appliedInfluenceBonus>>
+		<<set $arcologies[$i].FSAztecRevivalist -= Math.trunc(($arcologies[$j].FSNeoImperialist-60)/4)+_appliedInfluenceBonus>>
 		<<set $desc.push("attacking its incompatible Revivalism")>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw
index 81384a1b5dda6709b44084d3ead3d0128e561364..3eda44133ee553bda9e670245fdc143c0ac58ef7 100644
--- a/src/uncategorized/nonRandomEvent.tw
+++ b/src/uncategorized/nonRandomEvent.tw
@@ -130,7 +130,7 @@
 	<<goto "P Bodyswap Reveal">>
 <<elseif _effectiveWeek > 48 && $invasionVictory > 0 && $peacekeepers == 0 && $peacekeepersGone != 1>>
 	<<goto "P peacekeepers intro">>
-<<elseif ($arcologies[0].prosperity > 80) && ($TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$HA.schoolPresent+$TFS.schoolPresent+$TCR.schoolPresent+$NUL.schoolPresent == 0) && ($schoolSuggestion == 0)>>
+<<elseif ($arcologies[0].prosperity > 80) && (App.Utils.schoolCounter() == 0) && ($schoolSuggestion == 0)>>
 	<<goto "P school suggestion">>
 <<elseif ($assistant.fsOptions !== 1) && $assistant.personality > 0 && $assistant.appearance != "normal" && FutureSocieties.HighestDecoration() >= 40>>
 	<<set $Event = "assistant FS">>
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index 570ef646b7dd534620e47dd134b8bbcd3d6c75fc..5004597528bfe36832d8fad740e734a0e82ad09e 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -36,6 +36,7 @@
 <<set $activeSlave.behavioralQuirk = either("gluttonous", "hates men", "hates women", "liberated")>>
 <<set $activeSlave.sexualQuirk = either("apathetic", "idealistic")>>
 <<set $activeSlave.clothes = either("conservative clothing", "nice business attire")>>
+<<set $activeSlave.shoes = either("flats", "heels")>>
 
 <<set _Inspectee = getSlave($shelterGirlID)>>
 <<set _originSlave = $genePool.find(function(s) { return s.ID == $shelterGirlID; })>>
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index e89483fafad94b3c25ae9b013d89c4c5de4542de..a078ae5348a54e61a1fddcc2433a2fb1f61468bd 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -666,6 +666,8 @@
 			<<set $activeSlave.pregAdaptation = 600>>
 			<<set $activeSlave.ovaries = 1>>
 			<<set $activeSlave.counter.birthsTotal = 5>>
+			/* Being pregnant with 25-29 children requires either hyper fertility drugs (1/3 odds) or a genetic quirk (2/3 odds) */
+			<<set $activeSlave.geneticQuirks.hyperFertility = either($activeSlave.geneticQuirks.hyperFertility, 2, 2)>>
 			<<set $activeSlave.face = 15>>
 			<<set $activeSlave.vagina = 4>>
 			<<set $activeSlave.skill.vaginal = 45>>
@@ -1119,6 +1121,7 @@
 				<<run SetBellySize($activeSlave)>>
 				<<set $activeSlave.ovaries = 0>>
 				<<set $activeSlave.counter.birthsTotal = 0>>
+				<<set $activeSlave.geneticQuirks.hyperFertility = Math.min($activeSlave.geneticQuirks.hyperFertility, 1)>> /* if mother is hyper-fertile, make son only carrier */
 				<<set $activeSlave.anus = 0>>
 				<<set $activeSlave.skill.vaginal = 0>>
 				<<set $activeSlave.skill.whoring = 0>>
diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw
index d62ab45ba021d1d2e0b403da1cd8e550c2b42765..1f3d7b077f8896a1ff98e7202e7e83e2dd44f77f 100644
--- a/src/uncategorized/resFailure.tw
+++ b/src/uncategorized/resFailure.tw
@@ -2,25 +2,7 @@
 
 <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event">>
 
-<<if ($TSS.schoolPresent == 1) && ($TSS.schoolProsperity <= -10)>>
-	<<set $RESFailure = "TSS">>
-<<elseif ($GRI.schoolPresent == 1) && ($GRI.schoolProsperity <= -10)>>
-	<<set $RESFailure = "GRI">>
-<<elseif ($SCP.schoolPresent == 1) && ($SCP.schoolProsperity <= -10)>>
-	<<set $RESFailure = "SCP">>
-<<elseif ($LDE.schoolPresent == 1) && ($LDE.schoolProsperity <= -10)>>
-	<<set $RESFailure = "LDE">>
-<<elseif ($TGA.schoolPresent == 1) && ($TGA.schoolProsperity <= -10)>>
-	<<set $RESFailure = "TGA">>
-<<elseif ($TCR.schoolPresent == 1) && ($TCR.schoolProsperity <= -10)>>
-	<<set $RESFailure = "TCR">>
-<<elseif ($TFS.schoolPresent == 1) && ($TFS.schoolProsperity <= -10)>>
-	<<set $RESFailure = "TFS">>
-<<elseif ($HA.schoolPresent == 1) && ($HA.schoolProsperity <= -10)>>
-	<<set $RESFailure = "HA">>
-<<elseif ($NUL.schoolPresent == 1) && ($NUL.schoolProsperity <= -10)>>
-	<<set $RESFailure = "NUL">>
-<</if>>
+<<set $RESFailure = App.Utils.schoolFailure()>>
 
 <<run repX(-200, "event")>>
 <<set $arcologies[0].prosperity -= 2>>
diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw
index 1c88bbcd433277b278c5f69890dbdc642e04bde9..2021e6e228e213849c3238e273c0b2a61c2341ef 100644
--- a/src/uncategorized/scheduledEvent.tw
+++ b/src/uncategorized/scheduledEvent.tw
@@ -9,6 +9,7 @@
 	<</if>>
 <</if>>
 <<set $expired = 0>>
+<<set _schoolFail = App.Utils.schoolFailure()>>
 
 <<if $retired == 1>>
 	<<= removeSlave(getSlave($retiree))>>
@@ -142,23 +143,7 @@
 	<</if>>
 <<elseif ($bioreactorPerfectedID != 0) && ($bioreactorsAnnounced != 1)>>
 	<<goto "P bioreactor perfected">>
-<<elseif ($TSS.schoolPresent == 1) && ($TSS.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($GRI.schoolPresent == 1) && ($GRI.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($SCP.schoolPresent == 1) && ($SCP.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($LDE.schoolPresent == 1) && ($LDE.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($TGA.schoolPresent == 1) && ($TGA.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($HA.schoolPresent == 1) && ($HA.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($TCR.schoolPresent == 1) && ($TCR.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($NUL.schoolPresent == 1) && ($NUL.schoolProsperity <= -10)>>
-	<<goto "RES Failure">>
-<<elseif ($TFS.schoolPresent == 1) && ($TFS.schoolProsperity <= -10)>>
+<<elseif _schoolFail>>
 	<<goto "RES Failure">>
 <<elseif ($TFS.schoolPresent == 1) && ($organFarmUpgrade != 0) && ($TFS.farmUpgrade == 0)>>
 	<<goto "TFS Farm Upgrade">>
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index 404cd4b5bad78519331bb96385554d6fedc494f3..cf5894f5e1d032c4b65a8fac7c48fa469e6214fd 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -1,518 +1,3 @@
-:: slave creation widgets [widget nobr]
-
-/%
- Call as <<CustomSlaveAge>>
-%/
-<<widget "CustomSlaveAge">>
-	<<replace #age>>
-		<<if $customSlave.age < 3>>2- years old.
-		<<elseif $customSlave.age < 5>>3-4 years old.
-		<<elseif $customSlave.age < 7>>5-6 years old.
-		<<elseif $customSlave.age < 10>>7-9 years old.
-		<<elseif $customSlave.age < 13>>10-12 years old.
-		<<elseif $customSlave.age < 15>>13-14 years old.
-		<<elseif $customSlave.age < 18>>15-17 years old.
-		<<elseif $customSlave.age < 20>>18-19 years old.
-		<<elseif $customSlave.age < 25 && $retirementAge >= 25>>20-24 years old.
-		<<elseif $customSlave.age < 25 && $retirementAge >= 20>>20+ years old.
-		<<elseif $customSlave.age < 30 && $retirementAge >= 30>>25-29 years old.
-		<<elseif $customSlave.age < 30 && $retirementAge >= 25>>25+ years old.
-		<<elseif $customSlave.age < 40 && $retirementAge >= 40>>30-39 years old.
-		<<elseif $customSlave.age < 40 && $retirementAge >= 30>>30+ years old.
-		<<elseif $customSlave.age < 50 && $retirementAge >= 50>>40-49 years old.
-		<<elseif $customSlave.age < 50 && $retirementAge >= 40>>40+ years old.
-		<<elseif $customSlave.age < 60 && $retirementAge >= 60>>50-59 years old.
-		<<elseif $customSlave.age < 60 && $retirementAge >= 50>>50+ years old.
-		<<elseif $customSlave.age < 70 && $retirementAge >= 70>>60-69 years old.
-		<<elseif $customSlave.age < 70 && $retirementAge >= 60>>60+ years old.
-		<<elseif $customSlave.age < 80 && $retirementAge >= 80>>70-79 years old.
-		<<elseif $customSlave.age < 80 && $retirementAge >= 70>>70+ years old.
-		<<elseif $customSlave.age < 90 && $retirementAge >= 90>>80-89 years old.
-		<<elseif $customSlave.age < 90 && $retirementAge >= 80>>80+ years old.
-		<<elseif $customSlave.age < 100 && $retirementAge >= 100>>90-99 years old.
-		<<elseif $customSlave.age < 100 && $retirementAge >= 90>>90+ years old.
-		<<elseif $customSlave.age < 110 && $retirementAge >= 110>>100-109 years old.
-		<<elseif $customSlave.age < 110 && $retirementAge >= 100>>100+ years old.
-		<<elseif $customSlave.age < 120 && $retirementAge >= 120>>110-119 years old.
-		<<elseif $customSlave.age < 120 && $retirementAge >= 110>>110+ years old.
-		<<elseif $customSlave.age < 130 && $retirementAge >= 130>>120-129 years old.
-		<<elseif $customSlave.age < 130 && $retirementAge >= 120>>120+ years old.
-		<<else>>130+ years old.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveHealth>>
-%/
-<<widget "CustomSlaveHealth">>
-	<<replace #health>>
-		<<if $customSlave.health == 0>>Healthy.
-		<<else>>Extremely healthy.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveMuscles>>
-%/
-<<widget "CustomSlaveMuscles">>
-	<<replace #muscles>>
-		<<if $customSlave.muscles > 95>>
-			Ripped.
-		<<elseif $customSlave.muscles > 50>>
-			Muscular.
-		<<elseif $customSlave.muscles > 30>>
-			Well built.
-		<<elseif $customSlave.muscles > 5>>
-			Toned.
-		<<elseif $customSlave.muscles > -6>>
-			Soft.
-		<<elseif $customSlave.muscles > -31>>
-			Quite weak.
-		<<elseif $customSlave.muscles > -51>>
-			Rather weak.
-		<<elseif $customSlave.muscles > -96>>
-			Very weak.
-		<<else>>
-			Frail.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveLips>>
-%/
-<<widget "CustomSlaveLips">>
-	<<replace #lips>>
-		<<if $customSlave.lips <= 10>>Thin lips.
-		<<elseif $customSlave.lips <= 20>>Normal lips.
-		<<elseif $customSlave.lips <= 40>>Plush lips.
-		<<elseif $customSlave.lips <= 70>>Big lips.
-		<<elseif $customSlave.lips <= 95>>Huge lips.
-		<<else>>Facepussy.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveVoice>>
-%/
-<<widget "CustomSlaveVoice">>
-	<<replace #voice>>
-		<<if $customSlave.voice == 3>>High, girly voice.
-		<<elseif $customSlave.voice == 2>>Feminine voice.
-		<<elseif $customSlave.voice == 1>>Deep voice.
-		<<elseif $customSlave.voice == 0>>Mute.
-		<<else>>Voice is unimportant.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveHeight>>
-%/
-<<widget "CustomSlaveHeight">>
-	<<replace #height>>
-		<<if $customSlave.heightMod == "greatly below average">>Petite.
-		<<elseif $customSlave.heightMod == "below average">>Short.
-		<<elseif $customSlave.heightMod == "normal">>Average height.
-		<<elseif $customSlave.heightMod == "above average">>Tall.
-		<<else>>Very tall.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveWeight>>
-%/
-<<widget "CustomSlaveWeight">>
-	<<replace #weight>>
-		<<if $customSlave.weight == -50>>Very thin.
-		<<elseif $customSlave.weight == -15>>Thin.
-		<<elseif $customSlave.weight == 0>>Average weight.
-		<<elseif $customSlave.weight == 15>>Chubby.
-		<<elseif $customSlave.weight == 50>>Plump.
-		<<elseif $customSlave.weight == 100>>Fat.
-		<<elseif $customSlave.weight == 150>>Very Fat.
-		<<else>>Immobile.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveFace>>
-%/
-<<widget "CustomSlaveFace">>
-	<<replace #face>>
-		<<if $customSlave.face < -40>>Very unattractive face.
-		<<elseif $customSlave.face < -10>>Unattractive face.
-		<<elseif $customSlave.face <= 10>>Average face.
-		<<elseif $customSlave.face <= 40>>Attractive face.
-		<<elseif $customSlave.face > 40>>Very attractive face.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveRace>>
-%/
-<<widget "CustomSlaveRace">>
-	<<replace #ethnicity>>
-		<<textbox "$customSlave.race" $customSlave.race "Custom Slave">>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveSkin>>
-%/
-<<widget "CustomSlaveSkin">>
-	<<replace #skin>>
-		<<textbox "$customSlave.skin" $customSlave.skin "Custom Slave">>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveBoobs>>
-%/
-<<widget "CustomSlaveBoobs">>
-	<<replace #boobs>>
-		<<if $customSlave.boobs == 200>>Flat chest.
-		<<elseif $customSlave.boobs <= 500>>Healthy breasts.
-		<<elseif $customSlave.boobs <= 800>>Big breasts.
-		<<elseif $customSlave.boobs <= 1400>>Huge breasts.
-		<<elseif $customSlave.boobs <= 2100>>Giant breasts.
-		<<else>>Massive breasts.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveButt>>
-%/
-<<widget "CustomSlaveButt">>
-	<<replace #butt>>
-		<<if $customSlave.butt == 1>>Flat buttocks.
-		<<elseif $customSlave.butt < 4>>Healthy buttocks.
-		<<elseif $customSlave.butt < 6>>Huge buttocks.
-		<<else>>Massive buttocks.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveSex>>
-%/
-<<widget "CustomSlaveSex">>
-	<<replace #sex>>
-		<<if $customSlave.sex == 1>>Female (cock & balls options not applied).
-		<<elseif $customSlave.sex == 2>>Male (pussy options not applied).
-		<<else>>Futanari (clit options not applied).
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveVirgin>>
-%/
-<<widget "CustomSlaveVirgin">>
-	<<replace #virgin>>
-		<<if $customSlave.virgin == 0>>Vaginal virgin.
-		<<else>>Virginity not important.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveVagina>>
-%/
-<<widget "CustomSlaveVagina">>
-	<<replace #vagina>>
-		<<if $customSlave.vagina == -1>>No vagina.
-		<<elseif $customSlave.vagina == 0>>Vaginal virgin.
-		<<else>>Normal vagina.
-		<</if>>
-		<<link "No vagina">>
-			<<set $customSlave.vagina = -1, $customSlave.preg = 0, $customSlave.ovaries = 0>>
-			<<CustomSlaveVagina>>
-		<</link>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveDick>>
-%/
-<<widget "CustomSlaveDick">>
-	<<replace #dick>>
-		<<if $customSlave.dick == 0>>No penis.
-		<<elseif $customSlave.dick == 2>>Small penis.
-		<<else>>Large penis.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveBalls>>
-%/
-<<widget "CustomSlaveBalls">>
-	<<replace #balls>>
-		<<if $customSlave.balls == 0>>No testicles.
-		<<elseif $customSlave.balls == 2>>Small testicles.
-		<<elseif $customSlave.balls == 4>>Large testicles.
-		<<else>>Huge Balls.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveClit>>
-%/
-<<widget "CustomSlaveClit">>
-	<<replace #clit>>
-		<<if $customSlave.clit == 0>>Normal clitoris.
-		<<elseif $customSlave.clit == 1>>Big clitoris.
-		<<elseif $customSlave.clit == 3>>Enormous clitoris.
-		<<else>>Pseudophallus.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveLabia>>
-%/
-<<widget "CustomSlaveLabia">>
-	<<replace #labia>>
-		<<if $customSlave.labia == 0>>Normal labia.
-		<<elseif $customSlave.labia == 1>>big labia.
-		<<elseif $customSlave.labia == 2>>Huge labia.
-		<<else>>Enormous labia.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveClitBalls>>
-%/
-<<widget "CustomSlaveClitBalls">>
-	<<replace #clitballs>>
-	<<if $customSlave.dick > 0>>
-	<<if $customSlave.balls == 0>>No testicles.<<elseif $customSlave.balls == 2>>Small testicles.<<else>>Large testicles.<</if>>
-	<<link "No testicles">>
-		<<set $customSlave.balls = 0,$customSlave.clit = 0>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	|
-	<<link "Small testicles">>
-		<<set $customSlave.balls = 2,$customSlave.clit = 0>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	|
-	<<link "Large testicles">>
-		<<set $customSlave.balls = 4,$customSlave.clit = 0>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	<<else>>
-	<<if $customSlave.clit == 0>>Normal clitoris.<<elseif $customSlave.clit == 0>>Big clitoris.<<else>>Enormous clitoris.<</if>>
-	<<link "Normal clitoris">>
-		<<set $customSlave.clit = 0>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	|
-	<<link "Big clitoris">>
-		<<set $customSlave.clit = 1>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	|
-	<<link "Enormous clitoris">>
-		<<set $customSlave.clit = 2>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	<br>
-	<<if $customSlave.labia == 0>>Minimal labia.<<elseif $customSlave.labia == 1>>Normal labia.<<elseif $customSlave.labia == 2>>Huge labia.<<else>>Enormous labia.<</if>>
-	<<link "Minimal labia">>
-		<<set $customSlave.labia = 0>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	|
-	<<link "Normal labia">>
-		<<set $customSlave.labia = 1>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	|
-	<<link "Huge labia">>
-		<<set $customSlave.labia = 2>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	|
-	<<link "Enormous labia">>
-		<<set $customSlave.labia = 3>>
-		<<CustomSlaveClitBalls>>
-	<</link>>
-	<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveLube>>
-%/
-<<widget "CustomSlaveLube">>
-	<<replace #lube>>
-		<<if $customSlave.vaginaLube == 0>>Dry vagina.
-		<<elseif $customSlave.vaginaLube == 1>>Wet vagina.
-		<<else>>Sopping wet vagina.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveAnalVirginity>>
-%/
-<<widget "CustomSlaveAnalVirginity">>
-	<<replace #anus>>
-		<<if $customSlave.analVirgin == 0>>Anal virgin.
-		<<else>>Anal virginity is not important.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveAnus>>
-%/
-<<widget "CustomSlaveAnus">>
-	<<replace #anus>>
-		<<if $customSlave.anus == 0>>Anal virgin.
-		<<else>>Normal anus.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveSkills>>
-%/
-<<widget "CustomSlaveSkills">>
-	<<replace #skills>>
-		<<if $customSlave.skills <= 10>>Sexually unskilled.
-		<<elseif $customSlave.skills <= 35>>Basic sex skills.
-		<<else>>Sexually skilled.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveWhoreSkills>>
-%/
-<<widget "CustomSlaveWhoreSkills">>
-	<<replace #whore-skills>>
-		<<if $customSlave.skill.whore <= 10>>Unskilled at prostitution and entertainment.
-		<<elseif $customSlave.skill.whore <= 35>>Basic prostitution and entertainment skills.
-		<<else>>Skilled at prostitution and entertainment.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveCombatSkills>>
-%/
-<<widget "CustomSlaveCombatSkills">>
-	<<replace #combat-skills>>
-		<<if $customSlave.skill.combat == 0>>Unskilled at combat.
-		<<else>>Skilled at combat.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveIntelligence>>
-%/
-<<widget "CustomSlaveIntelligence">>
-	<<replace #intelligence>>
-		<<if $customSlave.intelligence >= 3>>Brilliant.
-		<<elseif $customSlave.intelligence == 2>>Very smart.
-		<<elseif $customSlave.intelligence == 1>>Smart.
-		<<elseif $customSlave.intelligence == 0>>Average intelligence.
-		<<elseif $customSlave.intelligence == -1>>Stupid.
-		<<elseif $customSlave.intelligence == -2>>Very stupid.
-		<<else>>Moronic.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveEducation>>
-%/
-<<widget "CustomSlaveEducation">>
-	<<replace #education>>
-		<<if $customSlave.intelligenceImplant >= 30>>Well educated.
-		<<elseif $customSlave.intelligenceImplant >= 15>>Educated.
-		<<else>>Uneducated.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveNationality>>
-%/
-<<widget "CustomSlaveNationality">>
-	<<replace #nationality>>
-		Nationality: $customSlave.nationality.
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveEyes>>
-%/
-<<widget "CustomSlaveEyes">>
-	<<replace #eyes>>
-		<<if getBestVision($customSlave) === 2>>Normal vision.
-		<<elseif getBestVision($customSlave) === 1>>Nearsighted.
-		<<else>>Blind.
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveEars>>
-%/
-<<widget "CustomSlaveEars">>
-	<<replace #hears>>
-		<<if $seeExtreme == 1>>
-			<<if $customSlave.hears == -2>>Deaf.
-			<<elseif $customSlave.hears == -1>>Hard of hearing.
-			<<else>>Normal.
-			<</if>>
-		<<else>>
-			<<if $customSlave.hears == -1>>Hard of hearing.
-			<<else>>Normal.
-			<</if>>
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveSmell>>
-%/
-<<widget "CustomSlaveSmell">>
-	<<replace #smelling>>
-		<<if $seeExtreme == 1>>
-			<<if $customSlave.smells == -1>>None.
-			<<else>>Normal.
-			<</if>>
-		<</if>>
-	<</replace>>
-<</widget>>
-
-/%
- Call as <<CustomSlaveTaste>>
-%/
-<<widget "CustomSlaveTaste">>
-	<<replace #tasting>>
-		<<if $seeExtreme == 1>>
-			<<if $customSlave.tastes == -1>>None.
-			<<else>>Normal.
-			<</if>>
-		<</if>>
-	<</replace>>
-<</widget>>
 
 /%
 	Call as <<MarketName 'market' ['arcology']>>