diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index d6ac2583448c178bf9d9efbd31777fb3a0575044..c746c14002e723281e98e9aa00c16de22c03d9cc 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -26092,6 +26092,13 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 		}
+		if (slave.balls > 3) {
+			vignettes.push({
+				text: `${he} loses a customer who wants ${him} to look like a natural girl, since ${his} balls are too big to be hidden,`,
+				type: "cash",
+				effect: -1,
+			});
+		}
 		if (slave.balls == 0 && slave.dick > 0) {
 			vignettes.push({
 				text: `a slave trainer privately studied ${him} as an example of a slave with well done gelding surgery,`,
@@ -28160,6 +28167,189 @@ window.GetVignette = function GetVignette(slave) {
 			type: "trust",
 			effect: -1,
 		});
+	} else if (slave.assignment === "be a servant" || slave.assignment === "work as a servant" || slave.assignment === "be the Stewardess") {
+		if (slave.fetishKnown === 1) {
+			switch (slave.fetish) {
+				case "cumslut":
+					vignettes.push({
+						text: `when some of your cum accidentally landed on the floor, ${he} cleaned it up with ${his} tongue,`,
+						type: "devotion",
+						effect: 1,
+					});
+			}
+		}
+		switch (slave.behavioralFlaw) {
+			case "arrogant":
+				vignettes.push({
+					text: `${he} refused to clean up a particular nasty room in the penthouse, earning ${himself} harsh punishment,`,
+					type: "trust",
+					effect: -1,
+				});
+				break;
+			case "gluttonous":
+				vignettes.push({
+					text: `${he} was thrilled to be getting rid of leftover food the only way ${he} knew how,`,
+					type: "devotion",
+					effect: 1,
+				});
+		}
+		if (slave.fetish === "mindbroken") {
+			vignettes.push({
+				text: `${he} forgot to sleep and no one bothered to tell ${him} to. ${He} collapsed from exhaustion halfway through the week, but even by then ${he}'d gotten all ${his} work done and then some,`,
+				type: "cash",
+				effect: 1,
+			});
+		}
+		if (slave.amp === 1) {
+			vignettes.push({
+				text: `${he} was soaped up, tied to a pole, and used as a very inefficient mop. While being used to clean outside, ${he} certainly drew some stares,`,
+				type: "rep",
+				effect: 1,
+			});
+		}
+		if (slave.voice === 0) {
+			vignettes.push({
+				text: `a few citizens mistook ${him} for a whore while ${he} was going about ${his} regular cleaning duties. Without the power of speech, ${he} was unable to explain the situation and was subsequently used and paid,`,
+				type: "cash",
+				effect: 1,
+			});
+		}
+		vignettes.push({
+			text: `${he} was ordered to clean the many erotically shaped statues around the arcology. ${He} put on a good show, waxing the many tits, asses, and cocks with gusto,`,
+			type: "rep",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `${he} was ordered to clean all the exterior windows around your estate using only ${his} tits. The people passing by seemed to appreciate the show,`,
+			type: "rep",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `${he} was ordered to scrub all the sidewalks outside your places of business free of gum and other detritus, using only a toothbrush. ${He} spent the whole day bent over for all the public to see,`,
+			type: "rep",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `${he} found refuge from the realities of slavery in constant menial tasks, accidentally accomplishing more than was asked of ${him},`,
+			type: "cash",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `while cleaning the slave living quarters, ${he} found someone's hidden stash of money, no doubt withheld from a brave whore's weekly earnings. No one will ever own up to stealing from you out of fear of the consequences, but you take the paltry sum because it is rightfully yours,`,
+			type: "cash",
+			effect: 1,
+		});
+	} else if (slave.assignment === "get milked" || slave.assignment === "work in the dairy" || slave.assignment === "be the Milkmaid") {
+		if (slave.lactation > 0) {
+			vignettes.push({
+				text: `a restaurant critic declared ${his} milk delicious,`,
+				type: "rep",
+				effect: 1,
+			});
+			vignettes.push({
+				text: `an elderly citizen reported feeling healthier after drinking ${his} milk,`,
+				type: "rep",
+				effect: 1,
+			});
+		}
+		vignettes.push({
+			text: `very little of interest happened because the life of a dairy cow is often really boring,`,
+			type: "rep",
+			effect: 0,
+		});
+	} else if (slave.assignment === "rest" || slave.assignment === "rest in the spa" || slave.assignment === "be the Attendant") {
+		if (slave.devotion > 95) {
+			vignettes.push({
+				text: `${he} decided to spend some of ${his} free time to praise you on the streets,`,
+				type: "rep",
+				effect: 1,
+			});
+		}
+		if (slave.devotion > 50) {
+			if (slave.intelligence >= 2) {
+				vignettes.push({
+					text: `${he} spends some of ${his} downtime figuring out a new way for you to make money,`,
+					type: "cash",
+					effect: 1,
+				});
+			}
+		}
+		if (slave.devotion > 20) {
+			if (slave.relationshipRules === "just friends" || slave.relationshipRules === "permissive") {
+				vignettes.push({
+					text: `${he} taught another slave some massage skills,`,
+					type: "rep",
+					effect: 1,
+				});
+			}
+		}
+		if (slave.devotion < -50) {
+			if (slave.intelligence >= 2) {
+				vignettes.push({
+					text: `${he} spends some of ${his} downtime figuring out a way to sabotage your profits,`,
+					type: "cash",
+					effect: -1,
+				});
+			}
+			vignettes.push({
+				text: `${he} spent hours plotting ${his} escape from the arcology,`,
+				type: "trust",
+				effect: -1,
+			});
+		}
+		if (slave.relationship === -2) {
+			if (slave.speechRules === "permissive") {
+				vignettes.push({
+					text: `${he} spends most of ${his} time fan${boy}ing obsessively about you to everyone ${he} can,`,
+					type: "rep",
+					effect: 1,
+				});
+			}
+			vignettes.push({
+				text: `${he} grew sick with longing to be kept at your side as your fucktoy instead,`,
+				type: "health",
+				effect: -1,
+			});
+			vignettes.push({
+				text: `${he} 'accidentally' comes to see you throughout the day, even though ${he} is resting,`,
+				type: "devotion",
+				effect: 1,
+			});
+		} else if (slave.relationship === -1) {
+			vignettes.push({
+				text: `${he} daydreamed about being fucked by as many people as possible, upset that you kept ${him} inside,`,
+				type: "devotion",
+				effect: -1,
+			});
+		}
+		if (slave.energy > 95) {
+			vignettes.push({
+				text: `${he} was so horny that ${he} sleepwalked into your room and performed oral sex on you, and then woke up when ${he} bruised ${his} shin,`,
+				type: "health",
+				effect: -1,
+			});
+		}
+		if (slave.health < -20) {
+			vignettes.push({
+				text: `${he} has a bad cough and spends a lot of time napping,`,
+				type: "health",
+				effect: 0,
+			});
+		}
+		if (slave.intelligence >= 2) {
+			vignettes.push({
+				text: `${he} immerses ${himself} in classics of literature at an arcology library, giving ${him} uncomfortable ideas about society,`,
+				type: "devotion",
+				effect: -1,
+			});
+		}
+		if (V.arcologies[0].FSDegradationist !== "unset") {
+			vignettes.push({
+				text: `despite being ordered to rest, ${he} was made subject to a lot of torture and pain because of your arcology's depraved nature,`,
+				type: "health",
+				effect: -1,
+			});
+		}
 	}
 	return jsEither(vignettes);
 };
diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw
index 9d51218ab48d276e6b3af2158bde275a264d44c8..8868824c22cee5b92759135ed0ab57402c91eb37 100644
--- a/src/js/vignettes.tw
+++ b/src/js/vignettes.tw
@@ -907,6 +907,13 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 		}
+		if (slave.balls > 3) {
+			vignettes.push({
+				text: `${he} loses a customer who wants ${him} to look like a natural girl, since ${his} balls are too big to be hidden,`,
+				type: "cash",
+				effect: -1,
+			});
+		}
 		if (slave.balls == 0 && slave.dick > 0) {
 			vignettes.push({
 				text: `a slave trainer privately studied ${him} as an example of a slave with well done gelding surgery,`,
@@ -2975,6 +2982,189 @@ window.GetVignette = function GetVignette(slave) {
 			type: "trust",
 			effect: -1,
 		});
+	} else if (slave.assignment === "be a servant" || slave.assignment === "work as a servant" || slave.assignment === "be the Stewardess") {
+		if (slave.fetishKnown === 1) {
+			switch (slave.fetish) {
+				case "cumslut":
+					vignettes.push({
+						text: `when some of your cum accidentally landed on the floor, ${he} cleaned it up with ${his} tongue,`,
+						type: "devotion",
+						effect: 1,
+					});
+			}
+		}
+		switch (slave.behavioralFlaw) {
+			case "arrogant":
+				vignettes.push({
+					text: `${he} refused to clean up a particular nasty room in the penthouse, earning ${himself} harsh punishment,`,
+					type: "trust",
+					effect: -1,
+				});
+				break;
+			case "gluttonous":
+				vignettes.push({
+					text: `${he} was thrilled to be getting rid of leftover food the only way ${he} knew how,`,
+					type: "devotion",
+					effect: 1,
+				});
+		}
+		if (slave.fetish === "mindbroken") {
+			vignettes.push({
+				text: `${he} forgot to sleep and no one bothered to tell ${him} to. ${He} collapsed from exhaustion halfway through the week, but even by then ${he}'d gotten all ${his} work done and then some,`,
+				type: "cash",
+				effect: 1,
+			});
+		}
+		if (slave.amp === 1) {
+			vignettes.push({
+				text: `${he} was soaped up, tied to a pole, and used as a very inefficient mop. While being used to clean outside, ${he} certainly drew some stares,`,
+				type: "rep",
+				effect: 1,
+			});
+		}
+		if (slave.voice === 0) {
+			vignettes.push({
+				text: `a few citizens mistook ${him} for a whore while ${he} was going about ${his} regular cleaning duties. Without the power of speech, ${he} was unable to explain the situation and was subsequently used and paid,`,
+				type: "cash",
+				effect: 1,
+			});
+		}
+		vignettes.push({
+			text: `${he} was ordered to clean the many erotically shaped statues around the arcology. ${He} put on a good show, waxing the many tits, asses, and cocks with gusto,`,
+			type: "rep",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `${he} was ordered to clean all the exterior windows around your estate using only ${his} tits. The people passing by seemed to appreciate the show,`,
+			type: "rep",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `${he} was ordered to scrub all the sidewalks outside your places of business free of gum and other detritus, using only a toothbrush. ${He} spent the whole day bent over for all the public to see,`,
+			type: "rep",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `${he} found refuge from the realities of slavery in constant menial tasks, accidentally accomplishing more than was asked of ${him},`,
+			type: "cash",
+			effect: 1,
+		});
+		vignettes.push({
+			text: `while cleaning the slave living quarters, ${he} found someone's hidden stash of money, no doubt withheld from a brave whore's weekly earnings. No one will ever own up to stealing from you out of fear of the consequences, but you take the paltry sum because it is rightfully yours,`,
+			type: "cash",
+			effect: 1,
+		});
+	} else if (slave.assignment === "get milked" || slave.assignment === "work in the dairy" || slave.assignment === "be the Milkmaid") {
+		if (slave.lactation > 0) {
+			vignettes.push({
+				text: `a restaurant critic declared ${his} milk delicious,`,
+				type: "rep",
+				effect: 1,
+			});
+			vignettes.push({
+				text: `an elderly citizen reported feeling healthier after drinking ${his} milk,`,
+				type: "rep",
+				effect: 1,
+			});
+		}
+		vignettes.push({
+			text: `very little of interest happened because the life of a dairy cow is often really boring,`,
+			type: "rep",
+			effect: 0,
+		});
+	} else if (slave.assignment === "rest" || slave.assignment === "rest in the spa" || slave.assignment === "be the Attendant") {
+		if (slave.devotion > 95) {
+			vignettes.push({
+				text: `${he} decided to spend some of ${his} free time to praise you on the streets,`,
+				type: "rep",
+				effect: 1,
+			});
+		}
+		if (slave.devotion > 50) {
+			if (slave.intelligence >= 2) {
+				vignettes.push({
+					text: `${he} spends some of ${his} downtime figuring out a new way for you to make money,`,
+					type: "cash",
+					effect: 1,
+				});
+			}
+		}
+		if (slave.devotion > 20) {
+			if (slave.relationshipRules === "just friends" || slave.relationshipRules === "permissive") {
+				vignettes.push({
+					text: `${he} taught another slave some massage skills,`,
+					type: "rep",
+					effect: 1,
+				});
+			}
+		}
+		if (slave.devotion < -50) {
+			if (slave.intelligence >= 2) {
+				vignettes.push({
+					text: `${he} spends some of ${his} downtime figuring out a way to sabotage your profits,`,
+					type: "cash",
+					effect: -1,
+				});
+			}
+			vignettes.push({
+				text: `${he} spent hours plotting ${his} escape from the arcology,`,
+				type: "trust",
+				effect: -1,
+			});
+		}
+		if (slave.relationship === -2) {
+			if (slave.speechRules === "permissive") {
+				vignettes.push({
+					text: `${he} spends most of ${his} time fan${boy}ing obsessively about you to everyone ${he} can,`,
+					type: "rep",
+					effect: 1,
+				});
+			}
+			vignettes.push({
+				text: `${he} grew sick with longing to be kept at your side as your fucktoy instead,`,
+				type: "health",
+				effect: -1,
+			});
+			vignettes.push({
+				text: `${he} 'accidentally' comes to see you throughout the day, even though ${he} is resting,`,
+				type: "devotion",
+				effect: 1,
+			});
+		} else if (slave.relationship === -1) {
+			vignettes.push({
+				text: `${he} daydreamed about being fucked by as many people as possible, upset that you kept ${him} inside,`,
+				type: "devotion",
+				effect: -1,
+			});
+		}
+		if (slave.energy > 95) {
+			vignettes.push({
+				text: `${he} was so horny that ${he} sleepwalked into your room and performed oral sex on you, and then woke up when ${he} bruised ${his} shin,`,
+				type: "health",
+				effect: -1,
+			});
+		}
+		if (slave.health < -20) {
+			vignettes.push({
+				text: `${he} has a bad cough and spends a lot of time napping,`,
+				type: "health",
+				effect: 0,
+			});
+		}
+		if (slave.intelligence >= 2) {
+			vignettes.push({
+				text: `${he} immerses ${himself} in classics of literature at an arcology library, giving ${him} uncomfortable ideas about society,`,
+				type: "devotion",
+				effect: -1,
+			});
+		}
+		if (V.arcologies[0].FSDegradationist !== "unset") {
+			vignettes.push({
+				text: `despite being ordered to rest, ${he} was made subject to a lot of torture and pain because of your arcology's depraved nature,`,
+				type: "health",
+				effect: -1,
+			});
+		}
 	}
 	return jsEither(vignettes);
 };
\ No newline at end of file