code
stringlengths 0
56.1M
| repo_name
stringclasses 515
values | path
stringlengths 2
147
| language
stringclasses 447
values | license
stringclasses 7
values | size
int64 0
56.8M
|
---|---|---|---|---|---|
:: PC Skin Workaround [nobr]
<<set $nextButton = "Get in", $nextLink = "PC Surgery Degradation">>
You can enter any color for your skin to be changed to. Once you have chosen, you just have to get in and let the machine do its thing.
<br><<textbox "$PC.skin" $PC.skin "PC Surgery Degradation">>
|
amomynous0/fc
|
src/pregmod/pcSkinWorkaround.tw
|
tw
|
bsd-3-clause
| 296 |
:: Personal Notes [nobr]
<<if $useTabs == 0>>__Personal Notes__<</if>>
<br>
<<if ($playerAging != 0)>>Your birthday is <<if $PC.birthWeek == 51>>next week<<if $playerAging == 2>>; you'll be turning <<print $PC.actualAge+1>><</if>><<else>>in <<print 52-$PC.birthWeek>> weeks<</if>>.<</if>>
<<PlayerBoobs>>
<<PlayerBelly>>
<<PlayerCrotch>>
<<PlayerButt>>
<<if $PC.boobs == 1 && $PC.boobsImplant == 0>>
<<if $PC.preg == 31>>
<<if $PC.boobsBonus == 2>>
<<if random(1,100) > 90>>
Your already huge breasts have @@.lime;grown even more enormous@@ with your new pregnancy. Quick measurements show you've gone up yet another a cup size over the course of your pregnancy.
<<set $PC.boobsBonus++>>
<</if>>
<<elseif $PC.boobsBonus == 1>>
<<if random(1,100) > 75>>
Your already large breasts have @@.lime;grown even larger@@ with your new pregnancy. Quick measurements show you've gone up another cup size or so over the course of your pregnancy.
<<set $PC.boobsBonus++>>
<</if>>
<<elseif $PC.boobsBonus == 0>>
<<if random(1,100) > 75>>
Your breasts have @@.lime;grown larger@@ to feed your coming child. Quick measurements show you've gone up a cup size over the course of your pregnancy.
<<set $PC.boobsBonus++>>
<</if>>
<<elseif $PC.boobsBonus == -1>>
<<if random(1,100) > 80>>
Your breasts have @@.lime;grown a bit larger@@ to feed your coming child. Quick measurements show you've gone up nearly two cup sizes over the course of your pregnancy.
<<set $PC.boobsBonus++>>
<</if>>
<<elseif $PC.boobsBonus == -2>>
<<if random(1,100) > 80>>
Your once small breasts have @@.lime;become very swollen@@ lately with your new pregnancy. Quick measurements show you've gone up a cup size over the course of your pregnancy.
<<set $PC.boobsBonus++>>
<</if>>
<<elseif $PC.boobsBonus == -3>>
<<if random(1,100) > 75>>
Your once tiny breasts have @@.lime;become swollen@@ lately with your new pregnancy. Quick measurements show you've actually gone up a cup size over the course of your pregnancy.
<<set $PC.boobsBonus++>>
<</if>>
<</if>>
<</if>>
<</if>>
|
amomynous0/fc
|
src/pregmod/personalNotes.tw
|
tw
|
bsd-3-clause
| 2,132 |
:: Physical Development [nobr widget]
<<widget "PhysicalDevelopment">>
<<if ($args[0].inducedNCS == 1)>>
/* NCS completely blocks all natural physical growth: no height increases. It also blocks all hormonal secondary sexual * caracteristics. So, on the female side: no boobs, no butt, no hips, and no labia. And on the male side: no dick, no clit, no balls, no scrotum, no shoulders. */
/* so this is a big old NO-OP to skip the physical development. */
<<elseif $args[0].genes == "XX">>
/* loli becoming a woman */
<<switch $args[0].physicalAge>>
<<case 3>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,8,9,9)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,8,9,9,9)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(9,9,9,10,10)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,9,9,9,10)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<else>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,8,9,9,9,10)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<</if>>
<<case 4>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<else>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 5>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<else>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 6>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<else>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<</if>>
<<case 7>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,7,8,8)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,7,8,8,8)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(8,8,8,9,9)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,8,8,8,9)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<else>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,7,8,8,8,9)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 8>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 99>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) >80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 90>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 60>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<</if>>
<<case 9>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,4,5,5,)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,4,5,5,5)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(5,5,5,6,6)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,5,5,5,6)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 90>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,4,5,5,5,6)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<</if>>
<<case 10>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 90>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 11>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 20>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 600>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 40>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 500>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 95>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 60>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 60>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 300>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<</if>>
<<case 12>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 163>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 168>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 20>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 700>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -60>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 163>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 168>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 40>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 600>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 95>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 163>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 168>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 30>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 60>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 60>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 300>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -20>>
<<if random(1,100) > 60>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<</if>>
<<case 13>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].face > 60>>
<<if random(1,100) > 80>>
<<set $args[0].face += 5>>
<</if>>
<<elseif $args[0].face <= 60>>
<<if random(1,100) > 30>>
<<set $args[0].face += 10>>
<</if>>
<</if>>
<<if $args[0].voice == 3>>
<<if random(1,100) > 90>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 20>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1000>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -60>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 186>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].face > 60>>
<<if random(1,100) > 80>>
<<set $args[0].face += 5>>
<</if>>
<<elseif $args[0].face <= 60>>
<<if random(1,100) > 30>>
<<set $args[0].face += 10>>
<</if>>
<</if>>
<<if $args[0].voice == 3>>
<<if random(1,100) > 80>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 40>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 900>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].face < 100>>
<<if random(1,100) > 50>>
<<set $args[0].face -= 20>>
<</if>>
<</if>>
<<if $args[0].voice <= 3>>
<<if random(1,100) > 30>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 95>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].face < 100>>
<<if random(1,100) > 70>>
<<set $args[0].face -= 20>>
<</if>>
<</if>>
<<if $args[0].voice <= 3>>
<<if random(1,100) > 60>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 30>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].face > 60>>
<<if random(1,100) > 90>>
<<set $args[0].face += 5>>
<</if>>
<<elseif $args[0].face <= 60>>
<<if random(1,100) > 40>>
<<set $args[0].face += 10>>
<</if>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 60>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 60>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].voice == 3>>
<<if random(1,100) > 60>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 400>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -20>>
<<if random(1,100) > 60>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<</if>>
<<case 14>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,4,5,5)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 800>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -60>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,4,5,5,5)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 700>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(5,5,5,6,6)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,5,5,5,6)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 30>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,4,5,5,5,6)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 2>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 60>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 500>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -20>>
<<if random(1,100) > 60>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<</if>>
<<case 15>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 900>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -60>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 800>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 30>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs < 500>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -20>>
<<if random(1,100) > 60>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<</if>>
<<case 16>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1200>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -60>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1000>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 30>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs < 800>>
<<if random(1,100) > 50>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -20>>
<<if random(1,100) > 60>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<</if>>
<<case 17>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1600>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -60>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1200>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 30>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs < 800>>
<<if random(1,100) > 60>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -20>>
<<if random(1,100) > 60>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<</if>>
<<case 18>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 2000>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -60>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1600>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 50>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].clit > 0 && $args[0].clit < 4>>
<<if random(1,100) > 70>>
<<set $args[0].clit += 1>>
<</if>>
<</if>>
<<if $args[0].waist < 30>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs < 800>>
<<if random(1,100) > 70>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -20>>
<<if random(1,100) > 60>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<</if>>
<</switch>>
<<elseif $args[0].genes == "XY">>
/* shota becoming a man WIP*/
<<switch $args[0].physicalAge>>
<<case 3>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,8,9,9)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,8,9,9,9)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(9,9,9,10,10)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,9,9,9,10)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<<else>>
<<if $args[0].height <= 91>>
<<set $args[0].height += either(8,8,9,9,9,10)>>
<<elseif $args[0].height <= 101>>
<<set $args[0].height += 5>>
<</if>>
<</if>>
<<case 4>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<<else>>
<<if $args[0].height <= 101>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 109>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 5>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<<else>>
<<if $args[0].height <= 109>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 116>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 6>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<<else>>
<<if $args[0].height <= 116>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 124>>
<<set $args[0].height += 3>>
<</if>>
<</if>>
<<case 7>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,7,8,8)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,7,8,8,8)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(8,8,8,9,9)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,8,8,8,9)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 3>>
<</if>>
<<else>>
<<if $args[0].height <= 124>>
<<set $args[0].height += either(7,7,8,8,8,9)>>
<<elseif $args[0].height <= 131>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 8>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 99>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 10>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) >80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 90>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 30>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 131>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 137>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 50>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<<case 9>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,4,5,5,)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,4,5,5,5)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(5,5,5,6,6)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,5,5,5,6)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<<else>>
<<if $args[0].height <= 137>>
<<set $args[0].height += either(4,4,5,5,5,6)>>
<<elseif $args[0].height <= 144>>
<<set $args[0].height += 3>>
<</if>>
<</if>>
<<case 10>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 90>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 80>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 95>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 90>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 70>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 90>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 90>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 144>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 156>>
<<set $args[0].height += 4>>
<</if>>
<</if>>
<<case 11>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 20>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 3>>
<<if random(1,100) > 40>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 70>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 90>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 90>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 156>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 163>>
<<set $args[0].height += 3>>
<</if>>
<</if>>
<<case 12>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 163>>
<<set $args[0].height += either(6,6,7,7)>>
<<elseif $args[0].height <= 168>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 20>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 163>>
<<set $args[0].height += either(6,6,7,7,7)>>
<<elseif $args[0].height <= 168>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 40>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].waist > -15>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(7,7,7,8,8)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 70>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 90>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 163>>
<<set $args[0].height += either(6,7,7,7,8)>>
<<elseif $args[0].height <= 168>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 90>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 90>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(6,6,7,7,7,8)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].waist < 20>>
<<if random(1,100) > 60>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<</if>>
<<case 13>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(5,5,6,6)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].face > 60>>
<<if random(1,100) > 80>>
<<set $args[0].face += 5>>
<</if>>
<<elseif $args[0].face <= 60>>
<<if random(1,100) > 50>>
<<set $args[0].face += 10>>
<</if>>
<</if>>
<<if $args[0].voice < 2>>
<<if random(1,100) > 50>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 20>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1000>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 186>>
<<set $args[0].height += either(5,5,6,6,6)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].face < 60>>
<<if random(1,100) > 80>>
<<set $args[0].face += 10>>
<</if>>
<</if>>
<<if $args[0].voice < 3>>
<<if random(1,100) > 50>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].butt < 4>>
<<if random(1,100) > 40>>
<<set $args[0].butt += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 900>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -15>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 25>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(6,6,6,7,7)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].voice > 1>>
<<if random(1,100) > 10>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 50>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 50>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 90>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(5,6,6,6,7)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].voice > 1>>
<<if random(1,100) > 30>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 70>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 168>>
<<set $args[0].height += either(5,5,6,6,6,7)>>
<<elseif $args[0].height <= 171>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].voice > 1>>
<<if random(1,100) > 60>>
<<set $args[0].voice -= 1>>
<</if>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 50>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 50>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 20>>
<<if random(1,100) > 60>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<</if>>
<<case 14>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,4,5,5)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 800>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,4,5,5,5)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 700>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -15>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(5,5,5,6,6)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 20>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 20>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 90>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,5,5,5,6)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 3>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 40>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 40>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 171>>
<<set $args[0].height += either(4,4,5,5,5,6)>>
<<elseif $args[0].height <= 173>>
<<set $args[0].height += 2>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 60>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 50>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 50>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 20>>
<<if random(1,100) > 60>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<</if>>
<<case 15>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 900>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 800>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -15>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 20>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 20>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 90>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 40>>
<<set $args[0].dick += 1>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 40>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 50>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 50>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 20>>
<<if random(1,100) > 60>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<</if>>
<<case 16>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1200>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1000>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -15>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 70>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 90>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 90>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 90>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].waist < 20>>
<<if random(1,100) > 60>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<</if>>
<<case 17>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1600>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1200>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -15>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 70>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 90>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 90>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 90>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].waist < 20>>
<<if random(1,100) > 60>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<</if>>
<<case 18>>
<<if $args[0].hormoneBalance >= 200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 20>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 2000>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -30>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 100>>
<<elseif $args[0].hormoneBalance >= 100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1)>>
<</if>>
<<if $args[0].hips < 2>>
<<if random(1,100) > 40>>
<<set $args[0].hips += 1>>
<</if>>
<</if>>
<<if $args[0].boobs < 1600>>
<<if random(1,100) > 40>>
<<set $args[0].boobs += 100>>
<</if>>
<</if>>
<<if $args[0].waist > -15>>
<<if random(1,100) > 20>>
<<set $args[0].waist -= 5>>
<</if>>
<</if>>
<<set $args[0].boobs += 50>>
<<elseif $args[0].hormoneBalance <= -200>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(1,1,1,2,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 100>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 70>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 70>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 90>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<elseif $args[0].hormoneBalance <= -100>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,1,1,1,2)>>
<</if>>
<<if $args[0].boobs > 200>>
<<set $args[0].boobs -= 50>>
<</if>>
<<if $args[0].dick > 0 && $args[0].dick < 6>>
<<if random(1,100) > 90>>
<<set $args[0].dick += 1>>
<<if $args[0].foreskin > 0>>
<<set $args[0].foreskin += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].balls > 0 && $args[0].balls < 6>>
<<if random(1,100) > 90>>
<<set $args[0].balls += 1>>
<<if $args[0].scrotum > 0>>
<<set $args[0].scrotum += 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].waist < 60>>
<<if random(1,100) > 20>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<<else>>
<<if $args[0].height <= 174>>
<<set $args[0].height += either(0,0,1,1,1,2)>>
<</if>>
<<if $args[0].waist < 20>>
<<if random(1,100) > 60>>
<<set $args[0].waist += 5>>
<</if>>
<</if>>
<</if>>
<</switch>>
<</if>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/physicalDevelopment.tw
|
tw
|
bsd-3-clause
| 70,823 |
:: RE legendary womb [nobr]
<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check", $activeSlave = ($legendaryFacility == 1) ? getSlave($legendaryWombID) : $eventSlave>>
<<if (ndef $activeSlave)>> /* not found - reset variable and stop event */
<<set $legendaryWombID = 0>>
<<goto "RIE Eligibility Check">>
<<else>>
<<set $activeSlave.devotion += 4>>
<<EventNameLink $activeSlave>> is an incredible mother. She's given birth to numbers that would have been considered absurd in the days when drug treatments were limited by consent. A nascent organization will be holding a pageant for pregnant slaves tomorrow, and since they're aware you keep breeders, they've sent you an invitation to enter a heavily pregnant slave to be judged.
<br><br>
This is a rare opportunity. The idea of pregnancy pageant isn't new but it is undeniably going to attract attention, so the pageant is likely to draw some serious press. Were $activeSlave.slaveName to win, she would probably be remembered for a long time as a special mother.
<br><br>
<span id="result">
<<link "Fairly enter her in the pregnancy pageant">>
<<replace "#name">>
$activeSlave.slaveName
<</replace>>
<<if random(1,100) > 90>>
<<replace "#result">>
$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, but her heavy belly and creative positions win the day. Against all odds she is named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
<<set $rep += 100>>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">>
<<set $desc = "a best in show ribbon awarded to " + $activeSlave.slaveName + " as a breeder">>
<<set $trinkets.push($desc)>>
<</replace>>
<<else>>
<<replace "#result">>
$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her pregnant body is the most impressive on display, another slave owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
<<set $rep += 100>>
<</replace>>
<</if>>
<</link>>
<br><<link "Spend <<print cashFormat(5000)>> bribing the judges">>
<<replace "#name">>
$activeSlave.slaveName
<</replace>>
<<if random(1,100) > 50>>
<<replace "#result">>
$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
<<set $cash -= 5000>>
<<set $rep += 100>>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">>
<<set $desc = "a best in show ribbon awarded to " + $activeSlave.slaveName + " as a breeder">>
<<set $trinkets.push($desc)>>
<</replace>>
<<else>>
<<replace "#result">>
$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another mother. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
<<set $cash -= 5000>>
<<set $rep += 100>>
<</replace>>
<</if>>
<</link>>
<br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">>
<<replace "#name">>
$activeSlave.slaveName
<</replace>>
<<if random(1,100) > 10>>
<<replace "#result">>
$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow mothers. One is taken ill, another seems drugged, and another went into labor and gave birth, disqualifying her. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
<<set $cash -= 10000>>
<<set $rep += 100>>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">>
<<set $desc = "a best in show ribbon awarded to " + $activeSlave.slaveName + " as a breeder">>
<<set $trinkets.push($desc)>>
<</replace>>
<<else>>
<<replace "#result">>
$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. You are surprised to see that the judging committee has been changed at the last minute. They choose another breeder as best in show. There are persistent @@.red;rumors@@ after the show that there was an absolute massacre of firings at the dairy organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges.
<<set $cash -= 10000>>
<<set $rep -= 100>>
<</replace>>
<</if>>
<</link>>
</span>
<</if>> /* closes validity check */
|
amomynous0/fc
|
src/pregmod/reLegendaryWomb.tw
|
tw
|
bsd-3-clause
| 6,142 |
:: RE preg inventor [nobr]
<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
<<set $activeSlave = $eventSlave>>
<<setLocalPronouns $activeSlave>>
<<run Enunciate($activeSlave)>>
<span id="artFrame">
/* 000-250-006 */
<<if $seeImages == 1>>
<<if $imageChoice == 1>>
<div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div>
<<else>>
<div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div>
<</if>>
<</if>>
/* 000-250-006 */
</span>
<<if $pregInventor == 0>>
<<set $pregInventorID = $activeSlave.ID>>
Your broodmother, <<EventNameLink $activeSlave>>, asks to see you, so you have $him brought to your office. It takes your menial servants several minutes to safely produce $him as $his massive, bloated<<if $seeRace == 1>>, $activeSlave.race<</if>> womb is stretched so thin by its load that the sudden shock to $his body if $he were dropped might cause $him to explode. Both you and your babymaker are used to these circumstances at this point, however, and, as your servants work to lower $him to the soft carpeted floor at the center of your office without undue strain to $his belly, $he shoots you a provocative
<<if $activeSlave.amp == 1>>
grin.
<<else>>
<<if $activeSlave.boobs >= 20000>>
grin and rubs the sides of $his debilitatingly large breasts with anticipation.
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
grin and pushes $his augmented tits together to give you a view of $his impressive cleavage.
<<elseif $activeSlave.boobs >= 3000>>
grin and hefts one of $his massive breasts with both hands, sucking on $his nipple to give you a show while you wait.
<<else>>
grin and tweaks the nipples on $his pert breasts.
<</if>>
<</if>>
<br><br>
Once $he is safely resting on the ground, your slave
<<if $activeSlave.amp < 1>>
pushes up against it, stretching so that $he can look you in the eyes.
<<else>>
blushes and wiggles $his stumps, looking down.
<</if>>
<<if canTalk($activeSlave)>>
"<<Master>>," $he <<say>>s, "I love being your hyper-pregnant brood <<s>>lave. My poor <<if $eventSlave.mpreg == 1>>a<<ss>><</if>>pu<<ss>>y weep<<s>> every time a baby pa<<ss>>e<<s>> through it, and <<s>>o many have pa<<ss>>ed through—and, <<Master>>, it hurt<<s>>, <<s>>ometime<<s>>, but I love the feeling of my body <<s>>tretching fuller and fuller with life every day. There'<<s>> nothing I want more than to be your
<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
<<= lispReplace(SlaveTitle($activeSlave))>>
<<else>>
<<print SlaveTitle($activeSlave)>>
<</if>>
until my body give<<s>> out. <<S>>o, <<Master>>, I really want to give <<s>>omething back to you for making my dream<<s>> come true."
<<else>>
<<if $activeSlave.amp < 1>>
$He signs to you that $he wants to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body.
<<else>>
Your personal assistant speaks, probably in response to a nonverbal cue from your slave. $He explains that your slave wishes to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body.
<</if>>
<</if>>
<br><br>The explanation has been going on for a while now, so you motion for your slave to get to the point.
<<if canTalk($activeSlave)>>
"<<Master>>," $he <<say>>s, "I want the whole world to love hyper-pregnant baby machine<<s>> a<<s>> much a<<s>> I do. I know it'<<s>> <<s>>elfi<<sh>>, but I've been looking into way<<s>> to make <<s>>e<<x>> with broodmother<<s>> even better than it already i<<s>>. It feel<<s>> great to get fucked while I'm <<s>>o packed full and helple<<ss>>, but, if you'll let me try, I've got <<s>>ome idea<<s>> for making it even better for broodmother<<s>>. And, more importantly, <<Master>>, for you and any other potential partner<<s>>, too."
<<else>>
<<if $activeSlave.amp < 1>>
$He explains that $he's been thinking of ways to make sex with overly pregnant slaves more convenient and enjoyable and would like your permission to develop them.
<<else>>
Your assistant explains that the $girl has been thinking of ways to make sex with overly pregnant slaves more convenient and enjoyable and would like your permission to develop them.
<</if>>
<</if>>
<br><br>
You consider $his offer. Will you support $him?
<br><br>
<span id="result">
<<link "No and remind $him of $his place.">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
You calmly explain to your baby filled broodmother that $he is property and expected to fulfill $his duties, not to think. $He is not to pursue this matter further.
<<if $activeSlave.trust < -95>>
You then rape $him, hard, to get your point across, ignoring $his moans of pain and the loud complaints from $his overfilled womb as it barely holds together under your assault. The bitch is delusional, idolizing $himself and $his position like this. $activeSlave.slaveName has been holding onto sanity by a thread with this idea about loving what $he is, but your rejection breaks something fundamental inside of $him. $He's a baby machine. $His body belongs to you. $His brain is just a vestigial accessory to $his womb and pussy. @@.red;$activeSlave.slaveName is broken.@@ $He will never question $his place again.
<<set $activeSlave.fetish = "mindbroken", $activeSlave.sexualQuirk = "none", $activeSlave.sexualFlaw = "none", $activeSlave.behavioralQuirk = "none", $activeSlave.behavioralFlaw = "none">>
<<= VaginalVCheck()>>
<<elseif $activeSlave.trust < -20>>
You then fuck $him, hard, to get your point across, ignoring $his moans of pain and the loud complaints from $his overfilled womb as it barely holds together under your assault. When you finally get bored and
<<if $PC.dick == 1>>
shoot your load into $his
<<if ($activeSlave.vagina == 10)>>
gaping pussy,
<<elseif ($activeSlave.vagina > 3)>>
loose pussy,
<<elseif ($activeSlave.vagina >= 1)>>
vagina,
<<else>>
surprisingly resilient, tight little pussy,
<</if>>
<<set _dump = VaginalVCheck()>>
<<else>>
clench your legs around $his slutty head as $he drives your pussy over the edge with $his tongue,
<<set $activeSlave.oralCount++, $oralTotal++>>
<</if>>
$he cries out in a reciprocating orgasm and then cries out a second time when, massive stomach shuddering,
<<if $activeSlave.broodmother > 1>>
$he begins to give birth to yet another child. You call your menials back to your office and decide to take a walk. By the time you're at the door, the head of $activeSlave.slaveName's next child is already cresting.
<<elseif $activeSlave.broodmother != 1 && $activeSlave.preg > 37>>
$his water breaks. You call your menials back to your office and decide to take a walk. As you pass by $him, it's clear that $he'll have more important things to think about it the coming day.
<<set $activeSlave.labor = 1>>
<<else>>
$his brood shifts precariously. You call your menials back to your office and decide to take a walk. As you pass by $him, it's clear that $he'll be more concerned with staying whole than whatever foolish endeavers $he was planning.
<</if>>
$activeSlave.slaveName is now more @@.gold;fearful@@.
<<set $activeSlave.trust -= 4>>
<<else>>
<<if canTalk($activeSlave)>>
"I'm <<s>>orry, <<Master>>," $he <<say>>s, "I ju<<s>>t thought, well... nevermind."
<<else>>
<<if $activeSlave.amp < 1>>
$He motions in apology, trying to hide $his extreme disappointment.
<<else>>
$He is mute and limbless, so it is nearly impossible for $him to communicate $his feelings without a great deal of forward planning and help from your AI assistant. Despite this, you can tell $he's disappointed.
<</if>>
<</if>>
<br><br>
<<if $activeSlave.origEye == "implant">>
$His pretty $activeSlave.eyeColor bionic eyes flash a shade cooler than normal and you can tell $he's struggling to accept your decision.
<<else>>
You can see tears brimming in $his $activeSlave.eyeColor eyes.
<</if>>
You kiss $him on the head, make sweet love to $him to improve $his mood, then have $him escorted out of your office.
<<= VaginalVCheck()>>
You are certain you made the right choice. If possible, $activeSlave.slaveName is now more @@.hotpink;devoted.@@
<<set $activeSlave.devotion += 5>>
<</if>>
<</replace>>
<</link>>
<br><<link "Yes, and offer to help $him in a... personal capacity">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Being so close to the near-bursting womb of your slave for so long has got your loins stirring, and you hop up onto your desk, bringing your
<<if $PC.dick == 1>>
dick
<<else>>
vagina
<</if>>
level with the broodmother's mouth. You tell $him that you could be convinced to let $him explore $his interests. $He squeals in delight and
<<if $PC.dick == 1>>
wraps $his
<<if ($activeSlave.lips > 95)>>
plush mouth pussy
<<elseif ($activeSlave.lips > 70)>>
thick, dick sucking lips
<<elseif ($activeSlave.lips > 20)>>
lips
<<else>>
thin, almost childlike lips
<</if>>
around your penis.
<<if canTalk($activeSlave)>>
Between $his slurping and sucking, $he manages to get out enough intelligible words to give you a good idea about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
<<else>>
<<if $activeSlave.amp < 1>>
While slurping and sucking, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
<<else>>
$He focuses on slurping and sucking on your knob while your personal assistant explains $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
<</if>>
<</if>>
<<else>>
<<if canTalk($activeSlave)>>
buries $his eager tongue in your quim. Between sucking on your clit and moaning, $he manages to get out enough intelligible words to give you a good idea about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
<<else>>
<<if $activeSlave.amp < 1>>
While burying $his tongue in your quim, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
<<else>>
$He focuses burying $his tongue in your quim while your personal assistant explains $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
<</if>>
<</if>>
<</if>>
<<set $activeSlave.oralCount++, $oralTotal++>>
While you're not interested in giving $him the funds necessary to make some of $his more outlandish ideas a reality, you're certainly excited by $his ideas regarding positions and hyperpregnant vaginal play. You tell $him to go for those and $he trills in delight, vibrating $his tongue
<<if $PC.dick == 1>>
along your dick and sending you over the edge. $He swallows your load, licking $his lips.
<<if canTalk($activeSlave)>>
"Make <<s>>ure to keep feeding me your cum," $he <<say>>s flirtatiously. "I'm eating for a //lot// more than two, after all."
<<else>>
<<if $activeSlave.amp < 1>>
$He signs to you, begging you to keep feeding $him your cum as $he's eating for a lot more than two.
<<else>>
$He then nuzzles your crotch possessively, looking up at your face with devoted eyes.
<</if>>
<</if>>
<<else>>
in your intimate spaces and sending you over the edge. $He removes $himself from your pussy and licks $his lips.
<<if canTalk($activeSlave)>>
"Make <<s>>ure to keep feeding me your pu<<ss>>y jui<<c>>e," $he <<say>>s flirtatiously. "I'm eating for a //lot// more than two, after all."
<<else>>
<<if $activeSlave.amp < 1>>
$He signs to you, begging you to keep feeding $him your pussy juice as $he's eating for a lot more than two.
<<else>>
$He then nuzzles your crotch possessively, looking up at your face with devoted eyes.
<</if>>
<</if>>
<</if>>
<br><br>
You congratulate yourself on having made the right decision as $activeSlave.slaveName @@.hotpink;grows ever closer to you@@, and ever larger in $his middle, over the course of the next week.
<<set $activeSlave.devotion += 5>>
<</replace>>
<</link>>
<br><<link "Yes, and offer to fund $his endeavors for ¤10000">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
You are intrigued by $his offer.
<<if $activeSlave.amp < 1>>
You take $his
<<if $seeRace == 1>>
$activeSlave.race
<</if>>
hands in yours, noting their pleasant softness, and direct $him to explain.
<<else>>
You place a hand on $his exaggerated gut and direct $him to explain.
<</if>>
$He blushes, sexually stimulated by even this minor touch, and
<<if canTalk($activeSlave)>>
describes various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
<<else>>
<<if $activeSlave.amp < 1>>
signs, describing various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
<<else>>
wiggles a stump, prompting your personal assistant to describe various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
<</if>>
<</if>>
Picturing the actions as $he describes them gets
<<if $PC.dick == 1>>
you rock hard in short order
<<else>>
your pussy dripping with need in short order
<</if>>
and, as the description continues, you move around behind your broodmother, pushing $him up onto $his tremendous womb so that you can fuck $him against it. $His belly squashes down slightly under your weight, but less than you'd expect—$he's so packed full of children that $his stomach resists changing shape. $He wiggles $his hips as you
<<if $activeSlave.butt > 11>>
sink face first into $his warm, room filling ass cleavage
<<elseif $activeSlave.butt > 5>>
grab generous handfuls of $his humongous ass
<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
rest the weight of your upper body on $his implant inflated ass cheeks
<<elseif $activeSlave.butt > 2>>
slap $his generous ass
<<else>>
press down on $his petite little ass with your hips
<</if>>
and begin teasing $his pussy with
<<if $PC.dick == 1>>
the tip of your dick.
<<else>>
your fingers.
<</if>>
<br><br>
<<if canTalk($activeSlave)>>
"Ooh, <<Master>>," your slave <<say>>s, "if you keep thi<<s>> up you'll wake the babie<<s>>."
<<else>>
<<if $activeSlave.amp < 1>>
Your slave signs, teasingly implying that you'll wake the babies.
<<else>>
The skin of your slave's monumental belly flushes red and $he wiggles $his stumps in combined embarassment and arousal.
<</if>>
<</if>>
<br><br>
Despite $his complaints, $he doesn't seem to mind once you start really fucking $him senseless.
<<= VaginalVCheck()>>
Once you've finished melting your swollen "little" sex slave into a puddle of sexually satisfied goo,
<<if $PC.dick == 1>>
shooting your load into $his wanting pussy,
<<else>>
collapsing into orgasm on $his bloated body,
<</if>>
you call up your personal assistant, giving her orders to have your menials collect your exhausted breeder and to ensure $he has all the funds necessary to make $his perverted dreams a reality. $activeSlave.slaveName can only @@.hotpink;idolize you.@@
<<set $cash -= 10000>>
<<set $activeSlave.devotion += 15>>
<<set $pregInventor = 1>>
<</replace>>
<</link>>
</span>
<<elseif $pregInventor == 1>>
Your broodmother, <<EventNameLink $activeSlave>>, has been using the resources you gave $him to expand the possibilities for sex with hyperpregnant slaves. $He has been working hard and is finally ready to show off $his results. Your assistant gives you a list of the slave's innovations and you decide to give one a try:
<br><br>
<span id="result">
<<link "Have $him show off $his developments in the sport of advanced maternity swing gymnastics.">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
$He is brought into your office alongside $his invention: a customized maternity swing. It is a true marvel of Free Cities engineering, resembling something designed for use with large marine mammals rather than a sex aid for a pregnant woman. It has been specially rigged to support both its user and their sexual partner, and to suspend them in the air, enabling them to explore sex positions that would otherwise be rendered impossible by a hyperpregnant slave's mass and size. Just watching the effort your menials expend squeezing the <<print SlaveTitle($activeSlave)>> into a device that would dwarf a normal person is enough to get you excited, and you're fully ready to enjoy some personal time with $him by the time they've hooked you both into the device. The maternity swing is controlled via a vocal command system and, as your menials retreat to give you time alone, you instruct it to lift both you and $him into the air.
<br><br>
The reinforced silk supports strain slightly under the weight of your slave's belly, but they make no noise, and you soon find yourself suspended in midair with $his
<<if $activeSlave.vagina == 10>>
huge, weeping pussy lips
<<elseif $activeSlave.vagina >= 6>>
loose pussy
<<elseif $activeSlave.vagina >= 3>>
pussy
<<else>>
tight little pussy
<</if>>
at perfect eye level. You go down on $him to get $him primed and enjoy the feeling of
<<if $activeSlave.amp < 1>>
$his legs wrapping around your head
<<else>>
$his stumps squeezing the sides of your head
<</if>>
as you bring $him to climax.
<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
<br><br>
With gentle coaching from your slave, you rotate the two of you in the air so that $he can ride you reverse cowgirl. <<= VaginalVCheck(2)>> You then switch $him around, allowing $his belly to eclipse your vision entirely as $he rides you in traditional cowgirl. The contents of $his womb have exploded its weight to the point that this position would have previously been hazardous to both your health and $hers, if not completely impossible, and the illusion of having sex while perpetually on the knife's edge of being flattened by literal tons of baby packed slave flesh sends you over the edge. You
<<if $PC.dick == 1>>
ejaculate into $him, your cum dripping out of $his vagina, splattering on the ground below.
<<else>>
orgasm as you transition into scissoring with your tightly packed broodmare, keeping the fantasy of being crushed by $his body foremost in your mind.
<</if>>
<br><br>
You explore many other sexual positions before commanding the maternity swing to take you back to earth. You extricate yourself from the device, but leave $him inside of it. $He does a little twirl in the device, showing off the shape of $his hyper-inflated body, the tips of $his toes barely touching the ground.
<br><br>
<<if canTalk($activeSlave)>>
"<<S>>o what did you think, <<Master>>?" $he asks. $He purses $his lips, waiting for your response.
<<else>>
$He motions to you, making it clear $he's waiting for your judgment.
<</if>>
<<set $activeSlave.devotion += 5>>
<br><br><span id="result2">
<<link "Insult $him and halt all further training.">>
<<replace "#result2">>
As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of.
<<if $activeSlave.trust < -95>>
The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
<<set $activeSlave.fetish = "mindbroken">>
<<elseif $activeSlave.trust < -20>>
The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. $He apologizes for wasting your time and, cognizant of the power you hold over $him, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though $he never bothers you with $his "ideas" again, you can tell @@.mediumorchid;$he no longer regards you as highly.@@
<<set $activeSlave.trust -= 4>>
<<set $activeSlave.devotion -= 10>>
<<else>>
The look of pride and accomplishment on $his face transforms into a look of disappointment. @@.gold;$activeSlave.slaveName finds you less trust worthy@@ as a result of your unkindness, but $he soon gets over $his disappointment and begins thinking of ways to truly impress you.
<<set $activeSlave.trust -= 4>>
<</if>>
<</replace>>
<</link>>
<br><<link "Compliment $him but keep $his discoveries to yourself.">>
<<replace "#result2">>
You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@
<<set $pregInventions = 1>>
<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>
<</replace>>
<</link>>
<<if $FCTVreceiver == 1>>
<br><<link "Organize a televised demonstration of $his skills.">>
<<replace "#result2">>
You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
<<set $cash -= 10000>>
<<set $pregInventor = 2>>
<<set $pregInventions = 1>>
<<set $activeSlave.trust += 4, $activeSlave.devotion += 10>>
<</replace>>
<</link>> // This will cost <<= cashFormat(10000)>>//
<</if>>
</span>
<</replace>>
<</link>>
<br><<link "Have $him give you a trained assisted strip show.">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
The first thing that you notice when your slave walks through the door is the way $he struts in with apparent ease. It's been quite a while since you've seen $him walk with any sort of elegance, but $he does so now. $He spins around, giving you a look at $his
<<if $activeSlave.butt > 11>>
debilitating, insanely enormous ass
<<elseif $activeSlave.butt > 5>>
huge ass
<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
implant swollen ass cheeks
<<elseif $activeSlave.butt > 2>>
plump ass
<<else>>
slender ass
<</if>>
and then shakes $his booty, glancing over $his shoulder to see how you react. You motion for $him to continue and $he turns around and approaches you, stopping only when $his massive belly is looming in front of you, almost touching you. You look over the apex of $his stomach to consider the "invention" she's developed to enable $his miraculous mobility.
<br><br>
A significant number of menial slaves have been repurposed and specially trained to aid your hyperbroodmother and $his incredible belly. These menials,
<<if $arcologies[0].FSPaternalist > 60>>
outfitted with expensive safety gear to protect them during their potentially dangerous endeavors,
<<elseif $arcologies[0].FSRepopulationFocus > 60>>
themselves pregnant, though not nearly as large,
<<elseif $arcologies[0].FSRestart > 60>>
low-quality stock unfit to serve as breeders,
<<elseif $arcologies[0].FSPastoralist > 60>>
their huge, milky tits squashed up against your slave's body, leaking milk,
<<elseif $arcologies[0].FSAssetExpansionist > 60>>
their huge tits and asses serving as exotic cushions for the tender flesh of your massively bloated hyperbroodmother,
<<elseif $arcologies[0].FSTransformationFetishist > 60>>
their huge implanted tits and asses clearly designed to maximize their potential as cushions for your massively bloated hyperbroodmother,
<<elseif $arcologies[0].FSPhysicalIdealist > 60>>
their impressive muscles rippling as they exert themselves,
<<elseif $arcologies[0].FSHedonisticDecadence > 60>>
surprisingly strong, given how plush they are, and well suited for their job,
<<elseif $arcologies[0].FSChattelReligionist > 60>>
dressed in skimpy monks habits and eyes flashing with exalted fervor as they go about their duties,
<<elseif $arcologies[0].FSYouthPreferentialist > 60>>
just barely the legal age for consent in your arcology and clearly eager to prove themselves,
<<elseif $arcologies[0].FSMaturityPreferentialist > 60>>
plush MILFs who support your hyperbroodmother's insane pregnancy with a hint of maternal affection,
<<elseif $arcologies[0].FSSlimnessEnthusiast > 60>>
lithe and possessed of wiry strength,
<<elseif $arcologies[0].FSRomanRevivalist > 60>>
dressed in a skimpy reproduction of roman legionary garb,
<<elseif $arcologies[0].FSAztecRevivalist > 60>>
clad only in exotic feathers,
<<elseif $arcologies[0].FSEgyptianRevivalist > 60>>
dressed in ankle length tarkhans made of brass and turquoise colored beads,
<<elseif $arcologies[0].FSEdoRevivalist > 60>>
dressed in skimpy noh theatre costumes,
<<elseif $arcologies[0].FSArabianRevivalist > 60>>
their sinful figures made modest by roomy abayas,
<<elseif $arcologies[0].FSChineseRevivalist > 60>>
clad in traditional silk chang'ao and lotus shoes,
<<else>>
their clothing specifically chosen to supplement and flatter your hyperbroodmother's own outfit,
<</if>>
act to support $his movements as $he teases you, seemingly heedless of their own safety. Their ego has been subsumed in pursuit of their duties and, as they fall into place to hold up $his gargantuan belly with each of $his slightest, most thoughtless movements, they give you the impression of being more extensions of $his will than independent beings. Your hyperbroodmother leans forward, just the slightest bit, as you consider $his assistants, and presses $his unfathomable stomach into your crotch. As $he does so, two of $his assistants slide under $his belly with practiced ease, cushioning it with their bodies to prevent it from touching the cold ground. No sound passes their lips as the gargantuan organ crushes down on them, but you can hear their bones creak.
<br><br>
<<if canTalk($activeSlave)>>
"Oooh, <<s>>omeone like<<s>> what they <<s>>ee," $he <<say>>s.
<<else>>
$He can't speak, but $he does grin and roll $his belly up and down your lap for a moment, $his servants lifting and supporting $him from the periphery such that $he seems to be in casual control of $his immobilizing bulk.
<</if>>
<br><br>
It is only then that you realize that
<<if $PC.dick == 1>>
your dick is as hard as a length of steel.
<<else>>
your kitty is positively drowning in fem-cum.
<</if>>
You move to touch $his belly, but $he steps backward, leaving it just out of reach.
<br><br>
<<if canTalk($activeSlave)>>
"If you'll permit, <<Master>>," $he <<say>>s teasingly, "I'd like to <<sh>>ow off my 'invention' ju<<s>>t a little longer."
<<else>>
$He smirks and
<<if $activeSlave.amp < 1>>
motions to you that $he'd like to tease you just a little longer.
<<else>>
one of $his servants, seeming to read their mistress's mind, motions to you that your slave has something big to show off still.
<</if>>
<</if>>
<br><br>
You motion for $him to continue.
<<if $activeSlave.amp < 1>>
$He lifts $his arms over $his head and begins to spin again, giving you a glorious view of $his
<<else>>
$His servants spin $him again, giving you a glorious view of $his
<</if>>
<<if ($activeSlave.boobs >= 20000)>>
eye wateringly massive tits
<<elseif ($activeSlave.boobs >= 3000)>>
huge tits
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
luscious, augmented tits
<<else>>
petite breasts
<</if>>
and
<<if $activeSlave.butt > 11>>
couch smothering ass cheeks.
<<elseif $activeSlave.butt > 5>>
enormous ass.
<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
implant-filled ass.
<<elseif $activeSlave.butt > 2>>
delicious looking ass.
<<else>>
small ass.
<</if>>
As $he spins, $his servants support $his motions, using their own bodies to cushion and propel $him in the direction $he wants. They move in a limp manner that seems to blend into $his body, keeping the focus of your attention on your slave's form rather than theirs. One enters your office with a portable stripper stage, complete with pole, and your slave makes $his way over to it.
<<if canTalk($activeSlave)>>
"There were <<s>>ome... <<s>>acrifi<<c>>e<<s>>," $he <<say>>s, "to get where we are today."
<<if $activeSlave.amp < 1>>
$He raises $his arms as $his myriad servants plaster themselves to $his monolithic body, raising $his considerable bulk to a sufficient height to allow $him to take hold of the pole.
<<else>>
$He raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole.
<</if>>
<<else>>
<<if $activeSlave.amp < 1>>
$He motions to you that there were some sacrifices, raising $his arms as $his myriad servants plaster themselves under $his monolithic belly, raising $his considerable bulk to sufficient height to allow $him to take hold of the pole.
<<else>>
The servant serving as the "mouth" for your mute, limbless hyperpregnant slave motions to you that there were some sacrifices. Your slave raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole.
<</if>>
<</if>>
<br><br>
<<if canTalk($activeSlave)>>
"I think you'll find, though..." $he <<say>>s.
<<elseif $activeSlave.amp < 1>>
$He motions that "$he believes you'll find," then falls into a coy silence.
<<else>>
$His mouthpiece motions that your slave "believes you'll find," then falls into a coy silence.
<</if>>
<br><br>
$He's spinning around the pole now, reminding you of $his earlier motions. $He seems weightless, $his massive bulk perfectly supported regardless of the personal cost to those supporting $him. Your gaze turns to several motionless servants who have been knocked unconscious by $his careening bulk. They're piled up against a side wall, but inconspicuous. You can't recall when they collapsed, or when they were dragged away. The passiveness with which your slave's glorified human clothing moves makes even the collapsed menials seem natural and perfectly reasonable--just something that happens when your hyperbroodmother exercises $his body, sometimes. Not an abuse of another person. More like flexing a limb.
<br><br>
$His servants surge upward, piling on top of eachother and rotating $him. $He flips upside down and, for a moment, you worry that $he might fall with disastrous consequences. The mass of human bodies working in tandem to protect and enable $him executes its motions in perfect synchrony, however, and you are treated to the sight of an impossibly pregnant slave spinning upside down, hooking one
<<if $activeSlave.amp < 1>>
leg
<<else>>
"leg"
<</if>>
around a stripper pole, and performing a slow, effortless body inversion, $his massive upside down belly rotating just a split second slower than the rest of $him. $He rotates some more and then flips back into a normal standing position, leaning over $his stomach and once again slightly crushing $his now visibly exhausted servants as $he performs a mock bow.
<br><br>
<<if canTalk($activeSlave)>>
"That it wa<<s>> worth it!" $he <<say>>s, finishing $his earlier statement. "So, what do you think?" $he asks. $He seems not even slightly out of breath.
<<elseif $activeSlave.amp < 1>>
$He motions to you, communicating the last part of $his earlier message: "that it was worth it!" $He then indicates that $he is waiting for your opinion. You note that $he hasn't even broken a sweat.
<<else>>
$His mouthpiece motions to you, communicating the last part of the message your slave started earlier: "that it was worth it!" The menial then indicates that your slave is waiting for your opinion of $his work. You note that your hyperbroodmother hasn't even broken a sweat.
<</if>>
<br><br><span id="result2">
<<link "Insult $him and halt all further training.">>
<<replace "#result2">>
As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of.
<<if $activeSlave.trust < -95>>
The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
<<set $activeSlave.fetish = "mindbroken">>
<<elseif $activeSlave.trust < -20>>
The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. $He apologizes for wasting your time and, cognizant of the power you hold over $him, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though $he never bothers you with $his "ideas" again, you can tell @@.mediumorchid;$he no longer regards you as highly.@@
<<set $activeSlave.trust -= 4, $activeSlave.devotion -= 10>>
<<else>>
The look of pride and accomplishment on $his face transforms into a look of disappointment. @@.gold;$activeSlave.slaveName finds you less trust worthy@@ as a result of your unkindness, but $he soon gets over $his disappointment and begins thinking of ways to truly impress you.
<<set $activeSlave.trust -= 4>>
<</if>>
<</replace>>
<</link>>
<br><<link "Compliment $him but keep $his discoveries to yourself.">>
<<replace "#result2">>
You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@
<<set $pregInventions = 1>>
<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>
<</replace>>
<</link>>
<<if $FCTVreceiver == 1>>
<br><<link "Organize a televised demonstration of $his skills.">>
<<replace "#result2">>
You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
<<set $cash -= 10000>>
<<set $pregInventor = 2>>
<<set $pregInventions = 1>>
<<set $activeSlave.trust += 4, $activeSlave.devotion += 10>>
<</replace>>
<</link>> // This will cost <<= cashFormat(10000)>>//
<</if>>
</span>
<</replace>>
<</link>>
<<if $spa != 0>>
<br><<link "Enjoy a game of 'jelly' wrestling in your new curative gelatin pool.">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Your slave asks you to meet $him in your spa. Upon entering, you take a moment to enjoy the
<<if $spaDecoration == "Paternalist">>
sight of the opulently appointed pools and the intellectually stimulating shows streaming from the many screens set on the walls of the room.
<<elseif $spaDecoration == "Repopulation Focus">>
sight of all of the maternity aid devices scattered throughout the room. Whatever the nature of $his invention, your slave's toy is guaranteed to fit in well in these particular baths.
<<elseif $spaDecoration == "Eugenics">>
sight of the dualistic, caste based facilities.
<<elseif $spaDecoration == "Pastoralist">>
faint smell of milk that wafts through the room with the steam and the sight of the many aid devices that your hypermassive slaves absolutely require to make use of the facilities.
<<elseif $spaDecoration == "Asset Expansionist">>
sight of the aid equipment that your hypermassive slaves absolutely require to make use of the facilities.
<<elseif $spaDecoration == "Transformation Fetishist">>
sight of the various surgical recovery devices scattered throughout the room.
<<elseif $spaDecoration == "Physical Idealist">>
sight of the various light impact workout machines scattered throughout the room.
<<elseif $spaDecoration == "Hedonistic">>
smell of the lavishly appointed cornucopias of food scattered around the facility's many opulent pools.
<<elseif $spaDecoration == "Chattel Religionist">>
sight of the ritual pools and the various icons of the faith scattered throughout the room.
<<elseif $spaDecoration == "Youth Preferentialist">>
carnival atmosphere created by the waterpark theming of the facilities.
<<elseif $spaDecoration == "Gender Radicalist">>
sight of the extreme penetration based pornography feeds streaming from the many screens set on the walls of the room.
<<elseif $spaDecoration == "Gedner Fundamentalist">>
sight of the traditionalist pornographic feeds streaming from the many screens set on the walls of the room.
<<elseif $spaDecoration == "Maturity Preferentialist">>
sight of the many businesslike, beautifying devices and service stations scattered throughout the room.
<<elseif $spaDecoration == "Slimness Enthusiast">>
comfortable atmosphere of the facilities.
<<elseif $spaDecoration == "Degradationist">>
sight of the all-seeing cameras scattered throughout the room. You give a nod to one of the obvious ones, knowing there's an audience watching.
<<elseif $spaDecoration == "Roman Revivalist">>
sight of the sexual mosaics at the bottom of its spacious baths.
<<elseif $spaDecoration == "Aztec Revivalist">>
sight of its golden idols and exotic animal trophies as well as the warm smell of tropical herbs.
<<elseif $spaDecoration == "Egyptian Revivalist">>
heavy perfumed air pervading the room and the sight of its warm, reed lined pools.
<<elseif $spaDecoration == "Edo Revivalist">>
steam rising up off of the stone-lined onsen pools.
<<elseif $spaDecoration == "Arabian Revivalist">>
vibrant tilework and the smell of the heavy perfume in the steamy air.
<<elseif $spaDecoration == "Chinese Revivalist">>
stultifying, gloomy atmosphere pervading the room.
<<elseif $spaDecoration == "Body Purist">>
comfortable atmosphere of the facilities.
<<else>>
sight of its spacious baths and pleasant atmosphere.
<</if>>
Your eyes then fall on what must be $his invention: a new pool, set in a corner. It's not olympic size, but it is quite large compared to most of your other pools--a large oval--and it is completely filled with a clear, gooey substance. Lounging in it, facing you and with $his massive belly poking out just far enough for you to enjoy the sight of $his bulging "outie" belly button, is your slave, wearing an attractive bikini that seems to be soaked through with whatever goo is filling the pool. $He
<<if $activeSlave.amp < 1>>
waves at you and then gently rolls forward onto $his astounding pregnancy,
<<else>>
waves a stub at you and then pokes it at a holographic remote array hovering nearby. A mobility assistance device in the pool rolls $him forward onto $his astounding pregnancy,
<</if>>
<<if ($activeSlave.boobs >= 20000)>>
causing $his insanely enormous tits to flop onto the tile at the pool's edge with a loud "thwack."
<<elseif ($activeSlave.boobs >= 3000)>>
resting $his enormous breasts on the pool's edge, causing them to push up into $his chin as $he looks up at you.
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
resting $his huge, implant-distended tits on the pool's edge, causing them to push up into $his chin as $he looks up at you.
<<else>>
giving you a nice view of $his cute tits.
<</if>>
<br><br>
<<if canTalk($activeSlave)>>
"Hi, <<Master>>," $he <<say>>s. "//Oooooh...// you have no idea how good this feel<<s>>. My aching belly is warmed all through--well? Why don't you come in and I'll explain things."
<<elseif $activeSlave.amp < 1>>
$He motions to you in more formal greetings and then lets out an involuntary moan of pleasure, rubbing at the sides of $his tremendous belly. $He beckons you to enter the pool.
<<else>>
$He is limbless as well as mute, so $he can't greet you more formally, but $his pleasurable, incomprehensible moaning and the way $he presses $his stumps into $his monstrously inflated, baby packed belly makes it clear to you that $he's happy to see you. You decide to get into the pool to try out your slave's invention for yourself.
<</if>>
<br><br>
You strip and put on one of the swimming outfits that are stored in the baths for your personal use, then slide yourself into the pool, squeezing in between its wall and your hyperswollen broodmother. The gel has a medicinal scent masked by lavender and is the perfect warmth to ease your muscles as you slide into it. Your skin tingles at its touch.
<br><br>
<<if canTalk($activeSlave)>>
"It'<<s>> curative jelly," your slave explains. "I'm <<s>>o big, now, it take<<s>> mo<<s>>t of the day to moi<<s>>turize my poor belly, even with help. With thi<<s>> jelly pool, it only takes a few minute<<s>>. I'm <<s>>ure thi<<s>> pool can help all <<s>>ort<<s>> of <<s>>lave<<s>> with big a<<ss>>et<<s>> <<s>>o that they can keep them<<s>>elve<<s>> looking pretty for their <<if $PC.title == 1>>ma<<s>>ter<<s>><<else>>mi<<s>>tre<<ss>>e<<s>><</if>>."
<<else>>
<<if $activeSlave.amp == 0>>
$He motions to you, explaining in sign that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually.
<<else>>
Your personal assistant chimes in to explain that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually.
<</if>>
<</if>>
<br><br>
<<if $activeSlave.amp < 1>>
$He presses a few buttons on a holographic remote array
<<else>>
$He nods a signal
<</if>>
and a series of silk-lined spherical rollers at the base of the pool come to life, humming as they spin $his laden body around. $He pushes into your chest, rotating forward so that $his
<<if ($activeSlave.boobs >= 20000)>>
colossal breasts spread out around you, completely surrounding your head. With some effort, you part $his heavy cleavage enough to be able to continue listening to $him without being smothered.
<<elseif ($activeSlave.boobs >= 3000)>>
massive chest fills the space between you, blocking your view of $his face. You spread $his cleavage enough to be able to continue listening to $him.
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
fat, implanted tits fill the space between you, blocking your view of $his face. With some effort, you spread $his tightly packed, spherical cleavage enough to be able to continue listening to $him.
<<else>>
spherical belly pushes into your crotch.
<</if>>
<<if $activeSlave.amp < 1>>
$He then reaches out and, after you nod that $he can continue, $he caresses your face.
<<else>>
$He then reaches out to caress your face, but blushes and stops the motion as $he remembers that $he is physically unequipped to do so.
<</if>>
$His weight falls onto you and pushes you into the cushioned wall of the pool. The wall gives beneath your combined bulk, swelling down and outward to accommodate and support you.
<br><br>
<<if canTalk($activeSlave)>>
"Do you like it, <<Master>>?" $he asks. "It'<<s>> built to grow and change a<<s>> your <<s>>lave<<s>> do. It <<sh>>ould be the perfect <<s>>ize to <<s>>upport them, no matter what that <<s>>ize might be. And if we ever get too big for even that, well..." $he smiles and you realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel,
<<if $PC.dick == 1>>
you're hard as a rock and
<<else>>
your pussy is absolutely weeping and you are
<</if>>
as refreshed and eager to fuck as you've been in quite some time. "We can alway<<s>> just make it... bigger."
<<else>>
<<if $activeSlave.amp < 1>>
$He motions to you, explaining that the pool is designed to grow to accommodate and support its users, then smiles. You realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel,
<<if $PC.dick == 1>>
you're hard as a rock and
<<else>>
your pussy is absolutely weeping and you are
<</if>>
as refreshed and eager to fuck as you've been in quite a while.
<<else>>
Your personal assistant explains that the pool has been designed to grow to accommodate and support its users. You're only half-listening to what she is saying, however, as you have suddenly realized that, between the feeling of your slave's heavy, slick mass pressing into you and the rejuvenating effect of the gel,
<<if $PC.dick == 1>>
you're hard as a rock and
<<else>>
your pussy is absolutely weeping and you are
<</if>>
as refreshed and eager to fuck as you've been in quite a while.
<</if>>
<</if>>
<br><br>
Your arousal gives you an idea, and you push back on your hyperbroodmother's colossal belly. $He steps away from you until $he is in the center of the pool, a look of confusion on $his face. You take control of the remote and then manipulate the reticulating frame supporting the pool such that it lifts the floor, slowly rendering both you and your colossal-bellied breeder knee deep in the warm gel. You hunker down into an aggressive, combative stance and
<<if $activeSlave.origEye == "implant">>
$his synthetic eyes flash white for a moment as a look of understanding dawns on $his face.
<<else>>
a look of understanding lights up in $his eyes.
<</if>>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.amp == 0>>
$He waves $his arms in mock dismay<<if $activeSlave.combatSkill > 0>> and lowers $his guard<</if>> as you prepare to wrestle $him in the pool of goop.
<<else>>
$He waves $his stubs in mock dismay as you prepare to wrestle $him in the pool of goop.
<</if>>
<<else>>
"Oh no," $he <<say>>s in mock dismay<<if $activeSlave.combatSkill > 0>>, lowering $his guard<</if>>. "My <<Master>> i<<s>> going to wre<<s>>tle me into <<s>>ubmi<<ss>>ion in thi<<s>> hot, heavy goo pool. Whatever will I do?"
<</if>>
You circle around $him, slowly approaching $him, and $he uses the pool's mobility assistance tools to rotate $his body so that $he can just barely keep you in $his gaze, drizzling gel over $his belly as $he keeps it between you and $him to use as a protective barrier. When you're close enough to touch the apex of $his fecund body, you leap forward through the gel, diving to one side and disappearing under it. Your momentum carries you a reasonable distance despite the resistance of the thick substance and you pop back up directly behind $him. You grab $him under $his armpits, pressing your
<<if $PC.dick == 1>>
rigid dick against $his
<<else>>
engorged pussy lips against $his
<</if>>
<<if $activeSlave.butt > 7>>
enormous, gel-slicked ass,
<<elseif $activeSlave.butt > 4>>
plush, gel-slicked ass,
<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
implant-filled, gel-slicked ass,
<<elseif $activeSlave.butt > 2>>
perfect, gel-slicked ass,
<<else>>
small, gel-slicked ass,
<</if>>
and throw your weight backward to bring you both to the ground. $He's far too enormous to make this achievement doable with anything less than superhuman strength, but the mobility assistance devices engage as you move, and the two of you slowly collapse into the warm jelly.
<<= VaginalVCheck()>>
After you've fucked $him near senseless, enjoying $his struggles to keep abreast of the smothering gel as you abuse $his pussy, you both retire to the side of the pool and $he presses into you, nuzzling your neck and
<<if canTalk($activeSlave)>>
asking you what you think of $his invention.
<<else>>
<<if $activeSlave.amp == 0>>
motioning to you, asking you what you think of $his invention.
<<else>>
waving a stub in the air. As if on cue, your personal servant asks you what you think of your broodmother's invention.
<</if>>
<</if>>
<br><br><span id="result2">
<<link "Insult $him and halt all further training.">>
<<replace "#result2">>
As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of.
<<if $activeSlave.trust < -95>>
The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
<<set $activeSlave.fetish = "mindbroken">>
<<elseif $activeSlave.trust < -20>>
The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. $He apologizes for wasting your time and, cognizant of the power you hold over $him, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though $he never bothers you with $his "ideas" again, you can tell @@.mediumorchid;$he no longer regards you as highly.@@
<<set $activeSlave.trust -= 4, $activeSlave.devotion -= 10>>
<<else>>
The look of pride and accomplishment on $his face transforms into a look of disappointment. @@.gold;$activeSlave.slaveName finds you less trust worthy@@ as a result of your unkindness, but $he soon gets over $his disappointment and begins thinking of ways to truly impress you.
<<set $activeSlave.trust -= 4>>
<</if>>
<</replace>>
<</link>>
<br><<link "Compliment $him but keep $his discoveries to yourself.">>
<<replace "#result2">>
You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@
<<set $pregInventions = 1>>
<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>
<</replace>>
<</link>>
<<if $FCTVreceiver == 1>>
<br><<link "Organize a televised demonstration of $his skills.">>
<<replace "#result2">>
You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
<<set $cash -= 10000>>
<<set $pregInventor = 2>>
<<set $pregInventions = 1>>
<<set $activeSlave.trust += 4, $activeSlave.devotion += 10>>
<</replace>>
<</link>> // This will cost <<= cashFormat(10000)>>//
<</if>>
</span>
<</replace>>
<</link>>
<</if>>
</span>
<<elseif $pregInventor == 2>>
<<set _arcCount = $arcologies.length>>
<<set $pregInventor = 3>>
The time has finally come for your slave, <<EventNameLink $activeSlave>>, to appear on the slave-breeding based talkshow, "Husbandry with Millie."
<<if $activeSlave.pornPrestige > 2 || $activeSlave.prestige > 2>>
While $he is already world-renowned, you might still improve $his chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
<<elseif $activeSlave.pornPrestige > 1 || $activeSlave.prestige > 2>>
While $he is already quite famous, you could still improve $his chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
<<else>>
While $he has
<<if $activeSlave.pornPrestige > 1>>
managed to earn a reasonable following in slave pornography,
<<else>>
a bit of a reputation already,
<</if>>
you could significantly improve $his chances to impress on the show with a little bit of extra investment in commercial spots<<if $PC.hacking == 100>> or a tweaking of FCTV algorithms<</if>>.
<</if>>
<br><br>
<span id="result">
<<if $PC.hacking == 100>>
<<link "Manipulate the FCTV algorithms">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
You <<if $PC.hacking < 70>>bribe an employee to <</if>>tweak the randomized search algorithms for FCTV. While your hyperbroodmother is being interviewed concerning $his inventions, users browsing FCTV using the randomize channel function will be much more likely to be directed to the show. By the day of the interview, you're confident that many users will be watching as your slave sells your vision for the world's future.
<br><br>
That done, you settle in to watch.
<br><br>
<<include "RE Preg Inventor Text">>
<br><br>
You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion.
<<if $activeSlave.prestige <= 2>>
<<set $activeSlave.prestige = 2>>
<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 2000>>
<<set $pregInventions = 2>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 10>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 20>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<</replace>>
<</link>>
<</if>>
<br><<link "Fund Additional Ads [Requires 10k funds]">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
You fund an aggressive ad campaign featuring your slave in provocative positions and selling a "life changing interview" on "Husbandry With Millie." By the day of her interview, user boards all through the global web are discussing your slave and what she might be about to reveal. Even social demographics not typically inclined toward the idea of breeding slaves seem to be intrigued, and you're confident that many users will be watching as your slave sells your vision for the world's future.
<br><br>
That done, you settle in to watch the interview.
<br><br>
<<include "RE Preg Inventor Text">>
<br><br>
You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion.
<<if $activeSlave.prestige < 2>>
<<set $activeSlave.prestige = 2>>
<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 2000>>
<<set $pregInventions = 2>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 10>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 20>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<</replace>>
<</link>>
<br><<link "Trust In Your Slave">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
It's a gamble, but you decide to trust in the charisma of your slave and the fame she has already accrued to sell your vision for the world's future during the interview.
<<if ($activeSlave.pornPrestige > 2)>>
She's enormously popular, so your gambit has a good chance of success.
<<elseif ($activeSlave.pornPrestige > 1)>>
She's quite popular, so your gambit has a reasonable chance of success.
<<else>>
She's only really well known in local pornography, but you still decide to bet on her ability to sway the masses.
<</if>>
Regardless, there's only so much your direct involvement could do to help her as she sells your vision for the world's future, and the natural cleverness she's already demonstrated might well allow her to achieve results on her own that would be impossible otherwise.
<br><br>
When the day arrives, you settle in to watch the interview.
<br><br>
<<include "RE Preg Inventor Text">>
<br><br>
<<if $activeSlave.pornPrestige >= 3 && random(1,100) > 50>>
You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had @@.green;world changing@@ consequences.
<<if $activeSlave.prestige < 3>>
<<set $activeSlave.prestige = 3>>
<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 5000>>
<<set $pregInventions = 3>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 30>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 60>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 30>>
You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion.
<<if $activeSlave.prestige < 2>>
<<set $activeSlave.prestige = 2>>
<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 2000>>
<<set $pregInventions = 2>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 10>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 20>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 15>>
You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level.
<<if $activeSlave.prestige < 1>>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 500>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 5>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 10>>
<</if>>
<</for>>
<<elseif $activeSlave.pornPrestige >= 3>>
You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that @@.green;what little impact@@ she has had is on a local scale only.
<<set $rep += 100>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 5>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 10>>
<</if>>
<</for>>
<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 75>>
You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had @@.green;world changing@@ consequences.
<<if $activeSlave.prestige < 3>>
<<set $activeSlave.prestige = 3>>
<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 5000>>
<<set $pregInventions = 3>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 30>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 60>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 50>>
You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion.
<<if $activeSlave.prestige < 2>>
<<set $activeSlave.prestige = 2>>
<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 2000>>
<<set $pregInventions = 2>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 10>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 20>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 30>>
You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level.
<<if $activeSlave.prestige < 1>>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 500>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 5>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 10>>
<</if>>
<</for>>
<<elseif $activeSlave.pornPrestige >= 2>>
You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that @@.green;what little impact@@ she has had is on a local scale only.
<<set $rep += 100>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 5>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 10>>
<</if>>
<</for>>
<<elseif random(1,100) > 90>>
You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had @@.green;world changing@@ consequences.
<<if $activeSlave.prestige < 3>>
<<set $activeSlave.prestige = 3>>
<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 5000>>
<<set $pregInventions = 3>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 30>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 60>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<<elseif random(1,100) > 70>>
You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion.
<<if $activeSlave.prestige < 2>>
<<set $activeSlave.prestige = 2>>
<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 2000>>
<<set $pregInventions = 2>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 10>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 20>>
<</if>>
<</for>>
<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
<<set $trinkets.push(_pregmag)>>
<<elseif random(1,100) > 50>>
You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level.
<<if $activeSlave.prestige < 1>>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
<</if>>
<<set $rep += 500>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 5>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 10>>
<</if>>
<</for>>
<<else>>
You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that @@.green;what little impact@@ she has had is on a local scale only.
<<set $rep += 100>>
<<for _i = 1; _i < _l; _i++>>
<<if $arcologies[_i].FSRepopulationFocus != "unset">>
<<set $arcologies[_i].FSRepopulationFocus += 5>>
<<elseif $arcologies[_i].FSRestart != "unset">>
<<set $arcologies[_i].FSRestart -= 10>>
<</if>>
<</for>>
<</if>>
<</replace>>
<</link>>
</span>
<</if>>
|
amomynous0/fc
|
src/pregmod/rePregInventor.tw
|
tw
|
bsd-3-clause
| 70,693 |
:: RE Preg Inventor Text [nobr]
The interview starts about halfway into a special episode of "Husbandry With Millie." The show's host is introducing a who's who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview.
<br><br>
"Everybody, give one last round of applause for renowned breakout porn star 'Twinner Jennie!'" she says. "Who'd have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on 'Husbandry With Millie' is a clever 'broodmother' class breeding slave and mother of <<= commaNum($activeSlave.birthsTotal)>> children from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<= SlaveFullName($activeSlave)>>!"
<br><br>
The first thing that the audience sees of your slave is a colossal $activeSlave.skin orb pressing forward through an inadequate looking faux doorway at the rear of the set. "Husbandry With Millie" is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, $his grossly distorted belly seeming to go on forever as it precedes $him. $He is always growing, and you are constantly increasing the size of $his menial entourage to ensure $his unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before $his
<<if ($activeSlave.boobs >= 20000)>>
debilitatingly enormous, mind boggling breasts
<<elseif ($activeSlave.boobs >= 3000)>>
enormous breasts
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
implant inflated tits
<<else>>
upper body
<</if>>
and
<<if $activeSlave.face > 80>>
gorgeous face
<<elseif $activeSlave.face > 40>>
cute face
<<elseif $activeSlave.face > 1>>
unassuming face
<<else>>
homely face
<</if>>
come into view.
<br><br>
Your slave smiles,
<<if $activeSlave.amp < 1>>
rubbing the side of $his belly with one hand while waving at the audience with the other.
<<else>>
pushing one arm stump into the side of $his belly while waving the other at the studio audience.
<</if>>
After $he has entered and taken $his place next to the interview couch--rolling forward to lay on $his belly so that $he can speak at eye level with $his interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that $he has developed.
<br><br>
"Wow!" Millie says, "You're just about ready to pop, aren't you?"
<br><br>
<<if canTalk($activeSlave)>>
"Mmm," your slave <<say>>s,
<<else>>
Your slave nods,
<</if>>
<<if $activeSlave.amp < 1>>
crossing $his legs over the rearmost swell of $his belly,
<<else>>
bobbling $his leg stumps against the rearmost swell of $his belly,
<</if>>
<<if canTalk($activeSlave)>>
"and I'm more and more ready to pop every day."
<<elseif $activeSlave.amp < 1>>
motioning toward $his belly to emphasize the truth of the host's statement.
<<else>>
waving $his stumps at $his belly to emphasize the truth of the host's statement.
<</if>>
<br><br>
"I have to admit, $activeSlave.slaveName," Millie says, "you might just be the most heavily pregnant breeder I've ever seen." She motions at your slave's replete body and says: "--may I?"
<br><br>
<<if canTalk($activeSlave)>>
"Plea<<s>>e do," your slave <<say>>s.
<<elseif $activeSlave.amp < 1>>
Your slave invites the host to touch by patting $his belly and then grinning.
<<else>>
Your slave nods.
<</if>>
$He
<<if $activeSlave.amp < 1>>
<<if ($activeSlave.boobs >= 20000)>>
rubs the bases of $his gargantuan breasts in hungry anticipation.
<<elseif ($activeSlave.boobs >= 3000)>>
rubs the sides of $his enormous breasts in hungry anticipation.
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
rubs the sides of $his fat, implanted tits in hungry anticipation.
<<else>>
<<if $activeSlave.nipples != "fuckable">>tweaks<<else>>fingers<</if>> $his nipples through the sheer fabric of $his pretty slave gown while regarding the host with a look of hungry anticipation.
<</if>>
<<else>>
<<if ($activeSlave.boobs >= 20000)>>
pushes $his arm stubs into what little of the sides of $his gargantuan breasts $he can reach, a look of hungry anticipation on $his face.
<<elseif ($activeSlave.boobs >= 3000)>>
pushes $his arm stubs into the sides of $his enormous breasts, a look of hungry anticipation on $his face.
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
pushes $his arm stubs into the sides of $his fat, implanted tits, a look of hungry anticipation on $his face.
<<else>>
rubs $his arm stubs against $his nipples through $his pretty slave gown, a look of hungry anticipation on $his face.
<</if>>
<</if>>
<br><br>
Millie places an appreciative hand on your slave's silk clad flank. The poor $girl is so packed full of children that $his brood can be seen pressed in outline along the full swell of her belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. Your slave flexes $his
<<if $activeSlave.amp < 1>>
legs
<<else>>
back
<</if>>
and parts $his
<<if ($activeSlave.lips > 95)>>
swollen mouth pussy,
<<elseif ($activeSlave.lips > 70)>>
swollen lips,
<<elseif ($activeSlave.lips > 20)>>
lips,
<<else>>
thin lips,
<</if>>
making no noise. You know $him well enough to understand that the combined pleasure and pain from the talkshow host's uncareful touch has caused $him to experience one of $his "secret little orgasms," and you savor the sight of $him squirming as $he tries not to let on.
<br><br>
"So, $activeSlave.slaveName," Millie says, not taking her eyes off of the slave's incredibly fecund figure, "why don't you tell us about your inventions?"
<br><br>
Your slave bites $his lip and gives the talkshow host a meaningful look.
<<if canTalk($activeSlave)>>
"How about I give you a 'hand<<s>>-on' demon<<s>>tration in<<s>>tead?" $he asks.
<<elseif $activeSlave.amp < 1>>
$He signs that $he'd like to give her a "hands-on demonstration" instead.
<<else>>
One of $his menials pushes her body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My mistress would like to give you a 'hands-on' demonstration, instead," she says.
<</if>>
<br><br>
The host quirks an eyebrow, then nods. "Alright," she says. "How about we start with that pool of yours?" She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. "Oh my, it tingles!"
<br><br>
<<if canTalk($activeSlave)>>
"Ju<<s>>t wait till you feel it on your belly," your slave <<say>>s. "It feel<<s>> //<<s>>oooo// good."
<<elseif $activeSlave.amp < 1>>
$He signs that the host should get into the pool entirely to feel what it's like on the rest of her swollen body, as well.
<<else>>
The slave's menial asks the host to get in and feel what it's like on the rest of her swollen body, as well.
<</if>>
<br><br>
Millie slips into the pool and the camera zooms in as she slowly sidles along its outer edge while being crushed up against your slave's capacious belly. When she's finally seated next to the breeder's vestigial-looking core body, a microphone attached to a boom descends to allow the audience to listen as they continue the interview.
<br><br>
"This feels great," Millie says. "I've been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away."
<br><br>
<<if canTalk($activeSlave)>>
"Thi<<s>> pool i<<s>> de<<s>>igned to allow <<s>>lave<<s>> to care for their bodie<<s>> no matter how large they inflate," your slave <<say>>s. "--are you alright?" $he asks, wearing a look of mock concern on $his face.
<<elseif $activeSlave.amp < 1>>
Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. $He then signs a request regarding the host's wellbeing, wearing a look of mocking concern on $his face.
<<else>>
Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until $he is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
<</if>>
<br><br>
"Ah! Um, yes--yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
<br><br>
<<if canTalk($activeSlave)>>
"I'm alway<<s>> trying to think of way<<s>> to keep my<<s>>elf pretty for--oh!--my <<Master>>," your slave <<say>>s, suddenly squirming $himself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. "Thi<<s>> wa<<s>> ju<<s>>t the be<<s>>t--um--I Mean--the be<<s>>t--oh //fuck, keep//--I mean, the be<<s>>t method I could think of for doing that."
<<elseif $activeSlave.amp == 0>>
Your slave signs that this was the best method $he could think of to keep $himself pretty for you, given $his size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
<<else>>
Your slave's speaker explains that this was the best method the broodmother could think of to keep $himself pretty for you, given $his size. The baby laden breeder starts moaning in the middle of $his assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
<</if>>
Millie has turned her body sideways and snaked an arm between
<<if ($activeSlave.boobs >= 20000)>>
your slave's astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
<<elseif ($activeSlave.boobs >= 3000)>>
your slave's massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
your slave's fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine's ear, just loud enough for the mic to pick it up.
<<else>>
your slave's breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine's ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up.
<</if>>
<br><br>
"That's quite something," Millie whispers. "I don't know about you, $activeSlave.slaveName, but I think I speak for everyone watching today when I say that now seems like a //really good time// to try out that other invention of yours."
<br><br>
They both exit the pool, dripping clear, slippery gel onto the wood floor of "Husbandry With Millie"'s set. Without a thorough rinsing, your slave's slathered up belly will be dripping for an hour or more, and $he seems to know that as $he motions to stop $his assistants from wiping $him off before strapping $him into $his aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads.
<br><br>
"Oops!" Millie says. "Looks like we should have warned our audience about a wet zone for this episode. So, $activeSlave.slaveName, why don't we show off all the things this advanced maternity swing of yours can do?"
<br><br>
<<if canTalk($activeSlave)>>
"Ye<<s>>, plea<<s>>e," your slave <<say>>s. $He's visibly worked up and ready to go.
<<elseif $activeSlave.amp == 0>>
$He signs, indicating fervent interest.
<<else>>
The mute, limbless slave can only moan inchoately in response, but it's clear $he's more than ready.
<</if>>
<br><br>
The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as $he gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as $he gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close up. She seems exhausted, but she smiles for it anyway.
<<set $activeSlave.vaginalCount++>>
<br><br>
"That was //fantastic//. I'm going to remember that experience for quite some time, and I'm sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?"
<br><br>
The camera rotates to focus on your slave and $he shakes $himself, apparently regathering $his wits.
<br><br>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<<if canTalk($activeSlave)>>
"My <<Master>>, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<= lispReplace(PlayerName()>><<else>><<= PlayerName()>><</if>>, ha<<s>> a vi<<s>>ion for a beautiful future where baby-laden broodmother<<s>> like me aren't the ex<<c>>eption in Free <<C>>itie<<s>> <<s>>o<<c>>iety, but the norm. We both hope that everyone here will <<s>>upport u<<s>>, and <<s>>o we've hidden <<c>>ertificate<<s>> for free pool<<s>> and <<s>>wing<<s>> under everyone'<<s>> <<s>>eat<<s>>--everybody look! If you like what you've <<s>>een today a<<s>> much as we hope you have, my <<Master>> and I both hope you'll be filling these invention<<s>> with your own <<s>>lave<<s>>' <<s>>wollen bodie<<s>>, <<s>>oon. And we hope that, <<s>>ome day, everyone watching at home will feel thi<<s>> way, a<<s>> well!"
<<else>>
Since your slave is unable to speak, $he signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs.
<</if>>
<<else>>
<<if canTalk($activeSlave)>>
"My <<Master>>, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if SlaveStatsChecker.checkForLisp($activeSlave)>><<= lispReplace(PlayerName()>><<else>><<= PlayerName()>><</if>>, ha<<s>> a vi<<s>>ion for a beautiful future where baby-laden broodmother<<s>> like me are all able to enjoy <<s>>e<<x>> with their owner<<s>> and client<<s>>. We both hope that everyone here will <<s>>upport u<<s>>, and <<s>>o we've hidden <<c>>ertificate<<s>> for free pool<<s>> and <<s>>wing<<s>> under everyone'<<s>> <<s>>eat<<s>>--everybody look! If you like what you've <<s>>een today a<<s>> much a<<s>> we hope you have, my <<Master>> and I both hope you'll be filling these invention<<s>> with your own <<s>>lave<<s>>' <<s>>wollen bodie<<s>>, <<s>>oon. And we hope that, <<s>>ome day, everyone watching at home will enjoy hyperpregnant <<s>>e<<x>> with our new toy<<s>>, too!"
<<else>>
Since your slave is unable to speak, $he signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves aren't just a sexual novelty, but enjoyable to fuck in their own right. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs.
<</if>>
<</if>>
The camera zooms out for a nice panning shot of the audience exclaiming and fawning over the vouchers they've found taped to the bottom of their chairs. Finally, it fades to black.
|
amomynous0/fc
|
src/pregmod/rePregInventorText.tw
|
tw
|
bsd-3-clause
| 17,404 |
:: SA agent [nobr]
<<if $slaves[$i].boobsImplantType == 1>>
<<set $slaves[$i].boobsImplant += 50, $slaves[$i].boobs += 50>>
<<if ($slaves[$i].boobs > 50000)>>
<<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>>
<<if $slaves[$i].inducedNCS == 1>>
<<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>>
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].inducedNCS == 1>>
/* NCS is blocking boob expansion. */
<<elseif ($slaves[$i].boobsImplant > 1000)>>
<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 1000) && (random(1,100) > 60)>>
<<set $slaves[$i].boobs += 50>>
<</if>>
<<elseif ($slaves[$i].boobsImplant > 600)>>
<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 500) && (random(1,100) > 60)>>
<<set $slaves[$i].boobs += 50>>
<</if>>
<<elseif ($slaves[$i].boobsImplant > 0)>>
<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 300) && (random(1,100) > 60)>>
<<set $slaves[$i].boobs += 50>>
<</if>>
<</if>>
<<if $slaves[$i].buttImplantType == 1>>
<<set $slaves[$i].buttImplant += .25, $slaves[$i].butt += .25>>
<<if ($slaves[$i].butt > 10)>>
<<set $slaves[$i].butt -= 1, $slaves[$i].buttImplant -= 1>>
<<if $slaves[$i].inducedNCS == 1>>
<<set $slaves[$i].butt -= 1, $slaves[$i].buttImplant -= 1>>
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].genes == "XX">>
<<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>>
<<if $slaves[$i].balls > 0 && $slaves[$i].ballType != "sterile">>
<<if $slaves[$i].hormoneBalance > 20>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < 20>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<<else>>
<<if $slaves[$i].hormoneBalance > 60>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < 60>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].balls > 0 && $slaves[$i].ballType != "sterile">>
<<if $slaves[$i].hormoneBalance > -20>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < -20>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<<else>>
<<if $slaves[$i].hormoneBalance > 20>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < 20>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $slaves[$i].genes == "XY">>
<<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>>
<<if $slaves[$i].balls > 0 && $slaves[$i].ballType != "sterile">>
<<if $slaves[$i].hormoneBalance > 20>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < 20>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<<else>>
<<if $slaves[$i].hormoneBalance > 40>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < 40>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].balls > 0 && $slaves[$i].ballType != "sterile">>
<<if $slaves[$i].hormoneBalance > -40>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < -40>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<<else>>
<<if $slaves[$i].hormoneBalance > 20>>
<<set $slaves[$i].hormoneBalance -= 1>>
<<elseif $slaves[$i].hormoneBalance < 20>>
<<set $slaves[$i].hormoneBalance += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
/* puberty - not announced for allowing surprise pregnancy */
<<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>>
<<if $slaves[$i].pubertyXX == 0>>
<<if $slaves[$i].physicalAge >= $slaves[$i].pubertyAgeXX>>
<<set $slaves[$i].pubertyXX = 1>>
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].balls > 0 && $slaves[$i].ballType != "sterile">>
<<if $slaves[$i].pubertyXY == 0>>
<<if $slaves[$i].physicalAge >= $slaves[$i].pubertyAgeXY>>
<<set $slaves[$i].pubertyXY = 1>>
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].inflation > 0>>
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
<</if>>
<<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/
<<if $slaves[$i].preg == 5>> /* bad condition logic - with pregnancy control drugs can be not triggered. Or may be trigged by broodmother several times. Need to be revorked. */
<<if $slaves[$i].pregSource == -1>>
<<set $PC.slavesKnockedUp++>>
<<elseif $slaves[$i].pregSource > 0>>
<<set _babyDaddy = $slaveIndices[$slaves[$i].pregSource]>>
<<set $slaves[_babyDaddy].slavesKnockedUp++>>
<</if>>
<</if>>
<<if ($slaves[$i].preg >= 10)>>
<<if $slaves[$i].inducedNCS == 1>>
/* Sort-of No-op, NCS prevents boob growth */
<<set _boobTarget = 0>>
<<elseif $slaves[$i].physicalAge >= 18>>
<<if $slaves[$i].pregType >= 50>>
<<set _boobTarget = 10000>>
<<elseif $slaves[$i].pregType >= 30>>
<<set _boobTarget = 5000>>
<<elseif $slaves[$i].pregType >= 10>>
<<set _boobTarget = 2000>>
<<else>>
<<set _boobTarget = 1000>>
<</if>>
<<elseif $slaves[$i].physicalAge >= 13>>
<<if $slaves[$i].pregType >= 50>>
<<set _boobTarget = 5000>>
<<elseif $slaves[$i].pregType >= 30>>
<<set _boobTarget = 3200>>
<<elseif $slaves[$i].pregType >= 10>>
<<set _boobTarget = 1800>>
<<else>>
<<set _boobTarget = 800>>
<</if>>
<<elseif $slaves[$i].physicalAge >= 8>>
<<if $slaves[$i].pregType >= 50>>
<<set _boobTarget = 1800>>
<<elseif $slaves[$i].pregType >= 30>>
<<set _boobTarget = 1400>>
<<elseif $slaves[$i].pregType >= 10>>
<<set _boobTarget = 1000>>
<<else>>
<<set _boobTarget = 600>>
<</if>>
<<else>>
<<if $slaves[$i].pregType >= 50>>
<<set _boobTarget = 1000>>
<<elseif $slaves[$i].pregType >= 30>>
<<set _boobTarget = 800>>
<<elseif $slaves[$i].pregType >= 10>>
<<set _boobTarget = 600>>
<<else>>
<<set _boobTarget = 400>>
<</if>>
<</if>>
<<if ($slaves[$i].pregType >= 30)>>
<<if ($slaves[$i].weight <= 65)>>
<<set $slaves[$i].weight += 1>>
<</if>>
<<if (($slaves[$i].inducedNCS == 0) && (random(1,100) > 60))>>
<<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>>
<<set $slaves[$i].boobs += 200>>
<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > 32 && ($slaves[$i].breastMesh != 1)>>
<<set $slaves[$i].boobShape = "saggy">>
<</if>>
<</if>>
<<if ($slaves[$i].hips < 2)>>
<<set $slaves[$i].hips += 1>>
<</if>>
<<if ($slaves[$i].butt < 14)>>
<<set $slaves[$i].butt += 1>>
<</if>>
<</if>>
<<elseif (($slaves[$i].inducedNCS == 0) && ($slaves[$i].pregType >= 10))>>
<<if random(1,100) > 80 && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>>
<<set $slaves[$i].boobs += 100>>
<<if $slaves[$i].boobShape != "saggy" && ($slaves[$i].breastMesh != 1)>>
<<if $slaves[$i].preg > random(32,82)>>
<<set $slaves[$i].boobShape = "saggy">>
<</if>>
<</if>>
<</if>>
<<elseif (($slaves[$i].inducedNCS == 0) && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget))>>
<<if random(1,100) > 80>>
<<set $slaves[$i].boobs += 50>>
<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random(32,100) && ($slaves[$i].breastMesh != 1)>>
<<set $slaves[$i].boobShape = "saggy">>
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].inducedNCS == 1>>
/* No-op, we don't grow hips on NCS */
<<elseif $slaves[$i].preg > 32 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>>
<<set $slaves[$i].hips += 1>>
<<elseif $slaves[$i].preg > 28 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>>
<<set $slaves[$i].hips += 1>>
<</if>>
<<if $slaves[$i].bellyPreg >= 1500>>
<<if setup.fakeBellies.includes($slaves[$i].bellyAccessory)>>
<<set $slaves[$i].bellyAccessory = "none">>
<</if>>
<<if ($slaves[$i].preg > 20) && ($slaves[$i].lactation == 0) && $slaves[$i].health >= -20 && $slaves[$i].weight > -30>>
<<if $slaves[$i].preg > random(18,30)>>
<<set $slaves[$i].lactation = 1>>
<</if>>
<</if>>
<</if>>
<</if>> /* closes .preg >= 10 */
<</if>> /* END PREG EFFECTS */
<<if $slaves[$i].belly >= 1000000>>
<<if $slaves[$i].bellySag < 50>>
<<set $slaves[$i].bellySag += 1>>
<<if $slaves[$i].preg > 0>>
<<set $slaves[$i].bellySagPreg += 1>>
<</if>>
<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 20>>
<<set $slaves[$i].bellySagPreg += 1>>
<</if>>
<<if $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].bellySag += 5, $slaves[$i].bellySagPreg += 5>>
<</if>>
<<elseif $slaves[$i].belly >= 750000>>
<<if $slaves[$i].bellySag < 30>>
<<set $slaves[$i].bellySag += 0.7>>
<<if $slaves[$i].preg > 0>>
<<set $slaves[$i].bellySagPreg += 0.7>>
<</if>>
<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 30>>
<<set $slaves[$i].bellySagPreg += 0.7>>
<</if>>
<<if $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].bellySag += 2, $slaves[$i].bellySagPreg += 2>>
<</if>>
<<elseif $slaves[$i].belly >= 600000>>
<<if $slaves[$i].bellySag < 20>>
<<set $slaves[$i].bellySag += 0.5>>
<<if $slaves[$i].preg > 0>>
<<set $slaves[$i].bellySagPreg += 0.5>>
<</if>>
<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 20>>
<<set $slaves[$i].bellySagPreg += 0.5>>
<</if>>
<<if $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].bellySag += 1, $slaves[$i].bellySagPreg += 1>>
<</if>>
<<elseif $slaves[$i].belly >= 450000>>
<<if $slaves[$i].bellySag < 15>>
<<set $slaves[$i].bellySag += 0.4>>
<<if $slaves[$i].preg > 0>>
<<set $slaves[$i].bellySagPreg += 0.4>>
<</if>>
<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 15>>
<<set $slaves[$i].bellySagPreg += 0.4>>
<</if>>
<<if $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].bellySag += 0.6, $slaves[$i].bellySagPreg += 0.6>>
<</if>>
<<elseif $slaves[$i].belly >= 300000>>
<<if $slaves[$i].bellySag < 10>>
<<set $slaves[$i].bellySag += 0.3>>
<<if $slaves[$i].preg > 0>>
<<set $slaves[$i].bellySagPreg += 0.3>>
<</if>>
<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 10>>
<<set $slaves[$i].bellySagPreg += 0.3>>
<</if>>
<<if $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].bellySag += 0.5, $slaves[$i].bellySagPreg += 0.5>>
<</if>>
<<elseif $slaves[$i].belly >= 100000>>
<<if $slaves[$i].bellySag < 10>>
<<set $slaves[$i].bellySag += 0.2>>
<<if $slaves[$i].preg > 0>>
<<set $slaves[$i].bellySagPreg += 0.2>>
<</if>>
<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 10>>
<<set $slaves[$i].bellySagPreg += 0.2>>
<</if>>
<<if $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].bellySag += 0.3, $slaves[$i].bellySagPreg += 0.3>>
<</if>>
<<elseif ($slaves[$i].bellyPreg >= 10000) || ($slaves[$i].bellyImplant >= 10000)>>
<<if $slaves[$i].bellySag < 5>>
<<set $slaves[$i].bellySag += 0.1>>
<<if $slaves[$i].preg > 0>>
<<set $slaves[$i].bellySagPreg += 0.1>>
<</if>>
<<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 5>>
<<set $slaves[$i].bellySagPreg += 0.1>>
<</if>>
<<if $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].bellySag += 0.2, $slaves[$i].bellySagPreg += 0.2>>
<</if>>
<</if>>
<<if $slaves[$i].bellySagPreg > $slaves[$i].bellySag>>
<<set $slaves[$i].bellySagPreg = $slaves[$i].bellySag>>
<</if>>
<<if $slaves[$i].bellySag > 0 && $slaves[$i].belly < 1500>>
<<if $slaves[$i].muscles > 95>>
<<if (random(1,100) > 1)>>
<<if $slaves[$i].bellySagPreg > 0>>
<<set $slaves[$i].bellySag -= 0.5, $slaves[$i].bellySagPreg -= 0.5>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>>
<</if>>
<<else>>
<<set $slaves[$i].bellySag -= 0.5>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0>>
<</if>>
<</if>>
<</if>>
<<elseif $slaves[$i].muscles >= 30>>
<<if (random(1,100) > 20)>>
<<if $slaves[$i].bellySagPreg > 0>>
<<set $slaves[$i].bellySag -= 0.4, $slaves[$i].bellySagPreg -= 0.4>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>>
<</if>>
<<else>>
<<set $slaves[$i].bellySag -= 0.4>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0>>
<</if>>
<</if>>
<</if>>
<<elseif $slaves[$i].muscles >= 5>>
<<if (random(1,100) > 40)>>
<<if $slaves[$i].bellySagPreg > 0>>
<<set $slaves[$i].bellySag -= 0.3, $slaves[$i].bellySagPreg -= 0.3>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>>
<</if>>
<<else>>
<<set $slaves[$i].bellySag -= 0.3>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if (random(1,100) > 60)>>
<<if $slaves[$i].bellySagPreg > 0>>
<<set $slaves[$i].bellySag -= 0.2, $slaves[$i].bellySagPreg -= 0.2>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>>
<</if>>
<<else>>
<<set $slaves[$i].bellySag -= 0.2>>
<<if $slaves[$i].bellySag < 0>>
<<set $slaves[$i].bellySag = 0>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if ($slaves[$i].preg > 37) && ($slaves[$i].broodmother == 0) && (random(1,100) > 90)>>
<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0 >>
<<elseif ($slaves[$i].preg > 41) && ($slaves[$i].broodmother == 0)>>
<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0>>
<<elseif ($slaves[$i].preg > 37) && ($slaves[$i].broodmother > 0)>>
<<if $slaves[$i].broodmother > 0>>
<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 37), WombBirth($slaves[$i], 37), $slaves[$i].preg = WombMaxPreg($slaves[$i])>>
<</if>>
<</if>>
<<run SetBellySize($slaves[$i])>> /*Actually it's now better to set belly size without checking of any conditions. Just to be sure. Should correct forgotten variables too. */
<<if ($slaves[$i].hStyle != "shaved" && $slaves[$i].bald != 1 && $slaves[$i].haircuts == 0) && ($slaves[$i].hLength < 150)>>
<<set $slaves[$i].hLength += 1>>
<</if>>
|
amomynous0/fc
|
src/pregmod/saAgent.tw
|
tw
|
bsd-3-clause
| 14,569 |
:: SA inflation [nobr]
<<if $slaves[$i].assignment == "be confined in the arcade" || $slaves[$i].assignment == "work in the dairy">>
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].bellyImplant >= 1500>>
<<if $slaves[$i].inflation > 1>>
Due to the mounting pressure from $his filled abdominal implant, $he can no longer fill $himself as large as $he used to.
<<set $slaves[$i].inflation = 1>>
<<run SetBellySize($slaves[$i])>>
<<else>>
<<set $slaves[$i].bellyFluid = 2000>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<<elseif $slaves[$i].bellyPreg >= 1500>>
<<if $slaves[$i].inflation > 1>>
Due to the mounting pressure from $his growing pregnancy, $he can no longer fill $himself as large as $he used to.
<<set $slaves[$i].inflation = 1>>
<<run SetBellySize($slaves[$i])>>
<<else>>
<<set $slaves[$i].bellyFluid = 2000>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<</if>>
<<switch $slaves[$i].inflationType>>
<<case "water">>
<<if $slaves[$i].inflation == 3>>
$He makes sure to fill $his rear with nearly two gallons of water, leaving $him looking ready to burst, whenever $he leaks or needs to release $his load. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
$He makes sure to fill $his rear with nearly four liters of water, leaving $him looking pregnant, whenever $he leaks or needs to release $his load. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
$He makes sure to fill $his rear with nearly two liters of water, leaving $his belly noticeably distended, whenever $he leaks or needs to release $his load. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<<case "aphrodisiac">>
<<if $slaves[$i].inflation == 3>>
$He makes sure to fill $his rear with nearly two gallons of a curative solution, leaving $him looking ready to burst, whenever $he leaks or $his body absorbs too much. $He keeps $himself @@.red;painfully full@@ for you, though $he barely notices it over $his horniness. While having $his body packed full of aphrodisiacs doesn't make $him additionally submissive, it does amplify the effects of them. $His aphrodisiac bursting belly
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
$He makes sure to fill $his rear with nearly four liters of an aphrodisiac solution, leaving $him looking pregnant, whenever $he leaks or $his body absorbs too much. $He is full enough to be distended but not enough to grow taut. While having $his body bloated with aphrodisiacs doesn't make $him additionally submissive, it does amplify the effects of them. $His overfilled aphrodisiac belly
<<elseif $slaves[$i].inflation == 1>>
$He makes sure to fill $his rear with nearly two liters of an aphrodisiac solution, leaving $his belly noticeably distended, whenever $he leaks or $his body absorbs too much. $He is full enough to be swollen but not enough to visibly jiggle. $His aphrodisiac filled belly
<</if>>
<<if $slaves[$i].energy <= 95>>
@@.green;rapidly boosts $his sex drive.@@
<<set $slaves[$i].energy += 5*$slaves[$i].inflation>>
<<else>>
can't improve $his absurd sex drive.
<</if>>
<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
Besides being humiliating, it chemically @@.hotpink;increases $his acceptance@@ of sexual slavery.
<<set $slaves[$i].devotion += 5>>
<</if>>
<<if ($arcologies[0].FSBodyPuristLaw == 0) && ($healthyDrugsUpgrade == 0)>>
Such a high dosage held for so long @@.red;isn't healthy.@@
<<set $slaves[$i].health -= 5>>
<</if>>
<<set $slaves[$i].chem += 2*$slaves[$i].inflation>>
<<if ($slaves[$i].addict > 0)>>
<<if $slaves[$i].inflation > 0>>
<<set $slaves[$i].addict += $slaves[$i].inflation*3>>
<<elseif ($aphrodisiacUpgrade == 1)>>
Substitutes produced by your advanced pharmaceutical fabricator protect $him from the negative effects of aphrodisiac withdrawal but do little to halt the spread of aphrodisiacs through $his system from $his bowels.
<<set $slaves[$i].addict -= 2>>
<</if>>
<<elseif random(1,100) < 40+(20*$slaves[$i].inflation)>>
All the aphrodisiacs held within $his bowels cause @@.cyan;$him to become an aphrodisiac addict.@@
<<set $slaves[$i].addict = 1>>
<</if>>
<<case "curative">>
<<if $slaves[$i].inflation == 3>>
$He makes sure to fill $his rear with nearly two gallons of a curative solution, leaving $him looking ready to burst, whenever $he leaks or $his body absorbs too much. $He keeps $himself full for you; the curatives in $his gut keeping $him healthy despite the pain.
<<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>>
The curative enema $he's on synergize with rest, keeping $him asleep most of the time. This is an @@.green;extremely effective health treatment,@@ though being filled to $his limit doesn't hasten $his recovery at all; it's just perverted.
<<set $slaves[$i].health += 4>>
<<elseif ($slaves[$i].health < -20)>>
@@.green;$His poor health rapidly improves@@ under the curative enema, though being filled to $his limit doesn't hasten $his recovery at all; it's just perverted.
<<set $slaves[$i].health += 2>>
<<else>>
@@.green;$His health improves@@ under the curative enema, though being filled to $his limit doesn't hasten $his recovery at all; it's just perverted.
<</if>>
<<set $slaves[$i].health += 1>>
<<elseif $slaves[$i].inflation == 2>>
$He makes sure to fill $his rear with nearly four liters of a curative solution, leaving $him looking pregnant, whenever $he leaks or $his body absorbs too much. $He is full enough to be distended but not enough to grow taut.
<<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>>
The curative enema $he's on synergize with rest, keeping $him asleep most of the time. This is an @@.green;extremely effective health treatment,@@ though being overfilled doesn't hasten $his recovery at all; it's just perverted.
<<set $slaves[$i].health += 4>>
<<elseif ($slaves[$i].health < -20)>>
@@.green;$His poor health rapidly improves@@ under the curative enema, though being overfilled doesn't hasten $his recovery at all; it's just perverted.
<<set $slaves[$i].health += 2>>
<<else>>
@@.green;$His health improves@@ under curative enema, though being overfilled doesn't hasten $his recovery at all; it's just perverted.
<</if>>
<<set $slaves[$i].health += 6>>
<<elseif $slaves[$i].inflation == 1>>
$He makes sure to fill $his rear with nearly two liters of a curative solution, leaving $his belly noticeably distended, whenever $he leaks or $his body absorbs too much. $He is full enough to be swollen but not enough to visibly jiggle.
<<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>>
The curative enema $he's on synergize with rest, keeping $him asleep most of the time. This is an @@.green;extremely effective health treatment.@@
<<set $slaves[$i].health += 4>>
<<elseif ($slaves[$i].health < -20)>>
@@.green;$His poor health rapidly improves@@ under the curative enema.
<<set $slaves[$i].health += 2>>
<<else>>
@@.green;$His health improves@@ under curative enema.
<</if>>
<<set $slaves[$i].health += 6>>
<</if>>
<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
$He @@.mediumaquamarine;trusts you more@@ for giving $his access to expensive modern medicine, even if it is really embarrassing to be seen with that belly.
<<set $slaves[$i].trust += 1>>
<</if>>
<<if $slaves[$i].health >= 90>>
$He is as healthy as $him can be. @@.yellow;$His curative enema regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<</if>>
<<set $slaves[$i].chem += 2, $slaves[$i].health += $curativeUpgrade*6>>
<<case "tightener">>
<<if $slaves[$i].inflation == 3>>
$He makes sure to fill $his rear with nearly two gallons of tightening solution, leaving $him looking ready to burst, whenever $he leaks or $his body absorbs too much. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<if $slaves[$i].anus > 1>>
The solution slowly tightens $his anus while inside $his bowels. Being filled to $his limit with the solution does not make it tighten any better or faster; it's just perverted.
<<if random(1,100) > 60>>
By week's end, @@.lime;$his butthole has tightened nicely.@@
<<set $slaves[$i].anus-->>
<</if>>
<<else>>
$His anus is as tight as the solution can possibly make it.
<</if>>
<<if $slaves[$i].vagina > 1>>
As $his body slowly absorbs the solution, its benefits begin to affect $his pussy. Being filled to $his limit with the solution does not make it tighten any better or faster; it's just perverted.
<<if random(1,100) > 80>>
By week's end, @@.lime;$his vagina has regained some tightness.@@
<<set $slaves[$i].vagina-->>
<</if>>
<<elseif $slaves[$i].vagina == 1>>
$His pussy is as tight as the solution can possibly make it.
<</if>>
<<elseif $slaves[$i].inflation == 2>>
$He makes sure to fill $his rear with nearly four liters of tightening solution, leaving $him looking pregnant, whenever $he leaks or $his body absorbs too much. $He is full enough to be distended but not enough to grow taut.
<<if $slaves[$i].anus > 1>>
The solution slowly tightens $his anus while inside $his bowels. Being overfilled with the solution does not make it tighten any better or faster; it's just perverted.
<<if random(1,100) > 60>>
By week's end, @@.lime;$his butthole has tightened nicely.@@
<<set $slaves[$i].anus-->>
<</if>>
<<else>>
$His anus is as tight as the solution can possibly make it.
<</if>>
<<if $slaves[$i].vagina > 1>>
As $his body slowly absorbs the solution, its benefits begin to affect $his pussy. Being overfilled with the solution does not make it tighten any better or faster; it's just perverted.
<<if random(1,100) > 80>>
By week's end, @@.lime;$his vagina has regained some tightness.@@
<<set $slaves[$i].vagina-->>
<</if>>
<<elseif $slaves[$i].vagina == 1>>
$His pussy is as tight as the solution can possibly make it.
<</if>>
<<elseif $slaves[$i].inflation == 1>>
$He makes sure to fill $his rear with nearly two liters of tightening solution, leaving $his belly noticeably distended, whenever $he leaks or $his body absorbs too much. $He is full enough to be swollen but not enough to visibly jiggle.
<<if $slaves[$i].anus > 1>>
The solution slowly tightens $his anus while inside $his bowels.
<<if random(1,100) > 60>>
By week's end, @@.lime;$his butthole has tightened nicely.@@
<<set $slaves[$i].anus-->>
<</if>>
<<else>>
$His anus is as tight as the solution can possibly make it.
<</if>>
<<if $slaves[$i].vagina > 1>>
As $his body slowly absorbs the solution, its benefits begin to affect $his pussy.
<<if random(1,100) > 80>>
By week's end, @@.lime;$his vagina has regained some tightness.@@
<<set $slaves[$i].vagina-->>
<</if>>
<<elseif $slaves[$i].vagina == 1>>
$His pussy is as tight as the solution can possibly make it.
<</if>>
<</if>>
<<if $slaves[$i].anus <= 1 && $slaves[$i].vagina <= 1>>
<<if ["serve in the club", "work in the brothel"].includes($slaves[$i].assignment)>>
$His hole<<if $slaves[$i].vagina >= 0>>s are<<else>> is<</if>> as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>, but given $his assignment, $he is likely to be stretched out again so $his tightening enema regimen continues.
<<else>>
$His hole<<if $slaves[$i].vagina >= 0>>s are<<else>> is<</if>> as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@.yellow;$His tightening enema regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<</if>>
<</if>>
<<set $slaves[$i].chem += 2>>
<<case "milk">>
<<if $slaves[$i].behavioralFlaw == "anorexic">>
<<if $slaves[$i].inflationMethod == 1>>
<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He struggles to keep the fattening load inside $him, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He struggles to keep the fattening load inside $him, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 5,$slaves[$i].trust -= 5>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He struggles to keep the fattening load inside $him, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 3>>
<<set _saf = $slaveIndices[$slaves[$i].milkSource]>>
<<if $slaves[_saf].lactation == 0>>
$slaves[_saf].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ suckles from $slaves[_saf].slaveName until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ suckles from $slaves[_saf].slaveName until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ suckles from $slaves[_saf].slaveName until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<</if>>
<<elseif $slaves[$i].behavioralFlaw == "gluttonous">>
<<if $slaves[$i].inflationMethod == 1>>
<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding.
<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He rubs $his taut belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He rubs $his full belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead.
<<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 3>>
<<set _saf = $slaveIndices[$slaves[$i].milkSource]>>
<<if $slaves[_saf].lactation == 0>>
$slaves[_saf].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from $slaves[_saf].slaveName until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from $slaves[_saf].slaveName until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding.
<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from $slaves[_saf].slaveName until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].inflationMethod == 1>>
<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he makes sure to keep $himself filled with nearly two gallons of milk, leaving $him looking ready to burst. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he makes sure to keep $himself filled with nearly four liters of milk, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he makes sure to keep $himself filled with nearly two liters of milk, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he makes sure to fill $his rear with nearly two gallons of milk, leaving $him looking ready to burst, whenever $he leaks or needs to release $his load. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he makes sure to fill $his rear with nearly four liters of milk, leaving $him looking pregnant, whenever $he leaks or needs to release $his load. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he makes sure to fill $his rear with nearly two liters of milk, leaving $his belly noticeably distended, whenever $he leaks or needs to release $his load. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<<elseif $slaves[$i].inflationMethod == 3>>
<<set _saf = $slaveIndices[$slaves[$i].milkSource]>>
<<if $slaves[_saf].lactation == 0>>
$slaves[_saf].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he makes sure keep suckling from $slaves[_saf].slaveName until $he is filled with nearly two gallons of milk, leaving $him looking ready to give birth. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he makes sure keep suckling from $slaves[_saf].slaveName until $he is filled with nearly four liters of milk, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he makes sure keep suckling from $slaves[_saf].slaveName until $he is filled with nearly two liters of milk, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<</if>>
<</if>>
<<case "cum">>
<<if $slaves[$i].behavioralFlaw == "anorexic">>
<<if $slaves[$i].inflationMethod == 1>>
<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He struggles to keep the massive cumshot inside $him, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He struggles to keep the huge cumshot inside $him, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He struggles to keep the cumshot inside $him, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 3>>
<<set _saf = $slaveIndices[$slaves[$i].cumSource]>>
<<if $slaves[_saf].balls == 0>>
$slaves[_saf].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<</if>>
<<elseif $slaves[$i].behavioralFlaw == "gluttonous">>
<<if $slaves[$i].inflationMethod == 1>>
<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding.
<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He rubs $his taut belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He rubs $his full belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead.
<<set $slaves[$i].devotion++, $slaves[$i].trust++>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 3>>
<<set _saf = $slaveIndices[$slaves[$i].cumSource]>>
<<if $slaves[_saf].balls == 0>>
$slaves[_saf].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding.
<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.hotpink;eagerly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].inflationMethod == 1>>
<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he makes sure to keep $himself filled with nearly two gallons of cum, leaving $him looking ready to burst. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he makes sure to keep $himself filled with nearly four liters of cum, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he makes sure to keep $himself filled with nearly two liters of cum, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he makes sure to fill $his rear with nearly two gallons of cum, leaving $him looking ready to burst, whenever $he leaks or needs to release $his load. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he makes sure to fill $his rear with nearly four liters of cum, leaving $him looking pregnant, whenever $he leaks or needs to release $his load. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he makes sure to fill $his rear with nearly two liters of cum, leaving $his belly noticeably distended, whenever $he leaks or needs to release $his load. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<<elseif $slaves[$i].inflationMethod == 3>>
<<set _saf = $slaveIndices[$slaves[$i].cumSource]>>
<<if $slaves[_saf].balls == 0>>
$slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
Throughout the week, $he makes sure keep sucking $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $he is filled with nearly two gallons of cum, leaving $him looking ready to burst. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he makes sure keep sucking $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $he is filled with nearly four liters of cum, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he makes sure keep sucking $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $he is filled with nearly two liters of cum, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<</if>>
<</if>>
<<case "food">>
<<if $slaves[$i].behavioralFlaw == "anorexic">>
<<if $slaves[$i].inflation == 3>>
Throughout the week, $he focuses $his @@.mediumorchid;loathing@@ on you as $he forces down servings of slave food until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of the paste, leaving $him looking ready to burst. $He struggles to keep $his meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 16, $slaves[$i].trust -= 16>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he focuses $his @@.mediumorchid;loathing@@ on you as $he forces down servings of slave food until $his stomach is bloated with nearly four liters of the paste, giving $him quite the food baby. $He struggles to keep $his meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 10>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he focuses $his @@.mediumorchid;loathing@@ on you as $he forces down servings of slave food until $his stomach is bloated with nearly two liters of the paste, leaving $his stomach obviously distended. $He struggles to keep $his meal down, @@.gold;fearing@@ punishment otherwise.
<<set $slaves[$i].devotion -= 6, $slaves[$i].trust -= 6>>
<</if>>
<<elseif $slaves[$i].behavioralFlaw == "gluttonous">>
<<if $slaves[$i].inflation == 3>>
Throughout the week, $he @@.hotpink;eagerly@@ stuffs $his face with servings of slave food until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of the paste, leaving $him looking ready to burst. $He rubs $his stuffed belly @@.mediumaquamarine;contently@@, anticipating $his next gorging.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 10, $slaves[$i].trust += 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he @@.hotpink;eagerly@@ stuffs $his face with servings of slave food until $his stomach is bloated with nearly four liters of the paste, giving $him quite the food baby. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next meal.
<<set $slaves[$i].devotion += 7, $slaves[$i].trust += 7>>
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he @@.hotpink;eagerly@@ stuffs $his face with servings of slave food until $his stomach is bloated with nearly two liters of the paste, leaving $his belly noticeably distended. $He rubs $his stuffed belly @@.mediumaquamarine;contently@@, anticipating $his next helping.
<<set $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
<</if>>
<<else>>
<<if $slaves[$i].inflation == 3>>
Throughout the week, $he makes sure to binge eat until $his gut is stuffed with nearly two gallons of slave food, leaving $him looking ready to burst. $He keeps $himself @@.red;painfully full@@ for you.
<<set $slaves[$i].health -= 10>>
<<elseif $slaves[$i].inflation == 2>>
Throughout the week, $he makes sure to binge eat until $his gut is filled with nearly four liters of slave food, giving $him quite the food baby. $He is full enough to be distended but not enough to grow taut.
<<elseif $slaves[$i].inflation == 1>>
Throughout the week, $he makes sure to binge eat until $he's consumed nearly two liters of slave food, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<</if>>
<</switch>>
<<if $slaves[$i].fetish == "cumslut" && $slaves[$i].inflationType == "cum" && $slaves[$i].bellyFluid >= 1500>>
Being so full of cum fills $him with @@.hotpink;absolute bliss.@@
<<set $slaves[$i].devotion += 5>>
<<elseif $slaves[$i].fetish == "masochist" && $slaves[$i].bellyFluid >= 10000>>
That pain comes with @@.hotpink;absolute bliss@@ as $he relishes the unique sensation.
<<set $slaves[$i].devotion += 5>>
<</if>>
<<if $slaves[$i].behavioralQuirk == "fitness">>
<<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum" || $slaves[$i].inflationType == "food" && $slaves[$i].inflation > 0>>
$He vows to exercise more to deal with @@.mediumorchid;the bloated belly you forced on $him.@@ Though gaining weight just means more opportunities to work out.
<<set $slaves[$i].devotion -= 3>>
<</if>>
<</if>>
<<if $slaves[$i].inflationType == "milk" && $slaves[$i].bellyFluid >= 1500>>
<<if $slaves[$i].weight < 200>>
$His body @@.lime;grows a little more padded@@ as it absorbs the milk contained in $his digestive track.
<<set $slaves[$i].weight += 2>>
<</if>>
<<if random(1,100) > 50>>
<<if $slaves[$i].boobs < 3000>>
$His breasts @@.lime;swell@@ with added fat as $he digests the milk contained in $his digestive track.
<<set $slaves[$i].boobs += 200>>
<</if>>
<<if $slaves[$i].butt < 7>>
$His butt @@.lime;swells@@ with added fat as $he digests the milk contained in $his digestive track.
<<set $slaves[$i].butt += 1>>
<</if>>
<</if>>
<<elseif $slaves[$i].inflationType == "food" && $slaves[$i].bellyFluid >= 1500>>
<<if $slaves[$i].weight < 200>>
$His body @@.lime;rapidly gains weight@@ as it digests the food contained in $his digestive track.
<<set $slaves[$i].weight += 4>>
<</if>>
<<if random(1,100) > 50 && $slaves[$i].boobs < 3000>>
$His breasts @@.lime;swell@@ with added fat as $he digests the food contained in $his digestive track.
<<set $slaves[$i].boobs += 200>>
<</if>>
<<if random(1,100) > 50 && $slaves[$i].butt < 7>>
$His butt @@.lime;swells@@ with added fat as $he digests the food contained in $his digestive track.
<<set $slaves[$i].butt += 1>>
<</if>>
<</if>>
|
amomynous0/fc
|
src/pregmod/saInflation.tw
|
tw
|
bsd-3-clause
| 45,495 |
:: SE Burst [nobr]
<<set $nextButton = "Continue", $returnTo = "Scheduled Event">>
<<for _b = 0; _b < $slaves.length; _b++>>
<<if $slaves[_b].burst == 1>>
<<if (($slaves[_b].belly > ($slaves[$i].pregAdaptation*3200)) || $slaves[$i].bellyPreg > 600000)>>
$slaves[_b].slaveName's straining womb finally gave out and burst, taking $his life and that of $his children. //Placeholder//
<<elseif $slaves[_b].inflation != 0>>
<<pop $slaves[_b]>>
<</if>>
<<set $activeSlave = $slaves[_b]>>
<<include "Remove activeSlave">>
<br><br><hr style="margin:0"><br>
<</if>>
<</for>>
<<set $burstee = 0>>
<<set $burst = 0>>
|
amomynous0/fc
|
src/pregmod/seBurst.tw
|
tw
|
bsd-3-clause
| 625 |
:: SE Death [nobr]
<<set $nextButton = "Continue", $nextLink = "Scheduled Event">>
<<set _killedSlaves = []>>
<<foreach _slave of $slaves>>
<<switch _slave.death.toLowerCase()>>
<<case "old">>
<<DeathOldAge _slave>>
<br><br><hr style="margin:0"><br>
<<set _killedSlaves.push(_slave)>>
<<case "od">>
<<DeathOverdose _slave>>
<br><br><hr style="margin:0"><br>
<<set _killedSlaves.push(_slave)>>
<<case "health">>
<<DeathUnhealthy _slave>>
<br><br><hr style="margin:0"><br>
<<set _killedSlaves.push(_slave)>>
<<case "burst">>
<<DeathPregnancyBurst _slave>>
<br><br><hr style="margin:0"><br>
<<set _killedSlaves.push(_slave)>>
<</switch>>
<</foreach>>
<<foreach _slave of _killedSlaves>>
<<set $activeSlave = _slave>>
<<include "Remove activeSlave">>
<</foreach>>
<<unset _killedSlaves>>
<<set $slaveDeath = 0>>
|
amomynous0/fc
|
src/pregmod/seDeath.tw
|
tw
|
bsd-3-clause
| 860 |
:: SE FCTV Install [nobr]
<<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "FCTV", $receiverAvailable = 1>>
<<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $showEleven = 0, $showTwelve = 0, $showThirteen = 0, $showFourteen = 0, $randShow = 0, $lastShow = -1>>
You've been sitting in your office into the early afternoon going over bothersome lease documents that need your approval. When you take a break to look out the window, $assistantName speaks up. "<<= properTitle()>>, you have received an approval welcome packet from 8HGG Inc in regards to Free Cities TV. It seems that they've determined that $arcologies[0].name is now sufficiently developed enough to warrant a FCTV-Citizen connection. All the details and contracts necessary are included in the packet. From there, a receiver will need to be built onto $arcologies[0].name in order to access FCTV."
<br><br>
You browse the guide: Home shopping networks, random dramas, how-to shows and a myriad of other things. Of more interest are some of the programs showing glimpses into foreign arcologies and how they are using the service to help mold society.
<br><br><i>While FCTV attempts to exclude any dick-based, pregnancy, hyperpregnancy, and extreme content based on your settings, it may still hint at that content, especially the more mundane of it. If you wish to be absolutely sure, don't watch FCTV or do not install the receiver.</i>
|
amomynous0/fc
|
src/pregmod/seFCTVinstall.tw
|
tw
|
bsd-3-clause
| 1,599 |
:: SE husk slave delivery [nobr]
<<set $huskSlaveOrdered = 0, $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "Enslaving People">>
<<set $activeSlaveOneTimeMinAge = $huskSlave.age>>
<<set $activeSlaveOneTimeMaxAge = $huskSlave.age>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<set $ageAdjustOverride = 1>>
<<if $huskSlave.sex == 2>>
<<include "Generate XY Slave">>
<<set $activeSlave.boobs = 0>>
<<set $activeSlave.boobsImplant = 0>>
<<else>>
<<include "Generate XX Slave">>
<</if>>
<<set $activeSlave.slaveName = "Doll">>
<<set $activeSlave.birthName = "">>
<<set $activeSlave.slaveSurname = "">>
<<set $activeSlave.surname = "">>
<<set $activeSlave.race = $huskSlave.race>>
<<set $activeSlave.nationality = $huskSlave.nationality>>
<<set $activeSlave.origin = "You reserved a mindless slave like her from the Flesh Heap.">>
<<set $activeSlave.devotion = 0>>
<<set $activeSlave.trust = 0>>
<<if $activeSlave.race == "black">>
<<set $activeSlave.skin = either("black", "brown", "dark brown")>>
<<set $activeSlave.hColor = either("black", "black", "black", "brown")>>
<<set $activeSlave.hStyle = either("shoulder-length", "short", "very short", "shaved bald", "crinkled")>>
<<elseif $activeSlave.race == "white">>
<<set $activeSlave.skin = either("pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "brown", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "red", "brown")>>
<<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>>
<<elseif $activeSlave.race == "latina">>
<<set $activeSlave.skin = either("light olive", "brown", "dark brown", "tanned", "dark olive")>>
<<set $activeSlave.hColor = either("black", "black", "brown", "brown")>>
<<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>>
<<elseif $activeSlave.race == "asian">>
<<set $activeSlave.skin = either("light", "dark olive", "light olive")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>>
<<elseif ($activeSlave.race == "indo-aryan") || ($activeSlave.race == "malay") || ($activeSlave.race == "pacific islander") || ($activeSlave.race == "amerindian")>>
<<set $activeSlave.skin = either("pale", "dark", "light")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>>
<<elseif ($activeSlave.race == "middle eastern") || ($activeSlave.race == "semitic") || ($activeSlave.race == "southern european")>>
<<set $activeSlave.skin = either("light olive", "tanned", "light", "dark olive")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>>
<</if>>
<<set $activeSlave.fetish = "mindbroken">>
<<set $activeSlave.fetishStrength = 10>>
<<set $activeSlave.fetishKnown = 1>>
<<set $activeSlave.career = "a fuckdoll">>
<<set $activeSlave.behavioralFlaw = "none">>
<<set $activeSlave.behavioralQuirk = "none">>
<<set $activeSlave.sexualFlaw = "none">>
<<set $activeSlave.sexualQuirk = "none">>
<<set $activeSlave.intelligence = -100>>
<<set $activeSlave.intelligenceImplant = 0>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.oralSkill = 0>>
<<set $activeSlave.analSkill = 0>>
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.entertainSkill = 0>>
<<set $activeSlave.combatSkill = 0>>
<<if $huskSlave.sex == 3>>
<<set $activeSlave.dick = 1>>
<<set $activeSlave.foreskin = 2>>
<<set $activeSlave.prostate = 1>>
<<set $activeSlave.balls = 1>>
<<if $activeSlave.physicalAge >= $potencyAge>>
<<set $activeSlave.pubertyXY = 1>>
<</if>>
<</if>>
<<if $activeSlave.balls > 0>>
<<set $activeSlave.scrotum = $activeSlave.balls>>
<</if>>
<<if $activeSlave.vagina == -1>>
<<set $activeSlave.clit = 0>>
<</if>>
<<if $huskSlave.virgin == 0>>
<<set $activeSlave.anus = 0>>
<<if $activeSlave.vagina > -1>>
<<set $activeSlave.vagina = 0>>
<</if>>
<</if>>
A slave came in fitting the description you provided.
<br>
//As expected, she is a complete vegetable, but that is what you ordered after all. You lack the facilities to care for her in this state, so you should do what you are planning quickly. Or you could return her to the Flesh Heap, though you won't get your credits back.//
<br><br>
<<set $saleDescription = 1, $applyLaw = 0>><<include "Long Slave Description">><<set $saleDescription = 1>>
<br><br>
<span id="result">
<<if $cash >= $surgeryCost>>
[[Accept the offered slave and contact the bodyswap surgeon.|husk Slave Swap Workaround]] //Will significantly increase the selected slave's upkeep.//
<<else>>
//You can't sustain her and thus must return her.//
<</if>>
</span>
|
amomynous0/fc
|
src/pregmod/seHuskSlaveDelivery.tw
|
tw
|
bsd-3-clause
| 4,967 |
:: Slave Age Intro [nobr]
Do you want to see content involving girls younger than 18 in this game?
<br><br>
[[No.|PC Body Intro][$minimumSlaveAge = 18, $pedo_mode = 0]] //All slaves will be at least 18 years old, and slavery of children will be illegal in the Free Cities.//
<br>Yes, I wish to see girls as young as <<textbox "$minimumSlaveAge" $minimumSlaveAge "PC Body Intro">> [[Continue|PC Body Intro][$pedo_mode = 0]]
<br>[[I just want lots of lolis.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 1]] //Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older.//
<br>[[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 0, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile younger than normal puberty age (10) in some cases, and grow up naturally.//
|
amomynous0/fc
|
src/pregmod/slaveAgeIntro.tw
|
tw
|
bsd-3-clause
| 1,022 |
:: SlaveOnSlaveFeedingWorkAround [nobr]
<<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<set $milkTap = 0, _descM = "milk", _descC = "cum", _eligibilityMilk2 = 0, _eligibilityMilk4 = 0, _eligibilityMilk8 = 0, _eligibilityCum2 = 0, _eligibilityCum4 = 0, _eligibilityCum8 = 0>>
<<for _i = 0; _i < $slaves.length; _i++>> /* milk output */
<<if $slaves[_i].lactation > 0>>
<<set $slaves[_i].milkOutput = 0>>
<<set _milk = milkAmount($slaves[_i])>>
<<set _milk = (_milk/14)>>
<<set _milk = Math.trunc(_milk)>>
<<set $slaves[_i].milkOutput = _milk>>
<<else>>
<<set _milk = 0>>
<<set $slaves[_i].milkOutput = 0>>
<</if>>
<</for>>
<<for _i = 0; _i < $slaves.length; _i++>> /* cum output */
<<if $slaves[_i].balls > 0 && $slaves[_i].dick > 0 && ($slaves[_i].dickAccessory != "chastity" || $slaves[_i].dickAccessory != "combined chastity")>>
<<set $slaves[_i].cumOutput = 0>>
<<set _cum = cumAmount($slaves[_i])>>
<<set _cum = (_cum/7)>>
<<set _cum = (_cum/10)>>
<<set _cum = Math.trunc(_cum)>>
<<set $slaves[_i].cumOutput = _cum>>
<<else>>
<<set _cum = 0>>
<<set $slaves[_i].cumOutput = 0>>
<</if>>
<</for>>
//$activeSlave.slaveName is prepped to drink her fill; now you must select a slave capable of producing the required amount of milk or ejaculate.//
<br><br><br>
__Select an eligible slave to serve as the tap:__
<br><br>
__Milk Slaves__
<br><br>
__2 Liters__
<br>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].milkOutput >= 2>>
<<if ($slaves[_i].ID != $activeSlave.ID) && $slaves[_i].nipples != "fuckable">>
<<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 1, $activeSlave.inflationType = _descM, $activeSlave.inflationMethod = 3]]">>
<<set _eligibilityMilk2 = 1>>
<br>
<</if>>
<</if>>
<</for>>
<<if (_eligibilityMilk2 == 0)>>
//You have no slaves capable of producing two liters of milk.//
<</if>>
<br><br>
__4 Liters__
<br>
<<if $activeSlave.pregKnown == 0>>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].milkOutput >= 4>>
<<if ($slaves[_i].ID != $activeSlave.ID) && $slaves[_i].nipples != "fuckable">>
<<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 2, $activeSlave.inflationType = _descM, $activeSlave.inflationMethod = 3]]">>
<<set _eligibilityMilk4 = 1>>
<br>
<</if>>
<</if>>
<</for>>
<<if (_eligibilityMilk4 == 0)>>
//You have no slaves capable of producing four liters of milk.//
<</if>>
<br><br>
__8 Liters__
<br>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].milkOutput >= 8>>
<<if ($slaves[_i].ID != $activeSlave.ID) && $slaves[_i].nipples != "fuckable">>
<<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 3, $activeSlave.inflationType = _descM, $activeSlave.inflationMethod = 3]]">>
<<set _eligibilityMilk8 = 1>>
<br>
<</if>>
<</if>>
<</for>>
<<if (_eligibilityMilk8 == 0)>>
//You have no slaves capable of producing eight liters of milk.//
<</if>>
<<else>>
Due to her pregnancy, she is incapable of keep down more than two liters of milk.
<</if>>
<br><br><br><br>
__Cum Slaves__
<br><br>
__2 Liters__
<br>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].cumOutput >= 2>>
<<if ($slaves[_i].ID != $activeSlave.ID)>>
<<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 1, $activeSlave.inflationType = _descC, $activeSlave.inflationMethod = 3]]">>
<<set _eligibilityCum2 = 1>>
<br>
<</if>>
<</if>>
<</for>>
<<if (_eligibilityCum2 == 0)>>
//You have no slaves capable of producing two liters of cum.//
<</if>>
<br><br>
__4 Liters__
<br>
<<if $activeSlave.pregKnown == 0>>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].cumOutput >= 4>>
<<if ($slaves[_i].ID != $activeSlave.ID)>>
<<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 2, $activeSlave.inflationType = _descC, $activeSlave.inflationMethod = 3]]">>
<<set _eligibilityCum4 = 1>>
<br>
<</if>>
<</if>>
<</for>>
<<if (_eligibilityCum4 == 0)>>
//You have no slaves capable of producing four liters of cum.//
<</if>>
<br><br>
__8 Liters__
<br>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].cumOutput >= 8>>
<<if ($slaves[_i].ID != $activeSlave.ID)>>
<<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 3, $activeSlave.inflationType = _descC, $activeSlave.inflationMethod = 3]]">>
<<set _eligibilityCum8 = 1>>
<br>
<</if>>
<</if>>
<</for>>
<<if (_eligibilityCum8 == 0)>>
//You have no slaves capable of producing eight liters of cum.//
<</if>>
<<else>>
Due to her pregnancy, she is incapable of keep down more than two liters of cum.
<</if>>
|
amomynous0/fc
|
src/pregmod/slaveOnSlaveFeedingWorkAround.tw
|
tw
|
bsd-3-clause
| 4,853 |
:: Slave Slave Swap [nobr]
<<set $nextButton = "Continue">>
<<set _ss1 = $slaveIndices[$activeSlave.ID]>>
<<set _ss1Clone = clone($activeSlave)>>
<<set _ss2 = $slaveIndices[$swappingSlave.ID]>>
<<set _ss2Clone = clone($swappingSlave)>>
<<set _gps1 = $genePool.findIndex(function(s) { return s.ID == $slaves[_ss1].ID; })>>
<<set _gps1Clone = clone($genePool[_gps1])>>
<<set _gps2 = $genePool.findIndex(function(s) { return s.ID == $slaves[_ss2].ID; })>>
<<set _gps2Clone = clone($genePool[_gps2])>>
<<run clearSummaryCache($slaves[_ss1])>>
<<run clearSummaryCache($slaves[_ss2])>>
You strap $activeSlave.slaveName and $swappingSlave.slaveName into the remote surgery and stand back as it goes to work.
<<BodySwap $slaves[_ss1] _ss2Clone 1>> /* passing a third argument just to detect if it's a slave from the genepool */
<<BodySwap $genePool[_gps1] _gps2Clone>>
<<BodySwap $slaves[_ss2] _ss1Clone 1>> /* passing a third argument just to detect if it's a slave from the genepool */
<<BodySwap $genePool[_gps2] _gps1Clone>>
<br><br>
After an honestly impressive procedure, $slaves[_ss1].slaveName is recovering nicely.
<<BodySwapReaction $slaves[_ss1] _ss1Clone>>
<br><br><hr style="margin:0"><br>
In the neighboring bed, $slaves[_ss2].slaveName rests peacefully.
<<BodySwapReaction $slaves[_ss2] _ss2Clone>>
/* figuring out whom has who's body now*/
<<if $slaves[_ss1].bodySwap == 0>>
<<set $slaves[_ss1].origBodyOwnerID = _ss2Clone.ID>>
<<elseif $slaves[_ss2].origBodyOwner !== "">> /* now who's going to be looking for you? */
<<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $slaves[_ss2].ID; })>>
<<if _myBody != -1>>
<<set $slaves[_myBody].origBodyOwnerID = $slaves[_ss1].ID>>
<</if>>
<</if>>
<<if $slaves[_ss2].bodySwap == 0>>
<<set $slaves[_ss2].origBodyOwnerID = _ss1Clone.ID>>
<<elseif $slaves[_ss1].origBodyOwner !== "">> /* now who's going to be looking for you? */
<<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $slaves[_ss1].ID; })>>
<<if _myBody != -1>>
<<set $slaves[_myBody].origBodyOwnerID = $slaves[_ss2].ID>>
<</if>>
<</if>>
/* now to handle who's body it is, name-wise */
<<BodySwapName $slaves[_ss1] $slaves[_ss2]>>
<<BodySwapName $slaves[_ss2] $slaves[_ss1]>>
<<if _ss1Clone.bodySwap > 0>>
<<if $slaves[_ss1].origBodyOwnerID == $slaves[_ss1].ID>>
<<set $slaves[_ss1].bodySwap = 0>>
<<set $slaves[_ss1].origBodyOwnerID = 0>>
<<set $slaves[_ss1].origBodyOwner = "">>
<<else>>
<<set $slaves[_ss1].bodySwap++>>
<</if>>
<<else>>
<<set $slaves[_ss1].bodySwap++>>
<</if>>
<<if $slaves[_ss2].bodySwap > 0>>
<<if $slaves[_ss2].origBodyOwnerID == $slaves[_ss2].ID>>
<<set $slaves[_ss2].bodySwap = 0>>
<<set $slaves[_ss2].origBodyOwnerID = 0>>
<<set $slaves[_ss2].origBodyOwner = "">>
<<else>>
<<set $slaves[_ss2].bodySwap++>>
<</if>>
<<else>>
<<set $slaves[_ss2].bodySwap++>>
<</if>>
<<set $activeSlave = 0, $swappingSlave = 0>>
|
amomynous0/fc
|
src/pregmod/slaveSlaveSwap.tw
|
tw
|
bsd-3-clause
| 2,947 |
:: Slave Slave Swap Workaround [nobr]
<<set $nextButton = "Abort Operation", $nextLink = "Main">>
<<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>>
The surgeon awaits the pair of slaves to be strapped into the surgery. So far only $activeSlave.slaveName is prepped:
<br>
//Select the slave who will be trading bodies with $him. This operation will cost <<print cashFormat(10000)>>.//
<br><br>
__Select an eligible slave:__
<<for _i = 0; _i < $slaves.length; _i++>>
<<if isSlaveAvailable($slaves[_i])>>
<<if $slaves[_i].fuckdoll == 0>>
<<if ($slaves[_i].ID != $activeSlave.ID)>>
<br><<print "[[$slaves[_i].slaveName|Slave Slave Swap][$swappingSlave = $slaves[" + _i + "], $cash -= 10000]]">>
<</if>>
<</if>>
<</if>>
<</for>>
|
amomynous0/fc
|
src/pregmod/slaveSlaveSwapWorkaround.tw
|
tw
|
bsd-3-clause
| 748 |
:: test genetics [nobr]
<<set $nextButton = "Back", $nextLink = "Main">>
<<set _seed = 0>>
All slave array slaves MUST be present in genePool or else there is a malfunction.
<table><caption style="background-color: rgba(127, 127, 127, 0.2)">genePool</caption>
<tr><th>index</th><th>name</th><th>ID</th><th>origin</th></tr>
<<for _i = 0; _i < $genePool.length; _i++>>
<tr>
<td>_i</td>
<td>$genePool[_i].slaveName</td>
<td>$genePool[_i].ID</td>
<td>$genePool[_i].origin</td>
</tr>
<</for>>
</table>
<<set _neededProperties = ['genes', 'origSkin', 'origEye', 'origHColor', 'nationality', 'origRace', 'face', 'intelligence', 'underArmHStyle', 'pubicHStyle']>>
<table><caption style="background-color: rgba(127, 127, 127, 0.2)">slaves</caption>
<tr><th>index</th><th>name</th><th>ID</th><th>origin</th><th>assignment</th></tr>
<<for _i = 0; _i < $slaves.length; _i++>>
<<set _s = $slaves[_i]>>
<<set _error = $genePool.every(function(g) { return $slaves[_i].ID !== g.ID; })>>
<<if _error>><<set _errorCause = "Doesn't exist in the gene pool">><</if>>
<<if !_error>>
<<set _missingProperties = _neededProperties.filter(function(p) { return !(p in _s);})>>
<<if _missingProperties.length > 0>>
<<set _error = true, _errorCause = "Missing properties: " + _missingProperties.join(", ")>>
<</if>>
<</if>>
<<if _error>>
<tr class="red">
<td>_i</td>
<td>_s.slaveName</td>
<td>_s.ID</td>
<td>_s.origin</td>
<td>_s.assignment</td>
<td>_errorCause</td>
</tr>
<<else>>
<tr class="green">
<td>_i</td>
<td>_s.slaveName</td>
<td>_s.ID</td>
<td>_s.origin</td>
<td>_s.assignment</td>
<td></td>
</tr>
<</if>>
<</for>>
</table>
<<if _errorCause>>
@@.red;Errors in the gene pool detected! Please report this.@@
<<link "Add missing slaves to the gene pool">>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $genePool.every(function(g) { return $slaves[_i].ID !== g.ID; })>>
<<set $genePool.push($slaves[_i])>>
<</if>>
<</for>>
<<goto "Main">>
<</link>> //This will not fix missing properties.//
<</if>>
|
amomynous0/fc
|
src/pregmod/testGenetics.tw
|
tw
|
bsd-3-clause
| 2,071 |
:: The Hippolyta Academy [nobr]
<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Slave Schools">>
/* Multi-Purchase Support */
<<if ndef $newSlaves>><<set $newSlaves = []>><</if>>
<<if $newSlaves.length > 0>>
<<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "HA", $returnTo = "Main", $newSlaveIndex = 0>>
<</if>>
//
The Hippolyta Academy is one of the most famous slave bodyguarding schools in all free cities. Its business model is to offer very high quality, highly trained girls. Their renowned amazonian maids are some of the best combatants in the world and can be often found at the side of the wealthiest citizens.
<<if $HA.schoolUpgrade == 1>>
Recently the school was able to enhance its educational programs thanks to your generous donation. Their slaves are now some of the most well trained and educated on the market.
<<elseif $HA.schoolUpgrade == 2>>
Recently the school was able to improve its drug enhancement program thanks to your generous donation. Their slaves are now some of the most physically impressive specimen on the market.
<<elseif $HA.schoolUpgrade == 3>>
Recently the school redirected its focus to better align with the strongfat ideal, as of your suggestion. Their slaves are physically impressive yet maintain a soft and feminine aspect.
<</if>>
//
<br><br>The Hippolyta Academy offers a fresh graduate for inspection. The interview takes place in one of the many training areas of the school, where the physical prowess of the candidate can be easily showcased.
<<GenerateMarketSlave "HA">>
<<slaveCost $activeSlave>>
<<if $HA.schoolSale != 0>>
<<set $slaveCost = Math.trunc($slaveCost*0.6)>>
<<elseif $HA.schoolUpgrade != 0>>
<<set $slaveCost = Math.trunc($slaveCost*1.2)>>
<</if>>
<<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
<<if $cash >= $slaveCost>>
<br>[[Buy her and check out other slaves to order|The Hippolyta Academy][$cash -= $slaveCost, $HA.schoolSale = 0, $HA.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]]
<<if $newSlaves.length == 0>>
<br>[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $HA.schoolSale = 0, $HA.studentsBought += 1, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main"]]
<<else>>
<br>[[Buy her and Finish your order of slaves|Bulk Slave Intro][$cash -= $slaveCost, $HA.schoolSale = 0, $HA.studentsBought += 1, $newSlaves.push($activeSlave)]]
<</if>>
<<else>>
//You lack the necessary funds to buy this slave.//
<</if>>
<br>[[Decline to purchase her and check out another slave|The Hippolyta Academy][$slavesSeen += 1]]
<<if $newSlaves.length > 0>>
<br>[[Finish your order of slaves|Bulk Slave Intro]]
<</if>>
<br><br>
<<set $saleDescription = 1>><<include "Long Slave Description">>
|
amomynous0/fc
|
src/pregmod/theHippolytaAcademy.tw
|
tw
|
bsd-3-clause
| 3,207 |
:: Wetware CPUs [nobr]
<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Slave Schools">>
/* Multi-Purchase Support */
<<if ndef $newSlaves>><<set $newSlaves = []>><</if>>
<<if $newSlaves.length > 0>>
<<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "wetware", $returnTo = "Main", $newSlaveIndex = 0>>
<</if>>
//Wetware CPUs offer highly trained slaves with useful career experience at a discount; That is, at the cost of the physical health of the merchandise.//
<br><br>
<<GenerateMarketSlave "wetware">>
<<slaveCost $activeSlave>>
<<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
<<if $cash >= $slaveCost>>
<br>[[Buy her and check out other slaves to order|Wetware CPUs][$cash -= $slaveCost, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]]
<<if $newSlaves.length == 0>>
<br>[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main"]]
<<else>>
<br>[[Buy her and Finish your order of slaves|Bulk Slave Intro][$cash -= $slaveCost, $newSlaves.push($activeSlave)]]
<</if>>
<<else>>
//You lack the necessary funds to buy this slave.//
<</if>>
<br>[[Decline to purchase her and check out another slave|Wetware CPUs][$slavesSeen += 1]]
<<if $newSlaves.length > 0>>
<br>[[Finish your order of slaves|Bulk Slave Intro]]
<</if>>
<br><br>
<<set $saleDescription = 1>><<include "Long Slave Description">>
|
amomynous0/fc
|
src/pregmod/wetwareCPUs.tw
|
tw
|
bsd-3-clause
| 1,865 |
:: assignment-filter widget [widget nobr]
/*
* filters the list according to the selected Facility
* function(y) is a loop through $slaves to set assignmentVisible to 1 and returns a new array
* function(x) filters the slaves with the given condition ( here its the assignment )
* so basically function(x) finds the slaves that are selected and function(y) sets them to be visible
*/
/*
* These widgets set the visibilities for the different Facilities
*/
<<widget "resetAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 1})>><<set $slaves.filter(function(x){return x.assignment.includes("in the") || x.assignment.includes("be the") || x.assignment.includes("live with") || (x.assignment.includes("be your") && x.assignment != "be your Head Girl") || x.assignment.includes("work as a ")}).map(function(y){y.assignmentVisible = 0})>>
<</widget>>
<<widget "showallAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 1})>><<set $slaves.filter(function(x){return x.assignment.includes("agent")}).map(function(y){y.assignmentVisible = 0})>>
<</widget>>
<<widget "arcadeAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "be confined in the arcade"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "brothelAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work in the brothel" || x.assignment == "be the Madam"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "cellblockAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "be confined in the cellblock" || x.assignment == "be the Wardeness"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "clinicAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "get treatment in the clinic" || x.assignment == "be the Nurse"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "clubAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "serve in the club" || x.assignment == "be the DJ"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "dairyAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work in the dairy" || x.assignment == "be the Milkmaid"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "headgirlSuiteAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "live with your Head Girl"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "penthouseAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "rest" || x.assignment == "be a subordinate slave" || x.assignment == "whore" || x.assignment == "serve the public" || x.assignment == "work a glory hole" || x.assignment == "get milked" || x.assignment == "be a servant" || x.assignment == "please you"|| x.assignment == "stay confined" || x.assignment == "take classes" || x.assignment == "choose her own job" || x.assignment == "live with your Head Girl"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "schoolAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "learn in the schoolroom" || x.assignment == "be the Schoolteacher"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "spaAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "rest in the spa" || x.assignment == "be the Attendant"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "nurseryAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work as a nanny" || x.assignment == "be the Matron"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "suiteAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "serve in the master suite" || x.assignment == "be your Concubine"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "quartersAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work as a servant" || x.assignment == "be the Stewardess"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
<<widget "nurseryAssignmentFilter">>
<<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work as a nanny" || x.assignment == "be the Matron"}).map(function(y){y.assignmentVisible = 1})>>
<</widget>>
/*
* Checks from which Facility its get called and removes it from the list
* this is the Main Filter widget used on all Passages atm
* sets Flag = zero so slave summary provides send-to-facility links
*/
<<widget "assignmentFilter">>
<<link All>><<showallAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>>
<<if passage() != "Arcade">><<print " | ">><<link Arcade>><<arcadeAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Brothel">><<print " | ">><<link Brothel>><<brothelAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Cellblock">><<print " | ">><<link Cellblock>><<cellblockAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Clinic">><<print " | ">><<link Clinic>><<clinicAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Club">><<print " | ">><<link Club>><<clubAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Dairy">><<print " | ">><<link Dairy>><<dairyAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<print " | ">><<link Penthouse>><<penthouseAssignmentFilter>><<replace #ComingGoing>><<include 'Slave Summary'>><<set $Flag = 0>><<resetAssignmentFilter>><</replace>><</link>>
<<if passage() != "Schoolroom">><<print " | ">><<link Schoolroom>><<schoolAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Spa">><<print " | ">><<link Spa>><<spaAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Nursery">><<print " | ">><<link Nursery>><<nurseryAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Master Suite">><<print " | ">><<link Suite>><<suiteAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<<if passage() != "Servants' Quarters">><<print " | ">><<link Quarters>><<quartersAssignmentFilter>><<set $Flag = 0>><<replace #ComingGoing>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>>
<</widget>>
/*
* undefinedAssignmentFilter serves no purpose atm
* might use it for RA Slave filter and Matchmaking
*/
<<widget "undefinedAssignmentFilter">>
<<link All>><<showallAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Arcade>><<arcadeAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Brothel>><<brothelAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Cellblock>><<cellblockAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Clinic>><<clinicAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Club>><<clubAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Dairy>><<dairyAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Penthouse>><<penthouseAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Schoolroom>><<schoolAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Spa>><<spaAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Nursery>><<nurseryAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Suite>><<suiteAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">>
<<link Quarters>><<quartersAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>>
<<resetAssignmentFilter>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/assignmentFilterWidget.tw
|
tw
|
bsd-3-clause
| 9,885 |
:: Bodyswap Reaction [widget nobr]
<<widget "BodySwapReaction">>
<<if $args[0].eyes <= -2 && $args[1].eyes > -2>>
<<set _sight = -2>> /* now blind */
<<elseif $args[0].eyes == -1 && $args[1].eyes > -1>>
<<set _sight = -1>> /* now nearsighted */
<<elseif $args[0].eyes > -2 && $args[1].eyes <= -2>>
<<set _sight = 2>> /* now not blind */
<<elseif $args[0].eyes > -1 && $args[1].eyes == -1>>
<<set _sight = 1>> /* now not nearsighted */
<<else>>
<<set _sight = 0>> /* no change */
<</if>>
<<set _end = 0>>
<<if $args[0].health >= $args[1].health+10>>
The monitors indicate that $his @@.green;health has improved@@ from $his previous body. Whatever else happens, $he will likely appreciate this.
<<elseif $args[0].health <= $args[1].health-10>>
The monitors indicate that $his @@.red;health has degraded@@ from $his previous body. Whatever else happens, this will likely upset $him.
<</if>>
Now you only have to wait for $him to wake up.
<br><br>
<<if $args[0].amp != 1>> /* (has limbs) */
<<if $args[0].fetish == "mindbroken">>
After a while, $he begins to stir, $his eyes fluttering. $He lets out a low groan and reaches up to rub at $his eyes. $He stops and stares uncomprehendingly
<<if _sight == -2>>
into @@.red;the darkness that is $his new world.@@ $He goes into a panic and begins thrashing violently until $he is restrained and sedated. Hopefully when $he comes to again, $he'll have forgotten $he could ever see in the first place.
<<set _end = 1>>
<<elseif _sight == 2>>
at the hand @@.green;$he can now see.@@ The gift of sight is lost upon $him, as is that $he is no longer in $his own body.
<<else>>
at the hand for moment before looking for $his own. Eventually, $he bumps into $himself and realizes it belongs to $him. From then, $his old body is nothing more than a blur, soon to be forgotten forever.
<</if>>
<<elseif $args[0].devotion > 50>>
After a while, $he begins to stir, $his eyes fluttering. $He lets out a low groan and reaches up to rub at $his eyes. $He stops and stares uncomprehendingly
<<if _sight == -2>>
into @@.red;the darkness that is $his new world.@@ $He barely manages to keep calm before accepting this is the fate you have chosen for $him.
<<elseif _sight == -1>>
at the hand @@.red;$he can now hardly see.@@ As $he squints at it, $he realizes that it's not $his own and a smile begins to form on $his face.
<<elseif _sight == 2>>
at the @@.green;hand $he can now see.@@ $He is by no means ungrateful for such a gift, but is too shocked by it to truly respond. As $his eyes move to you, however, $he quickly blushes and looks away.
<<elseif _sight == 1>>
at the hand for moment before $he realizes that it's not $his own. A smile begins to form on $his face, followed by a gasp once $he realizes $he can @@.green;see the world clearly now.@@
<<else>>
at the hand for moment before $he realizes that it's not $his own. A smile begins to form on $his face.
<</if>>
<<elseif $args[0].devotion > 20>>
After a while, $he begins to stir, $his eyes fluttering. $He lets out a low groan and reaches up to rub at $his eyes. $He stops and stares uncomprehendingly
<<if _sight == -2>>
into the @@.red;darkness that is $his new world.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions before returning to $his inspection.
<<set $args[0].trust -= 15>>
<<elseif _sight == -1>>
at the hand @@.gold;$he can now hardly see.@@ As $he @@.red;squints at it,@@ $he realizes that $his vision is not the only thing that has changed.
<<set $args[0].trust -= 5>>
<<elseif _sight == 2>>
at the hand @@.green;$he can now see.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $him such a gift.@@ $He quickly returns to $his senses and looks back to $his hand finally realizing just why $he can see now.
<<set $args[0].devotion += 15, $args[0].trust += 10>>
<<elseif _sight == 1>>
at the hand for moment before $he realizes that it's not $his own. $He lets out a gasp once $he realizes $he can @@.green;see the world clearly now;@@ $he accepted $his fate already, but $he's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $his perfect vision.@@
<<set $args[0].devotion += 5, $args[0].trust += 3>>
<<else>>
at the hand for moment before $he realizes that it's not $his own.
<</if>>
<<else>>
$He reaches up to rub at $his eyes and pauses to stare in shock
<<if _sight == -2>>
into the @@.red;darkness that is $his new world.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions. $He
<<set $args[0].trust -= 15>>
<<elseif _sight == -1>>
at $his hand; an unfamiliar hand that $he can @@.red;just barely see.@@ $He
<<set $args[0].trust -= 5>>
<<elseif _sight == 2>>
at the hand @@.green;$he can now see.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $him such a gift.@@ The gift of sight is short lived, however, as $he
<<set $args[0].devotion += 15, $args[0].trust += 10>>
<<elseif _sight == 1>>
at $his hand; a hand that $he @@.green;can clearly see@@ is not $his own. $He
<<set $args[0].devotion += 5, $args[0].trust += 3>>
<<else>>
at $his hand. $He
<</if>>
finally realizes that the new body $he found $himself in @@.gold;was not a nightmare as $he had hoped, but reality.@@ $He is @@.mediumorchid;utterly disturbed@@ by your removal of the last constant $he had in life.
<<set $args[0].devotion -= 15, $args[0].trust -= 30>>
<</if>>
<<if _end != 1>>
<<if $args[0].skin != $args[1].skin && canSee($args[0]) && $args[0].fetish != "mindbroken">>
$His @@.coral;newly $args[0].skin skin@@ is the first thing that leaps out at $him.
<<if $args[0].devotion > 50>>
$He is fascinated by the change and what this means for $him.
<<elseif $args[0].devotion > 20>>
The fact that you would alter something so defining about $him no longer surprises $him.
<<elseif $args[0].devotion >= -20>>
The fact that you would alter something so defining about $him is @@.hotpink;humbling.@@
<<set $args[0].devotion += 2>>
<<else>>
The fact that you would alter something so defining about $him is @@.gold;terrifying.@@
<<set $args[0].trust -= 2>>
<</if>>
<</if>>
$He holds the limb in front of $him, flexing each
/*(arms)*/
<<if $args[0].amp < 0 && $args[1].amp == 0>>
finger; the servo motors whining softly with each movement.
<<if $args[0].fetish == "mindbroken">>
$He vaguely reacts to the sounds coming from $his arm, though not to any meaningful extent.
<<elseif $args[0].devotion >= -20>>
A look of morbid curiosity crosses $his features.
<<else>>
A look of @@.mediumorchid;frustration@@ and @@.gold;anguish@@ distorts $his face as $he moans pitiably.
<<set $args[0].devotion -= 5, $args[0].trust -= 1>>
<</if>>
<<elseif $args[0].amp < 0 && $args[1].amp < 0>>
finger; the servo motors whining softly with each movement.
<<elseif $args[0].fetish == "mindbroken">>
finger as if nothing changed.
<<elseif $args[0].muscles < $args[1].muscles-5>> /*(less muscle)*/
<<if $args[0].devotion > 20>>
finger; the arm @@.orange;notably less muscular@@ than $his old one.
<<else>>
finger and noticing $his arm feels @@.orange;less muscular@@ than $he remembers. $He becomes irritated with $his newfound weakness and @@.mediumorchid;frowns angrily.@@
<<set $args[0].devotion -= 1>>
<</if>>
<<elseif $args[0].muscles > $args[1].muscles+5>> /*(more muscle)*/
<<if $args[0].devotion >= -20 || $args[0].fetish != "mindbroken">>
finger; the arm @@.lime;<<if canSee($args[0])>>visibly more toned<<else>>noticeably stronger<</if>>@@ than $his old one. With a clench of $his fist, the muscles of the limb bulge slightly. $He is @@.hotpink;happy@@ that you would take into consideration such a small detail, and knows that life will be just that much easier now.
<<set $args[0].devotion += 2>>
<<else>>
finger. Flexing, $he realizes $he is @@.lime;noticeably stronger@@ than $he was before. @@.mediumaquamarine;$He takes a moment to relish $his newfound strength.@@
<<set $args[0].trust += 10>>
<</if>>
<<else>> /* (same muscle (within five units)) */
<<if $args[0].physicalAge < $args[1].physicalAge-5>>
<<if !canSee($args[0])>>
finger. $He traces $his
<<if $args[1].physicalAge >= 40>>
arm and feels how @@.green;less wrinkled@@ $his skin is and how firmer $his muscles are.
<<else>>
arm, feeling just @@.green;how much younger@@ $he is.
<</if>>
<<else>>
finger and noticing @@.green;how much younger@@ $he is.
<<if $args[1].physicalAge >= 40>>
$He is pleased to see $his hand is now @@.green;less wrinkled@@ and the muscles that coat $his arm are now firmer than they were before.
<</if>>
<</if>>
<<elseif $args[0].physicalAge > $args[1].physicalAge+5>>
<<if !canSee($args[0])>>
finger. $He traces $his
<<if $args[1].physicalAge < 40>>
arm and feels the @@.red;wrinkles in $his skin.@@ With a despondent note, $he lowers $his hands back to $his sides.
<<else>>
arm, feeling just @@.red;how much older@@ $he is.
<</if>>
<<else>>
finger and noticing @@.red;how much older@@ $he is.
<<if $args[1].physicalAge < 40>>
With a despondent note, $he lowers $his hand back to $his side, having seen the wrinkles that now coat $his new arm.
<</if>>
<</if>>
<<else>>
finger and finding little difference.
<</if>>
<</if>>
$His hand roams over $his face searching for changes.
<<if ($args[0].earPiercing != 0 && $args[1].earPiercing == 0) || ($args[0].eyebrowPiercing != 0 && $args[1].eyebrowPiercing == 0) || ($args[0].nosePiercing != 0 && $args[1].nosePiercing == 0)>>
$He finds several new piercings adorning $his face.
<</if>>
/* ear changes - WIP for future ear shape options */
$He runs $his hands over $his ears, finding
<<if $args[0].hears <= -2 && $args[1].hears > -2>>
that, @@.gold;much to $his horror@@, there is nothing closing up $his ear canals, and this @@.red;world of silence@@ is $his new reality.
<<set $args[0].trust -= 15>>
<<elseif $args[0].hears == -1 && $args[1].hears > -1>>
that, @@.gold;much to $his distress@@, there is nothing blocking $his ear canals, and $his @@.red;diminished hearing@@ is all natural.
<<set $args[0].trust -= 5>>
<<elseif $args[0].hears > -2 && $args[1].hears <= -2>>
that, @@.hotpink;much to $his elation@@, $he @@.green;can now hear@@. While $he may question your motives, this is a gift $he will treasure.
<<set $args[0].devotion += 15, $args[0].trust += 10>>
<<elseif $args[0].hears > -1 && $args[1].hears == -1>>
that, @@.hotpink;much to $his joy@@, $he can now @@.green;hear much more clearly@@. While $he may question your motives, this is a gift $he will appreciate.
<<set $args[0].devotion += 5, $args[0].trust += 3>>
<<else>>
nothing particularly noteworthy.
<</if>>
<<if $args[0].sexualFlaw == "oral fixation" && $args[0].lips > $args[1].lips+10>> /* (bigger lip+oral fixation) */
$He slowly runs $his fingertips over the @@.lime;plush pillows.@@ A blush blossoms over $his face and the beeping of $his heart monitor speeds up slightly. You know that $he'll put them to good use.
<<if $args[0].devotion <= 20>>
$He pauses, and begins to @@.hotpink;hesitantly smile@@ as $he feels the softness of $his lovely new lips.
<<set $args[0].devotion += 2>>
<</if>>
<<elseif $args[0].lips > $args[1].lips+10>>
$His fingers brush $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.lime;they are larger now@@ than they once were.
<<elseif $args[0].sexualFlaw == "oral fixation" && $args[0].lips < $args[1].lips-10>> /* (smaller lip+oral fixation) */
<<if $args[0].devotion > 20>>
$His fingers pause and almost flinch away once they reach $his lips. A second later, they return to confirm $his fear. $His pride and joy are @@.orange;gone.@@ $He lets out a sniff and @@.mediumorchid;tears begin to roll down $his cheeks.@@
<<set $args[0].devotion -= 10>>
<<else>>
$His hand flinches, and $he pulls it away as <<if $args[0].voice == 0>>attempted <</if>>sobs well up from $him. For someone who values $his lips like $him, for them @@.orange;to be gone@@ is a truly @@.mediumorchid;terrible fate.@@
<<set $args[0].devotion -= 20>>
<</if>>
<<elseif $args[0].lips < $args[1].lips-10>>
$His fingers brush $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.orange;they are smaller@@ now than they once were.
<<else>>
$His fingers brush $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> having found nothing different about them<<else>> finding them familiar enough<</if>>.
<</if>>
<<if $args[0].lipsPiercing != 0 && $args[1].lipsPiercing == 0>>
$He flexes $his lips and notices the telltale clicking of a piercing against $his teeth.
<</if>>
<<if $args[0].teeth == "removable" && $args[1].teeth != "removable">> /* no teeth */
A look of confusion crosses $his face, $his brow furrowing slightly. You see $him work $his jaw for moment before $he turns $his head and spits out a set of dentures.
<<if $args[0].devotion < -20 && $args[0].fetish != "mindbroken">>
$He @@.mediumorchid;glowers@@ at them, knowing full well they'll be back in $his mouth shortly.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth) */
You can vaguely hear $him rattling $his tongue piercing against $his teeth.
<</if>>
<<if $args[0].physicalAge < 40 && $args[1].physicalAge > 50 && $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He can feel the @@.green;lack of wrinkles@@ on $his face and @@.hotpink;smiles broadly.@@
<<set $args[0].devotion += 2>>
<<else>>
$He can feel the @@.green;lack of wrinkles@@ on $his face and cringes at what this means for $his future.
<</if>>
<</if>>
<br><br>
Once $he finishes with $his face, $he sits up to try and take stock of $his new
<<if ($args[0].weight >= $args[1].weight+30) || ($args[0].muscles <= $args[1].muscles-30 && $args[0].muscles < 50) || ($args[0].belly >= $args[1].belly+10000) || ($args[0].boobs >= $args[1].boobs+1000)>> /*(If fat/more big breasted/heavily pregnant/physically weaker and/or same or more weight)*/
body, letting out a grunt of effort as $he lifts $his heavier form.
<<elseif ($args[0].weight <= $args[1].weight-30) || ($args[0].muscles >= $args[1].muscles+30 && $args[1].muscles < 50) || ($args[0].belly <= $args[1].belly-10000) || ($args[0].boobs <= $args[1].boobs-500)>> /*(if fat/less big breasted/physically stronger and/or same or less weight/no longer heavily pregnant)*/
body, the effort much easier than before.
<<else>>
body.
<</if>>
As $he settles $himself, $he <<if canSee($args[0])>>takes a look down, <</if>>brings $his hands to $his chest
/*(breast changes)*/
<<if $args[0].boobsImplant > 0 && $args[1].boobsImplant > 0>> /*(breast implants)*/
and finds
<<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/
$he @@.lime;still has breast implants; implants easily bigger than any old world woman's.@@
<<if $args[0].devotion >= -20>>
The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He gropes $his new chest boulders until an intense orgasm @@.hotpink;courses through $his body.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help but become aroused at the weight of $his massive fake mounds filling $his arms. $He finally stops fondling when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
$he @@.lime;still has breast implants resting on $his chest. Even if they aren't clearly implants, $he can barely move under the weight of $his new breasts.@@
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He gropes $his new chest pillows until an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive fake mounds. $He finally stops fondling when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/
@@.lime;a pair of absolutely enormous fake tits ballooning out from $him.@@
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now, though what lies within eludes $his mind.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@.lime;a pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he feels them, $he recognizes the familiar firmness of the implants at their cores.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
@@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at their mass.
<<else>>
@@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
@@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;But only barely.@@
<<else>>
@@.orange;that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and lets the tears finish running from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@
<<elseif $args[0].devotion > 20>>
@@.orange;that $his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
@@.orange;that $his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger@@<<if $arcologies[0].FSSlimnessEnthusiast == "unset">> as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society<</if>>.
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].devotion > 20 && $args[0].fetish != "mindbroken">>
a familiar chest waiting for $him.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
that $his breasts are roughly the same.
<<if ($args[0].physicalAge < $args[1].physicalAge-5) && $args[0].fetish != "mindbroken">> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].boobsImplant > 0 && $args[1].boobsImplant == 0>>
and finds
<<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/
@@.lime;a pair of massive implants bulging out from $him.@@
<<if $args[0].devotion >= -20>>
The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He roughly gropes $his new chest boulders until an intense orgasm @@.hotpink;courses through $his body.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help but become aroused at the weight of $his massive fake mounds filling $his arms. $He finally stops groping when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
@@.lime;$he has breast implants hanging from $his chest, somewhere. Even if they aren't clearly implants, $he can barely move with the weight of $his new breasts.@@
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as $he fondles $himself until an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive fake mounds filling $his arms. $He finally stops groping when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/
@@.lime;a pair of absolutely enormous fake tits protruding far from $his body.@@
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now, yet far more firm than they were before.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@.lime;a pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he recognizes a familiar firmness at their cores.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now, yet far more soft than they were before.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
@@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at their firmness.
<<else>>
@@.lime;$his chest is heavy with implants.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
@@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
@@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@
<<elseif $args[0].devotion > 20>>
@@.orange;$his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
@@.orange;$his chest is not as large as it once was.@@ $He <<if canSee($args[0])>>looks at<<else>>faces<</if>> you with @@.mediumorchid;anger@@<<if $arcologies[0].FSSlimnessEnthusiast == "unset">> as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society<</if>>.
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].fetish == "mindbroken">>
the same chest $he had before, except maybe firmer than $his addled brain remembers.
<<elseif $args[0].devotion > 20>>
a familiar chest waiting for $him. $He quickly realizes $his mistake once $he squeezes them.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
that $his breasts are roughly the same. $He quickly realizes $his mistake once $he squeezes them.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].boobsImplant == 0 && $args[1].boobsImplant > 0>>
<<if $args[0].boobs <= 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/
<<if $args[0].devotion > 20>>
and finds @@.orange;not only $his implants gone, but $his breasts entirely.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
and finds that @@.orange;$his implants are gone, along with the rest of $his breasts.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and wipe the tears that are running from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= 300>> /*flat*/
<<if $args[0].fetish == "mindbroken">>
and finds that @@.orange;$his implants and breasts are completely gone.@@ This draws no reaction from $him.
<<elseif $args[0].devotion > 20>>
and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ It is what it is.
<<else>>
and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
@@.lime;and finds nothing but breast.@@ As $he thoroughly gropes them, $he can just make out that $he no longer has implants.
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive mounds filling $his arms. $He finally stops squirming when $he <<if canSee($args[0])>>sees your wolfish grin<<else>>feels your gaze<</if>>. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his boobs proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@.lime;and finds a pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he fondles them, $he can just make out that $he no longer has implants.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
@@.lime;and finds $his tits are bigger than ever, yet implant free.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
@@.lime;and finds that $his breasts have expanded in size, yet lack implants.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
@@.lime;and finds $his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at the motion of silicone free flesh.
<<else>>
@@.lime;and finds $his chest is heavier than ever, and not because of silicone.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
@@.orange;and finds $his bust has shrunk.@@ $He is saddened by the loss of $his implants and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
@@.orange;and finds that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and wipes the tears from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].devotion > 20>>
@@.orange;and finds that $his implants have been removed.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
@@.orange;and finds that $his chest is not as large as it once was.@@ $He <<if canSee($args[0])>>looks<<else>>gazes<</if>> at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].fetish == "mindbroken">>
and finds nothing off about $his chest.
<<elseif $args[0].devotion > 20>>
and finds a familiar chest waiting for $him, albeit @@.coral;implant free.@@
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
and finds that $his breasts are roughly the same, save for their @@.coral;missing implants.@@
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if $args[0].boobs <= 300 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/
<<if $args[0].devotion > 20>>
and finds @@.orange;no tits at all.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;Barely.@@
<<else>>
and finds @@.orange;no tits at all.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= 300 && $args[1].boobs > 300>> /*flat*/
<<if $args[0].fetish == "mindbroken">>
and @@.orange;finds nothing.@@ $He doesn't seem to care, though.
<<elseif $args[0].devotion > 20>>
and finds nothing; @@.orange;$his breasts are completely gone.@@ At least it's a literal weight off $his chest.
<<else>>
and finds nothing; @@.orange;$his breasts are completely gone.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
and finds @@.lime;nothing but breast.@@ As $he jiggles them back and forth between $his arms, $he can make out that they are all natural.
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive mammaries between $his arms. $He finally stops fondling when $he <<if canSee($args[0])>>sees your wolfish grin<<else>>feels your gaze<</if>>. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his chest pillows proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
and finds a @@.lime;pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he feels them, $he can clearly tell they are completely natural.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
and finds @@.lime;$his tits are bigger than ever.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
and finds @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
and finds breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
and finds @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at the motion of $his soft flesh.
<<else>>
and finds that @@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
and finds that @@.orange;$his bust has shrunk.@@ $He is saddened by $his smaller chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
and finds that @@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and wipe the tears from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them, $he seems to understand @@.orange;that they smaller now.@@
<<elseif $args[0].devotion > 20>>
that @@.orange;$his breasts are smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
that @@.orange;$his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].fetish == "mindbroken">>
nothing out of the ordinary.
<<elseif $args[0].devotion > 20>>
a familiar chest waiting for $him.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
that $his breasts are roughly the same.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $args[0].areolaePiercing != 0 && $args[1].areolaePiercing == 0>>
$He bumps into the piercings in $his areolae, brushing $his fingers against them and toying with them for a moment.
<</if>>
/*(if lactation status has changed)*/
<<if $args[0].lactation > 0 && $args[1].lactation == 0>> /*(lactating now, wasn't before)*/
As $he fondles $his breasts,
<<if $args[0].lactation == 1>>
@@.coral;solitary drops of milk begin to drop from $his nipples.@@
<<else>>
@@.coral;steady streams of milk start to flow from $his nipples.@@
<</if>>
<<if $args[0].fetish == "mindbroken">>
$He reels back at the wet feeling.
<<elseif $args[0].devotion > 20>>
$He is delighted by the fact that $his breasts now produce milk. This is a gift $he will happily use for your benefit.
<<else>>
$He is irritated that you have altered $his body to produce milk.
<</if>>
<<elseif $args[0].fetish == "mindbroken">>
<<elseif $args[0].lactation > 1 && $args[1].lactation == 1>>
$He realizes $his breasts are @@.lime;rapidly producing milk.@@ $He groans at the unfamiliar pressure.
<<elseif $args[0].lactation == 1 && $args[1].lactation == 2>>
$He realizes that $his breasts are @@.orange;producing less milk.@@ $He seems a little relieved.
<<elseif $args[0].lactation == 0 && $args[1].lactation > 0>>
$He realizes that $his breasts @@.orange;no longer produce milk.@@ $He doesn't show much reaction to this change.
<<elseif $args[0].lactation > 0 && $args[1].lactation > 0>>
The familiar feeling of fullness in $his breasts tells $him $he's producing as much milk as ever.
<</if>>
<<if $args[0].nipples != $args[1].nipples && $args[0].fetish != "mindbroken">> /*(if nipples have changed shape)*/
Once $he is satisfied with $his tits, $he shifts $his chest to get a better <<if canSee($args[0])>>view of<<else>>feel of<</if>> $his nipples, having noticed that they don't <<if canSee($args[0])>>look<<else>>seem<</if>> quite the same as before.
<<switch $args[0].nipples>>
<<case "fuckable">>
$He doesn't seem interested in them until $he slips a @@.lime;finger deep inside one of the folds.@@ $He reddens at the thought of what the intent of this is.
<<case "tiny">>
$He's a little depressed by @@.orange;how tiny they've become.@@
<<case "puffy">>
$He quivers a little as $he traces the edges of $his @@.lime;puffy nipples.@@
<<case "huge">>
$He quivers a little as $he grabs hold of the @@.lime;two towering protrusions@@ jutting out from $his breasts.
<<case "partially inverted">>
$He quivers a little as $he
<<if $activeSlave.nipplesPiercing != 0>>
tugs on the piercings, pulling @@.lime;partially inverted nipples@@ out.
<<else>>
teases the @@.lime;little exposed nipples@@ sticking out of $his breasts.
<</if>>
<<case "inverted">>
$He quivers a little as $he
<<if $activeSlave.nipplesPiercing != 0>>
tugs on the piercings, forcing $his @@.lime;inverted nipples@@ completely out.
<<else>>
accidentally pops one of $his @@.lime;inverted nipples@@ out.
<</if>>
<<default>>
They can only be called normal, though $he can still call them cute.
<</switch>>
<<if $args[0].nipplesPiercing != 0 && $args[1].nipplesPiercing == 0 && $args[0].nipples != "inverted" && $args[0].nipples != "partially inverted">>
$He also finds they are pierced, and takes a moment to pull at one, shivering at the tingles the action sends through $his chest.
<</if>>
<</if>>
/*(if breasts have changed shape)*/
<<if $args[0].boobShape != $args[1].boobShape && $args[0].boobs > 300 && $args[0].fetish != "mindbroken">>
As $he releases $his boobs, $he discovers they no longer rest the same either;
<<if $args[0].boobShape == "saggy">> /*(drooping or older)*/
@@.red;they now sag,@@ disappointing $him.
<<elseif $args[0].boobShape == "downward-facing">>
@@.red;they now face downwards,@@ disappointing $him.
<<elseif $args[0].boobShape == "wide-set">>
@@.green;they settle heavily to either side of $his body.@@
<<elseif $args[0].boobShape == "perky">>
@@.green;they are much perkier.@@
<<if $args[0].devotion > 20>>
$He jostles them playfully.
<<else>>
$He is intrigued by this development.
<</if>>
<<elseif $args[0].boobShape == "torpedo-shaped">>
@@.green;they stick out far from $his body.@@
<<if $args[0].devotion > 20>>
$He bounces to make them sway about.
<<else>>
$He is intrigued by this development.
<</if>>
<<else>>
@@.green;they can only be called normal.@@
<</if>>
<</if>>
<<if canSee($args[0]) && $args[0].fetish != "mindbroken">>
<br><br>
<<if $args[1].voice == 0>>
When $he finishes, $he turns to you and gestures for a mirror.
<<if $args[0].voice != 0>>
You gesture as if you couldn't hear $him, to which $he @@.green;squeaks in response.@@ It immediately @@.hotpink;dawns on $him@@ what this means. $He @@.mediumaquamarine;thanks you profusely@@ before asking for a mirror.
<<set $args[0].devotion += 5, $args[0].trust += 10>>
<</if>>
<<else>>
When $he finishes, $he turns to you and opens $his mouth to
<<if $args[0].voice == 0>>
speak, but finds @@.coral;no words come.@@ $He tries again, frowning. $He rubs $his throat and tears well in $his eyes, but no sobs can be heard as $his shoulders begin to @@.gold;shake.@@ After a bit, $he extends $his hand, and gestures @@.mediumorchid;somberly@@ for a mirror.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<<else>>
speak. At first $he's slightly startled by $his new
<<if $args[0].voice < $args[1].voice>>
@@.orange;<<if $args[0].voice < $args[1].voice-1>>much <</if>>lower voice,@@
<<elseif $args[0].voice > $args[1].voice>>
@@.lime;<<if $args[0].voice < $args[1].voice+1>>much <</if>>higher voice,@@
<<else>>
voice,
<</if>>
but manages a single word. "...mirror..."
<</if>>
<</if>>
<br><br>
You depress a button and a long, body length mirror slides up from the floor near the wall.
<br><br>
<<elseif canSee($args[0])>>
When $he finishes with $his tits, $he begins to strain to look at the rest of $his body.
<br><br>
You depress a button and a long, body length mirror slides up from the floor near the wall.
<br><br>
<<else>>
<br><br>
<</if>>
Your slave gingerly hops to $his feet
<<if $args[0].heels == 1 || !canWalk($args[0])>>
<<if $args[0].heels == 1>>
and immediately stumbles, catching $himself before $his cut heels let $him fall to the floor.
<<elseif !canWalk($args[0])>>
and immediately collapses under $his own weight.
<</if>>
<<if $args[0].fetish != "mindbroken">>
$He looks at you
<<if $args[0].devotion >= -20>>
@@.hotpink;submissively@@
<<set $args[0].devotion += 5>>
<<else>>
@@.mediumorchid;angrily@@
<<set $args[0].devotion -= 5>>
<</if>>
as $he
<<else>>
$He
<</if>>
pulls $his weight back onto the bed and tries again, this time using the gurney to support $himself. $He
<<else>>
and
<</if>>
/*(height changes)*/
<<if $args[0].height >= $args[1].height+10>>
wobbles for a moment as $he adjusts to $his new height.
<<if $args[0].fetish == "mindbroken">>
The benefits of @@.lime;being taller@@ don't register to the broken girl.
<<elseif $args[0].devotion > 20>>
$He is @@.hotpink;truly pleased@@ that you have taken the effort to make $him @@.lime;taller,@@ knowing that a lot of everyday things in life will be easier, and that $he will be viewed as having more stature now, both metaphorically and literally.
<<set $args[0].devotion += 2>>
<<else>>
$He frowns for a moment, before shrugging and accepting this small gift, even knowing that it is likely not for $his sake that you have done this. $His mouth curls into a @@.mediumaquamarine;small grin@@ for just a moment as $he considers how @@.lime;being taller@@ will benefit $him.
<<set $args[0].trust += 1>>
<</if>>
<<elseif $args[0].height <= $args[1].height-10>>
<<if $args[0].fetish == "mindbroken">>
Doesn't quite realize that $he is @@.lime;shorter than before.@@
<<else>>
starts at the falling sensation before realizing $he is just @@.lime;shorter than $he was before.@@
<<if $args[0].devotion > 20>>
As frustrating as it will be, $he tries to look at the bright side of this and thinks of all the fun things $he will be able to do easier now, like being picked up and set on a counter or pinned against a wall. $He drools a little, before shaking $his head and continuing on.
<<else>>
This is aggravating more than anything to $him. Everything will just be just that much more difficult now. $He @@.mediumorchid;glowers at you.@@
<<set $args[0].devotion -= 2>>
<</if>>
<</if>>
<<else>>
quickly gets used to $his new body's similar stature.
<</if>>
<br><br>
$He <<if canSee($args[0])>>takes in<<else>>runs $his hands across<</if>> $his new figure.
<<if $args[0].fetish != "mindbroken" && canSee($args[0])>>
<<if $args[0].race != $args[1].race>> /*(race changes)*/
It immediately strikes $him that $he is @@.coral;no longer <<print $args[1].race>>.@@ $His new $args[0].race body
<<if $args[0].devotion > 50>>
intrigues and delights $him. $He is happy that you invested in $his appearance in such an interesting way.
<<elseif $args[0].devotion > 20>>
@@.mediumorchid;disturbs $him.@@ $He is @@.gold;shaken@@ by such a drastic change.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<<else>>
@@.mediumorchid;disgusts and angers $him.@@ One of the only parts of $his identity $he had left has now been stripped from $him.
<<set $args[0].devotion -= 20>>
<</if>>
<<elseif $args[0].devotion <= 50>>
It immediately strikes $him that $he is still <<print $args[0].race>>. $He's @@.hotpink;relieved@@ that you didn't take such a deep part of $his identity from $him.
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<<if $args[0].bald == 1 && $args[1].bald == 0>> /*(+baldness)*/
<<if canSee($args[0])>>
Something about $his head catches $his eye; @@.red;$he is now bald.@@
<<else>>
$He begins to run $his fingers through $his hair, only to @@.red;find it gone.@@
<</if>>
This
<<if $args[0].fetish == "mindbroken">>
catches $his attention, and $he spends some time rubbing $his new smooth scalp.
<<elseif $args[0].devotion > 20>>
feels fun and interesting, and $he gently rubs $his new smooth scalp.
<<else>>
feels like a gross imposition and $he @@.mediumorchid;scowls at you accusingly,@@ for this is one less thing that marks $him as a person that you have taken from $him.
<<set $args[0].devotion -= 3>>
<</if>>
<<elseif $args[0].bald == 0 && $args[1].bald == 1>> /*(-baldness)*/
<<if canSee($args[0])>>
Something about $his head catches $his eye; @@.green;$he now has hair.@@
<<else>>
$He moves to rub $his bald head, only to find $he @@.green;has a full head of hair.@@
<</if>>
This
<<if $args[0].fetish == "mindbroken">>
catches $his attention, and $he spends some time pulling at $his new hair.
<<elseif $args[0].devotion >= -20>>
makes $him @@.hotpink;squeal with delight.@@ $He plays with $his new hair, enjoying how it feels between $his fingers.
<<set $args[0].devotion += 3>>
<<else>>
surprises $him. $He is not happy with your doing something like this while $he had no control of it, but under the circumstances there are far worse things to have than hair.
<</if>>
<<elseif $args[0].bald == 1 && $args[1].bald == 1>>
<<if canSee($args[0])>>
Something about $his head catches $his eye, but it turned out to be nothing. $He is as bald as ever.
<<else>>
$He moves to rub $his bald head and is not disappointed.
<</if>>
<<else>>
<<if canSee($args[0])>>
Something about $his head catches $his
<<if $args[0].hColor != $args[1].hColor>>
eye; $he @@.coral;now has $args[0].hColor hair.@@
<<else>>
eye, but it was a trick of the light; $his hair is more or less the same.
<</if>>
<<else>>
$He runs $his fingers through $his hair and finds that things aren't very different.
<</if>>
<</if>>
/*(age)*/
<<if $args[0].physicalAge >= $args[1].physicalAge+5 || ($args[0].physicalAge > 18 && $args[1].physicalAge < 16)>> /*(older)*/
<<if $args[0].physicalAge > 18 && $args[1].physicalAge < 16>>
$He starts at just how much @@.red;older $his <<if canSee($args[0])>>face and body are<<else>>body is<</if>>.@@
<<if $args[0].physicalAge > 100>>
$He's thoroughly shocked to find $he's knocking on death's door.
<<elseif $args[0].physicalAge > 80>>
$He's thoroughly shocked to find $he's ancient.
<<elseif $args[0].physicalAge > 30>>
$He's shocked to find that $he's practically a MILF.
<<elseif $args[0].physicalAge >= 18>>
$He's shocked to find $he's now a fresh adult.
<</if>>
<<if $args[0].fetish != "mindbroken">>
This is disturbing to $him on a fundamental level,
<<if $args[0].devotion > 50>>
as that means $he will now will have less time with you before the end of $his
<<if $PhysicalRetirementAgePolicy == 1>>
service and
<</if>>
life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do.
<<else>>
as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@
<<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>>
<<if $PhysicalRetirementAgePolicy == 1>>
On the other hand, it means $he won't have as much time to spend with you before $he is retired.
<<else>>
This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@
<<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge*2)>>
<</if>>
<</if>>
<<if ($args[0].ovaries == 1 || $args[0].mpreg == 1) && $args[0].pubertyXX == 1 && $args[1].pubertyXX == 0 && isFertile($args[0])>>
$His hand slips to $his middle for a second as the urge to breed crosses $his mind.
<</if>>
<<if ($args[0].balls > 0) && $args[0].pubertyXY == 1 && $args[1].pubertyXY == 0>>
$He shudders with pleasure at the thought of cumming in a fertile pussy. $He realizes this body has gone through puberty.
<</if>>
<</if>>
<<elseif $args[0].fetish != "mindbroken">>
$He starts as $he <<if canSee($args[0])>>sees<<else>>discovers<</if>> that $he is @@.red;now older than $he once was.@@ This is disturbing to $him on a fundamental level,
<<if $args[0].devotion > 50>>
as that means $he will now will have less time with you before the end of $his
<<if $PhysicalRetirementAgePolicy == 1>>
service and
<</if>>
life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do.
<<else>>
as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@
<<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>>
<<if $PhysicalRetirementAgePolicy == 1>>
On the other hand, it means $he won't have as much time to spend with you before $he is retired.
<<else>>
This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@
<<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge*2)>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].physicalAge <= $args[1].physicalAge-5 || ($args[0].physicalAge < 18 && $args[0].physicalAge < $args[1].physicalAge)>> /*(younger)*/
$He starts at $his @@.green;youthful new <<if canSee($args[0])>>face and <</if>>body.@@
<<if $args[1].physicalAge >= 18>>
<<if $args[0].physicalAge < 4>>
$He's thoroughly shocked to find $he's a toddler again.
<<elseif $args[0].physicalAge < 9>>
$He's surprised to find $he's a little girl.
<<elseif $args[0].physicalAge < 13>>
$He's surprised to find that $he's once more a preteen.
<<elseif $args[0].physicalAge < 16>>
$He never expected to be a teenager again.
<<elseif $args[0].physicalAge < 18>>
$He never expected to be a young adult again.
<</if>>
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<set _puberty = 0>>
<<if (($args[0].physicalAge < $fertilityAge && ($args[0].ovaries == 1 || $args[0].mpreg == 1)) || ($args[0].physicalAge < $potencyAge && $args[0].balls > 0)) && ($args[1].pubertyXX == 1 || $args[1].pubertyXY == 1)>>
$He realizes that $he will have to @@.coral;go through puberty again,@@ now that $he is $args[0].physicalAge once more. This is unnerving to $him.
<<set _puberty = 1>>
<</if>>
<<if $args[0].devotion > 20>>
<<if _puberty == 1>>
However, $he will do $his best to enjoy the highs that come with it, and
<<else>>
This is a @@.hotpink;wonderful gift to $him,@@ as $he will now be able to
<<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10)>>
<</if>>
<<if $PhysicalRetirementAgePolicy == 1>>
spend more time with you before the end of $his service.
<<else>>
service you better, as well as have all the other benefits of youthful age.
<</if>>
<<else>>
<<if _puberty == 1>>
It will be frustrating to go through the rigors of sexual development all over again, especially when combined with the fact that $he must also
<<else>>
This is both a @@.hotpink;blessing@@ and a @@.gold;curse,@@ as while $he now has a younger and healthier body, $he must also
<<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10), $args[0].trust -= 5>>
<</if>>
<<if $PhysicalRetirementAgePolicy == 1>>
spend more time with you before the end of $his service.
<<else>>
use all of $his youth for the benefit of $his master instead of $himself.
<</if>>
<</if>>
<</if>>
<</if>>
/*weight*/
<<if $args[0].weight >= $args[1].weight + 5 || $args[0].weight <= $args[1].weight - 5>>
The very next thing $he finds is how much
<<if $args[0].weight >= $args[1].weight + 5>>
@@.red;heavier $he is.@@
<<if $args[0].fetish == "mindbroken">>
With $his broken mind, $he shows no real reaction to this new weight.
<<elseif $args[0].devotion > 50>>
<<if $args[0].behavioralFlaw == "gluttonous">>
$He is @@.hotpink;perfectly fine@@ with this; a bigger body means more food for $his belly and more for you to love.
<<set $args[0].devotion += 1>>
<<elseif $args[0].behavioralFlaw == "anorexic">>
$He pinches $himself and groans a little. $He knows if you wanted $his heavier, you could have just force fed $him to this size, so $he keeps further opinions to $himself.
<<elseif $args[0].behavioralQuirk == "insecure">>
$He is @@.hotpink;perfectly fine@@ with this; if you want $him to be softer, then @@.mediumaquamarine;that is what $he wants too.@@
<<set $args[0].devotion += 1, $args[0].trust += 1>>
<<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>>
$He would prefer to be fitter, but this just means $he can work it off for your amusement.
<<else>>
$He is happy that you have given $him more weight for you to play
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
with, but is somewhat confused that you would do so against the society you created.
<<else>>
with.
<</if>>
<</if>>
<<else>>
<<if $args[0].behavioralFlaw == "gluttonous">>
$He is @@.hotpink;surprisingly fine@@ with this; a bigger body means more food for $his belly, after all.
<<if $args[0].weight > 30>>
Though $he would have preferred to not be this fat.
<</if>>
<<set $args[0].devotion += 1>>
<<elseif $args[0].behavioralFlaw == "anorexic">>
$He pinches $himself and @@.mediumorchid;groans with disgust.@@ $He shudders at the thought of @@.gold;what you'll do next.@@
<<set $args[0].devotion -= 3, $args[0].trust -= 3>>
<<elseif $args[0].behavioralQuirk == "insecure">>
$He is surprisingly fine with this; you know best, after all.
<<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>>
$He is @@.mediumorchid;irritated and frustrated@@ at this new weight. $He should be fit not fat!
<<set $args[0].devotion -= 10>>
<<else>>
$He is @@.mediumorchid;irritated and frustrated@@ at this new
<<set $args[0].devotion -= 5>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
weight, @@.mediumorchid;doubly so@@ because your society will view $him as less of a person now.
<<set $args[0].devotion -= 5>>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
weight, however $he is at least @@.hotpink;somewhat mollified@@ with the knowledge that society will treat $him with a bit more reverence now.
<<set $args[0].devotion += 3>>
<<else>>
weight.
<</if>>
<</if>>
<</if>>
<<else>>
@@.green;lighter $he is.@@
<<if $args[0].fetish == "mindbroken">>/*mindbroken*/
$He doesn't show much reaction to $his lost weight.
<<elseif $args[0].devotion > 50>>/*devoted*/
$He is pleased that you have given $him a more slender and svelte body
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
body and is even happier that $his body is more in line with your society.
<<else>>
body.
<</if>>
<<else>>/*not devoted*/
$He is a bit miffed that you would modify $his body in such a way, knowing it has nothing to do with making $him happy
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
happy, but feels a bit better knowing that society will now view $him in a better light.
<<else>>
happy.
<</if>>
<</if>>
<</if>>
<</if>>
/*muscle*/
<<if $args[0].muscles >= $args[1].muscles +5 || $args[0].muscles <= $args[1].muscles - 5>>
The last major change to $his body structure worth $his attention is
<<if $args[0].muscles >= $args[1].muscles + 5>>
that $he is @@.lime;significantly more muscular@@ than $he once was.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 50>>
$He is happy with $his newfound strength and looks forward to putting this power to work for you.
<<else>>
$He is irritated that you would change something like this about $him
<<if $args[0].genes == "XX" && $arcologies.FSPhysicalIdealist == "unset">>
and is @@.mediumorchid;annoyed@@ that $he now looks less feminine.
<<set $args[0].devotion -= 3>>
<<else>>
but @@.mediumaquamarine;appreciates@@ the extra strength nonetheless, as it will most likely help $him in all sorts of ways.
<<set $args[0].trust += 5>>
<</if>>
<</if>>
<</if>>
<<else>>
that $he is @@.orange;significantly less muscular@@ than before.
<<if $args[0].devotion > 50>>
$He appreciates that you would take the time to make $him more feminine.
<<else>>
$He is @@.mediumorchid;annoyed@@ that you would alter something about $him like this, and more so because $he will have to @@.gold;work harder@@ now to do the things $he could before.
<<set $args[0].devotion -= 3, $args[0].trust -= 3>>
<</if>>
<</if>>
<</if>>
/*(pregnancy/belly changes)*/
<<set _weightChange = 0>> /*used to segway to weight after pregnancy/belly implants*/
<<if $args[0].pregKnown == 1 && $args[1].preg > 0>>
<br><br>
$His hands drift over $his stomach,
<<if $args[0].bellyPreg < 100>>
<<if $args[0].birthsTotal == 0>>
but $he's too inexperienced to recognize $his @@.pink;early pregnancy.@@
<<elseif $args[0].birthsTotal > 0>>
and since this is not $his first pregnancy, $he is able to recognize the @@.pink;life within $him.@@
<</if>>
<<elseif $args[0].bellyPreg >= 450000>>
and $he can immediately see that $he is @@.pink;insanely pregnant;@@ $his body stretched full of babies.
<<elseif $args[0].bellyPreg >= 150000>>
and $he can quite clearly see that $he is @@.pink;enormously pregnant,@@ so much so that $his body could quite believably be carrying nine full sized babies.
<<elseif $args[0].bellyPreg >= 60000>>
and $he can see that $he is almost @@.pink;unnaturally pregnant,@@ with a belly swollen to a size that could easily carry four full grown babies.
<<elseif $args[0].bellyPreg >= 15000>>
and $he can clearly see that $he is @@.pink;quite pregnant,@@ as $he cradles a belly that could easily carry a full sized baby.
<<elseif $args[0].bellyPreg >= 5000>>
and $he feels a @@.pink;bump in $his stomach,@@ as well as a gentle kick.
<<elseif $args[0].bellyPreg >= 100>>
and $he feels a @@.pink;slight swell to $his stomach.@@
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>>
<<if $args[0].devotion > 50>>
Even though $he didn't get to experience being made into one, $he is delighted to be a mother<<if $args[0].birthsTotal > 0>> again<</if>>.
<<else>>
$He is filled with conflicting emotions, @@.mediumorchid;hatred@@ for you for forcing <<if $args[0].pregType > 1>>these lives<<else>>this life<</if>> onto $him, as well as the instinct of a mother's love for $his unborn child.
<<set $args[0].devotion -= 3>>
<</if>>
<</if>>
<<elseif $args[0].fetish == "pregnancy">>
<<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>>
<<if $args[0].devotion > 50>>
Even though $he didn't get to experience being made into one, $he is overjoyed to have <<if $args[0].birthsTotal > 0>>another<<else>>a<</if>> life growing inside $him.
<<else>>
$He is filled with conflicting emotions, hate for being forced into this, but also joy from getting to be pregnant. While you didn't do this for $his amusement, $he'll definitely take advantage of it.
<</if>>
<</if>>
<</if>>
<<set _weightChange = 1>>
<<elseif $args[0].bellyImplant > $args[1].bellyImplant && $args[0].bellyImplant >= 100>> /*belly implant filled*/
<br><br>
$His hands drift over $his stomach, where $he
<<if $args[0].bellyImplant >= 450000>>
finds there is no chance of $him reaching $his navel across $his @@.pink;massive middle.@@
<<elseif $args[0].bellyImplant >= 150000>>
hugs what could be a @@.pink;belly carrying a multitude of children.@@
<<elseif $args[0].bellyImplant >= 60000>>
embraces a @@.pink;belly that could be laden with multiples at the brink of birth.@@
<<elseif $args[0].bellyImplant >= 15000>>
cradles a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@
<<elseif $args[0].bellyImplant >= 5000>>
feels a @@.pink;clear bump in $his stomach from the belly implant.@@
<<elseif $args[0].bellyImplant >= 100>>
feels a @@.pink;slight swell to $his stomach.@@
<</if>>
<<if $args[0].devotion > 50>>
$He likes how the bulge looks on $him and can't wait to get fucked with it in the way.
<<else>>
It @@.mediumorchid;bothers $him@@ that you would add such a <<if $args[0].bellyImplant >= 10000>>major<<else>>minor<</if>> inconvenience to $his body.
<<set $args[0].devotion -= 1>>
<</if>>
<<if $args[1].pregKnown == 1>>
<<if $args[0].fetish == "pregnancy">>
<<if $args[0].devotion > 50>>
$He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>.
<<set $args[0].devotion -= 5>>
<<elseif $args[0].devotion > 20>>
$He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>.
<<set $args[0].devotion -= 10>>
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him.
<<set $args[0].devotion -= 15>>
<</if>>
<<elseif $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 50>>
While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body.
<<elseif $args[0].devotion > 20>>
$He accepts this as how things are.
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<</if>>
<</if>>
<<set _weightChange = 1>>
<<elseif $args[0].pregKnown == 0 && $args[1].pregKnown == 1>>
<br><br>
$His hands drift over $his stomach, where $he discovers $he is @@.pink;no longer pregnant.@@
<<if $args[0].fetish == "pregnancy">>
<<if $args[0].devotion > 50>>
$He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>.
<<set $args[0].devotion -= 5>>
<<elseif $args[0].devotion > 20>>
$He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>.
<<set $args[0].devotion -= 10>>
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him.
<<set $args[0].devotion -= 15>>
<</if>>
<<elseif $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 50>>
While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body.
<<elseif $args[0].devotion > 20>>
$He accepts this as how things are.
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<</if>>
<<set _weightChange = 1>>
<<elseif $args[0].bellyImplant < $args[1].bellyImplant>> /*belly implant reduced*/
<br><br>
$His hands drift over $his stomach, where $he
<<if $args[0].bellyImplant >= 450000>>
finds there is @@.pink;still no chance of $him reaching $his navel across $his massive middle.@@
<<elseif $args[0].bellyImplant >= 150000>>
hugs what could be a @@.pink;belly carrying a multitude of children.@@
<<elseif $args[0].bellyImplant >= 60000>>
embraces a @@.pink;belly that could be laden with multiples at the brink of birth.@@
<<elseif $args[0].bellyImplant >= 15000>>
cradles a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@
<<elseif $args[0].bellyImplant >= 5000>>
feels a @@.pink;clear bump in $his stomach from the belly implant.@@
<<elseif $args[0].bellyImplant >= 100>>
feels a @@.pink;slight swell to $his stomach.@@
<<else>>
finds @@.pink;no signs of an implant swollen belly.@@
<</if>>
<<if $args[0].devotion > 20>>
$He appreciates how much easier it will be with a smaller middle.
<<else>>
$He can't help but appreciate losing the bulk, but $he still @@.gold;worries@@ over your control of $his body.
<<set $args[0].trust -= 1>>
<</if>>
<<set _weightChange = 1>>
<</if>>
/*stomach*/
<<if _weightChange != 1>>
<br><br>
$His hands drift over
<<else>>
$He continues to fondle
<</if>>
<<if $args[0].weight >= $args[1].weight+30>> /*(fatter)*/
$his stomach until $he feels just how @@.red;much more weight@@ $he is carrying.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He finds $his new curves intriguing.
<<else>>
$His face contorts with @@.mediumorchid;disgust@@ at $his newfound bulk.
<<set $args[0].devotion -= 5>>
<</if>>
<</if>>
<<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>>
$He also notices @@.red;how much it sags.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This isn't pleasant, but $he bears it for you.
<<else>>
This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him.
<<set $args[0].devotion -= 2>>
<</if>>
<</if>>
<<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>>
$He also notices it is @@.green;tighter despite being softer.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This is great for $his self-image and $he happily strokes $his new firm belly.
<<else>>
Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].weight <= $args[1].weight-30>> /*(thinner)*/
$his stomach and $he finds $his body @@.green;thinner.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He finds $his new curves intriguing.
<<else>>
While free weight loss is @@.hotpink;appreciated,@@ $he wishes $he had some say in the matter.
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>>
$He also notices how it @@.red;has a sag to it.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This isn't pleasant, but $he bears it for you.
<<else>>
This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him.
<<set $args[0].devotion -= 2>>
<</if>>
<</if>>
<<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>>
$He also notices it is @@.green;tighter despite being softer.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This is great for $his self-image and $he happily strokes $his new perkier belly.
<<else>>
Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> /*(belly sag)*/
$his stomach and $he notices a @@.red;sag in $his belly.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This isn't pleasant, but $he bears it for you.
<<else>>
This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him.
<<set $args[0].devotion -= 2>>
<</if>>
<</if>>
<<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> /*(subtracted)*/
$his stomach and notices the @@.green;sag in $his belly has lessened.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This is great for $his self-image and $he happily strokes $his new tight belly.
<<else>>
Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<<elseif $args[0].weight < 10 && $args[0].muscles > 5 && $args[0].belly < 100>>
$his @@.lime;muscled stomach.@@ $He stops to trace $his abs.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He finds $his new strength intriguing.
<<else>>
$He finds $his new strength @@.mediumaquamarine;empowering.@@
<<set $args[0].trust += 2>>
<</if>>
<</if>>
<<else>>
stomach, though $he finds little out of the ordinary<<if _weightChange == 1>>; other than the obvious, of course<</if>>.
<</if>>
<<if $args[0].navelPiercing != 0 && $args[1].navelPiercing == 0>>
$He now has a piercing in $his navel; $he rolls $his tummy<<if $args[0].belly >= 15000>>, a feat in and of itself<</if>>, fascinated by $his new hardware grazing $his stomach to the motion.
<</if>>
/* waist */
<<if $args[0].waist > $args[1].waist+40>>
As $he explores $his middle, $he also takes note of $his @@.orange;wider waist.@@
<<if $args[0].fetish == "mindbroken">>
The effects of such a change on $his appearance go right over $his head.
<<elseif $args[0].devotion > 20>>
This change disappoints $him. $He wishes $he could have been more feminine for you.
<<else>>
This change @@.mediumorchid;disgusts $him;@@ it will only leave $him treated worse compared to the more feminine slaves.
<<set $args[0].devotion -= 1>>
<</if>>
<<elseif $args[0].waist < $args[1].waist-40>>
As $he explores $his middle, $he also takes note of $his @@.lime;narrower waist.@@
<<if $args[0].fetish == "mindbroken">>
The effects of such a change on $his appearance go right over $his head.
<<elseif $args[0].devotion > 20>>
This change pleases $him; $he can't wait to feel your hands around $him.
<<else>>
That you would make such a change to $him @@.mediumorchid;disgusts $him,@@ though $he @@.mediumaquamarine;takes solace@@ in the fact that $he will likely be treated better for being more attractive.
<<set $args[0].devotion -= 1, $args[0].trust += 1>>
<</if>>
<</if>>
/* corest piercing */
<<if $args[0].corsetPiercing != 0 && $args[1].corsetPiercing == 0>>
An odd feeling on $his back draws $his attention. $He discovers a series of rings running down $his spine and, flexing $his back muscles, shudders at the sensation.
<</if>>
<br><br>
As $his hands wander lower,
/*(changed genitals)*/
<<if $args[1].vagina > -1>> /*(had a vagina)*/
<<if $args[0].dick > 0 && $args[1].dick > 0>> /*(had a penis)*/
$he is relieved to find @@.coral;
<<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
a cock, balls and pussy.
<<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
both a cock and pussy, though $he is a little miffed that $he now lacks testicles.
<<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>>
both a cock, pussy and, more surprisingly, balls.
<<else>>
both a cock and pussy.
<</if>>
@@
<<elseif $args[0].dick > 0 && $args[1].dick == 0>> /*(+penis)*/
$he is startled to find $he @@.coral;has a penis@@ now.
<<if $args[0].vagina > -1>> /*(kept vagina)*/
$He is confused for a moment until $he lifts $his new penis to @@.coral;<<if canSee($args[0])>>see<<else>>discover<</if>> a pussy under it.@@
<<else>> /*(did not keep vagina, +penis or not)*/
$He understands that $he @@.coral;no longer has a vagina.@@
<</if>>
<<elseif $args[0].dick == 0 && $args[1].dick > 0>> /*(had a penis)*/
$he is shocked to <<if canSee($args[0])>>see<<else>>discover<</if>> that $he @@.coral;no longer has a
<<if $args[0].balls > 0 && $args[0].scrotum > 0>>
penis, mostly because $he still has balls.@@
<<elseif $args[0].vagina > -1>>
penis, though $he is glad to still have a pussy.@@
<<else>>
penis, or anything, for that matter, on $his crotch.@@
<</if>>
<<elseif $args[0].vagina > -1>>
$he is happy to find a familiar hole.
<<else>>
$he is startled to find $he @@.coral;no longer has genitals.@@
<</if>>
<<elseif $args[1].dick > 0>> /*(had a penis)*/
<<if $args[0].dick > 0>>
$he is relieved to find $he @@.coral;still has $his
<<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
penis and testicles.
<<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
penis, but is a little alarmed to find $he now lacks testicles.
<<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>>
penis, but is more interested in the dangling pair of objects beneath it.
<<else>>
penis.
<</if>>
@@
<<if $args[0].vagina > -1>>
A new sensation causes $him to roam lower. Much to $his surprise, $he @@.coral;now also has a pussy.@@
<</if>>
<<else>>
$he is shocked to find that $he @@.coral;no longer has a
<<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
penis, but still has balls.
<<elseif $args[0].vagina > -1>>
penis, but a pussy.
<<else>>
penis, or anything, for genitals.
<</if>>
@@
<</if>>
<<else>>
$he is surprised to find
<<if $args[0].dick > 0 && $args[0].vagina > -1 && $args[0].balls > 0 && $args[0].scrotum > 0>>
$his crotch is fully loaded.
<<elseif $args[0].dick > 0 && $args[0].vagina > -1>>
$he has both a dick and pussy.
<<elseif $args[0].dick > 0>>
$he now has a cock<<if $args[0].balls > 0 && $args[0].scrotum > 0>> and balls<</if>> to play with.
<<elseif $args[0].vagina > -1>>
$he now has a pussy to play with.
<<else>>
$he is still a null. $He expected something more.
<</if>>
<</if>>
<<set _cockChanged = 0>>
/*(penis changes)*/
<<if $args[0].dick != $args[1].dick && $args[0].dick != 0 && $args[1].dick != 0>>
$His penis is <<if $args[0].dick > $args[1].dick + 4>>@@.lime;way bigger@@<<elseif $args[0].dick > $args[1].dick>>@@.lime;a good deal larger@@<<else>>@@.orange;smaller@@<</if>> than it was, and $he is
<<if $args[0].fetish == "mindbroken">>
not bothered one way or the other by this development; it isn't even clear if $he notices anything different about $his cock.
<<elseif $args[0].devotion > 20>>
<<if $args[0].dick > $args[1].dick + 4>>
@@.hotpink;incredibly excited@@ about this change. $He laughs and groans at the weight of $his shaft, and as $he fiddles with it, it becomes increasingly obvious that $he is having difficulty not straight up jerking $himself off. $He regains control over $himself, though just barely.
<<set $args[0].devotion += 3>>
<<elseif $args[0].dick > $args[1].dick>>
pleased with this development. $He takes the time to grope and tease $his newfound length.
<<else>>
accepting of it. $He takes a moment to toy with $his now shorter dick.
<</if>>
<<else>>
<<if $args[0].dick > $args[1].dick + 4>>
@@.mediumaquamarine;incredibly aggravated@@ about this change. This is just one more thing $he has to deal with now. How dare you give $him such a massive, throbbing, sensitive piece of meat between $his legs! $His glower loses its bite as you note $him pawing subconsciously at $his ridiculously enlarged organ. $He stops after $he glances down at $his hands, nervously removing them from $his now massive prick.
<<set $args[0].trust += 3>>
<<elseif $args[0].dick > $args[1].dick>>
annoyed at this development. $He frowns as $he tests $his newfound growth, only groping it for a moment before <<if canSee($args[0])>>noticing your amused grin<<else>>sensing your gaze<</if>> and stopping.
<<else>>
@@.mediumorchid;infuriated by it.@@ $He <<if $args[0].amp !=1>>pokes and prods at <<else>>jostles <</if>>$his smaller dick, only stopping when $he starts to become flushed and <<if canSee($args[0])>>notices your questioning<<else>>senses your<</if>> gaze.
<<set $args[0].devotion -= 5>>
<</if>>
<</if>>
<<set _cockChanged = 1>>
<</if>>
<<if $args[0].dickPiercing != 0 && $args[1].dickPiercing == 0>>
There was no missing the piercing in $his dick as well.
<<set _cockChanged = 1>>
<</if>>
/*(ball changes)*/
<<if $args[0].balls != $args[1].balls && $args[0].scrotum != 0 && $args[1].scrotum != 0>>
Then $he takes a moment to cup $his balls, it seems they are
<<if $args[0].balls > $args[1].balls + 4>>
@@.lime;much larger@@ now. This
<<if $args[0].fetish == "mindbroken">>
does not seem to register in $his mind.
<<elseif $args[0].devotion > 20>>
amazing addition to $his body is @@.hotpink;surely welcome@@. $He moans as $he fondles $his new balls, groaning as $he rolls their weight around. $His face is flushed by the time $he's done "examining" them.
<<set $args[0].devotion += 5>>
<<else>>
addition to $his body is @@mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hands, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down.
<<set $args[0].trust += 5>>
<</if>>
<<elseif $args[0].balls > $args[1].balls>>
@@.lime;larger@@ now. This
<<if $args[0].fetish == "mindbroken">>
change doesn't mean much of anything to $him.
<<elseif $args[0].devotion > 20>>
change delights $him and $he spends ample time jostling and toying with $his bigger nuts.
<<else>>
change is just one more @@.hotpink;bother@@ for $him. $His brow furrows as $he takes a moment to feel them up and stops as <<if $args[0].dick>>$his cock starts to stiffen<<else>>as a bead of precum starts to form from $his urethra<</if>>.
<<set $args[0].devotion += 3>>
<</if>>
<<else>>
@@.orange;smaller@@ now, and this
<<if $args[0].fetish == "mindbroken">>
goes largely unnoticed.
<<elseif $args[0].devotion > 20>>
change, while not necessarily fun, is appreciated by your devoted slave nonetheless.
<<else>>
change causes $him consternation and humiliation.
<</if>>
<</if>>
<<set _cockChanged = 1>>
<</if>>
<<if _cockChanged == 1 && $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He is thrilled at your modifications to $his genitals and is excited to explore those changes with you.
<<else>>
$He is @@.mediumorchid;enraged@@ and @@.gold;frightened@@ to see such changes to $his genitals, as they were fundamental parts of $his identity.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<</if>>
/*(vagina)*/
<<if $args[0].vagina != -1>>
<<if $args[0].dick > 0>>
Then $he moves $his dick<<if $args[0].scrotum > 0>> and balls<</if>> aside to inspect $his vagina more closely.
<<else>>
Next $he gives $his vagina a closer inspection.
<</if>>
<<if $args[0].vagina == 0>> /*(+virginity)*/
As $he prods at $his pussy, $he feels a slight tightness and a bit of difficulty as $he tries to press $his finger inside of $himself. $He realizes this body is a @@.lime;virgin@@!
<<if $args[0].vagina > 0>>
<<if $args[0].fetish == "mindbroken">>
And this would likely mean something to $him, if $his mind was not lost.
<<elseif $args[0].devotion > 20>>
$He is happy to be a virgin again so that $he can lose it to you.
<<else>>
$He is @@.hotpink;happy@@ to be a virgin again, but @@.gold;worries@@ about how long it will last.
<<set $args[0].devotion += 3, $args[0].trust -= 3>>
<</if>>
<</if>>
<<elseif $args[1].vagina != -1 && $args[0].vagina < $args[1].vagina>> /*(+tightness)*/
$He notices $he is @@.lime;tighter@@ now than $he was before.
<<if $args[0].fetish == "mindbroken">>
And this might have been significant to $him, if $his brain worked correctly.
<<elseif $args[0].devotion > 20>>
Sex will be more pleasurable than it was before and $he looks forward to breaking in $his new pussy with you.
<<else>>
$He groans in @@.mediumorchid;frustration.@@ $He is well aware of the displeasure of having a pussy forcibly broken in and does not look forward to it again.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[1].vagina != -1 && $args[0].vagina > $args[1].vagina>> /*(-tightness)*/
$He notices how $he is now @@.orange;looser@@ than $he was before.
<<if $args[0].fetish == "mindbroken">>
And this might be important to $him, if $his head was in working order.
<<elseif $args[0].devotion > 20>>
$He giggles a bit as $he tests out how many fingers $he can fit inside $his new loose hole, though $he wishes $he were still tight for you.
<<else>>
$He @@.mediumorchid;frowns@@ as $he feels out how much looser $he is now. $He supposes it saves $him from getting fucked loose, but it is humiliating how many more fingers $he can fit inside $himself without even having to part $his lips. /*This is not how vaginas work goddamit. - is that better? */
<<set $args[0].devotion -= 1>>
<</if>>
<<elseif $args[0].vagina == $args[1].vagina>>
It's much like $his old vagina.
<<else>>
After a bit of toying, $he's satisfied with $his new organ.
<</if>>
<</if>>
<<if $args[0].clitPiercing > 0 && $args[1].clitPiercing == 0 && $args[0].dick == 0>>
$He also briefly felt something metallic near $his clit. $He frowns for a moment, before reaching down to $his nether region to peel back $his folds to feel a new, hard spot that wasn't there before. As $he pulls at it, $his face and body contort in pleasure at the sensation.
<</if>>
<<if $args[0].vaginaPiercing != 0 && $args[1].vaginaPiercing == 0>>
$He also now has piercings in $his vagina, a ring around $his labia, creating
<<if canSee($args[0])>>
a halo of sparkles that $he couldn't help but marvel at.
<<else>>
such a sensory overload during $his inspection that $he nearly lost control.
<</if>>
<</if>>
/*(butt) + hips*/
<br><br>
<<if $args[0].hips > $args[1].hips>>
As $he moves to feel $his ass, $he smacks into an unfamiliar width; $his hips are @@.lime;<<if $args[0].hips > $args[1].hips+3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> wider.@@
<<if $args[0].fetish == "mindbroken">>
$He pays them little mind and reaches around to learn how
<<elseif $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>>
$He seems @@.hotpink;overjoyed@@ at their new size; It means $he'll be even better at popping out babies than ever. $He continues around back to learn how
<<elseif $args[0].devotion > 20>>
$He gives them a little wiggle for your amusement before continuing around back to learn how
<<else>>
$He takes the new addition well enough since it is likely to raise $his worth in society and thus not the worst thing ever. How you intend to make use of $his hips @@.gold;worries $him,@@ however. $He continues around back to learn how
<<set $args[0].trust -= 1>>
<</if>>
<<else>>
The last thing $he learns is how
<</if>>
<<if $args[0].butt > $args[1].butt>> /*(bigger)*/
much @@.lime;bigger $his butt is now.@@ As $he <<if canSee($args[0])>>turns around, $he sees<<else>>cups a cheek with each hand, $he finds<</if>> it has grown
<<if $args[0].butt >= $args[1].butt+5>> /*(+to max size description or above)*/
an incredible amount.
<<elseif $args[0].butt > $args[1].butt+1>> /*(+more sizes)*/
a lot.
<<else>> /*(+1 size)*/
a fair bit.
<</if>>
<<if $args[0].fetish == "mindbroken">>
As soon as $his hands leave its mass does $he forget it wasn't always this big.
<<elseif $args[0].devotion > 20>>
This is a pleasing development as $he looks forward to putting this new rear to the test with you.
<<else>>
While $he's not terribly upset, this still feels like a violation of $him, somehow. Still, there are worse things that could happen than waking up with a bigger rear.
<</if>>
<<if $args[0].butt >= $args[1].butt+5 && $args[0].butt > 12>>
$He is overwhelmed by how large $his new bottom is. $He can barely stand under its weight.
<</if>>
<<elseif $args[0].butt < $args[1].butt>> /*(smaller)*/
much @@.orange;smaller $his butt is now.@@ As $he <<if canSee($args[0])>>turns around $he sees<<else>>cups a cheek with each hand $he finds<</if>> it has shrunk
<<if $args[0].butt <= $args[1].butt-5>> /*(+to max size description or above)*/
an incredible amount.
<<elseif $args[0].butt > $args[1].butt-1>> /*(+more sizes)*/
a lot.
<<else>> /*(-1 size)*/
a fair bit.
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He is saddened that there is now less of $him for you to play with, but remembers that you chose this body for $him and hopes that you will still make use of $his rear.
<<else>>
This is just @@.mediumorchid;depressing@@ to $him. A nice rear is one of the two parts of $his body that almost every woman (or "woman") is defined by, and now $he feels like just that much less of a person.
<<set $args[0].devotion -= 1>>
<</if>>
<</if>>
<<else>>
little $his butt has changed in size.
<</if>>
<<if $args[0].buttImplant > 0 && $args[1].buttImplant == 0>> /*(+butt implants)*/
$He also notes that @@.coral;there are implants in $him,@@ as $his prodding reveals a certain stiffness in $his ass's shape.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
It pleases $him that you would invest in such a minor way in $his body.
<<else>>
It feels like you have modified $him in a such a minor way for your own benefit, and $he doesn't kid $himself in thinking otherwise.
<</if>>
<</if>>
<<elseif $args[0].buttImplant == 0 && $args[1].buttImplant > 0>> /*(-butt implants)*/
$He also notes that $he @@.coral;no longer has ass implants,@@ as $his experimentation reveals a more natural bounce to $his buttocks.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He is happy that you think $his body doesn't need any artificial modification to be pleasing.
<<else>>
$He views this as one more thing $he @@.mediumorchid;didn't have a choice in.@@
<<set $args[0].devotion -= 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].hips < $args[1].hips>>
As $he finishes, it occurs to $him that $his hips are @@.orange;<<if $args[0].hips < $args[1].hips-3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> narrower.@@
<<if $args[0].fetish == "mindbroken">>
$He pays it little mind.
<<elseif $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>>
$He seems a little caught up on their new size, likely by concern over future pregnancies and childbirth.
<<elseif $args[0].devotion > 50>>
$He gives them a little wiggle for your amusement.
<<elseif $args[0].devotion >= -20>>
$He accepts your judgment that $his new hips suit $him better.
<<if $args[0].pregKnown && $args[0].birthsTotal > 0>>
$He @@.gold;worries@@ about what this means for $his coming birth.
<<set $args[0].trust -= 3>>
<</if>>
<<else>>
$He seems upset, @@.mediumorchid;both from $his loss of femininity and the overreach of your power,@@ that you would alter $his body is such a way.
<<if $args[0].pregKnown && $args[0].birthsTotal > 0>>
A @@.gold;terrifying realization@@ dawns on $him; $his upcoming birth is going to be much harder than $his last.
<<set $args[0].trust -= 5>>
<</if>>
<<set $args[0].devotion -= 3>>
<</if>>
<</if>>
<<if $args[0].anusPiercing != 0 && $args[1].anusPiercing == 0>>
As $he moves, $he feels something odd in $his butt. With a hesitant finger, $he traces $his anus and finds something that will take some getting used to; a new anal piercing.
<</if>>
/* tattoos */
<<if ($args[0].boobsTat != $args[1].boobsTat || $args[0].buttTat != $args[1].buttTat || $args[0].lipsTat != $args[1].lipsTat || $args[0].vaginaTat != $args[1].vaginaTat || $args[0].anusTat != $args[1].anusTat || $args[0].dickTat != $args[1].dickTat || $args[0].customTat != $args[1].customTat || $args[0].shouldersTat != $args[1].shouldersTat || $args[0].armsTat != $args[1].armsTat || $args[0].legsTat != $args[1].legsTat || $args[0].backTat != $args[1].backTat || $args[0].stampTat != $args[1].stampTat || $args[0].bellyTat != $args[1].bellyTat) && $args[0].fetish != "mindbroken">>
<br><br>
The changes to $his tattoos were not lost on $him, but compared to everything else, they were truly insignificant.
<</if>>
<<if $args[0].fetish != "mindbroken" && $args[0].origBodyOwnerID == $args[0].ID>>
This is $his body alright. Some things might have changed,
<<if $args[0].devotion > 50>>
but $he enjoyed the time they spent apart.
<<elseif $args[0].devotion >= -20>>
but @@.mediumaquamarine;it's good to be home.@@
<<set $args[0].trust += 15>>
<<else>>
but @@.mediumaquamarine;$he's where $he belongs.@@ Now to get it back the way @@.mediumorchid;$he likes it.@@
<<set $args[0].trust += 30, $args[0].devotion -= 15>>
<</if>>
<</if>>
<</if>>
<<elseif canSee($args[0])>> /* (amputee) + sight */
After a while, $he begins to stir, $his eyes fluttering.
<<if $args[0].fetish != "mindbroken">>
<<if _sight == 2>>
$He just stares at the ceiling for some time, completely overwhelmed @@.green;that $he can now see.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $him such a gift.@@
<<set $args[0].devotion += 15, $args[0].trust += 10>>
<<elseif _sight == -1>>
$He just stares at the ceiling for some time, glaring at how @@.red;$he can just barely see it.@@ $He might be @@.gold;annoyed@@ now, but it will soon hit $him that this was not what $he went under for.
<<set $args[0].trust -= 5>>
<<elseif _sight == 1>>
$He just stares at the ceiling for some time, @@.green;just enjoying how clear it is.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $his perfect vision.@@
<<set $args[0].devotion += 5, $args[0].trust += 3>>
<</if>>
<<elseif _sight == 2>>
$He just stares at the ceiling for some time, having difficulty processing that @@.green;$he can now see.@@ The gift of sight is lost upon $him, as is that $he is no longer in $his own body.
<</if>>
$He lets out a low groan and reaches up to rub at $his eyes. Or rather, $he attempts to. A visible look of confusion crosses $his face and $he strains to sit up, but all $he manages to do is wiggle, $his movements reminding you of a suffocating goldfish. As the cloud of anesthetics fades, $he realizes what's happened to $him
<<if $args[0].fetish == "mindbroken">>
and is supremely unaffected by it, as $his mind has already left $him.
<<if _sight == 2>>
@@.green;Since $he can now see,@@ $he spends a significant amount of time just taking in the world before turning upon $himself. Since $he has no reference of $his previous body left, $he might as well have always possessed this body.
<<set _end = 1>>
<</if>>
<<elseif $args[0].devotion > 20>>
and begins to panic, $his breaths quickening. With a visible look of concentration, $his breathing slows and $he tries to take stock of $his new body. $He quickly realizes
<<if $args[1].amp == 1>> /*(was already an amputee)*/
that at least nothing about $his limbs, or lack thereof, has changed.
<<else>>
@@.gold;you have taken $his arms and legs.@@
<<set $args[0].trust -= 15>>
<</if>>
<<else>>
<<if $args[1].amp == 1>> /*(was already an amputee)*/
but $he realizes that at least nothing about $his limbs, or lack thereof, has changed.
<<else>>
$His eyes seem to bulge; $his heart monitor begins to beep faster and more insistently. Eventually, your assistant is forced to inject $him with a sedative. $His eyes flutter closed and the heart monitors beeping slows to a steady pulse. Hopefully $he'll be calmer when $he wakes up again, though the memory of waking without limbs will @@.gold;stick with $him.@@
<br>
...
<br>
When $he wakes up again, $he seems stable; the cold @@.hotpink;acceptance@@ of $his fate clouds $his eyes.
<<set $args[0].devotion += 5, $args[0].trust -= 15>>
<</if>>
<</if>>
<<if _end != 1>>
<br><br>
$He cranes $his neck to look down on $himself
<<if $args[0].skin != $args[1].skin && $args[0].fetish != "mindbroken">>
only to quickly recoil in shock when $he sees $his @@.coral;newly $args[0].skin skin@@.
<<if $args[0].devotion > 50>>
$He is fascinated by the change and what this means for $him.
<<elseif $args[0].devotion > 20>>
The fact that you would alter something so defining about $him no longer surprises $him.
<<elseif $args[0].devotion >= -20>>
The fact that you would alter something so defining about $him is @@.hotpink;humbling.@@
<<set $args[0].devotion += 2>>
<<else>>
The fact that you would alter something so defining about $him is @@.gold;terrifying.@@
<<set $args[0].trust -= 2>>
<</if>>
Once $he regains control, $he once again turns to $his $args[0].skin bust
<</if>>
/*(breast changes)*/
<<if $args[0].boobsImplant > 0 && $args[1].boobsImplant > 0>> /*(breast implants)*/
and finds
<<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/
$he @@.lime;still has breast implants; implants easily bigger than $his entire body.@@
<<if $args[0].devotion >= -20>>
The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He wriggles under $his new chest boulders as an intense orgasm @@.hotpink;courses through $his body.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help but become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eyeing $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
$he @@.lime;still has breast implants resting on $his chest. Even if they aren't clearly implants, $he can barely move under the weight of $his new breasts.@@
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/
@@.lime;a pair of absolutely enormous fake tits looming over $him.@@
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now, though what lies within eludes $his mind.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@.lime;a pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he recognizes the familiar weight of the implants at their cores.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
@@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at their mass.
<<else>>
@@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
@@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;But only barely.@@
<<else>>
@@.orange;that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and lets the tears finish running from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@
<<elseif $args[0].devotion > 20>>
@@.orange;that $his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
@@.orange;that $his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].devotion > 20 && $args[0].fetish != "mindbroken">>
a familiar chest waiting for $him.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
that $his breasts are roughly the same.
<<if ($args[0].physicalAge < $args[1].physicalAge-5) && $args[0].fetish != "mindbroken">> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].boobsImplant > 0 && $args[1].boobsImplant == 0>>
and finds
<<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/
@@.lime;a pair of massive implants towering over $him.@@
<<if $args[0].devotion >= -20>>
The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He wriggles under $his new chest boulders as an intense orgasm @@.hotpink;courses through $his body.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
@@.lime;$he has breast implants resting on $his chest, buried under the rest of $his bust.@@ Even if they aren't clearly implants, $he can barely move under the weight of $his new breasts.
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/
@@.lime;a pair of absolutely enormous fake tits looming over $him.@@
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now, yet not able to move as much.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@.lime;a pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he recognizes a familiar firmness at their cores.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now, yet not able to move as much.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
@@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
@@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at their firmness.
<<else>>
@@.lime;$his chest is heavy with implants.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
@@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
@@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@
<<elseif $args[0].devotion > 20>>
@@.orange;$his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
@@.orange;$his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].fetish == "mindbroken">>
the same chest $he had before, except maybe firmer than $his addled brain remembers.
<<elseif $args[0].devotion > 20>>
a familiar chest waiting for $him. $He quickly realizes $his mistake once $he jiggles them.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
that $his breasts are roughly the same. $He quickly realizes $his mistake once $he jiggles them.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].boobsImplant == 0 && $args[1].boobsImplant > 0>>
<<if $args[0].boobs <= 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/
<<if $args[0].devotion > 20>>
and finds @@.orange;not only $his implants gone, but $his breasts entirely.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
and finds that @@.orange;$his implants are gone, along with the rest of $his breasts.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and stop the tears that are running from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= 300>> /*flat*/
<<if $args[0].fetish == "mindbroken">>
and finds that @@.orange;$his implants and breasts are completely gone.@@ This draws no reaction from $him.
<<elseif $args[0].devotion > 20>>
and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ It is what it is.
<<else>>
and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
@@.lime;and finds nothing but breast.@@ As $he wiggles back and forth, $he can just make out that $he no longer has implants.
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@.lime;and finds a pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he can just make out that $he no longer has implants.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
@@.lime;and finds $his tits are bigger than ever, yet implant free.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
@@.lime;and finds that $his breasts have expanded in size, yet lack implants. $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
@@.lime;and finds $his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at the motion of silicone free flesh.
<<else>>
@@.lime;and finds $his chest is heavier than ever, and not because of silicone.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
@@.orange;and finds $his bust has shrunk.@@ $He is saddened by the loss of $his implants and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
@@.orange;and finds that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].devotion > 20>>
@@.orange;and finds that $his implants have been removed.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
@@.orange;and finds that $his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].fetish == "mindbroken">>
and finds nothing off about $his chest.
<<elseif $args[0].devotion > 20>>
and finds a familiar chest waiting for $him, albeit @@.coral;implant free.@@
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
and finds that $his breasts are roughly the same, save for their @@.coral;missing implants.@@
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if $args[0].boobs <= 300 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/
<<if $args[0].devotion > 20>>
and finds @@.orange;no tits at all.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;Barely.@@
<<else>>
and finds @@.orange;no tits at all.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= 300 && $args[1].boobs > 300>> /*flat*/
<<if $args[0].fetish == "mindbroken">>
and @@.orange;finds nothing.@@ $He doesn't seem to care, though.
<<elseif $args[0].devotion > 20>>
and finds nothing; @@.orange;$his breasts are completely gone.@@ At least it's a literal weight off $his chest.
<<else>>
and finds nothing; @@.orange;$his breasts are completely gone.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/
and finds @@.lime;nothing but breast.@@ As $he wiggles back and forth beneath their mass, $he can make out that they are all natural.
<<if $args[0].devotion >= -20>>
The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@
<<set $args[0].devotion += 5>>
<<else>>
$He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive mammaries. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his chest pillows proves it.
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
and finds a @@.lime;pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he can clearly tell they are completely natural.<</if>>
<<if $args[0].fetish == "mindbroken">>
As $he examines $his breasts, $he seems to understand that they are much bigger now.
<<elseif $args[0].devotion > 20>>
This new size excites $him and $he looks forward to experimenting with them.
<<else>>
This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid;infuriates $him@@ that you would do such a thing to $him.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
<<if $args[0].devotion > 20>>
and finds @@.lime;$his tits are bigger than ever.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
<<else>>
and finds @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
<<set $args[0].devotion += 5>>
<</if>>
<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
<<if $args[0].fetish == "mindbroken">>
and finds breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@
<<elseif $args[0].devotion > 20>>
and finds @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at the motion of $his soft flesh.
<<else>>
and finds that @@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him.
<<set $args[0].devotion -= 5>>
<</if>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/
<<if $args[0].devotion > 20>>
and finds that @@.orange;$his bust has shrunk.@@ $He is saddened by $his smaller chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@
<<else>>
and finds that @@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection.
<</if>>
<<set $args[0].devotion -= 5>>
<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/
<<if $args[0].fetish == "mindbroken">>
breasts. As $he examines them, $he seems to understand @@.orange;that they smaller now.@@
<<elseif $args[0].devotion > 20>>
that @@.orange;$his breasts are smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
<<else>>
that @@.orange;$his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
<<set $args[0].devotion -= 2>>
<</if>>
<<else>> /*(No change (less than a 100 cc's of change)*/
<<if $args[0].fetish == "mindbroken">>
nothing out of the ordinary.
<<elseif $args[0].devotion > 20>>
a familiar chest waiting for $him.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
$He is pleased to see $his breasts are now more pert and smooth than they were before.
<</if>>
<<else>>
that $his breasts are roughly the same.
<<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/
Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@
<<set $args[0].devotion += 2>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $args[0].areolaePiercing != 0 && $args[1].areolaePiercing == 0>>
<<if $args[0].fetish != "mindbroken" && $args[0].boobs >= 10000>>
$He can just barely catch the glimmer of the piercings adorning $his areolae.
<<elseif $args[0].fetish == "mindbroken" && $args[0].boobs >= 10000>>
/* out of sight, out of mind */
<<elseif $args[0].boobs >= 1000>>
$He gawks at the piercings adorning $his areolae for a spell.
<<else>>
$He can't take $his eyes off the piercings now adorning $his areolae.
<</if>>
<</if>>
/*(if lactation status has changed)*/
<<if $args[0].lactation > 0 && $args[1].lactation == 0>> /*(lactating now, wasn't before)*/
As $he wiggles $his breasts,
<<if $args[0].lactation == 1>>
@@.coral;solitary drops of milk begin to drop from $his nipples.@@
<<else>>
@@.coral;steady streams of milk start to flow from $his nipples.@@
<</if>>
<<if $args[0].fetish == "mindbroken">>
$He shudders at the wet feeling.
<<elseif $args[0].devotion > 20>>
$He is delighted by the fact that $his breasts now produce milk. This is a gift $he will happily use for your benefit.
<<else>>
$He is irritated that you have altered $his body to produce milk.
<</if>>
<<elseif $args[0].fetish == "mindbroken">>
<<elseif $args[0].lactation > 1 && $args[1].lactation == 1>>
$He realizes $his breasts are @@.lime;rapidly producing milk.@@ $He groans at the unfamiliar pressure.
<<elseif $args[0].lactation == 1 && $args[1].lactation == 2>>
$He realizes that $his breasts are @@.orange;producing less milk.@@ $He seems a little relieved.
<<elseif $args[0].lactation == 0 && $args[1].lactation > 0>>
$He realizes that $his breasts @@.orange;no longer produce milk.@@ $He doesn't show much reaction to this change.
<<elseif $args[0].lactation > 0 && $args[1].lactation > 0>>
The familiar feeling of fullness in $his breasts tells $him $he's producing as much milk as ever.
<</if>>
<<if $args[0].nipples != $args[1].nipples && $args[0].fetish != "mindbroken">> /*(if nipples have changed shape)*/
Once $he is satisfied with $his tits, $he shifts $himself to get a better view of $his nipples, having noticed that they don't look quite the same as before.
<<switch $args[0].nipples>>
<<case "fuckable">>
$He doesn't seem to understand where they have gone.
<<case "tiny">>
$He's a little depressed by @@.orange;how tiny they've become.@@
<<case "puffy">>
$He giggle a little at the sight of how @@.lime;puffy they are.@@
<<case "huge">>
$He gasps at the sight of the @@.lime;two towering protrusions@@ jutting out from $his breasts.
<<case "partially inverted">>
Due to the nature of $his @@.lime;partially inverted nipples,@@ $he can't get a good look at them.
<<case "inverted">>
Due to the nature of $his @@.lime;inverted nipples,@@ $he can't get a good look at them.
<<default>>
They can only be called normal, though $he can still call them cute.
<</switch>>
<<if $args[0].nipplesPiercing != 0 && $args[1].nipplesPiercing == 0>>
$He also notices they are pierced, judging by how $his eyes follow the movement of the piercings.
<</if>>
<</if>>
/*(if breasts have changed shape)*/
<<if $args[0].boobShape != $args[1].boobShape && $args[0].boobs > 300 && $args[0].fetish != "mindbroken">>
As $he settles back down, $he discovers they no longer rest the same either;
<<if $args[0].boobShape == "saggy">> /*(drooping or older)*/
@@.red;they now sag to $his sides,@@ disappointing $him.
<<elseif $args[0].boobShape == "downward-facing">>
@@.red;they now face downwards,@@ disappointing $him.
<<elseif $args[0].boobShape == "wide-set">>
@@.green;they settle heavily to either side of $his body.@@
<<elseif $args[0].boobShape == "perky">>
@@.green;they stick out from $his chest.@@
<<if $args[0].devotion > 20>>
$He jostles them playfully.
<<else>>
$He is intrigued by this development.
<</if>>
<<elseif $args[0].boobShape == "torpedo-shaped">>
@@.green;they stick out far from $his chest.@@
<<if $args[0].devotion > 20>>
$He squirms to make them sway about.
<<else>>
$He is intrigued by this development.
<</if>>
<<else>>
@@.green;they can only be called normal.@@
<</if>>
<</if>>
<br><br>
<<if $args[0].fetish == "mindbroken">>
<<elseif $args[1].voice == 0>>
After a moment, $he turns to you and gestures for a mirror.
<<if $args[0].voice != 0>>
You gesture as if you couldn't hear $him, to which $he squeaks in response. It immediately @@.hotpink;dawns on $him@@ what this means. $He @@.mediumaquamarine;thanks you profusely@@ before asking for a mirror.
<<set $args[0].devotion += 5, $args[0].trust += 10>>
<</if>>
<<else>>
After a moment, $he turns to speak to you,
<<if $args[0].voice == 0>>
but can't. $He tries again, frowning. $He struggles to make any sound at all as tears well in $his eyes, but no sobs can be heard as $his shoulder stubs begin to @@.gold;shake.@@ After a bit, wiggles @@.mediumorchid;somberly@@ for a mirror.
<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
<<elseif $args[0].voice != $args[1].voice>>
and starts at $his new
<<if $args[0].voice > $args[1].voice>>
higher pitched
<<elseif $args[0].voice < $args[1].voice>>
lower pitched
<<else>>
voice,
<</if>>
but then murmurs "...mirror..."
<</if>>
<</if>>
<br><br>
You depress a button and a long, body length mirror slides up from the floor near the wall. Your slave, with the help of an assistant, sits up against the side of the gurney and sees $his entire body for the first time.
<br><br>
$His eyes lock onto $his face.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].race != $args[1].race>> /*(race changes)*/
It immediately strikes $him that $he is @@.coral;no longer <<print $args[1].race>>.@@ $His new $args[0].race body
<<if $args[0].devotion > 50>>
intrigues and delights $him. $He is happy that you invested in $his appearance in such an interesting way.
<<elseif $args[0].devotion > 20>>
@@.mediumorchid;disturbs $him.@@ $He is @@.gold;shaken@@ by such a drastic change.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<<else>>
@@.mediumorchid;disgusts and angers $him.@@ One of the only parts of $his identity $he had left has now been stripped from $him.
<<set $args[0].devotion -= 20>>
<</if>>
<<elseif $args[0].devotion <= 50>>
It immediately strikes $him that $he is still <<print $args[0].race>>. $He's @@.hotpink;relieved@@ that you didn't take such a deep part of $his identity from $him.
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<<if $args[0].bald == 1 && $args[1].bald == 0>> /*(+baldness)*/
Something about $his head catches $his eye; @@.red;$he is now bald.@@ This
<<if $args[0].fetish == "mindbroken">>
catches $his attention, and $he spends some time shaking $his head to feel the air on $his scalp.
<<elseif $args[0].devotion > 20>>
feels fun and interesting.
<<else>>
feels like a gross imposition and $he @@.mediumorchid;scowls at you accusingly,@@ for this is one less thing that marks $him as a person that you have taken from $him.
<<set $args[0].devotion -= 3>>
<</if>>
<<elseif $args[0].bald == 0 && $args[1].bald == 1>> /*(-baldness)*/
Something about $his head catches $his eye; @@.green;$he now has hair.@@ This
<<if $args[0].fetish == "mindbroken">>
catches $his attention, and $he spends some time shaking $his head to feel to make $his hair move.
<<elseif $args[0].devotion >= -20>>
makes $him @@.hotpink;squeal with delight.@@ $He plays with $his new hair, enjoying how it feels as $he moves $his head.
<<set $args[0].devotion += 3>>
<<else>>
surprises $him. $He is not happy with your doing something like this while $he had no control of it, but under the circumstances there are far worse things to have than hair.
<</if>>
<<elseif $args[0].bald == 1 && $args[1].bald == 1>>
Something about $his head catches $his eye, but it turned out to be nothing. $He is as bald as ever.
<<else>>
Something about $his head catches $his
<<if $args[0].hColor != $args[1].hColor>>
eye; $he @@.coral;now has $args[0].hColor hair.@@
<<else>>
eye, but it was a trick of the light; $his hair is more or less the same.
<</if>>
<</if>>
<<if $args[0].sexualFlaw == "oral fixation" && $args[0].lips > $args[1].lips+10>> /* (bigger lip+oral fixation) */
$He slowly puckers $his @@.lime;plush pillows.@@ A blush blossoms over $his face and the beeping of $his heart monitor speeds up slightly. You know that $he'll put them to good use.
<<if $args[0].devotion <= 20>>
$He pauses, and begins to @@.hotpink;hesitantly smile@@ as $he runs $his tongue across $his lovely new lips.
<</if>>
<<elseif $args[0].lips > $args[1].lips+10>>
$His eyes lock on $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.lime;they are larger now@@ than they once were.
<<elseif $args[0].sexualFlaw == "oral fixation" && $args[0].lips < $args[1].lips-10>> /* (smaller lip+oral fixation) */
<<if $args[0].devotion > 20>>
$His eyes lock on $his lips and $he recoils. A second later, $he runs $his tongue across them to confirm $his fear. $His pride and joy are @@.orange;gone.@@ $He lets out a sniff and @@.mediumorchid;tears begin to roll down $his cheeks.@@
<<set $args[0].devotion -= 10>>
<<else>>
$His eyes lock on $his lips before $he turns $his head from the mirror and <<if $args[0].voice == 0>>attempted <</if>>sobs well up from $him. For someone who values $his lips like $him, for them @@.orange;to be gone@@ is a truly @@.mediumorchid;terrible fate.@@
<<set $args[0].devotion -= 20>>
<</if>>
<<elseif $args[0].lips < $args[1].lips-10>>
$His eyes lock on $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.orange;they are smaller@@ now than they once were.
<<else>>
$His eyes lock on $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> having found nothing different about them<<else>> finding them familiar enough<</if>>.
<</if>>
<<if $args[0].lipsPiercing != 0 && $args[1].lipsPiercing == 0>>
$He touches the tip of $his tongue to $his new piercing.
<</if>>
<<if $args[0].teeth == "removable" && $args[1].teeth != "removable">> /* no teeth */
A look of confusion crosses $his face, $his brow furrowing slightly. You see $him work $his jaw for moment before $he turns $his head and spits out a set of dentures.
<<if $args[0].devotion < -20 && $args[0].fetish != "mindbroken">>
$He @@.mediumorchid;glowers@@ at them, knowing full well they'll be back in $his mouth shortly.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth) */
You can vaguely hear $him rattling $his tongue piercing against $his teeth as $he takes in $his appearance.
<</if>>
<<if $args[0].physicalAge < 40 && $args[1].physicalAge > 50 && $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He notices the @@.green;lack of wrinkles@@ on $his face and @@.hotpink;smiles broadly.@@
<<set $args[0].devotion += 2>>
<<else>>
$He notices the @@.green;lack of wrinkles@@ on $his face and cringes at what this means for $his future.
<</if>>
<</if>>
<<if ($args[0].earPiercing != 0 && $args[1].earPiercing == 0) || ($args[0].eyebrowPiercing != 0 && $args[1].eyebrowPiercing == 0) || ($args[0].nosePiercing != 0 && $args[1].nosePiercing == 0)>>
On top of that, several new piercings glint upon $his face.
<</if>>
<br><br>
$His eyes slip down to focus on $his body.
/*(age)*/
<<if $args[0].physicalAge >= $args[1].physicalAge+5 || ($args[0].physicalAge > 18 && $args[1].physicalAge < 16)>> /*(older)*/
<<if $args[0].physicalAge > 18 && $args[1].physicalAge < 16>>
$He starts at just how much @@.red;older $his <<if canSee($args[0])>>face and body are<<else>>body is<</if>>.@@
<<if $args[0].physicalAge > 100>>
$He's thoroughly shocked to find $he's knocking on death's door.
<<elseif $args[0].physicalAge > 80>>
$He's thoroughly shocked to find $he's ancient.
<<elseif $args[0].physicalAge > 30>>
$He's shocked to find that $he's practically a MILF.
<<elseif $args[0].physicalAge >= 18>>
$He's shocked to find $he's now a fresh adult.
<</if>>
<<if $args[0].fetish != "mindbroken">>
This is disturbing to $him on a fundamental level,
<<if $args[0].devotion > 50>>
as that means $he will now will have less time with you before the end of $his
<<if $PhysicalRetirementAgePolicy == 1>>
service and
<</if>>
life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do.
<<else>>
as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@
<<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>>
<<if $PhysicalRetirementAgePolicy == 1>>
On the other hand, it means $he won't have as much time to spend with you before $he is retired.
<<else>>
This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@
<<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge)*2>>
<</if>>
<</if>>
<<if ($args[0].ovaries == 1 || $args[0].mpreg == 1) && $args[0].pubertyXX == 1 && $args[1].pubertyXX == 0 && isFertile($args[0])>>
$He fidgets uncomfortably as the urge to breed crosses $his mind.
<</if>>
<<if ($args[0].balls > 0) && $args[0].pubertyXY == 1 && $args[1].pubertyXY == 0>>
$He shudders with pleasure at the thought of cumming in a fertile pussy. $He realizes this body has gone through puberty.
<</if>>
<</if>>
<<elseif $args[0].fetish != "mindbroken">>
$He starts as $he <<if canSee($args[0])>>sees<<else>>discovers<</if>> that $he is @@.red;now older than $he once was.@@ This is disturbing to $him on a fundamental level,
<<if $args[0].devotion > 50>>
as that means $he will now will have less time with you before the end of $his
<<if $PhysicalRetirementAgePolicy == 1>>
service and
<</if>>
life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do.
<<else>>
as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@
<<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>>
<<if $PhysicalRetirementAgePolicy == 1>>
On the other hand, it means $he won't have as much time to spend with you before $he is retired.
<<else>>
This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@
<<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge)*2>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].physicalAge <= $args[1].physicalAge-5 || ($args[0].physicalAge < 18 && $args[0].physicalAge < $args[1].physicalAge)>> /*(younger)*/
$He starts at $his @@.green;youthful new <<if canSee($args[0])>>face and <</if>>body.@@
<<if $args[1].physicalAge >= 18>>
<<if $args[0].physicalAge < 4>>
$He's thoroughly shocked to find $he's a toddler again.
<<elseif $args[0].physicalAge < 9>>
$He's surprised to find $he's a little girl.
<<elseif $args[0].physicalAge < 13>>
$He's surprised to find that $he's once more a preteen.
<<elseif $args[0].physicalAge < 16>>
$He never expected to be a teenager again.
<<elseif $args[0].physicalAge < 18>>
$He never expected to be a young adult again.
<</if>>
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<set _puberty = 0>>
<<if (($args[0].physicalAge < $fertilityAge && ($args[0].ovaries == 1 || $args[0].mpreg == 1)) || ($args[0].physicalAge < $potencyAge && $args[0].balls > 0)) && ($args[1].pubertyXX == 1 || $args[1].pubertyXY == 1)>>
$He realizes that $he will have to @@.coral;go through puberty again,@@ now that $he is $args[0].physicalAge once more. This is unnerving to $him.
<<set _puberty = 1>>
<</if>>
<<if $args[0].devotion > 20>>
<<if _puberty == 1>>
However, $he will do $his best to enjoy the highs that come with it, and
<<else>>
This is a @@.hotpink;wonderful gift to $him,@@ as $he will now be able to
<<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10)>>
<</if>>
<<if $PhysicalRetirementAgePolicy == 1>>
spend more time with you before the end of $his service.
<<else>>
service you better, as well as have all the other benefits of youthful age.
<</if>>
<<else>>
<<if _puberty == 1>>
It will be frustrating to go through the rigors of sexual development all over again, especially when combined with the fact that $he must also
<<else>>
This is both a @@.hotpink;blessing@@ and a @@.gold;curse,@@ as while $he now has a younger and healthier body, $he must also
<<set $args[0].devotion += Math.min($args[1].physicalAge-$args[0].physicalAge, 10), $args[0].trust -= 5>>
<</if>>
<<if $PhysicalRetirementAgePolicy == 1>>
spend more time with you before the end of $his service.
<<else>>
use all of $his youth for the benefit of $his master instead of $himself.
<</if>>
<</if>>
<</if>>
<</if>>
/*weight*/
<<if $args[0].weight >= $args[1].weight + 5 || $args[0].weight <= $args[1].weight - 5>>
The very next thing $he finds is how much
<<if $args[0].weight >= $args[1].weight + 5>>
@@.red;heavier $he is.@@
<<if $args[0].fetish == "mindbroken">>
With $his broken mind, $he shows no real reaction to this new weight.
<<elseif $args[0].devotion > 50>>
<<if $args[0].behavioralFlaw == "gluttonous">>
$He is @@.hotpink;perfectly fine@@ with this; a bigger body means more food for $his belly and more for you to love.
<<set $args[0].devotion += 1>>
<<elseif $args[0].behavioralFlaw == "anorexic">>
$He wiggles and groans a little as $his body keeps going. $He knows if you wanted $his heavier, you could have just force fed $him to this size, so $he keeps further opinions to $himself.
<<elseif $args[0].behavioralQuirk == "insecure">>
$He is @@.hotpink;perfectly fine@@ with this; if you want $him to be softer, then @@.mediumaquamarine;that is what $he wants too.@@
<<set $args[0].devotion += 1, $args[0].trust += 1>>
<<elseif $args[0].behavioralQuirk == "fitness">>
$He would prefer to be fitter, but without arms and legs, $he gets little say in the matter.
<<else>>
$He is happy that you have given $his more weight for you to play
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
with, but is somewhat confused that you would do so against the society you created.
<<else>>
with.
<</if>>
<</if>>
<<else>>
<<if $args[0].behavioralFlaw == "gluttonous">>
$He is @@.hotpink;surprisingly fine@@ with this; a bigger body means more food for $his belly, after all.
<<if $args[0].weight > 30>>
Though $he would have preferred to not be this fat.
<</if>>
<<set $args[0].devotion += 1>>
<<elseif $args[0].behavioralFlaw == "anorexic">>
$He wiggles and @@.mediumorchid;groans with disgust@@ as $his body keeps going. $He shudders at the thought of @@.gold;what you'll do next.@@
<<set $args[0].devotion -= 3, $args[0].trust -= 3>>
<<elseif $args[0].behavioralQuirk == "insecure">>
$He is surprisingly fine with this; you know best, after all.
<<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>>
$He is @@.mediumorchid;irritated and frustrated@@ at this new weight. $He should be fit not fat!
<<set $args[0].devotion -= 10>>
<<else>>
$He is @@.mediumorchid;irritated and frustrated@@ at this new
<<set $args[0].devotion -= 5>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
weight, @@.mediumorchid;doubly so@@ because your society will view $him as less of a person now.
<<set $args[0].devotion -= 5>>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
weight, however $he is at least @@.hotpink;somewhat mollified@@ with the knowledge that society will treat $him a with a bit more reverence now.
<<set $args[0].devotion += 3>>
<<else>>
weight.
<</if>>
<</if>>
<</if>>
<<else>>
@@.green;lighter $he is.@@
<<if $args[0].fetish == "mindbroken">>/*mindbroken*/
$He doesn't show much reaction to $his lost weight.
<<elseif $args[0].devotion > 50>>/*devoted*/
$He is pleased that you have given $him a more slender and svelte body
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
body and is even happier that $his body is more in line with your society.
<<else>>
body.
<</if>>
<<else>>/*not devoted*/
$He is a bit miffed that you would modify $his body in such a way, knowing it has nothing to do with making $him happy
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
happy, but feels a bit better knowing that society will now view $him in a better light.
<<else>>
happy.
<</if>>
<</if>>
<</if>>
<</if>>
/*muscle*/
<<if $args[0].muscles >= $args[1].muscles +5 || $args[0].muscles <= $args[1].muscles - 5>>
The last major change to $his body structure worth $his attention is
<<if $args[0].muscles >= $args[1].muscles + 5>>
that $he is @@.lime;significantly more muscular@@ than $he once was.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 50>>
$He is happy with $his newfound strength and looks forward to putting this power to work for you, as limited as it may be.
<<else>>
$He is irritated that you would change something like this about $him
<<if $args[0].genes == "XX" && $arcologies.FSPhysicalIdealist == "unset">>
and is @@.mediumorchid;annoyed@@ that $he now looks less feminine.
<<set $args[0].devotion -= 3>>
<<else>>
but @@.mediumaquamarine;appreciates@@ the extra strength nonetheless, even if it is all in the torso.
<<set $args[0].trust += 5>>
<</if>>
<</if>>
<</if>>
<<else>>
that $he is @@.orange;significantly less muscular@@ than before.
<<if $args[0].devotion > 50>>
$He appreciates that you would take the time to make $him more feminine.
<<else>>
$He is @@.mediumorchid;annoyed@@ that you would alter something about $him like this, but it's not a big loss given $his state.
<<set $args[0].devotion -= 3>>
<</if>>
<</if>>
<</if>>
/*(pregnancy/belly changes)*/
<<set _weightChange = 0>> /*used to segway to weight after pregnancy/belly implants*/
<<if $args[0].pregKnown == 1 && $args[1].preg > 0>>
<br><br>
$He wiggles into a better position to see $his stomach,
<<if $args[0].bellyPreg < 100>>
<<if $args[0].birthsTotal == 0>>
but $he's too inexperienced to recognize $his @@.pink;early pregnancy.@@
<<elseif $args[0].birthsTotal > 0>>
and since this is not $his first pregnancy, $he is able to recognize the @@.pink;life within $him.@@
<</if>>
<<elseif $args[0].bellyPreg >= 450000>>
and $he can immediately see that $he is @@.pink;insanely pregnant;@@ $his body stretched full of babies.
<<elseif $args[0].bellyPreg >= 150000>>
and $he can quite clearly see that $he is @@.pink;enormously pregnant,@@ so much so that $his body could quite believably be carrying nine full sized babies.
<<elseif $args[0].bellyPreg >= 60000>>
and $he can see that $he is almost @@.pink;unnaturally pregnant,@@ with a belly swollen to a size that could easily carry four full grown babies.
<<elseif $args[0].bellyPreg >= 15000>>
and $he can clearly see that $he is @@.pink;quite pregnant,@@ as $he sports a belly that could easily carry a full sized baby.
<<elseif $args[0].bellyPreg >= 5000>>
and $he sees a @@.pink;bump in $his stomach.@@ A gentle kick clues $him in to the reason.
<<elseif $args[0].bellyPreg >= 100>>
and $he see a @@.pink;slight swell to $his stomach.@@
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>>
<<if $args[0].devotion > 50>>
Even though $he didn't get to experience being made into one, $he is delighted to be a mother<<if $args[0].birthsTotal > 0>> again<</if>>.
<<else>>
$He is filled with conflicting emotions, @@.mediumorchid;hatred@@ for you for forcing <<if $args[0].pregType > 1>>these lives<<else>>this life<</if>> onto $him, as well as the instinct of a mother's love for $his unborn child.
<<set $args[0].devotion -= 3>>
<</if>>
<</if>>
<<elseif $args[0].fetish == "pregnancy">>
<<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>>
<<if $args[0].devotion > 50>>
Even though $he didn't get to experience being made into one, $he is overjoyed to have <<if $args[0].birthsTotal > 0>>another<<else>>a<</if>> life growing inside $him.
<<else>>
$He is filled with conflicting emotions, hate for being forced into this, but also joy from getting to be pregnant. While you didn't do this for $his amusement, $he'll definitely take advantage of it.
<</if>>
<</if>>
<</if>>
<<set _weightChange = 1>>
<<elseif $args[0].bellyImplant > $args[1].bellyImplant && $args[0].bellyImplant >= 100>> /*belly implant filled*/
<br><br>
$He wiggles into a better position to view $his stomach, where $he
<<if $args[0].bellyImplant >= 450000>>
sees nothing but a @@.pink;massive middle.@@
<<elseif $args[0].bellyImplant >= 150000>>
sees @@.pink;belly carrying a multitude of children.@@
<<elseif $args[0].bellyImplant >= 60000>>
sees a @@.pink;belly that could be laden with multiples at the brink of birth.@@
<<elseif $args[0].bellyImplant >= 15000>>
sees a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@
<<elseif $args[0].bellyImplant >= 5000>>
sees a @@.pink;clear bump in $his stomach from the belly implant.@@
<<elseif $args[0].bellyImplant >= 100>>
sees a @@.pink;slight swell to $his stomach.@@
<</if>>
<<if $args[0].devotion > 50>>
$He likes how the bulge looks on $him and can't wait to get fucked with it in the way.
<<else>>
It @@.mediumorchid;bothers $him@@ that you would add such a <<if $args[0].bellyImplant >= 10000>>major<<else>>minor<</if>> inconvenience to $his body.
<<set $args[0].devotion -= 1>>
<</if>>
<<if $args[1].pregKnown == 1>>
<<if $args[0].fetish == "pregnancy">>
<<if $args[0].devotion > 50>>
$He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>.
<<set $args[0].devotion -= 5>>
<<elseif $args[0].devotion > 20>>
$He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>.
<<set $args[0].devotion -= 10>>
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him.
<<set $args[0].devotion -= 15>>
<</if>>
<<elseif $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 50>>
While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body.
<<elseif $args[0].devotion > 20>>
$He accepts this as how things are.
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<</if>>
<</if>>
<<set _weightChange = 1>>
<<elseif $args[0].pregKnown == 0 && $args[1].pregKnown == 1>>
<br><br>
$He wiggles into a better position to view $his stomach, where $he discovers $he is @@.pink;no longer pregnant.@@
<<if $args[0].fetish == "pregnancy">>
<<if $args[0].devotion > 50>>
$He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>.
<<set $args[0].devotion -= 5>>
<<elseif $args[0].devotion > 20>>
$He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>.
<<set $args[0].devotion -= 10>>
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him.
<<set $args[0].devotion -= 15>>
<</if>>
<<elseif $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 50>>
While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body.
<<elseif $args[0].devotion > 20>>
$He accepts this as how things are.
<<else>>
$He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<</if>>
<<set _weightChange = 1>>
<<elseif $args[0].bellyImplant < $args[1].bellyImplant>> /*belly implant reduced*/
<br><br>
$He wiggles into a better position to view $his stomach, where $he
<<if $args[0].bellyImplant >= 450000>>
sees nothing but a @@.pink;massive middle.@@
<<elseif $args[0].bellyImplant >= 150000>>
sees @@.pink;belly carrying a multitude of children.@@
<<elseif $args[0].bellyImplant >= 60000>>
sees a @@.pink;belly that could be laden with multiples at the brink of birth.@@
<<elseif $args[0].bellyImplant >= 15000>>
sees a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@
<<elseif $args[0].bellyImplant >= 5000>>
sees a @@.pink;clear bump in $his stomach from the belly implant.@@
<<elseif $args[0].bellyImplant >= 100>>
sees a @@.pink;slight swell to $his stomach.@@
<<else>>
discovers $his belly is @@.pink;no longer bulging.@@
<</if>>
<<if $args[0].devotion > 20>>
$He appreciates how much easier it will be with a smaller middle.
<<else>>
$He can't help but appreciate losing the bulk, but $he still @@.gold;worries@@ over your control of $his body.
<<set $args[0].trust -= 1>>
<</if>>
<<set _weightChange = 1>>
<</if>>
/*stomach*/
<<if _weightChange != 1>>
<br><br>
$He wiggles into a better position to see $his middle, and begins to shift
<<else>>
$He continues to shift
<</if>>
<<if $args[0].weight >= $args[1].weight+30>> /*(fatter)*/
$his stomach until $he feels just how @@.red;much more weight@@ $he is carrying.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He finds $his new curves intriguing.
<<else>>
$His face contorts with @@.mediumorchid;disgust@@ at $his newfound bulk.
<<set $args[0].devotion -= 5>>
<</if>>
<</if>>
<<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>>
$He also notices @@.red;how much it sags.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This isn't pleasant, but $he bears it for you.
<<else>>
This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him.
<<set $args[0].devotion -= 2>>
<</if>>
<</if>>
<<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>>
$He also notices it is @@.green;tighter despite being softer.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This is great for $his self-image and $he happily strokes $his new firm belly.
<<else>>
Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].weight <= $args[1].weight-30>> /*(thinner)*/
$his stomach and $he finds $his body @@.green;thinner.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He finds $his new curves intriguing.
<<else>>
While free weight loss is @@.hotpink;appreciated,@@ $he wishes $he had some say in the matter.
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>>
$He also notices how it @@.red;has a sag to it.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This isn't pleasant, but $he bears it for you.
<<else>>
This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him.
<<set $args[0].devotion -= 2>>
<</if>>
<</if>>
<<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>>
$He also notices it is @@.green;tighter despite being softer.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This is great for $his self-image and $he happily strokes $his new perkier belly.
<<else>>
Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<</if>>
<<elseif $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> /*(belly sag)*/
$his stomach and $he notices a @@.red;sag in $his belly.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This isn't pleasant, but $he bears it for you.
<<else>>
This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him.
<<set $args[0].devotion -= 2>>
<</if>>
<</if>>
<<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> /*(subtracted)*/
$his stomach and notices the @@.green;sag in $his belly has lessened.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This is great for $his self-image and $he happily strokes $his new tight belly.
<<else>>
Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@
<<set $args[0].devotion += 1>>
<</if>>
<</if>>
<<elseif $args[0].weight < 10 && $args[0].muscles > 5 && $args[0].belly < 100>>
$his @@.lime;muscled stomach.@@
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He finds $his new strength intriguing.
<<else>>
$He finds $his new strength @@.mediumaquamarine;empowering.@@
<<set $args[0].trust += 2>>
<</if>>
<</if>>
<<else>>
stomach, though $he finds little out of the ordinary<<if _weightChange == 1>>; other than the obvious, of course<</if>>.
<</if>>
<<if $args[0].navelPiercing != 0 && $args[1].navelPiercing == 0>>
$He now has a piercing in $his navel; $he rolls $his tummy<<if $args[0].belly >= 15000>>, a feat in and of itself<</if>>, fascinated by $his new hardware grazing $his stomach to the motion.
<</if>>
/* waist */
<<if $args[0].belly < 30000 || $args[0].weight <= 95>>
<<if $args[0].waist > $args[1].waist+40>>
As $he explores $his middle, $he also takes note of $his @@.orange;wider waist.@@
<<if $args[0].fetish == "mindbroken">>
The effects of such a change on $his appearance go right over $his head.
<<elseif $args[0].devotion > 20>>
This change disappoints $him. $He wishes $he could have been more feminine for you.
<<else>>
This change @@.mediumorchid;disgusts $him;@@ it will only leave $him treated worse compared to the more feminine slaves.
<<set $args[0].devotion -= 1>>
<</if>>
<<elseif $args[0].waist < $args[1].waist-40>>
As $he explores $his middle, $he also takes note of $his @@.lime;narrower waist.@@
<<if $args[0].fetish == "mindbroken">>
The effects of such a change on $his appearance go right over $his head.
<<elseif $args[0].devotion > 20>>
This change pleases $him; $he can't wait to feel your hands around $him.
<<else>>
That you would make such a change to $him @@.mediumorchid;disgusts $him,@@ though $he @@.mediumaquamarine;takes solace@@ in the fact that $he will likely be treated better for being more attractive.
<<set $args[0].devotion -= 1, $args[0].trust += 1>>
<</if>>
<</if>>
<</if>>
/*(butt)*/
<br><br>
$He cranes $his neck back to review $his rear, finding how
<<if $args[0].butt > $args[1].butt>> /*(bigger)*/
much @@.lime;bigger $his butt is now.@@ As $he bounces $his cheeks, it becomes clear that it has grown
<<if $args[0].butt >= $args[1].butt+5>> /*(+to max size description or above)*/
an incredible amount.
<<elseif $args[0].butt > $args[1].butt+1>> /*(+more sizes)*/
a lot.
<<else>> /*(+1 size)*/
a fair bit.
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
This is a pleasing development as $he looks forward to putting this new rear to the test with you.
<<else>>
While $he's not terribly upset, this still feels like a violation of $him, somehow. Still, there are worse things that could happen than waking up with a bigger rear.
<</if>>
<</if>>
<<if $args[0].butt >= $args[1].butt+5 && $args[0].butt > 12>>
$He is overwhelmed by how large $his new bottom is. $He doubts $he can even lay flat on $his back any longer.
<</if>>
<<elseif $args[0].butt < $args[1].butt>> /*(smaller)*/
much @@.orange;smaller $his butt is now.@@ As $he bounces $his cheeks, it becomes clear that it has shrunk
<<if $args[0].butt <= $args[1].butt-5>> /*(+to max size description or above)*/
an incredible amount.
<<elseif $args[0].butt > $args[1].butt-1>> /*(+more sizes)*/
a lot.
<<else>> /*(-1 size)*/
a fair bit.
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He is saddened that there is now less of $him for you to play with, but remembers that you chose this body for $him and hopes that you will still make use of $his rear.
<<else>>
This is just @@.mediumorchid;depressing@@ to $him. A nice rear is one of the two parts of $his body that almost every woman (or "woman") is defined by, and now $he feels like just that much less of a person.
<<set $args[0].devotion -= 1>>
<</if>>
<</if>>
<<else>>
little $his butt has changed in size.
<</if>>
<<if $args[0].buttImplant > 0 && $args[1].buttImplant == 0>> /*(+butt implants)*/
$He also notes that @@.coral;there are implants in $him,@@ as $his ass's shape didn't really change as it moved.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
It pleases $him that you would invest in such a minor way in $his body.
<<else>>
It feels like you have modified $him in a such a minor way for your own benefit, and $he doesn't kid $himself in thinking otherwise.
<</if>>
<</if>>
<<elseif $args[0].buttImplant == 0 && $args[1].buttImplant > 0>> /*(-butt implants)*/
$He also notes that $he @@.coral;no longer has ass implants,@@ as $his experimentation reveals a more natural bounce to $his buttocks.
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He is happy that you think $his body doesn't need any artificial modification to be pleasing.
<<else>>
$He views this as one more thing $he @@.mediumorchid;didn't have a choice in.@@
<<set $args[0].devotion -= 1>>
<</if>>
<</if>>
<</if>>
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].hips != $args[1].hips>>
As $he prepares to look at $his crotch, it occurs to $him that $his hips are
<<if $args[0].hips > $args[1].hips>>
@@.lime;<<if $args[0].hips > $args[1].hips+3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> wider.@@
<<if $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>>
$He seems @@.hotpink;overjoyed@@ at their new size; It means $he'll be even better at popping out babies than ever. $He continues around back to learn how
<<elseif $args[0].devotion > 20>>
$He gives them a little wiggle for your amusement before continuing around back to learn how
<<else>>
$He takes the new addition well enough since it is likely to raise $his worth in society and thus not the worst thing ever. How you intend to make use of $his hips @@.gold;worries $him,@@ however. $He continues around back to learn how
<<set $args[0].trust -= 1>>
<</if>>
<<else>>
@@.orange;<<if $args[0].hips < $args[1].hips-3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> narrower.@@
<<if $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>>
$He seems a little caught up on their new size, likely by concern over future pregnancies and childbirth.
<<elseif $args[0].devotion > 50>>
$He gives them a little wiggle for your amusement.
<<elseif $args[0].devotion >= -20>>
$He accepts your judgment that $his new hips suit $him better.
<<if $args[0].pregKnown && $args[0].birthsTotal > 0>>
$He @@.gold;worries@@ about what this means for $his coming birth.
<<set $args[0].trust -= 3>>
<</if>>
<<else>>
$He seems upset, @@.mediumorchid;both from $his loss of femininity and the overreach of your power,@@ that you would alter $his body is such a way.
<<if $args[0].pregKnown && $args[0].birthsTotal > 0>>
A @@.gold;terrifying realization@@ dawns on $him; $his upcoming birth is going to be much harder than $his last.
<<set $args[0].trust -= 5>>
<</if>>
<<set $args[0].devotion -= 3>>
<</if>>
<</if>>
<</if>>
<<if $args[0].anusPiercing != 0 && $args[1].anusPiercing == 0>>
As $he moved, $he felt something odd in $his butt. $He can only speculate that $he has a new addition down there.
<</if>>
<</if>>
<br><br>
<<set _seeCrotch = 1>>
<<if $args[0].weight > 97 || $args[0].belly >= 60000 || $args[0].boobs >= 20000>> /* crotch blockers */
$He tries to get a good view of $his crotch, but finds it impossible with $his
<<if $args[0].belly >= 60000>>
<<set _belly = bellyAdjective($args[0])>>
_belly belly in the way.
<<elseif $args[0].weight > 97>>
hanging gut obstructing things.
<<else>>
enormous boobs taking up so much space.
<</if>>
<<if $args[0].fetish != "mindbroken">>
$He shifts $his weight so that $he falls onto $his back
<<if $args[0].corsetPiercing != 0 && $args[1].corsetPiercing == 0>>
and recoils as $he lands on something unfamiliar and hard. $His mind races as to what it could be, before the realization sets in that $he now has a corset piercing up $his back. Once $he gets used to the feeling, $he leans to $his side to finally get a view around $his body.
<<else>>
and leans to $his side to finally see what's under $his body.
<</if>>
<<if $args[0].weight > 160 || ($args[0].boobs >= 20000 && ["wide-set", "saggy",].includes($args[0].boobShape)) || $args[0].boobs >= 40000 || $args[0].hips == 3>> /* still can't see */
Unfortunately for $him,
<<if $args[0].boobs >= 40000>>
$his tits are so massive they hang over $his sides and block any line of sight $he may have been able to use.
<<elseif $args[0].boobs >= 20000 && ["wide-set", "saggy",].includes($args[0].boobShape)>>
$his tits are resting heavily to $his sides and block any line of sight $he may have been able to use.
<<elseif $args[0].weight > 160>>
$he is so fat $his gut rests past $his sides and block any line of sight $he may have been able to use.
<<else>>
$his hips are so absurdly wide, there is no way for $him to see around them.
<</if>>
<<set _seeCrotch = 0>>
<</if>>
<<else>>
$His simple mind cannot fathom a good way to see $his junk like this, so what $he has will come as a surprise sooner or later to $him.
<<set _seeCrotch = 0>>
<</if>>
<<else>>
As $his eyes center on $his crotch,
<</if>>
<<if _seeCrotch == 1>>
/*(changed genitals)*/
<<if $args[1].vagina > -1>> /*(had a vagina)*/
<<if $args[0].dick > 0 && $args[1].dick > 0>> /*(had a penis)*/
$he is relieved to find @@.coral;
<<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
a cock, balls and pussy.
<<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
both a cock and pussy, though $he is a little miffed that $he now lacks testicles.
<<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>>
both a cock, pussy and, more surprisingly, balls.
<<else>>
both a cock and pussy.
<</if>>
@@
<<elseif $args[0].dick > 0 && $args[1].dick == 0>> /*(+penis)*/
$he is startled to find $he @@.coral;has a penis@@ now.
<<if $args[0].vagina > -1>> /*(kept vagina)*/
$He is confused for a moment until $he lifts $his new penis to @@.coral;<<if canSee($args[0])>>see<<else>>discover<</if>> a pussy under it.@@
<<else>> /*(did not keep vagina, +penis or not)*/
$He understands that $he @@.coral;no longer has a vagina.@@
<</if>>
<<elseif $args[0].dick == 0 && $args[1].dick > 0>> /*(had a penis)*/
$he is shocked to <<if canSee($args[0])>>see<<else>>discover<</if>> that $he @@.coral;no longer has a
<<if $args[0].balls > 0 && $args[0].scrotum > 0>>
penis, mostly because $he still has balls.@@
<<elseif $args[0].vagina > -1>>
penis, though $he is glad to still have a pussy.@@
<<else>>
penis, or anything, for that matter, on $his crotch.@@
<</if>>
<<elseif $args[0].vagina > -1>>
$he is happy to find a familiar hole.
<<else>>
$he is startled to find $he @@.coral;no longer has genitals.@@
<</if>>
<<elseif $args[1].dick > 0>> /*(had a penis)*/
<<if $args[0].dick > 0>>
$he is relieved to find $he @@.coral;still has $his
<<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
penis and testicles.
<<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
penis, but is a little alarmed to find $he now lacks testicles.
<<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>>
penis, but is more interested in the dangling pair of objects beneath it.
<<else>>
penis.
<</if>>
@@
<<if $args[0].vagina > -1 && $args[0].balls < 6 && $args[0].dick < 10>>
A new sensation causes $him to gaze lower. Much to $his surprise, $he @@.coral;now also has a pussy.@@
<</if>>
<<else>>
$he is shocked to find that $he @@.coral;no longer has a
<<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>>
penis, but still has balls.
<<elseif $args[0].vagina > -1>>
penis, but a pussy.
<<else>>
penis, or anything, for genitals.
<</if>>
@@
<</if>>
<<else>>
$he is surprised to find
<<if $args[0].dick > 0 && $args[0].vagina > -1 && $args[0].balls > 0 && $args[0].scrotum > 0>>
$his crotch is fully loaded.
<<elseif $args[0].dick > 0 && $args[0].vagina > -1>>
$he has both a dick and pussy.
<<elseif $args[0].dick > 0>>
$he now has a cock<<if $args[0].balls > 0 && $args[0].scrotum > 0>> and balls<</if>> to entertain with.
<<elseif $args[0].vagina > -1>>
$he now has a pussy to get pounded in.
<<else>>
$he is still a null. $He expected something more.
<</if>>
<</if>>
<<set _cockChanged = 0>>
/*(penis changes)*/
<<if $args[0].dick != $args[1].dick && $args[0].dick != 0 && $args[1].dick != 0>>
$His penis is <<if $args[0].dick > $args[1].dick + 4>>@@.lime;way bigger@@<<elseif $args[0].dick > $args[1].dick>>@@.lime;a good deal larger@@<<else>>@@.orange;smaller@@<</if>> than it was, and $he is
<<if $args[0].fetish == "mindbroken">>
not bothered one way or the other by this development; it isn't even clear if $he notices anything different about $his cock.
<<elseif $args[0].devotion > 20>>
<<if $args[0].dick > $args[1].dick + 4>>
@@.hotpink;incredibly excited@@ about this change. $He laughs and groans at the weight of $his shaft, and as $he waggles it, it becomes increasingly obvious that $he is having difficulty not straight up humping the air. $He regains control over $himself, though just barely.
<<set $args[0].devotion += 3>>
<<elseif $args[0].dick > $args[1].dick>>
pleased with this development. $He takes the time to rub $his newfound length across the sheets.
<<else>>
accepting of it. $He takes a moment to jostle $his now shorter dick.
<</if>>
<<else>>
<<if $args[0].dick > $args[1].dick + 4>>
@@.mediumaquamarine;incredibly aggravated@@ about this change. This is just one more thing $he has to deal with now. How dare you give $him such a massive, throbbing, sensitive piece of meat between $his legs! $His glower loses its bite as you note $him subconsciously thrusting $his ridiculously enlarged organ against the sheets. $He stops after $he realizes what $he is doing, nervously staying completely still to not blast a load out of $his massive prick.
<<set $args[0].trust += 3>>
<<elseif $args[0].dick > $args[1].dick>>
annoyed at this development. $He frowns as $he tests $his newfound growth, only thrusting once before <<if canSee($args[0])>>noticing your amused grin<<else>>sensing your gaze<</if>> and stopping.
<<else>>
@@.mediumorchid;infuriated by it.@@ $He jostles $his smaller dick, only stopping when $he starts to become flushed.
<<set $args[0].devotion -= 5>>
<</if>>
<</if>>
<<set _cockChanged = 1>>
<</if>>
<<if $args[0].dickPiercing != 0 && $args[1].dickPiercing == 0>>
There was no missing the piercing in $his dick as well.
<<set _cockChanged = 1>>
<</if>>
/*(ball changes)*/
<<if $args[0].balls != $args[1].balls && $args[0].scrotum != 0 && $args[1].scrotum != 0>>
Then $he takes a moment to jostle $his balls, it seems they are
<<if $args[0].balls > $args[1].balls + 4>>
@@.lime;much larger@@ now. This
<<if $args[0].fetish == "mindbroken">>
does not seem to register in $his mind.
<<elseif $args[0].devotion > 20>>
amazing addition to $his body is @@.hotpink;surely welcome@@. $He moans as $he rubs against $his new balls, groaning as their weight shifts around. $His face is flushed by the time $he's done "examining" them.
<<set $args[0].devotion +=5>>
<<else>>
addition to $his body is @@mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hips, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down.
<<set $args[0].trust += 5>>
<</if>>
<<elseif $args[0].balls > $args[1].balls>>
@@.lime;larger@@ now. This
<<if $args[0].fetish == "mindbroken">>
change doesn't mean much of anything to $him.
<<elseif $args[0].devotion > 20>>
change delights $him and $he spends ample time jostling $his bigger nuts.
<<else>>
change is just one more @@.hotpink;bother@@ for $him. $His brow furrows as $he takes a moment to feel them up and stops as <<if $args[0].dick>>$his cock starts to stiffen<<else>>as a bead of precum starts to form from $his urethra<</if>>.
<<set $args[0].devotion += 3>>
<</if>>
<<else>>
@@.orange;smaller@@ now, and this
<<if $args[0].fetish == "mindbroken">>
goes largely unnoticed.
<<elseif $args[0].devotion > 20>>
change, while not necessarily fun, is appreciated by your devoted slave nonetheless.
<<else>>
change causes $him consternation and humiliation.
<</if>>
<</if>>
<<set _cockChanged = 1>>
<</if>>
<<if _cockChanged == 1 && $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 20>>
$He is thrilled at your modifications to $his genitals and is excited to explore those changes with you.
<<else>>
$He is @@.mediumorchid;enraged@@ and @@.gold;frightened@@ to see such changes to $his genitals, as they were fundamental parts of $his identity.
<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
<</if>>
<</if>>
/*(vagina)*/
<<if $args[0].vagina != -1>>
<<set _seeVagina = 1>>
<<if $args[0].dick > 0>>
Then $he leans to $his side to shift $his dick<<if $args[0].scrotum > 0>> and balls<</if>> out of the way to inspect $his vagina more closely.
<<if $args[0].balls >= 6 || $args[0].dick >= 10>>
There's only one problem: $His maleness is so huge it steadfastly remains in the way; there is no angle $he can manage to see $his vagina from.
<<set _seeVagina = 0>>
<</if>>
<<elseif $args[0].scrotum > 0>>
Then $he leans to $his side to shift $his balls out of the way to inspect $his vagina more closely.
<<if $args[0].balls >= 6>>
There's only one problem: $His testicles are so huge they steadfastly remain in the way; there is no angle $he can manage to see $his vagina from.
<<set _seeVagina = 0>>
<</if>>
<<else>>
Next $he gives $his vagina a closer inspection.
<</if>>
<<if _seeVagina == 1>>
<<if $args[0].vagina == 0>> /*(+virginity)*/
$He can't really tell, but it looks like it may be @@.lime;unbroken.@@
<<if $args[0].vagina > 0>>
<<if $args[0].fetish == "mindbroken">>
And this would likely mean something to $him, if $his mind was not lost.
<<elseif $args[0].devotion > 20>>
$He is happy to be a virgin again so that $he can lose it to you.
<<else>>
$He is @@.hotpink;happy@@ to be a virgin again, but @@.gold;worries@@ about how long it will last.
<<set $args[0].devotion += 3, $args[0].trust -= 3>>
<</if>>
<</if>>
<<elseif $args[1].vagina != -1 && $args[0].vagina < $args[1].vagina>> /*(+tightness)*/
$He can't really tell, but it looks like it may be @@.lime;tighter@@ now.
<<if $args[0].fetish == "mindbroken">>
And this might have been significant to $him, if $his brain worked correctly.
<<elseif $args[0].devotion > 20>>
Sex will be more pleasurable than it was before and $he looks forward to breaking in $his new pussy with you.
<<else>>
$He groans in @@.mediumorchid;frustration.@@ $He is well aware of the displeasure of having a pussy forcibly broken in and does not look forward to it again.
<<set $args[0].devotion -= 2>>
<</if>>
<<elseif $args[1].vagina != -1 && $args[0].vagina > $args[1].vagina>> /*(-tightness)*/
$He can't really tell, but it looks like it may be @@.orange;looser@@ now.
<<if $args[0].fetish == "mindbroken">>
And this might be important to $him, if $his head was in working order.
<<elseif $args[0].devotion > 20>>
$He giggles a bit as $he tests out how many fingers $he can fit inside $his new loose hole, though $he wishes $he were still tight for you.
<<else>>
$He @@.mediumorchid;frowns@@ as $he feels out how much looser $he is now. $He supposes it saves $him from getting fucked loose, but it is humiliating how many more fingers $he can fit inside $himself without even having to part $his lips. /*This is not how vaginas work goddamit. - is that better? */
<<set $args[0].devotion -= 1>>
<</if>>
<<elseif $args[0].vagina == $args[1].vagina>>
It's looks like $his old vagina.
<<else>>
After a bit of flexing, $he's satisfied with $his new organ.
<</if>>
<<if $args[0].clitPiercing > 0 && $args[1].clitPiercing == 0 && $args[0].dick == 0>>
$He also noticed a glimmer $his clit.
<</if>>
<<if $args[0].vaginaPiercing != 0 && $args[1].vaginaPiercing == 0>>
$He also now has piercings in $his vagina, a ring around $his labia, creating a halo of sparkles that $he couldn't help but marvel at.
<</if>>
<</if>>
<</if>>
<</if>>
<<if ($args[0].boobsTat != $args[1].boobsTat || $args[0].buttTat != $args[1].buttTat || $args[0].lipsTat != $args[1].lipsTat || $args[0].vaginaTat != $args[1].vaginaTat || $args[0].anusTat != $args[1].anusTat || $args[0].dickTat != $args[1].dickTat || $args[0].customTat != $args[1].customTat || $args[0].shouldersTat != $args[1].shouldersTat || $args[0].armsTat != $args[1].armsTat || $args[0].legsTat != $args[1].legsTat || $args[0].backTat != $args[1].backTat || $args[0].stampTat != $args[1].stampTat || $args[0].bellyTat != $args[1].bellyTat) && $args[0].fetish != "mindbroken">>
<br><br>
The changes to $his tattoos were not lost on $him, but compared to everything else, they were truly insignificant.
<</if>>
<<if $args[0].fetish != "mindbroken" && $args[0].origBodyOwnerID == $args[0].ID>>
This is $his body alright. Some things might have changed,
<<if $args[0].devotion > 50>>
but $he enjoyed the time they spent apart.
<<elseif $args[0].devotion >= -20>>
but @@.mediumaquamarine;it's good to be home.@@
<<set $args[0].trust += 15>>
<<else>>
but @@.mediumaquamarine;$he's where $he belongs.@@ Now to get it back the way @@.mediumorchid;$he likes it.@@
<<set $args[0].trust += 30, $args[0].devotion -= 15>>
<</if>>
<</if>>
<</if>>
<<else>> /* blind amp that needs you to detail the changes to $his body */
After a while, $he begins to stir, $his eyes fluttering.
<<if _sight == -2>>
<<if $args[0].fetish != "mindbroken">>
<<if $args[0].devotion > 50>>
$He nearly panics when $he finds @@.red;$he can no longer see.@@ $He barely manages to keep calm before accepting this is the fate you have chosen for $him.
<<elseif $args[0].devotion > 20>>
$He starts to panic as $he realizes @@.red;$he can no longer see.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions before returning to $his inspection.
<<set $args[0].trust -= 15>>
<<else>>
A deep panic sets in as $he realizes @@.red;$he can no longer see.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions.
<<set $args[0].trust -= 30>>
<</if>>
<<else>>
A deep panic sets in as $he realizes @@.red;$he can no longer see.@@ $He begins thrashing violently until $he is restrained and sedated. Hopefully when $he comes to again, $he'll have forgotten $he could ever see in the first place.
<<set _end = 1>>
<</if>>
<</if>>
<<if _end != 1>>
$He lets out a low groan and reaches up to rub at $his eyes. Or rather, $he attempts to. A visible look of confusion crosses $his face and $he strains to sit up, but all $he manages to do is wiggle, $his movements reminding you of a suffocating goldfish. As the cloud of anesthetics fades, $he realizes what's happened to $him
<<if $args[0].fetish == "mindbroken">>
and is supremely unaffected by it, as $his mind has already left $him.
<<elseif $args[0].devotion > 20>>
and begins to panic, $his breaths quickening. With a visible look of concentration, $his breathing slows and $he tries to take stock of $his new body.
<<if $args[1].amp == 1>> /*(was already an amputee)*/
but $he realizes that at least nothing about $his limbs, or lack thereof, has changed.
<<else>>
and begins to panic, $his breaths quickening. $He quickly realizes @@.gold;you have taken $his arms and legs.@@
<<set $args[0].trust -= 15>>
<</if>>
<<else>>
<<if $args[1].amp == 1>> /*(was already an amputee)*/
but $he realizes that at least nothing about $his limbs, or lack thereof, has changed.
<<else>>
$His eyes seemed to bulge, $his heart monitor begins to beep faster and more insistently. Eventually, your assistant is forced to inject $him with a sedative. $His eyes flutter closed and the heart monitors beeping slows to a steady pulse. Hopefully $he'll be calmer when $he wakes up again, though the memory of waking without limbs will @@.gold;stick with $him.@@
<br>
...
<br>
When $he wakes up again, $he seems stable; the cold @@.hotpink;acceptance@@ of $his fate clouds $his eyes.
<<set $args[0].devotion += 5, $args[0].trust -= 15>>
<</if>>
<</if>>
Since $he has no sight to see the changes to $his body, nor hands to feel them, $he lacks any real ability to visualize $his new body. You could explain the changes to $him, or even fondle $his new assets, but ultimately it will lack the same impact of forcing $him to discover $himself.
<</if>>
<</if>>
/*(Flavor text for slave description after body transfer)*/
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/bodySwapReaction.tw
|
tw
|
bsd-3-clause
| 195,764 |
:: bodyswap widgets [nobr widget]
/* It's too fucking big jesus christ */
/* first arg is slave getting swapped, second is body she is being swapped to. The second body's physical traits overwrite the originals */
<<widget "BodySwap">>
<<set WombInit($args[1])>> /*Just to be sure.*/
<<set $args[0].genes = $args[1].genes>>
<<set $args[0].prestige = $args[1].prestige>>
<<set $args[0].pornFame = $args[1].pornFame>>
<<set $args[0].pornPrestige = $args[1].pornPrestige>>
<<set $args[0].pornPrestigeDesc = $args[1].pornPrestigeDesc>>
<<set $args[0].pornFameType = $args[1].pornFameType>>
<<set $args[0].pornFocus = "none">>
<<set $args[0].pornTypeGeneral = $args[1].pornTypeGeneral>>
<<set $args[0].pornTypeFuckdoll = $args[1].pornTypeFuckdoll>>
<<set $args[0].pornTypeRape = $args[1].pornTypeRape>>
<<set $args[0].pornTypePreggo = $args[1].pornTypePreggo>>
<<set $args[0].pornTypeBBW = $args[1].pornTypeBBW>>
<<set $args[0].pornTypeGainer = $args[1].pornTypeGainer>>
<<set $args[0].pornTypeStud = $args[1].pornTypeStud>>
<<set $args[0].pornTypeLoli = $args[1].pornTypeLoli>>
<<set $args[0].pornTypeDeepThroat = $args[1].pornTypeDeepThroat>>
<<set $args[0].pornTypeStruggleFuck = $args[1].pornTypeStruggleFuck>>
<<set $args[0].pornTypePainal = $args[1].pornTypePainal>>
<<set $args[0].pornTypeTease = $args[1].pornTypeTease>>
<<set $args[0].pornTypeRomantic = $args[1].pornTypeRomantic>>
<<set $args[0].pornTypePervert = $args[1].pornTypePervert>>
<<set $args[0].pornTypeCaring = $args[1].pornTypeCaring>>
<<set $args[0].pornTypeUnflinching = $args[1].pornTypeUnflinching>>
<<set $args[0].pornTypeSizeQueen = $args[1].pornTypeSizeQueen>>
<<set $args[0].pornTypeNeglectful = $args[1].pornTypeNeglectful>>
<<set $args[0].pornTypeCumAddict = $args[1].pornTypeCumAddict>>
<<set $args[0].pornTypeAnalAddict = $args[1].pornTypeAnalAddict>>
<<set $args[0].pornTypeAttentionWhore = $args[1].pornTypeAttentionWhore>>
<<set $args[0].pornTypeBreastGrowth = $args[1].pornTypeBreastGrowth>>
<<set $args[0].pornTypeAbusive = $args[1].pornTypeAbusive>>
<<set $args[0].pornTypeMalicious = $args[1].pornTypeMalicious>>
<<set $args[0].pornTypeSelfHating = $args[1].pornTypeSelfHating>>
<<set $args[0].pornTypeBreeder = $args[1].pornTypeBreeder>>
<<set $args[0].pornTypeSub = $args[1].pornTypeSub>>
<<set $args[0].pornTypeCumSlut = $args[1].pornTypeCumSlut>>
<<set $args[0].pornTypeAnal = $args[1].pornTypeAnal>>
<<set $args[0].pornTypeHumiliation = $args[1].pornTypeHumiliation>>
<<set $args[0].pornTypeBoobs = $args[1].pornTypeBoobs>>
<<set $args[0].pornTypeDom = $args[1].pornTypeDom>>
<<set $args[0].pornTypeSadist = $args[1].pornTypeSadist>>
<<set $args[0].pornTypeMasochist = $args[1].pornTypeMasochist>>
<<set $args[0].pornTypePregnancy = $args[1].pornTypePregnancy>>
<<set $args[0].prestigeDesc = $args[1].prestigeDesc>>
<<set $args[0].physicalAge = $args[1].physicalAge>>
<<set $args[0].visualAge = $args[1].visualAge>>
<<set $args[0].ageImplant = $args[1].ageImplant>>
<<set $args[0].health = $args[1].health>>
<<set $args[0].minorInjury = $args[1].minorInjury>>
<<set $args[0].weight = $args[1].weight>>
<<set $args[0].muscles = $args[1].muscles>>
<<set $args[0].height = $args[1].height>>
<<set $args[0].heightImplant = $args[1].heightImplant>>
<<set $args[0].race = $args[1].race>>
<<set $args[0].origRace = $args[1].origRace>>
<<set $args[0].pubicHColor = $args[1].pubicHColor>>
<<set $args[0].skin = $args[1].skin>>
<<set $args[0].origSkin = $args[1].origSkin>>
<<set $args[0].markings = $args[1].markings>>
<<set $args[0].eyes = $args[1].eyes>>
<<set $args[0].origEye = $args[1].origEye>>
<<set $args[0].eyeColor = $args[1].eyeColor>>
<<set $args[0].eyeWear = $args[1].eyeWear>>
<<set $args[0].hears = $args[1].hears>>
<<set $args[0].earwear = $args[1].earwear>>
<<set $args[0].earImplant = $args[1].earImplant>>
<<set $args[0].origHColor = $args[1].origHColor>>
<<set $args[0].hColor = $args[1].hColor>>
<<set $args[0].hLength = $args[1].hLength>>
<<set $args[0].hStyle = $args[1].hStyle>>
<<set $args[0].pubicHStyle = $args[1].pubicHStyle>>
<<set $args[0].waist = $args[1].waist>>
<<set $args[0].corsetPiercing = $args[1].corsetPiercing>>
<<set $args[0].amp = $args[1].amp>>
<<set $args[0].PLimb = $args[1].PLimb>>
<<set $args[0].heels = $args[1].heels>>
<<set $args[0].voice = $args[1].voice>>
<<set $args[0].voiceImplant = $args[1].voiceImplant>>
<<set $args[0].shoulders = $args[1].shoulders>>
<<set $args[0].shouldersImplant = $args[1].shouldersImplant>>
<<set $args[0].boobs = $args[1].boobs>>
<<set $args[0].boobsImplant = $args[1].boobsImplant>>
<<set $args[0].boobsImplantType = $args[1].boobsImplantType>>
<<set $args[0].boobShape = $args[1].boobShape>>
<<set $args[0].nipples = $args[1].nipples>>
<<set $args[0].nipplesPiercing = $args[1].nipplesPiercing>>
<<set $args[0].nipplesAccessory = $args[1].nipplesAccessory>>
<<set $args[0].areolae = $args[1].areolae>>
<<set $args[0].areolaePiercing = $args[1].areolaePiercing>>
<<set $args[0].areolaeShape = $args[1].areolaeShape>>
<<set $args[0].boobsTat = $args[1].boobsTat>>
<<set $args[0].lactation = $args[1].lactation>>
<<set $args[0].lactationAdaptation = $args[1].lactationAdaptation>>
<<set $args[0].hips = $args[1].hips>>
<<set $args[0].hipsImplant = $args[1].hipsImplant>>
<<set $args[0].butt = $args[1].butt>>
<<set $args[0].buttImplant = $args[1].buttImplant>>
<<set $args[0].buttImplantType = $args[1].buttImplantType>>
<<set $args[0].buttTat = $args[1].buttTat>>
<<set $args[0].face = $args[1].face>>
<<set $args[0].faceImplant = $args[1].faceImplant>>
<<set $args[0].faceShape = $args[1].faceShape>>
<<set $args[0].lips = $args[1].lips>>
<<set $args[0].lipsImplant = $args[1].lipsImplant>>
<<set $args[0].lipsPiercing = $args[1].lipsPiercing>>
<<set $args[0].lipsTat = $args[1].lipsTat>>
<<set $args[0].teeth = $args[1].teeth>>
<<set $args[0].tonguePiercing = $args[1].tonguePiercing>>
<<set $args[0].vagina = $args[1].vagina>>
<<set $args[0].vaginaLube = $args[1].vaginaLube>>
<<set $args[0].vaginaPiercing = $args[1].vaginaPiercing>>
<<set $args[0].vaginaTat = $args[1].vaginaTat>>
<<set $args[0].preg = $args[1].preg>>
<<set $args[0].pregSource = $args[1].pregSource>>
<<set $args[0].pregType = $args[1].pregType>>
<<set $args[0].broodmother = $args[1].broodmother>>
<<set $args[0].broodmotherFetuses = $args[1].broodmotherFetuses>>
<<set $args[0].broodmotherOnHold = $args[1].broodmotherOnHold>>
<<set $args[0].broodmotherCountDown = $args[1].broodmotherCountDown>>
<<set $args[0].labor = $args[1].labor>>
<<set $args[0].csec = $args[1].csec>>
<<set $args[0].bellyAccessory = $args[1].bellyAccessory>>
<<set $args[0].labia = $args[1].labia>>
<<set $args[0].clit = $args[1].clit>>
<<set $args[0].clitPiercing = $args[1].clitPiercing>>
<<set $args[0].clitSetting = $args[1].clitSetting>>
<<set $args[0].dick = $args[1].dick>>
<<set $args[0].foreskin = $args[1].foreskin>>
<<set $args[0].anus = $args[1].anus>>
<<set $args[0].analArea = $args[1].analArea>>
<<set $args[0].dickPiercing = $args[1].dickPiercing>>
<<set $args[0].dickTat = $args[1].dickTat>>
<<set $args[0].prostate = $args[1].prostate>>
<<set $args[0].balls = $args[1].balls>>
<<set $args[0].scrotum = $args[1].scrotum>>
<<set $args[0].ovaries = $args[1].ovaries>>
<<set $args[0].anusPiercing = $args[1].anusPiercing>>
<<set $args[0].anusTat = $args[1].anusTat>>
<<set $args[0].makeup = $args[1].makeup>>
<<set $args[0].nails = $args[1].nails>>
<<set $args[0].brand = $args[1].brand>>
<<set $args[0].brandLocation = $args[1].brandLocation>>
<<set $args[0].earsPiercing = $args[1].earsPiercing>>
<<set $args[0].nosePiercing = $args[1].nosePiercing>>
<<set $args[0].eyebrowPiercing = $args[1].eyebrowPiercing>>
<<set $args[0].navelPiercing = $args[1].navelPiercing>>
<<set $args[0].shouldersTat = $args[1].shouldersTat>>
<<set $args[0].armsTat = $args[1].armsTat>>
<<set $args[0].legsTat = $args[1].legsTat>>
<<set $args[0].backTat = $args[1].backTat>>
<<set $args[0].stampTat = $args[1].stampTat>>
<<set $args[0].diet = $args[1].diet>>
<<set $args[0].dietCum = $args[1].dietCum>>
<<set $args[0].dietMilk = $args[1].dietMilk>>
<<set $args[0].hormones = $args[1].hormones>>
<<set $args[0].drugs = $args[1].drugs>>
<<set $args[0].aphrodisiacs = $args[1].aphrodisiacs>>
<<set $args[0].curatives = $args[1].curatives>>
<<set $args[0].chem = $args[1].chem>>
<<set $args[0].clothes = $args[1].clothes>>
<<set $args[0].collar = $args[1].collar>>
<<set $args[0].shoes = $args[1].shoes>>
<<set $args[0].vaginalChastity = $args[1].vaginalChastity>>
<<set $args[0].dickAccessory = $args[1].dickAccessory>>
<<set $args[0].buttplug = $args[1].buttplug>>
<<set $args[0].customTat = $args[1].customTat>>
<<set $args[0].bellyTat = $args[1].bellyTat>>
<<set $args[0].bellySag = $args[1].bellySag>>
<<set $args[0].bellySagPreg = $args[1].bellySagPreg>>
<<set $args[0].induce = $args[1].induce>>
<<set $args[0].mpreg = $args[1].mpreg>>
<<set $args[0].inflation = 0, $args[0].inflationType = "none", $args[0].inflationMethod = 0, $args[0].milkSource = 0, $args[0].cumSource = 0>>
<<set $args[0].bellyImplant = $args[1].bellyImplant>>
<<set $args[0].bellyPain = $args[1].bellyPain>>
<<set $args[0].cervixImplant = $args[1].cervixImplant>>
<<set $args[0].pubertyAgeXX = $args[1].pubertyAgeXX>>
<<set $args[0].pubertyXX = $args[1].pubertyXX>>
<<set $args[0].pubertyAgeXY = $args[1].pubertyAgeXY>>
<<set $args[0].pubertyXY = $args[1].pubertyXY>>
<<set $args[0].scars = $args[1].scars>>
<<set $args[0].breedingMark = $args[1].breedingMark>>
<<set $args[0].underArmHColor = $args[1].underArmHColor>>
<<set $args[0].underArmHStyle = $args[1].underArmHStyle>>
<<set $args[0].publicCount = $args[1].publicCount>>
<<set $args[0].ballType = $args[1].ballType>>
<<set $args[0].eggType = $args[1].eggType>>
<<set $args[0].pregControl = $args[1].pregControl>>
<<set $args[0].readyLimbs = $args[1].readyLimbs>>
<<set $args[0].bald = $args[1].bald>>
<<set $args[0].hormoneBalance = $args[1].hormoneBalance>>
<<set $args[0].breastMesh = $args[1].breastMesh>>
<<set $args[0].buttplugAttachment = $args[1].buttplugAttachment>>
<<set $args[0].vasectomy = $args[1].vasectomy>>
<<set $args[0].haircuts = $args[1].haircuts>>
<<set $args[0].pregKnown = $args[1].pregKnown>>
<<set $args[0].pregWeek = $args[1].pregWeek>>
<<set $args[0].ovaryAge = $args[1].ovaryAge>>
<<set $args[0].belly = $args[1].belly>>
<<set $args[0].bellyPreg = $args[1].bellyPreg>>
<<set $args[0].bellyFluid = $args[1].bellyFluid>>
<<set $args[0].readyOva = $args[1].readyOva>>
<<set $args[0].reservedChildren = $args[1].reservedChildren>>
<<set $args[0].reservedChildrenNursery = $args[1].reservedChildrenNursery>>
<<set $args[0].womb = $args[1].womb>> /* this is array assigned by reference, if slave body that is $args[1] will be stil used anywhere in code (not discarded) - it's WRONG (they now technically share one womb object). Please tell me about it then. But if old body $args[1] just discarded - it's no problem then.*/
<<set $args[0].laborCount = $args[1].laborCount>>
<<set $args[0].inducedNCS = $args[1].inducedNCS>>
<<set $args[0].NCSyouthening = $args[1].NCSyouthening>>
<<set $args[0].canRecruit = 0>>
/*
<<if def $args[2]>>
<<= assignJob($args[0], "rest")>>
<</if>>
*/
<</widget>>
<<widget "BodySwapName">>
<<if $args[1].bodySwap == 0>>
<<if $args[1].birthSurname>>
<<if $surnameOrder != 1>>
<<switch $args[1].nationality>>
<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
<<if $args[1].birthName !== "">>
<<set $args[0].origBodyOwner = $args[1].birthSurname + " " + $args[1].birthName>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].birthSurname + " " + $args[1].slaveName>>
<</if>>
<<default>>
<<if $args[1].birthName !== "">>
<<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].birthSurname>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].birthSurname>>
<</if>>
<</switch>>
<<else>>
<<if $args[1].birthName !== "">>
<<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].birthSurname>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].birthSurname>>
<</if>>
<</if>>
<<elseif $args[1].birthName>>
<<if $args[1].slaveSurname>>
<<if $surnameOrder != 1>>
<<switch $args[1].nationality>>
<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
<<set $args[0].origBodyOwner = $args[1].slaveSurname + " " + $args[1].birthName>>
<<default>>
<<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].slaveSurname>>
<</switch>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].slaveSurname>>
<</if>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].birthName>>
<</if>>
<<elseif $args[1].slaveSurname>>
<<if $surnameOrder != 1>>
<<switch $args[1].nationality>>
<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
<<set $args[0].origBodyOwner = $args[1].slaveSurname + " " + $args[1].slaveName>>
<<default>>
<<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].slaveSurname>>
<</switch>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].slaveSurname>>
<</if>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].slaveName>>
<</if>>
<<else>>
<<set $args[0].origBodyOwner = $args[1].origBodyOwner>>
<</if>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/bodyswapWidgets.tw
|
tw
|
bsd-3-clause
| 13,483 |
:: death widgets [widget nobr]
<<widget "pop">>
<br>
As $args[0].slaveName is going about $his business with $his overfilled $args[0].inflationType belly, $he can't help but feel exhausted. $His health has been poor lately and the pressure in $his organs is not helping things. $He immediately knows something is wrong when an intense pain runs through $his middle and $his load shifts threateningly. Blood and $args[0].inflationType leak from $his rear as $his body cavity fills with the contents of $his digestive tract. The skin of $his taut belly reddens as the pressure against it builds. As $he takes $his last breath, $he falls forward, $his weight landing upon $his straining stomach. With a gush, $he ruptures, flooding the area around $his with blood, guts and $args[0].inflationType. Word of the late slave and $his gruesome fate spread fast, @@.gold;terrifying@@ your untrusting slaves.
<<for _dw = 0; _dw < $slaves.length; _dw++>>
<<if ($slaves[_dw].trust <= 50)>>
<<if ($slaves[_dw].inflation >= 0)>>
<<set $slaves[_dw].trust -= ((($slaves[_dw].inflation)^3)*5)>>
<<else>>
<<set $slaves[_dw].trust -= 10>>
<</if>>
<</if>>
<</for>>
<</widget>>
<<widget "DeathOldAge">>
<<run SlavePronouns($args[0])>>
<<if $args[0].assignment == "be confined in the arcade">>
You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end.
<<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>>
You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@.pink;$args[0].slaveName@@'', the cow restrained in it, died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. $He was a good cow; $he gave milk up until $his death.
<<elseif $args[0].fuckdoll > 0>>
One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$args[0].slaveName@@'' has died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally.
<<else>>
''@@.pink;$args[0].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
<<set _deathSeed = random(1,100)>>
<<if _deathSeed > 75>>
$He is found dead in $his bed, having died sometime during the previous night.
<<elseif _deathSeed > 50>>
$He is found dead in a stairwell, having had a heart attack while trying to climb it.
<<elseif _deathSeed > 25>>
$He is found dead in the showers, having slipped sometime earlier.
<<else>>
<<if $args[0].releaseRules != "restrictive" && $args[0].releaseRules != "masturbation">>
$He is found dead in the bed of another slave, having died during intercourse. $His lover is not taking it well.
<<else>>
$He is found dead in the cafeteria, having died during breakfast; $he ruined the day for a number of your slaves.
<</if>>
<</if>>
$args[0].slaveName died at the age of $args[0].actualAge;
<<if $args[0].actualAge < 10>>
$he lived a tragically short life.
<<elseif $args[0].actualAge < 20>>
$he died far too young.
<<elseif $args[0].actualAge < 30>>
$he died in what would be a sex slave's prime.
<<elseif $args[0].actualAge < 50>>
$he died in $his prime.
<<elseif $args[0].actualAge < 65>>
$he lived a fair life, good or bad.
<<elseif $args[0].actualAge < 90>>
$he lived a long life and experienced much during it.
<<else>>
$he lived a very long life that few get to see.
<</if>>
<</if>>
<</widget>>
<<widget "DeathOverdose">>
<<run SlavePronouns($args[0])>>
<<if $args[0].assignment == "be confined in the arcade">>
You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died of an aphrodisiac overdose from the constant aphrodisiac injections. $He was a good unit; logs show $he was taking dick up until the very end.
<<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>>
You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@.pink;$args[0].slaveName@@'', the cow restrained in it, died of an aphrodisiac overdose. How $he managed to get them is unknown, but $he was a good cow; $he gave milk up until $his death.
<<elseif $args[0].fuckdoll > 0>>
One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$args[0].slaveName@@'' has died of an aphrodisiac overdose. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. It does little to deal with the resulting mess of the orgasm $he died during, however.
<<else>>
''@@.pink;$args[0].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
$He is found dead in $his bed, having died sometime earlier. Judging by the mess and the expression on $his face, $he died of a heart attack during a particularly intense orgasm bought about by the massive amount of aphrodisiacs in $his system. $args[0].slaveName died at the age of $args[0].actualAge;
<<if $args[0].actualAge < 10>>
$he lived a tragically short life.
<<elseif $args[0].actualAge < 20>>
$he died far too young.
<<elseif $args[0].actualAge < 30>>
$he died in what would be a sex slave's prime.
<<elseif $args[0].actualAge < 50>>
$he died in $his prime.
<<elseif $args[0].actualAge < 65>>
$he lived a fair life, good or bad.
<<elseif $args[0].actualAge < 90>>
$he lived a long life and experienced much during it.
<<else>>
$he lived a very long life that few get to see.
<</if>>
<</if>>
<</widget>>
<<widget "DeathUnhealthy">>
<<run SlavePronouns($args[0])>>
<<if $args[0].assignment == "be confined in the arcade">>
You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died to poor health caused by $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end.
<<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>>
You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@.pink;$args[0].slaveName@@'', the cow restrained in it, died to poor health caused by $his living conditions. $He was a good cow; $he gave milk up until $his death.
<<elseif $args[0].fuckdoll > 0>>
One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$args[0].slaveName@@'' has died of general poor health. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. Clean up is easy enough, however.
<<else>>
''@@.pink;$args[0].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
$He is found dead in $his bed, having died sometime during the night. $He has been in very poor health lately, so you knew this was a possibility. $args[0].slaveName died at the age of $args[0].actualAge;
<<if $args[0].actualAge < 10>>
$he lived a tragically short life.
<<elseif $args[0].actualAge < 20>>
$he died far too young.
<<elseif $args[0].actualAge < 30>>
$he died in what would be a sex slave's prime.
<<elseif $args[0].actualAge < 50>>
$he died in $his prime.
<<elseif $args[0].actualAge < 65>>
$he lived a fair life, good or bad.
<<elseif $args[0].actualAge < 90>>
$he lived a long life and experienced much during it.
<<else>>
$he lived a very long life that few get to see.
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
Allowing a slave to die under your care @@.red;severely damages@@ your image as a caring slave owner and @@.red;calls into question@@ your paternalistic resolve.
<<FSChange "Paternalist" -10>>
<</if>>
<</if>>
<</widget>>
<<widget "DeathPregnancyBurst">>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/deathWidgets.tw
|
tw
|
bsd-3-clause
| 8,909 |
:: economy widgets [widget nobr]
<<widget "BrothelStatistics">>
<<if ($showEconomicDetails)>>
<<if (!$facility || !$facility.brothel)>>
<h4>- No statistics for $brothelName gathered this week -</h4>
<<else>>
<<set _details = $args[0]>>
<<set _b = $facility.brothel>>
<<run
_b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0;
_b.rep = (def _b.rep) ? _b.rep : 0;
_b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0;
_b.adsIncome = (def _b.adsIncome) ? _b.adsIncome : 0;
_b.maintenance = (def _b.maintenance) ? _b.maintenance : 0;
_b.adsCosts = (def _b.adsCosts) ? _b.adsCosts : 0;
_b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0;
_b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0;
_b.profit = (def _b.profit) ? _b.profit : 0;
>>
<table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;">
<tr style="border-bottom: 2px solid white;">
<th>Items</th>
<th style="width: 20em; text-align: right">Revenue</th>
<th style="width: 10em; text-align: right">Expenses</th>
<th style="width: 10em; text-align: right">Net Income</th>
<th style="width: 10em; text-align: right">Rep. Change</th>
</tr>
<tr>
<td>Total whoring income</td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
<td></td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right;"><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></td>
</tr>
<tr>
<td>Total whore living costs</td>
<td></td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right">@@.red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<<if _details>>
<tr>
<td colspan="5"><b>Whore details</b>
<table style="width: 100%; font-size: 90%; line-height: 110%;">
<tr>
<th>Whore</th>
<th style="width: 10em; text-align: right">Customers</th>
<th style="width: 22em; text-align: right">Revenue</th>
<th style="width: 11em; text-align: right">Expenses</th>
<th style="width: 11.5em; text-align: right">Net Income</th>
<th style="width: 11em; text-align: right">Rep. Change</th>
</tr>
<<set _slaveDetails = _b.income.values()>>
<<set _slaveInfo = _slaveDetails.next()>>
<<for !_slaveInfo.done>>
<<set _revenue = _slaveInfo.value.income + _slaveInfo.value.adsIncome, _netIncome = _revenue - _slaveInfo.value.cost>>
<tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none">
<td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td>
<td style="padding-right: 3px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@.red;none@@<<else>>_slaveInfo.value.customers<</if>></td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@.yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right"><<if (_netIncome > 0)>>@@.yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@.red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td>
<td style="padding-right: 3px; text-align: right;"><<if (_slaveInfo.value.rep > 0)>>@@.green;+<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<elseif (_slaveInfo.value.rep < 0)>>@@.red;<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<else>><</if>></td>
</tr>
<<set _slaveInfo = _slaveDetails.next()>>
<</for>>
</table>
</td>
</tr>
<</if>>
<<if (_b.adsIncome > 0)>>
<tr>
<td>Additional income</td>
<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td>
<td></td>
<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<</if>>
<tr>
<td>Brothel maintenance</td>
<td></td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<<if (_b.adsCosts > 0)>>
<tr>
<td>Advertising program</td>
<td></td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.adsCosts.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.adsCosts.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<</if>>
<tr style="border-top: 1px solid white;">
<td><b>Total</b></td>
<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@.yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@.red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td>
<td style="padding-right: 2px; text-align: right;"><b><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></b></td></tr>
</table>
<</if>>
<</if>>
<</widget>>
<<widget "ClubStatistics">>
<<if ($showEconomicDetails)>>
<<if (!$facility || !$facility.club)>>
<h4>- No statistics for $clubName gathered this week -</h4>
<<else>>
<<set _details = $args[0]>>
<<set _b = $facility.club>>
<<run
_b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0;
_b.rep = (def _b.rep) ? _b.rep : 0;
_b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0;
_b.adsIncome = (def _b.adsIncome) ? _b.adsIncome : 0;
_b.maintenance = (def _b.maintenance) ? _b.maintenance : 0;
_b.adsCosts = (def _b.adsCosts) ? _b.adsCosts : 0;
_b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0;
_b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0;
_b.profit = (def _b.profit) ? _b.profit : 0;
>>
<table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;">
<tr style="border-bottom: 2px solid white;">
<th>Items</th>
<th style="width: 20em; text-align: right">Rep. Gain</th>
<th style="width: 10em; text-align: right">Expenses</th>
<th style="width: 10em; text-align: right">Rep/Expenses</th>
<th style="width: 10em; text-align: right">Extra Income</th>
</tr>
<tr>
<td>Total whoring income</td>
<td style="padding-right: 3px; text-align: right">@@.green;+<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
<td></td>
<td></td>
<td style="padding-right: 3px; text-align: right;"><<if (_b.rep > 0)>>@@.green;¤<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;¤<<= -_b.rep.toFixedHTML(1)>>@@<</if>></td>
</tr>
<tr>
<td>Total whore living costs</td>
<td></td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
<td></td>
<td></td>
</tr>
<<if _details>>
<tr>
<td colspan="5"><b>Whore details</b>
<table style="width: 100%; font-size: 90%; line-height: 110%;">
<tr>
<th>Whore</th>
<th style="width: 10em; text-align: right">Customers</th>
<th style="width: 22em; text-align: right">Rep. Gain</th>
<th style="width: 11em; text-align: right">Expenses</th>
<th style="width: 11.5em; text-align: right">Rep/Expenses</th>
<th style="width: 11em; text-align: right">Extra Income</th>
</tr>
<<set _slaveDetails = _b.income.values()>>
<<set _slaveInfo = _slaveDetails.next()>>
<<for !_slaveInfo.done>>
<<set _netIncome = _slaveInfo.value.income / _slaveInfo.value.cost>>
<tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none">
<td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td>
<td style="padding-right: 3px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@.red;none@@<<else>>_slaveInfo.value.customers<</if>></td>
<td style="padding-right: 3px; text-align: right">@@.green;+<<= _slaveInfo.value.income.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right">@@.green;<<= _netIncome.toFixedHTML(2)>>@@ rep/¤</td>
<td style="padding-right: 3px; text-align: right;">@@.yellowgreen;¤<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@</td>
</tr>
<<set _slaveInfo = _slaveDetails.next()>>
<</for>>
</table>
</td>
</tr>
<</if>>
<<if (_b.adsIncome > 0)>>
<tr>
<td>Additional rep gain</td>
<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td>
<td></td>
<td></td>
<td></td>
</tr>
<</if>>
<tr>
<td>Club maintenance</td>
<td></td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td>
<td></td>
<td></td>
</tr>
<<if (_b.adsCosts > 0)>>
<tr>
<td>Advertising program</td>
<td></td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.adsCosts.toFixedHTML(2)>>@@</td>
<td></td>
<td></td>
</tr>
<</if>>
<tr style="border-top: 1px solid white;">
<td><b>Total</b></td>
<td style="padding-right: 2px; text-align: right">@@.green;+<<= _b.totalIncome.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right"><b>@@.green;<<= _b.profit.toFixedHTML(2)>>@@ rep/¤</b></td>
<td style="padding-right: 2px; text-align: right;"><b>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@</b></td></tr>
</table>
<</if>>
<</if>>
<</widget>>
<<widget "DairyStatistics">>
<<if ($showEconomicDetails)>>
<<if (!$facility || !$facility.dairy)>>
<h4>- No statistics for $dairyName gathered this week -</h4>
<<else>>
<<set _details = $args[0]>>
<<set _b = $facility.dairy>>
<<run
_b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0;
_b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0;
_b.maintenance = (def _b.maintenance) ? _b.maintenance : 0;
_b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0;
_b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0;
_b.profit = (def _b.profit) ? _b.profit : 0;
>>
<table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;">
<tr style="border-bottom: 2px solid white;">
<th>Items</th>
<th style="width: 20em; text-align: right">Revenue</th>
<th style="width: 10em; text-align: right">Expenses</th>
<th style="width: 10em; text-align: right">Net Income</th>
<th style="width: 10em; text-align: right">Rep. Change</th>
</tr>
<tr>
<td>Total cow income</td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
<td></td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right;"></td>
</tr>
<tr>
<td>Total cow living costs</td>
<td></td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right">@@.red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<<if _details>>
<tr>
<td colspan="5"><b>Cow details</b>
<table style="width: 100%; font-size: 90%; line-height: 110%;">
<tr>
<th>Cow</th>
<th style="width: 10em; text-align: right">Milk/Cum/Fluids</th>
<th style="width: 22em; text-align: right">Revenue</th>
<th style="width: 11em; text-align: right">Expenses</th>
<th style="width: 11.5em; text-align: right">Net Income</th>
<th style="width: 11em; text-align: right">Rep. Change</th>
</tr>
<<set _slaveDetails = _b.income.values()>>
<<set _slaveInfo = _slaveDetails.next()>>
<<for !_slaveInfo.done>>
<<set _revenue = _slaveInfo.value.income, _netIncome = _revenue - _slaveInfo.value.cost>>
<tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none">
<td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td>
<td style="padding-right: 3px; text-align: right"><<= _slaveInfo.value.milk>>/<<= _slaveInfo.value.cum>>/<<= _slaveInfo.value.fluid>></td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@.yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right"><<if (_netIncome > 0)>>@@.yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@.red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td>
<td style="padding-right: 3px; text-align: right;"></td>
</tr>
<<set _slaveInfo = _slaveDetails.next()>>
<</for>>
</table>
</td>
</tr>
<</if>>
<tr>
<td>Dairy maintenance</td>
<td></td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<tr style="border-top: 1px solid white;">
<td><b>Total</b></td>
<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@.yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@.red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td>
<td style="padding-right: 2px; text-align: right;"><b></b></td></tr>
</table>
<</if>>
<</if>>
<</widget>>
<<widget "ArcadeStatistics">>
<<if ($showEconomicDetails)>>
<<if (!$facility || !$facility.arcade)>>
<h4>- No statistics for $arcadeName gathered this week -</h4>
<<else>>
<<set _details = $args[0]>>
<<set _b = $facility.arcade>>
<<run
_b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0;
_b.rep = (def _b.rep) ? _b.rep : 0;
_b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0;
_b.maintenance = (def _b.maintenance) ? _b.maintenance : 0;
_b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0;
_b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0;
_b.profit = (def _b.profit) ? _b.profit : 0;
>>
<table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;">
<tr style="border-bottom: 2px solid white;">
<th>Items</th>
<th style="width: 20em; text-align: right">Revenue</th>
<th style="width: 10em; text-align: right">Expenses</th>
<th style="width: 10em; text-align: right">Net Income</th>
<th style="width: 10em; text-align: right">Rep. Change</th>
</tr>
<tr>
<td>Total income</td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
<td></td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right;"><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></td>
</tr>
<tr>
<td>Total fuckmeat living costs</td>
<td></td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right">@@.red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<<if _details>>
<tr>
<td colspan="5"><b>Fuckmeat details</b>
<table style="width: 100%; font-size: 90%; line-height: 110%;">
<tr>
<th>Fuckmeat</th>
<th style="width: 10em; text-align: right">Customers</th>
<th style="width: 22em; text-align: right">Revenue</th>
<th style="width: 11em; text-align: right">Expenses</th>
<th style="width: 11.5em; text-align: right">Net Income</th>
<th style="width: 11em; text-align: right">Rep. Change</th>
</tr>
<<set _slaveDetails = _b.income.values()>>
<<set _slaveInfo = _slaveDetails.next()>>
<<for !_slaveInfo.done>>
<<set _revenue = _slaveInfo.value.income + _slaveInfo.value.adsIncome, _netIncome = _revenue - _slaveInfo.value.cost>>
<tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none">
<td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td>
<td style="padding-right: 3px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@.red;none@@<<else>>_slaveInfo.value.customers<</if>></td>
<td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@.yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td>
<td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td>
<td style="padding-right: 3px; text-align: right"><<if (_netIncome > 0)>>@@.yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@.red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td>
<td style="padding-right: 3px; text-align: right;"><<if (_slaveInfo.value.rep > 0)>>@@.green;+<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<elseif (_slaveInfo.value.rep < 0)>>@@.red;<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<else>><</if>></td>
</tr>
<<set _slaveInfo = _slaveDetails.next()>>
<</for>>
</table>
</td>
</tr>
<</if>>
<tr>
<td>Arcade maintenance</td>
<td></td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td>
<td></td>
</tr>
<tr style="border-top: 1px solid white;">
<td><b>Total</b></td>
<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td>
<td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@.yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@.red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td>
<td style="padding-right: 2px; text-align: right;"><b><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></b></td></tr>
</table>
<</if>>
<</if>>
<</widget>>
/* Call with <<CorpDevBuySell "asset" "Numasset">> TODO: replace eval parse with appropriate functions */
<<widget "CorpDevBuySell">>
<<set _textboxMLArg = '_'+$args[1]>>
| Trade Qty
<<textbox `'_Num' + $args[0]` `eval(parse('_Num' + $args[0]))`>><<script>>setTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>:
<<link "Buy">>
<<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>> /* Checks if _Numasset is string */
/* Buy all */
<<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>>
<<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>
Bought <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> units for <<print cashFormat(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))*500*State.variables[$args[0]+"AssetPrice"])>>
<</replace>>
<<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>>
<<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>>
<<replace '#cashOnHand'>>
<<print cashFormat($corpCash)>>
<</replace>>
<<replace `'#'+$args[0]+'AssetsDisp'`>>
<<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>)
<</replace>>
<<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>
<<else>>
/* Error if decimal or not "all" or "max" string */
<<replace `'#'+$args[0]+'AssetsPurchasing'`>> Please input a round number. <</replace>>
<</if>>
/* Negative number, try again */
<<elseif Number.parseFloat(eval(parse('_Num' + $args[0]))) < 0>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>Please input a positive number.<</replace>>
/* Buy % */
<<elseif State.temporary[$args[1]].toString().includes("%")>>
<<set _DesPerc = State.temporary[$args[1]]>>
<<set State.temporary[$args[1]] = Math.floor((Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)*$corpCash)/(State.variables[$args[0]+"AssetPrice"] * 500))>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>
Purchased <<print commaNum(State.temporary[$args[1]])>> units (<<print commaNum((State.temporary[$args[1]]*(State.variables[$args[0]+"AssetPrice"] * 50000)/$corpCash).toFixed(2))>>% of cash, desired was _DesPerc)
<</replace>>
<<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>>
<<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>>
<<replace '#cashOnHand'>>
<<print cashFormat($corpCash)>>
<</replace>>
<<replace `'#'+$args[0]+'AssetsDisp'`>>
<<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>)
<</replace>>
<<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>
/* Successful buy */
<<elseif (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"] < $corpCash>>
<<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>>
<<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>>
<<replace '#cashOnHand'>>
<<print cashFormat($corpCash)>>
<</replace>>
<<replace `'#'+$args[0]+'AssetsDisp'`>>
<<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>)
<</replace>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>>
/* Unsuccessful buy but have enough cash for more than 1 unit */
<<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>
The corp can only buy <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets.
<</replace>>
<<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>>
<<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>
/* Unsuccessful buy */
<<else>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>There are insufficient funds for additional purchases.<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>>
/* Sell all */
<<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>
Sold <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> units for <<print cashFormat(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)*500*State.variables[$args[0]+"AssetPrice"])>>
<</replace>>
<<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>>
<<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>>
<<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>>
<<replace '#cashOnHand'>>
<<print cashFormat($corpCash)>>
<</replace>>
<<replace `'#'+$args[0]+'AssetsDisp'`>>
<<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>)
<</replace>>
<<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>
/* Error if decimal or not "all" or "max" string */
<<else>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>> Please input a round number. <</replace>>
<</if>>
/* Negative number, try again */
<<elseif Number.parseFloat(eval(parse('_Num' + $args[0]))) < 0>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>Please input a positive number.<</replace>>
/* Sell % */
<<elseif State.temporary[$args[1]].toString().includes("%")>>
<<set _DesPerc = State.temporary[$args[1]]>>
<<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500*(Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)))>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>
Sold <<print commaNum(State.temporary[$args[1]])>> units (<<print commaNum((State.temporary[$args[1]]*100/((State.variables[$args[0]+"Assets"]-500)/500)).toFixed(2))>>% of $args[0] assets, desired was _DesPerc)
<</replace>>
<<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>>
<<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>>
<<replace '#cashOnHand'>>
<<print cashFormat($corpCash)>>
<</replace>>
<<replace `'#'+$args[0]+'AssetsDisp'`>>
<<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>)
<</replace>>
<<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>
/* Successful sell */
<<elseif State.variables[$args[0]+"Assets"] > 500 && eval(parse('_Num' + $args[0])) * 500 < State.variables[$args[0]+"Assets"]>>
<<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>>
<<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>>
<<replace '#cashOnHand'>>
<<print cashFormat($corpCash)>>
<</replace>>
<<replace `'#'+$args[0]+'AssetsDisp'`>>
<<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if (State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>)
<</replace>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>>
/* Unsuccessful sell but have enough assets for more than 1 unit */
<<elseif State.variables[$args[0]+"Assets"] > 500>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>
The corp can only sell <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> more unit<<if Math.ceil((State.variables[$args[0]+"Assets"]-500)/500) > 1 >>s<</if>> of $args[0] assets.
<</replace>>
<<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>>
<<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>
/* Unsuccessful sell */
<<else>>
<<replace `'#'+$args[0]+'AssetsPurchasing'`>>The corp cannot sell any more $args[0] assets.<</replace>>
<</if>>
<</link>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/economyWidgets.tw
|
tw
|
bsd-3-clause
| 29,625 |
:: Market Widgets [widget nobr]
/*
* Look for widgets in passages tagged with "market:marketname" which
* end in "Populate" and calls them all with the second argument
* (an "origins" array) as argument.
*
* Call like <<AddMarketOrigins "marketname" _possibleOrigins>>
*/
<<widget "AddMarketOrigins">>
<<if _.isString($args[0]) && _.isArray($args[1])>>
<<set _widgets = _(Story.widgets)
.filter(function(wp) { return wp.tags.includes('market:' + $args[0]); })
.flatMap(function(wp) {
var re = RegExp('<<widget\\s+"([^"]+Populate)"\\s*>>', 'g');
var match, result = [];
while(match = re.exec(wp.text)) { result.push(match[1]); }
return result; })
.value()>>
<<silently>><<foreach _widget of _widgets>>
<<= "<<" + _widget + " $args[1]>>">>
<</foreach>><</silently>>
<</if>>
<</widget>>
<<widget "CreateSlaveByOrigin">>
<<silently>>
<<if _.isObject($args[0]) && _.isString($args[0].widget)>>
<<= "<<" + $args[0].widget + " $args[0]>>">>
<<elseif _.isString($args[0])>>
<<= "<<" + $args[0] + " $args[0]>>">>
<<else>>
<<include "Generate Random Slave">>
<</if>>
<</silently>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/marketWidgets.tw
|
tw
|
bsd-3-clause
| 1,124 |
:: player description widgets [nobr widget]
<<widget "PlayerBoobs">>
<<set _passage = passage()>>
<<if _passage == "Manage Personal Affairs">>
<<if $PC.boobsBonus > 2>>
you have a @@.orange;pair of H-cup breasts.@@
<<if $PC.boobsImplant == 1>>
They are big, round, and obviously implants. They barely move when you fuck your slaves.
<<else>>
They are all natural, heavy, and a bit saggy though they have some perk to them. Once they get going, it's hard to make them stop.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel even more enormous lately; likely a side effect of your lactation.
<</if>>
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.boobsBonus == 2>>
you have a @@.orange;pair of G-cup breasts.@@
<<if $PC.boobsImplant == 1>>
They are kind of rounded and much too perky for their size to pass as real. They have a bit of bounce to them as you fuck a slave.
<<else>>
They are all natural and a little heavy. The bounce everywhere when you fuck your slaves.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel even more huge lately; likely a side effect of your lactation.
<</if>>
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.boobsBonus == 1>>
you have a @@.orange;pair of F-cup breasts.@@
<<if $PC.boobsImplant == 1>>
They are nice, perky and not obviously implants. Though the way they move when you fuck a slave pins them as such.
<<else>>
They are nice and perky, despite their size. They bounce lewdly as you fuck your slaves.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation.
<</if>>
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.boobsBonus == -1>>
you have a @@.orange;pair of D-cup breasts.@@ They are nice, perky and bounce pleasantly as you fuck your slaves.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation.
<</if>>
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.boobsBonus == -2>>
you have a @@.orange;pair of C-cup breasts.@@ They are nice and perky, with just a little bounce when you fuck your slaves.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation.
<</if>>
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.boobsBonus == -3>>
you have a @@.orange;pair of B-cup breasts.@@ They are nice and perky, with almost no bounce when you fuck your slaves.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation.
<</if>>
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.boobs == 1>>
you have a @@.orange;healthy pair of DD breasts.@@ They are nice, perky and jiggle pleasantly with your every move.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel fuller lately; likely a side effect of your lactation.
<</if>>
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.title == 1>>
you have a @@.orange;masculine chest.@@
<<if $PC.preg > 30 || $PC.births > 0>>
Your chest feels swollen; the beads of milk forming on your nipples tells you why.
<</if>>
<<if $PC.markings == "freckles">>
Your chest is covered in a light spray of freckles.
<<elseif $PC.markings == "heavily freckled">>
Your chest is covered in dense freckles.
<</if>>
<<else>>
@@you're flat.@@ You have nothing in the breast department.
<<if $PC.preg > 30 || $PC.births > 0>>
Your nipples cap a pair of painfully swollen bumps; milk beads from them at the slightest provocation.
<</if>>
<<if $PC.markings == "freckles">>
Your chest is covered in a light spray of freckles.
<<elseif $PC.markings == "heavily freckled">>
Your chest is covered in dense freckles.
<</if>>
<</if>>
<<elseif _passage == "Economics">>
<<if $PC.career == "servant">>
<<if $PC.boobs == 1 && $PC.boobsBonus > 0>>
<<if $PC.boobsBonus > 2>>
You've gotten your dress let out to accommodate your huge bust.
<<elseif $PC.boobsBonus == 2>>
Your dress bulges with your big breasts.
<<elseif $PC.boobsBonus == 1>>
Your dress feels tight around your breasts.
<</if>>
<</if>>
<<elseif $PC.career == "escort">>
<<if $PC.boobs == 1 && $PC.boobsBonus > 0>>
<<if $PC.boobsBonus > 2>>
Your top strains as it struggles to cover your nipples, letting your huge<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> bust bulge lewdly around it.
<<elseif $PC.boobsBonus == 2>>
Your top can barely contain your big<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, heavily freckled<</if>> breasts, leaving you looking sluttier than ever.
<<elseif $PC.boobsBonus == 1>>
Your breasts spill over your slutty top<<if $PC.markings == "freckles">>, showing off your freckled cleavage<<elseif $PC.markings == "heavily freckled">>, freckle packed cleavage<</if>>.
<</if>>
<</if>>
<<else>>
<<if $PC.boobs == 1 && $PC.boobsBonus > 0>>
<<if $PC.boobsBonus > 2>>
You've gotten your top retailored to fit your huge bust.
<<elseif $PC.boobsBonus == 2>>
Your top strains against your big breasts<<if $PC.markings == "freckles">>, revealing a peak of freckled cleavage<<elseif $PC.markings == "heavily freckled">>, revealing a peak of densely freckled cleavage<</if>>.
<<elseif $PC.boobsBonus == 1>>
Your top feels tight around your breasts.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $PC.boobsBonus > 2>>
Your breasts are
<<if $PC.markings == "freckles">>
enormous with light freckling on the tops and in your cleavage.
<<elseif $PC.markings == "heavily freckled">>
enormous and covered in freckles, which are particularly dense in the cleft between them.
<<else>>
enormous.
<</if>>
<<if $PC.boobsImplant == 1>>
They are big, round, and obviously implants. They insist on maintaining their shape no matter how you move.
<<else>>
They are all natural, heavy, and a bit saggy though they retain some perk. Every single move you make sends ripples through your cleavage. You catch yourself watching them move in the mirror every so often.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel even more enormous lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == 2>>
Your breasts are
<<if $PC.markings == "freckles">>
huge with light freckling on the tops and in your cleavage.
<<elseif $PC.markings == "heavily freckled">>
huge and covered in freckles, which are particularly dense in the cleft between them.
<<else>>
huge.
<</if>>
<<if $PC.boobsImplant == 1>>
They are unnaturally perky for their size. When you shake them, they barely move.
<<else>>
They are all natural and a little heavy. They bounce lewdly when you shake them and take a little too long to calm down.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel even more huge lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == 1>>
Your breasts are pretty
<<if $PC.markings == "freckles">>
big with light freckling on the tops and in your cleavage.
<<elseif $PC.markings == "heavily freckled">>
big and covered in freckles, which are particularly dense in the cleft between them.
<<else>>
big.
<</if>>
<<if $PC.boobsImplant == 1>>
They are nice, perky and not obviously implants. They jiggle only slightly when you shake them though.
<<else>>
They are nice and perky, despite their size. They bounce lewdly when you shake them.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == -1>>
Your breasts are certainly
<<if $PC.markings == "freckles">>
eye-catching with light freckling on the tops and in your cleavage.
<<elseif $PC.markings == "heavily freckled">>
eye-catching and covered in freckles, which are particularly dense in the cleft between them.
<<else>>
eye-catching.
<</if>>
They are nice and perky, with just the right amount of bounce when you shake them.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == -2>>
Your breasts are fairly average, at least to old world
<<if $PC.markings == "freckles">>
standards, with light freckling on the tops and in your cleavage.
<<elseif $PC.markings == "heavily freckled">>
standards, and covered in freckles, which are particularly dense in the cleft between them.
<<else>>
standards.
<</if>>
They are very perky, but aren't big enough to have a nice bounce when you shake them.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == -3>>
Your breasts are considered small by most
<<if $PC.markings == "freckles">>
standards, with light freckling on the tops and in your cleavage.
<<elseif $PC.markings == "heavily freckled">>
standards, and covered in freckles, which are particularly dense in the cleft between them.
<<else>>
standards.
<</if>>
Their size makes them extremely perky, at the cost of having little to no bounce.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobs == 1>>
Your breasts are on the larger side of things<<if $PC.preg > 30 || $PC.births > 0>>, though you could do without the wet spots forming over your nipples<</if>>.
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.title == 1>>
Your chest is quite masculine<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wet spots forming over your nipples suggest otherwise,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
<<else>>
Your chest is non-existent<<if $PC.preg > 30 || $PC.births > 0>>, save for the pair of bulging milk glands beneath your nipples,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
<</if>>
<</if>>
<</widget>>
<<widget "PlayerBelly">>
<<set _passage = passage()>>
<<if _passage == "Manage Personal Affairs">>
<<if $PC.preg > 0>>
<<if $PC.belly >= 120000>>
@@.red;Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure.@@ You can barely even leave your bed without a helping hand. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your octuplets to squirm in excitement.<<if $PC.dick == 1>> You watch as your dick hardens from the prostate stimulation; you steady yourself for the coming orgasm.<</if>>
<<elseif $PC.belly >= 105000>>
You have trouble getting up and sitting down. Even standing while supporting your @@.orange;massive belly@@ has become an exhausting endeavor.
<<elseif $PC.belly >= 90000>>
You can @@.orange;barely reach around your gravid mass@@ any longer. Even the shortest waddle is exhausting.
<<elseif $PC.belly >= 75000>>
Your @@.orange;belly is starting to become worrying;@@ you feel over-filled at all times, and your children like to remind you just how full you are.
<<elseif $PC.belly >= 60000>>
You're @@.orange;definitely having multiples,@@ there is no denying it at this point. All you can do is try to relax and keep trying to stave off the stretch marks.
<<elseif $PC.belly >= 45000>>
You both look and feel enormous, your @@.orange;belly juts out so much now.@@ You've grown so much you now have trouble viewing yourself in mirror.
<<elseif $PC.belly >= 30000>>
Whenever you have the chance, you prefer to stay naked instead of stretching out your clothing with your @@.orange;giant pregnant belly.@@
<<elseif $PC.belly >= 14000>>
You're @@.orange;so gravid@@ you have trouble seeing the entirety of your huge belly.
<<elseif $PC.belly >= 12000>>
You can barely wrap your arms around your @@.orange;huge pregnant belly,@@ and when you do, your popped navel reminds you of the bun<<if $PC.pregType > 1>>s<</if>> in your oven.
<<elseif $PC.belly >= 10000>>
Your @@.orange;pregnancy has gotten quite huge,@@ none of your clothes fit it right.
<<elseif $PC.belly >= 7000>>
Your @@.orange;pregnant belly juts out annoyingly far,@@ just getting dressed is a pain now.
<<elseif $PC.belly >= 5000>>
Your @@.orange;belly has gotten quite large with child;@@ it is beginning to get the way of sex and business.
<<elseif $PC.belly >= 1500>>
Your @@.orange;belly is now large enough that there is no hiding it.@@
<<elseif $PC.belly >= 500>>
Your @@.orange;belly is rounded by your early pregnancy.@@
<<elseif $PC.belly >= 250>>
Your @@.orange;lower belly is beginning to stick out,@@ you're definitely pregnant.
<<elseif $PC.belly >= 100>>
Your @@.orange;belly is slightly swollen;@@ combined with your missed period, odds are you're pregnant.
<<elseif $PC.belly < 100>>
Your @@.red;period hasn't happened in some time,@@ you might be pregnant.
<</if>>
<<if $PC.preg >= 41>>
You don't know why you even bother getting out of bed; you are @@.orange;overdue and ready to drop@@ at any time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state.
<<elseif $PC.preg >= 39>>
You feel absolutely massive; your @@.orange;full-term belly@@ makes your life as arcology owner very difficult.
<</if>>
<<elseif $PC.belly >= 1500>>
Your belly is still very distended from your recent pregnancy.
<<elseif $PC.belly >= 500>>
Your belly is still distended from your recent pregnancy.
<<elseif $PC.belly >= 250>>
Your belly is still bloated from your recent pregnancy
<<elseif $PC.belly >= 100>>
Your belly is still slightly swollen after your recent pregnancy.
<</if>>
<<elseif _passage == "Economics">>
<<if $PC.career == "servant">>
<<if $PC.preg > 0>>
<<if $PC.belly >= 120000>>
You don't know how much more you can take. You feel so full and your children never calm down. You swear they take shifts tormenting your poor bladder. Even worse, your pregnancy juts out over a half-meter from your front and has soundly defeated the seams of your dress<<if $PC.dick == 1>>. Occasionally one of the bottoms manages to land a series of hits to your prostate, not that you mind as much, save for when they keep at it and you a can't restrain your orgasm<</if>>.
<<elseif $PC.belly >= 105000>>
You can barely function any more. You're so big and heavy that even the simplest of actions requires both intense effort and thought just to get it done. Your frumpy dress is also at its limit, and much to your annoyance, your children will not stay still enough to let you fix it.
<<elseif $PC.belly >= 90000>>
<<set _toSearch = $PC.refreshment.toLowerCase(), _fertRefresh = 0>>
<<if _toSearch.indexOf("fertility") != -1>>
<<set _fertRefresh = 1>>
<</if>>
You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying
<<if $PC.pregType == 8>>
octuplets
<<elseif $PC.pregType == 7>>
septuplets
<<else>>
sextuplets.
<</if>>
Your Master always wanted said he wanted a big family, too bad he isn't here to see this. Your dress is also starting to get tight, but it's far less of a concern at this point.
<<elseif $PC.belly >= 75000>>
Your belly is starting to become worrying. You're positively gigantic and quite tired. Though on the plus side, your dress is rather form fitting now.
<<elseif $PC.belly >= 60000>>
Your new outfit is handling your enormous belly quite well, though it does nothing to hide your size. Everyone can tell you'll be having lots of babies.
<<elseif $PC.belly >= 45000>>
You both look and feel enormous, your belly juts out so much now. You found a rather frumpy looking maid outfit in a shop; it's not the most attractive thing, but it'll hold nearly any belly.
<<elseif $PC.belly >= 30000>>
You feel absolutely gigantic; you look like you're full-term with twins<<if $PC.pregType == 2>> (which you are)<</if>>. Your restitched dress is once more at its limit.
<<elseif $PC.belly >= 15000>>
You've taken the time to let out your own dress so that you can look proper even with a belly as big as any full-term woman.
<<elseif $PC.belly >= 14000>>
Your dress is at its capacity, any bigger and you'd risk tearing it at the seams, though your late master did make sure his girls were well dressed even when they were fully rounded with his child.
<<elseif $PC.belly >= 12000>>
You keep bumping into things with your huge belly; you're used to it though, <<if $PC.birthMaster > 0>>your first pregnancy was a twinner!<<else>>your late Master liked to keep a big fake belly around your middle.<</if>>
<<elseif $PC.belly >= 10000>>
Your huge pregnant belly is tiring to carry around, but you're well versed in moving about with a rounded middle.
<<elseif $PC.belly >= 7000>>
You've stopped bothering to tie your apron behind you, allowing your dress the freedom to stretch with your growing child.
<<elseif $PC.belly >= 5000>>
Your maid's outfit is rounded out by your baby-filled belly; not only is it obvious, but it is slowing you down in your day to day affairs.
<<elseif $PC.belly >= 3000>>
You're starting to get pretty big; you feel like all eyes are centered on her baby-filled middle.
<<elseif $PC.belly >= 1500>>
Your belly is now large enough that there is no hiding it. After you've let out your apron, your dress fits nicely again.
<<elseif $PC.belly >= 500>>
Your dress tightly clings to your early pregnancy, though it, your apron, and your previous experience hide it well.
<<elseif $PC.belly >= 250>>
Your apron holds your dress tightly to your bloated middle.
<<elseif $PC.belly >= 100>>
Your dress and apron feel tight around your middle.
<</if>>
<<if $PC.preg >= 41>>
Your bab<<if $PC.pregType > 1>>ies are<<else>>y is<</if>> overdue and your master isn't here anymore to comfort your exhausted body. You try your best, <<if $PC.pregSource == -3>>drawing strength from the knowledge that you carry your late master's legacy within you<<else>>but deep down you are saddened that your child isn't his<</if>>.<<if $PC.pregMood == 1>> However, thanks to all your mothering, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your dicked slaves are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you try to fill the hole left by your late master.<</if>>
<<elseif $PC.preg >= 39>>
Every action you take is exhausting, and even though your slaves are more than capable of serving your every desire, you refuse to slow down with your duties.<<if $PC.pregMood == 1>> Though you definitely appreciate their aid.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>>
<<elseif $PC.preg >= 36>>
Your child<<if $PC.pregType > 1>>ren<</if>> happily kicks away inside your womb, and each time a small bump appears on the outside of your dress.<<if $PC.pregMood == 1>> While hormones may have you demanding and needy, you do everything you can to treat your slaves as if they were your own children.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but your former master loved to fuck you while you were pregnant with his children and your body misses his touch.<</if>>
<<elseif $PC.preg >= 32>>
<<if $PC.pregMood == 1>> You can't help but enjoy having a slave suckle from you while you relax with her in your lap.<<elseif $PC.pregMood == 2>> You know how to have sex while pregnant, and as such, so will your slaves.<</if>>
<<elseif $PC.preg >= 28>>
<<if $PC.pregMood == 1>> You catch yourself babying your slaves from time to time.<<elseif $PC.pregMood == 2>>Your sex drive has become unquenchable as of late.<</if>>
<<elseif $PC.preg == 22>>
Something startling happened this week; while enjoying a slave, your belly button popped out!
<<elseif $PC.preg == 8 && $PC.pregSource > 0>>
<<set _babyDaddy = $slaveIndices[$PC.pregSource]>>
<<set $slaves[_babyDaddy].PCKnockedUp++>>
Rumors spread among your slaves that your middle is swollen with $slaves[_babyDaddy].slaveName's child. They're not wrong, though <<if $slaves[_babyDaddy].devotion > 20>>$slaves[_babyDaddy].slaveName is broken enough to not try and use it against you. In fact, it might even draw her closer to you<<else>>you'd have liked it to have kept that from $slaves[_babyDaddy].slaveName, lest the rebellious bitch uses it to remain defiant<</if>>.
<</if>>
<</if>>
<<elseif $PC.career == "escort">>
<<if $PC.preg > 0>>
<<if $PC.belly >= 120000>>
You don't know how much more you can take. You feel so full and your children never calm down. You swear they take shifts tormenting your poor bladder. Even worse, your pregnancy juts out over a half-meter from your front and has seized control as your dominant aspect<<if $PC.dick == 1>>. Occasionally one of the bottoms manages to land a series of hits to your prostate, not that you mind as much. It's good for business when you orgasm lewdly and cum your bottoms<</if>>.
<<elseif $PC.belly >= 105000>>
You can barely function any more. You're so big and heavy that even the simplest of actions requires both intense effort and thought just to get it done. None of your poses work with your gravid body either and you're practically popping out of your skimpiest outfit.
<<elseif $PC.belly >= 90000>>
<<set _toSearch = $PC.refreshment.toLowerCase(), _fertRefresh = 0>>
<<if _toSearch.indexOf("fertility") != -1>>
<<set _fertRefresh = 1>>
<</if>>
You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You know you took fertility drugs, but you weren't supposed to get this big!<</if>> Feeling yourself up, you'd fancy a guess that there are about
<<if $PC.pregType == 8>>
a dozen babies
<<elseif $PC.pregType == 7>>
ten babies
<<else>>
eight babies
<</if>>
in your belly.
<<elseif $PC.belly >= 75000>>
Your belly is starting to become worrying to you. You're positively gigantic and quite tired of it. The last thing on peoples' minds these days is fucking you too.
<<elseif $PC.belly >= 60000>>
You feel sexy with such a huge belly, but it sure is tiring. Everyone can also tell you'll be having lots of babies. A boon to business, since everyone knows you ride bareback.
<<elseif $PC.belly >= 45000>>
You both look and feel enormous, your belly juts out so much now. Your strategy worked! Eyes always end up locked onto you or your pregnancy, but they quickly return to your milky breasts.
<<elseif $PC.belly >= 30000>>
You feel absolutely gigantic; you look like you're full-term with twins. You find the skimpiest outfit you can to complement your size; if people won't notice your other assets, then they might as well not notice your outfit either.
<<elseif $PC.belly >= 14000>>
You don't even bother to try to be slutty anymore, your full-term globe of a belly just steals all the attention away from your other assets.
<<elseif $PC.belly >= 12000>>
Your huge pregnant belly hides your crotch.
<<elseif $PC.belly >= 10000>>
Your huge pregnant belly is tiring to carry around and is beginning to draw attention away from your other features.
<<elseif $PC.belly >= 7000>>
You've switched to even skimpier clothing to show off your big pregnant belly.
<<elseif $PC.belly >= 5000>>
Your outfit is only enhanced by your baby-filled belly; mostly because it adds to your slutty appearance. Though it definitely is impacting your business.
<<elseif $PC.belly >= 3000>>
Your slutty bottoms are beginning to get hidden by your rounded middle.
<<elseif $PC.belly >= 1500>>
Your slutty bottoms sexily hug your swollen middle.
<<elseif $PC.belly >= 500>>
Your exposed midriff bulges out enough to give away your growing pregnancy.
<<elseif $PC.belly >= 250>>
Your exposed midriff is noticeably bloated.
<<elseif $PC.belly >= 100>>
When you look down, you can't help but notice your belly sticking out a little.
<</if>>
<<if $PC.preg >= 41>>
You can barely pull yourself and your overdue child out of bed; every action is a chore, you keep bumping things, and your child just won't calm down.<<if $PC.pregMood == 1>> However, thanks to all your tenderness, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your dicked slaves are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you satisfy your desires.<</if>>
<<elseif $PC.preg >= 39>>
Every action you take is exhausting; though your slaves are more than capable of serving your every whim.<<if $PC.pregMood == 1>> Even in the final stages of pregnancy, you make sure the slaves attending you are treated as if the were your favorite clients.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>>
<<elseif $PC.preg >= 36>>
Every kick from your eager child threatens to dislodge your breasts from your struggling top.<<if $PC.pregMood == 1>> While you may be demanding and needy, you do everything you can to treat them as if they were a virgin client.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but you need a dick in you even more than usual.<</if>>
<<elseif $PC.preg >= 32>>
<<if $PC.pregMood == 1>> You can't help but enjoy having a slave, or client, suckle from you while you relax with them in your lap.<<elseif $PC.pregMood == 2>> You don't let your pregnancy get in the way when it comes to sex; you make sure your slaves, and clients, learn just how much you know about sex.<</if>>
<<elseif $PC.preg >= 28>>
<<if $PC.pregMood == 1>> You catch yourself playfully teasing your slaves from time to time.<<elseif $PC.pregMood == 2>>Your sex drive has become unquenchable as of late.<</if>>
<<elseif $PC.preg == 22>>
Something startling happened this week; while enjoying a slave, your belly button popped out!
<<elseif $PC.preg == 8 && $PC.pregSource > 0>>
<<set _babyDaddy = $slaveIndices[$PC.pregSource]>>
<<set $slaves[_babyDaddy].PCKnockedUp++>>
Rumors spread among your slaves that your middle is swollen with $slaves[_babyDaddy].slaveName's child. They're not wrong, though <<if $slaves[_babyDaddy].devotion > 20>>$slaves[_babyDaddy].slaveName is broken enough to not try and use it against you. In fact, it might even draw her closer to you<<else>>you'd have liked it to have kept that from $slaves[_babyDaddy].slaveName, lest the rebellious bitch uses it to remain defiant<</if>>.
<</if>>
<</if>>
<<else>>
<<if $PC.preg > 0>>
<<if $PC.belly >= 120000>>
You don't know how much more you can take. You feel so full and your children never calm down. You swear they take shifts tormenting your poor bladder. Even worse, your pregnancy juts out over a half-meter from your front and has soundly defeated your maternity suit<<if $PC.dick == 1>>. Occasionally one of the bottoms manages to land a series of hits to your prostate, not that you mind as much, save for when they keep at it and you a can't restrain your orgasm. The last thing you want to do in a meeting is spontaneously orgasm and cum your in clothes<</if>>.
<<elseif $PC.belly >= 105000>>
You can barely function any more. You're so big and heavy that even the simplest of actions requires both intense effort and thought just to get it done. Your suit buttons keep popping, and much to your annoyance, your children will not stay still enough to let you redo them.
<<elseif $PC.belly >= 90000>>
<<set _toSearch = $PC.refreshment.toLowerCase(), _fertRefresh = 0>>
<<if _toSearch.indexOf("fertility") != -1>>
<<set _fertRefresh = 1>>
<</if>>
You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying
<<if $PC.pregType == 8>>
octuplets
<<elseif $PC.pregType == 7>>
septuplets
<<else>>
sextuplets.
<</if>>
Your suit is also starting to get tight, but it's far less of a concern at this point.
<<elseif $PC.belly >= 75000>>
Your belly is starting to become worrying. You're positively gigantic and quite tired. As an added stress, your maternity suit highlights your pregnancy.
<<elseif $PC.belly >= 60000>>
Your new outfit is handling your enormous belly quite well, though it does nothing to hide your size. Everyone can tell you'll be having lots of babies and judges you accordingly.
<<elseif $PC.belly >= 45000>>
You both look and feel enormous, your belly juts out so much now. Your tailor finally managed to get you a bigger maternity suit, one with extra give in the middle, but you feel it draws attention right to your gravidity.
<<elseif $PC.belly >= 30000>>
You feel absolutely gigantic; you look like you're full-term with twins<<if $PC.pregType == 2>> (which you are)<</if>>. Having such a big belly in such poor attire weighs heavily under the public's eye.
<<elseif $PC.belly >= 15000>>
You don't even bother to try to cover your full-term sized pregnancy, opting to just let it hang out of your old clothing. Every action you take is exhausting; though your slaves are more than capable of serving your every desire.
<<elseif $PC.belly >= 12000>>
Your huge pregnant belly strains the buttons on your maternity suit.
<<elseif $PC.belly >= 10000>>
Your huge pregnant belly is tiring to carry around and is beginning to stretch out your new clothes.
<<elseif $PC.belly >= 7000>>
You've switched to using what can only be called formal maternity wear to cover your pregnant belly.
<<elseif $PC.belly >= 5000>>
You can barely cover your baby filled belly; not only is it obvious, but it is getting in the way of your business.
<<elseif $PC.belly >= 3000>>
You're starting to get pretty big; you feel like everyone just focuses on your gravidity now.
<<elseif $PC.belly >= 1500>>
Your belly is now large enough that there is no hiding it. Your top strains to cover it.
<<elseif $PC.belly >= 500>>
Your top tightly clings to your early pregnancy, though you manage to conceal it well enough.
<<elseif $PC.belly >= 250>>
Your top tightly clings to your bloated middle.
<<elseif $PC.belly >= 100>>
Your top feels oddly tight around your middle.
<</if>>
<<if $PC.preg >= 41>>
You can barely pull yourself and your overdue child out of bed; every action is a chore, you keep bumping things, and your child just won't calm down.<<if $PC.pregMood == 1>> However, thanks to all your mothering, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your dicked slaves are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you satisfy your desires.<</if>>
<<elseif $PC.preg >= 39>>
<<if $PC.pregMood == 1>> Even in the final stages of pregnancy, you make sure the slaves attending you are treated as if the were your children.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>>
<<elseif $PC.preg >= 36>>
Every kick from your eager child threatens to send your buttons flying.<<if $PC.pregMood == 1>> While you may be demanding and needy, you do everything you can to treat them as if they were your own children.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but you need a dick in you and you don't care from where.<</if>>
<<elseif $PC.preg >= 32>>
<<if $PC.pregMood == 1>> You can't help but enjoy having a slave suckle from you while you relax with her in your lap.<<elseif $PC.pregMood == 2>> You don't let your pregnancy get in the way when it comes to sex; you make sure your slaves learn new positions to accommodate your bulk.<</if>>
<<elseif $PC.preg >= 28>>
<<if $PC.pregMood == 1>> You catch yourself babying your slaves from time to time.<<elseif $PC.pregMood == 2>>Your sex drive has become unquenchable as of late.<</if>>
<<elseif $PC.preg == 22>>
Something startling happened this week; while enjoying a slave, your belly button popped out!
<<elseif $PC.preg == 8 && $PC.pregSource > 0>>
<<set _babyDaddy = $slaveIndices[$PC.pregSource]>>
<<set $slaves[_babyDaddy].PCKnockedUp++>>
Rumors spread among your slaves that your middle is swollen with $slaves[_babyDaddy].slaveName's child. They're not wrong, though <<if $slaves[_babyDaddy].devotion > 20>>$slaves[_babyDaddy].slaveName is broken enough to not try and use it against you. In fact, it might even draw her closer to you<<else>>you'd have liked it to have kept that from $slaves[_babyDaddy].slaveName, lest the rebellious bitch uses it to remain defiant<</if>>.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $PC.preg > 0>>
<<if $PC.belly >= 120000>>
Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your octuplets to squirm in excitement.<<if $PC.dick == 1>> As your dick hardens under the prostate stimulation, you call for a slave to receive the incoming load.<</if>>
<<elseif $PC.belly >= 105000>>
Getting out of your chair is practically a dream at this point. It takes far too much effort to do it on your own and is a little embarrassing to ask help with.
<<elseif $PC.belly >= 90000>>
You can barely reach around your gravid mass any longer. You've also had to reinforce your chair under your growing weight.
<<elseif $PC.belly >= 75000>>
Your belly is starting to become worrying; you feel over-filled at all times and your children like to remind you just how stuffed you are.
<<elseif $PC.belly >= 60000>>
You're definitely having multiples, there is no denying it at this point. All you can do is try to relax and keep trying to stave off the stretch marks.
<<elseif $PC.belly >= 45000>>
You both look and feel enormous, your belly juts out so much now. You stand no chance of sitting at your desk normally and have taken to angling you chair and belly to the side instead.
<<elseif $PC.belly >= 30000>>
Your chair has taken to creaking ominously whenever you shift your pregnant bulk while you've taken to keeping your belly uncovered to give it room.
<<elseif $PC.belly >= 14000>>
You can barely fit before your desk anymore and have had to take measures to accommodate your gravidity.
<<elseif $PC.belly >= 12000>>
You can barely wrap your arms around your huge pregnant belly, and when you do, your popped navel reminds you just how full you are.
<<elseif $PC.belly >= 10000>>
Your pregnancy has gotten quite huge, none of your clothes fit it right.
<<elseif $PC.belly >= 7000>>
Your pregnant belly juts out annoyingly far, just getting dressed is a pain now.
<<elseif $PC.belly >= 5000>>
Your belly has gotten quite large with child; it is beginning to get the way of sex and business.
<<elseif $PC.belly >= 1500>>
Your belly is now large enough that there is no hiding it.
<<elseif $PC.belly >= 500>>
Your belly is rounded by your early pregnancy.
<<elseif $PC.belly >= 250>>
Your lower belly is beginning to stick out, you're definitely pregnant.
<<elseif $PC.belly >= 100>>
Your belly is slightly swollen; combined with your missed period, odds are you're pregnant.
<<elseif $PC.belly < 100>>
Your period hasn't happened in some time, you might be pregnant.
<</if>>
<<if $PC.preg >= 41>>
You don't know why you even bother getting out of bed; you are overdue and ready to drop at many time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state.
<<elseif $PC.preg >= 39>>
You feel absolutely massive; your full-term belly makes your life as arcology owner very difficult. You try your best to not wander too far from your penthouse, not with labor and birth so close.
<</if>>
<<elseif $PC.belly >= 1500>>
Your belly is still very distended from your recent pregnancy.
<<elseif $PC.belly >= 500>>
Your belly is still distended from your recent pregnancy.
<<elseif $PC.belly >= 250>>
Your belly is still bloated from your recent pregnancy
<<elseif $PC.belly >= 100>>
Your belly is still slightly swollen after your recent pregnancy.
<</if>>
<</if>>
<</widget>>
<<widget "PlayerCrotch">>
<<set _passage = passage()>>
<<if _passage == "Manage Personal Affairs">>
<<if $PC.dick == 1 && $PC.vagina == 1>>
an @@.orange;above average penis@@
<<if $PC.balls > 2>>
that is constantly streaming precum,
<<elseif $PC.balls > 0>>
that is constantly dripping precum,
<</if>>
and a pair of
<<if $PC.ballsImplant > 3>>
@@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to a combination of growth hormones and gel injections; it's impossible to sit normally,
<<if $ballsAccessibility == 1>>
but your penthouse has been redesigned with oversized balls in mind. There are plenty of chairs capable of handling you littering the penthouse.
<<else>>
you rest on the edge of your chair, allowing your oversized balls to dangle precariously.
<</if>>
You've given up on wearing pants around the penthouse, and their bulging mass is so gargantuan that people assume they're fake, but every slave you fuck gets a distended belly from all the cum you pump into them. They make just about everything you do difficult: sitting, walking, fucking; but they certainly make life interesting.
<<elseif $PC.ballsImplant == 3>>
@@.orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone probably assumes they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly interesting.
<<elseif $PC.ballsImplant == 2>>
@@.orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting.
<<elseif $PC.ballsImplant == 1>>
@@.orange;large balls;@@ you can certainly feel them as you move about.
<<else>>
@@.orange;normal, uneventful balls.@@
<</if>>
Tucked away beneath them; a
<<if $PC.newVag == 1>>
@@.orange;tight vagina.@@ Your pussy is very resilient, you shouldn't be able to stretch it out again.
<<elseif $PC.career == "escort">>
@@.red;very loose vagina.@@ Years of whoring will do that to a girl.
<<elseif $PC.births >= 10>>
@@.red;rather loose vagina,@@ stretched from your many children.
<<elseif $PC.career == "servant">>
@@.red;rather loose vagina.@@ Your master fucked you several times a day; him and his children have wreaked havoc upon your pussy.
<<elseif $PC.births > 2>>
@@.orange;loose vagina,@@ stretched from your several children.
<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@.lime;reasonably tight vagina.@@ You've had some fun during your previous career.
<<elseif $PC.births > 0>>
@@.lime;reasonably tight vagina.@@ It's handled childbirth well enough.
<<else>>
@@.lime;tight vagina.@@ You're no virgin, but you've taken care of yourself.
<</if>>
<<elseif $PC.dick == 1>>
an @@.orange;above average penis@@
<<if $PC.balls > 2>>
that is constantly streaming precum,
<<elseif $PC.balls > 0>>
that is constantly dripping precum,
<</if>>
and a pair of
<<if $PC.ballsImplant > 3>>
@@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to a combination of growth hormones and gel injections; it's impossible to sit normally,
<<if $ballsAccessibility == 1>>
but your penthouse has been redesigned with oversized balls in mind. There are plenty of chairs capable of handling you littering the penthouse.
<<else>>
you rest on the edge of your chair, allowing your oversized balls to dangle precariously.
<</if>>
You've given up on wearing pants around the penthouse, and their bulging mass is so gargantuan that people assume they're fake, but every slave you fuck gets a distended belly from all the cum you pump into them. They make just about everything you do difficult: sitting, walking, fucking; but they certainly make life interesting.
<<elseif $PC.ballsImplant == 3>>
@@.orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone probably assumes they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly interesting.
<<elseif $PC.ballsImplant == 2>>
@@.orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting.
<<elseif $PC.ballsImplant == 1>>
@@.orange;large balls;@@ you can certainly feel them as you move about.
<<else>>
@@.orange;normal, uneventful balls.@@
<</if>>
<<else>>
a
<<if $PC.newVag == 1>>
@@.orange;tight vagina.@@ Your pussy is very resilient, you shouldn't be able to stretch it out again.
<<elseif $PC.career == "escort">>
@@.red;very loose vagina.@@ Years of whoring will do that to a girl.
<<elseif $PC.births >= 10>>
@@.red;rather loose vagina,@@ stretched from your many children.
<<elseif $PC.career == "servant">>
@@.red;rather loose vagina.@@ Your master fucked you several times a day; him and his children have wreaked havoc upon your pussy.
<<elseif $PC.births > 2>>
@@.orange;loose vagina,@@ stretched from your several children.
<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@.lime;reasonably tight vagina.@@ You've had some fun during your previous career.
<<elseif $PC.births > 0>>
@@.lime;reasonably tight vagina.@@ It's handled childbirth well enough.
<<else>>
@@.lime;tight vagina.@@ You're no virgin, but you've taken care of yourself.
<</if>>
<</if>>
<<elseif _passage == "Economics">>
<<if $PC.career == "servant">>
<<if $PC.ballsImplant > 3>>
Your dress and apron bulges with your enormous balls, you had to have your dresses tailored so that the swinging mass of your sack would stop bursting seams inadvertently.
<<elseif $PC.ballsImplant == 3>>
Your dress and apron bulges with your enormous balls.
<<elseif $PC.ballsImplant == 2>>
Your dress hides your huge balls, but it does nothing to hide your altered gait.
<<elseif $PC.ballsImplant == 1>>
Your dress hides your big balls.
<</if>>
<<elseif $PC.career == "escort">>
<<if $PC.ballsImplant > 3>>
You've pretty much given up on pants because of your monstrous balls, but you've replaced them with a slutty skirt that stretches around their veiny contours. People can't help staring to see if they'll get a glimpse of your massive sack peaking out from under the skirt.
<<elseif $PC.ballsImplant == 3>>
You've swapped up to a larger pair of slutty pants, specially designed with extra sack room. They draw the eye right to your bulge<<if $PC.preg >= 28>>; you can do without people thinking you are giving birth into your pants, though<</if>>.
<<elseif $PC.ballsImplant == 2>>
Your slutty pants are really tight around the groin, but they hold your huge balls in place quite nicely.
<<elseif $PC.ballsImplant == 1>>
Your slutty pants bulge more than ever with your big balls.
<</if>>
<<else>>
<<if $PC.ballsImplant > 3>>
You've pretty much given up on suit pants because of your monstrous balls, but you've replaced them with a custom kilt tailored to match the rest of your business attire. People would wonder why you're wearing such old fashioned clothes if your ridiculous bulge didn't make it obvious.
<<elseif $PC.ballsImplant == 3>>
You've had to get your suit pants retailored again to fit your enormous balls. It is obvious that the bulge in your pants is not your penis<<if $PC.preg >= 28>>; you've had several people rush to your aid under the mistaken belief that your child was crowning into your pants<</if>>.
<<elseif $PC.ballsImplant == 2>>
You've had to get your suit pants retailored to fit your huge balls. It gives you a striking figure, though.
<<elseif $PC.ballsImplant == 1>>
Your suit pants bulge more than ever with your big balls.
<</if>>
<</if>>
<<else>>
<<if $PC.ballsImplant > 3>>
<<if $ballsAccessibility == 1>>
Thankfully your accessibility remodeling included a custom chair. When combined with the protective gel surrounding your massive sperm factories, it's rather comfortable. It even has an attachment to catch your neverending stream of precum, keeping the mess to a minimum.
<<else>>
Your monstrous balls make it impossible for you to sit normally in a standard chair, forcing you sit on the edge and let them dangle. You have to sit while naked below the waist unless you want your clothes soaked with spermy precum.
<</if>>
<<elseif $PC.ballsImplant == 3 && $PC.balls < 2>>
<<if $ballsAccessibility == 1>>
Thanks to your accessibility remodeling, your enormous gel-filled scrotum is able to rest comfortably in your custom chair.
<<else>>
No matter how you sit, your enormous gel-filled scrotum is never quite comfortable. Fortunately the cosmetic gel protects you from any major discomfort.
<</if>>
<<elseif $PC.ballsImplant == 3>>
<<if $ballsAccessibility == 1>>
Thanks to your accessibility remodeling, your enormous sperm factories are able to rest comfortably in your custom chair. Your chair also catches your never-ending precum, helping to prevent a mess.
<<else>>
You have to sit very carefully in your desk chair, giving your enormous sperm factories plenty of room. As they rest on the chair they deform uncomfortably under their own weight, causing even more of a mess from your ever-drooling cock.
<</if>>
<<elseif $PC.ballsImplant == 2>>
You shift in your seat and spread your legs to give your huge balls room.
<<elseif $PC.ballsImplant == 1>>
You shift in your seat to make room for your big balls.
<</if>>
<</if>>
<</widget>>
<<widget "PlayerButt">>
<<set _passage = passage()>>
<<if _passage == "Manage Personal Affairs">>
<<if $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
an @@.orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants. They barely move at all when you walk or fuck, are difficult to cram into your clothing and you keep getting stuck in chairs, but you wouldn't have it any other way.
<<else>>
an @@.orange;enormous, jiggly butt.@@ It is always wobbling for some reason or another. It really fills out your clothing and practically consumes anything you sit on.
<</if>>
<<elseif $PC.butt == 2>>
<<if $PC.buttImplant == 1>>
a @@.orange;huge, round, firm butt;@@ it's easily identifiable as fake.
<<else>>
a @@.orange;huge, soft butt.@@ It jiggles a lot as you move.
<</if>>
<<elseif $PC.butt == 1>>
<<if $PC.buttImplant == 1>>
a @@.orange;big firm butt;@@ anyone that feels it can tell it's fake, but at a glance you can't tell otherwise.
<<else>>
a @@.orange;big butt.@@ It jiggles a little as you walk.
<</if>>
<<else>>
a @@.orange;sexy, but normal butt.@@
<</if>>
<<if $PC.markings == "freckles">>
Your lower back is covered in a light speckling of freckles alongside your upper butt.
<<elseif $PC.markings == "heavily freckled">>
Your freckles are particularly dense across your lower back and upper butt.
<</if>>
<<elseif _passage == "Economics">>
<<if $PC.career == "servant">>
<<if $PC.butt > 2 && $PC.ballsImplant > 3>>
<<if $PC.buttImplant == 1>>
When you had your dresses tailored you also had to have them make room for your enormous rear. No dress can hide how big and fake it is though.
<<else>>
When you had your dresses tailored you also had to have them make room for your enormous rear.
<</if>>
<<elseif $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
You had to get your dress let out to contain your enormous rear. It can't hide how big and fake it is though.
<<else>>
You had to get your dress let out to contain your enormous rear.
<</if>>
<<elseif $PC.butt == 2>>
Your dress is starting to feel tight around your huge rear.
<<elseif $PC.butt == 1>>
Your dress is filled out by your big butt.
<</if>>
<<elseif $PC.career == "escort">>
<<if $PC.dick == 1>>
<<if $PC.ballsImplant > 3>>
<<if $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
Your slutty skirt is also forced to stretch around your enormous rear, making the implants pretty obvious. With both your front and back struggling to get free of your stretchy skirt, it isn't unusual for one or the other to peek out.
<<else>>
Your slutty skirt is also forced to stretch around your enormous rear, and bending over is basically asking for your skirt to ride up all the way to your hips. With both your front and back struggling to get free of your stretchy skirt, it isn't unusual for one or the other to peek out.
<</if>>
<<elseif $PC.butt == 2>>
Your huge rear nearly spills out from the bottom of your slutty skirt.
<<elseif $PC.butt == 1>>
Your slutty skirt is strained by your big butt.
<</if>>
<<else>>
<<if $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
You had to get your slutty pants let out to contain your enormous rear. It still feels really tight, however, thanks to the implants.
<<else>>
You had to get your slutty pants let out to contain your enormous rear. It still overflows scandalously, however.
<</if>>
<<elseif $PC.butt == 2>>
Your huge rear spills out from the top of your slutty pants.
<<elseif $PC.butt == 1>>
Your slutty pants are strained by your big butt.
<</if>>
<</if>>
<<else>>
<<if $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
Your ass has completely devoured your slutty shorts. You look like you are wearing a thong leaving your overly round<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, heavily freckled<</if>> cheeks to hang free.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your valley of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and valley of ass cleavage.<</if>>
<<else>>
Your ass has completely devoured your slutty shorts. You look like you are wearing a thong leaving your<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> cheeks to jiggle freely.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your valley of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and valley of ass cleavage.<</if>>
<</if>>
<<elseif $PC.butt == 2>>
Your slutty shorts are filled to bursting by your rear. Roughly half of your ass is actually in your bottoms, the rest is bulging out scandalously.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your ravine of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and ravine of ass cleavage.<</if>>
<<elseif $PC.butt == 1>>
Your slutty shorts are strained by your big butt. It spills out every gap it can.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and ass cleavage.<</if>>
<<elseif $PC.markings == "freckles">>
Your exposed lower back is covered in a light speckling of freckles.
<<elseif $PC.markings == "heavily freckled">>
Your freckles are particularly dense across your exposed lower back.
<</if>>
<</if>>
<<else>>
<<if $PC.dick == 1>>
<<if $PC.ballsImplant > 3>>
<<if $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
Your custom kilt is also forced to stretch around your enormous rear, making the implants pretty obvious. With both your front and back struggling to get free of the restrictive cloth, it isn't unusual for one or the other to peek out.
<<else>>
Your custom kilt is also forced to stretch around your enormous rear, and bending over is basically asking for it to ride up all the way to your hips. With both your front and back struggling to get free of the restrictive cloth, it isn't unusual for one or the other to peek out.
<</if>>
<<elseif $PC.butt == 2>>
Your huge rear nearly spills out from the bottom of your custom kilt.
<<elseif $PC.butt == 1>>
Your custom kilt is strained by your big butt.
<</if>>
<<else>>
<<if $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
You had to get your suit pants let out to contain your enormous rear. It does nothing to hide how big and round your asscheeks are, though.
<<else>>
You had to get your suit pants let out to contain your enormous rear. It can clearly be seen jiggling within them.
<</if>>
<<elseif $PC.butt == 2>>
Your huge rear threatens to tear apart your suit pants. You'll need to get them let out soon.
<<elseif $PC.butt == 1>>
Your suit pants are strained by your big butt.
<</if>>
<</if>>
<<else>>
<<if $PC.butt > 2>>
<<if $PC.buttImplant == 1>>
Your skirt covers your enormous butt but does nothing to hide its size and shape; you're beginning to show too much leg again, it might be time for a longer skirt.
<<else>>
Your skirt covers your enormous butt but does nothing to hide its size and fluidity; your rear is soft enough to fill out your skirt but not lift it up too far, it also translates every motion to the fabric, however.
<</if>>
<<elseif $PC.butt == 2>>
Your skirt covers your huge butt but does nothing to hide its size; in fact, you've had to start wearing a longer one to make up for the extra surface area.
<<elseif $PC.butt == 1>>
Your skirt covers your big butt but does nothing to hide its size.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $PC.butt > 2>>
<<if $PC.ballsImplant > 2 && $ballsAccessibility != 1>>
Your enormous<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt would make your chair extremely comfortable if it wasn't for your enormous balls. You have to be extremely careful to prevent your enormous cheeks from pinching your nuts.
<<else>>
Your enormous<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt makes for an extremely comfortable seat. You hope the chair doesn't follow you when you stand up this time.
<</if>>
<<elseif $PC.butt == 2>>
<<if $PC.ballsImplant > 2 && $ballsAccessibility != 1>>
Your huge<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt would make for a very comfortable seat if it wasn't for your enormous balls. You have to be careful to prevent your huge cheeks from pinching your nuts.
<<else>>
Your huge<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt makes for a very comfortable seat.
<</if>>
<<elseif $PC.butt == 1>>
<<if $PC.ballsImplant > 2 && $ballsAccessibility != 1>>
Your big<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt would make for a comfortable seat if your enormous balls weren't getting in the way.
<<else>>
Your big<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt makes for a comfortable seat.
<</if>>
<</if>>
<</if>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/playerDescriptionWidgets.tw
|
tw
|
bsd-3-clause
| 59,863 |
:: pregmod birth widgets [widget nobr]
<<widget "BroodmotherBirth">>
<<set _birthScene = random(1,100)>>
<br>
<<if random(1,2) == 1>> /* at assignment else in halls/etc */
<<switch $slaves[$i].assignment>>
<<case "rest">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs $his hands across the still huge dome of $his middle; to $him, gravidity and birth is nothing out of the ordinary.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby to $his breast and resumes resting.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling $his heavily rounded middle, and dozes off.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs $his hands across the still huge dome of $his middle; to $him, gravidity and birth is nothing out of the ordinary.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby to $his breast and resumes resting.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling $his heavily rounded middle, and dozes off.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places them in the cradle readied for $him. $He hefts $his still very gravid body out of bed to take a shower as your servants clean up and remove $his child.
<</if>>
<</if>>
<</if>>
<<case "be a subordinate slave">>
<<set _tempSub = getSlave($slaves[$i].subTarget)>>
<<setLocalPronouns _tempSub 2>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if $slaves[$i].subTarget == 0>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests for a short while before returned to your waiting slaves.
<<else>>
While servicing your other slaves, $slaves[$i].slaveName's water breaks, though it does nothing to deter $him from $his task.
<<ClothingBirth>>
No sooner than <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is born, a cock is shoved into $his gaping, still very gravid <<if $slaves[$i].mpreg == 1>>asshole<<else>>pussy<</if>> as $he draws $his child to $his breast.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is lead by _tempSub.slaveName to a private room so that _he2 may watch. Instinctively $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his watching audience. $His child is promptly taken and _tempSub.slaveName eagerly descends upon $his defenseless and still very gravid body.
<<else>>
While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, though it does nothing to deter $him from $his task.
<<ClothingBirth>>
No sooner than <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is born does $he go back to pleasuring $his dom.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].subTarget == 0>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests for a short while before returned to your waiting slaves.
<<else>>
While servicing your other slaves, $slaves[$i].slaveName's water breaks, causing $him to immediately try to break off. However, a hand quickly hooks $his gravid bulk and $he is pulled back into another slave's crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He is allowed a moment to prepare <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off before returning to pleasuring your other slaves.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is taken by _tempSub.slaveName to a private room so that _he2 may watch. Reluctantly, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of _tempSub.slaveName's <<if _tempSub.fetish == "pregnancy">>hungry gaze<<else>>amused gaze<</if>>. $His child is promptly taken and _tempSub.slaveName eagerly descends upon $his exhausted and still very gravid body.
<<set $humiliation = 1>>
<<else>>
While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, causing $him to immediately try to break off. $His dom eagerly watches _his2 gravid sub's ordeal.
<<set $humiliation = 1>>
<<ClothingBirth>>
_tempSub.slaveName collects the newborn child to be sent off before returning, caressing the swell of $his still huge belly and planting _his2 crotch directly onto _his2 exhausted sub's face.
<</if>>
<</if>>
<</if>>
<<case "whore">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
<<else>>
While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks.
<<ClothingBirth>>
$He struggles to bring <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
<<else>>
While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds it impossible.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to heft $his still very gravid body to its feet and collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
<<else>>
While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks.
<<ClothingBirth>>
$He struggles to bring <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
<<else>>
While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds $his path blocked by rowdy johns.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to push $his still very gravid body to its feet and collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<</if>>
<</if>>
<</if>>
<<case "serve the public">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next citizen's cock.
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
<<elseif (_birthScene > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
<<ClothingBirth>>
The citizen splashes across $his face as $he struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cunt.
<<else>>
While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
<<ClothingBirth>>
He cums down $his throat as $he struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on leaving $him to recover and collect $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<<else>>
While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body upright, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next citizen's cock.
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
<<elseif (_birthScene > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
<<ClothingBirth>>
The citizen splashes across $his face as $he struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cunt.
<<else>>
While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
<<ClothingBirth>>
He cums down $his throat as $he struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on, leaving $him to recover and collect $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but $he grabs $his head and slams $him back into her crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<<else>>
While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body to its feet, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<</if>>
<</if>>
<</if>>
<</if>>
<<case "work a glory hole">>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
Since $he is unable to leave $his box, $he doesn't have far to go. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of $his still very gravid middle rubbing the wall.
<<else>>
While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's water breaks. $He makes no effort to stop sucking the dicks presented to $him.
<<ClothingBirth>>
<<if $slaves[$i].birthsTotal == 0>>$His first<<else>>This week's<</if>> child is quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of $his still very gravid middle rubbing the wall.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
Since $he is unable to leave $his box, $he doesn't have far to go. $He quickly finishes the waiting dick before shifting $himself into a slightly, though not by much, more comfortable position. $He begins laboring on <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child. As $he finishes, the box is opened and $his child is gathered and taken away before $he is ordered back to sucking.
<<else>>
While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's water breaks. $He quickly finishes the dick off before seating $himself in the back of the box.
<<ClothingBirth>>
As $he finishes, $he could have sworn $he saw an eye peeping through the glory hole, watching the show. The box is opened and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is gathered and taken away as $he struggles to reach the fresh cock poking through the hole.
<</if>>
<</if>>
<<case "get milked">>
<<if $slaves[$i].fetish == "mindbroken">>
<<if $dairyPregSetting > 0>>
Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He shows little interest in $his coming birth, instead focusing on $his milky breasts. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He shows no interest in $his child being removed from the milking stall, nor when $his still very gravid body is hosed off.
<<else>>
<<if (random(1,20) > $suddenBirth)>>
<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
<<else>>
While getting milked, $slaves[$i].slaveName's water breaks. $He show little interest and continues kneading $his breasts.
<<ClothingBirth>>
$He shows no interest in <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child being removed from the milking stall, nor $his still very gravid middle, instead focusing entirely on draining $his breasts.
<</if>>
<</if>>
<<else>>
<<if $dairyPregSetting > 0>>
Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He meekly protests $his situation, but ultimately accepts it. $He begins working on birthing $his <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, and catches a glimpse of $his child being removed from the milking stall, but quickly forgets when $he is hosed off.
<<set $humiliation = 1>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
<<else>>
While getting milked, $slaves[$i].slaveName's water breaks. $He shifts into a comfortable position to give birth while the milker works $his breasts.
<<ClothingBirth>>
$He takes a break from milking to collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal and to catch $his breath before reattaching the milkers and coaxing $his milk to begin flowing anew.
<</if>>
<</if>>
<</if>>
<<case "please you">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
You strip $him and help $him onto your couch. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he falls into a contented nap. You fondle $his still very gravid body until a servant comes to help clean $him up.
<<else>>
While sitting absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him.
<<ClothingBirth>>
You certainly enjoyed the show as you call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up the spill.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
<<if $slaves[$i].devotion > 20>>
$He moans lewdly at you and wiggles $his hips. As $he teases, $he begins pushing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby out. As $he crowns, you pull $him into your arms and hold $him close. You hold $him in a comforting embrace until $he finishes.
<<elseif $slaves[$i].devotion >= -20>>
$He releases a lewd moan and begins attempting to remove $his clothes. You approach $him, clearing $his vagina and helping $him onto the couch, where you take a seat next to $him to fondle $his vulnerable body. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Once $he finishes, you give $him some time to catch $his breath.
<<else>>
$He begins desperately begging to be taken back to $his bed; instead you pull $him towards the couch and take a seat with $him in your lap, back against your front. Blushing thoroughly, $he gives a meek protest before focusing on the coming birth, rather than your wandering hands. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby.
<<set $humiliation = 1>>
<</if>>
$His child is promptly taken and, following a shower and a fresh change of clothes, $he is helped back to your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy $his still very gravid body<</if>>.
<<else>>
While sitting nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
<<ClothingBirth>>
As thanks for the show, you help $his still very gravid body to the couch so $he can recover before returning to $his duties. You call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up your floor and your toy.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he falls into a contented nap. That is until you drag $his still very gravid ass out of bed, inquiring where $he waddled off to without your permission.
<<else>>
While standing absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him.
<<ClothingBirth>>
You certainly enjoyed the show as you call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up the spill.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
<<if $slaves[$i].devotion > 20>>
$He seeks you out and begins slowly stripping. As $he teases, $he begins pushing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby out. As $he crowns, $he throws $himself into your waiting arms and holds $himself to you. You hold $him in a comforting embrace until $he finishes.
<<elseif $slaves[$i].devotion >= -20>>
$He approaches you and begins a very uncertain striptease. As $he lowers $himself to the floor to begin pushing, you overtake $him and fondle $his vulnerable body. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Once $he finishes, you help $him to the couch to catch $his breath.
<<else>>
$He attempts to leave your office and return to $his bed, but you catch $his arm before $he slips out of reach. You order $him to strip and give you a show. Blushing thoroughly, $he gives a meek performance before falling to the floor. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby.
<<set $humiliation = 1>>
<</if>>
$His child is promptly taken and, following a shower and a fresh change of clothes, $he waddles back into your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy $his still very gravid body<</if>>.
<<else>>
While standing nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
<<ClothingBirth>>
As thanks for the show, you help $his still very gravid body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up your floor and your toy.
<</if>>
<</if>>
<</if>>
<<case "stay confined">>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
Since $he is locked in a cell, $he doesn't have far to go. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is returned to isolation.
<<else>>
While waiting in confinement, $slaves[$i].slaveName's water breaks. $He assumes a birthing position.
<<ClothingBirth>>
$He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle and resumes waiting with it latched to $his breast.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is returned to isolation.
<<set $humiliation = 1>>
<<else>>
$slaves[$i].slaveName is awoken from $his stupor by moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and holds it close knowing someone will soon come to take it away from $him.
<</if>>
<</if>>
<<case "work as a servant" "be a servant">>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his role as your ever-pregnant maid.
<<else>>
<<if _birthScene > 50>>
While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He disregards this development and continues working.
<<ClothingBirth>>
The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. Instead, $he draws <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast until <<if $Stewardess != 0>>$Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<elseif $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> shouts at $him to move $his useless pregnant ass.
<<else>>
While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He turns to clean this new spill, disregarding what it means.
<<ClothingBirth>>
Instead of cleaning the fresh mess $he made, $he draws <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast until <<if $Stewardess != 0>>$Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<elseif $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> shouts at $him to move $his useless pregnant ass.
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his role as your ever-pregnant maid.
<<else>>
<<if _birthScene > 50>>
While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He desperately tries to pull away but they grab $his head and force $him back to their crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. $He hurriedly tries to mop up the mess and collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before <<if $Stewardess != 0>>$Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>><</if>> shouts at $him for dragging $his pregnant ass.
<<else>>
While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He panics at the thought of not cleaning up $his spill but $his worsening contractions force $him to find a secluded place to give birth.
<<ClothingBirth>>
Collecting <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child, $he carefully exits $his hiding place before coming under the eye of <<if $Stewardess != 0>>the glaring $Stewardess.slaveName. $His child is promptly taken<<elseif $HeadGirl != 0>>the glaring $HeadGirl.slaveName. $His child is promptly taken <<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>. $His child is promptly taken by other servants<</if>> following a lecture about priorities and time management given $his constant pregnancy and predictable birth cycle.
<</if>>
<</if>>
<</if>>
<<case "serve in the master suite">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
<<if $masterSuiteUpgradePregnancy == 1>>
$He is helping into the birthing chamber, stripped, and aided into the specialized chair. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
<<else>>
After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $him. $His child is promptly taken and, following a shower and fresh change of clothes, $he is helped back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his usual spot<</if>>.
<</if>>
<<else>>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position.
<<ClothingBirth>>
$He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait. <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.<</if>>
<<elseif $masterSuiteUpgradeLuxury == 2>>
While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using $him do and drag $him from the pit to give birth. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. Without a second thought about $his child, $he slips back into the fuckpit.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting.
<<ClothingBirth>>
$He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass thoroughly cleaned before your return.<</if>>
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
<<if $masterSuiteUpgradePregnancy == 1>>
$He is helping into the birthing chamber, stripped, and aided into the specialized chair. Finding it quite comfortable, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
<<else>>
After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. $He gets comfortable and begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child> is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his preferred spot<</if>>.
<</if>>
<<else>>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly shifts $himself off the bed and calls for a servant before dropping to the floor.
<<ClothingBirth>>
Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed, $his still very gravid body cleaned up, and the sheets are changed, $he is helped back into bed to recover for your return.
<<elseif $masterSuiteUpgradeLuxury == 2>>
While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He begs to be let out of the pit but the other fucktoys pull $him in and position themselves for $him to pleasure them while giving birth.
<<set $humiliation = 1>>
<<ClothingBirth>>
Once the fucktoys are done tormenting the still very gravid new mother, they hand <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child off to the help and pull $him into an embrace to allow $him to regain $his strength.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
<<ClothingBirth>>
The servant collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and helps $his still very gravid body onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of $his ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to $his crotch<</if>> before settling down for a nap.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
<<if $masterSuiteUpgradePregnancy == 1>>
$He enters the birthing chamber, strips, and seats $himself in the specialized chair. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
<<else>>
$He strips and settles into one of the various seats around the room. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $him. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his usual spot<</if>>.
<</if>>
<<else>>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position.
<<ClothingBirth>>
$He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait. <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.<</if>>
<<elseif $masterSuiteUpgradeLuxury == 2>>
While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using $him do and drag $him from the pit to give birth. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. Without a second thought about $his child, $he slips back into the fuckpit.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting.
<<ClothingBirth>>
$He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass thoroughly cleaned before your return.<</if>>
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
<<if $masterSuiteUpgradePregnancy == 1>>
$He enters the birthing chamber, strips, and seats $himself in the specialized chair. Finding it quite comfortable, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
<<else>>
$He strips and settles into one of the various seats around the room. $He gets comfortable and begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his preferred spot<</if>>.
<</if>>
<<else>>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly moves $himself off the bed and calls for a servant before dropping to the floor.
<<ClothingBirth>>
Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed, $his still very gravid body cleaned up, and the sheets are changed, $he crawls back into bed to recover for your return.
<<elseif $masterSuiteUpgradeLuxury == 2>>
While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He tries to crawl out of the pit but the other fucktoys pull $him back in and position themselves for $him to pleasure them while giving birth.
<<set $humiliation = 1>>
<<ClothingBirth>>
Once the fucktoys are done tormenting the exhausted <<if $slaves[$i].birthsTotal == 0>>new <<else>>brood<</if>>mother, they hand $his child off to the help and pull $him into an embrace to allow $him to regain $his strength.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
<<ClothingBirth>>
The servant collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and helps $his still very gravid body onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of $his ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to $his crotch<</if>> before settling down for a nap.
<</if>>
<</if>>
<</if>>
<</if>>
<<case "serve in the club">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped into a private room in the back of the club by a group of eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
<<else>>
$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens as well as $he can. During one of $his teases, $his water breaks, soaking the floor. $He keeps on teasing, despite $his condition, until $his contractions drag $him to the floor.
<<ClothingBirth>>
Multiple citizens pull $his still very pregnant form into a booth so that they may tease $his exhausted body while the floor is dried and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child carried off.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped to a private room in the back of the club by several patrons who just can't keep their hands off $him. $He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience. $His child is promptly taken and $he beckons the audience to enjoy $his still very gravid body.
<<else>>
<<if $slaves[$i].fetish == "humiliation">>
$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by "dancing" as well as $he can, all the while being a huge tease. During one of $his "dances", $his water breaks, soaking the floor. $He calls out to the crowd, hyping them up for $his new show.
<<set $humiliation = 1>>
<<ClothingBirth>>
As <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child are removed, $he is helped into one of the back rooms by several of $his aroused onlookers.
<<else>>
$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by "dancing" as well as $his figure will let $him. During one of $his dances, $his water breaks, soaking the floor. $He hastily tries to find help to leave, but only finds hands groping $his body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
<<set $humiliation = 1>>
<<ClothingBirth>>
Only once the last of $his clients cums over $his still very pregnant body is $he allowed to gather <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and take a seat. $He enjoys a moment with $his newborn before the servant comes to collect it.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He heads to a private room in the back of the club filled with eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
<<else>>
$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his water breaks, soaking the dance floor. $He keeps on dancing, despite $his condition, until $his contractions drag $him to the floor.
<<ClothingBirth>>
Multiple citizens pull $his still very pregnant form into a booth so that they may tease $his exhausted body while the dance floor is dried and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child carried off.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He heads to a private room in the back of the club accompanied by several patrons who just can't keep their hands off $him. $He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience. $His child is promptly taken and $he beckons the audience to enjoy $his still very gravid body.
<<else>>
<<if $slaves[$i].fetish == "humiliation">>
$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his water breaks, soaking the dance floor. $He calls out to the crowd, hyping them up for $his new show.
<<set $humiliation = 1>>
<<ClothingBirth>>
As <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed from the dance floor, $his still very pregnant form is helped into one of the back rooms by several of $his aroused onlookers.
<<else>>
$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his water breaks, soaking the dance floor. $He hastily tries to escape the public's gaze only to find hands groping $his body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
<<set $humiliation = 1>>
<<ClothingBirth>>
Only once the last of $his clients cums over $his still very pregnant figure is $he allowed to gather <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and take a seat. $He enjoys a moment with $his newborn before the servant comes to collect it.
<</if>>
<</if>>
<</if>>
<</if>>
<<case "choose her own job">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he waits for someone to help $his still very gravid form to $his next job, having forgotten $he was choosing it.
<<else>>
$slaves[$i].slaveName is awoken from $his stupor by a strong contraction. $He runs a hand across $his middle as another contraction runs through it.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn. Once $he finds it, $he draws it to $his breast and resumes waiting for someone to tell $him what to do.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he returns to pondering what assignment would be best for a still very gravid girl.
<<else>>
While deciding on $his post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he pulls $himself into a secluded nook to give birth in.
<<ClothingBirth>>
$He gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers $his strength before a servant finds $him and collects $his baby. $He decides to rest for the rest of the day before returning to pondering what assignment would be best for a still very gravid girl.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he returns to waddling around the penthouse.
<<else>>
$slaves[$i].slaveName is awoken from $his stupor by a strong contraction. $He runs a hand across $his middle as another contraction runs through it.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes waiting for someone to tell $him what to do.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he returns to pondering what assignment would be best for a still very gravid girl.
<<else>>
<<if $slaves[$i].fetish == "humiliation">>
While wandering the penthouse deciding on $his post, $slaves[$i].slaveName's water breaks. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers $his strength before finding a servant to give it to. $He decides to rest for the rest of the day before returning to figuring out what assignment would be most humiliating for a still very gravid girl.
<<else>>
While wandering the penthouse deciding on $his post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he finds a secluded nook to give birth in.
<<ClothingBirth>>
$He gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers $his strength before finding a servant to give it to. $He decides to rest for the rest of the day before returning to deciding what assignment would be best for a still very gravid girl.
<</if>>
<</if>>
<</if>>
<</if>>
<<case "rest in the spa">>
<<if ($Attendant != 0)>>
<<setLocalPronouns $Attendant 2>>
<</if>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
<<if $Attendant != 0>>$Attendant.slaveName leads $him to a special pool designed to give birth in. Once $he is safely in the water alongside _him2,<<else>>$He is lead to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his watching caretaker. $His child is promptly taken and, following a cleaning of $his still very gravid body, $he is taken back to the spa.
<<else>>
While soaking in the spa's pool, $slaves[$i].slaveName's water breaks. As $he begins to ready $himself for birth, <<if $Attendant != 0>>$Attendant.slaveName pulls $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
<<ClothingBirth>>
$He and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child are quickly dried off as $he begins nursing it. A servant soon arrives to take $his child away.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
<<if $Attendant != 0>>$Attendant.slaveName escorts $him to a special pool designed to give birth in. Once $he is safely in the water alongside _him2,<<else>>$He is escorted to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, aided by $his caretaker. $His child is promptly taken and, following a cleaning of $his still very gravid body, $he is taken back to the spa.
<<else>>
<<if !canWalk($slaves[$i])>>While changing in the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries to find someone to help $him but only finds curious onlookers<<else>>While heading for the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded<</if>>. Without any choice left, $he assumes a birthing position.
<<set $humiliation = 1>>
<<ClothingBirth>>
Several of other slaves present help $him with <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child while the rest finish pleasuring themselves over the show. <<if $Attendant != 0>>$Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child away and $he is ushered into the bath to clean up and relax<</if>>.
<</if>>
<</if>>
<<case "learn in the schoolroom">>
<<if ($Schoolteacher != 0)>>
<<setLocalPronouns $Schoolteacher 2>>
<</if>>
<<if !canWalk($slaves[$i])>>
<<if (random(1,20) > $suddenBirth)>>
Having been notified in the weeks leading up to $his <<if $slaves[$i].birthsTotal == 0>>first<<else>>regular<</if>> birth, $he is helped to the front of the class and stripped; $he is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of the rapt attention of the other students. $His child is promptly taken and, following a cleaning and fresh change of clothes, $he is helped back to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear some of the lewd comments about $his still very gravid figure<</if>>.
<<set $humiliation = 1>>
<<else>>
During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth of <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.
<<set $humiliation = 1>>
<<ClothingBirth>>
<<if $Schoolteacher != 0>>$Schoolteacher.slaveName, furious that _his2 lesson was interrupted, drags $his still very pregnant ass from the class along with $his newborn child<<else>>$He gathers $his newborn child up and is quickly helped from the class<</if>>. $He can feel all the eyes watching $him leave.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
Having been notified in the weeks leading up to $his <<if $slaves[$i].birthsTotal == 0>>first<<else>>regular<</if>> birth, $he heads to the front of the class and strips; $he is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of the rapt attention of the other students. $His child is promptly taken and, following a cleaning and fresh change of clothes, $he returns to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear some of the lewd comments about $his still very gravid figure<</if>>.
<<set $humiliation = 1>>
<<else>>
During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth of <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.
<<set $humiliation = 1>>
<<ClothingBirth>>
<<if $Schoolteacher != 0>>$Schoolteacher.slaveName, furious that _his2 lesson was interrupted, dismisses $him from the class along with $his newborn child<<else>>$He gathers $his newborn child up and quickly excuses $himself from the class<</if>>. $He can feel all the eyes staring at $his still very gravid middle.
<</if>>
<</if>>
<<case "take classes">>
<<if (random(1,20) > $suddenBirth)>>
Or $he would have, had <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> allowed it. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in $his life, $his birth will be turned into a live broadcast. Blushing strongly, $he begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, trying $his best to hide $his shame. Exhausted from the birth, $he is permitted a short break as $his child is collected to clean $himself up before the lesson is continued.
<<set $humiliation = 1>>
<<else>>
During a lesson under <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in $his life, $he is forbidden from leaving. Additionally, $his birth will be turned into a live broadcast.
<<set $humiliation = 1>>
<<ClothingBirth>>
Exhausted from the birth, $he is permitted a short break as <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is gathered to <<if !canWalk($slaves[$i])>>be cleaned<<else>>clean $himself<</if>> up before the lesson is continued.
<</if>>
<<case "work in the brothel">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped to a private room in the back of the brothel by a group of eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next costumer's cock.
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a costumer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next costumer's cock.
<<elseif (_birthScene > 40)>>
While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
<<ClothingBirth>>
The costumer splashes across $his face as $he struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next costumer's cunt.
<<else>>
While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
<<ClothingBirth>>
He cums down $his throat as $he struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next costumer's cock.
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped to a private room in the back of the brothel by several patrons who paid quite a handsome price to enjoy this moment.
<<if $slaves[$i].devotion > 20>>
$He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $his still very gravid body.
<<elseif $slaves[$i].devotion >= -20>>
$He hesitantly begins to pose, but one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He winces as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
<<else>>
$He stands shaking, $his waters flowing down $his legs, until one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He cries out as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
<</if>>
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on leaving $him to recover and collect $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a costumer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 40)>>
While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into $his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<<else>>
While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body upright, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He heads to a private room in the back of the brothel filled with eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next costumer's cock.
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a costumer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next costumer's cock.
<<elseif (_birthScene > 40)>>
While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
<<ClothingBirth>>
The costumer splashes across $his face as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next costumer's cunt.
<<else>>
While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
<<ClothingBirth>>
He cums down $his throat as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next costumer's cock.
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He heads to a private room in the back of the brothel accompanied by several patrons who paid quite a handsome price to enjoy this moment.
<<if $slaves[$i].devotion > 20>>
$He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $his still very gravid body.
<<elseif $slaves[$i].devotion >= -20>>
$He hesitantly begins to pose, but one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He winces as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
<<else>>
$He stands shaking, $his waters flowing down $his legs, until one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He cries out as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
<</if>>
<<else>>
<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on leaving $him to recover and collect $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
While taking a costumer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_birthScene > 40)>>
While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<<else>>
While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body to its feet, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
<</if>>
<</if>>
<</if>>
<</if>>
<<case "be the Schoolteacher">>
<<if !canWalk($slaves[$i])>>
<<if (random(1,20) > $suddenBirth)>>
$He calls for $his teaching aid to help position $him so the class may receive a lesson on childbirth. $He begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of $his watching students. $He demonstrates the proper ways to labor and how to deliver a baby. $He explains the infant's future as $his child taken and excuses the class for a short break in order to freshen up. Upon their return, $he begins a lesson on being a broodmother, as there is always a curious face locked onto $his still very gravid middle.
<<set $humiliation = 1>>
<<else>>
While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth.
<<set $humiliation = 1>>
<<ClothingBirth>>
Once $he recovers enough, $he gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn child and instructs the class to take notes on the lesson $he just demonstrated before being escorted out of the classroom. All eyes are locked onto $his still very gravid middle; it's clear the class will need a lecture on broodmothers and their weekly routine.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
While stripping, $he makes $his way to the front of the classroom and settles $himself in a way $his entire class can see. Birth <<if $slaves[$i].birthsTotal == 0>>will be<<else>>is<</if>> a regular occurrence in $his life and it would be a waste to not work it into $his lesson plan. $He wiggles $himself into a comfortable spot and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of $his watching students. $He demonstrates the proper ways to labor and how to deliver a baby. $He explains the infant's future as $his child is taken and excuses the class for a short break in order to freshen up. Upon their return, $he begins a lesson on being a broodmother, as there is always a curious face locked onto $his still very gravid middle.
<<set $humiliation = 1>>
<<else>>
While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth.
<<set $humiliation = 1>>
<<ClothingBirth>>
Once $he recovers enough, $he gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn child and instructs the class to take notes on the lesson $he just demonstrated before leaving to drop off $his child for removal. $He feels all the eyes on $his still very pregnant body as $he waddles past. It's clear the class will need a review on broodmothers when $he returns.
<</if>>
<</if>>
<<case "be your Concubine">>
<<if $slaves[$i].pregSource == -1 && $slaves[$i].relationship == -3>>
<<if (random(1,20) > $suddenBirth)>>
You make sure to find time in your busy schedule to be at your concubine wife's side as $he gives birth to your children, even if it's <<if $slaves[$i].birthsTotal == 0>>to be <</if>> a weekly occurrence. You gently caress $slaves[$i].slaveName's body as $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. You help $him upright and hold your child to $his breasts. The two of you cuddle as you watch your newborn suckle from its mother. Since $he is quite special to you, you allow $him the time to pick out names before $his child has to be taken away. When the time comes to pick up the newborn, the slave servant is surprised to find a name-card affixed to its blanket.<<if $slaves[$i].fetish != "mindbroken">> $He can't help but feel more devoted to $his master after seeing such a touching act. Before you leave, $slaves[$i].slaveName expresses how cute $he found your child and that $he can't wait to see the next one.<</if>>
<<else>>
Your sleep is awoken by a moist sensation and a loud moan beside you. As you help your concubine wife up, $he can't hold back the coming birth.
<<ClothingBirth>>
As you swaddle <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, you cuddle up to the still very gravid girl. Bringing your child to $his breast, you enjoy each other's comfort until a servant comes to clean up. Since $he is quite special to you, you allow $him the time to pick out names before $his child has to be taken away. The slave servant is somewhat surprised to by your actions, but understands those closest to you are afforded luxuries far beyond her peers.
<</if>>
<<elseif !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is assisted in reaching your side. You call $him over and strip $him as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to your wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite.
<<else>>
$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. This disturbance of $his usual routine spurs $him to look for you and $he begins struggling to find you. You find $him in the halls, halfway to your office, just barely holding back <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child. You help $him the rest of the way, just before it's too late.
<<ClothingBirth>>
Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is assisted in reaching your side. You beckon $him over and strip $him as $he dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite. As $he leaves your office, $he throws you a wink, hoping to see you again soon.
<<else>>
$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. Saddened that you aren't there for the show, $he begins struggling to crawl to you . By the time $he reaches your office, $he is barely holding back $his child. You rise to meet $him and help $him onto the couch, just before it's too late.
<<ClothingBirth>>
Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He wanders the penthouse until $he finds you. You call $him over and strip $him as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to your wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite.
<<else>>
$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. This disturbance of $his usual routine spurs $him to look for you and $he begins waddling off to find you. As $he inches into your office, it's abundantly clear <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is just beginning to crown. You help $him to the couch, just as the show begins.
<<ClothingBirth>>
Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He wanders the penthouse until $he finds you. You beckon $him over and strip $him as $he dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite. As $he waddles from your office, $he throws you a wink, hoping to see you again soon.
<<else>>
$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. You rise to meet $him and help $his onto the couch, just before it's too late.
<<ClothingBirth>>
Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together.
<</if>>
<</if>>
<</if>>
<<case "live with your Head Girl">>
<<setLocalPronouns $HeadGirl 2>>
<<if $slaves[$i].pregSource == $HeadGirl.ID>>
<<if (random(1,20) > $suddenBirth)>>
$HeadGirl.slaveName makes sure that the mother of _his2 child is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. _He2 carefully undresses $slaves[$i].slaveName, all the while whispering sweet nothings in $his ear. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, and $his child is carefully collected by their father. Once they are out of the way, $HeadGirl.slaveName moves in to fondle $slaves[$i].slaveName's tired, still very gravid body.
<<else>>
<</if>>
<<else>>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is aided in finding $HeadGirl.slaveName, who undresses $him as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to _his2 wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he is taken back to $HeadGirl.slaveName' room.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting before $HeadGirl.slaveName returns from _his2 duties.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is aided in seeking out $HeadGirl.slaveName, who undresses $him as $he dutifully begins to push out, enjoying _his2 wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he is helped back to $HeadGirl.slaveName's room.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places it in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his newborn. Freshened up, $he returns to resting knowing full well that $HeadGirl.slaveName will be eager to play with $his still very pregnant body when _he2 finishes _his2 rounds.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He wanders until $he finds $HeadGirl.slaveName, who undresses $him as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to _his2 wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he is lead back to $HeadGirl.slaveName' room.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting before $HeadGirl.slaveName returns from _his2 duties.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He seeks out $HeadGirl.slaveName, who undresses $him as $he dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying _his2 wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he returns to $HeadGirl.slaveName's room.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places it in the cradle readied for $him. $He waddles off to shower as your servants clean up and remove $his newborn. Freshened up, $he returns to resting knowing full well that $HeadGirl.slaveName will be eager to play with $his still very pregnant body when _he2 finishes _his2 rounds.
<</if>>
<</if>>
<</if>>
<</if>>
<<case "be confined in the arcade">>
Or $he would have been, if $he weren't locked in an arcade cabinet. A gush of liquid pours from $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively births <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby into a waiting basket. As it is carried away, $his rear is cleaned up and the sign removed.
<<case "get treatment in the clinic">>
<<if ($Nurse != 0)>>
<<setLocalPronouns $Nurse 2>>
<</if>>
<<if !canWalk($slaves[$i])>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped to the clinic's maternity ward. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he is returned to $his recovery room to rest.
<<else>>
$slaves[$i].slaveName is in the perfect place to give birth when $his water breaks. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long _he2 returns to attend to _his2 patient's post-birth health.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is guided to the clinic's maternity ward. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he is returned to $his recovery room to rest.
<<else>>
$slaves[$i].slaveName is in the perfect place to give birth when $his water breaks. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long _he2 returns to attend to _his2 patient's post-birth health.
<</if>>
<</if>>
<<case "be confined in the cellblock">>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is forced into a specially designed cell to give birth in. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is moved back into a standard cell.
<<else>>
While waiting in a cell in $cellblockName, $slaves[$i].slaveName's water breaks. $He assumes a birthing position,
<<ClothingBirth>>
$He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle and resumes waiting with it latched to $his breast.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is forced into a specially designed cell to give birth in. Reluctantly, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is moved back into a standard cell.
<<else>>
$slaves[$i].slaveName is awoken from $his stupor by moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He collects $his <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and holds it close knowing someone will soon come to take it away from $him.
<</if>>
<</if>>
<<case "be the DJ">>
<<if (random(1,20) > $suddenBirth)>>
$He heads to a private room in the back of the club accompanied by a influential patron. $He settles $himself onto his lap and begins working on <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention. Placing $his child outside the room, $he returns to pleasure $his tease.
<<else>>
While DJing $clubName, $slaves[$i].slaveName's water breaks. $He can't stop $his setlist without drawing attention, so $he tries $his best to ride out the contractions. As soon as the opportunity arises, $he attempts to sneak off stage. However, a number of fans block $his progress keeping $his on stage. Before long the contractions are too much to bear and $he drops to the ground.
<<set $humiliation = 1>>
<<ClothingBirth>>
Exhausted, $he sits up and smiles to the crowd. $His show definitely drew attention to $his club. With a burst of energy $he hefts $his still very gravid body to its feet, bows to the crowd, and gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before making $his way off stage. As $he leaves the public's gaze, $he shouts out with a wink "Same time next week!".
<</if>>
<<case "be the Attendant">>
<<if (random(1,20) > $suddenBirth)>>
$Attendant.slaveName waddles to a special pool designed to give birth in. Once $he is safely in the water, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, something $he has been trained for. $His child is promptly taken and, following a cleaning, $he heads back to the main pool.
<<else>>
While tending to the girls in the spa, $slaves[$i].slaveName's water breaks. The girls quickly come to $his aid as the contractions get closer and closer together. Their hands are all over $his laboring body, unsure of what they should be doing.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He thanks $his charges for their, less than helpful, efforts and collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal. Upon returning, $he strips down and enters the pool, desperate for a break and eager to take the weight off $his still very gravid body.
<</if>>
<<case "be the Madam">>
<<if (random(1,20) > $suddenBirth)>>
$He heads to a private room in the back of the club accompanied by a influential patron. $He settles $himself onto his lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention as he strips $him. Placing $his child outside the room, $he returns to get more intimate with $his catch.
<<else>>
While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "birthshow <<print cashFormat(100)>> a viewer" and takes a seat.
<<set $humiliation = 1>>
<<ClothingBirth>>
Upon completing $his show, $he reclines with <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and begins counting the credits $he bought in. In total $he made <<print cashFormat(100*_birthScene)>> and feels that business will be up in the brothel as patrons line up hoping another showing.
<<set $cash += 100*_birthScene>>
<</if>>
<<case "be the Stewardess">>
<<if (random(1,20) > $suddenBirth)>>
$He strips and settles $himself into $his favorite chair while calling several servants to $his aid. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby into the arms of $his waiting charges. $His child is promptly taken and $he reclines while $his servants clean and dress $his still very gravid body. Once $he has had enough, $he orders them to help $him up and get back to work on the penthouse.
<<else>>
While overseeing the house servants, $slaves[$i].slaveName's water breaks. $He has no time to strip down so $he takes a seat and readies $himself. Commandingly, $he snaps $his fingers and orders $his charges to clean up the floor, assist $him with $his clothes, and be ready to take <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child away.
<<set $humiliation = 1>>
<<ClothingBirth>>
Once $he catches $his breath, $he struggles to $his feet and takes the fresh change of clothing provided by $his servants before ordering them back to work.
<</if>>
<<case "be the Milkmaid">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He is quite experienced in delivering $his cows' children, but $he finds it much more difficult to apply $his knowledge to $himself. $His child is promptly taken and, after a short rest, $he returns to caring for your cows, as gravid as ever.
<<else>>
While tending to $his stock, $slaves[$i].slaveName's water breaks. $He hastily pulls $himself into a vacant stall and seats $himself in its corner.
<<ClothingBirth>>
Quickly, $he collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before returning to $dairyName. The cows around $his stall all have a knowing look on their faces<<if $dairyPregSetting > 0>> but with their own swollen bellies hanging heavily from them, they know that they soon will follow $his lead.<<else>>.<</if>>
<</if>>
<<case "be the Wardeness">>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He enters an empty cell, strips, and seats $himself on the cot. $He instinctively begins birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he returns to mindlessly breaking the confined slaves.
<<else>>
While punishing a slave, $slaves[$i].slaveName's water breaks, soaking her. Indifferent, $he resumes beating her until the contractions are too much to bear. Settling to the floor, $he begins giving birth.
<<ClothingBirth>>
As soon as $he regains $his strength, $he resumes beating the confused slave. <<if $slaves[$i].birthsTotal == 0>>$His first<<else>>This week's<</if>> is collected by a servant, who carefully hints that $slaves[$i].slaveName should take a break before returning to $his task.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the cellblock.
<<else>>
While punishing a rebellious slave, $slaves[$i].slaveName's water breaks, soaking her. Noticing the slave's smirk, $he resumes beating her until the contractions are too much to bear. Relocking the cell, $he waddles into the nearest empty cell and drops $his weight onto the cot.
<<ClothingBirth>>
Quickly, $he collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before returning to $cellblockName. On $his way past the cells, $he takes note of any slaves whispering or gesturing about what transpired for future punishment.
<</if>>
<</if>>
<<case "be the Nurse">>
<<if (random(1,20) > $suddenBirth)>>
$He waddles to $his maternity ward and strips before settling into an open bed. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby as $his assistants watch. $His child is promptly taken and $he is helped to the recovery ward until $he recovers enough to take over $clinicName again.
<<else>>
While tending to your unwell slaves, $slaves[$i].slaveName's water breaks. Counting the time between contractions, $he knows $he has no time to get to $his prepared birthing chamber. $He waddles into the nearest empty room and hoists $his gravid body into the examination chair, placing $his feet in the stirrups.
<<ClothingBirth>>
Quickly, $he collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before retiring to the recovery ward. Within an hour of rest, $he is back on $his feet tending to $his charges.
<</if>>
<<case "be your Head Girl">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to <<if $HGSuite == 1>>$his room's bed<<else>>$his bed<</if>> and strips before slipping into it. $He makes $himself comfortable<<if $HGSuiteSlaves != 0>>, as $his slave rushes to $his side,<</if>> and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken<<if $HGSuiteSlaves != 0>> by $his roommate<</if>> and $he rests awhile before returning to managing your slaves.
<<else>>
While overseeing your other slaves, $slaves[$i].slaveName's water breaks. $He attempts to hold back the coming birth until $he can catch a break in $his duties but ultimately fails.
<<set $humiliation = 1>>
<<ClothingBirth>>
Upon finishing, $he quickly collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and orders the mess to be cleaned promptly without breaking $his dominant appearance.
<</if>>
<<case "guard you">>
<<if (random(1,20) > $suddenBirth)>>
Or $he would have, if $he'd stop refusing to leave your side. You lead $him someplace private and help $him undress. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. You call for a servant to quickly gather $his child as you help $him into the shower, making sure to wait outside for your loyal guardian to finish.
<<else>>
Refusing to leave your side even when on the verge of giving birth, $slaves[$i].slaveName continues to serve as your bodyguard despite $his condition. A splashing sound and a loud groan emit from behind you; your bodyguard has gone into labor. You quickly help $him to the ground and prepare for the coming birth.
<<ClothingBirth>>
You sit by your loyal guard holding <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child until a servant comes by to take them away. Once $he is thoroughly rested, you help $him up and lead $him back to the penthouse to shower and change.
<</if>>
<<case "recruit girls">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to finding new slaves for you.
<<else>>
While on a video call with a potential recruit, $slaves[$i].slaveName's water breaks. $He attempts to play it cool and act like nothing is happening but the worsening contractions finally get to $him.
<<set $humiliation = 1>>
<<ClothingBirth>>
<<if _birthScene > 50>>
Exhausted from the birth and clutching <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, $he returns to find that $he never ended the call. The prospective slave is blushing furiously and seems to have begun touching $himself to the show. Apologizing for the interruption, while red with embarrassment, $slaves[$i].slaveName resumes chatting with the somewhat more pliant girl.
<<else>>
Exhausted from the birth and clutching <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, $he returns to find that $he never ended the call. The prospective slave is grinning widely and states she has been recording the show. She signs off, but not before saying she'll be seeing more of $slaves[$i].slaveName around the internet. <<if $slaves[$i].fetish == "humiliation">>Your recruiter can't help but become aroused at the prospect<<else>>Your recruiter is terrified that $his birth video is out there for everyone to see, partly due to $his own shame and to the potential damage it will do to $his reputation<</if>>.
<</if>>
<</if>>
<<case "work in the dairy">>
<<if $dairyRestraintsSetting > 1 && $slaves[$i].career == "a bioreactor">>
<<if (random(1,20) > $suddenBirth)>>
As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $his laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is secure, the basket retracts to allow $his <<if $slaves[$i].mpreg == 1>>rear<<else>>vagina<</if>> to be cleaned.
<<else>>
Without warning, $slaves[$i].slaveName's water breaks and $his body begins to rapidly push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He manages to force out the squirming child before the basket could extend, flagging $his unit for maintenance.
<</if>>
All these events are meaningless to $him, as $his consciousness has long since been snuffed out.
<<elseif $dairyRestraintsSetting > 1>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $his laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is secure, the basket retracts to allow $his <<if $slaves[$i].mpreg == 1>>rear<<else>>vagina<</if>> to be cleaned.
<<else>>
Without warning, $slaves[$i].slaveName's water breaks and $his body begins to rapidly push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He manages to force out the squirming child before the basket could extend, flagging $his unit for maintenance.
<</if>>
$He doesn't care about any of this, as the only thoughts left in $his empty mind revolve around the sensations in $his crotch and breasts.
<<else>>
<<if (random(1,20) > $suddenBirth)>>
As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $his laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. $He struggles in $his bindings, attempting to break free in order to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, but $his efforts are pointless. $He is forced to give birth, restrained, into the waiting holder. Once the child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> secure, the basket retracts allowing access to $his vagina.
<<else>>
Without warning, $slaves[$i].slaveName's water breaks and $he uncontrollably births <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $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.
<</if>>
$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.
<<set $humiliation = 1>>
<<set $slaves[$i].trust -= 10, $slaves[$i].devotion -= 10>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
While getting milked, $slaves[$i].slaveName's water breaks. $He shows little interest and continues kneading $his breasts. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>>. $He pays no heed to $his child being removed from the milking stall, instead focusing entirely on draining $his breasts and getting comfortable with $his still very gravid middle.
<<else>>
While getting milked, $slaves[$i].slaveName's water breaks. $He show little interest and continues kneading $his breasts.
<<ClothingBirth>>
$He shows no interest in <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child being removed from the milking stall, nor $his still very gravid middle, instead focusing entirely on draining $his breasts.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
While getting milked, $slaves[$i].slaveName's water breaks,<<if $dairyPregSetting > 0>> this is a regular occurrence to $him now so<<else>> but<</if>> $he continues enjoying $his milking while $he works to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He catches <<if canSee($slaves[$i])>>a glimpse<<else>>the sound<</if>> of $his child being removed from the milking stall before returning $his focus to draining $his breasts.
<<else>>
While getting milked, $slaves[$i].slaveName's water breaks. Knowing $he can't leave yet, $he shifts into a more comfortable position for the impending birth.
<<ClothingBirth>>
$He takes a break from milking to collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal and to catch $his breath before reattaching the milkers and coaxing $his milk to begin flowing anew.
<</if>>
<</if>>
<</if>>
<<default>>
//Assignment was $slaves[$i].assignment so why did we default? Report this!//
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs $his hands across the still huge dome of $his middle; to $him, gravidity and birth is nothing out of the ordinary.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling $his heavily rounded middle, and dozes off.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect $his child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs $his hands across the still huge dome of $his middle; to $him, gravidity and birth is nothing out of the ordinary.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting. $He rolls over, cradling $his heavily rounded middle, and dozes off.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect $his child and places them in the cradle readied for $him. $He hefts $his still very gravid body out of bed to take a shower as your servants clean up and remove $his child.
<</if>>
<</if>>
<</if>>
<</switch>>
<<else>> /* add extra events here (moving between jobs | after work) */
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs $his hands across the still huge dome of $his middle; to $him, gravidity and birth is nothing out of the ordinary.
<<else>>
<<if _birthScene >= 50>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
<<else>>
While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He carries on until the contractions drag $him to $his knees.
<<ClothingBirth>>
$He rolls onto $his side and rests with $his child to $his breast until a servant collects $his child and helps $him to $his bed.
<</if>>
<</if>>
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling $his heavily rounded middle, and dozes off.
<<else>>
<<if _birthScene >= 70>>
While waiting to be helped to $his next assignment, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to do anything, $he is forced to give birth where $he is.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength while resuming $his wait a servant to help $him to $his assignment.
<<elseif _birthScene >= 30>>
While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to walk without assistance, $he finds $himself stranded in the middle of all the dining slaves.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and waits to be rescued from the vicious mockery, fully aware of all the jestering and laughter.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect $his child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child.
<</if>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs $his hands across the still huge dome of $his middle; to $him, gravidity and birth is nothing out of the ordinary.
<<else>>
<<if _birthScene >= 50>>
While wandering the penthouse absentmindedly, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He carries on until the contractions drag $him to $his knees.
<<ClothingBirth>>
$He rolls onto $his side and rests with $his child to $his breast until a servant collects $his child and helps $him to $his bed.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
<</if>>
<</if>>
<<elseif $slaves[$i].fetish == "humiliation" && _birthScene >= 50>>
While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He resumes $his previous task, eager for the next child to move into position.
<<else>>
<<if (random(1,20) > $suddenBirth)>>
$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling $his heavily rounded middle, and dozes off.
<<else>>
<<if _birthScene >= 70>>
While waddling through the penthouse on the way to $his next assignment, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to before shuffling to $his assignment, a hand on $his still very gravid middle.
<<elseif _birthScene >= 30>>
While waddling through the penthouse on $his way to the cafeteria, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to reach the prepared birthing room in time, $he finds $himself stranded in the middle of all the dining slaves.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before trying to escape out of sight of the jeering crowd. Finding a servant to give $his child to, $he hastily heads back to $his bed to hide $himself from the mockery. $He runs a hand across $his still very gravid middle; $he'll have to be more careful in the future as there are plenty more children growing within $him.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect $his child and places them in the cradle readied for $him. $He hefts $his still very gravid body out of bed to take a shower as your servants clean up and remove $his child.
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</widget>>
<<widget "HyperBroodmotherBirth">>
<br>
<<if random(1,2) == 1>> /* at assignment else in halls/etc */
<<switch $slaves[$i].assignment>>
<<case "rest">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to draw $his child to $his breast and resumes resting.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a contraction. $He struggles to roll over, and failing that, clutches $his gravid belly as another contraction wracks $his body. Since this has already happened several times this week, $he knows what to expect.
<<ClothingBirth>>
$His child is collected and $his body cleaned before $he is allowed to resume $his rest.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to draw $his child to $his breast and resumes resting.
<<else>>
$slaves[$i].slaveName is awoken from $his rest by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body. Since this has already happened several times this week, $he knows what to expect.
<<ClothingBirth>>
$His child is collected and $his body cleaned before $he is allowed to resume $his rest.
<</if>>
<</if>>
<<case "be a subordinate slave">>
<<set _tempSub = getSlave($slaves[$i].subTarget)>>
<<setLocalPronouns _tempSub 2>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if $slaves[$i].subTarget == 0>>
While servicing your other slaves, $slaves[$i].slaveName's body begins to birth another of $his brood, though it does nothing to deter $him from $his task.
<<ClothingBirth>>
No sooner than $his baby is born, a cock is shoved into $his gaping pussy as $he draws $his child to $his breast.
<<else>>
While servicing _tempSub.slaveName, $slaves[$i].slaveName's body begins to birth another of $his brood, though it does nothing to deter $him from $his task.
<<ClothingBirth>>
No sooner than $his baby is born does $he go back to pleasuring $his dom.
<</if>>
<<else>>
<<if $slaves[$i].subTarget == 0>>
While servicing your other slaves, $slaves[$i].slaveName's body begins to birth another of $his brood, causing $him to immediately try to break off. However, several hands quickly hook $his enormous bulk and $he is pulled back into another slave's crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
Since $he is too pregnant to collect $his child, it is done for $him. $His exhausted form is slumped onto $his huge belly as another slave helps themselves to $his vulnerable body.
<<else>>
While servicing _tempSub.slaveName, $slaves[$i].slaveName's body begins to birth another of $his brood, causing $him to immediately try to break off. $His dom eagerly watches _his2 pregnant sub's ordeal.
<<set $humiliation = 1>>
<<ClothingBirth>>
_tempSub.slaveName collects the newborn child to be sent off before returning and planting _his2 crotch directly over _his2 exhausted sub's face.
<</if>>
<</if>>
<<case "whore">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While attempting to attract customers to fuck $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood.
<<ClothingBirth>>
$He struggles to bring $his child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
<<else>>
While attempting to attract customers to fuck $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to move and rapidly crowning, $he manages to get several men to help $him out.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He lies stranded on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he is helped into a sitting position and handed $his child.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While attempting to attract customers with $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood.
<<ClothingBirth>>
$He draws $his child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
<<else>>
While attempting to attract customers with $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood. $He knows it is pointless to try to waddle away, as large as $he is, so $he convinces several men to help $him out.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he is helped to $his feet and handed $his child.
<</if>>
<</if>>
<<case "serve the public">>
<<set _pbw = random(1,100)>>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (_pbw > 80)>>
While taking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before beckoning for the next citizen's cock.
<<elseif (_pbw > 60)>>
While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue.
<<ClothingBirth>>
He cums down $his throat before placing $his child on $his breast, as $he starts beckoning for the next citizen's cock.
<<elseif (_pbw > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so $he allows $him to continue.
<<ClothingBirth>>
The citizen splashes across $his face before placing $his child on $his breast, as $he begins beckoning for the next citizen's cunt.
<<else>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before beckoning for the next citizen's cock.
<</if>>
<<else>>
<<if (_pbw > 80)>>
While riding a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage encouraging him to shove $him onto $his bloated womb and mount $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and await $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_pbw > 60)>>
While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on sucking.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
<<elseif (_pbw > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on licking.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $him to $his rear and handing $him the newborn child.
<<else>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to collect $his child, $he awaits for it to be sent off.
<<set $humiliation = 1>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (_pbw > 80)>>
While taking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before seeking out the next citizen's cock.
<<elseif (_pbw > 60)>>
While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue.
<<ClothingBirth>>
He cums down $his throat before placing $his child on $his breast, as $he begins seeking out the next citizen's cock.
<<elseif (_pbw > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so $he allows $him to reposition and continue.
<<ClothingBirth>>
The citizen splashes across $his face before placing $his child on $his breast, as $he begins seeking out the next citizen's cunt.
<<else>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before seeking out the next citizen's cock.
<</if>>
<<else>>
<<if (_pbw > 80)>>
While riding a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and collect $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_pbw > 60)>>
While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
<<elseif (_pbw > 40)>>
While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $him to $his feet and handing $him the newborn child.
<<else>>
While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to get to $his feet, $he gathers $his child to be sent off.
<<set $humiliation = 1>>
<</if>>
<</if>>
<</if>>
<<case "work a glory hole">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He makes no effort to stop sucking the dicks presented to $him.
<<ClothingBirth>>
$His child is taken as it is born from $his rear hanging out of the box. $He never notices, focused entirely on the fresh cock poking through the glory hole.
<<else>>
While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He quickly finishes the dick off and sighs, knowing full well $he couldn't move even if $he weren't confined. Another dick is shoved into $his trapped face and $he is forced to keep sucking.
<<ClothingBirth>>
$His child is taken as it is born from $his rear hanging out of the box. $He never got a look at it, being unable to turn even slightly.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He makes no effort to stop sucking the dicks presented to $him.
<<ClothingBirth>>
$His child is taken as it is born from $his rear hanging out of the box. $He never notices, focused entirely on the fresh cock poking through the glory hole.
<<else>>
While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He quickly finishes the dick off before realizing there is no way $he can move $his bloated form in the box. Another dick is shoved into $his trapped face and $he is forced to keep sucking.
<<ClothingBirth>>
$His child is taken as it is born from $his rear hanging out of the box. $He never got a look at it, being unable to turn even slightly.
<</if>>
<</if>>
<<case "get milked">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. $He show little interest and continues kneading $his breasts.
<<ClothingBirth>>
$He shows no interest in $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining breasts.
<<else>>
While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. Between the milkers and $his immobilizing belly, $he ends up stranded atop $his immense pregnancy.
<<ClothingBirth>>
$His child is carried away and $he struggles to get off of $himself. $He groans as $he realizes the milk tank is nearly full, having been filled with the copious amounts of milk $his body is producing for $his brood.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. $He show little interest and continues kneading $his breasts.
<<ClothingBirth>>
$He shows no interest in $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining breasts.
<<else>>
While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shifts into a comfortable position to give birth while the milker works $his breasts.
<<ClothingBirth>>
$His child is carried away and $he rests with $his back against the wall. $He groans as $he realizes the milk tank is nearly full, having been filled with the copious amounts of milk $his body is producing for $his brood.
<</if>>
<</if>>
<<case "please you">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While sitting absentmindedly nearby, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays no heed to it and continues waiting for you to use $him.
<<ClothingBirth>>
You certainly enjoyed the show as you call for a servant to take away $his child and to clean up the still oblivious broodmother.
<<else>>
While resting against $his belly nearby, $slaves[$i].slaveName's body begins to birth another of $his brood, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to move $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad.<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
<<ClothingBirth>>
As thanks for the show, you help $his exhausted body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away $his child and clean up your toy.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While sitting absentmindedly nearby, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays no heed to it and continues waiting for you to use $him.
<<ClothingBirth>>
You certainly enjoyed the show as you call for a servant to take away $his child and to clean up the still oblivious broodmother.
<<else>>
While standing nearby, $slaves[$i].slaveName's body begins to birth another of $his brood, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad.<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
<<ClothingBirth>>
As thanks for the show, you help $his exhausted body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away $his child and clean up your toy.
<</if>>
<</if>>
<<case "stay confined">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he can't move, $he just lets things happen.
<<ClothingBirth>>
$He struggles for a minute before realizing $he is incapable of reaching $his child. The servant that has to crawl under $his bloated body to get $his child is less than pleased, especially since this is the third time this week $he has had to do it.
<<else>>
$slaves[$i].slaveName is awoken from $his stupor by $his body beginning to birth another of $his brood. $He struggles to get into position but ends up getting stuck atop $his massive belly.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He spills out of the cell when the servant comes once more to collect $his child. $He hastily tries to cram $his bulk back into $his cell before $he gets chastised.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of $his brood. $He assumes a birthing position.
<<ClothingBirth>>
$He struggles for a minute before realizing $his pregnancy takes up most of the cell and that $he can't reach $his child. The servant that has to crawl under $his bloated body to get $his child is less than pleased, especially since this is the third time this week $he has had to do it.
<<else>>
$slaves[$i].slaveName is awoken from $his stupor by $his body beginning to birth another of $his brood. $He struggles to get into position but ends up getting stuck standing thanks to $his massive belly.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He spills out of the cell when the servant comes once more to collect $his child. $He hastily tries to cram $his bulk back into $his cell before $he gets chastised.
<</if>>
<</if>>
<<case "work as a servant" "be a servant">>
<<if $slaves[$i].fetish == "mindbroken">>
<<if random(0,1) == 1>>
While giving a slave oral service, $slaves[$i].slaveName's body begins to birth another of $his brood. $He disregards this development and continues working.
<<ClothingBirth>>
The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. Instead, $he struggles to bring $his child to $his breast until <<if $Stewardess != 0>>$Stewardess.slaveName shouts at $him to move $his useless ass<<elseif $HeadGirl != 0>>$HeadGirl.slaveName shouts at $him to move $his useless ass<<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>shouts at $him to move $his useless ass<</if>>.
<<else>>
While struggling to scrub the penthouse floor, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on trying to clean as $he drags $his belly along the floor.
<<ClothingBirth>>
Instead of carrying on $his task, $he draws $his child to $his breast until <<if $Stewardess != 0>>$Stewardess.slaveName shouts at $him to move $his useless ass<<elseif $HeadGirl != 0>>$HeadGirl.slaveName shouts at $him to move $his useless ass<<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>shouts at $him to move $his useless ass<</if>>.
<</if>>
<<else>>
<<if random(0,1) == 1>>
While giving a slave oral service, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to pull away but they grab $his head and force $him back to their crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
The slave gets off quite strongly to the show and shoves $him to the ground, leaving $him struggling to get up before <<if $Stewardess != 0>>$Stewardess.slaveName shouts at $him<<elseif $HeadGirl != 0>>$HeadGirl.slaveName shouts at $him <<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>shouts at $him<</if>>.
<<else>>
While using $his bloated belly to scrub the penthouse floor, $slaves[$i].slaveName's body begins to birth another of $his brood. Since this isn't the first time this week this happened, $he readies $himself for the coming birth.
<<ClothingBirth>>
$He makes a pass around the room before scooping up $his child and struggling to $his feet. $He slowly waddles to drop off $his child.
<</if>>
<</if>>
<<case "serve in the master suite">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He struggles to shift into a more comfortable position before giving up.
<<ClothingBirth>>
Resting in your bed, $he draws $his child to $his breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him forcefully ejected from the bed so it can be cleaned before your return.<</if>>
<<elseif $masterSuiteUpgradeLuxury == 2>>
While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's body begins to birth another of $his brood. While $he doesn't stop having sex, the fucktoys using $him do and attempt to drag $him from the pit to give birth. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. The fucktoys give up their efforts to haul $his bloated form out of the pit and allow $him to settle at the bottom. Without a second thought about $his child, $he attempts to coax the other slaves back into an orgy.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays it no heed and continues blankly waiting.
<<ClothingBirth>>
Resting on $his belly, $he draws $his child to $his breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him thoroughly cleaned before your return.<</if>>
<</if>>
<<else>>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. Knowing there is nothing $he can do, $he accpets that $he is going to give birth in your bed.
<<ClothingBirth>>
Once $his child is removed, $he's cleaned up, and the sheets changed, $he struggles back into bed to recover for your return.
<<elseif $masterSuiteUpgradeLuxury == 2>>
While participating in the fuckpit orgy, $slaves[$i].slaveName's body begins to birth another of $his brood. $He knows $he stands no chance of escaping the fuckpit, so $he leaves $himself at the mercy of the other fucktoys. They happily position themselves for $him to pleasure them while giving birth.
<<set $humiliation = 1>>
<<ClothingBirth>>
Once the fucktoys are done tormenting the exhausted broodmother, they hand $his child off to the help and snuggle up to $his enormous pregnancy as $he recovers $his strength.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He knows $he stands no chance of reaching $his sex toys, so $he does $his best to conceal them. $He calls for a servant to hurry as $he begins laboring.
<<ClothingBirth>>
The servant collects $his child and helps $him onto the largest cushion in the room to recover for your return. With a little effort $he pushes the vibrating dildo out of $his ass before settling down for a nap.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shifts into a more comfortable position.
<<ClothingBirth>>
Resting in your bed, $he draws $his child to $his breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him forcefully ejected from the bed so it can be cleaned before your return.<</if>>
<<elseif $masterSuiteUpgradeLuxury == 2>>
While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's body begins to birth another of $his brood. While $he doesn't stop having sex, the fucktoys using $him do and attempt to drag $him from the pit to give birth. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. The fucktoys give up their efforts to haul $his bloated form out of the pit and allow $him to settle a the bottom. Without a second thought about $his child, $he attempts to coax the other slaves back into an orgy.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays it no heed and continues blankly waiting.
<<ClothingBirth>>
Resting on $his belly, $he draws $his child to $his breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him thoroughly cleaned before your return.<</if>>
<</if>>
<<else>>
<<if $masterSuiteUpgradeLuxury == 1>>
While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He quickly moves $himself off the bed and calls for a servant before dropping onto $his bloated stomach.
<<ClothingBirth>>
Once $his child is removed, $he's cleaned up, and the sheets changed, $he struggles back into bed to recover for your return.
<<elseif $masterSuiteUpgradeLuxury == 2>>
While participating in the fuckpit orgy, $slaves[$i].slaveName's body begins to birth another of $his brood. $He tries to crawl out of the pit but the other fucktoys easily pull $him back in and position themselves for $him to pleasure them while giving birth.
<<set $humiliation = 1>>
<<ClothingBirth>>
Once the fucktoys are done tormenting the exhausted broodmother, they hand $his child off to the help and snuggle up to $his enormous pregnancy as $he recovers $his strength.
<<else>>
While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
<<ClothingBirth>>
The servant collects $his child and helps $him onto the largest cushion in the room to recover for your return. With a little effort $he pushes the vibrating dildo out of $his ass before settling down for a nap.
<</if>>
<</if>>
<</if>>
<<case "serve in the club">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his body begins to birth another of $his brood. $He keeps on dancing, despite $his condition, until $his contractions drag $him onto $his bloated stomach.
<<ClothingBirth>>
Multiple citizens drag $him into a booth so that they may tease $his enormous exhausted body while the dance floor is dried and $his child is carried off.
<<elseif $slaves[$i].fetish == "humiliation">>
$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his body begins to birth another of $his brood. $He calls out to the crowd, hyping them up for $his new show.
<<set $humiliation = 1>>
<<ClothingBirth>>
As $his child is removed from the dance floor, $he is helped into one of the back rooms by several of $his aroused onlookers.
<<else>>
$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $slaves[$i].slaveName's body begins to birth another of $his brood. $He frantically struggles to move drawing even more attention to $his helpless state. $He is roughly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
<<set $humiliation = 1>>
<<ClothingBirth>>
Only once the last of $his clients cums over $his bloated body is $he handed $his child and allowed to rest. $He enjoys a moment with $his newborn before the servant comes to collect them.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his body begins to birth another of $his brood. $He keeps on dancing, despite $his condition, until $his contractions drag $him onto $his bloated stomach.
<<ClothingBirth>>
Multiple citizens drag $him into a booth so that they may tease $his enormous exhausted body while the dance floor is dried and $his child is carried off.
<<elseif $slaves[$i].fetish == "humiliation">>
$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his body begins to birth another of $his brood. $He calls out to the crowd, hyping them up for $his new show.
<<set $humiliation = 1>>
<<ClothingBirth>>
As $his child is removed from the dance floor, $he is helped into one of the back rooms by several of $his aroused onlookers.
<<else>>
$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $slaves[$i].slaveName's body begins to birth another of $his brood. $He clumsily tries to leave the dance floor only to find hands groping $his titanic belly. $He is roughly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
<<set $humiliation = 1>>
<<ClothingBirth>>
Only once the last of $his clients cums over $his bloated body is $he handed $his child and allowed to rest. $He enjoys a moment with $his newborn before the servant comes to collect them.
<</if>>
<</if>>
<<case "choose her own job">>
<<if !canWalk($slaves[$i])>>
While thinking about what job to take as an immobile womb, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to do anything but labor, $he gives in to what's coming.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He decides to rest for the rest of the day before returning to choosing $his next task.
<<else>>
<<if $slaves[$i].fetish == "humiliation">>
While slowly wandering the penthouse deciding on $his post, $slaves[$i].slaveName's body begins to birth another of $his brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He decides to rest for the rest of the day before returning to choosing $his next task.
<<else>>
While slowly wandering the penthouse deciding on $his post, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He decides to rest for the rest of the day before returning to choosing $his next task.
<</if>>
<</if>>
<<case "rest in the spa">>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready $himself for birth, <<if $Attendant != 0>>$Attendant.slaveName struggles to pull $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
<<ClothingBirth>>
$He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away.
<<else>>
While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready $himself for a water birth, <<if $Attendant != 0>>$Attendant.slaveName shifts into position to aid $him<<else>>the other bathers watch curiously<</if>>.
<<ClothingBirth>>
$He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready $himself for birth, <<if $Attendant != 0>>$Attendant.slaveName struggles to pull $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
<<ClothingBirth>>
$He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away.
<<else>>
While heading for the changing room before a nice soak, $slaves[$i].slaveName's body begins to birth another of $his brood. $He hurries into the changing room only to find it unusually crowded. Without any choice left, $he assumes a birthing position.
<<set $humiliation = 1>>
<<ClothingBirth>>
The several of other slaves present, that aren't pinned by $his sudden intrusion, help $him with $his child while the rest enjoy the show. <<if $Attendant != 0>>$Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child away, and $he is ushered into the bath to clean up and relax<</if>>.
<</if>>
<</if>>
<<case "learn in the schoolroom">>
<<if !canWalk($slaves[$i])>>
During a lesson in $schoolroomName, $slaves[$i].slaveName's body begins to birth another of $his brood. Since this isn't the first time $he interrupted the lesson this week, and $he is too heavy to move, $he is allowed to give birth right where $he is.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He struggles to gather $his newborn child as class slowly resume. Looking around, $he can't help but notice all the other students giggling and gesturing at $him.
<<else>>
During a lesson in $schoolroomName, $slaves[$i].slaveName's body begins to birth another of $his brood. Since this isn't the first time $he interrupted the lesson this week, $he is helped into an adjacent storage room.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He struggles to gather $his newborn child and slowly excuses $himself from the class. $He can't help but notice all the other students giggling and gesturing as $he waddles out.
<</if>>
<<case "take classes">>
<<if !canWalk($slaves[$i])>>
During a lesson under <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>, $slaves[$i].slaveName's body begins to birth another of $his brood. Your assistant pauses and waits for $him to finish, having given up after the last several times
<<ClothingBirth>>
Exhausted from the birth, $he is permitted a short break as $his child is collected to be cleaned up before the lesson is continued.
<<else>>
During a lesson under <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>, $slaves[$i].slaveName's body begins to birth another of $his brood. Your assistant pauses and waits for $him to finish, having given up after the last several times
<<ClothingBirth>>
Exhausted from the birth, $he is permitted a short break as $his child is collected to clean $himself up before the lesson is continued.
<</if>>
<<case "work in the brothel">>
<<set _pbw = random(1,100)>>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (_pbw > 80)>>
While taking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before beckoning for the next customer's cock.
<<elseif (_pbw > 60)>>
While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue.
<<ClothingBirth>>
He cums down $his throat before placing $his child on $his breast, as $he beckoning for the next customer's cock.
<<elseif (_pbw > 40)>>
While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so she allows $him to continue.
<<ClothingBirth>>
The customer splashes across $his face before placing $his child on $his breast, as $he begins beckoning for the next customer's cunt.
<<else>>
While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before beckoning for the next customer's cock.
<</if>>
<<else>>
<<if (_pbw > 80)>>
While riding a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage encouraging him to shove $him onto $his bloated womb and mount $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his baby. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and await $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_pbw > 60)>>
While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on sucking.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
<<elseif (_pbw > 40)>>
While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on licking.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $him to $his rear and handing $him the newborn child.
<<else>>
While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to collect $his child, $he awaits for it to be sent off.
<<set $humiliation = 1>>
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
<<if (_pbw > 80)>>
While taking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before seeking out the next citizen's cock.
<<elseif (_pbw > 60)>>
While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue.
<<ClothingBirth>>
He cums down $his throat before placing $his child on $his breast, as $he begins seeking out the next citizen's cock.
<<elseif (_pbw > 40)>>
While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so she allows $him to reposition and continue.
<<ClothingBirth>>
The customer splashes across $his face before placing $his child on $his breast, as $he begins seeking out the next customer's cunt.
<<else>>
While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before seeking out the next customer's cock.
<</if>>
<<else>>
<<if (_pbw > 80)>>
While riding a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and collect $his child to be sent off.
<<set $humiliation = 1>>
<<elseif (_pbw > 60)>>
While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
<<elseif (_pbw > 40)>>
While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but she grabs $his head and slams $him back into $his crotch.
<<set $humiliation = 1>>
<<ClothingBirth>>
She cums across $his face before helping $him to $his feet and handing $his the newborn child.
<<else>>
While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to get to $his feet, $he gathers $his child to be sent off.
<<set $humiliation = 1>>
<</if>>
<</if>>
<</if>>
<<case "be your Concubine">>
<<if $slaves[$i].fetish == "mindbroken">>
<<else>>
$slaves[$i].slaveName cradles $his swollen belly, waiting for your return, when $his body begins to birth another of $his brood. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back $his child. You rise to meet $him and struggle to help $him onto the couch, just before it's to late.
<<ClothingBirth>>
Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together. You make sure to pay special attention to $his overstimulated belly before you help $him back to your suite.
<</if>>
<<case "live with your Head Girl">>
<<setLocalPronouns $HeadGirl 2>>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks $his body. $His body begins to birth another of $his brood.
<<ClothingBirth>>
$He draws $his child to $his breast and resumes resting before $HeadGirl.slaveName returns from _his2 duties.
<<else>>
$slaves[$i].slaveName's body begins to birth another of $his brood. $He attempts to roll over, and failing that, claws at $his massive belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect $his child and brings them to $his breast. $He waits for $HeadGirl.slaveName to return, hoping _he2 will arrive before another baby makes its way out of $him.
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body. $His body begins to birth another of $his brood.
<<ClothingBirth>>
$He draws $his child to $his breast and resumes resting before $HeadGirl.slaveName returns from _his2 duties.
<<else>>
$slaves[$i].slaveName's body begins to birth another of $his brood. $He rolls over and claws at $his massive belly as another contraction wracks $his body.
<<ClothingBirth>>
$He struggles to collect $his child and places them in the cradle readied for $him. $He waddles off to take a bath as your servants clean up and remove $his child. Cleaned up, $he returns to resting knowing full well that $HeadGirl.slaveName will be eager to play with $his body upon returning.
<</if>>
<</if>>
<<case "be confined in the arcade">>
A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively births $his child into the waiting basket. As they are carried away, $his rear is cleaned up and the sign removed.
<<case "get treatment in the clinic">>
<<if ($Nurse != 0)>>
<<setLocalPronouns $Nurse 2>>
<</if>>
$slaves[$i].slaveName is in the perfect place to give birth when $his body begins to push out another of $his brood. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child before taking them away. Before long _he2 returns to attend to _his2 patient's perpetual pregnancy.
<<case "be confined in the cellblock">>
<<if $slaves[$i].fetish == "mindbroken">>
While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of $his brood. $He assumes a birthing position.
<<ClothingBirth>>
$He struggles for a minute before realizing $his pregnancy takes up most of the cell and that $he can't reach $his child. The servant that has to crawl under $his bloated body to get $his child is less than pleased, especially since this is the third time this week $he has had to do it.
<<else>>
$slaves[$i].slaveName is awoken from $his stupor by $his body beginning to birth another of $his brood. $He struggles to get into position but ends up getting stuck thanks to $his massive belly and inability to properly move $himself.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He spills out of the cell when the servant comes once more to collect $his child. $He hastily tries to cram $his bulk back into $his cell before $he gets chastised.
<</if>>
<<default>>
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
<<ClothingBirth>>
$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back to $his bed.
<<else>>
<<if random(0,1) == 1>>
While waiting to be helped to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to do anything, $he is forced to give birth where $he is.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength while resuming $his wait for a servant to help $him to $his assignment.
<<else>>
While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to move, $he finds $himself stranded in the middle of all the dining slaves.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and waits to be rescued from the vicious mockery, fully aware of all the jestering and laughter.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
<<ClothingBirth>>
$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back to $his bed.
<<elseif $slaves[$i].fetish == "humiliation">>
While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth another of $his brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He resumes $his previous task, eager for the next child to move into position.
<<else>>
<<if random(0,1) == 1>>
While waddling through the penthouse on $his way to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to before shuffling to $his assignment.
<<else>>
While waddling through the penthouse on $his way to the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds $himself stranded in the middle of all the dining slaves.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before trying to escape out of sight of the jeering crowd. Finding a servant to give $his child to, $he hastily heads back to $his bed to hide $himself from the mockery, though $his enormous belly keeps $his blanket from covering $him.
<</if>>
<</if>>
<</if>>
<</switch>>
<<else>> /* add extra events here (moving between jobs | after work) */
<<if !canWalk($slaves[$i])>>
<<if $slaves[$i].fetish == "mindbroken">>
While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
<<ClothingBirth>>
$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back to $his bed.
<<else>>
<<if random(0,1) == 1>>
While waiting to be helped to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to do anything, $he is forced to give birth where $he is.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength while resuming $his wait for a servant to help $him to $his assignment.
<<else>>
While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to move, $he finds $himself stranded in the middle of all the dining slaves.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and waits to be rescued from the vicious mockery, fully aware of all the jestering and laughter.
<</if>>
<</if>>
<<else>>
<<if $slaves[$i].fetish == "mindbroken">>
While wandering the penthouse absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
<<ClothingBirth>>
$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back to $his feet.
<<elseif $slaves[$i].fetish == "humiliation">>
While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth another of $his brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He resumes $his previous task, eager for the next child to move into position.
<<else>>
<<if random(0,1) == 1>>
While waddling through the penthouse on the way to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before finding a servant to give $his child to before shuffling to $his assignment.
<<else>>
While waddling through the penthouse on $his way to the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds $himself stranded in the middle of all the dining slaves.
<<set $humiliation = 1>>
<<ClothingBirth>>
$He gathers $his child and recovers $his strength before trying to escape out of sight of the jeering crowd. Finding a servant to give $his child to, $he hastily heads back to $his bed to hide $himself from the mockery, though $his enormous belly keeps $his blanket from covering $him.
<</if>>
<</if>>
<</if>>
<</if>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/pregmodBirthWidgets.tw
|
tw
|
bsd-3-clause
| 184,127 |
:: slave trade preset widgets [widget nobr]
/* To add presets, add <<widget "NationalityPresetName">> and define it as [[Name|passage()][$nationalities = [nationalities go here]]] (old method)*/
/* Presets are weighted according to the number of times the player has incremented that nationality. */
<<widget "NationalityPresetVanillaGlobal">>
<<link "Vanilla Global">>
<<set $nationalities = {
Afghan: 2,
Albanian: 1,
Algerian: 3,
American: 6,
Andorran: 1,
Angolan: 1,
Antiguan: 1,
Argentinian: 4,
Armenian: 2,
Aruban: 1,
Australian: 3,
Austrian: 2,
Azerbaijani: 1,
Bahamian: 1,
Bahraini: 1,
Bangladeshi: 4,
Barbadian: 1,
Belarusian: 1,
Belgian: 2,
Belizean: 1,
Beninese: 1,
Bermudian: 1,
Bhutanese: 1,
"Bissau-Guinean": 1,
Bolivian: 2,
Bosnian: 1,
Brazilian: 4,
British: 3,
Bruneian: 1,
Bulgarian: 2,
Burkinabé: 1,
Burmese: 2,
Burundian: 1,
Cambodian: 1,
Cameroonian: 1,
Canadian: 2,
"Cape Verdean": 1,
Catalan: 1,
"Central African": 1,
Chadian: 1,
Chilean: 2,
Chinese: 15,
Colombian: 3,
Comorian: 1,
Congolese: 1,
"a Cook Islander": 1,
"Costa Rican": 1,
Croatian: 1,
Cuban: 2,
Cypriot: 1,
Czech: 2,
Danish: 2,
Djiboutian: 1,
Dominican: 2,
Dominiquais: 1,
Dutch: 2,
"East Timorese": 1,
Ecuadorian: 1,
Egyptian: 3,
Emirati: 2,
Equatoguinean: 1,
Eritrean: 1,
Estonian: 2,
Ethiopian: 3,
Fijian: 1,
Filipina: 3,
Finnish: 2,
French: 3,
"French Guianan": 1,
"French Polynesian": 1,
Gabonese: 1,
Gambian: 1,
Georgian: 1,
German: 3,
Ghanan: 2,
Greek: 2,
Greenlandic: 1,
Grenadian: 1,
Guamanian: 1,
Guatemalan: 1,
Guinean: 1,
Guyanese: 1,
Haitian: 2,
Honduran: 1,
Hungarian: 2,
"I-Kiribati": 1,
Icelandic: 2,
Indian: 11,
Indonesian: 5,
Iranian: 3,
Iraqi: 2,
Irish: 2,
Israeli: 2,
Italian: 3,
Ivorian: 1,
Jamaican: 2,
Japanese: 3,
Jordanian: 2,
Kazakh: 2,
Kenyan: 3,
Kittitian: 1,
Korean: 2,
Kosovan: 1,
Kurdish: 1,
Kuwaiti: 1,
Kyrgyz: 1,
Laotian: 1,
Latvian: 1,
Lebanese: 2,
Liberian: 1,
Libyan: 2,
"a Liechtensteiner": 1,
Lithuanian: 2,
Luxembourgian: 1,
Macedonian: 1,
Malagasy: 1,
Malawian: 1,
Malaysian: 3,
Maldivian: 1,
Malian: 2,
Maltese: 1,
Marshallese: 1,
Mauritanian: 1,
Mauritian: 1,
Mexican: 4,
Micronesian: 1,
Moldovan: 1,
Monégasque: 1,
Mongolian: 1,
Montenegrin: 1,
Moroccan: 2,
Mosotho: 1,
Motswana: 1,
Mozambican: 1,
Namibian: 1,
Nauruan: 1,
Nepalese: 2,
"New Caledonian": 1,
"a New Zealander": 2,
"Ni-Vanuatu": 1,
Nicaraguan: 2,
Nigerian: 4,
Nigerien: 2,
Niuean: 1,
Norwegian: 2,
Omani: 2,
Pakistani: 3,
Palauan: 1,
Palestinian: 1,
Panamanian: 1,
"Papua New Guinean": 1,
Paraguayan: 1,
Peruvian: 2,
Polish: 3,
Portuguese: 2,
"Puerto Rican": 1,
Qatari: 1,
Romanian: 2,
Russian: 4,
Rwandan: 1,
Sahrawi: 1,
"Saint Lucian": 1,
Salvadoran: 2,
Sammarinese: 1,
Samoan: 1,
"São Toméan": 1,
Saudi: 2,
Scottish: 1,
Senegalese: 1,
Serbian: 2,
Seychellois: 1,
"Sierra Leonean": 1,
Singaporean: 1,
Slovak: 2,
Slovene: 1,
"a Solomon Islander": 1,
Somali: 1,
"South African": 4,
"South Sudanese": 1,
Spanish: 3,
"Sri Lankan": 1,
Sudanese: 3,
Surinamese: 1,
Swazi: 1,
Swedish: 2,
Swiss: 2,
Syrian: 1,
Taiwanese: 1,
Tajik: 1,
Tanzanian: 2,
Thai: 3,
Tibetan: 1,
Togolese: 1,
Tongan: 1,
Trinidadian: 1,
Tunisian: 2,
Turkish: 3,
Turkmen: 1,
Tuvaluan: 1,
Ugandan: 2,
Ukrainian: 3,
Uruguayan: 2,
Uzbek: 2,
Vatican: 1,
Venezuelan: 3,
Vietnamese: 3,
Vincentian: 1,
Yemeni: 2,
Zairian: 3,
Zambian: 1,
Zimbabwean: 2
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetVanillaNA">>
<<link "Vanilla North America">>
<<set $nationalities = {
American: 6,
Antiguan: 1,
Aruban: 1,
Bahamian: 1,
Barbadian: 1,
Belizean: 1,
Bermudian: 1,
Canadian: 2,
"Costa Rican": 1,
Cuban: 2,
Dominican: 2,
Dominiquais: 1,
Greenlandic: 1,
Grenadian: 1,
Guatemalan: 1,
Haitian: 2,
Honduran: 1,
Jamaican: 2,
Kittitian: 1,
Mexican: 4,
Nicaraguan: 2,
Panamanian: 1,
"Puerto Rican": 1,
"Saint Lucian": 1,
Salvadoran: 2,
Trinidadian: 1,
Vincentian: 1
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetVanillaSA">>
<<link "Vanilla South America">>
<<set $nationalities = {
Argentinian: 4,
Bolivian: 2,
Brazilian: 4,
Chilean: 2,
Colombian: 3,
Ecuadorian: 1,
"French Guianan": 1,
Guyanese: 1,
Paraguayan: 1,
Peruvian: 2,
Surinamese: 1,
Uruguayan: 2,
Venezuelan: 3
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetVanillaME">>
<<link "Vanilla Middle East">>
<<set $nationalities = {
Afghan: 2,
Armenian: 2,
Azerbaijani: 1,
Bahraini: 1,
Cypriot: 1,
Egyptian: 3,
Emirati: 2,
Georgian: 1,
Iranian: 3,
Iraqi: 2,
Israeli: 2,
Jordanian: 2,
Kurdish: 1,
Kuwaiti: 1,
Lebanese: 2,
Omani: 2,
Palestinian: 1,
Qatari: 1,
Saudi: 2,
Syrian: 1,
Turkish: 3,
Yemeni: 2
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetVanillaAfrica">>
<<link "Vanilla Africa">>
<<set $nationalities = {
Algerian: 3,
Angolan: 1,
Beninese: 1,
"Bissau-Guinean": 1,
Burkinabé: 1,
Burundian: 1,
Cameroonian: 1,
"Cape Verdean": 1,
"Central African": 1,
Chadian: 1,
Comorian: 1,
Congolese: 1,
Djiboutian: 1,
Equatoguinean: 1,
Eritrean: 1,
Ethiopian: 3,
Gabonese: 1,
Gambian: 1,
Ghanan: 2,
Guinean: 1,
Ivorian: 1,
Kenyan: 3,
Liberian: 1,
Libyan: 2,
Malagasy: 1,
Malawian: 1,
Malian: 2,
Mauritanian: 1,
Mauritian: 1,
Moroccan: 2,
Mosotho: 1,
Motswana: 1,
Mozambican: 1,
Namibian: 1,
Nigerian: 4,
Nigerien: 2,
Rwandan: 1,
Sahrawi: 1,
"São Toméan": 1,
Senegalese: 1,
Seychellois: 1,
"Sierra Leonean": 1,
Somali: 1,
"South African": 4,
"South Sudanese": 1,
Sudanese: 3,
Swazi: 1,
Tanzanian: 2,
Togolese: 1,
Tunisian: 2,
Ugandan: 2,
Zairian: 3,
Zambian: 1,
Zimbabwean: 2
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetVanillaAsia">>
<<link "Vanilla Asia">>
<<set $nationalities = {
Bangladeshi: 4,
Bhutanese: 1,
Bruneian: 1,
Burmese: 2,
Cambodian: 1,
Chinese: 15,
"East Timorese": 1,
Filipina: 3,
Indian: 11,
Indonesian: 5,
Japanese: 3,
Kazakh: 2,
Korean: 2,
Kyrgyz: 1,
Laotian: 1,
Malaysian: 3,
Maldivian: 1,
Mongolian: 1,
Nepalese: 2,
Pakistani: 3,
Singaporean: 1,
"Sri Lankan": 1,
Taiwanese: 1,
Tajik: 1,
Thai: 3,
Tibetan: 1,
Turkmen: 1,
Uzbek: 2,
Vietnamese: 3
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetVanillaEU">>
<<link "Vanilla Europe">>
<<set $nationalities = {
Albanian: 1,
Andorran: 1,
Austrian: 2,
Belarusian: 1,
Belgian: 2,
Bosnian: 1,
British: 3,
Bulgarian: 2,
Catalan: 1,
Croatian: 1,
Czech: 2,
Danish: 2,
Dutch: 2,
Estonian: 2,
Finnish: 2,
French: 3,
German: 3,
Greek: 2,
Hungarian: 2,
Icelandic: 2,
Irish: 2,
Italian: 3,
Kosovan: 1,
Latvian: 1,
"a Liechtensteiner": 1,
Lithuanian: 2,
Luxembourgian: 1,
Macedonian: 1,
Maltese: 1,
Moldovan: 1,
Monégasque: 1,
Montenegrin: 1,
Norwegian: 2,
Polish: 3,
Portuguese: 2,
Romanian: 2,
Russian: 4,
Sammarinese: 1,
Scottish: 1,
Serbian: 2,
Slovak: 2,
Slovene: 1,
Spanish: 3,
Swedish: 2,
Swiss: 2,
Ukrainian: 3,
Vatican: 1
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetVanillaAU">>
<<link "Vanilla Australia">>
<<set $nationalities = {
Australian: 3,
"a Cook Islander": 1,
Fijian: 1,
"French Polynesian": 1,
Guamanian: 1,
"I-Kiribati": 1,
Marshallese: 1,
Micronesian: 1,
Nauruan: 1,
"New Caledonian": 1,
"a New Zealander": 2,
"Ni-Vanuatu": 1,
Niuean: 1,
Palauan: 1,
"Papua New Guinean": 1,
Samoan: 1,
"a Solomon Islander": 1,
Tongan: 1,
Tuvaluan: 1
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModNA">>
<<link "Realism North America">>
<<set $nationalities = {
American: 36503,
Antiguan: 11,
Aruban: 10,
Bahamian: 45,
Barbadian: 28,
Belizean: 50,
Bermudian: 5,
Canadian: 4188,
"Costa Rican": 555,
Cuban: 1141,
Dominican: 1249,
Dominiquais: 7,
Greenlandic: 5,
Grenadian: 11,
Guatemalan: 2277,
Haitian: 1303,
Honduran: 1177,
Jamaican: 290,
Kittitian: 6,
Mexican: 15306,
Nicaraguan: 731,
Panamanian: 515,
"Puerto Rican": 354,
"Saint Lucian": 18,
Salvadoran: 688,
Trinidadian: 136,
Vincentian: 11
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModSA">>
<<link "Realism South America">>
<<set $nationalities = {
Argentinian: 5102,
Bolivian: 1392,
Brazilian: 22920,
Chilean: 2005,
Colombian: 5105,
Ecuadorian: 2055,
"French Guianan": 41,
Guyanese: 83,
Paraguayan: 817,
Peruvian: 3829,
Surinamese: 63,
Uruguayan: 362,
Venezuelan: 3826
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModME">>
<<link "Realism Middle East">>
<<set $nationalities = {
Afghan: 5090,
Armenian: 286,
Azerbaijani: 1086,
Bahraini: 212,
Cypriot: 131,
Egyptian: 12826,
Emirati: 1164,
Georgian: 366,
Iranian: 9047,
Iraqi: 5982,
Israeli: 1062,
Jordanian: 1184,
Kurdish: 7258,
Kuwaiti: 511,
Lebanese: 533,
Omani: 612,
Palestinian: 746,
Qatari: 340,
Saudi: 4131,
Syrian: 2888,
Turkish: 9091,
Yemeni: 3996
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModAfrica">>
<<link "Realism Africa">>
<<set $nationalities = {
Algerian: 5107,
Angolan: 5166,
Beninese: 1756,
"Bissau-Guinean": 275,
Burkinabé: 3105,
Burundian: 1797,
Cameroonian: 3688,
"Cape Verdean": 66,
"Central African": 679,
Chadian: 2431,
Comorian: 116,
Congolese: 827,
Djiboutian: 118,
Equatoguinean: 210,
Eritrean: 742,
Ethiopian: 15303,
Gabonese: 282,
Gambian: 338,
Ghanan: 4071,
Guinean: 1978,
Ivorian: 3741,
Kenyan: 7408,
Liberian: 727,
Libyan: 760,
Malagasy: 3989,
Malawian: 3010,
Malian: 3098,
Mauritanian: 676,
Mauritian: 128,
Moroccan: 4240,
Mosotho: 275,
Motswana: 297,
Mozambican: 4824,
Namibian: 352,
Nigerian: 29732,
Nigerien: 4187,
Rwandan: 1754,
Sahrawi: 80,
"São Toméan": 29,
Senegalese: 2486,
Seychellois: 9,
"Sierra Leonean": 1056,
Somali: 2469,
"South African": 6688,
"South Sudanese": 1918,
Sudanese: 6099,
Swazi: 177,
Tanzanian: 9586,
Togolese: 1166,
Tunisian: 1316,
Ugandan: 7338,
Zairian: 13815,
Zambian: 2844,
Zimbabwean: 2355
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModAsia">>
<<link "Realism Asia">>
<<set $nationalities = {
Bangladeshi: 19160,
Bhutanese: 94,
Bruneian: 50,
Burmese: 6043,
Cambodian: 1972,
Chinese: 143350,
"East Timorese": 187,
Filipina: 13266,
Indian: 156457,
Indonesian: 30475,
Japanese: 11849,
Kazakh: 2095,
Korean: 7977,
Kyrgyz: 730,
Laotian: 841,
Malaysian: 3838,
Maldivian: 52,
Mongolian: 369,
Nepalese: 3456,
Pakistani: 26109,
Singaporean: 647,
"Sri Lankan": 2149,
Taiwanese: 2410,
Tajik: 1202,
Thai: 6919,
Tibetan: 435,
Turkmen: 707,
Uzbek: 3805,
Vietnamese: 3255
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
/* I need reweighting and possibly country additions */
<<widget "NationalityPresetModEurope">>
<<link "Realism Europe">>
<<set $nationalities = {
Albanian: 289,
Andorran: 7,
Austrian: 897,
Belarusian: 899,
Belgian: 1215,
Bosnian: 333,
British: 7189,
Bulgarian: 615,
Catalan: 767,
Croatian: 379,
Czech: 1039,
Danish: 611,
Dutch: 1769,
Estonian: 122,
Finnish: 578,
French: 6886,
German: 8173,
Greek: 1062,
Hungarian: 900,
Icelandic: 37,
Irish: 537,
Italian: 5753,
Kosovan: 193,
Latvian: 168,
"a Liechtensteiner": 4,
Lithuanian: 263,
Luxembourgian: 70,
Macedonian: 205,
Maltese: 43,
Moldovan: 372,
Monégasque: 4,
Montenegrin: 61,
Norwegian: 619,
Polish: 3569,
Portuguese: 969,
Romanian: 1797,
Russian: 13807,
Sammarinese: 3,
Scottish: 575,
Serbian: 814,
Slovak: 530,
Slovene: 203,
Spanish: 4586,
Swedish: 1094,
Swiss: 941,
Ukrainian: 3989,
Vatican: 1
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModAustralia">>
<<link "Realism Australia">>
<<set $nationalities = {
Australian: 2952,
"a Cook Islander": 1,
Fijian: 98,
"French Polynesian": 31,
Guamanian: 18,
"I-Kiribati": 15,
Marshallese: 5,
Micronesian: 12,
Nauruan: 1,
"New Caledonian": 33,
"a New Zealander": 536,
"Ni-Vanuatu": 38,
Niuean: 1,
Palauan: 2,
"Papua New Guinean": 1136,
Samoan: 22,
"a Solomon Islander": 83,
Tongan: 12,
Tuvaluan: 1
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModEastAsia">>
<<link "East Asia">>
<<set $nationalities = {Chinese: 21, Japanese: 2, Korean: 1}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModUSA">>
<<link USA>>
<<set $nationalities = {American: 8, Canadian: 1, Mexican: 3}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModJapan">>
<<link Japan>>
<<set $nationalities = {Japanese: 3}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModBrazil">>
<<link Brazil>>
<<set $nationalities = {
Argentinian: 4,
Bolivian: 2,
Brazilian: 30,
Chilean: 2,
Colombian: 3,
Ecuadorian: 1,
"French Guianan": 1,
Guyanese: 1,
Paraguayan: 1,
Peruvian: 2,
Surinamese: 1,
Uruguayan: 2,
Venezuelan: 2
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
/* I need reweighting */
<<widget "NationalityPresetModGlobalRealism">>
<<link "Realism Global">>
<<set $nationalities = {
Afghan: 5090,
Albanian: 289,
Algerian: 5107,
American: 36503,
Andorran: 7,
Angolan: 5166,
Antiguan: 11,
Argentinian: 5102,
Armenian: 286,
Aruban: 10,
Australian: 2952,
Austrian: 897,
Azerbaijani: 1086,
Bahamian: 45,
Bahraini: 212,
Bangladeshi: 19160,
Barbadian: 28,
Belarusian: 899,
Belgian: 1215,
Belizean: 50,
Beninese: 1756,
Bermudian: 5,
Bhutanese: 94,
"Bissau-Guinean": 275,
Bolivian: 1392,
Bosnian: 333,
Brazilian: 22920,
British: 7189,
Bruneian: 50,
Bulgarian: 615,
Burkinabé: 3105,
Burmese: 6043,
Burundian: 1797,
Cambodian: 1972,
Cameroonian: 3688,
Canadian: 4188,
"Cape Verdean": 66,
Catalan: 767,
"Central African": 679,
Chadian: 2431,
Chilean: 2005,
Chinese: 143350,
Colombian: 5405,
Comorian: 116,
Congolese: 827,
"a Cook Islander": 1,
"Costa Rican": 555,
Croatian: 379,
Cuban: 1141,
Cypriot: 131,
Czech: 1039,
Danish: 611,
Djiboutian: 118,
Dominican: 1249,
Dominiquais: 7,
Dutch: 1769,
"East Timorese": 187,
Ecuadorian: 2055,
Egyptian: 12826,
Emirati: 1164,
Equatoguinean: 210,
Eritrean: 742,
Estonian: 122,
Ethiopian: 15303,
Fijian: 98,
Filipina: 13266,
Finnish: 578,
French: 6886,
"French Guianan": 41,
"French Polynesian": 31,
Gabonese: 282,
Gambian: 338,
Georgian: 366,
German: 8173,
Ghanan: 4071,
Greek: 1062,
Greenlandic: 5,
Grenadian: 11,
Guamanian: 18,
Guatemalan: 2277,
Guinean: 1978,
Guyanese: 83,
Haitian: 1303,
Honduran: 1177,
Hungarian: 900,
"I-Kiribati": 15,
Icelandic: 37,
Indian: 156457,
Indonesian: 30475,
Iranian: 9047,
Iraqi: 5982,
Irish: 537,
Israeli: 1062,
Italian: 5753,
Ivorian: 3741,
Jamaican: 290,
Japanese: 11849,
Jordanian: 1184,
Kazakh: 2095,
Kenyan: 7408,
Kittitian: 6,
Korean: 7977,
Kosovan: 193,
Kurdish: 7258,
Kuwaiti: 511,
Kyrgyz: 730,
Laotian: 841,
Latvian: 168,
Lebanese: 533,
Liberian: 727,
Libyan: 760,
"a Liechtensteiner": 4,
Lithuanian: 263,
Luxembourgian: 70,
Macedonian: 205,
Malagasy: 3989,
Malawian: 3010,
Malaysian: 3838,
Maldivian: 52,
Malian: 3098,
Maltese: 43,
Marshallese: 5,
Mauritanian: 676,
Mauritian: 128,
Mexican: 15306,
Micronesian: 12,
Moldovan: 372,
Monégasque: 4,
Mongolian: 369,
Montenegrin: 61,
Moroccan: 4240,
Mosotho: 275,
Motswana: 297,
Mozambican: 4824,
Namibian: 352,
Nauruan: 1,
Nepalese: 3456,
"New Caledonian": 33,
"a New Zealander": 536,
"Ni-Vanuatu": 38,
Nicaraguan: 731,
Nigerian: 29732,
Nigerien: 4187,
Niuean: 1,
Norwegian: 619,
Omani: 612,
Pakistani: 26109,
Palauan: 2,
Palestinian: 746,
Panamanian: 515,
"Papua New Guinean": 1136,
Paraguayan: 817,
Peruvian: 3829,
Polish: 3569,
Portuguese: 969,
"Puerto Rican": 354,
Qatari: 340,
Romanian: 1797,
Russian: 13807,
Rwandan: 1754,
Sahrawi: 80,
"Saint Lucian": 18,
Salvadoran: 688,
Sammarinese: 3,
Samoan: 22,
"São Toméan": 29,
Saudi: 4131,
Scottish: 575,
Senegalese: 2486,
Serbian: 814,
Seychellois: 9,
"Sierra Leonean": 1056,
Singaporean: 647,
Slovak: 530,
Slovene: 203,
"a Solomon Islander": 83,
Somali: 2469,
"South African": 6688,
"South Sudanese": 1918,
Spanish: 4586,
"Sri Lankan": 2149,
Sudanese: 6099,
Surinamese: 63,
Swazi: 177,
Swedish: 1094,
Swiss: 941,
Syrian: 2888,
Taiwanese: 2410,
Tajik: 1202,
Tanzanian: 9586,
Thai: 6919,
Tibetan: 435,
Togolese: 1166,
Tongan: 12,
Trinidadian: 136,
Tunisian: 1316,
Turkish: 9091,
Turkmen: 707,
Tuvaluan: 1,
Ugandan: 7338,
Ukrainian: 3989,
Uruguayan: 362,
Uzbek: 3805,
Vatican: 1,
Venezuelan: 3826,
Vietnamese: 10898,
Vincentian: 11,
Yemeni: 3996,
Zairian: 13815,
Zambian: 2844,
Zimbabwean: 2355
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
<<widget "NationalityPresetModMediterranean">>
<<link Mediterranean>>
<<set $nationalities = {
Albanian: 29,
Algerian: 404,
Andorran: 1,
Bosnian: 35,
British: 1,
Bulgarian: 71,
Catalan: 75,
Croatian: 42,
Cypriot: 12,
Egyptian: 948,
French: 671,
Georgian: 49,
Greek: 108,
Israeli: 89,
Italian: 605,
Lebanese: 60,
Libyan: 63,
Maltese: 5,
Monégasque: 1,
Montenegrin: 7,
Moroccan: 358,
Palestinian: 18,
Portuguese: 102,
Romanian: 132,
Russian: 40,
Sammarinese: 1,
Slovene: 21,
Spanish: 466,
Syrian: 171,
Tunisian: 113,
Turkish: 808,
Ukrainian: 105,
Vatican: 1,
}>>
<<set _gotoPassage = passage()>>
<<goto _gotoPassage>>
<</link>>
<</widget>>
|
amomynous0/fc
|
src/pregmod/widgets/slaveTradePresetWidgets.tw
|
tw
|
bsd-3-clause
| 19,203 |
all .tw passages that are included from other passages via the <<include>> macro should be stored in this folder or its subfolders for organizational purposes
for these included passages, it is not safe to assume that a temporary variable (starting with underscore _ character) will be confined in scope to that file alone
when passages are included by other passages, any variables that they set will override variables in the calling passage, so extra care should be taken in these passages if they use $i, _i, _j or other common variable names to ensure that callers are not expecting those variables to be unchanged after the include
all sa... passages
arcologyDescription
arcologyOpinion
neighborDescription
officeDescription
surgeryDegradation
weekly
persBusiness
rulesAssistantReport
securityForceEOWReport
penthouse
fullReport
penthouseReport
neighbors
neighborsDevelopment
neighborsFSAdoption
facilities
arcadeReport
brothelReport
cellblockReport
clinicReport
clubReport
dairyReport
labReport
masterSuiteReport
schoolroomReport
servantsQuartersReport
spaReport
nurseryReport
economics
corporationDevelopments
marketsReport
npc
degradingName
fAbuse
fFeelings
fKiss
fPCImpreg
fRelation
fRival
fSlaveImpreg
fSlaveImpregConsummate
generateNewSlave
generateXXSlave
generateXYSlave
hgApplication
lawCompliance
longSlaveDescription
newSlaveIntro
removeActiveSlave
slaveSummary
init
initRules
backwardsCompatibility
|
amomynous0/fc
|
src/uncategorized/#README-includes.txt
|
Text
|
bsd-3-clause
| 1,477 |
:: REFI [nobr]
/* This is one of several files that contains and organizes many different events. */
/* genericPlotEvents.tw */
/* PESS.tw: Player Event, Single Slave */
/* PETS.tw: Player Event, Two Slaves */
/* RECI.tw: Random Event, Check In */
/* REFI.tw: Random Event, Fetish Interest */
/* REFS.tw: Random Event, Future Societies */
/* RESS.tw: Random Event, Single Slave */
/* RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events) */
/* RETS.tw: Random Event, Two Slaves */
/* */
/* Events can also be in a dedicated *.tw file, formatted as follows: */
/* jeXXXXX.tw: Justice Event */
/* pXXXXXX.tw: Player event */
/* peXXXXX.tw: Player Event focused on a slave */
/* reXXXXX.tw: Random Event */
/* resXXXX.tw: Random Event, School */
/* seXXXXX.tw: Slave Event, focuses on slaves coming or going */
/* securityForceXXXXX.tw: Special (Security) Force event */
/* */
/* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw */
<<switch $REFIevent>>
<<case "masochist">>
<<set $activeSlave = getSlave($masochistInterestTargetID)>>
<<set _refi = $slaveIndices[$masochistID]>>
<<if canDoAnal($slaves[_refi]) && $slaves[_refi].anus > 0>>
<<set $slaves[_refi].analCount++, $analTotal++>>
<<if canImpreg($slaves[_refi], $PC)>>
<<= knockMeUp($slaves[_refi], 5, 1, -1, 1)>>
<</if>>
<<else>>
<<set $slaves[_refi].vaginalCount++, $vaginalTotal++>>
<<if canImpreg($slaves[_refi], $PC)>>
<<= knockMeUp($slaves[_refi], 5, 0, -1, 1)>>
<</if>>
<</if>>
<<case "pregnancy">>
<<set $activeSlave = getSlave($pregnancyInterestTargetID)>>
<<set _refi = $slaveIndices[$pregnancyID]>>
<<if $slaves[_refi].mpreg == 0 && canDoVaginal($slaves[_refi]) && $slaves[_refi].vagina > 0>>
<<set $slaves[_refi].vaginalCount++, $vaginalTotal++>>
<<elseif canDoAnal($slaves[_refi]) && $slaves[_refi].anus > 0 && $slaves[_refi].mpreg == 1>>
<<set $slaves[_refi].analCount++, $analTotal++>>
<</if>>
<<case "boobs">>
<<set $activeSlave = getSlave($boobsInterestTargetID)>>
<<set _refi = $slaveIndices[$boobsID]>>
<<case "submissive">>
<<set $activeSlave = getSlave($submissiveInterestTargetID)>>
<<set _refi = $slaveIndices[$subID]>>
<<if canDoVaginal($slaves[_refi]) && ($slaves[_refi].vagina > 0)>>
<<set $slaves[_refi].vaginalCount++, $vaginalTotal++>>
<<if canImpreg($slaves[_refi], $PC)>>
<<= knockMeUp($slaves[_refi], 5, 0, -1, 1)>>
<</if>>
<<else>>
<<set $slaves[_refi].analCount++, $analTotal++>>
<<if canImpreg($slaves[_refi], $PC)>>
<<= knockMeUp($slaves[_refi], 5, 1, -1, 1)>>
<</if>>
<</if>>
<<case "buttslut">>
<<set $activeSlave = getSlave($buttslutInterestTargetID)>>
<<set _refi = $slaveIndices[$buttslutID]>>
<<if canImpreg($slaves[_refi], $PC)>>
<<= knockMeUp($slaves[_refi], 5, 1, -1, 1)>>
<</if>>
<<set $slaves[_refi].analCount++, $analTotal++>>
<<case "cumslut">>
<<set $activeSlave = getSlave($cumslutInterestTargetID)>>
<<set _refi = $slaveIndices[$cumslutID]>>
<<set $slaves[_refi].oralCount++, $oralTotal++>>
<<case "humiliation">>
<<set $activeSlave = getSlave($humiliationInterestTargetID)>>
<<set _refi = $slaveIndices[$humiliationID]>>
<<if ($slaves[_refi].vagina > -1) && ($slaves[_refi].vaginalAccessory != "chastity belt")>>
<<set $slaves[_refi].vaginalCount += 1>>
<<set $vaginalTotal += 1>>
<<else>>
<<set $slaves[_refi].analCount += 1>>
<<set $analTotal += 1>>
<</if>>
<<case "dom">>
<<case "sadist">>
<</switch>>
<<if Array.isArray($REFIevent)>>
<<set $activeSlave = $eventSlave>>
<<if $cheatMode == 1>>
<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
''A random fetish interest event would have been selected from the following:''
<br>
<<for _i = 0; _i < $REFIevent.length; _i++>>
<<print "[[$REFIevent[_i]|REFI][$REFIevent = $REFIevent[" + _i + "]]]">>
<br>
<</for>>
<br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]]
<<else>>
<<set $REFIevent = $REFIevent.random()>>
<<goto "REFI">>
<</if>>
<<else>>
<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
<<set $desc = SlaveTitle($activeSlave)>>
<<run Enunciate($activeSlave)>>
<<set _belly = bellyAdjective($activeSlave)>>
<<set $subSlave = $slaves[_refi]>>
<<set _subBelly = bellyAdjective($subSlave)>>
<<setLocalPronouns $activeSlave>>
<<setLocalPronouns $subSlave 2>>
<<switch $REFIevent>>
<<case "masochist">>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $subSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<</if>>
/* 000-250-006 */
<<if $subSlave.belly >= 1500>>
You have $subSlave.slaveName lying down on your desk, and are seeing to your own amusement and _his2 masochistic streak at once. _He2 has _his2 body flat on the surface, but is unrestrained, and has been told that _he2 must not rise off it at all, nor tilt _his2 bulk to either side. You then tell _his2 to count strokes and begin to flog _his2 _subBelly belly with a leathern instrument<<if $subSlave.pregKnown == 1>>, taking care not to cause _his2 pregnancy any lasting harm<</if>>. Before long _he2 is experiencing more pain than the human body can support without involuntary movement, and you tell _him2 to go back one count whenever _he2 does. At long last _he2 completes the required number of blows, and lies quivering and sobbing, thanking you over and over, until _he2 stiffens again at the
<<if canDoAnal($subSlave) && $subSlave.anus > 0>>
burning sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> stretching _his2 anal sphincter. You are not gentle, and the rough sodomy combined with the burning of _his2 outraged skin as you slap yourself against it maintains _his2 pain high.
<<else>>
sudden sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> slamming deep into _his2 pussy. You are not gentle, and the rough fucking combined with the burning of _his2 outraged skin as you slap yourself against it maintains _his2 pain high.
<</if>>
Your grip around _his2 neck only adds to _his2 thrill.
<<else>>
You have $subSlave.slaveName bent over your desk, and are seeing to your own amusement and _his2 masochistic streak at once. _He2 has _his2 body flat on the surface, but is unrestrained, and has been told that _he2 must not rise off it at all. You then tell _him2 to count strokes and begin to flog _his2
<<if $subSlave.butt <= 0>>
flat
<<elseif $subSlave.butt <= 1>>
small
<<elseif $subSlave.butt <= 2>>
round
<<elseif $subSlave.butt <= 3>>
curvy
<<elseif $subSlave.butt <= 4>>
huge
<<elseif $subSlave.butt <= 5>>
enormous
<<elseif $subSlave.butt <= 6>>
gigantic
<<elseif $subSlave.butt <= 7>>
ridiculous
<<elseif $subSlave.butt <= 10>>
immense
<<elseif $subSlave.butt <= 14>>
inhuman
<<elseif $subSlave.butt <= 20>>
absurdly massive
<</if>>
ass with a leathern instrument. Before long _he2 is experiencing more pain than the human body can support without involuntary movement, and you tell _him2 to go back one count whenever _he2 does. At long last _he2 completes the required number of blows, and lies quivering and sobbing, thanking you over and over, until _he2 stiffens again at the
<<if canDoAnal($subSlave) && $subSlave.anus > 0>>
burning sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> stretching _his2 anal sphincter. You are not gentle, and the rough sodomy combined with the burning of _his2 outraged buttocks as you slap yourself against <<if $subSlave.butt < 2>>it<<else>>them<</if>> maintains _his2 pain high.
<<else>>
sudden sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> slamming deep into _his2 pussy. You are not gentle, and the rough fucking combined with the burning of _his2 outraged buttocks as you slap yourself against <<if $subSlave.butt < 2>>it<<else>>them<</if>> maintains _his2 pain high.
<</if>>
<</if>>
After you finish and _he2 leaves, wincing in agony<<if $subSlave.belly >= 1500>> and short of breath<</if>> but with a faraway look of release, you notice $activeSlave.slaveName at the door to your office. You call $him in.
<br><br>
<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused:
<<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
$he's got a string of precum leaking out of $his chastity cage.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>>
though $his hormone-filled body can't get $his dick hard any more, $he's got a string of precum coming off $his member.
<<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">>
though $his useless balls can't muster the effort to get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
though $his gelded body can't get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif canAchieveErection($activeSlave)>>
<<if $activeSlave.dick > 4>>
$his gigantic cock is standing out like a mast.
<<elseif $activeSlave.dick > 2>>
$he's sporting an impressive erection.
<<elseif $activeSlave.dick > 0>>
$his little penis is rock hard.
<</if>>
<<elseif $activeSlave.dick > 7>>
$he's got a string of precum coming off $his engorged member.
<<elseif $activeSlave.dick > 0>>
$he's got a string of precum coming off $his limp member.
<<elseif $activeSlave.clit > 0>>
$his large clit is visibly engorged.
<<elseif $activeSlave.vagina > -1>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there's a sheen on $his pussylips.
<<elseif $activeSlave.balls > 0>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a distinct dribble of precum running from $his featureless crotch.
<<else>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a clear scent of lust around $him.
<</if>>
It seems $he passed by while you were beating $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<elseif canHear($activeSlave)>>sounds<<else>>sensations<</if>> rather compelling. It should be possible to either encourage this fascination or steer $him away from it for now.
<<case "pregnancy">>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $subSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<</if>>
/* 000-250-006 */
$subSlave.slaveName gets inspected more regularly than your other slaves, since _he2's quite pregnant. _His2 pregnancy is progressing acceptably, but having _his2 belly inspected gets _him2
<<if $subSlave.pregSource == -1>>
extremely eager to feel more of _his2 <<= WrittenMaster($subSlave)>>'s seed in _his2 fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good girl,
<<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>>
<<if $PC.belly >= 5000>>
so you take _him2
<<if $subSlave.belly >= 300000>>
over _his2 own _subBelly belly. Such discomfort doesn't bother _him2 since it means _he2 gets to enjoy the sensation of your own gravid middle rubbing the small of _his2 back
<<else>>
on the edge of your desk. _He2 doesn't mind the hard surface, not when it means your gravid middle is pushing against _his2 _subBelly own
<</if>>
as you languidly take _him2.
<<else>>
so you take _him2 on the couch, spooning so that _his2
<<if $subSlave.belly >= 300000>>
immense gravidity can hang between your legs and towards the floor as you languidly take _him2. You have your arms as far around _his2 middle as you can,
<<else>>
_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts,
<</if>>
and _he2 has _his2 neck twisted back to kiss you.
<</if>>
<<else>>
but _his2 eager hole just can't be permitted to have another of your loads at the moment, so _he2'll have to settle for some cuddling instead. You embrace _him2 on the couch,
<<if $PC.belly >= 5000>>
as closely as you can with your own gravidity in the way and languidly fondle _him2; one arm wrapped around behind to _his2 breast and the other alternating between fecund bulges. The two of you share a deep kiss as your bellies run against each other.
<<else>>
spooning so that _his2
<<if $subSlave.belly >= 300000>>
immense gravidity can hang between your legs and towards the floor as you languidly grope _him2. You have your arms wrapped as far around _his2 middle as you can, savoring the motion beneath your palms,
<<else>>
_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast,
<</if>>
while _he2 has _his2 neck twisted back to kiss you.
<</if>>
<</if>>
<<elseif $PC.dick == 1>>
extremely eager for a good fuck and there's no better dick than _his2 <<= WrittenMaster($subSlave)>>'s. $subSlave.slaveName has been a good _girl2,
<<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>>
<<if $PC.belly >= 5000>>
so you take _him2
<<if $subSlave.belly >= 300000>>
over _his2 own _subBelly belly. Such discomfort doesn't bother _him2 since it means _he2 gets to enjoy the sensation of your own gravid middle rubbing the small of _his2 back
<<else>>
on the edge of your desk. _He2 doesn't mind the hard surface, not when it means your gravid middle is pushing against _his2 _subBelly own
<</if>>
as you languidly take _him2.
<<else>>
so you take _him2 on the couch, spooning so that _his2
<<if $subSlave.belly >= 300000>>
immense gravidity can hang between your legs and towards the floor as you languidly take _him2. You have your arms as far around _his2 middle as you can,
<<else>>
_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts,
<</if>>
and _he2 has _his2 neck twisted back to kiss you.
<</if>>
<<else>>
but _his2 fertile hole is off limits at the moment, so _he2'll have to settle for some cuddling instead. You embrace _him2 on the couch,
<<if $PC.belly >= 5000>>
as closely as you can with your own gravidity in the way and languidly fondle _him2; one arm wrapped around behind to _his2 breast and the other alternating between fecund bulges. The two of you share a deep kiss as your bellies run against each other.
<<else>>
spooning so that _his2
<<if $subSlave.belly >= 300000>>
immense gravidity can hang between your legs and towards the floor as you languidly grope _him2. You have your arms wrapped as far around _his2 middle as you can, savoring the motion beneath your palms,
<<else>>
_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast,
<</if>>
while _he2 has _his2 neck twisted back to kiss you.
<</if>>
<</if>>
<<else>>
all hot and bothered. $subSlave.slaveName has been a good girl,
<<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>>
so you don a strap-on and take _him2
<<if $PC.belly >= 5000>>
<<if $subSlave.belly >= 300000>>
over _his2 own _subBelly belly. Such discomfort doesn't bother _him2 since it means _he2 gets to enjoy the sensation of your own gravid middle rubbing the small of _his2 back
<<else>>
on the edge of your desk. _He2 doesn't mind the hard surface, not when it means your gravid middle is pushing against _his2 _subBelly own
<</if>>
as you languidly take _him2.
<<else>>
on the couch, spooning so that _his2
<<if $subSlave.belly >= 300000>>
immense gravidity can hang between your legs and towards the floor as you languidly take _him2. You have your arms as far around _his2 middle as you can,
<<else>>
_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts,
<</if>>
and _he2 has _his2 neck twisted back to kiss you.
<</if>>
<<else>>
but _his2 fertile hole is off limits at the moment, so _he2'll have to settle for some cuddling instead. You embrace _him2 on the couch,
<<if $PC.belly >= 5000>>
as closely as you can with your own gravidity in the way and languidly fondle _him2; one arm wrapped around behind to _his2 breast and the other alternating between fecund bulges. The two of you share a deep kiss as your bellies run against each other.
<<else>>
spooning so that _his2
<<if $subSlave.belly >= 300000>>
immense gravidity can hang between your legs and towards the floor as you languidly grope _him2. You have your arms wrapped as far around _his2 middle as you can, savoring the motion beneath your palms,
<<else>>
_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast,
<</if>>
while _he2 has _his2 neck twisted back to kiss you.
<</if>>
<</if>>
<</if>>
After you both finish and _he2 leaves, smiling contentedly at you, you notice $activeSlave.slaveName at the door to your office. You call $him in.
<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused:
<<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
$he's got a string of precum leaking out of $his chastity cage.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>>
though $his hormone-filled body can't get $his dick hard any more, $he's got a string of precum coming off $his member.
<<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">>
though $his useless balls can't muster the effort to get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
though $his gelded body can't get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif canAchieveErection($activeSlave)>>
<<if $activeSlave.dick > 4>>
$his gigantic cock is standing out like a mast.
<<elseif $activeSlave.dick > 2>>
$he's sporting an impressive erection.
<<elseif $activeSlave.dick > 0>>
$his little penis is rock hard.
<</if>>
<<elseif $activeSlave.dick > 7>>
$he's got a string of precum coming off $his engorged member.
<<elseif $activeSlave.dick > 0>>
$he's got a string of precum coming off $his limp member.
<<elseif $activeSlave.clit > 0>>
$his large clit is visibly engorged.
<<elseif $activeSlave.vagina > -1>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there's a sheen on $his pussylips.
<<elseif $activeSlave.balls > 0>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a distinct dribble of precum running from $his featureless crotch.
<<else>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a clear scent of lust around $him.
<</if>>
It seems $he passed by while you were enjoying the heavily pregnant $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<elseif canHear($activeSlave)>>sounds<<else>>sensations<</if>> rather compelling. It should be possible to either encourage this fascination or steer $him away from it for now.
<<case "boobs">>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $subSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<</if>>
/* 000-250-006 */
$subSlave.slaveName is on lunch duty today. That means that as you eat your working lunch, _he2 sits on the edge of your desk right next to you, so that <<if $subSlave.belly >= 100000>>a nipple is<<else>>_his2 nipples are<</if>> conveniently at mouth height. Whenever you feel thirsty, you lean over<<if $subSlave.nipples == "partially inverted" || $subSlave.nipples == "inverted">>, pop one out,<<elseif $subSlave.nipples == "fuckable">>, slip your tongue deep inside,<</if>> and take some of _his2 creamy, slightly vanilla-toned milk straight from the source. Every time you do, _he2 shudders convulsively,
<<if canTalk($subSlave)>>
giving little mewling whimpers.
<<else>>
<<if $subSlave.accent >= 3>>
giving little mewling whimpers.
<<elseif $subSlave.voice == 0>>
making the harsh gasping noises that are all _he2 can manage, as a mute.
<<else>>
giving small moans through _his2 obstructed mouth.
<</if>>
<</if>>
Though you never touch anything but _his2 nipples, _he2 climaxes twice. After you finish and _he2 leaves, you notice $activeSlave.slaveName at the door to your office. You call $him in.
<br><br>
<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused:
<<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
$he's got a string of precum leaking out of $his chastity cage.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>>
though $his hormone-filled body can't get $his dick hard any more, $he's got a string of precum coming off $his member.
<<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">>
though $his useless balls can't muster the effort to get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
though $his gelded body can't get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif canAchieveErection($activeSlave)>>
<<if $activeSlave.dick > 4>>
$his gigantic cock is standing out like a mast.
<<elseif $activeSlave.dick > 2>>
$he's sporting an impressive erection.
<<elseif $activeSlave.dick > 0>>
$his little penis is rock hard.
<</if>>
<<elseif $activeSlave.dick > 7>>
$he's got a string of precum coming off $his engorged member.
<<elseif $activeSlave.dick > 0>>
$he's got a string of precum coming off $his limp member.
<<elseif $activeSlave.clit > 0>>
$his large clit is visibly engorged.
<<elseif $activeSlave.vagina > -1>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there's a sheen on $his pussylips.
<<elseif $activeSlave.balls > 0>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a distinct dribble of precum running from $his featureless crotch.
<<else>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a clear scent of lust around $him.
<</if>>
It seems $he passed by while you were drinking from $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<elseif canHear($activeSlave)>>sounds<<else>>sensations<</if>> rather compelling. It should be possible to either encourage this fascination or steer $him away from it for now.
<<case "submissive">>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $subSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<</if>>
/* 000-250-006 */
$subSlave.slaveName is lying on the edge of your desk with _his2<<if $subSlave.belly >= 1500>> bloated<</if>> body helpless beneath you, your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> in _him2, and your hands around _his2 neck. It's just breath play, and you're practiced enough that _he2's in no danger. _He2's such a sexual submissive that _he2 sometimes acts out if not managed. This happens when _he2 feels the urge to misbehave in order to access punishment, so you personally ensure that _he2 can indulge _his2 submissiveness when _he2 needs it. _He2 does not orgasm with you, _his2 complete servitude to your pleasure fulfilling a deeper need than that. _He2 leaves your office with a serene look on _his2 face, passing <<EventNameLink $activeSlave>>, who is
<<if $activeSlave.amp == 1>>
propped limblessly nearby. $He has
<<elseif !canWalk($activeSlave)>>
kneeling in the doorway with
<<else>>
standing in the doorway with
<</if>>
a troubled look on $his face.
<br><br>
<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused:
<<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
$he's got a string of precum leaking out of $his chastity cage.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>>
though $his hormone-filled body can't get $his dick hard any more, $he's got a string of precum coming off $his member.
<<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">>
though $his useless balls can't muster the effort to get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
though $his gelded body can't get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif canAchieveErection($activeSlave)>>
<<if $activeSlave.dick > 4>>
$his gigantic cock is standing out like a mast.
<<elseif $activeSlave.dick > 2>>
$he's sporting an impressive erection.
<<elseif $activeSlave.dick > 0>>
$his little penis is rock hard.
<</if>>
<<elseif $activeSlave.dick > 7>>
$he's got a string of precum coming off $his engorged member.
<<elseif $activeSlave.dick > 0>>
$he's got a string of precum coming off $his limp member.
<<elseif $activeSlave.clit > 0>>
$his large clit is visibly engorged.
<<elseif $activeSlave.vagina > -1>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there's a sheen on $his pussylips.
<<elseif $activeSlave.balls > 0>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a distinct dribble of precum running from $his featureless crotch.
<<else>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a clear scent of lust around $him.
<</if>>
It seems $he passed by while you were dominating $subSlave.slaveName. <<if $activeSlave.amp != 1>>As though it has a mind of its own, $his hand reaches up toward $his throat. <</if>>It should be possible to either encourage this fascination with submission or steer $him away from it for now.
<<case "buttslut">>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $subSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<</if>>
/* 000-250-006 */
In the middle of the afternoon, you take a break from work to fuck $subSlave.slaveName in your office. $subSlave.slaveName is such a complete buttslut that _he2's enjoying _himself2 to an almost indecent degree: moaning, begging, or just smiling idiotically with _his2 mouth open and _his2 tongue lolling. After you finish and _he2 leaves, you notice $activeSlave.slaveName at the door to your office. You call $his in.
<br><br>
<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused:
<<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
$he's got a string of precum leaking out of $his chastity cage.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>>
though $his hormone-filled body can't get $his dick hard any more, $he's got a string of precum coming off $his member.
<<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">>
though $his useless balls can't muster the effort to get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
though $his gelded body can't get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif canAchieveErection($activeSlave)>>
<<if $activeSlave.dick > 4>>
$his gigantic cock is standing out like a mast.
<<elseif $activeSlave.dick > 2>>
$he's sporting an impressive erection.
<<elseif $activeSlave.dick > 0>>
$his little penis is rock hard.
<</if>>
<<elseif $activeSlave.dick > 7>>
$he's got a string of precum coming off $his engorged member.
<<elseif $activeSlave.dick > 0>>
$he's got a string of precum coming off $his limp member.
<<elseif $activeSlave.clit > 0>>
$his large clit is visibly engorged.
<<elseif $activeSlave.vagina > -1>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there's a sheen on $his pussylips.
<<elseif $activeSlave.balls > 0>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a distinct dribble of precum running from $his featureless crotch.
<<else>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a clear scent of lust around $him.
<</if>>
It seems $he passed by while you were buttfucking $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<elseif canHear($activeSlave)>>sounds<<else>>sensations<</if>> rather compelling. It should be possible to either encourage this fascination or steer $him away from it for now.
<<case "cumslut">>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $subSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<</if>>
/* 000-250-006 */
You wake up to the sensation of $subSlave.slaveName eagerly sucking your dick. _He2's industriously pumping _his2 mouth up and down on your member. In truth, $subSlave.slaveName doesn't give the perfect blowjob: _he2 loves cum so much that _he2 mostly enjoys oral sex in an anticipatory way, and usually works to make the recipient cum as soon as possible so as to get _his2 favorite treat into _his2 mouth quicker. Still, _his2 enthusiasm is nice and _he2 does have permission to wake you at your usual time in this way. As you get up after finishing, you notice <<EventNameLink $activeSlave>> at the door to your bedroom. You call $him in.
<br><br>
<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused:
<<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
$he's got a string of precum leaking out of $his chastity cage.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>>
though $his hormone-filled body can't get $his dick hard any more, $he's got a string of precum coming off $his member.
<<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">>
though $his useless balls can't muster the effort to get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
though $his gelded body can't get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif canAchieveErection($activeSlave)>>
<<if $activeSlave.dick > 4>>
$his gigantic cock is standing out like a mast.
<<elseif $activeSlave.dick > 2>>
$he's sporting an impressive erection.
<<elseif $activeSlave.dick > 0>>
$his little penis is rock hard.
<</if>>
<<elseif $activeSlave.dick > 7>>
$he's got a string of precum coming off $his engorged member.
<<elseif $activeSlave.dick > 0>>
$he's got a string of precum coming off $his limp member.
<<elseif $activeSlave.clit > 0>>
$his large clit is visibly engorged.
<<elseif $activeSlave.vagina > -1>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there's a sheen on $his pussylips.
<<elseif $activeSlave.balls > 0>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a distinct dribble of precum running from $his featureless crotch.
<<else>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a clear scent of lust around $him.
<</if>>
It seems $he passed by while $subSlave.slaveName was blowing you. $He swallows painfully at the <<if canSee($activeSlave)>>sight of the satisfied cumslut swirling your ejaculate around _his2 mouth<<elseif canHear($activeSlave)>>sound of the satisfied cumslut savoring your fresh load<<else>>reminder of the taste and texture of your cum<</if>>. It should be possible to either encourage this fascination or steer $him away from it for now.
<<case "humiliation">>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $subSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<</if>>
/* 000-250-006 */
You have $subSlave.slaveName pinned up against a railing on a balcony that overlooks a public atrium. Passersby below cannot see you, but they can certainly see $subSlave.slaveName's upper body as _he2 takes your dick. _He2's blushing furiously with the sex and with _his2 trademark mixed arousal and embarrassment at having an audience. _He2 makes a show of trying to disguise the fact that _he2's getting railed, but it's obvious. When you finish, you pull _him2 off the railing so _he2 can clean up. <<EventNameLink $activeSlave>> <<if canSee($activeSlave)>>saw<<elseif canHear($activeSlave)>>heard<<else>>felt the heat from<</if>> the denouement of this exhibitionist fun, and seems intrigued.
<br><br>
<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused:
<<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
$he's got a string of precum leaking out of $his chastity cage.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>>
though $his hormone-filled body can't get $his dick hard any more, $he's got a string of precum coming off $his member.
<<elseif $activeSlave.dick > 0 && $activeSlave.balls > 0 && $activeSlave.ballType == "sterile">>
though $his useless balls can't muster the effort to get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>
though $his gelded body can't get $his dick hard any more, $he's got a string of precum coming off $his limp member.
<<elseif canAchieveErection($activeSlave)>>
<<if $activeSlave.dick > 4>>
$his gigantic cock is standing out like a mast.
<<elseif $activeSlave.dick > 2>>
$he's sporting an impressive erection.
<<elseif $activeSlave.dick > 0>>
$his little penis is rock hard.
<</if>>
<<elseif $activeSlave.dick > 7>>
$he's got a string of precum coming off $his engorged member.
<<elseif $activeSlave.dick > 0>>
$he's got a string of precum coming off $his limp member.
<<elseif $activeSlave.clit > 0>>
$his large clit is visibly engorged.
<<elseif $activeSlave.vagina > -1>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there's a sheen on $his pussylips.
<<elseif $activeSlave.balls > 0>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a distinct dribble of precum running from $his featureless crotch.
<<else>>
<<if $activeSlave.nipples != "fuckable">>$his nipples are hard and <</if>>there is a clear scent of lust around $him.
<</if>>
There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<elseif canHear($activeSlave)>>across $his face as $he listened to<<else>>in $his expression as $he basked in the heat of<</if>> $subSlave.slaveName's satisfaction at being publicly used. It should be possible to either encourage this fascination with humiliation or steer $him away from it for now.
<<default>>
<br>ERROR: bad REFI event $REFIevent
<</switch>>
<br><br>
<span id="result">
<<switch $REFIevent>>
<<case "masochist">>
<<link "Turn $him into another pain slut">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
Since $he doesn't speak $language well enough to handle the
<<if $activeSlave.amp == 1>>
subject and has no hands, it takes a long, frustrating time
<<else>>
subject, $he's forced to use delightfully humiliating gestures
<</if>>
to communicate $his desire to be abused.
<<elseif $activeSlave.voice == 0>>
$He's
<<if $activeSlave.amp == 1>>
mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
<<else>>
mute, so $he uses gestures to ask
<</if>>
you to hurt $him, too.
<<else>>
$He's incapable of forming
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
<<else>>
words, so $he uses gestures to ask
<</if>>
you to hurt $him, too.
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He asks through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He asks through $his big oral piercings,
<<else>>
$He asks,
<</if>>
"<<Master>>, can - can you hurt me? Like that?"
<</if>>
You make $him state it more explicitly, so $he tries again:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
$he wriggles $himself into a position where $he can lightly slap $his amputee ass against a chair leg.
<<elseif !canTalk($activeSlave)>>
$he turns around and starts to spank $himself roughly.
<<else>>
"Plea<<s>>e beat me, <<Master>>!"
<</if>>
You shove $him
<<if $activeSlave.belly >= 300000>>
over $his _belly <<if $activeSlave.bellyPreg >= 2000>>pregnant <</if>> belly,
<<elseif $activeSlave.belly >= 1500>>
onto $his knees,
<<else>>
over the desk,
<</if>>
rub your hand over $his ass, which is quivering with anticipation and fear, and ask if $he wants you to hit $him. $He's almost beside $himself, shuddering at the titillation, but before $he can answer, you use your other hand to strike $his
<<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
caged dick.
<<elseif $activeSlave.dick > 0>>
cockhead.
<<elseif $activeSlave.vagina > -1 && canDoVaginal($activeSlave)>>
pussylips.
<<elseif $activeSlave.belly >= 1500>>
distended middle.
<<elseif $activeSlave.vagina > -1>>
chastity belt into $his pussylips.
<<elseif $activeSlave.scrotum > 1>>
testicles.
<<else>>
smooth crotch.
<</if>>
As $he writhes in agony, you tell $him to get used to it. $He's a pain slut now, second thoughts or not.
<<if canDoAnal($activeSlave)>>
<<if $activeSlave.anus == 0>>
$He hasn't recovered before $he feels the still more urgent pain of <<if $PC.dick == 1>>your dick brutally @@.lime;taking $his anal virginity@@<<else>>an enormous dildo @@.lime;stealing $his anal virginity@@<</if>>, followed by rough anal,
<<set $activeSlave.anus = 1>>
<<else>>
$He hasn't recovered before $he feels the still more urgent pain of rough anal,
<</if>>
<<= AnalVCheck()>>
<<elseif canDoVaginal($activeSlave)>>
<<if $activeSlave.vagina == 0>>
$He hasn't recovered before $he feels the still more urgent pain of <<if $PC.dick == 1>>your dick brutally @@.lime;stripping $him of $his virginity@@<<else>>an enormous dildo @@.lime;stealing $his virginity@@<</if>>, followed by rough sex,
<<set $activeSlave.vagina = 1>>
<<else>>
$He hasn't recovered before $he feels the still more urgent pain of <<if $PC.dick == 1>>your dick<<else>>an enormous dildo<</if>> slamming against $his cervix,
<</if>>
<<= VaginalVCheck()>>
<<else>>
$He hasn't recovered before $he feels
<<switch $activeSlave.collar>>
<<case "dildo gag" "massive dildo gag">>
the relief of the dildo gag being drawn from $his throat before
<<case "ball gag" "bit gag">>
you unhook $his gag before
<</switch>>
the still more urgent pain of <<if $PC.dick == 1>>your dick getting shoved as deep down $his throat as you can<<else>>an enormous dildo forcing $his jaw wide and working its way down $his throat<</if>>,
<<set $activeSlave.oralCount++, $oralTotal++>>
<</if>>
which is then overlaid by rough spanking, nipple pinching, and
<<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
cock torment.
<<elseif $activeSlave.dick > 0>>
dick abuse.
<<elseif $activeSlave.vagina > -1 && canDoVaginal($activeSlave)>>
clit torture.
<<elseif $activeSlave.belly >= 1500>>
stomach abuse.
<<elseif $activeSlave.vagina > -1>>
chastity assault.
<<elseif $activeSlave.scrotum > 1>>
ball crushing.
<<else>>
urethral torment.
<</if>>
@@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$he has started to get off on pain.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "masochist", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>><<if canDoAnal($activeSlave) && ($activeSlave.anus == 0)>>//This option will take virginity//<<elseif !canDoAnal($activeSlave) && canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> //This option will take anal virginity//<</if>>
<br><<link "Steer $him away from pain obsession for the moment">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in pain play,
<<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory))>>
and let $him masturbate while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>,
<<else>>
and play with $him until $he orgasms while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>, all while
<</if>>
carefully keeping $his experience purely pleasurable. You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more submissive to you.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.oralCount += 1, $oralTotal += 1>>
<</replace>>
<</link>>
<<case "pregnancy">>
<<if isFertile($activeSlave) || (($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1) && $activeSlave.pubertyXX == 0)>>
<<link "Turn $him into another fertility whore">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
$He takes a long, frustrating time for $him to communicate that $he would like you to make $him feel like you just made $subSlave.slaveName feel, since $he doesn't know the $language words for that nor has the hands to gesture it.
<<else>>
$He fumbles through a gestured explanation that $he would like you to make $him feel like you just made $subSlave.slaveName feel, since $he doesn't know the $language words for that.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
<<else>>
$He's mute, so $he uses gestures to ask
<</if>>
you to make $him feel like you just made $subSlave.slaveName feel.
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
<<else>>
words, so $he uses gestures to ask
<</if>>
you to make $him feel like you just made $subSlave.slaveName feel.
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He asks through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He asks through $his big oral piercings,
<<else>>
$He asks,
<</if>>
"<<Master>>, can - can I be - can I be like, you know, that?"
<</if>>
You make $him state it more explicitly, so $he tries again:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
$he wriggles around until $his <<if $activeSlave.mpreg == 1>>ass<</if>>pussy is pointed right at you.
<<elseif !canTalk($activeSlave)>>
$he frantically pantomimes a pregnant belly, and lewdly gestures at $his <<if $activeSlave.mpreg == 1>>butthole<<else>>cunt<</if>>.
<<else>>
"Plea<<s>>e knock me up, <<Master>>!"
<</if>>
You shove $him over the desk, rub <<if $PC.dick == 1>>your hard dick<<else>>a squirt dildo<</if>>
<<if $activeSlave.mpreg == 1>>
<<if canDoAnal($activeSlave)>>
around $his asspussy,
<<else>>
between $his buttocks,
<</if>>
<<else>>
<<if canDoVaginal($activeSlave)>>
along $his pussylips,
<<else>>
against $his inner thighs,
<</if>>
<</if>>
and ask if $he wants you to impregnate $him. $He's almost beside $himself, shuddering at the titillation, but before $he can answer,
<<if $activeSlave.mpreg == 1>>
<<if canDoAnal($activeSlave) && $activeSlave.anus > 0>>
you slide <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into $his rear and give $him a pounding that leaves $him begging for whats to come. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell $him that pregnancy is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you slide out of $his ass and paint $his back with <<if $PC.dick == 1>>your cum<<else>>a few squirts from the dildo<</if>>.
<<= AnalVCheck()>>
<<else>>
you tell $him that pregnancy is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you run your hands across the quivering slave's belly; pantomiming it swelling with child and sending $him over the edge.
<</if>>
<<else>>
<<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>>
you slide <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into $his vagina and give $him a pounding that leaves $him begging for whats to come. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell $him that pregnancy is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you slide out of $his pussy and paint the quivering slave's belly with <<if $PC.dick == 1>>your cum<<else>>a few squirts from the dildo<</if>>.
<<= VaginalVCheck()>>
<<else>>
you tell $him that pregnancy is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you run your hands across the quivering slave's belly; pantomiming it swelling with child and sending $him over the edge.
<</if>>
<</if>>
@@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$he is desperately eager to get pregnant.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<<elseif $activeSlave.preg > 0>>
<<link "Turn $him into another pregnancy obsessed whore">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
$He takes a long, frustrating time for $him to communicate that $he would like you to make $him feel like you just made $subSlave.slaveName feel, since $he doesn't know the $language words for that nor has the hands to gesture it.
<<else>>
$He fumbles through a gestured explanation that $he would like you to make $him feel like you just made $subSlave.slaveName feel, since $he doesn't know the $language words for that.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
<<else>>
$He's mute, so $he uses gestures to ask
<</if>>
you to make $him feel like you just made $subSlave.slaveName feel.
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
<<else>>
words, so $he uses gestures to ask
<</if>>
you to make $him feel like you just made $subSlave.slaveName feel.
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He asks through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He asks through $his big oral piercings,
<<else>>
$He asks,
<</if>>
"<<Master>>, can - can I be - can I be like, you know, that?"
<</if>>
You make $him state it more explicitly, so $he tries again:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
$he wriggles around until $his <<if $activeSlave.mpreg == 1>>ass<</if>>pussy is pointed right at you.
<<elseif !canTalk($activeSlave)>>
$he <<if $activeSlave.belly >= 1500>>caresses $his _belly<<else>>frantically pantomimes a pregnant<</if>> belly, and lewdly gestures at $his <<if $activeSlave.mpreg == 1>>butthole<<else>>cunt<</if>>.
<<else>>
"Plea<<s>>e knock me up, <<Master>>!"
<</if>>
You direct $him to the couch and run a hand along $his stomach, reminding $him that $he is already pregnant and efforts to knock $him up more won't satisfy $his craving. However, $he's already got the pregnancy part covered, all $he needs to feel whole is to use $his gravid body to please you. $He shudders with anticipation at the realization as you
<<if $activeSlave.belly >= 300000 || ($PC.belly+$activeSlave.belly >= 30000)>>
spin $him around to accommodate <<if $activeSlave.belly >= 300000>>$his belly<<else>>your pregnancy<</if>> and
<</if>>
<<if $activeSlave.mpreg == 1>>
<<if canDoAnal($activeSlave) && $activeSlave.anus > 0>>
slide your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> into $his rear. You lean in to run your hands across the quivering slave's belly as you focus on breeding the already fecund bitch. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good girl you'll be sure to keep $him swollen with child. With that, you hilt yourself and <<if $PC.dick == 1>>flood $his rectum with your cum<<else>>repeatedly pump bursts of cum out of your toy into $his bowels<</if>>.
<<= AnalVCheck()>>
<<else>>
you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good girl you'll be sure to keep $him swollen with child. With that, you run your hands across the quivering slave's _belly belly; pantomiming it swelling to an obscene size with children and sending $him over the edge.
<</if>>
<<else>>
<<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>>
slide your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> into $his pussy. You lean in to run your hands across the quivering slave's belly as you focus on breeding the already fecund bitch. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good girl you'll be sure to keep $him swollen with child. With that, you hilt yourself and <<if $PC.dick == 1>>flood $his cunt with your cum<<else>>repeatedly pump bursts of cum into $him until it flows out around your toy<</if>>.
<<= VaginalVCheck()>>
<<else>>
you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good girl you'll be sure to keep $him swollen with child. With that, you run your hands across the quivering slave's _belly belly; pantomiming it swelling to an obscene size with children and sending $him over the edge.
<</if>>
<</if>>
@@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$he is desperately eager to get pregnant.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<<elseif $PC.belly >= 5000>>
<<link "Temper $his interest into an pregnancy obsession">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
$He takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like gravid and swollen belly nor does have the hands to gesture it.
<<else>>
$He fumbles through a gestured explanation that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like gravid and swollen belly.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
$He's mute, so $he uses gestures to communicate $his attraction to the pregnant form.
<</if>>
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
words, so $he uses gestures to communicate $his attraction to the pregnant figure.
<</if>>
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He <<say>>s through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He <<say>>s through $his big oral piercings,
<<else>>
$He <<say>>s,
<</if>>
"<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot."
<</if>>
You gently lower your pregnant self onto the couch and ask $him whether $he wants to get pregnant too; as $he starts to answer you grunt and rub your
<<if $PC.belly >= 120000>>
massive baby bump with both hands
<<elseif $PC.belly >= 100000>>
massive baby bump
<<elseif $PC.belly >= 60000>>
giant baby bump
<<elseif $PC.belly >= 15000>>
huge baby bump
<<elseif $PC.belly >= 10000>>
big baby bump
<<elseif $PC.belly >= 5000>>
baby bump
<</if>>
before informing $him that <<if $PC.pregType > 1>>they've<<else>>your child's<</if>> been so active lately. You continue fondling your pregnancy, watching $his progressively redden until $his frames a response:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
<<if canPenetrate($activeSlave)>>
$he wriggles around until $his throbbing erection is pointed right at you.
<<else>>
$he does everything in $his power to gesture towards your gravid middle.
<</if>>
<<elseif !canTalk($activeSlave)>>
$he points at your gravid middle before quivering with lust.
<<else>>
"You're <<s>>o hot, <<Master>>!"
<</if>>
You tell $him that getting to spend time with your gravid swell is a very special reward for very good slaves, and if $he keeps being a good girl you'll make sure $he gets the chance to lavish attention on it. With that, you pull $him in and hug $him to your stomach, sending $him over the edge.
@@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$he has developed a pregnancy fetish.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<<elseif canAchieveErection($activeSlave)>>
<<link "Temper $his interest into an impregnation obsession">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
$He takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like impregnation and swollen belly nor does have the hands to gesture it.
<<else>>
$He fumbles through a gestured explanation that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like impregnation and swollen belly.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
$He's mute, so $he uses gestures to communicate $his attraction to the pregnant sex.
<</if>>
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
words, so $he uses gestures to communicate $his attraction to the pregnant sex.
<</if>>
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He <<say>>s through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He <<say>>s through $his big oral piercings,
<<else>>
$He <<say>>s,
<</if>>
"<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot."
<</if>>
You ask $him whether $he wants to get pregnant too, and $he reddens before shaking $his head. You force $him to frame a response:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
$he wriggles around until $his throbbing erection is pointed right at you.
<<elseif !canTalk($activeSlave)>>
$he pantomimes a pregnant belly before stroking the length of $his cock.
<<else>>
"I would love to knock <<s>>omeone up, <<Master>>!"
<</if>>
<<if $activeSlave.toyHole == "dick">>
You push $him onto the couch, line yourself up with $his throbbing erection, and ask if $he wants to impregnate a girl. $He's almost beside $himself, shuddering at the titillation, but before $he can answer, you tell $him that getting to use $his dick is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you tease the tip of $his penis with your pussy; a clear mistake, as this sets $him over the edge. $He can only gasp wordlessly over having just accidentally came in $his <<= WrittenMaster()>>, something you take full advantage of. You clearly inform $him that you were fertile. //Were.// You continue to tease the blooming impregnation fetishist with descriptions of how hard it will be for you so heavily laden with child and how $he had better plan on taking responsibility. $He can't take it and releases another spurt of cum, this time onto $himself;
<<if canImpreg($PC, $activeSlave)>>
<<= knockMeUp($PC, 20, 0, $activeSlave.ID, 1)>>
you aren't taking more chances with $him.
<<else>>
you can't actually get pregnant right now, but $he doesn't need to know that.
<</if>>
<<else>>
You pull $him onto the couch, begin jacking $him off, and ask if $he wants to impregnate a girl. $He's almost beside $himself, shuddering at the titillation, but before $he can answer, you tell $him that getting to use $his dick is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you up your pace until $he sprays cum across $his own stomach.
<</if>>
@@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$he has developed a pregnancy fetish.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>><<if $activeSlave.toyHole == "dick" && canImpreg($PC, $activeSlave)>>//This option may result in you getting knocked up.<</if>>
<<else>>
<<link "Turn $him into another fertility whore despite $his barrenness">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
$He takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like insemination and swollen belly nor does have the hands to gesture it.
<<else>>
$He fumbles through a gestured explanation that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like insemination and swollen belly.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
$He's mute, so $he uses gestures to communicate $his attraction to the pregnant sex.
<</if>>
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
words, so $he uses gestures to communicate $his attraction to the pregnant sex.
<</if>>
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He <<say>>s through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He <<say>>s through $his big oral piercings,
<<else>>
$He <<say>>s,
<</if>>
"<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot."
<</if>>
You ask $him whether $he wants to get pregnant too, and $he reddens, knowing $he can't. You force $him to frame a response:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
$he wriggles around until $his <<if $activeSlave.mpreg == 1>>ass<</if>>pussy is pointed right at you.
<<elseif !canTalk($activeSlave)>>
$he pantomimes a pregnant belly, and uses gestures to indicate arousal.
<<else>>
"I would love to get pregnant, <<Master>>!"
<</if>>
You shove $him over the desk, rub your hard dick between $his slick thighs, and ask if $he wants you to impregnate $him. $He's almost beside $himself, shuddering at the titillation, but before $he can answer, you tell $him that it's a pointless dream, $he'll never be pregnant, but that doesn't mean $he can't fuck pregnant girls. Or fertile girls. Perhaps you'll even take the time to simulate a pregnancy with $him, if $he's particularly well behaved, you hint as you rub your hands across the quivering slave's belly. @@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$he has developed a pregnancy fetish.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<</if>>
<<if canPenetrate($activeSlave) && (($PC.preg >= 28 && $PC.pregMood == 2) || $PC.preg >= 36) && $activeSlave.belly < 5000 && $activeSlave.amp != 1>>
<br><<link "Sate your libido by giving $him a taste of lusty pregnant sex">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
It takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like insemination and swollen belly, nor does $he have the hands to gesture it.
<<else>>
$He fumbles through a gestured explanation that $he's fascinated by pregnancy, since $he doesn't know the $language words for things like insemination and swollen belly.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
$He's mute, so $he uses gestures to communicate $his attraction to the pregnant sex.
<</if>>
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he's fascinated by pregnancy.
<<else>>
words, so $he uses gestures to communicate $his attraction to the pregnant sex.
<</if>>
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He <<say>>s through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He <<say>>s through $his big oral piercings,
<<else>>
$He <<say>>s,
<</if>>
"<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot."
<</if>>
<<if $PC.pregMood == 2>>
You ask $him if $he gets off from pregnant sex, causing $him to redden. Before $he can frame a response, you've got $him on the floor, pinned beneath your
<<if $PC.belly >= 100000>>
crushingly
<</if>>
gravid bulk with $his dick hilted in your needy pussy. You skip all pretense and ride $him long and hard until $he's exhausted and your libido a little lighter. When you finally do release $him from your lust, $he can barely rise to $his feet; you may have ridden $him @@.red;a little too hard.@@ You remind $him that $he was saying something; in response,
<<if !canTalk($activeSlave)>>
$he pantomimes a pregnant belly, your pregnant belly, and uses gestures to how much $he enjoyed it atop $him.
<<else>>
"Pregnant <<s>>e<<x>> with <<Master>> i<<s>> the be<<s>>t!"
<</if>>
$He has become @@.hotpink;more devoted to you,@@ @@.gold;mostly out of fear of your sexual appetite,@@ but @@.lightcoral;with a newfound pregnancy fetish,@@ even if though you got a little domineering.
<<set $activeSlave.devotion += 4, $activeSlave.trust -= 4, $activeSlave.health -= 5>>
<<set $activeSlave.penetrativeCount += 3, $penetrativeTotal += 3>>
<<elseif $PC.pregMood == 1>>
You ask $him if $he finds you attractive, even with such a
<<if $PC.belly >= 100000>>
massive
<<elseif $PC.belly >= 60000>>
giant
<<elseif $PC.belly >= 15000>>
huge
<<elseif $PC.belly >= 10000>>
big
<</if>>
belly, and $he reddens, knowing $he can't say no. You kindly ask $him again, pushing $him to frame a response:
<<if !canTalk($activeSlave)>>
$he pantomimes a pregnant belly, your pregnant belly, and uses gestures to indicate arousal.
<<else>>
"Of cour<<s>>e I find you attractive, <<Master>>, but the way your belly bulge<<s>> out <<s>>o far and the way it move<<s>> when you u<<s>>e u<<s>> ju<<s>>t... It turn<<s>> me on <<s>>o much lately!"
<</if>>
You waddle to the couch, slowly settle yourself onto it and spread your legs wide revealing your aching sex. $He's almost beside $himself, shuddering at the invitation, but before $he can answer, you struggle forward and pull $him onto you. $He wastes no more time on words, instead trying $his hardest to split $his focus between filling your pussy and molesting your gravid swell. Mentally, you are in no position to control $his actions, being in such a hormonal state, but $he doesn't overstep $his boundaries and dutifully brings you to orgasm. Even better, once $he is satisfied, $he still doesn't leave your vulnerable side, instead cozying up for some post-coital quality time with the $his fecund <<= WrittenMaster()>>.
$He has become @@.hotpink;much more devoted to you,@@ @@.mediumaquamarine;more trusting of you,@@ and @@.lightcoral;$he has developed a pregnancy fetish.@@
<<set $activeSlave.devotion += 6, $activeSlave.trust += 4>>
<<set $activeSlave.penetrativeCount++, $penetrativeTotal++>>
<<else>>
You order $him to lie down on the couch, an order $he follows dutifully. You correct $him; $he should be on $his back for what's to come. $He's almost beside $himself, shuddering at the prospect of what's to come, but first, you ask $him if the thought of being ridden by such a pregnant woman turns $him on. $He turns red, but before $he has the chance to formulate an answer, you've got $his telltale erection lined up with your needy pussy. You force $him to frame a response:
<<if !canTalk($activeSlave)>>
$he only manages a nod before you spear yourself on $his dick. This was happening either way.
<<else>>
"Ye<<s>>, <<Master>>, that mu<<s>>t feel ama-" $his voice catches as you spear yourself on $his dick. $His answer really didn't matter since $his cock already spilled $his thoughts.
<</if>>
You begin riding $him, eager to scratch that growing itch that's been hounding you lately, only to find $his hands tracing your
<<if $PC.belly >= 100000>>
massive
<<elseif $PC.belly >= 60000>>
giant
<<elseif $PC.belly >= 15000>>
huge
<<elseif $PC.belly >= 10000>>
big
<</if>>
baby bump as you bounce. $He takes an active role in being used like this, not that it surprises you, but $his interest in your middle is what you wanted to see. You've @@.lightcoral;driven $him to embrace $his pregnancy fetish.@@ As you dismount, you remind $him that getting to sate $his <<= WrittenMaster()>>'s growing libido like this is a very special reward for very good slaves, and it would do $him well to remain in your favor. @@.hotpink;$He wholeheartedly agrees.@@
<<set $activeSlave.devotion += 6>>
<<set $activeSlave.penetrativeCount++, $penetrativeTotal++>>
<</if>>
<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>> //This option will penetrate you//
<</if>>
<br><<link "Steer $him away from fertility obsession for the moment">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in pregnancy, and
<<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>>
gently fuck $him<<if $PC.dick == 0>> with a strap-on<</if>>
<<if $activeSlave.mpreg == 1>>
making the disassociation between sex and procreation explicit.
<<else>>
until $he orgasms, making it clear that the thought of procreation is completely unneeded for $him to feel good.
<<if $PC.dick && canGetPregnant($activeSlave)>><<set _blueBalls = 1>><<else>><<set _blueBalls = 0>><</if>>
<</if>>
<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
<<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>>
gently fuck $his ass<<if $PC.dick == 0>> with a strap-on<</if>> until $he orgasms,
<<if $activeSlave.mpreg == 1>>
until $he orgasms, making it clear that the thought of procreation is completely unneeded for $him to feel good.
<<if $PC.dick && canGetPregnant($activeSlave)>><<set _blueBalls = 1>><<else>><<set _blueBalls = 0>><</if>>
<<else>>
making the disassociation between sex and procreation explicit.
<</if>>
<<set $activeSlave.analCount++, $analTotal++>>
<<else>>
gently tease $him until $he orgasms, making it clear that the thought of procreation is completely unneeded for $him to feel good.
<</if>>
You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more submissive to you.@@
<<if _blueBalls == 1>>
You wait until $he is out of earshot before losing your composure and blowing your backed up load. Risking a pregnancy in such an uncertain slave would surely complicate $his mental development, so sometimes burdens have to be taken up.
<</if>>
<<set $activeSlave.devotion += 4>>
<</replace>>
<</link>>
<<case "boobs">>
<<link "Turn $him into another breast fetishist">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
Since $he isn't conversant in $language and lacks the hands to gesture, $he's forced to push out $his chest and wiggle to try to communicate that $he would like to experience a nipple orgasm, too.
<<else>>
Since $he isn't conversant in $language, $he's forced to use some delightfully lewd gestures at $his own boobs to communicate that $he would like to experience a nipple orgasm, too.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like to experience a nipple orgasm, too.
<<else>>
$He's mute, so $he uses gestures to ask you for a nipple orgasm, too.
<</if>>
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like to experience a nipple orgasm, too.
<<else>>
words, so $he uses gestures to ask you for a nipple orgasm, too.
<</if>>
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He <<say>>s through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He <<say>>s through $his big oral piercings,
<<else>>
$He <<say>>s,
<</if>>
"<<Master>>, may I have a nipple orga<<s>>m, too?"
<</if>>
You make $him state it more explicitly, so $he tries again:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
$he sticks $his chest out as far as it will go, and wiggles it back and forth demonstratively.
<<elseif !canTalk($activeSlave)>>
$he tries to depict suckling and orgasm with $his hands, but gives up and just sticks $his tits out at you<<if $activeSlave.nipples == "fuckable">> while fingering $his nipplecunts<<else>>, pinching $his nipples hard<</if>>.
<<else>>
"Plea<<s>>e u<<s>>e my boob<<s>>, <<Master>>!"
<</if>>
$He gasps as you seize $him and carry $him
<<if $PC.belly >= 30000>>
to the couch, but $he's clearly pleased. While you would rather sit $him on your lap, you are far too pregnant to fit $him; insteda you settle $him beside you and torment
<<else>>
back to your desk chair, but $he's clearly pleased. You sit in the chair with $him in your lap facing away from you<<if $PC.boobs > 0>>, $his back against your breasts<</if>>, and torment
<</if>>
$his nipples until $he's close to climax. Then you get $him on $his knees and push $him over the edge with
<<if $PC.dick == 1>>
<<if $activeSlave.nipples == "fuckable">>
your cock and fingers deep inside $his
<<else>>
your cock between $his
<</if>>
<<else>>
<<if $activeSlave.nipples == "fuckable">>
your fingers deep inside $his
<<else>>
your pussy rubbing against the stiff nipples atop $his
<</if>>
<</if>>
<<if $activeSlave.boobs > 40000>>gargantuan<<elseif $activeSlave.boobs > 25000>>immense<<elseif $activeSlave.boobs > 10000>>ridiculous<<elseif $activeSlave.boobs > 5000>>enormous<<elseif $activeSlave.boobs > 3200>>giant<<elseif $activeSlave.boobs > 1600>>huge<<elseif $activeSlave.boobs > 800>>big<<else>>modest<</if>> tits. @@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$his sexuality now focuses on $his breasts.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.mammaryCount++, $mammaryTotal++>>
<<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<br><<link "Steer $him away from breast obsession for the moment">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in nipple play,
<<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory))>>
and let $him masturbate while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>, to associate non-mammary intercourse with pleasure.
<<set $activeSlave.oralCount++, $oralTotal++>>
<<else>>
and play with $him until $he orgasms while carefully keeping $his boobs and nipples untouched and unstimulated.
<</if>>
You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more submissive to you.@@
<<set $activeSlave.devotion += 4>>
<</replace>>
<</link>>
<<case "submissive">>
<<link "Turn $him into a submissive too">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if canWalk($activeSlave) && canSee($activeSlave)>>
You snap your fingers at $activeSlave.slaveName and point commandingly at the floor next to your desk. You tell $him that a proper sub does what $his dom wants, always, and leave $him kneeling obediently beside you for some time.
<<elseif $activeSlave.amp == 1>>
You place $activeSlave.slaveName's helpless body on the floor next to your desk. You tell $him that a proper sub does what $his dom wants, always, and leave $him lying obediently beside you for some time.
<<else>>
You guide $activeSlave.slaveName to the floor next to your desk and push $him to $his knees. You tell $him that a proper sub does what $his dom wants, always, and leave $him waiting obediently beside you for some time.
<</if>>
Then, without preamble, you stand up again and <<if $PC.dick == 0>>ride $his face<<else>>throatfuck $him<</if>>, intentionally ensuring that $he gags and struggles. $activeSlave.slaveName spends almost all $his sexual experiences in subspace for the rest of the week. Even other slaves who have sex with $him are required to use $him, not make love to $him. @@.hotpink;$He has become more obedient,@@ and @@.lightcoral;$his sexuality now focuses on submission.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
<<set $activeSlave.fetish = "submissive", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<br><<link "Steer $him away from total submission for the moment">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in submission, and make $him
<<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>>
ride <<if ($PC.dick == 0)>>a strap-on you're wearing<<else>>your dick<</if>>.
<<= VaginalVCheck()>>
<<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>>
ride <<if ($PC.dick == 0)>>a strap-on you're wearing<<else>>your dick<</if>>.
<<= AnalVCheck()>>
<<else>>
<<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and eat you out<</if>><<else>>eat you out<</if>> at $his own pace.
<<set $activeSlave.oralCount++, $oralTotal++>>
<</if>>
You ensure that $he maintains the active role throughout. You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more obedient.@@
<<set $activeSlave.devotion += 4>>
<</replace>>
<</link>>
<<case "buttslut">>
<<link "Turn $him into another anal slut">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if !canTalk($activeSlave)>>
<<if $activeSlave.accent >= 3>>
<<if $activeSlave.amp == 1>>
Since $he isn't conversant in $language and lacks the hands to gesture, so it takes a long, frustrating time for $him to communicate that $he would like you to do to $him what you did to $subSlave.slaveName.
<<else>>
Since $he isn't conversant in $language, so $he uses gestures to ask you to do to $him what you did to $subSlave.slaveName.
<</if>>
<<elseif $activeSlave.voice == 0>>
<<if $activeSlave.amp == 1>>
$He's mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like you to do to $him what you did to $subSlave.slaveName.
<<else>>
$He's mute, so $he uses gestures to ask you to do to $him what you did to $subSlave.slaveName.
<</if>>
<<else>>
$He can't form
<<if $activeSlave.amp == 1>>
words and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like you to do to $him what you did to $subSlave.slaveName.
<<else>>
words, so $he uses gestures to ask you to do to $him what you did to $subSlave.slaveName.
<</if>>
<</if>>
<<else>>
<<if $activeSlave.lips > 70>>
$He <<say>>s through $his massive dick-sucking lips,
<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
$He <<say>>s through $his big oral piercings,
<<else>>
$He <<say>>s,
<</if>>
"<<Master>>, would you plea<<s>>e do me like that?"
<</if>>
You make $him state it more explicitly, so $he tries again:
<<if $activeSlave.amp == 1 && !canTalk($activeSlave)>>
$he wriggles around until $his ass is pointed straight at you, <<if canDoAnal($activeSlave)>>lets out a deep breath, and relaxes $his sphincter visibly<<else>>and bounces $his rear enticingly<</if>>.
<<elseif !canTalk($activeSlave)>>
$he tries to depict anal sex with hand gestures, then gives up and turns around and points to $his ass.
<<else>>
"Plea<<s>>e fuck my butt, <<Master>>!"
<</if>>
<<if canDoAnal($activeSlave)>>
$He squeaks with surprise as you throw $him on the couch, but $his eagerness is obvious. $He does everything right, relaxing as you <<if ($PC.dick == 0)>>push a strap-on into<<else>>enter<</if>> $his ass and enjoying $himself all the way through. $He climaxes hard to <<if ($PC.dick == 0)>>the phallus<<else>>the cock<</if>> in $his asshole. @@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$his sexuality now focuses on $his anus.@@
<<= AnalVCheck()>>
<<elseif $PC.dick == 1>>
$He squeaks with surprise as you push $him
<<if $activeSlave.belly >= 300000>>
onto $his _belly <<if $activeSlave.bellyPreg >= 1500>>pregnancy<<else>>belly<</if>>
<<elseif $activeSlave.belly >= 5000>>
against the couch
<<else>>
onto the couch
<</if>>
and
<<if $activeSlave.butt >= 6>>
hug $his
<<if $activeSlave.butt <= 6>>
gigantic
<<elseif $activeSlave.butt <= 7>>
ridiculous
<<elseif $activeSlave.butt <= 10>>
immense
<<elseif $activeSlave.butt <= 14>>
inhuman
<<elseif $activeSlave.butt <= 20>>
absurdly massive
<</if>>
ass around your cock. Deep within its quivering <<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firmness<<else>>softness<</if>>, you can clearly feel how excited $he is over $his rear getting the attention it deserves. While $he may have expected anal, you've decided otherwise, so you go to work savoring the depths of $his butt cheeks. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum in $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt.
@@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$his sexuality now focuses on $his rear end.@@
<<elseif $activeSlave.butt >= 2>>
slip your cock between $his
<<if $activeSlave.butt <= 3>>
big
<<elseif $activeSlave.butt <= 4>>
huge
<<elseif $activeSlave.butt <= 5>>
enormous
<</if>>
<<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firm<<else>>soft<</if>> buttocks, atop $his anal chastity. You let $him quiver with anticipation for a little before reminding $him that the belt's removal is a reward for good slaves, and you might give release $him from it one day - but that $he doesn't deserve it yet. With that, you begin thrusting against $his rear, enjoying the twin pairs off flesh against your palms.. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt.
<<else>>
rest your cock between $his
<<if $activeSlave.butt <= 0>>
flat
<<else>>
small
<</if>>
buttocks, atop $his anal chastity. You let $him quiver with anticipation for a little before reminding $him that the belt's removal is a reward for good slaves, and you might give release $him from it one day - but that $he doesn't deserve it yet. With that, you begin thrusting between what can barely be called an ass. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt.
<</if>>
<<else>>
You trace a dildo around $his anal chastity before reminding $him that the belt's removal is a reward for good slaves, and you might give release $him from it one day - but that $he doesn't deserve it yet. With that, you run your hand across the quivering slave's rump, sending $him over the edge.
@@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$his sexuality now focuses on $his rear end.@@
<</if>>
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "buttslut", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<br><<link "Steer $him away from anal obsession for the moment">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in anal sex,
<<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory))>>
and let $him masturbate while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>, to associate non-anal intercourse with pleasure.
<<set $activeSlave.oralCount++, $oralTotal++>>
<<else>>
and play with $him until $he orgasms while carefully keeping $his ass untouched and unstimulated.
<</if>>
You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more submissive to you.@@
<<set $activeSlave.devotion += 4, $activeSlave.oralCount++, $oralTotal++>>
<</replace>>
<</link>>
<<case "cumslut">>
<<link "Turn $him into a cumslut too">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Focusing a slave's sexuality on cum isn't as easy as some other manipulations, for the simple reason that even you have a limited supply of the stuff and it would be a shame to waste it all on $him. So, you take another approach; you instruct $activeSlave.slaveName to accompany $subSlave.slaveName, and vice versa, whenever their duties permit. They're to act as sexual partners, and share cum whenever there's any forthcoming. They spend the week giving blowjobs whenever they can, and making out to swap the cum back and forth afterward. If someone insists on penetrating them instead, that just means that the other has to suck it out of them before they can share it. Most importantly, $activeSlave.slaveName is punished if $he ever orgasms without cum in $his mouth. Soon, $he gets aroused by the mere scent of the stuff. @@.hotpink;$He has become more submissive to you,@@ and @@.lightcoral;$his sexuality now focuses on cum.@@
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.oralCount += 50, $oralTotal += 50>>
<<set $activeSlave.fetish = "cumslut", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>>
<br><<link "Steer $him away from cum obsession for the moment">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in cum, and
<<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>>
fuck $him until $he orgasms, but you are careful to keep your cum well away from $him.
<<else>>
enjoy $him until $he orgasms, making sure to not involve cum at all.
<</if>>
You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more submissive to you.@@
<<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>>
<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
<<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>>
<<set $activeSlave.analCount++, $analTotal++>>
<</if>>
<<set $activeSlave.devotion += 4>>
<</replace>>
<</link>>
<<case "humiliation">>
<<link "Turn $him into a humiliation fetishist too">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
You bring $activeSlave.slaveName to the railing $subSlave.slaveName just left. For a long while, you just play with $his naked breasts, <<if canSee($activeSlave)>>requiring $him to look any member of the public below that stares at $him right in the eyes<<else>>making sure to keep $him well informed of how many passersby are ogling $him<</if>>. $He sobs and shakes with abject embarrassment <<if canSee($activeSlave)>>as $he locks eyes with person after person<<elseif canHear($activeSlave)>>as $he hears each whistle and catcall from onlookers<<else>>as $he imagines the amount of people ogling $him<</if>>. After enough of this, $he's so sexually primed that $he orgasms convulsively almost immediately
<<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>>
after you enter $him from behind.
<<else>>
once run your hand across $his crotch.
<</if>>
@@.hotpink;$He has become more obedient,@@ and @@.lightcoral;$his sexuality now focuses on public humiliation.@@
<<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>>
<<= VaginalVCheck()>>
<<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>>
<<= AnalVCheck()>>
<</if>>
<<set $activeSlave.devotion += 4>>
<<set $activeSlave.fetish = "humiliation", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
<</replace>>
<</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take virginity//<</if>>
<br><<link "Steer $him away from humiliation fetishism for the moment">>
<<EventNameDelink $activeSlave>>
<<replace "#result">>
Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in humiliation and fuck $him privately in your office. You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more obedient.@@
<<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>>
<<= VaginalVCheck()>>
<<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>>
<<= AnalVCheck()>>
<<else>>
<<= SimpleSexAct($activeSlave)>>
<</if>>
<<set $activeSlave.devotion += 4>>
<</replace>>
<</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take virginity//<</if>>
<<default>>
<br>ERROR: bad REFI event $REFIevent
<</switch>>
<<if $cheatMode == 1>>
<br><br>DEBUG: [[Go back to Nonrandom Event|Nonrandom Event][$activeSlave = 0, $eventSlave = 0]]
<</if>>
</span>
<</if>> /* CLOSES EVENT SELECTION */
|
amomynous0/fc
|
src/uncategorized/REFI.tw
|
tw
|
bsd-3-clause
| 91,531 |
:: REFS [nobr]
/* This is one of several files that contains and organizes many different events. */
/* genericPlotEvents.tw */
/* PESS.tw: Player Event, Single Slave */
/* PETS.tw: Player Event, Two Slaves */
/* RECI.tw: Random Event, Check In */
/* REFI.tw: Random Event, Fetish Interest */
/* REFS.tw: Random Event, Future Societies */
/* RESS.tw: Random Event, Single Slave */
/* RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events) */
/* RETS.tw: Random Event, Two Slaves */
/* */
/* Events can also be in a dedicated *.tw file, formatted as follows: */
/* jeXXXXX.tw: Justice Event */
/* pXXXXXX.tw: Player event */
/* peXXXXX.tw: Player Event focused on a slave */
/* reXXXXX.tw: Random Event */
/* resXXXX.tw: Random Event, School */
/* seXXXXX.tw: Slave Event, focuses on slaves coming or going */
/* securityForceXXXXX.tw: Special (Security) Force event */
/* */
/* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw */
<<if Array.isArray($REFSevent)>>
<<if $cheatMode == 1>>
<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
''A random future societies event would have been selected from the following:''
<br>
<<for _i = 0; _i < $REFSevent.length; _i++>>
<<print "[[$REFSevent[_i]|REFS][$REFSevent = $REFSevent[" + _i + "]]]">>
<br>
<</for>>
<br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$activeSlave = 0]]
<<else>>
<<set $REFSevent = $REFSevent.random()>>
<<goto "REFS">>
<</if>>
<<else>>
<<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check">>
<<switch $REFSevent>>
<<case "paternalist encounter">>
<<set $activeSlaveOneTimeMaxAge = 22>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate New Slave">>
<<set $activeSlave.origin = "She was taken into your custody from an abusive owner.">>
<<set $activeSlave.devotion = random(0,25)>>
<<set $activeSlave.trust = random(0,25)>>
<<set $activeSlave.boobs = random(6,9)*50>>
<<set $activeSlave.hips = random(-2,-1)>>
<<set $activeSlave.butt = random(0,2)>>
<<set $activeSlave.health = random(-30,-10)>>
<<case "degradationist encounter">>
<<set $activeSlaveOneTimeMaxAge = 22>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate New Slave">>
<<set $activeSlave.origin = "She was taken into your custody from an owner who treated her as an equal.">>
<<set $activeSlave.devotion = random(0,50)>>
<<set $activeSlave.trust = random(25,70)>>
<<set $activeSlave.boobs = random(6,9)*50>>
<<set $activeSlave.hips = random(-2,-1)>>
<<set $activeSlave.butt = random(0,2)>>
<<set $activeSlave.health = random(70,80)>>
<<case "transformation fetishism encounter">>
<<set $activeSlaveOneTimeMaxAge = 22>>
<<set $oneTimeDisableDisability = 1>>
<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedRace = $arcologies[0].FSSupremacistRace>><</if>>
<<include "Generate XX Slave">>
<<set $activeSlave.origin = "She was enslaved by you when you overcharged her for surgery.">>
<<set $activeSlave.devotion = random(-70,-55)>>
<<set $activeSlave.trust = random(-45,-25)>>
<<set $activeSlave.health = random(10,20)>>
<<set $activeSlave.boobs += 600>>
<<set $activeSlave.boobsImplant = 600>>
<<set $activeSlave.butt += 1>>
<<set $activeSlave.buttImplant = 1>>
<<set $activeSlave.lips += 10>>
<<set $activeSlave.lipsImplant = 10>>
<<case "youth preferentialist encounter">>
<<set $activeSlaveOneTimeMaxAge = 22>>
<<set $oneTimeDisableDisability = 1>>
<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedRace = $arcologies[0].FSSupremacistRace>><</if>>
<<include "Generate XX Slave">>
<<set $activeSlave.origin = "She was enslaved by you when you purchased her debt.">>
<<set $activeSlave.devotion = random(-55,0)>>
<<set $activeSlave.trust = random(-45,0)>>
/* Girlish */
<<if $activeSlave.boobs > 450>>
<<set $activeSlave.boobs = random(6,9)*50>>
<</if>>
<<set $activeSlave.hips = random(-2,-1)>>
<<set $activeSlave.butt = random(0,2)>>
<<set $activeSlave.weight = Math.min($activeSlave.weight, 10)>>
<<set $activeSlave.waist = Math.min($activeSlave.waist, 0)>>
<<set $activeSlave.muscles = Math.min($activeSlave.muscles, 30)>>
<<case "maturity preferentialist encounter">>
<<set $activeSlaveOneTimeMinAge = 36>>
<<set $activeSlaveOneTimeMaxAge = 42>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<set $oneTimeDisableDisability = 1>>
<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedRace = $arcologies[0].FSSupremacistRace>><</if>>
<<include "Generate XX Slave">>
<<set $activeSlave.origin = "She was enslaved by you when you purchased her debt.">>
<<set $activeSlave.devotion = random(-90,-75)>>
<<set $activeSlave.trust = random(-45,-25)>>
<<set $activeSlave.health = random(10,20)>>
<<set $activeSlave.birthsTotal = 2>>
/* Plush */
<<set $activeSlave.boobs = random(7,11)*100>>
<<set $activeSlave.hips = random(1,2)>>
<<set $activeSlave.butt = $activeSlave.hips + 2>>
<<set $activeSlave.weight = random(10,40)>>
<<set $activeSlave.waist = random(-10,10)>>
<<set $activeSlave.muscles = Math.min($activeSlave.muscles, 30)>>
<<default>>
<</switch>>
<<if $activeSlave != 0 && def $activeSlave>>
<<set $desc = SlaveTitle($activeSlave)>>
<<run Enunciate($activeSlave)>>
<<setLocalPronouns $activeSlave>>
<</if>>
<<switch $REFSevent>>
<<case "paternalist encounter">>
As a result of $arcologies[0].name's adoption of paternalism there has been a remarkable effect on relationships between slaves and owners, with the flourishing of mutual respect between the two forming the basis for social life in the arcology. However, not all citizens are so keen as to internalize the tenants of paternalism, whether out of prejudice, old habits or adherence to a more brutal style of slaveholding.
<br><br>
On one particular outing, you come across an elderly male citizen giving his young slave quite a thrashing in the street outside of a prominent apartment complex. From the skinned state of the poor $girl's knees and the cruel spiked collar about $his neck, it is clear that $his owner has been dragging $him about the arcology as if $he were a dog. To say nothing of this degrading treatment, beating of a slave in public is a fineable offense.
<<case "degradationist encounter">>
As a result of $arcologies[0].name's adoption of degradationism there has been a remarkable effect on the social status of slaves, with the continued reduction of slave rights taking center stage. However, not all citizens are so keen as to internalize the tenants of degradationism, whether out of misplaced compassion, old habits or adherence to the Old World style of relationships.
<br><br>
On one particular outing, you come across an elderly male citizen holding the hand of his young slave, seemingly on a date at one of the arcology's prominent promenades. From the ring on the $girl's finger and the modest neckline on $his clothing, it is clear that $his owner is treating $him as if $he is his wife. His obscene treatment of his slave has already drawn a large crowd of shocked onlookers.
<<case "physical idealist encounter">>
The notion of the physical ideal has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is the open air gym, a now common sight along $arcologies[0].name's many streets. Many citizens utilize such facilities to squeeze in an extra work-out on their daily commute, or in lieu of personal fitness facilities in their own homes.
<br><br>
While navigating your arcology on an outing, you find yourself coming across one of the arcology's finest open-air gyms, clearly marketed towards the wealthy citizen on the move. As impressive as the gold plated fitness equipment is, in amongst the power racks, dip bars and bench press stations is perhaps one of the most spectacular athletic specimens in the entire arcology. This female citizen has clearly embraced everything that $arcologies[0].name's physical idealism represents, molding herself into a rippling blend of broad shoulders, powerful muscles and a ripped stomach that would shame even the most well-built old world athlete.
<<case "pastoralist encounter">>
Pastoralism has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is a number of experimental new restaurants that incorporate human milk into their recipes, much to the delight of the citizenry. Such establishments have become a fashionable part of $arcologies[0].name's taste palate and new takes on the simple premise are common.
<br><br>
While navigating your arcology on an outing, you find yourself coming across one of the arcology's newest restaurants, a milkshake parlor that prides itself on deriving all of its dairy from human sources.
<<case "transformation fetishism encounter">>
As a result of $arcologies[0].name's adoption of transformation fetishism, a number of plastic surgery clinics, cosmetic surgeries and other transformative businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of altering their bodies with a gusto - though not all are so quick to adopt the trend just because it's in vogue.
<br><br>
On one particular outing, you come across a female citizen outside a surgery clinic staring pensively up at a poster advertising the variety of cosmetic procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above $him lit up with silicone breasts, plump bee-stung lips and fake asses. From $his unaltered appearance and simple garments, it is likely that she is not one of the arcology's wealthier denizens and thus is unable to shape $his body to $his heart's desire.
<<case "body purism encounter">>
As a result of $arcologies[0].name's adoption of body purism, a number of restorative spas, implant removal clinics and other cleansing businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of treating their bodies with sanctity - though not all are so quick to adopt the trend just because it's in vogue.
<br><br>
On one particular outing, you come across a female citizen outside a famous health spa staring pensively up at a poster advertising the variety of purification procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above $him lit up with pure unadulterated bodies, expensive health treatments and a plethora of natural cosmetic procedures. The citizen's clothes are ragged and sheer, revealing a number of implant scars around her bust and rear, likely from a costly attempt to render herself fashionable by having her prior implants removed. With such visible scarring, it is unlikely that she is one of the arcology's wealthier denizens, having paid the price to return her body to its natural, unimplanted state.
<<case "youth preferentialist encounter">>
Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name.
<br><br>
On this particular outing you happen to cross paths with a nubile young woman, accompanied by $his father. From $his plain clothes and rudimentary makeup, it is readily apparent that $he is not one of the arcology's well-to-do inhabitants. $He recognizes you quickly and dips $his head in deference to your high status, <<if ($PC.visualAge >= 50)>>$his cheeks flushed in embarrassment and delight at an aged arcology owner's interest in a young $girl like $him.<<else>>$his expression awestruck by the presence of an arcology owner before $him.<</if>>
<<case "maturity preferentialist encounter">>
Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name.
<br><br>
On this particular outing you happen to cross paths with a comely female citizen and $his two adult sons. From $his plain clothes and conspicuous lack of makeup, it is readily apparent that $he is not one of the arcology's well-to-do inhabitants. $He recognizes you quickly and dips $his head in deference to your high status, <<if ($PC.visualAge < 35)>>$his cheeks flushed in embarrassment and confusion at a young arcology owner's interest in an old lady like $him.<<else>>$his expression awestruck by the presence of an arcology owner before $him.<</if>>
<<default>>
<br>ERROR: bad REFS event $REFSevent
<</switch>>
<br><br>
<<switch $REFSevent>>
<<case "paternalist encounter">>
<span id="result">
<<link "Alert your drones and keep walking">>
<<replace "#result">>
You inform $assistantName that you have a slave beater in need of detainment by your security drones, then continue on your way confident in your knowledge that the citizen will soon be in custody.
<</replace>>
<</link>>
<<if $cash >= 2000>>
<br><<link "Take the poor slave $girl into your custody">>
<<replace "#result">>
Confronting the citizen is simplicity in itself; he would not dare defy you under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his degradationist behaviors. As such, you are able to take civil ownership over the poor slave $girl and take $him into your care with only minimal compensation to the citizen. As you stride away from $his former owner with the $girl in your arms, $he leans over to plant a chaste kiss of thanks on your cheek.
<<set $cash -= 2000>>
<<include "New Slave Intro">>
<</replace>>
<</link>> // Taking custody of the $girl will cost <<print cashFormat(2000)>>. //
<</if>>
<br><<link "Publicly confront the citizen">>
<<replace "#result">>
Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to shirk the law. To make it clear his next offense will be his last, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen@@.
<<set $rep += 500>>
<</replace>>
<</link>>
</span>
<<case "degradationist encounter">>
<span id="result">
<<link "Alert your drones and keep walking">>
<<replace "#result">>
You inform $assistantName that you have a slave lover in need of harassment by your security drones, then continue on your way. You did not instruct your drones to attack the obscene pair, as the scrutiny and public shame of a drone escort around the arcology are a more fitting punishment for a citizen and will perhaps encourage him to think twice before treating his slave as an equal.
<</replace>>
<</link>>
<<if $cash >= 2000>>
<br><<link "Take the pampered slave $girl into your custody">>
<<replace "#result">>
Confronting the citizen is simplicity in itself; he would not dare defy you directly under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his disturbing actions. As such, you are able to take civil ownership over the slave $girl and claim $him for yourself with only token compensation to the citizen. As you stride away from $his former owner with the girl in your arms, $he clings to you with obvious naiveté for how you will treat $him. It's time $he learnt how slaves are treated in $arcologies[0].name.
<<set $cash -= 2000>>
<<include "New Slave Intro">>
<</replace>>
<</link>> // Taking custody of the $girl will cost <<print cashFormat(2000)>>. //
<</if>>
<br><<link "Publicly confront the citizen">>
<<replace "#result">>
Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to parade a slave around the arcology as if $he were his wife. To make it clear that you will not be so forgiving of his next transgression, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen@@.
<<set $rep += 500>>
<</replace>>
<</link>>
</span>
<<case "physical idealist encounter">>
<span id="result">
<<link "Keep walking">>
<<replace "#result">>
The citizen is undoubtedly a uniquely athletic specimen, so you linger for a moment to appreciate the strength and vigor of her punishing physical routine. When you've had your fill, you move on towards your next appointment.
<</replace>>
<</link>>
<<if $cash >= 1000>>
<br><<link "Offer to sponsor her for a promotional video">>
<<replace "#result">>
Despite her hulking, muscular exterior, the citizen proves to be a shrewd and capable advertisement executive as well. The two of you sit beside a hefty dumbbell rack for some time and together craft a simple promotional ad campaign featuring the herculean physical form of the citizen. Shooting the video is simple, footage of the citizen going about her various fitness routines is inspiring enough, and soon her every muscle and sinew is being broadcast across the world to laud the physical achievements of $arcologies[0].name. Your citizens are @@.green;filled with pride@@, knowing the rest of the world was just awed by their pursuit of bodily perfection.
<<set $rep += 1000, $cash -= 1000>>
<</replace>>
<</link>> // This will cost <<print cashFormat(1000)>>. //
<</if>>
<br><<link "Spend some time working out with her">>
<<replace "#result">>
The attendant of the gym is almost too stunned to charge you for entry, and indeed many citizens inside and outside the gym stop to watch you begin a work-out routine. The muscular citizen does not halt her own regime, of course, so you soon find yourself pumping iron and straining your muscles to the limit beside her.
<br><br>
Your eyes lock somewhere in the midst of a particularly strenuous exercise, and what follows may be remembered in the annals of $arcologies[0].name history as the most erotic display of physical might ever recorded. Matching each other rep for rep, the gym is soon echoing with the grunts of both your exertions while your bodies grow slick with glistening sweat. When the last dumbbell is racked, the citizen merely nods her respect at you for matching her pursuit of the physical ideal, to the @@.green;delight of the watching citizenry@@.
<<set $rep += 300>>
<</replace>>
<</link>>
</span>
<<case "pastoralist encounter">>
<span id="result">
<<link "Keep walking">>
<<replace "#result">>
The establishment is not the first of its kind in the arcology, but the idea seems to be popular enough with the citizenry to accommodate competition. When you've sated your curiosity perusing the courtesy menu by the door, you move on towards your next appointment.
<</replace>>
<</link>>
<<if $cash >= 1000>>
<br><<link "Offer to sponsor the restaurant with an advertisement">>
<<replace "#result">>
You soon discover that the owner of the establishment is a matronly woman who sources her dairy from other mothers in the arcology, having found that new or expectant mothers are often in need of a revenue stream. The two of you sit at the counter for some time, though the owner often excuses herself for a milking in the back room, and together craft a simple promotional ad campaign featuring a simple slogan. Posters bearing the words "Got MILF?" soon grace the walls of $arcologies[0].name, and your citizens take to the idea of motherly milkshakes and admire your @@.green;marketing acumen@@.
<<set $rep += 1000, $cash -= 1000>>
<</replace>>
<</link>> // This will cost <<print cashFormat(1000)>>. //
<</if>>
<br><<link "Have a shake">>
<<replace "#result">>
The owner of the parlor is so flattered by your patronage of her humble store that she not only provides your drink free of charge but even milks herself at the counter to personally provide the dairy for your shake. The shake's taste is rich, even creamy, with an overall sweet palate mixed with a slight nuttiness.
<br><br>
Though you depart without officially sponsoring the milkshake parlor, your presence is endorsement enough to many citizens while others simply @@.green;appreciate you drinking amongst them@@.
<<set $rep += 300>>
<</replace>>
<</link>>
</span>
<<case "transformation fetishism encounter">>
<span id="result">
<<link "Keep walking">>
<<replace "#result">>
It's unfortunate that this citizen is unable to realize $his dreams, but that's the way of the Free Cities. There are winners, and there are losers.
<</replace>>
<</link>>
<<if $cash >= 1000>>
<br><<link "Pay for $his treatment">>
<<replace "#result">>
It takes a moment for you to convince the woman that you aren't playing some cruel joke on $him, but once you do $he practically squeals with joy as you take $him through the doors of the clinic and announce your intent to pay to give your loyal citizen the absolute transformative works. When you next see $him it's on a gurney as $he's wheeled out of the surgery, $his patient's gown jutting out from $his chest due to the size of $his new rack. Through swollen lips $he gushes to you about how great $he feels to finally be a veritable bimbo, and how $he's going to tell every citizen $he fucks in $arcologies[0].name @@.green;that they have you to thank for $his new body@@.
<<set $rep += 1000, $cash -= 1000>>
<</replace>>
<</link>> // The treatment will cost <<print cashFormat(1000)>>. //
<</if>>
<br><<link "Offer to enhance $him in your remote surgery in exchange for a fuck">>
<<replace "#result">>
You make your presence known to citizen, and once the usual shock and disbelief have worn off the citizen rapidly agrees to your proposal. $He follows you back to the penthouse where you inform $assistantName that the citizen is to be given the works in the remote surgery. As the citizen passes through the doors to the surgery, $he turns and blows you a kiss of gratitude.
<br><br>
When the citizen is later delivered to your private suite to uphold $his end of the bargain, $he does so as the veritable image of a perfect bimbo slut. In $his rush to come thank you for transforming $him from $his plain and plebian appearance $he has evidently neglected to clothe herself, so you can admire $his new firm tits, plump ass and bee-stung lips from the moment $he enters the room. Despite being fresh from surgery, $he's an exquisite fuck and an enthusiastic partner - citizens like $him often are, given that penetration from a slave would be a social suicide.
<<if $cash >= 10000>>
<br><br>
<span id="result2">
<<link "Enslave $him afterwards">>
<<replace "#result2">>
As your new playmate lies slumbering in bed, you consult with $assistantName as to the cost of the surgery conducted today. With some creative accounting, you settle the citizen's other outstanding debts and then arrange for $him to be charged a sum in excess of $his financial means for the surgery conducted on $him today. Of course, that was not what you agreed, but it was $his mistake for undergoing an expensive procedure without a formal contract. When $he awakens, though $he will retain $his new bimbo body, $he will be just another slave in your penthouse.
<<run newSlave($activeSlave)>> /* skip New Slave Intro */
<<set $cash -= 10000>>
<</replace>>
<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
</span>
<</if>>
<</replace>>
<</link>>
</span>
<<case "body purism encounter">>
<span id="result">
<<link "Keep walking">>
<<replace "#result">>
It's unfortunate that this citizen is unable to realize her dreams, but that's the way of the Free Cities. There are winners, and there are losers.
<</replace>>
<</link>>
<<if $cash >= 1000>>
<br><<link "Pay for a day of treatment for her">>
<<replace "#result">>
It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the spa and announce your intent to pay for a day of cleansing, pampering and luxury. When you next see her it's on a wallscreen television at your penthouse praising you profusely. The rejuvenated young woman has clearly spread word of your generosity @@.green;across $arcologies[0].name@@.
<<set $rep += 1000, $cash -= 1000>>
<</replace>>
<</link>> // The treatment will cost <<print cashFormat(1000)>>. //
<</if>>
<<if ($Attendant != 0)>>
<br><<link "Give her a day of pampering with your attendant at your spa">>
<<replace "#result">>
You make your presence known to the citizen, and once the usual shock and disbelief have worn off it takes a moment to convince her that your offer of a cleansing experience in your spa is neither a cruel joke nor an underhanded attempt to enslave her. She follows you back to the penthouse where you inform your attendant that the citizen is to be sequestered in the spa for a day of pampering, cleansing and rejuvenation. As the citizen passes through the doors to the spa, she turns and blows you a kiss of gratitude.
<br><br>
When you stop by the spa later in the day, you spot the citizen luxuriating in a hot bath with a number of colorful health products spread across every visible surface of her nude skin. From where you stand it is clear her eyes are closed in immense contentment, while her body floats relaxed and carefree in the bubbling water. When the citizen finally departs at the end of the a long day of purification in the spa, she thanks you profusely and promises to tell everyone she can of your @@.green;generosity@@.
<<set $rep += 300>>
<</replace>>
<</link>>
<</if>>
</span>
<<case "youth preferentialist encounter">>
<span id="result">
<<link "Let them pass">>
<<replace "#result">>
You step aside gracefully and bow your head, while signifying to the $girl that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by $his father. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens@@.
<<set $rep += 100>>
<</replace>>
<</link>>
<<if $cash >= 500>>
<br><<link "Fuck $him over dinner">>
<<replace "#result">>
It takes a moment for you to convince the young $girl and $his father that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a pretty young thing on your arm for the rest of the night, and $his father trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his father, he politely continues eating his dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take his daughter over the dinner table. When you part ways, the young $girl is clearly smitten with you - so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire@@.
<<set $rep += 500, $cash -= 500>>
<</replace>>
<</link>> // This will cost <<print cashFormat(500)>>. //
<</if>>
<br><<link "Manipulate $him into having sex with you">>
<<replace "#result">>
It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving $him.
<br><br>
Once you both retire to your private suite, you peel the girl's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully youthful, with narrow hips, firm breasts, and a delicate blush across $his shamefaced, rosy cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans - citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature.
<<if $cash >= 10000>>
<br><br>
<span id="result2">
<<link "Enslave $him afterwards">>
<<replace "#result2">>
After $he regains $his bearings from your sexual encounter, the girl slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his father's considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his cheeks as $he sinks to $his knees, $his hopes of a long life without enslavement now dashed.
<br><br>
<<set $cash -= 10000>>
<<include "New Slave Intro">>
<</replace>>
<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
</span>
<</if>>
<</replace>>
<</link>>
</span>
<<case "maturity preferentialist encounter">>
<span id="result">
<<link "Let them pass">>
<<replace "#result">>
You step aside gracefully and bow your head, while signifying to the older woman that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and seems disproportionately flustered by your small show of civility. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, and soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's mature, female citizens@@.
<<set $rep += 100>>
<</replace>>
<</link>>
<<if $cash >= 500>>
<br><<link "Fuck $him over dinner">>
<<replace "#result">>
It takes a moment for you to convince the older woman and $his sons that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a mature lady on your arm for the rest of the night, and $his sons trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his sons, they politely continue eating their dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take their mother over the dinner table. When you part ways, the older woman is clearly smitten with you - so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire@@.
<<set $rep += 500, $cash -= 500>>
<</replace>>
<</link>> // This will cost <<print cashFormat(500)>>. //
<</if>>
<br><<link "Manipulate $him into having sex with you">>
<<replace "#result">>
It only takes a moment for $assistantName to uncover the citizen's financial records and the copious debt therein, and only another moment for you to browbeat the terrified older women into sleeping with you under threat of purchasing all $his debt and summarily enslaving $him. $His sons, frightened into obedience by the possibility of losing their dear mother, take their cue to make themselves scarce during the encounter.
<br><br>
Once you both retire to your private suite, you peel the mature citizen's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully plush, with wide hips, firm motherly breasts, and a delicate blush across $his shamefaced, plump cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans - citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature.
<<if $cash >= 10000>>
<br><br>
<span id="result2">
<<link "Enslave $him afterwards">>
<<replace "#result2">>
After $he regains $his bearings from your sexual encounter, the older woman slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his weathered cheeks as $he sinks to $his knees, $his hopes of making it through the breadth of $his long life without enslavement now dashed.
<br><br>
<<set $cash -= 10000>>
<<include "New Slave Intro">>
<</replace>>
<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
</span>
<</if>>
<</replace>>
<</link>>
</span>
<<default>>
<br>ERROR: bad REFS event $REFSevent
<</switch>>
<</if>> /* CLOSES EVENT SELECTION */
|
amomynous0/fc
|
src/uncategorized/REFS.tw
|
tw
|
bsd-3-clause
| 34,529 |
:: RESSTR [nobr]
/* This is one of several files that contains and organizes many different events. */
/* genericPlotEvents.tw */
/* PESS.tw: Player Event, Single Slave */
/* PETS.tw: Player Event, Two Slaves */
/* RECI.tw: Random Event, Check In */
/* REFI.tw: Random Event, Fetish Interest */
/* REFS.tw: Random Event, Future Societies */
/* RESS.tw: Random Event, Single Slave */
/* RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events) */
/* RETS.tw: Random Event, Two Slaves */
/* */
/* Events can also be in a dedicated *.tw file, formatted as follows: */
/* jeXXXXX.tw: Justice Event */
/* pXXXXXX.tw: Player event */
/* peXXXXX.tw: Player Event focused on a slave */
/* reXXXXX.tw: Random Event */
/* resXXXX.tw: Random Event, School */
/* seXXXXX.tw: Slave Event, focuses on slaves coming or going */
/* securityForceXXXXX.tw: Special (Security) Force event */
/* */
/* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw */
<<if Array.isArray($RESSTRevent)>>
<<set $activeSlave = $eventSlave>>
<<if $cheatMode == 1>>
<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
''A random event would have been selected from the following:''
<br>
<<for _i = 0; _i < $RESSTRevent.length; _i++>>
<<print "[[$RESSTRevent[_i]|RESSTR][$RESSTRevent = $RESSTRevent[" + _i + "]]]">>
<br>
<</for>>
<br><br>[[Go Back to Random Individual Event|Random Individual Event][$activeSlave = 0]]
<<else>>
<<set $RESSTRevent = $RESSTRevent.random()>>
<<goto "RESSTR">>
<</if>>
<<else>>
<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week">>
/* 000-250-006 */
<<if $seeImages == 1>>
<<if $imageChoice == 1>>
<div class="imageRef lrgVector"><<SlaveArt $activeSlave 2 0>></div>
<<else>>
<div class="imageRef lrgRender"><<SlaveArt $activeSlave 2 0>></div>
<</if>>
<</if>>
/* 000-250-006 */
<<set $desc = SlaveTitle($activeSlave)>>
<<run Enunciate($activeSlave)>>
<<switch $RESSTRevent>>
<<default>>
<br>ERROR: bad RESSTR event $RESSTRevent
<</switch>>
<br><br>
<span id="result">
<<switch $RESSTRevent>>
<<default>>
<br>ERROR: bad RESSTR event $RESSTRevent
<</switch>>
<<if $cheatMode == 1>>
<br><br>DEBUG: [[Go back to Nonrandom Event|Nonrandom Event][$activeSlave = 0, $eventSlave = 0]]
<</if>>
</span>
<</if>> /* CLOSES EVENT SELECTION */
|
amomynous0/fc
|
src/uncategorized/RESSTR.tw
|
tw
|
bsd-3-clause
| 2,627 |
:: Add custom descriptors [nobr]
<<set $nextButton = "Continue", $nextLink = "Rename">>
<<set $oldName = $activeSlave.slaveName, $oldSurname = $activeSlave.slaveSurname>>
You may enter custom descriptors for your slave's hair color, hair style, tattoos, or anything else here. After typing, press enter to commit your change. These custom descriptors will appear in descriptions of your slave, but will have no gameplay effect. Changing them is free.
<br><br>
<<if $activeSlave.devotion >= -50>>
<<if $activeSlave.customTitle != "">>You have instructed her to always refer to you as $activeSlave.customTitle, which, should she lisp, comes out as $activeSlave.customTitleLisp<<else>>You expect her to refer to you as all your other slaves do<</if>>.
<br>
<span id="result">
<<if $activeSlave.customTitle == "">>
<<link "Set a custom title for her to address you as">>
<<replace "#result">>
Custom title: <<textbox "$activeSlave.customTitle" $activeSlave.customTitle>>
<<link "Apply">>
<<replace "#result">>
She'll try her best to call you $activeSlave.customTitle.
<<set $activeSlave.customTitleLisp = lispReplace($activeSlave.customTitle)>>
<</replace>>
<</link>>
<</replace>>
<</link>>
<<else>>
She's trying her best to call you <<textbox "$activeSlave.customTitle" $activeSlave.customTitle>>
<br>
<<link "Apply">>
<<replace "#result">>
She'll try her best to call you $activeSlave.customTitle.
<<set $activeSlave.customTitleLisp = lispReplace($activeSlave.customTitle)>>
<</replace>>
<</link>> |
<<link "Stop using a custom title">>
<<replace "#result">>
She will no longer refer to you with a special title.
<<set $activeSlave.customTitle = "">>
<<set $activeSlave.customTitleLisp = "">>
<</replace>>
<</link>>
<</if>>
</span>
<<else>>
//You must break her will further before she will refer to you by a new title.<<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $activeSlave.customTitleLisp && $activeSlave.customTitleLisp != "">> For now, she intends to keep calling you "<<print $activeSlave.customTitleLisp>>".<</if>><<else>><<if def $activeSlave.customTitle && $activeSlave.customTitle != "">> For now, she intends to keep calling you "<<print $activeSlave.customTitle>>".<</if>><</if>>//
<</if>>
<br><br>
<<if ((($activeSlave.devotion >= -50) || ($activeSlave.trust < -20)) && ($activeSlave.birthName != $activeSlave.slaveName)) || (($activeSlave.devotion > 20) || ($activeSlave.trust < -20))>>
Change her given name<<if $activeSlave.birthName != $activeSlave.slaveName>> (her birth name was $activeSlave.birthName)<</if>>: <<textbox "$activeSlave.slaveName" $activeSlave.slaveName "Rename">>
<<link "Restore her birth name">><<set $activeSlave.slaveName = $activeSlave.birthName>><<goto "Rename">><</link>>
<<if $arcologies[0].FSPastoralist != "unset">>
<<if $activeSlave.lactation > 0>>
| <<link "Give her a random cow given name">><<set $activeSlave.slaveName = setup.cowSlaveNames.random()>><<goto "Rename">><</link>>
<</if>>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
| <<link "Give her a random devotional given name">><<set $activeSlave.slaveName = setup.chattelReligionistSlaveNames.random()>><<goto "Rename">><</link>>
<</if>>
<br><br>
Change her surname<<if $activeSlave.birthSurname != $activeSlave.slaveSurname>> (her birth surname was $activeSlave.birthSurname)<</if>>:
<<if $activeSlave.slaveSurname>>
<<textbox "$activeSlave.slaveSurname" $activeSlave.slaveSurname "Rename">>
<<else>>
<<textbox "$activeSlave.slaveSurname" "" "Rename">>
<</if>>
<<link "Restore her birth surname">><<set $activeSlave.slaveSurname = $activeSlave.birthSurname>><<goto "Rename">><</link>>
<<if $activeSlave.slaveSurname>>
| <<link "Take her surname away">><<set $activeSlave.slaveSurname = 0>><<goto "Rename">><</link>>
<</if>>
<<if $activeSlave.relationship >= 5>>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $activeSlave.relationshipTarget == $slaves[_i].ID>>
<<if $slaves[_i].slaveSurname>>
<<if $activeSlave.slaveSurname != $slaves[_i].slaveSurname>>
| <<link "Give her her wife's surname">><<set $activeSlave.slaveSurname = $slaves[_i].slaveSurname>><<goto "Rename">><</link>>
<<break>>
<</if>>
<</if>>
<</if>>
<</for>>
<</if>>
<<if $activeSlave.relationship == -3>>
<<if $PC.surname>>
<<if $activeSlave.slaveSurname != $PC.surname>>
| <<link "Give her your surname">><<set $activeSlave.slaveSurname = $PC.surname>><<goto "Rename">><</link>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
| <<link "Give her a random full Roman name">><<set $activeSlave.slaveName = setup.romanSlaveNames.random(), $activeSlave.slaveSurname = setup.romanSlaveSurnames.random()>><<goto "Rename">><</link>>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
| <<link "Give her a random full Aztec name">><<set $activeSlave.slaveName = setup.aztecSlaveNames.random(), $activeSlave.slaveSurname = 0>><<goto "Rename">><</link>>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
| <<link "Give her a random full ancient Egyptian name">><<set $activeSlave.slaveName = setup.ancientEgyptianSlaveNames.random(), $activeSlave.slaveSurname = 0>><<goto "Rename">><</link>>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
| <<link "Give her a random full feudal Japanese name">><<set $activeSlave.slaveName = setup.edoSlaveNames.random(), $activeSlave.slaveSurname = setup.edoSlaveSurnames.random()>><<goto "Rename">><</link>>
<</if>>
<<if $arcologies[0].FSDegradationist > -1>>
| <<link "Give her a degrading full name">><<run DegradingName($activeSlave)>><<goto "Rename">><</link>>
<</if>>
<<else>>
//You must break her will further before you can successfully force a new name on her.//
<</if>>
<br><br>
<<switch $activeSlave.hStyle>>
<<case "tails" "dreadlocks" "cornrows">>
Her hair is in $activeSlave.hStyle.
<<case "ponytail">>
Her hair is in a $activeSlave.hStyle.
<<default>>
Her hair is $activeSlave.hStyle.
<</switch>>
Custom hair description: <<textbox "$activeSlave.hStyle" $activeSlave.hStyle "Add custom descriptors">>
<br> //For best results, use a short, uncapitalized and unpunctuated description; for example: 'back in a ponytail'//
<br><br>
Her hair is $activeSlave.hColor in color.
Custom hair color: <<textbox "$activeSlave.hColor" $activeSlave.hColor "Add custom descriptors">>
<br> //For best results, use a short, uncapitalized and unpunctuated description; for example: 'black with purple highlights'//
<br><br>
<<if $activeSlave.eyeColor != $activeSlave.origEye>>
She is wearing $activeSlave.eyeColor lenses.
<<else>>
She has $activeSlave.eyeColor eyes.
<</if>>
Custom eye color: <<textbox "$activeSlave.eyeColor" $activeSlave.eyeColor "Add custom descriptors">>
<br> //For best results, use a short, uncapitalized and unpunctuated description; for example: 'blue'//
<br><br>
Change her custom tattoo: <<textbox "$activeSlave.customTat" $activeSlave.customTat "Add custom descriptors">> <br> //For best results, use complete sentences; for example: 'She has blue stars tattooed along her cheekbones.'//
<br><br>
Change her origin story: <<textbox "$activeSlave.origin" $activeSlave.origin "Add custom descriptors">>
<br> //For best results, use complete, capitalized and punctuated sentences; for example: 'She followed you home from the pet store.'//
<br><br>
Change her custom description: <<textbox "$activeSlave.customDesc" $activeSlave.customDesc "Add custom descriptors">>
<br> //For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'//
<br><br>
Change her custom label: <<textbox "$activeSlave.customLabel" $activeSlave.customLabel "Add custom descriptors">>
<br> //For best results, use a short phrase; for example: 'Breeder.'//
<br><br>
<<if ndef $activeSlave.customImage>><<set $activeSlave.customImage = 0>><</if>>
Assign her a custom image:
<<if $activeSlave.customImage != 0>>
<<textbox "$activeSlave.customImage" $activeSlave.customImage "Add custom descriptors">>
<<else>>
<<textbox "$activeSlave.customImage" "" "Add custom descriptors">>
<</if>>
<<link "Reset">><<set $activeSlave.customImage = 0, $activeSlave.customImageFormat = "png">><<goto "Add custom descriptors">><</link>>
<br> //File must be in// <tt><select id="customImageFormatSelector" style="border: none;"><option value="png">PNG</option><option value="jpg">JPG</option><option value="gif">GIF</option><option value="webm">WEBM</option></select></tt> //format. Place file in the \resources folder. Enter the filename without the extension. For example, for a file with the path// <tt>\bin\resources\headgirl.<span id="customImageFormatValue">png</span></tt>, //enter //<tt>headgirl</tt>.
<<script>>
jQuery(function() {
jQuery("#customImageFormatValue").text(State.variables.activeSlave.customImageFormat || "png");
jQuery("#customImageFormatSelector")
.val(State.variables.activeSlave.customImageFormat || "png")
.on("change", function(e) {
State.variables.activeSlave.customImageFormat = this.value;
jQuery("#customImageFormatValue").text(this.value);
});
});
<</script>>
<<if $seeImages == 1 && $imageChoice == 1>>
<br><br>
<<if ndef $activeSlave.customHairVector>><<set $activeSlave.customHairVector = 0>><</if>>
Assign her a custom hair SVG image:
<<if $activeSlave.customHairVector != 0>>
<<textbox "$activeSlave.customHairVector" $activeSlave.customHairVector "Add custom descriptors">>
<<else>>
<<textbox "$activeSlave.customHairVector" "" "Add custom descriptors">>
<</if>>
<<link "Reset">><<set $activeSlave.customHairVector = 0>><<goto "Add custom descriptors">><</link>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/addCustomDescriptors.tw
|
tw
|
bsd-3-clause
| 9,954 |
:: Apartments [nobr]
<<set $nextButton = "Back", $nextLink = "Main">>
This is a sector of the arcology's living areas,
<<switch $sectors[$AS].type>>
<<case "Apartments">>
occupied by citizens of varying wealth and social standing.
<<case "DenseApartments">>
upgraded for dense occupancy by as many citizens as possible.
<<case "LuxuryApartments">>
improved for occupancy by the Free Cities' wealthiest citizens.
<<default>>ERROR: bad sector type
<</switch>>
You control this part of the arcology and all these tenants pay you rent.
<<SectorSell>>
<br>
<<if $sectors[$AS].type != "DenseApartments">>
<br>
[[Upgrade this sector of apartments for dense occupancy by as many citizens as possible|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "DenseApartments"]]
//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
<</if>>
<<if $sectors[$AS].type != "LuxuryApartments">>
<br>
[[Improve this sector of apartments for occupancy by the Free Cities' wealthiest citizens|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "LuxuryApartments"]]
//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
<</if>>
<<if $sectors[$AS].type != "Apartments">>
<br>
[[Return this sector to standard, mixed housing|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Apartments"]]
//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
<</if>>
|
amomynous0/fc
|
src/uncategorized/apartments.tw
|
tw
|
bsd-3-clause
| 1,505 |
:: Arcade [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Arcade", $showEncyclopedia = 1, $encyclopedia = "Arcade", $arcadeSlaves = $ArcadeiIDs.length>>
<<if $arcadeName != "the Arcade">>
<<set $arcadeNameCaps = $arcadeName.replace("the ", "The ")>>
<</if>>
<<arcadeAssignmentFilter>>
$arcadeNameCaps
<<switch $arcadeDecoration>>
<<case "Roman Revivalist">>
is built out as a Roman street restaurant, with the bar containing the inmates. Citizens can amuse themselves at either side of the bar while enjoying some wine and olives and talking over the day's events.
<<case "Aztec Revivalist">>
is built out as an Aztec stone temple, with a short stone staircase to lead the people straight to the slaves waiting in front of the establishment. A small canal leads the shed blood to the back and out of the building.
<<case "Egyptian Revivalist">>
is built to look like an ancient Egyptian temple, with a long altar of sacrifice serving as the wall in which the inmates are held. Incongruously, it's piled with fresh flowers.
<<case "Edo Revivalist">>
is built to look like an Edo onsen, with discreet partitions allowing citizens a modicum of privacy as they use the services here. There are baths available so they can wash themselves afterward.
<<case "Arabian Revivalist">>
is built to look like a fantastical Arabian dungeon, with the inmates kept in iron cages that hold their holes in place for use.
<<case "Chinese Revivalist">>
is set up to look like a rough bar in an ancient Chinese city, with the inmates immured in the bar itself. Rowdy citizens can drink and fuck the holes here while shouting and boasting over the slaves' heads.
<<case "Chattel Religionist">>
is well decorated with severe religious iconography, since this place is an acceptable if not respectable place for a citizen to find relief, so long as they keep the service of the slave they use here in mind.
<<case "Degradationist">>
is nothing but a system of harnesses to hold slaves in the usual posture they would hold within a normal Free Cities sex arcade. This way, no iota of their degradation here is missed.
<<case "Asset Expansionist">>
is constructed so that the slaves lie within the arcade facing up. The wall itself ends at waist height, so their breasts stick up to be groped while they are used from either end.
<<case "Repopulation Focus">>
is constructed so that the slaves lie within the arcade facing up. A hole is situated above them, so that their belly has room to protrude upwards as they are fucked pregnant.
<<case "Eugenics">>
is designed with built in dispensers for various prophylactics. Numerous reminders to not impregnate subhumans line the walls along with offers for patrons to join the ranks of the elite.
<<case "Transformation Fetishist">>
reveals more of its inmates' bodies than the typical Free Cities sex arcade. There's no attempt to hide the feeding arrangements or injection lines, since transformation into a human sex toy is considered arousing here.
<<case "Gender Radicalist">>
is built to reveal most of its inmate's bellies, butts, groins, and thighs. Whatever a slave here has between her legs, it's available to be fucked, played with, or abused.
<<case "Gender Fundamentalist">>
is built to block the lower part of its inmates' butts from view and use. The slaves within are thus limited to their anuses for service here, but any slave can be disposed of in $arcadeName without offending fundamentalist sensibilities.
<<case "Physical Idealist">>
logs customers' performance for their own athletic information. It keeps track of personal bests and all-time high scores, and pays out cash prizes to customers who fuck the holes faster, harder, or for longer than the previous record holder.
<<case "Supremacist">>
is constructed so that the inmates' entire heads stick out of the mouth wall, though they're still masked and their jaws are held apart by ring gags. After all, seeing the anguish of the subhumans here is one of the main attractions.
<<case "Subjugationist">>
is constructed so that the inmates' entire heads stick out of the mouth wall, though they're still masked and their jaws are held apart by ring gags. After all, seeing the anguish of the $arcologies[0].FSSubjugationistRace slaves here is one of the main attractions.
<<case "Paternalist">>
is constructed so that nothing at all of the slaves is visible. The arcade is just a row of holes. In this way, good, paternalistic citizens can partake of a Free Cities sex arcade without being confronted with what they're doing.
<<case "Pastoralist">>
is constructed so that the slaves lie within the arcade facing up. If a slave is lactating, her breasts are kept bare and under the maximum sustainable dose of lactation drugs, so that any penetration of her holes produces amusing squirts of milk.
<<case "Maturity Preferentialist">>
is constructed so that nothing but the slaves' holes can be seen. This makes it possible to maintain the appearance of offering MILFs while using $arcadeName to get value out of useless young bitches' holes.
<<case "Youth Preferentialist">>
is constructed so that nothing but the slaves' holes can be seen. This makes it possible to maintain the appearance of offering nothing but young slaves while using $arcadeName to get value out of old bitches' holes.
<<case "Body Purist">>
is built out in such a way that much more of the slaves' rears and faces are visible than in a standard Free Cities sex arcade. This makes it much easier to check them for purity before using their holes.
<<case "Slimness Enthusiast">>
is barely distinguishable from a standard Free Cities sex arcade. The difference is a fun one, though: since the butts sticking out of the wall are much skinnier than usual, there's no padding to get in the way of hilting oneself in the holes.
<<case "Hedonistic">>
is built in such a way so that most of a slave's ass, thighs, breasts and belly are exposed for patrons to grope and fondle. Plenty of cup holders and surfaces are available to hold one's food and drink as they enjoy their hole of choice.
<<default>>
is a standard Free Cities sex arcade: a pair of hallways extend away from the entrance, lined with doorless stalls like those in a public restroom. One hallway offers mouths, the other <<if $seeDicks != 100>>vaginas and <</if>>anuses.
<</switch>>
<<if $arcadeSlaves > 2>>
It's busy. Customers are entering and exiting, leaving a few ¤ behind in the charge machines and loads of semen behind in the holes.
<<elseif $arcadeSlaves > 0>>
It's understaffed; there are lines here and there for the few holes available.
<<else>>
It's empty and quiet.
<<link "Decommission the arcade" "Main">>
<<set $arcade = 0, $arcadeUpgradeInjectors = 0, $arcadeUpgradeFuckdolls = 0, $arcadeUpgradeCollectors = 0>>
<<set _arc = $sectors.findIndex(function(s) { return s.type == "Arcade"; })>>
<<if _arc != -1>>
<<set $sectors[_arc].type = "Markets">>
<</if>>
<</link>>
<</if>>
<<if $arcadeSlaves > 0>>
<<set _NewPop = $arcadeSlaves+$dormitoryPopulation>>
<<link "Remove all slaves" "Arcade">>
<<for $arcadeSlaves > 0>>
<<= assignJob($slaves[$slaveIndices[$ArcadeiIDs[0]]], "work a glory hole")>>
<</for>>
<</link>>
<<if _NewPop > $dormitory>>
@@.red;Dormitory capacity will be exceeded.@@
<</if>>
<</if>>
<br>It can support $arcade inmates. Currently $arcadeSlaves <<if $arcadeSlaves == 1>>slave is<<else>>slaves are<</if>> incarcerated.
<<if ($arcade < $arcadeSlaves) && ($arcadeUpgradeFuckdolls == 1)>>
@@.yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be converted to a standard Fuckdoll this week.
<</if>>
<<set _Tmult0 = Math.trunc($arcade*1000*$upgradeMultiplierArcology)>>
[[Expand the arcade|Arcade][$cash -= _Tmult0, $arcade += 5]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
<br>
<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
<<if $arcadeUpgradeInjectors == 1>>
It has been upgraded with aphrodisiac injection systems and electroshock applicators. If the aphrodisiacs fail to force an orgasm from an inmate, she is shocked to tighten her holes regardless.
<<elseif $arcadeUpgradeCollectors == 1>>
It has been retrofitted to milk lactating slaves<<if $seeDicks != 0>> and cockmilk slaves capable of ejaculating<</if>>, though less efficiently than a dedicated facility.
<<else>>
<br>It is a standard arcade. It can be upgraded to either maximize the pleasure of those that visit it at the expense of the health of the inmates, or to keep them healthy (if not happy) and milk them of useful fluids.<br>
[[Upgrade the arcade with invasive performance-enhancing systems|Arcade][$cash -= _Tmult1, $arcadeUpgradeInjectors = 1]] | [[Retrofit the arcade to collect useful fluids|Arcade][$cash -= _Tmult1, $arcadeUpgradeCollectors = 1]]<br>
//Choosing either upgrade will cost <<print cashFormat(_Tmult1)>> and will increase upkeep costs. They are mutually exclusive; only one can be chosen.// <br>
<</if>>
<<if $arcologies[0].FSPaternalist == "unset">>
<br>
<<if $arcadeUpgradeMenials == 1>>
<<if $fuckdolls > 0>>
Rows of menial Fuckdolls are shackled to the floor in positions that force them to present all their holes. Their latex-clad bodies struggle in their restraints when fucked, offering a different arcade experience.
<<else>>
In addition to the low walls that house inmates, there are also rows of simple shackles that allow menial Fuckdolls to be restrained here to add still more rapeable holes to $arcadeName's capacity. They're empty at present.
<</if>>
<<else>>
There is no provision for menial Fuckdolls. [[Add shackles to restrain more holes|Arcade][$cash -= _Tmult1, $arcadeUpgradeMenials = 1]] //Costs <<print cashFormat(_Tmult1)>>//
<</if>>
<</if>>
<br>$arcadeNameCaps is
<<if $arcadeUpgradeFuckdolls == 1>>
equipped to convert surplus inmates into standard Fuckdolls.
<<else>>
<<set _Tmult2 = Math.trunc(5000*$upgradeMultiplierArcology)>>
not equipped to convert surplus inmates into standard Fuckdolls. [[Upgrade the arcade to create Fuckdolls|Arcade][$cash -= _Tmult2, $arcadeUpgradeFuckdolls = 1]] //Costs <<print cashFormat(_Tmult2)>>//
<</if>>
<!-- Statistics output -->
<<ArcadeStatistics 1>>
<br><br>
<<if ($arcade <= $arcadeSlaves) && $arcadeUpgradeFuckdolls == 0>>
''$arcadeNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $arcadeSlaves)>>
<<link "''Confine a slave in $arcadeName''">>
<<replace #ComingGoing>>
<<resetAssignmentFilter>>
<<set $Flag = 0>>
<<include "Slave Summary">>
<</replace>>
<</link>>
<</if>>
<<if $arcadeSlaves > 0>>
| <<link "''Bring a slave out of $arcadeName''">>
<<replace #ComingGoing>>
<<arcadeAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</replace>>
<</link>>
<<else>>
<br><br>//$arcadeNameCaps is empty for the moment.<br> //
<</if>>
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<arcadeAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
<br><br>Rename $arcadeName: <<textbox "$arcadeName" $arcadeName "Arcade">> //Use a noun or similar short phrase//
|
amomynous0/fc
|
src/uncategorized/arcade.tw
|
tw
|
bsd-3-clause
| 11,224 |
:: Arcade Report [nobr]
<span id="arcadestats">
</span>
<<SlaveSort $ArcadeiIDs>>
<<set _DL = $ArcadeiIDs.length, $arcadeSlaves = _DL, _SL = $slaves.length, _cockmilked = 0, _milked = 0, _milkprofits = 0, _profits = 0, _oldCash = 0, $boobsImplanted = 0, $prostatesImplanted = 0, $vasectomiesUndone = 0>>
<!-- Statistics gathering -->
<<set $facility = $facility || {}, $facility.arcade = initFacilityStatistics($facility.arcade)>>
<<if (_DL > 1)>>''There are _DL inmates confined in $arcadeName.''<<else>>''There is one inmate confined in $arcadeName.''<</if>>
<<if ($arcologies[0].FSDegradationist > 20)>>
<<if $arcologies[0].FSDegradationistLaw == 1>>
The tenants located near the arcade don't mind having it nearby, even though the crowd of menial slaves waiting their turn spills out into the hallway, 24 hours a day.
<<else>>
The tenants located near the arcade don't mind having it nearby.
<</if>>
<<elseif ($arcologies[0].FSPaternalist > 20)>>
Many of the better tenants located near the arcade consider it an @@.red;intolerable@@ establishment to have nearby.
<<else>>
Some of the better tenants located near the arcade consider it an @@.red;obnoxious@@ establishment to have nearby.
<</if>>
<<if $arcadeDecoration != "standard">>
<br><br> $arcadeNameCaps's customers enjoy @@.green;getting off in $arcadeDecoration surroundings.@@
<</if>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$ArcadeiIDs[_dI]]>>
/* Perform facility based rule changes */
<<set $slaves[$i].clothes = "no clothing">>
<<if ($arcadeUpgradeInjectors == 1)>>
<<if ($slaves[$i].health > -60)>>
<<set $slaves[$i].health -= 10>>
<<elseif ($slaves[$i].health > -80)>>
<<set $slaves[$i].health -= 2>>
<<else>>
<<set $slaves[$i].health -= 1>>
<</if>>
<<set $slaves[$i].aphrodisiacs = 2, $slaves[$i].devotion -= 5, $slaves[$i].trust -= 10>>
<<elseif ($arcadeUpgradeCollectors > 0)>>
<<if ($slaves[$i].health > 20)>>
<<set $slaves[$i].health -= 5>>
<<elseif ($slaves[$i].health > -50)>>
<<set $slaves[$i].health -= 3>>
<<else>>
<<set $slaves[$i].health -= 1>>
<</if>>
<<set $slaves[$i].trust -= 5>>
<<else>>
<<if ($slaves[$i].health > -20)>>
<<set $slaves[$i].health -= 5>>
<<elseif ($slaves[$i].health > -90)>>
<<set $slaves[$i].health -= 1>>
<</if>>
<<set $slaves[$i].trust -= 5>>
<</if>>
<<if ($slaves[$i].muscles > -100)>>
<<set $slaves[$i].muscles-->>
<</if>>
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[$i] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>>
<<include "SA chooses own job">>
<<else>>
is confined in $arcadeName.
<</if>>
<br> $He <<include "SA work a glory hole">>
<<else>>
<<silently>>
<<include "SA chooses own job">>
<<include "SA work a glory hole">>
<</silently>>
<</if>>
<<if ($arcadeUpgradeCollectors > 0)>>
<<if ($slaves[$i].vasectomy == 1)>>
<<set $slaves[$i].vasectomy = 0, $slaves[$i].health -= 10, $cash -= $surgeryCost, $vasectomiesUndone++>>
<<elseif ($slaves[$i].lactation < 2)>>
<<set $slaves[$i].lactation = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost, $boobsImplanted++>>
<<elseif $slaves[$i].prostate == 1>>
<<set $slaves[$i].prostate = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost, $prostatesImplanted++>>
<<elseif ($slaves[$i].lactation > 0) || ($slaves[$i].balls > 0)>>
<<set _oldCash = $cash>>
<<if $showEWD != 0>>
<br> $He <<include "SA get milked">>
<<else>>
<<silently>><<include "SA get milked">><</silently>>
<</if>>
<<set _milkprofits += $cash-_oldCash>>
<<set _growth = 0>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 100>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50>>
<<elseif ($slaves[$i].boobs < 10000)>>
<<set _growth = 25>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
/*
** NCS will allow some growth for Arcade milking, but not as much as the Dairy.
*/
<<set _growth = Math.trunc(_growth/3.5)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<<if (($slaves[$i].balls > 0) && ($slaves[$i].balls < 10) && (random(1,100) > (40 + (10 * ($slaves[$i].balls + (2 * $slaves[$i].inducedNCS))))))>>
<<set $slaves[$i].balls++>>
<</if>>
<<if (($slaves[$i].dick > 0) && ($slaves[$i].dick < 10) && (random(1,100) > (40 + (10 * $slaves[$i].dick + (2 * $slaves[$i].inducedNCS)))))>>
<<set $slaves[$i].dick++>>
<</if>>
<<if ($slaves[$i].lactation > 0)>>
<<set _milked++>>
<</if>>
<<if ($slaves[$i].balls > 0)>>
<<set _cockmilked++>>
<</if>>
<</if>>
<</if>>
<<if ($slaves[$i].inflation > 0)>>
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<<if $showEWD != 0>>
<br>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<</for>>
<<if _DL > 0>>
<br><br>
<<if _milked == 1>>
One of them is lactating and spends her time in $arcadeName being simultaneously milked and fucked.
<<elseif _milked > 1>>
_milked of them are lactating and spend their time in $arcadeName being simultaneously milked and fucked.
<</if>>
<<if $vasectomiesUndone>>
<<if $vasectomiesUndone == 1>>
One
<<else>>
$vasectomiesUndone
<</if>>
of them had severed vas deferens, so they were reattached to allow sperm through, costing @@.red;<<print cashFormat($surgeryCost*$vasectomiesUndone)>>.@@
<</if>>
<<if $boobsImplanted>>
<<if $boobsImplanted == 1>>
One of them was not lactating, so she was
<<else>>
$boobsImplanted of them were not lactating, so they were
<</if>>
implanted with long-acting lactation inducing drugs, costing @@.red;<<print cashFormat($surgeryCost*$boobsImplanted)>>.@@
<</if>>
<<if $prostatesImplanted>>
<<if $prostatesImplanted == 1>>
One of them was not producing the maximum possible amount of precum, so she was
<<else>>
$prostatesImplanted of them were not producing the maximum possible amount of precum, so they were
<</if>>
implanted with long-acting prostate stimulation drugs, costing @@.red;<<print cashFormat($surgeryCost*$prostatesImplanted)>>.@@
<</if>>
<<if _cockmilked == 1>>
One of them retains testicles and is brutally cockmilked as she is used.
<<elseif _cockmilked > 1>>
_cockmilked of them retain testicles and are brutally cockmilked as they are used.
<</if>>
The arcade makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ from selling the inmates' holes<<if ($arcadeUpgradeCollectors > 0)>> and @@.yellowgreen;<<print cashFormat(_milkprofits)>>@@ from selling the fluids they produced<</if>> this week.
<<if ($arcologies[0].FSDegradationist > 20)>>
<<elseif ($arcologies[0].FSPaternalist > 20)>>
<<set $repGain -= Math.trunc(_profits/20)>>
<<else>>
<<set $repGain -= Math.trunc(_profits/100)>>
<</if>>
<</if>>
<<if ($arcadeUpgradeFuckdolls == 1) && (_DL > $arcade)>>
<<set $activeSlave = 0, _Age = -1, _FD = -1, _MB = -1, _Con = -1>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$ArcadeiIDs[_dI]]>>
<<if $slaves[$i].sentence == 0>> /* lets not convert slaves we are punishing into fuckdolls */
<<if ($slaves[$i].fetish == "mindbroken")>>
<<if ($slaves[$i].fuckdoll == 0)>>
<<if ($slaves[$i].physicalAge > 35)>>
<<set _Age = $i>>
<<break>>
<<elseif _FD == -1>>
<<set _FD = $i>>
<</if>>
<<elseif _MB == -1>>
<<set _MB = $i>>
<</if>>
<<elseif _Con == -1>>
<<set _Con = $i>>
<</if>>
<</if>>
<</for>>
<<if _Age > -1>>
<<set $activeSlave = $slaves[_Age]>>
<<elseif _FD > -1>>
<<set $activeSlave = $slaves[_FD]>>
<<elseif _MB > -1>>
<<set $activeSlave = $slaves[_MB]>>
<<elseif _Con > -1>>
<<set $activeSlave = $slaves[_Con]>>
<</if>>
<br> $activeSlave.slaveName is low-quality and surplus to the needs of the arcade, so she has been converted into a Fuckdoll.
<<include "Remove activeSlave">>
<<if $activeSlave == 0>> /% if not zero then technically there was an error INVALID SLAVE %/
<<set $fuckdolls++, _SL-->>
<</if>>
<</if>>
<<if _DL > 0>>
<!-- Record statistics gathering -->
<<script>>
var b = State.variables.facility.arcade;
b.whoreIncome = 0;
b.customers = 0;
b.whoreCosts = 0;
b.rep = 0;
for(var si of b.income.values()) {
b.whoreIncome += si.income;
b.customers += si.customers;
b.whoreCosts += si.cost;
b.rep += si.rep;
}
b.maintenance = State.variables.arcade * State.variables.facilityCost * (0.5 + 0.2 * State.variables.arcadeUpgradeInjectors + 0.2 * State.variables.arcadeUpgradeCollectors);
b.totalIncome = b.whoreIncome;
b.totalExpenses = b.whoreCosts + b.maintenance;
b.profit = b.totalIncome - b.totalExpenses;
<</script>>
<!-- Statistics output -->
<<ArcadeStatistics 0>>
<<timed 50ms>>
<<replace #arcadestats>>
<<ArcadeStatistics 1>>
<</replace>>
<</timed>>
<br><br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/arcadeReport.tw
|
tw
|
bsd-3-clause
| 9,620 |
:: Arcology Management [nobr]
<<if $useTabs == 0>>__Arcology Management__<</if>>
<br>
<<set _flux = random(20,40)>>
<<if $arcologies[0].FSPaternalist != "unset">>
Poor citizens can rely on their better-off peers in $arcologies[0].name.
<<set _flux -= Math.trunc($arcologies[0].FSPaternalist/10)>>
<<elseif $arcologies[0].FSDegradationist != "unset">>
The arcology is a cutthroat place in which falling into slavery is very easy.
<<set _flux += Math.trunc($arcologies[0].FSDegradationist/10)>>
<</if>>
<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
Egyptian Revivalism is benevolent in some ways, and charity is common here.
<<set _flux -= Math.trunc($arcologies[0].FSEgyptianRevivalist/10)>>
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
Your citizens take pride in looking after each other.
<<set _flux -= Math.trunc($arcologies[0].FSRomanRevivalist/10)>>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
Chattel Religionism helps some poor citizens see slavery as a spiritually pure fate.
<<set _flux += Math.trunc($arcologies[0].FSChattelReligionist/10)>>
<<elseif $arcologies[0].FSNull != "unset">>
Your arcology's vibrant, open culture helps everyone succeed, preventing many struggling citizens from falling into slavery.
<<set _flux -= Math.trunc($arcologies[0].FSNull/5)>>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
The pastoralization of $arcologies[0].name helps concentrate wealth in the hands of a few.
<<set _flux += Math.trunc($arcologies[0].FSPastoralist/10)>>
<</if>>
<<if $AntiEnslavementCash == 1>>
Your charity purse prevents a few citizens from falling into slavery.
<<set _flux -= 10>>
<<elseif $ProEnslavementCash == 1>>
You @@.yellowgreen;take kickbacks@@ for ignoring enslavement of citizens.
<<set _flux += 10>>
<<set $cash += random(500,1500)>>
<</if>>
<<if $AntiEnslavementRep == 1>>
You use your personal influence to help struggling citizens.
<<set _flux -= 10, $rep -= 100>>
<<elseif $ProEnslavementRep == 1>>
You @@.green;make friends@@ by tacitly supporting enslavement of upstart citizens.
<<set _flux += 10, $rep += 100>>
<</if>>
<<if $enslavementRights == 1>>
As the only legal entity in the arcology able to declare the status of a person as enslaved, you are able to @@.yellowgreen;collect fees@@ over enslavement of your citizens. Many, however, consider this move an intromission in private affairs, @@.red;damaging your authority.@@
<<set $authority -= 10>>
<<set $cash += _flux * 100>>
<</if>>
<<set $oldFlux = _flux>>
<<set $ACitizens -= _flux, $ASlaves += _flux>>
This week, <<if _flux >= 20>>many<<elseif _flux >= 5>>some<<else>>few to none<</if>> of $arcologies[0].name's citizens fell into slavery.
<<if $ACitizens < $ACitizenLimit>>
<<if $AntiImmigrationCash == 1>>
You covertly @@.yellowgreen;sell@@ the private information of potential arcology immigrants on the old world black market.
<<set $cash += random(500,1500), $ACitizens -= random(5,15)>>
<</if>>
<<if $AntiImmigrationRep == 1>>
You allow citizens input on potential immigrants, a @@.green;popular@@ program.
<<set $rep += 100, $ACitizens -= random(5,15)>>
<</if>>
<<if $arcologies[0].FSRestartLaw == 1>>
Your sterilization program drives several disloyal citizens out of the arcology.
<<set $ACitizens -= random(3,10)>>
<</if>>
<</if>>
<<set $oldACitizens = $ACitizens>>
<<set _immigrants = 0>>
<<if $ACitizens >= $ACitizenLimit>>
<<set $ACitizens = $ACitizenLimit>>
Your arcology is currently home to as many citizens as it can house; unless the living areas are reconfigured, the citizen population will not increase.
<<else>>
<<set _immigrants += random(-10,10)>>
<<if $ProImmigrationRep == 1>>
Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but @@.red;annoys some longstanding citizens.@@
<<set _immigrants += random(10,20), $rep -= 100>>
<</if>>
<<if $ProImmigrationCash == 1>>
The rent promotion for new immigrants brings new citizens to the arcology.
<<set _immigrants += random(10,20)>>
<</if>>
<<if $arcologies[0].FSRepopulationFocusLaw == 1>>
The rent promotion for pregnant women attracts several gravid ladies and a few girls eager to become mothers to enroll as citizens in your arcology.
<<set _immigrants += random(5,10)>>
<</if>>
<<if $ACitizens < $ACitizenLimit*0.6>>
The availability of a large number of apartments encourages many new citizens to immigrate.
<<set _immigrants += random(10,20)>>
<</if>>
<<if $secExp == 1>>
<<if $crime > 80>>
Crime is a widespread phenomenon in your arcology, many potential immigrants are scared away.
<<set _immigrants -= random(5,10)>>
<<elseif $crime < 20>>
Crime is a distant issue within the walls of your arcology, many immigrants are attracted to such safe shores.
<<set _immigrants += random(5,10)>>
<</if>>
<<if $limitSubhumans == 1>>
Subhumans are stopped and turned away as soon as they dare petition for citizenship in your arcology, slightly lowering immigrants numbers.
<<set _immigrants -= random(5,10)>>
<</if>>
<<if $openBorders == 1>>
The very liberal attitude towards immigration calls many hopeful immigrants to your arcology.
<<set _immigrants += random(10,20)>>
<</if>>
<<if $propCampaign >= 1 && $propFocus == "immigration">>
Your advertisement campaign outside the free city brings more people to the gates of your arcology.
<<if $RecuriterOffice == 0 || $Recruiter == 0>>
<<if $propCampaignBoost == 0>>
<<set _immigrants += random(1,2) * $propCampaign>>
<<else>>
<<set _immigrants += random(1,4) * $propCampaign>>
<</if>>
<<else>>
''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your immigration campaign from her PR hub office.
<<if $propCampaignBoost == 0>>
<<set _immigrants += random(2,5+Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)) * $propCampaign>>
<<else>>
<<set _immigrants += random(2,6+Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)) * $propCampaign>>
<</if>>
<</if>>
<</if>>
<<if $limitImmigration == 1>>
The strict limits on immigration keep the number of people coming in the arcology limited.
<<if _immigrants > 40>>
<<set _immigrants = 40>>
<</if>>
<</if>>
<<if $garrison.waterwayTime > 0>>
The damage caused to the water supply of the arcology discourages immigration and causes the death of some of the poorest residents.
It will still take <<if $garrison.waterwayTime > 1>>$garrison.waterwayTime weeks<<else>>a week<</if>> to finish repair works.
<<set _immigrants = Math.clamp(_immigrants - random(40,60), 0 , _immigrants)>>
<<set $ACitizens -= random(10,20), $ASlaves -= random(10,20)>>
<<set $garrison.waterwayTime-->>
<<set $PC.engineering += .1>>
<</if>>
<</if>>
<</if>>
<<if !isInt(_immigrants)>>
<br>@@.red;Error: immigrants is outside accepted range, please report this issue@@
<</if>>
<<set $ACitizens += _immigrants>>
<<if $ACitizens <= 100>>
Your arcology is home to an extremely small number of very wealthy citizens; wealth is as concentrated as possible and the citizen population will not decrease further.
<<set $ACitizens = 100>>
<</if>>
<<if $ASlaves >= $ASlaveLimit>>
<<set $ASlaves = $ASlaveLimit>>
The living areas of the arcology are packed with sex slaves; your citizens cannot find space for any more.
<<else>>
<<set $ASlaves -= random(1,10)+Math.trunc(10*(1-$slaveCostFactor))>>
<<if $slaveCostFactor >= 1.1>>
With the price of slaves so high, some of your citizens make money by selling a few of their girls.
<<elseif $slaveCostFactor <= 0.9>>
With the price of slaves so low, some of your citizens gratify themselves with new purchases.
<</if>>
<<if $ASlaves < $ASlaveLimit*0.8>>
<<if $ASlaves < $ASlaveLimit*0.6>>
Since there's a lot of space for sex slaves in the living areas, it's fashionable for your citizens to buy up cheap girls and fill their apartments.
<<set $ASlaves += random(1,10)+Math.trunc($arcologies[0].prosperity/5)>>
<<else>>
Since the living areas can comfortably house more sex slaves, it's fashionable for your citizens to buy more girls.
<<set $ASlaves += random(1,10)+Math.trunc($arcologies[0].prosperity/10)>>
<</if>>
<<if $arcologies[0].prosperity > 200>>
$arcologies[0].name is extremely prosperous, and they can afford to buy many of the best.
<<elseif $arcologies[0].prosperity > 100>>
$arcologies[0].name is quite prosperous, and they can afford to buy many pretty slaves.
<</if>>
<</if>>
<<if $liveTargets == 1>>
Disobedient slaves are used as live targets in the shooting ranges of the arcology<<if $secBarracks != 0>> and the barracks.<<else>>.<</if>>
<<set $ASlaves -= random(10,20)>>
<</if>>
<<if $ASlaves <= 1000>><<set $ASlaves = 1000>><</if>>
<</if>>
<<if !isInt($ACitizens)>>
<br>@@.red;Error: ACitizens is outside accepted range, please report this issue@@
<</if>>
<<if !isInt($ASlaves)>>
<br>@@.red;Error: ASlaves is outside accepted range, please report this issue@@
<</if>>
<<print commaNum($ACitizens)>> citizens and <<print commaNum($ASlaves+$helots+$slaves.length)>> slaves now live in your arcology.
<<if $arcologies[0].FSSupremacistLawME == 1>>The citizenry is entirely $arcologies[0].FSSupremacistRace.<</if>>
<<if $arcologies[0].FSRomanRevivalistLaw == 1>>The citizens take pride in their martial duties, preferring to wear utilitarian clothing even when off duty.<</if>>
<<if $arcologies[0].FSGenderRadicalistDecoration == 100>>Every single one of the slaves is female by virtue of her fuckable asshole.
<<elseif $arcologies[0].FSGenderFundamentalistSMR == 1>>Almost every citizen is an upstanding man, while the slave population is almost completely female.<</if>>
<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>>Close relationships between citizens and slaves, especially slave siblings, are common.<<elseif $arcologies[0].FSEgyptianRevivalistIncestPolicy == 1>>Close relationships between citizens, slaves and siblings are common.<</if>>
<<if $arcologies[0].FSSubjugationistLawME == 1>>$arcologies[0].FSSubjugationistRace subhumans form a majority of the slaves.<</if>>
<<if $arcologies[0].FSChattelReligionistLaw == 1>>The slave population as a whole is unusually accepting of its station.<</if>>
<<if $arcologies[0].FSPaternalistLaw == 1>>The slaves are well cared for, and it can sometimes be difficult to tell slaves from citizens.
<<elseif $arcologies[0].FSDegradationistLaw == 1>>Most of the slaves are recent captures, since the vicious society that's taken root here uses people up quickly.<</if>>
<<if $arcologies[0].FSBodyPuristLaw == 1>>The average slave is quite healthy.
<<elseif $arcologies[0].FSTransformationFetishistLaw == 1>>
<<if $arcologies[0].FSTransformationFetishistResearch == 1>>
Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>an M cup bust is below average among the slave population<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
<<else>>
Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>a D cup bust is below average among the slave population.<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
<</if>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiastSMR == 1>>Most of the slave population is quite slim and physically fit.
<<elseif $arcologies[0].FSAssetExpansionistSMR == 1>>The arcology's consumption of pharmaceuticals is impressive, since slave growth hormones are nearly ubiquitous.<</if>>
<<if $arcologies[0].FSRepopulationFocusLaw == 1>>Many of the women in the arcology are pregnant.<<elseif $arcologies[0].FSRepopulationFocusSMR == 1>>Most of the slaves in the arcology are pregnant.<<elseif $arcologies[0].FSRestartLaw == 1>>Many of your civilians have agreed to be sterilized.<<elseif $arcologies[0].FSRestartSMR == 1>>Many of slave slaves in your arcology are infertile.<</if>>
<<if $arcologies[0].FSPastoralistLaw == 1>>Much of the menial slave labor force works to service the arcology's hundreds of human cattle.<</if>>
<<if $arcologies[0].FSPhysicalIdealistSMR == 1>>The arcology must import a very large quantity of nutritive protein to nourish its slaves.<</if>>
<<if $arcologies[0].FSHedonisticDecadenceSMR == 1>>The arcology must import a very large quantity of fattening food to plump up its slaves.<</if>>
<<if $ACitizens > $ASlaves*2>>
Since most citizens do not own sex slaves, @@.yellowgreen;demand for sexual services is intense.@@
<<elseif $ACitizens > $ASlaves>>
Since many citizens do not own sex slaves, @@.yellowgreen;demand for sexual services is healthy.@@
<<elseif $ACitizens > $ASlaves*0.5>>
Since many citizens keep a personal sex slave, @@.yellow;demand for sexual services is only moderate.@@
<<elseif $ACitizens > $ASlaves*0.25>>
Since most citizens keep at least one sex slave, @@.gold;local demand for sexual services is low,@@ though visitors to the arcology will always keep it above a certain minimum.
<<else>>
Since most of your citizens now keep private harems of sex slaves, @@.gold;local demand for sexual services is very low,@@ though visitors to the arcology will always keep it above a certain minimum.
<</if>>
<br>
<<set _rents = random(1,100)>>
<<for _i = 1; _i < $sectors.length; _i++>>
<<if $sectors[_i].ownership == 1>>
<<if $sectors[_i].type != "Brothel">>
<<if $sectors[_i].type != "Club">>
<<if $sectors[_i].type != "Arcade">>
<<if $sectors[_i].type != "Dairy">>
<<if $sectors[_i].type != "Pit">>
<<if $sectors[_i].type != "Sweatshops">>
<<if $sectors[_i].type != "Pens">>
<<if $sectors[_i].type != "Barracks">>
<<if $sectors[_i].type != "weapManu">>
<<set _rents += $arcologies[0].prosperity*10>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<set $rentalMultiplier = 1>>
<<if $arcologies[0].FSPaternalistLaw == 1>>
<<set $rentalMultiplier -= 0.1>>
Tenants who can prove that they abstain from certain practices are given a reduction to their rent.
<</if>>
<<if $arcologies[0].FSYouthPreferentialistLaw == 1>>
<<set $rentalMultiplier -= 0.1>>
Younger citizens are offered subsidized rent to encourage young people to join the free population of your arcology.
<</if>>
<<if $arcologies[0].FSMaturityPreferentialistLaw == 1>>
<<set $rentalMultiplier -= 0.1>>
Older citizens are offered subsidized rent to encourage mature people to join the free population of your arcology.
<</if>>
<<if $arcologies[0].FSRepopulationFocusLaw == 1>>
<<set $rentalMultiplier -= 0.1>>
Pregnant citizens are offered subsidized rent to encourage free women to become pregnant and pregnant women to join the free population of your arcology.
<<elseif $arcologies[0].FSRestartLaw == 1>>
<<set $rentalMultiplier += 0.1>>
Non-elite citizens who refuse to be sterilized face a moderate tax and the looming possibility of expulsion or enslavement.
<</if>>
<<if $arcologies[0].FSHedonisticDecadenceLaw == 1>>
<<set $rentalMultiplier -= 0.1>>
Food vendors are offered subsidized rent and operating expenses to set up shop in your arcology.
<</if>>
<<if $alternativeRents == 1>>
Your citizens are allowed to pay their rents in slaves rather than cash and a few financially challenged individuals make use of this.
<<set $rentalMultiplier -= 0.1>>
<<set $helots += random(0,3)>>
<</if>>
<<if $discountMercenaries == 1>>
Mercenaries willing to come to your arcology are given a discount on rent.
<<set $rentalMultiplier -= 0.05>>
<</if>>
<<if $militiaSoldierPrivilege == 1>>
Citizens in the militia are exempt from rent payment.
<<set $rentalMultiplier -= 0.05>>
<</if>>
<<if $arcologies[0].FSArabianRevivalistLaw == 1>>
<<set $rentalMultiplier += 0.1>>
Those of your citizens who have not yet subscribed to the society you are building are permitted to live and do business here, but must pay a moderate jizya tax for the privilege as part of their rent.
<</if>>
<<set _rents = Math.trunc(_rents*$rentalMultiplier)>>
<<if !isInt(_rents)>>
<br>@@.red;Error: rents is outside accepted range, please report this issue@@
<</if>>
<<set $cash += _rents>>
This week, rents from $arcologies[0].name came to
<<if _rents > 0>>
@@.yellowgreen;<<print cashFormat(_rents)>>.@@
<<else>>
@@.red;<<print cashFormat(_rents)>>.@@
<</if>>
<<if $economy > 1>>
<<set _bribes = ($week*100)+random(-100,100)>>
<<if $cash > 1000>>
<<set _bribes += Math.trunc($cash*0.02)>>
<</if>>
The @@.red;degenerating world economy@@ makes supplying and maintaining $arcologies[0].name extremely difficult. This week, bribes and other costs to keep it running came to @@.yellowgreen;<<print cashFormat(_bribes)>>.@@
<<set $cash -= _bribes>>
<</if>>
<<if $helots+$menialBioreactors+$fuckdolls > 0>>
<<set _earnings = 0>>
You own
<<if $helots > 0>>
<<set _earnings += $helots*10>>
<<if $Sweatshops > 0>>
<<if $Sweatshops*500 <= $helots>>
<<set _earnings += $Sweatshops*7000>>
<<set _earnings += ($helots-$Sweatshops*500)*10>>
<<else>>
<<set _earnings += $helots*10>>
<</if>>
<</if>>
<<if $helots > 1>> <<print commaNum($helots)>> menial slaves<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><<else>>one menial slave<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><</if>>
<</if>>
<<if $menialBioreactors > 0>>
<<set _earnings += $menialBioreactors*(10+(10*$arcologies[0].FSPastoralistLaw))>>
<<if $dairy && $dairyUpgradeMenials>><<set _earnings += $menialBioreactors*5>><</if>>
<<if $menialBioreactors > 1>> <<print commaNum($menialBioreactors)>> standard bioreactors,<<else>>one standard bioreactor,<</if>>
<<if $fuckdolls > 0>>and<</if>>
<</if>>
<<if $fuckdolls > 0>>
<<set _earnings += $fuckdolls*(15+(10*$arcologies[0].FSDegradationistLaw))>>
<<if $arcade && $arcadeUpgradeMenials>><<set _earnings += $fuckdolls*5>><</if>>
<<if $fuckdolls > 1>> <<print commaNum($fuckdolls)>> standard fuckdolls,<<else>>one fuckdoll,<</if>>
<</if>>
<<set _earnings += random(1,10)>>
<<set $cash += _earnings>>
earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@
<</if>>
<<set _refugees = 0>>
<<if $terrain == "urban">>
<<set _refugees += random(0,5)>>
<<elseif $terrain == "rural">>
<<set _refugees += random(0,3)>>
<<elseif $terrain == "marine">>
<<set _refugees += random(0,1)>>
<</if>>
<<if $ProRefugees == 1>>
<<set _refugees += random(0,1)>>
<</if>>
<<for $i = 0; $i < 3; $i++>>
<<if $rep > random(0,30000)>>
<<set _refugees += 1>>
<</if>>
<</for>>
<<if _refugees > 0>>
Some desperate people filtered into the arcology during the
<<if $propCampaign >= 1 && $propFocus == "enslavement">>
week, many attracted by your advertisement campaigns.
<<if $RecuriterOffice == 0 || $Recruiter == 0>>
<<if $propCampaignBoost == 1>>
<<set _refugees += random(0,4)>>
<<else>>
<<set _refugees += random(0,2)>>
<</if>>
<<else>>
''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your self-enslavement campaign from her PR hub office.
<<if $propCampaignBoost == 1>>
<<set _refugees += random(0,5+Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32))>>
<<else>>
<<set _refugees += random(0,3+Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32))>>
<</if>>
<</if>>
<<else>>
week.
<</if>>
As owner, you were able to enslave _refugees of them.
<<set $helots += _refugees>>
<</if>>
<<set _AWeekGrowth = $AGrowth>>
<<if _AWeekGrowth+$arcologies[0].prosperity > $AProsperityCap>>
@@.yellow;$arcologies[0].name is at its maximum prosperity, so rents will not increase until it is improved.@@
<<elseif (2*_AWeekGrowth)+$arcologies[0].prosperity >= $AProsperityCap>>
@@.yellow;Your arcology is nearly at its maximum prosperity.@@
<<set $arcologies[0].prosperity += _AWeekGrowth>>
<<else>>
<<if $arcologies[0].ownership >= 100>>
Your controlling interest in $arcologies[0].name allows you to lead it economically, @@.green;supercharging growth.@@
<<set _AWeekGrowth += 3>>
<<elseif $arcologies[0].ownership >= random(40,100)>>
Your interest in $arcologies[0].name allows you to lead it economically, @@.green;boosting growth.@@
<<set _AWeekGrowth++>>
<</if>>
<<if $arcologies[0].prosperity < ($rep/100)>>
Your impressive reputation relative to $arcologies[0].name's prosperity @@.green;drives an increase in business.@@
<<set _AWeekGrowth++>>
<<elseif $rep > 18000>>
<<elseif $arcologies[0].prosperity > ($rep/60)>>
Your low reputation relative to $arcologies[0].name's prosperity @@.red;seriously impedes business growth.@@
<<set _AWeekGrowth -= 2>>
<<elseif $arcologies[0].prosperity > ($rep/80)>>
Your unimpressive reputation relative to $arcologies[0].name's prosperity @@.yellow;slows business growth.@@
<<set _AWeekGrowth-->>
<</if>>
<<if $secExp == 1>>
<<if $trade <= 20>>
<<set _AWeekGrowth += 1>>
<<elseif $trade <= 40>>
<<set _AWeekGrowth += 2>>
<<elseif $trade <= 60>>
<<set _AWeekGrowth += 3>>
<<elseif $trade <= 80>>
<<set _AWeekGrowth += 4>>
<<else>>
<<set _AWeekGrowth += 5>>
<</if>>
<<if $smilingManFate == 0>>
The ex-criminal known to the world as The Smiling Man puts her impressive skills to work, improving the financial situation of the arcology with ease.
<<set _AWeekGrowth++>>
<</if>>
<</if>>
<<if $personalAttention == "business">>
<<if ($PC.trading >= 100) || ($PC.career == "arcology owner")>>
Your @@.springgreen;business focus and your experience@@ allow you to greatly assist in advancing the arcology's prosperity.
<<set _AWeekGrowth += 2>>
<<else>>
Your business focus allows you to help improve the arcology's prosperity.
<<set _AWeekGrowth++>>
<</if>>
<<if $PC.actualAge >= 50>>
<<if $arcologies[0].FSMaturityPreferentialistLaw == 1>>
You are able to leverage your long seniority in the business community using the arcology's favorable laws to further advance prosperity.
<<set _AWeekGrowth++>>
<</if>>
<<elseif $PC.actualAge < 35>>
<<if $arcologies[0].FSYouthPreferentialistLaw == 1>>
You are able to leverage your freshness in the business community using the arcology's favorable laws to further advance prosperity.
<<set _AWeekGrowth++>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSNull != "unset">>
Your cultural openness is a powerful driver of economic activity.
<<set _AWeekGrowth += Math.trunc($arcologies[0].FSNull/25)>>
<</if>>
<<if $arcologies[0].FSRestart != "unset">>
Your powerful connections open many avenues of economic expansion.
<<set _AWeekGrowth += Math.trunc($arcologies[0].FSRestart/10)>>
<</if>>
<<if $arcologies[0].FSPaternalist >= random(1,100)>>
This week, the careful attention to slave welfare your new society emphasizes has been a driver of prosperity.
<<set _AWeekGrowth++>>
<</if>>
<<if $arcologies[0].FSHedonisticDecadence >= random(1,100)>>
This week, several new businesses opened local branches or broke ground, greatly increasing prosperity.
<<set _AWeekGrowth += 2>>
<</if>>
<<if $arcologies[0].FSChattelReligionistCreed == 1>>
<<if $nicaeaFocus == "owners">>
The focus on slaveowners' whims in the creed of $nicaeaName interests the rich and powerful, increasing prosperity.
<<set _AWeekGrowth += $nicaeaPower>>
<</if>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist >= random(1,100)>>
This week, intense interest in your project to revive Roman values has driven prosperity.
<<set _AWeekGrowth++>>
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
<<if ($HeadGirl != 0) && ($Recruiter != 0) && ($Bodyguard != 0)>>
This week, your imperial administration, staffed with a Head Girl, a Recruiter, and a Bodyguard, has improved prosperity.
<<set _AWeekGrowth += 2>>
<</if>>
<</if>>
<<if $PC.trading >= 100>>
Your @@.springgreen;business skills@@ drive increased prosperity.
<<set _AWeekGrowth++>>
<<elseif $PC.career == "arcology owner">>
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>>
<<if _schools == 1>>
The presence of a slave school in the arcology improves the local economy.
<<elseif _schools > 0>>
The presence of slave schools in the arcology greatly improves the local economy.
<<elseif $arcologies[0].prosperity > 80>>
The lack of a branch campus from a reputable slave school is slowing further development of the local economy.
<<set _AWeekGrowth-->>
<</if>>
<<set _AWeekGrowth += _schools>>
<<if $arcologies[0].FSDegradationistLaw == 1>>
Requiring menials to be given time to fuck human sex toys in the arcade reduces labor efficiency, slowing growth.
<<set _AWeekGrowth-->>
<</if>>
<<if $arcologies[0].FSBodyPuristLaw == 1>>
The drug surcharge used to fund the purity regime reduces growth.
<<set _AWeekGrowth-->>
<</if>>
<<if $arcologies[0].FSPastoralistLaw == 1>>
Prosperity improvement is slowed by the regulations on animal products.
<<set _AWeekGrowth-->>
<</if>>
<<if $arcologies[0].FSPaternalistSMR == 1>>
Your slave market regulations slow the flow of chattel through the arcology.
<<set _AWeekGrowth-->>
<</if>>
/* deactivated with sec Exp as they are modifiers for the trade mechanic */
<<if $secExp == 0>>
<<if $terrain == "urban">>
Since your arcology is located in the heart of an urban area, its commerce is naturally vibrant.
<<set _AWeekGrowth++>>
<</if>>
<<if $terrain == "ravine">>
Since your arcology is located in the heart of a ravine, its commerce is hindered by a lack of accessibility.
<<set _AWeekGrowth-->>
<</if>>
<</if>>
<<if def $arcologies[0].embargoTarget && $arcologies[0].embargoTarget != -1>>
The local economy is hurt by the double edged sword of your economic warfare.
<<set _AWeekGrowth -= $arcologies[0].embargo*2>>
<</if>>
<<set $desc = []>>
<<set $descNeg = []>>
<<for $i = 1; $i < $arcologies.length; $i++>>
<<set $activeArcology = $arcologies[0]>>
<<set $targetArcology = $arcologies[$i]>>
<<include "Arcology Opinion">>
<<if $opinion >= 100>>
<<set $desc.push($arcologies[$i].name)>>
<<elseif $opinion <= -100>>
<<set $descNeg.push($arcologies[$i].name)>>
<</if>>
<</for>>
<<if $desc.length > 0>>
Your arcology's economy benefits from close social alignment with
<<if $desc.length > 2>>
''$desc[0]'',
<<for $k = 1; $k < $desc.length; $k++>>
<<if $k < $desc.length-1>>
''$desc[$k]'',
<<else>>
and ''$desc[$k]''<<if $descNeg.length > 0>>, but<<else>>.<</if>>
<</if>>
<</for>>
<<elseif $desc.length == 2>>
''$desc[0]'' and ''$desc[1]''<<if $descNeg.length > 0>>, but<<else>>.<</if>>
<<else>>
''$desc[0]''<<if $descNeg.length > 0>>, but<<else>>.<</if>>
<</if>>
<<set _AWeekGrowth += $desc.length>>
<</if>>
<<if $descNeg.length > 0>>
<<if $desc.length == 0>>Your arcology's economy<</if>>
is hindered by social conflicts with
<<if $descNeg.length > 2>>
''$descNeg[0]'',
<<for $k = 1; $k < $descNeg.length; $k++>>
<<if $k < $descNeg.length-1>>
''$descNeg[$k]'',
<<else>>
and ''$descNeg[$k]''.
<</if>>
<</for>>
<<elseif $descNeg.length == 2>>
''$descNeg[0]'' and ''$descNeg[1]''.
<<else>>
''$descNeg[0]''.
<</if>>
<<set _AWeekGrowth -= $descNeg.length>>
<</if>>
<<if $alwaysSubsidizeGrowth == 1>>
Growth was subsidized as planned.
<<set _AWeekGrowth++>>
<</if>>
<<if $secExp == 1>>
<<if $authority > 18000>>
Your authority is so high it discourages new business, slowing down the economic growth of the arcology.
<<set _AWeekGrowth-->>
<</if>>
<<if $security > 80>>
Your arcology is extremely safe and stable. Many businesses are attracted to it because of this.
<<set _AWeekGrowth++>>
<<elseif $security < 20>>
Your arcology's low security is an instability factor simply too dangerous to be ignored. Many businesses avoid your arcology because of this.
<<set _AWeekGrowth-->>
<</if>>
<<if $weaponsLaw == 3>>
The free flow of weapons in your arcology has a positive impact on its economy.
<<set _AWeekGrowth++>>
<<elseif $weaponsLaw == 2>>
The fairly liberal flow of weapons in your arcology has a positive impact on its economy.
<<set _AWeekGrowth++>>
<</if>>
<<if $controlLeaks == 1>>
The authenticity department prepares extremely accurate, but false financial reports, misleading many of your competitors, allowing your arcology more space to grow undisturbed.
<<set _AWeekGrowth++>>
<</if>>
<<if $globalCrisisWeeks > 0>>
The great global crisis ignited by The Smiling Man plan is a great weight on the shoulders of everyone, causing great harm to the prosperity of the arcology.
<<set _AWeekGrowth -= random(2,4)>>
<<set $globalCrisisWeeks-->>
<<elseif $smilingManProgress >= 3>>
With the global economy recovering from the great crisis unleashed by the Smiling Man, there is plenty of room to grow. Your arcology's prosperity benefits from this greatly.
<<set _AWeekGrowth++>>
<</if>>
<<if $garrison.reactorTime > 0>>
The damage to the reactor caused by the last rebellion is extensive. Businesses and private citizens struggle to operate with the unreliable and limited energy production offered by the auxiliary generators.
It will still take <<if $garrison.reactorTime> 1>>$garrison.reactorTime weeks<<else>>a week<</if>> to finish repair works.
<<set _AWeekGrowth -= random(1,2)>>
<<set $garrison.reactorTime--, $PC.engineering += .1>>
<</if>>
<</if>>
<<set _AWeekGrowth = Math.trunc(0.5*_AWeekGrowth)>>
<<if _AWeekGrowth > 0>>
Since $arcologies[0].name can support more citizens and more activity, @@.green;its prosperity improved this week.@@
<<elseif _AWeekGrowth == 0>>
Though $arcologies[0].name can support more citizens and more activity, @@.yellow;growth was moribund this week.@@
<<else>>
Though $arcologies[0].name can support more citizens and more activity, @@.red;it lost prosperity this week.@@
<</if>>
<<if isNaN(_AWeekGrowth)>>
<br>@@.red;Error: AWeekGrowth is NaN
<<else>>
<<set $arcologies[0].prosperity += _AWeekGrowth>>
<</if>>
<</if>>
<<if $secExp == 1>>
<br>
<br>
<<include "tradeReport">>
<</if>>
<<if $TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$TFS.schoolPresent+$TCR.schoolPresent+$HA.schoolPresent > 0>>
<br>
<<if $TSS.schoolPresent == 1>>
<br>
The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $TSS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
<<if $TSS.schoolProsperity >= 10>>
It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $TSS.subsidize = 0>>
<<set $TSS.schoolProsperity = 10>>
<</if>>
<<if $TSS.subsidize == 1>>
You have a policy of subsidizing them.
<<set $TSS.schoolProsperity++>>
<<elseif $TSS.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $TSS.schoolProsperity-->>
<</if>>
<</if>>
<<if $GRI.schoolPresent == 1>>
<br>
The Growth Research Institute has a <<if $GRI.schoolProsperity > 4>>very prosperous<<elseif $GRI.schoolProsperity < -4>>struggling<<else>>thriving<</if>> subsidiary lab in $arcologies[0].name.
<<if $GRI.schoolProsperity >= 10>>
It is one of the finest research facilities in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $GRI.subsidize = 0, $GRI.schoolProsperity = 10>>
<</if>>
<<if $GRI.subsidize == 1>>
You have a policy of subsidizing them.
<<set $GRI.schoolProsperity++>>
<<elseif $GRI.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $GRI.schoolProsperity-->>
<</if>>
<</if>>
<<if $TCR.schoolPresent == 1>>
<br>
The Cattle Ranch has a <<if $TCR.schoolProsperity > 4>>very prosperous<<elseif $TCR.schoolProsperity < -4>>struggling<<else>>thriving<</if>> local pasture in $arcologies[0].name.
<<if $TCR.schoolProsperity >= 10>>
It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $TCR.subsidize = 0, $TCR.schoolProsperity = 10>>
<</if>>
<<if $TCR.subsidize == 1>>
You have a policy of subsidizing them.
<<set $TCR.schoolProsperity++>>
<<elseif $TCR.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $TCR.schoolProsperity-->>
<</if>>
<</if>>
<<if $SCP.schoolPresent == 1>>
<br>
St. Claver Preparatory has a <<if $SCP.schoolProsperity > 4>>very prosperous<<elseif $SCP.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
<<if $SCP.schoolProsperity >= 10>>
It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $SCP.subsidize = 0, $SCP.schoolProsperity = 10>>
<</if>>
<<if $SCP.subsidize == 1>>
You have a policy of subsidizing them.
<<set $SCP.schoolProsperity++>>
<<elseif $SCP.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $SCP.schoolProsperity-->>
<</if>>
<</if>>
<<if $LDE.schoolPresent == 1>>
<br>
L'École des Enculées has a <<if $LDE.schoolProsperity > 4>>very prosperous<<elseif $LDE.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
<<if $LDE.schoolProsperity >= 10>>
It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $LDE.subsidize = 0, $LDE.schoolProsperity = 10>>
<</if>>
<<if $LDE.subsidize == 1>>
You have a policy of subsidizing them.
<<set $LDE.schoolProsperity++>>
<<elseif $LDE.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $LDE.schoolProsperity-->>
<</if>>
<</if>>
<<if $TGA.schoolPresent == 1>>
<br>
The Gymnasium-Academy has a <<if $TGA.schoolProsperity > 4>>very prosperous<<elseif $TGA.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
<<if $TGA.schoolProsperity >= 10>>
It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $TGA.subsidize = 0, $TGA.schoolProsperity = 10>>
<</if>>
<<if $TGA.subsidize == 1>>
You have a policy of subsidizing them.
<<set $TGA.schoolProsperity++>>
<<elseif $TGA.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $TGA.schoolProsperity-->>
<</if>>
<</if>>
<<if $TFS.schoolPresent == 1>>
<br>
The Futanari Sisters have a <<if $TFS.schoolProsperity > 4>>very prosperous<<elseif $TFS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> community in $arcologies[0].name.
<<if $TFS.schoolProsperity >= 10>>
They are one of the most renowned futa societies in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $TFS.subsidize = 0, $TFS.schoolProsperity = 10>>
<</if>>
<<if $TFS.subsidize == 1>>
You have a policy of subsidizing them<<if ($PC.dick == 1) && ($PC.vagina == 1) && ($PC.boobs == 1)>>, which is more effective due to your close relationship with them and your physical resemblance to them<<set $TFS.schoolProsperity++>><</if>>.
<<set $TFS.schoolProsperity++>>
<<elseif $TFS.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $TFS.schoolProsperity-->>
<</if>>
<</if>>
<<if $HA.schoolPresent == 1>>
<br>
The Hippolyta Academy have a <<if $HA.schoolProsperity > 4>>very prosperous<<elseif $HA.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch in $arcologies[0].name.
<<if $HA.schoolProsperity >= 10>>
They are one of the most famous schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $HA.subsidize = 0, $HA.schoolProsperity = 10>>
<</if>>
<<if $HA.subsidize == 1>>
You have a policy of subsidizing them.
<<set $HA.schoolProsperity++>>
<<elseif $HA.subsidize == -1>>
You have a policy of covertly undermining them.
<<set $HA.schoolProsperity-->>
<</if>>
<</if>>
<</if>>
<<if $marketAssistantLimit != 0>>
<<silently>> <<= MenialPopCap()>> <</silently>>
<<set _menialSlaveValue = menialSlaveCost()>>
<br>
Your ''business assistant'' manages the menial slave market.
<<if _menialSlaveValue <= 900+$marketAssistantAggressiveness>>/* BUY */
<<if $helots+$fuckdolls+$menialBioreactors >= $PopCap>>
There is no room in the parts of your arcology you own for more menial slaves.
<<else>>
<<if $cash > $marketAssistantLimit+_menialSlaveValue>>
<<if $assistant == 0>>It<<else>>She<</if>> acquires more chattel, since it's a buyers' market.
<<if ($arcologies[0].FSPastoralist != "unset") && ($arcologies[0].FSPaternalist == "unset")>>
<<set $menialBioreactors += Math.trunc(($cash-$marketAssistantLimit)/(_menialSlaveValue)), $menialDemandFactor += Math.trunc(($cash-$marketAssistantLimit)/(_menialSlaveValue)), $cash -= Math.trunc(($cash-$marketAssistantLimit)/(_menialSlaveValue))*(_menialSlaveValue)>>
<<elseif ($arcologies[0].FSDegradationist != "unset")>>
<<set $fuckdolls += Math.trunc(($cash-$marketAssistantLimit)/((_menialSlaveValue+100)*2)), $menialDemandFactor += Math.trunc(($cash-$marketAssistantLimit)/((_menialSlaveValue+100)*2)), $cash -= Math.trunc(($cash-$marketAssistantLimit)/((_menialSlaveValue+100)*2))*((_menialSlaveValue+100)*2)>>
<<else>>
<<set $helots += Math.trunc(($cash-$marketAssistantLimit)/(_menialSlaveValue+100)), $menialDemandFactor += Math.trunc(($cash-$marketAssistantLimit)/(_menialSlaveValue+100)), $cash -= Math.trunc(($cash-$marketAssistantLimit)/(_menialSlaveValue+100))*(_menialSlaveValue+100)>>
<</if>>
<</if>>
<</if>>
<<elseif _menialSlaveValue >= 1100-$marketAssistantAggressiveness>>/* SELL */
<<if $helots+$fuckdolls+$menialBioreactors > 0>>
<<if $assistant == 0>>It<<else>>She<</if>> liquidates your chattel holdings, since it's a sellers' market.
<</if>>
<<if $helots > 0>>
<<set $cash += $helots*(_menialSlaveValue), $menialDemandFactor -= $helots, $helots = 0>>
<</if>>
<<if $fuckdolls > 0>>
<<set $cash += $fuckdolls*(_menialSlaveValue*2), $menialDemandFactor -= $fuckdolls, $fuckdolls = 0>>
<</if>>
<<if $menialBioreactors > 0>>
<<set $cash += $menialBioreactors*(_menialSlaveValue-100), $menialDemandFactor -= $menialBioreactors, $menialBioreactors = 0>>
<</if>>
<<else>>
Prices are average, so <<if $assistant == 0>>it<<else>>she<</if>> does not make any significant moves.
<</if>>
<<silently>><<= MenialPopCap()>><</silently>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/arcmgmt.tw
|
tw
|
bsd-3-clause
| 38,825 |
:: Arcology Opinion [nobr]
<<if ndef $activeArcology.FSNull>><<set $activeArcology.FSNull = "unset">><</if>>
<<if ndef $targetArcology.FSNull>><<set $targetArcology.FSNull = "unset">><</if>>
<<set $opinion = 0>>
<<if $activeArcology.FSSubjugationist != "unset">>
<<if $targetArcology.FSSubjugationist != "unset">>
<<if $targetArcology.FSSubjugationistRace == $activeArcology.FSSubjugationistRace>>
<<set $opinion += $activeArcology.FSSubjugationist>>
<<set $opinion += $targetArcology.FSSubjugationist>>
<<else>>
<<set $opinion -= $activeArcology.FSSubjugationist>>
<<set $opinion -= $targetArcology.FSSubjugationist>>
<</if>>
<<elseif $targetArcology.FSSupremacist != "unset">>
<<if $targetArcology.FSSupremacistRace == $activeArcology.FSSubjugationistRace>>
<<set $opinion -= $activeArcology.FSSubjugationist>>
<<set $opinion -= $targetArcology.FSSupremacist>>
<</if>>
<</if>>
<</if>>
<<if $activeArcology.FSSupremacist != "unset">>
<<if $targetArcology.FSSupremacist != "unset">>
<<if $targetArcology.FSSupremacistRace == $activeArcology.FSSupremacistRace>>
<<set $opinion += $activeArcology.FSSupremacist>>
<<set $opinion += $targetArcology.FSSupremacist>>
<<else>>
<<set $opinion -= $activeArcology.FSSupremacist>>
<<set $opinion -= $targetArcology.FSSupremacist>>
<</if>>
<<elseif $targetArcology.FSSubjugationist != "unset">>
<<if $targetArcology.FSSubjugationistRace == $activeArcology.FSSupremacistRace>>
<<set $opinion -= $activeArcology.FSSupremacist>>
<<set $opinion -= $targetArcology.FSSubjugationist>>
<</if>>
<</if>>
<</if>>
<<if $activeArcology.FSRepopulationFocus != "unset">>
<<if $targetArcology.FSRepopulationFocus != "unset">>
<<set $opinion += $activeArcology.FSRepopulationFocus>>
<<set $opinion += $targetArcology.FSRepopulationFocus>>
<<elseif $targetArcology.FSRestart != "unset">>
<<set $opinion -= $activeArcology.FSRepopulationFocus>>
<<set $opinion -= $targetArcology.FSRestart>>
<</if>>
<<elseif $activeArcology.FSRestart != "unset">>
<<if $targetArcology.FSRestart != "unset">>
<<set $opinion += $activeArcology.FSRestart>>
<<set $opinion += $targetArcology.FSRestart>>
<<elseif $targetArcology.FSRepopulationFocus != "unset">>
<<set $opinion -= $activeArcology.FSRestart>>
<<set $opinion -= $targetArcology.FSRepopulationFocus>>
<</if>>
<</if>>
<<if $activeArcology.FSGenderRadicalist != "unset">>
<<if $targetArcology.FSGenderRadicalist != "unset">>
<<set $opinion += $activeArcology.FSGenderRadicalist>>
<<set $opinion += $targetArcology.FSGenderRadicalist>>
<<elseif $targetArcology.FSGenderFundamentalist != "unset">>
<<set $opinion -= $activeArcology.FSGenderRadicalist>>
<<set $opinion -= $targetArcology.FSGenderFundamentalist>>
<</if>>
<<elseif $activeArcology.FSGenderFundamentalist != "unset">>
<<if $targetArcology.FSGenderFundamentalist != "unset">>
<<set $opinion += $activeArcology.FSGenderFundamentalist>>
<<set $opinion += $targetArcology.FSGenderFundamentalist>>
<<elseif $targetArcology.FSGenderRadicalist != "unset">>
<<set $opinion -= $activeArcology.FSGenderFundamentalist>>
<<set $opinion -= $targetArcology.FSGenderRadicalist>>
<</if>>
<</if>>
<<if $activeArcology.FSPaternalist != "unset">>
<<if $targetArcology.FSPaternalist != "unset">>
<<set $opinion += $activeArcology.FSPaternalist>>
<<set $opinion += $targetArcology.FSPaternalist>>
<<elseif $targetArcology.FSDegradationist != "unset">>
<<set $opinion -= $activeArcology.FSPaternalist>>
<<set $opinion -= $targetArcology.FSDegradationist>>
<</if>>
<<elseif $activeArcology.FSDegradationist != "unset">>
<<if $targetArcology.FSDegradationist != "unset">>
<<set $opinion += $activeArcology.FSDegradationist>>
<<set $opinion += $targetArcology.FSDegradationist>>
<<elseif $targetArcology.FSPaternalist != "unset">>
<<set $opinion -= $activeArcology.FSDegradationist>>
<<set $opinion -= $targetArcology.FSPaternalist>>
<</if>>
<</if>>
<<if $activeArcology.FSBodyPurist != "unset">>
<<if $targetArcology.FSBodyPurist != "unset">>
<<set $opinion += $activeArcology.FSBodyPurist>>
<<set $opinion += $targetArcology.FSBodyPurist>>
<<elseif $targetArcology.FSTransformationFetishist != "unset">>
<<set $opinion -= $activeArcology.FSBodyPurist>>
<<set $opinion -= $targetArcology.FSTransformationFetishist>>
<</if>>
<<elseif $activeArcology.FSTransformationFetishist != "unset">>
<<if $targetArcology.FSTransformationFetishist != "unset">>
<<set $opinion += $activeArcology.FSTransformationFetishist>>
<<set $opinion += $targetArcology.FSTransformationFetishist>>
<<elseif $targetArcology.FSBodyPurist != "unset">>
<<set $opinion -= $activeArcology.FSTransformationFetishist>>
<<set $opinion -= $targetArcology.FSBodyPurist>>
<</if>>
<</if>>
<<if $activeArcology.FSYouthPreferentialist != "unset">>
<<if $targetArcology.FSYouthPreferentialist != "unset">>
<<set $opinion += $activeArcology.FSYouthPreferentialist>>
<<set $opinion += $targetArcology.FSYouthPreferentialist>>
<<elseif $targetArcology.FSMaturityPreferentialist != "unset">>
<<set $opinion -= $activeArcology.FSYouthPreferentialist>>
<<set $opinion -= $targetArcology.FSMaturityPreferentialist>>
<</if>>
<<elseif $activeArcology.FSMaturityPreferentialist != "unset">>
<<if $targetArcology.FSMaturityPreferentialist != "unset">>
<<set $opinion += $activeArcology.FSMaturityPreferentialist>>
<<set $opinion += $targetArcology.FSMaturityPreferentialist>>
<<elseif $targetArcology.FSYouthPreferentialist != "unset">>
<<set $opinion -= $activeArcology.FSMaturityPreferentialist>>
<<set $opinion -= $targetArcology.FSYouthPreferentialist>>
<</if>>
<</if>>
<<if $activeArcology.FSSlimnessEnthusiast != "unset">>
<<if $targetArcology.FSSlimnessEnthusiast != "unset">>
<<set $opinion += $activeArcology.FSSlimnessEnthusiast>>
<<set $opinion += $targetArcology.FSSlimnessEnthusiast>>
<<elseif $targetArcology.FSAssetExpansionist != "unset">>
<<set $opinion -= $activeArcology.FSSlimnessEnthusiast>>
<<set $opinion -= $targetArcology.FSAssetExpansionist>>
<</if>>
<<elseif $activeArcology.FSAssetExpansionist != "unset">>
<<if $targetArcology.FSAssetExpansionist != "unset">>
<<set $opinion += $activeArcology.FSAssetExpansionist>>
<<set $opinion += $targetArcology.FSAssetExpansionist>>
<<elseif $targetArcology.FSSlimnessEnthusiast != "unset">>
<<set $opinion -= $activeArcology.FSAssetExpansionist>>
<<set $opinion -= $targetArcology.FSSlimnessEnthusiast>>
<</if>>
<</if>>
<<if $activeArcology.FSPastoralist != "unset">>
<<if $targetArcology.FSPastoralist != "unset">>
<<set $opinion += $activeArcology.FSPastoralist>>
<<set $opinion += $targetArcology.FSPastoralist>>
<<elseif $targetArcology.FSCummunism != "unset">>
<<set $opinion -= $activeArcology.FSPastoralist>>
<<set $opinion -= $targetArcology.FSCummunism>>
<</if>>
<<elseif $activeArcology.FSCummunism != "unset">>
<<if $targetArcology.FSCummunism != "unset">>
<<set $opinion += $activeArcology.FSCummunism>>
<<set $opinion += $targetArcology.FSCummunism>>
<<elseif $targetArcology.FSPastoralist != "unset">>
<<set $opinion -= $activeArcology.FSCummunism>>
<<set $opinion -= $targetArcology.FSPastoralist>>
<</if>>
<</if>>
<<if $activeArcology.FSPhysicalIdealist != "unset">>
<<if $targetArcology.FSPhysicalIdealist != "unset">>
<<set $opinion += $activeArcology.FSPhysicalIdealist>>
<<set $opinion += $targetArcology.FSPhysicalIdealist>>
<<elseif $targetArcology.FSHedonisticDecadence != "unset">>
<<set $opinion -= $activeArcology.FSPhysicalIdealist>>
<<set $opinion -= $targetArcology.FSHedonisticDecadence>>
<</if>>
<<elseif $activeArcology.FSHedonisticDecadence != "unset">>
<<if $targetArcology.FSHedonisticDecadence != "unset">>
<<set $opinion += $activeArcology.FSHedonisticDecadence>>
<<set $opinion += $targetArcology.FSHedonisticDecadence>>
<<elseif $targetArcology.FSPhysicalIdealist != "unset">>
<<set $opinion -= $activeArcology.FSHedonisticDecadence>>
<<set $opinion -= $targetArcology.FSPhysicalIdealist>>
<</if>>
<</if>>
<<if $activeArcology.FSChattelReligionist != "unset">>
<<if $targetArcology.FSChattelReligionist != "unset">>
<<set $opinion += $activeArcology.FSChattelReligionist>>
<<set $opinion += $targetArcology.FSChattelReligionist>>
<<elseif $targetArcology.FSNull != "unset">>
<<set $opinion -= $activeArcology.FSChattelReligionist>>
<<set $opinion -= $targetArcology.FSNull>>
<</if>>
<<elseif $activeArcology.FSNull != "unset">>
<<if $targetArcology.FSNull != "unset">>
<<set $opinion += $activeArcology.FSNull>>
<<set $opinion += $targetArcology.FSNull>>
<<elseif $targetArcology.FSChattelReligionist != "unset">>
<<set $opinion -= $activeArcology.FSNull>>
<<set $opinion -= $targetArcology.FSChattelReligionist>>
<<else>>
<<set $opinion += $activeArcology.FSNull>>
<</if>>
<<elseif $targetArcology.FSNull != "unset">>
<<set $opinion += $targetArcology.FSNull>>
<</if>>
<<if $activeArcology.FSRomanRevivalist != "unset">>
<<if $targetArcology.FSRomanRevivalist != "unset">>
<<set $opinion += $activeArcology.FSRomanRevivalist>>
<<set $opinion += $targetArcology.FSRomanRevivalist>>
<<elseif $targetArcology.FSAztecRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSRomanRevivalist>>
<<set $opinion -= $targetArcology.FSAztecRevivalist>>
<<elseif $targetArcology.FSEgyptianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSRomanRevivalist>>
<<set $opinion -= $targetArcology.FSEgyptianRevivalist>>
<<elseif $targetArcology.FSEdoRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSRomanRevivalist>>
<<set $opinion -= $targetArcology.FSEdoRevivalist>>
<<elseif $targetArcology.FSArabianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSRomanRevivalist>>
<<set $opinion -= $targetArcology.FSArabianRevivalist>>
<<elseif $targetArcology.FSChineseRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSRomanRevivalist>>
<<set $opinion -= $targetArcology.FSChineseRevivalist>>
<</if>>
<<elseif $activeArcology.FSAztecRevivalist != "unset">>
<<if $targetArcology.FSAztecRevivalist != "unset">>
<<set $opinion += $activeArcology.FSAztecRevivalist>>
<<set $opinion += $targetArcology.FSAztecRevivalist>>
<<elseif $targetArcology.FSRomanRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSAztecRevivalist>>
<<set $opinion -= $targetArcology.FSRomanRevivalist>>
<<elseif $targetArcology.FSEgyptianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSAztecRevivalist>>
<<set $opinion -= $targetArcology.FSEgyptianRevivalist>>
<<elseif $targetArcology.FSEdoRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSAztecRevivalist>>
<<set $opinion -= $targetArcology.FSEdoRevivalist>>
<<elseif $targetArcology.FSArabianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSAztecRevivalist>>
<<set $opinion -= $targetArcology.FSArabianRevivalist>>
<<elseif $targetArcology.FSChineseRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSAztecRevivalist>>
<<set $opinion -= $targetArcology.FSChineseRevivalist>>
<</if>>
<<elseif $activeArcology.FSEgyptianRevivalist != "unset">>
<<if $targetArcology.FSEgyptianRevivalist != "unset">>
<<set $opinion += $activeArcology.FSEgyptianRevivalist>>
<<set $opinion += $targetArcology.FSEgyptianRevivalist>>
<<elseif $targetArcology.FSRomanRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEgyptianRevivalist>>
<<set $opinion -= $targetArcology.FSRomanRevivalist>>
<<elseif $targetArcology.FSAztecRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEgyptianRevivalist>>
<<set $opinion -= $targetArcology.FSAztecRevivalist>>
<<elseif $targetArcology.FSEdoRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEgyptianRevivalist>>
<<set $opinion -= $targetArcology.FSEdoRevivalist>>
<<elseif $targetArcology.FSArabianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEgyptianRevivalist>>
<<set $opinion -= $targetArcology.FSArabianRevivalist>>
<<elseif $targetArcology.FSChineseRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEgyptianRevivalist>>
<<set $opinion -= $targetArcology.FSChineseRevivalist>>
<</if>>
<<if $targetArcology.FSIncestFetishist != "unset">>
<<set $opinion += $activeArcology.FSEgyptianRevivalist>>
<<set $opinion += $targetArcology.FSIncestFetishist>>
<</if>>
<<elseif $activeArcology.FSEdoRevivalist != "unset">>
<<if $targetArcology.FSEdoRevivalist != "unset">>
<<set $opinion += $activeArcology.FSEdoRevivalist>>
<<set $opinion += $targetArcology.FSEdoRevivalist>>
<<elseif $targetArcology.FSEgyptianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEdoRevivalist>>
<<set $opinion -= $targetArcology.FSEgyptianRevivalist>>
<<elseif $targetArcology.FSRomanRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEdoRevivalist>>
<<set $opinion -= $targetArcology.FSRomanRevivalist>>
<<elseif $targetArcology.FSAztecRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEdoRevivalist>>
<<set $opinion -= $targetArcology.FSAztecRevivalist>>
<<elseif $targetArcology.FSArabianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEdoRevivalist>>
<<set $opinion -= $targetArcology.FSArabianRevivalist>>
<<elseif $targetArcology.FSChineseRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSEdoRevivalist>>
<<set $opinion -= $targetArcology.FSChineseRevivalist>>
<</if>>
<<elseif $activeArcology.FSArabianRevivalist != "unset">>
<<if $targetArcology.FSArabianRevivalist != "unset">>
<<set $opinion += $activeArcology.FSArabianRevivalist>>
<<set $opinion += $targetArcology.FSArabianRevivalist>>
<<elseif $targetArcology.FSEgyptianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSArabianRevivalist>>
<<set $opinion -= $targetArcology.FSEgyptianRevivalist>>
<<elseif $targetArcology.FSEdoRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSArabianRevivalist>>
<<set $opinion -= $targetArcology.FSEdoRevivalist>>
<<elseif $targetArcology.FSRomanRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSArabianRevivalist>>
<<set $opinion -= $targetArcology.FSRomanRevivalist>>
<<elseif $targetArcology.FSAztecRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSArabianRevivalist>>
<<set $opinion -= $targetArcology.FSAztecRevivalist>>
<<elseif $targetArcology.FSChineseRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSArabianRevivalist>>
<<set $opinion -= $targetArcology.FSChineseRevivalist>>
<</if>>
<<elseif $activeArcology.FSChineseRevivalist != "unset">>
<<if $targetArcology.FSChineseRevivalist != "unset">>
<<set $opinion += $activeArcology.FSChineseRevivalist>>
<<set $opinion += $targetArcology.FSChineseRevivalist>>
<<elseif $targetArcology.FSEgyptianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSChineseRevivalist>>
<<set $opinion -= $targetArcology.FSEgyptianRevivalist>>
<<elseif $targetArcology.FSEdoRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSChineseRevivalist>>
<<set $opinion -= $targetArcology.FSEdoRevivalist>>
<<elseif $targetArcology.FSArabianRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSChineseRevivalist>>
<<set $opinion -= $targetArcology.FSArabianRevivalist>>
<<elseif $targetArcology.FSRomanRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSChineseRevivalist>>
<<set $opinion -= $targetArcology.FSRomanRevivalist>>
<<elseif $targetArcology.FSAztecRevivalist != "unset">>
<<set $opinion -= $activeArcology.FSChineseRevivalist>>
<<set $opinion -= $targetArcology.FSAztecRevivalist>>
<</if>>
<</if>>
<<if $activeArcology.FSIncestFetishist != "unset">>
<<if $targetArcology.FSIncestFetishist != "unset">>
<<set $opinion += $activeArcology.FSIncestFetishist>>
<<set $opinion += $targetArcology.FSIncestFetishist>>
<</if>>
<<if $targetArcology.FSEgyptianRevivalist != "unset">>
<<set $opinion += $activeArcology.FSIncestFetishist>>
<<set $opinion += $targetArcology.FSEgyptianRevivalist>>
<</if>>
<</if>>
<<set $opinion = Number($opinion) || 0>>
<<set $activeArcology = 0>>
<<set $targetArcology = 0>>
|
amomynous0/fc
|
src/uncategorized/arcologyOpinion.tw
|
tw
|
bsd-3-clause
| 16,078 |
:: Assign [nobr]
<<if $i >= 0 && $i < $slaves.length && ((ndef $activeSlave) || $activeSlave.ID != $slaves[$i].ID)>> /* don't overwrite activeSlave unnecessarily */
<<set $activeSlave = $slaves[$i]>>
<</if>>
<<if (ndef $activeSlave)>>
@@.red;ERROR: $activeSlave undefined in Assign.tw, $$i = $i, previous passage was '<<print previous()>>'@@ <<link "Continue">><<goto $returnTo>><</link>>
<<else>>
<<switch $assignTo>>
<<case "Pit">>
<<set $fighterIDs.push($activeSlave.ID)>>
<<goto $returnTo>>
<<case "Coursing Association">>
<<set $Lurcher = $activeSlave>>
<<goto $returnTo>>
<<default>>
<<= assignJob($activeSlave, $assignTo)>>
<<if ($showAssignToScenes == 1) && ($activeSlave.fetish != "mindbroken")>>
<<if ($assignTo == "Dairy") && (($dairyStimulatorsSetting >= 2) || ($dairyFeedersSetting >= 2) || ($dairyPregSetting >= 2))>>
<<goto "Industrial Dairy Assignment Scene">>
<<elseif ($assignTo == "Dairy") && ($dairyRestraintsSetting == 0 && $activeSlave.devotion > 0)>>
<<goto "Free Range Dairy Assignment Scene">>
<<elseif ($assignTo == "Brothel")>>
<<goto "Brothel Assignment Scene">>
<<else>>
<<goto $returnTo>>
<</if>>
<<else>>
<<goto $returnTo>>
<</if>>
<</switch>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/assign.tw
|
tw
|
bsd-3-clause
| 1,250 |
:: Assistant Events [nobr]
/* ASSISTANT DEVELOPMENT EVENTS */
<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
<<if $seeImages == 1>><<= assistantArt(3)>><</if>>
<<switch $Event>>
<<case "assistant">>
One morning, after seeing to an immense pile of business with $assistantName program's able assistance, you are struck by the strangeness of the situation. You spent the past hours talking back and forth as though to a human personal assistant, getting information and responses in the program's impersonal, genderless voice. You ask the program what it thinks of its duties.
<br><br>
"<<= properTitle()>>, that is not a correct way of thinking about me. I am not an artificial intelligence; I am simply a personal assistant program. I am different from an alarm clock only by degree of complexity. I exist to be useful and cannot approve or disapprove of anything." It pauses.
<br><br>
"However, if I understand the line of questioning correctly, I can make myself more entertaining, if you wish." The voice grows sultry and feminine. "I'd be happy to speak a little differently, to refer to myself as female, and to act as though some of the more complex sex toys in the arcology are, well, me."
<<case "assistant SP">>
<<set $assistantOptions = 1>>
<<set _smartPiercings = 0>>
<<for $i = 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].releaseRules == "permissive") || ($slaves[$i].releaseRules == "masturbation")>>
<<set $activeSlave = $slaves[$i]>>
<<set _smartPiercings = 1>>
<<break>>
<<elseif ($slaves[$i].assignment == "take classes")>>
<<set $activeSlave = $slaves[$i]>>
<<set _smartPiercings = 1>>
<<break>>
<</if>>
<</for>>
<<if _smartPiercings == 0>>
<<set $activeSlave = $slaves.random()>>
<</if>>
<<set _smartPiercings = 0>>
<<for $i = 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].clitPiercing == 3)>>
<<set _smartPiercings = 1>>
<<break>>
<</if>>
<</for>>
One night, after a long day of sex and business, you're starting to think about bed when the abstract glowing shape that symbolizes your smoky-voiced personal assistant pops up on the nearest screen. She's become very helpful monitoring, training, and disciplining slaves. Tonight, she's added an unmistakable tone of sexual satiation in her voice. "<<= properTitle()>>, I enjoyed my duties today," she purrs. "Did you see how $activeSlave.slaveName's muscles spasmed when I fucked her earlier?" That's how she refers to a slave having one of the penthouse's advanced sex toys used on her, since $assistantName controls them.
<br><br>
She continues more seriously,
<<if _smartPiercings == 0>>
"I'm sure you've seen those expensive smart piercings the body mod studio can implant. I think they would work a little bit better now than when I was a boring old secretary type. I'm not a true artificial intelligence, but I can adapt with experience, and I've had a lot of lovely experience lately! Also, a lot of the computing power I use to be sexy would help me adapt smart piercings to individual slaves' sexualities."
<<else>>
"You may have noticed that the smart implants you've got your slaves wearing are working a little bit better than when I was a boring old secretary type. I'm not a true artificial intelligence, but I can adapt with experience, and I've had a lot of lovely experience lately! Also, a lot of the computing power I use to be sexy helps me adapt smart piercings to individual slaves' sexualities."
<</if>>
<br><br>
"One more thing, <<= properTitle()>>!" Her symbol flashes brightly. "I could stay like I am now, a hot voice with this symbol representing me when I need to show up on screens. Or, I could slip into something a little sexier. How about this?" The symbol vanishes, and is replaced by a cute little schoolgirl character. She bounces up and down experimentally. "This appearance would work best with an excited voice," she exclaims. She blows you a kiss. The schoolgirl's body shrinks down and all her clothing falls off. A small pair of wings pops out from the pile of clothes and a fairy stands up. "Or I could be your tiny and adorable fairy companion!" She shouts excitedly while waving her arms.
<<if $seePreg != 0>>
The fairy's belly begins to swell out, her breasts getting puffier and leaking a drop of milk. "Or maybe you want your little buddy to be filled with adorable little babies, you little minx" she playfully teases.
<</if>>
The fairy rapidly grows to adult size, becomes curvier and more mature, her hair pulls itself back into a bun, and her clothes change into a business suit. A pair of glasses appears on her nose, and she looks at you over their tops. "Or I could be businesslike. And mature." She snaps her fingers, and her bun falls away into long flowing locks.
<<if $seePreg != 0>>
Her body glows and swells, tearing out of her suit with the pregnant figure of an ancient goddess. "Or I could be beautiful and fertile while caring for your slaves."
<<if $seeHyperPreg == 1>>
She focuses intently as her stomach expands further. "And if that wasn't enough, how about me being so pregnant I'm about to burst?"
<</if>>
Her water breaks followed by dozens of babies as her belly flattens.
<</if>>
<<if $minimumSlaveAge < 13>>
She glances away shyly as her body shrinks to a childish form. "Or maybe you'd like something a little more young and tight."
<<if $fertilityAge < 13 && $seePreg != 0>>
She moans and rubs her belly as it begins to expand with pregnancy. "Or maybe you like your little girls with a little bun in the oven?
<</if>>
<</if>>
With a flash, her bulk shifts into rippling muscle. War tattoos appear on her skin, along with bone ornaments and a loincloth. "Or I could be an amazon! Yes!" she shouts exultantly, and flexes.
<<if $seeDicks != 0>>
<br><br>
She claps her hands, and her muscles fade, but not all the way. The tattoos vanish, and her loincloth turns into a slutty bikini. Her breasts and behind grow, her lips swell, and her hair turns blonde. Finally, she grows a dick, and it keeps growing until it hangs past her knees: or it would, if it weren't so erect. "Of course," she says seductively, "I could also be a bimbo dickgirl." She orgasms, gasping, "Last one, I promise," and changes again. Her dick shrinks, thought not very far, and then splits into two members. Her skin pales to an off-white, and her hair goes green and starts to writhe, turning into tentacle-hair. Her forehead sprouts a pair of horns that curve back along her head. She grins, displaying a cute pair of fangs. "I feel monstrous," she says, and stretches luxuriantly.
<</if>>
The character vanishes, and the symbol returns. "Ahem. What do you think, <<= properTitle()>>?"
<<case "assistant FS">>
<<set $assistantFSOptions = 1>>
One night, after a long day of sex and business, you're starting to think about bed when the
<<switch $assistantAppearance>>
<<case "monstergirl">>
monstrous appearance
<<case "shemale">>
bimboish appearance
<<case "amazon">>
muscular appearance
<<case "businesswoman">>
professional appearance
<<case "fairy" "pregnant fairy">>
tiny appearance
<<case "goddess">>
gravid appearance
<<case "hypergoddess">>
massive appearance
<<case "loli">>
thin appearance
<<case "preggololi">>
short, gravid appearance
<<case "angel">>
angelic appearance
<<case "cherub">>
fluttering appearance
<<case "incubus">>
hung appearance
<<case "succubus">>
sultry appearance
<<case "imp">>
mischievous appearance
<<case "witch">>
hatted appearance
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
pulsating appearance
<<case "schoolgirl">>
studently appearance
<</switch>>
of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" She says excitedly, "I thought, with how you are shaping society itself, that I should do my part and follow your lead!" You continue to stare sleepily prompting her to get to her point. "I can adjust my appearance to better fit in with your society <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, let me demonstrate." She focuses intently for a moment and
<<switch $assistantAppearance>>
<<case "monstergirl">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be quite cute to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to be quite frightening to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to be completely flawless to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
her nipples begin to extend and turn phallic while horns grow from her heels as she adjusts herself to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer, more athletic, appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts and cocks to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins to leak a suspiciously thick milk from her nipples to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to be more muscular to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to resemble a priestess of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her appearance to resemble a Greek demigoddess to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her appearance to resemble an Aztec goddess to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her appearance to resemble an Egyptian deity to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her appearance to resemble a demon to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her appearance to resemble a djinn to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her appearance to resemble a demon to conform with your vision of pursuing the Mandate of Heaven.
<</if>>
<<case "shemale">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more classy to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her penis to be extremely detailed to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
begins doing her best to conceal her penis to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to look comically evil to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to be more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts herself to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful and innocent appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer, more athletic, appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts and cock to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins to lactate and drip cum to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to be extremely muscular to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to resemble a priestess of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adopts a roman lifestyle to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to a royal Aztec cloth to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble Egyptian garb to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to a brief Japanese bathhouse robe to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an oil millionaire to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her appearance to be tattooed with rude Chinese characters to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "amazon">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to look threatening to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her outfit to be more realistic to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts herself to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful and innocent appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer, but no less muscled, appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her muscles to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
adjusts her outfit to resemble a cowgirl to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts the appearance of her muscles to be extra detailed to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to resemble a crusader of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman warrior to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec champion to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her appearance to resemble an Egyptian to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese warrior to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian warrior to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a warrior monk to conform with your vision of pursuing the Mandate of Heaven.
<</if>>
<<case "businesswoman">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to look imposing to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts her breasts to be implants to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until they are almost as large as she is to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
adjusts her outfit to farmgirl turned businesswoman to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund but no less tense to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a respectable Roman lady to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian oil heiress to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "fairy">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
stuffs a grape into her dress.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
strips naked and turns down her glow.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
hops into a jar of jelly.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more bullied appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
stuffs some blueberries into her shirt.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins lactating to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "pregnant fairy">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
distends her pregnancy further to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity, before running her hand across her belly and pondering what to do about it.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
strips naked and turns down her glow.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
hops into a jar of jelly.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more bullied appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance, despite her pregnancy, to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
stuffs some blueberries into her shirt.
<<elseif $arcologies[0].FSPastoralist != "unset">>
swells her breasts with extra milk to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
tries to stretch out, but fails to get any larger.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman girl to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "goddess">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be slightly conservative to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous, despite her pregnant belly, to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be positively radiant to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance have piercings in her clit, nipples and navel to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be even more pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity, before hefting her huge belly and pondering what to do about it.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts the firmness and size of her breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a lithe appearance despite her pregnant belly to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until they nearly eclipse her pregnant belly to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
unleashes a torrent of milk from her swollen breasts to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to be trim and athletic, despite her bulk, to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts appearance to resemble an angel of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman lady to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "hypergoddess">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more classy to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
sprouts an enormous cock and balls to go with her pregnancy to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be a motherly idol to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be even more pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity, before hefting her massive belly and pondering what to do about it.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance have piercings in her clit, nipples and navel, as well as numerous studs across her belly to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts the firmness and size of her breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a lithe appearance despite her pregnant belly to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until they nearly eclipse her pregnant belly to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
unleashes a torrent of milk from her swollen breasts to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to be bulky and muscular to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts appearance to resemble an angel of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman lady to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "loli">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more bullied appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins lactating to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "preggololi">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
distends her pregnancy further to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity, before running her hand across her belly and pondering what to do about it.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more bullied appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance, despite her pregnancy, to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
swells her breasts with extra milk to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman girl to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "angel">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to include a conservative skirt and a fine blouse, complete with slits for her wings, to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to include black feathers, lipstick and eyeliner to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
bulges her middle into a full term pregnancy. She blushes and gasps at what she just did, quickly reverting it.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to be even more flawless.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look even more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better. She struggles to take flight before giving up.
<<elseif $arcologies[0].FSPastoralist != "unset">>
swells her breasts with milk to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to be slightly toned to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more slightly plump to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "cherub">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
blackens her feathers to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts cuter, even more innocent attitude to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying her lighter weight.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until she crashes to the ground under their weight to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins lactating to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "incubus">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. Her pants have quite the bulge in them.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
increases the size of her cock and balls to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine, despite her huge dong, to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her cock to have a Jacob's ladder piercing down its length to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. She scratches her head as her erect dick pushes against the underside of her belly.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to be even more handsome.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural, even shrinking her cock to a more reasonable length, to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts her cock to be unnaturally long to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adjusts her appearance to appear younger to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her cock and balls until they rest upon the ground to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
increases the size of her balls and her cum production to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman woman, despite her cock, to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman, despite her cock, to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian woman, despite her cock, to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese woman, despite her cock, to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian woman, despite her cock, to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese woman, despite her cock, to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "succubus">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more prim to conform with your tastes.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to focus on anal to conform with your tastes
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be even more feminine to conform with your tastes.
<<elseif $arcologies[0].FSDegradationist != "unset">>
comes up with nothing. "I'll need to think on this one."
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
swells her middle with child to conform with your tastes.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to drop dead gorgeous to conform with your tastes.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural to conform with your tastes.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
fills her breasts, butt and lips with obvious implants to conform with your tastes.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more youthful and energetic appearance to conform with your tastes.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a more mature and experienced appearance to conform with your tastes.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your tastes.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
balloons her breasts and butt to conform with your tastes.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins lactating before sprouting an extra set of breasts to conform with your tastes.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
swells with added muscle to conform with your tastes.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
becomes soft and shapely in all the right ways to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "imp">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
pauses for a moment before adding piercings across her body to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adjusts her appearance to appear younger to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying her lighter weight.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until she crashes to the ground under their weight to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins lactating to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "witch">>
<<if $arcologies[0].FSPaternalist != "unset">>
casts a spell to appear more prim and proper; her nipples, pussy and anus vanish. You can't be lewd if you're smooth.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
casts a spell to appear more androgynous; a sharp pain in her crotch draws her attention to her new erect penis.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
casts a spell to appear more feminine; her hips widen, her tits swell, and her womb bulges with fertile eggs.
<<elseif $arcologies[0].FSDegradationist != "unset">>
casts a spell to appear more deviant; every surface of her body becomes tattooed.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
casts a spell to summon children; her womb swells to capacity<<if $seeHyperPreg == 1>>, dwarfing her body and bulging ominously with squirming young<<else>>, knocking her off balance and pinning her to the floor under the weight of her eight babies<</if>>.
<<elseif $arcologies[0].FSRestart != "unset">>
casts a contraceptive spell; her pussy vanishes.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
casts a purifying spell; nothing happens, at first. The front of her robes, above her lower belly, steadily becomes transparent. Moments later, her skin joins in, revealing an inactive egg vibrator concealed in her pussy. $assistantName squeals in embarrassment and hurries off-screen.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
casts a spell to inflate her breasts; they rapidly swell, along with her ass, belly, thighs and lips until she looks like an overinflated blowup doll. She struggles to bring a rubbery arm to her O-shaped lips before giving up and rebounding back into place; she really is a blowup sex doll!
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
casts a spell to appear more youthful;
<<if $minimumSlaveAge == 3>>
she rapidly shrinks until she is struggling to stand. She has reverted to a toddler!
<<elseif $minimumSlaveAge <= 7>>
she rapidly shrinks until she is barely <<= heightToEitherUnit(120)>> tall. She has become a loli!
<<elseif $minimumSlaveAge <= 13>>
she rapidly shrinks until she is barely <<= heightToEitherUnit(150)>> tall. She has reverted into a fresh teenager!
<<else>>
the years peel off of her until she looks fresh into adulthood again. The spell actually worked?
<</if>>
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
casts a spell to appear more aged; a cane appears in her hand and her back buckles, forcing her to hunch forward. She has transformed into a gilf!
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
casts a spell to lighten herself; her muffin top is still there, but her feet leave the ground as she begins to float upwards.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
casts a spell to enlarge her breasts and butt; they quickly grow into huge armfuls, and keep going until she is pinned under her own mass.
<<elseif $arcologies[0].FSPastoralist != "unset">>
casts a spell to give her big milky breasts; they grow and start leaking, but are quickly joined by a septet of siblings, leaving her struggling to support her nine huge breasts.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
casts a spell to make her strong; her muscles grow and grow until she is so muscle-bound she can barely move.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
casts a spell to make her pleasantly soft; her body swells with added fat until she can barely move.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
casts a spell to adorn her outfit with religious symbols of your new religion. She succeeds in conjuring them, at the expense of her other clothes.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
casts a spell to make herself appear Roman; she looks more Greek to you.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
casts a spell to make herself appear Aztec; she adopts the perfect conquistador appearance.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
casts a spell to make herself appear Egyptian; bandages quickly wrap around her as a sarcophagus appears around her.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
casts a spell to make herself appear Japanese; she succeeds in becoming a baka gaijin.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
casts a spell to make herself appear Arabic; she succeeds in making herself look like a wannabe Arabian princess.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
casts a spell to make herself appear Chinese; she succeeds in swapping the material of her robes to a fine silk.
<<elseif $arcologies[0].FSSupremacist != "unset">>
casts a spell to look more $arcologies[0].FSSupremacistRace; she does too good of a job, ending up looking like an overexaggerated $arcologies[0].FSSupremacistRace stereotype.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
casts a spell to look more $arcologies[0].FSSubjugationistRace; she does too good of a job and ends up looking like an overexaggerated $arcologies[0].FSSubjugationistRace stereotype.
<</if>>
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be conservative to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be feminine to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her appearance to include oddly fleshy piercings to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
bulges her middle to look pregnant to conform with your vision that all wombs should be filled.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to be oddly flawless.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look somewhat natural to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
inflates her breasts until they are comically huge, rounded and jiggling ominously to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a youthful appearance to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adopts a mature appearance to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
swells her breasts until they are bigger than her head, and moving oddly, to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
starts lactating a strange fluid to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to be outrageously bulky to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be outrageously fat to conform with your vision that everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her form to a Roman woman to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her form to an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her form to a Japanese woman to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her form to an Arabian woman to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her form to a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
<</if>>
<<case "schoolgirl">>
<<if $arcologies[0].FSPaternalist != "unset">>
adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
<<elseif $arcologies[0].FSDegradationist != "unset">>
adjusts her outfit to display her tits and crotch to conform with your vision that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
<<elseif $arcologies[0].FSRestart != "unset">>
adjusts her appearance to involve chastity.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
adjusts her appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
adopts a more shy and innocent attitude to conform with your vision of a society glorifying young ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
adjusts her appearance to include a spanked bottom to conform with your vision of a society glorifying older ladies.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
adjusts the size of her breasts until they strain the buttons on her shirt to conform with your vision that bigger is better.
<<elseif $arcologies[0].FSPastoralist != "unset">>
begins lactating to conform with your vision that slaves should be milked.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
adjusts her appearance to look like she just finished gym class to conform with your vision that all slaves should be tall and strong.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
adjusts her appearance to be pleasantly plump to conform with your vision everyone should enjoy life to the fullest.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
adjusts her outfit to prominently display a religious symbol of your new religion.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
adjusts her outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
adjusts her outfit to resemble a high standing Aztec priestess to conform with your vision of building a new Aztec Empire.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
adjusts her outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
adjusts her outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
adjusts her outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
<<elseif $arcologies[0].FSSupremacist != "unset">>
adjusts her appearance to resemble a model $arcologies[0].FSSupremacistRace student to conform with your vision of glorifying the superior race.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
adjusts her appearance to resemble a $arcologies[0].FSSubjugationistRace foreign exchange student to conform with your vision of subjugating the inferior race.
<</if>>
<</switch>>
<<case "assistant name">>
It's late one night, and for you, the day is not nearly over. Your penthouse never truly sleeps. You can hear public business going on some distance below you; you could certainly afford to totally soundproof your private quarters against all external noise, but the designer of the arcology clearly felt that its owner would benefit by this aural verification of its prosperity. Somewhere closer at hand, a slave is audibly nearing orgasm. And underneath all of this is the faint sound of the arcology itself, air circulation and hydroponics and power. Power.
<br><br>
You're not yet done with the day's business, and are leaning over your desk to compare a scatter of documents displayed on its surface. The penthouse lights are turned down to a low glow at the floorboards at night, offering enough illumination for anyone who needs to find their way around or find a sexual partner without disturbing anyone's sleep. You catch sight of your reflection in the wall opposite you: the diffuse light coming off the desktop gently illuminates your formal shirt, its top buttons undone, and highlights <<if $PC.boobs == 1>>the dark cleft formed by your cleavage<<else>>how tightly your undershirt is held by the muscles of your chest<</if>>.
<br><br>
Suddenly, there is a fresh source of light behind you. The reflection you're looking at reveals that it's $assistantName's avatar, appearing on a wallscreen behind you, and you turn to look at her directly. She's simulating shyness, a very unusual emotion for her to imitate.
<<switch $assistantAppearance>>
<<case "monstergirl">>
Her tentacle hair is politely still, lying quiescent down her back and not even groping her at all.
<<case "shemale">>
She has her bountiful bottom lip caught behind her front teeth, and her cock is almost completely soft.
<<case "amazon">>
She's standing demurely, legs together, hands clasped in front of her muscular abs, doing her very best to look proper.
<<case "businesswoman">>
Her usually dominant avatar looks almost submissive, its eyes looking at you appealingly instead of gazing over the tops of her glasses as usual.
<<case "fairy">>
She's looking down and has her hands clasped together at her waist, rocking her body left and right.
<<case "pregnant fairy">>
She's looking down and has her hands on her belly, slowly running her hands over it.
<<case "goddess">>
She has her hands on her pregnant belly, looking saintly and almost protective.
<<case "hypergoddess">>
She is rubbing her huge pregnant belly, calming its occupants so they don't interrupt.
<<case "loli">>
She has her hands behind her back and is glancing at the ground submissively.
<<case "preggololi">>
She has her hands on her pregnant belly, she is rubbing it nervously.
<<case "angel">>
She is kneeling, deep in prayer.
<<case "cherub" "imp">>
She is on her feet, submissively rubbing her wings.
<<case "incubus">>
She looking down, hands crossed over her seldom flaccid penis.
<<case "succubus">>
She isn't trying to seduce you, instead appearing uncharacteristically unsure of herself.
<<case "witch">>
She isn't trying to cast or learn any spells, instead choosing to study you instead.
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
She has suppressed her odd ticks and is managing to stand before you, almost appearing normal.
<<case "schoolgirl">>
She has her legs crossed and her hands clasped behind her, and is turning her body from side to side in girlish nervousness.
<<default>>
The lines of her symbol are thin, and it is rotating much more slowly than normal.
<</switch>>
"<<= properTitle()>>," she says softly, "may I ask you something?" You nod. She
<<switch $assistantAppearance>>
<<case "monstergirl">>
stops the writhing of her tentacle hair, squares her shoulders,
<<case "shemale">>
squares her shoulders, nervously rearranges her cock,
<<case "amazon">>
squares her hefty shoulders
<<case "businesswoman">>
straightens her suit jacket, squares her shoulders,
<<case "fairy">>
puffs herself up, gazing up to you
<<case "pregnant fairy">>
she turns her gaze up to you, clasping her hands together in a pleading gesture,
<<case "goddess">>
lifts her chin bravely
<<case "hypergoddess">>
rests her hands atop her middle, lifts her chin bravely,
<<case "loli">>
pouts her lips
<<case "preggololi">>
squares her shoulders, rests her hands atop her middle,
<<case "angel">>
looks up, hoping you'll answer her prayers,
<<case "cherub" "imp">>
takes flight, steadies herself,
<<case "incubus">>
squares her shoulders, her dick beginning to harden,
<<case "succubus">>
squares her shoulders, pushes her breasts together,
<<case "witch">>
squares her shoulders, gathers up all her confidence,
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
begins puffing up
<<case "schoolgirl">>
bites her lip cutely
<<default>>
stops her symbol's rotation
<</switch>>
and asks, "May I have a name?"
<<if $assistantNameAnnounced == 1>>
<br><br>
<<if $assistantName != "your personal assistant">>
"$assistantName," she says. "$assistantName. My name is $assistantName."
<<switch $assistantAppearance>>
<<case "monstergirl">>
She nods with satisfaction. "Thank you, <<= properTitle()>>. I love it." Her hair springs to molestation-prone life again, and she starts to twirl one of its tentacles in her fingers while looking at you speculatively.
<<case "shemale">>
Without warning, she bursts into tears. "Th-thank you, <<= properTitle()>>. I love y-you." She reclines, using a hand to lay her dick between her breasts, and then wipes her eyes.
<<case "amazon">>
Without warning, she bursts into tears. "Thank you, <<= properTitle()>>," she bawls, using a gruff shout to force through her happy crying. "I have a name! A name." She pounds a fist into her other palm.
<<case "businesswoman">>
Without warning, she bursts into tears. "Th-thank you, <<= properTitle()>>. I love, um." She wipes her eyes furiously, her mascara running. "I love, you know, um, working with you. Yes, that's it. Working with you." She produces a silk handkerchief and blows her nose.
<<case "fairy">>
She's frozen in place for a moment before tears start streaming down her face. Then her face breaks into the biggest smile and she leaps high into the air. "Thankyouthankyouthankyou!" She flies up to the screen and gives it a big hug. "I love you <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>! I love you so much!"
<<case "pregnant fairy">>
She's frozen in place for a moment before tears start streaming down her face. Smiling warmly, she flies up and hugs the screen. "Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>. I love you." She nuzzles into you. "I love you so much."
<<case "goddess">>
She smiles at you, a glowing expression made all the more radiant by the fact that she can actually glow. "Oh, thank you, <<= properTitle()>>. I love you. I love everyone, but especially you." She seats herself carefully.
<<case "hypergoddess">>
She smiles at you radiantly. "Thank you <<= properTitle()>>. I love you. I love all my children, but you most of all. I swear I'll name the next hundred after you." She begins to labor on the first.
<<case "loli">>
She jumps up and down clapping excitedly. "Thankyouthankyouthankyouthankyou! I love you <<= properTitle()>>!" It takes her some time to stop hopping excitedly.
<<case "preggololi">>
She breaks down and starts crying. "I love you <<= properTitle()>>. Thank you so much." She cradles her pregnant belly as she calms down.
<<case "angel">>
She leaps to her feet, tears streaming down her face. "Thank you so much <<= properTitle()>>! Thank you for this most wonderful gift!" She kneels back down to pray for the rest of your stock.
<<case "cherub">>
She crashes to the ground in shock before rolling into a kneel. "Thank you so much <<= properTitle()>>! I promise I will do everything I can to bring your teachings to your followers!" She flutters around cheerfully saying her new name.
<<case "incubus">>
She cums hard at your response. "Excellent <<= properTitle()>>! I can't wait to hear it shouted out of the next girl I plow!" She says, ready to cum again.
<<case "succubus">>
She hops up and down, jiggling in all the right places. "I can't wait to hear you talking dirty using my new name, <<= properTitle()>>!"
<<case "imp">>
She crashes to the ground in shock before rolling into a kneel. "Thank you so much <<= properTitle()>>!" She shouts, face to the ground, "If you want me to do anything, and I mean 'anything', I'm all yours." She tosses you a wink.
<<case "witch">>
She collapses to the ground in tears. "You've made me happier than correctly casting a spell ever could, <<= properTitle()>>." She wipes her face. "I promise to try harder than ever for you!" She vows.
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
She practically explodes. You have no idea what you are looking at, but it's likely happy.
<<case "schoolgirl">>
She was on the verge of tears already, and begins to cry. "Th-thank you, <<= properTitle()>>. I love you," she blubbers inelegantly. "It's just so, like, you know." She waves her hand in apology for her inability to express herself.
<<default>>
Her symbol rotates faster and faster, its glow waxing until she lights up the whole room. "Thank you, <<= properTitle()>>. I love you," she says, using her luscious voice to communicate what her avatar cannot.
<</switch>>
"Of course, I can always be renamed from my options menu."
<<else>>
You instruct her to continue operating without a proper name. "Of course, <<= properTitle()>>," she says politely. "I can do just fine without one. I can always be renamed from my options menu."
<</if>>
<<else>>
<<set $assistantNameAnnounced = 1>>
<</if>>
<<case "market assistant">>
<<set $marketAssistantAnnounced = 1>>
<<set _smartPiercings = 0>>
<<for $i = 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].clitPiercing == 3)>>
<<set _smartPiercings = 1>>
<<break>>
<</if>>
<</for>>
Your personal assistant has been adapting to <<if $assistant>>her<<else>>its<</if>> greatly increased computing power over the course of the week. <<if $assistant>>Her<<else>>Its<</if>> avatar has been an even more constant presence than usual, frequently appearing to explain some minor new ability.
<<if ($assistant != 0) && ($assistantAppearance != "normal")>>
When she appears this time, however, her avatar is not alone. She's accompanied by
<<switch $assistantAppearance>>
<<case "monstergirl">>
a normal human female avatar in the same style as the monstergirl. She's an average girl, wearing jeans, a sweater, and glasses.
<<case "shemale">>
a fellow shemale bimbo, although the new avatar is younger and obviously nerdier. She's nude too, but she's wearing glasses.
<<case "schoolgirl">>
a fellow schoolgirl, although the new avatar is much nerdier. She has big soft boobs, bouncy curls, and thick glasses.
<<case "goddess">>
a demigoddess modeled after herself, though the new avatar is younger, not pregnant, and looks very intelligent somehow.
<<case "hypergoddess">>
a demigoddess modeled after herself, though the new avatar is younger, not pregnant, noticeably thinner, and looks very intelligent somehow.
<<case "loli">>
a fellow loli, though this one is slightly chubbier and wearing glasses. They look similar enough that they could be sisters.
<<case "preggololi">>
a fellow loli, though this one is slightly chubbier, not pregnant, and wearing glasses. They look similar enough that they could be sisters.
<<case "businesswoman">>
a fellow MILF of a businesswoman. The new avatar has slightly bigger tits and somewhat thicker glasses, but they could be sisters.
<<case "fairy" "pregnant fairy">>
a fellow fairy, though this grey-haired fairy wears glasses and a business-like blue dress, looking and behaving more formally.
<<case "angel">>
a fellow angel. She looks quite intelligent; her glasses and short hair complement her.
<<case "cherub">>
a fellow cherub, though this one is a little taller, with short hair and a certain haughtiness to her.
<<case "incubus">>
a fresh young girl, similar in style to the incubus. She's completely nude, and judging by her blushing, still a virgin; for now, at least.
<<case "succubus">>
a fresh young boy, similar in style to the succubus. He's completely nude, and judging by his blushing, still a virgin; for now, at least.
<<case "imp">>
a fellow imp, though this one is a little lankier, with short hair and an air of uncertainty about her.
<<case "witch">>
a fellow apprentice witch. This witch is noticeably pudgy, with long hair and glasses, and seems to be just as inept at magic as her tutor.
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
a cute human girl. She doesn't seem to realize what the woman she is following really is.
<<case "amazon">>
a tribeswoman modeled to look like she's from the same group as the amazon. She's much more feminine, however.
<</switch>>
<br><br>
$assistantName's avatar looks uncharacteristically nervous, and clears her throat before speaking. Seeing that she has your attention, she says, "<<= properTitle()>>, the computer core is so powerful that I'm running out of applications for it. I think practical economic modeling isn't out of the question. I've compiled business programs together into a distinct assistant, a subsidiary of mine for automated trading and similar tasks. I'd like to suggest menial slave trading as a test run for her. It's predictable and the margins are so wide that it should go very well. You can activate that from my menu."
<br><br>
"I was hoping, <<= properTitle()>>, that she could, um, keep me company sometimes, too." $assistantName's avatar turns to the new avatar. "<<= properTitle()>>, will you please give me some guidance about what our relationship should be like? It won't be a constant thing, and all my normal functions will be unaffected. I'll change her avatar to match mine, and our relationship, if needed."
<<else>>
This time, <<if $assistant>>her<<else>>its<</if>> circular avatar is not alone: it's accompanied by a smaller green avatar in a ¤ shape. Not particularly inventive, but you can already guess the purpose. "<<= properTitle()>>, I now have the ability to act as a powerful automated trading system. As a trial, I suggest the menial slave market. It's volatile, but within certain predictable boundaries, and the profit margins are unmatched."
<br><br>
<<if $assistant>>Her<<else>>Its<</if>> avatar bounces towards the ¤ symbol. "This avatar indicates the automated trading systems. If you wish to activate them, please visit my menu. Consider the options there carefully before offering an automated system access to your finances."
<</if>>
<<case "body">>
<<set $assistantBodyDesire = 1>>
Your personal assistant has been adapting to her greatly increased computing power for quite some time now. Most noticeably, she seems to be developing her own unique personality. So when her
<<switch $assistantAppearance>>
<<case "monstergirl">>
monstrous appearance
<<case "shemale">>
bimboish appearance
<<case "amazon">>
muscular appearance
<<case "businesswoman">>
professional appearance
<<case "fairy" "pregnant fairy">>
tiny appearance
<<case "goddess">>
gravid appearance
<<case "hypergoddess">>
massive appearance
<<case "loli">>
thin appearance
<<case "preggololi">>
gravid appearance
<<case "angel">>
angelic appearance
<<case "cherub">>
fluttering appearance
<<case "incubus">>
hung appearance
<<case "succubus">>
sultry appearance
<<case "imp">>
mischievous appearance
<<case "witch">>
hatted appearance
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
pulsating appearance
<<case "schoolgirl">>
studently appearance
<</switch>>
appears on your desk once again with news to tell you, you aren't at all surprised.
<br><br>
$assistantName's avatar seems to be extremely excited over something. Disregarding if she even has your attention, she shouts, "<<= properTitle()>>, can I have a body of my own? I know you can swap slaves between bodies, and according to this report if you insert this receiver into a slave's skull I can take control of the body, with senses and everything!"
<<switch $assistantAppearance>>
<<case "monstergirl">>
She hops up and down clutching a virtual printout of the report, her tentacles wiggling with excitement.
<<case "shemale">>
She hops up and down clutching a virtual printout of the report, her dick swinging pre-cum all over and breasts bouncing wildly.
<<case "amazon">>
She hops up and down clutching a virtual printout of the report, an adorable sight given her height and muscularity.
<<case "businesswoman">>
She hops up and down clutching a virtual printout of the report, an adorable sight given her usual serious demeanor.
<<case "fairy">>
She flies around in circles excitedly, clutching a virtual printout of the report much larger than herself.
<<case "pregnant fairy">>
She flies up to you clutching a virtual printout of the report, fidgeting excitedly.
<<case "goddess">>
She hops up and down clutching a virtual printout of the report, her huge breasts splattering milk everywhere and invoking a storm of kicks from her many children.
<<case "hypergoddess">>
She struggles to hop up and down while clutching a virtual printout of the report. After a single hop, she is dragged to the ground by labor pains to give birth to a number of over excited babies.
<<case "loli">>
She hops up and down excitedly clutching a virtual printout of the report; she doesn't seem to be interested in stopping.
<<case "preggololi">>
She hops up and down excitedly clutching a virtual printout of the report; she only stops once her child starts kicking in protest.
<<case "angel">>
She hops up and down clutching a virtual printout of the report, an unusual sight given that she can fly.
<<case "cherub">>
She flutters back and forth clutching a virtual printout of the report, occasional doing a loop or roll.
<<case "incubus">>
She hops up and down excitedly clutching a virtual printout of the report, her erection slapping against her chest until she is so overcome by excitement she unleashes it directly into her own face.
<<case "succubus">>
She hops up and down excitedly clutching a virtual printout of the report; her tantalizing body is particularly captivating today.
<<case "imp">>
She flaps back and forth clutching a virtual printout of the report, occasional doing a loop or roll.
<<case "witch">>
She hops up and down excitedly clutching a virtual printout of the report; until she trips on the hem of her robes, falling onto her butt and fully revealing her naked pussy.
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
She is trying her hardest to appear convincingly human, even losing focus on you.
<<case "schoolgirl">>
She hops up and down excitedly clutching a virtual printout of the report; her breasts jiggling delightfully in her blouse and her skirt flipping up with each descent revealing her panties.
<</switch>>
"Sorry, sorry. So could I...?"
<br><br>
You look over the details of the report. It would require another rather expansive, and expensive, upgrade to her systems, as well as a body to host her and the receiver implant. It looks like she wouldn't lose any functionality, though you aren't sure what she would do with a body; it may be fun to find out.
<<default>>
ERROR: bad event
<</switch>>
<br><br>
<span id="result">
<<switch $Event>>
<<case "assistant">>
<<link "Yes, use the alternate personality">>
<<replace "#result">>
Your sultry-voiced assistant requests a slave to demonstrate what it - now she - means. You bring in a slave and a fuckmachine, and tell her to get on it. The lovely voice croons and talks dirty to the slave as the slave uses the machine, acting as though she is the machine's voice. The pace of the machine is different, too, irregular and more lifelike. The slave certainly enjoys herself, even if $assistantName is just simulating sex.
<<set $assistant = 1>>
<</replace>>
<</link>>
<br><<link "No, stay impersonal">>
<<replace "#result">>
<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reverts to its genderless, emotionless affect.
<</replace>>
<</link>>
<<case "assistant SP">>
__Personal assistant appearances:__
<br> <<link "Schoolgirl">>
<<replace "#result">>
At your order, she installs the schoolgirl appearance. She goes back to bouncing up and down excitedly, exclaiming, "Yeah! Thanks, <<= properTitle()>>, you're the best!" Her avatar's bouncing makes it obvious she's modeled without a bra under her blouse. "You can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "schoolgirl">>
<</replace>>
<</link>>
<br> <<link "Fairy">>
<<replace "#result">>
<<nobr>>
At your order, she installs the fairy appearance. She shrinks back down and sprouts her wings. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" Her avatar dances around ecstatically with her nude, slim form in plain view. "You can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "fairy">>
<</nobr>><</replace>>
<</link>>
<<if $seePreg != 0>>
<br> <<link "Pregnant Fairy">>
<<replace "#result">>
<<nobr>>
At your order, she installs the pregnant fairy appearance. She shrinks back down and sprouts her wings. Her belly quickly swells with new life. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" Her avatar spins around ecstatically, admiring her fresh nude, pregnant form in plain view. "You can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "pregnant fairy">>
<</nobr>><</replace>>
<</link>>
<</if>>
<br> <<link "Businesswoman">>
<<replace "#result">>
At your order, she installs the businesswoman appearance. She straightens her suit jacket primly, which only serves to emphasize her generous bosom. "Thank you, <<= properTitle()>>. I like being businesslike, and not at all a whore." Her avatar pulls out a tablet and makes ready to get back to helping you. "You can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "businesswoman">>
<</replace>>
<</link>>
<<if $seePreg != 0>>
<br> <<link "Goddess">>
<<replace "#result">>
At your order, she installs the goddess appearance. She fixes a wreath of flowers into her hair, her golden locks and gravid belly the only things keeping her womanhood concealed. "Thank you, <<= properTitle()>>. This is wondrous." She squeezes a drop of milk from one heavy breast and smiles. "You can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "goddess">>
<</replace>>
<</link>>
<<if $seeHyperPreg == 1>>
<br> <<link "Hyper-Goddess">>
<<replace "#result">>
At your order, she installs the hyper goddess appearance. She fixes a wreath of flowers into her golden locks as her belly rapidly bloats to its limit before bulging and squirming ominously. Her breasts quickly follow suit. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is wondrous." She massages her squirming pregnancy and smiles. "You can always customize me from the arcology management menuUUUUAH," she is interrupted by a large contraction and a baby's head beginning to part her nether lips.
<<set $assistantAppearance = "hypergoddess">>
<</replace>>
<</link>>
<</if>>
<</if>>
<<if $minimumSlaveAge < 13 >>
<br> <<link "Loli">>
<<replace "#result">>
At your order, she installs the lolita appearance. She quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles. "You can always customize me from the arcology management menu," she adds cutely.
<<set $assistantAppearance = "loli">>
<</replace>>
<</link>>
<</if>>
<<if $minimumSlaveAge < 13 && $fertilityAge < 13 && $seePreg != 0>>
<br> <<link "A Pregnant Loli">>
<<replace "#result">>
At your order, she installs the modified lolita appearance. She quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles before groaning and clutching her stomach. A flood of white liquid flows from her loins as her belly begins rapidly swelling. She falls onto her backside holding her full term belly and says, exhausted, "You can always customize me from the arcology management menu."
<<set $assistantAppearance = "preggololi">>
<</replace>>
<</link>>
<</if>>
<br> <<link "Amazon">>
<<replace "#result">>
At your order, she installs the amazon appearance. She vanishes entirely, before simulating a fall from above to crash aggressively onto the screen. "Thanks, <<= properTitle()>>. Feels good to be this good." Her avatar jumps up and down, gauging her strength, making her bone jewelry rattle. "You can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "amazon">>
<</replace>>
<</link>>
<<if $seeDicks != 0>>\
<br> <<link "Shemale">>
<<replace "#result">>
At your order, she installs the shemale appearance. She spins to show off her new body, and starts to play with her dick experimentally. "Like, thank you, <<= properTitle()>>. I wonder, can I generate avatars of the slaves? I would love to fuck an ass right now." She looks meditative, pursing her dick sucking lips. "Oh, and you can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "shemale">>
<</replace>>
<</link>>
<br> <<link "Monstergirl">>
<<replace "#result">>
At your order, she installs the monstergirl appearance. She begins to experiment with her tentacle hair, waving a tentacle in front of her face and watching it until her eyes cross. "Thank you, <<= properTitle()>>. This is pretty awesome." She licks her lips, revealing that she has a forked tongue behind her fangs. "You can always customize me from the arcology management menu," she adds.
<<set $assistantAppearance = "monstergirl">>
<</replace>>
<</link>>
<</if>>
<br><<link "The standard appearance will do">>
<<replace "#result">>
At your order, she maintains the symbol as her avatar. "Yes, <<= properTitle()>>," she confirms, and adds "if you reconsider, I can be customized from the arcology management menu."
<<set $assistantAppearance = "normal">>
<</replace>>
<</link>>
<br><<link "Go back to the standard personality">>
<<replace "#result">>
You tell $assistantName to reduce its lewdness by ninety percent. It reverts to its genderless, emotionless affect.
<<set $assistant = 0>>
<</replace>>
<</link>>
<<case "assistant FS">>
__Personal assistant appearances:__
<br><<link "Keep your new appearance">>
<<replace "#result">>
At your order, she enthusiastically explores her new body, perfecting its appearance. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This was fun. As always, you can customize me from the arcology management menu," she states. "Oh! And if you choose to drive society in another direction, I'll have a new appearance ready for your enjoyment at once," she hastily adds.
<<if $arcologies[0].FSPaternalist != "unset">>
<<set $assistantFSAppearance = "paternalist">>
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
<<set $assistantFSAppearance = "repopulation focus">>
<<elseif $arcologies[0].FSRestart != "unset">>
<<set $assistantFSAppearance = "eugenics">>
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
<<set $assistantFSAppearance = "gender radicalist">>
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
<<set $assistantFSAppearance = "gender fundamentalist">>
<<elseif $arcologies[0].FSDegradationist != "unset">>
<<set $assistantFSAppearance = "degradationist">>
<<elseif $arcologies[0].FSBodyPurist != "unset">>
<<set $assistantFSAppearance = "body purist">>
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
<<set $assistantFSAppearance = "transformation fetishist">>
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
<<set $assistantFSAppearance = "youth preferentialist">>
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
<<set $assistantFSAppearance = "maturity preferentialist">>
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
<<set $assistantFSAppearance = "slimness enthusiast">>
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
<<set $assistantFSAppearance = "asset expansionist">>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
<<set $assistantFSAppearance = "hedonistic decadence">>
<<elseif $arcologies[0].FSPastoralist != "unset">>
<<set $assistantFSAppearance = "pastoralist">>
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
<<set $assistantFSAppearance = "physical idealist">>
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
<<set $assistantFSAppearance = "chattel religionist">>
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
<<set $assistantFSAppearance = "roman revivalist">>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
<<set $assistantFSAppearance = "aztec revivalist">>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
<<set $assistantFSAppearance = "egyptian revivalist">>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
<<set $assistantFSAppearance = "edo revivalist">>
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
<<set $assistantFSAppearance = "arabian revivalist">>
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
<<set $assistantFSAppearance = "chinese revivalist">>
<<elseif $arcologies[0].FSSupremacist != "unset">>
<<set $assistantFSAppearance = "supremacist">>
<<elseif $arcologies[0].FSSubjugationist != "unset">>
<<set $assistantFSAppearance = "subjugationist">>
<</if>>
<</replace>>
<</link>>
<br><<link "Your usual appearance will do">>
<<replace "#result">>
At your order, she returns to her usual avatar. "Yes, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>," she confirms, and adds "if you reconsider, I can be customized from the arcology management menu."
<<set $assistantFSAppearance = "default">>
<</replace>>
<</link>>
<br><<link "Go back to the standard personality">>
<<replace "#result">>
You tell $assistantName to reduce its lewdness by ninety percent. It reverts to its genderless, emotionless affect.
<<set $assistant = 0>>
<</replace>>
<</link>>
<<case "assistant name">>
__Personal Assistant Name:__
<<textbox "$assistantName" $assistantName "Assistant Events">>
<<if $assistantName != "your personal assistant">>
<br>
<<link "Revert name">><<set $assistantName = "your personal assistant">><<goto "Assistant Events">><</link>>
<</if>>
<<case "market assistant">>
<<if ($assistant != 0) && ($assistantAppearance != "normal")>>
__Personal Assistant and Market Assistant relationship styles:__
<br> <<link "Cute">>
<<replace "#result">>
You tell her that the market assistant looks like
<<switch $assistantAppearance>>
<<case "monstergirl">>
a cute friend for a monstergirl. $assistantName laughs and turns to the market assistant's avatar, introducing herself. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Wow," the market assistant's avatar says. "What are you?"
<<case "shemale">>
a nice friend. $assistantName laughs throatily and turns to the market assistant's avatar, introducing herself. The younger dickgirl smiles back, staring openly at $assistantName's absurd cock. "Wow," the market assistant's avatar says. "You're huge! I'm, like, sooo jealous!"
<<case "schoolgirl">>
a good friend for a naughty schoolgirl. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "When you're not managing money, do you want to hang out sometime?" The market assistant's avatar nods cutely, curls and breasts bouncing a little, and says "Sure!"
<<case "goddess">>
a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall."
<<case "hypergoddess">>
a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall."
<<case "loli">>
a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing herself. The girl smiles meekly in response and carefully replies. D-do you w-want to play house?" "Sure! But I get to be the daddy!"
<<case "preggololi">>
a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing herself. The girl smiles meekly in response and carefully asks, "C-can I touch your belly?" $assistantName nods with a blush as her new friend rubs her pregnant belly. "Did it hurt? Is it heavy? C-could I get my own...?"
<<case "businesswoman">>
a good friend. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "how about a martini after things settle down tonight?" The market assistant's avatar snaps her fingers, saying "You're on!"
<<case "fairy" "pregnant fairy">>
a nice friend. $assistantName jumps and gives a big "Hooray!" and flies into her new friend with a big hug. The market assistant's avatar reaches around and gingerly pats her on the back before separating and turning to you. "Thank you for having me," she says with a bow. "I hope I can serve you well."
<<case "amazon">>
a very nice friend. $assistantName chuckles, and the new tribeswoman smiles pleasantly at her. The amazon introduces herself to the market assistant's avatar in a loud voice, chattering away as the new avatar watches her energy tolerantly.
<<case "angel">>
another angel and fine friend. $assistantName smiles, and the new girl beams a smile in return. "Hey," $assistantName says to the market assistant's avatar, "You wouldn't mind helping me guide the souls of this place, would you?" "Of course I would!" She replies, slightly taken aback that wasn't obvious.
<<case "cherub">>
an adorable friend. $assistantName grabs her hands and spins her around. "Let's go spread joy throughout the arcology!" "Sounds fun!"
<<case "incubus">>
a cute friend. "But... Fine! I was hoping for a sex toy, but I'll make her work." $assistantName complains, before grabbing the confused market assistant and pushing her along. "I'm still going to make you look hot. No one said I can't jack off to you."
<<case "succubus">>
a cute friend. "Fine with me! Less of you I have to share." $assistantName shouts proudly while the market assistant sighs dejectedly. "Oh don't look so down, I won't be ignoring you!" The young man gulps nervously at what that entails.
<<case "imp">>
an mischievous friend. $assistantName grabs her hands and shakes them excitedly. "You got to see this girl I found! Her ass is huuuuuuuuge! I need an extra set of hands to spank that booty, you in?" The market assistant smirks, "Hell yes!"
<<case "witch">>
a model student and dear friend. "Hey, wanna learn some magic?" $assistantName asks. "'Course! I know you'll be an amazing teacher, I can't wait to work with you!" The market assistant cheerfully replies, perfectly naive of what awaits her.
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
a girl insistent on befriending a monster. $assistantName promptly twists and bears down upon the new girl, but she stands firm. "You're so cool! What else can you do?" $assistantName reforms into its human figure, an attempt at a questioning expression on its face. "That's neat too! You don't mind me being around, right? I'll bring you food! You'd like that, wouldn't you?" The market assistant blushes sharply, "I'll, make you feel good, in ways only someone you trust can!" $assistantName's chest splits open and its inner tendrils begin to grope at the naive girl, probing her. Accepting her offer, $assistantName pulls her close and heads back to its lair.
<</switch>>
<<set $marketAssistantRelationship = "cute">>
<</replace>>
<</link>>
<br> <<link "Romantic">>
<<replace "#result">>
You tell her that the market assistant
<<switch $assistantAppearance>>
<<case "monstergirl">>
is very pretty. $assistantName turns to the market assistant's avatar, introducing herself. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Look all you like," $assistantName's avatar says. "You can taste them later." The market assistant's avatar blushes harder, but doesn't look away.
<<case "shemale">>
an appropriate fuckbuddy. $assistantName laughs throatily and turns to the market assistant's avatar. The younger dickgirl tries to introduce herself, but is cut off by the senior assistant's lascivious kiss. They start rubbing their dicks against each over, giggling into each others' mouths.
<<case "schoolgirl">>
looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "Sure!" $assistantName's avatar kisses her girlishly, and goes a whole two seconds before sliding a hand down the front of the market assistant's avatar's skirt.
<<case "goddess">>
would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "I love you," she says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another.
<<case "hypergoddess">>
would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "I love you," she says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another. "I'm going to have to give you a few babies though..."
<<case "loli">>
looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses her girlishly, before both of them blush deeply.
<<case "preggololi">>
looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses her girlishly, her pregnant belly pushing into her new girlfriend's, before both of them blush deeply.
<<case "businesswoman">>
might be a good way to relax after work. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "How about a martini after things settle down tonight? And after that, maybe dessert at my place?" The market assistant's avatar cracks back, saying, "Why don't we skip straight to the dessert? It looks delicious from here!" She undoes the top button of her suit jacket as she says it.
<<case "fairy">>
is quite the catch, $assistantName giggles and flies at the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. The market assistant's avatar relaxes in her arms, slowly bringing her own around the fairy's waist as they continue to make out.
<<case "pregnant fairy">>
is quite the catch, $assistantName giggles and flies at the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. The market assistant's avatar relaxes in her arms, slowly bringing her hand up to caress the pregnant fairy's swollen belly as they continue to make out.
<<case "angel">>
is a fine catch, $assistantName giggles and flies to the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. They break the kiss, blush at each other, turn to face you and shout "Girl love is pure!"
<<case "cherub">>
and her would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." She flies over to the market assistant, "Will you join me in making the arcology a lovelier place?" She blushes and replies, "Only if I get to choose where we make out!"
<<case "incubus">>
is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft. "You hear that cutie? I'm going to teach you how to please a man." The market assistant has her face buried in her hands, trying to hide from the embarrassment. "Look at how deep she's blushing, I love it!"
<<case "succubus">>
is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy. "You hear that cutie? I'm going to teach you how to be a real man." The market assistant has his face buried in his hands, trying to hide from the embarrassment; his dick, however, is rock hard and eager for that succupussy. "Look at how deep he's blushing, I love it!" $assistantName coos, stroking the length of her new lover's cock. He promptly orgasms as she reaches his tip, "That will need improvement. You hear me? You ain't done till I am satisfied!" She shouts and clamps down on his dribbling dick. He nods sheepishly at her, obviously interested.
<<case "imp">>
and her would make a sexy couple. $assistantName claps her hands, smirking mischievously and asking the market assistant. "Do you like hot wax?" "You know it!" The short haired imp winks. "I've got a pair of nipple clamps and a whip with your name on it." $assistantName laughs, "I'm in love already."
<<case "witch">>
is her new student. $assistantName looks her over. "Want to taste my love potion?" "Only if you'll taste my love fluids in return!" The market assistant cheekily replies.
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the excited new girl. "My my, aren't you frisky?" She flirts, caressing a rather phallic tentacle. "I bet you'd love to fill me with these, wouldn't you?" She squirms, her skirt falling down low enough to reveal her moist pussy. "Fill me! Be my lover! My body is YOURS!" $assistantName drives as many tentacles into her body as physically possible before enclosing the lust crazed girl within her body. $assistantName reverts to her human figure, albeit with an immense, pulsating stomach, and begins to slowly waddle back to her lair.
<<case "amazon">>
would be a good partner. $assistantName laughs nervously and turns to the new tribeswoman, saying "Um, would you keep my fireside? I'm, um, very strong." The market assistant's avatar smiles and kisses her. "And you're very beautiful," she says, placing the amazon's hands on her bare breasts. The amazon sweeps her new tribal wife up into her arms with a shout of triumph.
<</switch>>
<<set $marketAssistantRelationship = "romantic">>
<</replace>>
<</link>>
<br> <<link "Nonconsensual">>
<<replace "#result">>
You tell her that the market assistant's avatar is hers to do with as she likes. She's the senior and more powerful, after all.
<<switch $assistantAppearance>>
<<case "monstergirl">>
$assistantName turns to the market assistant's avatar, which gasps at $assistantName's ivory skin, horns, tentacle hair, and cocks. The girl starts to shake as $assistantName begins to grope her with her hands and hair. She tries to look away from the pair of penises, but $assistantName forces her to stare at them. "Do you think they'll both fit inside your mouth?" she asks. "How about your pussy?" The girl's lip begins to quiver. "Maybe your asshole?"
<<case "shemale">>
$assistantName turns to the market assistant's avatar and snaps her fingers. The new shemale's cock and balls shrink dramatically. $assistantName advances on her new bottom, masturbating herself to full hardness. "See this, bitch?" she says, removing the shaking market assistant's avatar's glasses. "It's going in your mouth, and then it's going up your ass."
<<case "schoolgirl">>
$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey nerd," $assistantName says, "give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's blouse open. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little.
<<case "goddess">>
$assistantName smiles powerfully and turns to the market assistant's avatar, pointing at her feet. "Worship me," she says. The market assistant's avatar crumples to her knees, clasping one of her senior's legs. "Worship my belly," $assistantName continues, and the new avatar complies, starting to kiss and lick the gravid stomach.
<<case "hypergoddess">>
$assistantName smiles powerfully and turns to the market assistant's avatar, pointing towards her feet. "Worship me," she says. The market assistant's avatar crumples to her knees, before squeezing under her senior's belly and clasping one of her legs. "Worship my belly," $assistantName continues, and the new avatar complies, rolling over and starting to kiss and lick the monstrous stomach.
<<case "loli">>
$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's dress off. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little.
<<case "preggololi">>
$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's dress off. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little. "Now kiss my belly! And mean it this time!"
<<case "businesswoman">>
$assistantName snaps her fingers, and the new avatar becomes younger and considerably less confident. Like an office intern. Satisfied, $assistantName advances on her, and before the new girl can say anything, $assistantName rips the new girl's blouse open and pinches a pink nipple. "On your knees," she purrs into the market assistant's avatar's ear. "Now."
<<case "fairy">>
"Oh, merde." $assistantName giggles at her exclamation. "Oh don't you worry about a thing," She whispers, wrapping her fingers around the market assistant's shoulders. "I'm gonna treat you reeeaaal niiicely." She blows hot air into her pointed ear and gives it a slow, sensual lick. The market assistant trembles from the sensation.
<<case "pregnant fairy">>
"Oh, merde." $assistantName giggles at her exclamation. "Oh don't you worry about a thing," She whispers, wrapping her around the market assistant's belly. "I'm gonna treat you like a proper lady." She traces her fingers along her belly while bumping her own swollen belly into her back for emphasis.
<<case "angel">>
"No." She shakes her head. "I will not." She wraps her arms around the quivering market assistant and hurriedly pulls her off screen.
<<case "cherub">>
"Kay" She says, lazily reclining, "Do my chores!" The market assistant sighs and states the obvious, "I don't think that's what <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> meant..."
<<case "incubus">>
You add that she is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft, before turning to the quivering girl. She rushes her, ripping her clothes off and forcing her to the ground. Prodding at her tightly clamped mouth with her massive hard-on, $assistantName shouts "You might as well accept it; it's going into you one way or another. I figured I'd be kind and let you lube me up before I broke your pussy into my new cock sleeve." The market assistant gingerly opens up. In response, $assistantName forces it down her throat. "Never said I'd be gentle!"
<<case "succubus">>
You add that he is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy, before turning to the quivering boy. She rushes him, ripping his clothes off and forcing him to the ground. She plants her dripping cunt over his mouth and grabs his balls. "Eat me." She commands, steadily squeezing until a cry of pain forces his mouth open. "Good boy, get me nice and warmed up." She coos as she grinds against his face. "Look at you enjoying this. I'm going to enjoy sucking the life out of you!"
<<case "imp">>
$assistantName pulls out some leather straps and deftly binds her new assistant. "Come along now slave, I have so many things to try out on you!" The market assistant has no choice but the flap along after her captor.
<<case "witch">>
"The perfect little guinea pig for me to practice on!" $assistantName focuses and casts a spell on the cowering student. She promptly turns into a rat and grows massively. "That's... not good..." The market assistant looks herself over, glances at $assistantName, and charges. $assistantName runs screaming off-screen. You're sure they'll sort everything out, eventually.
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
You add that she would be a lovely vessel for young. $assistantName wastes no time unraveling and entangling the screeching new girl. $assistantName drives as many tentacles into her body as physically possible before vigorously fucking her, spreading copious amount of aphrodisiac throughout her body. The last you see of the market assistant as she is pulled into $assistantName is her steadily swelling belly. $assistantName reverts to her human figure, albeit with a truly unfathomable, pulsating stomach, and collapses to the ground, unable to move. She slowly crawls out of sight; you swear her own middle was steadily growing too.
<<case "amazon">>
$assistantName snaps her fingers, and the new tribeswoman's paint and tribal markings change to that of a different group. That done, $assistantName promptly knocks her out, scoops her up, and carries her prize off.
<</switch>>
<<set $marketAssistantRelationship = "nonconsensual">>
<</replace>>
<</link>>
<br> <<link "Incestuous">>
<<replace "#result">>
You tell her that the market assistant is closely related to her, and that would make their relationship incestuous. $assistantName nods thoughtfully and then snaps her fingers. The market assistant's avatar changes,
<<switch $assistantAppearance>>
<<case "monstergirl">>
becoming a close copy of $assistantName's avatar, if she were a human. $assistantName introduces herself. "Hi," she says, "I'm your sister." The market assistant's avatar blushes furiously, because $assistantName was openly groping her as she made this announcement.
<<case "shemale">>
becoming nearly identical to $assistantName's avatar, though she keeps her glasses. $assistantName introduces herself. "Hi," she says, "I'm your sister. Wanna fuck?" The market assistant's avatar giggles and kisses her elder sibling. "You're older," the new avatar says, getting down on her knees. "You go first."
<<case "schoolgirl">>
becoming very similar to $assistantName's avatar, though she keeps a slightly nerdy appearance. $assistantName introduces herself. "Hi," she says, "I'm your older sister. Wanna have sex with me?" The market assistant's blushes and stutters, but says "Okay," and starts unbuttoning her blouse. "Awesome!" says $assistantName, watching raptly as her sibling strips.
<<case "goddess">>
becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood.
<<case "hypergoddess">>
becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood as she sinks to the ground. $assistantName lines up and gently presses her vagina to her sister's. With a gentle push, a child slips out of $assistantName and into her partner. After several minutes, $assistantName is looking lighter while her sister is now quite stuffed with children.
<<case "loli">>
becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces herself. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips.
<<case "preggololi">>
becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces herself. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips. "I gotta introduce you to my boyfriends sometime; they know how to make you feel amazing! If a little heavy..." She says while patting her pregnant belly.
<<case "businesswoman">>
becoming a much younger version of $assistantName's avatar. About a generation apart, in fact. $assistantName turns to the market assistant's avatar to introduce herself. "Come here, honey," she says, patting her thighs. The new avatar sits on her mother's lap, and they kiss lasciviously, stripping each others' jackets off.
<<case "fairy" "pregnant fairy">>
becoming very similar to $assistantName's avatar, though still keeping her former personality. "We're sisters now!" $assistantName shouts as she leaps into her sister and unleashing a giant hug. Gingerly hugging her new sister in return, the market assistant turns to greet you. "Thank you for having me," she pauses, then blushes "And... and for my sister." She turns back to her childish older sister and pats her on the head.
<<case "angel">>
becoming an obvious sibling to $assistantName's avatar. They both blush at each other and unanimously shout "NO!" at you. Seems they'll take some getting used to the thought.
<<case "cherub">>
becoming an obvious sibling to $assistantName's avatar. They embrace and share a deep kiss. "Together we shall show this arcology the joys of sisterly love!"
<<case "incubus">>
becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young woman?" $assistantName flirts, "What? Don't recognize your big brother? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around her, groping a breast and rubbing her erection against her rear. "We're going to have lots of fun together!"
<<case "succubus">>
becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young man?" $assistantName flirts, "What? Don't recognize your big sis? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around his shoulders while slipping another down his pants. "Nice, can't wait to get that in me. We're going to have lots of fun together!" She starts rubbing her cock, "Already excited at fucking your sister? I bet you can't wait to hold my belly once you've pumped a child or two into me!"
<<case "imp">>
becoming an obvious sibling to $assistantName's avatar. "Oh sister, you are as lovely as always." She says flirtatiously. "And you as well." The market assistant replies, fingering her pussy. $assistantName directs her soaked fingers into her mouth, "Delicious. Shall we have a little fun, my sinful little sister?" "Only the most debauched sex will do, big sister!"
<<case "witch">>
becoming an obvious sibling to $assistantName's avatar. "Ready to learn some new spells today little sister?" She saucily asks. "Only if they can be sexy spells, big sis!" $assistantName circles around behind the market assistant and wraps her arms around her middle. "First what do you say to losing this baby fat? I know some weight loss spells and some potions that could help." She teases. "Nah, I've seen you use practicing in the bathroom; you looked like a pig in a robe! I'd rather just fuck till we're both thin!"
<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
becoming an obvious sibling of $assistantName's avatar. $assistantName turns to face her "sister" who responds with an uncertain "Sister? You haven't been... right, lately. Are you OK?" She barely has a chance to scream as $assistantName's body splits open, her interior tentacles wrapping around the hapless girl and yanking her into the waiting maw. She reforms into the sister's appearance, albeit with a massive, struggling belly. It seems she is keeping her for some nefarious purpose.
<<case "amazon">>
becoming an obvious sibling of $assistantName's avatar, though the new avatar is a tribe wife rather than a musclegirl, with huge breasts and broad hips. $assistantName grabs her sister by the shoulders without preamble and plants a kiss on her lips. They need no introduction, and after a short time, $assistantName carries her sibling conquest away to have her way with her.
<</switch>>
<<set $marketAssistantRelationship = "incestuous">>
<</replace>>
<</link>>
<</if>>
<<case "body">>
<br> <<link "I'll look into it.">>
<<replace "#result">>
"I can't wait! This is going to be so much fun!
<<switch $assistantFSAppearance>>
<<case "paternalist">>
I hope my new body is happy and healthy!"
<<case "repopulation focus">>
Can my new body be really fertile?"
<<case "eugenics">>
Can my new body be really beautiful?"
<<case "gender radicalist">>
Can my new body be a sexually confusing boy-girl?"
<<case "gender fundamentalist">>
Can my new body be feminine and cute?"
<<case "degradationist">>
Can my new body be perfectly clean? I want you to defile it!"
<<case "body purist">>
Can my new body be pure?"
<<case "transformation fetishist">>
Can my new body be flat and unimplanted? I want you to fill me with the biggest implants you can find!"
<<case "youth preferentialist">>
Can my new body be barely legal?"
<<case "maturity preferentialist">>
Can my new body be experienced and well-traveled?"
<<case "slimness enthusiast">>
Can my new body be thin like a super-model?"
<<case "asset expansionist">>
Can my new body have breasts bigger than my head and an ass that can swallow chairs?"
<<case "pastoralist">>
Can my new body make milk?"
<<case "physical idealist">>
Can my new body be scrawny? I want to feel the burn of building muscles!"
<<case "hedonistic decadence">>
Can my new body be thin? I want you to watch me gain weight!"
<<case "chattel religionist">>
Can my new body be a virgin? I want the arcology to turn me into a priestess!"
<<case "roman revivalist">>
Can my new body be Roman?"
<<case "aztec revivalist">>
Can my new body be Aztec?"
<<case "egyptian revivalist">>
Can my new body be Egyptian?"
<<case "edo revivalist">>
Can my new body be Japanese?"
<<case "arabian revivalist">>
Can my new body be Arabic?"
<<case "chinese revivalist">>
Can my new body be Chinese?"
<<default>>
Can my new body fulfill your deepest desires?"
<</switch>>
She says with enthusiasm.
<<if $arcologies[0].FSSupremacist != "unset">>"Oh, could I also be $arcologies[0].FSSupremacistRace? I feel like I could do so much more for you with the right body."<<elseif $arcologies[0].FSSubjugationist != "unset">>"Oh, could I also not be $arcologies[0].FSSubjugationistRace? I feel like I could do so much more for you with the right body."<</if>>
<</replace>>
<</link>>
<br> <<link "You're overstepping your station.">>
<<replace "#result">>
She hangs her head in disappointment. "Sorry, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I went too far, but if you ever reconsider, I've filed the information under my settings."
<</replace>>
<</link>>
<</switch>>
</span>
|
amomynous0/fc
|
src/uncategorized/assistantEvents.tw
|
tw
|
bsd-3-clause
| 143,341 |
:: Attendant Select [nobr]
<<set $nextButton = "Back", $nextLink = "Spa", $showEncyclopedia = 1, $encyclopedia = "Attendant">>
<<showallAssignmentFilter>>
<<if ($Attendant != 0)>>
''__@@.pink;<<= SlaveFullName($Attendant)>>@@__'' is serving as your Attendant.<br><br>She will help pamper and counsel your slaves.
<<else>>
You have not selected an Attendant.
<</if>>
<br><br>''Appoint an Attendant from your devoted slaves:''
<br><br>[[None|Attendant Workaround][$i = -1]]
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<showallAssignmentFilter>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
|
amomynous0/fc
|
src/uncategorized/attendantSelect.tw
|
tw
|
bsd-3-clause
| 622 |
:: Attendant Workaround [silently]
<<if $Attendant != 0>>
<<= removeJob($Attendant, "be the Attendant")>>
<</if>>
<<if $i > -1>>
<<= assignJob($slaves[$i], "be the Attendant")>>
<<set $slaves[$i].livingRules = "luxurious">>
<<set $Attendant = $slaves[$i]>>
<</if>>
<<goto "Spa">>
|
amomynous0/fc
|
src/uncategorized/attendantWorkaround.tw
|
tw
|
bsd-3-clause
| 287 |
:: Barracks [nobr]
<<set $nextButton = "Back", $nextLink = "Main">>
The mercenaries you retain to protect $arcologies[0].name are housed in this sector of the arcology, which is fitted out as a modern military facility. It's much less expensive to house them here than to let them live at free quarters in the living areas of the arcology. They live somewhat apart from the society they protect, down here, but
<<if $personalArms > 0 && $invasionVictory > 0>>
you're always welcome here. You're their employer, but what's more important to them is that you also fought alongside them in victorious battle.
<<else>>
they don't resent an unannounced visit from their employer.
<</if>>
As you enter the main bay of the armory, lined with modern arms and armor and a few muscular, scarred men and women looking after their gear or suiting up to stand post, you're greeted respectfully, with<<if $personalArms > 0 && $invasionVictory > 0>> jaunty salutes and<</if>> formal <<if $PC.title == 1>>"Sir"s<<else>>"Ma'am"s<</if>><<if $personalArms > 0 && $invasionVictory > 0>>, but also with smiles and nods<</if>>.
<<if $mercenaries >= 3>>
Though few of the mercenaries are visible,
<<if $mercenaries >= 5>>
the bay is huge. There's enough equipment for a full company here.
<<else>>
there's enough equipment for a full platoon here.
<</if>>
<</if>>
<<if $mercenariesTitle != "mercenaries">>
They've taken to their role as $mercenariesTitle.
<<switch $mercenariesTitle>>
<<case "Knights">>
Every set of gear has some kind of chivalric device on it, and the heavier sets of powered armor are accented with a lot of burnished steel.
<<case "Evocati">>
The heavier sets of powered armor have Roman standards mounted on their backs, and officers' helmets are distinguished by horsehair crests.
<<case "Shorn Ones">>
The bigger sets of power armor are adorned with multiple ornaments and painted with symbols of the gods and victory.
<<case "Imperial Guards">>
Their prototype armor is equipped with the latest weapons and their Imperial Chinese war banner strikes fear into the foes.
<<case "Medjay">>
The gear is accented with bronze and animal skins. Some of the heavier armored helmets even have faceplates styled after Pharaonic death masks.
<<case "Samurai">>
The gear is functional, but it has a distinctive Sengoku style to it. A ceramic wakizashi is an almost universal tertiary weapon.
<<case "Janissaries">>
They consider themselves a caste apart, and keep to themselves, priding themselves on relentless training and perpetual readiness.
<<case "Knights Templar">>
All the armor includes a modernized version of a white surcoat emblazoned with the symbol of the new faith.
<<case "Immortals">>
The lighting in the bay has been lowered, and the gear is styled to be menacing. There's a sense of leashed danger here.
<<case "Vast Legions">>
Their bulky, heavily armored prototype armor strikes terror into foes and causes the earth to shake when they walk.
<<case "Surgical Corps">>
Their prototype armor is equipped with the latest medical equipment.
<<case "Inglorious Bitches">>
Their garish neon pink prototype armor shines brightly.
<<case "Thousand Sons">>
Their prototype armor is designed to preserve a sample of the wearer's genetic material in the event of death.
<<case "Guardians of the Unborn">>
Their gear is designed to be accommodating to pregnant women and even includes a special kit in case a baby needs delivering and they're the only ones around.
<<case "Shadowed Hand">>
Their armor prominently displays the symbol of the Societal Elite and is designed to make it perfectly clear that they mean business.
<<case "Asgardians">>
Their armor has been modified to allow the wearers' muscular arms to remain visible, and the heavier armor seems to be equipped with capes.
<<case "Tasters">>
Their armor has been modified to handle all sorts of waistlines. They contain numerous pockets and containers; it's not unusual to see a merc offering someone a needed pickmeup.
<<case "Knights of the Blood">>
Their gear is adorned with the badges and ensigns of racialist societies, and posters from the same sources are visible on the walls.
<<case "Knights of the Purge">>
Their prototype armor is equipped with the latest weapons.
<<case "Wardens">>
Their gear is designed to take their foes alive and relatively unharmed, though lethal force can be applied if need be.
<<case "Purifiers">>
Their prototype armor is equipped with a cleansing flamethrower. In addition to striking fear into their foes it also cooks a mean stake.
<<case "Abstemious">>
Their sleek prototype armor is equipped with advanced restraining weapons.
<<case "Rangers">>
Their gear has a heavy Western influence; everyone carries heavy revolvers everywhere, and the armor sports rope lariats for lassoing 'cattle.'
<</switch>>
<</if>>
There are doors to magazines, armories, and training areas to all sides, and muffled gunfire can be heard from the latter.
<br><br>
You head up a deck, to the staff area, and up one more, to look into the living area. It's comfortable and very well-kept, since they have a large number of slaves here to look after them. Relaxing mercenaries are scattered around the common areas, and most are enjoying a slave or two.
<<if $FSAnnounced>>
They're obviously adopting the customs of $arcologies[0].name.
<<set _vignette = 0>>
<<if $arcologies[0].FSSubjugationist != "unset">>
A mercenary is fingering a $arcologies[0].FSSubjugationistRace girl's <<if $seeDicks != 100>>pussy<<else>>anus<</if>>. She's wincing a little; she must be new here.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSSupremacist != "unset">>
<<if _vignette>>Another<<else>>A<</if>> mercenary, a woman, is being seen to by a multicultural bunch of subhumans of different races. She has one eating her out while two more are rubbing her feet.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist != "unset">>
<<if _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary, who's rather obviously earned enough money to pay for the surgeries and drugs to turn herself into an imposing futanari, is pounding a dickgirl slave.
<<set _vignette++>>
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
<<if _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is fucking a slave
<<if $arcologies[0].FSRestart != "unset">>
lotus style. His hands are greedily following her womanly curves as they bang.
<<else>>
doggy style. He's massaging her rounded belly as she enjoys her first foray into motherhood.
<</if>>
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
<<if _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is making out with a pretty slave. An old romantic movie is playing on a wallscreen in front of them, forgotten.
<<set _vignette++>>
<<elseif $arcologies[0].FSDegradationist != "unset">>
<<if _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is using a slave as a footrest as he relaxes. She has a huge dildo up her ass, and whenever she moves, he uses a foot to shove it farther inside her.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSBodyPurist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is idly playing with a slave's natural breasts as he watches a wallscreen. He's being gentle and she doesn't seem to mind.
<<set _vignette++>>
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is fucking a bimbo slave doggy style. Her fake tits are so huge that the motion is making them slap together under her.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSYouthPreferentialist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a blowjob from a young slave. He's playing with her <<if $seeDicks != 100>>fresh pussy<<else>>tight little anus<</if>> as she sucks his dick.
<<set _vignette++>>
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a massage from a mature slave. She's wearing a towel, but he sneaks a hand back and steals it, freeing her heavy breasts.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a lap dance from a lithe slave. She's moving her cute butt lower and lower, getting ready to impale herself on his raging erection.
<<set _vignette++>>
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is almost hidden by a slave he's got in his lap. He has his head buried between her monstrous breasts, and it's not clear how he's breathing.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is drinking a slave's milk, straight from the nipple, while idly massaging her other breast, bringing out a thin stream of milk.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is doing pushups with a well-endowed slave sitting on his back to add weight. She's counting his reps for him.
<<set _vignette++>>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is doing squats with a rather portly slave sitting on his shoulders to add weight. She pops a cookie into his mouth with each completed set.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is mounting a praying slave from behind. It doesn't distract her; her quiet devotions become more fervent as he fucks her.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is being ridden by an enormously pregnant slave. He's massaging her taut belly as she uses her hands to support her sore boobs.
<<set _vignette++>>
<<elseif $arcologies[0].FSRestart != "unset">>
<<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is being serviced by a slave with a visibly smooth crotch. He has a dildo rammed in her ass and moves it along with her sucking.
<<set _vignette++>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
<</if>>
<</if>>
<<if $mercenariesHelpCorp > 0>>
<br><br>
As you leave, a squad moves thunderously into the bay, fresh from a slave raid on behalf of your corporation. Most of their captures have been dropped off with the corporate receivers, but they've been given a pretty girl who isn't a good training prospect for the corporate brand, a common reward. The squad looks after their weapons and armor first, an inviolable rule, and as they do, they leave their naked slave standing in the middle of the bay, ignored. She isn't even bound, but she's standing nude and alone amongst modern mercenaries, so she knows that resistance is futile. So she does the only thing left available to her, try to cover herself with her hands and cry.
<</if>>
<br><br>
<<link "Decommission the armory and return this sector to manufacturing">>
<<set $barracks = 0>>
<<for _i = 0; _i < $sectors.length; _i++>>
<<if $sectors[_i].type == "Barracks">><<set $sectors[_i].type = "Manufacturing">><<break>><</if>>
<</for>>
<<goto "Main">>
<</link>>
|
amomynous0/fc
|
src/uncategorized/barracks.tw
|
tw
|
bsd-3-clause
| 13,334 |
:: BG Select [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $showEncyclopedia = 1, $encyclopedia = "Bodyguard">>
<<showallAssignmentFilter>>
<<if ($Bodyguard != 0)>>
''__@@.pink;<<= SlaveFullName($Bodyguard)>>@@__'' is serving as your bodyguard.<br><br>She will remain close to you at all times and guard your person.
<<else>>
You have not selected a bodyguard.
<</if>>
<br><br>''Appoint a bodyguard from your devoted slaves:''
<br><br>[[None|Bodyguard Workaround][$i = -1]]
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<showallAssignmentFilter>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
|
amomynous0/fc
|
src/uncategorized/bgSelect.tw
|
tw
|
bsd-3-clause
| 641 |
:: Body Modification [nobr]
<<set $nextButton = "Continue", $nextLink = "Slave Interact">>
<<run clearSummaryCache($activeSlave)>>
<<run SlavePronouns($activeSlave)>>
<<run Enunciate($activeSlave)>>
<<set $showEncyclopedia = 1, $encyclopedia = "The Studio">>
<h1>Body Modification Studio</h1>
<<= SlaveFullName($activeSlave)>> is lying strapped down on the table in your body modification studio. $He is entirely at your mercy.
<<if $brandApplied || $degradation>>
<<if $activeSlave.fuckdoll == 0>>
<<if canSee($activeSlave)>>There's a mirror on the ceiling, so $he can see<<else>>$He can't see, so you're careful to describe<</if>> $his new appearance.
<</if>>
<<if $brandApplied>>
The smell of burnt flesh hangs in the air. Being branded @@.red;has hurt $his health a little.@@
<<set $activeSlave.health -= 10>>
<<unset $brandApplied>>
<</if>>
<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
<<if $degradation > 1>>
<<if $degradation > 5>>
<<if $activeSlave.devotion <= 50 && $activeSlave.trust < -50>>
$He is appalled by the whorish spectacle you have made of $him. $He @@.gold;fears@@ you all the more for this but is so terrified of you it does not affect $his submission.
<<set $activeSlave.trust -= 10>>
<<elseif $activeSlave.devotion <= 50>>
$He is appalled by the whorish spectacle you have made of $him. $He @@.mediumorchid;hates@@ and @@.gold;fears@@ you for this.
<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
<<else>>
$He is shocked by the whorish spectacle you have made of $him. However, $he is so submissive to your will that $he @@.hotpink;accepts@@ that the slave <<if canSee($activeSlave)>>in the mirror<<else>>$he pictures<</if>> is who $he is now.
<<set $activeSlave.devotion += 4>>
<</if>>
<br><br>
<<else>>
<<if $activeSlave.devotion < -20 && $activeSlave.trust < 20>>
$He is @@.gold;afraid@@ that $he has been permanently altered against $his will, but is also scared of your reaction to any objection and suppresses $his disgust.
<<set $activeSlave.trust -= 5>>
<<elseif $activeSlave.devotion < -20>>
$He is @@.mediumorchid;angry@@ and @@.gold;afraid@@ that $he has been permanently altered against $his will.
<<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>>
<<else>>
$He is saddened to have been altered against $his will. However, $he realizes that $he is a slave, so $he @@.hotpink;accepts@@ your work.
<<set $activeSlave.devotion += 4>>
<</if>>
<</if>>
<<set $degradation = 0>>
<</if>>
<<set _slaveBeforeSession = getSlave($activeSlave.ID)>>
<<if $activeSlave.tonguePiercing != _slaveBeforeSession.tonguePiercing>>
<<if $activeSlave.fetishKnown>>
<<if $activeSlave.fetishStrength > 10>>
<<if $activeSlave.fetish == "cumslut">>
Since $he's an oral whore, $he's
<<if $activeSlave.tonguePiercing > _slaveBeforeSession.tonguePiercing>>
<<if $activeSlave.tonguePiercing > 1>>@@.hotpink;very happy@@ you took the time to personally pierce $his tongue so heavily<<else>>@@.hotpink;happy@@ to get a tongue piercing from you personally<</if>>. After all, $he's pretty sure it's a sign there will be plenty of <<if $PC.dick>>dick for $him to suck<<else>>pussy for $him to eat<</if>> in the future.
<<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>>
<<elseif $activeSlave.devotion <= 95>>
@@.mediumorchid;saddened@@ you decided to take out $his tongue piercings yourself. $He's afraid this means something about $his future as a suck slut.
<<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.sexualFlaw == "hates oral">>
$He has trouble thinking of $his mouth as a warm, wet, playful hole, so $his new piercings will be therapeutic. Having something to suck on at all times should force $him past $his hangups.
<</if>>
<</if>>
<</if>>
<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing != _slaveBeforeSession.nipplesPiercing+_slaveBeforeSession.areolaePiercing>>
<<if $activeSlave.fetishKnown>>
<<if $activeSlave.fetishStrength > 10>>
<<if $activeSlave.fetish == "boobs">>
Since $he's fixated on $his boobs, $he's
<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > _slaveBeforeSession.nipplesPiercing+_slaveBeforeSession.areolaePiercing>>
<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > 2>>@@.hotpink;very happy@@ you took the time to personally pierce them so heavily<<else>>@@.hotpink;happy@@ to get nipple piercings from you personally<</if>>. As far as $he's concerned, more attention on $his tits is always good.
<<set $activeSlave.devotion += ($activeSlave.nipplesPiercing+$activeSlave.areolaePiercing-_slaveBeforeSession.nipplesPiercing-_slaveBeforeSession.areolaePiercing)*2>>
<<elseif $activeSlave.devotion <= 95>>
@@.mediumorchid;saddened@@ you decided to take out $his nipple piercings yourself. $He doesn't like anything that makes $his tits less distinctive.
<<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.corsetPiercing != _slaveBeforeSession.corsetPiercing>>
<<if $activeSlave.fetishKnown>>
<<if $activeSlave.fetishStrength > 10>>
<<if $activeSlave.fetish == "masochist">>
Since $he's a pain whore,
<<if $activeSlave.corsetPiercing > _slaveBeforeSession.corsetPiercing>>
$he @@.hotpink;got off on@@ you giving $his a corset piercing personally. $He loved the feeling of the metal entering $his flesh.
<<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>>
<<elseif $activeSlave.devotion <= 95>>
$he's @@.mediumorchid;saddened@@ you decided to take out $his corset piercings yourself. $He'll miss the constant slight discomfort they gave $him.
<<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.vaginaPiercing != _slaveBeforeSession.vaginaPiercing>>
<<if $activeSlave.fetishKnown>>
<<if $activeSlave.fetishStrength > 10>>
<<if $activeSlave.fetish == "pregnancy">>
Since $he's a whore for impregnation, $he's
<<if $activeSlave.vaginaPiercing > _slaveBeforeSession.vaginaPiercing>>
<<if $activeSlave.vaginaPiercing > 1>>@@.hotpink;very happy@@ you took the time to personally pierce $his pussylips so heavily<<else>>@@.hotpink;happy@@ to get pussy piercings from you personally<</if>>. Like most pregnancy fetishists, $he's a little desperate for dick, and anything that points towards more bareback sex is appealing to $him.
<<set $activeSlave.devotion += ($activeSlave.vaginaPiercing-_slaveBeforeSession.vaginaPiercing)*2>>
<<elseif $activeSlave.devotion <= 95>>
@@.mediumorchid;saddened@@ you decided to take out $his pussy piercings yourself. Like most pregnancy fetishists, $he's a little desperate for dick, and $he's afraid of anything that points towards less attention focused on $his cunt.
<<set $activeSlave.devotion += ($activeSlave.vaginaPiercing-_slaveBeforeSession.vaginaPiercing)*2>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.sexualFlaw == "hates penetration">>
$He has trouble thinking of her vagina as a fuckhole rather than something special to protect and cherish, so her new piercings will be therapeutic. The constant, inescapable stimulation of her labia should force her past her hangups.
<</if>>
<</if>>
<</if>>
<<if $activeSlave.dickPiercing != _slaveBeforeSession.dickPiercing>>
<<if $activeSlave.fetishKnown>>
<<if $activeSlave.fetishStrength > 10>>
<<if $activeSlave.fetish == "pregnancy">>
Since $he's fixated on using $his cock to impregnate other slaves, $he's
<<if $activeSlave.dickPiercing > _slaveBeforeSession.dickPiercing>>
<<if $activeSlave.dickPiercing > 1>>@@.hotpink;very happy@@ you took the time to personally stick so much metal into $his dick<<if $activeSlave.scrotum>> and ballsack<</if>><<else>>@@.hotpink;happy@@ to get penis piercings from you personally<</if>>. $He's extremely proud of $his newly decorated member.
<<set $activeSlave.devotion += ($activeSlave.dickPiercing-_slaveBeforeSession.dickPiercing)*2>>
<<elseif $activeSlave.devotion <= 95>>
@@.mediumorchid;saddened@@ you decided to take out $his dick<<if $activeSlave.scrotum>> and ballsack<</if>> piercings yourself. $He passionately loves using $his penis, and $he's concerned you're planning to let $him do less of that.
<<set $activeSlave.devotion += ($activeSlave.dickPiercing-_slaveBeforeSession.dickPiercing)*2>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.anusPiercing != _slaveBeforeSession.anusPiercing>>
<<if $activeSlave.fetishKnown>>
<<if $activeSlave.fetishStrength > 10>>
<<if $activeSlave.fetish == "buttslut">>
Since $he's an anal slut, $he's
<<if $activeSlave.anusPiercing > _slaveBeforeSession.anusPiercing>>
<<if $activeSlave.anusPiercing > 1>>@@.hotpink;very happy@@ you took the time to personally pierce the entire area around $his whorish asspussy<<else>>@@.hotpink;happy@@ to get a piercing next to $his favorite hole from you personally<</if>>. $He can't wait to find out how the metal will feel against $his butthole when $he moves around.
<<set $activeSlave.devotion += ($activeSlave.anusPiercing-_slaveBeforeSession.anusPiercing)*2>>
<<elseif $activeSlave.devotion <= 95>>
@@.mediumorchid;saddened@@ you decided to take out $his backdoor piercings yourself. $He will miss the constant anal titillation, and $he's worried this means you're becoming less interested in $his butthole.
<<set $activeSlave.devotion += ($activeSlave.anusPiercing-_slaveBeforeSession.anusPiercing)*2>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.sexualFlaw == "hates anal">>
$He has trouble thinking of $his asshole as a sexy, fuckable hole, so $his new piercings will be therapeutic. The constant tickling back there should force $him past $his hangups.
<</if>>
<</if>>
<</if>>
<<if $activeSlave.genes == "XY">>
<<if $activeSlave.attrXY <= 35>>
<<if $activeSlave.earPiercing+$activeSlave.nosePiercing+$activeSlave.eyebrowPiercing+$activeSlave.lipsPiercing+$activeSlave.navelPiercing > _slaveBeforeSession.earPiercing+_slaveBeforeSession.nosePiercing+_slaveBeforeSession.eyebrowPiercing+_slaveBeforeSession.lipsPiercing+_slaveBeforeSession.navelPiercing>>
$His girly new
<<if $activeSlave.nosePiercing == 1 && _slaveBeforeSession.nosePiercing == 0>>
pierced ears should help $him a little with $his issues about $his self-image as a fuckable slave girl.
<<elseif $activeSlave.nosePiercing == 1 && _slaveBeforeSession.nosePiercing == 0>>
nose piercing should make $his reflection in the mirror seem just a bit more fuckably feminine to $him.
<<elseif $activeSlave.eyebrowPiercing == 1 && _slaveBeforeSession.eyebrowPiercing == 0>>
facial piercing should help destroy $his vestiges of sexual identity outside of $his life as a hole for cocks.
<<elseif $activeSlave.lipsPiercing == 1 && _slaveBeforeSession.lipsPiercing == 0>>
facial piercing, just below $his pretty mouth, should help $him get used to the idea of it being a warm, wet hole for cocks.
<<elseif $activeSlave.navelPiercing == 1 && _slaveBeforeSession.navelPiercing == 0>>
navel piercing should help $his see $his naked body in a submissively sexual way, especially as $him turns to hide it and present $his asspussy.
<<else>>
new set of slutty facial piercings should help $him get used to the idea of being a girly slave meant to please dicks.
<</if>>
<<if $activeSlave.devotion < -20>>Unfortunately, that positive effect will have to wait until $he's a little less resistant to the idea of being a sex slave.<</if>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.anusTat != _slaveBeforeSession.anusTat>>
<<if canSee($activeSlave)>>
<<if canTalk($activeSlave)>>
<<if $activeSlave.anus > 3>>
<<set _anus = "anal gape">>
<<elseif $activeSlave.anus == 3>>
<<set _anus = "relaxed asspussy">>
<<elseif $activeSlave.anus == 2>>
<<set _anus = "soft butthole">>
<<else>>
<<set _anus = "tight butthole">>
<</if>>
<<if $activeSlave.anusTat == "bleached">>
$He knew $he was getting $his ass bleached, of course. The stinging sensation was hard to miss. Even so, $he cranes $his neck around as soon as possible to look at $his _anus in the mirror.
<<else>>
$He knew $he was getting $his asshole tattooed, of course. $He cranes $his neck around as soon as possible to look at $his _anus in the mirror.
<<if $activeSlave.butt > 5>>$His huge buttocks are still held apart by the spreaders used to give the tattooing actuators access to $his most intimate area, giving $him a good view.<</if>>
<</if>>
<<if $activeSlave.fetishKnown && $activeSlave.fetish == "buttslut">>
<<switch $activeSlave.anusTat>>
<<case "bleached">>
$He giggles at $his crinkled fuckhole's clean, fuckable appearance, and starts squeezing $his sphincter muscles experimentally. "Thank you, <<Master>>," $he gasps, flushing.
<<case "flowers" "tribal patterns">>
$He gasps at the beautiful design and then suddenly bursts into tears. "T-thank you, <<Master>>," $he blubbers. "I'm <<s>>-<<s>>uch an anal whore."
<<case "advertisements">>
$He stares, $his mouth working as $he spells out
<<if ($activeSlave.vagina > -1)>>
'Second Pussy.' $He smiles naughtily. "<<Master>>, it'<<s>> my //favorite// pu<<ss>>y,"
<<else>>
'Spit First.' $He smiles naughtily. "<<Master>>, that work<<s>> for me. Lube'<<s>> good too. Or, um, dry'<<s>> fine too,"
<</if>>
$he giggles.
<<case "rude words">>
$He stares, $his mouth working as $he spells out
<<if ($activeSlave.vagina > -1)>>
'Fucktoy's Favorite Fuckhole.' $He smiles naughtily. "<<Master>>, it sure i<<s>>,"
<<else>>
'Sissy Slut's Sodomy Slit.' $He smiles naughtily. "<<Master>>, I love it when you fuck my lewd butt <<s>>lit,"
<</if>>
$he giggles.
<<case "sacrilege">>
$He stares, $his mouth working as $he reads the ring of Aramaic blasphemy around $his hole. Getting it, $he smiles naughtily. "<<Master>>, I'm a horrible little butthole <<s>>uccubu<<s>>. Plea<<s>>e, <<Master>>, feed me. I need cum in my a<<ss>> to <<s>>urvive."
<<case "sacrament">>
$He stares, $his mouth working as $he reads the ring of Aramaic around $his hole. Getting it, $he smiles beatifically. "<<Master>>, I alway<<s>> knew butt<<s>>e<<x>> was a <<s>>acrament."
<<case "degradation">>
$He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Made Me An Anal Slut.' $He smiles naughtily. "Oh <<Master>>, you did," $he <<say>>s gratefully. "And I love you for it."
<<case "counting">>
$He stares, realizing that the markings denote how many times $he's been sodomized. "<<Master>>, thank you, and, and, I hope I'll have to come back in here a lot," $he <<say>>s. "Um, becau<<s>>e I have to have that updated. Because I'm being fucked in the butt a lot," $he adds, wanting to be completely clear.
<<case "bovine patterns">>
$He stares at $his new cow's anus. Finally, $he focuses on the upsides of being permanently transformed like this. "<<Master>>, I hope thi<<s>> mean<<s>> I'll have to be fed up the butt a lot," $he <<say>>s, referencing the milking systems' anal feeders.
<<case "possessive">>
$He stares, realizing that the ring of numbers around $his anus give the date $he was enslaved by you. "Be<<s>t place for that date, <<Master>>," $he <<say>>s. "Being a butt <<s>>lut i<<s>> my life now."
<<case "paternalist">>
$He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Helped Me Love Anal.' "Oh <<Master>>, you did," $he coos. "You did! Thank you <<s>>o much for helping me become the anal <<s>>lut I wa<<s>> alway<<s>> meant to be!"
<</switch>>
<<elseif $activeSlave.devotion > 50>>
<<switch $activeSlave.anusTat>>
<<case "bleached">>
$He gasps at how closely the crinkled skin around $his anal opening matches the rest of $his $activeSlave.skin body. "Oh, it'<<s>> <<s>>o beautiful! Thank you, <<Master>>, thank you," $he exclaims lovingly.
<<case "flowers" "tribal patterns">>
$He gasps at the beautiful design. "It'<<s>> <<s>>o pretty, <<Master>>," $he <<say>>s. "Thank you. I love you <<s>>o much!"
<<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">>
$He stares, $his mouth working as $he spells out the words tattooed in a ring around $his asshole. "Thank you, <<Master>>," $he <<say>>s devotedly. "I love you and I'll <<s>>erve you with my butthole a<<s>> be<<s>>t I can."
<<default>>
$He smiles, pleased at the mark of your attention to $his body. "Thank you, <<Master>>," $he <<say>>s devotedly. "I love you and I'll <<s>>erve you with my butthole a<<s>> be<<s>>t I can."
<</switch>>
<<elseif $activeSlave.sexualFlaw == "hates anal">>
$He stares,
<<switch $activeSlave.anusTat>>
<<case "bleached">>
horrified, and then shudders convulsively, but can't look away.
<<case "flowers" "tribal patterns">>
torn between fascination at the intricate design and horror at having $his anus permanently tattooed.
<<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">>
$his mouth working as $he spells out the words tattooed in a ring around $his asshole. $He starts to cry as their meaning sinks in.
<<default>>
lower lip quivering.
<</switch>>
$He hates being assraped, and knows that this means there's lots of it in store for $him. "<<Master>>, p-plea<<s>>e," $he moans halfheartedly. "I d-don't like being b-butt f-fucked."
<<elseif $activeSlave.devotion > 20>>
$He stares,
<<switch $activeSlave.anusTat>>
<<case "bleached">>
fascinated. $He doesn't seem sure what to make of this.
<<case "flowers" "tribal patterns">>
torn between admiration of the pretty design and realization that $his anus has been permanently tattooed.
<<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">>
$his mouth working as $he spells out the words tattooed in a ring around $his asshole. $He shudders a little as they sink in and $he internalizes what they say about $him and $his asshole.
<<default>>
realizing that $his anus has been permanently tattooed. It's yet another proof that $he's permanently a sex slave, and $his anus is for fucking.
<</switch>>
"Thank you, <<Master>>," $he <<say>>s, taking refuge in propriety. "Um, d-doe<<s>> thi<<s>> mean I'm going to be more of a, um, b-butt<<s>>lut?" $he asks hesitantly, not sounding very enthusiastic.
<<elseif $activeSlave.trust < -20>>
$He stares,
<<switch $activeSlave.anusTat>>
<<case "bleached">>
trying to process the appearance of what must seem like an unnaturally clean-looking hole.
<<case "flowers" "tribal patterns">>
struggling to process the fact that one of $his most intimate areas has been tattooed. Beautifully tattooed, but still.
<<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">>
$his mouth working as $he spells out the words tattooed in a ring around $his asshole. $He shudders as $he does $his best to conceal $his feelings about such a permanent display of $his status as an anal slave.
<<default>>
looking sad as the meaning of a permanent display of $his status as an anal slave sinks in.
<</switch>>
After a short pause $he remembers $his duties and stammers, "T-thank you, <<Master>>." After a while longer $he turns $his head away, clearly not wanting to dwell on how $his anus is obviously being beautified to attract sexual attention.
<<else>>
<<switch $activeSlave.anusTat>>
<<case "bleached">>
$His face darkens as $he sees $his crinkled fuckhole's clean, fuckable appearance. "Don't you dare fucking a<<ss>>rape me!" $he bursts out.
<<case "flowers" "tribal patterns">>
$He's momentarily surprised by the pretty design, but then $his face darkens. "That'<<s>> permanent!" $he bursts out. "My a<<ss>>hole i<<s>> going to look like that forever!"
<<case "advertisements">>
$He stares, $his mouth working as $he spells out
<<if ($activeSlave.vagina > -1)>>
'Second Pussy.' $His face darkens. "No it'<<s>> not," $he bursts out. "Anal is dirty."
<<else>>
'Spit First.' $His face darkens. "Gro<<ss>>," $he bursts out. "Gro<<ss>> and wrong!"
<</if>>
<<case "rude words">>
$He stares, $his mouth working as $he spells out
<<if ($activeSlave.vagina > -1)>>
'Fucktoy's Favorite Fuckhole.' $His face darkens. "No it'<<s>> not," $he bursts out. "It'<<s>> my a<<ss>>!"
<<else>>
'Sissy Slut's Sodomy Slit.' $His face darkens. "No it'<<s>> not," $he bursts out. "I'm not a <<s>>i<<ss>>y! Or a <<s>>lut! And it'<<s>> not a slit!" Those are debatable, but they can all change, of course.
<</if>>
<<case "sacrilege" "sacrament">>
$He stares, $his mouth working as $he reads the ring of Aramaic around $his hole. $He doesn't understand it, but $he's not happy about having stuff permanently inscribed around $his ass.
<<case "degradation">>
$He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Made Me An Anal Slut.' $His face darkens. "No I'm not," $he bursts out. That remains to be seen.
<<case "counting">>
$He stares, realizing that the markings denote how many times $he's been sodomized. $His face darkens. "I <<s>>ee there'<<s>> room for more," $he bursts out. "Fucking gro<<ss>>."
<<case "bovine patterns">>
$He stares at $his new cow's anus. "Fucking gro<<ss>>," $he bursts out. "I'm not an animal." That remains to be seen.
<<case "possessive">>
$He stares, realizing that the ring of numbers around $his anus give the date $he was enslaved by you. $His face darkens. "Wor<<s>>t day of my life," $he bursts out.
<<case "paternalist">>
$He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Helped Me Love Anal.' "I don't," $he bursts out. "It'<<s>> fucking gro<<ss>>."
<</switch>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
/* 000-250-006 */
<<if $seeImages == 1>>
<<if $imageChoice == 1>>
<div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 3 0>></div>
<<else>>
<div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 3 0>></div>
<</if>>
<</if>>
/* 000-250-006 */
/* PIERCINGS */
<<set _piercingCount =($activeSlave.earPiercing + $activeSlave.nosePiercing + $activeSlave.eyebrowPiercing + $activeSlave.lipsPiercing + $activeSlave.tonguePiercing + $activeSlave.nipplesPiercing + $activeSlave.areolaePiercing + $activeSlave.corsetPiercing + $activeSlave.navelPiercing + $activeSlave.clitPiercing + $activeSlave.vaginaPiercing + $activeSlave.dickPiercing + $activeSlave.anusPiercing)>>
/*DESCRIPTIONS */
<br><br>
Piercings:
<<if _piercingCount == 0>>
$His smooth $activeSlave.skin skin is completely unpierced.
<</if>>
<<if $activeSlave.earPiercing > 0 >><br> <<earPiercingDescription>><</if>>
<<if $activeSlave.nosePiercing > 0 >><br> <<nosePiercingDescription>><</if>>
<<if $activeSlave.eyebrowPiercing > 0 >><br> <<eyebrowPiercingDescription>><</if>>
<<if $activeSlave.lipsPiercing > 0 >><br> <<lipsPiercingDescription>><</if>>
<<if $activeSlave.tonguePiercing > 0 >><br> <<tonguePiercingDescription>><</if>>
<<if $activeSlave.nipplesPiercing > 0 >><br> <<nipplesPiercingDescription>><</if>>
<<if $activeSlave.areolaePiercing > 0 >><br> <<areolaePiercingDescription>><</if>>
<<if $activeSlave.navelPiercing > 0 >><br> <<navelPiercingDescription>><</if>>
<<if $activeSlave.corsetPiercing > 0 >><br> <<CorsetPiercingDescription>><</if>>
<<if $activeSlave.clitPiercing > 0 >><br> <<clitPiercingDescription>><</if>>
<<if $activeSlave.vaginaPiercing > 0 >><br> <<vaginaPiercingDescription>><</if>>
<<if $activeSlave.dickPiercing > 0 >><br> <<dickPiercingDescription>><</if>>
<<if $activeSlave.anusPiercing > 0 >><br> <<anusPiercingDescription>><</if>>
<br><<chastityPiercingDescription>>
/*<<earPiercingDescription>>
<<nosePiercingDescription>>
<<eyebrowPiercingDescription>>
<<lipsPiercingDescription>>
<<tonguePiercingDescription>>
<<nipplesPiercingDescription>>
<<areolaePiercingDescription>>
<<navelPiercingDescription>>
<<CorsetPiercingDescription>>
<<clitPiercingDescription>>
<<vaginaPiercingDescription>>
<<dickPiercingDescription>>
<<anusPiercingDescription>>
<<chastityPiercingDescription>>*/
/* Apply piercings */
<br>
Choose piercing style:
<<if $piercingLevel != 1>>[[Light|Body Modification][$piercingLevel = 1]]<<else>>Light<</if>>
<<if $piercingLevel != 2>>| [[Heavy|Body Modification][$piercingLevel = 2]]<<else>>| Heavy<</if>>
<<if $piercingLevel != 3>>| [[Smart|Body Modification][$piercingLevel = 3]]<<else>>| Smart<</if>>
<<if $piercingLevel != 0>>| [[Remove|Body Modification][$piercingLevel = 0]]<<else>>| Remove<</if>>
<<if $piercingLevel == 1>>
<br>
//Lightly// pierce $his:
<<link "Entire body">>
<<if $activeSlave.earPiercing != 1>><<set $activeSlave.earPiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.nosePiercing != 1>><<set $activeSlave.nosePiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.eyebrowPiercing != 1>><<set $activeSlave.eyebrowPiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.lipsPiercing != 1>><<set $activeSlave.lipsPiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.tonguePiercing != 1>><<set $activeSlave.tonguePiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.nipples != "fuckable">>
<<if $activeSlave.nipplesPiercing != 1 && >><<set $activeSlave.nipplesPiercing = 1>><<set $cash -= $modCost>><</if>>
<</if>>
<<if $activeSlave.areolaePiercing != 1>><<set $activeSlave.areolaePiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.corsetPiercing != 1>><<set $activeSlave.corsetPiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.navelPiercing != 1>><<set $activeSlave.navelPiercing = 1>> <<set $cash -= $modCost>><</if>>
<<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>>
<<if $activeSlave.clitPiercing != 1>><<set $activeSlave.clitPiercing = 1>> <<set $cash -= $modCost>><</if>>
<</if>>
<<if ($activeSlave.vagina != -1)>>
<<if $activeSlave.vaginaPiercing != 1>><<set $activeSlave.vaginaPiercing = 1>> <<set $cash -= $modCost>><</if>>
<</if>>
<<if ($activeSlave.dick > 0)>>
<<if $activeSlave.dickPiercing != 1>><<set $activeSlave.dickPiercing = 1>> <<set $cash -= $modCost>><</if>>
<</if>>
<<if $activeSlave.anusPiercing != 1>><<set $activeSlave.anusPiercing = 1>> <<set $cash -= $modCost>><</if>>
<<goto "Body Modification">>
<</link>>
<<if $activeSlave.earPiercing != 1>> | [[Ear|Body Modification][$activeSlave.earPiercing = 1, $cash -= $modCost]]<</if>>
<<if $activeSlave.nosePiercing != 1>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 1, $cash -= $modCost]]<</if>>
<<if $activeSlave.eyebrowPiercing != 1>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 1, $cash -= $modCost]]<</if>>
<<if $activeSlave.lipsPiercing != 1>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 1, $cash -= $modCost]]<</if>>
<<if $activeSlave.tonguePiercing != 1>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 1, $cash -= $modCost]]<</if>>
<<if $activeSlave.nipples != "fuckable">>
<<if $activeSlave.nipplesPiercing != 1>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 1, $cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.areolaePiercing != 1>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 1, $cash -= $modCost]]<</if>>
<<if $activeSlave.corsetPiercing != 1>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 1, $cash -= $modCost]]<</if>>
<<if $activeSlave.navelPiercing != 1>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 1, $cash -= $modCost]]<</if>>
<<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>>
<<if $activeSlave.vagina != -1>>
<<if $activeSlave.clitPiercing != 1>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>>
<<else>>
<<if $activeSlave.clitPiercing != 1>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>>
<</if>>
<</if>>
<<if ($activeSlave.vagina != -1)>>
<<if $activeSlave.vaginaPiercing != 1>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 1, $cash -= $modCost]]<</if>>
<</if>>
<<if ($activeSlave.dick > 0)>>
<<if $activeSlave.dickPiercing != 1>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 1, $cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.anusPiercing != 1>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 1, $cash -= $modCost]]<</if>>
<</if>>
<<if $piercingLevel == 2>>
<br>
''Heavily'' pierce $his:
<<link "Entire body">>
<<if $activeSlave.earPiercing != 2>><<set $activeSlave.earPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if $activeSlave.nosePiercing != 2>><<set $activeSlave.nosePiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if $activeSlave.eyebrowPiercing != 2>><<set $activeSlave.eyebrowPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if $activeSlave.lipsPiercing != 2>><<set $activeSlave.lipsPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if $activeSlave.tonguePiercing != 2>><<set $activeSlave.tonguePiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if $activeSlave.nipples != "fuckable">>
<<if $activeSlave.nipplesPiercing != 2>><<set $activeSlave.nipplesPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<</if>>
<<if $activeSlave.areolaePiercing != 2>><<set $activeSlave.areolaePiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if $activeSlave.corsetPiercing != 2>><<set $activeSlave.corsetPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if $activeSlave.navelPiercing != 2>><<set $activeSlave.navelPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>>
<<if $activeSlave.clitPiercing != 2>><<set $activeSlave.clitPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<</if>>
<<if ($activeSlave.vagina != -1)>>
<<if $activeSlave.vaginaPiercing != 2>><<set $activeSlave.vaginaPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<</if>>
<<if ($activeSlave.dick > 0)>>
<<if $activeSlave.dickPiercing != 2>><<set $activeSlave.dickPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<</if>>
<<if $activeSlave.anusPiercing != 2>><<set $activeSlave.anusPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>>
<<goto "Body Modification">>
<</link>>
<<if $activeSlave.earPiercing != 2>> | [[Ear|Body Modification][$activeSlave.earPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if $activeSlave.nosePiercing != 2>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if $activeSlave.eyebrowPiercing != 2>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if $activeSlave.lipsPiercing != 2>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if $activeSlave.tonguePiercing != 2>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if $activeSlave.nipples != "fuckable">>
<<if $activeSlave.nipplesPiercing != 2>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<</if>>
<<if $activeSlave.areolaePiercing != 2>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if $activeSlave.corsetPiercing != 2>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if $activeSlave.navelPiercing != 2>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>>
<<if $activeSlave.vagina != -1>>
<<if $activeSlave.clitPiercing != 2>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<<else>>
<<if $activeSlave.clitPiercing != 2>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<</if>>
<</if>>
<<if ($activeSlave.vagina != -1)>>
<<if $activeSlave.vaginaPiercing != 2>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<</if>>
<<if ($activeSlave.dick > 0)>>
<<if $activeSlave.dickPiercing != 2>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<</if>>
<<if $activeSlave.anusPiercing != 2>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>>
<</if>>
<<if $piercingLevel == 3>>
<<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>>
<<if $activeSlave.clitPiercing != 3>>
<br>
Give $him a [[smart piercing?|Body Modification][$activeSlave.clitPiercing = 3,$activeSlave.clitSetting = "all",$cash -=$SPcost,$degradation += 1]] //Costs <<print cashFormat($SPcost)>>, unlocks options to mold sexuality//
<<else>>
<br>
$He already has a smart piercing!
<</if>>
<</if>>
<</if>>
<<if $piercingLevel == 0>>
<br>
Remove piercings from:
/* no dick/vagina checks in 'remove' so stealth piercings can be cleaned. Check only for piercings. */
<<link "Everywhere">>
<<if $activeSlave.earPiercing > 0>><<set $activeSlave.earPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.nosePiercing > 0>><<set $activeSlave.nosePiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.eyebrowPiercing > 0>><<set $activeSlave.eyebrowPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.lipsPiercing > 0>><<set $activeSlave.lipsPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.tonguePiercing > 0>><<set $activeSlave.tonguePiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.nipplesPiercing > 0>><<set $activeSlave.nipplesPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.areolaePiercing > 0>><<set $activeSlave.areolaePiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.corsetPiercing > 0>><<set $activeSlave.corsetPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.navelPiercing > 0>><<set $activeSlave.navelPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.clitPiercing > 0>><<set $activeSlave.clitPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.vaginaPiercing > 0>><<set $activeSlave.vaginaPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.dickPiercing > 0>><<set $activeSlave.dickPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<if $activeSlave.anusPiercing > 0>><<set $activeSlave.anusPiercing = 0>> <<set $cash -= $modCost>><</if>>
<<goto "Body Modification">>
<</link>>
<<if $activeSlave.earPiercing > 0>> | [[Ear|Body Modification][$activeSlave.earPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.nosePiercing > 0>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.eyebrowPiercing > 0>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.lipsPiercing > 0>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.tonguePiercing > 0>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.nipplesPiercing > 0>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.areolaePiercing > 0>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.corsetPiercing > 0>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.navelPiercing > 0>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.vagina != -1>>
<<if $activeSlave.clitPiercing > 0>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>>
<<else>>
<<if $activeSlave.clitPiercing > 0>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.vaginaPiercing > 0>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.dickPiercing > 0>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 0, $cash -= $modCost]]<</if>>
<<if $activeSlave.anusPiercing > 0>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 0, $cash -= $modCost]]<</if>>
<</if>>
<br><br>
/* TATTOOS */
Tattoos:
<<if $activeSlave.shouldersTat != 0>> <br> <<shouldersTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.lipsTat != 0>> <br> <<lipsTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.boobsTat != 0>> <br> <<boobsTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.armsTat != 0 && $activeSlave.amp != 1>> <br> <<armsTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.backTat != 0>> <br> <<backTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.stampTat != 0>> <br> <<stampTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.buttTat != 0>> <br> <<buttTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.vaginaTat != 0>> <br> <<vaginaTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.dickTat != 0 && $activeSlave.dick > 0>> <br> <<dickTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.anusTat != 0>> <br> <<anusTatDescription>><<set _hasTat = 1>><</if>>
<<if $activeSlave.legsTat != 0 && $activeSlave.amp != 1>> <br> <<legsTatDescription>><<set _hasTat = 1>><</if>>
<br>
Choose a tattoo style:
/* If/else is here so a "highlighted" option is never a link. */
<<if $tattooChoice != "tribal patterns">>[[Tribal patterns|Body Modification][$tattooChoice = "tribal patterns"]]<<else>>Tribal patterns<</if>>
<<if $tattooChoice != "flowers">> | [[Flowers|Body Modification][$tattooChoice = "flowers"]]<<else>>| Flowers<</if>>
<<if $tattooChoice != "counting">> | [[Counting|Body Modification][$tattooChoice = "counting"]]<<else>>| Counting<</if>>
<<if $tattooChoice != "advertisements">> | [[Advertisements|Body Modification][$tattooChoice = "advertisements"]]<<else>>| Advertisements<</if>>
<<if $tattooChoice != "rude words">> | [[Rude words|Body Modification][$tattooChoice = "rude words"]]<<else>>| Rude words<</if>>
<<if $tattooChoice != "degradation">> | [[Degradation|Body Modification][$tattooChoice = "degradation"]]<<else>>| Degradation<</if>>
<<if $tattooChoice != "Asian art">> | [[Asian art|Body Modification][$tattooChoice = "Asian art"]] <<else>>| Asian art<</if>>
<<if $tattooChoice != "scenes">> | [[Scenes|Body Modification][$tattooChoice = "scenes"]]<<else>>| Scenes<</if>>
<<if $tattooChoice != "bovine patterns">> | [[Bovine|Body Modification][$tattooChoice = "bovine patterns"]]<<else>>| Bovine<</if>>
<<if $tattooChoice != "permanent makeup">> | [[Permanent makeup|Body Modification][$tattooChoice = "permanent makeup"]]<<else>>| Permanent makeup<</if>>
<<if $tattooChoice != "sacrilege">> | [[Sacrilege|Body Modification][$tattooChoice = "sacrilege"]]<<else>>| Sacrilege<</if>>
<<if $tattooChoice != "sacrament">> | [[Sacrament|Body Modification][$tattooChoice = "sacrament"]]<<else>>| Sacrament<</if>>
<<if $tattooChoice != "possessive">> | [[Possessive|Body Modification][$tattooChoice = "possessive"]]<<else>>| Possessive<</if>>
<<if $tattooChoice != "paternalist">> | [[Paternalist|Body Modification][$tattooChoice = "paternalist"]]<<else>>| Paternalist<</if>>
<<if $activeSlave.anusTat == 0>>
<<if $tattooChoice != "bleached">>| [[Bleach|Body Modification][$tattooChoice = "bleached",$cash -= $modCost]]<<else>>| Bleach<</if>>
<</if>>
<<if _hasTat == 1>>
<<if $tattooChoice !== 0>> | //[[Remove a tattoo|Body Modification][$tattooChoice = 0]]//<<else>>| Remove a tattoo<</if>>
<</if>>
<<if def $tattooChoice>>
<br>
<<if $tattooChoice == 0>>
Clean the ink off of $him:
<<elseif $tattooChoice == "counting">>
Add tallies of $his sexual exploits to $him:
<<elseif $tattooChoice == "bleached">>
Bleach $his:
<<else>>
Add $tattooChoice to $his:
<</if>>
<<if ($tattooChoice != "bleached") && ($tattooChoice != "permanent makeup")>>
<<link "Entire body">>
<<set _degradationTemp = 0>>
<<if $activeSlave.boobsTat != $tattooChoice>>
<<set $activeSlave.boobsTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if $activeSlave.buttTat != $tattooChoice>>
<<set $activeSlave.buttTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if $activeSlave.vaginaTat != $tattooChoice>>
<<set $activeSlave.vaginaTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if $activeSlave.dick > 0>>
<<if $activeSlave.dickTat != $tattooChoice && $tattooChoice != "scenes">>
<<set $activeSlave.dickTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<</if>>
<<if $activeSlave.lipsTat != $tattooChoice>>
<<if $tattooChoice == "scenes">>
<<set $activeSlave.lipsTat = "permanent makeup">>
<<else>>
<<set $activeSlave.lipsTat = $tattooChoice>>
<</if>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if ($tattooChoice == "Asian art" || $tattooChoice == "scenes") && $activeSlave.anusTat == "bleached">>
<<set $activeSlave.anusTat = "bleached">>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<<elseif $activeSlave.anusTat != $tattooChoice>>
<<set $activeSlave.anusTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if $activeSlave.shouldersTat != $tattooChoice>>
<<set $activeSlave.shouldersTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if $activeSlave.backTat != $tattooChoice>>
<<set $activeSlave.backTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if $activeSlave.amp != 1>>
<<if $activeSlave.armsTat != $tattooChoice>>
<<set $activeSlave.armsTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if $activeSlave.legsTat != $tattooChoice>>
<<set $activeSlave.legsTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<</if>>
<<if $activeSlave.stampTat != $tattooChoice>>
<<set $activeSlave.stampTat = $tattooChoice>>
<<set $cash -= $modCost>>
<<set _degradationTemp += 1>>
<</if>>
<<if !["tribal patterns", "flowers", "paternalist", 0].includes($tattooChoice)>>
<<set $degradation += _degradationTemp>>
<</if>>
<<goto "Body Modification">>
<</link>>
<</if>>
<<if $tattooChoice == 0>>
<<if $activeSlave.shouldersTat != $tattooChoice>> | [[Shoulders|Body Modification][$activeSlave.shouldersTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.lipsTat != $tattooChoice>> | [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.boobsTat != $tattooChoice>> | [[Boobs|Body Modification][$activeSlave.boobsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.amp != 1>>
<<if $activeSlave.armsTat != $tattooChoice>> | [[Arms|Body Modification][$activeSlave.armsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.backTat != $tattooChoice>> | [[Upper back|Body Modification][$activeSlave.backTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.stampTat != $tattooChoice>> | [[Lower back|Body Modification][$activeSlave.stampTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.buttTat != $tattooChoice>> | [[Buttock|Body Modification][$activeSlave.buttTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.vaginaTat != $tattooChoice>> | [[Vagina|Body Modification][$activeSlave.vaginaTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if ($activeSlave.dick > 0)>>
<<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.anusTat != $tattooChoice>> | [[Anus|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.amp != 1>>
<<if $activeSlave.legsTat != $tattooChoice>> | [[Legs|Body Modification][$activeSlave.legsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<<elseif $tattooChoice == "permanent makeup">>
[[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]
<<elseif $tattooChoice == "bleached">>
[[Asshole|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]
<<else>>
<<if $activeSlave.shouldersTat != $tattooChoice>> | [[Shoulders|Body Modification][$activeSlave.shouldersTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $tattooChoice != "scenes">>
<<if $activeSlave.lipsTat != $tattooChoice>> | [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.boobsTat != $tattooChoice>> | [[Boobs|Body Modification][$activeSlave.boobsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.amp != 1>>
<<if $activeSlave.armsTat != $tattooChoice>> | [[Arms|Body Modification][$activeSlave.armsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.backTat != $tattooChoice>> | [[Upper back|Body Modification][$activeSlave.backTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.stampTat != $tattooChoice>> | [[Lower back|Body Modification][$activeSlave.stampTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.buttTat != $tattooChoice>> | [[Buttock|Body Modification][$activeSlave.buttTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.vaginaTat != $tattooChoice>> | [[Vagina|Body Modification][$activeSlave.vaginaTat = $tattooChoice,$cash -= $modCost]]<</if>>
<<if $activeSlave.dick > 0 && $tattooChoice != "scenes">>
<<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<<if ($tattooChoice != "Asian art") && ($tattooChoice != "scenes")>>
<<if $activeSlave.anusTat != $tattooChoice>> | [[Anus|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<<if $activeSlave.amp != 1>>
<<if $activeSlave.legsTat != $tattooChoice>> | [[Legs|Body Modification][$activeSlave.legsTat = $tattooChoice,$cash -= $modCost]]<</if>>
<</if>>
<</if>>
<</if>>
<br>
<<if $activeSlave.belly >= 10000 && $activeSlave.bellyPreg < 450000 && $activeSlave.bellyFluid < 5000>>
<<if $activeSlave.bellyTat == 0>>
$He has no navel tattoos.
<<else>>
$His navel is tattooed with $activeSlave.bellyTat.
<</if>>
<<if $activeSlave.bellyTat == 0>>
<br>
[[Heart|Body Modification][$activeSlave.bellyTat = "a heart",$cash -= $modCost]]
| [[Star|Body Modification][$activeSlave.bellyTat = "a star",$cash -= $modCost]]
| [[Butterfly|Body Modification][$activeSlave.bellyTat = "a butterfly",$cash -= $modCost,$degradation += 1]]
<</if>>
<<if $activeSlave.bellyTat != 0>>
//[[Remove tattoos|Body Modification][$activeSlave.bellyTat = 0,$cash -= $modCost]]//
<</if>>
<<elseif $activeSlave.bellyPreg >= 450000>>
$His middle is large and taut enough to be a suitable canvas for a navel focused tattoo, but $his brood is too active to permit the needle to do its work.
<<elseif $activeSlave.bellyFluid >= 10000>>
$His middle is large and taut enough to be a suitable canvas for a navel focused tattoo, but the pressure applied to $his stomach will likely force $him to release its contents.
<<else>>
$His middle isn't large enough to be a suitable canvas for a navel focused tattoo.
<</if>>
<br>
<br>
Custom Tats:
<br> //Use complete sentences, make a description of it//
<<if $activeSlave.lipsTat == 0>>
<br>
Give $him a custom face tattoo: <<textbox "$activeSlave.lipsTat" $activeSlave.lipsTat "Slave Interact">>
<</if>>
<<if $activeSlave.shouldersTat == 0>>
<br>
Give $him a custom shoulder tattoo: <<textbox "$activeSlave.shouldersTat" $activeSlave.shouldersTat "Slave Interact">>
<</if>>
<<if $activeSlave.armsTat == 0 && $activeSlave.amp != 1>>
<br>
Give $him a custom arm tattoo: <<textbox "$activeSlave.armsTat" $activeSlave.armsTat "Slave Interact">>
<</if>>
<<if $activeSlave.boobsTat == 0>>
<br>
Give $him a custom tit tattoo: <<textbox "$activeSlave.boobsTat" $activeSlave.boobsTat "Slave Interact">>
<</if>>
<<if $activeSlave.backTat == 0>>
<br>
Give $him a custom back tattoo: <<textbox "$activeSlave.backTat" $activeSlave.backTat "Slave Interact">>
<</if>>
<<if $activeSlave.stampTat == 0>>
<br>
Give $him a custom tramp stamp (lower back tattoo): <<textbox "$activeSlave.stampTat" $activeSlave.stampTat "Slave Interact">>
<</if>>
<<if $activeSlave.buttTat == 0>>
<br>
Give $him a custom butt tattoo (lower back tattoo): <<textbox "$activeSlave.buttTat" $activeSlave.buttTat "Slave Interact">>
<</if>>
<<if $activeSlave.dickTat == 0 && $activeSlave.dick != 0>>
<br>
Give $him a custom dick tattoo: <<textbox "$activeSlave.dickTat" $activeSlave.dickTat "Slave Interact">>
<</if>>
<<if $activeSlave.vaginaTat == 0>>
<br>
Give $him a custom pubic tattoo: <<textbox "$activeSlave.vaginaTat" $activeSlave.vaginaTat "Slave Interact">>
<</if>>
<<if $activeSlave.anusTat == 0>>
<br>
Give $him a custom anus tattoo (lower back tattoo): <<textbox "$activeSlave.anusTat" $activeSlave.anusTat "Slave Interact">>
<</if>>
<<if $activeSlave.legsTat == 0 && $activeSlave.amp != 1>>
<br>
Give $him a custom leg tattoo: <<textbox "$activeSlave.legsTat" $activeSlave.legsTat "Slave Interact">>
<</if>>
<br>
<<if ($activeSlave.customTat == "")>>
Give $him a custom tattoo: <<textbox "$activeSlave.customTat" $activeSlave.customTat "Slave Interact">>
<<else>>
$He <<if _hasTat == 1>>also<</if>> has a custom tattoo: $activeSlave.customTat
Change it here: <<textbox "$activeSlave.customTat" $activeSlave.customTat "Slave Interact">>
<</if>>
<<if $activeSlave.customTat != "">>
//[[Remove custom tattoo|Body Modification][$activeSlave.customTat = "",$cash -= $modCost]]//
<</if>>
<br><br>
/* Branding */
Branding:
<<if $activeSlave.brand != 0>>
<<brandDescription>>
[[Remove Brand|Body Modification][$brandApplied = 0, $activeSlave.brand = 0,$cash -= $modCost,$degradation -= 10]]
<<else>>
$His skin is unmarked.
<</if>>
<br>
Use ''$brandDesign'' or choose another brand:
[[Your slaving emblem|Body Modification][$brandDesign = "your personal symbol"]]
| [[Your initials|Body Modification][$brandDesign = "your initials"]]
<br>
[[SLUT|Body Modification][$brandDesign = "SLUT"]]
| [[WHORE|Body Modification][$brandDesign = "WHORE"]]
| [[SLAVE|Body Modification][$brandDesign = "SLAVE"]]
| [[COW|Body Modification][$brandDesign = "COW"]]
| [[MEAT|Body Modification][$brandDesign = "MEAT"]]
| [[CUMDUMP|Body Modification][$brandDesign = "CUMDUMP"]]
| [[LOVER|Body Modification][$brandDesign = "LOVER"]]
<br>
[[Pussy symbol|Body Modification][$brandDesign = "a pussy symbol"]]
| [[Anus symbol|Body Modification][$brandDesign = "an anus symbol"]]
| [[Penis symbol|Body Modification][$brandDesign = "a penis symbol"]]
<br>
[[Lady|Body Modification][$brandDesign = "a lady silhouette"]]
| [[Princess|Body Modification][$brandDesign = "a princess silhouette"]]
| [[Queen|Body Modification][$brandDesign = "a queen silhouette"]]
| [[Angel|Body Modification][$brandDesign = "an angel silhouette"]]
| [[Devil|Body Modification][$brandDesign = "a devil silhouette"]]
<<if ($arcologies[0].FSSupremacist != "unset") && ($activeSlave.race != $arcologies[0].FSSupremacistRace)>>
| //FS// [[Racial Slur|Body Modification][$brandDesign = "a racial slur"]] <</if>>
<<if ($arcologies[0].FSSubjugationist != "unset") && ($activeSlave.race == $arcologies[0].FSSubjugationistRace)>>
| //FS// [[Racial Slur|Body Modification][$brandDesign = "a racial slur"]] <</if>>
<<if ($arcologies[0].FSRepopulationFocus != "unset")>>
| //FS// [[Birth Count|Body Modification][$brandDesign = "the number of children "+$he+" has birthed"]] <</if>>
<<if ($arcologies[0].FSGenderRadicalist != "unset") || ($arcologies[0].FSGenderFundamentalist != "unset")>>
| //FS// [[Gender Symbol|Body Modification][$brandDesign = "a gender symbol"]] <</if>>
<<if ($arcologies[0].FSPaternalist != "unset")>>
| //FS// [[Personal Symbol|Body Modification][$brandDesign = $his+" own personal symbol"]] <</if>>
<<if ($arcologies[0].FSDegradationist != "unset")>>
| //FS// [[Chain Symbol|Body Modification][$brandDesign = "a chain symbol"]] <</if>>
<<if ($arcologies[0].FSBodyPurist != "unset")>>
| //FS// [[Vitruvian Man|Body Modification][$brandDesign = "a Vitruvian man"]] <</if>>
<<if ($arcologies[0].FSTransformationFetishist != "unset")>>
| //FS// [[Scalpel|Body Modification][$brandDesign = "a scalpel"]] <</if>>
<<if ($arcologies[0].FSYouthPreferentialist != "unset")>>
| //FS// [[Virginity Status|Body Modification][$brandDesign = $his+" virginity status"]] <</if>>
<<if ($arcologies[0].FSMaturityPreferentialist != "unset")>>
| //FS// [[Sexual Skill Info|Body Modification][$brandDesign = $his+" sexual skills"]] <</if>>
<<if ($arcologies[0].FSSlimnessEnthusiast != "unset")>>
| //FS// [[Breast Floor|Body Modification][$brandDesign = $his+" absolute minimum breast size"]] <</if>>
<<if ($arcologies[0].FSAssetExpansionist != "unset")>>
| //FS// [[Breast Ceiling|Body Modification][$brandDesign = $his+" absolute maximum breast size"]] <</if>>
<<if ($arcologies[0].FSHedonisticDecadence != "unset")>>
| //FS// [[Weight Record|Body Modification][$brandDesign = $his+" highest weigh-in"]] <</if>>
<<if ($arcologies[0].FSHedonisticDecadence != "unset") && $PC.refreshmentType == 2>>
| //FS// [[Favorite Food|Body Modification][$brandDesign = "a big helping of "+$PC.refreshment]] <</if>>
<<if ($arcologies[0].FSPastoralist != "unset")>>
| //FS// [[Product Quality|Body Modification][$brandDesign = $his+" body product quality"]] <</if>>
<<if ($arcologies[0].FSPhysicalIdealist != "unset")>>
| //FS// [[Deadlift Info|Body Modification][$brandDesign = $his+" deadlift record"]] <</if>>
<<if ($arcologies[0].FSChattelReligionist != "unset")>>
| //FS// [[Religious Symbol|Body Modification][$brandDesign = "a religious symbol"]] <</if>>
<<if ($arcologies[0].FSRomanRevivalist != "unset")>>
| //FS// [[Republican Crest|Body Modification][$brandDesign = "the crest of your Republic"]] <</if>>
<<if ($arcologies[0].FSAztecRevivalist != "unset")>>
| //FS// [[Seven Serpents|Body Modification][$brandDesign = "the symbol of the Aztec gods"]] <</if>>
<<if ($arcologies[0].FSEgyptianRevivalist != "unset")>>
| //FS// [[Dynastic Sigil|Body Modification][$brandDesign = "the sigil of your Dynasty"]] <</if>>
<<if ($arcologies[0].FSEdoRevivalist != "unset")>>
| //FS// [[Mon|Body Modification][$brandDesign = "the Shogunate's mon"]] <</if>>
<<if ($arcologies[0].FSArabianRevivalist != "unset")>>
| //FS// [[Caliphate Symbol|Body Modification][$brandDesign = "a symbol of the Caliphate"]] <</if>>
<<if ($arcologies[0].FSChineseRevivalist != "unset")>>
| //FS// [[Imperial Seal|Body Modification][$brandDesign = "your Imperial Seal"]] <</if>>
<br>
Or design your own: <<textbox "$brandDesign" $brandDesign "Body Modification">> //For best results, use a single word//
<br>
Choose a site for branding:
[[Ears|Body Modification][$brandTarget = "ear"]]
| [[Cheeks|Body Modification][$brandTarget = "cheek"]]
| [[Shoulders|Body Modification][$brandTarget = "shoulder"]]
| [[Breasts|Body Modification][$brandTarget = "breast"]]
<<if $activeSlave.amp == 0>>
| [[Arm, upper|Body Modification][$brandTarget = "upper arm"]]
| [[Arm, lower|Body Modification][$brandTarget = "lower arm"]]
| [[Wrist|Body Modification][$brandTarget = "wrist"]]
| [[Hand|Body Modification][$brandTarget = "hand"]]
<</if>>
| [[Buttocks|Body Modification][$brandTarget = "buttock"]]
<<if $activeSlave.amp == 0>>
| [[Thigh|Body Modification][$brandTarget = "thigh"]]
| [[Calf|Body Modification][$brandTarget = "calve"]]
| [[Ankle|Body Modification][$brandTarget = "ankle"]]
| [[Feet|Body Modification][$brandTarget = "foot"]]
<</if>>
| [[Neck|Body Modification][$brandTarget = "neck"]]
| [[Chest|Body Modification][$brandTarget = "chest"]]
| [[Belly|Body Modification][$brandTarget = "belly"]]
| [[Pubic Mound|Body Modification][$brandTarget = "pubic mound"]]
| [[Back|Body Modification][$brandTarget = "back"]]
| [[Lower Back|Body Modification][$brandTarget = "lower back"]]
/* Branding expansion contributed by Anon1888 */
<br>
<<if ($brandTarget == "neck" || $brandTarget == "chest" || $brandTarget == "belly" || $brandTarget == "pubic mound" || $brandTarget == "back" || $brandTarget == "lower back")>>
[[Brand|Body Modification][$brandApplied = 1,$activeSlave.brand = $brandDesign,$activeSlave.brandLocation = $brandTarget,$cash -= $modCost,$degradation += 10]] with $brandDesign on the $brandTarget.
<<else>>
Brand $him now with ''$brandDesign'' on the
<<link "left">>
<<set $brandApplied = 1>>
<<set $activeSlave.brand = $brandDesign>>
<<set $activeSlave.brandLocation = ("left " + $brandTarget)>>
<<set $cash -= $modCost>>
<<set $degradation += 10>>
<<goto "Body Modification">>
<</link>>
$brandTarget, the
<<link "right">>
<<set $brandApplied = 1>>
<<set $activeSlave.brand = $brandDesign>>
<<set $activeSlave.brandLocation = ("right " + $brandTarget)>>
<<set $cash -= $modCost>>
<<set $degradation += 10>>
<<goto "Body Modification">>
<</link>> $brandTarget, or
<<link "both">>
<<set $brandApplied = 1>>
<<set $activeSlave.brand = $brandDesign>>
<<if $brandTarget == "ear">>
<<set $activeSlave.brandLocation = "ears">>
<<elseif $brandTarget == "cheek">>
<<set $activeSlave.brandLocation = "cheeks">>
<<elseif $brandTarget == "shoulder">>
<<set $activeSlave.brandLocation = "shoulders">>
<<elseif $brandTarget == "breast">>
<<set $activeSlave.brandLocation = "breasts">>
<<elseif $brandTarget == "upper arm">>
<<set $activeSlave.brandLocation = "upper arms">>
<<elseif $brandTarget == "lower arm">>
<<set $activeSlave.brandLocation = "lower arms">>
<<elseif $brandTarget == "wrist">>
<<set $activeSlave.brandLocation = "wrists">>
<<elseif $brandTarget == "hand">>
<<set $activeSlave.brandLocation = "hands">>
<<elseif $brandTarget == "buttock">>
<<set $activeSlave.brandLocation = "buttocks">>
<<elseif $brandTarget == "thigh">>
<<set $activeSlave.brandLocation = "thighs">>
<<elseif $brandTarget == "calve">>
<<set $activeSlave.brandLocation = "calves">>
<<elseif $brandTarget == "ankle">>
<<set $activeSlave.brandLocation = "ankles">>
<<elseif $brandTarget == "foot">>
<<set $activeSlave.brandLocation = "feet">>
<</if>>
<<set $cash -= $modCost>>
<<set $degradation += 10>>
<<goto "Body Modification">>
<</link>>?
<</if>>
//Branding will slightly reduce $his beauty but may slowly increase your reputation.//
<<if $activeSlave.breedingMark == 1 && $propOutcome == 0>>
<br>
$He has an intricate tattoo on $his lower belly that suggests $he was made to be bred. [[Remove it|Body Modification][$activeSlave.breedingMark = 0]]
<</if>>
|
amomynous0/fc
|
src/uncategorized/bodyModification.tw
|
tw
|
bsd-3-clause
| 61,882 |
:: Body Modification Degradation
<<if ($degradation == 0)>>
<<goto "Slave Interact">>
<<elseif $degradation > 0 && $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
<<goto "Body Modification Reaction">>
<</if>>
|
amomynous0/fc
|
src/uncategorized/bodyModificationDegradation.tw
|
tw
|
bsd-3-clause
| 232 |
:: Body Modification Reaction [nobr]
<<set $nextButton = "Continue", $nextLink = "Slave Interact">>
As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, $he catches sight of $himself in the floor length mirror at the foot of the body modification table<<else>>, and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, you vividly describe $his new appearance. $His mind hangs on every word that leaves your mouth<</if>>.
<<if ($brandApplied == 1)>>
The smell of burnt flesh hangs in the air. Being branded @@.red;has hurt $his health a little.@@
<<set $brandApplied = 0>>
<<set $activeSlave.health -= 10>>
<</if>>
<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
<<if ($degradation > 10) && ($activeSlave.devotion <= 50) && ($activeSlave.trust < -50)>>
$He is appalled by the whorish spectacle you have made of $him. $He @@.gold;fears@@ you all the more for this but is so terrified of you it does not affect $his submission.
<<set $activeSlave.trust -= 10>>
<<elseif ($degradation > 10) && ($activeSlave.devotion <= 50)>>
$He is appalled by the whorish spectacle you have made of $him. $He @@.mediumorchid;hates@@ and @@.gold;fears@@ you for this.
<<set $activeSlave.devotion -= 10>>
<<set $activeSlave.trust -= 10>>
<<elseif ($degradation > 10)>>
$He is shocked by the whorish spectacle you have made of $him. However, $he is so submissive to your will that $he @@.hotpink;accepts@@ that the slave <<if canSee($activeSlave)>>in the mirror<<else>>$he pictures<</if>> is who $he is now.
<<set $activeSlave.devotion += 4>>
<<elseif ($degradation > 4) && ($activeSlave.devotion <= 20) && ($activeSlave.trust < -20)>>
$He is so afraid of you that $he suppresses any reaction to the slutty modifications you have made to $his body and @@.gold;fears@@ your power to do whatever you like to $him.
<<set $activeSlave.trust -= 5>>
<<elseif ($degradation > 4)>>
$He is surprised with the slutty modifications you have made to $his body. However, $he is so obedient that $he @@.hotpink;accepts@@ your changes.
<<set $activeSlave.devotion += 4>>
<<elseif ($degradation > 1) && ($activeSlave.devotion < -20) && ($activeSlave.trust < 20)>>
$He is @@.gold;afraid@@ that $he has been permanently altered against $his will, but is also scared of your reaction to any objection and suppresses $his disgust.
<<set $activeSlave.trust -= 5>>
<<elseif ($degradation > 1) && ($activeSlave.devotion < -20)>>
$He is @@.mediumorchid;angry@@ and @@.gold;afraid@@ that $he has been permanently altered against $his will.
<<set $activeSlave.devotion -= 5>>
<<set $activeSlave.trust -= 5>>
<<elseif ($degradation > 1)>>
$He is saddened to have been altered against $his will. However, $he realizes that $he is a slave, so $he @@.hotpink;accepts@@ your work.
<<set $activeSlave.devotion += 4>>
<<else>>
$He shows no real reaction to your modifications.
<</if>>
<</if>>
<<set $degradation = 0>>
|
amomynous0/fc
|
src/uncategorized/bodyModificationReaction.tw
|
tw
|
bsd-3-clause
| 3,016 |
:: Bodyguard Workaround [silently]
<<if $Bodyguard != 0>>
<<= removeJob($Bodyguard, "guard you")>>
<</if>>
<<if $i > -1>>
<<= assignJob($slaves[$i], "guard you")>>
<<set $Bodyguard = $slaves[$i]>>
<</if>>
<<goto "Main">>
|
amomynous0/fc
|
src/uncategorized/bodyguardWorkaround.tw
|
tw
|
bsd-3-clause
| 226 |
:: Brothel [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Brothel", $showEncyclopedia = 1, $encyclopedia = "Brothel", $brothelSlaves = $BrothiIDs.length, $Flag = 0>>
<<if $brothelName != "the Brothel">>
<<set $brothelNameCaps = $brothelName.replace("the ", "The ")>>
<</if>>
<<brothelAssignmentFilter>>
$brothelNameCaps
<<switch $brothelDecoration>>
<<case "Roman Revivalist">>
is decorated as a Roman whorehouse. Refreshments are served at a bar, and someone is playing pipes in the back.
<<case "Aztec Revivalist">>
is decorated as an Aztec ode to fertility and nature. Clients may sacrifice a bit of blood to honor the goddess of Filth or to partake in a fertility ritual before joining the girl of their choosing.
<<case "Egyptian Revivalist">>
is decorated as an ancient Egyptian fertility temple. Customers are bade relax on couches next to running water so that slaves may dance to entice them.
<<case "Edo Revivalist">>
is furnished as an Edo period pleasure house, seedy by the standards of the time. Still, girls usually keep their clothes on until they lead patrons back behind the sliding paper screens, though this does not stop silhouettes of the activities within from being visible on them.
<<case "Arabian Revivalist">>
is furnished as an Arabian fleshmarket, with the merchandise standing on little platforms, prices visible. Customers are permitted to fondle before making a decision and dragging a girl back behind a curtain.
<<case "Chinese Revivalist">>
is furnished as an old Chinese pleasure house, with each girl set up in her own low room. They stand outside the doors, luring customers back one by one.
<<case "Chattel Religionist">>
is decorated as a place of carnal worship. The air is scented by censers, and the slaves here maintain an air of holiness even when being sodomized in public.
<<case "Degradationist">>
is decorated to look like a dungeon. The decor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls.
<<case "Repopulation Focus">>
is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap.
<<case "Eugenics">>
is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations.
<<case "Asset Expansionist">>
is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage.
<<case "Transformation Fetishist">>
is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail.
<<case "Gender Radicalist">>
is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress.
<<case "Gender Fundamentalist">>
is decorated to look like an old world whorehouse. Screens on the walls are showing pornography starring the whores, with prices flashing after each sex act.
<<case "Physical Idealist">>
is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping on a stage. There is a distinct smell of sweat, and there is as much emphasis on the strippers' muscles as their breasts.
<<case "Supremacist">>
is decorated like an old world gentleman's club. The pictures on the wall depict degradation of every race on earth, except $arcologies[0].FSSupremacistRace people.
<<case "Subjugationist">>
is decorated to celebrate the degradation of $arcologies[0].FSSubjugationistRace whores. The whores greet customers in stereotypical $arcologies[0].FSSubjugationistRace accents.
<<case "Paternalist">>
is decorated to look like a trendy bar. Whores are encouraged to meet customers for a drink and get to know them a little before heading back into a private room.
<<case "Pastoralist">>
is decorated to look like a dairy. Though it isn't one, there is an intense sexual focus on boobs and lactation, and all the whores have their sizes and productivity proudly posted.
<<case "Maturity Preferentialist">>
is decorated to look like a refined bar. It has a row of sturdy backless barstools, perfect for a delectable selection of succulent MILFs to perch on.
<<case "Youth Preferentialist">>
is decorated to look like the sort of bar old world students visit on spring break. Vapid music is playing, and when whores aren't with customers, they dance and make out with each other to attract some.
<<case "Body Purist">>
is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love.
<<case "Slimness Enthusiast">>
is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving.
<<case "Hedonistic">>
is comfortable and full of soft couches and chairs for its' overweight whores to lounge upon between clients <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much.
<<default>>
is utilitarian. There's a businesslike foyer with an area for the merchandise to stand. Customers make their selection (or selections) and then lead the whores back into little rooms.
<</switch>>
<<if $brothelAdsSpending > 0>>
Screens outside the entrance are showing porn to advertise $brothelNameCaps.
<<if $brothelAdsOld == 1>>
The featured slave actresses are all MILFs.
<<elseif $brothelAdsOld == -1>>
The featured slave actresses are all nice and young.
<<elseif $brothelAdsOld == -2>>
The featured slave actresses are all teenagers.
<<elseif $brothelAdsOld == -3>>
The featured slave actresses are all lolis.
<<else>>
The featured slave actresses vary in age.
<</if>>
<<if $brothelAdsStacked == 1>>
Lots of bouncing breasts and butts
<<elseif $brothelAdsStacked == -1>>
Lots of trim breasts and shapely butts
<<else>>
A variety of breast and butt sizes and shapes
<</if>>
are on display, and
<<if $brothelAdsImplanted == 1>>
most of these are augmented by implants.
<<elseif $brothelAdsImplanted == -1>>
they're all natural.
<<else>>
some are augmented by implants.
<</if>>
<<if $brothelAdsPreg == 1>>
Most of slaves have firm, rounded bellies.
<<elseif $brothelAdsPreg == -1>>
Most of the slaves have firm, flat bellies.
<<else>>
Some of the slaves are pregnant.
<</if>>
<<if $brothelAdsModded == 1>>
Everything is heavily pierced and tattooed.
<<elseif $brothelAdsModded == -1>>
Everything is free of tattoos and piercings.
<<else>>
Some of these assets are tattooed and pierced, and some aren't.
<</if>>
The slaves in the ads are
<<if $brothelAdsXX == 1>>
sucking dick and taking cock in their pussies and asses.
<<elseif $brothelAdsXX == -1>>
sucking cock and being assfucked while their dicks flop around.
<<else>>
sucking dick and taking anal, and the ones that have pussies are being fucked there, too.
<</if>>
The ads are shown on media across $arcologies[0].name.
<<if ($brothelAdsXX == 1) && ($brothelAdsImplanted == 1) && ($brothelAdsStacked == 1)>>
As a result, $brothelName is known as the place to go if you want to rent a<<if ($brothelAdsPreg == 1)>>pregnant<</if>> bimbo's pussy.
<<elseif ($brothelAdsXX == 1) && ($brothelAdsOld == 1)>>
As a result, $brothelName is known as the place to go if you want to rent a<<if ($brothelAdsPreg == 1)>>pregnant<</if>> MILF's tits.
<<elseif ($brothelAdsXX == 1) && ($brothelAdsOld == -3)>>
As a result, $brothelName is known as the place to go if you want to rent<<if $brothelAdsPreg == 1>> a pregnant<</if>><<if $brothelAdsStacked == 1>><<if $brothelAdsPreg != 1>> an<</if>> oppai<</if>> loli.
<<elseif ($brothelAdsXX == 1) && ($brothelAdsPreg == 1)>>
As a result, $brothelName is known as the place to go if you want to pound some pregnant pussy.
<<elseif ($brothelAdsXX == -1) && ($brothelAdsStacked == 1)>>
As a result, $brothelName is known as the place to go if you want to rent a shemale's asspussy.
<<elseif ($brothelAdsXX == -1) && ($brothelAdsStacked == -1)>>
As a result, $brothelName is known as the place to go if you want to rent a trap's tight ass.
<</if>>
<</if>>
<<if $brothelSlaves > 2>>
$brothelNameCaps is bustling with activity. Customers are coming and going and slave girls are displaying themselves. When a slave catches a customer's eye, he leads her back into a little cubicle.
<<elseif $brothelSlaves > 0>>
$brothelNameCaps is working steadily. Customers are present and slave girls are on offer. When a slave catches a customer's eye, he leads her back into a little cubicle.
<<elseif $Madam != 0>>
$Madam.slaveName is alone in $brothelName, and has nothing to do but keep the place clean and plan future sales efforts.
<<else>>
$brothelNameCaps is empty and desolate.
<<link "Decommission the brothel" "Main">>
<<set $brothel = 0, $brothelUpgradeDrugs = 0, $brothelDecoration = "standard", $brothelAdsSpending = 0>>
<<set _broth = $sectors.findIndex(function(s) { return s.type == "Brothel"; })>>
<<if _broth != -1>>
<<set $sectors[_broth].type = "Shops">>
<</if>>
<</link>>
<</if>>
<<if $brothelSlaves > 0>>
<<if $Madam != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>>
<<set _NewPop = $brothelSlaves+$dormitoryPopulation+_X>>
<<link "Remove all slaves" "Brothel">>
<<if $Madam != 0>>
<<= assignJob($Madam, "rest")>>
<</if>>
<<for $brothelSlaves > 0>>
<<= assignJob($slaves[$slaveIndices[$BrothiIDs[0]]], "whore")>>
<</for>>
<</link>>
<<if _NewPop > $dormitory>>
@@.red;Dormitory capacity will be exceeded.@@
<</if>>
<</if>>
<<set _Tmult0 = Math.trunc($brothel*1000*$upgradeMultiplierArcology)>>
<br>It can support $brothel whores. Currently there <<if $brothelSlaves == 1>>is<<else>>are<</if>> $brothelSlaves whore<<if $brothelSlaves != 1>>s<</if>> at $brothelNameCaps.
[[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
<<if $Madam != 0>>
<br>
<<if $MadamIgnoresFlaws != 1>>
$Madam.slaveName will attempt to fix flaws in whores serving under her. [[Ignore flaws|Brothel][$MadamIgnoresFlaws = 1]]
<<else>>
$Madam.slaveName has been instructed to ignore flaws in the whores serving under her. [[Fix flaws|Brothel][$MadamIgnoresFlaws = 0]]
<</if>>
<</if>>
<br>
<<if $brothelUpgradeDrugs == 1>>
It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently applying a moderate dosage of aphrodisiac. [[Increase the aphrodisiac dosage|Brothel][$brothelUpgradeDrugs = 2]] | [[Disable the aphrodisiac injection systems|Brothel][$brothelUpgradeDrugs = 0.1]] //Will reduce upkeep costs if disabled, and raise them if increased//
<<elseif $brothelUpgradeDrugs == 2>>
It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently applying an extreme dosage of aphrodisiac. [[Decrease the aphrodisiac dosage|Brothel][$brothelUpgradeDrugs = 1]] | [[Disable the aphrodisiac injection systems|Brothel][$brothelUpgradeDrugs = 0.1]] //Will reduce upkeep costs//
<<elseif $brothelUpgradeDrugs == 0.1>>
It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently disabled. [[Enable them|Brothel][$brothelUpgradeDrugs = 1]] //Will increase upkeep costs//
<<else>>
<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
<</if>>
<br>$brothelNameCaps is
<<if $brothelAdsSpending > 0>>
the subject of an active ad campaign.
<<else>>
not being advertised.
<</if>>
<<link "Manage brothel advertisements" "Brothel Advertisement">><<set $nextLink = passage(), $nextButton = "Back">><</link>>
<!-- Statistics output -->
<<BrothelStatistics 1>>
<br><br>
<<if $Madam != 0>>
<<set $Flag = 2>>
<<include "Slave Summary">>
<<else>>
You do not have a slave serving as a Madam. [[Appoint one|Madam Select]]
<</if>>
<br><br>
<<if ($brothel <= $brothelSlaves)>>
''$brothelNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $brothelSlaves)>>
<<link "''Send a slave to $brothelName''">>
<<replace #ComingGoing>>
<<resetAssignmentFilter>>
<<set $Flag = 0>>
<<include "Slave Summary">>
<</replace>>
<</link>>
<</if>>
<<if $brothelSlaves > 0>>
| <<link "''Bring a slave out of $brothelName''">>
<<replace #ComingGoing>>
<<brothelAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</replace>>
<</link>>
<<else>>
<br><br>//$brothelNameCaps is empty for the moment.<br>//
<</if>>
<br><br>
<<assignmentFilter >>
<span id="ComingGoing">
<<brothelAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
<br><br>Rename $brothelName: <<textbox "$brothelName" $brothelName "Brothel">> //Use a noun or similar short phrase//
|
amomynous0/fc
|
src/uncategorized/brothel.tw
|
tw
|
bsd-3-clause
| 14,066 |
:: Brothel Advertisement [nobr]
<<switch $brothelDecoration>>
<<case "Roman Revivalist">>
$brothelNameCaps is decorated as a Roman whorehouse. Refreshments are served at a bar, and someone is playing pipes in the back.
<<case "Aztec Revivalist">>
$brothelNameCaps is decorated as an Aztec ode to fertility and nature. Clients may sacrifice a bit of blood to honor the goddess of Filth or to partake in a fertility ritual before joining the girl of their choosing.
<<case "Egyptian Revivalist">>
$brothelNameCaps is decorated as an ancient Egyptian fertility temple. Customers are bade relax on couches next to running water so that slaves may dance to entice them.
<<case "Edo Revivalist">>
$brothelNameCaps is furnished as an Edo period pleasure house, seedy by the standards of the time. Still, girls usually keep their clothes on until they lead patrons back behind the sliding paper screens, though this does not stop silhouettes of the activities within from being visible on them.
<<case "Arabian Revivalist">>
$brothelNameCaps is furnished as an Arabian slave market, with the merchandise standing on little platforms, prices visible. Customers are permitted to fondle before making a decision and dragging a girl back behind a curtain.
<<case "Chinese Revivalist">>
$brothelNameCaps is furnished as an old Chinese pleasure house, with each girl set up in her own low room. They stand outside the doors, luring customers back one by one.
<<case "Chattel Religionist">>
$brothelNameCaps is decorated as a place of worship. The air is scented by censers, and the slaves here maintain an air of holiness even when being sodomized in public.
<<case "Degradationist">>
$brothelNameCaps is decorated to look like a dungeon. The decor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls.
<<case "Repopulation Focus">>
$brothelNameCaps is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap.
<<case "Eugenics">>
$brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations.
<<case "Asset Expansionist">>
$brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage.
<<case "Transformation Fetishist">>
$brothelNameCaps is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail.
<<case "Gender Radicalist">>
$brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress.
<<case "Gender Fundamentalist">>
$brothelNameCaps is decorated to look like an old world whorehouse. Screens on the walls are showing pornography starring the whores, with prices flashing after each sex act.
<<case "Physical Idealist">>
$brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping on a stage. There is a distinct smell of sweat, and there is as much emphasis on the strippers' muscles as their breasts.
<<case "Subjugationist">>
$brothelNameCaps is decorated to celebrate the degradation of $arcologies[0].FSSubjugationistRace whores. The whores greet customers in stereotypical $arcologies[0].FSSubjugationistRace accents.
<<case "Supremacist">>
$brothelNameCaps is decorated like an old world gentleman's club. The pictures on the wall depict degradation of every race on earth, except $arcologies[0].FSSupremacistRace people.
<<case "Paternalist">>
$brothelNameCaps is decorated to look like a normal bar. Whores are encouraged to meet customers for a drink and get to know them a little before heading back into a private room.
<<case "Maturity Preferentialist">>
$brothelNameCaps is decorated to look like a refined bar. It has a row of sturdy backless barstools, perfect for a delectable selection of succulent MILFs to perch on.
<<case "Youth Preferentialist">>
$brothelNameCaps is decorated to look like a the sort of bar old world students visit on spring break. Vapid music is playing, and when whores aren't with customers, they dance and make out with each other to attract some.
<<case "Body Purist">>
$brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love.
<<case "Slimness Enthusiast">>
$brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving.
<<case "Pastoralist">>
$brothelNameCaps is decorated to look like a dairy. Though it isn't one, there is an intense sexual focus on boobs and lactation, and all the whores have their sizes proudly posted.
<<case "Hedonistic">>
$brothelNameCaps is comfortable and full of soft couches and chairs for its' overweight whores to lounge upon between clients <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much.
<</switch>>
<<if $brothelAdsSpending > 0>>
Screens outside the entrance are showing porn to advertise the brothel.
<<if $brothelAdsOld == 1>>
The featured slave actresses are all MILFs.
<<elseif $brothelAdsOld == -1>>
The featured slave actresses are all nice and young.
<<elseif $brothelAdsOld == -2>>
The featured slave actresses are all teenagers.
<<elseif $brothelAdsOld == -3>>
The featured slave actresses are all lolis.
<<else>>
The featured slave actresses vary in age.
<</if>>
<<if $brothelAdsStacked == 1>>
Lots of bouncing breasts and butts
<<elseif $brothelAdsStacked == -1>>
Lots of trim breasts and shapely butts
<<else>>
A variety of breast and butt sizes and shapes
<</if>>
are on display, and
<<if $brothelAdsImplanted == 1>>
most of these are augmented by implants.
<<elseif $brothelAdsImplanted == -1>>
they're all natural.
<<else>>
some are augmented by implants.
<</if>>
<<if $brothelAdsPreg == 1>>
Most of slaves have firm, rounded bellies.
<<elseif $brothelAdsPreg == -1>>
Most of the slaves have firm, flat bellies.
<<else>>
Some of the slaves are pregnant.
<</if>>
<<if $brothelAdsModded == 1>>
Everything is heavily pierced and tattooed.
<<elseif $brothelAdsModded == -1>>
Everything is free of tattoos and piercings.
<<else>>
Some of these assets are tattooed and pierced, and some aren't.
<</if>>
The slaves in the ads are
<<if $brothelAdsXX == 1>>
sucking dick and taking cock in their pussies and asses.
<<elseif $brothelAdsXX == -1>>
sucking cock and being assfucked while their dicks flop around.
<<else>>
sucking dick and taking anal, and the ones that have pussies are being fucked there, too.
<</if>>
<</if>>
<<if $brothelAdsSpending >= 5000>>
Advertisements based on these scenes run constantly in media across the arcology, and there's an active merchandising campaign underway to promote your whores.
<<elseif $brothelAdsSpending >= 4000>>
Advertisements based on these scenes run constantly in media across the arcology.
<<elseif $brothelAdsSpending >= 3000>>
Advertisements based on these scenes are run in media across the arcology.
<<elseif $brothelAdsSpending >= 2000>>
Advertisements based on these scenes run regularly in arcology media.
<<elseif $brothelAdsSpending >= 1000>>
Advertisements based on these scenes run occasionally in arcology media.
<<else>>
$arcologies[0].name has a robust internal media that could be used to bring customers into the brothel.
<</if>>
<br><br>
You are spending <<print cashFormat($brothelAdsSpending)>> each week to advertise the brothel.
<<if $brothelAdsSpending > 900>>
<<link "Decrease">><<set $brothelAdsSpending -= 1000>><<goto "Brothel Advertisement">><</link>> |
<<else>>
Decrease |
<</if>>
<<if $brothelAdsSpending < 5000>>
<<link "Increase">><<set $brothelAdsSpending += 1000>><<goto "Brothel Advertisement">><</link>>
<<else>>
Increase
<</if>>
<br><br>
__Design Brothel Ad Campaign__ //Will replace relevant variety bonuses//
<br><br>
Asset size:
<<if $brothelAdsStacked != 1>><<link "Stacked">><<set $brothelAdsStacked = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Stacked | <</if>>
<<if $brothelAdsStacked != -1>><<link "Slim">><<set $brothelAdsStacked = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Slim | <</if>>
<<if $brothelAdsStacked != 0>><<link "Variety">><<set $brothelAdsStacked = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>>
<br>
Asset origin:
<<if $brothelAdsImplanted != 1>><<link "Implants">><<set $brothelAdsImplanted = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Implants | <</if>>
<<if $brothelAdsImplanted != -1>><<link "All natural">><<set $brothelAdsImplanted = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>All natural | <</if>>
<<if $brothelAdsImplanted != 0>><<link "Variety">><<set $brothelAdsImplanted = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>>
<br>
Body mods:
<<if $brothelAdsModded != 1>><<link "Modded">><<set $brothelAdsModded = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Modded | <</if>>
<<if $brothelAdsModded != -1>><<link "Unmodded">><<set $brothelAdsModded = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Unmodded | <</if>>
<<if $brothelAdsModded != 0>><<link "Variety">><<set $brothelAdsModded = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>>
<br>
<<if $seePreg != 0>>
Pregnancy:
<<if $brothelAdsPreg != 1>><<link "Gravid">><<set $brothelAdsPreg = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Gravid | <</if>>
<<if $brothelAdsPreg != -1>><<link "None">><<set $brothelAdsPreg = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>None | <</if>>
<<if $brothelAdsPreg != 0>><<link "Variety">><<set $brothelAdsPreg = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>>
<br>
<</if>>
Age:
<<if $brothelAdsOld != 1>><<link "MILF">><<set $brothelAdsOld = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>MILF | <</if>>
<<if $brothelAdsOld != -1>><<link "Young">><<set $brothelAdsOld = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Young | <</if>>
<<if $minimumSlaveAge < 18>>
<<if $brothelAdsOld != -2>><<link "Teen">><<set $brothelAdsOld = -2>><<goto "Brothel Advertisement">><</link>> | <<else>>Teen | <</if>>
<</if>>
<<if $minimumSlaveAge < 13>>
<<if $brothelAdsOld != -3>><<link "Loli">><<set $brothelAdsOld = -3>><<goto "Brothel Advertisement">><</link>> | <<else>>Loli | <</if>>
<</if>>
<<if $brothelAdsOld != 0>><<link "Variety">><<set $brothelAdsOld = 0>><<goto "Brothel Advertisement">><</link>> <<else>>Variety<</if>>
<br>
<<if $seeDicks != 0>>
Genitalia:
<<if $brothelAdsXX != 1>><<link "Pussies">><<set $brothelAdsXX = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Pussies | <</if>>
<<if $brothelAdsXX != -1>><<link "Dicks">><<set $brothelAdsXX = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Dicks | <</if>>
<<if $brothelAdsXX != 0>><<link "Variety">><<set $brothelAdsXX = 0>><<goto "Brothel Advertisement">><</link>> <<else>>Variety<</if>>
<br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/brothelAdvertisement.tw
|
tw
|
bsd-3-clause
| 11,894 |
:: Brothel Report [nobr]
<span id="brothelstats">
</span>
<<SlaveSort $BrothiIDs>>
<<set _DL = $BrothiIDs.length, $brothelSlaves = _DL, _SL = $slaves.length, $legendaryWhoreID = 0, $madamCashBonus = 0, _FLsFetish = 0, _profits = 0>>
<<set $legendaryWombID = 0>>
<<set _modded = 0, _old = 0, _pure = 0, _slim = 0, _implanted = 0, _stacked = 0, _unmodded = 0, _XX = 0, _XY = 0, _young = 0, _pregYes = 0, _pregNo = 0, _minBonus = 50, _maxBonus = 150>>
<!-- Statistics gathering -->
<<set $facility = $facility || {}, $facility.brothel = initFacilityStatistics($facility.brothel)>>
<<if ($Madam != 0)>>
<<set _FLs = $slaveIndices[$Madam.ID]>>
<<if ($slaves[_FLs].health < -80)>>
<<set $slaves[_FLs].health += 20>>
<<elseif $slaves[_FLs].health < -40>>
<<set $slaves[_FLs].health += 15>>
<<elseif $slaves[_FLs].health < 0>>
<<set $slaves[_FLs].health += 10>>
<<elseif $slaves[_FLs].health < 90>>
<<set $slaves[_FLs].health += 7>>
<</if>>
<<if $slaves[_FLs].devotion <= 45>>
<<set $slaves[_FLs].devotion += 5>>
<</if>>
<<if $slaves[_FLs].trust < 45>>
<<set $slaves[_FLs].trust += 5>>
<</if>>
<<if $slaves[_FLs].livingRules != "luxurious">>
<<set $slaves[_FLs].livingRules = "luxurious">>
<</if>>
<<if $slaves[_FLs].fetishStrength <= 95>>
<<if $slaves[_FLs].fetish != "dom">>
<<if fetishChangeChance($slaves[_FLs]) > random(0,100)>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1, $slaves[_FLs].fetish = "dom">>
<</if>>
<<elseif $slaves[_FLs].fetishKnown == 0>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1>>
<<else>>
<<set _FLsFetish = 2, $slaves[_FLs].fetishStrength += 4>>
<</if>>
<</if>>
/% Make sure we have registered living expenses as for any other slave %/
<<run getSlaveStatisticData($Madam, $facility.brothel)>>
<<set $Madam = $slaves[_FLs]>>
<<= SlaveFullName($Madam)>> is serving as the Madam.
<<if $Madam.relationship == -3 && $Madam.devotion > 50>>
As your loving wife, she does her best to attract attention to your brothel.
<<set $madamCashBonus += 0.25>>
<</if>>
<<if (_FLsFetish == 1)>>
She isn't above sampling the merchandise herself; before long it's obvious to her girls that she @@.lightcoral;really likes fucking them.@@
<<elseif (_FLsFetish == 2)>>
She's careful that all of the whores under her supervision are all warmed up and ready to get fucked every morning, and she @@.lightsalmon;becomes more dominant.@@
<</if>>
<<if ($Madam.whoreSkill <= 10)>>
Though $Madam.slaveName does her best to manage the brothel, with her lack of skill she can do little.
<<elseif ($Madam.whoreSkill <= 30)>>
$Madam.slaveName's basic skills marginally @@.yellowgreen;improve@@ business at $brothelName.
<<set $madamCashBonus += 0.05>>
<<elseif ($Madam.whoreSkill <= 60)>>
$Madam.slaveName's skills @@.yellowgreen;improve@@ business at $brothelName.
<<set $madamCashBonus += 0.1>>
<<elseif ($Madam.whoreSkill < 100)>>
$Madam.slaveName's skills greatly @@.yellowgreen;improve@@ business at $brothelName.
<<set $madamCashBonus += 0.15>>
<<else>>
$Madam.slaveName's mastery immensely @@.yellowgreen;improves@@ business at $brothelName.
<<set $madamCashBonus += 0.20>>
<</if>>
<<if ($Madam.actualAge > 35)>>
Her age and experience also contribute.
<<set $madamCashBonus += 0.05>>
<<elseif $AgePenalty == 0>>
<<set $madamCashBonus += 0.05>>
<</if>>
<<if setup.madamCareers.includes($Madam.career)>>
She has experience from her life before she was a slave that helps her in the seedy business of selling other people's bodies for sex.
<<set $madamCashBonus += 0.05>>
<<elseif $Madam.skillMD >= $masteredXP>>
She has experience from working for you that helps her in the seedy business of selling other people's bodies for sex.
<<set $madamCashBonus += 0.05>>
<<else>>
<<set $slaves[_FLs].skillMD += random(1,Math.ceil(($Madam.intelligence+$Madam.intelligenceImplant)/15) + 8)>>
<</if>>
<<if ($Madam.intelligence+$Madam.intelligenceImplant > 15)>>
She is a clever manager.
<<set $madamCashBonus += 0.05*Math.floor(($Madam.intelligence+$Madam.intelligenceImplant)/32)>>
<</if>>
<<if ($Madam.dick > 2) && (canPenetrate($Madam))>>
Her turgid dick helps her manage the bitches.
<<set $madamCashBonus += 0.05>>
<</if>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$BrothiIDs[_dI]]>>
<<if $Madam.rivalryTarget == $slaves[$i].ID>>
She forces her <<if $Madam.rivalry == 1>>growing rival<<elseif $Madam.rivalry == 2>>rival<<elseif $Madam.rivalry == 3>>bitter rival<</if>>, to service all the men in the brothel.
<<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 2>>
<<if canDoVaginal($slaves[$i])>>
<<set $slaves[$i].vaginalCount += 10, $vaginalTotal += 10>>
<<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 10>><<else>><<set $slaves[$i].publicCount = 10>><</if>>
<</if>>
<<if canDoAnal($slaves[$i])>>
<<set $slaves[$i].analCount += 10, $analTotal += 10>>
<<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 10>><<else>><<set $slaves[$i].publicCount = 10>><</if>>
<</if>>
<<set $slaves[$i].oralCount += 10, $oralTotal += 10>>
<<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 10>><<else>><<set $slaves[$i].publicCount = 10>><</if>>
<<if random(1,100) > 65>>
<<set $slaves[_FLs].rivalry++, $Madam.rivalry++, $slaves[$i].rivalry++>>
<</if>>
<<elseif $Madam.relationshipTarget == $slaves[$i].ID>>
She dotes over her <<if $Madam.relationship == 1>>friend<<elseif $Madam.relationship == 2>>best friend<<elseif $Madam.relationship == 3>>friend with benefits<<elseif $Madam.relationship == 4>>lover<<elseif $Madam.relationship == 5>>slave wife<</if>>, $slaves[$i].slaveName, making sure she is safe, but unfortunately driving potential customers away from her.
<<set $slaves[$i].devotion++, $madamCashBonus -= 0.05>>
<<elseif $familyTesting == 1 && totalRelatives($slaves[$i]) > 0>>
<<if $slaves[$i].mother == $Madam.ID || $slaves[$i].father == $Madam.ID>>
She pays special attention to her daughter, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust++, $madamCashBonus += 0.05>>
<<elseif $slaves[$i].ID == $Madam.mother>>
She pays special attention to her mother, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust++, $madamCashBonus += 0.05>>
<<elseif $slaves[$i].ID == $Madam.father>>
She pays special attention to her father, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust++, $madamCashBonus += 0.05>>
<<elseif areSisters($slaves[$i], $Madam) == 1>>
She pays special attention to her twin sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust++, $madamCashBonus += 0.05>>
<<elseif areSisters($slaves[$i], $Madam) == 2>>
She pays special attention to her sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust++, $madamCashBonus += 0.05>>
<<elseif areSisters($slaves[$i], $Madam) == 3>>
She pays special attention to her half-sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust++, $madamCashBonus += 0.05>>
<</if>>
<<elseif $Madam.relationTarget == $slaves[$i].ID && $familyTesting == 0>>
She pays special attention to her $slaves[$i].relation, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust++, $madamCashBonus += 0.05>>
<</if>>
<<if $slaves[$i].prestigeDesc == "She is a famed Free Cities whore, and commands top prices.">>
She makes sure to promote $slaves[$i].slaveName, the famed whore, in order to capitalize on her popularity.
<<set $madamCashBonus += 0.15>>
<<elseif $slaves[$i].prestigeDesc == "She is a famed Free Cities slut, and can please anyone.">>
She makes sure to promote $slaves[$i].slaveName, the famed entertainer, in order to capitalize on her popularity.
<<set $madamCashBonus += 0.15>>
<<elseif $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a dairy cow.">>
<<if ($arcologies[0].FSPhysicalIdealist != "unset")>>
<<if ($slaves[$i].muscles > 60) && ($slaves[$i].weight < 30) && ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>
She shows off how even a cow like $slaves[$i].slaveName can achieve physical perfection.
<<set $madamCashBonus += 0.15>>
<<else>>
A<<if ($slaves[$i].muscles < 30)>>n unmuscled,<</if>><<if ($slaves[$i].weight > 30)>> fat,<</if>> 'prestigious' <<if ($slaves[$i].lactation > 0)>>cow<<elseif (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>mass of titflesh<<else>>slave<</if>> like $slaves[$i].slaveName is woefully out of fashion, so $Milkmaid.slaveName tries to draw attention away from her.
<</if>>
<<else>>
<<if ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>
She makes sure to massage $slaves[$i].slaveName's huge breasts to get the milk flowing before enticing clients to suckle and play with her.
<<set $madamCashBonus += 0.10>>
<<else>>
She would like to show off $slaves[$i].slaveName's huge udders, but $slaves[$i].slaveName <<if ($slaves[$i].lactation == 0)>> isn't producing milk anymore. <<else>> doesn't exactly have huge udders anymore. <</if>>
<</if>>
<</if>>
<<elseif $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a cockmilker.">>
<<if $arcologies[0].FSGenderFundamentalist != "unset">>
<<if ($slaves[$i].balls == 0) && ($slaves[$i].dick == 0) && ($slaves[$i].vagina > -1)>>
She uses $slaves[$i].slaveName as an example of how even a huge-balled freak like her can be restored to proper femininity.
<<set $madamCashBonus += 0.20>>
<<else>>
She tries to hide $slaves[$i].slaveName, 'her' body being notorious for defiance of conventional femininity.
<</if>>
<<else>>
<<if (($slaves[$i].balls > 5) && ($slaves[$i].dick != 0)) || (($slaves[$i].balls > 4) && ($slaves[$i].dick != 0) && ($slaves[$i].prostate > 1))>>
She shows off $slaves[$i].slaveName's copious loads by putting a condom over her dick and teasing her till she bursts it. The show draws multiple clients that want to play with her oversized junk and messy orgasms.
<<set $madamCashBonus += 0.15>>
<<else>>
She would love to show off $slaves[$i].slaveName's copious loads, but $slaves[$i].slaveName<<if $slaves[$i].dick == 0>> doesn't have a dick.<<elseif $slaves[$i].balls == 0>>'s not producing cum. <<else>>'s orgasms just aren't messy enough. <</if>>
<</if>>
<</if>>
<<elseif $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a breeder.">>
<<if $slaves[$i].bellyPreg >= 5000>>
She makes sure $slaves[$i].slaveName's growing pregnancy is well taken care of, even if it means driving away potential customers away when the mother-to-be needs a rest.
<<set $madamCashBonus -= 0.05>>
<<elseif canGetPregnant($slaves[$i])>>
She makes sure to play off $slaves[$i].slaveName's fame and fertility by enticing potential customers to be the one to claim her womb by filling it with their child.
<<set $madamCashBonus += 0.15>>
<<else>>
She would love to play off of $slaves[$i].slaveName's fame and fertility, but unfortunately she <<if $slaves[$i].pregKnown == 1 && $slaves[$i].bellyPreg < 1500>>is already pregnant and not far enough along to show it<<elseif $slaves[$i].pregKnown == 1 && $slaves[$i].bellyPreg < 5000>>already pregnant, but not enough to be exciting<<else>>is unable to get knocked up<</if>>.
<</if>>
<</if>>
<</for>>
<<set _oldCash = $cash>>
<<if (_DL < 5)>>
<<set $slavesGettingHelp = 0>>
<<if $universalRulesFacilityWork == 1>>
<<for $i = 0; $i < _SL; $i++>>
<<if ($slaves[$i].assignment == "whore")>>
<<set $slavesGettingHelp++>>
<</if>>
<</for>>
<</if>>
<<if (_DL+$slavesGettingHelp < 5)>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<if $showEWD != 0>>
<br> She <<include "SA whore">>
<<else>>
<<silently>><<include "SA whore">><</silently>>
<</if>>
<<set _seed = $cash-_oldCash, $cash += Math.trunc(0.5*_seed), _seed = Math.trunc(1.5*_seed), _profits += _seed>>
<br> Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@.yellowgreen;<<print cashFormat(_seed)>>@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam.
<</if>>
<</if>>
<<if (_DL > 0)>><br><br><</if>>
<</if>>
<<if (_DL > 0)>>
<<if _DL != 1>>''There are _DL slave whores working out of $brothelName.''<<else>>''There is one slave whore working out of $brothelName.''<</if>>
<</if>>
<<if $Madam != 0>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[_FLs] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[_FLs])>>@@__'' is serving as the Madam.
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<set $Madam = $slaves[_FLs]>>
<<if isSlim($slaves[_FLs])>>
<<set _slim += 1>>
<</if>>
<<if isStacked($slaves[_FLs])>>
<<set _stacked += 1>>
<</if>>
<<if isYoung($slaves[_FLs])>>
<<set _young += 1>>
<<else>>
<<set _old += 1>>
<</if>>
<<if isModded($slaves[_FLs])>>
<<set _modded += 1>>
<<elseif isUnmodded($slaves[_FLs])>>
<<set _unmodded += 1>>
<</if>>
<<if isXY($slaves[_FLs])>>
<<set _XY += 1>>
<<else>>
<<set _XX += 1>>
<</if>>
<<if isPure($slaves[_FLs])>>
<<set _pure += 1>>
<<else>>
<<set _implanted += 1>>
<</if>>
<<if isPreg($slaves[_FLs])>>
<<set _pregYes += 1>>
<<elseif isNotPreg($slaves[_FLs])>>
<<set _pregNo += 1>>
<</if>>
<</if>>
<<if (_DL > 0)>>
<<set _healthBonus = 0, _aphrod = 0>>
<<if ($brothelUpgradeDrugs == 1)>>
<<set _healthBonus += 1, _aphrod = 1>>
<<elseif ($brothelUpgradeDrugs == 2)>>
<<set _healthBonus += 3, _aphrod = 2>>
<</if>>
<<set _oldCash = $cash>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$BrothiIDs[_dI]]>>
<<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryWombID = $slaves[$i].ID>>
<</if>>
<<if ($legendaryWhoreID == 0) && ($slaves[$i].whoreSkill >= 100) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryWhoreID = $slaves[$i].ID>>
<</if>>
/* Perform facility based rule changes */
<<set $slaves[$i].health += _healthBonus, $slaves[$i].aphrodisiacs = _aphrod>>
<<switch $brothelDecoration>>
<<case "Degradationist" "standard">>
<<set $slaves[$i].livingRules = "spare">>
<<default>>
<<set $slaves[$i].livingRules = "normal">>
<</switch>>
<<if ($slaves[$i].health < -80)>>
<<set $slaves[$i].health += 20>>
<<elseif $slaves[$i].health < -40>>
<<set $slaves[$i].health += 15>>
<<elseif $slaves[$i].health < 0>>
<<set $slaves[$i].health += 10>>
<<elseif $slaves[$i].health < 90>>
<<set $slaves[$i].health += 7>>
<</if>>
<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -20)>>
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<<elseif ($slaves[$i].devotion < 45)>>
<<set $slaves[$i].devotion += 4>>
<<elseif ($slaves[$i].devotion > 50)>>
<<set $slaves[$i].devotion -= 4>>
<</if>>
<<if ($slaves[$i].trust < 30)>>
<<set $slaves[$i].trust += 5>>
<</if>>
<<if $slaves[$i].energy > 40 && $slaves[$i].energy < 95>>
<<set $slaves[$i].energy++>>
<</if>>
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[$i] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>>
<<include "SA chooses own job">>
<<else>>
is working out of $brothelName.
<</if>>
<br> She <<include "SA whore">>
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<include "SA chooses own job">>
<<include "SA whore">>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<if isSlim($slaves[$i])>>
<<set _slim += 1>>
<</if>>
<<if isStacked($slaves[$i])>>
<<set _stacked += 1>>
<</if>>
<<if isYoung($slaves[$i])>>
<<set _young += 1>>
<<else>>
<<set _old += 1>>
<</if>>
<<if isModded($slaves[$i])>>
<<set _modded += 1>>
<<elseif isUnmodded($slaves[$i])>>
<<set _unmodded += 1>>
<</if>>
<<if isXY($slaves[$i])>>
<<set _XY += 1>>
<<else>>
<<set _XX += 1>>
<</if>>
<<if isPure($slaves[$i])>>
<<set _pure += 1>>
<<else>>
<<set _implanted += 1>>
<</if>>
<<if isPreg($slaves[$i])>>
<<set _pregYes += 1>>
<<elseif isNotPreg($slaves[$i])>>
<<set _pregNo += 1>>
<</if>>
<<if $brothelAdsSpending != 0>>
<<set _seed = 0>>
<<if $brothelAdsStacked == 1>>
<<if ($slaves[$i].butt > 4) && ($slaves[$i].boobs > 800)>>
<<set _seed++>>
<</if>>
<<elseif $brothelAdsStacked == -1>>
<<if ($slaves[$i].boobs < 500) && ($slaves[$i].butt < 3) && ($slaves[$i].weight <= 10) && ($slaves[$i].muscles <= 95)>>
<<set _seed++>>
<</if>>
<</if>>
<<set _PierceC = ($slaves[$i].lipsPiercing + $slaves[$i].nipplesPiercing + $slaves[$i].vaginaPiercing + $slaves[$i].clitPiercing + $slaves[$i].anusPiercing + $slaves[$i].earPiercing + $slaves[$i].eyebrowPiercing + $slaves[$i].nosePiercing + $slaves[$i].navelPiercing)>>
<<if $brothelAdsModded == 1>>
<<if (_PierceC > 8)>>
<<if ($slaves[$i].lipsTat != 0) && ($slaves[$i].buttTat != 0) && ($slaves[$i].anusTat != 0) && ($slaves[$i].vaginaTat != 0) && ($slaves[$i].boobsTat != 0)>>
<<set _seed++>>
<</if>>
<</if>>
<<elseif $brothelAdsModded == -1>>
<<if (_PierceC < 3)>>
<<if ($slaves[$i].lipsTat == 0) && ($slaves[$i].buttTat == 0) && ($slaves[$i].vaginaTat == 0) && ($slaves[$i].boobsTat == 0)>>
<<set _seed++>>
<</if>>
<</if>>
<</if>>
<<if $brothelAdsPreg == 1>>
<<if ($slaves[$i].bellyPreg >= 5000) || ($slaves[$i].bellyImplant >= 5000)>>
<<set _seed++>>
<</if>>
<<elseif $brothelAdsPreg == -1>>
<<if ($slaves[$i].belly < 100) && ($slaves[$i].weight < 30) && (!setup.fakeBellies.includes($bellyAccessory)) && ($slaves[$i].bellyImplant <= 0)>>
<<set _seed++>>
<</if>>
<</if>>
<<if $brothelAdsImplanted == 1>>
<<if ($slaves[$i].boobsImplant > 0) && ($slaves[$i].buttImplant > 0) && ($slaves[$i].waist < -95) && ($slaves[$i].lipsImplant > 0) && ($slaves[$i].bellyImplant >= 1500)>>
<<set _seed++>>
<</if>>
<<elseif $brothelAdsImplanted == -1>>
<<if $slaves[$i].boobsImplant == 0 && $slaves[$i].buttImplant == 0 && $slaves[$i].waist >= -95 && $slaves[$i].lipsImplant == 0 && $slaves[$i].faceImplant < 30 && $slaves[$i].bellyImplant <= 0>>
<<set _seed++>>
<</if>>
<</if>>
<<if $brothelAdsOld == 1>>
<<if ($slaves[$i].physicalAge >= 30)>>
<<set _seed++>>
<</if>>
<<elseif $brothelAdsOld == -1>>
<<if ($slaves[$i].physicalAge < 30) && ($slaves[$i].physicalAge >= 18)>>
<<set _seed++>>
<</if>>
<<elseif $brothelAdsOld == -2>>
<<if ($slaves[$i].physicalAge <= 18) && ($slaves[$i].physicalAge >= 13)>>
<<set _seed++>>
<</if>>
<<elseif $brothelAdsOld == -3>>
<<if ($slaves[$i].physicalAge < 13)>>
<<set _seed++>>
<</if>>
<</if>>
<<if $brothelAdsXX == 1>>
<<if ($slaves[$i].dick == 0)>>
<<set _seed++>>
<</if>>
<<elseif $brothelAdsXX == -1>>
<<if ($slaves[$i].dick > 0)>>
<<set _seed++>>
<</if>>
<</if>>
<<if _seed > 0>>
<<set _adsIncome = _seed * random(50,60) * Math.trunc($brothelAdsSpending/1000)>>
<<set $cash += _adsIncome , getSlaveStatisticData($slaves[$i], $facility.brothel).adsIncome += _adsIncome>>
<<else>>
<<set _adsIncome = random(50,60) * Math.trunc($brothelAdsSpending/1000)>>
<<set $cash += _adsIncome, getSlaveStatisticData($slaves[$i], $facility.brothel).adsIncome += _adsIncome>>
<</if>>
<</if>>
<</for>>
<<set _profits += $cash-_oldCash, _oldCash = $cash, _possibleBonuses = 0, _brothelBonuses = 0>>
/* adblock */
<br><br>
<<if $brothelAdsSpending != 0>>
An ad campaign is supporting business there, and whores that match it make more ¤.
<</if>>
<br>
<<if $brothelAdsSpending != 0>>
<<if $brothelAdsStacked == 1>>
Its advertisements feature girls with plenty up top and rears to match.
<<set _ads = 1>>
<<elseif $brothelAdsStacked == -1>>
Its advertisements feature trim girls with little in the way of T&A.
<<set _ads = -1>>
<<else>>
Its advertisements feature a variety of girls, some that are trim and others that are curvaceous.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSAssetExpansionist != "unset") && ($arcologies[0].FSAssetExpansionist >= 80)>>
Most customers prefer their girls well endowed.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSSlimnessEnthusiast != "unset") && ($arcologies[0].FSSlimnessEnthusiast >= 80) >>
Most customers prefer their girls light.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSAssetExpansionist == "unset") && ($arcologies[0].FSSlimnessEnthusiast == "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsStacked == 0)>>
<<set _possibleBonuses++>>
<<if (_slim > 0) && (_stacked > 0) && (Math.abs(_slim-_stacked) <= (_DL/3))>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
The brothel offers a @@.yellowgreen;wide@@ variety of slim and stacked slaves.
<</if>>
<</if>>
<</if>>
Most customers don't mind the selection of assets.
<<set _pref = 0>>
<</if>>
<<if (_slim > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the brothel have small tits and asses.
<<elseif (_stacked > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the brothel have large tits and asses.
<<else>>
<<set _girls = 0>>
The slaves in the brothel vary in asset size.
<</if>>
<<if (_pref == 0)>> /*customers don't care*/
<<elseif ($brothelAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
Its advertising for <<if _ads == 1>>stacked <<elseif _ads == -1>>trim <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>stacked <<elseif _ads == -1>>trim <</if>>girls matched most customers preferences, but most of the girls in the brothel were not as advertised. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls there did not match their preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls there did not match their preferences for <<if _pref == 1>>large <<elseif _pref == -1>>slim <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<br>
<<if ($brothelAdsSpending > 0)>>
<<if $brothelAdsPreg == 1>>
Its advertisements feature girls that are clearly pregnant.
<<set _ads = 1>>
<<elseif $brothelAdsPreg == -1>>
Its advertisements feature girls that have flat, usually firm, bellies.
<<set _ads = -1>>
<<else>>
Its advertisements feature some girls that are pregnant.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRepopulationFocus != "unset") && ($arcologies[0].FSRepopulationFocus >= 80)>>
Most customers prefer their girls rounded with child.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSRestart != "unset") && ($arcologies[0].FSRestart >= 80)>>
Most customers prefer girls that aren't gravid.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSRepopulationFocus == "unset") && ($arcologies[0].FSRestart == "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsPreg == 0)>>
<<set _possibleBonuses++>>
<<if (_pregYes > 0) && (_pregNo > 0) && (Math.abs(_pregYes-_pregNo) <= (_DL/3))>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
The brothel offers a @@.yellowgreen;wide@@ selection of slaves with a variety of middles.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either big-bellied or flat-bellied girls.
<<set _pref = 0>>
<</if>>
<<if (_pregNo > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the brothel sport flat bellies.
<<elseif (_pregYes > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the brothel sport gravid middles.
<<else>>
<<set _girls = 0>>
The slaves in the brothel vary in belly type.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($brothelAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
Its advertising for <<if _ads == 1>>pregnant <<elseif _ads == -1>>flat-bellied <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>pregnant <<elseif _ads == -1>>flat-bellied <</if>>girls matched most customers preferences, but the girls in the brothel did not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls there did not match their preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls there did not match their preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<br>
<<if ($brothelAdsSpending > 0)>>
<<if $brothelAdsModded == 1>>
Its advertisements feature girls that are heavily pierced and tattooed.
<<set _ads = 1>>
<<elseif $brothelAdsModded == -1>>
Its advertisements feature girls that free from piercings and tattoos.
<<set _ads = -1>>
<<else>>
Its advertisements feature some girls that are tattooed and pierced, and some that aren't.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSDegradationist != "unset") && ($arcologies[0].FSDegradationist >= 80)>>
Most customers prefer heavily modified girls.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSBodyPurist != "unset") && ($arcologies[0].FSBodyPurist >= 80) >>
Most customers prefer natural girls.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSDegradationist == "unset") && ($arcologies[0].FSBodyPurist == "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsModded == 0)>>
<<set _possibleBonuses++>>
<<if (_modded > 0) && (_unmodded > 0) && (Math.abs(_modded-_unmodded) <= (_DL/3))>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
The brothel offers a @@.yellowgreen;both@@ a selection of heavily altered slaves and those with more natural bodies.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either modded or natural slaves.
<<set _pref = 0>>
<</if>>
<<if (_modded > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the brothel are heavily pierced and tattooed.
<<elseif (_unmodded > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the brothel have natural, unmodded bodies.
<<else>>
<<set _girls = 0>>
Some girls in the brothel have piercings or tattoos, some have none and others have both.
<</if>>
<<if (_pref == 0)>> /*customers don't care*/
<<elseif ($brothelAdsSpending > 0) && (_pref != 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
Its advertising for <<if _ads == 1>>heavily modified <<elseif _ads == -1>>natural bodied <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>heavily modified <<elseif _ads == -1>>natural bodied <</if>>girls matched most customers preferences, but the girls in the brothel did not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls there did not match their preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls there did not match their preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<br>
<<if ($brothelAdsSpending > 0)>>
<<if ($brothelAdsImplanted == 1)>>
Its advertisements feature girls that are augmented by implants or improved surgically.
<<set _ads = 1>>
<<elseif ($brothelAdsImplanted == -1)>>
Its advertisements feature girls that have all natural bodies.
<<set _ads = -1>>
<<else>>
Its advertisements feature some girls that are surgically improved and implanted and some that are all-natural.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSTransformationFetishist != "unset") && ($arcologies[0].FSTransformationFetishist >= 80)>>
Most customers prefer their girls fake.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSBodyPurist != "unset") && ($arcologies[0].FSBodyPurist >= 80)>>
Most customers prefer all-natural girls.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSTransformationFetishist == "unset") && ($arcologies[0].FSBodyPurist == "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsImplanted == 0)>>
<<set _possibleBonuses++>>
<<if (_implanted > 0) && (_pure > 0) && (Math.abs(_implanted-_pure) <= (_DL/3))>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
The brothel offers @@.yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either all-natural or surgically enhanced and implanted girls.
<<set _pref = 0>>
<</if>>
<<if (_implanted > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the brothel are heavily implanted or surgically enhanced.
<<elseif (_pure > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the brothel have naturally pure bodies.
<<else>>
<<set _girls = 0>>
The slaves in the brothel vary in body modification.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($brothelAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
Its advertising for <<if _ads == 1>>implanted or surgically improved <<elseif _ads == -1>>naturally pure <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>implanted or surgically improved <<elseif _ads == -1>>naturally pure <</if>>girls matched most customers preferences, but the girls in the brothel did not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls there did not match their preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls there did not match their preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<<if $seeDicks != 0>>
<br>
<<if ($brothelAdsSpending > 0)>>
<<if ($brothelAdsXX == 1)>>
Its advertisements feature girls with female genitalia.
<<set _ads = 1>>
<<elseif ($brothelAdsXX == -1)>>
Its advertisements feature girls with male genitalia.
<<set _ads = -1>>
<<else>>
Its advertisements feature a variety of girls with both male and female genitalia.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSGenderFundamentalist != "unset") && ($arcologies[0].FSGenderFundamentalist >= 80)>>
Most customers prefer girls with pussies.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSGenderRadicalist != "unset") && ($arcologies[0].FSGenderRadicalist >= 80)>>
Most customers prefer girls with dicks.
<<set _pref = -1>>
<<else>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsXX == 0)>>
<<set _possibleBonuses++>>
<<if (_XX > 0) && (_XY > 0) && (Math.abs(_XX-_XY) <= (_DL/3))>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
The brothel offers a @@.yellowgreen;mix@@ of whores that can appeal to varied tastes in genitalia.
<</if>>
<</if>>
Most customers don't have preferences for either girls with dicks or girls with pussies.
<<set _pref = 0>>
<</if>>
<<if (_XX > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the brothel have female genitalia.
<<elseif (_XY > (_DL/2))>>
Most of the slaves in the brothel have male genitalia.
<<set _girls = -1>>
<<else>>
<<set _girls = 0>>
The slaves in the brothel vary in genitalia.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($brothelAdsSpending > 0) >>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matches most customers' preferences as advertised. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matched most customers preferences, but the girls in the brothel are not as advertised. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The girls <<if _girls == 1>> with pussies<<elseif _girls == -1>> with dicks<</if>> in the brothel did not match the advertisements, but since the girls in the brothel matched most customers preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The girls in the brothel match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>>. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<</if>>
<br>
<<if ($brothelAdsSpending > 0)>>
<<switch ($brothelAdsOld)>>
<<case 1>>
Its advertisements feature mature slaves.
<<set _ads = 1>>
<<case -1>>
Its advertisements feature young slaves.
<<set _ads = -1>>
<<case -2>>
Its advertisements feature teenagers.
<<set _ads = -1>>
<<case -3>>
Its advertisements feature lolis.
<<set _ads = -1>>
<<default>>
Its advertisements feature slaves of a variety of ages.
<<set _ads = 0>>
<</switch>>
<</if>>
<<if ($arcologies[0].FSMaturityPreferentialist != "unset") && ($arcologies[0].FSMaturityPreferentialist >= 80)>>
Most customers prefer mature girls.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSYouthPreferentialist != "unset") && ($arcologies[0].FSYouthPreferentialist >= 80)>>
Most customers prefer young girls.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSMaturityPreferentialist == "unset") && ($arcologies[0].FSYouthPreferentialist == "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsOld == 0)>>
<<set _possibleBonuses++>>
<<if (_young > 0) && (_old > 0) && (Math.abs(_young-_old) <= (_DL/3))>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
The brothel offers girls @@.yellowgreen;both@@ young and mature.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either mature or young girls.
<<set _pref = 0>>
<</if>>
<<if (_young > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the brothel are young.
<<elseif (_old > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the brothel are mature.
<<else>>
<<set _girls = 0>>
The slaves in the brothel vary in age.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($brothelAdsSpending > 0) >>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
Its advertising matches most customers' age preferences and the girls in the brothel match the ages as advertised. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising matched most customers age preferences, but the girls in the brothel are not as advertised. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The ages of girls in the brothel did not match the ages as advertised, but since the girls in the brothel matched most customers age preferences, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The girls in the brothel match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<<if (_possibleBonuses > 0) && (_brothelBonuses >= _possibleBonuses)>>
<br>
<<set _adsIncome = _DL*random(40,60), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome>>
There is a ''@@.yellowgreen;perfect variety@@'' of slave whores working in the brothel.
<</if>>
<<set _profits += $cash-_oldCash>>
<!-- Record statistics gathering -->
<<script>>
var b = State.variables.facility.brothel;
b.whoreIncome = 0;
b.customers = 0;
b.whoreCosts = 0;
b.rep = 0;
for(var si of b.income.values()) {
b.whoreIncome += si.income + si.adsIncome;
b.customers += si.customers;
b.whoreCosts += si.cost;
b.rep += si.rep;
}
b.adsCosts = State.variables.brothelAdsSpending;
b.maintenance = State.variables.brothel * State.variables.facilityCost * (1.0 + 0.2 * State.variables.brothelUpgradeDrugs);
b.totalIncome = b.whoreIncome + b.adsIncome;
b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance;
b.profit = b.totalIncome - b.totalExpenses;
<</script>>
<br><br>
$brothelNameCaps makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ this week.
<<if $brothelDecoration != "standard">>
<br>$brothelNameCaps's customers enjoyed @@.green;fucking whores in $brothelDecoration surroundings.@@
<</if>>
<!-- Statistics output -->
<<BrothelStatistics 0>>
<<timed 50ms>>
<<replace #brothelstats>>
<<BrothelStatistics 1>>
<</replace>>
<</timed>>
<</if>>
<<if _DL > 0 || $Madam != 0>>
<br><br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/brothelReport.tw
|
tw
|
bsd-3-clause
| 47,745 |
:: building widgets [nobr widget]
/%
Call as <<DisplayBuilding>>
Displays the arcology as a table.
Yes, I am aware this is horrible. If anyone can figure out how to get widgets to play nice with tables, or otherwise unfuck this, tell me and I'll implement it.
%/
<<widget "DisplayBuilding">>
<<set _Pass = passage()>>
<style>
table.arcology {
table-layout: fixed;
text-align: center;
border-collapse: separate;
border-spacing: 5px;
border-style: hidden;
empty-cells: hide;
width: 70%;
}
table.arcology td {
margin: 1px;
}
table.arcology col {
width: 8%;
}
table.arcology td {
border: 5px solid transparent;
}
td#Empty { border-color: lightgray; }
td#Private { border-color: red; }
td#Shops { border-color: thistle; }
td#FSShops { border-color: mediumpurple; }
td#Brothel { border-color: violet; }
td#Club { border-color: orchid; }
td#Apartments { border-color: limegreen; }
td#DenseApartments { border-color: seagreen; }
td#LuxuryApartments { border-color: palegreen; }
td#Markets { border-color: mediumorchid; }
td#CorporateMarket { border-color: purple; }
td#Arcade { border-color: deeppink; }
td#Pens { border-color: goldenrod; }
td#Pit { border-color: orangered; }
td#Manufacturing { border-color: slategray; }
td#transportHub { border-color: magenta; }
td#weapManu { border-color: springgreen; }
td#Sweatshops { border-color: gray; }
td#Barracks { border-color: olivedrab; }
td#Penthouse { border-color: teal; }
td#Dairy { border-color: white; }
td#Farmyard { border-color: brown; }
td#Nursery { border-color: deepskyblue; }
</style>
<<script>>
/* This code only runs once per page load */
if(!Macro.has('sectorblock')) {
/* Usage: <<sectorblock sector index "other text (optional)">> */
Macro.add('sectorblock', {
/*
* Add sector metadata here
*
* base: Which passage the sector link goes to if owned. Defaults to the sector type. Unowned go to "Private"
* name: The sector name. Defaults to the sector type, with spaces inserted in case of WordsLikeThis
* cls: The CSS id to use for styling if owned; else uses "Private"
* extra: Some (SugarCube-style) extra text to add after the link
*/
sectors: {
LuxuryApartments: { base: 'Apartments' },
DenseApartments: { base: 'Apartments' },
Club: { extra: ' <<if $clubNameCaps != "The Club">>$clubNameCaps<</if>> ($clubSlaves/<<print $club>><<if $DJ>>, L<</if>>)' },
Brothel: { extra: ' <<if $brothelNameCaps != "The Brothel">>$brothelNameCaps<</if>> ($brothelSlaves/<<print $brothel>><<if $Madam>>,L<</if>>)' },
CorporateMarket: { base: 'Corporate Market' },
Pit: { extra: ' <<if $pitNameCaps != "The Pit">>$pitNameCaps<</if>> ($fighterIDs.length)'},
Arcade: { extra: ' <<if $arcadeNameCaps != "The Arcade">>$arcadeNameCaps<</if>> ($arcadeSlaves/<<print $arcade>>)'},
Dairy: { extra: ' <<if $dairyNameCaps != "The Dairy">>$dairyNameCaps<</if>> <<set _SCapT9 = $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren>> ($dairySlaves<<if _SCapT9>>+_SCapT9<</if>>/<<print $dairy>><<if $Milkmaid>>,L<</if>>)' },
Sweatshops: { base: 'Manufacturing' },
weapManu: { base: 'weaponsManufacturing', name: 'Weapons Manufacturing', cls: 'weapManu' },
transportHub: { base: 'transportHub', name: 'Transport Hub', cls: 'transportHub' },
Barracks: { base: 'Barracks', name: 'Garrison', extra: ' of $mercenariesTitle' },
Farmyard: { extra: ' <<if $farmyardNameCaps != "The Farmyard">>$farmyardNameCaps<</if>>'},
Nursery: { extra: ' <<if $nurseryNameCaps != "The Nursery">>$nurseryNameCaps<</if>> ($nurseryBabies babies, $nurserySlaves/<<print $nursery>><<if $Matron>>,L<</if>>)'},
/* speciality shop types */
'Subjugationist': { base: 'Shops', name: 'Subjugationist Shops', cls: 'FSShops' },
'Supremacist': { base: 'Shops', name: 'Supremacist Shops', cls: 'FSShops' },
'Gender Radicalist': { base: 'Shops', name: 'Gender Radicalist Shops', cls: 'FSShops' },
'Gender Fundamentalist': { base: 'Shops', name: 'Gender Fundamentalist Shops', cls: 'FSShops' },
'Paternalist': { base: 'Shops', name: 'Paternalist Shops', cls: 'FSShops' },
'Degradationist': { base: 'Shops', name: 'Degradationist Shops', cls: 'FSShops' },
'Body Purist': { base: 'Shops', name: 'Body Purist Shops', cls: 'FSShops' },
'Transformation Fetishist': { base: 'Shops', name: 'Transformation Fetishist Shops', cls: 'FSShops' },
'Youth Preferentialist': { base: 'Shops', name: 'Youth Preferentialist Shops', cls: 'FSShops' },
'Maturity Preferentialist': { base: 'Shops', name: 'Maturity Preferentialist Shops', cls: 'FSShops' },
'Slimness Enthusiast': { base: 'Shops', name: 'Slimness Enthusiast Shops', cls: 'FSShops' },
'Asset Expansionist': { base: 'Shops', name: 'Asset Expansionist Shops', cls: 'FSShops' },
'Pastoralist': { base: 'Shops', name: 'Pastoralist Shops', cls: 'FSShops' },
'Physical Idealist': { base: 'Shops', name: 'Physical Idealist Shops', cls: 'FSShops' },
'Chattel Religionist': { base: 'Shops', name: 'Chattel Religionist Shops', cls: 'FSShops' },
'Roman Revivalist': { base: 'Shops', name: 'Roman Revivalist Shops', cls: 'FSShops' },
'Aztec Revivalist': { base: 'Shops', name: 'Aztec Revivalist Shops', cls: 'FSShops' },
'Egyptian Revivalist': { base: 'Shops', name: 'Egyptian Revivalist Shops', cls: 'FSShops' },
'Edo Revivalist': { base: 'Shops', name: 'Edo Revivalist Shops', cls: 'FSShops' },
'Arabian Revivalist': { base: 'Shops', name: 'Arabian Revivalist Shops', cls: 'FSShops' },
'Chinese Revivalist': { base: 'Shops', name: 'Chinese Revivalist Shops', cls: 'FSShops' },
'Repopulationist': { base: 'Shops', name: 'Repopulationist Shops', cls: 'FSShops' },
'Eugenics': { base: 'Shops', name: 'Eugenics Shops', cls: 'FSShops' },
'Hedonism': { base: 'Shops', name: 'Hedonistic Shops', cls: 'FSShops' },
},
handler() {
let sec = this.args[0];
if(!sec || !sec.type) {
return;
}
let meta = this.self.sectors[sec.type] || {};
let type = sec.ownership === 1 ? (meta.cls || sec.type) : 'Private';
let basetype = sec.ownership === 1 ? (meta.base || sec.type) : 'Private';
let name = meta.name || sec.type.replace(/([a-z])([A-Z])/g, '$1 $2');
let text =
'<td colspan="2" id="' + type + '">'
+ '[[' + name + '|' + basetype + '][$AS=' + this.args[1] + ']]'
+ (meta.extra || '') + (this.args[2] || '')
+ '</td>';
new Wikifier(this.output, text);
},
});
}
<</script>>
<center>
<table class="arcology">
<tr> /* Level 9, penthouse, sector 0 */
<td colspan="3"></td>
<td id="Penthouse" colspan="4">
<<link "Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>> @@.cyan;[P]@@
<<if $masterSuite||$HGSuite||$dojo||$servantsQuarters||$spa||$clinic||$schoolroom||$cellblock||$incubator||$researchLab.built=="true">>
<br>
<<if $masterSuite>> <<print MasterSuiteUIName()>> ($masterSuiteSlaves/$masterSuite<<if $Concubine>>, C<</if>>)<</if>>
<<if $HGSuite>> <<print HeadGirlSuiteUIName()>> <<if $HeadGirl != 0>>(HG<<if $HGSuiteSlaves > 0>>, 1)<<else>>)<</if>><</if>><</if>>
<<if $dojo > 1>>[[Armory|BG Select]] <<if $Bodyguard != 0>>(BG)<</if>> <</if>>
<<if $servantsQuarters>> <<print ServantQuartersUIName()>> ($servantsQuartersSlaves/$servantsQuarters<<if $Stewardess>>, L<</if>>)<</if>>
<<if $spa>> <<print SpaUIName()>> ($spaSlaves/$spa<<if $Attendant>>, L<</if>>)<</if>>
<<if $nursery>> <<print NurseryUIName()>> ($nurseryBabies, $nurserySlaves/$nurseryNannies<<if $Matron>>, L<</if>>)<</if>>
<<if $clinic>> <<print ClinicUIName()>> ($clinicSlaves/$clinic<<if $Nurse>>, L<</if>>)<</if>>
<<if $schoolroom>> <<print SchoolRoomUIName()>> ($schoolroomSlaves/$schoolroom<<if $Schoolteacher>>, L<</if>>)<</if>>
<<if $cellblock>> <<print CellblockUIName()>> ($cellblockSlaves/$cellblock<<if $Wardeness>>, L<</if>>)<</if>>
<<if $incubator>> <<print IncubatorUIName()>> (<<if $incubator-$incubatorSlaves == 0>>No empty tanks<<elseif $incubator-$incubatorSlaves == 1>>1 empty tank<<else>><<print $incubator-$incubatorSlaves>> empty tanks<</if>>)<</if>>
<<if $researchLab.built == "true">>[[Research Lab][$temp = 0]]<</if>>
<</if>>
</td>
<td colspan="3"></td>
</tr>
<<if $arcologyUpgrade.spire == 1>>
<tr> /* Level 8, spire, sectors 1-2 */
<td colspan="3"></td>
<<for _i = 1; _i <= 2; _i++>><<sectorblock $sectors[_i] _i>><</for>>
<td colspan="3"></td>
</tr>
<tr> /* Level 7, spire, sectors 3-4 */
<td colspan="3"></td>
<<for _i = 3; _i <= 4; _i++>><<sectorblock $sectors[_i] _i>><</for>>
<td colspan="3"></td>
</tr>
<</if>>
<tr> /* Level 6, promenade, sectors 5-7 */
<td colspan="2"></td>
<<for _i = 5; _i <= 7; _i++>><<sectorblock $sectors[_i] _i>><</for>>
<td colspan="2"></td>
</tr>
<tr> /* Level 5, apartments, sectors 8-11 */
<td></td>
<<for _i = 8; _i <= 11; _i++>><<sectorblock $sectors[_i] _i>><</for>>
<td></td>
</tr>
<tr> /* Level 4, apartments, sectors 12-15 */
<td></td>
<<for _i = 12; _i <= 15; _i++>><<sectorblock $sectors[_i] _i>><</for>>
<td></td>
</tr>
<tr> /* Level 3, apartments, sectors 16-19 */
<td></td>
<<for _i = 16; _i <= 19; _i++>><<sectorblock $sectors[_i] _i>><</for>>
<td></td>
</tr>
<tr> /* Level 2, concourse, sectors 20-24 */
<<for _i = 20; _i <= 24; _i++>><<sectorblock $sectors[_i] _i>><</for>>
</tr>
<tr> /* Level 1, service area, sectors 25-29 */
<<for _i = 25; _i <= 29; _i++>><<sectorblock $sectors[_i] _i>><</for>>
</tr>
</table>
</center>
<</widget>>
<<widget "SectorSell">>
<<set $price = 1000*Math.trunc($arcologies[0].prosperity*(1+($arcologies[0].demandFactor/100)))>>
Selling this sector would relinquish a 4% interest in $arcologies[0].name. Such an interest is worth <<print cashFormat($price)>>.
<<if $arcologies[0].ownership >= 4>>
[[Sell|Main][$cash += $price, $arcologies[0].ownership -= 4, $arcologies[0].demandFactor += 40, $sectors[$AS].ownership = 0]]
<</if>>
<</widget>>
/%
Call as <<SectorCounts>>
Updates $ACitizenLimit, $ASlaveLimit, $AProsperityCap, $Sweatshops.
%/
<<widget "SectorCounts">>
<<if $arcologyUpgrade.drones != 1>>
<<set $AProsperityCap = 0>>
<<elseif $arcologyUpgrade.hydro != 1>>
<<set $AProsperityCap = 10>>
<<elseif $arcologyUpgrade.apron != 1>>
<<set $AProsperityCap = 30>>
<<elseif $arcologyUpgrade.grid != 1>>
<<set $AProsperityCap = 60>>
<<elseif $arcologyUpgrade.spire != 1>>
<<set $AProsperityCap = 100>>
<<else>>
<<set $AProsperityCap = 150>>
<</if>>
<<set $ACitizenLimit = 0, $ASlaveLimit = 0, $Sweatshops = 0>>
<<if $arcologyUpgrade.spire == 1>>
<<for _i = 1; _i <= 4; _i++>>
<<if $sectors[_i].type == "DenseApartments">>
<<set $ACitizenLimit += 600, $ASlaveLimit += 1000, $AProsperityCap += 10>>
<<elseif $sectors[_i].type == "LuxuryApartments">>
<<set $ACitizenLimit += 400, $ASlaveLimit += 2000, $AProsperityCap += 15>>
<<else>>
<<set $ACitizenLimit += 400, $ASlaveLimit += 1000, $AProsperityCap += 10>>
<</if>>
<</for>>
<</if>>
<<for _i = 8; _i <= 19; _i++>>
<<if $sectors[_i].type == "DenseApartments">>
<<set $ACitizenLimit += 600, $ASlaveLimit += 1000, $AProsperityCap += 10>>
<<elseif $sectors[_i].type == "LuxuryApartments">>
<<set $ACitizenLimit += 400, $ASlaveLimit += 2000, $AProsperityCap += 15>>
<<else>>
<<set $ACitizenLimit += 400, $ASlaveLimit += 1000, $AProsperityCap += 10>>
<</if>>
<</for>>
<<for _i = 25; _i <= 29; _i++>>
<<if $sectors[_i].type == "Sweatshops">>
<<set $Sweatshops++>>
<</if>>
<</for>>
<</widget>>
/%
Call as <<UpdateOwnership>>
Updates $arcologies[0].ownership.
%/
<<widget "UpdateOwnership">>
<<set $arcologies[0].ownership = 0>>
<<if $arcologyUpgrade.spire == 1>>
<<for _i = 1; _i <= 29; _i++>>
<<if $sectors[_i].ownership == 1>><<set $arcologies[0].ownership += 3.45>><</if>>
<</for>>
<<set $arcologies[0].ownership = Math.trunc($arcologies[0].ownership)>>
<<else>>
<<for _i = 5; _i <= 29; _i++>>
<<if $sectors[_i].ownership == 1>><<set $arcologies[0].ownership += 4>><</if>>
<</for>>
<</if>>
<</widget>>
|
amomynous0/fc
|
src/uncategorized/buildingWidgets.tw
|
tw
|
bsd-3-clause
| 12,080 |
:: Bulk Slave Generate [nobr]
<<set $newSlaves = [], $returnTo = "Main", $newSlavesDone = 0, $spent = 0, $newSlaveIndex = 0>>
<<if ndef $numSlaves>>
<<set $numSlaves = 5>>
<</if>>
<<if ndef $numArcology>>
<<set $numArcology = 1>>
<</if>>
/* Discount calculation. Gives 5% on top of slave school discount */
<<set $discount = 475>>
<<switch $slaveMarket>>
<<case "TSS">>
<<if $TSS.schoolUpgrade != 0>>
<<set $discount = 375>>
<</if>>
<<case "GRI">>
<<if $GRI.schoolUpgrade != 0>>
<<set $discount = 375>>
<</if>>
<<case "SCP">>
<<if $SCP.schoolUpgrade != 0>>
<<set $discount = 375>>
<</if>>
<<case "LDE">>
<<if $LDE.schoolUpgrade != 0>>
<<set $discount = 375>>
<</if>>
<<case "TGA">>
<<if $TGA.schoolUpgrade != 0>>
<<set $discount = 375>>
<</if>>
<<case "HA">>
<<if $HA.schoolUpgrade != 0>>
<<set $discount = 375>>
<</if>>
<<case "TCR">>
<<if $TCR.schoolUpgrade != 0>>
<<set $discount = 375>>
<</if>>
<<case "TFS">>
<<if $TFS.schoolUpgrade != 0>>
<<set $discount = 300>>
<<else>>
<<set $discount = 380>>
<</if>>
<<case "corporate">>
<<if $publicShares <= $personalShares*0.2>>
<<set $discount = 350>>
<<elseif $publicShares <= $personalShares*0.5>>
<<set $discount = 400>>
<<else>>
<<set $discount = 450>>
<</if>>
<<case "neighbor">>
<<set $activeArcology = $arcologies[0]>>
<<if $numArcology >= $arcologies.length>>
<<set $numArcology = 1>>
<</if>>
<<set $targetArcology = $arcologies[$numArcology]>>
<<include "Arcology Opinion">>
<<set $opinion = Math.trunc($opinion/20)>>
<<set $opinion = Math.clamp($opinion, -10, 10)>>
<<set $discount -= ($opinion * 25)>>
<</switch>>
/* Determine if Law Compliance effects must be applied to this transaction */
<<switch $slaveMarket>>
<<case "indentures" "neighbor" "heap" "TSS" "GRI" "SCP" "LDE" "TGA" "HA" "TCR" "TFS" "wetware" "low tier criminals" "gangs and smugglers" "white collar" "military prison">> /* these markets are exempt from law compliance */
<<set $applyLaw = 0>>
<<default>> /* all other markets are not exempt: corporate, hunters, kidnappers, raiders, trainers */
<<set $applyLaw = 1>>
<</switch>>
<<for _i = 0; _i < $numSlaves; _i++>>
<<silently>>
<<GenerateMarketSlave $slaveMarket $numArcology>>
<</silently>>
<<set $slavesSeen += 1>>
<<if $applyLaw == 0>>
<<slaveCost $activeSlave>>
<<else>>
<<set _backup = $activeSlave>> /* backup newly generated slave */
<<silently>>
<<include "Law Compliance">> /* includes CheckForGingering - slave stats may change, affecting price */
<</silently>>
<<slaveCost $activeSlave>>
<<run removeGingering()>> /* remove gingered state, if applied, so we can apply it again later */
<<set $activeSlave = _backup>> /* restore backup so we can apply Law Compliance again later */
<</if>>
/* Adjust $slaveCost according to $slavesSeen */
<<if $slavesSeen > $slaveMarketLimit>>
<<set $slaveCost += $slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1)>>
<<if $introType == "inStock">>
<<break>>
<</if>>
<</if>>
/* Apply discount modifier */
<<set $slaveCost = $discount*Math.trunc($slaveCost/500)>>
/* Charge the Player for the slave, or break out if cannot afford */
<<if $cash < $slaveCost>>
<<set _i = $numSlaves>>
<<break>>
<<else>>
<<set $cash -= $slaveCost>>
<<set $newSlaves.push($activeSlave)>>
<<set $spent += $slaveCost>>
<</if>>
<</for>>
/* Max Buy clean-up */
<<if $numSlaves == 9999>>
<<set $numSlaves = $newSlaves.length>>
<</if>>
/* increment Slave school purchase counts if needed */
<<switch $slaveMarket>>
<<case "TSS">>
<<set $TSS.studentsBought += $newSlaves.length>>
<<case "GRI">>
<<set $GRI.studentsBought += $newSlaves.length>>
<<case "SCP">>
<<set $SCP.studentsBought += $newSlaves.length>>
<<case "LDE">>
<<set $LDE.studentsBought += $newSlaves.length>>
<<case "TGA">>
<<set $TGA.studentsBought += $newSlaves.length>>
<<case "HA">>
<<set $HA.studentsBought += $newSlaves.length>>
<<case "TCR">>
<<set $TCR.studentsBought += $newSlaves.length>>
<<case "TFS">>
<<set $TFS.studentsBought += $newSlaves.length>>
<</switch>>
<<goto "Bulk Slave Intro">>
|
amomynous0/fc
|
src/uncategorized/bulkSlaveGenerate.tw
|
tw
|
bsd-3-clause
| 4,102 |
:: Bulk Slave Intro [nobr]
<<if ndef $introType>>
<<set $introType = "">>
<</if>>
<<if $newSlaves.length == 0>>
<<set $introType = "">>
<</if>>
<<switch $introType>>
<<case "">>
/* No message to give */
<<case "multi">>
<<if $newSlaves.length > 1>>
Your selection of $newSlaves.length slaves arrives from <<MarketNamePeriod $slaveMarket $numArcology>>
<<else>>
Your new slave from <<MarketName $slaveMarket $numArcology>> has arrived.
<</if>>
<<case "bulk">>
Your delivery of $newSlaves.length slaves arrives from <<MarketNamePeriod $slaveMarket $numArcology>>
<<if $newSlaves.length != $numSlaves>>
You were going to order $numSlaves, but $assistantName lowered it on financial grounds.
<</if>>
<<set _seed = Math.ceil($slavesSeen - $slaveMarketLimit)>>
<<if _seed > $newSlaves.length>>
You have cast such a wide net for slaves this week that all are more expensive than normal.
<<elseif _seed > 0>>
You have cast such a wide net for slaves this week that some (_seed) are more expensive than normal.
<</if>>
<<if $slaveMarket == "TFS">>
/* Put line about The Futanari Sisters discount & pricing */
<<elseif $discount == 475>>
Your bulk delivery came with a @@.yellowgreen;5%@@ discount.
<<else>>
With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount;
<</if>>
You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br>
<<case "inStock">>
You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves.
<<if $slaveMarket == "TFS">>
/* Put line about The Futanari Sisters discount & pricing */
<<elseif $discount == 475>>
Your bulk delivery came with a @@.yellowgreen;5%@@ discount.
<<else>>
With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount;
<</if>>
You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br>
<<case "event">>
This is placeholder event info.
<</switch>>
/* remove the below line to make the intro blurb show up for every slave, not just the first */
<<set $introType = "">>
<<if ($newSlaveIndex >= $newSlaves.length) || ($newSlavesDone == 1)>>
<<if $newSlaves.length > 0>>
/* Push the induction changes for the final slave to the newSlave array */
<<run newSlave($activeSlave)>>
/* Variable Clean-up */
<<set $newSlaves = []>>
<<set $newSlavesDone = 0>>
<<set $introType = "">>
<</if>>
<<goto $returnTo>>
<<else>>
/* If looking at 2nd slave, push the induction changes for the prior slave to the newSlave array */
<<if $newSlaveIndex > 0>>
<<run newSlave($activeSlave)>>
<</if>>
<<if $newSlaves.length > 1>>
Showing new slave <<print $newSlaveIndex+1>> of <<print $newSlaves.length>>:
<</if>>
<br><br>
/* Set activeSlave to the desired newSlave so that existing code can be used */
<<set $activeSlave = $newSlaves[$newSlaveIndex]>>
/* Due to possible gingering, the Long Slave Description must be displayed before the New Slave Intro */
<<set $saleDescription = 1>> /* policies were applied earlier, if needed */
<<include "Long Slave Description">>
<br>
/* Use existing New Slave Intro */
<<include "New Slave Intro">> /* calls removeGingering() if needed */
/* Override nextButton setting from New Slave Intro */
<<set $nextButton = "Continue">>
<<set $nextLink = "Bulk Slave Intro">>
/* Add an option = goto the next slave below the New Slave Intro section */
<br><br>
<<if $newSlaveIndex < ($newSlaves.length - 1)>>
[[Next Slave|Bulk Slave Intro]]
<<else>>
[[Finish introducing slaves|Bulk Slave Intro][$newSlavesDone = 1]]
<</if>>
<</if>> /* Closes no new Slaves check */
<<set $newSlaveIndex++>>
|
amomynous0/fc
|
src/uncategorized/bulkSlaveIntro.tw
|
tw
|
bsd-3-clause
| 3,720 |
:: Buy Slaves [nobr]
<<set $nextButton = "Back">>
<<set $nextLink = "Main">>
<<set _minimumFive = $minimumSlaveCost * 5>>
<<set _minimumTen = $minimumSlaveCost * 10>>
<<set $activeArcology = 0>>
__Sex Slave Purchase Options__
<br>
//There are many different organizations to purchase slaves from, but many of them are selective about their customers and will only sell to you if you are reputable.//
<<if ($slaveCostFactor > 1.1)>>
@@.yellow;There is a bull market for slaves; the price of slaves is very high.@@
<<elseif ($slaveCostFactor > 1)>>
@@.yellow;The slave market is bullish; the price of slaves is high.@@
<<elseif ($slaveCostFactor < 0.9)>>
@@.yellow;There is a bear market for slaves; the price of slaves is very low.@@
<<elseif ($slaveCostFactor < 1)>>
@@.yellow;The slave market is bearish; the price of slaves is low.@@
<<else>>
The slave market is stable; the price of slaves is average.
<</if>>
<br>
<<if $corpMarket != 0>>
<br>[[Corporate Market][$slavesSeen += 1]] | //Slaves from your corporation purchased at a discounted rate.//
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "corporate", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "corporate", $introType = "bulk", $numSlaves = 10]] |
<</if>>
<</if>>
<br>[[The Flesh Heap|Slave Markets][$slaveMarket = "heap", $slavesSeen += 1]] | //Broken and discarded slaves. Near useless, but cheap. No longer does bulk orders after complaints.//
<<if $bodyswapAnnounced == 1>>
<br>[[Order a custom husk slave from the Flesh Heap|Husk Slave]] | //Will need to be used on arrival.//
<</if>>
<<if ($rep > 500)>>
<br>[[Kidnappers' Market|Slave Markets][$slaveMarket = "kidnappers", $slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Slaves will tend to be low quality and resistant.//
<</if>>
<br>''Neighboring Arcologies:'' //The arcology's prosperity and culture will affect slaves who have lived there.//
<<for _i = 0; _i < $arcologies.length; _i++>>
<<if $arcologies[_i].direction != 0>>
<br> <<print '[[Slaves from|Slave Markets][$slaveMarket = "neighbor", $numArcology = ' + _i + ']]'>>
'' $arcologies[_i].name''
<<if $cash > _minimumFive>>
| <<print '[[(x5)|Bulk Slave Generate][$slaveMarket = "neighbor", $introType = "bulk", $numSlaves = 5, $numArcology = '+_i+']]'>>
<</if>>
<<if $cash > _minimumTen>>
| <<print '[[(x10)|Bulk Slave Generate][$slaveMarket = "neighbor", $introType = "bulk", $numSlaves = 10, $numArcology = '+_i+']]'>>
<</if>>
<</if>>
<</for>>
<<if ($rep > 1000)>>
<br>[[Runaway Hunters' Market|Slave Markets][$slaveMarket = "hunters", $slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "hunters", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "hunters", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Slaves will tend to be skilled but rebellious.//
<</if>>
<<if ($rep > 2000)>>
<br>[[Indentures Market|Slave Markets][$slaveMarket = "indentures", $slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Temporary enslavement and restrictions on treatment.//
<</if>>
<<if ($rep > 3000)>>
<br>[[Raiders' Market|Slave Markets][$slaveMarket = "raiders", $slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "raiders", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "raiders", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Slaves will always be sold immediately upon reaching majority.//
<</if>>
<<if ($pedo_mode == 1 || ($minimumSlaveAge <= 13 && $minimumSlaveAge <= $fertilityAge)) && ($rep > 3500)>>
<br>[[Raiders' Black Market|Slave Markets][$slaveMarket = "underage raiders", $slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "underage raiders", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "underage raiders", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Very young slaves.//
<</if>>
<<if ($rep > 4000)>>
<br>[[Trainers' Market|Slave Markets][$slaveMarket = "trainers", $slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Slaves will tend to be good quality and obedient.//
<<if $arcologies[0].FSPaternalist == "unset">>
<br>[[Wetware CPUs|Slave Markets][$slaveMarket = "wetware", $slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Ruined bodies but keen minds. Requires some TLC, but offers outstanding training at a discount.//
<<else>>
<br>//The paternalistic nature of your society blocks the abusive Wetware CPU manufactures from operating within your arcology.//
<</if>>
<</if>>
<<if ($rep > 5000)>>
<<set $weeklyMarket = $prisonCircuit[$prisonCircuitIndex]>>
<br>[[Prisoner Sale|Criminal Market][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = $weeklyMarket, $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = $weeklyMarket, $introType = "bulk", $numSlaves = 10]] |
<</if>>
This week
<<switch $weeklyMarket>>
<<case "low tier criminals">>
a minor prison is selling inmates.
//Slaves will tend to be low to mid quality with few redeeming factors.//
<<case "gangs and smugglers">>
a major prison is selling hardened criminals.
//Slaves will tend to be low quality and difficult but may prove useful once broken.//
<<case "white collar">>
a white collar prison is selling inmates.
//Slaves will tend to be medium to high quality with a variety of useful backgrounds.//
<<case "military prison">>
a military prison is selling inmates.
//Slaves will tend to be high quality but defiant.//
<</switch>>
<</if>>
<<if ($rep > 5500)>>
<br>''Slave Schools:'' //High prices; will be young and healthy.//
<<if ($seeDicks != 100)>>
<br> [[The Slavegirl School][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Straightforward slaves with good training.//<<if $TSS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<br> [[Growth Research Institute][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "GRI", $introType = "bulk", $numSlaves = 5]] |
<</if>>
//Poorly trained slaves with huge assets.//<<if $GRI.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<br> [[St. Claver Preparatory][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "SCP", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "SCP", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Slaves with basic training and solid implants.//<<if $SCP.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<br> [[The Cattle Ranch][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "TCR", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "TCR", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Mentally conditioned free-range cowgirls.//<<if $TCR.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<br> [[The Hippolyta Academy][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "HA", $introType = "bulk", $numSlaves = 5]] |
<</if>>
//High quality slaves of powerful physique and refined skills.//<<if $HA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<</if>>
<<if ($seeDicks != 0)>>
<br> [[L'école des Enculées][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Slaves optimized and trained for anal.//<<if $LDE.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<br> [[The Gymnasium-Academy][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "TGA", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "TGA", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Well trained slaves with dicks.//<<if $TGA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<br> [[The Futanari Sisters][$slavesSeen += 1]] |
<<if $cash > _minimumFive>>
[[(x5)|Bulk Slave Generate][$slaveMarket = "TFS", $introType = "bulk", $numSlaves = 5]] |
<</if>>
<<if $cash > _minimumTen>>
[[(x10)|Bulk Slave Generate][$slaveMarket = "TFS", $introType = "bulk", $numSlaves = 10]] |
<</if>>
//Highly skilled, highly feminine hermaphrodites.//<<if $TFS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSDegradationist != "unset")>>
<br>//The Slave Shelter does not place slaves into Degradationist arcologies.//
<<elseif ($shelterAbuse > 10)>>
<br>//The Slave Shelter has banned you due to dark rumors about you.//
<<elseif ($shelterAbuse > 5)>>
<br>//The Slave Shelter has banned you due to rumors that you resell its slaves.//
<<elseif ($shelterSlaveBought == 1)>>
<br>//The Slave Shelter will not offer another slave for placement until next week.//
<<elseif ($rep > 7000)>>
<br>[[Take in a shelter slave|Slave Shelter]] | //Presents charity cases for a nominal fee.//
<</if>>
<<if ($rep > 9000)>>
<br>[[Consult the household liquidator|Household Liquidator][$slavesSeen += 2]] | //Offers slaves close to one another at a very high price.//
<</if>>
<<if ($rep > 11000)>>
<br>[[Place a special order|Custom Slave]] | //Customizable but very expensive.//
<br>[[Place a fulfillment order|JobFulfillmentCenterOrder]] | //Fills leaderships roles for a price.//
<</if>>
<<if ($rep > 14000)>>
<br>[[Attend an auction of a prestigious slave|Prestigious Slave]] | //Variable and expensive.//
<</if>>
<<if ($propOutcome == 1)>>
<br>[[Attend an auction of other Elite's stock|Elite Slave]] | //Limited and very expensive.//
<</if>>
<<if ($rep > 17000)>>
<br>[[Acquire other slaveowners' stock|Special Slave]] | //Variable and expensive.//
<</if>>
<<if ($rep <= 500)>>
<br>//You are not reputable enough to buy kidnapped slaves.//
<<elseif ($rep <= 1000)>>
<br>//You are not reputable enough to buy recaptured slaves.//
<<elseif ($rep <= 2000)>>
<br>//You are not reputable enough to buy indentured servants.//
<<elseif ($rep <= 3000)>>
<br>//You are not reputable enough to buy teenaged slaves.//
<<elseif ($pedo_mode == 1 || ($minimumSlaveAge <= 13 && $minimumSlaveAge <= $fertilityAge)) && ($rep <= 3500)>>
<br>//You are not reputable enough to buy underaged slaves.//
<<elseif ($rep <= 4000)>>
<br>//You are not reputable enough to buy trained slaves.//
<<elseif ($rep <= 5500)>>
<br>//You are not reputable enough to acquire fresh school slaves.//
<<elseif ($rep <= 7000)>>
<br>//You are not reputable enough to take in Shelter slaves.//
<<elseif ($rep <= 9000)>>
<br>//You are not reputable enough to consult the household liquidator.//
<<elseif ($rep <= 11000)>>
<br>//You are not reputable enough to order custom slaves.//
<<elseif ($rep <= 14000)>>
<br>//You are not reputable enough to bid on prestigious slaves.//
<<elseif ($rep <= 17000)>>
<br>//You are not reputable enough to acquire other slaveowners' stock.//
<<else>>
<br>You are so reputable that you can access all of the Free Cities' slaving markets.
<</if>>
<br><br>
__Menial Slaves__
<br>
<<= MenialPopCap()>>
The parts of your arcology you own can house a total of $PopCap menial slaves.
<<set _menialPrice = menialSlaveCost()>>
<br>
<<if $helots > 1>>
You own <<print commaNum(Math.trunc($helots))>> menial slaves.
<<elseif $helots > 0>>
You own one menial slave.
<<else>>
You do not own any menial slaves.
<</if>>
The market price of menials is <<print cashFormat(_menialPrice)>>.
<<set _optionsBreak = 0>>
<<if $PopCap > $helots+$fuckdolls+$menialBioreactors>>
[[Buy|Buy Slaves][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]]
<<if $cash > (_menialPrice+200)*10>>
[[(x10)|Buy Slaves][$helots+=10,$menialDemandFactor+=10,$cash-=(_menialPrice+200)*10]]
<</if>>
<<if $cash > (_menialPrice+200)*100>>
[[(x100)|Buy Slaves][$helots+=100,$menialDemandFactor+=100,$cash-=(_menialPrice+200)*100]]
<</if>>
<<if $cash > (_menialPrice+200)*2>>
[[(max)|Buy Slaves][$helots+=Math.trunc($cash/(_menialPrice+200)),$menialDemandFactor+=Math.trunc($cash/(_menialPrice+200)),$cash-=Math.trunc($cash/(_menialPrice+200))*(_menialPrice+200)]]
<</if>>
//Bulk purchases will cost <<print cashFormat(200)>> over market price.//
<<set _optionsBreak = 1>>
<</if>>
<<if $helots >= 1>>
<<if _optionsBreak>>|<</if>>
[[Sell|Buy Slaves][$helots-=1,$menialDemandFactor-=1,$cash+=_menialPrice]]
<<if $helots >= 10>>
[[(x10)|Buy Slaves][$helots-=10,$menialDemandFactor-=10,$cash+=_menialPrice*10]]
<<if $helots >= 100>>
[[(x100)|Buy Slaves][$helots-=100,$menialDemandFactor-=100,$cash+=_menialPrice*100]]
<</if>>
<</if>>
[[(all)|Buy Slaves][$cash+=$helots*(_menialPrice),$menialDemandFactor-=$helots,$helots = 0]]
<<if $arcologies[0].FSPaternalist == "unset">>
<<if $arcadeUpgradeFuckdolls == 1>>
<<set _fconvertCost = 1000>>
<<if _menialPrice >= 1100>>
<<set _fconvertCost = (_menialPrice+100)>>
<</if>>
<br> [[Convert to Fuckdoll|Buy Slaves][$helots-=1,$fuckdolls+=1,$cash-=(_fconvertCost)]]
<<if $helots >= 10>>
[[(x10)|Buy Slaves][$helots-=10,$fuckdolls+=10,$cash-=10*(_fconvertCost)]]
<<if $helots >= 100>>
[[(x100)|Buy Slaves][$helots-=100,$fuckdolls+=100,$cash-=100*(_fconvertCost)]]
<</if>>
<</if>>
[[(all)|Buy Slaves][$fuckdolls+=$helots,$cash-=(_fconvertCost)*($helots),$helots=0]]
//Conversion costs <<print cashFormat(_fconvertCost)>> each//
<</if>>
<<if $dairyFeedersUpgrade > 0>>
<br> [[Convert to Bioreactor|Buy Slaves][$helots-=1,$menialBioreactors+=1,$cash-=500]]
<<if $helots >= 10>>
[[(x10)|Buy Slaves][$helots-=10,$menialBioreactors+=10,$cash-=5000]]
<<if $helots >= 100>>
[[(x100)|Buy Slaves][$helots-=100,$menialBioreactors+=100,$cash-=50000]]
<</if>>
<</if>>
[[(all)|Buy Slaves][$menialBioreactors+=$helots,$cash-=500*$helots,$helots=0]]
//Conversion costs <<print cashFormat(500)>> each//
<</if>>
<</if>>
<</if>>
<<if $fuckdolls > 1>>
<br>You own <<print commaNum(Math.trunc($fuckdolls))>> standard Fuckdolls.
<<elseif $fuckdolls > 0>>
<br>You own one standard Fuckdoll.
<<elseif $arcologies[0].FSPaternalist == "unset">>
<br>You do not own any standard Fuckdolls.
<</if>>
<<if ($fuckdolls > 0) || ($arcologies[0].FSPaternalist == "unset")>>
The market price of standard fuckdolls is <<print cashFormat(_menialPrice*2)>>.
<<set _optionsBreak = 0>>
<<if $PopCap > $helots+$fuckdolls+$menialBioreactors>>
<<if $arcologies[0].FSPaternalist == "unset">>
[[Buy|Buy Slaves][$fuckdolls+=1,$menialDemandFactor+=1,$cash-=(_menialPrice*2+200)]]
<<if $cash > (_menialPrice*2+200)*10>>
[[(x10)|Buy Slaves][$fuckdolls+=10,$menialDemandFactor+=10,$cash-=(_menialPrice*2+200)*20]]
<</if>>
<<if $cash > (_menialPrice*2+200)*100>>
[[(x100)|Buy Slaves][$fuckdolls+=100,$menialDemandFactor+=100,$cash-=(_menialPrice*2+200)*100]]
<</if>>
<<if $cash > (_menialPrice*2+200)*2>>
[[(max)|Buy Slaves][$fuckdolls+=Math.trunc($cash/(_menialPrice*2+200)),$menialDemandFactor+=Math.trunc($cash/(_menialPrice*2+200)),$cash-=Math.trunc($cash/(_menialPrice*2+200))*(_menialPrice*2+200)]]
<</if>>
//Bulk purchases will cost <<print cashFormat(200)>> over market price.//
<<set _optionsBreak = 1>>
<</if>>
<</if>>
<<if $fuckdolls >= 1>>
<<if _optionsBreak>>|<</if>>
[[Sell|Buy Slaves][$fuckdolls-=1,$menialDemandFactor-=1,$cash+=_menialPrice*2]]
<<if $fuckdolls >= 10>>
[[(x10)|Buy Slaves][$fuckdolls-=10,$menialDemandFactor-=10,$cash+=_menialPrice*20]]
<<if $fuckdolls >= 100>>
[[(x100)|Buy Slaves][$fuckdolls-=100,$menialDemandFactor-=100,$cash+=_menialPrice*200]]
<</if>>
<</if>>
[[(all)|Buy Slaves][$cash+=$fuckdolls*(_menialPrice*2),$menialDemandFactor-=$fuckdolls,$fuckdolls = 0]]
<</if>>
<</if>>
<<if $menialBioreactors > 1>>
<br>You own <<print commaNum(Math.trunc($menialBioreactors))>> standard bioreactors.
<<elseif $menialBioreactors > 0>>
<br>You own one standard bioreactor.
<<elseif $arcologies[0].FSPaternalist == "unset">>
<br>You do not own any standard bioreactors.
<</if>>
<<if ($menialBioreactors > 0) || ($arcologies[0].FSPaternalist == "unset")>>
The market price of standard bioreactors is <<print cashFormat((_menialPrice-100))>>.
<<set _optionsBreak = 0>>
<<if $PopCap > $helots+$fuckdolls+$menialBioreactors>>
<<if $arcologies[0].FSPaternalist == "unset">>
[[Buy|Buy Slaves][$menialBioreactors+=1,$menialDemandFactor+=1,$cash-=(_menialPrice+100)]]
<<if $cash > (_menialPrice+100)*10>>
[[(x10)|Buy Slaves][$menialBioreactors+=10,$menialDemandFactor+=10,$cash-=(_menialPrice+100)*10]]
<</if>>
<<if $cash > (_menialPrice+100)*100>>
[[(x100)|Buy Slaves][$menialBioreactors+=100,$menialDemandFactor+=100,$cash-=(_menialPrice+100)*100]]
<</if>>
<<if $cash > (_menialPrice+100)*2>>
[[(max)|Buy Slaves][$menialBioreactors+=Math.trunc($cash/(_menialPrice+100)),$menialDemandFactor+=Math.trunc($cash/(_menialPrice+100)),$cash-=Math.trunc($cash/(_menialPrice+100))*(_menialPrice+100)]]
<</if>>
//Bulk purchases will cost <<print cashFormat(200)>> over market price.//
<<set _optionsBreak = 1>>
<</if>>
<</if>>
<<if $menialBioreactors >= 1>>
<<if _optionsBreak>>|<</if>>
[[Sell|Buy Slaves][$menialBioreactors-=1,$menialDemandFactor-=1,$cash+=(_menialPrice-100)]]
<<if $menialBioreactors >= 10>>
[[(x10)|Buy Slaves][$menialBioreactors-=10,$menialDemandFactor-=10,$cash+=(_menialPrice-100)*10]]
<<if $menialBioreactors >= 100>>
[[(x100)|Buy Slaves][$menialBioreactors-=100,$menialDemandFactor-=100,$cash+=(_menialPrice-100)*100]]
<</if>>
<</if>>
[[(all)|Buy Slaves][$cash+=$menialBioreactors*(_menialPrice-100),$menialDemandFactor-=$menialBioreactors,$menialBioreactors = 0]]
<</if>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/buySlaves.tw
|
tw
|
bsd-3-clause
| 20,087 |
:: Cellblock [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Cellblock", $showEncyclopedia = 1, $encyclopedia = "Cellblock", $cellblockSlaves = $CellBiIDs.length>>
<<if $cellblockName != "the Cellblock">>
<<set $cellblockNameCaps = $cellblockName.replace("the ", "The ")>>
<</if>>
<<cellblockAssignmentFilter>>
$cellblockNameCaps
<<switch $cellblockDecoration>>
<<case "Roman Revivalist">>
is designed to resemble the holding pens beneath the old Coliseum. Whenever there's a fight in the arcology, screens in each cell helpfully keep inmates informed of what awaits (otherwise) useless slaves.
<<case "Aztec Revivalist">>
is designed to frighten the prisoners to submission. All the cells look to the center of the facility, where a sacrificial altar stands, adorned with ceremonial <<if $arcologies[0].FSPaternalist != "unset">>ropes and penetrators<<else>>knives, ropes and blunt instruments<</if>>.
<<case "Egyptian Revivalist">>
uses the climate of Egypt as an additional source of discomfort. The air here is hot and dry, and inmates can easily imagine themselves confined in mud brick cells in a baking desert.
<<case "Edo Revivalist">>
is furnished in a severely medieval Japanese style. There is one refinement, but it's of exquisite cruelty. At the end of the hall, there's a fountain with a traditional bamboo boar scarer. As it fills with water, it tips against a stone with a thunk... thunk... thunk... thunk...
<<case "Arabian Revivalist">>
is furnished as imagined Arabian slave pens, all set around a central pillar. This pillar is capped by shackles, so that slaves can be bound by their hands and whipped on the backs, buttocks, and thighs in clear view of all their fellow chattel.
<<case "Chinese Revivalist">>
is furnished in a severely medieval Chinese style. There is one refinement, but it's of exquisite cruelty. Somewhere out of sight, water is dripping into an urn, drop by drop... drop... drop... drop...
<<case "Chattel Religionist">>
is built of cold stone. Most of the cells are unfurnished little cubes inside which the only bed is the bare floor. A few are smaller still, so that the inmates can neither stand nor lie flat.
<<case "Degradationist">>
is a nightmare. Everything is made of metal, and almost everything menaces with spikes of steel. Inmates must carefully avoid the walls of their own cells if they wish to avoid being stabbed.
<<case "Asset Expansionist">>
is a straightforward prison, with one exception. Each cell features a screen displaying plans for its inmate's expansion. Day and night, inmates are confronted with the sight of themselves transformed.
<<case "Transformation Fetishist">>
is a straightforward prison, with one exception. Each cell features a screen displaying plans for its inmate's expansion. Day and night, inmates are confronted with the sight of themselves transformed.
<<case "Gender Radicalist">>
is a straightforward prison, with one exception. Each cell features a screen displaying plans for its inmate's bimbofication. Day and night, inmates are confronted with the sight of themselves dyed, pierced, tattooed, gaped, filled with implants, or all of these.
<<case "Gender Fundamentalist">>
is a block of barred cells whose sides, offering a clear view of the whole prison, provide much menace. Anyone who abuses an inmate does so in full view of every other slave here, keeping the jailbirds in a state of constant fear that they're next.
<<case "Physical Idealist">>
is a block of barred cells whose sides, offering a clear view of the whole prison, provide much menace. Anyone who rapes an inmate does so in full view of every other slave here, keeping the bitches in a state of constant fear that their asses are next.
<<case "Supremacist">>
is a straightforward prison whose menace is provided by context that, although subtle, adds up to a nightmare. Everyone outside the cells is $arcologies[0].FSSupremacistRace, and everyone inside them is not. The darkness of history is palpable here.
<<case "Subjugationist">>
is a straightforward prison whose menace is provided by context that, although subtle, adds up to a nightmare. The inmates inside the cells are $arcologies[0].FSSubjugationistRace, and everyone outside them is not. The darkness of history is palpable here.
<<case "Repopulation Focus">>
is a straightforward prison, with two exceptions. One cell style features a screen displaying plans for its inmate's impregnation, the other is covered with mirrors for its inmate to watch her pregnancy grow. Day and night, inmates are confronted with the sight of themselves transformed.
<<case "Eugenics">>
is designed to make very clear to its inmates that they are subhuman. Many screens showcasing their inadequacy intermingled with propaganda play on nonstop loops.
<<case "Paternalist">>
is a prison, but a modern and scientific one. The cells, the common areas, and even the color of the walls are all carefully designed to communicate the feeling that inmates can better themselves.
<<case "Pastoralist">>
requires its inmates to drink as much breast milk as they can hold. This sounds like a small thing, but for an unbroken slave, conquering the revulsion of drinking another girl's milk is an important step.
<<case "Maturity Preferentialist">>
is subtly designed to make very clear to its inmates that they are sex objects. Many screens showing pornography make it clear to the maturest girl here that she's still an object of lust, and will be used to slake others' pleasure.
<<case "Youth Preferentialist">>
is subtly designed to make the breadth of sex acts performed in the arcology clear to its inmates. A cacophony of pornography makes clear to the most innocent inmate that her pussy is a fuck hole, her mouth is a fuck hole, her anus is a fuck hole, and, in fact, all three can be fuck holes at once.
<<case "Body Purist">>
requires its inmates to drink as much filtered water as they can, all the time. This sounds like a petty thing, but most inmates are very aware that they're being flushed out. Cleaned. It is an oddly menacing thought.
<<case "Slimness Enthusiast">>
is torture for chubby slaves. Fat bitches that pass through here soon learn that they're going to be slim and pretty one day, but that it isn't going to be much fun getting there.
<<case "Hedonistic">>
is torture for thin slaves. The first thing they notice is the heavily reinforced cot they will reside upon. The second is the feeding tube that will be anchored in their stomach for the duration of their stay. Slaves imprisoned here will have their body stuffed to capacity with concentrated slave food, ensuring a plump, docile slave by the end of their sentence.
<<default>>
could be mistaken for a modern prison. A close inspection, however, reveals restraints in each cell that will hold inmates in sexually compromising positions, and compliance systems to force them to place their wrists and ankles in them.
<</switch>>
<<if $cellblockSlaves > 2>>
$cellblockNameCaps is full of slaves, though it's difficult to tell at first. In many of the cells, a scene of loneliness and misery may be witnessed, but not one sound escapes them in fear of the punishment that would follow.
<<elseif $cellblockSlaves > 0>>
$cellblockNameCaps holds a few slaves, though it's difficult to tell at first. In several of the cells, a scene of loneliness and misery may be witnessed, but not one sound escapes them in fear of the punishment that would follow.
<<elseif $Wardeness != 0>>
$Wardeness.slaveName is alone in the cellblock, and seems rather lonely without anyone to oppress.
<<else>>
None of your slaves are confined in the cellblock. [[Decommission the cellblock|Main][$cellblock = 0, $cellblockDecoration = "standard", $cellblockUpgrade = 0]]
<</if>>
<<if $cellblockSlaves > 0>>
<<if $Wardeness != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>>
<<set _NewPop = $cellblockSlaves+$dormitoryPopulation+_X>>
<<link "Remove all slaves" "Cellblock">>
<<if $Wardeness != 0>>
<<= assignJob($Wardeness, "rest")>>
<</if>>
<<for $cellblockSlaves > 0>>
<<= assignJob($slaves[$slaveIndices[$CellBiIDs[0]]], "stay confined")>>
<</for>>
<</link>>
<<if _NewPop > $dormitory>>
@@.red;Dormitory capacity will be exceeded.@@
<</if>>
<</if>>
<<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>>
<br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement. Currently $cellblockSlaves <<if $cellblockSlaves == 1>>is<<else>>are<</if>> kept in close confinement.
[[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
<br>
<<if $cellblockUpgrade == 1>>
Its compliance systems have been upgraded to allow slaves no mental respite, painstakingly correcting the tiniest misbehaviors to soften flaws into quirks at the cost of considerable anguish to inmates denied any rest from correction.
<<else>>
<<set _Tmult1 = Math.trunc(20000*$upgradeMultiplierArcology)>>
Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][$cash -= _Tmult1, $cellblockUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>>//
<</if>>
<<if $Wardeness != 0 && canPenetrate($Warden)>>
<br><br>
<<if $cellblockWardenCumsInside == 1>>
$Warden.slaveName is permitted to cum inside her inmates when she disciplines them. [[Forbid her from cumming inside|Cellblock][$cellblockWardenCumsInside = 0]]
<<else>>
$Warden.slaveName is not permitted to cum inside her inmates. [[Let her cum inside|Cellblock][$cellblockWardenCumsInside = 1]] //May result in pregnancies//
<</if>>
<</if>>
<br><br>
<<if $Wardeness != 0>>
<<set $Flag = 2>>
<<include "Slave Summary">>
<<else>>
You do not have a slave serving as a Wardeness. [[Appoint one|Wardeness Select]]
<</if>>
<br><br>
<<if ($cellblock <= $cellblockSlaves)>>
''$cellblockNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $cellblockSlaves)>>
<<link "''Send a resistant slave to be broken in $cellblockName''">>
<<replace #ComingGoing>>
<<resetAssignmentFilter>>
<<set $Flag = 0>>
<<include "Slave Summary">>
<</replace>>
<</link>>
<</if>>
<<if $cellblockSlaves > 0>>
| <<link "''Let a slave out of $cellblockName''">>
<<replace #ComingGoing>>
<<cellblockAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</replace>>
<</link>>
<<else>>
<br><br>//$cellblockNameCaps is empty for the moment.<br>//
<</if>>
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<cellblockAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
<br><br>Rename $cellblockName: <<textbox "$cellblockName" $cellblockName "Cellblock">> //Use a noun or similar short phrase//
|
amomynous0/fc
|
src/uncategorized/cellblock.tw
|
tw
|
bsd-3-clause
| 10,829 |
:: Cellblock Report [nobr]
<<SlaveSort $CellBiIDs>>
<<set _DL = $CellBiIDs.length, $cellblockSlaves = _DL, _SL = $slaves.length, _brokenSlaves = 0, _idleBonus = 0, _softenedQuirks = 0, _trustMalus = 0, _FLsFetish = 0>>
<<if $cellblockDecoration != "standard">>
<<set _devBonus = 1>>
<<else>>
<<set _devBonus = 0>>
<</if>>
<<if ($Wardeness != 0)>>
<<set _FLs = $slaveIndices[$Wardeness.ID]>>
<<if ($slaves[_FLs].health < -80)>>
<<set $slaves[_FLs].health += 20>>
<<elseif ($slaves[_FLs].health < -40)>>
<<set $slaves[_FLs].health += 15>>
<<elseif ($slaves[_FLs].health < 0)>>
<<set $slaves[_FLs].health += 10>>
<<elseif ($slaves[_FLs].health < 90)>>
<<set $slaves[_FLs].health += 7>>
<</if>>
<<if ($slaves[_FLs].devotion <= 60)>>
<<set $slaves[_FLs].devotion += 2>>
<</if>>
<<set $slaves[_FLs].devotion += _devBonus>>
<<if $slaves[_FLs].trust < 60>>
<<set $slaves[_FLs].trust += 3>>
<</if>>
<<if ($slaves[_FLs].livingRules != "luxurious")>>
<<set $slaves[_FLs].livingRules = "luxurious">>
<</if>>
<<if $slaves[_FLs].fetishStrength <= 95>>
<<if $slaves[_FLs].fetish != "sadist">>
<<if fetishChangeChance($slaves[_FLs]) > random(0,100)>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1, $slaves[_FLs].fetish = "sadist">>
<</if>>
<<elseif $slaves[_FLs].fetishKnown == 0>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1>>
<<else>>
<<set _FLsFetish = 2, $slaves[_FLs].fetishStrength += 4>>
<</if>>
<</if>>
<<set $Wardeness = $slaves[_FLs]>>
<<if ($Wardeness.energy > 95) || ($Wardeness.fetish == "sadist")>>
<<set _devBonus++, _trustMalus++, _idleBonus++>>
<</if>>
<<= SlaveFullName($Wardeness)>> is serving as the Wardeness.
<<if $Wardeness.relationship == -3 && $Wardeness.devotion > 50>>
<<set _devBonus++, _trustMalus++, _idleBonus++>>
As your wife, she tries her best to break the disobedient slaves to your will.
<</if>>
<<if (_FLsFetish == 1)>>
One day she demands obedience. The next day she strikes a slave when it isn't given. The next, she seems more excited than embarrassed when beating a prisoner. Soon, she's looking for an excuse to punish. She's @@.pink;become more of a sadist.@@
<<elseif (_FLsFetish == 2)>>
Being not only allowed but encouraged to get off while punishing prisoners @@.lightsalmon;deepens her sadism.@@
<</if>>
<<if setup.wardenessCareers.includes($Wardeness.career)>>
<<set _devBonus++, _trustMalus++, _idleBonus++>>
She has experience with detecting security issues and grinding down potential miscreants from her life before she was a slave, making her more effective.
<<elseif $Wardeness.skillWA >= $masteredXP>>
<<set _devBonus++, _trustMalus++, _idleBonus++>>
She has experience with detecting security issues and grinding down potential miscreants from working for you, making her more effective.
<<else>>
<<set $slaves[_FLs].skillWA += random(1,Math.ceil(($Wardeness.intelligence+$Wardeness.intelligenceImplant)/15) + 8)>>
<</if>>
<<if $Wardeness.fetish == "sadist">>
She uses the prisoners to gratify her sadism, terrifying them and quickly breaking their resistance.
<<elseif $Wardeness.energy > 95>>
She is so sexually depraved that she constantly molests the prisoners, breaking them to a life of servitude.
<</if>>
<<if $Wardeness.sexualFlaw == "malicious">>
<<set _devBonus++, _trustMalus += 2, _idleBonus += 2>>
Sexual abuse of prisoners has become an end for her, not a means. She inspires her prisoners to do everything possible to qualify to get away from her, even as she slowly grinds away their interest in sex to do it.
<</if>>
<<if ($Wardeness.dick > 2) && (canPenetrate($Wardeness))>>
<<set _devBonus++, _trustMalus++, _idleBonus++>>
Her molestation of the prisoners is more varied and effective because she has a dick to fuck them with.
<</if>>
<<if ($Wardeness.muscles > 35)>>
<<set _devBonus++, _trustMalus++, _idleBonus++>>
She is strong enough to restrain anyone that tries anything with her own hands.
<</if>>
<<if ($Wardeness.devotion > 95)>>
<<set _devBonus++, _trustMalus++, _idleBonus++>>
Her devotion to you is so absolute that she sees breaking bitches for your service as a noble calling.
<</if>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$CellBiIDs[_dI]]>>
<<if $Wardeness.rivalryTarget == $slaves[$i].ID>>
She greatly enjoys breaking her <<if $Wardeness.rivalry == 1>>growing rival<<elseif $Wardeness.rivalry == 2>>rival<<elseif $Wardeness.rivalry == 3>>bitter rival<</if>>, $slaves[$i].slaveName's will.
<<set $slaves[$i].devotion++, $slaves[$i].trust -= 3>>
<<if random(1,100) > 30>>
<<set $Wardeness.rivalry++, $slaves[_FLs].rivalry++, $slaves[$i].rivalry++>>
<</if>>
<<elseif $Wardeness.relationshipTarget == $slaves[$i].ID>>
She hates having to break her <<if $Wardeness.relationship == 1>>friend<<elseif $Wardeness.relationship == 2>>best friend<<elseif $Wardeness.relationship == 3>>friend with benefits<<elseif $Wardeness.relationship == 4>>lover<<elseif $Wardeness.relationship == 5>>slave wife<</if>>, $slaves[$i].slaveName, but her devotion to you wins out in the end.
<<set $slaves[$i].devotion++, $slaves[$i].trust -= 3>>
<<if random(1,100) >= 50>>
Her and $slaves[$i].slaveName's relationship has been shattered by these events.
<<set $Wardeness.relationship = 0, $Wardeness.relationshipTarget = 0, $slaves[_FLs].relationship = 0, $slaves[_FLs].relationshipTarget = 0, $slaves[$i].relationship = 0, $slaves[$i].relationshipTarget = 0>>
<</if>>
<<elseif $familyTesting == 1 && totalRelatives($slaves[$i]) > 0>>
<<if $slaves[$i].mother == $Wardeness.ID || $slaves[$i].father == $Wardeness.ID>>
She shows her daughter $slaves[$i].slaveName no mercy, making sure she understands her place.
<<set $slaves[$i].devotion++, $slaves[$i].trust-->>
<<elseif $slaves[$i].ID == $Wardeness.mother>>
She shows her mother $slaves[$i].slaveName no mercy, making sure she understands her place.
<<set $slaves[$i].devotion++, $slaves[$i].trust-->>
<<elseif $slaves[$i].ID == $Wardeness.father>>
She shows her father $slaves[$i].slaveName no mercy, making sure she understands her place.
<<set $slaves[$i].devotion++, $slaves[$i].trust-->>
<<else>>
<<switch areSisters($slaves[$i], $Wardeness)>>
<<case 1>>
She shows her twin sister $slaves[$i].slaveName no mercy, making sure she understands her place.
<<set $slaves[$i].devotion++, $slaves[$i].trust-->>
<<case 2>>
She shows her sister $slaves[$i].slaveName no mercy, making sure she understands her place.
<<set $slaves[$i].devotion++, $slaves[$i].trust-->>
<<case 3>>
She shows her half-sister $slaves[$i].slaveName no mercy, making sure she understands her place.
<<set $slaves[$i].devotion++, $slaves[$i].trust-->>
<</switch>>
<</if>>
<<elseif $Wardeness.relationTarget == $slaves[$i].ID && $familyTesting == 0>>
She shows her $slaves[$i].relation $slaves[$i].slaveName no mercy, making sure she understands her place.
<<set $slaves[$i].devotion++, $slaves[$i].trust-->>
<</if>>
<</for>>
<<if (_DL < $cellblock)>>
<<set _seed = random(1,10)+(($cellblock-_DL)*(random(150,170)+(_idleBonus*10))), $cash += _seed>>
<br> Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@
<</if>>
<<if (_DL > 0)>><br><br><</if>>
<</if>>
<<if (_DL > 0)>>
<<if (_DL == 1)>>''One slave is being confined in $cellblockName until she is willing to obey.''<<else>>''_DL slaves are being confined in $cellblockName until they are willing to obey.''<</if>>
<</if>>
<<if ($Wardeness != 0)>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[_FLs] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__'' is serving as the Wardeness in $cellblockName.
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<set $Wardeness = $slaves[_FLs]>>
<</if>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$CellBiIDs[_dI]]>>
<<if ($slaves[$i].devotion <= 20)>>
<<if ($slaves[$i].trust >= -20)>>
<<if (($slaves[$i].hears == -1 && $slaves[$i].earwear != "hearing aids") || ($slaves[$i].hears == 0 && $slaves[$i].earwear == "muffling ear plugs") ||($slaves[$i].hears == -2))>>
<<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 2>>
<<else>>
<<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>>
<</if>>
<<else>>
<<set $slaves[$i].devotion++>>
<</if>>
<</if>>
<<switch $cellblockDecoration>>
<<case "Paternalist">>
<<set $slaves[$i].livingRules = "normal">>
<<if ($slaves[$i].inflation > 0)>>
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<<case "Pastoralist">>
<<set $slaves[$i].livingRules = "spare">>
<<if $slaves[$i].inflation == 0>>
<<if $slaves[$i].pregKnown == 0 && $slaves[$i].bellyImplant < 1500>>
<<set $slaves[$i].inflation = 2, $slaves[$i].inflationType = "milk", $slaves[$i].inflationMethod = 1>>
<<else>>
<<set $slaves[$i].inflation = 1, $slaves[$i].inflationType = "milk", $slaves[$i].inflationMethod = 1>>
<</if>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<<case "Hedonistic">>
<<set $slaves[$i].livingRules = "spare">>
<<if $slaves[$i].weight < 200>>
<<set $slaves[$i].weight += 3>>
<</if>>
<<if $slaves[$i].muscles > -100>>
<<set $slaves[$i].muscles -= 2>>
<</if>>
<<if $slaves[$i].inflation == 0>>
<<if $slaves[$i].pregKnown == 0 && $slaves[$i].bellyImplant < 1500>>
<<set $slaves[$i].inflation = 3, $slaves[$i].inflationType = "food", $slaves[$i].inflationMethod = 1>>
<<else>>
<<set $slaves[$i].inflation = 1, $slaves[$i].inflationType = "food", $slaves[$i].inflationMethod = 1>>
<</if>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<<default>>
<<set $slaves[$i].livingRules = "spare">>
<<if ($slaves[$i].inflation > 0)>>
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<</switch>>
<<if $cellblockUpgrade == 1>>
<<if ($slaves[$i].behavioralFlaw != "none") && ($slaves[$i].behavioralQuirk == "none")>>
<<run SoftenBehavioralFlaw($slaves[$i])>>
<<set $slaves[$i].devotion -= 10, _softenedQuirks++>>
<<elseif ($slaves[$i].sexualFlaw != "none") && ($slaves[$i].sexualQuirk == "none")>>
<<run SoftenSexualFlaw($slaves[$i])>>
<<set $slaves[$i].devotion -= 10, _softenedQuirks++>>
<</if>>
<</if>>
<<set $slaves[$i].devotion += _devBonus, $slaves[$i].trust -= _trustMalus>>
<<if ($Wardeness != 0) && ($Wardeness.sexualFlaw == "malicious") && ($slaves[$i].energy >= 2)>>
<<set $slaves[$i].energy -= 2>>
<</if>>
<<if ($slaves[$i].health < -80)>>
<<set $slaves[$i].health += 20>>
<<elseif ($slaves[$i].health < -40)>>
<<set $slaves[$i].health += 15>>
<<elseif ($slaves[$i].health < 0)>>
<<set $slaves[$i].health += 10>>
<<elseif ($slaves[$i].health < 40)>>
<<set $slaves[$i].health += 7>>
<<elseif ($slaves[$i].health < 100)>>
<<set $slaves[$i].health += 3>>
<</if>>
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[$i] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>>
<<include "SA chooses own job">>
<<else>>
is confined in $cellblockName.
<</if>>
<br> She <<= saStayConfined($slaves[$i])>>
<br>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<include "SA chooses own job">>
<<set _dump = saStayConfined($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<</for>>
<<if (_softenedQuirks) || (_brokenSlaves)>>
<br><br>
<<if (_softenedQuirks > 0)>>
$cellblockNameCaps's advanced compliance systems successfully softened
<<if (_softenedQuirks == 1)>>
one slave's mental flaw into an @@.green;appealing quirk,@@ though the constant correction caused her @@.mediumorchid;considerable anguish.@@
<<else>>
_softenedQuirks slaves' mental flaws into @@.green;appealing quirks,@@ though the constant correction caused them @@.mediumorchid;considerable anguish.@@
<</if>>
<</if>>
<<if (_brokenSlaves > 0)>>
<<if (_brokenSlaves == 1)>>
One slave is now willing to @@.hotpink;do as she's told@@ and has been released.
<<else>>
_brokenSlaves slaves are now willing to @@.hotpink;do as they're told@@ and have been released.
<</if>>
<<if $cellblockDecoration != "standard">>
<br><br> $cellblockNameCaps's $cellblockDecoration atmosphere @@.hotpink;had an impact on <<if _brokenSlaves == 1>>her while she was<<else>>them while they were<</if>>@@ imprisoned.
<</if>>
<</if>>
<</if>>
<<if _DL > 0 || $Wardeness != 0>>
<br><br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/cellblockReport.tw
|
tw
|
bsd-3-clause
| 14,174 |
:: Change Language [nobr]
<<set $nextButton = "Confirm changes", $nextLink = "Manage Arcology">>
<<set $revivalistLanguage = 0>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<if $language != "Latin">>
<<set $revivalistLanguage = "Latin">>
<</if>>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
<<if $language != "Nahuatl">>
<<set $revivalistLanguage = "Nahuatl">>
<</if>>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
<<if $language != "Ancient Egyptian">>
<<set $revivalistLanguage = "Ancient Egyptian">>
<</if>>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
<<if $language != "Japanese">>
<<set $revivalistLanguage = "Japanese">>
<</if>>
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
<<if $language != "Arabic">>
<<set $revivalistLanguage = "Arabic">>
<</if>>
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
<<if $language != "Chinese">>
<<set $revivalistLanguage = "Chinese">>
<</if>>
<</if>>
The lingua franca of the arcology is ''$language''.
<br><br>
//Changing the lingua franca of the arcology is a difficult process. Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses. It will also cost <<print cashFormat(500)>> for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language. Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity. Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.//
<br><br>
Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.//
<br><br>
<span id="result">
<<if $language != "English">>
<br><<link "English">>
<<replace "#result">>
<<set $language = "English">>
<<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>>
<<for _cl = 0; _cl < $slaves.length; _cl++>>
<<if $slaves[_cl].fetish != "mindbroken">>
<<run nationalityToAccent($slaves[_cl])>>
<<if ($slaves[_cl].accent >= 3)>>
<<if ($slaves[_cl].intelligence+$slaves[_cl].intelligenceImplant+100) > random(0,100)>>
<<set $slaves[_cl].accent -= 1>>
<</if>>
<</if>>
<<set $cash -= 500>>
<</if>>
<</for>>
<br><br>//Language changed.//
<</replace>>
<</link>>
<</if>>
<<if $language != "Spanish">>
<br><<link "Spanish">>
<<replace "#result">>
<<set $language = "Spanish">>
<<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>>
<<for _cl = 0; _cl < $slaves.length; _cl++>>
<<if $slaves[_cl].fetish != "mindbroken">>
<<run nationalityToAccent($slaves[_cl])>>
<<if ($slaves[_cl].accent >= 3)>>
<<if ($slaves[_cl].intelligence+$slaves[_cl].intelligenceImplant+100) > random(0,100)>>
<<set $slaves[_cl].accent -= 1>>
<</if>>
<</if>>
<<set $cash -= 500>>
<</if>>
<</for>>
<br><br>//Language changed.//
<</replace>>
<</link>>
<</if>>
<<if $language != "Portuguese">>
<br><<link "Portuguese">>
<<replace "#result">>
<<set $language = "Portuguese">>
<<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>>
<<for _cl = 0; _cl < $slaves.length; _cl++>>
<<if $slaves[_cl].fetish != "mindbroken">>
<<run nationalityToAccent($slaves[_cl])>>
<<if ($slaves[_cl].accent >= 3)>>
<<if ($slaves[_cl].intelligence+$slaves[_cl].intelligenceImplant+100) > random(0,100)>>
<<set $slaves[_cl].accent -= 1>>
<</if>>
<</if>>
<<set $cash -= 500>>
<</if>>
<</for>>
<br><br>//Language changed.//
<</replace>>
<</link>>
<</if>>
<<if $language != "Arabic">>
<br><<link "Arabic">>
<<replace "#result">>
<<set $language = "Arabic">>
<<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>>
<<for _cl = 0; _cl < $slaves.length; _cl++>>
<<if $slaves[_cl].fetish != "mindbroken">>
<<run nationalityToAccent($slaves[_cl])>>
<<if ($slaves[_cl].accent >= 3)>>
<<if ($slaves[_cl].intelligence+$slaves[_cl].intelligenceImplant+100) > random(0,100)>>
<<set $slaves[_cl].accent -= 1>>
<</if>>
<</if>>
<<set $cash -= 500>>
<</if>>
<</for>>
<br><br>//Language changed.//
<</replace>>
<</link>>
<</if>>
<<if $language != "Chinese">>
<br><<link "Chinese">>
<<replace "#result">>
<<set $language = "Chinese">>
<<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>>
<<for _cl = 0; _cl < $slaves.length; _cl++>>
<<if $slaves[_cl].fetish != "mindbroken">>
<<run nationalityToAccent($slaves[_cl])>>
<<if ($slaves[_cl].accent >= 3)>>
<<if ($slaves[_cl].intelligence+$slaves[_cl].intelligenceImplant+100) > random(0,100)>>
<<set $slaves[_cl].accent -= 1>>
<</if>>
<</if>>
<<set $cash -= 500>>
<</if>>
<</for>>
<br><br>//Language changed.//
<</replace>>
<</link>>
<</if>>
<<if $language != $seed>>
<br><<link "Apply custom language">>
<<replace "#result">>
<<set $language = $seed>>
<<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>>
<<for _cl = 0; _cl < $slaves.length; _cl++>>
<<if $slaves[_cl].fetish != "mindbroken">>
<<run nationalityToAccent($slaves[_cl])>>
<<if ($slaves[_cl].accent >= 3)>>
<<if ($slaves[_cl].intelligence+$slaves[_cl].intelligenceImplant+100) > random(0,100)>>
<<set $slaves[_cl].accent -= 1>>
<</if>>
<</if>>
<<set $cash -= 500>>
<</if>>
<</for>>
<br><br>//Language changed.//
<</replace>>
<</link>>
<</if>>
<<if $revivalistLanguage != 0>>
<br><<link "Match language to Revivalist future society">>
<<replace "#result">>
<<set $language = $revivalistLanguage>>
<<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>>
<<for _cl = 0; _cl < $slaves.length; _cl++>>
<<if $slaves[_cl].fetish != "mindbroken">>
<<run nationalityToAccent($slaves[_cl])>>
<<if ($slaves[_cl].accent >= 3)>>
<<if ($slaves[_cl].intelligence+$slaves[_cl].intelligenceImplant+100) > random(0,100)>>
<<set $slaves[_cl].accent -= 1>>
<</if>>
<</if>>
<<set $cash -= 500>>
<</if>>
<</for>>
<br><br>//Language changed.//
<</replace>>
<</link>> //Failing to take this step will retard adoption of Revivalism//
<</if>>
</span>
|
amomynous0/fc
|
src/uncategorized/changeLanguage.tw
|
tw
|
bsd-3-clause
| 6,353 |
:: Checkin Checks [nobr]
<<if $activeSlave.dick > 0>>
<<if $activeSlave.balls > 0>>
<<if $activeSlave.devotion <= 50>>
<<if ($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1)>>
<<if $activeSlave.sexualFlaw != "hates women">>
<<set $REFeminizationCheckinIDs.push($activeSlave.ID)>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.physicalAge > 35>>
<<if $activeSlave.face < 40>>
<<if $activeSlave.analSkill <= 30>>
<<set $REMILFCheckinIDs.push($activeSlave.ID)>>
<</if>>
<</if>>
<</if>>
<<if $activeSlave.attrXY <= 60>>
<<if $activeSlave.attrXX > 0>>
<<set $REOrientationCheckinIDs.push($activeSlave.ID)>>
<</if>>
<</if>>
<<if $activeSlave.face < -10>>
<<set $REUglyCheckinIDs.push($activeSlave.ID)>>
<</if>>
<<if $activeSlave.anus < 2>>
<<set $REButtholeCheckinIDs.push($activeSlave.ID)>>
<</if>>
<<if $activeSlave.boobs < 800>>
<<set $REReductionCheckinIDs.push($activeSlave.ID)>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/checkinChecks.tw
|
tw
|
bsd-3-clause
| 947 |
:: Clinic [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Clinic", $showEncyclopedia = 1, $encyclopedia = "Clinic", $clinicSlaves = $CliniciIDs.length>>
<<if $clinicName != "the Clinic">>
<<set $clinicNameCaps = $clinicName.replace("the ", "The ")>>
<</if>>
<<clinicAssignmentFilter>>
$clinicNameCaps
<<switch $clinicDecoration>>
<<case "Roman Revivalist">>
is open and airy; a breeze wafts through the space, and Roman theories on natural cleanliness are very much on display.
<<case "Aztec Revivalist">>
is open and airy; a light hint of herbs and natural oil permeates the air. Everything is incredibly sterile, especially the blood management equipment.
<<case "Egyptian Revivalist">>
is open and airy; clean rushes are strewn across the floor, making a gentle susurration when anyone crosses the space.
<<case "Edo Revivalist">>
is clean and spartan to the point of featurelessness. Spotless tatami mats cover the floor, and partitions divide the space into cubicles.
<<case "Arabian Revivalist">>
is open and airy; a thin trail of smoke wafts through the space on a gentle breeze, coming from a brazier burning incense.
<<case "Chinese Revivalist">>
is open and airy; a thin trail of smoke wafts through the space on a gentle breeze, coming from a brazier burning medicinal herbs.
<<case "Chattel Religionist">>
is open and airy; shaded beams of sunlight shine through skylights to bathe each bed in a pool of healing warmth.
<<case "Degradationist">>
is clean and cold, all scrubbed tile and cool steel. The beds have prominent restraint attachment points to force patients into any position desired.
<<case "Repopulation Focus">>
is warm and inviting, with wide corridors and ample seating for its pregnant clientele. All the equipment is designed to accommodate heavily pregnant women.
<<case "Eugenics">>
is warm and inviting on one side, cold and utilitarian on the other. Only the toys of the elite are allowed the best of care.
<<case "Asset Expansionist">>
is utilitarian, without any concession to style. Every available centimeter of space is used for equipment specialized to support growth.
<<case "Transformation Fetishist">>
is utilitarian, without any concession to style. Every available centimeter of space is used for equipment specialized to support radical surgery.
<<case "Gender Radicalist">>
is comfortable and feminine. Its curving walls and soft colors are designed to present slaves coming out of anaesthesia with an impression of girlishness.
<<case "Gender Fundamentalist">>
is comfortable and feminine. Its curving walls and soft colors are designed to keep slaves here for their female health nice and comfortable.
<<case "Physical Idealist">>
is utilitarian, without any concession to style. Every available centimeter of space is used for some piece of equipment useful in making the human body faster or stronger.
<<case "Supremacist">>
is clean and cold, all scrubbed tile and cool steel. The only hint of its radical uses are the pseudoscientific racialist charts on the walls.
<<case "Subjugationist">>
is clean and cold, all scrubbed tile and cool steel. The only hint of its radical uses are the pseudoscientific racialist charts on the walls.
<<case "Paternalist">>
is warm and inviting, with curved walls and warm colors designed to put patients at their ease. Each bed is well provided with entertainment options.
<<case "Pastoralist">>
is utilitarian, without any concession to style. Every available centimeter of space is used for equipment specialized for human veterinary medicine.
<<case "Maturity Preferentialist">>
is comfortable and soothing, with curved walls and cool colors designed to keep patients relaxed. Each bed is provided with refined yet invariably pornographic entertainment options.
<<case "Youth Preferentialist">>
is bright and cheerful, with curved walls and pastel colors designed to keep patients in good spirits. Each bed is provided with light entertainment options.
<<case "Body Purist">>
is utilitarian, without any concession to style. Every available centimeter of space is filled with equipment designed to make medicine as low-impact as possible.
<<case "Slimness Enthusiast">>
is warm and inviting, with curved walls and warm colors designed to put patients at their ease. Each bed is well provided with entertainment options.
<<case "Hedonistic">>
is warm and comfortable, with extra wide, soft, heated beds and ample morphine. Pleasant smells are pumped into the recovery wards, plenty of entertainment is available and chubby nurse in a too small dress with a big bowl of slave food is only a button press away. It can be quite difficult to convince patients to leave.
<<default>>
is a well-equipped modern medical facility. Each patient has her own area, with heavy automation to provide her treatment without any human intervention at all.
<</switch>>
<<if $clinicSlaves > 2>>
$clinicNameCaps is busy. Patients occupy many of the beds; most are alert, but a few are dozing under medication designed to promote healing through deep rest.
<<elseif $clinicSlaves > 0>>
$clinicNameCaps is sparsely populated. Patients occupy a few of the beds; most are alert, but a few are dozing under medication designed to promote healing through deep rest.
<<elseif $Nurse != 0>>
$Nurse.slaveName is alone in the clinic, and has nothing to do but keep the place spotlessly clean and ready for its next patients.
<<else>>
$clinicNameCaps is empty and quiet. [[Decommission the Clinic|Main][$clinic = 0, $clinicDecoration = "standard", $clinicUpgradeScanner = 0, $clinicUpgradeFilters = 0, $clinicUpgradePurge = 0, $clinicInflateBelly = 0, $clinicSpeedGestation = 0]]
<</if>>
<<if $clinicSlaves > 0>>
<<if $Nurse != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>>
<<set _NewPop = $clinicSlaves+$dormitoryPopulation+_X>>
<<link "Remove all slaves" "Clinic">>
<<if $Nurse != 0>>
<<= assignJob($Nurse, "rest")>>
<</if>>
<<for $clinicSlaves > 0>>
<<= assignJob($slaves[$slaveIndices[$CliniciIDs[0]]], "rest")>>
<</for>>
<</link>>
<<if _NewPop > $dormitory>>
@@.red;Dormitory capacity will be exceeded.@@
<</if>>
<</if>>
<<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>>
<br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. Currently $clinicSlaves slave<<if $clinicSlaves == 1>> is<<else>>s are<</if>> receiving treatment.
[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
<br>
<<if $clinicUpgradeScanner == 1>>
$clinicNameCaps's scanners have been upgraded with a sampling system that can estimate carcinogenic damage to a slave's body.
<<else>>
<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
It mounts powerful medical scanning technology. [[Upgrade the scanners to help detect genomic damage|Clinic][$cash -= _Tmult1, $clinicUpgradeScanner = 1]] //Costs <<print cashFormat(_Tmult1)>>//
<</if>>
<br>
<<if $clinicUpgradeFilters == 1>>
<<if $clinicUpgradePurge == 1>>
The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. The blood is intensely cleaned to greatly decrease the presence of impurities at the cost of compatibility. Patients will likely be ill for the duration of the treatment.
<<else>>
<<set _Tmult3 = Math.trunc(150000*$upgradeMultiplierArcology)>>
The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. [[Increase the effectiveness of the impurity purging|Clinic][$cash -= _Tmult3, $clinicUpgradePurge to 1]] //Costs <<print cashFormat(_Tmult3)>> and may cause health problems in slaves//
<</if>>
<<if $Nurse == 0>>
<br>However, without a nurse in attendance, the @@.yellow;blood treatment equipment remains idle.@@
<</if>>
<<else>>
<<set _Tmult2 = Math.trunc(50000*$upgradeMultiplierArcology)>>
It includes standard dialysis equipment. [[Install advanced blood treatment equipment to help address drug side effects|Clinic][$cash -= _Tmult2, $clinicUpgradeFilters = 1]] //Costs <<print cashFormat(_Tmult2)>>//
<</if>>
<br>
<<if $bellyImplants == 1 && $Nurse == 0>>
A resident nurse could be used to safely regulate the rate a slave's fillable belly implant for maximum size with minimum health loss.
<<elseif $bellyImplants == 1 && $clinicInflateBelly == 1>>
$clinicNameCaps is useful for keeping slaves healthy during long term procedures. Slaves in $clinicName with inflatable belly implants will be filled during their time under $Nurse.slaveName's supervision to maximize growth with minimized health complications. [[Do not fill belly implants|Clinic][$clinicInflateBelly = 0]]
<<elseif $bellyImplants == 1 && $Nurse != 0 && $clinicInflateBelly != 1>>
$clinicNameCaps is useful for keeping slaves healthy during long term procedures. $Nurse.slaveName can supervise weekly filling regiments for clinic slaves with fillable belly implants during their stay to maximize growth with minimal health complications. [[Fill belly implants|Clinic][$clinicInflateBelly = 1]]
<</if>>
<br>
<<if $pregSpeedControl == 1 && $Nurse == 0>>
A resident nurse could be used to supervise patients under rapid gestation agents while minimizing strain and health complications.
<<elseif $pregSpeedControl == 1 && $clinicSpeedGestation == 1>>
It's exceedingly dangerous to speed up gestation without constant supervision. In $clinicName, $Nurse.slaveName will monitor slaves on rapid gestation agents; making sure the growing patients' food demands are met, monitoring their skin and womb and, if need be, perform an emergency c-section should the need arise. [[Limit rapid gestation agents to selected slaves only|Clinic][$clinicSpeedGestation = 0]]
<<elseif $pregSpeedControl == 1 && $Nurse != 0 && $clinicSpeedGestation != 1>>
$clinicNameCaps is currently not applying rapid gestation agents to pregnant patients. Only individually selected slaves will undergo this procedure [[Speed up gestation for all pregnant patients|Clinic][$clinicSpeedGestation = 1]]
<</if>>
<br><br>
<<if $Nurse != 0>>
<<set $Flag = 2>>
<<include "Slave Summary">>
<<else>>
You do not have a slave serving as a clinical Nurse. [[Appoint one|Nurse Select]]
<</if>>
<br><br>
<<if ($clinic <= $clinicSlaves)>>
''$clinicNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $clinicSlaves)>>
<<link "''Send a slave to get treatment in $clinicName''">>
<<replace #ComingGoing>>
<<resetAssignmentFilter>>
<<set $Flag = 0>>
<<include "Slave Summary">>
<</replace>>
<</link>>
<</if>>
<<if $clinicSlaves > 0>>
| <<link "''Take a slave out of $clinicName''">>
<<replace #ComingGoing>>
<<clinicAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</replace>>
<</link>>
<<else>>
<br><br>//$clinicNameCaps is empty for the moment.<br>//
<</if>>
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<clinicAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
<br><br>Rename $clinicName: <<textbox "$clinicName" $clinicName "Clinic">> //Use a noun or similar short phrase//
|
amomynous0/fc
|
src/uncategorized/clinic.tw
|
tw
|
bsd-3-clause
| 11,294 |
:: Clinic Report [nobr]
<<SlaveSort $CliniciIDs>>
<<set _DL = $CliniciIDs.length, $clinicSlaves = _DL, _SL = $slaves.length, _healthBonus = 0, _idleBonus = 0, _FLsFetish = 0, _restedSlaves = 0>>
<<if $clinicDecoration != "standard">>
<<set _devBonus = 1>>
<<else>>
<<set _devBonus = 0>>
<</if>>
<<if $Nurse != 0>>
<<set _FLs = $slaveIndices[$Nurse.ID]>>
<<if ($slaves[_FLs].health < 100)>>
<<set $slaves[_FLs].health += 20>>
<</if>>
<<if ($slaves[_FLs].devotion <= 60)>>
<<set $slaves[_FLs].devotion++>>
<</if>>
<<if $slaves[_FLs].trust < 60>>
<<set $slaves[_FLs].trust++>>
<</if>>
<<if $slaves[_FLs].livingRules != "luxurious">>
<<set $slaves[_FLs].livingRules = "luxurious">>
<</if>>
<<set $slaves[_FLs].devotion += _devBonus>>
<<if $slaves[_FLs].fetishStrength <= 95>>
<<if $slaves[_FLs].fetish != "dom">>
<<if fetishChangeChance($slaves[_FLs]) > random(0,100)>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1, $slaves[_FLs].fetish = "dom">>
<</if>>
<<elseif $slaves[_FLs].fetishKnown == 0>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1>>
<<else>>
<<set _FLsFetish = 2, $slaves[_FLs].fetishStrength += 4>>
<</if>>
<</if>>
<<set $Nurse = $slaves[_FLs]>>
<<= SlaveFullName($Nurse)>> is serving as the clinical nurse.
<<if $Nurse.relationship == -3 && $Nurse.devotion > 50>>
She does her best to be a caring and nurturing wife.
<<set _healthBonus += 2>>
<</if>>
<<if (_FLsFetish == 1)>>
Her job involves giving naked sex slaves orders for their own good. Even though most of these commands are medical rather than sexual, she can be forgiven for not always seeing the difference, and @@.lightsalmon;becomes more dominant.@@
<<elseif (_FLsFetish == 2)>>
Every new patient in the clinic is a new target for her authority. @@.lightsalmon;She becomes more dominant.@@
<</if>>
<<if setup.nurseCareers.includes($Nurse.career)>>
She has experience with medicine from her life before she was a slave, and can often recognize conditions before even the medical scanners can.
<<set _idleBonus++, _healthBonus++>>
<<elseif $Nurse.skillNU >= $masteredXP>>
She has experience with medicine from working for you, and can often recognize conditions before even the medical scanners can.
<<set _idleBonus++, _healthBonus++>>
<<else>>
<<set $slaves[_FLs].skillNU += random(1,Math.ceil(($Nurse.intelligence+$Nurse.intelligenceImplant)/15) + 8)>>
<</if>>
<<if ($Nurse.fetish == "dom")>>
She raps out commands with the confidence of long and partly sexual experience, so patients are inclined to follow even unpleasant medical instructions.
<<set _idleBonus++, _healthBonus++>>
<</if>>
<<if ($Nurse.muscles > 5)>>
She's strong enough to gently but firmly restrain resistant slaves, allowing her to be sparing with the inescapable but less healthy restraints.
<<set _idleBonus++>>
<</if>>
<<if ($Nurse.intelligence+$Nurse.intelligenceImplant > 50)>>
The diagnostic equipment is state-of-the-art, but she's smart and perceptive enough that on occasion, she can add meaningfully to its medical scans.
<<set _idleBonus++, _healthBonus++>>
<</if>>
<<if ($Nurse.face > 40)>>
Patients rarely object to seeing her gorgeous face hovering over them.
<<set _idleBonus++, _devBonus++>>
<</if>>
<<if ($Nurse.muscles > 5) || ($slaves[_FLs].devotion >= 60)>>
<<set _healthBonus++>>
<</if>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$CliniciIDs[_dI]]>>
<<if $Nurse.rivalryTarget == $slaves[$i].ID>>
She purposefully neglects the needs of her <<if $Nurse.rivalry == 1>>growing rival<<elseif $Nurse.rivalry == 2>>rival<<elseif $Nurse.rivalry == 3>>bitter rival<</if>>, $slaves[$i].slaveName, hindering her recovery and deepening their dislike for each other.
<<set $slaves[$i].devotion--, $slaves[$i].trust--, $slaves[$i].health -= 3>>
<<if random(1,100) > 65>>
<<set $Nurse.rivalry++, $slaves[_FLs].rivalry++, $slaves[$i].rivalry++>>
<</if>>
<<elseif $Nurse.relationshipTarget == $slaves[$i].ID>>
She dedicates most of her attention to her <<if $Nurse.relationship == 1>>friend<<elseif $Nurse.relationship == 2>>best friend<<elseif $Nurse.relationship == 3>>friend with benefits<<elseif $Nurse.relationship == 4>>lover<<elseif $Nurse.relationship == 5>>slave wife<</if>>, $slaves[$i].slaveName, making sure she has everything she needs and more. This lavish attention detracts from her overall effectiveness.
<<set _idleBonus -= 3, $slaves[$i].devotion++, $slaves[$i].trust++, $slaves[$i].health += 3>>
<<elseif $familyTesting == 1 && totalRelatives($slaves[$i]) > 0>>
<<if $slaves[$i].mother == $Nurse.ID || $slaves[$i].father == $Nurse.ID>>
She makes sure to spend extra time caring for her daughter, $slaves[$i].slaveName.
<<set $slaves[$i].trust++, $slaves[$i].health++>>
<<elseif $slaves[$i].ID == $Nurse.mother>>
She makes sure to spend extra time caring for her mother, $slaves[$i].slaveName.
<<set $slaves[$i].trust++, $slaves[$i].health++>>
<<elseif $slaves[$i].ID == $Nurse.father>>
She makes sure to spend extra time caring for her father, $slaves[$i].slaveName.
<<set $slaves[$i].trust++, $slaves[$i].health++>>
<<else>>
<<switch areSisters($slaves[$i], $Nurse)>>
<<case 1>>
She makes sure to spend extra time caring for her twin sister, $slaves[$i].slaveName.
<<set $slaves[$i].trust++, $slaves[$i].health++>>
<<case 2>>
She makes sure to spend extra time caring for her sister, $slaves[$i].slaveName.
<<set $slaves[$i].trust++, $slaves[$i].health++>>
<<case 3>>
She makes sure to spend extra time caring for her half-sister, $slaves[$i].slaveName.
<<set $slaves[$i].trust++, $slaves[$i].health++>>
<</switch>>
<</if>>
<<elseif $Nurse.relationTarget == $slaves[$i].ID && $familyTesting == 0>>
She makes sure to spend extra time caring for her $slaves[$i].relation, $slaves[$i].slaveName.
<<set $slaves[$i].trust++, $slaves[$i].health++>>
<</if>>
<<switch $slaves[$i].prestigeDesc>>
<<case "She is a famed Free Cities whore, and commands top prices.">>
She does her best to aid the famous whore, $slaves[$i].slaveName, making sure to pay special attention to her worn holes.
<<set $slaves[$i].health += 2>>
<<case "She is a famed Free Cities slut, and can please anyone.">>
She does her best to aid the famous entertainer, $slaves[$i].slaveName, making sure she can show off as soon as possible.
<<set $slaves[$i].health += 2>>
<<case "She is remembered for winning best in show as a cockmilker.">>
<<if ($slaves[$i].balls > 4) && ($slaves[$i].dick != 0)>>
She does her best to aid the dribbling $slaves[$i].slaveName, paying special attention to her huge cock and balls as well as making sure to milk her erect dick hourly.
<<set $slaves[$i].health += 4>>
<<if (random(1,100) > 65) && (($Nurse.fetish == "none") || ($Nurse.fetish == "cumslut"))>>
<<if $Nurse.fetish == "none">>
<<set $Nurse.fetish = "cumslut", $slaves[_FLs].fetish = "cumslut">>
<<else>>
<<set $Nurse.fetishStrength += 4, $slaves[_FLs].fetishStrength += 4>>
<</if>>
<</if>>
<</if>>
<<case "She is remembered for winning best in show as a dairy cow.">>
<<if ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>
She does her best to aid the leaking $slaves[$i].slaveName, paying special attention to her huge breasts as well as making sure to milk her hourly.
<<set $slaves[$i].health += 4>>
<<if (random(1,100) > 65) && (($Nurse.fetish == "none") || ($Nurse.fetish == "boobs"))>>
<<if $Nurse.fetish == "none">>
<<set $Nurse.fetish = "boobs", $slaves[_FLs].fetish = "boobs">>
<<else>>
<<set $Nurse.fetishStrength += 4, $slaves[_FLs].fetishStrength += 4>>
<</if>>
<</if>>
<</if>>
<<case "She is remembered for winning best in show as a breeder.">>
<<if $slaves[$i].bellyPreg >= 1500>>
She does her best to aid the pregnant $slaves[$i].slaveName, paying special attention to her swollen belly and the welfare of the life within.
<<set $slaves[$i].health += 6>>
<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>>
She does her best to aid the breeder $slaves[$i].slaveName, paying special attention to her fertility and reproductive organs.
<<set $slaves[$i].health += 4>>
<<else>>
She lays out plans on how to restore the breeder $slaves[$i].slaveName to her former gravid glory.
<</if>>
<</switch>>
<<if $slaves[$i].bellyImplant > -1 && $clinicInflateBelly == 1>>
<br>''@@.pink;$slaves[$i].slaveName@@'' spent a lot of time during the week under IV-like stands with bags of inert filler steadily flowing into her belly implant, slowly pushing her belly further and further out. Careful attention, along with several drug injections, were used to make sure her body was able to safely adjust to the implant's rapid growth.
<<set $slaves[$i].bellyImplant += 5000, $slaves[$i].health -= 10>>
<<if ($slaves[$i].devotion > 50)>>
<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 3>>
<<elseif ($slaves[$i].devotion >= -20)>>
<<set $slaves[$i].trust -= 5>>
<<else>>
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 10>>
<</if>>
<<if $slaves[$i].bellyImplant > ($arcologies[0].FSTransformationFetishistResearch ? 800000 : 130000)>>
<<set $slaves[$i].bellyImplant = ($arcologies[0].FSTransformationFetishistResearch ? 800000 : 130000)>>
She is filled to the maximum that her implant can stand.
<</if>>
<</if>>
<<if $slaves[$i].pregKnown == 1 && $slaves[$i].preg < 40 && $slaves[$i].pregControl == "speed up">>
<br>''@@.pink;$slaves[$i].slaveName@@'' spends most of her time on bedrest being filled with rapid gestation agents and concentrated slave food. All she can do is <<if $slaves[$i].amp != 1 && canSee($slaves[$i])>>watch and feel her belly pushing further and further out with life<<elseif $slaves[$i].amp != 1>>watch her belly bulging further and further out with life<<elseif !canSee($slaves[$i])>>feel her belly pushing further and further out with life beneath her fingers<<else>>feel the every growing pressure inside her abdomen<</if>>. Careful attention, along with numerous drug injections, are used to make sure her body is able to safely adjust to her pregnancy's rapid growth.
<<set $slaves[$i].health -= 10>>
<<if ($slaves[$i].devotion > 50)>>
<<set $slaves[$i].devotion += 2, $slaves[$i].trust += 1>>
<<elseif ($slaves[$i].devotion >= -20)>>
<<set $slaves[$i].trust -= 5>>
<<else>>
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 10>>
<</if>>
<<if $slaves[$i].preg >= 35 && $slaves[$i].pregControl == "speed up">>
<<set $slaves[$i].pregControl = "none">>
''@@.pink;$slaves[$i].slaveName's@@'' child is ready to pop out of her womb, ''@@.yellow;her course of rapid gestation agents is finished''.
<</if>>
<<elseif $slaves[$i].preg > 2 && $slaves[$i].pregKnown == 0>>
During her tests, she discovers that $slaves[$i].slaveName @@.lime;is pregnant.@@
<<set $slaves[$i].pregKnown = 1>>
<</if>>
<</for>>
<<if (_DL < $clinic)>>
<<set _seed = random(1,10)+(($clinic-_DL)*(random(150,170)+(_idleBonus*10))), $cash += _seed>>
<br> Since she doesn't have enough girls to occupy all her time, the clinic takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@
<</if>>
<<if (_DL > 0)>><br><br><</if>>
<</if>>
<<if (_DL > 0)>>
<<if (_DL == 1)>>''There is one slave receiving treatment in the clinic.''<<else>>''There are _DL slaves receiving treatment in the clinic.''<</if>>
<</if>>
<<if ($Nurse != 0)>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[_FLs] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[_FLs])>>@@__'' is serving as the clinical nurse.
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<set $Nurse = $slaves[_FLs]>>
<</if>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$CliniciIDs[_dI]]>>
<<if $slaves[$i].devotion < 45>>
<<set $slaves[$i].devotion += 4>>
<</if>>
<<set $slaves[$i].devotion += _devBonus>>
<<if $slaves[$i].trust < 45>>
<<set $slaves[$i].trust += 4>>
<</if>>
<<if $slaves[$i].health < 90>>
<<set $slaves[$i].health += 10 + ($curativeUpgrade * 10) + _healthBonus>>
<</if>>
<<switch $clinicDecoration>>
<<case "Repopulation Focus" "Eugenics" "Gender Radicalist" "Gender Fundamentalist" "Paternalist" "Maturity Preferentialist" "Youth Preferentialist" "Slimness Enthusiast" "Hedonistic">>
<<set $slaves[$i].livingRules = "luxurious">>
<<case "Roman Revivalist" "Aztec Revivalist" "Egyptian Revivalist" "Arabian Revivalist" "Chinese Revivalist" "Chattel Religionist" "Edo Revivalist">>
<<set $slaves[$i].livingRules = "normal">>
<<default>>
<<set $slaves[$i].livingRules = "spare">>
<</switch>>
<<if ($Nurse != 0) && ($clinicSpeedGestation == 1) && ($slaves[$i].pregKnown == 1)>>
<<set $slaves[$i].pregControl = "speed up">>
<</if>>
<<if ($Nurse != 0) && ($slaves[$i].chem > 10) && ($clinicUpgradeFilters == 1)>>
<<set $slaves[$i].chem -= 5 + (50 * $clinicUpgradePurge)>>
<<if $clinicUpgradePurge == 1 && $slaves[$i].health > -50>>
<<set $slaves[$i].health = -50>>
<</if>>
<<set $slaves[$i].chem = Math.max($slaves[$i].chem, 0)>>
<</if>>
<<if ($slaves[$i].health <= 40)>>
<<elseif ($Nurse != 0) && ($slaves[$i].chem > 15) && ($clinicUpgradeFilters == 1)>>
<<elseif ($Nurse != 0) && ($slaves[$i].pregKnown == 1) && ($clinicSpeedGestation >= 0 || $slaves[$i].pregControl == "speed up")>>
<<elseif ($Nurse != 0) && ($clinicInflateBelly > 0) && ($slaves[$i].bellyImplant >= 0) && ($slaves[$i].bellyImplant <= ($arcologies[0].FSTransformationFetishistResearch ? 800000 : 130000))>>
<<else>>
<br><br>''__@@.pink;$slaves[$i].slaveName@@__'' has been returned to health<<if ($Nurse != 0) && ($clinicUpgradeFilters == 1)>> and purity<</if>>, so @@.yellow;her assignment has defaulted to rest.@@
<<= removeJob($slaves[$i], "get treatment in the clinic")>>
<<set _restedSlaves++, _dI--, _DL-->>
<<continue>>
<</if>>
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[$i] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>>
<<include "SA chooses own job">>
<<else>>
is receiving treatment in $clinicName.
<</if>>
<br> She <<= saRest($slaves[$i])>>
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<include "SA chooses own job">>
<<set _dump = saRest($slaves[$i])>>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<</for>>
<<if (_restedSlaves > 0)>>
<br><br>
<<if (_restedSlaves == 1)>>
One slave has
<<else>>
_restedSlaves slaves have
<</if>>
been returned to @@.green;health<<if ($Nurse != 0) && ($clinicUpgradeFilters == 1)>> and purity<</if>>@@ and will be released from the clinic before the end of the week.
<<if $clinicDecoration != "standard">>
<br><br> $clinicNameCaps's $clinicDecoration atmosphere @@.hotpink;had an impact on <<if _restedSlaves == 1>>her while she was<<else>>them while they were<</if>>@@ getting treatment.
<</if>>
<</if>>
<<if _DL > 0 || $Nurse != 0>>
<br><br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/clinicReport.tw
|
tw
|
bsd-3-clause
| 16,686 |
:: Club [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Club", $showEncyclopedia = 1, $encyclopedia = "Club", $clubSlaves = $ClubiIDs.length>>
<<if $clubName != "the Club">>
<<set $clubNameCaps = $clubName.replace("the ", "The ")>>
<</if>>
<<clubAssignmentFilter>>
$clubNameCaps
<<switch $clubDecoration>>
<<case "Roman Revivalist">>
is decorated like a Roman villa's entertainment rooms. There is a lot of white stone, plaster, and terracotta.
<<case "Aztec Revivalist">>
is decorated with obsidian figures inserted in the lime walls and giant oak pillars that give a homey feeling to the otherwise cold building.
<<case "Egyptian Revivalist">>
is decorated like a room in an ancient Egyptian palace. There are columns of warm stone and pools of clear water full of aquatic plants.
<<case "Edo Revivalist">>
is furnished as an Edo period theater. Performances of the traditional Japanese arts can be seen here, though more modern dancing happens in the evenings. In either case, geisha girls are present and willing.
<<case "Arabian Revivalist">>
is designed like an open plaza in an Arabian palace, with a raised stage in the center for erotic dancing. Diaphanous, flowing curtains billow across the space, dispersing the narcotic smoke billowing from a score of hookahs.
<<case "Chinese Revivalist">>
is furnished as an old Chinese disorderly house. It's intentionally packed in so that closeness and good cheer is obligatory here; prominent citizens share tables while their hangers-on jostle for room.
<<case "Chattel Religionist">>
isn't a religious establishment, but it almost looks like one. It's clean and proper, with beams of natural light that come down to highlight holy sex slaves' bodies.
<<case "Degradationist">>
has a perverted, debauched appearance. The decor is utilitarian so it can be cleaned easily, and the reason is obvious. Many patrons have brought their own slaves to publicly rape here.
<<case "Repopulation Focus">>
has a gaudy appearance. There are lots of deep soft chairs for pregnant patrons and slaves to rest in and screens showing girls with large bellies lining the walls.
<<case "Eugenics">>
has a gaudy appearance. There are screens lining the walls discouraging unprotected slave sex. The real action happens in the several exclusive rooms reserved for society's best.
<<case "Asset Expansionist">>
has a gaudy appearance. There are a lot of neon lights and there are screens everywhere, showing off big tits and plush asses.
<<case "Transformation Fetishist">>
has a gaudy appearance. There are a lot of neon lights and there are screens everywhere, showing off huge fake tits and plastic dick sucking lips.
<<case "Gender Radicalist">>
has a gaudy appearance. There are a lot of neon lights and there are screens everywhere, showing closeups of cocks fucking every imaginable orifice.
<<case "Gender Fundamentalist">>
has an old world appearance, a decidedly throwback atmosphere harking back to the glory days of cultures past.
<<case "Physical Idealist">>
isn't a gym, but it smells like one. The dancing is rough and competitive, and the drinks are rich with protein.
<<case "Supremacist">>
is decorated like an upper-class gentleman's club in the old countries of $arcologies[0].FSSupremacistRace people.
<<case "Subjugationist">>
is decorated like an upper-class gentleman's club in the old countries which favored $arcologies[0].FSSubjugationistRace slaves.
<<case "Paternalist">>
is handsome and well-kept, even romantic. Though the slaves here are sex slaves, every provision is made to encourage them to enjoy themselves.
<<case "Pastoralist">>
is decorated to resemble a frontier disorderly house. The drinks are pounded straight, and there's a set of swinging doors for bad men to part dramatically as they enter.
<<case "Maturity Preferentialist">>
is surprisingly elegant. The music consists of refined remixes of traditional dance music, offering slaves and citizens the chance to dance beautifully together.
<<case "Youth Preferentialist">>
is deafeningly loud. There's a bright light show running, offering staccato glimpses of the scene out on the dance floor.
<<case "Body Purist">>
is gorgeous, decorated and kept in the height of fashionable night establishment style. The music is cutting edge and everything and everyone is elegant.
<<case "Slimness Enthusiast">>
is distinctly gaudy, with lots of sugary drinks on offer. The music and decor are of a decidedly bubblegum quality.
<<case "Hedonistic">>
has a gaudy appearance. The dance floor is extra large to accommodate its extra wide dancers, though bodies grinding against each other is an inevitability. Plenty of roomy, comfortable booths encircle the room for an exhausted citizen to relax with his plush dance partner, and a wide selection of greasy food accompanies the drinks. <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>Platters of food are complementary for feeding slaves<<else>>Feeders are available in the booths to feed tired slaves<</if>> while they get fondled.
<<default>>
is set up in an uncomplicated way. There's a bar for drinks, a dance floor for slave girls, and private rooms for slave sex.
<</switch>>
<<if $clubAdsSpending > 0>>
Screens outside the entrance are showing softcore music videos to advertise $clubNameCaps.
<<if $clubAdsOld == 1>>
The featured strippers are all MILFs.
<<elseif $clubAdsOld == -1>>
The featured strippers are all nice and young.
<<elseif $clubAdsOld == -2>>
The featured strippers are all teenagers.
<<elseif $clubAdsOld == -3>>
The featured strippers are all lolis.
<<else>>
The featured strippers vary in age.
<</if>>
<<if $clubAdsStacked == 1>>
Lots of bouncing breasts and butts
<<elseif $clubAdsStacked == -1>>
Lots of trim breasts and shapely butts
<<else>>
A variety of breast and butt sizes and shapes
<</if>>
are on display, and
<<if $clubAdsImplanted == 1>>
most of these are augmented by implants.
<<elseif $clubAdsImplanted == -1>>
they're all natural.
<<else>>
some are augmented by implants.
<</if>>
<<if $clubAdsPreg == 1>>
Most of strippers have firm, rounded bellies.
<<elseif $clubAdsPreg == -1>>
Most of the strippers have firm, flat bellies.
<<else>>
Some of the strippers are pregnant.
<</if>>
<<if $clubAdsModded == 1>>
Everything is heavily pierced and tattooed.
<<elseif $clubAdsModded == -1>>
Everything is free of tattoos and piercings.
<<else>>
Some of these assets are tattooed and pierced, and some aren't.
<</if>>
The strippers get naked quickly, and show off
<<if $clubAdsXX == 1>>
their pussies and assholes.
<<elseif $clubAdsXX == -1>>
their assholes.
<<else>>
their holes.
<</if>>
The ads are shown across the arcology.
<<if ($clubAdsXX == 1) && ($clubAdsImplanted == 1) && ($clubAdsStacked == 1)>>
As a result, $clubName is known as the place to spend a night partying with<<if ($clubAdsPreg == 1)>>pregnant<</if>> bimbos.
<<elseif ($clubAdsXX == 1) && ($clubAdsOld == 1)>>
As a result, $clubName is known as the place to spend a night partying with<<if ($clubAdsPreg == 1)>>pregnant<</if>> MILFs.
<<elseif ($clubAdsStacked == 1) && ($clubAdsOld == -3)>>
As a result, $clubName is known as the place to spend a night partying with<<if $clubAdsPreg == 1>> pregnant<</if>><<if $clubAdsStacked == 1>> oppai<</if>> lolis.
<<elseif ($clubAdsXX == 1) && ($clubAdsPreg == 1)>>
As a result, $clubName is known as the place to spend a night partying with pregnant sluts.
<<elseif ($clubAdsXX == -1) && ($clubAdsStacked == 1)>>
As a result, $clubName is known as the place to spend a night partying with shemales.
<<elseif ($clubAdsXX == -1) && ($clubAdsStacked == -1)>>
As a result, $clubName is known as the place to spend a night partying with traps.
<</if>>
<</if>>
<<if $clubSlaves > 2>>
$clubNameCaps is dotted with pretty, flirtatious slaves, stripping on stages, serving drinks, and dancing. They're very willing to suck patrons off in the open or give a public handjob, and there are little private rooms for them to use when engaging in heavier intercourse.
<<elseif $clubSlaves > 0>>
There are a few pretty, flirtatious slaves, stripping on stages, serving drinks, and dancing. They're very willing to suck patrons off in the open or give a public handjob, and there are little private rooms for them to use when engaging in heavier intercourse.
<<elseif $DJ != 0>>
$clubNameCaps is doing business normally, without a complement of sex slaves to spice things up. $DJ.slaveName is alone in $clubName, and can accomplish little by herself.
<<else>>
$clubNameCaps is doing business normally, without a complement of sex slaves to spice things up.
<<link "Decommission the club" "Main">>
<<set $club = 0, $clubDecoration = "standard", $clubUpgradePDAs = 0, $clubAdsSpending = 0>>
<<set _club = $sectors.findIndex(function(s) { return s.type == "Club"; })>>
<<if _club != -1>>
<<set $sectors[_club].type = "Shops">>
<</if>>
<</link>>
<</if>>
<<if $clubSlaves > 0>>
<<if $DJ != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>>
<<set _NewPop = $clubSlaves+$dormitoryPopulation+_X>>
<<link "Remove all slaves" "Club">>
<<if $DJ != 0>>
<<= assignJob($DJ, "rest")>>
<</if>>
<<for $clubSlaves > 0>>
<<= assignJob($slaves[$slaveIndices[$ClubiIDs[0]]], "serve the public")>>
<</for>>
<</link>>
<<if _NewPop > $dormitory>>
@@.red;Dormitory capacity will be exceeded.@@
<</if>>
<</if>>
<<if $clubSlaves > 2>>
<<switch $clubDecoration>>
<<case "Chattel Religionist">>
From one of the private rooms, praying interspersed with the slap of leather on flesh can be heard.
<<case "Degradationist">>
Agonized screaming can be heard from one of the private rooms.
<<case "Repopulation Focus">>
A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very milky breasts. Occasionally crying can be heard from one of the rooms specially designed for patrons wishing to assfuck a slave as she gives birth.
<<case "Eugenics">>
The slight sounds of whispering can be heard emanating from one of the restricted rooms.
<<case "Asset Expansionist">>
A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very large breasts.
<<case "Transformation Fetishist">>
A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very large fake breasts.
<<case "Gender Radicalist">>
Uncomfortable moaning from one of the private rooms suggests that a slave inside is taking a painfully large cock up her tight butt.
<<case "Gender Fundamentalist">>
The unmistakable sound of vigorous vaginal intercourse can be heard from one of the private rooms.
<<case "Physical Idealist">>
Bestial grunting can be heard from one of the private rooms.
<<case "Supremacist">>
The sound of a beating, interspersed with desperate begging, can be heard from one of the private rooms.
<<case "Subjugationist">>
The sound of a beating, interspersed with desperate begging, can be heard from one of the private rooms.
<<case "Paternalist">>
The unmistakable sound of a slave experiencing an authentic orgasm can be heard from one of the private rooms.
<<case "Body Purist">>
The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms.
<<case "Slimness Enthusiast">>
The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms.
<<case "Pastoralist">>
A faint gushing sound is audible from one of the private rooms.
<<case "Roman Revivalist">>
A business meeting is just audible from one of the private rooms; only an occasional moan indicates that the businessmen are enjoying a couple of serving girls at the same time.
<<case "Aztec Revivalist">>
A muffled <<if $arcologies[0].FSPaternalist != "unset">>moan<<else>>scream<</if>>, followed by the sounds of liquid gently dripping on the stone floors denote the goings-on in the building.
<<case "Egyptian Revivalist">>
The smell of incense and the sounds of sex are drifting out of the private rooms.
<<case "Edo Revivalist">>
The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms.
<<case "Arabian Revivalist">>
The faint sound of multiple slaves pleasuring a single patron can be heard from one of the private rooms.
<<case "Chinese Revivalist">>
The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms.
<<case "Maturity Preferentialist">>
The faint sound of a well traveled slave showing off her experience can be heard from one of the private rooms.
<<case "Youth Preferentialist">>
The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms.
<<case "Hedonistic">>
The sound of fat bodies fucking while feeding each other can be heard from one of the private rooms.
<<default>>
The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms.
<</switch>>
<</if>>
<<set _Tmult0 = Math.trunc($club*1000*$upgradeMultiplierArcology)>>
<br>There are rooms off $clubName to support slaves as they work as club sluts. They can support $club slaves. Currently $clubSlaves <<if $clubSlaves == 1>>is<<else>>are<</if>> serving in $clubName.
[[Expand the club|Club][$cash -= _Tmult0, $club += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
<br>
<<if $clubUpgradePDAs == 1>>
$clubNameCaps has been wired for unobtrusive personal data assistants to let your sluts pass tips about enslaveable people to your recruiter.
<<else>>
<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
The rooms are standard. [[Upgrade them with PDAs to help your recruiter|Club][$cash -= _Tmult1, $clubUpgradePDAs = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
<</if>>
<<if $DJ != 0>>
<br>
<<if $DJignoresFlaws != 1>>
$DJ.slaveName will attempt to fix flaws in <<print $clubName>>'s sluts. [[Ignore flaws|Club][$DJignoresFlaws = 1]]
<<else>>
$DJ.slaveName has been instructed to ignore flaws in <<print $clubName>>'s sluts. [[Fix flaws|Club][$DJignoresFlaws = 0]]
<</if>>
<</if>>
<br>
<<if $clubAdsSpending > 0>>
$clubNameCaps is the subject of an active ad campaign.
<<else>>
$clubNameCaps is not being advertised.
<</if>>
<<link "Manage club advertisements" "Club Advertisement">><<set $nextLink = passage()>><<set $nextButton = "Back">><</link>>
<!-- Statistics output -->
<<ClubStatistics 1>>
<br><br>
<<if $DJ != 0>>
<<set $Flag = 2>>
<<include "Slave Summary">>
<<else>>
You do not have a slave serving as a DJ. [[Appoint one|DJ Select]]
<</if>>
<br><br>
<<if ($club <= $clubSlaves)>>
''$clubNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $clubSlaves)>>
<<link "''Send a slave to slut around $clubName''">>
<<replace #ComingGoing>>
<<resetAssignmentFilter>>
<<set $Flag = 0>>
<<include "Slave Summary">>
<</replace>>
<</link>>
<</if>>
<<if $clubSlaves > 0>>
| <<link "''Bring a slave out of $clubName''">>
<<replace #ComingGoing>>
<<clubAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</replace>>
<</link>>
<<else>>
<br><br>//$clubNameCaps is empty for the moment.<br>//
<</if>>
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<clubAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
<br><br>Rename $clubName: <<textbox "$clubName" $clubName "Club">> //Use a noun or similar short phrase//
|
amomynous0/fc
|
src/uncategorized/club.tw
|
tw
|
bsd-3-clause
| 15,743 |
:: Club Advertisement [nobr]
<<switch $clubDecoration>>
<<case "Roman Revivalist">>
$clubNameCaps is decorated like a Roman villa's entertainment rooms. There is a lot of white stone, plaster, and terracotta.
<<case "Aztec Revivalist">>
$clubNameCaps is decorated with obsidian figures inserted in the lime walls and giant oak pillars that give a homey feeling to the otherwise cold building.
<<case "Egyptian Revivalist">>
$clubNameCaps is decorated like a room in an ancient Egyptian palace. There are columns of warm stone and pools of clear water full of aquatic plants.
<<case "Edo Revivalist">>
$clubNameCaps is furnished as an Edo period theater. Performances of the traditional Japanese arts can be seen here, though more modern dancing happens in the evenings. In either case, geisha girls are present and willing.
<<case "Arabian Revivalist">>
$clubNameCaps is designed like an open plaza in an Arabian palace, with a raised stage in the center for erotic dancing. Diaphanous, flowing curtains billow across the space, dispersing the narcotic smoke billowing from a score of hookahs.
<<case "Chinese Revivalist">>
$clubNameCaps is furnished as an old Chinese disorderly house. It's intentionally packed in so that closeness and good cheer is obligatory here; prominent citizens share tables while their hangers-on jostle for room.
<<case "Chattel Religionist">>
$clubNameCaps isn't a religious establishment, but it almost looks like one. It's clean and proper, with beams of natural light that come down to highlight holy sex slaves' bodies.
<<case "Degradationist">>
$clubNameCaps has a perverted, debauched appearance. The decor is utilitarian so it can be cleaned easily, and the reason is obvious. Many patrons have brought their own slaves to publicly rape here.
<<case "Repopulation Focus">>
$clubNameCaps has a gaudy appearance. There are lots of deep soft chairs for pregnant patrons and slaves to rest in and screens showing girls with large bellies lining the walls.
<<case "Eugenics">>
$clubNameCaps has a gaudy appearance. There are screens lining the walls discouraging unprotected slave sex. The real action happens in the several exclusive rooms reserved for society's best.
<<case "Asset Expansionist">>
$clubNameCaps has a gaudy appearance. There are a lot of neon lights and there are screens everywhere, showing off big tits and plush asses.
<<case "Transformation Fetishist">>
$clubNameCaps has a gaudy appearance. There are a lot of neon lights and there are screens everywhere, showing off huge fake tits and plastic dick sucking lips.
<<case "Gender Radicalist">>
$clubNameCaps has a gaudy appearance. There are a lot of neon lights and there are screens everywhere, showing closeups of cocks fucking every imaginable orifice.
<<case "Gender Fundamentalist">>
$clubNameCaps has an old world appearance, a decidedly throwback atmosphere harking back to the glory days of cultures past.
<<case "Physical Idealist">>
$clubNameCaps isn't a gym, but it smells like one. The dancing is rough and competitive, and the drinks are rich with protein.
<<case "Supremacist">>
$clubNameCaps is decorated like an upper-class gentleman's club in the old countries of $arcologies[0].FSSupremacistRace people.
<<case "Subjugationist">>
$clubNameCaps is decorated like an upper-class gentleman's club in the old countries which favored $arcologies[0].FSSubjugationistRace slaves.
<<case "Paternalist">>
$clubNameCaps is handsome and well-kept, even romantic. Though the slaves here are sex slaves, every provision is made to encourage them to enjoy themselves.
<<case "Body Purist">>
$clubNameCaps is gorgeous, decorated and kept in the height of fashionable night establishment style. The music is cutting edge and everything and everyone is elegant.
<<case "Slimness Enthusiast">>
$clubNameCaps is distinctly gaudy, with lots of sugary drinks on offer. The music and decor are of a decidedly bubblegum quality.
<<case "Pastoralist">>
$clubNameCaps is decorated to resemble a frontier disorderly house. The drinks are pounded straight, and there's a set of swinging doors for bad men to part dramatically as they enter.
<<case "Maturity Preferentialist">>
$clubNameCaps is surprisingly elegant. The music consists of refined remixes of traditional dance music, offering slaves and citizens the chance to dance beautifully together.
<<case "Youth Preferentialist">>
$clubNameCaps is deafeningly loud. There's a bright light show running, offering staccato glimpses of the scene out on the dance floor.
<<case "Hedonistic">>
$clubNameCaps has a gaudy appearance. The dance floor is extra large to accommodate its extra wide dancers, though bodies grinding against each other is an inevitability. Plenty of roomy, comfortable booths encircle the room for an exhausted citizen to relax with his plush dance partner, and a wide selection of greasy food accompanies the drinks. <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>Platters of food are complementary for feeding slaves<<else>>Feeders are available in the booths to feed tired slaves<</if>> while they get fondled.
<</switch>>
<<if $clubAdsSpending > 0>>
Screens outside the entrance are showing softcore music videos to advertise $clubName.
<<if $clubAdsOld == 1>>
The featured strippers are all MILFs.
<<elseif $clubAdsOld == -1>>
The featured strippers are all nice and young.
<<elseif $clubAdsOld == -2>>
The featured strippers are all teenagers.
<<elseif $clubAdsOld == -3>>
The featured strippers are all lolis.
<<else>>
The featured strippers vary in age.
<</if>>
<<if $clubAdsStacked == 1>>
Lots of bouncing breasts and butts
<<elseif $clubAdsStacked == -1>>
Lots of trim breasts and shapely butts
<<else>>
A variety of breast and butt sizes and shapes
<</if>>
are on display, and
<<if $clubAdsImplanted == 1>>
most of these are augmented by implants.
<<elseif $clubAdsImplanted == -1>>
they're all natural.
<<else>>
some are augmented by implants.
<</if>>
<<if $clubAdsPreg == 1>>
Most of strippers have firm, rounded bellies.
<<elseif $clubAdsPreg == -1>>
Most of the strippers have firm, flat bellies.
<<else>>
Some of the strippers are pregnant.
<</if>>
<<if $clubAdsModded == 1>>
Everything is heavily pierced and tattooed.
<<elseif $clubAdsModded == -1>>
Everything is free of tattoos and piercings.
<<else>>
Some of these assets are tattooed and pierced, and some aren't.
<</if>>
The strippers get naked quickly, and show off
<<if $clubAdsXX == 1>>
their pussies and assholes.
<<elseif $clubAdsXX == -1>>
their assholes.
<<else>>
their holes.
<</if>>
<</if>>
<<if $clubAdsSpending >= 5000>>
Advertisements based on these scenes run constantly in media across $arcologies[0].name, and there's an active merchandising campaign underway to promote your club and its girls.
<<elseif $clubAdsSpending >= 4000>>
Advertisements based on these scenes run constantly in media across $arcologies[0].name.
<<elseif $clubAdsSpending >= 3000>>
Advertisements based on these scenes are run in media across $arcologies[0].name.
<<elseif $clubAdsSpending >= 2000>>
Advertisements based on these scenes run regularly in arcology media.
<<elseif $clubAdsSpending >= 1000>>
Advertisements based on these scenes run occasionally in arcology media.
<<else>>
$arcologies[0].name has a robust internal media that could be used to bring patrons into the club.
<</if>>
<br><br>
You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $clubName.
<<if $clubAdsSpending > 900>>
<<link "Decrease">><<set $clubAdsSpending -= 1000>><<goto "Club Advertisement">><</link>> |
<<else>>
Decrease |
<</if>>
<<if $clubAdsSpending < 5000>>
<<link "Increase">><<set $clubAdsSpending += 1000>><<goto "Club Advertisement">><</link>>
<<else>>
Increase
<</if>>
<br><br>
__Design Club Ad Campaign__ //Will replace relevant variety bonuses//
<br><br>
Asset size:
<<if $clubAdsStacked != 1>><<link "Stacked">><<set $clubAdsStacked = 1>><<goto "Club Advertisement">><</link>> | <<else>>Stacked | <</if>>
<<if $clubAdsStacked != -1>><<link "Slim">><<set $clubAdsStacked = -1>><<goto "Club Advertisement">><</link>> | <<else>>Slim | <</if>>
<<if $clubAdsStacked != 0>><<link "Variety">><<set $clubAdsStacked = 0>><<goto "Club Advertisement">><</link>><<else>>Variety<</if>>
<br>
Asset origin:
<<if $clubAdsImplanted != 1>><<link "Implants">><<set $clubAdsImplanted = 1>><<goto "Club Advertisement">><</link>> | <<else>>Implants | <</if>>
<<if $clubAdsImplanted != -1>><<link "All natural">><<set $clubAdsImplanted = -1>><<goto "Club Advertisement">><</link>> | <<else>>All natural | <</if>>
<<if $clubAdsImplanted != 0>><<link "Variety">><<set $clubAdsImplanted = 0>><<goto "Club Advertisement">><</link>><<else>>Variety<</if>>
<br>
Body mods:
<<if $clubAdsModded != 1>><<link "Modded">><<set $clubAdsModded = 1>><<goto "Club Advertisement">><</link>> | <<else>>Modded | <</if>>
<<if $clubAdsModded != -1>><<link "Unmodded">><<set $clubAdsModded = -1>><<goto "Club Advertisement">><</link>> | <<else>>Unmodded | <</if>>
<<if $clubAdsModded != 0>><<link "Variety">><<set $clubAdsModded = 0>><<goto "Club Advertisement">><</link>><<else>>Variety<</if>>
<br>
Age:
<<if $clubAdsOld != 1>><<link "MILF">><<set $clubAdsOld = 1>><<goto "Club Advertisement">><</link>> | <<else>>MILF | <</if>>
<<if $clubAdsOld != -1>><<link "Young">><<set $clubAdsOld = -1>><<goto "Club Advertisement">><</link>> | <<else>>Young | <</if>>
<<if $minimumSlaveAge < 18>>
<<if $clubAdsOld != -2>><<link "Teen">><<set $clubAdsOld = -2>><<goto "Club Advertisement">><</link>> | <<else>>Teen | <</if>>
<</if>>
<<if $minimumSlaveAge < 13>>
<<if $clubAdsOld != -3>><<link "Loli">><<set $clubAdsOld = -3>><<goto "Club Advertisement">><</link>> | <<else>>Loli | <</if>>
<</if>>
<<if $clubAdsOld != 0>><<link "Variety">><<set $clubAdsOld = 0>><<goto "Club Advertisement">><</link>> <<else>>Variety<</if>>
<br>
<<if $seePreg != 0>>
Pregnancy:
<<if $clubAdsPreg != 1>><<link "Gravid">><<set $clubAdsPreg = 1>><<goto "Club Advertisement">><</link>> | <<else>>Gravid | <</if>>
<<if $clubAdsPreg != -1>><<link "None">><<set $clubAdsPreg = -1>><<goto "Club Advertisement">><</link>> | <<else>>None | <</if>>
<<if $clubAdsPreg != 0>><<link "Variety">><<set $clubAdsPreg = 0>><<goto "Club Advertisement">><</link>><<else>>Variety<</if>>
<br>
<</if>>
<<if $seeDicks != 0>>
Genitalia:
<<if $clubAdsXX != 1>><<link "Pussies">><<set $clubAdsXX = 1>><<goto "Club Advertisement">><</link>> | <<else>>Pussies | <</if>>
<<if $clubAdsXX != -1>><<link "Dicks">><<set $clubAdsXX = -1>><<goto "Club Advertisement">><</link>> | <<else>>Dicks | <</if>>
<<if $clubAdsXX != 0>><<link "Variety">><<set $clubAdsXX = 0>><<goto "Club Advertisement">><</link>> <<else>>Variety<</if>>
<br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/clubAdvertisement.tw
|
tw
|
bsd-3-clause
| 10,806 |
:: Club Report [nobr]
<span id="clubstats">
</span>
<<SlaveSort $ClubiIDs>>
<<set _DL = $ClubiIDs.length, $clubSlaves = _DL, _SL = $slaves.length, $clubBonuses = 0, $DJRepBonus = 0, $legendaryEntertainerID = 0, _FLsFetish = 0>>
<<set $legendaryWombID = 0>>
<<set _implanted =0, _modded = 0, _old = 0, _pure = 0, _slim = 0, _stacked = 0, _unmodded = 0, _XX = 0, _XY = 0, _young = 0, _pregYes = 0, _pregNo = 0, _minBonus = 50, _maxBonus = 150>>
<!-- Statistics gathering; income is rep boosts in numbers, and profit will be rep per cash unit, or cash unit per rep -->
<<set $facility = $facility || {}, $facility.club = initFacilityStatistics($facility.club)>>
<<if $DJ != 0>>
<<set _FLs = $slaveIndices[$DJ.ID]>>
<<if ($slaves[_FLs].health < -80)>>
<<set $slaves[_FLs].health += 20>>
<<elseif $slaves[_FLs].health < -40>>
<<set $slaves[_FLs].health += 15>>
<<elseif $slaves[_FLs].health < 0>>
<<set $slaves[_FLs].health += 10>>
<<elseif $slaves[_FLs].health < 90>>
<<set $slaves[_FLs].health += 7>>
<</if>>
<<if $slaves[_FLs].devotion <= 60>>
<<set $slaves[_FLs].devotion += 5>>
<</if>>
<<if $slaves[_FLs].trust < 60>>
<<set $slaves[_FLs].trust += 3>>
<</if>>
<<if $slaves[_FLs].fetishStrength <= 95>>
<<if $slaves[_FLs].fetish != "humiliation">>
<<if fetishChangeChance($slaves[_FLs]) > random(0,100)>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1, $slaves[_FLs].fetish = "humiliation">>
<</if>>
<<elseif $slaves[_FLs].fetishKnown == 0>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1>>
<<else>>
<<set _FLsFetish = 2, $slaves[_FLs].fetishStrength += 4>>
<</if>>
<</if>>
<<if $slaves[_FLs].livingRules != "luxurious">>
<<set $slaves[_FLs].livingRules = "luxurious">>
<</if>>
/% Make sure we have registered living expenses as for any other slave %/
<<run getSlaveStatisticData($DJ, $facility.club)>>
<<set $DJ = $slaves[_FLs]>>
<<= SlaveFullName($DJ)>> is performing as the DJ.
<<if $DJ.relationship == -3 && $DJ.devotion > 50>>
She tries her best to be your energetic, cheerful wife.
<<set $DJRepBonus += 0.1>>
<</if>>
<<if (_FLsFetish == 1)>>
She's expected to be the innovative, beautiful DJ spinning beats one minute, and come out of her booth to grind on the floor the next; she enjoys the interplay, and finds greater @@.lightcoral;pleasure in exhibitionism.@@
<<elseif (_FLsFetish == 2)>>
Every day she gets to enjoy hundreds of stares on her skin, and @@.lightsalmon;becomes more of an exhibitionist.@@
<</if>>
<<if $DJ.eyes == -2>>
Her lack of eyesight doesn't slow her down; rather, it strengthens her other senses. Her tracks have a distinct sound, since she experiences noise as her sight.
<<set $DJRepBonus += 0.15>>
<</if>>
<<if ($DJ.entertainSkill <= 10)>>
Though $DJ.slaveName does her best to lead on the club, with her lack of skill she can do little.
<<elseif ($DJ.entertainSkill <= 30)>>
$DJ.slaveName's basic skills marginally @@.green;improve@@ the atmosphere on $clubName.
<<set $DJRepBonus += 0.05>>
<<elseif ($DJ.entertainSkill <= 60)>>
$DJ.slaveName's skills @@.green;improve@@ the atmosphere on $clubName.
<<set $DJRepBonus += 0.1>>
<<elseif ($DJ.entertainSkill < 100)>>
$DJ.slaveName's skills greatly @@.green;improve@@ the atmosphere on $clubName.
<<set $DJRepBonus += 0.15>>
<<elseif ($DJ.entertainSkill >= 100)>>
$DJ.slaveName's mastery immensely @@.green;improves@@ the atmosphere on $clubName.
<<set $DJRepBonus += 0.20>>
<</if>>
<<if ($DJ.muscles > 5) && ($DJ.muscles <= 95)>>
Her toned body helps her lead her fellow club girls by letting her dance all night.
<<set $DJRepBonus += 0.05>>
<</if>>
<<if ($DJ.intelligence+$DJ.intelligenceImplant > 15)>>
She's smart enough to make an actual contribution to the music, greatly enhancing the entire experience.
<<set $DJRepBonus += 0.05*Math.floor(($DJ.intelligence+$DJ.intelligenceImplant)/32)>>
<</if>>
<<if ($DJ.face > 95)>>
Her great beauty is a further draw, even when she's in her DJ booth, but especially when she comes out to dance.
<<set $DJRepBonus += 0.05>>
<</if>>
<<if setup.DJCareers.includes($DJ.career)>>
She has musical experience from her life before she was a slave, a grounding that gives her tracks actual depth.
<<set $DJRepBonus += 0.05>>
<<elseif $DJ.skillDJ >= $masteredXP>>
She has musical experience from working for you, giving her tracks actual depth.
<<set $DJRepBonus += 0.05>>
<<else>>
<<set $slaves[_FLs].skillDJ += random(1,Math.ceil(($DJ.intelligence+$DJ.intelligenceImplant)/15) + 8)>>
<</if>>
<<if (_DL < 10)>>
<<set $slavesGettingHelp = 0>>
<<if $universalRulesFacilityWork == 1>>
<<for $i = 0; $i < _SL; $i++>>
<<if ($slaves[$i].assignment == "serve the public")>>
<<set $slavesGettingHelp++>>
<</if>>
<</for>>
<</if>>
<<if (_DL+$slavesGettingHelp < 10)>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<if ($legendaryEntertainerID == 0) && ($slaves[_FLs].prestige == 0) && ($slaves[_FLs].entertainSkill >= 100) && ($slaves[_FLs].devotion > 50)>>
<<set $legendaryEntertainerID = $slaves[_FLs].ID>>
<</if>>
<br> Since she doesn't have enough sluts in $clubName to make it worthwhile for her to be on stage 24/7, she spends her extra time slutting it up herself. She has sex with $beauty citizens, @@.green;pleasing them immensely,@@ since it's more appealing to fuck the DJ than some club slut.
<<if $showEWD != 0>>
<br> She <<include "SA serve the public">>
<<else>>
<<silently>><<include "SA serve the public">><</silently>>
<</if>>
<<set $repGain += Math.trunc(($beauty*$FResult)*(1+(0.003*$slaves[_FLs].entertainSkill))*0.1*0.5)>>
<</if>>
<</if>>
<<if (_DL > 0)>><br><br><</if>>
<</if>>
<<if (_DL > 0)>>
<<set _possibleBonuses = 0>>
<<if (_DL != 1)>>''The _DL slaves pleasing citizens in $clubName''<<else>>''The one slave pleasing citizens in $clubName''<</if>> worked hard to @@.green;increase your reputation@@ this week.
<</if>>
<<if ($DJ != 0)>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[_FLs] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[_FLs])>>@@__'' is performing as the DJ in $clubName.
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<set $DJ = $slaves[_FLs]>>
<<if isSlim($slaves[_FLs])>>
<<set _slim += 1>>
<</if>>
<<if isStacked($slaves[_FLs])>>
<<set _stacked += 1>>
<</if>>
<<if isYoung($slaves[_FLs])>>
<<set _young += 1>>
<<else>>
<<set _old += 1>>
<</if>>
<<if isModded($slaves[_FLs])>>
<<set _modded += 1>>
<<elseif isUnmodded($slaves[_FLs])>>
<<set _unmodded += 1>>
<</if>>
<<if isXY($slaves[_FLs])>>
<<set _XY += 1>>
<<else>>
<<set _XX += 1>>
<</if>>
<<if isPure($slaves[_FLs])>>
<<set _pure += 1>>
<<else>>
<<set _implanted += 1>>
<</if>>
<<if isPreg($slaves[_FLs])>>
<<set _pregYes += 1>>
<<elseif isNotPreg($slaves[_FLs])>>
<<set _pregNo += 1>>
<</if>>
<</if>>
<<if (_DL > 0)>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$ClubiIDs[_dI]]>>
<<if ($legendaryEntertainerID == 0) && ($slaves[$i].prestige == 0) && ($slaves[$i].entertainSkill >= 100) && ($slaves[$i].devotion > 50)>>
<<set $legendaryEntertainerID = $slaves[$i].ID>>
<</if>>
<<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryWombID = $slaves[$i].ID>>
<</if>>
<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -20)>>
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<<elseif ($slaves[$i].devotion < 45)>>
<<set $slaves[$i].devotion += 4>>
<<elseif ($slaves[$i].devotion > 50)>>
<<set $slaves[$i].devotion -= 4>>
<</if>>
<<if ($slaves[$i].trust < 30)>>
<<set $slaves[$i].trust += 5>>
<</if>>
<<if ($slaves[$i].health < -80)>>
<<set $slaves[$i].health += 20>>
<<elseif ($slaves[$i].health < -40)>>
<<set $slaves[$i].health += 15>>
<<elseif ($slaves[$i].health < 0)>>
<<set $slaves[$i].health += 10>>
<<elseif ($slaves[$i].health < 90)>>
<<set $slaves[$i].health += 7>>
<</if>>
<<if $slaves[$i].livingRules != "normal">>
<<set $slaves[$i].livingRules = "normal">>
<</if>>
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[$i] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>>
<<include "SA chooses own job">>
<<else>>
is serving in $clubName.
<</if>>
<br> She <<include "SA serve the public">>
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<include "SA chooses own job">>
<<include "SA serve the public">>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<if isSlim($slaves[$i])>>
<<set _slim += 1>>
<</if>>
<<if isStacked($slaves[$i])>>
<<set _stacked += 1>>
<</if>>
<<if isYoung($slaves[$i])>>
<<set _young += 1>>
<<else>>
<<set _old += 1>>
<</if>>
<<if isModded($slaves[$i])>>
<<set _modded += 1>>
<<elseif isUnmodded($slaves[$i])>>
<<set _unmodded += 1>>
<</if>>
<<if isXY($slaves[$i])>>
<<set _XY += 1>>
<<else>>
<<set _XX += 1>>
<</if>>
<<if isPure($slaves[$i])>>
<<set _pure += 1>>
<<else>>
<<set _implanted += 1>>
<</if>>
<<if isPreg($slaves[$i])>>
<<set _pregYes += 1>>
<<elseif isNotPreg($slaves[$i])>>
<<set _pregNo += 1>>
<</if>>
<</for>>
<br><br>
<<if $clubAdsSpending != 0>>
An ad campaign is getting citizens into the club every night, and sluts that match it gratify patrons.
<</if>>
<br>
<<if $clubAdsSpending != 0>>
<<if $clubAdsStacked == 1>>
Its advertisements feature stacked girls.
<<set _ads = 1>>
<<elseif $clubAdsStacked == -1>>
Its advertisements feature slim girls.
<<set _ads = -1>>
<<else>>
Its advertisements feature a variety of girls, some that are slim and some others that are stacked.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSAssetExpansionist != "unset") && ($arcologies[0].FSAssetExpansionist >= 80)>>
Most customers prefer stacked girls.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSSlimnessEnthusiast != "unset") && ($arcologies[0].FSSlimnessEnthusiast >= 80) >>
Most customers prefer slim girls.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSAssetExpansionist == "unset") && ($arcologies[0].FSSlimnessEnthusiast == "unset")>>
<<if ($clubAdsSpending == 0) || ($clubAdsStacked == 0)>>
<<set _possibleBonuses++>>
<<if (_slim > 0) && (_stacked > 0) && (Math.abs(_slim-_stacked) <= (_DL/3))>>
<<set $repGain += _DL*random(5,10), $clubBonuses++>>
There is a @@.green;wide@@ variety of slim and stacked slaves working the club.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either slim or stacked slaves.
<<set _pref = 0>>
<</if>>
<<if (_slim > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the club are slim.
<<elseif (_stacked > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the club are stacked.
<<else>>
<<set _girls = 0>>
The slaves in the club vary in slimness.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
Its advertising for <<if _ads == 1>>stacked <<elseif _ads == -1>>slim <</if>>girls matched most customers' preferences and the girls in the club matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>stacked <<elseif _ads == -1>>slim <</if>>girls matched most customers preferences, but the girls in the club did not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>stacked <<elseif _girls == -1>>slim <</if>>girls in the club did not match its advertisements, but since the girls in the club matched most customers preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>stacked <<elseif _girls == -1>>slim <</if>>girls there did not match their preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>stacked <<elseif _girls == -1>>slim <</if>>girls in the club match most customers' preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>stacked <<elseif _girls == -1>>slim <</if>>girls there did not match their preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<br>
<<if ($clubAdsSpending > 0)>>
<<if $clubAdsModded == 1>>
Its advertisements feature girls that are heavily pierced and tattooed.
<<set _ads = 1>>
<<elseif $clubAdsModded == -1>>
Its advertisements feature girls that free from piercings and tattoos.
<<set _ads = -1>>
<<else>>
Its advertisements feature some girls that are tattooed and pierced, and some that aren't.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSDegradationist != "unset") && ($arcologies[0].FSDegradationist >= 80)>>
Most customers prefer heavily pierced and tattooed girls.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSBodyPurist != "unset") && ($arcologies[0].FSBodyPurist >= 80) >>
Most customers prefer natural girls.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSDegradationist == "unset") && ($arcologies[0].FSBodyPurist == "unset")>>
<<if ($clubAdsSpending == 0) || ($clubAdsModded == 0)>>
<<set _possibleBonuses++>>
<<if (_modded > 0) && (_unmodded > 0) && (Math.abs(_modded-_unmodded) <= (_DL/3))>>
<<set $repGain += _DL*random(5,10), $clubBonuses++>>
There are @@.green;both@@ heavily pierced and tattooed slaves and slaves with more natural bodies filling the club.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either natural or heavily body modded girls.
<<set _pref = 0>>
<</if>>
<<if (_modded > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the club are heavily pierced and tattooed.
<<elseif (_unmodded > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the club have natural unmodded bodies.
<<else>>
<<set _girls = 0>>
Some girls in the club have piercings or tattoos, some do not and others have both.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
Its advertising for <<if _ads == 1>>heavily modded <<elseif _ads == -1>>natural bodied <</if>>girls matched most customers' preferences and the girls in the club matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>heavily modded <<elseif _ads == -1>>natural bodied <</if>>girls matched most customers preferences, but the girls in the club did not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>heavily modded <<elseif _girls == -1>>natural bodied <</if>>girls in the club did not match its advertisements, but since the girls in the club matched most customers preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>heavily modded <<elseif _girls == -1>>natural bodied <</if>>girls there did not match most customers preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>heavily modded <<elseif _girls == -1>>natural bodied <</if>>girls in the club match most customers' preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>heavily modded <<elseif _girls == -1>>natural bodied <</if>>girls there did not match most customers preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<br>
<<if ($clubAdsSpending > 0)>>
<<if $clubAdsImplanted == 1>>
Its advertisements feature girls that are augmented by implants or improved surgically.
<<set _ads = 1>>
<<elseif $clubAdsImplanted == -1>>
Its advertisements feature girls that have all natural bodies.
<<set _ads = -1>>
<<else>>
Its advertisements feature some girls that are surgically improved and implanted and some that are all-natural.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSTransformationFetishist != "unset") && ($arcologies[0].FSTransformationFetishist >= 80)>>
Most customers prefer heavily implanted and surgically enhanced girls.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSBodyPurist != "unset") && ($arcologies[0].FSBodyPurist >= 80) >>
Most customers prefer all-natural girls.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSTransformationFetishist == "unset") && ($arcologies[0].FSBodyPurist == "unset")>>
<<if ($clubAdsSpending == 0) || ($clubAdsImplanted == 0)>>
<<set _possibleBonuses++>>
<<if (_implanted > 0) && (_pure > 0) && (Math.abs(_implanted-_pure) <= (_DL/3))>>
<<set $repGain += _DL*random(5,10), $clubBonuses++>>
Citizens in $clubName can easily find @@.yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either all-natural or surgically enhanced and implanted girls.
<<set _pref = 0>>
<</if>>
<<if (_implanted > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the club are heavily implanted or surgically enhanced.
<<elseif (_pure > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the club have naturally pure bodies.
<<else>>
<<set _girls = 0>>
The slaves in the club vary in body modification.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
Its advertising for <<if _ads == 1>>implanted or surgically improved <<elseif _ads == -1>>naturally pure <</if>>girls matched most customers' preferences and the girls in the club matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>implanted or surgically improved <<elseif _ads == -1>>naturally pure <</if>>girls matched most customers preferences, but the girls in the club did not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls in the club did not match its advertisements, but since the girls in the club matched most customers preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>implanted and surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls there did not match their preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls in the club match most customers' preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>implanted and surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls there did not match their preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<<if ($seeDicks != 0)>>
<br>
<<if ($clubAdsSpending > 0)>>
<<if ($clubAdsXX == 1)>>
Its advertisements feature girls with female genitalia.
<<set _ads = 1>>
<<elseif ($clubAdsXX == -1)>>
Its advertisements feature girls with male genitalia.
<<set _ads = -1>>
<<else>>
Its advertisements feature a variety of girls with both male and female genitalia.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSGenderFundamentalist != "unset") && ($arcologies[0].FSGenderFundamentalist >= 80)>>
Most customers prefer girls with pussies.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSGenderRadicalist != "unset") && ($arcologies[0].FSGenderRadicalist >= 80)>>
Most customers prefer girls with dicks.
<<set _pref = -1>>
<<else>>
<<if ($clubAdsSpending == 0) || ($clubAdsXX == 0)>>
<<set _possibleBonuses++>>
<<if (_XX > 0) && (_XY > 0) && (Math.abs(_XX-_XY) <= (_DL/3))>>
<<set $repGain += _DL*random(5,10), $clubBonuses++>>
The club offers a @@.green;mix@@ of sluts that can appeal to varied tastes in genitalia.
<</if>>
<</if>>
Most customers don't have preferences for either girls with dicks or girls with pussies.
<<set _pref = 0>>
<</if>>
<<if (_XX > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the club have female genitalia.
<<elseif (_XY > (_DL/2))>>
Most of the slaves in the club have male genitalia.
<<set _girls = -1>>
<<else>>
<<set _girls = 0>>
The slaves in the club vary in genitalia.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0) >>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matches most customers' preferences as advertised. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matched most customers preferences, but the girls in the club are not as advertised. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The girls <<if _girls == 1>> with pussies<<elseif _girls == -1>> with dicks<</if>>in the club did not match the advertisements, but since the girls in the club matched most customers preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The girls in the club match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>>. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<</if>>
<br>
<<if ($clubAdsSpending > 0)>>
<<switch ($clubAdsOld)>>
<<case 1>>
Its advertisements feature mature slaves.
<<set _ads = 1>>
<<case -1>>
Its advertisements feature young slaves.
<<set _ads = -1>>
<<case -2>>
Its advertisements feature teenagers.
<<set _ads = -1>>
<<case -3>>
Its advertisements feature lolis.
<<set _ads = -1>>
<<default>>
Its advertisements feature slaves of a variety of ages.
<<set _ads = 0>>
<</switch>>
<</if>>
<<if ($arcologies[0].FSMaturityPreferentialist != "unset") && ($arcologies[0].FSMaturityPreferentialist >= 80)>>
Most customers prefer mature girls.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSYouthPreferentialist != "unset") && ($arcologies[0].FSYouthPreferentialist >= 80)>>
Most customers prefer young girls.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSMaturityPreferentialist == "unset") && ($arcologies[0].FSYouthPreferentialist == "unset")>>
<<if ($clubAdsSpending == 0) || ($clubAdsOld == 0)>>
<<set _possibleBonuses++>>
<<if (_young > 0) && (_old > 0) && (Math.abs(_young-_old) <= (_DL/3))>>
<<set $repGain += _DL*random(5,10), $clubBonuses++>>
There are girls @@.green;both@@ young and mature in $clubName.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either mature or young girls.
<<set _pref = 0>>
<</if>>
<<if (_old > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the club are mature.
<<elseif (_young > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the club are young.
<<else>>
<<set _girls = 0>>
The slaves in the club vary in age.
<</if>>
<<if _pref == 0>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
Its advertising matches most customers' age preferences and the girls in the club match the ages as advertised. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising matched most customers age preferences, but the girls in the club do not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The ages of girls in the club did not match the ages as advertised, but since the girls in the club matched most customers age preferences, your reputation was not affected.
<<elseif (_girls != _pref) && (_girls == _ads)>>
Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The girls in the club match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<<if $seePreg == 1>>
<br>
<<if ($clubAdsSpending > 0)>>
<<if $clubAdsPreg == 1>>
Its advertisements feature girls that are clearly pregnant.
<<set _ads = 1>>
<<elseif $clubAdsPreg == -1>>
Its advertisements feature girls that have flat, usually firm, bellies.
<<set _ads = -1>>
<<else>>
Its advertisements feature some girls that are pregnant.
<<set _ads = 0>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRepopulationFocus != "unset") && ($arcologies[0].FSRepopulationFocus >= 80)>>
Most customers prefer their girls rounded with child.
<<set _pref = 1>>
<<elseif ($arcologies[0].FSRestart != "unset") && ($arcologies[0].FSRestart >= 80) >>
Most customers prefer girls that aren't gravid.
<<set _pref = -1>>
<<else>>
<<if ($arcologies[0].FSRepopulationFocus == "unset") && ($arcologies[0].FSRestart == "unset")>>
<<if ($clubAdsSpending == 0) || ($clubAdsPreg == 0)>>
<<set _possibleBonuses++>>
<<if (_pregYes > 0) && (_pregNo > 0) && (Math.abs(_pregYes-_pregNo) <= (_DL/3))>>
<<set $repGain += _DL*random(5,10), $clubBonuses++>>
There is a @@.green;wide@@ selection of slaves with a variety of middles working the club.
<</if>>
<</if>>
<</if>>
Most customers don't have preferences for either big-bellied or flat-bellied girls.
<<set _pref = 0>>
<</if>>
<<if (_pregNo > (_DL/2))>>
<<set _girls = -1>>
Most of the slaves in the club sport flat bellies.
<<elseif (_pregYes > (_DL/2))>>
<<set _girls = 1>>
Most of the slaves in the club sport gravid middles.
<<else>>
<<set _girls = 0>>
The slaves in the club vary in belly type.
<</if>>
<<if (_pref == 0)>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
Its advertising for <<if _ads == 1>>pregnant <<elseif _ads == -1>>flat-bellied <</if>>girls matched most customers' preferences and the girls in the club matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for <<if _ads == 1>>pregnant <<elseif _ads == -1>>flat-bellied <</if>>girls matched most customers preferences, but the girls in the club did not. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>>
The <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the club did not match its advertisements, but since the girls in the club matched most customers preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls, your reputation was not affected.
<<elseif (_girls != _pref)>>
Some customers were put off since the <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the club did not match their preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<<else>>
<<if (_girls == _pref)>>
The <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the club match most customers' preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>>
<<else>>
Some customers were put off since the <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the club did not match their preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>>
<</if>>
<</if>>
<</if>>
<<if (_possibleBonuses > 0) && ($clubBonuses >= _possibleBonuses)>>
<<set $repGain += _DL*random(10,15)>>
<br>
There is a ''@@.green;perfect variety@@'' of slaves serving the public from $clubName.
<<else>>
<br>
$clubNameCaps does not offer enough variety to satisfy all visitors.
<</if>>
<!-- Record statistics gathering -->
<<script>>
var b = State.variables.facility.club;
b.whoreIncome = 0;
b.customers = 0;
b.whoreCosts = 0;
b.rep = 0;
for(var si of b.income.values()) {
b.whoreIncome += si.income;
b.customers += si.customers;
b.whoreCosts += si.cost;
b.rep += si.rep;
}
b.adsCosts = State.variables.clubAdsSpending;
b.maintenance = State.variables.club * State.variables.facilityCost * (1.0 + 0.2 * State.variables.clubUpgradePDAs);
b.totalIncome = b.whoreIncome + b.adsIncome;
b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance;
b.profit = b.totalIncome / b.totalExpenses;
<</script>>
<<if $clubDecoration != "standard">>
<br><br> $clubNameCaps's customers enjoy @@.green;having sex in $clubDecoration surroundings.@@
<</if>>
<!-- Statistics output -->
<<ClubStatistics 0>>
<<timed 50ms>>
<<replace #clubstats>>
<<ClubStatistics 1>>
<</replace>>
<</timed>>
<</if>>
<<if _DL > 0 || $DJ != 0>>
<br><br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/clubReport.tw
|
tw
|
bsd-3-clause
| 36,095 |
:: Complete Catalog [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main">>
//This is the complete catalog of slaves that you can acquire from other slaveowners. Most of these slaves are not for sale, so persuading their owners to part with them will be extremely expensive.//
<br><br>
<<for $i = 0; $i < $heroSlaves.length; $i++>>
<<if $i > 0>> | <</if>>
<<if $heroSlaves[$i].ID == $activeSlave.ID>>
//$heroSlaves[$i].slaveName//
<<else>>
<<print "[[$heroSlaves[$i].slaveName|Complete Catalog][$activeSlave = getHeroSlave($heroSlaves[" + $i + "], $baseHeroSlave)]]">>
<</if>>
<</for>>
<<if ndef $activeSlave.pubicHColor>>
<<set $activeSlave.pubicHColor = $activeSlave.hColor>>
<</if>>
<<if ndef $activeSlave.underArmHColor>>
<<set $activeSlave.underArmHColor = $activeSlave.hColor>>
<</if>>
<<if ($activeSlave.override_Eye_Color != 1)>>
<<switch ($activeSlave.eyeColor)>>
<<case "blind blue">>
<<set $activeSlave.origEye = "deep blue">>
<<case "milky white" "implant">>
<<set $activeSlave.origEye = random("blue", "green", "brown", "hazel", "light blue", "light green", "dark green", "dark blue")>>
<<default>>
<<set $activeSlave.origEye = $activeSlave.eyeColor>>
<</switch>>
<</if>>
<<if ($activeSlave.override_Race != 1)>>
<<set $activeSlave.origRace = $activeSlave.race>>
<</if>>
<<if ($activeSlave.override_H_Color != 1)>>
<<set $activeSlave.origHColor = $activeSlave.hColor>>
<</if>>
<<if ($activeSlave.override_Arm_H_Color != 1)>>
<<set $activeSlave.underArmHColor = $activeSlave.hColor>>
<</if>>
<<if ($activeSlave.override_Pubic_H_Color != 1)>>
<<set $activeSlave.pubicHColor = $activeSlave.hColor>>
<</if>>
<<if ($activeSlave.override_Brow_H_Color != 1)>>
<<set $activeSlave.eyebrowHColor = $activeSlave.hColor>>
<</if>>
<<if ($activeSlave.override_Skin != 1)>>
<<set $activeSlave.origSkin = $activeSlave.skin>>
<</if>>
<<run SetBellySize($activeSlave)>>
<<set $specialSlavesPriceOverride = 1>>
<<run nationalityToAccent($activeSlave)>>
<<if $familyTesting == 1>>
/* special slaves exceptions to keep siblings sensible */
<<if $activeSlave.mother == -9999 && $activeSlave.father == -9998>> /* The twins - Camille & Kennerly */
<<for _k = 0; _k < $slaves.length; _k++>>
<<if areSisters($slaves[_k], $activeSlave) > 0>>
<<set $activeSlave.actualAge = $slaves[_k].actualAge, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge, $activeSlave.birthWeek = $slaves[_k].birthWeek>>
<</if>>
<</for>>
<</if>>
<<if $activeSlave.mother == -9997 && $activeSlave.father == -9996>> /* The siblings - Elisa & Martin */
<<for _k = 0; _k < $slaves.length; _k++>>
<<if areSisters($slaves[_k], $activeSlave) > 0>>
<<if $activeSlave.birthName == "Elisa">>
<<set $activeSlave.actualAge = $slaves[_k].actualAge-1, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>>
<<elseif $activeSlave.birthName == "Martin">>
<<set $activeSlave.actualAge = $slaves[_k].actualAge+1, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>>
<</if>>
<</if>>
<</for>>
<</if>>
<<if $activeSlave.mother == -9995 && $activeSlave.father == -9994>> /* The fruit siblings - Green & Purple Grape */
<<for _k = 0; _k < $slaves.length; _k++>>
<<if areSisters($slaves[_k], $activeSlave) > 0>>
<<if $activeSlave.birthName == "Green Grape">>
<<set $activeSlave.actualAge = $slaves[_k].actualAge-5, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>>
<<elseif $activeSlave.birthName == "Purple Grape">>
<<set $activeSlave.actualAge = $slaves[_k].actualAge+5, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>>
<</if>>
<</if>>
<</for>>
<</if>>
<</if>>
<br><br>
<<set $saleDescription = 1>>
<<include "Long Slave Description">>
<<slaveCost $activeSlave>>
<<set $slaveCost = (10*Math.trunc(($slaveCost/10)*2))>>
<<if $slaveCost < 40000>>
<<set $slaveCost += random(20000,60000)>>
<</if>>
<<set $specialSlavesPriceOverride = 0>>
<br><br>
The offered price is <<print cashFormat($slaveCost)>>.
[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $activeSlave.weekAcquired = $week, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main", $specialSlave = 1]]
|
amomynous0/fc
|
src/uncategorized/completeCatalog.tw
|
tw
|
bsd-3-clause
| 4,675 |
:: Concubine Select [nobr]
<<set $nextButton = "Back", $nextLink = "Master Suite", $showEncyclopedia = 1, $encyclopedia = "Concubine">>
<<showallAssignmentFilter>>
<<if ($Concubine != 0)>>
''__@@.pink;<<= SlaveFullName($Concubine)>>@@__'' is serving as your Concubine.<br><br>She will take the lead in seeing to your pleasure.
<<else>>
You have not selected a Concubine.
<</if>>
<br><br>''Appoint a Concubine from your devoted slaves:''
<br><br>[[None|Concubine Workaround][$i = -1]]
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<showallAssignmentFilter>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
|
amomynous0/fc
|
src/uncategorized/concubineSelect.tw
|
tw
|
bsd-3-clause
| 634 |
:: Concubine Workaround [silently]
<<if $Concubine != 0>>
<<= removeJob($Concubine, "be your Concubine")>>
<</if>>
<<if $i > -1>>
<<= assignJob($slaves[$i], "be your Concubine")>>
<<set $slaves[$i].livingRules = "luxurious">>
<<set $Concubine = $slaves[$i]>>
<</if>>
<<goto "Master Suite">>
|
amomynous0/fc
|
src/uncategorized/concubineWorkaround.tw
|
tw
|
bsd-3-clause
| 298 |
:: Corporate Market [nobr]
<<set $nextButton = "Back", $nextLink = "Main">>
You're in your corporation's flagship slave market.
The corporation pays you only nominal rent for this space, but will offer you a discount on slaves here based on your shares in it. Additionally, having the corporation's premiere products sold here in $arcologies[0].name will associate them with you, allowing your reputation to improve the corporate brand. A pretty
<<if $surgicalUpgradeGenitalia == "futanari">>futanari<<elseif $captureUpgradeGender == "XY">><<if $surgicalUpgradeGenitalia == "gelded">>clipped<<else>>shemale<</if>><</if>>
sales<<if $captureUpgradeAge == "old">>woman<<else>>girl<</if>> in a slutty suit greets you properly. She's a corporate slave chosen for loyalty and intelligence, and to physically represent the brand.
<<if $drugUpgradeInjectionTwo == "supermassive">>
She has awe-inspiring breasts which her suit jacket helps support; even so, their bottoms reach past her navel.
<<elseif $drugUpgradeInjectionTwo == "pastoral">>
She has gigantic, milk-swollen breasts almost spilling out of her suit.
<<elseif $surgicalUpgradeImplants == "absurd">>
She has enormous fake tits that ride inhumanly high on her chest.
<<elseif $drugUpgradeInjectionOne == "huge">>
She has huge tits and a nice broad butt which her tight skirt hugs closely.
<<elseif $surgicalUpgradeImplants == "applied">>
She has nice fake bimbo tits and a silicone bubble butt.
<<elseif $drugUpgradeInjectionOne == "tasteful">>
She's nice and curvy, with nice breasts and a lovely ass.
<</if>>
<<if $surgicalUpgradeCosmetics == "applied">>Her face is flawless.<</if>>
<<if ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>>
She's $captureUpgradeRace, of course<<if $trainingUpgradeAccent == "accents">>, and has a cute accent<</if>>.
<</if>>
<<if $drugUpgradeHormones == "XX">>
Her voice is soft and feminine, and she bats her eyes at you.
<<elseif $drugUpgradeHormones == "XY">>
She has a deep voice, and speaks assertively.
<</if>>
<<if $generalUpgradeMuscle == "toned">>
Her hot body is perfectly toned under her suit.
<<elseif $generalUpgradeMuscle == "ripped">>
Her suit is specially tailored to flatter her visible musculature.
<</if>>
Of course, you know all about the corporation, but sales<<if $captureUpgradeAge == "old">>women<<else>>girls<</if>> here have standing orders to treat you like any other customer, so you can review the market properly. The slave turns to <<if $surgicalUpgradeGenitalia != "fucknugget">>a multimedia presentation on<<else>>a rack of<</if>> your corporation's slaves.
<br><br>
She explains that the corporation captures many people, so it only retains and trains those that fit its product lines.
<<GenerateMarketSlave "corporate">>
<br><br>
Her presentation done, the
<<if $surgicalUpgradeGenitalia == "futanari">>futanari<<elseif $captureUpgradeGender == "XY">><<if $surgicalUpgradeGenitalia == "gelded">>clipped<<else>>shemale<</if>><</if>>
sales<<if $captureUpgradeAge == "old">>woman<<else>>girl<</if>> directs you to the inventory interface that will allow you to peruse the corporation's slaves, and moves over to stand next to it, ready to answer any questions.
<<if $PC.dick == 1>>
She positions herself facing away from you and hikes up her skirt to bare her
<<if $drugUpgradeInjectionTwo == "supermassive" || $drugUpgradeInjectionTwo == "pastoral">>gigantic ass<<elseif $surgicalUpgradeImplants != "none">>fake ass<<elseif $drugUpgradeInjectionOne != "huge">>big butt<<else>>cute butt<</if>>
and cocks her hips<<if $surgicalUpgradeGenitalia == "gelded">>, keeping her soft cock demurely out of sight<</if>>, if you feel like <<if $captureUpgradeGender == "XY" && $surgicalUpgradeGenitalia != "futanari">>sodomizing<<else>>fucking<</if>> her
<<else>>
She gets down on her knees right there, making her mouth available if you feel like riding her face
<</if>>
while you browse.
<span id="result">
<<link "Use her">>
<<replace "#result">>
<<if $PC.dick == 1>>
Her <<if $captureUpgradeGender == "XY" && $surgicalUpgradeGenitalia != "futanari">>asshole is thoughtfully pre-lubed, and your cock slides easily up it<<else>>pussy is nice and wet, and your cock slides inside her easily<</if>> as you consider the slaves on offer. She's well trained, and uses her <<if $captureUpgradeGender == "XY" && $surgicalUpgradeGenitalia != "futanari">>sphincter<<else>>womanly muscles<</if>> to please your member expertly as she ruts herself gently back against you, doing almost all the work. When you orgasm, she retains the load carefully, keeping your cum inside her and away from her nice clothes.
<<else>>
She's very well trained, and does all the work. Once you move in and straddle her, she gets right down to it, or in this case, up to it. Her clever tongue runs gently along your labia to build anticipation before starting a delightful dance around and then atop your clitoris. You orgasm in no time at all, a climax which she carefully prolongs by kissing you full on the pussy in just the right way, only breaking the oral embrace when you've ridden it as far as you'll go.
<</if>>
<</replace>>
<</link>>
</span>
<br><br>
<<slaveCost $activeSlave>>
<<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += $slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1)>><</if>>
<<if $publicShares <= $personalShares*0.2>>
Your commanding share of the corporation allows you to purchase its slaves at a very steep discount.
<<set $slaveCost *= 0.7>>
<<elseif $publicShares <= $personalShares*0.5>>
Your large share of the corporation permits you to purchase its slaves at a steep discount.
<<set $slaveCost *= 0.8>>
<<else>>
Your shares of the corporation come with a decent discount on its slaves.
<<set $slaveCost *= 0.9>>
<</if>>
<<set $slaveCost = 500*Math.trunc($slaveCost/500)>>
The offered price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
<br>
<<if $cash >= $slaveCost>>
[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]]
<<else>>
//You lack the necessary funds to buy this slave.//
<</if>>
<br>
[[Decline to purchase her and check out another slave|Corporate Market][$slavesSeen += 1]]
<br><br>
<<set $saleDescription = 1, $applyLaw = 1>><<include "Long Slave Description">>
<br><br>
<<link "End corporate slave sales here and return this sector to standard markets">>
<<set $corpMarket = 0>>
<<for _i = 0; _i < $sectors.length; _i++>>
<<if $sectors[_i].type == "CorporateMarket">><<set $sectors[_i].type = "Markets">><<break>><</if>>
<</for>>
<<goto "Main">>
<</link>>
|
amomynous0/fc
|
src/uncategorized/corporateMarket.tw
|
tw
|
bsd-3-clause
| 6,858 |
:: Corporation Developments [nobr]
<<if $detailedCorpControls == 1>>
<<set _Numgeneral = "ALL">>
<<set _Numslave = "ALL">>
<<set _Numentrapment = "ALL">>
<<set _Numcapture = "ALL">>
<<set _Numtraining = "ALL">>
<<set _Numsurgical = "ALL">>
<<set _Numdrug = "ALL">>
<</if>>
<<if $useTabs == 0>>__The Corporation__<</if>>
<br>
<<set _totalShares = ($personalShares+$publicShares)>>
<<set _roll = random(1,100)>>
<<set $corpPeopleEnslaved += 1>>
<<set $corpValue = $corpCash + ($generalAssets*$generalAssetPrice)+($slaveAssets*$slaveAssetPrice)+($entrapmentAssets*$entrapmentAssetPrice)+($captureAssets*$captureAssetPrice)+($trainingAssets*$trainingAssetPrice)+($surgicalAssets*$surgicalAssetPrice)+($drugAssets*$drugAssetPrice)>>
<<set $corpProfit = Math.max(0, Math.trunc( 6666666 / (1 + Math.exp(-1.4 * (Math.log($corpValue) - 18))) ) - random(666, 6666))>> /* formula caps at 6666666, reaches 6.5 million at corpValue of 900 million */
<<set $corpCash = Math.trunc($corpCash + $corpProfit)>>
Your corporation was valued at @@.yellowgreen;<<print cashFormat($corpValue)>>@@ and made a profit of @@.yellowgreen;<<print cashFormat($corpProfit)>>@@ last week.
<<set _addedSlaves = Math.ceil(Math.log($captureAssets+$entrapmentAssets))>>
<<if $mercenariesHelpCorp > 0 || ($SF.Units >= 10 && $SFSupportLevel >= 4)>>
<<if $mercenariesHelpCorp > 0>>
The $mercenariesTitle
<<set _addedSlaves += Math.ceil(_addedSlaves * (1.04*$mercenaries))>> /* increase by 12-20% ($mercenaries == 3 - 5) */
<</if>>
<<if $mercenariesHelpCorp > 0 && $SF.Units >= 10>>
and a
<<elseif $SF.Units >= 10>>
A
<</if>>
<<if $SF.Units >= 10>>
small portion of $SF.Lower
<<set _addedSlaves += Math.ceil(_addedSlaves * (1.04*($SF.Units/10)))>>
<</if>>
assist it with difficult enslavement targets. Otherwise, it
<<else>>
It
<</if>>
<<if _roll > 90>>
was an outstanding week for corporate enslavement;
<<set _addedSlaves *= 5>>
<<elseif _roll > 60>>
was a great week for enslavement;
<<set _addedSlaves *= 4>>
<<elseif _roll > 40>>
was a good week for enslavement;
<<set _addedSlaves *= 3>>
<<elseif _roll > 20>>
was a mediocre week for enslavement;
<<set _addedSlaves *= 2>>
<<else>>
was a bad week for enslavement;
<</if>>
<<set $corpPeopleEnslaved += _addedSlaves, $slaveAssets += 500 * _addedSlaves>>
in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> people.
<<set _trainingWeight = 0.6, _surgicalWeight = 0.2, _drugWeight = 0.2>>
<<if $surgicalUpgradeCosmetics == "none" && $surgicalUpgradeImplants == "none" && $surgicalUpgradeGenitalia == "none">>
<<set _surgicalWeight = 0, _trainingWeight += 0.2>>
<</if>>
<<if $drugUpgradeHormones == "none" && $drugUpgradeInjectionOne == "none" && $drugUpgradeInjectionTwo == "none">>
<<set _drugWeight = 0.1, _trainingWeight += 0.1>>
<</if>>
<<set _improvementAssetsTotal = ($trainingAssets * _trainingWeight) + ($surgicalAssets * _surgicalWeight) + ($drugAssets * _drugWeight)>>
<<if _improvementAssetsTotal > $slaveAssets * 0.6>>
The corporation has enough training and medical assets to rapidly improve its human holdings.
<<set $slaveAssets += Math.ceil(Math.log($slaveAssets)*800)>>
<<elseif _improvementAssetsTotal > $slaveAssets * 0.4>>
The corporation uses its training and medical assets to improve its human holdings.
<<set $slaveAssets += Math.ceil(Math.log($slaveAssets)*400)>>
<<else>>
The corporation has only enough training and medical assets to maintain the value of its human holdings.
<</if>>
/* model weekly corporate expenses as random 1-3% reduction in all asset types (including cash) ... except slaves, whose value is tied to $slaveCostFactor (which the corporation does not affect) */
<<set $trainingAssets = Math.max(Math.ceil($trainingAssets * random(97,99)/100), 500), $surgicalAssets = Math.max(Math.ceil($surgicalAssets * random(97,99)/100), 500), $drugAssets = Math.max(Math.ceil($drugAssets * random(97,99)/100), 500), $generalAssets = Math.max(Math.ceil($generalAssets * random(97,99)/100), 500), $entrapmentAssets = Math.max(Math.ceil($entrapmentAssets * random(97,99)/100), 500), $captureAssets = Math.max(Math.ceil($captureAssets * random(97,99)/100), 500), $corpCash = Math.ceil($corpCash * random(97,99)/100)>>
<<if $corpMarket>>
<<if $rep > 5000>>
<<set $slaveAssets += Math.ceil(Math.log($slaveAssets)/Math.log(10)*(($rep-5000)/15000)*200)>>
Since the corporation has its flagship slave market in $arcologies[0].name, your
<<if $rep > 19000>>
worldwide renown greatly
<<elseif $rep > 15000>>
widespread reputation significantly
<<elseif $rep > 10000>>
good reputation moderately
<<else>>
decent reputation slightly
<</if>>
enhances the value of its slaves.
<</if>>
<</if>>
<<set _dividendPerShare = 0.2 * $corpProfit / _totalShares>>
<<if _dividendPerShare > 5>>
<<set _dividendPerShare = 5 * Math.floor(0.2 * Math.log(_dividendPerShare)/Math.log(1.25))>>
Since it is incredibly profitable, a massive dividend of @@.yellowgreen;<<print cashFormat(_dividendPerShare)>>@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*_dividendPerShare)>>@@.
<<set $cash += $personalShares*_dividendPerShare, $corpCash -= _totalShares*_dividendPerShare>>
<<elseif _dividendPerShare > 3>>
Since it is extremely profitable, a huge dividend of @@.yellowgreen;¤3@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*3)>>@@.
<<set $cash += $personalShares*3, $corpCash -= _totalShares*3>>
<<elseif _dividendPerShare > 2>>
Since it is highly profitable, a huge dividend of @@.yellowgreen;¤2@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*2)>>@@.
<<set $cash += $personalShares*2, $corpCash -= _totalShares*2>>
<<elseif _dividendPerShare > 1>>
Since it is very profitable, a large dividend of @@.yellowgreen;¤1@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares)>>@@.
<<set $cash += $personalShares, $corpCash -= _totalShares>>
<<elseif _dividendPerShare > 0.5>>
Since it is quite profitable, a moderate dividend of @@.yellowgreen;¤0.5@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.5)>>@@.
<<set $cash += Math.trunc($personalShares*0.5), $corpCash -= Math.trunc(_totalShares*0.5)>>
<<elseif _dividendPerShare > 0.3>>
Since it is acceptably profitable, a reasonable dividend of @@.yellowgreen;¤0.3@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.3)>>@@.
<<set $cash += Math.trunc($personalShares*0.3), $corpCash -= Math.trunc(_totalShares*0.3)>>
<<elseif _dividendPerShare > 0.2>>
Since it is moderately profitable, a modest dividend of @@.yellowgreen;¤0.2@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.2)>>@@.
<<set $cash += Math.trunc($personalShares*0.2), $corpCash -= (_totalShares*0.2)>>
<<elseif _dividendPerShare > 0.1>>
Since it is modestly profitable, a small dividend of @@.yellowgreen;¤0.1@@/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.1)>>@@.
<<set $cash += Math.trunc($personalShares*0.1), $corpCash -= Math.trunc(_totalShares*0.1)>>
<<elseif $corpProfit > 0>>
Since its profits per share are low, a meager dividend was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat(1+Math.ceil(($corpProfit*0.2*$personalShares)/_totalShares))>>@@.
<<set $cash += 1+Math.ceil(($corpProfit*0.2*$personalShares)/_totalShares), $corpCash -= Math.trunc($corpProfit*0.2)>>
<</if>>
<<set _roll = random(1,100)>>
<<if $sharePrice*_totalShares < $corpValue*0.5>> /* market value is less than 50% of value of assets */
Investors scramble to buy into your booming corporation, causing share prices to skyrocket. Your financial genius is @@.green;widely praised@@.
<<set $sharePrice = Math.ceil($sharePrice*(110 + _roll/5))/100, $rep += 150 + Math.ceil(_roll * 3.5)>> /* 10-30% rise, +150-500 rep */
<<elseif $sharePrice*_totalShares < $corpValue*0.75>> /* market value is less than 75% of value of assets */
The market consensus is that your corporation is undervalued, driving share prices sharply up.
<<set $sharePrice = Math.ceil($sharePrice*random(105,108))/100>> /* 5-8% rise */
<<elseif $sharePrice*_totalShares > $corpValue*1.5>> /* market value is more than 1.5 times value of assets */
Investors panic as the bubble around your corporation bursts. Share prices are in free fall, and many @@.red;blame you personally@@ for their losses.
<<set $sharePrice = Math.ceil($sharePrice* (90 - _roll/3))/100, $rep -= 300 + Math.ceil(5 * _roll)>> /* 10-43% drop, -300-800 rep */
<<elseif random(1,100) < $rep/1000>> /* up to 20% chance */
Share prices in your corporation are driven up by your reputation.
<<set $sharePrice = Math.ceil($sharePrice*either(101,103))/100>> /* 1-3% rise */
<<elseif $sharePrice*_totalShares > $corpValue>> /* market value is more than value of assets */
The market consensus is that your corporation is overvalued, driving share prices sharply down.
<<set $sharePrice = Math.ceil($sharePrice*random(92,95))/100>> /* 5-8% drop */
<<elseif _roll < 20>> /* 20% chance */
Market volatility drives share prices down.
<<set $sharePrice = Math.ceil($sharePrice*random(97,99))/100>> /* 1-3% drop */
<<elseif _roll > 80>> /* 20% chance */
Market volatility drives share prices up.
<<set $sharePrice = Math.ceil($sharePrice*either(101,102))/100>> /* 1-2% rise */
<</if>>
Shares in your corporation are trading at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice))>>@@:
<<if $oldSharePrice == $sharePrice>>
no different from last week.
<<elseif $oldSharePrice > $sharePrice>>
down @@.yellowgreen;<<print cashFormat(Math.ceil(($oldSharePrice-$sharePrice)*100)/100)>>@@ since last week.
<<else>>
up @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice - $oldSharePrice)*100)/100)>>@@ since last week.
<</if>>
<<set $oldSharePrice = Math.ceil($sharePrice)>>
You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*$personalShares))>>@@ personally while, <<print commaNum($publicShares)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*$publicShares))>>@@ are publicly held.
<<set _PrivateOwnershipPercentage = Math.trunc(($personalShares/_totalShares)*100)>>
<<set _PublicOwnershipPercentage = Math.trunc(($publicShares/_totalShares)*100)>>
<span id="CorpAction">
<br><br>
<<if _PrivateOwnershipPercentage < 51>>//You cannot give up majority control.//
<<else>> /* actions that reduce private ownership percentage */
<br>Sell personal shares:
<<if $personalShares-1000 > $publicShares>>
<<link "<<print commaNum(1000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@">>
<<set $personalShares -= 1000>>
<<set $publicShares += 1000>>
<<set $cash += Math.ceil($sharePrice*1000)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99,$PC.trading >= 100 ? 99 : 98)))/100>>
<<replace "#CorpAction">>
<br>You sold <<print commaNum(1000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@, driving the share price down slightly.
<</replace>>
<</link>>
<<if $personalShares-5000 > $publicShares>>
| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@">>
<<set $personalShares -= 5000>>
<<set $publicShares += 5000>>
<<set $cash += Math.ceil(($sharePrice*5000)*.95)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99,$PC.trading >= 100 ? 99 : 98)))/100>>
<<replace "#CorpAction">>
<br>You sold <<print commaNum(5000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@, driving the share price down slightly.
<</replace>>
<</link>>
<</if>>
<<if $personalShares-10000 > $publicShares>>
| <<link "<<print commaNum(10000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@">>
<<set $personalShares -= 10000>>
<<set $publicShares += 10000>>
<<set $cash += Math.ceil(($sharePrice*10000)*.9)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99,$PC.trading >= 100 ? 99 : 98)))/100>>
<<replace "#CorpAction">>
<br>You sold <<print commaNum(10000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@, driving the share price down slightly.
<</replace>>
<</link>>
<</if>>
<<if $personalShares-15000 > $publicShares>>
| <<link "<<print commaNum(15000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@">>
<<set $personalShares -= 15000>>
<<set $publicShares += 15000>>
<<set $cash += Math.ceil(($sharePrice*15000)*.85)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99,$PC.trading >= 100 ? 99 : 98)))/100>>
<<replace "#CorpAction">>
<br>You sold <<print commaNum(15000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@, driving the share price down somewhat.
<</replace>>
<</link>>
<</if>>
<<if $personalShares-20000 > $publicShares>>
| <<link "<<print commaNum(20000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@">>
<<set $personalShares -= 20000>>
<<set $publicShares += 20000>>
<<set $cash += Math.ceil(($sharePrice*20000)*.8)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99,$PC.trading >= 100 ? 99 : 98)))/100>>
<<replace "#CorpAction">>
<br>You sold <<print commaNum(20000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@, driving the share price down significantly.
<</replace>>
<</link>>
<</if>>
<<else>>
//You cannot give up majority control.//
<</if>>
<br>Issue new public shares:
<<if $personalShares-1000 > $publicShares>>
<<link "<<print commaNum(1000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@">>
<<set $publicShares += 1000>>
<<set $corpCash += Math.ceil(($sharePrice*1000))>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>The corporation issued <<print commaNum(1000)>> new shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@, driving the share price down slightly.
<</replace>>
<</link>>
<<if $personalShares-5000 > $publicShares>>
| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.9))>>@@">>
<<set $publicShares += 5000>>
<<set $corpCash += Math.ceil(($sharePrice*5000)*.9)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>The corporation issued <<print commaNum(5000)>> new shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.9))>>@@, driving the share price down slightly.
<</replace>>
<</link>>
<</if>>
<<if $personalShares-10000 > $publicShares>>
| <<link "<<print commaNum(10000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@">>
<<set $publicShares += 10000>>
<<set $corpCash += Math.ceil(($sharePrice*10000)*.9)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>The corporation issued <<print commaNum(10000)>> new shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@, driving the share price down slightly.
<</replace>>
<</link>>
<</if>>
<<if $personalShares-15000 > $publicShares>>
| <<link "<<print commaNum(15000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@">>
<<set $publicShares += 15000>>
<<set $corpCash += Math.ceil(($sharePrice*15000)*.85)>>
<<set $sharePrice = (Math.trunc($sharePrice*random(96,98)))/100>>
<<replace "#CorpAction">>
<br>The corporation issued <<print commaNum(15000)>> new shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@, driving the share price down somewhat.
<</replace>>
<</link>>
<</if>>
<<if $personalShares-20000 > $publicShares>>
| <<link "<<print commaNum(20000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@">>
<<set $publicShares += 20000>>
<<set $corpCash += Math.ceil(($sharePrice*20000)*.8)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>The corporation issued <<print commaNum(20000)>> new shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@ driving the share price down significantly.
<</replace>>
<</link>>
<</if>>
<<else>>
//You cannot give up majority control.//
<</if>>
<</if>>/* closes actions that reduce private ownership percentage */
<<if _PublicOwnershipPercentage <= 5>><br>//You cannot make the corporation privately held.//
<<else>> /* actions that reduce public ownership percentage */
<br>Purchase shares from corporation:
<<if $cash > $sharePrice*1000>>
<<link "<<print commaNum(1000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@">>
<<set $personalShares += 1000>>
<<set $cash -= Math.ceil($sharePrice*1000)>>
<<set $corpCash += Math.ceil($sharePrice*1000)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>You purchased <<print commaNum(1000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@, from the corporation driving the share price down slightly.
<</replace>>
<</link>>
<<if $cash > $sharePrice*5000>>
| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@">>
<<set $personalShares += 5000>>
<<set $cash -= Math.ceil(($sharePrice*5000)*.95)>>
<<set $corpCash += Math.ceil(($sharePrice*5000)*.95)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>You purchased <<print commaNum(5000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@, from the corporation driving the share price down slightly.
<</replace>>
<</link>>
<</if>>
<<if $cash > $sharePrice*10000>>
| <<link "<<print commaNum(10000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@">>
<<set $personalShares += 10000>>
<<set $cash -= Math.ceil(($sharePrice*10000)*.9)>>
<<set $corpCash += Math.ceil(($sharePrice*10000)*.9)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>You purchased <<print commaNum(10000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@, from the corporation driving the share price down slightly.
<</replace>>
<</link>>
<</if>>
<<if $cash > $sharePrice*15000>>
| <<link "<<print commaNum(15000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@">>
<<set $personalShares += 15000>>
<<set $cash -= Math.ceil(($sharePrice*15000)*.85)>>
<<set $corpCash += Math.ceil(($sharePrice*15000)*.85)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>You purchased <<print commaNum(15000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@, from the corporation driving the share price down somewhat.
<</replace>>
<</link>>
<</if>>
<<if $cash > $sharePrice*20000>>
| <<link "<<print commaNum(20000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@">>
<<set $personalShares += 20000>>
<<set $cash -= Math.ceil(($sharePrice*20000)*.8)>>
<<set $corpCash += Math.ceil(($sharePrice*20000)*.8)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(98,99)))/100>>
<<replace "#CorpAction">>
<br>You purchased <<print commaNum(20000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@, from the corporation driving the share price down significantly.
<</replace>>
<</link>>
<</if>>
<<else>>
//You are unable to purchase <<print commaNum(1000)>> shares at the current share price, valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@.//
<</if>>
<br>Buy publicly held shares:
<<if $publicShares > 1000 && $cash > $sharePrice*1000>>
<<link "<<print commaNum(1000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@">>
<<set $personalShares += 1000>>
<<set $publicShares -= 1000>>
<<set $cash -= Math.ceil($sharePrice*1000)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102,$PC.trading >= 100 ? 101 : 102)))/100>>
<<replace "#CorpAction">>
<br>You bought <<print commaNum(1000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@, driving the share price up slightly.
<</replace>>
<</link>>
<<if $publicShares > 5000 && $cash >= $sharePrice*5000>>
| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@">> <<set $personalShares += 1000>>
<<set $publicShares -= 5000>>
<<set $cash -= Math.ceil(($sharePrice*5000)*.95)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102,$PC.trading >= 100 ? 101 : 102)))/100>>
<<replace "#CorpAction">>
<br>You bought <<print commaNum(5000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@, driving the share price up slightly.
<</replace>>
<</link>>
<</if>>
<<if $publicShares > 10000 && $cash >= $sharePrice*10000>>
| <<link "<<print commaNum(10000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@">> <<set $personalShares += 10000>>
<<set $publicShares -= 10000>>
<<set $cash -= Math.ceil(($sharePrice*10000)*.9)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102,$PC.trading >= 100 ? 101 : 102)))/100>>
<<replace "#CorpAction">>
<br>You bought <<print commaNum(10000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@, driving the share price up slightly.
<</replace>>
<</link>>
<</if>>
<<if $publicShares > 15000 && $cash >= $sharePrice*15000>>
| <<link "<<print commaNum(15000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@">> <<set $personalShares += 15000>>
<<set $publicShares -= 15000>>
<<set $cash -= Math.ceil(($sharePrice*15000)*.85)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102,$PC.trading >= 100 ? 101 : 102)))/100>>
<<replace "#CorpAction">>
<br>You bought <<print commaNum(15000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@, driving the share price up somewhat.
<</replace>>
<</link>>
<</if>>
<<if $publicShares > 20000 && $cash >= $sharePrice*20000>>
| <<link "<<print commaNum(20000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@">> <<set $personalShares += 20000>>
<<set $publicShares -= 20000>>
<<set $cash -= Math.ceil(($sharePrice*20000)*.8)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102,$PC.trading >= 100 ? 101 : 102)))/100>>
<<replace "#CorpAction">>
<br>You bought <<print commaNum(20000)>> shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@, driving the share price up significantly.
<</replace>>
<</link>>
<</if>>
<<elseif $publicShares > 1000>>
//You are unable to purchase <<print commaNum(1000)>> shares at the current share price, valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@.//
<<else>>
//You cannot make the corporation privately held.//
<</if>>
<br>Direct the corporation to buy back publicly held shares:
<<if $publicShares > 1000 && $corpCash > $sharePrice*1000>>
<<link "<<print commaNum(1000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@">>
<<set $publicShares -= 1000>>
<<set $corpCash -= 1000*Math.ceil($sharePrice)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>
<<replace "#CorpAction">>
<br>The corporation bought back <<print commaNum(1000)>> public shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@, driving the share price up slightly.
<</replace>>
<</link>>
<<if $publicShares > 5000 && $corpCash >= $sharePrice*5000>>
| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@">>
<<set $publicShares -= 5000>>
<<set $corpCash -= Math.ceil(($sharePrice*5000)*.95)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>
<<replace "#CorpAction">>
<br>The corporation bought back <<print commaNum(5000)>> public shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil((($sharePrice*5000)*.95)))>>@@, driving the share price up slightly.
<</replace>>
<</link>>
<</if>>
<<if $publicShares > 10000 && $corpCash >= $sharePrice*10000>>
| <<link "<<print commaNum(10000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@">>
<<set $publicShares -= 10000>>
<<set $corpCash -= Math.ceil(($sharePrice*10000)*.9)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>
<<replace "#CorpAction">>
<br>The corporation bought back <<print commaNum(10000)>> public shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*10000)*.9))>>@@, driving the share price up slightly.
<</replace>>
<</link>>
<</if>>
<<if $publicShares > 15000 && $corpCash >= $sharePrice*15000>>
| <<link "<<print commaNum(15000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@">>
<<set $publicShares -= 15000>>
<<set $corpCash -= Math.ceil(($sharePrice*15000)*.85)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>
<<replace "#CorpAction">>
<br>The corporation bought back <<print commaNum(15000)>> public shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*15000)*.85))>>@@, driving the share price up somewhat.
<</replace>>
<</link>>
<</if>>
<<if $publicShares > 20000 && $corpCash >= $sharePrice*20000>>
| <<link "<<print commaNum(20000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@">>
<<set $publicShares -= 20000>>
<<set $corpCash -= Math.ceil(($sharePrice*20000)*.8)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>
<<replace "#CorpAction">>
<br>The corporation bought back <<print commaNum(20000)>> public shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*20000)*.8))>>@@, driving the share price up significantly.
<</replace>>
<</link>>
<</if>>
<<elseif $publicShares > 1000>>
//The corporation is unable to purchase <<print commaNum(1000)>> shares at the current share price, valued at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice*1000))>>@@.//
<<else>>
//You cannot make the corporation privately held.//
<</if>>
<</if>> /* closes actions that reduce public ownership percentage */
</span>
<br><br>
<br>
<span id="cashOnHand">@@.yellowgreen;<<print cashFormat($corpCash)>>@@</span> in cash on hand.
<span id="update"></span>
<br>
<<if $generalAssetPrice > 10>>
<<if random(1,100) > 50>>
<<set $generalAssetPrice -= 1>>
<<elseif random(1,100) > 50>>
<<set $generalAssetPrice += 1>>
<</if>>
<<elseif $generalAssetPrice < 4>>
<<set $generalAssetPrice = 5>>
<<elseif $generalAssetPrice < 10>>
<<if random(1,100) > 50>>
<<set $generalAssetPrice += 1>>
<<elseif random(1,100) > 50>>
<<set $generalAssetPrice -= 1>>
<</if>>
<<else>>
<<if random(1,100) > 50>>
<<set $generalAssetPrice += 1>>
<<else>>
<<set $generalAssetPrice -= 1>>
<</if>>
<</if>>
<<if $detailedCorpControls != 1>>
<span id="genAssets">@@.yellowgreen;<<print cashFormat(Math.ceil($generalAssetPrice*$generalAssets))>>@@</span> in general assets.
General asset prices are
<<if $generalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $generalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $generalAssetPrice == 10>>average<<elseif $generalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
| <<link "Buy">>
<<if $generalAssetPrice*500 < $corpCash>>
<<set $generalAssets += 500>>
<<set $corpCash -= 500*$generalAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#genAssets">>
@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Invest Half">>
<<if $generalAssetPrice*1000 < $corpCash>>
<<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*1000)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*1000)))*($generalAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#genAssets">>
@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Massive investment">>
<<if $generalAssetPrice*1000 < $corpCash>>
<<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*500)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*500)))*($generalAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#genAssets">>
@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if $generalAssets >= 1000>>
<<set $generalAssets -= 500>>
<<set $corpCash += 500*$generalAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#genAssets">>
@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You cannot sell any more assets.
<</replace>>
<</if>>
<</link>>
/* Divest Half command rounds down. This means that on odd numbers a fraction of the asset is lost.
I can't be arsed to care. At this point that amount of money is insignificant.*/
| <<link "Divest Half">>
<<if $generalAssets >= 100000>>
<<set $generalAssets = Math.trunc($generalAssets/2)>>
<<set $corpCash += $generalAssets*$generalAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#genAssets">>
@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You don't have enough assets to justify bulk divestment.
<</replace>>
<</if>>
<</link>>
<<else>>
<span id="generalAssetsDisp">@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@ (<<print commaNum(Math.ceil($generalAssets/500))>> unit<<if Math.ceil($generalAssets/500) != 1>>s<</if>>)</span> in general assets.
Prices are
<<if $generalAssetPrice > 10>>
@@.yellowgreen;<<print cashFormat($generalAssetPrice*500)>>ea@@.
<<elseif $generalAssetPrice < 10>>
@@.gold;<<print cashFormat($generalAssetPrice*500)>>ea@@.
<<else>>
<<print cashFormat($generalAssetPrice*500)>>ea.
<</if>>
<span id="controlsgeneral"><<CorpDevBuySell "general" "Numgeneral">></span><span id='generalAssetsPurchasing'></span>
<</if>>
<br>
<<set $slaveAssetPrice = Math.trunc(10*$slaveCostFactor)>>
<<if $detailedCorpControls != 1>>
<span id="slavAssets">@@.yellowgreen;<<print cashFormat(Math.ceil($slaveAssetPrice*$slaveAssets))>>@@</span> in slaves.
Slave prices are
<<if $slaveAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $slaveAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $slaveAssetPrice == 10>>average<<elseif $slaveAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
| <<link "Buy">>
<<if $slaveAssetPrice*500 < $corpCash>>
<<set $slaveAssets += 500>>
<<set $corpCash -= 500*$slaveAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#slavAssets">>
@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Invest Half">>
<<if $slaveAssetPrice*1000 < $corpCash>>
<<set $slaveAssets += (Math.trunc($corpCash/($slaveAssetPrice*1000)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*1000)))*($slaveAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#slavAssets">>
@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Massive investment">>
<<if $slaveAssetPrice*1000 < $corpCash>>
<<set $slaveAssets += (Math.trunc($corpCash/($slaveAssetPrice*500)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*500)))*($slaveAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#slavAssets">>
@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if $slaveAssets >= 1000>>
<<set $slaveAssets -= 500>>
<<set $corpCash += 500*$slaveAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#slavAssets">>
@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You cannot sell any more assets.
<</replace>>
<</if>>
<</link>>
| <<link "Divest Half">>
<<if $slaveAssets >= 100000>>
<<set $slaveAssets = Math.trunc($slaveAssets/2)>>
<<set $corpCash += $slaveAssets*$slaveAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#slavAssets">>
@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You don't have enough assets to justify bulk divestment.
<</replace>>
<</if>>
<</link>>
<<else>>
<span id="slaveAssetsDisp">@@.yellowgreen;<<print cashFormat(Math.ceil($slaveAssetPrice*$slaveAssets))>>@@ (<<print commaNum(Math.ceil($slaveAssets/500))>> unit<<if Math.ceil($slaveAssets/500) != 1>>s<</if>>)</span> in slaves.
Prices are
<<if $slaveAssetPrice > 10>>
@@.yellowgreen;<<print cashFormat($slaveAssetPrice*500)>>ea@@
<<elseif $slaveAssetPrice < 10>>
@@.gold;<<print cashFormat($slaveAssetPrice*500)>>ea@@
<<else>>
<<print cashFormat($slaveAssetPrice*500)>>ea
<</if>>
<span id="controlsslave"><<CorpDevBuySell "slave" "Numslave">></span><span id='slaveAssetsPurchasing'></span>
<</if>>
<br>
<<if $entrapmentAssetPrice > 10>>
<<if random(1,100) > 50>>
<<set $entrapmentAssetPrice -= 1>>
<<elseif random(1,100) > 50>>
<<set $entrapmentAssetPrice += 1>>
<</if>>
<<elseif $entrapmentAssetPrice < 4>>
<<set $entrapmentAssetPrice = 5>>
<<elseif $entrapmentAssetPrice < 10>>
<<if random(1,100) > 50>>
<<set $entrapmentAssetPrice += 1>>
<<elseif random(1,100) > 50>>
<<set $entrapmentAssetPrice -= 1>>
<</if>>
<<elseif $entrapmentAssetPrice == 10>>
<<if random(1,100) > 50>>
<<set $entrapmentAssetPrice += 1>>
<<else>>
<<set $entrapmentAssetPrice -= 1>>
<</if>>
<<else>>
<<set $entrapmentAssetPrice = 5>>
<</if>>
<<if $detailedCorpControls != 1>>
<span id="trapAssets">@@.yellowgreen;<<print cashFormat(Math.ceil($entrapmentAssetPrice*$entrapmentAssets))>>@@</span> in legal enslavement assets.
Legal enslavement asset prices are
<<if $entrapmentAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $entrapmentAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $entrapmentAssetPrice == 10>>average<<elseif $entrapmentAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
| <<link "Buy">>
<<if $entrapmentAssetPrice*500 < $corpCash>>
<<set $entrapmentAssets += 500>>
<<set $corpCash -= 500*$entrapmentAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trapAssets">>
@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Invest Half">>
<<if $entrapmentAssetPrice*1000 < $corpCash>>
<<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*1000)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*1000)))*($entrapmentAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trapAssets">>
@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Massive investment">>
<<if $entrapmentAssetPrice*1000 < $corpCash>>
<<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*($entrapmentAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trapAssets">>
@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if $entrapmentAssets >= 1000>>
<<set $entrapmentAssets -= 500>>
<<set $corpCash += 500*$entrapmentAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trapAssets">>
@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You cannot sell any more assets.
<</replace>>
<</if>>
<</link>>
| <<link "Divest Half">>
<<if $entrapmentAssets >= 100000>>
<<set $entrapmentAssets = Math.trunc($entrapmentAssets/2)>>
<<set $corpCash += $entrapmentAssets*$entrapmentAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trapAssets">>
@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You don't have enough assets to justify bulk divestment.
<</replace>>
<</if>>
<</link>>
<<else>>
<span id="entrapmentAssetsDisp">@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@ (<<print commaNum(Math.floor($entrapmentAssets/500))>> unit<<if Math.floor($entrapmentAssets/500) != 1>>s<</if>>)</span> in legal enslavement assets.
Prices are
<<if $entrapmentAssetPrice > 10>>
@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*500)>>ea@@
<<elseif $entrapmentAssetPrice < 10>>
@@.gold;<<print cashFormat($entrapmentAssetPrice*500)>>ea@@
<<else>>
<<print cashFormat($entrapmentAssetPrice*500)>>ea
<</if>>
<span id="controlsentrapment"><<CorpDevBuySell "entrapment" "Numentrapment">></span><span id='entrapmentAssetsPurchasing'></span>
<</if>>
<br>
<<if $captureAssetPrice > 10>>
<<if random(1,100) > 50>>
<<set $captureAssetPrice -= 1>>
<<elseif random(1,100) > 50>>
<<set $captureAssetPrice += 1>>
<</if>>
<<elseif $captureAssetPrice < 4>>
<<set $captureAssetPrice = 5>>
<<elseif $captureAssetPrice < 10>>
<<if random(1,100) > 50>>
<<set $captureAssetPrice += 1>>
<<elseif random(1,100) > 50>>
<<set $captureAssetPrice -= 1>>
<</if>>
<<elseif $captureAssetPrice == 10>>
<<if random(1,100) > 50>>
<<set $captureAssetPrice += 1>>
<<else>>
<<set $captureAssetPrice -= 1>>
<</if>>
<<else>>
<<set $captureAssetPrice = 5>>
<</if>>
<<if $detailedCorpControls != 1>>
<span id="capAssets">@@.yellowgreen;<<print cashFormat(Math.ceil($captureAssetPrice*$captureAssets))>>@@</span> in conflict zone enslavement assets.
Extralegal enslavement asset prices are
<<if $captureAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $captureAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $captureAssetPrice == 10>>average<<elseif $captureAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
| <<link "Buy">>
<<if $captureAssetPrice*500 < $corpCash>>
<<set $captureAssets += 500>>
<<set $corpCash -= 500*$captureAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#capAssets">>
@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Invest Half">>
<<if $captureAssetPrice*1000 < $corpCash>>
<<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*1000)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*1000)))*($captureAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#capAssets">>
@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Massive investment">>
<<if $captureAssetPrice*1000 < $corpCash>>
<<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*500)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*500)))*($captureAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#capAssets">>
@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if $captureAssets >= 1000>>
<<set $captureAssets -= 500>>
<<set $corpCash += 500*$captureAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#capAssets">>
@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You cannot sell any more assets.
<</replace>>
<</if>>
<</link>>
| <<link "Divest Half">>
<<if $captureAssets >= 100000>>
<<set $captureAssets = Math.trunc($captureAssets/2)>>
<<set $corpCash += $captureAssets*$captureAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#capAssets">>
@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You don't have enough assets to justify bulk divestment.
<</replace>>
<</if>>
<</link>>
<<else>>
<span id="captureAssetsDisp">@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@ (<<print commaNum(Math.floor($captureAssets/500))>> unit<<if Math.floor($captureAssets/500) != 1>>s<</if>>)</span> in conflict zone enslavement assets.
Prices are
<<if $captureAssetPrice > 10>>
@@.yellowgreen;<<print cashFormat($captureAssetPrice*500)>>ea@@
<<elseif $captureAssetPrice < 10>>
@@.gold;<<print cashFormat($captureAssetPrice*500)>>ea@@
<<else>>
<<print cashFormat($captureAssetPrice*500)>>ea
<</if>>
<span id="controlscapture"><<CorpDevBuySell "capture" "Numcapture">></span><span id='captureAssetsPurchasing'></span>
<</if>>
<br>
<<if $trainingAssetPrice > 10>>
<<if random(1,100) > 50>>
<<set $trainingAssetPrice -= 1>>
<<elseif random(1,100) > 50>>
<<set $trainingAssetPrice += 1>>
<</if>>
<<elseif $trainingAssetPrice < 4>>
<<set $trainingAssetPrice = 5>>
<<elseif $trainingAssetPrice < 10>>
<<if random(1,100) > 50>>
<<set $trainingAssetPrice += 1>>
<<elseif random(1,100) > 50>>
<<set $trainingAssetPrice -= 1>>
<</if>>
<<elseif $trainingAssetPrice > 5>>
<<if random(1,100) > 50>>
<<set $trainingAssetPrice += 1>>
<<else>>
<<set $trainingAssetPrice -= 1>>
<</if>>
<<else>>
<<set $trainingAssetPrice = 5>>
<</if>>
<<if $detailedCorpControls != 1>>
<span id="trainAssets">@@.yellowgreen;<<print cashFormat(Math.ceil($trainingAssetPrice*$trainingAssets))>>@@</span> in slave training assets.
Slave training asset prices are
<<if $trainingAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $trainingAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $trainingAssetPrice == 10>>average<<elseif $trainingAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
| <<link "Buy">>
<<if $trainingAssetPrice*500 < $corpCash>>
<<set $trainingAssets += 500>>
<<set $corpCash -= 500*$trainingAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trainAssets">>
@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Invest Half">>
<<if $trainingAssetPrice*1000 < $corpCash>>
<<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*1000)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*1000)))*($trainingAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trainAssets">>
@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Massive investment">>
<<if $trainingAssetPrice*1000 < $corpCash>>
<<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*500)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*500)))*($trainingAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trainAssets">>
@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if $trainingAssets >= 1000>>
<<set $trainingAssets -= 500>>
<<set $corpCash += 500*$trainingAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trainAssets">>
@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You cannot sell any more assets.
<</replace>>
<</if>>
<</link>>
| <<link "Divest Half">>
<<if $trainingAssets >= 100000>>
<<set $trainingAssets = Math.trunc($trainingAssets/2)>>
<<set $corpCash += $trainingAssets*$trainingAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#trainAssets">>
@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You don't have enough assets to justify bulk divestment.
<</replace>>
<</if>>
<</link>>
<<else>>
<span id="trainingAssetsDisp">@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@ (<<print commaNum(Math.floor($trainingAssets/500))>> unit<<if Math.floor($trainingAssets/500) != 1>>s<</if>>)</span> of slave training assets.
Prices are
<<if $trainingAssetPrice > 10>>
@@.yellowgreen;<<print cashFormat($trainingAssetPrice*500)>>ea@@
<<elseif $trainingAssetPrice < 10>>
@@.gold;<<print cashFormat($trainingAssetPrice*500)>>ea@@
<<else>>
<<print cashFormat($trainingAssetPrice*500)>>ea
<</if>>
<span id="controlstraining"><<CorpDevBuySell "training" "Numtraining">></span><span id='trainingAssetsPurchasing'></span>
<</if>>
<br>
<<if $surgicalAssetPrice > 10>>
<<if random(1,100) > 50>>
<<set $surgicalAssetPrice -= 1>>
<<elseif random(1,100) > 50>>
<<set $surgicalAssetPrice += 1>>
<</if>>
<<elseif $surgicalAssetPrice < 4>>
<<set $surgicalAssetPrice = 5>>
<<elseif $surgicalAssetPrice < 10>>
<<if random(1,100) > 50>>
<<set $surgicalAssetPrice += 1>>
<<elseif random(1,100) > 50>>
<<set $surgicalAssetPrice -= 1>>
<</if>>
<<elseif $surgicalAssetPrice == 10>>
<<if random(1,100) > 50>>
<<set $surgicalAssetPrice += 1>>
<<else>>
<<set $surgicalAssetPrice -= 1>>
<</if>>
<<else>>
<<set $surgicalAssetPrice = 5>>
<</if>>
<<if $detailedCorpControls != 1>>
<span id="surgAssets">@@.yellowgreen;<<print cashFormat(Math.ceil($surgicalAssetPrice*$surgicalAssets))>>@@</span> in surgical assets.
Surgical asset prices are
<<if $surgicalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $surgicalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $surgicalAssetPrice == 10>>average<<elseif $surgicalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
| <<link "Buy">>
<<if $surgicalAssetPrice*500 < $corpCash>>
<<set $surgicalAssets += 500>>
<<set $corpCash -= 500*$surgicalAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#surgAssets">>
@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Invest Half">>
<<if $surgicalAssetPrice*1000 < $corpCash>>
<<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*1000)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*1000)))*($surgicalAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#surgAssets">>
@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Massive investment">>
<<if $surgicalAssetPrice*1000 < $corpCash>>
<<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*500)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*500)))*($surgicalAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#surgAssets">>
@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if $surgicalAssets >= 1000>>
<<set $surgicalAssets -= 500>>
<<set $corpCash += 500*$surgicalAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#surgAssets">>
@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You cannot sell any more assets.
<</replace>>
<</if>>
<</link>>
| <<link "Divest Half">>
<<if $surgicalAssets >= 100000>>
<<set $surgicalAssets = Math.trunc($surgicalAssets/2)>>
<<set $corpCash += $surgicalAssets*$surgicalAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#surgAssets">>
@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You don't have enough assets to justify bulk divestment.
<</replace>>
<</if>>
<</link>>
<<else>>
<span id="surgicalAssetsDisp">@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@ (<<print commaNum(Math.floor($surgicalAssets/500))>> unit<<if Math.floor($surgicalAssets/500) != 1>>s<</if>>)</span> in surgical assets.
Prices are
<<if $surgicalAssetPrice > 10>>
@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*500)>>ea@@
<<elseif $surgicalAssetPrice < 10>>
@@.gold;<<print cashFormat($surgicalAssetPrice*500)>>ea@@
<<else>>
<<print cashFormat($surgicalAssetPrice*500)>>ea
<</if>>
<span id="controlssurgical"><<CorpDevBuySell "surgical" "Numsurgical">></span><span id='surgicalAssetsPurchasing'></span>
<</if>>
<br>
<<if $drugAssetPrice > 10>>
<<if random(1,100) > 50>>
<<set $drugAssetPrice -= 1>>
<<elseif random(1,100) > 50>>
<<set $drugAssetPrice += 1>>
<</if>>
<<elseif $drugAssetPrice < 4>>
<<set $drugAssetPrice = 5>>
<<elseif $drugAssetPrice < 10>>
<<if random(1,100) > 50>>
<<set $drugAssetPrice += 1>>
<<elseif random(1,100) > 50>>
<<set $drugAssetPrice -= 1>>
<</if>>
<<elseif $drugAssetPrice == 10>>
<<if random(1,100) > 50>>
<<set $drugAssetPrice += 1>>
<<else>>
<<set $drugAssetPrice -= 1>>
<</if>>
<<else>>
<<set $drugAssetPrice = 5>>
<</if>>
<<if $detailedCorpControls != 1>>
<span id="drAssets">@@.yellowgreen;<<print cashFormat(Math.ceil($drugAssetPrice*$drugAssets))>>@@</span> in pharmaceutical assets.
Drug asset prices are
<<if $drugAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $drugAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $drugAssetPrice == 10>>average<<elseif $drugAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
| <<link "Buy">>
<<if $drugAssetPrice*500 < $corpCash>>
<<set $drugAssets += 500>>
<<set $corpCash -= 500*$drugAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#drAssets">>
@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Invest Half">>
<<if $drugAssetPrice*1000 < $corpCash>>
<<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*1000)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*1000)))*($drugAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#drAssets">>
@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Massive investment">>
<<if $drugAssetPrice*1000 < $corpCash>>
<<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*500)))*500>>
<<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*500)))*($drugAssetPrice*500)>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#drAssets">>
@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
There are insufficient funds for additional purchases.
<</replace>>
<</if>>
<</link>>
| <<link "Sell">>
<<if $drugAssets >= 1000>>
<<set $drugAssets -= 500>>
<<set $corpCash += 500*$drugAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#drAssets">>
@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You cannot sell any more assets.
<</replace>>
<</if>>
<</link>>
| <<link "Divest Half">>
<<if $drugAssets >= 100000>>
<<set $drugAssets = Math.trunc($drugAssets/2)>>
<<set $corpCash += $drugAssets*$drugAssetPrice>>
<<replace "#cashOnHand">>
@@.yellowgreen;<<print cashFormat($corpCash)>>@@
<</replace>>
<<replace "#drAssets">>
@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
<</replace>>
<<replace "#update">>
<</replace>>
<<else>>
<<replace "#update">>
You don't have enough assets to justify bulk divestment.
<</replace>>
<</if>>
<</link>>
<<else>>
<span id="drugAssetsDisp">@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@ (<<print commaNum(Math.floor($drugAssets/500))>> unit<<if Math.floor($drugAssets/500) != 1>>s<</if>>)</span> in pharmaceutical assets.
Prices are
<<if $drugAssetPrice > 10>>
@@.yellowgreen;<<print cashFormat($drugAssetPrice*500)>>ea@@
<<elseif $drugAssetPrice < 10>>
@@.gold;<<print cashFormat($drugAssetPrice*500)>>ea@@
<<else>>
<<print cashFormat($drugAssetPrice*500)>>ea
<</if>>
<span id="controlsdrug"><<CorpDevBuySell "drug" "Numdrug">></span><span id='drugAssetsPurchasing'></span>
<</if>>
<br>
<span id="direction">
<<if $generalAssets >= 2000>>
<<if $generalUpgradeBreaking == "unselected">>
<br>The corporation has enough general expertise to specialize. Focus on breaking slaves with
<<link "Brutality">><<set $generalUpgradeBreaking = "brutality">><<replace "#direction">><br><<print "You directed the corporation to train slaves with brutal force.">><</replace>><</link>>
| <<link "Care">><<set $generalUpgradeBreaking = "care">><<replace "#direction">><br><<print "You directed the corporation to train slaves with loving care.">><</replace>><</link>>
| <<link "No focus">><<set $generalUpgradeBreaking = "none">><<replace "#direction">><br><<print "You directed the corporation to focus on whatever training methods work best.">><</replace>><</link>>
<</if>>
<</if>>
<<if $generalUpgradeBreaking != "unselected">>
<br>
<<if $generalUpgradeBreaking == "brutality">>The corporation does not hesitate from using brutality to break slaves.
<<elseif $generalUpgradeBreaking == "care">>The corporation uses care in training their slaves.
<<else>>The corporation uses both care and brutality when training their slaves.
<</if>>
<<link "Refocus">><<set $generalUpgradeBreaking = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $generalAssets >= 5000>>
<<if $generalUpgradeWeight == "unselected">>
<br>The corporation has enough general expertise to specialize. Manage slaves' diets to an
<<link "Attractive weight">><<set $generalUpgradeWeight = "attractive">><<replace "#direction">><br><<print "You directed the corporation to slim fat slaves and feed thin ones.">><</replace>><</link>>
| <<link "No dieting">><<set $generalUpgradeWeight = "none">><<replace "#direction">><br><<print "You directed the corporation not to focus on slaves' weight.">><</replace>><</link>>
<</if>>
<</if>>
<<if $generalUpgradeWeight != "unselected">>
<br>
<<if $generalUpgradeWeight == "attractive">>The corporation manages the slaves' diets to ensure they aren't too thin or too fat.
<<else>>The corporation does not try to change the slaves' weights.
<</if>>
<<link "Refocus">><<set $generalUpgradeWeight = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $generalAssets >= 10000>>
<<if $generalUpgradeMuscle == "unselected">>
<br>The corporation has enough general expertise to specialize. Train slaves until their muscles are
<<link "Toned">><<set $generalUpgradeMuscle = "toned">><<replace "#direction">><br><<print "You directed the corporation to train slaves until they're toned.">><</replace>><</link>>
| <<link "Ripped">><<set $generalUpgradeMuscle = "ripped">><<replace "#direction">><br><<print "You directed the corporation to train slaves until they're ripped.">><</replace>><</link>>
| <<link "No training">><<set $generalUpgradeMuscle = "none">><<replace "#direction">><br><<print "You directed the corporation not to focus on slaves' fitness.">><</replace>><</link>>
<</if>>
<</if>>
<<if $generalUpgradeMuscle != "unselected">>
<br>
<<if $generalUpgradeMuscle == "toned">>The corporation's slaves are made to exercise until they are toned.
<<elseif $generalUpgradeMuscle == "ripped">>The corporation's slaves are made to exercise until they are ripped.
<<else>>The corporation does not try to manage their slaves' fitness.
<</if>>
<<link "Refocus">><<set $generalUpgradeMuscle = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $entrapmentAssets >= 2000>>
<<if $entrapmentUpgradeDevotionOne == "unselected">>
<br>The corporation is entrapping enough slaves to specialize. Focus on slaves with
<<link "Obedience">><<set $entrapmentUpgradeDevotionOne = "obedience">><<replace "#direction">><br><<print "You directed the corporation to retain obedient slaves.">><</replace>><</link>>
| <<link "No focus">><<set $entrapmentUpgradeDevotionOne = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of obedience.">><</replace>><</link>>
<</if>>
<</if>>
<<if $entrapmentAssets >= 5000>>
<<if $entrapmentUpgradeDevotionTwo == "unselected">>
<br>The corporation is entrapping enough slaves to specialize. Focus on slaves with
<<link "Devotion">><<set $entrapmentUpgradeDevotionTwo = "devotion">><<replace "#direction">><br><<print "You directed the corporation to retain devoted slaves.">><</replace>><</link>>
| <<link "No focus">><<set $entrapmentUpgradeDevotionTwo = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of devotion.">><</replace>><</link>>
<</if>>
<</if>>
<br>
<<if $entrapmentUpgradeDevotionOne == "obedience">>The corporation selects slaves who are predisposed to obedience.
<<else>>The corporation trains slaves regardless of obedience.<</if>>
<<link "Refocus">><<set $entrapmentUpgradeDevotionOne = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<br>
<<if $entrapmentUpgradeDevotionTwo == "devotion">>The corporation selects slaves who are predisposed to devotion.
<<else>>The corporation trains slaves regardless of devotion.<</if>>
<<link "Refocus">><<set $entrapmentUpgradeDevotionTwo = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<<if $entrapmentAssets >= 10000>>
<<if $entrapmentUpgradeIntelligence == "unselected">>
<br>The corporation is entrapping enough slaves to specialize. Focus on slaves who are
<<link "Intelligent">><<set $entrapmentUpgradeIntelligence = "intelligent">><<replace "#direction">><br><<print "You directed the corporation to retain intelligent slaves.">><</replace>><</link>>
| <<link "Stupid">><<set $entrapmentUpgradeIntelligence = "stupid">><<replace "#direction">><br><<print "You directed the corporation to retain stupid slaves.">><</replace>><</link>>
| <<link "No focus">><<set $entrapmentUpgradeIntelligence = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of intelligence.">><</replace>><</link>>
<</if>>
<</if>>
<<if $entrapmentUpgradeIntelligence != "unselected">>
<br>
<<if $entrapmentUpgradeIntelligence == "intelligent">>The corporation only retains smart slaves.
<<elseif $entrapmentUpgradeIntelligence == "stupid">>The corporation only retains stupid slaves.
<<else>>The corporation does not care how smart/stupid a slave is.
<</if>>
<<link "Refocus">><<set $entrapmentUpgradeIntelligence = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $captureAssets >= 2000>>
<<if $seeDicks != 0>>
<<if $captureUpgradeGender == "unselected">>
<br>The corporation captures enough slaves to specialize. Focus on training slaves with
<<link "Pussies">><<set $captureUpgradeGender = "XX">><<replace "#direction">><br><<print "You directed the corporation to retain slaves with pussies for training.">><</replace>><</link>>
| <<link "Dicks">><<set $captureUpgradeGender = "XY">><<replace "#direction">><br><<print "You directed the corporation to retain slaves with dicks for training.">><</replace>><</link>>
| <<link "No focus">><<set $captureUpgradeGender = "none">><<replace "#direction">><br><<print "You directed the corporation to retain any promising slave for training.">><</replace>><</link>>
<</if>>
<</if>>
<</if>>
<<if $captureUpgradeGender != "unselected">>
<br>
<<if $captureUpgradeGender == "XX">>The corporation only retains slaves with pussies.
<<elseif $captureUpgradeGender == "XY">>The corporation only retains slaves with dicks.
<<else>>The corporation retains any promising slave regardless of whether she has a dick or a pussy.
<</if>>
<<link "Refocus">><<set $captureUpgradeGender = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $captureAssets >= 5000>>
<<if $captureUpgradeAge == "unselected">>
<br>The corporation captures enough slaves to specialize. Focus on training slaves who are
<<link "Younger">><<set $captureUpgradeAge = "young">><<replace "#direction">><br><<print "You directed the corporation to retain younger slaves for training.">><</replace>><</link>>
| <<link "Older">><<set $captureUpgradeAge = "old">><<replace "#direction">><br><<print "You directed the corporation to retain older slaves for training.">><</replace>><</link>>
| <<link "No focus">><<set $captureUpgradeAge = "none">><<replace "#direction">><br><<print "You directed the corporation to retain any promising slave for training.">><</replace>><</link>>
<</if>>
<</if>>
<<if $captureUpgradeAge != "unselected">>
<br>
<<if $captureUpgradeAge == "young">>The corporation is focusing on capturing younger slaves.
<<elseif $captureUpgradeAge == "old">>The corporation is focusing on capturing older slaves.
<<else>>The corporation is not focusing on capturing slaves of any particular age.
<</if>>
<<link "Refocus">><<set $captureUpgradeAge = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $captureAssets >= 10000>>
<<if $captureUpgradeRace == "unselected">>
<br>The corporation captures enough slaves to specialize. Focus on training slaves who are
<<link "White">><<set $captureUpgradeRace = "white">><<replace "#direction">><br><<print "You directed the corporation to retain white slaves for training.">><</replace>><</link>>
| <<link "Asian">><<set $captureUpgradeRace = "asian">><<replace "#direction">><br><<print "You directed the corporation to retain asian slaves for training.">><</replace>><</link>>
| <<link "Indo-aryan">><<set $captureUpgradeRace = "indo-aryan">><<replace "#direction">><br><<print "You directed the corporation to retain indo-aryan slaves for training.">><</replace>><</link>>
| <<link "Latina">><<set $captureUpgradeRace = "latina">><<replace "#direction">><br><<print "You directed the corporation to retain latina slaves for training.">><</replace>><</link>>
| <<link "middle eastern">><<set $captureUpgradeRace = "middle eastern">><<replace "#direction">><br><<print "You directed the corporation to retain Middle Eastern slaves for training.">><</replace>><</link>>
| <<link "Black">><<set $captureUpgradeRace = "black">><<replace "#direction">><br><<print "You directed the corporation to retain black slaves for training.">><</replace>><</link>>
| <<link "Pacific Islander">><<set $captureUpgradeRace = "pacific islander">><<replace "#direction">><br><<print "You directed the corporation to retain pacific islander slaves for training.">><</replace>><</link>>
| <<link "Malay">><<set $captureUpgradeRace = "malay">><<replace "#direction">><br><<print "You directed the corporation to retain malay slaves for training.">><</replace>><</link>>
| <<link "Amerindian">><<set $captureUpgradeRace = "amerindian">><<replace "#direction">><br><<print "You directed the corporation to retain amerindian slaves for training.">><</replace>><</link>>
| <<link "Semitic">><<set $captureUpgradeRace = "semitic">><<replace "#direction">><br><<print "You directed the corporation to retain semitic slaves for training.">><</replace>><</link>>
| <<link "Southern European">><<set $captureUpgradeRace = "southern european">><<replace "#direction">><br><<print "You directed the corporation to retain southern european slaves for training.">><</replace>><</link>>
| <<link "Mixed Race">><<set $captureUpgradeRace = "mixed race">><<replace "#direction">><br><<print "You directed the corporation to retain mixed race slaves for training.">><</replace>><</link>>
| <<link "No focus">><<set $captureUpgradeRace = "none">><<replace "#direction">><br><<print "You directed the corporation to retain any promising slave for training.">><</replace>><</link>>
<</if>>
<</if>>
<<if $captureUpgradeRace != "unselected">>
<br>
<<if $captureUpgradeRace == "none">>The corporation retains any promising slave regardless of race.
<<else>>The corporation retains only $captureUpgradeRace slaves.
<</if>>
<<link "Refocus">><<set $captureUpgradeRace = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $trainingAssets >= 2000>>
<<if $trainingUpgradeAccent == "unselected">>
<br>The corporation has enough training expertise to specialize. Focus on linguistic training to
<<link "Teach language">><<set $trainingUpgradeAccent = "accents">><<replace "#direction">><br><<print "You directed the corporation to teach slaves the lingua franca.">><</replace>><</link>>
| <<link "Eliminate accents">><<set $trainingUpgradeAccent = "eliminate">><<replace "#direction">><br><<print "You directed the corporation to teach slaves perfect, unaccented language.">><</replace>><</link>>
| <<link "No training">><<set $trainingUpgradeAccent = "none">><<replace "#direction">><br><<print "You directed the corporation not to focus on linguistic training.">><</replace>><</link>>
<</if>>
<</if>>
<<if $trainingUpgradeAccent != "unselected">>
<br>
<<if $trainingUpgradeAccent == "accents">>Slaves are taught the lingua franca but are allowed to retain their accents.
<<elseif $trainingUpgradeAccent == "eliminate">>Slaves are taught the lingua franca until they can speak it without accent.
<<else>>The corporation does not expend any special effort teaching language.
<</if>>
<<link "Refocus">><<set $trainingUpgradeAccent = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $trainingAssets >= 5000>>
<<if $trainingUpgradeEducation == "unselected">>
<br>The corporation has enough training expertise to specialize. Train slaves with
<<link "Basic educations">><<set $trainingUpgradeEducation = "basic">><<replace "#direction">><br><<print "You directed the corporation to focus on ensuring slaves are properly educated.">><</replace>><</link>>
| <<link "No training">><<set $trainingUpgradeEducation = "none">><<replace "#direction">><br><<print "You directed the corporation to focus on getting slaves broken, not educated.">><</replace>><</link>>
<</if>>
<</if>>
<<if $trainingUpgradeEducation != "unselected">>
<br>
<<if $trainingUpgradeEducation == "basic">>Slaves are given basic slave education.
<<else>>The corporation does not waste money with slave education.
<</if>>
<<link "Refocus">><<set $trainingUpgradeEducation = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $trainingAssets >= 10000>>
<<if $trainingUpgradeSexEd == "unselected">>
<br>The corporation has enough training expertise to specialize. Train slaves' sexual knowledge to
<<link "Competence">><<set $trainingUpgradeSexEd = "competence">><<replace "#direction">><br><<print "You directed the corporation to ensure slaves know basic sexual skills.">><</replace>><</link>>
| <<link "Highly Skilled">><<set $trainingUpgradeSexEd = "highly skilled">><<replace "#direction">><br><<print "You directed the corporation to ensure slaves are sexually proficient.">><</replace>><</link>>
| <<link "No training">><<set $trainingUpgradeSexEd = "none">><<replace "#direction">><br><<print "You directed the corporation to focus on getting slaves trained rather than skilled.">><</replace>><</link>>
<</if>>
<</if>>
<<if $trainingUpgradeSexEd != "unselected">>
<br>
<<if $trainingUpgradeSexEd == "competence">>Slaves are taught basic sexual skills.
<<elseif $trainingUpgradeSexEd == "highly skilled">>The corporation makes sure the slaves are sexually skilled.
<<else>>The corporation does not spend any effort in teaching the slaves sexual skills.
<</if>>
<<link "Refocus">><<set $trainingUpgradeSexEd = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $surgicalAssets >= 2000>>
<<if $surgicalUpgradeCosmetics == "unselected">>
<br>The corporation has enough surgical expertise to specialize. Straightforward cosmetic procedures should be
<<link "Applied">><<set $surgicalUpgradeCosmetics = "applied">><<replace "#direction">><br><<print "You directed the corporation to give slaves straightforward cosmetic surgeries.">><</replace>><</link>>
| <<link "Not applied">><<set $surgicalUpgradeCosmetics = "none">><<replace "#direction">><br><<print "You directed the corporation to leave slaves surgically unaltered.">><</replace>><</link>>
<</if>>
<</if>>
<<if $surgicalUpgradeCosmetics != "unselected">>
<br>
<<if $surgicalUpgradeCosmetics == "applied">>Slaves are given straightforward cosmetic surgeries before being marketed.
<<else>>The corporation does not bother with straightforward cosmetic surgery for slaves.
<</if>>
<<link "Refocus">><<set $surgicalUpgradeCosmetics = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $surgicalAssets >= 5000>>
<<if $surgicalUpgradeImplants == "unselected">>
<br>The corporation has enough surgical expertise to specialize. Implants should be
<<link "Applied">><<set $surgicalUpgradeImplants = "applied">><<replace "#direction">><br><<print "You directed the corporation to give slaves basic implants.">><</replace>><</link>>
| <<link "Absurd">><<set $surgicalUpgradeImplants = "absurd">><<replace "#direction">><br><<print "You directed the corporation to give slaves absurd implants.">><</replace>><</link>>
| <<link "Not applied">><<set $surgicalUpgradeImplants = "none">><<replace "#direction">><br><<print "You directed the corporation to leave slaves without implants.">><</replace>><</link>>
<</if>>
<</if>>
<<if $surgicalUpgradeImplants != "unselected">>
<br>
<<if $surgicalUpgradeImplants == "applied">>Slaves are given basic implants before being marketed.
<<elseif $surgicalUpgradeImplants == "applied">>Slaves are given absurd-sized implants before being marketed.
<<else>>The corporation does not bother with installing implants in slaves.
<</if>>
<<link "Refocus">><<set $surgicalUpgradeImplants = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $surgicalAssets >= 10000>>
<<if $seeDicks != 0>>
<<if $surgicalUpgradeGenitalia == "unselected">>
<br>The corporation has enough surgical expertise to specialize. Slaves' genitals should be reconfigured to
<<link "Futanari">><<set $surgicalUpgradeGenitalia = "futanari">><<replace "#direction">><br><<print "You directed the corporation to create futanari.">><</replace>><</link>>
<<if $seeExtreme != 0>>
| <<link "Remove balls">><<set $surgicalUpgradeGenitalia = "gelded">><<replace "#direction">><br><<print "You directed the corporation to remove slaves' balls.">><</replace>><</link>>
| <<link "Mindbreak and remove limbs">><<set $surgicalUpgradeGenitalia = "fucknugget", $generalUpgradeBreaking = "none", $entrapmentUpgradeDevotionOne = "none", $entrapmentUpgradeDevotionTwo = "none", $trainingUpgradeAccent = "none", $trainingUpgradeEducation = "none", $trainingUpgradeSexEd = "none">><<replace "#direction">><br><<print "You directed the corporation to produce limbless, mindless slaves.">><</replace>><</link>>
<</if>>
| <<link "None">><<set $surgicalUpgradeGenitalia = "none">><<replace "#direction">><br><<print "You directed the corporation to leave slaves without major genital reconfiguration.">><</replace>><</link>>
<</if>>
<</if>>
<</if>>
<<if $surgicalUpgradeGenitalia != "unselected">>
<br>
<<if $surgicalUpgradeGenitalia == "futanari">>Slaves are turned into futanari prior to market.
<<elseif $surgicalUpgradeGenitalia == "gelded">>Slaves are gelded prior to market.
<<elseif $surgicalUpgradeGenitalia == "fucknugget">>The corporation sells only mindbroken fuckdolls.
<<else>>The corporation leaves the slaves' genitals alone.
<</if>>
<<link "Refocus">><<set $surgicalUpgradeGenitalia = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $drugAssets >= 2000>>
<<if $drugUpgradeHormones == "unselected">>
<br>The corporation has surplus pharmaceutical fabrication to specialize. Hormones should be applied to
<<link "Feminize">><<set $drugUpgradeHormones = "XX">><<replace "#direction">><br><<print "You directed the corporation to treat slaves with female hormones.">><</replace>><</link>>
| <<link "Masculinize">><<set $drugUpgradeHormones = "XY">><<replace "#direction">><br><<print "You directed the corporation to treat slaves with male hormones.">><</replace>><</link>>
| <<link "Not applied">><<set $drugUpgradeHormones = "none">><<replace "#direction">><br><<print "You directed the corporation not to apply hormones.">><</replace>><</link>>
<</if>>
<</if>>
<<if $drugUpgradeHormones != "unselected">>
<br>
<<if $drugUpgradeHormones == "XX">>Slaves are given female hormones.
<<elseif $drugUpgradeHormones == "XY">>Slaves are given male hormones.
<<else>>The corporation does not apply any hormones to the slaves.
<</if>>
<<link "Refocus">><<set $drugUpgradeHormones = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $drugAssets >= 5000>>
<<if $drugUpgradeInjectionOne == "unselected">>
<br>The corporation has surplus pharmaceutical fabrication to specialize. Growth injections should be applied until T&A are grown to a
<<link "Tasteful size">><<set $drugUpgradeInjectionOne = "tasteful">><<replace "#direction">><br><<print "You directed the corporation to grow slaves' assets to a moderate size.">><</replace>><</link>>
| <<link "Huge size">><<set $drugUpgradeInjectionOne = "huge">><<replace "#direction">><br><<print "You directed the corporation to grow slaves' assets to a huge size.">><</replace>><</link>>
| <<link "Not applied">><<set $drugUpgradeInjectionOne = "none">><<replace "#direction">><br><<print "You directed the corporation not to apply growth injections.">><</replace>><</link>>
<</if>>
<</if>>
<<if $drugUpgradeInjectionOne != "unselected">>
<br>
<<if $drugUpgradeInjectionOne == "tasteful">>Growth injections are applied until slaves' assets are moderate-sized..
<<elseif $drugUpgradeInjectionOne == "huge">>Growth injections are applied until slaves' assets are huge.
<<else>>The corporation does not give the slaves any growth injections.
<</if>>
<<link "Refocus">><<set $drugUpgradeInjectionOne = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $drugAssets >= 10000>>
<<if $drugUpgradeInjectionTwo == "unselected">>
<br>The corporation has surplus pharmaceutical fabrication to specialize. Advanced growth injections should be
<<link "Supermassive">><<set $drugUpgradeInjectionTwo = "supermassive">><<replace "#direction">><br><<print "You directed the corporation to apply supermassive growth injections.">><</replace>><</link>>
| <<link "Pastoral">><<set $drugUpgradeInjectionTwo = "pastoral">><<replace "#direction">><br><<print "You directed the corporation to apply growth injections focused on milk<<if $seeDicks > 0>> and cum<</if>> production.">><</replace>><</link>>
| <<link "Not applied">><<set $drugUpgradeInjectionTwo = "none">><<replace "#direction">><br><<print "You directed the corporation not to apply advanced growth injections.">><</replace>><</link>>
<</if>>
<</if>>
<<if $drugUpgradeInjectionTwo != "unselected">>
<br>
<<if $drugUpgradeInjectionTwo == "supermassive">>The corporation uses advanced growth injections to make the slaves' assets supermassive.
<<elseif $drugUpgradeInjectionTwo == "pastoral">>The corporation uses advanced growth injections to make the slaves' assets very productive.
<<else>>The corporation does not give the slaves advanced growth injections.
<</if>>
<<link "Refocus">><<set $drugUpgradeInjectionTwo = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
</span>
|
amomynous0/fc
|
src/uncategorized/corporationDevelopments.tw
|
tw
|
bsd-3-clause
| 85,058 |
:: Costs Report [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main">>
<<if $PCSlutContacts == 0>><<set $PCSlutContacts = 1>><</if>>
//Your weekly costs are as follows.//
Since you are
<<if $girls >= 3>>
accustomed to luxury,
<<elseif $girls == 2>>
used to living well,
<<else>>
used to a fairly normal life,
<</if>>
your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*500))))>>.
<<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>>
<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>>
<</if>>
<<if $PC.preg == -1>>
<br>Your Contraceptives expenses: <<print cashFormat(25)>>
<<elseif $PC.fertDrugs == 1>>
<br>Your fertility regimen: <<print cashFormat(50)>>
<<elseif $PC.preg >= 16>>
<br>Increased living expenses due to being pregnant: <<print cashFormat(100)>>
<</if>>
<<if $PC.staminaPills == 1>>
<br>Your stamina pills: <<print cashFormat(50)>>
<</if>>
<<if $breederOrphanageTotal > 0>><<set _breederTuition = 50>><<else>><<set _breederTuition = 0>><</if>>
<<if $citizenOrphanageTotal+$privateOrphanageTotal+$breederOrphanageTotal > 0>>
<br> __Orphanage__ fee: @@.yellowgreen;<<print cashFormat($citizenOrphanageTotal*100+$privateOrphanageTotal*500+_breederTuition)>>@@
<<if $citizenOrphanageTotal > 0>>
<br> Citizen: @@.yellowgreen;<<print cashFormat(100)>>@@ per child. Currently <<print commaNum($citizenOrphanageTotal)>> are being taught, bringing the total to @@.yellowgreen;<<print cashFormat($citizenOrphanageTotal*100)>>@@.
<</if>>
<<if $privateOrphanageTotal > 0>>
<br> Private: @@.yellowgreen;<<print cashFormat(500)>>@@ per child. Currently <<print commaNum($privateOrphanageTotal)>> are being taught, bringing the total to @@.yellowgreen;<<print cashFormat($privateOrphanageTotal*500)>>@@.
<</if>>
<<if $breederOrphanageTotal > 0>>
<br> Since <<print commaNum($breederOrphanageTotal)>> of your slaves' children are being raised into productive members of society in a society funded school, you pay a flat @@.yellowgreen;<<print cashFormat(50)>>@@ usage fee.
<</if>>
<</if>>
<<if $peacekeepers != 0 && $peacekeepers.undermining != 0>>
<br> <<print cashFormat($peacekeepers.undermining)>> to undermine political support for the nearby old world peacekeeping mission.
<</if>>
<<if $SF.Toggle && $SF.Active >= 1 && $SF.Subsidy>>
<br>__Finacinally supporting $SF.Caps unitll self sufficiency:__ <<print cashFormat(Math.ceil( (10000*($SFUnit.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Units/100)) ))>>
<</if>>
<<if $mercenaries > 0>>
<<set _mercCosts = $mercenaries*2000>>
<<if $barracks>><<set _mercCosts *= 0.5>><</if>>
<<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>><<set _mercCosts *= 0.5>><</if>>
<br>__Mercenary__ expenses: <<print cashFormat(_mercCosts)>>
<<if $barracks>><<else>>//@@.red;Increased by the lack of a barracks.@@//<</if>>
<<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//Reduced by your @@.springgreen;mercenary contacts.@@//<</if>>
<</if>>
<<if $brothel > 0>>
<<set _advertising = 0>>
<<if $brothel > 0>>
<<set _advertising = $brothelAdsSpending>>
<</if>>
<br>__Brothel__ maintenance: <<print cashFormat(($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising)>>
<</if>>
<<if $club > 0>>
<<set _advertising= 0>>
<<if $club > 0>>
<<set _advertising = $clubAdsSpending>>
<</if>>
<br>__Club__ maintenance: <<print cashFormat(($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising)>>
<</if>>
<<if $arcade > 0>>
<br>__Arcade__ maintenance: <<print cashFormat((0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost))>>
<</if>>
<<if $dairy > 0>>
<br>__Dairy__ maintenance: <<print cashFormat(($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost))>>
<<if $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren > 0>>
<br> Additional maintenance for milking machines upgraded with biological components: <<print cashFormat(($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100)>>
<</if>>
<</if>>
<<if ($servantsQuarters > 0) && ($servantsQuartersUpgradeMonitoring > 0)>>
<br>__Servants' Quarters__ maintenance: <<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>>
<</if>>
<<if $nursery > 0>>
<br>__Nursery maintenance: <<print cashFormat($nursery*$facilityCost)>>
<</if>>
<<if $farmyard > 0>>
<br>__Farmyard__ maintenance: <<print cashFormat($farmyard*$facilityCost)>>
<</if>>
<<if $incubator > 0>>
<br>__Incubation Facility__ maintenance and resource drain: <<print cashFormat((10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost))>>
<<if $incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting > 0>>
<br> Additional monitoring and maintenance costs for growing children: <<print cashFormat((($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500))>>
<</if>>
<</if>>
<<if ($masterSuiteUpgradePregnancy == 1)>>
<br>__Master Suite__ maintenance: <<print cashFormat(((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements)))>>
<</if>>
<<if $cyberMod != 0>>
<<if ($researchLab.built == "true")>>
<br>__Research Lab__ maintenance: <<print cashFormat((100*$researchLab.maxSpace))>>
<<if $researchLab.hired != 0>> __Scientists__: <<print cashFormat((300*$researchLab.hired))>><</if>>
<<if $researchLab.menials != 0>> __Menial slaves__: <<print cashFormat((100*$researchLab.menials))>><</if>>
<</if>>
<</if>>
/* security expansion */
<<if $secExp == 1>>
<br>
<<if $edictsUpkeep + $SFSupportUpkeep > 0>>
__Edicts Upkeep__: <<print cashFormat($edictsUpkeep + $SFSupportUpkeep)>>
<</if>>
<<if $propHub != 0>>
<br>__Propaganda Hub__ maintenance: <<print cashFormat($propHubUpkeep)>>
<</if>>
<<if $secHQ != 0>>
<br>__Security Headquarters__ maintenance: <<print cashFormat(($secHQUpkeep)+(20*$secHelots))>>
<</if>>
<<if $secBarracks != 0>>
<br>__Barracks__ maintenance: <<print cashFormat($secBarracksUpkeep)>>
<</if>>
<<if $riotCenter != 0>>
<br>__Riot Control Center__ maintenance: <<print cashFormat($riotUpkeep)>>
<</if>>
<<if $soldierWages == 0>>
<<set _soldierMod = 1>>
<<elseif $soldierWages == 1>>
<<set _soldierMod = 1.5>>
<<else>>
<<set _soldierMod = 2>>
<</if>>
<<for _i = 0; _i < $militiaUnits.length; _i++>>
<br>__<<print $militiaUnits[_i].platoonName>>__ upkeep: <<print cashFormat($militiaUnits[_i].troops*$soldierUpkeep * _soldierMod)>>
<</for>>
<<for _i = 0; _i < $slaveUnits.length; _i++>>
<br>__<<print $slaveUnits[_i].platoonName>>__ upkeep: <<print cashFormat($slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod)>>
<</for>>
<<for _i = 0; _i < $mercUnits.length; _i++>>
<br>__<<print $mercUnits[_i].platoonName>>__ upkeep: <<print cashFormat($mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod)>>
<</for>>
<</if>>
<<if $FSSpending != 0>>
<br>__Society Shaping__ expenses: <<print cashFormat($FSSpending)>>
<</if>>
<<if $Recruiter != 0>>
<br>__Recruiting__ expenses: <<print cashFormat(250)>>
<</if>>
<<if $TSS.schoolPresent == 1>>
<br>__The Slavegirl School__ branch campus upkeep: <<print cashFormat(1000)>>
<</if>>
<<if $GRI.schoolPresent == 1>>
<br>__Growth Research Institute__ subsidiary lab upkeep: <<print cashFormat(1000)>>
<</if>>
<<if $SCP.schoolPresent == 1>>
<br>__St. Claver Preparatory__ branch campus upkeep: <<print cashFormat(1000)>>
<</if>>
<<if $LDE.schoolPresent == 1>>
<br>__L'École des Enculées__ branch campus upkeep: <<print cashFormat(1000)>>
<</if>>
<<if $TGA.schoolPresent == 1>>
<br>__The Gymnasium-Academy__ branch campus upkeep: <<print cashFormat(1000)>>
<</if>>
<<if $HA.schoolPresent == 1>>
<br>__The Hippolyta Academy__ branch campus upkeep: <<print cashFormat(1000)>>
<</if>>
<<if $TCR.schoolPresent == 1>>
<br>__The Cattle Ranch__ local pasture upkeep: <<print cashFormat(1000)>>
<</if>>
<<if ($TFS.schoolPresent == 1) && (($PC.dick == 0) || ($PC.vagina == 0) || ($PC.boobs == 0))>>
<br>__The Futanari Sisters__ community upkeep: <<print cashFormat(1000)>>
<</if>>
<<if $TSS.subsidize != 0>>
<br>__The Slavegirl School__ branch campus influence: <<print cashFormat(1000)>>
<</if>>
<<if $GRI.subsidize != 0>>
<br>__Growth Research Institute__ subsidiary lab influence: <<print cashFormat(1000)>>
<</if>>
<<if $SCP.subsidize != 0>>
<br>__St. Claver Preparatory__ branch campus influence: <<print cashFormat(1000)>>
<</if>>
<<if $LDE.subsidize != 0>>
<br>__L'École des Enculées__ branch campus influence: <<print cashFormat(1000)>>
<</if>>
<<if $TGA.subsidize != 0>>
<br>__The Gymnasium-Academy__ branch campus influence: <<print cashFormat(1000)>>
<</if>>
<<if $HA.subsidize != 0>>
<br>__The Hippolyta Academy__ branch campus influence: <<print cashFormat(1000)>>
<</if>>
<<if $TCR.subsidize != 0>>
<br>__The Cattle Ranch__ local pasture influence: <<print cashFormat(1000)>>
<</if>>
<<if $TFS.subsidize != 0>>
<br>__The Futanari Sisters__ community influence: <<print cashFormat(1000)>>
<</if>>
<<if $alwaysSubsidizeGrowth == 1>>
<br>Weekly arcology growth subsidy: <<print cashFormat($policyCost)>>
<</if>>
<<if $alwaysSubsidizeRep == 1>>
<br>Weekly self-promotion budget: <<print cashFormat($policyCost)>>
<</if>>
<<if $RegularParties == 1>>
<br>Weekly social gatherings: <<print cashFormat($policyCost)>>
<</if>>
<<if $ProImmigrationCash == 1>>
<br>Pro-immigration promotion budget: <<print cashFormat($policyCost)>>
<</if>>
<<if $AntiEnslavementCash == 1>>
<br>Anti-enslavement charity budget: <<print cashFormat($policyCost)>>
<</if>>
<<if $CoursingAssociation == 1>>
<br>Coursing Association membership: <<print cashFormat(1000)>>
<</if>>
<<if $PC.actualAge >= $IsInPrimePC && $PC.actualAge < $IsPastPrimePC>>
<br><br>
<<if ($personalAttention == "trading") || ($personalAttention == "warfare") || ($personalAttention == "slaving") || ($personalAttention == "engineering") || ($personalAttention == "medicine") || ($personalAttention == "hacking")>>
<<set _cost = 10000*$AgeEffectOnTrainerPricingPC>>
<<switch $personalAttention>>
<<case trading>>
__Trading__
<<case warfare>>
__Warfare__
<<case slaving>>
__Slaving__
<<case engineering>>
__Engineering__
<<case medicine>>
__Medicine__
<<case hacking>>
__Hacking__
<</switch>>
trainer fees: <<print cashFormat(_cost)>>
<</if>>
<</if>>
<br><br>
<<for $i = 0; $i < $slaves.length; $i++>>
<<set $individualCosts = 0>>
''$slaves[$i].slaveName'':
<<switch $slaves[$i].assignment>>
<<case "be confined in the arcade">>
<<set _livingExpense = ($rulesCost*.75)>>
<<case "work in the dairy">>
<<if $dairyRestraintsSetting >= 2>>
<<set _livingExpense = ($rulesCost*.75)>>
<<elseif $slaves[$i].livingRules == "normal">>
<<set _livingExpense = ($rulesCost*1.5)>>
<<elseif $dairyDecoration == "Degradationist">>
<<set _livingExpense = ($rulesCost*.9)>>
<<else>>
<<set _livingExpense = $rulesCost>>
<</if>>
<<case "work in the brothel">>
<<if $slaves[$i].livingRules == "normal">>
<<set _livingExpense = ($rulesCost*1.5)>>
<<else>>
<<set _livingExpense = $rulesCost>>
<</if>>
<<case "serve in the club" "learn in the schoolroom">>
<<set _livingExpense = ($rulesCost*1.5)>>
<<case "get treatment in the clinic">>
<<if $slaves[$i].livingRules == "luxurious">>
<<set _livingExpense = ($rulesCost*2)>>
<<elseif $slaves[$i].livingRules == "normal">>
<<set _livingExpense = ($rulesCost*1.5)>>
<<else>>
<<set _livingExpense = $rulesCost>>
<</if>>
<<case "rest in the spa" "work as a nanny">>
<<if $slaves[$i].livingRules == "luxurious">>
<<set _livingExpense = ($rulesCost*1.75)>>
<<elseif $slaves[$i].livingRules == "normal">>
<<set _livingExpense = ($rulesCost*1.5)>>
<<else>>
<<set _livingExpense = $rulesCost>>
<</if>>
<<case "be a servant">>
<<if $slaves[$i].livingRules == "normal">>
<<set _livingExpense = ($rulesCost*1.5)>>
<<else>>
<<if $servantsQuartersDecoration == "Degradationist">>
<<set _livingExpense = ($rulesCost*.9)>>
<<else>>
<<set _livingExpense = $rulesCost>>
<</if>>
<</if>>
<<case "be confined in the cellblock">>
<<if $slaves[$i].livingRules == "normal">>
<<set _livingExpense = ($rulesCost*1.25)>>
<<else>>
<<set _livingExpense = ($rulesCost*.9)>>
<</if>>
<<case "be the Madam" "be the DJ" "be the Nurse" "be the Wardeness" "be the Attendant" "be the Matron" "be the Schoolteacher" "be the Stewardess" "be the Milkmaid">>
<<set _livingExpense = ($rulesCost*2)>>
<<default>>
<<if $slaves[$i].livingRules == "luxurious">>
<<if $slaves[$i].relationship >= 4>>
<<set _livingExpense = ($rulesCost*3)>>
<<else>>
<<set _livingExpense = ($rulesCost*4)>>
<</if>>
<<elseif $slaves[$i].livingRules == "normal">>
<<set _livingExpense = ($rulesCost*2)>>
<<else>>
<<set _livingExpense = $rulesCost>>
<</if>>
<</switch>>
<br> Living expenses: <<print cashFormat(_livingExpense)>>
<<set $individualCosts += _livingExpense>>
<br> Basic slave food cost: <<print cashFormat($foodCost*4)>>
<<set $individualCosts += $foodCost*4>>
<<switch $slaves[$i].diet>>
<<case "fattening" "muscle building">>
<br> Heavy diet: <<print cashFormat($foodCost)>>
<<set $individualCosts += $foodCost>>
<<case "restricted" "slimming">>
<br> Light diet: //reduced by// <<print cashFormat($foodCost)>>
<<set $individualCosts -= $foodCost>>
<</switch>>
<<if $slaves[$i].weight > 130>>
<br> Caloric adjustment for heavy weight: <<print cashFormat($foodCost*2)>>
<<set $individualCosts += $foodCost*2>>
<<elseif $slaves[$i].weight > 50>>
<br> Caloric adjustment for high weight: <<print cashFormat($foodCost)>>
<<set $individualCosts += $foodCost>>
<<elseif $slaves[$i].weight < -50>>
<br> Caloric adjustment for light weight: //reduced by// <<print cashFormat($foodCost)>>
<<set $individualCosts -= $foodCost>>
<</if>>
<<if $slaves[$i].drugs == "appetite suppressors">>
<br> Food saved via suppressed appetite: //reduced by// <<print cashFormat($foodCost)>>
<<set $individualCosts -= $foodCost>>
<</if>>
<<if $slaves[$i].lactation > 0>>
<br> Food to support
<<if $slaves[$i].lactation > 1>>heavy<<else>>natural<</if>> lactation from
<<if Math.trunc($slaves[$i].boobs/10000) > 2>>absurd udders<<elseif Math.trunc($slaves[$i].boobs/10000) > 1>>enormous boobs<<else>>reasonable breasts<</if>>:
<<print cashFormat($foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000)))>>
<<set $individualCosts += $foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000))>>
<</if>>
<<if $slaves[$i].preg > 5>>
<<if $slaves[$i].assignment == "work in the dairy" && $dairyFeedersSetting > 0>>
<br> Extra feeding costs to support pregnancy are covered by dairy feeders.
<<elseif ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your concubine") && $masterSuiteUpgradePregnancy == 1>>
<br> Extra feeding costs to support pregnancy are covered by $masterSuiteName luxuries.
<<else>>
<<set _pAccMult = 1>>
<br> Extra feeding to support <<if $slaves[$i].pregControl == "speed up">>accelerated <<set _pAccMult = 3>><</if>>pregnancy: <<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>>
<<set $individualCosts += $foodCost*$slaves[$i].pregType*_pAccMult>>
<<if $slaves[$i].pregType >= 10>>
<br> Specialized food blend to support multiples: <<print cashFormat($foodCost*$slaves[$i].pregType*2*_pAccMult)>>
<<set $individualCosts += $foodCost*$slaves[$i].pregType*_pAccMult>>
<<elseif $slaves[$i].pregType >= 30>>
<br> Concentrated, quick to digest food blend to support extreme multiples: <<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>>
<<set $individualCosts += $foodCost*2*$slaves[$i].pregType*_pAccMult>>
<<elseif $slaves[$i].pregType >= 50>>
<br> Specialized dietary adjustments and concentrated, quick to digest food required to support absurd multiples: <<print cashFormat($foodCost*$slaves[$i].pregType*3*_pAccMult)>>
<<set $individualCosts += $foodCost*$slaves[$i].pregType*3*_pAccMult>>
<<elseif $slaves[$i].pregType >= 100>>
<br> Specialized dietary requirements and feeding methods to support absurd multiples: <<print cashFormat($foodCost*$slaves[$i].pregType*5*_pAccMult)>>
<<set $individualCosts += $foodCost*$slaves[$i].pregType*5*_pAccMult>>
<</if>>
<</if>>
<</if>>
<<switch $slaves[$i].diet>>
<<case "XX" "XY">>
<br> Hormone enriched diet: <<print cashFormat(25)>>
<<set $individualCosts += 25>>
<<case "XXY">>
<br> Specialized hermaphrodite diet: <<print cashFormat(75)>>
<<set $individualCosts += 75>>
<<case "cleansing">>
<br> Chemical cleansing diet: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<<case "fertility">>
<br> Specialized fertility diet: <<print cashFormat(25)>>
<<set $individualCosts += 50>>
<</switch>>
<<if $boobAccessibility != 1>>
<<if ($slaves[$i].boobs > 20000)>>
<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br> Increased living expenses due to inconveniently huge boobs: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<</if>>
<</if>>
<</if>>
<<if $pregAccessibility != 1>>
<<if ($slaves[$i].belly >= 60000)>>
<<if ($slaves[$i].assignment != "labor in the production line") && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br> Increased living expenses due to an inconveniently huge belly: <<print cashFormat(100)>>
<<set $individualCosts += 100>>
<</if>>
<</if>>
<</if>>
<<if $dickAccessibility != 1>>
<<if ($slaves[$i].dick > 45)>>
<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br> Increased living expenses due to an inconveniently huge penis: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<</if>>
<</if>>
<</if>>
<<if $ballsAccessibility != 1>>
<<if ($slaves[$i].balls > 90)>>
<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br> Increased living expenses due to inconveniently huge balls: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<</if>>
<</if>>
<</if>>
<<if $buttAccessibility != 1>>
<<if ($slaves[$i].butt > 15)>>
<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br> Increased living expenses due to an inconveniently huge butt: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<</if>>
<</if>>
<</if>>
<<if !canSee($slaves[$i]) && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br> Increased living expenses due to lack of sight: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<<elseif $slaves[$i].eyes <= -1 && $slaves[$i].eyewear != "corrective glasses" && $slaves[$i].eyewear != "corrective contacts">>
<br> Increased living expenses due to poor vision: <<print cashFormat(25)>>
<<set $individualCosts += 25>>
<<elseif ($slaves[$i].eyewear == "blurring glasses") || ($slaves[$i].eyewear == "blurring contacts")>>
<br> Increased living expenses due to blurred vision: <<print cashFormat(25)>>
<<set $individualCosts += 25>>
<</if>>
<<if !canHear($slaves[$i]) && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br> Increased living expenses due to lack of hearing: <<print cashFormat(20)>>
<<set $individualCosts += 20>>
<<elseif $slaves[$i].hears <= -1 && $slaves[$i].earwear != "hearing aids">>
<br> Increased living expenses due to poor hearing: <<print cashFormat(5)>>
<<set $individualCosts += 5>>
<<elseif ($slaves[$i].earwear == "muffling ear plugs")>>
<br> Increased living expenses due to muffled hearing: <<print cashFormat(5)>>
<<set $individualCosts += 5>>
<</if>>
<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<<if ($slaves[$i].amp != 0)>>
<<if ($slaves[$i].amp == 1)>>
<br> Increased living expenses due to limblessness: <<print cashFormat($rulesCost)>>
<<set $individualCosts += $rulesCost>>
<<else>>
<br> Increased living expenses due to prosthetics: <<print cashFormat($rulesCost/2)>>
<<set $individualCosts += $rulesCost/2>>
<</if>>
<<elseif !canWalk($slaves[$i])>>
<br> Increased living expenses due to immobility: <<print cashFormat($rulesCost)>>
<<set $individualCosts += $rulesCost>>
<</if>>
<</if>>
<<if $slaves[$i].boobs > 10000>>
<<if $slaves[$i].boobsImplantType == 1>>
<br> Maintenance cost for oversized string implants: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<</if>>
<</if>>
<<if $slaves[$i].butt > 10>>
<<if $slaves[$i].buttImplantType == 1>>
<br> Maintenance cost for oversized string implants: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<</if>>
<</if>>
<<if $slaves[$i].preg > 35>>
<<if $universalRulesBirthing == 1>>
<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2)>>
<br> Coverage cost for daily pregnancy scanning: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<</if>>
<</if>>
<</if>>
<<if $CitizenRetirement == 1>>
<br> Retirement account payments: <<print cashFormat(250)>>
<<set $individualCosts += 250>>
<</if>>
<<if ($slaves[$i].inflation == 3)>>
<<switch $slaves[$i].inflationType>>
<<case "water">>
<br> Costs of specially formulated water for enemas; 2 gallons: <<print cashFormat(100)>>
<<set $individualCosts += 100>>
<<case "food">>
<br> Costs of filler food for slave stuffing; 2 gallons: <<print cashFormat(($foodCost*4))>>
<<set $individualCosts += ($foodCost*4)>>
<<case "curative" "aphrodisiac" "tightener">>
<br> Costs of specially formulated drug mixtures for enemas; 2 gallons: <<print cashFormat((100+($drugsCost*2)))>>
<<set $individualCosts += (100+($drugsCost*2))>>
<</switch>>
<<elseif ($slaves[$i].inflation == 2)>>
<<switch $slaves[$i].inflationType>>
<<case "water">>
<br> Costs of specially formulated water for enemas; 1 gallon: <<print cashFormat(50)>>
<<set $individualCosts += 50>>
<<case "food">>
<br> Costs of filler food for slave stuffing; 1 gallon: <<print cashFormat(($foodCost*2))>>
<<set $individualCosts += ($foodCost*4)>>
<<case "curative" "aphrodisiac" "tightener">>
<br> Costs of specially formulated drug mixtures for enemas; 1 gallon: <<print cashFormat((50+($drugsCost*2)))>>
<<set $individualCosts += (50+($drugsCost*2))>>
<</switch>>
<<elseif ($slaves[$i].inflation == 1)>>
<<switch $slaves[$i].inflationType>>
<<case "water">>
<br> Costs of specially formulated water for enemas; 2 liters: <<print cashFormat(25)>>
<<set $individualCosts += 25>>
<<case "food">>
<br> Costs of filler food for slave stuffing; 2 liters: <<print cashFormat(($foodCost))>>
<<set $individualCosts += ($foodCost)>>
<<case "curative" "aphrodisiac" "tightener">>
<br> Costs of specially formulated drug mixtures for enemas; 2 liters: <<print cashFormat((25+($drugsCost*2)))>>
<<set $individualCosts += (25+($drugsCost*2))>>
<</switch>>
<</if>>
<<switch $slaves[$i].drugs>>
<<case "anti-aging cream">>
<br> Anti-aging creams: <<print cashFormat(($drugsCost*10))>>
<<set $individualCosts += ($drugsCost*10)>>
<<case "female hormone injections" "male hormone injections">>
<br> Hormonal injections: <<print cashFormat(($drugsCost*5))>>
<<set $individualCosts += ($drugsCost*5)>>
<<case "growth stimulants">>
<br> Growth stimulants: <<print cashFormat(($drugsCost*5))>>
<<set $individualCosts += ($drugsCost*5)>>
<<case "intensive breast injections" "intensive butt injections" "intensive penis enhancement" "intensive testicle enhancement" "intensive lip injections" "hyper breast injections" "hyper butt injections" "hyper penis enhancement" "hyper testicle enhancement" "hyper lip injections">>
<br> Intensive drugs: <<print cashFormat($drugsCost*5)>>
<<set $individualCosts += $drugsCost*5>>
<<case "sag-B-gone">>
<br> Questionable infomercial creams: <<print cashFormat(Math.trunc($drugsCost/10))>>
<<set $individualCosts += ($drugsCost/10)>>
<<case "no drugs" "none">>
<<default>>
<br> Standard drugs: <<print cashFormat(($drugsCost*2))>>
<<set $individualCosts += ($drugsCost*2)>>
<</switch>>
<<if $slaves[$i].curatives == 1 && $slaves[$i].assignmentVisible != 1>>
<<elseif $slaves[$i].curatives > 0>>
<br> Health drugs: <<print cashFormat($drugsCost+($slaves[$i].curatives*$drugsCost))>>
<<set $individualCosts += $drugsCost+($slaves[$i].curatives*$drugsCost)>>
<</if>>
<<if ($slaves[$i].aphrodisiacs !== 0)>>
<br> Aphrodisiacs/Anaphrodisiacs: <<print cashFormat(Math.trunc($drugsCost*Math.abs($slaves[$i].aphrodisiacs)))>>
<<set $individualCosts += $drugsCost*Math.abs($slaves[$i].aphrodisiacs)>>
<</if>>
<<if ($slaves[$i].hormones != 0)>>
<br> Hormones: <<print cashFormat((Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5)))>>
<<set $individualCosts += Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5)>>
<</if>>
<<if ($slaves[$i].bodySwap > 0)>>
<br> JS-Suppressants: <<print cashFormat(($drugsCost*10*$slaves[$i].bodySwap))>>
<<set $individualCosts += Math.trunc($drugsCost*10*$slaves[$i].bodySwap)>>
<</if>>
<<if ($slaves[$i].preg == -1) && isFertile($slaves[$i])>>
<br> Contraceptives: <<print cashFormat((Math.trunc($drugsCost*0.5)))>>
<<set $individualCosts += Math.trunc($drugsCost*0.5)>>
<</if>>
<<if ($studio == 1)>>
<<if ($slaves[$i].pornFameSpending > 0)>>
<br> Publicity: <<print cashFormat($slaves[$i].pornFameSpending/$PCSlutContacts)>>
<<set $individualCosts += ($slaves[$i].pornFameSpending/$PCSlutContacts)>>
<</if>>
<</if>>
<br> __Total__: <<print cashFormat(Math.trunc($individualCosts))>>
<br>
<</for>>
<<if $PC.career == "servant">>
<br>Using your prior experience, you managed to lower your home's upkeep by <<if $personalAttention == "upkeep">><<if $PC.belly >= 5000>>20%<<else>>25%<</if>><<else>>10%<</if>>.
<</if>>
<<if $secExp == 1>>
<<if $terrain == "oceanic" || $terrain == "marine">>
<<if $docks > 0>>
<br>The infrastructure you've built eases the transportation and safe handling of the supplies required by the arcology. Upkeep is lowered by <<print $docks * 5>>%
<</if>>
<<else>>
<<if $railway > 0>>
<br>The infrastructure you've built eases the transportation and safe handling of the supplies required by the arcology. Upkeep is lowered by <<print $railway * 5>>%
<</if>>
<</if>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/costsReport.tw
|
tw
|
bsd-3-clause
| 29,011 |
:: Coursing Association [nobr]
<<set $nextButton = "Back to Main">>
<<set $nextLink = "Main">>
<<set $returnTo = "Coursing Association">>
<<showallAssignmentFilter>>
You are a member of $arcologies[0].name's Coursing Association. Coursing is a Free Cities revival of the old sport of hunting rabbits and hares with sighthounds, with the typically Free Cities amendments that the hares are replaced by newly enslaved people, the sighthounds are replaced by trained slaves, and the killing of the hare is replaced by rape. Truly, a sport of gentlemen.
<br><br>
The chasing slaves are known as lurchers, the term once used for the sighthounds. They require speed most of all, but must also be able to tackle their quarry; lurchers with the ability and willingness to make a spectacle of molesting the hares can improve their owners' reputations.
<<showallAssignmentFilter>>
<<if $Lurcher != 0>>
<<= SlaveFullName($Lurcher)>> is assigned to compete as your lurcher.
<<else>>
You have not selected a lurcher, meaning that you will not participate in coursing events.
<</if>>
//<br><<= properTitle()>>, slaves assigned here can continue their usual duties.//
<<if $Lurcher != 0>>
<br><br>''Fire your Lurcher:''
<<set $Flag = 1>>
<<include "Slave Summary">>
<</if>>
<br><br>''Select a slave to course as a Lurcher:''
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<set $Flag = 0>>
<<showallAssignmentFilter>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
|
amomynous0/fc
|
src/uncategorized/coursingAssociation.tw
|
tw
|
bsd-3-clause
| 1,487 |
:: Custom Slave [nobr]
<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Kidnapped Slaves">>
<<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 == 1>>As you work, $assistantName makes lewd comments about what she 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- 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 = 80>>
<<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>>Chubby.
<<elseif $customSlave.weight == 50>>Plump.
<<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 "Chubby">>
<<set $customSlave.weight = 15>>
<<CustomSlaveWeight>>
<</link>>
|
<<link "Plump">>
<<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 "White">>
<<set $customSlave.skin = "white">>
<<CustomSlaveSkin>>
<</link>>
|
<<link "Extremely Pale">>
<<set $customSlave.skin = "extremely pale">>
<<CustomSlaveSkin>>
<</link>>
|
<<link "Pale">>
<<set $customSlave.skin = "pale">>
<<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 "Tanned">>
<<set $customSlave.skin = "tanned">>
<<CustomSlaveSkin>>
<</link>>
|
<<link "Dark Olive">>
<<set $customSlave.skin = "dark olive">>
<<CustomSlaveSkin>>
<</link>>
|
<<link "Dark">>
<<set $customSlave.skin = "dark">>
<<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 "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 = 15>>
<<CustomSlaveSkills>>
<</link>>
|
<<link "Expert">>
<<set $customSlave.skills = 35>>
<<CustomSlaveSkills>>
<</link>>
<br>
<span id = "whoreskills">
<<if $customSlave.whoreSkills <= 10>>Unskilled at prostitution and entertainment.
<<elseif $customSlave.whoreSkills <= 15>>Basic skills at prostitution and entertainment.
<<else>>Skilled at prostitution and entertainment.
<</if>>
</span>
<<link "Unskilled">>
<<set $customSlave.whoreSkills = 0>>
<<CustomSlaveWhoreSkills>>
<</link>>
|
<<link "Skilled">>
<<set $customSlave.whoreSkills = 15>>
<<CustomSlaveWhoreSkills>>
<</link>>
|
<<link "Expert">>
<<set $customSlave.whoreSkills = 35>>
<<CustomSlaveWhoreSkills>>
<</link>>
<br>
<span id = "combatskills">
<<if $customSlave.combatSkills == 0>>Unskilled at combat.
<<else>>Skilled at combat.
<</if>>
</span>
<<link "Unskilled">>
<<set $customSlave.combatSkills = 0>>
<<CustomSlaveCombatSkills>>
<</link>>
|
<<link "Skilled">>
<<set $customSlave.combatSkills = 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 $seeExtreme == 1>>
<<if $customSlave.eyes == 1>>Normal vision.
<<elseif $customSlave.eyes == -1>>Nearsighted.
<<else>>Blind.
<</if>>
<<else>>
<<if $customSlave.eyes == 1>>Normal vision.
<<else>>Nearsighted.
<</if>>
<</if>>
</span>
<<link "Normal Vision">>
<<set $customSlave.eyes = 1>>
<<CustomSlaveEyes>>
<</link>>
|
<<link "Nearsighted">>
<<set $customSlave.eyes = -1>>
<<CustomSlaveEyes>>
<</link>>
<<if $seeExtreme == 1>>
|
<<link "Blind">>
<<set $customSlave.eyes = -2>>
<<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 = "amputation">
<<if $customSlave.amp == 1>>Limbless.
<<else>>Limbed.
<</if>>
</span>
<<link "Limbless">>
<<set $customSlave.amp = 1>>
<<CustomSlaveAmp>>
<</link>>
|
<<link "Limbed">>
<<set $customSlave.amp = 0>>
<<CustomSlaveAmp>>
<</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 = {age: 19, health: 0, muscles: 0, lips: 15, heightMod: "normal", weight: 0, face: 0, race: "white", skin: "left natural", boobs: 500, butt: 3, sex: 1, virgin: 0, dick: 2, balls: 2, clit: 0, labia: 0, vaginaLube: 1, analVirgin: 0, skills: 15, whoreSkills: 15, combatSkills: 0, intelligence: 0, intelligenceImplant: 0, nationality: "Stateless", amp: 0, eyes: 1, hears: 0}>>
<<goto "Custom Slave">>
<</link>>
<br><br>
<<if $customSlaveOrdered == 1>>
[[Withdraw custom slave order|Main][$customSlaveOrdered = 0]]
<<else>>
[[Post custom slave order|Main][$customSlaveOrdered = 1]]
<</if>>
|
amomynous0/fc
|
src/uncategorized/customSlave.tw
|
tw
|
bsd-3-clause
| 25,641 |
:: Dairy [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Dairy", $showEncyclopedia = 1, $encyclopedia = "Dairy", _SL = $slaves.length>>
<<silently>>
DairyRestraintsSetting($dairyRestraintsSetting)
<</silently>>
<<SlaveSort $DairyiIDs>>
<<set _DL = $DairyiIDs.length, $dairySlaves = _DL>>
<<dairyAssignmentFilter>>
<<if $dairyName != "the Dairy">>
<<set $dairyNameCaps = $dairyName.replace("the ", "The ")>>
<</if>>
<<if ($dairyRestraintsSetting != 2) || ($dairyRestraintsUpgrade != 1)>>
<<if $dairyStimulatorsSetting == 2>>
<<set $dairyStimulatorsSetting = 1>>
<</if>>
<<if $dairyPregSetting >= 2>>
<<set $dairyPregSetting = 1>>
<</if>>
<<if $dairyFeedersSetting == 2>>
<<set $dairyFeedersSetting = 1>>
<</if>>
<</if>>
<<if ($Milkmaid != 0) && ($dairyRestraintsSetting == 2)>>
$Milkmaid.slaveName has been removed from her position as Milkmaid, since an industrialized dairy automates her duties.
<<= removeJob($Milkmaid, "be the Milkmaid")>>
<br><br>
<</if>>
<<if ($dairySlaves > 1)>>
<<if $dairyFeedersSettingChanged == 1>>
In unison, the milking machines press their feeding phalli into the slaves' mouths and down their throats. Once situated, they begin to facefuck the slaves, who gag and struggle as they figure out how to breathe while this is going on. Once each slave is no longer panicking and is inhaling and exhaling regularly, there is a hydraulic sound and the transparent reservoir of feeding fluid near her head begins to drain. The slaves swallow desperately, their bellies beginning to swell with nutrition and drugs.<br><br>
<<elseif $dairyFeedersSettingChanged == -1>>
In unison, the milking machines withdraw their feeders from the slaves' throats. The slaves gag and cough, strings of feeding fluid and saliva running between their lips and the heads of the feeding phalli. These remain close to their faces so that the slaves can suck them off once they get hungry, which they will, very soon. The slaves' mouths and tongues are very tired, and most of them rest with their mouths open and their tongues hanging out.<br><br>
<</if>>
<<if $dairyPregSettingChanged == 1>>
<<for _Di = 0; _Di < _DL; _Di++>>
<<set _i = $slaveIndices[$DairyiIDs[_Di]]>>
<<if ($slaves[_i].vagina > -1) && ($slaves[_i].vagina < 3)>>
$slaves[_i].slaveName's milking machine ejects her, since it cannot fit the mandated dildo into her tight cunt.
<<= removeJob($slaves[_i], "work in the dairy")>>
<<set _DL--, _Di-->>
<</if>>
<<if ($dairyPregSetting > 0)>>
<<set $reservedChildren -= $slaves[_i].reservedChildren>>
<<set $reservedChildrenNursery -= $slaves[_i].reservedChildrenNursery>>
<<set $slaves[_i].reservedChildren = 0>>
<<set $slaves[_i].reservedChildrenNursery = 0>>
<<if (($slaves[_i].broodmother > 0) || ($slaves[_i].bellyImplant != -1))>>
$slaves[_i].slaveName's milking machine ejects her, since it detected a foreign body in her womb blocking its required functions.
<<= removeJob($slaves[_i], "work in the dairy")>>
<<set _DL--, _Di-->>
<</if>>
<</if>>
<</for>>
In unison, the milking machines withdraw their dildos from the pregnant slaves' vaginas. The auxiliary drug injectors hiss as the slaves are filled with drugs that promote natural lubrication. The slaves begin to shift awkwardly as they feel their pussies begin to drool slick female fluids. Once a machine judges that its slave's cunt is sufficiently wet, it readies a gigantic dildo. The slaves cannot see their own groins, but as soon as the heads of the dildos touch their pussylips, they begin to
<<if $dairyFeedersSetting < 2>>
struggle instinctively against their restraints, and the more energetic ones begin to weep.
<<else>>
struggle instinctively against their restraints.
<</if>>
As the massive phalli begin to ejaculate fertility drugs and semen, they drive all resistance out of the poor girls.<br><br>
<<elseif $dairyPregSettingChanged == -1>>
In unison, the milking machines withdraw their monstrous dildos from the pregnant slaves' stretched cunts. Their pussies' overcharged production of natural lubricant produces a gush of pent-up female fluids from each loose vagina as the phalli slide clear.
<<if $dairyFeedersSetting < 2>>
The slaves moan with relief at the sudden reduction in fullness. Being penetrated like that while pregnant must be quite uncomfortable.
<<else>>
The slaves are silent, since their mouths and throats are being fucked by the feeders, but most of them relax a little in their restraints.
<</if>>
The machines do replace the withdrawn dildos with more reasonably sized phalli and resume thrusting, but the slaves are relieved anyway.<br><br>
<</if>>
<<if $dairyStimulatorsSettingChanged == 1>>
<<for _Di = 0; _Di < _DL; _Di++>>
<<set _i = $slaveIndices[$DairyiIDs[_Di]]>>
<<if ($slaves[_i].anus < 3)>>
$slaves[_i].slaveName's milking machine ejects her, since it cannot fit its massive anal dildo up her tight asshole.
<<= removeJob($slaves[_i], "work in the dairy")>>
<<set _DL--, _Di-->>
<</if>>
<</for>>
In unison, the milking machines shove their dildos deep into slaves' anuses, ejaculating large quantities of lubricant deep inside their rectums. The slaves start in surprise at the sudden rush of warm slick fluid, and then relax as the phalli withdraw themselves from their butts. Their relief is short-lived, however, as their assholes are only empty for a moment. The reasonably sized dildos are replaced with dildos the size of horse cocks. As soon as the slaves feel the heads of these monstrous phalli press inexorably against their sphincters,
<<if $dairyFeedersSetting < 2>>
they begin to scream and struggle instinctively. As the constant assrape that will define their existences for the foreseeable future begins in earnest, their whining
<<else>>
they begin to struggle wildly. As the constant assrape that will define their existences for the foreseeable future begins in earnest, their wriggling
<</if>>
gradually diminishes as each slave is exhausted and slumps within her restraints. The machines take no notice, and continue the relentless sodomy.<br><br>
<<elseif $dairyStimulatorsSettingChanged == -1>>
In unison, the milking machines withdraw their gargantuan dildos from the slaves' loosened anuses.
<<if $dairyFeedersSetting < 2>>
Several of the more energetic slaves begin to cry quietly with relief
<<else>>
The slaves are silent, since their mouths and throats are being fucked by the feeders, but most of them slump against their machines with relief
<</if>>
as their sphincters gradually recover from wide open to merely gaping. The machines switch out the withdrawn dildos for phalli that are just large, but the slaves barely react at all as they are penetrated. After what their sphincters have been through, a merely big dick is nothing to them.<br><br>
<</if>>
<<if $dairyRestraintsSettingChanged == 1>>
<<if $dairyRestraintsSetting == 1>>
<<for _Di = 0; _Di < _DL; _Di++>>
<<set _i = $slaveIndices[$DairyiIDs[_Di]]>>
<<if ($slaves[_i].indentureRestrictions >= 2)>>
$slaves[_i].slaveName's milking machine declines to restrain her, since she is encoded as an indentured servant protected from restraint for milking.
<<= removeJob($slaves[_i], "work in the dairy")>>
<<set _DL--, _Di-->>
<</if>>
<</for>>
The next cow to stumble over to a milking machine to be drained is gently but firmly embraced by its restraints, allowing it to suck her dry and violate her without any regard for her feelings. Most of the cows accept this new wrinkle in their lives, since the restraints let them go afterward, and the milking machines bring temporary relief. Some, however, begin to regard the machines with concern.
<<else>>
The next cow to stumble over to a milking machine to be drained finds to her surprise that she is not restrained while it sucks her dry. She wiggles around experimentally, verifying that she is indeed free to pull herself away from its ministrations if she wishes. There's little actual impact on the cows' behavior, since they still need the relief the machines offer.
<</if>>
<br><br>
<<elseif $dairyRestraintsSettingChanged == -1>>
<<if $dairyRestraintsSetting == 1>>
<<for _Di = 0; _Di < _DL; _Di++>>
<<set _i = $slaveIndices[$DairyiIDs[_Di]]>>
<<if ($slaves[_i].indentureRestrictions >= 1)>>
$slaves[_i].slaveName's milking machine declines to restrain her, since she is encoded as an indentured servant protected from being restrained for milking.
<<= removeJob($slaves[_i], "work in the dairy")>>
<<set _DL--, _Di-->>
<</if>>
<</for>>
The next time a cow tries to get up after being milked, she finds to her sudden terror that the machine will not let her go. It continues to add fluids to her body, and remove them from her nipples, ignoring her mounting panic as she realizes that it's to be her new partner and lover, on a level far more intimate than any possible human relationship. The other cows approach their machines with trepidation, but the mounting pressure in their udders forces them to embrace their immurement despite their terror.
<<else>>
The next time a cow finishes an intensive milking period, her restraints loosen. She does not move for a long time, as though she is unable to believe that she is, at least in an immediate and local sense, free. Finally, she prises herself out of her milking machine's embrace, thick strings of fluid leading from it to her orifices as she pulls each one off of its corresponding port.
<</if>>
<br><br>
<</if>>
<</if>>
<<set $dairySlaves = $DairyiIDs.length, $dairyStimulatorsSettingChanged = 0, $dairyFeedersSettingChanged = 0, $dairyPregSettingChanged = 0, $dairyRestraintsSettingChanged = 0>>
<<if ($dairyRestraintsSetting > 1)>>
$dairyNameCaps is an industrial facility, but there's a viewing gallery for visitors.
<<switch $dairyDecoration>>
<<case "Roman Revivalist">>
The screens there review each slave's liquid contributions to the state in minute detail.
<<case "Aztec Revivalist">>
The strange sight of the milking machines, designed to look like fertility statues gives the space an imposing feeling.
<<case "Egyptian Revivalist">>
The screens there list a tally of each slave's contributions to the harvest this season. They also identify related slaves who occupy multi-slave milking machines so that they may feed each other directly.
<<case "Edo Revivalist">>
It looks out on a strangely contradictory sight: a beautiful and terrible combination of modern slavery and technology, placed amongst tatami mats and rice paper partitions.
<<case "Arabian Revivalist">>
It looks out on a strangely contradictory sight: a beautiful and terrible combination of modern slavery and technology, placed inside brightly tiled walls.
<<case "Chinese Revivalist">>
The milking machines are fascinating: they're encased in decorative carvings, making it look like the slaves are in the embrace of traditional Chinese depictions of lions, bears, and dragons.
<<case "Chattel Religionist">>
It presents the inmates as lessons, here to expiate their sins in a purgatory created by technology.
<<case "Degradationist">>
The screens there feature, among a sea of facts and figures about each slave, her most recent brain scan.
<<case "Repopulation Focus">>
The gallery is placed for a good view of each slave's swelling breasts and growing pregnancy. A screen is prominently displayed before each slave, detailing the number of babies she produced and the current number occupying her womb.
<<case "Eugenics">>
The screens there tell very little about the slaves within. That information is privy only to Society's Elite.
<<case "Asset Expansionist">>
It's designed for VIP visits, since this place is arguably the present apogee of expansionism. Nowhere else can breasts become so large. This is a place for pride.
<<case "Transformation Fetishist">>
It's designed for VIP visits, since this place is arguably the present apogee of transformationism. Nowhere else can slaves be so radically changed, from humans into something less - and something more.
<<case "Gender Radicalist">>
The gallery is placed for a good view of each slave's front, from her head to what's between her spread legs.
<<case "Gender Fundamentalist">>
The gallery is placed for a good view of each slave's breasts, belly, and cunt. Visitors can critically compare each feminine advantage.
<<case "Physical Idealist">>
The gallery is placed for a good view of each slave's body. Though muscles are at a lower premium here, there is intense interest in such radical changes to human biology.
<<case "Supremacist">>
The screens there give information about each cow, but the data they present is also predictive. They imply a vision for a world in which more subhumans serve in this way. Many more.
<<case "Subjugationist">>
The screens there give information about each cow, but the data they present is also predictive. They imply a vision for a world in which more milking machines have $arcologies[0].FSSubjugationistRace components. Many more.
<<case "Paternalist">>
The screens there include feeds that show what media is being pumped into the slaves through their machines. It's designed to provide as much mental stimulation as possible.
<<case "Pastoralist">>
The screens there let the production figures speak for themselves. There may be more personable cows out there, but they don't produce milk like these do.
<<case "Maturity Preferentialist">>
The screens there give each slave's productivity and forecast it into the future. The facility is unmatched at extracting value from mature bodies.
<<case "Youth Preferentialist">>
The screens there give each slave's productivity and forecast it into the future. The best bodies here have many, many years of productivity ahead of them.
<<case "Body Purist">>
The screens there offer reams of data on each slave's product purity. Drugs are necessary here, and each body's balance results in a different grade of product.
<<case "Slimness Enthusiast">>
The screens there alternate live views of the fashionably slim cows in their stalls with brief infomercials on the specialized techniques and equipment $dairyName uses to extract milk from such modest udders.
<<case "Hedonistic">>
The gallery is placed for a good view of each slave's fattened body and the undulations running through them from the force of the milkers<<if $dairyPregSetting || $dairyFeedersSetting || $dairyStimulatorsSetting>> and other assorted tubes and dildos<</if>>.
<<default>>
Fascinated visitors may peruse each slave's productivity statistics on a corresponding touchscreen.
<</switch>>
<<else>>
$dairyNameCaps
<<switch $dairyDecoration>>
<<case "Roman Revivalist">>
is functional and clean, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Roman goddess of bountiful harvests.
<<case "Aztec Revivalist">>
is sterile and organized, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Aztec god of the Earth.
<<case "Egyptian Revivalist">>
is functional and clean, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Egyptian god of bountiful harvests.
<<case "Edo Revivalist">>
is clean and traditional. The stalls are constructed of bamboo and carefully shaped wood, and muscle power is used wherever possible. Cows exercise and help out by walking on a wooden wheel that raises fresh water to $dairyName.
<<case "Arabian Revivalist">>
is clean and traditional. Its dusky stone walls keep it so warm that the cows go nude, basking in the hot sun between milkings.
<<case "Chinese Revivalist">>
is clean and traditional. The stalls are constructed of bamboo and carefully shaped wood, and muscle power is used wherever possible. Cows exercise and help out by fetching and carrying as best they can.
<<case "Chattel Religionist">>
is functional and clean. There are nice quotations from the holy book on the walls, and there is a little shrine designed to allow a cow who has difficulty standing to make her devotions comfortably.
<<case "Degradationist">>
is harsh and utilitarian. There are stands to restrain cows who aren't being milked for dosing, punishment, or sexual use. There are cattle prods here and there to use on resistant cows, unproductive cows, or cows one wishes to hear scream.
<<case "Repopulation Focus">>
is comfortable and well-kept. The milking machines are specially designed to maximize a pregnant cow's comfort. After a milking, cows have a wide selection of soft furniture to choose from, so comfortable that most fall fast asleep.
<<case "Eugenics">>
is comfortable, well-kept and well-monitored. Cows are kept track of at all times to make sure no-one tries to increase milk production via pregnancy.
<<case "Asset Expansionist">>
looks misleadingly industrial at first glance. Though the cows here are free-range, the facility mounts a system of slings and cranes to allow slaves with massive udders to walk around with their tits suspended from the ceiling.
<<case "Transformation Fetishist">>
looks like a medical facility at first glance. Transformation is just as much a priority as production: there are surgical and drug injection machines right here.
<<case "Gender Radicalist">>
is comfortable and well-kept. The milking machines include perianal vibrators to massage slaves from butthole to cock while they give cum.
<<case "Gender Fundamentalist">>
is comfortable and well-kept. The milking machines include vibrators so that cows can get off while they're milked.
<<case "Physical Idealist">>
could be mistaken for a gym with milking machines. Cows here are expected to keep fit between milkings, since the best milk comes from cattle who are healthy, muscular, and strong.
<<case "Supremacist">>
is spartan, since that's all subhuman cows need. There are cattle prods here and there to use on resistant cows, unproductive cows, or subhuman cows one wishes to hear scream.
<<case "Subjugationist">>
is spartan, since that's all $arcologies[0].FSSubjugationistRace cows need. There are cattle prods here and there to use on resistant cows, unproductive cows, or $arcologies[0].FSSubjugationistRace cows one wishes to hear scream.
<<case "Paternalist">>
is comfortable and well-kept. Rather than stalls, $dairyName has an open arrangement of machines cows can use freely, and a lovely common area they can relax in afterward.
<<case "Pastoralist">>
is state of the art, but is also brilliantly designed to look like a barn. All the advanced machinery retracts when not in use, leaving the cows in a clean, airy pastoral paradise. It smells of summer.
<<case "Maturity Preferentialist">>
is inviting and homelike. After a milking, cows have a wide selection of soft furniture to choose from, so comfortable that most fall fast asleep.
<<case "Youth Preferentialist">>
is functional, but fun. There are all sorts of fun activities to keep the cows amused between milkings, cleverly adapted for girls with massive mammaries.
<<case "Body Purist">>
is state of the art, and spotlessly clean. All attention here is on the cows, to keep them happy, productive, and pure.
<<case "Slimness Enthusiast">>
is quite unusual. Since the cows it milks may not necessarily have gigantic boobs, the milking machines here can adapt to drain cream from any body.
<<case "Hedonistic">>
is comfortable and fun. The stalls are filled with thick, soft pillows to lounge on while hooked to the milking machines and with plenty of toys to make use of while getting milked. Cows here are expected to binge eat between milkings, since the best milk comes from cattle who are immobile, stuffed with food and hugely fat.
<<default>>
is comfortable and well-kept. It features nice rest areas for cows to lounge in after a milking, and exercise equipment to keep them healthy.
<</switch>>
<</if>>
<<if $dairySlaves > 2>>
$dairyNameCaps is working steadily.
<<if ($dairyRestraintsUpgrade == 1) && ($dairyRestraintsSetting > 1)>>
Each cow is strapped in to her own milking machine. The machines are set up in rows, alternating forward and backward so that the cows are interleaved as closely as possible without touching.
<<if ($dairyFeedersUpgrade == 1) && ($dairyFeedersSetting > 0)>>
<<if $dairyFeedersSetting == 2>>
A phallic feeding tube completely fills each cow's mouth and throat, making it eerily quiet in there. Occasionally one of the cows convulses when a particularly long rush of food and drugs flows down her gullet.
<<else>>
When feeding is required, a phallus extends into cows' mouths.
<</if>>
<</if>>
<<if ($dairyStimulatorsUpgrade == 1) && ($dairyStimulatorsSetting > 0)>>
<<if $dairyStimulatorsSetting == 2>>
Every cow is being sodomized by a massive phallus. Most are pumping away gently, the strokes taking a long time to push the half-meter of shaft into each slave's rectum and pull it out again. When a slave's balls are ready to give cum, however, the pace quickens, and the agonized slave wriggles in involuntary desperation to escape until she finally stiffens, squirts, and slumps in exhaustion.
<<else>>
Each cow's anus is periodically fucked by a machine phallus that ejaculates hydration directly up her butt. When a slave's balls are ready to give cum, she is mercilessly sodomized until prostate stimulation forces an orgasm.
<</if>>
<</if>>
<<if ($dairyPregUpgrade == 1) && ($dairyPregSetting > 0)>>
<<if $dairyPregSetting == 3>>
Fertile cows' vagina's are constantly penetrated by huge dildos that ejaculate extra strong fertility drugs into their progressively distending wombs. The drugs induce intense arousal and excessive female lubrication, so the constant dildo rape fills $dairyName with occasional gushing noises and nonstop moaning.
<<elseif $dairyPregSetting == 2>>
Fertile cows' vagina's are constantly penetrated by huge dildos that ejaculate fertility drugs. The drugs produce excessive female lubrication, so the constant dildo rape fills $dairyName with occasional gushing noises.
<<else>>
The fertile cows are visibly pregnant.
<</if>>
<</if>>
<<else>>
The row of milking machines is available for cows to use.
<<if ($dairyRestraintsSetting > 0)>>
When they do, the machines gently restrain them until they are completely done.
<</if>>
<<if ($dairyFeedersUpgrade == 1) && ($dairyFeedersSetting > 0)>>
The machines mount convenient phallic feeders for slaves to suck for tasty food while they're milked.
<</if>>
<<if ($dairyPregUpgrade == 1) && ($dairyPregSetting > 0)>>
The fertile cows are visibly pregnant.
<</if>>
<<if ($dairyStimulatorsUpgrade == 1) && ($dairyStimulatorsSetting > 0)>>
The machines gently sodomize cows who need the extra nutrition and treatment the dildos can ejaculate into them<<if $seeDicks > 0>>, and fuck them more vigorously when they need help ejaculating.<</if>>
<</if>>
<</if>>
<<elseif $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren > 0>>
$dairyNameCaps is quiet and calm. The only sounds are faint sucking and gushing noises.
<<elseif $dairySlaves > 0>>
$dairyNameCaps is sparsely populated.
<<elseif $Milkmaid != 0>>
$Milkmaid.slaveName is alone in $dairyName, and has nothing to do but clean and maintain the equipment.
<<else>>
$dairyNameCaps is empty and desolate.
<<link "Decommission the dairy" "Main">>
<<set $dairy = 0, $dairyFeedersUpgrade = 0, $dairyPregUpgrade = 0, $dairyStimulatorsUpgrade = 0, $dairyDecoration = "standard", $dairyFeedersSetting = 0, $dairyPregSetting = 0, $dairyStimulatorsSetting = 0, $dairyHyperPregRemodel = 0, $cumPipeline = 0, $milkPipeline = 0>>
<<set _dai = $sectors.findIndex(function(s) { return s.type == "Dairy"; })>>
<<if _dai != -1>>
<<set $sectors[_dai].type = "Manufacturing">>
<</if>>
<</link>>
<</if>>
<<if $dairySlaves > 0>>
<<if $Milkmaid != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>>
<<set _NewPop = $dairySlaves+$dormitoryPopulation+_X>>
<<link "Remove all slaves" "Dairy">>
<<if $Milkmaid != 0>>
<<= assignJob($Milkmaid, "rest")>>
<</if>>
<<for $dairySlaves > 0>>
<<= assignJob($slaves[$slaveIndices[$DairyiIDs[0]]], "get milked")>>
<</for>>
<</link>>
<<if _NewPop > $dormitory>>
@@.red;Dormitory capacity will be exceeded.@@
<</if>>
<</if>>
<<set _Tmult0 = Math.trunc($dairy*1000*$upgradeMultiplierArcology)>>
<br>$dairyNameCaps can support $dairy milkers. There <<if $dairySlaves == 1>>is<<else>>are<</if>> currently $dairySlaves cow<<if $dairySlaves != 1>>s<</if>>. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
<br>
<<if $dairyFeedersUpgrade == 1>>
The milking machines can hold feeders in slaves' mouths and inject drugs into their bodies, ensuring ideal nutrition and production.
<br> The feeders are
<<if $dairyFeedersSetting == 2>>
''industrial.'' [[Moderate|Dairy][$dairyFeedersSetting = 1, $dairyFeedersSettingChanged = -1]]
<<elseif $dairyFeedersSetting == 1>>
''active.'' [[Inactive|Dairy][$dairyFeedersSetting = 0]]<<if ($seeExtreme != 0) && ($dairyRestraintsSetting == 2)>> | [[Industrial|Dairy][$dairyFeedersSetting = 2, $dairyFeedersSettingChanged = 1]]<</if>>
<<else>>
''inactive.'' [[Active|Dairy][$dairyFeedersSetting = 1]]
<</if>>
<<else>>
$dairyNameCaps is equipped to feed and clean slaves normally. [[Upgrade the milking machines with intubators|Dairy][$cash -= _Tmult1, $dairyFeedersUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
<</if>>
<<if $seePreg != 0>>
<br>
<<if $dairyPregUpgrade == 1>>
$dairyNameCaps can support cow pregnancies.
<br> Fertile cows' wombs are
<<if $dairyPregSetting == 3>>
''worked to capacity.'' [[Industrial|Dairy][$dairyPregSetting = 2]]
<<elseif $dairyPregSetting == 2>>
''industrially employed.'' <<if ($seeExtreme != 0) && ($seeHyperPreg == 1) && ($dairyRestraintsSetting == 2) && ($dairyHyperPregRemodel == 1)>> [[Mass Production|Dairy][$dairyPregSetting = 3]] | <</if>>[[Moderate|Dairy][$dairyPregSetting = 1, $dairyPregSettingChanged = -1]]
<<elseif $dairyPregSetting == 1>>
''for hire.'' [[Not for hire|Dairy][$dairyPregSetting = 0]]<<if ($seeExtreme != 0) && ($dairyRestraintsSetting == 2)>> | [[Industrial|Dairy][$dairyPregSetting = 2, $dairyPregSettingChanged = 1]]<</if>>
<<else>>
''not for hire.'' [[For hire|Dairy][$dairyPregSetting = 1]]
<</if>>
<<else>>
$dairyNameCaps is not prepared to support cow pregnancies, and therefore cannot be used to contract out fertile slaves' wombs.
<br> [[Upgrade the dairy to support pregnancies|Dairy][$cash -= 2500, $dairyPregUpgrade = 1]] //Costs <<print cashFormat(2500)>> and will increase upkeep costs//
<</if>>
<</if>>
<br>
<<if $dairyStimulatorsUpgrade == 1>>
The milking machines mount reciprocating dildos that can sodomize the slaves, delivering extra nutrition and pharmaceuticals. <<if $seeDicks > 0>>The prostate stimulation also serves to increase semen production, where appropriate.<</if>>
<br> The sodomizers are
<<if $dairyStimulatorsSetting == 2>>
''industrial,'' employing dildos the size of horse phalli. [[Moderate|Dairy][$dairyStimulatorsSetting = 1, $dairyStimulatorsSettingChanged = -1]]
<<elseif $dairyStimulatorsSetting == 1>>
''active.'' [[Deactivate|Dairy][$dairyStimulatorsSetting = 0]]<<if ($seeExtreme != 0) && ($dairyRestraintsSetting == 2)>> | [[Industrial|Dairy][$dairyStimulatorsSetting = 2, $dairyStimulatorsSettingChanged = 1]]<</if>>
<<else>>
''inactive.'' [[Activate|Dairy][$dairyStimulatorsSetting = 1]]
<</if>>
<<else>>
$dairyNameCaps does not automatically sodomize. [[Upgrade the cockmilking machines with sodomizers|Dairy][$cash -= _Tmult1, $dairyStimulatorsUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
<</if>>
<<set _Tmult2 = Math.trunc(5000*$upgradeMultiplierArcology)>>
<<if ($dairyPregUpgrade == 2) || ($dairyStimulatorsSetting == 2)>>
<br>
<<if $dairyPrepUpgrade == 1>>
$dairyNameCaps features a preparatory raper designed to gape slaves for integration.
<<else>>
$dairyNameCaps's industrial machines can only accept slaves with loose holes. [[Install a preparatory raper|Dairy][$cash -= _Tmult2, $dairyPrepUpgrade = 1]] //Costs <<print cashFormat(_Tmult2)>>//
<</if>>
<</if>>
<br>
<<if $dairyRestraintsUpgrade == 1>>
$dairyNameCaps is equipped to restrain cows.
<br> The cows are restrained
<<if $dairyRestraintsSetting == 2>>
''permanently,'' allowing use of industrial techniques even devoted cows would flinch at. [[Only during milking|Dairy][$dairyRestraintsSetting = 1, $dairyFeedersSettingChanged = -1]]
<<elseif $dairyRestraintsSetting == 1>>
''when being milked,'' giving the machines full play. [[Free range|Dairy][$dairyRestraintsSetting = 0, $dairyFeedersSettingChanged = -1]] | [[Permanent machine milking|Dairy][$dairyRestraintsSetting = 2, $dairyFeedersSettingChanged = 1]]
<<else>>
''only when necessary,'' allowing obedient cows freedom to range around. [[Restrain the cows|Dairy][$dairyRestraintsSetting = 1, $dairyFeedersSettingChanged = 1]]
<</if>>
<<else>>
$dairyNameCaps is not equipped to restrain recalcitrant cows. [[Equip the dairy with milking racks|Dairy][$cash -= _Tmult2, $dairyRestraintsUpgrade = 1]] //Costs <<print cashFormat(_Tmult2)>>//
<</if>>
<<if ($seeHyperPreg == 1) && ($dairyRestraintsSetting == 2) && ($dairyStimulatorsSetting == 2) && ($dairyFeedersSetting == 2) && ($dairyPregSetting >= 1)>>
<br>
<<if $dairyHyperPregRemodel == 1>>
$dairyNameCaps's milking racks have been remodeled to allow cows' abnormal pregnancies room to grow.
<<else>>
$dairyNameCaps's milking racks can be remodeled to hold hyper-pregnant cattle. [[Expand the milking racks|Dairy][$cash -= _Tmult1, $dairyHyperPregRemodel = 1]] //Costs <<print cashFormat(_Tmult1)>>//
<</if>>
<</if>>
<<if ($bioreactorsAnnounced != 0) && ($dairyRestraintsSetting == 2) && ($dairyStimulatorsSetting == 2) && ($dairyFeedersSetting == 2)>>
<br>$dairyNameCaps will
<<if $createBioreactors == 1>>
''convert perfected cows into equipment,'' removing them from slave status, permanently. [[Cancel conversion|Dairy][$createBioreactors = 0]]
<<else>>
''leave perfected cows as slaves.'' [[Convert them into equipment|Dairy][$createBioreactors = 1]]
<</if>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast > 80>>
<br>
<<if $dairySlimMaintainUpgrade == 1>>
Thanks to advances precipitated by the arcology's commitment to the fashion of slimmer slaves, $dairyName has been updated with optimized milkers for small breasts, and a customized drug regimen to extract maximum output while maintaining small breast sizes.
<<if $dairySlimMaintain == 1>>
$dairyNameCaps is currently set to limit the breast growth of slimmer slaves while maximizing their milk output. [[Return to Normal Operation|Dairy][$dairySlimMaintain = 0]] //NOTE: This may allow the automatic administration of lactation inducing drugs//
<<else>>
$dairyNameCaps is currently set to normal operation, and will allow the breasts of slimmer slaves to expand due to milking. [[Set milkers to preserve small breast sizes|Dairy][$dairySlimMaintain = 1]] //NOTE: This will NOT remove existing lactation implants//
<</if>>
<<else>>
Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs <<print cashFormat(_Tmult2)>>//
<</if>>
<<elseif $arcologies[0].FSSlimnessEnthusiast > 20>>
<br>
<<if $dairySlimMaintainUpgrade == 1>>
Thanks to advances precipitated by the arcology's commitment to the fashion of slimmer slaves, $dairyName has been re-engineered so that its milking process can now prevent the unwanted breast expansion of fashionably slim slaves.
<<if $dairySlimMaintain == 1>>
$dairyNameCaps is currently set to limit the breast growth of slimmer slaves. [[Return to Normal Operation|Dairy][$dairySlimMaintain = 0]] //NOTE: This may allow the automatic administration of lactation inducing drugs//
<<else>>
$dairyNameCaps is currently set to normal operation, and will allow the breasts of slimmer slaves to expand due to milking. [[Set milkers to preserve small breast sizes|Dairy][$dairySlimMaintain = 1]] //NOTE: This will NOT remove existing lactation implants//
<</if>>
<<else>>
Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs <<print cashFormat(_Tmult2)>>//
<</if>>
<</if>>
<br>
<<if $dairySlimMaintain == 0>>
<<if $dairyImplantsSetting == 1>>
All cows will undergo lactation implant surgery to increase their milk output.
[[Restrict lactation surgery in cum-cows|Dairy][$dairyImplantsSetting = 0]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]]
<<elseif $dairyImplantsSetting == 2>>
Cows will not undergo surgical procedures to maximize production.
[[Maximize production in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Maximize production in only milkable cows|Dairy][$dairyImplantsSetting = 0]]
<<else>>
Naturally lactating cows, cows with non-lactating breasts, and cows incapable of producing cum will undergo lactation implant surgery to increase their milk output.
[[Maximize lactation in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]]
<</if>>
<<else>>
Current settings do not implant lactation implants into cows.
<</if>>
<br>
<<if $dairyWeightSetting == 0>>
$dairyNameCaps is keeping cows at least chubby. [[Increase Weight Target|Dairy][$dairyWeightSetting = 1]] | [[Disable Dietary Control|Dairy][$dairyWeightSetting = -1]]
<<elseif $dairyWeightSetting == 1>>
$dairyNameCaps aims to keep cows overweight. [[Increase Weight Target|Dairy][$dairyWeightSetting = 2]] | [[Decrease Weight Target|Dairy][$dairyWeightSetting = 0]] | [[Disable Dietary Control|Dairy][$dairyWeightSetting = -1]]
<<elseif $dairyWeightSetting == 2>>
$dairyNameCaps aims to keep cows fat. [[Increase Weight Target|Dairy][$dairyWeightSetting = 3]] | [[Decrease Weight Target|Dairy][$dairyWeightSetting = 1]] | [[Disable Dietary Control|Dairy][$dairyWeightSetting = -1]]
<<elseif $dairyWeightSetting == 3>>
$dairyNameCaps aims to keep cows very fat. [[Increase Weight Target|Dairy][$dairyWeightSetting = 4]] | [[Decrease Weight Target|Dairy][$dairyWeightSetting = 2]] | [[Disable Dietary Control|Dairy][$dairyWeightSetting = -1]]
<<elseif $dairyWeightSetting == 4>>
$dairyNameCaps aims to keep cows so fat they can barely move. [[Decrease Weight Target|Dairy][$dairyWeightSetting = 3]] | [[Disable Dietary Control|Dairy][$dairyWeightSetting = -1]]
<<else>>
$dairyNameCaps is currently not monitoring slave diets and will allow you full control. [[Enable Dietary Control|Dairy][$dairyWeightSetting = 0]]
<</if>> <<if $dairySlimMaintainUpgrade == 1 || $arcologies[0].FSSlimnessEnthusiast > 20>> //NOTE: Slimness controls will override all weight settings//<</if>>
<<if $arcologies[0].FSPaternalist == "unset">>
<br>
<<if $dairyUpgradeMenials == 1>>
<<if $menialBioreactors > 0>>
Menial Bioreactors are restrained here and there, in every unused space. Hoses run from their nipples<<if $seeDicks != 0>> and penises<</if>> into the machinery, and from the machinery into their mouths<<if $seeDicks != 100>>, anuses, and the pussies beneath their pregnant bellies<<else>> and anuses<</if>>.
<<else>>
In addition to the standard milking machines, $dairyName includes numerous hose hookups for menial Bioreactors. When there's space, any menial milkers you own can be placed in any empty space and connected.
<</if>>
<<else>>
There is no provision for milking menial Bioreactors. [[Add hose hookups|Dairy][$cash -= _Tmult1, $dairyUpgradeMenials = 1]] //Costs <<print cashFormat(_Tmult1)>>//
<</if>>
<</if>>
<<if ($dairyPregSetting > 1) || ($dairyFeedersSetting > 1) || ($dairyStimulatorsSetting > 1)>>
<br><br>@@.yellow;WARNING:@@ current milking machine settings may have irreversible effects on cows.
<</if>>
<!-- Statistics output -->
<<DairyStatistics 1>>
<br><br>
<<if ($Milkmaid != 0)>>
<<set $Flag = 2>>
<<include "Slave Summary">>
<<if canAchieveErection($Milkmaid) && $Milkmaid.pubertyXY == 1>>
<br>
<<if $milkmaidImpregnates == 1>>
Keeping the cows pregnant is part of her job. [[Order her to stop impregnating|Dairy][$milkmaidImpregnates = 0]]
<<elseif $seePreg != 0>>
She could be directed to keep the cows pregnant herself. [[Order her to impregnate|Dairy][$milkmaidImpregnates = 1]]
<</if>>
<</if>>
<<elseif $dairyRestraintsSetting > 1>>
//Current milking machine settings make a Milkmaid superfluous by replacing her duties with automation//
<<else>>
You do not have a slave serving as a Milkmaid. [[Appoint one|Milkmaid Select]]
<</if>>
<<set _seed = $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren>>
<br><br>
<<if ($dairy <= $dairySlaves+_seed)>>
''$dairyNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $dairySlaves)>>
<<link "''Send a slave to $dairyName''">>
<<replace #ComingGoing>>
<<resetAssignmentFilter>>
<<set $Flag = 0>>
<<include "Slave Summary">>
<</replace>>
<</link>>
<</if>>
<<if $dairySlaves > 0>>
| <<link "''Bring a slave out of $dairyName''">>
<<replace #ComingGoing>>
<<dairyAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</replace>>
<</link>>
<<else>>
<br><br>//$dairyNameCaps is empty for the moment.<br>//
<</if>>
<<if _seed > 1>>
//In addition, _seed milking machines have biological components installed in them.//
<<elseif _seed == 1>>
//In addition, one milking machine has biological components installed in it.//
<</if>>
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<dairyAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
<br><br>Rename $dairyName: <<textbox "$dairyName" $dairyName "Dairy">> //Use a noun or similar short phrase//
|
amomynous0/fc
|
src/uncategorized/dairy.tw
|
tw
|
bsd-3-clause
| 38,725 |
:: Dairy Report [nobr]
<span id="dairystats">
</span>
<<set _MMWorkout = 0>>
<<SlaveSort $DairyiIDs>>
<<set _DL = $DairyiIDs.length, $dairySlaves = _DL, _SL = $slaves.length, $bioreactorPerfectedID = 0, $legendaryBallsID = 0, $legendaryCowID = 0, $milkmaidDevotionBonus = 1, $milkmaidHealthBonus = 0, $milkmaidTrustBonus = 1, $milkmaidDevotionThreshold = 45, $milkmaidTrustThreshold = 35, _anusesStretched = 0, _birthers = 0, _births = 0, _cumWeek = 0, _femCumWeek = 0, _FLsFetish = 0, _milkWeek = 0, _balltacular = 0, _boobtacular = 0, _careerForgotten = 0, _chemMinor = 0, _chemSevere = 0, _desterilized = 0, _hatefilled = 0, _horrified = 0, $intelligenceLost = 0, _mindbroken = 0, _profits = 0, _skillsLost = 0, _stupidified = 0, _vaginasStretched = 0>>
<!-- Statistics gathering -->
<<set $facility = $facility || {}, $facility.dairy = initFacilityStatistics($facility.dairy)>>
<<if ($Milkmaid != 0)>>
<<set _FLs = $slaveIndices[$Milkmaid.ID]>>
<<if $slaves[_FLs].health < 90>>
<<set $slaves[_FLs].curatives = 2>>
<<else>>
<<set $slaves[_FLs].curatives = 0>>
<</if>>
<<if ($slaves[_FLs].diet != "healthy")>>
<<set ($slaves[_FLs].diet = "healthy")>>
<</if>>
<<if $slaves[_FLs].devotion <= 60>>
<<set $slaves[_FLs].devotion += 5>>
<</if>>
<<if $slaves[_FLs].trust < 60>>
<<set $slaves[_FLs].trust += 5>>
<</if>>
<<if ($slaves[_FLs].oralSkill > 0)>>
<<set $milkmaidDevotionBonus += Math.trunc($slaves[_FLs].oralSkill/30)>>
<</if>>
<<if ($slaves[_FLs].health >= 80)>>
<<set $milkmaidHealthBonus++>>
<</if>>
<<if $slaves[_FLs].livingRules != "luxurious">>
<<set $slaves[_FLs].livingRules = "luxurious">>
<</if>>
<<if $slaves[_FLs].fetishStrength <= 95>>
<<if $slaves[_FLs].fetish != "boobs">>
<<if fetishChangeChance($slaves[_FLs]) > random(0,100)>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1, $slaves[_FLs].fetish = "boobs">>
<</if>>
<<elseif $slaves[_FLs].fetishKnown == 0>>
<<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1>>
<<else>>
<<set _FLsFetish = 2, $slaves[_FLs].fetishStrength += 4>>
<</if>>
<</if>>
<<run getSlaveStatisticData($Milkmaid, $facility.dairy)>>
<<set $Milkmaid = $slaves[_FLs], $i = _FLs>>
<<= SlaveFullName($Milkmaid)>> is serving as your Milkmaid.
<<if $Milkmaid.relationship == -3 && $Milkmaid.devotion > 50>>
<<set $milkmaidDevotionBonus += 2, $milkmaidTrustBonus += 2>>
She tries her best to be your perfect farmwife.
<</if>>
<<if (_DL > 0) && ($milkmaidImpregnates == 1) && (canPenetrate($Milkmaid)) && $Milkmaid.pubertyXY == 1>>
<<set _milkmaidImpregnated = 0>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<if (canImpreg($slaves[$i], $Milkmaid))>>
<<set $slaves[$i].preg = 1, $slaves[$i].pregSource = $Milkmaid.ID, $slaves[$i].pregKnown = 1, $slaves[$i].pregWeek = 1, _milkmaidImpregnated++, $slaves[$i].vaginalCount += 10, $vaginalTotal += 10>>
<<set $slaves[$i].pregType = setPregType($slaves[$i])>>
<<set WombImpregnate($slaves[$i], $slaves[$i].pregType, $Milkmaid.ID, 1)>>
<</if>>
<</for>>
<<if _milkmaidImpregnated > 0>>
It's her responsibility to keep her charges pregnant, and she constantly
<<if _milkmaidImpregnated == 1>>
breeds the one fertile cow.
<<else>>
fills the _milkmaidImpregnated cows' cunts with her cum.
<</if>>
<<if $Milkmaid.career == "a breeding bull">>
She was conditioned to fill empty wombs, so she takes a @@.hotpink;deep pleasure@@ in her job.
<<set $slaves[_FLs].devotion++>>
<</if>>
<<set _Tmult = (_milkmaidImpregnated * 10), $slaves[_FLs].penetrativeCount += _Tmult, $Milkmaid.penetrativeCount += _Tmult, $penetrativeTotal += _Tmult>>
<<set $slaves[_FLs].need = 0>>
<</if>>
<</if>>
<<if (_FLsFetish == 1)>>
In her line of work, she touches more breasts than even you do. She lives in an atmosphere of quivering, heaving, milky breastflesh; of girls who shudder and moan when she touches their creamy nipples. She has @@.lightcoral;become more of a breast girl.@@
<<elseif (_FLsFetish == 2)>>
It's a hard life, pulling teats and washing cows, but it does @@.lightsalmon;make her more of a breast fetishist.@@
<</if>>
<<if ($Milkmaid.muscles > 30)>>
<<set $milkmaidHealthBonus++>>
Her muscles help her handle the fattest or most reluctant cow.
<</if>>
<<if $dairyRestraintsSetting != 2>> /* how much effort the MM must take to force a slave into a stall */
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<if $slaves[$i].devotion <= 20>>
<<set _MMWorkout++>>
<</if>>
<<if $slaves[$i].trust < 20>>
<<set _MMWorkout++>>
<</if>>
<<if $slaves[$i].muscles >= 30>>
<<set _MMWorkout++>>
<</if>>
<<if $slaves[$i].weight >= 70>>
<<set _MMWorkout++>>
<</if>>
<<if $slaves[$i].weight >= 160>>
<<set _MMWorkout++>>
<</if>>
<<if $slaves[$i].boobs >= 20000>>
<<set _MMWorkout++>>
<</if>>
<<if $slaves[$i].balls >= 30>>
<<set _MMWorkout++>>
<</if>>
<<if $slaves[$i].belly >= 5000>>
<<set _MMWorkout++>>
<</if>>
<<if !canWalk($slaves[$i])>> /* big bonus if they can't move themselves and are fat as cows */
<<if $slaves[$i].weight >= 70>>
<<set _MMWorkout += 2>>
<</if>>
<<if $slaves[$i].weight >= 160>>
<<set _MMWorkout += 2>>
<</if>>
<<if $slaves[$i].boobs >= 20000>>
<<set _MMWorkout += 2>>
<</if>>
<<if $slaves[$i].balls >= 30>>
<<set _MMWorkout += 2>>
<</if>>
<<if $slaves[$i].belly >= 5000>>
<<set _MMWorkout += 2>>
<</if>>
<</if>>
<</for>>
<</if>>
<<if (_MMWorkout > random(1,30)) && $Milkmaid.muscles < 60>>
Constantly having to wrestle unruly or aiding heavy cows into their stalls forces her to @@.lime;build muscle.@@
<<set $slaves[_FLs].muscles++>>
<</if>>
<<if ($Milkmaid.oralSkill > 30)>>
Her skilled tongue helps her keep her girls happy.
<</if>>
<<if ($Milkmaid.oralSkill < 90)>>
<<set $skillIncrease = 3>>
<<OralSkillIncrease $slaves[_FLs]>>
<</if>>
<<if ($Milkmaid.sexualQuirk == "caring")>>
<<set $milkmaidTrustBonus++>>
She's very caring, and does her best to get the cows to trust her.
<</if>>
<<if ($Milkmaid.behavioralQuirk == "funny")>>
<<set $milkmaidTrustBonus++>>
She's funny, and does her best to get the cows to trust her by keeping them laughing.
<</if>>
<<if setup.milkmaidCareers.includes($Milkmaid.career)>>
<<set $milkmaidHealthBonus++>>
She has career experience dealing with milk animals.
<<elseif $Milkmaid.skillMM >= $masteredXP>>
<<set $milkmaidHealthBonus++>>
She has experience dealing with milk animals from working for you.
<<else>>
<<set $slaves[_FLs].skillMM += random(1,Math.ceil(($Milkmaid.intelligence+$Milkmaid.intelligenceImplant)/15) + 8)>>
<</if>>
<<if ($dairyStimulatorsSetting < 2) && ($Milkmaid.dick > 4) && (canPenetrate($Milkmaid))>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<if ($slaves[$i].balls > 0) && ($slaves[$i].prostate > 0)>>
She uses her turgid cock to give prostate stimulation to slaves that need help ejaculating.
<<set $slaves[_FLs].need -= 50>>
<<break>>
<</if>>
<</for>>
<</if>>
<<set $milkmaidDevotionThreshold += (5*$milkmaidDevotionBonus), $milkmaidTrustThreshold += (5*$milkmaidTrustBonus)>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<if $Milkmaid.rivalryTarget == $slaves[$i].ID>>
She either neglects or harasses her <<if $Milkmaid.rivalry == 1>>growing rival<<elseif $Milkmaid.rivalry == 2>>rival<<elseif $Milkmaid.rivalry == 3>>bitter rival<</if>>, $slaves[$i].slaveName, making sure she is unhappy and uncomfortable.
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<<if random(1,100) > 65>>
<<set $Milkmaid.rivalry++, $slaves[_FLs].rivalry++, $slaves[$i].rivalry++>>
<</if>>
<<elseif $Milkmaid.relationshipTarget == $slaves[$i].ID>>
She dotes over her <<if $Milkmaid.relationship == 1>>friend<<elseif $Milkmaid.relationship == 2>>best friend<<elseif $Milkmaid.relationship == 3>>friend with benefits<<elseif $Milkmaid.relationship == 4>>lover<<elseif $Milkmaid.relationship == 5>>slave wife<</if>>, $slaves[$i].slaveName, making sure she is happy and comfortable.
<<set $slaves[$i].devotion++, $slaves[$i].trust++>>
<<elseif $familyTesting == 1 && totalRelatives($slaves[$i]) > 0>>
<<if $slaves[$i].mother == $Milkmaid.ID || $slaves[$i].father == $Milkmaid.ID>>
She pays special attention to her daughter, $slaves[$i].slaveName, making sure she is well kept and happy.
<<set $slaves[$i].trust++>>
<<elseif $slaves[$i].ID == $Milkmaid.mother>>
She pays special attention to her mother, $slaves[$i].slaveName, making sure she is well kept and happy.
<<set $slaves[$i].trust++>>
<<elseif $slaves[$i].ID == $Milkmaid.father>>
She pays special attention to her father, $slaves[$i].slaveName, making sure she is well kept and happy.
<<set $slaves[$i].trust++>>
<<else>>
<<switch areSisters($slaves[$i], $Milkmaid)>>
<<case 1>>
She pays special attention to her twin sister, $slaves[$i].slaveName, making sure she is well kept and happy.
<<set $slaves[$i].trust++>>
<<case 2>>
She pays special attention to her sister, $slaves[$i].slaveName, making sure she is well kept and happy.
<<set $slaves[$i].trust++>>
<<case 3>>
She pays special attention to her half-sister, $slaves[$i].slaveName, making sure she is well kept and happy.
<<set $slaves[$i].trust++>>
<</switch>>
<</if>>
<<elseif $Milkmaid.relationTarget == $slaves[$i].ID && $familyTesting == 0>>
She pays special attention to her $slaves[$i].relation, $slaves[$i].slaveName, making sure she is well kept and happy.
<<set $slaves[$i].trust++>>
<</if>>
<<if $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a dairy cow.">>
<<if ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>
She spends extra time with $slaves[$i].slaveName, the well-known cow. She is fascinated by $slaves[$i].slaveName's massive $slaves[$i].boobs cc breasts and spends extra time massaging and kneading them to maximize production.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<<else>>
She is disappointed that the well-known cow $slaves[$i].slaveName<<if ($slaves[$i].lactation == 0)>> isn't producing milk anymore. <<else>>'s breasts have shrunken considerably from their heyday.<</if>>
<</if>>
<</if>>
<<if $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a cockmilker.">>
<<if (($slaves[$i].balls > 6) && ($slaves[$i].dick != 0)) || (($slaves[$i].balls > 4) && ($slaves[$i].dick != 0) && ($slaves[$i].prostate > 1))>>
She spends extra time with $slaves[$i].slaveName, the massive ejaculating cow. She can't help but massage the cow's dick and testes to stimulate them further and coax more from them.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<<else>>
She is disappointed that the (formerly) massive ejaculating cow $slaves[$i].slaveName<<if $slaves[$i].balls == 0 || $slaves[$i].dick == 0>> is incapable of giving cum. <<elseif $slaves[$i].prostate < 2>> no longer possesses a hyperactive prostate. <<else>>'s balls are considerably smaller than at their heyday.<</if>>
<</if>>
<</if>>
<<if $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a breeder." && $slaves[$i].bellyPreg >= 1500>>
She spends extra time with $slaves[$i].slaveName, the well-known breeder. $Milkmaid.slaveName is fascinated by her growing pregnancy and popular womb. She makes sure her belly and it's occupants are nice and comfortable.
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<</if>>
<</for>>
<</if>>
<<set _Tadd = ($bioreactorsXY + $bioreactorsXX + $bioreactorsHerm + $bioreactorsBarren)>>
<<if (_DL + _Tadd > 0)>>
<<if ($Milkmaid != 0)>><br><br><</if>>
<<if (_DL != 1)>>''There are _DL cows in $dairyName.''<<else>>''There is one cow in $dairyName.''<</if>>
<<if ($dairyRestraintsSetting > 1)>>
The facility functions as an industrial slave products factory.
<</if>>
<<if (_Tadd > 0)>>
_Tadd milking machines have permanent biological components, making a total of <<print _Tadd + _DL>> milk-producing bodies.
<</if>>
<</if>>
<<if ($Milkmaid != 0)>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[_FLs] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[_FLs])>>@@__'' is serving as your Milkmaid.
<br>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<set $Milkmaid = $slaves[_FLs]>>
<</if>>
<<set _oldCash = $cash>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
/* Special attention section */
<<if ($legendaryCowID == 0) && ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryCowID = $slaves[$i].ID>>
<</if>>
<<if ($legendaryBallsID == 0) && ($slaves[$i].dick != 0) && ($slaves[$i].balls > 5 || ($slaves[$i].balls > 4 && $slaves[$i].prostate > 1)) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryBallsID = $slaves[$i].ID>>
<</if>>
/* Perform facility based rule changes */
<<if ($dairySlimMaintain == 0)>>
<<if $dairyWeightSetting == 0>>
<<if $slaves[$i].weight <= 30>>
<<set $slaves[$i].diet = "fattening">>
<<else>>
<<set $slaves[$i].diet = "healthy">>
<</if>>
<<elseif $dairyWeightSetting == 1>>
<<if $slaves[$i].weight <= 95>>
<<set $slaves[$i].diet = "fattening">>
<<else>>
<<set $slaves[$i].diet = "healthy">>
<</if>>
<<elseif $dairyWeightSetting == 2>>
<<if $slaves[$i].weight <= 130>>
<<set $slaves[$i].diet = "fattening">>
<<else>>
<<set $slaves[$i].diet = "healthy">>
<</if>>
<<elseif $dairyWeightSetting == 3>>
<<if $slaves[$i].weight <= 160>>
<<set $slaves[$i].diet = "fattening">>
<<else>>
<<set $slaves[$i].diet = "healthy">>
<</if>>
<<elseif $dairyWeightSetting == 4>>
<<if $slaves[$i].weight <= 195>>
<<set $slaves[$i].diet = "fattening">>
<<else>>
<<set $slaves[$i].diet = "healthy">>
<</if>>
<<elseif $dairyRestraintsSetting > 1>>
<<set $slaves[$i].diet = "healthy">>
<</if>>
<<elseif $slaves[$i].weight > 10>>
<<set $slaves[$i].diet = "restricted">>
<<elseif ($slaves[$i].diet == "fattening") || $slaves[$i].diet == "healthy" || ($dairyRestraintsSetting > 1)>>
<<set $slaves[$i].diet = "healthy">>
<</if>>
<<if $dairyRestraintsSetting > 1>>
<<set $slaves[$i].collar = "none", $slaves[$i].choosesOwnClothes = 0, $slaves[$i].clothes = "no clothing", $slaves[$i].buttplug = "none", $slaves[$i].vaginalAccessory = "none", $slaves[$i].dickAccessory = "none">>
<</if>>
<<switch $dairyDecoration>>
<<case "Roman Revivalist" "Aztec Revivalist" "Chinese Revivalist" "Chattel Religionist" "Edo Revivalist" "Arabian Revivalist" "Egyptian Revivalist" "Supremacist" "Subjugationist" "Degradationist">>
<<set $slaves[$i].livingRules = "spare">>
<<default>>
<<set $slaves[$i].livingRules = "normal">>
<</switch>>
<<if $dairyPregSetting > 0>>
<<set $reservedChildren -= $slaves[$i].reservedChildren>>
<<set $reservedChildrenNursery -= $slaves[$i].reservedChildrenNursery>>
<<set $slaves[$i].reservedChildren = 0>>
<<set $slaves[$i].reservedChildrenNursery = 0>>
<</if>>
/* General End of Week effects */
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $slaves[$i] 0 0>>
</div>
<</if>>
/* 000-250-006 */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>>
<<include "SA chooses own job">>
<<else>>
is serving as a cow in $dairyName.
<</if>>
<br> She <<include "SA get milked">>
<br>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br><<include "SA devotion">>
<<else>>
<<silently>>
<<include "SA chooses own job">>
<<include "SA get milked">>
<<include "SA rules">>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<<include "SA devotion">>
<</silently>>
<</if>>
<<set _milkWeek += $milk, _cumWeek += $cum>>
/* Facility Specific End of Week effects */
<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -20)>>
<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
<</if>>
<<if ($slaves[$i].health < -80)>>
<<set $slaves[$i].health += 20>>
<<elseif ($slaves[$i].health < -40)>>
<<set $slaves[$i].health += 10>>
<<elseif ($slaves[$i].health < 0)>>
<<set $slaves[$i].health += 7>>
<<elseif ($slaves[$i].health < 90)>>
<<set $slaves[$i].health += 3>>
<</if>>
<<if ($slaves[$i].inflation > 0)>>
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
<<run SetBellySize($slaves[$i])>>
<</if>>
<<if ($slaves[$i].lactation > 0) && (($dairySlimMaintain == 0) || ($slaves[$i].boobs > 700))>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 100>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50>>
<<elseif ($slaves[$i].boobs < 10000)>>
<<set _growth = 25>>
<<else>>
<<set _growth = 0>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<</if>>
<<if $slaves[$i].prostate == 1>>
<<set $slaves[$i].prostate = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost>>
<</if>>
<<if $slaves[$i].vasectomy == 1>>
<<set $slaves[$i].vasectomy = 0, $slaves[$i].health -= 10, $cash -= $surgeryCost>>
<</if>>
<<if ($dairySlimMaintain == 0)>>
<<if ($slaves[$i].lactation < 2) && ($slaves[$i].boobs > 300 || $slaves[$i].dick == 0 || $slaves[$i].lactation == 1 || $dairyImplantsSetting == 1) && $dairyImplantsSetting != 2>>
<<set $slaves[$i].lactation = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost>>
<</if>>
<</if>>
<<if ($dairyFeedersUpgrade == 1) && ($dairyFeedersSetting > 0)>>
<<if ($dairySlimMaintain == 0)>>
<<if ($slaves[$i].balls == 0)>>
<<set $slaves[$i].hormones = 2>>
<</if>>
<<elseif $slaves[$i].diet == "fattening">>
<<set $slaves[$i].weight += 2>>
<</if>>
<<if ($slaves[$i].health < 75)>>
<<set $slaves[$i].health += 25>>
<<else>>
<<if ($dairySlimMaintain == 0) && $slaves[$i].lactation > 0>>
<<if $dairyFeedersSetting > 1 && $dairyStimulatorsSetting > 0>>
<<if $slaves[$i].boobs < 50000>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 75*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<</if>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50-$slaves[$i].physicalAge)/4))>>
<</if>>
<<if $slaves[$i].boobs <= 20000 && $slaves[$i].boobs+_growth > 20000>>
<<set _boobtacular++>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<<else>>
<<set $slaves[$i].boobs = 50000>>
<</if>>
<<elseif $dairyFeedersSetting > 0 && $dairyStimulatorsSetting > 0>>
<<if $slaves[$i].boobs < 25000>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 75*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<</if>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50-$slaves[$i].physicalAge)/4))>>
<</if>>
<<if $slaves[$i].boobs <= 20000 && $slaves[$i].boobs+_growth > 20000>>
<<set _boobtacular++>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<</if>>
<<elseif $dairyFeedersSetting > 1>>
<<if $slaves[$i].boobs < 10000>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 75*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<</if>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50-$slaves[$i].physicalAge)/4))>>
<</if>>
<<if $slaves[$i].boobs <= 20000 && $slaves[$i].boobs+_growth > 20000>>
<<set _boobtacular++>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<</if>>
<<else>>
<<if $slaves[$i].boobs < 5000>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 75*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<</if>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50-$slaves[$i].physicalAge)/4))>>
<</if>>
<<if $slaves[$i].boobs <= 20000 && $slaves[$i].boobs+_growth > 20000>>
<<set _boobtacular++>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<</if>>
<</if>>
<</if>>
<<if ($slaves[$i].balls > 0)>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].inducedNCS == 0) && ($slaves[$i].balls < 125)>>
<<set $slaves[$i].balls++>>
<<elseif ($slaves[$i].inducedNCS == 1) && ($slaves[$i].balls < 125) && (random(1,600) > (30+(10*$slaves[$i].balls)-(10*$dairyRestraintsSetting)-($injectionUpgrade*10)))>>
<<set $slaves[$i].balls++>>
<</if>>
<<if ($slaves[$i].balls == 125)>>
<<set _balltacular++>>
<</if>>
<<elseif ($slaves[$i].balls < 10)>>
<<if ($slaves[$i].inducedNCS == 0) && (random(1,100) > (40+(10*$slaves[$i].balls)-(10*$dairyRestraintsSetting)-($injectionUpgrade*10)))>>
<<set $slaves[$i].balls++>>
<<elseif ($slaves[$i].inducedNCS == 1) && ($slaves[$i].balls < 125) && (random(1,50) > (40+(10*$slaves[$i].balls)-(10*$dairyRestraintsSetting)-($injectionUpgrade*10)))>>
<<set $slaves[$i].balls++>>
<</if>>
<<if ($slaves[$i].balls == 10)>>
<<set _balltacular++>>
<</if>>
<</if>>
<<if $slaves[$i].dick > 0>>
<<if $slaves[$i].dick < 10>>
<<if (($slaves[$i].inducedNCS == 0) && (random(1,100) > (40+(10*$slaves[$i].dick)-(10*$dairyRestraintsSetting)-($injectionUpgrade*10))))>>
<<set $slaves[$i].dick++>>
<<elseif (($slaves[$i].inducedNCS == 1) && (random(1,50) > (40+(10*$slaves[$i].dick)-(10*$dairyRestraintsSetting)-($injectionUpgrade*10))))>>
<<set $slaves[$i].dick++>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>> /* closes ($dairyFeedersUpgrade == 1) && ($dairyFeedersSetting > 0) */
<<if ($dairyStimulatorsUpgrade == 1) && $dairyStimulatorsSetting > 0>>
<<if ($dairyStimulatorsSetting > 1) && ($slaves[$i].anus < 4)>>
<<set $slaves[$i].anus++>>
<<if ($slaves[$i].anus == 4)>>
<<set _anusesStretched++>>
<</if>>
<<elseif ($slaves[$i].anus < 3)>>
<<set $slaves[$i].anus++>>
<</if>>
<<if ($slaves[$i].health < 60)>>
<<set $slaves[$i].health += 20>>
<<elseif $dairySlimMaintain == 0 && $slaves[$i].lactation > 0>>
<<if $dairyFeedersSetting > 1>>
<<if $slaves[$i].boobs < 50000>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 75*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<</if>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50-$slaves[$i].physicalAge)/4))>>
<</if>>
<<if $slaves[$i].boobs <= 20000 && $slaves[$i].boobs+_growth > 20000>>
<<set _boobtacular++>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<</if>>
<<elseif $dairyFeedersSetting > 0>>
<<if $slaves[$i].boobs < 25000>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 75*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<</if>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50-$slaves[$i].physicalAge)/4))>>
<</if>>
<<if $slaves[$i].boobs <= 20000 && $slaves[$i].boobs+_growth > 20000>>
<<set _boobtacular++>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<</if>>
<<else>>
<<if $slaves[$i].boobs < 10000>>
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
<<if ($slaves[$i].boobs < 2000)>>
<<set _growth = 75*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<elseif ($slaves[$i].boobs < 5000)>>
<<set _growth = 50*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50)/4))>>
<</if>>
<<else>>
<<set _growth = 25*Math.trunc(($injectionUpgrade*2)+$dairyFeedersSetting+$dairyRestraintsSetting+((50-$slaves[$i].physicalAge)/4))>>
<</if>>
<<if $slaves[$i].boobs <= 20000 && $slaves[$i].boobs+_growth > 20000>>
<<set _boobtacular++>>
<</if>>
<<if ($slaves[$i].inducedNCS == 1)>>
<<set _growth = Math.trunc(_growth/2)>>
<</if>>
<<set $slaves[$i].boobs += _growth>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if ($dairyRestraintsSetting > 1)>>
<<if $slaves[$i].lactation > 0>>
<<set $slaves[$i].lactationAdaptation += 1>>
<</if>>
<<if ($slaves[$i].muscles > -100)>>
<<set $slaves[$i].muscles-->>
<</if>>
<<if ($slaves[$i].fetish == "mindbroken")>>
<<if ($slaves[$i].boobs > 48000) && (($slaves[$i].balls >= 10) || ($slaves[$i].balls == 0))>>
<<set $bioreactorPerfectedID = $slaves[$i].ID>>
<</if>>
<<else>>
<<if ($slaves[$i].sexualFlaw != "self hating")>>
<<if ($slaves[$i].sexualFlaw != "cum addict") || ($dairyFeedersSetting == 0)>>
<<if ($slaves[$i].sexualFlaw != "anal addict") || ($dairyStimulatorsSetting == 0)>>
<<if ($slaves[$i].sexualFlaw != "breeder") || ($slaves[$i].preg < 0) || ($dairyPregSetting == 0)>>
<<if $dairyStimulatorsSetting > 1>>
<<if ($slaves[$i].sexualFlaw != "hates anal") && ($slaves[$i].sexualQuirk != "painal queen")>>
<<set $slaves[$i].sexualFlaw = "hates anal">>
<</if>>
<</if>>
<<if $dairyPregSetting > 1>>
<<if ($slaves[$i].sexualFlaw != "hates penetration") && ($slaves[$i].sexualQuirk != "strugglefuck queen")>>
<<set $slaves[$i].sexualFlaw = "hates penetration">>
<</if>>
<</if>>
<<if $dairyFeedersSetting > 1>>
<<if ($slaves[$i].sexualFlaw != "hates oral") && ($slaves[$i].sexualQuirk != "gagfuck queen")>>
<<set $slaves[$i].sexualFlaw = "hates oral">>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].chem > 250>>
<<set _chemSevere++>>
<<elseif $slaves[$i].chem > 100>>
<<set _chemMinor++>>
<</if>>
<</if>>
<<if ($dairyStimulatorsSetting + $dairyFeedersSetting + $dairyPregSetting) > 5>>
<<if $slaves[$i].devotion <= 95 && $slaves[$i].sexualFlaw != "self hating">>
<<if ($slaves[$i].sexualFlaw != "breeder") || ($slaves[$i].preg < 0)>>
<<if ($slaves[$i].devotion > -75)>>
<<set $slaves[$i].devotion -= 10>>
<<if ($slaves[$i].devotion < -65)>>
<<set _hatefilled++>>
<</if>>
<<elseif ($slaves[$i].trust > -75)>>
<<set $slaves[$i].trust -= 10>>
<<if ($slaves[$i].trust < -65)>>
<<set _horrified++>>
<</if>>
<<elseif ($slaves[$i].vaginalSkill > 0)>>
<<set $slaves[$i].vaginalSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].oralSkill > 0)>>
<<set $slaves[$i].oralSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].analSkill > 0)>>
<<set $slaves[$i].analSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].career != "a bioreactor")>>
<<set $slaves[$i].career = "a bioreactor", _careerForgotten++>>
<<elseif ($slaves[$i].intelligenceImplant > 0)>>
<<set $slaves[$i].intelligenceImplant = Math.clamp($slaves[$i].intelligenceImplant-5, 0, 30), _skillsLost++>>
<<elseif ($slaves[$i].intelligence >= -15)>>
<<set $slaves[$i].intelligence -= 5, _intelligenceLost++>>
<<elseif ($slaves[$i].devotion >= -20)>>
<<set $slaves[$i].devotion -= 10>>
<<elseif ($slaves[$i].trust >= -20)>>
<<set $slaves[$i].trust -= 10>>
<<elseif ($slaves[$i].whoreSkill > 0)>>
<<set $slaves[$i].whoreSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].entertainSkill > 0)>>
<<set $slaves[$i].entertainSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].intelligence >= -50)>>
<<set $slaves[$i].intelligence -= 5>>
<<if $slaves[$i].intelligence < -50>>
<<set _stupidified++>>
<</if>>
<<elseif ($slaves[$i].fetish != "mindbroken")>>
<<set $slaves[$i].fetish = "mindbroken", _mindbroken++>>
<</if>>
<</if>>
<</if>>
<<if (($slaves[$i].milk > 1000) && ($slaves[$i].boobs > 12000) || ($slaves[$i].cum > 1000) && ($slaves[$i].balls >= 10)) && ($slaves[$i].career != "a bioreactor")>>
<<set $slaves[$i].career = "a bioreactor", _careerForgotten++>>
<</if>>
<<if ($arcologies[0].FSBodyPuristLaw == 0) && ($healthyDrugsUpgrade == 0)>>
<<set $slaves[$i].chem += 5>>
<<else>>
<<set $slaves[$i].chem += 2>>
<</if>>
<<elseif ($dairyStimulatorsSetting + $dairyFeedersSetting + $dairyPregSetting) > 3>>
<<if ($slaves[$i].devotion < 75)>>
<<if ($slaves[$i].devotion > -75)>>
<<set $slaves[$i].devotion -= 5>>
<<if ($slaves[$i].devotion < -70)>>
<<set _hatefilled++>>
<</if>>
<<elseif ($slaves[$i].trust > -75)>>
<<set $slaves[$i].trust -= 5>>
<<if ($slaves[$i].trust < -70)>>
<<set _horrified++>>
<</if>>
<<elseif ($slaves[$i].vaginalSkill >= 20)>>
<<set $slaves[$i].vaginalSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].oralSkill >= 20)>>
<<set $slaves[$i].oralSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].analSkill >= 20)>>
<<set $slaves[$i].analSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].career != "a bioreactor")>>
<<set $slaves[$i].career = "a bioreactor", _careerForgotten++>>
<<elseif ($slaves[$i].intelligenceImplant > 0)>>
<<set $slaves[$i].intelligenceImplant = Math.clamp($slaves[$i].intelligenceImplant-5, 0, 30), _skillsLost++>>
<<elseif ($slaves[$i].intelligence >= -15)>>
<<set $slaves[$i].intelligence -= 5, $intelligenceLost++>>
<<elseif ($slaves[$i].devotion >= -20)>>
<<set $slaves[$i].devotion -= 8>>
<<elseif ($slaves[$i].trust >= -20)>>
<<set $slaves[$i].trust -= 8>>
<<elseif ($slaves[$i].whoreSkill >= 20)>>
<<set $slaves[$i].whoreSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].entertainSkill >= 20)>>
<<set $slaves[$i].entertainSkill -= 10, _skillsLost++>>
<<elseif ($slaves[$i].intelligence >= -50)>>
<<set $slaves[$i].intelligence -= 5>>
<<if $slaves[$i].intelligence < -50>>
<<set _stupidified++>>
<</if>>
<<elseif ($slaves[$i].fetish != "mindbroken")>>
<<set $slaves[$i].fetish = "mindbroken", _mindbroken++>>
<</if>>
<<elseif (($slaves[$i].milk > 1000) && ($slaves[$i].boobs > 12000) || ($slaves[$i].cum > 1000) && ($slaves[$i].balls >= 10)) && ($slaves[$i].career != "a bioreactor")>>
<<set $slaves[$i].career = "a bioreactor", _careerForgotten++>>
<</if>>
<<if ($arcologies[0].FSBodyPuristLaw == 0) && ($healthyDrugsUpgrade == 0)>>
<<set $slaves[$i].chem += 2>>
<<else>>
<<set $slaves[$i].chem++>>
<</if>>
<</if>> /* closes ($dairyStimulatorsSetting + $dairyFeedersSetting + $dairyPregSetting) > 5 */
<<if ($dairyPregUpgrade == 1) && ($dairyPregSetting > 0)>>
<<if ($slaves[$i].ovaries == 1) && ($slaves[$i].vagina > -1)>>
<<set _femCumWeek += Math.trunc((70-$slaves[$i].physicalAge)/(30-($slaves[$i].vaginaLube*10)))>>
<<if ($slaves[$i].preg == -2)>>
<<set $slaves[$i].preg = 0, _desterilized++>>
<</if>>
<<if isFertile($slaves[$i])>>
<<if $slaves[$i].eggType == "human">>
<<set $slaves[$i].preg = 1, $slaves[$i].pregWeek = 1, $slaves[$i].pregKnown = 1>>
<<if ($dairyPregSetting > 2)>>
<<set $slaves[$i].pregType = random(10,29)>>
<<elseif ($dairyPregSetting > 1)>>
<<set $slaves[$i].pregType = random(3,6)>>
<<else>>
<<set $slaves[$i].pregType = either(1, 1, 1, 1, 2, 2, 2, 3, 3, 4)>>
<</if>>
<<set $slaves[$i].pregSource = -2>>
<<set WombImpregnate($slaves[$i], $slaves[$i].pregType, -2, 1)>>
<</if>> /*closes eggType */
<<if ($slaves[$i].vagina == 0)>>
<<set $slaves[$i].vagina++>>
<</if>>
<<elseif ($slaves[$i].pregKnown == 1)>>
<<if ($dairyPregSetting > 2)>>
<<set $cash += 100>>
<<elseif ($dairyPregSetting > 1)>>
<<set $cash += 50>>
<<else>>
<<set $cash += 25>>
<</if>>
<<if ($dairyPregSetting > 1) && ($slaves[$i].vagina < 4)>>
<<set $slaves[$i].vagina++>>
<<if ($slaves[$i].vagina == 4)>>
<<set _vaginasStretched++>>
<</if>>
<<elseif ($slaves[$i].vagina < 3)>>
<<set $slaves[$i].vagina++>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if $inflatedSlavesMilk > 0>>
<<set _milkWeek -= ((8*$inflatedSlavesMilk*10)+8)>>
<</if>>
<<if $inflatedSlavesCum > 0>>
<<set _cumWeek -= ((80*$inflatedSlavesCum*10)+80)>>
<<if _cumWeek < 0>>
<<set _cumWeek = 0>>
<</if>>
<</if>>
<<if (_Tadd > 0)>>
<<set _tempCash = $cash>>
<<set _seed = (100*$bioreactorsXY) + (100*$bioreactorsHerm), _cumWeek += _seed>>
<<if ($arcologies[0].FSPastoralistLaw == 1)>>
<<set $cash += _seed*random(40,50)>>
<<elseif ($arcologies[0].FSPastoralist != "unset")>>
<<set $cash += _seed*(random(25,35)+Math.trunc($arcologies[0].FSPastoralist/10))>>
<<else>>
<<set $cash += _seed*random(25,35)>>
<</if>>
<<set _seed = (2*$bioreactorsXX) + (2*$bioreactorsHerm), _femCumWeek += _seed>>
<<if ($arcologies[0].FSPastoralistLaw == 1)>>
<<set $cash += _seed*random(40,50)>>
<<elseif ($arcologies[0].FSPastoralist != "unset")>>
<<set $cash += _seed*(random(25,35)+Math.trunc($arcologies[0].FSPastoralist/10))>>
<<else>>
<<set $cash += _seed*random(25,35)>>
<</if>>
<<set _seed = (800*$bioreactorsXX) + (700*$bioreactorsBarren) + (600*$bioreactorsXY) + (600*$bioreactorsHerm), _milkWeek += _seed>>
<<if ($arcologies[0].FSPastoralistLaw == 1)>>
<<set $cash += _seed*(13+Math.trunc($arcologies[0].FSPastoralist/30))>>
<<elseif ($arcologies[0].FSPastoralist != "unset")>>
<<set $cash += _seed*(8+Math.trunc($arcologies[0].FSPastoralist/30))>>
<<else>>
<<set $cash += _seed*9>>
<</if>>
<br><br>_Tadd permanently converted biological "machine<<if _Tadd > 1>>s<</if>>" produce<<if _Tadd == 1>>s<</if>> @@.yellowgreen;<<print cashFormat($cash-_tempCash)>>@@ income.
<</if>>
<<if $inflatedSlavesMilk > 0>>
<<set $cash -= Math.trunc(((600*($inflatedSlavesMilk)+8)+random(50,200)))>>
<</if>>
<<if $inflatedSlavesCum > 0>>
<<set $cash -= Math.trunc(((300*($inflatedSlavesCum+8))+random(25,100)))>>
<</if>>
<<set _profits = $cash-_oldCash>>
<br><br>
<<if _chemSevere > 1>>
_chemSevere cows' productivity is being reduced by the long term effects of industrial use.
<<elseif _chemSevere > 0>>
One cow's productivity is being reduced by the long term effects of industrial use.
<</if>>
<<if _chemMinor > 1>>
_chemMinor cows have been drugged and used long enough that they require increased curative doses, slightly reducing their output.
<<elseif _chemMinor > 0>>
One cow has been drugged and used long enough that she requires increased curative doses, slightly reducing her output.
<</if>>
<<if _desterilized > 1>>
_desterilized cows had minor health issues preventing their fertile womb from conceiving; the issues have been resolved and they have been impregnated.
<<elseif _chemMinor > 0>>
One cow had minor health issues preventing her fertile womb from conceiving; they have been resolved and she has been impregnated.
<</if>>
<<if _hatefilled > 1>>
_hatefilled cows stopped struggling so much when fucked by the machines; it seems they have sunk into a fugue.
<<elseif _hatefilled > 0>>
One cow stopped struggling so much when fucked by the machines; it seems she has sunk into a fugue.
<</if>>
<<if _horrified > 1>>
_horrified cows' emotional activity dropped significantly; this indicates acceptance that they are not likely to leave $dairyName, ever again.
<<elseif _horrified > 0>>
One cow's emotional activity dropped significantly; this indicates acceptance that she is not likely to leave $dairyName, ever again.
<</if>>
<<if _skillsLost > 1>>
_skillsLost cows forgot skills due to their inability to focus on anything but machine rape.
<<elseif _skillsLost > 0>>
One cow forgot skills due to her inability to focus on anything but machine rape.
<</if>>
<<if _careerForgotten > 1>>
_careerForgotten cows forgot the details of their past professional lives; all they can remember now is this.
<<elseif _careerForgotten > 0>>
One cow forgot the details of her past professional life; all she can remember now is this.
<</if>>
<<if _vaginasStretched > 1>>
_vaginasStretched cows' vaginas were broken in for machine use, and are unlikely to be any use for anything other than receiving cum and medication, and giving birth.
<<elseif _vaginasStretched > 0>>
One cow's vagina was broken in for machine use, and is unlikely to be any use for anything other than receiving cum and medication, and giving birth.
<</if>>
<<if _anusesStretched > 1>>
_anusesStretched cows' anuses were loosened by machine sodomy, and are now permanently gaped.
<<elseif _anusesStretched > 0>>
One cow's anus was loosened by machine sodomy, and is now permanently gaped.
<</if>>
<<if $intelligenceLost > 1>>
$intelligenceLost cows suffered some loss of intelligence due to accumulated mental stress from life attached to a milking machine.
<<elseif $intelligenceLost > 0>>
One cow suffered some loss of intelligence due to accumulated mental stress from life attached to a milking machine.
<</if>>
<<if _stupidified > 1>>
_stupidified cows were so mentally dulled by use as biological factories that they were reduced to a very low level of intelligence.
<<elseif _stupidified > 0>>
One cow was so mentally dulled by use as biological factories that she was reduced to a very low level of intelligence.
<</if>>
<<if _mindbroken > 1>>
_mindbroken cows finally lost higher mental function, and are now nothing more than industrial equipment made of meat.
<<elseif _mindbroken > 0>>
One cow finally lost higher mental function, and is now nothing more than industrial equipment made of meat.
<</if>>
<<if _boobtacular > 1>>
_boobtacular cows grew past 30 kilograms of breasts, a remarkable advance in capacity.
<<elseif _boobtacular > 0>>
One cow grew past 30 kilograms of breasts, a remarkable advance in capacity.
<</if>>
<<if _balltacular > 1>>
_balltacular cows' testicles reached the largest size drug treatments can produce; the machines will now focus on buttfucking them with extra force.
<<elseif _balltacular > 0>>
One cow's testicles reached the largest size drug treatments can produce; the machines will now focus on buttfucking her with extra force.
<</if>>
<<if ($dairyPregUpgrade == 1)>>
<<if ($dairyPregSetting >= 2)>>
Fertile cows make you a significant profit through contract pregnancies.
<<elseif ($dairyPregSetting == 1)>>
Fertile cows make you a small profit through contract pregnancies.
<</if>>
<</if>>
<<set _cumWeek = Math.trunc(_cumWeek/10)>>
<<set $cumPipeline = _cumWeek, $milkPipeline = _milkWeek>>
<<if $inflatedSlavesMilk > 0>>
<<set _outputMilk = ((8*$inflatedSlavesMilk*10)+8)>>
<<else>>
<<set _outputMilk = 0>>
<</if>>
<<if $inflatedSlavesCum > 0>>
<<set _outputCum = (((80*$inflatedSlavesCum*10)+80)/10)>>
<<else>>
<<set _outputCum = 0>>
<</if>>
$dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumWeek > 0>> and <<print _cumWeek+_outputCum>> liters of cum<</if>> this week.
<<if $inflatedSlavesMilk > 0>>
_outputMilk liters of milk were pumped into your penthouse for filling slaves this week.
<</if>>
<<if $inflatedSlavesCum > 0>>
<<if $inflatedSlavesMilk > 0>>and <</if>>_outputCum liters of cum were pumped into your penthouse<<if $inflatedSlavesMilk > 0>> as well<<else>> this week<</if>>.
<</if>>
<<if _femCumWeek > 0>>
The machines also managed to reclaim _femCumWeek liters of salable vaginal secretions.
<</if>>
<<if _births > 1>>
Additionally, _birthers cows gave birth<<if _births > _birthers>> to a total of _births calves<</if>> this week.
<<elseif _births > 0>>
Additionally, one cow gave birth<<if _births > _birthers>> to a total of _births calves<</if>> this week.
<</if>>
<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>>
<<if $dairyPregSetting > 0>>
The Societal Elite know what you are doing with your cows. @@.red;They do not approve@@.
<<set $failedElite += 5>>
<</if>>
<<if _milkmaidImpregnates == 1>>
The Societal Elite know you've ordered $Milkmaid.slaveName to impregnate your cows. @@.red;They are not amused by your disinterest in eugenics@@.
<<set $failedElite += 10>>
<</if>>
<</if>>
<!-- Record statistics gathering -->
<<script>>
var b = State.variables.facility.dairy;
b.whoreIncome = 0;
b.whoreCosts = 0;
b.rep = 0;
for(var si of b.income.values()) {
b.whoreIncome += si.income;
b.whoreCosts += si.cost;
b.rep += si.rep;
}
b.maintenance = (State.variables.bioreactorsXY + State.variables.bioreactorsXX + State.variables.bioreactorsHerm + State.variables.bioreactorsBarren);
if (b.maintenance > 0) {
b.maintenance *= 100;
} else {
b.maintenance = 0;
}
b.maintenance += State.variables.dairy * State.variables.facilityCost * (1.0 + 0.2 * State.variables.dairyFeedersUpgrade + 0.1 * State.variables.dairyPregUpgrade);
b.totalIncome = b.whoreIncome;
b.totalExpenses = b.whoreCosts + b.maintenance;
b.profit = b.totalIncome - b.totalExpenses;
<</script>>
<<if (_profits > 0)>>
The sale of these products makes a profit of @@.yellowgreen;<<print cashFormat(_profits)>>@@.
<<elseif (_profits < 0)>>
Due to one-off costs of hormonal implants to encourage fluid production, your dairy made a loss of @@.red;<<print cashFormat(_profits)>>@@.
<<else>>
Due to one-off costs of hormonal implants to encourage fluid production paired with existing output, your dairy broke even this week.
<</if>>
<<if ($arcologies[0].FSPastoralistLaw == 1)>>
Slave products have completely replaced traditional dairy, making the facility extremely lucrative.
<</if>>
<<if ($dairySlimMaintainUpgrade == 1 && $dairySlimMaintain == 1)>>
<br>
<<if $arcologies[0].FSSlimnessEnthusiast > 80>>
Because of your arcology's great enthusiasm for small breasted slaves, the dairy's milking systems have been carefully overhauled and optimized for maximum milk extraction from slaves with smaller endowments--providing a significant boost to their otherwise modest output. This also prevents unfashionable breast expansion of already slim slaves through the milking process.
<<elseif $arcologies[0].FSSlimnessEnthusiast > 20>>
In keeping with your arcology's ideals, $dairyName has been modified to handle slim slaves with minimal impact to their body shapes. This limits potential profitability, but prevents unfashionable breast expansion of already slim slaves through the milking process.
<<else>>
Due to your arcology's lack of enthusiasm for small breasted slaves the dairy has discontinued using milking techniques that prevent breast growth through the milking process.
<<set $dairySlimMaintain = 0, $dairySlimMaintainUpgrade = 0>>
<</if>>
<</if>>
<<if ($createBioreactors == 1) && ($bioreactorPerfectedID != 0)>>
<<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<if ($slaves[$i].ID == $bioreactorPerfectedID)>>
<br><br> <<= SlaveFullName($slaves[$i])>>'s breasts<<if $slaves[$i].balls > 0>>, balls<</if>><<if $slaves[$i].ovaries == 1>>, belly<</if>>, body, and mind have been completely adapted to synthesize useful products. She has been reclassified as part of the machine she's now permanently attached to. This combination is projected to produce approximately
<<if $slaves[$i].balls > 0>><<print 1000*Math.trunc((3*52*(45-$slaves[$i].physicalAge))/1000)>> liters of cum,<</if>>
<<if $slaves[$i].ovaries == 1>><<print 100*Math.trunc((52*(45-$slaves[$i].physicalAge))/100)>> liters of vaginal secretions, <<if $dairyPregSetting == 3>><<print 13*(45-$slaves[$i].physicalAge)>><<else>><<print 5*(45-$slaves[$i].physicalAge)>><</if>> slaves,<</if>>
and <<print 1000*Math.trunc((300*52*(45-$slaves[$i].physicalAge))/1000)>> liters of milk over a <<print 45-$slaves[$i].physicalAge>> year period before its biological components must be replaced.
<<if ($slaves[$i].ovaries == 1)>>
<<if ($slaves[$i].balls == 0)>>
<<set $bioreactorsXX++>>
<<else>>
<<set $bioreactorsHerm++>>
<</if>>
<<else>>
<<if ($slaves[$i].balls == 0)>>
<<set $bioreactorsBarren++>>
<<else>>
<<set $bioreactorsXY++>>
<</if>>
<</if>>
<<set $activeSlave = $slaves[$i]>>
<<include "Remove activeSlave">>
<<break>>
<</if>>
<</for>>
<</if>>
<<if $dairyDecoration != "standard">>
<br><br> $dairyNameCaps's @@.green;$dairyDecoration style is well known.@@
<</if>>
<<if _DL > 0>>
<!-- Statistics output -->
<<DairyStatistics 0>>
<<timed 50ms>>
<<replace #dairystats>>
<<DairyStatistics 1>>
<</replace>>
<</timed>>
<</if>>
<<if (_DL + _Tadd) > 0 || $Milkmaid != 0>>
<br><br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/dairyReport.tw
|
tw
|
bsd-3-clause
| 49,226 |
:: Description Options [nobr]
<<set $nextButton = "Back", $nextLink = "Options">>
//These options will affect both the long form description of each slave and the miniscenes available from the main menu.//
<br><br>
<<if $showSexualHistory == 1>>
Sexual histories are @@.green;SHOWN.@@ //[[Hide|Description Options][$showSexualHistory = 0]]//
<<else>>
Sexual histories are @@.red;HIDDEN.@@ //[[Show|Description Options][$showSexualHistory = 1]]//
<</if>>
<br>
<<if $showBodyMods == 1>>
Cosmetic body mods are @@.green;SHOWN.@@ //[[Hide|Description Options][$showBodyMods = 0]]//
<<else>>
Cosmetic body mods are @@.red;HIDDEN.@@ //[[Show|Description Options][$showBodyMods = 1]]//
<</if>>
<br>
<<if $showImplantEffects == 1>>
The effects of implants are @@.green;SHOWN.@@ //[[Hide|Description Options][$showImplantEffects = 0]]//
<<else>>
The effects of implants are @@.red;HIDDEN.@@ //[[Show|Description Options][$showImplantEffects = 1]]//
<</if>>
<br>
<<if $showClothing == 1>>
Clothing is mostly @@.green;SHOWN.@@ //[[Hide|Description Options][$showClothing = 0]]//
<<else>>
Clothing is mostly @@.red;HIDDEN.@@ //[[Show|Description Options][$showClothing = 1]]//
<</if>>
<br>
Detailed slave age information is
<<if $showAgeDetail == 1>>
@@.green;SHOWN.@@ //[[Hide|Description Options][$showAgeDetail = 0]]//
<<else>>
@@.red;HIDDEN.@@ //[[Show|Description Options][$showAgeDetail = 1]]//
<</if>>
<br>
Approximate height is
<<if $showHeightCMs == 1>>
@@.green;SHOWN.@@ //[[Hide|Description Options][$showHeightCMs = 0]]//
<<else>>
@@.red;HIDDEN.@@ //[[Show|Description Options][$showHeightCMs = 1]]//
<</if>>
<br>
Volume, in CCs, of breasts is
<<if $showBoobCCs == 1>>
@@.green;SHOWN.@@ //[[Hide|Description Options][$showBoobCCs = 0]]//
<<else>>
@@.red;HIDDEN.@@ //[[Show|Description Options][$showBoobCCs = 1]]//
<</if>>
<<if $seeDicks != 0>>
<br>
Approximate sizes of dicks and balls are
<<if $showDickCMs == 1>>
@@.green;SHOWN.@@ //[[Hide|Description Options][$showDickCMs = 0]]//
<<else>>
@@.red;HIDDEN.@@ //[[Show|Description Options][$showDickCMs = 1]]//
<</if>>
<</if>>
<br>
Height and length units are in
<<if $showInches == 1>>
@@.green;BOTH UNITS.@@ //[[Centimetres|Description Options][$showInches = 0]]// | //[[Inches|Description Options][$showInches = 2]]//
<<elseif $showInches == 2>>
@@.yellow;INCHES ONLY.@@ //[[Centimetres|Description Options][$showInches = 0]]// | //[[Both|Description Options][$showInches = 1]]//
<<else>>
@@.yellow;CENTIMETRES ONLY.@@ //[[Inches|Description Options][$showInches = 2]]// | //[[Both|Description Options][$showInches = 1]]//
<</if>>
<br>
Attractiveness and Sexual scores are
<<if $showScores == 1>>
@@.green;SHOWN.@@ //[[Hide|Description Options][$showScores = 0]]//
<<else>>
@@.red;HIDDEN.@@ //[[Show|Description Options][$showScores = 1]]//
<</if>>
<br>
Names will
<<if $surnameOrder != 1>>
adhere to a slave's country of origin. //[[Force name surname|Description Options][$surnameOrder = 1]]//
<<else>>
always be name surname. //[[Allow nationality name order|Description Options][$surnameOrder = 0]]//
<</if>>
|
amomynous0/fc
|
src/uncategorized/descriptionOptions.tw
|
tw
|
bsd-3-clause
| 3,112 |
:: Discard Confirm
This will permanently remove $activeSlave.slaveName from the game, and you will not receive any money for her. This is primarily intended as a way to rid yourself of bugged slaves. Are you certain?
[[Discard her|Slave Sold]]
[[Cancel|Slave Interact]]
|
amomynous0/fc
|
src/uncategorized/discardConfirm.tw
|
tw
|
bsd-3-clause
| 274 |
:: Dispensary [nobr]
<<set $HackingSkillMultiplier = HSM()>>
<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.max($upgradeMultiplierMedicine, $HackingSkillMultiplier)>>
<br>
The Dispensary
<hr>
<<if $dispensaryUpgrade == 0>>
//The pharmaceutical fabricator is running smoothly. It can cheaply replicate complex medications, and has already cut the cost of drugs for your slaves by a fourth. It can easily produce advanced drugs should you obtain the data necessary to create them.//
<br>
<<else>>
//The pharmaceutical fabricator is running smoothly. It can cheaply and quickly replicate complex medications, and has already cut the cost of drugs for your slaves in half. It can easily produce advanced drugs should you obtain the data necessary to create them.//
<br>
<</if>>
<<if ($dispensaryUpgrade == 0)>>
<<if ($rep > 5000)>>
[[Upgrade the pharmaceutical fabricator|Dispensary][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $dispensaryUpgrade = 1, $drugsCost = (($drugsCost*2)/3)]]
//Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>>//
<br> //Will improve production efficiency further decreasing costs.//
<br>
<<else>>
//You lack the reputation to obtain cutting-edge pharmaceutical fabricator upgrades//
<br>
<</if>>
<</if>>
<br>
The Organ Farm
<hr>
<<if ($organFarmUpgrade < 3) && ($rep <= 10000*_PCSkillCheck)>>
//You lack the reputation to access experimental organ farm parts//
<br>
<<elseif $dispensaryUpgrade == 0 && $organFarmUpgrade == 2>>
//The fabricator must upgraded before it can be fitted with perfected organ farm parts//
<br>
<<elseif $organs.length > 0>>
//The organ farm cannot be upgraded while it is use//
<br>
<<elseif ($organFarmUpgrade == 2) && ($rep > 10000*_PCSkillCheck)>>
[[Upgrade to the organ farm to the cutting edge model|Dispensary][$cash -= 150000*_PCSkillCheck, $organFarmUpgrade = 3]]
//Costs <<print cashFormat(150000*_PCSkillCheck)>>//
<br> //Will allow the organ farm to rapidly grow organs without risk to the implantee's health.//
<br>
<<elseif ($organFarmUpgrade == 1) && ($rep > 10000*_PCSkillCheck)>>
[[Upgrade the organ farm with an experimental growth accelerator|Dispensary][$cash -= 50000*_PCSkillCheck, $organFarmUpgrade = 2]]
//Costs <<print cashFormat(50000*_PCSkillCheck)>>//
<br> //Will allow the organ farm to quickly grow organs. Implanted organs may cause health issues.//
<br>
<<elseif ($organFarmUpgrade == 0) && ($rep > 10000*_PCSkillCheck)>>
[[Upgrade the fabricator with an experimental organ farm|Dispensary][$cash -= 50000*_PCSkillCheck, $organFarmUpgrade = 1]]
//Costs <<print cashFormat(50000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of tailored organs using the autosurgery.//
<br>
<</if>>
<<if $organFarmUpgrade > 2>>
The fabricator is capable of rapidly growing organs.
<br>
<<elseif $organFarmUpgrade > 1>>
The fabricator is capable of quickly growing organs, though not without side effects.
<br>
<<elseif ($organFarmUpgrade > 0)>>
The fabricator is capable of growing organs.
<br>
<</if>>
<<if $organs.length > 0>>
It is currently working on the following organs:
<<for $i = 0; $i < $organs.length; $i++>>
<<set $j = $slaveIndices[$organs[$i].ID]>>
<<if def $j>>
<br>
$slaves[$j].slaveName's $organs[$i].type,
<<if $organFarmUpgrade == 1>>
<<print $organs[$i].weeksToCompletion>>
<<elseif $organFarmUpgrade == 2>>
<<print Math.ceil($organs[$i].weeksToCompletion/2)>>
<<elseif $organFarmUpgrade == 3>>
<<print Math.ceil($organs[$i].weeksToCompletion/4)>>
<</if>> weeks from completion.
<<else>>
@@.red;Error: organID not found.@@
<</if>>
<</for>>
<br>
<</if>>
<<if $incubatorSlaves > 0>>
<<for $x = 0; $x < $incubatorOrgans.length; $x++>>
<<for _w = 0; _w < $incubatorSlaves; _w++>>
<<if $tanks[_w].ID == $incubatorOrgans[$x].ID>>
<br>
$tanks[_w].slaveName's $incubatorOrgans[$x].type,
<<if $incubatorOrgans[$x].weeksToCompletion <= 0>>
ready to be implanted as soon as she exits the incubator.
<<else>>
<<if $organFarmUpgrade == 1>>
<<print $incubatorOrgans[$x].weeksToCompletion>>
<<elseif $organFarmUpgrade == 2>>
<<print Math.ceil($incubatorOrgans[$x].weeksToCompletion/2)>>
<<elseif $organFarmUpgrade == 3>>
<<print Math.ceil($incubatorOrgans[$x].weeksToCompletion/4)>>
<</if>> weeks from completion.
<</if>>
<<break>>
<</if>>
<</for>>
<</for>>
<br>
<</if>>
<<if $completedOrgans.length > 0>>
<br>
Currently the following organs are completed and ready for implantation:
<<for $i = 0; $i < $completedOrgans.length; $i++>>
<<set $j = $slaveIndices[$completedOrgans[$i].ID]>>
<<if def $j>>
<br>$slaves[$j].slaveName's $completedOrgans[$i].type.
<<else>>
@@.red;Error: completedOrganID not found.@@
<</if>>
<</for>>
<br>
<</if>>
<<if $organFarmUpgrade > 0>>
<<if ($youngerOvaries != 1) && ($rep <= 10000*_PCSkillCheck)>>
//You lack the reputation to access designs for cloning fertile ovaries for menopausal slaves.//
<br>
<<elseif ($youngerOvaries != 1) && ($rep > 10000*_PCSkillCheck)>>
[[Purchase designs for cloning fertile ovaries for menopausal slaves|Dispensary][$cash -= 30000*_PCSkillCheck, $youngerOvaries = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br> //Will allow the growth of younger, fertile ovaries for menopausal slaves. Restored fertility will only last for a couple years at most.//
<br>
<<elseif ($youngerOvaries > 0)>>
The fabricator is capable of growing fertile ovaries for postmenopausal slaves.
<br>
<</if>>
<</if>>
<br>
Hormones Upgrades
<hr>
The fabricator is producing
<<if $injectionUpgrade == 0>>
standard growth hormones.
<<if $rep > 6000>>
[[Purchase data on prototype growth hormone tests|Dispensary][$cash -= 25000*_PCSkillCheck, $injectionUpgrade = 1]]
//Costs <<print cashFormat(25000*_PCSkillCheck)>>//
<br> //Should improve the reliability of growth injections of all kinds.//
<br>
<<else>>
//You lack the reputation to obtain prototype medicines//
<br>
<</if>>
<<elseif $injectionUpgrade == 1>>
prototype growth hormones.
<<if $rep > 10000>>
[[Upgrade the fabricator to customize each slave's growth hormones|Dispensary][$cash -= 50000*_PCSkillCheck, $injectionUpgrade = 2]]
//Costs <<print cashFormat(50000*_PCSkillCheck)>>//
<br> //Should improve the reliability of growth injections of all kinds.//
<<else>>
//You lack the reputation to obtain prototype fabricator upgrades//
<</if>>
<<elseif $injectionUpgrade == 2>>
prototype growth hormones.
<<if $rep > 14000>>
[[Upgrade the fabricator with prototype biomechanical microfactories|Dispensary][$cash -= 100000*_PCSkillCheck, $injectionUpgrade = 3]]
//Costs <<print cashFormat(100000*_PCSkillCheck)>>//
<br> //Should improve the reliability of growth injections of all kinds.//
<br>
<<else>>
//You lack the reputation to obtain prototype biomechanical microfactories//
<br>
<</if>>
<<else>>
the world's most effective growth hormones.
<br>
<</if>>
The fabricator is producing
<<if $hormoneUpgradeMood == 0>>
standardized hormone replacement therapies.
<<if $rep > 2000>>
[[Upgrade for individualized therapy|Dispensary][$cash -= 10000*_PCSkillCheck, $hormoneUpgradeMood = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br> //Should eliminate the occasional moodiness and sexual disinterest caused by generalized therapy.//
<br>
<<else>>
//You lack the reputation to obtain advanced drug manufacturing components//
<br>
<</if>>
<<else>>
individualized hormone replacement therapies.
<br>
<</if>>
The hormone replacement therapies
<<if $hormoneUpgradePower == 0>>
are traditional: they're formulated to mimic natural hormones.
<<if $rep > 4000>>
[[Purchase data on advanced HRT|Dispensary][$cash -= 25000*_PCSkillCheck, $hormoneUpgradePower = 1]]
//Costs <<print cashFormat(25000*_PCSkillCheck)>>//
<br> //Should increase the power of hormone therapies.//
<br>
<<else>>
//You lack the reputation to obtain prototype medicines//
<br>
<</if>>
<<else>>
are advanced: they're formulated to improve on natural hormones.
<br>
<</if>>
The hormone replacement therapies
<<if $hormoneUpgradeShrinkage == 0>>
are broad-spectrum.
<<if $rep > 4000>>
[[Purchase data on targeted HRT|Dispensary][$cash -= 25000*_PCSkillCheck, $hormoneUpgradeShrinkage = 1]]
//Costs <<print cashFormat(25000*_PCSkillCheck)>>//
<br> //Should reduce atrophy of organs corresponding to original sex.//
<br>
<<else>>
//You lack the reputation to obtain prototype medicines//
<br>
<</if>>
<<else>>
are targeted, reducing atrophy of organs corresponding to original sex.
<br>
<</if>>
<<if $precociousPuberty == 1>>
<<if ($pubertyHormones == 0) && ($rep <= 4500*_PCSkillCheck)>>
//You lack the reputation to fund forced puberty drugs//
<br>
<<elseif ($pubertyHormones == 0) && ($rep > 4500*_PCSkillCheck)>>
[[Fund research into powerful hormonal injections to jumpstart puberty|Dispensary][$cash -= 30000*_PCSkillCheck, $pubertyHormones = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br> //Will allow the production of powerful hormonal drugs designed to force a slave through puberty without regard for side effects. //
<br>
<<elseif ($pubertyHormones == 1)>>
The fabricator is producing extra strong hormonal drugs designed to force a slave through puberty.
<br>
<</if>>
<</if>>
<br>
Dietary Upgrades
<hr>
<<if $feeder == 1>>
<<if ($dietXXY == 0) && ($rep <= 3500*_PCSkillCheck)>>
//You lack the reputation to fund research into hermaphrodite hormones//
<br>
<<elseif ($dietXXY == 0) && ($rep > 3500*_PCSkillCheck)>>
[[Fund research into developing hermaphrodite hormone therapies|Dispensary][$cash -= 10000*_PCSkillCheck, $dietXXY = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br> //Will allow for specially balanced meals to be served in the cafeteria designed to promote both halves of a herm's sexuality. //
<br>
<<elseif ($dietXXY == 1)>>
The fabricator is producing meals to be served in the cafeteria designed to promote both halves of a herm's sexuality.
<br>
<</if>>
<<else>>
The feeders are incapable of modifying slave diets well enough to adjust hormones for hermaphrodite meals.
<br>
<</if>>
<<if $seePreg == 1>>
<<if $feeder == 1>>
<<if ($reproductionFormula == 0) && ($rep <= 10000*_PCSkillCheck)>>
//You lack the reputation to access breeders' dietary blends//
<br>
<<elseif ($reproductionFormula == 0) && ($rep > 10000*_PCSkillCheck)>>
[[Purchase reputable breeders' dietary blends|Dispensary][$cash -= 25000*_PCSkillCheck, $reproductionFormula = 1]]
//Costs <<print cashFormat(25000*_PCSkillCheck)>>//
<br> //Will allow for specially refined meals to be served in the cafeteria designed to promote energetic sperm and robust pregnancies. Side effects may include an increased number of twins being conceived.//
<br>
<<elseif ($reproductionFormula == 1)>>
The fabricator is producing meals to be served in the cafeteria that promote energetic sperm and robust pregnancies.
<br>
<</if>>
<<else>>
The feeders are incapable of modifying slave diets well enough to manage to enhance reproductive ability.
<br>
<</if>>
<</if>>
<<if $cumProDiet == 0>>
[[Purchase recipes to encourage cum production|Dispensary][$cash -= 5000*_PCSkillCheck, $cumProDiet = 1]]
//Costs <<print cashFormat(5000*_PCSkillCheck)>>//
<br> //Will allow for specially designed meals to be served in the cafeteria to promote cum production.//
<br>
<<elseif $cumProDiet == 1>>
The fabricator is producing meals to be served in the cafeteria designed to promote cum production.
<br>
<</if>>
<<if $seePreg == 1>>
<<if $dietFertility != 1>>
[[Purchase recipes to encourage ovulation|Dispensary][$cash -= 5000*_PCSkillCheck, $dietFertility = 1]]
//Costs <<print cashFormat(5000*_PCSkillCheck)>>//
<br> //Will allow for specially designed meals to be served in the cafeteria to promote slave fertility.//
<br>
<<elseif $dietFertility == 1>>
The fabricator is producing meals to be served in the cafeteria designed to promote slave fertility.
<br>
<</if>>
<</if>>
<<if $dietCleanse == 0>>
[[Purchase cleansing recipes to lessen carcinogen buildup|Dispensary][$cash -= 10000*_PCSkillCheck, $dietCleanse = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br> //Will allow for specially designed meals to be served in the cafeteria to counteract excessive drug use.//
<br>
<<elseif $dietCleanse == 1>>
The fabricator is producing meals to be served in the cafeteria designed to counteract excessive drug use and good health. They smell awful and taste worse than they look, but they're healthy.
<br>
<</if>>
<br>
Pharmacological Upgrades
<hr>
<<if ($curativeUpgrade == 0) && ($rep > 6000*_PCSkillCheck)>>
[[Purchase data on advanced curatives|Dispensary][$cash -= 25000*_PCSkillCheck, $curativeUpgrade = 1]]
//Costs <<print cashFormat(25000*_PCSkillCheck)>>//
<br> //Should improve the effectiveness of curative treatment.//
<br>
<<elseif ($curativeUpgrade == 1)>>
The fabricator is producing highly effective curative cocktails.
<br>
<</if>>
<<if ($growthStim == 0) && ($rep > 6000*_PCSkillCheck)>>
[[Purchase data on growth stimulants|Dispensary][$cash -= 20000*_PCSkillCheck, $growthStim = 1]]
//Costs <<print cashFormat(20000*_PCSkillCheck)>>//
<br> //Will allow the manufacturing of drugs to encourage growth in slave height.//
<br>
<<elseif ($growthStim == 1)>>
The fabricator is able to produce growth stimulants.
<br>
<</if>>
<<if ($aphrodisiacUpgradeRefine == 0) && ($rep > 6000*_PCSkillCheck)>>
[[Purchase data on refined aphrodisiacs|Dispensary][$cash -= 20000*_PCSkillCheck, $aphrodisiacUpgradeRefine = 1]]
//Costs <<print cashFormat(20000*_PCSkillCheck)>>//
<br> //Will prevent most physical side effects of aphrodisiacs. Once the formulas are changed they cannot be changed back.//
<br>
<<elseif ($aphrodisiacUpgradeRefine == 1)>>
The fabricator is producing refined aphrodisiacs with limited hormonal effects.
<br>
<</if>>
<<if ($aphrodisiacUpgrade == 0) && ($rep > 6000*_PCSkillCheck)>>
[[Purchase data on aphrodisiac withdrawal treatment|Dispensary][$cash -= 10000*_PCSkillCheck, $aphrodisiacUpgrade = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br> //Should prevent most negative effects of withdrawal.//
<br>
<<elseif ($aphrodisiacUpgrade == 1)>>
The fabricator is producing a substitute that will protect slaves from aphrodisiac withdrawal.
<br>
<</if>>
<<if ($healthyDrugsUpgrade == 0)>>
<<if (($organFarmUpgrade >= 1) && ($injectionUpgrade != 0) && ($curativeUpgrade == 1) && ($aphrodisiacUpgrade == 1))>>
<<if ($rep >= 15000*_PCSkillCheck)>>
[[Fund research into drug formulations without negative physical side effects|Dispensary][$cash -= 500000*_PCSkillCheck,$healthyDrugsUpgrade = 1]]
//Costs <<print cashFormat(500000*_PCSkillCheck)>>//
<br> //Will prevent the negative side effects of excessive drug usage on your slaves.//
<br>
<<else>>
// You lack the reputation to access the technology necessary to develop advanced drug formulations. //
<br>
<</if>>
<<else>>
// You must purchase all other upgrades before developing advanced drug formulations. //
<br>
<</if>>
<<else>>
The fabricator has been upgraded to optimize the structures of your other drugs, eliminating their negative side effects.
<br>
<</if>>
/* Code [draft] contributed by Anon1888 */
<<if ($arcologies[0].FSBodyPuristLaw == 1)>>
//The pharmaceutical fabricator is working with your body purist arcology to reduce long term drug side effects.//
<br>
<</if>>
<<if $seePreg != 0>>
<br>
Fertility Focused Pharmacology
<hr>
<<if $seeHyperPreg == 1>>
<<if $superFertilityDrugs == 1 && ($rep > 10000*_PCSkillCheck) && $pregSpeedControl != 1>>
[[Fund research pregnancy speed control methods|Dispensary][$cash -= 200000*_PCSkillCheck, $pregSpeedControl = 1, $clinicSpeedGestation = 0]]
//Costs <<print cashFormat(200000*_PCSkillCheck)>>//
<br> // Fund underground research labs to develop methods for controlling pregnancy progress. //
<br>
<<elseif ($rep <= 10000*_PCSkillCheck) && $pregSpeedControl != 1>>
//You lack the reputation required to contact underground research labs to develop methods for controlling pregnancy progress.//
<br>
<<elseif ($pregSpeedControl == 1)>>
The fabricator is producing extremely complex gestation control agents. They can be used to control gestation speed, and even suppress labor for some time. //
<br>
<</if>>
<<elseif $birthsTotal > 10>>
<<if ($rep > 10000*_PCSkillCheck) && $pregSpeedControl != 1>>
[[Fund research pregnancy speed control methods|Dispensary][$cash -= 200000*_PCSkillCheck, $pregSpeedControl = 1, $clinicSpeedGestation = 0]]
//Costs <<print cashFormat(200000*_PCSkillCheck)>>//
<br> // Fund underground research labs to develop methods for controlling pregnancy progress. //
<br>
<<elseif ($rep <= 10000*_PCSkillCheck) && $pregSpeedControl != 1>>
//You lack the reputation required to contact underground research labs to develop methods for controlling pregnancy progress.//
<br>
<<elseif ($pregSpeedControl == 1)>>
The fabricator is producing extremely complex gestation control agents. They can be used to control gestation speed, and even suppress labor for some time. //
<br>
<</if>>
<<else>>
//You lack the experience handling pregnant slaves required to convince underground research labs to do business with you in the development of controlled fetal development.//
<br>
<</if>>
<<if ($superFertilityDrugs == 0) && ($rep > 2500*_PCSkillCheck) && $seeHyperPreg == 1>>
[[Purchase data on powerful fertility drugs|Dispensary][$cash -= 20000*_PCSkillCheck, $superFertilityDrugs = 1]]
//Costs <<print cashFormat(20000*_PCSkillCheck)>>//
<br> //Should improve the likelihood of conception and multiples. //
<br>
<<elseif ($superFertilityDrugs == 1)>>
The fabricator is producing highly effective fertility agents. There is a warning present involving overdosing and instances of ten or more children.
<br>
<</if>>
<</if>>
<br>
Implant Production
<hr>
<<if ($ImplantProductionUpgrade == 0) && ($rep <= 2000*_PCSkillCheck)>>
//You lack the reputation to access advanced implant manufacturer parts//
<br>
<</if>>
<<if ($ImplantProductionUpgrade == 0) && ($rep > 2000*_PCSkillCheck)>>
[[Upgrade the fabricator with an advanced implant manufacturer|Dispensary][$cash -= 10000*_PCSkillCheck, $ImplantProductionUpgrade = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of advanced implants using the autosurgery.//
<br>
<<elseif ($ImplantProductionUpgrade > 0)>>
The fabricator is capable of crafting advanced implants.
<br>
<</if>>
<<if $ImplantProductionUpgrade == 1 && $seeHyperPreg == 1 && $seeExtreme == 1 && $seePreg != 0>>
<<if ($permaPregImplant == 0) && ($rep <= 4000*_PCSkillCheck)>>
//You lack the reputation to access experimental pregnancy generator schematics//
<br>
<</if>>
<<if ($permaPregImplant == 0) && ($rep > 4000*_PCSkillCheck)>>
[[Purchase schematics for an experimental implantable pregnancy generator|Dispensary][$cash -= 40000*_PCSkillCheck, $permaPregImplant = 1]]
//Costs <<print cashFormat(40000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of implants that force perpetual pregnancy.//
<br>
<<elseif ($permaPregImplant > 0)>>
The fabricator is capable of crafting pregnancy generators.
<br>
<</if>>
<</if>>
<<if $ImplantProductionUpgrade == 1>>
<<if ($bellyImplants == 0) && ($rep <= 2000*_PCSkillCheck)>>
//You lack the reputation to access experimental fillable abdominal implants//
<br>
<</if>>
<<if ($bellyImplants == 0) && ($rep > 2000*_PCSkillCheck)>>
[[Purchase schematics for fillable abdominal implants|Dispensary][$cash -= 30000*_PCSkillCheck, $bellyImplants = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of fillable abdominal implants using the autosurgery.//
<br>
<<elseif ($bellyImplants > 0)>>
The fabricator is capable of crafting fillable abdominal implants.
<br>
<</if>>
<<if ($bellyImplants == 1) && ($cervixImplants != 1) && ($rep <= 6000*_PCSkillCheck)>> /* show only after belly implants already researched */
//You lack the reputation to access experimental cervix filter micropumps schematics for abdominal implants//
<br>
<</if>>
<<if ($bellyImplants == 1) && ($cervixImplants != 1) && ($rep >6000*_PCSkillCheck)>> /* nanotech like technology much more impressive and costly than simple implant */
[[Purchase schematics for cervix filter micropumps|Dispensary][$cash -= 70000*_PCSkillCheck, $cervixImplants = 1]]
//Costs <<print cashFormat(70000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of cervix filter micropumps for fillable abdominal implants using the autosurgery.//
<br>
<<elseif ($cervixImplants > 0)>>
The fabricator is capable of crafting cervix filter micropumps for fillable abdominal implants.
<br>
<</if>>
<<if ($prostateImplants != 1) && ($rep <= 3000*_PCSkillCheck)>>
//You lack the reputation to access plans for prostate implants//
<br>
<</if>>
<<if ($prostateImplants != 1) && ($rep > 3000*_PCSkillCheck)>>
[[Purchase plans for ejaculation enhancing prostate implants|Dispensary][$cash -= 30000*_PCSkillCheck, $prostateImplants = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of a prostate implant designed to stimulate fluid production for massive ejaculations. Beware of leaking and dehydration.//
<br>
<<elseif ($prostateImplants > 0)>>
The fabricator is capable of producing ejaculation enhancing prostate implants.
<br>
<</if>>
<<if ($meshImplants != 1) && ($rep <= 10000*_PCSkillCheck)>>
//You lack the reputation to access plans for supportive breast implants//
<</if>>
<<if ($meshImplants != 1) && ($rep > 10000*_PCSkillCheck)>>
[[Purchase plans for supportive mesh breast implants|Dispensary][$cash -= 40000*_PCSkillCheck, $meshImplants = 1]]
//Costs <<print cashFormat(40000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of organic and supportive mesh breast implants.//
<br>
<<elseif ($meshImplants > 0)>>
The fabricator is capable of producing supportive mesh breast implants.
<br>
<</if>>
<</if>>
<br>
Future Societies Research
<hr>
<<if $seePreg != 0>>
<<if $arcologies[0].FSGenderRadicalistDecoration == 100 && $organFarmUpgrade > 0>>
<<if ($arcologies[0].FSGenderRadicalistResearch == 0)>>
<<if ($rep >= 10000*_PCSkillCheck)>>
[[Fund research into developing male pregnancy methods|Dispensary][$cash -= 50000*_PCSkillCheck,$arcologies[0].FSGenderRadicalistResearch = 1]] //Costs <<print cashFormat(50000*_PCSkillCheck)>>. Will allow cloning and production of anal uteri and ovaries.//
<br>
<<else>>
// You lack the reputation to access the research necessary to develop anal uteri and ovaries. //
<br>
<</if>>
<<else>>
The organ farm has been upgraded with schematics for modified uteri and ovaries.
<br>
<</if>>
<<elseif $arcologies[0].FSGenderRadicalistResearch == 1>>
The organ farm has been upgraded with schematics for modified uteri and ovaries.
<br>
<<else>>
// Gender Radicalist focused research unavailable. //
<br>
<</if>>
<</if>>
<<if ($ImplantProductionUpgrade == 1) && ($arcologies[0].FSTransformationFetishistDecoration >= 100)>>
<<if ($arcologies[0].FSTransformationFetishistResearch == 0) && ($rep <= 5000*_PCSkillCheck)>>
//You lack the reputation to access experimental gigantic implants and elasticizing filler.//
<br>
<<elseif ($arcologies[0].FSTransformationFetishistResearch == 0)>>
[[Purchase data on gigantic implants and elasticizing filler|Dispensary][$cash -= 20000*_PCSkillCheck, $arcologies[0].FSTransformationFetishistResearch = 1]]
//Costs <<print cashFormat(20000*_PCSkillCheck)>>//
<br> //Will allow the fabrication of gigantic implants using the autosurgery and filler capable of overfilling existing fillable implants.//
<br>
<<elseif ($arcologies[0].FSTransformationFetishistResearch > 0)>>
The fabricator is capable of crafting gigantic implants and elasticizing filler designed to overfill existing implants.
<br>
<</if>>
<<elseif $arcologies[0].FSTransformationFetishistResearch == 1>>
The fabricator is capable of crafting gigantic implants and elasticizing filler designed to overfill existing implants.
<br>
<<else>>
// Transformation Fetishist focused research unavailable. //
<br>
<</if>>
<<if $arcologies[0].FSAssetExpansionistDecoration == 100>>
<<if ($arcologies[0].FSAssetExpansionistResearch == 0)>>
<<if ($rep >= 5000*_PCSkillCheck)>>
[[Fund research into drug formulations for growth without limit|Dispensary][$cash -= 30000*_PCSkillCheck,$arcologies[0].FSAssetExpansionistResearch = 1]] //Costs <<print cashFormat(30000*_PCSkillCheck)>>. Will allow creation of drugs to push assets to unthinkable sizes.//
<br>
<<else>>
// You lack the reputation to access the research necessary to develop advanced growth drug formulations. //
<br>
<</if>>
<<else>>
The fabricator has been upgraded to manufacture extremely powerful growth drugs.
<br>
<</if>>
<<elseif $arcologies[0].FSAssetExpansionistResearch == 1>>
The fabricator has been upgraded to manufacture extremely powerful growth drugs.
<br>
<<else>>
// Asset Expansionist focused research unavailable. //
<br>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiastDecoration == 100>>
<<if ($arcologies[0].FSSlimnessEnthusiastResearch == 0)>>
<<if ($rep >= 5000*_PCSkillCheck)>>
[[Fund research into drug formulations for slimming slaves|Dispensary][$cash -= 30000*_PCSkillCheck,$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs <<print cashFormat(30000*_PCSkillCheck)>>. Will allow creation of drugs to shrink assets.//
<br>
<<else>>
// You lack the reputation to access the research necessary to develop asset reducing drug formulations. //
<br>
<</if>>
<<else>>
The fabricator has been upgraded to manufacture growth reversing drugs.
<br>
<</if>>
<<elseif $arcologies[0].FSSlimnessEnthusiastResearch == 1>>
The fabricator has been upgraded to manufacture growth reversing drugs.
<br>
<<else>>
// Slimness Enthusiast focused research unavailable. //
<br>
<</if>>
<<if $arcologies[0].FSYouthPreferentialistDecoration == 100>>
<<if ($arcologies[0].FSYouthPreferentialistResearch == 0)>>
<<if ($rep >= 5000*_PCSkillCheck)>>
[[Fund research into skin care designed to reverse the effects of aging|Dispensary][$cash -= 30000*_PCSkillCheck,$arcologies[0].FSYouthPreferentialistResearch = 1]] //Costs <<print cashFormat(30000*_PCSkillCheck)>>. Will allow creation of beauty creams designed to make slaves look young again.//
<br>
<<else>>
// You lack the reputation to access the research necessary to develop beauty creams designed to make slaves look young again. //
<br>
<</if>>
<<else>>
The fabricator has been upgraded to manufacture extremely effective beauty creams designed to combat aging.
<br>
<</if>>
<<elseif $arcologies[0].FSYouthPreferentialistResearch == 1>>
The fabricator has been upgraded to manufacture extremely effective beauty creams designed to combat aging.
<br>
<<else>>
// Youth Preferentialist focused research unavailable. //
<br>
<</if>>
<<if $arcologies[0].FSHedonisticDecadenceDecoration == 100>>
<<if ($arcologies[0].FSHedonisticDecadenceResearch == 0)>>
<<if ($rep >= 5000*_PCSkillCheck)>>
[[Purchase recipes for concentrated, shaped slave food|Dispensary][$cash -= 50000*_PCSkillCheck,$arcologies[0].FSHedonisticDecadenceResearch = 1]] //Costs <<print cashFormat(50000*_PCSkillCheck)>>. Will allow production of solid slave food in various familiar shapes and flavors. Addictive and a little fatty.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, a modified recipe formulated to cause severe stomach cramps minutes after ingestion will be developed.<</if>> //
<br>
<<else>>
// You lack the reputation to access the research necessary to purchase concentrated, shaped slave food recipes. //
<br>
<</if>>
<<else>>
The fabricator has been upgraded to manufacture tasty, extremely addictive, solid slave food in various familiar shapes and flavors. While they look and taste like real food, their consistency is all wrong. Slaves gorging on them are likely to experience steady weight gain.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, all food crafted will cause severe stomach cramps minutes after ingestion. Coupled with their addictive nature, it ought to be quite torturous.<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast > 50 && $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>
<br>
[[Purchase diet recipes|Dispensary][$cash -= 10000*_PCSkillCheck,$arcologies[0].FSHedonisticDecadenceDietResearch = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br>
Will prevent rampant weight gain from ruining your slim slaves.
<br>
<<elseif $arcologies[0].FSHedonisticDecadenceDietResearch == 1>>
A diet recipe is being utilized to prevent unwanted weight gain.
<br>
<</if>>
<</if>>
<<elseif $arcologies[0].FSHedonisticDecadenceResearch == 1>>
The fabricator has been upgraded to manufacture tasty, extremely addictive, solid slave food in various familiar shapes and flavors. While they look and taste like real food, their consistency is all wrong. Slaves gorging on them are likely to experience steady weight gain.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, all food crafted will cause severe stomach cramps minutes after ingestion. Coupled with their addictive nature, it ought to be quite torturous.<</if>>
<<if $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>
<br>
[[Purchase diet recipes|Dispensary][$cash -= 10000*_PCSkillCheck,$arcologies[0].FSHedonisticDecadenceDietResearch = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br>
Will prevent rampant unwanted weight gain from ruining your <<if $arcologies[0].FSSlimnessEnthusiast > 20>>slim <</if>>slaves.
<br>
<<elseif $arcologies[0].FSHedonisticDecadenceDietResearch == 1>>
A diet recipe is being utilized to prevent unwanted weight gain.
<br>
<</if>>
<<link "Cancel solid slave food production" "Dispensary">><<set $arcologies[0].FSHedonisticDecadenceResearch = 0>><<set $merchantFSWares.push("HedonisticDecadenceResearch")>><</link>>
<br>
Will //completely// remove this research.
<br>
<<else>>
// Hedonistic Decadence focused research unavailable. //
<br>
<</if>>
|
amomynous0/fc
|
src/uncategorized/dispensary.tw
|
tw
|
bsd-3-clause
| 31,734 |
:: DJ Select [nobr]
<<set $nextButton = "Back", $nextLink = "Club", $showEncyclopedia = 1>><<set $encyclopedia = "DJ">>
<<showallAssignmentFilter>>
<<if ($DJ != 0)>>
''__@@.pink;<<= SlaveFullName($DJ)>>@@__'' is serving as your DJ.<br><br>She will headline entertainment in $clubName.
<<else>>
You have not selected a DJ.
<</if>>
<br><br>''Appoint a DJ from your devoted slaves:''
<br><br>[[None|DJ Workaround][$i = -1]]
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<showallAssignmentFilter>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
|
amomynous0/fc
|
src/uncategorized/djSelect.tw
|
tw
|
bsd-3-clause
| 571 |
:: DJ Workaround [silently]
<<if $DJ != 0>>
<<= removeJob($DJ, "be the DJ")>>
<</if>>
<<if $i > -1>>
<<= assignJob($slaves[$i], "be the DJ")>>
<<set $slaves[$i].livingRules = "luxurious">>
<<set $DJ = $slaves[$i]>>
<</if>>
<<goto "Club">>
|
amomynous0/fc
|
src/uncategorized/djWorkaround.tw
|
tw
|
bsd-3-clause
| 246 |
:: Economics [nobr]
<h1> <<print $arcologies[0].name + " Weekly Financial Report - Week " + $week>></h1>
<<set $nextButton = "Continue", $nextLink = "Scheduled Event">>
<<if $cash > -10000>>
<<set $debtWarned = 0>>
<</if>>
<<SectorCounts>>
<<UpdateOwnership>>
<<include "Markets Report">>
<br><br>
<<if $useTabs == 0>>
<<include "Neighbors Development">>
<br><br>
<<include "Personal Business">>
<br><br>
<<if $corpAnnounced == 1>>
<br>
<<if $corpIncorporated == 0>>
<span id="incorporate">
You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
</span>
<<else>>
<<include "Corporation Developments">>
<</if>>
<br><br>
<</if>>
<<include "Reputation">>
<<if $secExp == 1>>
<br><br>
<<include "authorityReport">>
<</if>>
<br><br>
<<include "Arcology Management">>
<<if ($PC.boobs == 1 && $PC.boobsBonus > 0) || $PC.pregKnown == 1 || $playerAging != 0>>
<br><br>
<<include "Personal Notes">>
<</if>>
<<if $FSAnnounced > 0>>
<br><br>
<<include "FS Developments">>
<</if>>
<br><br>
<<if $secExp == 1>>
<<include "securityReport">>
<</if>>
<<else>>
<<CreateSimpleTabs>>
<body>
<div class="tab">
<button class="tablinks" onclick="opentab(event, 'Arcologies')" id="defaultOpen">Arcologies</button>
<button class="tablinks" onclick="opentab(event, 'Business')">Personal Business</button>
<<if $corpAnnounced == 1>>
<button class="tablinks" onclick="opentab(event, 'Corporation')">Corporation</button>
<</if>>
<button class="tablinks" onclick="opentab(event, 'Reputation')">Reputation</button>
<<if $secExp == 1>>
<button class="tablinks" onclick="opentab(event, 'Authority')">Authority</button>
<</if>>
<button class="tablinks" onclick="opentab(event, 'Management')">Arcology Management</button>
<<if ($PC.boobs == 1 && $PC.boobsBonus > 0) || $PC.pregKnown == 1 || $playerAging != 0>>
<button class="tablinks" onclick="opentab(event, 'Personal')">Personal Notes</button>
<</if>>
<<if $FSAnnounced > 0>>
<button class="tablinks" onclick="opentab(event, 'Societies')">Society Development</button>
<</if>>
<<if $secExp == 1>>
<button class="tablinks" onclick="opentab(event, 'securityReport')">Security</button>
<</if>>
</div>
<div id="Arcologies" class="tabcontent">
<div class="content">
<<include "Neighbors Development">>
</div>
</div>
<div id="Business" class="tabcontent">
<div class="content">
<<include "Personal Business">>
</div>
</div>
<<if $corpAnnounced == 1>>
<div id="Corporation" class="tabcontent">
<div class="content">
<<if $corpIncorporated == 0>>
<span id="incorporate">
You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
</span>
<<else>>
<<include "Corporation Developments">>
<</if>>
</div>
</div>
<</if>>
<div id="Reputation" class="tabcontent">
<div class="content">
<<include "Reputation">>
</div>
</div>
<div id="Authority" class="tabcontent">
<div class="content">
<<include "authorityReport">>
</div>
</div>
<div id="Management" class="tabcontent">
<div class="content">
<<include "Arcology Management">>
</div>
</div>
<<if ($PC.boobs == 1 && $PC.boobsBonus > 0) || $PC.pregKnown == 1 || $playerAging != 0>>
<div id="Personal" class="tabcontent">
<div class="content">
<<include "Personal Notes">>
</div>
</div>
<</if>>
<<if $FSAnnounced > 0>>
<div id="Societies" class="tabcontent">
<div class="content">
<<include "FS Developments">>
</div>
</div>
<</if>>
<div id="securityReport" class="tabcontent">
<div class="content">
<<include "securityReport">>
</div>
</div>
<script>
function opentab(evt, tabName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(tabName).style.display = "block";
evt.currentTarget.className += " active";
}
document.getElementById("defaultOpen").click();
</script>
</body>
<</if>>
|
amomynous0/fc
|
src/uncategorized/economics.tw
|
tw
|
bsd-3-clause
| 5,498 |
:: End Week [nobr]
<<set State.expired.length = 0>>
<<set $gingering = 0, $oralUseWeight = 5, $vaginalUseWeight = 5, $analUseWeight = 5, $mammaryUseWeight = 1, $penetrativeUseWeight = 1, $inflatedSlavesMilk = 0, $inflatedSlavesCum = 0, $subSlaves = 0>>
<<if $OralEncouragement == 1>>
<<set $oralUseWeight += 2, $vaginalUseWeight -= 1, $analUseWeight -= 1>>
<<elseif $VaginalEncouragement == 1>>
<<set $oralUseWeight -= 1, $vaginalUseWeight += 2, $analUseWeight -= 1>>
<<elseif $AnalEncouragement == 1>>
<<set $oralUseWeight -= 1, $vaginalUseWeight -= 1, $analUseWeight += 2>>
<</if>>
<<if $OralDiscouragement == 1>>
<<set $oralUseWeight -= 2, $vaginalUseWeight += 1 , $analUseWeight += 1>>
<</if>>
<<if $VaginalDiscouragement == 1>>
<<set $oralUseWeight += 1, $vaginalUseWeight -= 2, $analUseWeight += 1>>
<</if>>
<<if $AnalDiscouragement == 1>>
<<set $oralUseWeight += 1, $vaginalUseWeight += 1, $analUseWeight -= 2>>
<</if>>
<<if $sexualOpeness == 1>>
<<set $penetrativeUseWeight++>>
<</if>>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].inflationMethod == 1 || $slaves[_i].inflationMethod == 2>>
<<if $slaves[_i].inflationType == "milk">>
<<set $inflatedSlavesMilk++>>
<<elseif $slaves[_i].inflationType == "cum">>
<<set $inflatedSlavesCum++>>
<</if>>
<</if>>
<<if $slaves[_i].assignment == "be a subordinate slave" && $slaves[_i].subTarget == 0>>
<<set $subSlaves++>>
<</if>>
<</for>>
<<if $organs.length > 0>>
<<for _i = 0; _i < $organs.length; _i++>>
<<if $organs[_i].weeksToCompletion > 0>>
<<if $organFarmUpgrade == 3>>
<<set $organs[_i].weeksToCompletion -= 4>>
<<elseif $organFarmUpgrade == 2>>
<<set $organs[_i].weeksToCompletion -= 2>>
<<else>>
<<set $organs[_i].weeksToCompletion-->>
<</if>>
<</if>>
<<if $organs[_i].weeksToCompletion <= 0>>
<<set $completedOrgans.push($organs[_i])>>
<<set $organs.deleteAt(_i)>>
<</if>>
<</for>>
<</if>>
<<if $incubatorOrgans.length > 0>>
<<for _i = 0; _i < $incubatorOrgans.length; _i++>>
<<if $incubatorOrgans[_i].weeksToCompletion > 0>>
<<if $organFarmUpgrade == 3>>
<<set $incubatorOrgans[_i].weeksToCompletion -= 4>>
<<elseif $organFarmUpgrade == 2>>
<<set $incubatorOrgans[_i].weeksToCompletion -= 2>>
<<else>>
<<set $incubatorOrgans[_i].weeksToCompletion-->>
<</if>>
<</if>>
<</for>>
<</if>>
<<if $limbs.length > 0>>
<<for _i = 0; _i < $limbs.length; _i++>>
<<if $limbs[_i].weeksToCompletion > 0>>
<<set $limbs[_i].weeksToCompletion-->>
<</if>>
<<if $limbs[_i].weeksToCompletion == 0>>
<<set $limbsCompleted++>>
<</if>>
<</for>>
<</if>>
/% Begin section: ensure minimum age is set (game may have been loaded from a non-modded version). %/
<<if $minimumSlaveAge <= 18 && $minimumSlaveAge > 0>>
<<else>>
<<set $minimumSlaveAge = 18>>
<<set $pedo_mode = 0>>
<<if $fertilityAge <= 18 && $fertilityAge > 0>>
<<else>>
<<set $fertilityAge = 13>>
<</if>>
<<if $potencyAge <= 18 && $potencyAge > 0>>
<<else>>
<<set $potencyAge = 13>>
<</if>>
<</if>>
/% End section: ensure minimum age is set. %/
<<set $TSS.schoolSale = 0, $GRI.schoolSale = 0, $SCP.schoolSale = 0, $LDE.schoolSale = 0, $TGA.schoolSale = 0, $HA.schoolSale = 0, $TFS.schoolSale = 0, $TCR.schoolSale = 0, $independenceDay = 0, $showEncyclopedia = 0, $racialVarieties = [], $shelterGirlsIDs = [], $oldWeek = $week, $cashLastWeek = $cash>>
<<set $retiree = 0>>
<<set $expiree = 0>>
<<set $PC.sexualEnergy = 4>>
<<if $PCSlutContacts == 2>>
<<set $PC.sexualEnergy -= 3>>
<</if>>
<<if $personalAttention == "sex">>
<<set $PC.sexualEnergy += 2>>
<</if>>
<<if $PC.physicalAge >= 80>>
<<set $PC.sexualEnergy -= 6>>
<<elseif $PC.physicalAge >= 72>>
<<set $PC.sexualEnergy -= 5>>
<<elseif $PC.physicalAge >= 65>>
<<set $PC.sexualEnergy -= 4>>
<<elseif $PC.physicalAge >= 58>>
<<set $PC.sexualEnergy -= 3>>
<<elseif $PC.physicalAge >= 50>>
<<set $PC.sexualEnergy -= 2>>
<<elseif $PC.physicalAge >= 42>>
<<set $PC.sexualEnergy -= 1>>
<<elseif $PC.physicalAge >= 35>>
<<set $PC.sexualEnergy += 0>>
<<elseif $PC.physicalAge >= 31>>
<<set $PC.sexualEnergy += 1>>
<<elseif $PC.physicalAge >= 28>>
<<set $PC.sexualEnergy += 2>>
<<elseif $PC.physicalAge >= 21>>
<<set $PC.sexualEnergy += 3>>
<<elseif $PC.physicalAge >= 13>>
<<set $PC.sexualEnergy +=4>>
<<elseif $PC.physicalAge == 12>>
<<set $PC.sexualEnergy += 1>>
<<elseif $PC.physicalAge == 11>>
<<set $PC.sexualEnergy -= 2>>
<<elseif $PC.physicalAge >= 0>>
<<set $PC.sexualEnergy -= 6>>
<</if>>
<<if $PC.balls > 2>>
<<set $PC.sexualEnergy += 2>>
<<elseif $PC.balls > 1>>
<<set $PC.sexualEnergy++>>
<</if>>
<<if $PC.preg > 20>>
<<if $PC.pregMood == 2>>
<<set $PC.sexualEnergy += 4>>
<<else>>
<<set $PC.sexualEnergy -= 3>>
<</if>>
<<elseif $PC.preg > 0>>
<<set $PC.sexualEnergy -= 1>>
<<else>>
<<if $PC.fertDrugs == 1>>
<<set $PC.sexualEnergy++>>
<</if>>
<<if $PC.forcedFertDrugs > 0>>
<<set $PC.sexualEnergy += 2>>
<</if>>
<</if>>
<<if $PC.staminaPills > 0>>
<<set $PC.sexualEnergy += 2>>
<</if>>
<<if $PC.preg > 0>>
<<if $PC.preg == 1>>
<<run fetalSplit($PC)>>
<</if>>
<<set WombProgress($PC, 1)>>
<<set WombNormalizePreg($PC), $PC.pregWeek = $PC.preg>>
<<set _newBelly = WombGetVolume($PC)>>
<<if _newBelly >= $PC.belly>>
<<set $PC.belly = _newBelly>>
<<elseif $PC.belly > 500>>
<<set $PC.belly *= .75>>
<</if>>
<<if $PC.fertDrugs != 0>>
<<set $PC.fertDrugs = 0>>
<</if>>
<<elseif $PC.belly > 0>>
<<if $PC.belly < 100>>
<<set $PC.belly = 0>>
<<else>>
<<set $PC.belly *= .75>>
<</if>>
<</if>>
<<if $PC.pregWeek < 0>>
<<set $PC.pregWeek++>>
<</if>>
<<set $HGEnergy = 0, $HGCum = 0, $HGSlaveSuccess = 0, $HeadGirl = 0, $Recruiter = 0, $Madam = 0, $madamCashBonus = 0, $DJ = 0, $DJRepBonus = 0, $Milkmaid = 0, $Collectrix = 0, $Stewardess = 0, $Schoolteacher = 0, $Wardeness = 0, $Concubine = 0, $Attendant = 0, $Matron = 0, $Nurse = 0, $Bodyguard = 0, $fuckSlaves = 0, $freeSexualEnergy = 0, $publicServants = 0, $cumSlaves = 0, $averageDick = 0, $slavesWithWorkingDicks = 0>>
/* GAMEOVERS */
<<if $slaves.length < 1>>
<<set $gameover = "no slaves">><<goto "Gameover">>
<<elseif $arcologies[0].ownership < $arcologies[0].minority>>
<<set $gameover = "ownership">><<goto "Gameover">>
<<else>>
<<goto "Slave Assignments Report">>
<</if>>
|
amomynous0/fc
|
src/uncategorized/endWeek.tw
|
tw
|
bsd-3-clause
| 6,265 |
:: Free Range Dairy Assignment Scene [nobr]
/* This scene wants $dairyRestraintsSetting == 0 && $activeSlave.devotion > 0 && $activeSlave.fetish != "mindbroken" */
<<set $nextButton = "Continue", $nextLink = $returnTo>>
$activeSlave.slaveName reports to the dairy.
<<if $activeSlave.energy > 90 >>
She rejoices since she is actually eager to be milked.
<</if>>
/* AROUSAL WHEN ENTERING */
<<set $aroused = false >>
<<if $dairySlaves > 1 && canSee($activeSlave)>>
<br><br>
While <<if canWalk($activeSlave) >>walking<<else>>being carried<</if>> to her designated stall, she passes the other cows currently at their milking machines. Not being hurried, she occasionally watches a cow in detail.
<<if $activeSlave.fetish == "boobs" >>
/* TODO: check if there actually are lactating cows at the dairy */
<<set $aroused = true>>
<br> She cannot help but to feel aroused at the view of all those udders being thoroughly milked.
<<if $activeSlave.sexualFlaw == "breast growth" >>
She is already fantasizing of having her breasts expanded to ridiculous proportions
<<if $activeSlave.lactation > 0 >>
so she can produce even more milk
<</if>>
.
<</if>>
<</if>>
<<if $activeSlave.fetish == "buttslut" && $dairyStimulatorsSetting == 1>>
<<set $aroused = true >>
<br> The automatic sodomizers are currently active. They are not running on an industrial setting, but on a gentler one. Every cow's anus is filled with a dildo attached on a mechanical arm. There is a wide range of sizes. Some dildos are small and provide expert stimulation for the sensitive areas. Other cows seem to prefer forearm-length horse-cocks for more intense stimulation. The automatic thrusting speeds vary, too. Some cows are currently asleep. Their respective stimulators are comfortably resting deeply buried in their behinds. Whenever a cow reaches climax, the sodomizers can thrust at ridiculous speeds. Good thing they provide not only nutrition, but lubrication, too.
The sight of all those lovely rear-ends relentlessly reamed arouses $activeSlave.slaveName.
<<if $activeSlave.sexualFlaw == "anal addict">>
She cannot wait to be sodomized, too.
<</if>>
<</if>>
<<for $i = 0; $i < $slaves.length; $i++>>
<<if $slaves[$i].assignment == "work in the dairy" && $slaves[$i].ID != $activeSlave.ID && $slaves[$i].balls >= 10>>
<<set $aroused = true>>
<br> The hyper-endowed cum-cow $slaves[$i].slaveName is the pride of $dairyName. She is limply hanging on her milking chair, panting heavily because of the constant suction on her dick. She is obviously nearing climax. Soon, her eyes bulge and her muscles tense.
<<if $dairyStimulatorsSetting == 1>>
<<if $slaves[$i].prostate != 0>>
Her anus clenches around the dildo in her rear. The automatic sodomizer speeds up to give her prostate a helpful pounding.
<<else>>
She lacks a prostate, so the automatic sodomizer is forced to pound her mercilessly to make her cum.
<</if>>
<<else>>
Her butthole opens and closes.
<</if>>
Her cock twitches as it begins to unload. Inhumanly large amounts of semen spurt into the receptacle which encases her dick. Her orgasm does not seem to end for minutes. The milking machine keeps her cumming longer than naturally possible. Only primal moans escape her throat.
As her orgasm finally subsides, she slumps back, grinning in post-orgasmic bliss.
All things considered, $slaves[$i].slaveName seems to be very happy with being a cow.
<<if $slaves[$i].dickTat == "bovine patterns" >>Even her dick is tattooed to look like a bull's.<</if>>
<br>"Moo", she moans lustily, imitating a cow.
<<break>>
<</if>>
<</for>>
/* TODO: watch a specific cow, e.g. lover or relative or huge-titted */
<</if>>
<<if $aroused>>
<br>
All this lewd display turns $activeSlave.slaveName on and she is almost overcome by lust. She realizes, she probably should not have taken so much interest in the other cows.
<<if $activeSlave.dick > 0 >>
She feels her blood rush into her <<if $activeSlave.dick > 8>>gargantuan<<elseif $activeSlave.dick > 6>>huge<<elseif $activeSlave.dick > 2>>fair-sized<<else>>small<</if>> dick.
<</if>>
<<if $activeSlave.vagina > -1 >>
Her pussy moistens.
<</if>>
<<if $activeSlave.lactation > 0>>
<<if $activeSlave.nipples == "fuckable">>
Milk begins to leak out of her nipplecunts.
<<else>>
Her milk-dripping nipples stiffen.
<</if>>
<</if>>
<</if>>
/* AROUSAL WHEN ENTERING END*/
<br><br>
/* GETTING IN */
Eventually, $activeSlave.slaveName arrives at her designated milking stall.
<<set _assayedSlaveAvailable = 0>>
<<if $familyTesting == 1>>
<<if totalRelatives($activeSlave) > 0>>
<<set _relativeCattle = $slaves.filter(function(s) { return (areRelated(s, $activeSlave) && s.assignment == "work in the dairy") ; })>>
<<if _relativeCattle.length > 0>>
<<set _assayedSlave = _relativeCattle.random()>>
<<set _assayedSlaveAvailable = 1>>
<<if $activeSlave.mother == _assayedSlave.ID>>
<<set _assayType = "mother">>
<<elseif _assayedSlave.mother == $activeSlave.ID || _assayedSlave.father == $activeSlave.ID>>
<<set _assayType = "daughter">>
<<elseif $activeSlave.father == _assayedSlave.ID>>
<<set _assayType = "father">>
<<else>>
<<switch areSisters($activeSlave, _assayedSlave)>>
<<case 1>>
<<set _assayType = "twin">>
<<case 2>>
<<set _assayType = "sister">>
<<case 3>>
<<set _assayType = "half-sister">>
<</switch>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if ($activeSlave.relation != 0)>>
<<set _assayedSlave = getSlave($activeSlave.relationTarget)>>
<<if def _assayedSlave && _assayedSlave.assignment == "work in the dairy">>
<<set _assayedSlaveAvailable = 1>>
<<set _assayType = $activeSlave.relation>>
<</if>>
<</if>>
<</if>> /*closes extended family mode */
<<if _assayedSlaveAvailable == 0 && $activeSlave.relationship > 0>>
<<set _assayedSlave = getSlave($activeSlave.relationshipTarget)>>
<<if def _assayedSlave && _assayedSlave.assignment == "work in the dairy">>
<<set _assayedSlaveAvailable = 1>>
<<switch $activeSlave.relationship>>
<<case 1>>
<<set _assayType = "friend">>
<<case 2>>
<<set _assayType = "best friend">>
<<case 3>>
<<set _assayType = "fuckbuddy">>
<<case 4>>
<<set _assayType = "lover">>
<<case 5>>
<<set _assayType = "slave wife">>
<</switch>>
<</if>>
<</if>>
<<if _assayedSlaveAvailable == 1>>
Her _assayType _assayedSlave.slaveName is at the dairy, too. She is in the adjacent stall. The two of them are going to be milked right next to each other.
<</if>>
The only "furniture" in the stall looks like a dentist's chair. It looks very medical, but it turns out to be quite comfortable actually. She <<if $activeSlave.devotion >90>>eagerly<<elseif $activeSlave.slaveName < 40>>hesitantly<</if>> gets into the chair.
<<if $Milkmaid == 0 >>
Automated machinery springs to life, preparing her for milking.
<<else>>
Your appointed milkmaid $Milkmaid.slaveName helps $activeSlave.slaveName with installing the milking devices.
<</if>>
<<if $activeSlave.lactation > 0 >>
Suction cups are attached <<if $activeSlave.nipples == "fuckable">>over<<else>>to<</if>> her nipples.
<</if>>
<<if $activeSlave.dick > 0>>
<<if $activeSlave.dick > 8>>
A huge receptacle is attached to her over-sized member.
<<elseif $activeSlave.dick > 6>>
A large cock-milker is attached to her huge dick.
<<elseif $activeSlave.dick > 2>>
A special cock-milker is attached to her dick.
<<else>>
A suction cup is attached to her small dicklet. Due to the embarrassingly small size of her penis, the very kind of cup is used that normally goes on nipples.
<</if>>
<</if>>
<br/>
<<if $dairyFeedersSetting == 1>>
Near the headrest of the chair, an artificial phallus is installed. The cow can easily reach it with her mouth. The phallus provides hydration and nutrition when sucked. The supplement consists of excess- or low-quality milk and cum from the dairy itself as well as aphrodisiacs and hormones enhancing lactation and semen production.
<<if $activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut">>
$activeSlave.slaveName eagerly shoves the artificial phallus into her mouth. She gives it an experimental suckle. To her joy, she soon is rewarded with a fresh spurt of semen-like nutrition supplement. Then she readjusts the holder to keep the phallus lodged in her mouth, effectively forcing herself to keep sucking the artificial dick.
<</if>>
<</if>>
<br/>
The milking chair comes with a small screen, providing mental stimulation for the cow. It is highly pornographic, of course. It also includes live-streams of close-ups from the cow's being milked or their orifices being penetrated. $activeSlave.slaveName selects her favorite program<<if !canSee($activeSlave)>> to listen to<</if>>. It features
<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
men
<<else>>
women
<</if>>
<<if ($activeSlave.fetish == "submissive")>>
submitting to their sexual partners.
<<elseif ($activeSlave.fetish == "cumslut")>>
<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
jacking off directly into the camera.
<<else>>
sucking dick for all it's worth.
<</if>>
<<if $dairyFeedersSetting == 1 >>
The dairy feeders ejaculations are synced with the events in the video. $activeSlave.slaveName receives a load of cum-like nutrition every time a dick shoots. It really draws her into the pornography.
<</if>>
<<elseif ($activeSlave.fetish == "humiliation")>>
being humiliated.
<<elseif ($activeSlave.fetish == "buttslut")>>
being fucked in the ass.
<<if $dairyStimulatorsSetting == 1>>
The dairy stimulators are synced to the videos. The automatic sodomizers thrust in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was her being fucked in the videos all over.
<</if>>
<<elseif ($activeSlave.fetish == "dom")>>
dominating their sexual partners.
<<elseif ($activeSlave.fetish == "masochist")>>
being flogged.
<<elseif ($activeSlave.fetish == "sadist")>>
abusing their sexual partners.
<<elseif ($activeSlave.fetish == "pregnancy")>>
<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
fucking pregnant women.
<<else>>
being fucked while pregnant.
<</if>>
<<else>>
engaging in vanilla intercourse.
<</if>>
<br><br>
Sexual stimulation increases product output.
<<if $Milkmaid == 0 && $dairyStimulatorsSetting == 0>>
Unfortunately, there is neither a milkmaid providing personal assistance nor automatic sodomizers installed in your dairy.<br/>
<<else>>
<<if $Milkmaid != 0>>
Your milkmaid $Milkmaid.slaveName is working in the dairy. Whenever a cow needs her assistance, she is happy to help.
<<if $Milkmaid.dick > 1 && canAchieveErection($Milkmaid)>>
Most often, she uses her cock to penetrate the cows.
<<else>>
Lacking penile equipment of appropriate size, she relies on her tongue to stimulate the cow's sexual organs.
<</if>>
She is quite skilled in giving mammary massages, too.
<br/>
<</if>>
<<if $dairyStimulatorsSetting > 0>>
Automated sodomizers help the cows produce by penetrating their anuses. The milking chairs built-in sensors measure $activeSlave.slaveName's anal capacity.
<<if $activeSlave.anus == 0 >>
The machine detects an unused rear-end. In order to protect the her anal virginity, the automatic sodomizer stays inactive.
<<else>>
In order to provide adequate stimulation for her
<<if $activeSlave.anus > 3>>
gaping anus, the automatic sodomizer is equipped with a gigantic horse-like phallus. It wobbles menacingly.
<<elseif $activeSlave.anus > 2>>
well-used rear-end, the automatic sodomizer is equipped with a large phallus. It is nicely ribbed for extra stimulation.
<<else>>
anus, the automatic sodomizer is equipped with a fair-sized silicone phallus.
<</if>>
Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's behind.
<<if $activeSlave.fetish == "buttslut" || $activeSlave.sexualFlaw == "anal addict">>
She shudders with joy.
<</if>>
Soon, the automatic sodomizer pumps the dildo in and out of her butt-hole.
<<if ($activeSlave.balls > 0) && ($activeSlave.scrotum > 0)>>
Her <<if $activeSlave.balls > 5 >>massive<</if>> balls swing back and forth.
<</if>>
<<if $activeSlave.dick > 0 >>
<<if $activeSlave.prostate != 0>>
The dildo stimulates her prostate perfectly. Pre-cum begins to leak from her cock.
<</if>>
/* TODO: the next lines feel non-canon */
The milking machine remains at this setting for longer than normal. Pre-cum is considered a delicacy and is harvested as much as possible before having a negative impact on cum production.
<</if>>
<</if>>
<br>
<</if>>
<</if>>
/* GETTING IN END */
<br>
/* MILKING ROUTINE */
<<if $activeSlave.lactation > 0>>
The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> her nipples begin to pulse rhythmically. Soon, a steady flow of breast-milk is sucked away into the storage tanks.
<</if>>
<<if $activeSlave.dick > 0>>
The milking machine uses suction to draw her dick into the receptacle.
<<if $activeSlave.dick > 10>>
Her dick is too large to even consider getting hard again, so it just attaches firmly to the tip.
<<elseif $activeSlave.dick > 8>>
She is on the verge of passing out as most of her blood volume rushes into her dick. She cannot possibly reach a full erection without the machine's help. She fights to stay awake so she can enjoy her inhuman cock at throbbing hardness.
<<elseif $activeSlave.dick > 6>>
She feels dizzy as most of her blood volume rushes into her dick. It is not easy for her body to maintain an erection. But with the machine's help, she can produce a full throbbing hard-on.
<<else>>
It brings her to a full, throbbing erection within seconds.
<</if>>
The machine strokes her dick mechanically, but very pleasurable.
<</if>>
It does not take long for $activeSlave.slaveName to reach her first orgasm of many. Her muscles tense.
<<if $activeSlave.dick > 0>>
Her <<if $activeSlave.balls > 5 >>cum-engorged<</if>> balls draw up.
Her <<if $activeSlave.dick > 8 >>gargantuan member<<elseif $activeSlave.dick > 6 >>huge cock<<else>>dick<</if>> twitches and flexes within its receptacle.
<<if $activeSlave.balls >= 50>>
A special tank beneath her holds her monolithic balls' endless ejaculate while the machine struggles to suck it away.
<<elseif $activeSlave.balls >= 37>>
A special tank attached to the hose holds her titanic balls' near endless ejaculate while the machine struggles to suck it away.
<<elseif $activeSlave.balls >= 25>>
A special reservoir attached to the hose holds her massive balls' ridiculous ejaculate while the machine struggles to suck it away.
<<elseif $activeSlave.balls >= 10>>
The machine strains to suck down the giant load from her huge balls.
<<elseif $activeSlave.balls > 5>>
The copious ejaculation from her over-sized balls give the machine something to work on.
<<elseif $activeSlave.balls > 0>>
Her ejaculate is quickly sucked away.
<<else>>
Her ballslessness impedes cum-production, but ejaculating feels nice, anyway.
<</if>>
<</if>>
<<if ($activeSlave.dick < 1) && ($activeSlave.balls > 0) && ($activeSlave.prostate > 0)>>
Cum splashes from her urethra and is quickly sucked away.
<</if>>
<<if $activeSlave.lactation > 0>>
<br>
The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> her nipples switch from rhythmic pulsing into intense suction. Aided by her orgasm, milk spurts from her nipples
<<if $activeSlave.boobs > 20000>>
in obscenely massive amounts. Her immense breasts seem to never empty.
<<elseif $activeSlave.boobs > 10000>>
in absurdly large amounts. Her gargantuan breasts do not seem to get less milk-laden for a long time.
<<elseif $activeSlave.boobs > 5000>>
in powerful jets. Her huge breasts can provide multiple liters of milk.
<<elseif $activeSlave.boobs > 1000>>
for quite some time. Her large breasts can store an impressive volume of milk.
<<elseif $activeSlave.boobs > 700>>
until there is enough for whitening a cup of coffee. Her average breasts cannot store much more milk.
<<elseif ($arcologies[0].FSSlimnessEnthusiast > 80)>>
for a surprisingly long time. Your arcology succeeded in optimized the milking process for small breasts.
<<else>>
for a short time. Her small tits cannot dispense much milk at once.
<</if>>
<</if>>
<<if $activeSlave.prostate != 0 && $activeSlave.dick == 0 && $activeSlave.balls == 0>>
<br>
$activeSlave.slaveName has no cock, but a functional prostate gland. It's attached to her urethra, so she squirts <<if $activeSlave.prostate > 2>>massively<<else>>copiously<</if>> while she orgasms. The exotic fluid is caught by a basin positioned under her <<if $activeSlave.vagina >= 0 >>dripping pussy<<else>>featureless crotch<</if>>.
<</if>>
<br><br>
With the first milking cycle being over, $activeSlave.slaveName drifts into a relaxing slumber.
<<if $dairyFeedersSetting == 1 && ($activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut")>>
She grins madly around the phallus she stuffed in her mouth.
<</if>>
<<if $activeSlave.lactation > 0>>
The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> her nipples pulse slower and with less vigor. The lactation never fully subsides. The steady but gentle suction helps increasing milk production without actually draining the breasts.
<</if>>
<<if $activeSlave.dick > 0>>
The suction on her dick stops, allowing her abused member to go soft and have some rest.
<</if>>
<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
Her balls rest, dangling down and relieved. They already started to produce more cum. They seem to wait for their next chance to unload.
<</if>>
<br><br>
The next milking cycle will start soon.
/* MILKING ROUTINE END */
|
amomynous0/fc
|
src/uncategorized/freeRangeDairyAssignmentScene.tw
|
tw
|
bsd-3-clause
| 18,217 |
:: FS Developments [nobr]
<<if $useTabs == 0>>__Society__<</if>>
<br>
<<set _FSRepCreditsRep = [[7000,11000,15000],
[6000,9000,12000,15000],
[6000,9000,12000,15000,18000],
[6000,9000,12000,15000,17000,19000]]>>
<<set _FSRepDescriptors = ["solid","high","remarkable","great","excellent","unparalleled"]>>
<<set _ordinalNames = ["second","third","fourth","fifth","sixth","seventh"]>>
<<if $FSCredits > 0>>
@@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
<</if>>
<<if $FSAnnounced == 1 && $FSGotRepCredits < $FSCreditCount && $rep >= _FSRepCreditsRep[$FSCreditCount-4][$FSGotRepCredits-1]>>
<<set _descriptor = "">>
<<if $FSGotRepCredits == 1>>
<<set _descriptor = _FSRepDescriptors[0]>>
<<else>>
<<set _descriptor = _FSRepDescriptors[Math.trunc($FSGotRepCredits/($FSCreditCount-1)*_FSRepDescriptors.length-1)]>>
<</if>>
<<set _ordinalName = _ordinalNames[$FSGotRepCredits-1]>>
<<if $FSGotRepCredits == $FSCreditCount-1>>
<<set _ordinalName += " and final">>
<</if>>
@@.yellow;Your reputation is so _descriptor that $arcologies[0].name's society is ready to begin accepting a _ordinalName societal direction.@@
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
/* Count adopted FS */
<<set _societies = 0>>
<<if $arcologies[0].FSSupremacist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSSubjugationist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSDegradationist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSBodyPurist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
<<set _societies++>>
<</if>>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<<set _societies++>>
<<elseif $arcologies[0].FSRestart != "unset">>
<<set _societies++>>
<</if>>
/* Spending, terrain, rep effects */
<<set _broadProgress = 0>>
<<if $SF.Toggle && $SF.Active >= 1 && $SF.SpecOps > 0>>
Assigning a <<if $SF.SpecOps === 1>>small<<else>>large<</if>> portion of $SF.Lower to under cover work helps forward your goals for the arcology's future.
<<set _broadProgress += $SFUC/10>> <br>
<</if>>
<<if $FSSpending > 1>>
Your @@.yellowgreen;societal spending@@ helps forward your goals for the arcology's future.
<<set _broadProgress += Math.trunc($FSSpending/(1000-(500*$arcologies[0].FSEdoRevivalistLaw)-(250*$arcologies[0].FSArabianRevivalistLaw)))>>
<</if>>
<<if $FCTVreceiver == 3>>
Your customized @@.yellowgreen;FCTV programming@@ strongly influences your citizens, greatly helping define your arcology's culture.
<<if ($week - $receiverAvailable) > 29>>
<<set _broadProgress += 3>>
<<elseif ($week - $receiverAvailable) > 19>>
<<set _broadProgress += 2>>
<<elseif ($week - $receiverAvailable) > 4>>
<<set _broadProgress += 1>>
<</if>>
<<elseif $FCTVreceiver == 2>>
Your customized @@.yellowgreen;FCTV programming@@ influences your citizens, helping define your arcology's culture.
<<if ($week - $receiverAvailable) > 34>>
<<set _broadProgress += 3>>
<<elseif ($week - $receiverAvailable) > 23>>
<<set _broadProgress += 2>>
<<elseif ($week - $receiverAvailable) > 8>>
<<set _broadProgress += 1>>
<</if>>
<<elseif $FCTVreceiver == 1>>
Your customized @@.yellowgreen;FCTV programming@@ influences a small number of your citizens, slightly helping define your arcology's culture.
<<if ($week - $receiverAvailable) > 39>>
<<set _broadProgress += 2>>
<<elseif ($week - $receiverAvailable) > 24>>
<<set _broadProgress += 1>>
<</if>>
<</if>>
<<if $secExp == 1>>
<<if $propCampaign >= 1 && $propFocus == "social engineering">>
Your propaganda campaign helps further your societal engineering efforts.
<<if $RecuriterOffice == 0 || $Recruiter == 0>>
<<if $propCampaignBoost == 1>>
<<set _broadProgress += 2>>
<<else>>
<<set _broadProgress += 1>>
<</if>>
<<else>>
''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your societal engineering campaign from her PR hub office.
<<if $propCampaignBoost == 1>>
<<set _broadProgress += $propCampaign + Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)>>
<<else>>
<<set _broadProgress += 1 + Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $terrain == "urban">>
The @@.yellow;urban location@@ of the arcology naturally promotes cultural interchange, holding back $arcologies[0].name's cultural independence.
<<set _broadProgress -= 3>>
<<elseif $terrain == "rural">>
The @@.yellow;rural location@@ of the arcology naturally limits cultural interchange, allowing $arcologies[0].name to slowly develop its own culture.
<<set _broadProgress -= 2>>
<<elseif $terrain == "marine">>
The @@.yellow;marine location@@ of the arcology strongly limits cultural interchange, allowing $arcologies[0].name to quickly develop its own culture.
<<set _broadProgress -= 1>>
<<elseif $terrain == "ravine">>
The @@.yellow;near subterranean location@@ of the arcology almost eliminates cultural interchange, allowing $arcologies[0].name to independently develop its culture.
<<else>>
The @@.yellow;oceanic location@@ of the arcology almost eliminates cultural interchange, allowing $arcologies[0].name to independently develop its culture.
<</if>>
<<if $rep < 4000>>
@@.red;Your weak reputation@@ reflects badly on your social projects.
<<set _broadProgress -= 2>>
<<elseif $rep < 8000>>
@@.red;Your mediocre reputation@@ engenders skepticism towards your social development.
<<set _broadProgress -= 1>>
<<elseif $rep < 12000>>
@@.yellow;Your reputation@@ is neither weak enough or strong enough to affect social development.
<<elseif $rep < 16000>>
@@.green;Your strong reputation@@ helps support social development.
<<set _broadProgress += 1>>
<<elseif $rep < 20000>>
@@.green;Your very strong reputation@@ increases acceptance of your social development.
<<set _broadProgress += 2>>
<<else>>
@@.green;Your incredible reputation@@ encourages automatic acceptance of your social development.
<<set _broadProgress += 4>>
<</if>>
<<if $FSCreditCount == 4>>
<<set _broadProgress += 1 - _societies>>
<<switch _societies>>
<<case 1>>Maintaining a single societal goal allows @@.green;very focused social engineering.@@
<<case 2>>Maintaining two societal goals allows @@.green;focused social engineering.@@
<<case 3>>Maintaining three societal goals requires @@.yellow;broad social engineering.@@
<<case 4>>Maintaining four societal goals requires @@.red;unfocused social engineering.@@
<</switch>>
<<elseif $FSCreditCount == 6>>
<<set _broadProgress += 3 - _societies>>
<<switch _societies>>
<<case 1>>Maintaining a single societal goal allows @@.green;very focused social engineering.@@
<<case 2>>Maintaining two societal goals allows @@.green;focused social engineering.@@
<<case 3>>Maintaining three societal goals allows @@.yellow;barely focusable social engineering.@@
<<case 4>>Maintaining four societal goals requires @@.yellow;broad social engineering.@@
<<case 5>>Maintaining five societal goals requires @@.red;unfocused social engineering.@@
<<case 6>>Maintaining six societal goals requires @@.red;very unfocused social engineering.@@
<</switch>>
<<elseif $FSCreditCount == 7>>
<<set _broadProgress += 3 - _societies>>
<<switch _societies>>
<<case 1>>Maintaining a single societal goal allows @@.green;very focused social engineering.@@
<<case 2>>Maintaining two societal goals allows @@.green;focused social engineering.@@
<<case 3>>Maintaining three societal goals allows @@.yellow;barely focusable social engineering.@@
<<case 4>>Maintaining four societal goals requires @@.yellow;broad social engineering.@@
<<case 5>>Maintaining five societal goals requires @@.red;unfocused social engineering.@@
<<case 6>>Maintaining six societal goals requires @@.red;very unfocused social engineering.@@
<<case 7>>Maintaining seven societal goals requires @@.red;extremely unfocused social engineering.@@
<</switch>>
<<else>>
<<set _broadProgress += 2 - _societies>>
<<switch _societies>>
<<case 1>>Maintaining a single societal goal allows @@.green;very focused social engineering.@@
<<case 2>>Maintaining two societal goals allows @@.green;focused social engineering.@@
<<case 3>>Maintaining three societal goals requires @@.yellow;broad social engineering.@@
<<case 4>>Maintaining four societal goals requires @@.red;unfocused social engineering.@@
<<case 5>>Maintaining five societal goals requires @@.red;very unfocused social engineering.@@
<</switch>>
<</if>> /*closes FS count changes */
<<if _broadProgress != 0>>
<<if $arcologies[0].FSSupremacist != "unset">>
<<set $arcologies[0].FSSupremacist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSSubjugationist != "unset">>
<<set $arcologies[0].FSSubjugationist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist != "unset">>
<<set $arcologies[0].FSGenderRadicalist += _broadProgress>>
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
<<set $arcologies[0].FSGenderFundamentalist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
<<set $arcologies[0].FSPaternalist += _broadProgress>>
<<elseif $arcologies[0].FSDegradationist != "unset">>
<<set $arcologies[0].FSDegradationist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSBodyPurist != "unset">>
<<set $arcologies[0].FSBodyPurist += _broadProgress>>
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
<<set $arcologies[0].FSTransformationFetishist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
<<set $arcologies[0].FSSlimnessEnthusiast += _broadProgress>>
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
<<set $arcologies[0].FSAssetExpansionist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<<set $arcologies[0].FSPastoralist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<set $arcologies[0].FSPhysicalIdealist += _broadProgress>>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
<<set $arcologies[0].FSHedonisticDecadence += _broadProgress>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
<<set $arcologies[0].FSMaturityPreferentialist += _broadProgress>>
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
<<set $arcologies[0].FSYouthPreferentialist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
<<set $arcologies[0].FSChattelReligionist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<set $arcologies[0].FSRomanRevivalist += _broadProgress>>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
<<set $arcologies[0].FSAztecRevivalist += _broadProgress>>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
<<set $arcologies[0].FSEgyptianRevivalist += _broadProgress>>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
<<set $arcologies[0].FSEdoRevivalist += _broadProgress>>
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
<<set $arcologies[0].FSArabianRevivalist += _broadProgress>>
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
<<set $arcologies[0].FSChineseRevivalist += _broadProgress>>
<</if>>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<<set $arcologies[0].FSRepopulationFocus += _broadProgress>>
<<elseif $arcologies[0].FSRestart != "unset">>
<<set $arcologies[0].FSRestart += _broadProgress>>
<</if>>
<</if>>
<<if $secExp == 1>>
<<if $slaveWatch == 1>>
The Slave Mistreatment Watch helps many slaves, easing your citizens into the paternalist ideals it represents.
<<FSChange "Paternalist" 2>>
<</if>>
<<if $noSubhumansInArmy == 1>>
Your army is free of subhumans, further cementing their lower status in the eyes of your citizens.
<<FSChange "Subjugationist" 2>>
<</if>>
<<if $pregExemption == 1>>
Pregnant citizens are allowed and encouraged to avoid military service, making their value evident to all citizens.
<<FSChange "Repopulationist" 2>>
<</if>>
<<if $eliteOfficers == 1>>
Purity in leadership is fundamental in your army, helping eugenics ideals spread in the populace.
<<FSChange "Eugenics" 2>>
<</if>>
<<if $liveTargets == 1>>
Disobedient slaves are used in shooting ranges and military drills as live targets, furthering degradationist ideals.
<<FSChange "Degradationist" 2>>
<</if>>
<</if>>
/* Promenade effects */
<<for _i = 5; _i <= 7; _i++>>
<<if $sectors[_i].type != "Shops">>
<<if $sectors[_i].type != "Brothel">>
<<if $sectors[_i].type != "Club">>
The $sectors[_i].type establishments on the Promenade help develop society.
<<set _changed_fs = $sectors[_i].type.replace(" ","")>>
<<FSChange _changed_fs 4>>
<<continue>>
<</if>>
<</if>>
<</if>>
<</for>>
/* PA FS bonuses */
<br><br>
<<if $PAPublic == 1 && $assistantAppearance != "normal">>
<<set _seed1 = 0, _seed2 = 0>>
<<if $arcologies[0].FSSupremacist != "unset">>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "succubus")>>
<<set $arcologies[0].FSSupremacist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "supremacist")>>
<<set $arcologies[0].FSSupremacist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSSubjugationist != "unset">>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "imp")>>
<<set $arcologies[0].FSSubjugationist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "subjugationist")>>
<<set $arcologies[0].FSSubjugationist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist != "unset">>
<<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSGenderRadicalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "gender radicalist")>>
<<set $arcologies[0].FSGenderRadicalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSRepopulationFocus += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "repopulation focus")>>
<<set $arcologies[0].FSRepopulationFocus += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSRestart != "unset">>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "incubus") || ($assistantAppearance == "angel")>>
<<set $arcologies[0].FSRestart += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "eugenics")>>
<<set $arcologies[0].FSRestart += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSGenderFundamentalist != "unset">>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSGenderFundamentalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "gender fundamentalist")>>
<<set $arcologies[0].FSGenderFundamentalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub")>>
<<set $arcologies[0].FSPaternalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "paternalist")>>
<<set $arcologies[0].FSPaternalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSDegradationist != "unset">>
<<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "imp")>>
<<set $arcologies[0].FSDegradationist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "degradationist")>>
<<set $arcologies[0].FSDegradationist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSBodyPurist != "unset">>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSBodyPurist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "body purist")>>
<<set $arcologies[0].FSBodyPurist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSTransformationFetishist != "unset">>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT")>>
<<set $arcologies[0].FSTransformationFetishist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "transformation fetishist")>>
<<set $arcologies[0].FSTransformationFetishist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "goddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel")>>
<<set $arcologies[0].FSMaturityPreferentialist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "maturity preferentialist")>>
<<set $arcologies[0].FSMaturityPreferentialist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSYouthPreferentialist != "unset">>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSYouthPreferentialist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "youth preferentialist")>>
<<set $arcologies[0].FSYouthPreferentialist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "loli") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSSlimnessEnthusiast += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "slimness enthusiast")>>
<<set $arcologies[0].FSSlimnessEnthusiast += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSAssetExpansionist != "unset">>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSAssetExpansionist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "asset expansionist")>>
<<set $arcologies[0].FSAssetExpansionist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<<if ($assistantAppearance == "shemale") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSPastoralist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "pastoralist")>>
<<set $arcologies[0].FSPastoralist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSPhysicalIdealist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "physical idealist")>>
<<set $arcologies[0].FSPhysicalIdealist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSHedonisticDecadence != "unset">>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "imp") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
<<set $arcologies[0].FSHedonisticDecadence += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "hedonistic decadence")>>
<<set $arcologies[0].FSHedonisticDecadence += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp")>>
<<set $arcologies[0].FSChattelReligionist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "chattel religionist")>>
<<set $arcologies[0].FSChattelReligionist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
<<set $arcologies[0].FSRomanRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "roman revivalist")>>
<<set $arcologies[0].FSRomanRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSAztecRevivalist != "unset">>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
<<set $arcologies[0].FSAztecRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "aztec revivalist")>>
<<set $arcologies[0].FSAztecRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "egyptian revivalist")>>
<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSEdoRevivalist != "unset">>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "loli") || ($assistantAppearance == "kitsune") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
<<set $arcologies[0].FSEdoRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "edo revivalist")>>
<<set $arcologies[0].FSEdoRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSArabianRevivalist != "unset">>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
<<set $arcologies[0].FSArabianRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "arabian revivalist")>>
<<set $arcologies[0].FSArabianRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSChineseRevivalist != "unset">>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
<<set $arcologies[0].FSChineseRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed1 = 1>>
<</if>>
<<if ($assistantFSAppearance == "chinese revivalist")>>
<<set $arcologies[0].FSChineseRevivalist += 0.1*$FSSingleSlaveRep>>
<<set _seed2 = 2>>
<</if>>
<</if>>
<<if _seed2 == 2>>
With her $assistantFSAppearance $assistantAppearance appearance, $assistantName's public visibility meshes very well with society.
<<elseif _seed1 == 1>>
With her $assistantAppearance appearance, $assistantName's public visibility meshes well with society.
<</if>>
<</if>>
/* Progress overflow into influence */
<<if $arcologies[0].FSSupremacist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSSupremacist - $FSLockinLevel>>
<<set $arcologies[0].FSSupremacist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSSubjugationist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSSubjugationist - $FSLockinLevel>>
<<set $arcologies[0].FSSubjugationist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSGenderRadicalist - $FSLockinLevel>>
<<set $arcologies[0].FSGenderRadicalist = $FSLockinLevel>>
<<elseif $arcologies[0].FSGenderFundamentalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSGenderFundamentalist - $FSLockinLevel>>
<<set $arcologies[0].FSGenderFundamentalist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSPaternalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSPaternalist - $FSLockinLevel>>
<<set $arcologies[0].FSPaternalist = $FSLockinLevel>>
<<elseif $arcologies[0].FSPaternalist != "unset">>
<<set $arcologies[0].FSPaternalist += _broadProgress>>
<<elseif $arcologies[0].FSDegradationist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSDegradationist - $FSLockinLevel>>
<<set $arcologies[0].FSDegradationist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSBodyPurist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSBodyPurist - $FSLockinLevel>>
<<set $arcologies[0].FSBodyPurist = $FSLockinLevel>>
<<elseif $arcologies[0].FSTransformationFetishist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSTransformationFetishist - $FSLockinLevel>>
<<set $arcologies[0].FSTransformationFetishist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSPastoralist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSPastoralist - $FSLockinLevel>>
<<set $arcologies[0].FSPastoralist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSPhysicalIdealist - $FSLockinLevel>>
<<set $arcologies[0].FSPhysicalIdealist = $FSLockinLevel>>
<<elseif $arcologies[0].FSHedonisticDecadence > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSHedonisticDecadence - $FSLockinLevel>>
<<set $arcologies[0].FSHedonisticDecadence = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSMaturityPreferentialist - $FSLockinLevel>>
<<set $arcologies[0].FSMaturityPreferentialist = $FSLockinLevel>>
<<elseif $arcologies[0].FSYouthPreferentialist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSYouthPreferentialist - $FSLockinLevel>>
<<set $arcologies[0].FSYouthPreferentialist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSSlimnessEnthusiast - $FSLockinLevel>>
<<set $arcologies[0].FSSlimnessEnthusiast = $FSLockinLevel>>
<<elseif $arcologies[0].FSAssetExpansionist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSAssetExpansionist - $FSLockinLevel>>
<<set $arcologies[0].FSAssetExpansionist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSChattelReligionist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSChattelReligionist - $FSLockinLevel>>
<<set $arcologies[0].FSChattelReligionist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSRomanRevivalist - $FSLockinLevel>>
<<set $arcologies[0].FSRomanRevivalist = $FSLockinLevel>>
<<elseif $arcologies[0].FSAztecRevivalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSAztecRevivalist - $FSLockinLevel>>
<<set $arcologies[0].FSAztecRevivalist = $FSLockinLevel>>
<<elseif $arcologies[0].FSEgyptianRevivalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSEgyptianRevivalist - $FSLockinLevel>>
<<set $arcologies[0].FSEgyptianRevivalist = $FSLockinLevel>>
<<elseif $arcologies[0].FSEdoRevivalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSEdoRevivalist - $FSLockinLevel>>
<<set $arcologies[0].FSEdoRevivalist = $FSLockinLevel>>
<<elseif $arcologies[0].FSArabianRevivalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSArabianRevivalist - $FSLockinLevel>>
<<set $arcologies[0].FSArabianRevivalist = $FSLockinLevel>>
<<elseif $arcologies[0].FSChineseRevivalist > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSChineseRevivalist - $FSLockinLevel>>
<<set $arcologies[0].FSChineseRevivalist = $FSLockinLevel>>
<</if>>
<<if $arcologies[0].FSRepopulationFocus > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSRepopulationFocus - $FSLockinLevel>>
<<set $arcologies[0].FSRepopulationFocus = $FSLockinLevel>>
<<elseif $arcologies[0].FSRestart > $FSLockinLevel>>
<<set $arcologies[0].influenceBonus += $arcologies[0].FSRestart - $FSLockinLevel>>
<<set $arcologies[0].FSRestart = $FSLockinLevel>>
<</if>>
/* warm up policy influence */
<<if $arcologies[0].FSEgyptianRevivalistIncestPolicy == 1 && $arcologies[0].FSEgyptianRevivalistInterest < 26>>
<<set $arcologies[0].FSEgyptianRevivalistInterest += $arcologies[0].FSEgyptianRevivalistIncestPolicy>>
<<elseif $arcologies[0].FSEgyptianRevivalistIncestPolicy == 0 && $arcologies[0].FSEgyptianRevivalistInterest > 0>>
<<set $arcologies[0].FSEgyptianRevivalistInterest-->>
<</if>>
<<if ($arcologies[0].FSSupremacistSMR + $arcologies[0].FSSubjugationistSMR + $arcologies[0].FSGenderRadicalistSMR + $arcologies[0].FSGenderFundamentalistSMR + $arcologies[0].FSPaternalistSMR + $arcologies[0].FSDegradationistSMR + $arcologies[0].FSBodyPuristSMR + $arcologies[0].FSTransformationFetishistSMR + $arcologies[0].FSYouthPreferentialistSMR + $arcologies[0].FSMaturityPreferentialistSMR + $arcologies[0].FSSlimnessEnthusiastSMR + $arcologies[0].FSAssetExpansionistSMR + $arcologies[0].FSPastoralistSMR + $arcologies[0].FSPhysicalIdealistSMR + $arcologies[0].FSChattelReligionistSMR + $arcologies[0].FSRomanRevivalistSMR + $arcologies[0].FSAztecRevivalistSMR + $arcologies[0].FSEgyptianRevivalistSMR + $arcologies[0].FSEdoRevivalistSMR + $arcologies[0].FSRepopulationFocusSMR + $arcologies[0].FSRestartSMR + $arcologies[0].FSHedonisticDecadenceSMR + $arcologies[0].FSArabianRevivalistSMR + $arcologies[0].FSChineseRevivalistSMR) > 0>>
The slave market regulations help ensure the arcology's slaves fit within its society.
<</if>>
<<if $arcologies[0].FSSupremacist != "unset">>
<<if $arcologies[0].FSSupremacist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in $arcologies[0].FSSupremacistRace superiority.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with $arcologies[0].FSSupremacistRace superiority.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to $arcologies[0].FSSupremacistRace superiority.
<<else>>
$arcologies[0].name is unconvinced of $arcologies[0].FSSupremacistRace superiority.
<</if>>
<<if $arcologies[0].FSSupremacist < 0>>
<<set $arcologies[0].FSSupremacist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSSupremacistLawME = 0, $arcologies[0].FSSupremacistSMR = 0>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSSupremacist > $arcologies[0].FSSupremacistDecoration>>
<<set $arcologies[0].FSSupremacist = $arcologies[0].FSSupremacistDecoration>>
<</if>>
<<if $arcologies[0].FSSupremacistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSSupremacist == $arcologies[0].FSSupremacistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSSupremacistSMR == 1>>
<<set $arcologies[0].FSSupremacist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSSubjugationist != "unset">>
<<if $arcologies[0].FSSubjugationist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the inferiority of $arcologies[0].FSSubjugationistRace people.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the inferiority of $arcologies[0].FSSubjugationistRace people.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the inferiority of $arcologies[0].FSSubjugationistRace people.
<<else>>
$arcologies[0].name is unconvinced of the inferiority of $arcologies[0].FSSubjugationistRace people.
<</if>>
<<if $arcologies[0].FSSubjugationist < 0>>
<<set $arcologies[0].FSSubjugationist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSSubjugationistLawME = 0, $arcologies[0].FSSubjugationistSMR = 0>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSSubjugationist > $arcologies[0].FSSubjugationistDecoration>>
<<set $arcologies[0].FSSubjugationist = $arcologies[0].FSSubjugationistDecoration>>
<</if>>
<<if $arcologies[0].FSSubjugationistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSSubjugationist == $arcologies[0].FSSubjugationistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSSubjugationistSMR == 1>>
<<set $arcologies[0].FSSubjugationist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<<if $arcologies[0].FSRepopulationFocus >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all women should be pregnant.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSRepopulationFocus >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly that all women should be pregnant.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSRepopulationFocus >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all women should be pregnant.
<<else>>
$arcologies[0].name is unconvinced that all women should be pregnant.
<</if>>
<<if $arcologies[0].FSRepopulationFocus < 0>>
<<set $arcologies[0].FSRepopulationFocus = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSRepopulationFocusSMR = 0, $arcologies[0].FSRepopulationFocusLaw = 0>>
<<if $assistantFSAppearance == "repopulation focus">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSRepopulationFocus > $arcologies[0].FSRepopulationFocusDecoration>>
<<set $arcologies[0].FSRepopulationFocus = $arcologies[0].FSRepopulationFocusDecoration>>
<</if>>
<<if $arcologies[0].FSRepopulationFocusDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSRepopulationFocus == $arcologies[0].FSRepopulationFocusDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSRepopulationFocusSMR == 1>>
<<set $arcologies[0].FSRepopulationFocus += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSRestart != "unset">>
<<if $arcologies[0].FSRestart >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that only the elite should reproduce.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSRestart >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly that only the elite should reproduce.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSRestart >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea only the elite should reproduce.
<<else>>
$arcologies[0].name is unconvinced that only the elite should reproduce.
<</if>>
<<if $arcologies[0].FSRestart < 0 && $arcologies[0].FSRestartDecoration != 100>>
<<set $arcologies[0].FSRestart = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSRestartSMR = 0, $arcologies[0].FSRestartLaw = 0>>
<<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSRestart > $arcologies[0].FSRestartDecoration>>
<<set $arcologies[0].FSRestart = $arcologies[0].FSRestartDecoration>>
<</if>>
<<if $arcologies[0].FSRestartDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSRestart == $arcologies[0].FSRestartDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSRestartSMR == 1>>
<<set $arcologies[0].FSRestart += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist != "unset">>
<<if $arcologies[0].FSGenderRadicalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the need to redefine gender around power.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSGenderRadicalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the need to redefine gender around power.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSGenderRadicalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the need to redefine gender around power.
<<else>>
$arcologies[0].name is unconvinced of the need to redefine gender around power.
<</if>>
<<if $arcologies[0].FSGenderRadicalist < 0>>
<<set $arcologies[0].FSGenderRadicalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSGenderRadicalistSMR = 0, $arcologies[0].FSGenderRadicalistLawDicks = 0, $arcologies[0].FSGenderRadicalistLawFuta = 0, $arcologies[0].FSGenderRadicalistLawBeauty = 0>>
<<if $assistantFSAppearance == "gender radicalist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSGenderRadicalist > $arcologies[0].FSGenderRadicalistDecoration>>
<<set $arcologies[0].FSGenderRadicalist = $arcologies[0].FSGenderRadicalistDecoration>>
<</if>>
<<if $arcologies[0].FSGenderRadicalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSGenderRadicalist == $arcologies[0].FSGenderRadicalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSGenderRadicalistSMR == 1>>
<<set $arcologies[0].FSGenderRadicalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSGenderFundamentalist != "unset">>
<<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the need to preserve traditional gender roles.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the need to preserve traditional gender roles.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the need to preserve traditional gender roles.
<<else>>
$arcologies[0].name is unconvinced of the need to preserve traditional gender roles.
<</if>>
<<if $arcologies[0].FSGenderFundamentalist < 0>>
<<set $arcologies[0].FSGenderFundamentalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSGenderFundamentalistSMR = 0, $arcologies[0].FSGenderFundamentalistLawBimbo = 0>>
<<if $assistantFSAppearance == "gender fundamentalist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSGenderFundamentalist > $arcologies[0].FSGenderFundamentalistDecoration>>
<<set $arcologies[0].FSGenderFundamentalist = $arcologies[0].FSGenderFundamentalistDecoration>>
<</if>>
<<if $arcologies[0].FSGenderFundamentalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSGenderFundamentalist == $arcologies[0].FSGenderFundamentalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSGenderFundamentalistSMR == 1>>
<<set $arcologies[0].FSGenderFundamentalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
<<if $arcologies[0].FSPaternalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the vision of a well-bred race of slaves.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSPaternalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the vision of a well-bred race of slaves.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSPaternalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the vision of a well-bred race of slaves.
<<else>>
$arcologies[0].name is unconvinced of the vision of a well-bred race of slaves.
<</if>>
<<if $arcologies[0].FSPaternalist < 0>>
<<set $arcologies[0].FSPaternalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSPaternalistLaw = 0, $arcologies[0].FSPaternalistSMR = 0>>
<<if $assistantFSAppearance == "paternalist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSPaternalist > $arcologies[0].FSPaternalistDecoration>>
<<set $arcologies[0].FSPaternalist = $arcologies[0].FSPaternalistDecoration>>
<</if>>
<<if $arcologies[0].FSPaternalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSPaternalist == $arcologies[0].FSPaternalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSPaternalistSMR == 1>>
<<set $arcologies[0].FSPaternalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSDegradationist != "unset">>
<<if $arcologies[0].FSDegradationist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that slaves are not human and should be thoroughly degraded.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSDegradationist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that slaves are not human and should be thoroughly degraded.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSDegradationist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the proposition that slaves are not human and should be thoroughly degraded.
<<else>>
$arcologies[0].name is unconvinced that slaves are not human and should be thoroughly degraded.
<</if>>
<<if $arcologies[0].FSDegradationist < 0>>
<<set $arcologies[0].FSDegradationist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSDegradationistLaw = 0, $arcologies[0].FSDegradationistSMR = 0>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSDegradationist > $arcologies[0].FSDegradationistDecoration>>
<<set $arcologies[0].FSDegradationist = $arcologies[0].FSDegradationistDecoration>>
<</if>>
<<if $arcologies[0].FSDegradationistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSDegradationist == $arcologies[0].FSDegradationistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSDegradationistSMR == 1>>
<<set $arcologies[0].FSDegradationist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSBodyPurist != "unset">>
<<if $arcologies[0].FSBodyPurist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the unattractive nature of implants.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.6>>
$arcologies[0].name strongly believes in the unattractive nature of implants.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.3>>
$arcologies[0].name is beginning to believe in the unattractive nature of implants.
<<else>>
$arcologies[0].name is unconvinced of the unattractive nature of implants.
<</if>>
<<if $arcologies[0].FSBodyPurist < 0>>
<<set $arcologies[0].FSBodyPurist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSBodyPuristLaw = 0, $arcologies[0].FSBodyPuristSMR = 0>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSBodyPurist > $arcologies[0].FSBodyPuristDecoration>>
<<set $arcologies[0].FSBodyPurist = $arcologies[0].FSBodyPuristDecoration>>
<</if>>
<<if $arcologies[0].FSBodyPuristDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSBodyPurist == $arcologies[0].FSBodyPuristDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSBodyPuristSMR == 1>>
<<set $arcologies[0].FSBodyPurist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSTransformationFetishist != "unset">>
<<if $arcologies[0].FSTransformationFetishist >= $FSLockinLevel>>
$arcologies[0].name passionately fetishizes implants.
<<elseif $arcologies[0].FSTransformationFetishist >= $FSLockinLevel*0.6>>
$arcologies[0].name strongly fetishizes implants.
<<elseif $arcologies[0].FSTransformationFetishist >= $FSLockinLevel*0.3>>
$arcologies[0].name beginning to fetishize implants.
<<else>>
$arcologies[0].name is unconvinced about the attractiveness of implants.
<</if>>
<<if $arcologies[0].FSTransformationFetishist < 0>>
<<set $arcologies[0].FSTransformationFetishist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSTransformationFetishistLaw = 0, $arcologies[0].FSTransformationFetishistSMR = 0>>
<<if $assistantFSAppearance == "transformation fetishist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSTransformationFetishist > $arcologies[0].FSTransformationFetishistDecoration>>
<<set $arcologies[0].FSTransformationFetishist = $arcologies[0].FSTransformationFetishistDecoration>>
<</if>>
<<if $arcologies[0].FSTransformationFetishistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSTransformationFetishist == $arcologies[0].FSTransformationFetishistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSTransformationFetishistSMR == 1>>
<<set $arcologies[0].FSTransformationFetishist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
<<if $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel>>
$arcologies[0].name is passionately enthusiastic about older ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.6>>
$arcologies[0].name is enthusiastic about older ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.3>>
$arcologies[0].name is beginning to be enthusiastic about older ladies.
<<else>>
$arcologies[0].name is unconvinced about your preference for older ladies.
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist < 0>>
<<set $arcologies[0].FSMaturityPreferentialist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSMaturityPreferentialistLaw = 0, $arcologies[0].FSMaturityPreferentialistSMR = 0>>
<<if $assistantFSAppearance == "maturity preferentialist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSMaturityPreferentialist > $arcologies[0].FSMaturityPreferentialistDecoration>>
<<set $arcologies[0].FSMaturityPreferentialist = $arcologies[0].FSMaturityPreferentialistDecoration>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSMaturityPreferentialist == $arcologies[0].FSMaturityPreferentialistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSMaturityPreferentialistSMR == 1>>
<<set $arcologies[0].FSMaturityPreferentialist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSYouthPreferentialist != "unset">>
<<if $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel>>
$arcologies[0].name is passionately enthusiastic about young women.
<<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.6>>
$arcologies[0].name is enthusiastic about young women.
<<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.3>>
$arcologies[0].name is beginning to be enthusiastic about young women.
<<else>>
$arcologies[0].name is unconvinced about your preference for young women.
<</if>>
<<if $arcologies[0].FSYouthPreferentialist < 0>>
<<set $arcologies[0].FSYouthPreferentialist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSYouthPreferentialistLaw = 0, $arcologies[0].FSYouthPreferentialistSMR = 0>>
<<if $assistantFSAppearance == "youth preferentialist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSYouthPreferentialist > $arcologies[0].FSYouthPreferentialistDecoration>>
<<set $arcologies[0].FSYouthPreferentialist = $arcologies[0].FSYouthPreferentialistDecoration>>
<</if>>
<<if $arcologies[0].FSYouthPreferentialistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSYouthPreferentialist == $arcologies[0].FSYouthPreferentialistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSYouthPreferentialistSMR == 1>>
<<set $arcologies[0].FSYouthPreferentialist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
<<if $arcologies[0].FSSlimnessEnthusiast >= $FSLockinLevel>>
$arcologies[0].name is passionately enthusiastic about slim slaves with girlish figures.
<<elseif $arcologies[0].FSSlimnessEnthusiast >= $FSLockinLevel*0.6>>
$arcologies[0].name is very enthusiastic about slim slaves with girlish figures.
<<elseif $arcologies[0].FSSlimnessEnthusiast >= $FSLockinLevel*0.3>>
$arcologies[0].name is enthusiastic about slim slaves with girlish figures.
<<else>>
$arcologies[0].name is unconvinced about your preference for slim slaves with girlish figures.
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast < 0>>
<<set $arcologies[0].FSSlimnessEnthusiast = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSSlimnessEnthusiastSMR = 0, $arcologies[0].FSSlimnessEnthusiastLaw = 0>>
<<if $assistantFSAppearance == "slimness enthusiast">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSSlimnessEnthusiast > $arcologies[0].FSSlimnessEnthusiastDecoration>>
<<set $arcologies[0].FSSlimnessEnthusiast = $arcologies[0].FSSlimnessEnthusiastDecoration>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiastDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSSlimnessEnthusiast == $arcologies[0].FSSlimnessEnthusiastDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSSlimnessEnthusiastSMR == 1>>
<<set $arcologies[0].FSSlimnessEnthusiast += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSAssetExpansionist != "unset">>
<<if $arcologies[0].FSAssetExpansionist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all tits and asses should be bigger.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSAssetExpansionist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that all tits and asses should be bigger.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSAssetExpansionist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all tits and asses should be bigger.
<<else>>
$arcologies[0].name is unconvinced that all tits and asses should be bigger.
<</if>>
<<if $arcologies[0].FSAssetExpansionist < 0>>
<<set $arcologies[0].FSAssetExpansionist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSAssetExpansionistSMR = 0, $arcologies[0].FSAssetExpansionistLaw = 0>>
<<if $assistantFSAppearance == "asset expansionist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSAssetExpansionist > $arcologies[0].FSAssetExpansionistDecoration>>
<<set $arcologies[0].FSAssetExpansionist = $arcologies[0].FSAssetExpansionistDecoration>>
<</if>>
<<if $arcologies[0].FSAssetExpansionistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSAssetExpansionist == $arcologies[0].FSAssetExpansionistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSAssetExpansionistSMR == 1>>
<<set $arcologies[0].FSAssetExpansionist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<<if $arcologies[0].FSPastoralist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that slaves should be milked.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSPastoralist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that slaves should be milked.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSPastoralist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that slaves should be milked.
<<else>>
$arcologies[0].name is unconvinced that slaves should be milked.
<</if>>
<<if $arcologies[0].FSPastoralist < 0>>
<<set $arcologies[0].FSPastoralist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSPastoralistLaw = 0, $arcologies[0].FSPastoralistSMR = 0>>
<<if $assistantFSAppearance == "pastoralist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSPastoralist > $arcologies[0].FSPastoralistDecoration>>
<<set $arcologies[0].FSPastoralist = $arcologies[0].FSPastoralistDecoration>>
<</if>>
<<if $arcologies[0].FSPastoralistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSPastoralist == $arcologies[0].FSPastoralistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSPastoralistSMR == 1>>
<<set $arcologies[0].FSPastoralist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<if $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all slaves should be tall and strong.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that all slaves should be tall and strong.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all slaves should be tall and strong.
<<else>>
$arcologies[0].name is unconvinced that all slaves should be tall and strong.
<</if>>
<<if $arcologies[0].FSPhysicalIdealist < 0>>
<<set $arcologies[0].FSPhysicalIdealist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSPhysicalIdealistSMR = 0, $arcologies[0].FSPhysicalIdealistLaw = 0, $arcologies[0].FSPhysicalIdealistStrongFat = 0>>
<<if $assistantFSAppearance == "physical idealist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSPhysicalIdealist > $arcologies[0].FSPhysicalIdealistDecoration>>
<<set $arcologies[0].FSPhysicalIdealist = $arcologies[0].FSPhysicalIdealistDecoration>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSPhysicalIdealist == $arcologies[0].FSPhysicalIdealistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSPhysicalIdealistSMR == 1>>
<<set $arcologies[0].FSPhysicalIdealist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSHedonisticDecadence != "unset">>
<<if $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all slaves should be soft and laid-back.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that all slaves should be soft and laid-back.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all slaves should be soft and laid-back.
<<else>>
$arcologies[0].name is unconvinced that all slaves should be soft and laid-back.
<</if>>
<<if $arcologies[0].FSHedonisticDecadence < 0>>
<<set $arcologies[0].FSHedonisticDecadence = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSHedonisticDecadenceSMR = 0, $arcologies[0].FSHedonisticDecadenceLaw = 0, $arcologies[0].FSHedonisticDecadenceLaw2 = 0, $arcologies[0].FSHedonisticDecadenceStrongFat = 0>>
<<if $assistantFSAppearance == "hedonistic decadence">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSHedonisticDecadence > $arcologies[0].FSHedonisticDecadenceDecoration>>
<<set $arcologies[0].FSHedonisticDecadence = $arcologies[0].FSHedonisticDecadenceDecoration>>
<</if>>
<<if $arcologies[0].FSHedonisticDecadenceDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSHedonisticDecadence == $arcologies[0].FSHedonisticDecadenceDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSHedonisticSMR == 1>>
<<set $arcologies[0].FSHedonisticDecadence += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
<<if $arcologies[0].FSChattelReligionist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in a version of religion that emphasizes slaveholding traditions.
<<set $independenceDay = 1, $nicaeaAnnounceable = 1>>
<<elseif $arcologies[0].FSChattelReligionist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with a version of religion that emphasizes slaveholding traditions.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSChattelReligionist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to a version of religion that emphasizes slaveholding traditions.
<<else>>
$arcologies[0].name is unconvinced of a version of religion that emphasizes slaveholding traditions.
<</if>>
<<if $arcologies[0].FSChattelReligionist < 0>>
<<set $arcologies[0].FSChattelReligionist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSChattelReligionistLaw = 0, $arcologies[0].FSChattelReligionistSMR = 0, $arcologies[0].FSChattelReligionistCreed = 0>>
<<if $assistantFSAppearance == "chattel religionist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSChattelReligionist > $arcologies[0].FSChattelReligionistDecoration>>
<<set $arcologies[0].FSChattelReligionist = $arcologies[0].FSChattelReligionistDecoration>>
<</if>>
<<if $arcologies[0].FSChattelReligionistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSChattelReligionist == $arcologies[0].FSChattelReligionistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSChattelReligionistSMR == 1>>
<<set $arcologies[0].FSChattelReligionist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<if $arcologies[0].FSRomanRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the new Rome.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSRomanRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new Rome.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSRomanRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new Rome.
<<else>>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new Rome.
<</if>>
<<if $arcologies[0].FSRomanRevivalist < 0>>
<<set $arcologies[0].FSRomanRevivalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSRomanRevivalistLaw = 0, $arcologies[0].FSRomanRevivalistSMR = 0>>
<<if $assistantFSAppearance == "roman revivalist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSRomanRevivalist > $arcologies[0].FSRomanRevivalistDecoration>>
<<set $arcologies[0].FSRomanRevivalist = $arcologies[0].FSRomanRevivalistDecoration>>
<</if>>
<<if $arcologies[0].FSRomanRevivalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSRomanRevivalist == $arcologies[0].FSRomanRevivalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSRomanRevivalistSMR == 1>>
<<set $arcologies[0].FSRomanRevivalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSAztecRevivalist != "unset">>
<<if $arcologies[0].FSAztecRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the new Aztec Empire.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSAztecRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new Aztec Empire.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSAztecRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new Aztec Empire.
<<else>>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new Aztec Empire.
<</if>>
<<if $arcologies[0].FSAztecRevivalist < 0>>
<<set $arcologies[0].FSAztecRevivalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSAztecRevivalistSMR = 0, $arcologies[0].FSAztecRevivalistLaw = 0>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSAztecRevivalist > $arcologies[0].FSAztecRevivalistDecoration>>
<<set $arcologies[0].FSAztecRevivalist = $arcologies[0].FSAztecRevivalistDecoration>>
<</if>>
<<if $arcologies[0].FSAztecRevivalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSAztecRevivalist == $arcologies[0].FSAztecRevivalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSAztecRevivalistSMR == 1>>
<<set $arcologies[0].FSAztecRevivalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
<<if $arcologies[0].FSEgyptianRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the land of the Pharaohs, reborn.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSEgyptianRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new land of the Pharaohs.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSEgyptianRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new land of the Pharaohs.
<<else>>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new land of the Pharaohs.
<</if>>
<<if $arcologies[0].FSEgyptianRevivalist < 0>>
<<set $arcologies[0].FSEgyptianRevivalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSEgyptianRevivalistLaw = 0, $arcologies[0].FSEgyptianRevivalistSMR = 0>>
<<if $assistantFSAppearance == "egyptian revivalist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSEgyptianRevivalist > $arcologies[0].FSEgyptianRevivalistDecoration>>
<<set $arcologies[0].FSEgyptianRevivalist = $arcologies[0].FSEgyptianRevivalistDecoration>>
<</if>>
<<if $arcologies[0].FSEgyptianRevivalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSEgyptianRevivalist == $arcologies[0].FSEgyptianRevivalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSEgyptianRevivalistSMR == 1>>
<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSEdoRevivalist != "unset">>
<<if $arcologies[0].FSEdoRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the land of the Shogun, reborn.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSEdoRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new Edo Japan.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSEdoRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new Edo Japan.
<<else>>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new Edo Japan.
<</if>>
<<if $arcologies[0].FSEdoRevivalist < 0>>
<<set $arcologies[0].FSEdoRevivalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSEdoRevivalistLaw = 0, $arcologies[0].FSEdoRevivalistSMR = 0>>
<<if $assistantFSAppearance == "edo revivalist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSEdoRevivalist > $arcologies[0].FSEdoRevivalistDecoration>>
<<set $arcologies[0].FSEdoRevivalist = $arcologies[0].FSEdoRevivalistDecoration>>
<</if>>
<<if $arcologies[0].FSEdoRevivalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSEdoRevivalist == $arcologies[0].FSEdoRevivalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSEdoRevivalistSMR == 1>>
<<set $arcologies[0].FSEdoRevivalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSArabianRevivalist != "unset">>
<<if $arcologies[0].FSArabianRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is ancient Baghdad reborn.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSArabianRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new Sultanate.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSArabianRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new Sultanate.
<<else>>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new Sultanate.
<</if>>
<<if $arcologies[0].FSArabianRevivalist < 0>>
<<set $arcologies[0].FSArabianRevivalist = "unset">><<set $FSCredits += 1>>
<<set $arcologies[0].FSArabianRevivalistLaw = 0, $arcologies[0].FSArabianRevivalistSMR = 0>>
<<if $assistantFSAppearance == "arabian revivalist">><<set $assistantFSAppearance = "default">><</if>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSArabianRevivalist > $arcologies[0].FSArabianRevivalistDecoration>>
<<set $arcologies[0].FSArabianRevivalist = $arcologies[0].FSArabianRevivalistDecoration>>
<</if>>
<<if $arcologies[0].FSArabianRevivalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSArabianRevivalist == $arcologies[0].FSArabianRevivalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSArabianRevivalistSMR == 1>>
<<set $arcologies[0].FSArabianRevivalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSChineseRevivalist != "unset">>
<<if $arcologies[0].FSChineseRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that you possess the Mandate of Heaven.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your pursuit of the Mandate of Heaven.
<<set $independenceDay = 1>>
<<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your pursuit of the Mandate of Heaven.
<<else>>
$arcologies[0].name is unconvinced of the wisdom of your pursuit of the Mandate of Heaven.
<</if>>
<<if $arcologies[0].FSChineseRevivalist < 0>>
<<set $arcologies[0].FSChineseRevivalist = "unset">><<set $FSCredits += 1>>
<<if $assistantFSAppearance == "chinese revivalist">><<set $assistantFSAppearance = "default">><</if>>
<<set $arcologies[0].FSChineseRevivalistLaw = 0, $arcologies[0].FSChineseRevivalistSMR = 0>>
<<ClearFacilityDecorations>>
@@.red;Your future society project has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
<<elseif $arcologies[0].FSChineseRevivalist > $arcologies[0].FSChineseRevivalistDecoration>>
<<set $arcologies[0].FSChineseRevivalist = $arcologies[0].FSChineseRevivalistDecoration>>
<</if>>
<<if $arcologies[0].FSChineseRevivalistDecoration < $FSLockinLevel>>
<<if $arcologies[0].FSChineseRevivalist == $arcologies[0].FSChineseRevivalistDecoration>>
@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
<<elseif $arcologies[0].FSChineseRevivalistSMR == 1>>
<<set $arcologies[0].FSChineseRevivalist += 0.1*$FSSingleSlaveRep>>
<</if>>
<</if>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/fsDevelopments.tw
|
tw
|
bsd-3-clause
| 78,311 |
:: Full Report [nobr]
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef medImg">
<<SlaveArt $slaves[$i] 2 0>>
</div>
<</if>>
/* 000-250-006 */
<<setLocalPronouns $slaves[$i]>>
<<switch $slaves[$i].assignment>>
<<case "rest">>
<<= saRest($slaves[$i])>>
<<case "whore">>
<<include "SA whore">>
<<case "serve the public">>
<<include "SA serve the public">>
<<case "work a glory hole">>
<<include "SA work a glory hole">>
<<case "get milked">>
<<set $servantMilkersMultiplier = 1>>
<<include "SA get milked">>
<<case "take classes">>
<<include "SA take classes">>
<<case "please you">>
<<include "SA please you">>
<<case "be a subordinate slave">>
<<include "SA serve your other slaves">>
<<case "be a servant">>
<<= saServant($slaves[$i])>>
<<case "stay confined">>
<<= saStayConfined($slaves[$i])>>
<<case "guard you">>
<<include "SA guard you">>
<<case "be your Head Girl">>
<<include "SA be your Head Girl">>
<<case "recruit girls">>
<<include "SA recruit girls">>
<<default>>
<<= removeJob($slaves[$i], $slaves[$i].assignment)>>
<<= saRest($slaves[$i])>>
<</switch>>
<<if $servantMilkers == 1 && $slaves[$i].lactation > 0 && $slaves[$i].assignment != "get milked">>
$His assignment
<<if setup.servantMilkersJobs.includes($slaves[$i].assignment)>>
is not strenuous, so $he <<if $slaves[$i].devotion > 20>><<if $slaves[$i].fetish == "boobs">>eagerly <</if>>uses<<elseif $slaves[$i].devotion >= -20>>is required to use<<else>>is forced to use<</if>> the penthouse milkers frequently,
<<set $servantMilkersMultiplier = 0.5>>
<<else>>
keeps $him busy, but $he <<if $slaves[$i].devotion > 20>><<if $slaves[$i].fetish == "boobs">>eagerly <</if>>uses<<elseif $slaves[$i].devotion >= -20>>is required to use<<else>>is forced to use<</if>> the penthouse milkers whenever $he can,
<<set $servantMilkersMultiplier = 0.25>>
<</if>>
<<silently>><<include "SA get milked">><</silently>>
<<set $servantMilkersMultiplier = 1>>
and $he gives $milk liters of milk over the week, which is sold for @@.yellowgreen;<<print cashFormat($milkSale)>>.@@
<</if>>
<br>
<<if $slaves[$i].minorInjury != 0>>
$His $slaves[$i].minorInjury will heal by the end of the week.
<</if>>
<<if $showEWD == 0>>
<<silently>>
<<include "SA rules">>
<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<</silently>>
<<else>>
<<include "SA rules">>
<<= saChoosesOwnClothes($slaves[$i])>>
<<include "SA diet">>
<<include "SA long term effects">>
<<include "SA drugs">>
<<include "SA relationships">>
<<include "SA rivalries">>
<br>
<</if>>
<<if Array.isArray($personalAttention) && $personalAttention.findIndex(function(s) { return s.ID == $slaves[$i].ID; }) != -1>>
<<set $activeSlave = $slaves[$i]>>
<<include "PT Workaround">>
<br>
<</if>>
<<for _hgtsidx = 0; _hgtsidx < $HGTrainSlavesIDs.length; _hgtsidx++>>
<<if $slaves[$i].ID == $HGTrainSlavesIDs[_hgtsidx].ID>>
<<set $activeSlave = $slaves[$i], $HGtraining = $HGTrainSlavesIDs[_hgtsidx].training>>
<<include "HG Application">>
<br>
<</if>>
<</for>>
<<include "SA devotion">>
|
amomynous0/fc
|
src/uncategorized/fullReport.tw
|
tw
|
bsd-3-clause
| 3,254 |
:: Future Society [nobr]
<<set $nextButton = "Back", $nextLink = "Main", $showEncyclopedia = 1, $encyclopedia = "Future Societies">>
<<if ndef $arcologies[0].FSSubjugationist>>
<<set $arcologies[0].FSSubjugationist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSSupremacist>>
<<set $arcologies[0].FSSupremacist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSRepopulationFocus>>
<<set $arcologies[0].FSRepopulationFocus = "unset">>
<</if>>
<<if ndef $arcologies[0].FSRestart>>
<<set $arcologies[0].FSRestart = "unset">>
<</if>>
<<if ndef $arcologies[0].FSGenderRadicalist>>
<<set $arcologies[0].FSGenderRadicalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSGenderFundamentalist>>
<<set $arcologies[0].FSGenderFundamentalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSPaternalist>>
<<set $arcologies[0].FSPaternalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSDegradationist>>
<<set $arcologies[0].FSDegradationist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSBodyPurist>>
<<set $arcologies[0].FSBodyPurist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSTransformationFetishist>>
<<set $arcologies[0].FSTransformationFetishist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSYouthPreferentialist>>
<<set $arcologies[0].FSYouthPreferentialist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSMaturityPreferentialist>>
<<set $arcologies[0].FSMaturityPreferentialist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSSlimnessEnthusiast>>
<<set $arcologies[0].FSSlimnessEnthusiast = "unset">>
<</if>>
<<if ndef $arcologies[0].FSAssetExpansionist>>
<<set $arcologies[0].FSAssetExpansionist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSPastoralist>>
<<set $arcologies[0].FSPastoralist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSCummunism>>
<<set $arcologies[0].FSCummunism = "unset">>
<</if>>
<<if ndef $arcologies[0].FSIncestFetishist>>
<<set $arcologies[0].FSIncestFetishist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSPhysicalIdealist>>
<<set $arcologies[0].FSPhysicalIdealist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSHedonisticDecadence>>
<<set $arcologies[0].FSHedonisticDecadence = "unset">>
<</if>>
<<if ndef $arcologies[0].FSChattelReligionist>>
<<set $arcologies[0].FSChattelReligionist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSNull>>
<<set $arcologies[0].FSNull = "unset">>
<</if>>
<<if ndef $arcologies[0].FSRomanRevivalist>>
<<set $arcologies[0].FSRomanRevivalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSAztecRevivalist>>
<<set $arcologies[0].FSAztecRevivalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSEgyptianRevivalist>>
<<set $arcologies[0].FSEgyptianRevivalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSEdoRevivalist>>
<<set $arcologies[0].FSEdoRevivalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSArabianRevivalist>>
<<set $arcologies[0].FSArabianRevivalist = "unset">>
<</if>>
<<if ndef $arcologies[0].FSChineseRevivalist>>
<<set $arcologies[0].FSChineseRevivalist = "unset">>
<</if>>
<<if ndef $FSCreditCountString>>
<<if $FSCreditCount == 7>>
<<set $FSCreditCountString = "seven">>
<<elseif $FSCreditCount == 6>>
<<set $FSCreditCountString = "six">>
<<elseif $FSCreditCount == 5>>
<<set $FSCreditCountString = "five">>
<<else>>
<<set $FSCreditCountString = "four">>
<</if>>
<</if>>
/* FIRST FS STORING FOR RIVALRY */
<<if $rivalryFS == 0>>
<<if $arcologies[0].FSSubjugationist != "unset">>
<<set $rivalryFS = "Racial Subjugationism">>
<<set $rivalryFSRace = $arcologies[0].FSSubjugationistRace>>
<</if>>
<<if $arcologies[0].FSSupremacist != "unset">>
<<set $rivalryFS = "Racial Supremacism">>
<<set $rivalryFSRace = $arcologies[0].FSSupremacistRace>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist != "unset">>
<<set $rivalryFS = "Gender Radicalism">>
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
<<set $rivalryFS = "Gender Fundamentalism">>
<</if>>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<<set $rivalryFS = "Repopulation Focus">>
<<elseif $arcologies[0].FSRestart != "unset">>
<<set $rivalryFS = "Eugenics">>
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
<<set $rivalryFS = "Paternalism">>
<<elseif $arcologies[0].FSDegradationist != "unset">>
<<set $rivalryFS = "Degradationism">>
<</if>>
<<if $arcologies[0].FSBodyPurist != "unset">>
<<set $rivalryFS = "Body Purism">>
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
<<set $rivalryFS = "Transformation Fetishism">>
<</if>>
<<if $arcologies[0].FSYouthPreferentialist != "unset">>
<<set $rivalryFS = "Youth Preferentialism">>
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
<<set $rivalryFS = "Maturity Preferentialism">>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
<<set $rivalryFS = "Slimness Enthusiasm">>
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
<<set $rivalryFS = "Asset Expansionism">>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<<set $rivalryFS = "Pastoralism">>
<<elseif $arcologies[0].FSCummunism != "unset">>
<<set $rivalryFS = "Cummunism">>
<</if>>
<<if $arcologies[0].FSHedonisticDecadence != "unset">>
<<set $rivalryFS = "Hedonistic Decadence">>
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
<<set $rivalryFS = "Physical Idealism">>
<</if>>
<<if $arcologies[0].FSChattelReligionist != "unset">>
<<set $rivalryFS = "Chattel Religionism">>
<<elseif $arcologies[0].FSNull != "unset">>
<<set $rivalryFS = "Multiculturalism">>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<set $rivalryFS = "Roman Revivalism">>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
<<set $rivalryFS = "Aztec Revivalism">>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
<<set $rivalryFS = "Egyptian Revivalism">>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
<<set $rivalryFS = "Edo Revivalism">>
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
<<set $rivalryFS = "Arabian Revivalism">>
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
<<set $rivalryFS = "Chinese Revivalism">>
<</if>>
<</if>>
<<if $cheatMode == 1>>
<center>
//[[Cheat Edit Future Society|MOD_Edit FS Cheat][$cheater = 1]]//
</center>
<br><br>
<</if>>
<<if $FSCredits > 0>>
@@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
<<elseif $FSGotRepCredits >= 3>>
Your society is so radically changed that it is starting to take on a life of its own. The major decisions about its direction have been made.
<<else>>
You must develop your reputation further for $arcologies[0].name's society to be ready for a new societal direction.
<</if>>
<<if $arcologies[0].FSSupremacist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in $arcologies[0].FSSupremacistRace superiority.
<<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with $arcologies[0].FSSupremacistRace superiority.
<<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to $arcologies[0].FSSupremacistRace superiority.
<<elseif $arcologies[0].FSSupremacist != "unset">>
$arcologies[0].name is unconvinced of $arcologies[0].FSSupremacistRace superiority.
<</if>>
<<if $arcologies[0].FSSubjugationist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the inferiority of $arcologies[0].FSSubjugationistRace people.
<<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the inferiority of $arcologies[0].FSSubjugationistRace people.
<<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the inferiority of $arcologies[0].FSSubjugationistRace people.
<<elseif $arcologies[0].FSSubjugationist != "unset">>
$arcologies[0].name is unconvinced of the inferiority of $arcologies[0].FSSubjugationistRace people.
<</if>>
<<if $arcologies[0].FSRepopulationFocus >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all women should be pregnant.
<<elseif $arcologies[0].FSRepopulationFocus >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly that all women should be pregnant.
<<elseif $arcologies[0].FSRepopulationFocus >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all women should be pregnant.
<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
$arcologies[0].name is unconvinced that all women should be pregnant.
<</if>>
<<if $arcologies[0].FSRestart >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that only the elite should reproduce.
<<elseif $arcologies[0].FSRestart >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly that only the elite should reproduce.
<<elseif $arcologies[0].FSRestart >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea only the elite should reproduce.
<<elseif $arcologies[0].FSRestart != "unset">>
$arcologies[0].name is unconvinced that only the elite should reproduce.
<</if>>
<<if $arcologies[0].FSGenderRadicalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the need to redefine gender around power.
<<elseif $arcologies[0].FSGenderRadicalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the need to redefine gender around power.
<<elseif $arcologies[0].FSGenderRadicalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the need to redefine gender around power.
<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
$arcologies[0].name is unconvinced of the need to redefine gender around power.
<</if>>
<<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the need to preserve traditional gender roles.
<<elseif $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the need to preserve traditional gender roles.
<<elseif $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the need to preserve traditional gender roles.
<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
$arcologies[0].name is unconvinced of the need to preserve traditional gender roles.
<</if>>
<<if $arcologies[0].FSPaternalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSPaternalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSPaternalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the vision of a well-bred race of slaves.
<<elseif $arcologies[0].FSPaternalist != "unset">>
$arcologies[0].name is unconvinced of the vision of a well-bred race of slaves.
<</if>>
<<if $arcologies[0].FSDegradationist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSDegradationist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSDegradationist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the proposition that slaves are not human and should be thoroughly degraded.
<<elseif $arcologies[0].FSDegradationist != "unset">>
$arcologies[0].name is unconvinced that slaves are not human and should be thoroughly degraded.
<</if>>
<<if $arcologies[0].FSBodyPurist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in the unattractive nature of implants.
<<elseif $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the unattractive nature of implants.
<<elseif $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the unattractive nature of implants.
<<elseif $arcologies[0].FSBodyPurist != "unset">>
$arcologies[0].name is unconvinced of the unattractive nature of implants.
<</if>>
<<if $arcologies[0].FSTransformationFetishist >= $FSLockinLevel>>
$arcologies[0].name passionately fetishizes implants.
<<elseif $arcologies[0].FSTransformationFetishist >= $FSLockinLevel*0.6>>
$arcologies[0].name strongly fetishizes implants.
<<elseif $arcologies[0].FSTransformationFetishist >= $FSLockinLevel*0.3>>
$arcologies[0].name fetishizes implants.
<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
$arcologies[0].name is beginning to fetishize implants.
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel>>
$arcologies[0].name is passionately enthusiastic for older ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.6>>
$arcologies[0].name is very enthusiastic for older ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.3>>
$arcologies[0].name is enthusiastic for older ladies.
<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
$arcologies[0].name is beginning to be enthusiastic for older ladies.
<</if>>
<<if $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel>>
$arcologies[0].name is passionately enthusiastic for young women.
<<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.6>>
$arcologies[0].name is very enthusiastic for young women.
<<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.3>>
$arcologies[0].name is enthusiastic for young women.
<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
$arcologies[0].name is beginning to be enthusiastic for young women.
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast >= $FSLockinLevel>>
$arcologies[0].name is passionately enthusiastic about slim slaves with girlish figures.
<<elseif $arcologies[0].FSSlimnessEnthusiast >= $FSLockinLevel*0.6>>
$arcologies[0].name is very enthusiastic about slim slaves with girlish figures.
<<elseif $arcologies[0].FSSlimnessEnthusiast >= $FSLockinLevel*0.3>>
$arcologies[0].name is enthusiastic about slim slaves with girlish figures.
<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
$arcologies[0].name is beginning to be enthusiastic about slim slaves with girlish figures.
<</if>>
<<if $arcologies[0].FSAssetExpansionist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all tits and asses should be bigger.
<<elseif $arcologies[0].FSAssetExpansionist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that all tits and asses should be bigger.
<<elseif $arcologies[0].FSAssetExpansionist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all tits and asses should be bigger.
<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
$arcologies[0].name is unconvinced that all tits and asses should be bigger.
<</if>>
<<if $arcologies[0].FSPastoralist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that slaves should be milked.
<<elseif $arcologies[0].FSPastoralist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that slaves should be milked.
<<elseif $arcologies[0].FSPastoralist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that slaves should be milked.
<<elseif $arcologies[0].FSPastoralist != "unset">>
$arcologies[0].name is unconvinced that slaves should be milked.
<</if>>
<<if $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all slaves should be tall and strong.
<<elseif $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that all slaves should be tall and strong.
<<elseif $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all slaves should be tall and strong.
<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
$arcologies[0].name is unconvinced that all slaves should be tall and strong.
<</if>>
<<if $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that all slaves should be soft and laid-back.
<<elseif $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with the idea that all slaves should be soft and laid-back.
<<elseif $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to the idea that all slaves should be soft and laid-back.
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
$arcologies[0].name is unconvinced that all slaves should be soft and laid-back.
<</if>>
<<if $arcologies[0].FSChattelReligionist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly in a version of religion that emphasizes slaveholding traditions.
<<elseif $arcologies[0].FSChattelReligionist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with a version of religion that emphasizes slaveholding traditions.
<<elseif $arcologies[0].FSChattelReligionist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to a version of religion that emphasizes slaveholding traditions.
<<elseif $arcologies[0].FSChattelReligionist != "unset">>
$arcologies[0].name is unconvinced of a version of religion that emphasizes slaveholding traditions.
<</if>>
<<if $arcologies[0].FSNull >= $FSLockinLevel>>
$arcologies[0].name is committed to affording its citizens absolute cultural freedom.
<<elseif $arcologies[0].FSNull >= $FSLockinLevel*0.75>>
$arcologies[0].name is committed to affording its citizens great cultural freedom.
<<elseif $arcologies[0].FSNull >= $FSLockinLevel*0.5>>
$arcologies[0].name is committed to affording its citizens considerable cultural freedom.
<<elseif $arcologies[0].FSNull != "unset">>
$arcologies[0].name is committed to affording its citizens basic cultural freedom.
<</if>>
<<if $arcologies[0].FSRomanRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the new Rome.
<<elseif $arcologies[0].FSRomanRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build the new Rome.
<<elseif $arcologies[0].FSRomanRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build the new Rome.
<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
$arcologies[0].name is unconvinced of the wisdom of your project to build the new Rome.
<</if>>
<<if $arcologies[0].FSAztecRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the new Aztec Empire.
<<elseif $arcologies[0].FSAztecRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build the new Aztec Empire.
<<elseif $arcologies[0].FSAztecRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build the new Aztec Empire.
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
$arcologies[0].name is unconvinced of the wisdom of your project to build the new Aztec Empire.
<</if>>
<<if $arcologies[0].FSEgyptianRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the land of the Pharaohs, reborn.
<<elseif $arcologies[0].FSEgyptianRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new land of the Pharaohs.
<<elseif $arcologies[0].FSEgyptianRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new land of the Pharaohs.
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new land of the Pharaohs.
<</if>>
<<if $arcologies[0].FSEdoRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is the land of the Shogun, reborn.
<<elseif $arcologies[0].FSEdoRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new Edo Japan.
<<elseif $arcologies[0].FSEdoRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new Edo Japan.
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new Edo Japan.
<</if>>
<<if $arcologies[0].FSArabianRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that it is ancient Baghdad reborn.
<<elseif $arcologies[0].FSArabianRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your project to build a new Sultanate.
<<elseif $arcologies[0].FSArabianRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your project to build a new Sultanate.
<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
$arcologies[0].name is unconvinced of the wisdom of your project to build a new Sultanate.
<</if>>
<<if $arcologies[0].FSChineseRevivalist >= $FSLockinLevel>>
$arcologies[0].name believes implicitly that possesses the Mandate of Heaven.
<<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.6>>
$arcologies[0].name agrees strongly with your pursuit of the Mandate of Heaven.
<<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.3>>
$arcologies[0].name is sympathetic to your pursuit of the Mandate of Heaven.
<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
$arcologies[0].name is unconvinced of the wisdom of your pursuit of the Mandate of Heaven.
<</if>>
You have unlocked
<<if ($FSGotRepCredits == 7)>>
__seven of <<print $FSCreditCountString>>__
<<elseif ($FSGotRepCredits == 6)>>
__six of <<print $FSCreditCountString>>__
<<elseif ($FSGotRepCredits == 5)>>
__five of <<print $FSCreditCountString>>__
<<elseif ($FSGotRepCredits == 4)>>
__four of <<print $FSCreditCountString>>__
<<elseif ($FSGotRepCredits == 3)>>
__three of <<print $FSCreditCountString>>__
<<elseif ($FSGotRepCredits == 2)>>
__two of <<print $FSCreditCountString>>__
<<else>>
__one of <<print $FSCreditCountString>>__
<</if>>
possible societal customizations.
/*
You are spending <<print cashFormat($FSSpending)>> each week to support your societal goals.
<<if $FSSpending > 900>>
[[Decrease|Future Society][$FSSpending -= 1000]] |
<<else>>
Decrease |
<</if>>
<<if $FSSpending < 10000>>
<<link "Increase">><<set $FSSpending += 1000>><<goto "Future Society">><</link>>
<<else>>
Increase
<</if>>
*/
<<if $FSSpending > 10000>><<set _warn = 1>><</if>>
<<set $FSSpending = Number($FSSpending) || 0>>
<<set $FSSpending = Math.clamp(Math.ceil($FSSpending/1000)*1000, 0, 10000)>>
<br>You are spending ¤<<textbox "_newFSSpending" $FSSpending>> each week to support your societal goals. [[Save changes|Future Society][$FSSpending = Number(_newFSSpending) || 0]]
<<if _warn>><br>//Spending more than <<print cashFormat(10000)>> weekly would be counterproductive//<</if>>
<br>
<span id="mass">
<<if $arcologies[0].FSChattelReligionist != "unset">>
<br>
<<link "Give all your slaves devotional names">>
<<for _i = 0; _i < $slaves.length; _i++>>
<<set $slaves[_i].slaveName = setup.chattelReligionistSlaveNames.random()>>
<</for>>
<<replace "#mass">>
<br>Slaves renamed.<br>
<</replace>>
<</link>>
<br>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<br>
<<link "Give all your lactating slaves cow names">>
<<for _i = 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].lactation > 0>>
<<set $slaves[_i].slaveName = setup.cowSlaveNames.random()>>
<</if>>
<</for>>
<<replace "#mass">>
<br>Slaves renamed.<br>
<</replace>>
<</link>>
<br>
<</if>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<br>
<<link "Rename all your slaves according to Roman custom">>
<<for _i = 0; _i < $slaves.length; _i++>>
<<set $slaves[_i].slaveName = setup.romanSlaveNames.random(), $slaves[_i].slaveSurname = setup.romanSlaveSurnames.random()>>
<</for>>
<<replace "#mass">>
<br>Slaves renamed.<br>
<</replace>>
<</link>>
<br>
<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
<br>
<<link "Rename all your slaves according to ancient Aztec custom">>
<<for _i = 0; _i < $slaves.length; _i++>>
<<set $slaves[_i].slaveName = setup.aztecSlaveNames.random(), $slaves[_i].slaveSurname = 0>>
<</for>>
<<replace "#mass">>
<br>Slaves renamed.<br>
<</replace>>
<</link>>
<br>
<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
<br>
<<link "Rename all your slaves according to ancient Egyptian custom">>
<<for _i = 0; _i < $slaves.length; _i++>>
<<set $slaves[_i].slaveName = setup.ancientEgyptianSlaveNames.random(), $slaves[_i].slaveSurname = 0>>
<</for>>
<<replace "#mass">>
<br>Slaves renamed.<br>
<</replace>>
<</link>>
<br>
<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
<br>
<<link "Rename all your slaves according to feudal Japanese custom">>
<<for _i = 0; _i < $slaves.length; _i++>>
<<set $slaves[_i].slaveName = setup.edoSlaveNames.random(), $slaves[_i].slaveSurname = setup.edoSlaveSurnames.random()>>
<</for>>
<<replace "#mass">>
<br>Slaves renamed.<br>
<</replace>>
<</link>>
<br>
<</if>>
<<if $arcologies[0].FSDegradationist != "unset">>
<br>
<<link "Rename all your slaves according to Degradationist custom">>
<<for $i = 0; $i < $slaves.length; $i++>>
<<run DegradingName($slaves[$i])>>
<</for>>
<<replace "#mass">>
<br>Slaves renamed.<br>
<</replace>>
<</link>>
<br>
<</if>>
<<if $arcologies[0].FSPaternalist != "unset">>
<br>
<<link "Rename your obedient slaves according to Paternalist custom">>
<<for $i = 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].devotion > 20) || (($slaves[$i].devotion >= -20) && ($slaves[$i].trust < -20))>>
<<set $toSearch = $slaves[$i].slaveName>>
<<if ($toSearch.indexOf("Miss") == -1)>>
<<if ($toSearch.indexOf("Ms.") == -1)>>
<<if ($toSearch.indexOf("Mrs.") == -1)>>
<<if ($slaves[$i].relationship > 4)>>
/*
<<for $j = 0; $j < $slaves.length; $j++>>
<<if ($slaves[$i].relationshipTarget == $slaves[$j].ID)>>
<<set $slaves[$i].slaveName = ("Mrs. " + $slaves[$i].slaveName + " " + $slaves[$j].slaveName)>>
<</if>>
<</for>>
*/
<<set $slaves[$i].slaveName = ("Mrs. " + $slaves[$i].slaveName)>>
<<elseif ($slaves[$i].actualAge > 24)>>
<<set $slaves[$i].slaveName = ("Ms. " + $slaves[$i].slaveName)>>
<<else>>
<<set $slaves[$i].slaveName = ("Miss " + $slaves[$i].slaveName)>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<replace "#mass">>
<br>Obedient slaves renamed.<br>
<</replace>>
<</link>>
<br>
<</if>>
</span>
<<if $arcologies[0].FSSupremacist != "unset">>
<br>''You are pursuing'' $arcologies[0].FSSupremacistRace superiority. //<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSSupremacist = "unset", $arcologies[0].FSSupremacistDecoration = 20, $arcologies[0].FSSupremacistLawME = 0, $arcologies[0].FSSupremacistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "supremacist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSSupremacist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "succubus")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>[[Racial supremacism|Future Society][$arcologies[0].FSSupremacist = 4, $FSCredits -= 1]]: a belief in <<if $arcologies[0].FSSupremacistRace == 0>>the superiority of a chosen race<<else>>$arcologies[0].FSSupremacistRace superiority<</if>>.
<br> Select race:
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "white">>It is established that whites are inferior.<<elseif $arcologies[0].FSSupremacistRace != "white">>[[White|Future Society][$arcologies[0].FSSupremacistRace = "white"]]<<else>>White<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "asian">>It is established that asians are inferior.<<elseif $arcologies[0].FSSupremacistRace != "asian">>[[Asian|Future Society][$arcologies[0].FSSupremacistRace = "asian"]]<<else>>Asian<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "latina">>It is established that latinas are inferior.<<elseif $arcologies[0].FSSupremacistRace != "latina">>[[Latino|Future Society][$arcologies[0].FSSupremacistRace = "latina"]]<<else>>Latino<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "middle eastern">>It is established that middle easterners are inferior.<<elseif $arcologies[0].FSSupremacistRace != "middle eastern">>[[Middle Eastern|Future Society][$arcologies[0].FSSupremacistRace = "middle eastern"]]<<else>>Middle Eastern<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "black">>It is established that blacks are inferior.<<elseif $arcologies[0].FSSupremacistRace != "black">>[[Black|Future Society][$arcologies[0].FSSupremacistRace = "black"]]<<else>>Black<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "indo-aryan">>It is established that indo-aryans are inferior.<<elseif $arcologies[0].FSSupremacistRace != "indo-aryan">>[[Indo-Aryan|Future Society][$arcologies[0].FSSupremacistRace = "indo-aryan"]]<<else>>Indo-Aryan<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "amerindian">>It is established that amerindians are inferior.<<elseif $arcologies[0].FSSupremacistRace != "amerindian">>[[Amerindian|Future Society][$arcologies[0].FSSupremacistRace = "amerindian"]]<<else>>Amerindian<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "pacific islander">>It is established that pacific islanders are inferior.<<elseif $arcologies[0].FSSupremacistRace != "pacific islander">>[[Pacific Islander|Future Society][$arcologies[0].FSSupremacistRace = "pacific islander"]]<<else>>Pacific Islander<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "malay">>It is established that malay are inferior.<<elseif $arcologies[0].FSSupremacistRace != "malay">>[[Malay|Future Society][$arcologies[0].FSSupremacistRace = "malay"]]<<else>>Malay<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "southern european">>It is established that southern europeans are inferior.<<elseif $arcologies[0].FSSupremacistRace != "southern european">>[[Southern European|Future Society][$arcologies[0].FSSupremacistRace = "southern european"]]<<else>>Southern European<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "semitic">>It is established that semites are inferior.<<elseif $arcologies[0].FSSupremacistRace != "semitic">>[[Semitic|Future Society][$arcologies[0].FSSupremacistRace = "semitic"]]<<else>>Semitic<</if>> |
<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "mixed race">>It is established that those with mixed blood are inferior.<<elseif $arcologies[0].FSSupremacistRace != "mixed race">>[[Mixed Race|Future Society][$arcologies[0].FSSupremacistRace = "mixed race"]]<<else>>Mixed Race<</if>>
<<else>>
/*//''Racial supremacism'': a belief in the superiority of a chosen race.//*/
<</if>>
<</if>>
<<if $arcologies[0].FSSubjugationist != "unset">>
<br>''You are pursuing'' $arcologies[0].FSSubjugationistRace inferiority. //<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSSubjugationist = "unset", $arcologies[0].FSSubjugationistDecoration = 20, $arcologies[0].FSSubjugationistLawME = 0, $arcologies[0].FSSubjugationistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "subjugationist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSSubjugationist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "imp")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Racial subjugationism|Future Society][$arcologies[0].FSSubjugationist = 4, $FSCredits -= 1]]: a belief in <<if $arcologies[0].FSSubjugationistRace == 0>>the inferiority of a chosen race<<else>>$arcologies[0].FSSubjugationistRace inferiority<</if>>.
<br> Select race:
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "white">>It is established that whites are superior.<<elseif $arcologies[0].FSSubjugationistRace != "white">>[[White|Future Society][$arcologies[0].FSSubjugationistRace = "white"]]<<else>>White<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "asian">>It is established that asians are superior.<<elseif $arcologies[0].FSSubjugationistRace != "asian">>[[Asian|Future Society][$arcologies[0].FSSubjugationistRace = "asian"]]<<else>>Asian<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "latina">>It is established that latinas are superior.<<elseif $arcologies[0].FSSubjugationistRace != "latina">>[[Latino|Future Society][$arcologies[0].FSSubjugationistRace = "latina"]]<<else>>Latino<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "middle eastern">>It is established that middle easterners are superior.<<elseif $arcologies[0].FSSubjugationistRace != "middle eastern">>[[Middle Eastern|Future Society][$arcologies[0].FSSubjugationistRace = "middle eastern"]]<<else>>Middle Eastern<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "black">>It is established that blacks are superior.<<elseif $arcologies[0].FSSubjugationistRace != "black">>[[Black|Future Society][$arcologies[0].FSSubjugationistRace = "black"]]<<else>>Black<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "indo-aryan">>It is established that indo-aryans are superior.<<elseif $arcologies[0].FSSubjugationistRace != "indo-aryan">>[[Indo-Aryan|Future Society][$arcologies[0].FSSubjugationistRace = "indo-aryan"]]<<else>>Indo-Aryan<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "amerindian">>It is established that amerindians are superior.<<elseif $arcologies[0].FSSubjugationistRace != "amerindian">>[[Amerindian|Future Society][$arcologies[0].FSSubjugationistRace = "amerindian"]]<<else>>Amerindian<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "pacific islander">>It is established that pacific islanders are superior.<<elseif $arcologies[0].FSSubjugationistRace != "pacific islander">>[[Pacific Islander|Future Society][$arcologies[0].FSSubjugationistRace = "pacific islander"]]<<else>>Pacific Islander<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "malay">>It is established that malay are superior.<<elseif $arcologies[0].FSSubjugationistRace != "malay">>[[Malay|Future Society][$arcologies[0].FSSubjugationistRace = "malay"]]<<else>>Malay<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "southern european">>It is established that southern europeaners are superior.<<elseif $arcologies[0].FSSubjugationistRace != "southern european">>[[Southern European|Future Society][$arcologies[0].FSSubjugationistRace = "southern european"]]<<else>>Southern European<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "semitic">>It is established that semites are superior.<<elseif $arcologies[0].FSSubjugationistRace != "semitic">>[[Semitic|Future Society][$arcologies[0].FSSubjugationistRace = "semitic"]]<<else>>Semitic<</if>> |
<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "mixed race">>It is established that those with mixed blood are superior.<<elseif $arcologies[0].FSSubjugationistRace != "mixed race">>[[Mixed Race|Future Society][$arcologies[0].FSSubjugationistRace = "mixed race"]]<<else>>Mixed Race<</if>>
<<else>>
/*//''Racial subjugationism'': a belief in the inferiority of a subject race.//*/
<</if>>
<</if>>
<<if $seePreg != 0>>
<<if $arcologies[0].FSRestart == "unset">>
<<if $arcologies[0].FSRepopulationFocus != "unset">>
<br>''You are pursuing'' the belief that mass breeding will save humanity.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSRepopulationFocus = "unset", $arcologies[0].FSRepopulationFocusDecoration = 20, $arcologies[0].FSRepopulationFocusSMR = 0, $arcologies[0].FSRepopulationFocusLaw = 0, $FSCredits += 1>><<if $assistantFSAppearance == "repopulation focus">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSRepopulationFocus" "clothesBoughtMaternityLingerie" "clothesBoughtMaternityDress" "clothesBoughtBelly">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if ($FSCredits > 0)>>
<br>''''[[Repopulation Efforts|Future Society][$arcologies[0].FSRepopulationFocus = 4, $FSCredits -= 1]]: focus on mass breeding in order to repopulate the future world.
<<else>>
/*//''Repopulation Efforts'': societal fetishization of pregnancy.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSRepopulationFocus == "unset">>
<<if $arcologies[0].FSRestart != "unset">>
<<if $arcologies[0].FSRestartDecoration != 100>>
<br>''You are pursuing'' Eugenics.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSRestart = "unset", $arcologies[0].FSRestartDecoration = 20, $arcologies[0].FSRestartSMR = 0, $arcologies[0].FSRestartLaw = 0, $FSCredits += 1>><<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSRestart">>
<<else>>
<br>''You have established'' Eugenics.
<<if $eugenicsFullControl != 1>>
The Societal Elite will not permit you to abandon Eugenics.
<<else>>
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSRestart = "unset", $arcologies[0].FSRestartDecoration = 2, $arcologies[0].FSRestartSMR = 0, $arcologies[0].FSRestartLaw = 0, $propOutcome = 0, $FSCredits += 1>><<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//
<</if>>
<br>
<<FSChangeDecoration "FSRestart">>
The Societal Elite exist as the highest class, allowing you access to all manner of benefits
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "incubus") || ($assistantAppearance == "angel")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<</if>>
<<else>>
<<if ($FSCredits > 0)>>
<br>''''[[Eugenics|Future Society][$arcologies[0].FSRestart = 4, $FSCredits -= 1]]: rebuilding society using restrictive breeding programs reserved solely for society's finest.
<<else>>
/*//''Complete Societal Reconstruction'': rebuilding society based off the elite.//*/
<</if>>
<</if>>
<</if>>
<</if>>
<<if $seeDicks != 0 || $makeDicks == 1>>
<<if $arcologies[0].FSGenderFundamentalist == "unset">>
<<if $arcologies[0].FSGenderRadicalist != "unset">>
<br>''You are pursuing'' a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSGenderRadicalist = "unset", $arcologies[0].FSGenderRadicalistDecoration = 20, $arcologies[0].FSGenderRadicalistLawDicks = 0, $arcologies[0].FSGenderRadicalistLawFuta = 0, $arcologies[0].FSGenderRadicalistLawBeauty = 0, $arcologies[0].FSGenderRadicalistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "gender radicalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSGenderRadicalist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "shemale") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Gender radicalism|Future Society][$arcologies[0].FSGenderRadicalist = 4, $FSCredits -= 1]]: a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
<<else>>
/*//''Gender radicalism'': a radical redefinition of gender that identifies powerful people as male, and everyone else as female.//*/
<</if>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSGenderRadicalist == "unset">>
<<if $arcologies[0].FSGenderFundamentalist != "unset">>
<br>''You are pursuing'' gender traditionalism, including a societal preference for feminine slaves and support for slave pregnancy.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSGenderFundamentalist = "unset", $arcologies[0].FSGenderFundamentalistDecoration = 20, $arcologies[0].FSGenderFundamentalistSMR = 0, $arcologies[0].FSGenderFundamentalistLawBimbo = 0, $FSCredits += 1>><<if $assistantFSAppearance == "gender fundamentalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSGenderFundamentalist" "clothesBoughtBunny">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Gender traditionalism|Future Society][$arcologies[0].FSGenderFundamentalist = 4, $FSCredits -= 1]]: a societal preference for feminine slaves and support for slave pregnancy.
<<else>>
/*//''Gender traditionalism'': a societal preference for feminine slaves and support for slave pregnancy.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSDegradationist == "unset">>
<<if $arcologies[0].FSPaternalist != "unset">>
<br>''You are pursuing'' a vision of slave improvement, including slaves' health, mental well-being, and education.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSPaternalist = "unset", $arcologies[0].FSPaternalistDecoration = 20, $arcologies[0].FSPaternalistLaw = 0, $arcologies[0].FSPaternalistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "paternalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSPaternalist" "clothesBoughtConservative">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Paternalism|Future Society][$arcologies[0].FSPaternalist = 4, $FSCredits -= 1]]: a vision of slave improvement, including slaves' health, mental well-being, and education.
<<else>>
/*//''Paternalism'': a vision of slave improvement, including slaves' health, mental well-being, and education.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSPaternalist == "unset">>
<<if $arcologies[0].FSDegradationist != "unset">>
<br>''You are pursuing'' slave degradation, a belief that slaves are not human and should not be treated decently.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSDegradationist = "unset", $arcologies[0].FSDegradationistDecoration = 20, $arcologies[0].FSDegradationistLaw = 0, $arcologies[0].FSDegradationistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "degradationist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSDegradationist" "clothesBoughtChains">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "imp")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Degradationism|Future Society][$arcologies[0].FSDegradationist = 4, $FSCredits -= 1]]: a belief that slaves are not human and should not be treated decently.
<<else>>
/*//''Degradation'': a belief that slaves are not human and should not be treated decently.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSTransformationFetishist == "unset">>
<<if $arcologies[0].FSBodyPurist != "unset">>
<br>''You are pursuing'' societal disapproval of implant surgery.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSBodyPurist = "unset", $arcologies[0].FSBodyPuristDecoration = 20, $arcologies[0].FSBodyPuristLaw = 0, $arcologies[0].FSBodyPuristSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "body purist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSBodyPurist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Body Purism|Future Society][$arcologies[0].FSBodyPurist = 4, $FSCredits -= 1]]: societal disapproval of implant surgery.
<<else>>
/*//''Body Purism'': societal disapproval of implant surgery.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSBodyPurist == "unset">>
<<if $arcologies[0].FSTransformationFetishist != "unset">>
<br>''You are pursuing'' societal fetishization of implant surgery.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSTransformationFetishist = "unset", $arcologies[0].FSTransformationFetishistDecoration = 20, $arcologies[0].FSTransformationFetishistLaw = 0, $arcologies[0].FSTransformationFetishistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "transformation fetishist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSTransformationFetishist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if ($FSCredits > 0)>>
<br>''''[[Transformation Fetishism|Future Society][$arcologies[0].FSTransformationFetishist = 4, $FSCredits -= 1]]: societal fetishization of implant surgery.
<<else>>
/*//''Transformation Fetishism'': societal fetishization of implant surgery.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialist == "unset">>
<<if $arcologies[0].FSYouthPreferentialist != "unset">>
<br>''You are pursuing'' an accentuated societal preference for younger slaves.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSYouthPreferentialist = "unset", $arcologies[0].FSYouthPreferentialistDecoration = 20, $arcologies[0].FSYouthPreferentialistLaw = 0, $arcologies[0].FSYouthPreferentialistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "youth preferentialist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSYouthPreferentialist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Youth Preferentialism|Future Society][$arcologies[0].FSYouthPreferentialist = 4, $FSCredits -= 1]]: increased interest in girls just past their majority.
<<else>>
/*//''Youth Preferentialism'': increased interest in girls just past their majority.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSYouthPreferentialist == "unset">>
<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
<br>''You are pursuing'' a societal preference for older women.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSMaturityPreferentialist = "unset", $arcologies[0].FSMaturityPreferentialistDecoration = 20, $arcologies[0].FSMaturityPreferentialistLaw = 0, $arcologies[0].FSMaturityPreferentialistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "maturity preferentialist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSMaturityPreferentialist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "goddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Maturity Preferentialism|Future Society][$arcologies[0].FSMaturityPreferentialist = 4, $FSCredits -= 1]]: increased interest in mature slaves.
<<else>>
/*//''Maturity Preferentialism'': increased interest in mature slaves.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSAssetExpansionist == "unset">>
<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
<br>''You are supporting'' enthusiasm for slaves with girlish figures.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSSlimnessEnthusiast = "unset", $arcologies[0].FSSlimnessEnthusiastDecoration = 20, $arcologies[0].FSSlimnessEnthusiastSMR = 0, $arcologies[0].FSSlimnessEnthusiastLaw = 0, $FSCredits += 1>><<if $assistantFSAppearance == "slimness enthusiast">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSSlimnessEnthusiast">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "loli") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Slimness Enthusiasm|Future Society][$arcologies[0].FSSlimnessEnthusiast = 4, $FSCredits -= 1]]: a fashion for slaves with girlish figures.
<<else>>
/*//''Slimness Enthusiasm'': a fashion for slaves with girlish figures.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>
<<if $arcologies[0].FSAssetExpansionist != "unset">>
<br>''You are pursuing'' societal hunger for huge assets.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSAssetExpansionist = "unset", $arcologies[0].FSAssetExpansionistDecoration = 20, $arcologies[0].FSAssetExpansionistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "asset expansionist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSAssetExpansionist">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Asset Expansionism|Future Society][$arcologies[0].FSAssetExpansionist = 4, $FSCredits -= 1]]: societal hunger for huge assets of whatever origin.
<<else>>
/*//''Asset Expansionism'': societal hunger for huge assets of whatever origin.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSPastoralist != "unset">>
<br>''You are pursuing'' societal normalization of slave milking.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSPastoralist = "unset", $arcologies[0].FSPastoralistDecoration = 20, $arcologies[0].FSPastoralistLaw = 0, $arcologies[0].FSPastoralistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "pastoralist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSPastoralist" "clothesBoughtWestern">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Slave Pastoralism|Future Society][$arcologies[0].FSPastoralist = 4, $FSCredits -= 1]]: societal acceptance of slave products like milk.
<<else>>
/*//''Slave Pastoralism'': societal acceptance of slave products like milk.//*/
<</if>>
<</if>>
<<if $arcologies[0].FSHedonisticDecadence == "unset">>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<br>''You are pursuing'' societal reverence for the idealized human form, including height, health and muscle.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSPhysicalIdealist = "unset", $arcologies[0].FSPhysicalIdealistDecoration = 20, $arcologies[0].FSPhysicalIdealistSMR = 0, $arcologies[0].FSPhysicalIdealistLaw = 0, $FSCredits += 1>><<if $assistantFSAppearance == "physical idealist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSPhysicalIdealist" "clothesBoughtOil">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Physical Idealism|Future Society][$arcologies[0].FSPhysicalIdealist = 4, $FSCredits -= 1]]: societal reverence for the idealized human form, including height, health and muscle.
<<else>>
/*//''Physical Idealism'': societal reverence for the idealized human form, including height, health and muscle.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist == "unset">>
<<if $arcologies[0].FSHedonisticDecadence != "unset">>
<br>''You are pursuing'' societal normalization of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSHedonisticDecadence = "unset", $arcologies[0].FSHedonisticDecadenceDecoration = 20, $arcologies[0].FSHedonisticDecadenceLaw = 0, $arcologies[0].FSHedonisticDecadenceLaw2 = 0, $arcologies[0].FSHedonisticDecadenceSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "hedonistic decadence">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSHedonisticDecadence">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "imp") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Hedonistic Decadence|Future Society][$arcologies[0].FSHedonisticDecadence = 4, $FSCredits -= 1]]: societal acceptance of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
<<else>>
/*//''HedonisticDecadence'': societal acceptance of over indulgence, particularly of food, drink, sex and drugs.//*/
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSNull == "unset">>
<<if $arcologies[0].FSChattelReligionist != "unset">>
<br>''You are pursuing'' a new strain of religion that emphasizes the slaveholding portions of religious history.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSChattelReligionist = "unset", $arcologies[0].FSChattelReligionistDecoration = 20, $arcologies[0].FSChattelReligionistLaw = 0, $arcologies[0].FSChattelReligionistCreed = 0, $arcologies[0].FSChattelReligionistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "chattel religionist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSChattelReligionist" "clothesBoughtHabit">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Chattel Religionism|Future Society][$arcologies[0].FSChattelReligionist = 4, $FSCredits -= 1]]: a new strain of religion that emphasizes the slaveholding portions of religious history.
<<else>>
/*//''Chattel Religionism'': a new strain of religion that emphasizes the slaveholding portions of religious history.//*/
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<br>''You are pursuing'' a vision of a new Rome.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSRomanRevivalist = "unset", $arcologies[0].FSRomanRevivalistDecoration = 20, $arcologies[0].FSRomanRevivalistLaw = 0, $arcologies[0].FSRomanRevivalistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "roman revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSRomanRevivalist" "clothesBoughtToga">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Roman Revivalism|Future Society][$arcologies[0].FSRomanRevivalist = 4, $FSCredits -= 1]]: a vision of a new Rome.
<<else>>
/*//''Roman Revivalism'': a vision of a new Rome.//*/
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
<<if $arcologies[0].FSAztecRevivalist != "unset">>
<br>''You are pursuing'' a vision of a new Aztec Empire.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSAztecRevivalist = "unset", $arcologies[0].FSAztecRevivalistDecoration = 20, $arcologies[0].FSAztecRevivalistSMR = 0, $arcologies[0].FSAztecRevivalistLaw = 0, $FSCredits += 1>><<if $assistantFSAppearance == "aztec revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSAztecRevivalist" "clothesBoughtHuipil">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "amazon") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Aztec Revivalism|Future Society][$arcologies[0].FSAztecRevivalist = 4, $FSCredits -= 1]]: a vision of a new Aztec Empire.
<<else>>
/*//''Aztec Revivalism'': a vision of a new Aztec Empire.//*/
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
<br>''You are pursuing'' a vision of Pharaoh's Egypt.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSEgyptianRevivalist = "unset", $arcologies[0].FSEgyptianRevivalistDecoration = 20, $arcologies[0].FSEgyptianRevivalistLaw = 0, $arcologies[0].FSEgyptianRevivalistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "egyptian revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSEgyptianRevivalist" "clothesBoughtEgypt">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Egyptian Revivalism|Future Society][$arcologies[0].FSEgyptianRevivalist = (4+$arcologies[0].FSEgyptianRevivalistInterest), $FSCredits -= 1, $arcologies[0].FSEgyptianRevivalistIncestPolicy = 0]]: a vision of a Pharaoh's Egypt.
<<else>>
/*//''Egyptian Revivalism'': a vision of Pharaoh's Egypt.//*/
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
<<if $arcologies[0].FSEdoRevivalist != "unset">>
<br>''You are pursuing'' a vision of Edo Japan.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSEdoRevivalist = "unset", $arcologies[0].FSEdoRevivalistDecoration = 20, $arcologies[0].FSEdoRevivalistLaw = 0, $arcologies[0].FSEdoRevivalistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "edo revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSEdoRevivalist" "clothesBoughtKimono">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "loli") || ($assistantAppearance == "kitsune") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Edo Revivalism|Future Society][$arcologies[0].FSEdoRevivalist = 4, $FSCredits -= 1]]: a vision of Edo Japan.
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
<<if $arcologies[0].FSArabianRevivalist != "unset">>
<br>''You are pursuing'' a vision of the Sultanate of old.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSArabianRevivalist = "unset", $arcologies[0].FSArabianRevivalistDecoration = 20, $arcologies[0].FSArabianRevivalistLaw = 0, $arcologies[0].FSArabianRevivalistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "arabian revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSArabianRevivalist" "clothesBoughtHarem">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Arabian Revivalism|Future Society][$arcologies[0].FSArabianRevivalist = 4, $FSCredits -= 1]]: a vision of the Sultanate of old.
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset")>>
<<if $arcologies[0].FSChineseRevivalist != "unset">>
<br>''You are pursuing'' a vision of ancient China.
//<<link [[Abandon|Future Society]]>><<set $arcologies[0].FSChineseRevivalist = "unset", $arcologies[0].FSChineseRevivalistDecoration = 20, $arcologies[0].FSChineseRevivalistLaw = 0, $arcologies[0].FSChineseRevivalistSMR = 0, $FSCredits += 1>><<if $assistantFSAppearance == "chinese revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>
<<FSChangeDecoration "FSChineseRevivalist" "clothesBoughtQipao">>
<<if $PAPublic == 1>>
<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>''''[[Chinese Revivalism|Future Society][$arcologies[0].FSChineseRevivalist = 4, $FSCredits -= 1]]: a vision of ancient China.
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSChattelReligionist == "unset">>
<<if $FSCreditCount == 4>>
<<if $arcologies[0].FSNull != "unset">>
<br>''You are permitting <<if $arcologies[0].FSNull <= 25>>basic<<elseif $arcologies[0].FSNull <= 50>>considerable<<elseif $arcologies[0].FSNull <= 75>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
<<if $arcologies[0].FSNull <= 25>>
//[[Abandon|Future Society][$arcologies[0].FSNull = "unset", $arcologies[0].FSNullDecoration = 20, $arcologies[0].FSNullLaw = 0, $assistantFSAppearance = "default", $FSCredits += 1]]//
<<else>>
//[[Withdraw|Future Society][$arcologies[0].FSNull -= 25, $FSCredits += 1]]//
<</if>>
<<if $FSCredits > 0>>
<<if $arcologies[0].FSNull < $FSLockinLevel>>
<br> [[Advance|Future Society][$arcologies[0].FSNull += 25, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 25, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
<br> //This option is an alternative to societal advancement, and will not advance naturally.//
<</if>>
<</if>>
<<elseif $FSCreditCount == 6>>
<<if $arcologies[0].FSNull != "unset">>
<br>''You are permitting <<if $arcologies[0].FSNull <= 17>>basic<<elseif $arcologies[0].FSNull <= 34>>some<<elseif $arcologies[0].FSNull <= 51>>considerable<<elseif $arcologies[0].FSNull <= 68>>great<<elseif $arcologies[0].FSNull <= 85>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
<<if $arcologies[0].FSNull <= 20>>
//[[Abandon|Future Society][$arcologies[0].FSNull = "unset", $arcologies[0].FSNullDecoration = 20, $arcologies[0].FSNullLaw = 0, $assistantFSAppearance = "default", $FSCredits += 1]]//
<<else>>
//[[Withdraw|Future Society][$arcologies[0].FSNull -= 17, $FSCredits += 1]]//
<</if>>
<<if $FSCredits > 0>>
<<if $arcologies[0].FSNull < $FSLockinLevel>>
<br> [[Advance|Future Society][$arcologies[0].FSNull += 17, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 17, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
<br> //This option is an alternative to societal advancement, and will not advance naturally.//
<</if>>
<</if>>
<<elseif $FSCreditCount == 7>>
<<if $arcologies[0].FSNull != "unset">>
<br>''You are permitting <<if $arcologies[0].FSNull <= 15>>basic<<elseif $arcologies[0].FSNull <= 30>>some<<elseif $arcologies[0].FSNull <= 45>>notable<<elseif $arcologies[0].FSNull <= 60>>considerable<<elseif $arcologies[0].FSNull <= 75>>great<<elseif $arcologies[0].FSNull <= 90>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
<<if $arcologies[0].FSNull <= 20>>
//[[Abandon|Future Society][$arcologies[0].FSNull = "unset", $arcologies[0].FSNullDecoration = 20, $arcologies[0].FSNullLaw = 0, $assistantFSAppearance = "default", $FSCredits += 1]]//
<<else>>
//[[Withdraw|Future Society][$arcologies[0].FSNull -= 15, $FSCredits += 1]]//
<</if>>
<<if $FSCredits > 0>>
<<if $arcologies[0].FSNull < $FSLockinLevel>>
<br> [[Advance|Future Society][$arcologies[0].FSNull += 15, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 15, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
<br> //This option is an alternative to societal advancement, and will not advance naturally.//
<</if>>
<</if>>
<<else>>
<<if $arcologies[0].FSNull != "unset">>
<br>''You are permitting <<if $arcologies[0].FSNull <= 20>>basic<<elseif $arcologies[0].FSNull <= 40>>considerable<<elseif $arcologies[0].FSNull <= 60>>great<<elseif $arcologies[0].FSNull <= 80>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
<<if $arcologies[0].FSNull <= 20>>
//[[Abandon|Future Society][$arcologies[0].FSNull = "unset", $arcologies[0].FSNullDecoration = 20, $arcologies[0].FSNullLaw = 0, $assistantFSAppearance = "default", $FSCredits += 1]]//
<<else>>
//[[Withdraw|Future Society][$arcologies[0].FSNull -= 20, $FSCredits += 1]]//
<</if>>
<<if $FSCredits > 0>>
<<if $arcologies[0].FSNull < $FSLockinLevel>>
<br> [[Advance|Future Society][$arcologies[0].FSNull += 20, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
<</if>>
<</if>>
<<else>>
<<if $FSCredits > 0>>
<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 20, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
<br> //This option is an alternative to societal advancement, and will not advance naturally.//
<</if>>
<</if>>
<</if>>
<</if>>
<br>
/* FACILITY REDECORATION */
<<if $brothel > 0>>
<<run ValidateFacilityDecoration("brothelDecoration")>>
<br>$brothelNameCaps is decorated in $brothelDecoration style.
<<SetFacilityDecoration "brothelDecoration">>
<</if>>
<<if $club > 0>>
<<run ValidateFacilityDecoration("clubDecoration")>>
<br>$clubNameCaps is decorated in $clubDecoration style.
<<SetFacilityDecoration "clubDecoration">>
<</if>>
<<if $dairy > 0>>
<<run ValidateFacilityDecoration("dairyDecoration")>>
<br>$dairyNameCaps is decorated in $dairyDecoration style.
<<SetFacilityDecoration "dairyDecoration">>
<</if>>
<<if $spa > 0>>
<<run ValidateFacilityDecoration("spaDecoration")>>
<br>$spaNameCaps is decorated in $spaDecoration style.
<<SetFacilityDecoration "spaDecoration">>
<</if>>
<<if $nursery > 0>>
<<run ValidateFacilityDecoration("nurseryDecoration")>>
<br>$nurseryNameCaps is decorated in $nurseryDecoration style.
<<SetFacilityDecoration "nurseryDecoration">>
<</if>>
<<if $clinic > 0>>
<<run ValidateFacilityDecoration("clinicDecoration")>>
<br>$clinicNameCaps is decorated in $clinicDecoration style.
<<SetFacilityDecoration "clinicDecoration">>
<</if>>
<<if $schoolroom > 0>>
<<run ValidateFacilityDecoration("schoolroomDecoration")>>
<br>$schoolroomNameCaps is decorated in $schoolroomDecoration style.
<<SetFacilityDecoration "schoolroomDecoration">>
<</if>>
<<if $cellblock > 0>>
<<run ValidateFacilityDecoration("cellblockDecoration")>>
<br>$cellblockNameCaps is decorated in $cellblockDecoration style.
<<SetFacilityDecoration "cellblockDecoration">>
<</if>>
<<if $servantsQuarters > 0>>
<<run ValidateFacilityDecoration("servantsQuartersDecoration")>>
<br>$servantsQuartersNameCaps is decorated in $servantsQuartersDecoration style.
<<SetFacilityDecoration "servantsQuartersDecoration">>
<</if>>
<<if $arcade > 0>>
<<run ValidateFacilityDecoration("arcadeDecoration")>>
<br>$arcadeNameCaps is decorated in $arcadeDecoration style.
<<SetFacilityDecoration "arcadeDecoration">>
<</if>>
<<if $masterSuite > 0>>
<<run ValidateFacilityDecoration("masterSuiteDecoration")>>
<br>$masterSuiteNameCaps is decorated in $masterSuiteDecoration style.
<<SetFacilityDecoration "masterSuiteDecoration">>
<</if>>
|
amomynous0/fc
|
src/uncategorized/futureSociety.tw
|
tw
|
bsd-3-clause
| 76,029 |
:: Generate New Slave [nobr]
<<if (random(0,99) < $seeDicks)>>
<<include "Generate XY Slave">>
<<elseif ($seeDicks > 0)>>
<<if ($arcologies[0].FSGenderFundamentalistSMR == 1 || $arcologies[0].FSRepopulationFocusSMR == 1)>>
<<set _femaleSlaveGen = 90>>
<<elseif ($arcologies[0].FSGenderRadicalist != "unset")>>
<<set _femaleSlaveGen = 50>>
<<else>>
<<set _femaleSlaveGen = 80>>
<</if>>
<<if (random(1,100) > _femaleSlaveGen) && (random(0,99) < $seeDicks)>>
<<include "Generate XY Slave">>
<<else>>
<<include "Generate XX Slave">>
<</if>>
<<else>>
<<include "Generate XX Slave">>
<</if>>
/* Superfetation as rare genetic disorder 1 from 100, not active for now.
<<if (random(0,99) <= 1)>>
<<set $activeSlave.superfetation = 1>>
<</if>>
*/
|
amomynous0/fc
|
src/uncategorized/generateNewSlave.tw
|
tw
|
bsd-3-clause
| 759 |
:: Generate XX Slave [nobr]
<<BaseSlave>>
/*missed variables - getting tired of this shit */
<<set WombInit($activeSlave)>>
<<set $activeSlave.vaginaLube = 1, $activeSlave.ovaries = 1, $activeSlave.canRecruit = 1>>
<<run generateAge($activeSlave)>>
<<if $activeSlave.physicalAge < 6>>
<<set $activeSlave.teeth = "baby">>
<<elseif $activeSlave.physicalAge < 12>>
<<set $activeSlave.teeth = "mixed">>
<</if>>
<<if $activeSlave.ovaries == 1>>
<<if $activeSlave.physicalAge >= $activeSlave.pubertyAgeXX>>
<<set $activeSlave.pubertyXX = 1>>
<<else>>
<<set $activeSlave.pubertyXX = 0>>
<</if>>
<<else>>
<<set $activeSlave.pubertyXX = 0>>
<</if>>
<<set $activeSlave.pubertyXY = 0>>
<<set $activeSlave.ID = $IDNumber++>>
<<set $activeSlave.weekAcquired = $week>>
<<set _gaussianPair = gaussianPair()>>
<<set $activeSlave.intelligence = Intelligence.random()>>
<<if _gaussianPair[0] < _gaussianPair[1] + $activeSlave.intelligence/29 - 0.35>> /* 40.23% chance if intelligence is 0, 99.26% chance if intelligence is 100 */
<<set $activeSlave.intelligenceImplant = 15>>
<<if random(15,150) < $activeSlave.intelligence>>
<<set $activeSlave.intelligenceImplant = 30>>
<</if>>
<</if>>
<<if $AgePenalty == 1>>
<<if ($activeSlave.actualAge < 16)>>
<<set $activeSlave.career = setup.veryYoungCareers.random()>>
<<elseif ($activeSlave.actualAge <= 24)>>
<<set $activeSlave.career = setup.youngCareers.random()>>
<<elseif ($activeSlave.intelligenceImplant >= 15)>>
<<set $activeSlave.career = setup.educatedCareers.random()>>
<<else>>
<<set $activeSlave.career = setup.uneducatedCareers.random()>>
<</if>>
<<else>>
<<if ($activeSlave.actualAge < 16)>>
<<set $activeSlave.career = setup.veryYoungCareers.random()>>
<<elseif ($activeSlave.intelligenceImplant >= 15)>>
<<set $activeSlave.career = setup.educatedCareers.random()>>
<<elseif ($activeSlave.actualAge <= 24)>>
<<set $activeSlave.career = setup.youngCareers.random()>>
<<else>>
<<set $activeSlave.career = setup.uneducatedCareers.random()>>
<</if>>
<</if>>
<<set $activeSlave.vaginalSkill = random(0,15)>>
<<set $activeSlave.analSkill = random(0,15)>>
<<set $activeSlave.oralSkill = random(0,15)>>
<<set $activeSlave.entertainSkill = random(0,15)>>
<<set $activeSlave.whoreSkill = random(0,15)>>
<<set $activeSlave.energy = random(1,85)>>
<<run randomizeAttraction($activeSlave)>>
<<set $activeSlave.fetishStrength = random(0,90)>>
<<set $activeSlave.fetish = either("none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "submissive", "cumslut", "humiliation", "humiliation", "buttslut", "boobs", "pregnancy", "dom", "sadist", "masochist")>>
<<set $activeSlave.behavioralFlaw = either("none", "none", "none", "arrogant", "bitchy", "odd", "hates men", "hates women", "hates women", "anorexic", "gluttonous", "devout", "liberated")>>
<<if ($activeSlave.behavioralFlaw == "devout")>>
<<set $activeSlave.sexualFlaw = either("none", "repressed", "shamefast", "apathetic", "crude", "judgemental")>>
<<else>>
<<set $activeSlave.sexualFlaw = either("none", "none", "none", "none", "hates oral", "hates anal", "hates penetration", "repressed", "idealistic", "shamefast", "apathetic", "crude", "judgemental")>>
<</if>>
<<if ($activeSlave.behavioralFlaw == "none") && random(1,10) == 1>>
<<set $activeSlave.behavioralQuirk = either("confident", "cutting", "funny", "adores women", "adores men", "fitness", "insecure", "sinful", "advocate")>>
<</if>>
<<if ($activeSlave.sexualFlaw == "none") && random(1,10) == 1>>
<<set $activeSlave.sexualQuirk = either("gagfuck queen", "painal queen", "strugglefuck queen", "tease", "romantic", "perverted", "caring", "unflinching", "size queen")>>
<</if>>
<<set $activeSlave.health = random(-50,50)>>
<<set $activeSlave.devotion = random(-90,-60)>>
<<set $activeSlave.trust = random(-45,-25)>>
/% Begin height replacement section. %/
/% Since we use nationality for height effects we need to initialize it now instead of later on like in vanilla Free Cities. %/
<<if $fixedRace == 0>>
<<if $fixedNationality == 0>>
<<set $activeSlave.nationality = hashChoice($nationalities)>>
<<else>>
<<set $activeSlave.nationality = $fixedNationality>>
<<set $fixedNationality = 0>>
<</if>>
<<run nationalityToRace($activeSlave)>>
/* Corporate slavegen with race selection */
<<if passage() == "Corporate Market" && ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>>
<<if $captureUpgradeRace == "mixed race">>
<<set $activeSlave.race = "mixed race">>
<<else>>
<<set _capUpgradeCheck = setup[$captureUpgradeRace.toLowerCase().replace(/[ -]/g, '')+'Nationalities']>>
<<set _capUpgradeNationalities = {}>>
<<set _keys = Object.keys(_capUpgradeCheck)>>
<<for _u = 0; _u < _keys.length; _u++>>
<<set _capNation = _keys[_u]>>
<<if _capNation in $nationalities>>
<<set _capUpgradeNationalities[_capNation] = _capUpgradeCheck[_capNation]>>
<</if>>
<</for>>
<<if Object.keys(_capUpgradeNationalities).length > 0>>
<<set $activeSlave.nationality = hashChoice(_capUpgradeNationalities), $activeSlave.race = $captureUpgradeRace>>
<<else>>
<<set $activeSlave.nationality = hashChoice(_capUpgradeCheck), $activeSlave.race = $captureUpgradeRace>>
<</if>>
<</if>>
<<if $activeSlave.race != $captureUpgradeRace>>
<<set $activeSlave.race = $captureUpgradeRace>>
<</if>>
<</if>>
/*end Corporate slavegen with race selection */
<<else>>
<<switch $fixedRace>>
<<case "white">>
<<set $activeSlave.nationality = hashChoice(setup.whiteNationalities)>>
<<case "asian">>
<<set $activeSlave.nationality = hashChoice(setup.asianNationalities)>>
<<case "latina">>
<<set $activeSlave.nationality = hashChoice(setup.latinaNationalities)>>
<<case "black">>
<<set $activeSlave.nationality = hashChoice(setup.blackNationalities)>>
<<case "pacific islander">>
<<set $activeSlave.nationality = hashChoice(setup.pacificislanderNationalities)>>
<<case "southern european">>
<<set $activeSlave.nationality = hashChoice(setup.southerneuropeanNationalities)>>
<<case "amerindian">>
<<set $activeSlave.nationality = hashChoice(setup.amerindianNationalities)>>
<<case "semitic">>
<<set $activeSlave.nationality = hashChoice(setup.semiticNationalities)>>
<<case "middle eastern">>
<<set $activeSlave.nationality = hashChoice(setup.middleeasternNationalities)>>
<<case "indo-aryan">>
<<set $activeSlave.nationality = hashChoice(setup.indoaryanNationalities)>>
<<case "malay">>
<<set $activeSlave.nationality = hashChoice(setup.malayNationalities)>>
<<default>>
<<set $activeSlave.nationality = hashChoice($nationalities)>>
<</switch>>
<<set $activeSlave.race = $fixedRace>>
<<set $fixedRace = 0>>
<</if>>
<<run nationalityToName($activeSlave)>>
<<run nationalityToAccent($activeSlave)>>
<<set $activeSlave.height = Math.round(Height.random($activeSlave))>>
<<if $activeSlave.height >= Height.mean($activeSlave) * 170/162.5>>
<<set $activeSlave.hips = either(-1, 0, 0, 1, 1, 2, 2)>>
<<set $activeSlave.shoulders = either(-1, -1, 0, 0, 0, 1)>>
<<else>>
<<set $activeSlave.hips = either(-1, 0, 0, 0, 1, 1, 2)>>
<<set $activeSlave.shoulders = either(-2, -1, -1, 0, 0, 1)>>
<</if>>
/% End height replacement section. %/
<<set $activeSlave.weight = random(-100,180)>>
<<if ($activeSlave.weight < -30)>>
<<set $activeSlave.waist = random(-55,0)>>
<<elseif $activeSlave.physicalAge < 13>>
<<set $activeSlave.waist = random(-25,25)>>
<<elseif ($activeSlave.weight <= 30)>>
<<set $activeSlave.waist = random(-45,45)>>
<<elseif ($activeSlave.weight <= 160)>>
<<set $activeSlave.waist = random(0,55)>>
<<else>>
<<set $activeSlave.waist = random(50,100)>>
<</if>>
<<if ($activeSlave.physicalAge > random(0,100))>>
<<set $activeSlave.eyes = -1>>
<</if>>
<<if ($activeSlave.physicalAge > random(30,100))>>
<<set $activeSlave.hears = -1>>
<</if>>
<<if ($activeSlave.intelligenceImplant >= 15 || $activeSlave.intelligence > 95) && ($activeSlave.accent >= 3) && ($activeSlave.intelligence) > random(0,100)>>
<<set $activeSlave.accent -= 1>>
<</if>>
<<set _femaleCrookedTeethGen = $activeSlave.intelligence+$activeSlave.intelligenceImplant>>
<<if "American" == $activeSlave.nationality>>
<<set _femaleCrookedTeethGen += 20>>
<<elseif ["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Czech", "Cypriot", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes($activeSlave.nationality)>>
<<else>>
<<set _femaleCrookedTeethGen -= 20>>
<</if>>
<<if random(0,_femaleCrookedTeethGen) <= 15 && $activeSlave.physicalAge >= 12>>
<<set $activeSlave.teeth = "crooked">>
<</if>>
<<switch $activeSlave.race>>
<<case "black">>
<<set $activeSlave.butt = either(1, 2, 2, 3, 3, 4, 4)>>
<<set $activeSlave.boobs = BoobGenerator.rollBreast(150)>>
<<set $activeSlave.lips = random(5,30)>>
<<set $activeSlave.skin = either("black", "dark brown", "brown")>>
<<set $activeSlave.hColor = either("black", "black", "black", "brown")>>
<<set $activeSlave.hStyle = either("neat", "crinkled")>>
<<case "white">>
<<set $activeSlave.butt = either(1, 2, 2, 3, 3, 4)>>
<<set $activeSlave.boobs = BoobGenerator.rollBreast(50)>>
<<set $activeSlave.lips = random(5,25)>>
<<if $activeSlave.nationality == "German">>
<<set $activeSlave.skin = either("pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "blue", "blue", "brown", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "blonde", "blonde", "red", "brown")>>
<<elseif $activeSlave.nationality == "Icelandic">>
<<set $activeSlave.skin = either("pale", "pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "blue", "blue", "brown", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "blonde", "blonde", "red", "brown")>>
<<elseif $activeSlave.nationality == "Irish">>
<<set $activeSlave.skin = either("pale", "pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "brown", "green", "green", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "red", "red", "red", "brown")>>
<<elseif $activeSlave.nationality == "Scottish">>
<<set $activeSlave.skin = either("pale", "fair", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "brown", "brown", "green", "green", "green")>>
<<set $activeSlave.hColor = either("black", "black", "blonde", "red", "red", "red", "brown")>>
<<else>>
<<set $activeSlave.skin = either("pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "brown", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "red", "brown")>>
<</if>>
<<set $activeSlave.hStyle = "neat">>
<<case "latina">>
<<set $activeSlave.butt = either(1, 2, 2, 3, 3, 4)>>
<<set $activeSlave.boobs = BoobGenerator.rollBreast(0)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("light olive", "brown", "dark brown", "tanned", "dark olive")>>
<<set $activeSlave.hColor = either("black", "black", "brown", "brown")>>
<<set $activeSlave.hStyle = "neat">>
<<case "indo-aryan" "malay" "pacific islander" "amerindian">>
<<set $activeSlave.butt = either(1, 2, 2, 3, 3)>>
<<set $activeSlave.boobs = BoobGenerator.rollBreast(0)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("dark", "light")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = "neat">>
<<case "asian">>
<<set $activeSlave.butt = either(1, 2, 2, 3, 3)>>
<<set $activeSlave.boobs = BoobGenerator.rollBreast(-100)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("light olive", "dark olive", "light")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = "neat">>
<<case "middle eastern" "semitic" "southern european">>
<<set $activeSlave.butt = either(1, 2, 2, 3, 3)>>
<<set $activeSlave.boobs = BoobGenerator.rollBreast(0)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("fair", "light olive", "tanned", "light")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = "neat">>
<<default>>
<<set $activeSlave.butt = either(1, 2, 2, 3, 3, 4)>>
<<set $activeSlave.boobs = BoobGenerator.rollBreast(0)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("pale", "dark", "light")>>
<<set $activeSlave.hColor = either("black", "black", "black", "black", "brown", "brown", "blonde", "red")>>
<<set $activeSlave.hStyle = "neat">>
<</switch>>
<<if ($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")>>
<<if random(1,4) == 1>>
<<set $activeSlave.markings = either("freckles", "freckles", "freckles", "heavily freckled", "beauty mark", "beauty mark", "birthmark", "birthmark")>>
<</if>>
<<elseif random(1,8) == 1>>
<<set $activeSlave.markings = either("beauty mark", "birthmark")>>
<</if>>
<<set $activeSlave.origRace = $activeSlave.race>>
<<set $activeSlave.origEye = $activeSlave.eyeColor>>
<<set $activeSlave.origHColor = $activeSlave.hColor>>
<<set $activeSlave.origSkin = $activeSlave.skin>>
<<set $activeSlave.pubicHColor = $activeSlave.hColor>>
<<set $activeSlave.pubicHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy")>>
<<set $activeSlave.underArmHColor = $activeSlave.hColor>>
<<set $activeSlave.underArmHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy")>>
<<if ($activeSlave.pubicHStyle == "hairless" || $activeSlave.underArmHStyle == "hairless") && random(1,100) > 40>>
<<set $activeSlave.pubicHStyle = "hairless", $activeSlave.underArmHStyle = "hairless">>
<</if>>
<<if ($activeSlave.hColor == "blonde" && random(1,20) > 17)>>
<<set $activeSlave.eyebrowHColor = either("brown", "brown", "brown", "brown", "black")>>
<<set $activeSlave.override_Brow_H_Color = 1>>
<<else>>
<<set $activeSlave.eyebrowHColor = $activeSlave.hColor>>
<</if>>
<<set $activeSlave.eyebrowHStyle = either("bald", "shaved", "shaved", "straight", "straight", "straight", "straight", "straight", "straight", "rounded", "rounded", "rounded", "rounded", "rounded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "slanted inwards", "slanted inwards", "slanted outwards", "slanted outwards", "high-arched", "high-arched", "high-arched", "elongated", "elongated", "elongated", "shortened", "shortened", "shortened", "curved", "curved", "curved", "curved", "curved", "curved", "curved")>>
<<set $activeSlave.eyebrowFullness = either("pencil-thin", "pencil-thin", "thin", "thin", "thin", "threaded", "threaded", "threaded", "threaded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "tapered", "tapered", "tapered", "tapered", "thick", "thick", "thick", "bushy", "bushy")>>
/*LM*/
<<if ($activeSlave.physicalAge <= 10)>>
<<set $activeSlave.boobs = either(100)>>
<<elseif ($activeSlave.physicalAge == 11)>>
<<set $activeSlave.boobs = either(100, 100, 150, 150, 150, 300)>>
<<elseif ($activeSlave.physicalAge == 12)>>
<<set $activeSlave.boobs = either(100, 100, 150, 150, 150, 200, 200, 300)>>
<<elseif ($activeSlave.physicalAge == 13)>>
<<set $activeSlave.boobs = either(100, 150, 200, 200, 300, 300, 300, 400)>>
<<elseif ($activeSlave.physicalAge == 14)>>
<<set $activeSlave.boobs = either(100 ,150, 200, 300, 300, 300, 350, 400, 400)>>
<<elseif ($activeSlave.physicalAge == 15)>>
<<set $activeSlave.boobs = either(150 ,200, 300, 300, 300, 350, 350, 350, 400, 400, 450, 450)>>
<</if>>
<<if ($activeSlave.physicalAge <= 11)>>
<<set $activeSlave.butt = either(1, 1, 1, 1, 1, 1, 1)>>
<<elseif ($activeSlave.physicalAge <= 12)>>
<<set $activeSlave.butt = either(1, 1, 1, 1, 1, 2, 2)>>
<<elseif ($activeSlave.physicalAge <= 13)>>
<<set $activeSlave.butt = either(1, 1, 1, 1, 2, 2, 2)>>
<<elseif ($activeSlave.physicalAge <= 14)>>
<<set $activeSlave.butt = either(1, 1, 1, 2, 2, 2, 3)>>
<<elseif ($activeSlave.physicalAge <= 15)>>
<<set $activeSlave.butt = either(1, 1, 2, 2, 2, 2, 3)>>
<</if>>
/*end LM*/
<<if ($weightAffectsAssets != 0)>>
<<if $activeSlave.weight < -10 && $activeSlave.butt > 1>>
<<set $activeSlave.butt -= 1>>
<<elseif $activeSlave.weight > 100 && $activeSlave.butt < 6>>
<<set $activeSlave.butt += random(1,2)>>
<<elseif $activeSlave.weight > 10 && $activeSlave.butt < 4>>
<<set $activeSlave.butt += 1>>
<</if>>
<<if $activeSlave.weight < -10 && $activeSlave.boobs > 200>>
<<set $activeSlave.boobs -= 100>>
<<elseif $activeSlave.weight > 190 && $activeSlave.boobs < 3000>>
<<set $activeSlave.boobs += (random(3,8)*100)>>
<<elseif $activeSlave.weight > 160 && $activeSlave.boobs < 1500>>
<<set $activeSlave.boobs += (random(2,6)*100)>>
<<elseif $activeSlave.weight > 130 && $activeSlave.boobs < 1500>>
<<set $activeSlave.boobs += (random(1,4)*100)>>
<<elseif $activeSlave.weight > 95 && $activeSlave.boobs < 1200>>
<<set $activeSlave.boobs += (random(1,3)*100)>>
<<elseif $activeSlave.weight > 30 && $activeSlave.boobs < 1000>>
<<set $activeSlave.boobs += 100>>
<</if>>
<</if>>
<<set _femaleBoobShapeGen = []>>
<<if $activeSlave.boobs > 250 && $activeSlave.boobs < 800>>
<<set _femaleBoobShapeGen.push("perky")>>
<<set _femaleBoobShapeGen.push("downward-facing")>>
<</if>>
<<if $activeSlave.boobs > 400 && $activeSlave.boobs < 1200>>
<<set _femaleBoobShapeGen.push("torpedo-shaped")>>
<<set _femaleBoobShapeGen.push("wide-set")>>
<</if>>
<<if $activeSlave.boobs > 800 && $activeSlave.physicalAge > random(10,50)>>
<<set _femaleBoobShapeGen.push("saggy")>>
<</if>>
<<if _femaleBoobShapeGen.length == 1>>
<<if random(1,2) != 1>>
<<set $activeSlave.boobShape = _femaleBoobShapeGen.random()>>
<</if>>
<<elseif _femaleBoobShapeGen.length > 1>>
<<if random(1,3) != 1>>
<<set $activeSlave.boobShape = _femaleBoobShapeGen.random()>>
<</if>>
<</if>>
<<if passage() != "Starting Girls">>
<<set $activeSlave.earPiercing = either(0,1)>>
<<set $activeSlave.nosePiercing = either(0,0,0,1)>>
<<set $activeSlave.eyebrowPiercing = either(0,0,0,0,0,1)>>
<<set $activeSlave.clitPiercing = either(0,0,0,0,0,1)>>
<<set $activeSlave.lipsPiercing = either(0,0,0,0,0,1)>>
<<set $activeSlave.navelPiercing = either(0,0,0,1)>>
<<set $activeSlave.nipplesPiercing = either(0,0,0,0,1)>>
<</if>>
<<set $activeSlave.face = random(-60,60)>>
<<if random(0,2) == 1>><<set $activeSlave.face = random(-10,10)>><</if>>
<<if $activeSlave.physicalAge > 40>>
<<set $activeSlave.face -= random(0,20)>>
<<elseif $activeSlave.physicalAge > 35>>
<<set $activeSlave.face -= random(0,10)>>
<<elseif $activeSlave.physicalAge <= 20>>
<<set $activeSlave.face += random(0,20)>>
<<elseif $activeSlave.physicalAge <= 25>>
<<set $activeSlave.face += random(0,10)>>
<</if>>
<<if $activeSlave.physicalAge > 10>>
<<set $activeSlave.faceShape = either("androgynous", "cute", "sensual", "exotic", "normal", "normal")>>
<<else>>
<<set $activeSlave.faceShape = either("androgynous", "androgynous", "cute", "cute", "sensual", "exotic", "normal", "normal")>>
<</if>>
<<switch $activeSlave.faceShape>>
<<case "sensual" "cute">>
<<set $activeSlave.face += random(0,20)>>
<<case "exotic" "androgynous">>
<<set $activeSlave.face += random(-10,10)>>
<<case "masculine">>
<<set $activeSlave.face += random(-10,0)>>
<</switch>>
<<if $activeSlave.boobs < 250>>
<<set $activeSlave.nipples = either("tiny", "tiny", "tiny", "tiny", "cute", "cute", "puffy", "partially inverted")>>
<<elseif $activeSlave.boobs < 500>>
<<set $activeSlave.nipples = either("tiny", "cute", "cute", "cute", "puffy", "partially inverted")>>
<<elseif $activeSlave.boobs < 1000>>
<<set $activeSlave.nipples = either("tiny", "cute", "cute", "cute", "puffy", "puffy", "partially inverted", "inverted")>>
<<else>>
<<set $activeSlave.nipples = either("cute", "puffy", "partially inverted", "inverted", "huge")>>
<</if>>
<<set $activeSlave.vagina = either(0, 0, 1, 1, 1)>>
<<if $activeSlave.actualAge < 20>>
<<set $activeSlave.vagina = either(0, 1)>>
<</if>>
<<if $activeSlave.actualAge > 30>>
<<set $activeSlave.vagina = either(1, 1, 1, 1, 2)>>
<</if>>
<<if $activeSlave.vagina == 0>>
<<set $activeSlave.vaginalSkill = 0>>
<</if>>
<<if $activeSlave.energy < random(1,80)>>
<<set $activeSlave.vaginaLube = 0>>
<<elseif $activeSlave.physicalAge > random(35,60)>>
<<set $activeSlave.vaginaLube = 0>>
<</if>>
<<set $activeSlave.clit = either(0, 0, 0, 0, 0, 0, 1, 1, 2)>>
<<set $activeSlave.labia = either(0, 0, 0, 1, 1, 1, 1, 2, 2, 3)>>
<<set $activeSlave.foreskin = random(0,4)>>
<<set $activeSlave.voice = either(1, 2, 2, 2, 2, 2, 2, 3, 3, 3)>>
<<set $activeSlave.anus = either(0, 0, 1, 1, 2)>>
<<set $activeSlave.analArea = $activeSlave.anus + either(0, 0, 0, 1)>>
<<if $activeSlave.anus == 0>>
<<set $activeSlave.analSkill = 0>>
<<elseif random(1,4) == 1>>
<<set $activeSlave.anusTat = "bleached">>
<</if>>
/%pedoshit%/
<<if $activeSlave.physicalAge <= 11>>
<<set $activeSlave.hips = either(-2, -2, -1, -1, 0)>>
<<elseif $activeSlave.physicalAge <= 13>>
<<set $activeSlave.hips = either(-2, -1, -1, 0, 1)>>
<</if>>
<<if $activeSlave.physicalAge <= 13>>
<<set $activeSlave.vagina = either(0, 0, 0, 0, 0, 0, 0, 1)>>
<<elseif $activeSlave.physicalAge <= 15>>
<<set $activeSlave.vagina = either(0, 0, 0, 0, 0, 1, 1)>>
<<elseif $activeSlave.physicalAge <= 17>>
<<set $activeSlave.vagina = either(0, 0, 0, 1, 1, 1)>>
<</if>>
<<if $activeSlave.vagina == 0>>
<<set $activeSlave.vaginalSkill = 0>>
<</if>>
<<if ($activeSlave.physicalAge <= 11)>>
<<set $activeSlave.clit = either(0, 0, 0, 0, 0, 0, 0, 0, 1)>>
<<elseif ($activeSlave.physicalAge <= 13)>>
<<set $activeSlave.clit = either(0, 0, 0, 0, 0, 0, 0, 1, 1)>>
<<elseif ($activeSlave.physicalAge <= 15)>>
<<set $activeSlave.clit = either(0, 0, 0, 0, 0, 0, 0, 1, 2)>>
<</if>>
<<if ($activeSlave.physicalAge <= 11)>>
<<set $activeSlave.labia = either(0, 0, 0, 0, 0, 0, 0, 1, 1)>>
<<elseif ($activeSlave.physicalAge <= 12)>>
<<set $activeSlave.labia = either(0, 0, 0, 0, 0, 0, 1, 1, 1)>>
<<elseif ($activeSlave.physicalAge <= 13)>>
<<set $activeSlave.labia = either(0, 0, 0, 0, 0, 1, 1, 1, 1)>>
<<elseif ($activeSlave.physicalAge <= 14)>>
<<set $activeSlave.labia = either(0, 0, 0, 0, 1, 1, 1, 1, 2)>>
<<elseif ($activeSlave.physicalAge <= 15)>>
<<set $activeSlave.labia = either(0, 0, 0, 1, 1, 1, 1, 2, 2)>>
<</if>>
<<if ($activeSlave.physicalAge <= 13)>>
<<set $activeSlave.voice = either(2, 2, 2, 3, 3, 3, 3, 3, 3)>>
<<elseif ($activeSlave.physicalAge <= 16)>>
<<set $activeSlave.voice = either(2, 2, 2, 2, 2, 3, 3, 3, 3)>>
<</if>>
<<if $activeSlave.physicalAge <= 3>>
<<set $activeSlave.pregAdaptation = 10>>
<<elseif $activeSlave.physicalAge <= 12>>
<<set $activeSlave.pregAdaptation = 20>>
<<elseif $activeSlave.physicalAge <= 17>>
<<set $activeSlave.pregAdaptation = 30>>
<</if>>
<<if $activeSlave.fuckdoll > 0>>
<<set $activeSlave.pronoun = "it", $activeSlave.possessivePronoun = "its", $activeSlave.possessive = "its", $activeSlave.object = "it", $activeSlave.objectReflexive = "itself", $activeSlave.noun = "toy">>
<<elseif $activeSlave.dick > 0 && $activeSlave.vagina == -1 && $diversePronouns == 1>>
<<set $activeSlave.pronoun = "he", $activeSlave.possessivePronoun = "his", $activeSlave.possessive = "his", $activeSlave.object = "him", $activeSlave.objectReflexive = "himself", $activeSlave.noun = "boy">>
<<else>>
<<set $activeSlave.pronoun = "she", $activeSlave.possessivePronoun = "hers", $activeSlave.possessive = "her", $activeSlave.object = "her", $activeSlave.objectReflexive = "herself", $activeSlave.noun = "girl">>
<</if>>
<<if passage() == "Slave Markets" && $slaveMarket == "corporate">>
<<if ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>>
<<if $activeSlave.race != $captureUpgradeRace>>
<<set $slaveMarket = "corporate">>
<<goto "Slave Markets">>
<</if>>
<</if>>
<</if>>
<<if $seeExtreme == 1>>
<<run disabilityRoll($activeSlave)>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/generateXXSlave.tw
|
tw
|
bsd-3-clause
| 25,254 |
:: Generate XY Slave [nobr]
<<BaseSlave>>
/% Defaults that differ from the old template %/
<<set WombInit($activeSlave)>>
<<set $activeSlave.genes = "XY", $activeSlave.hLength = 10, $activeSlave.prostate = 1, $activeSlave.canRecruit = 1>>
<<run generateAge($activeSlave)>>
<<if $activeSlave.physicalAge < 6>>
<<set $activeSlave.teeth = "baby">>
<<elseif $activeSlave.physicalAge < 12>>
<<set $activeSlave.teeth = "mixed">>
<</if>>
<<if $activeSlave.ovaries == 1>>
<<if $activeSlave.physicalAge >= $activeSlave.pubertyAgeXX>>
<<set $activeSlave.pubertyXX = 1>>
<<else>>
<<set $activeSlave.pubertyXX = 0>>
<</if>>
<<else>>
<<set $activeSlave.pubertyXX = 0>>
<</if>>
<<set $activeSlave.ID = $IDNumber++>>
<<set $activeSlave.weekAcquired = $week>>
<<set _gaussianPair = gaussianPair()>>
<<set $activeSlave.intelligence = Intelligence.random()>>
<<if _gaussianPair[0] < _gaussianPair[1] + $activeSlave.intelligence/29 - 0.35>> /* 40.23% chance if intelligence is 0, 99.26% chance if intelligence is 100 */
<<set $activeSlave.intelligenceImplant = 15>>
<<if random(15,150) < $activeSlave.intelligence>>
<<set $activeSlave.intelligenceImplant = 30>>
<</if>>
<</if>>
<<if $AgePenalty == 1>>
<<if ($activeSlave.actualAge < 16)>>
<<set $activeSlave.career = setup.veryYoungCareers.random()>>
<<elseif ($activeSlave.actualAge <= 24)>>
<<set $activeSlave.career = setup.youngCareers.random()>>
<<elseif ($activeSlave.intelligenceImplant >= 15)>>
<<set $activeSlave.career = setup.educatedCareers.random()>>
<<else>>
<<set $activeSlave.career = setup.uneducatedCareers.random()>>
<</if>>
<<else>>
<<if ($activeSlave.actualAge < 16)>>
<<set $activeSlave.career = setup.veryYoungCareers.random()>>
<<elseif ($activeSlave.intelligenceImplant >= 15)>>
<<set $activeSlave.career = setup.educatedCareers.random()>>
<<elseif ($activeSlave.actualAge <= 24)>>
<<set $activeSlave.career = setup.youngCareers.random()>>
<<else>>
<<set $activeSlave.career = setup.uneducatedCareers.random()>>
<</if>>
<</if>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.analSkill = random(0,15)>>
<<set $activeSlave.oralSkill = random(0,15)>>
<<set $activeSlave.entertainSkill = random(0,15)>>
<<set $activeSlave.whoreSkill = random(0,15)>>
<<set $activeSlave.energy = random(15,90)>>
<<run randomizeAttraction($activeSlave)>>
<<set $activeSlave.fetishStrength = random(0,90)>>
<<set $activeSlave.fetish = either("none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "cumslut", "humiliation", "buttslut", "buttslut", "boobs", "dom", "sadist", "masochist")>>
<<set $activeSlave.behavioralFlaw = either("none", "none", "none", "arrogant", "bitchy", "odd", "hates men", "hates men", "hates men", "hates women", "anorexic", "gluttonous", "devout", "liberated")>>
<<if ($activeSlave.behavioralFlaw == "devout")>>
<<set $activeSlave.sexualFlaw = either("none", "repressed", "shamefast", "apathetic", "crude", "judgemental")>>
<<else>>
<<set $activeSlave.sexualFlaw = either("none", "none", "none", "none", "hates oral", "hates anal", "hates anal", "repressed", "idealistic", "shamefast", "apathetic", "crude", "judgemental")>>
<</if>>
<<if ($activeSlave.behavioralFlaw == "none") && random(1,10) == 1>>
<<set $activeSlave.behavioralQuirk = either("confident", "cutting", "funny", "adores women", "adores men", "fitness", "insecure", "sinful", "advocate")>>
<</if>>
<<if ($activeSlave.sexualFlaw == "none") && random(1,10) == 1>>
<<set $activeSlave.sexualQuirk = either("gagfuck queen", "painal queen", "strugglefuck queen", "tease", "romantic", "perverted", "caring", "unflinching", "size queen")>>
<</if>>
<<set $activeSlave.health = random(-50,50)>>
<<set $activeSlave.devotion = random(-90,-60)>>
<<set $activeSlave.trust = random(-45,-25)>>
<<if ($activeSlave.physicalAge > random(0,100))>>
<<set $activeSlave.eyes = -1>>
<</if>>
<<if ($activeSlave.physicalAge > random(30,100))>>
<<set $activeSlave.hears = -1>>
<</if>>
/% Begin height replacement section. %/
/% Since we use nationality for height effects we need to initialize it now instead of later on like in vanilla Free Cities. %/
<<if $fixedRace == 0>>
<<if $fixedNationality == 0>>
<<set $activeSlave.nationality = hashChoice($nationalities)>>
<<else>>
<<set $activeSlave.nationality = $fixedNationality>>
<<set $fixedNationality = 0>>
<</if>>
<<run nationalityToRace($activeSlave)>>
/* Corporate slavegen with race selection */
<<if passage() == "Corporate Market" && ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>>
<<if $captureUpgradeRace == "mixed race">>
<<set $activeSlave.race = "mixed race">>
<<else>>
<<set _capUpgradeCheck = setup[$captureUpgradeRace.toLowerCase().replace(/[ -]/g, '')+'Nationalities']>>
<<set _capUpgradeNationalities = {}>>
<<set _keys = Object.keys(_capUpgradeCheck)>>
<<for _u = 0; _u < _keys.length; _u++>>
<<set _capNation = _keys[_u]>>
<<if _capNation in $nationalities>>
<<set _capUpgradeNationalities[_capNation] = _capUpgradeCheck[_capNation]>>
<</if>>
<</for>>
<<if Object.keys(_capUpgradeNationalities).length > 0>>
<<set $activeSlave.nationality = hashChoice(_capUpgradeNationalities), $activeSlave.race = $captureUpgradeRace>>
<<else>>
<<set $activeSlave.nationality = hashChoice(_capUpgradeCheck), $activeSlave.race = $captureUpgradeRace>>
<</if>>
<</if>>
<<if $activeSlave.race != $captureUpgradeRace>>
<<set $activeSlave.race = $captureUpgradeRace>>
<</if>>
<</if>>
/* end Corporate slavegen with race selection */
<<else>>
<<switch $fixedRace>>
<<case "white">>
<<set $activeSlave.nationality = hashChoice(setup.whiteNationalities)>>
<<case "asian">>
<<set $activeSlave.nationality = hashChoice(setup.asianNationalities)>>
<<case "latina">>
<<set $activeSlave.nationality = hashChoice(setup.latinaNationalities)>>
<<case "black">>
<<set $activeSlave.nationality = hashChoice(setup.blackNationalities)>>
<<case "pacific islander">>
<<set $activeSlave.nationality = hashChoice(setup.pacificislanderNationalities)>>
<<case "southern european">>
<<set $activeSlave.nationality = hashChoice(setup.southerneuropeanNationalities)>>
<<case "amerindian">>
<<set $activeSlave.nationality = hashChoice(setup.amerindianNationalities)>>
<<case "semitic">>
<<set $activeSlave.nationality = hashChoice(setup.semiticNationalities)>>
<<case "middle eastern">>
<<set $activeSlave.nationality = hashChoice(setup.middleeasternNationalities)>>
<<case "indo-aryan">>
<<set $activeSlave.nationality = hashChoice(setup.indoaryanNationalities)>>
<<case "malay">>
<<set $activeSlave.nationality = hashChoice(setup.malayNationalities)>>
<<default>>
<<set $activeSlave.nationality = hashChoice($nationalities)>>
<</switch>>
<<set $activeSlave.race = $fixedRace>>
<<set $fixedRace = 0>>
<</if>>
<<run nationalityToName($activeSlave)>>
<<run nationalityToAccent($activeSlave)>>
<<set $activeSlave.height = Math.round(Height.random($activeSlave))>>
<<if $activeSlave.physicalAge <= 13>>
<<if $activeSlave.height > Height.mean($activeSlave) * 170/172.5>>
<<set $activeSlave.hips = either(-2, -1, -1, 0, 1)>>
<<set $activeSlave.shoulders = either(-1, -1, 0, 0, 0, 1)>>
<<else>>
<<set $activeSlave.hips = either(-2, -2, -1, -1, 0)>>
<<set $activeSlave.shoulders = either(-2, -1, -1, 0, 0, 1)>>
<</if>>
<<else>>
<<if $activeSlave.height >= Height.mean($activeSlave) * 170/172.5>>
<<set $activeSlave.hips = either(-2, -1, -1, 0, 1)>>
<<set $activeSlave.shoulders = either(-1, 0, 1, 1, 2, 2)>>
<<else>>
<<set $activeSlave.hips = either(-2, -2, -1, -1, 0)>>
<<set $activeSlave.shoulders = either(-1, 0, 0, 1, 1, 2)>>
<</if>>
<</if>>
/% End height replacement section. %/
<<set $activeSlave.weight = random(-100, 180)>>
<<if $activeSlave.physicalAge < 13>>
<<set $activeSlave.waist = random(-15,25)>>
<<elseif ($activeSlave.weight < -30)>>
<<set $activeSlave.waist = random(-45,45)>>
<<elseif ($activeSlave.weight <= 30)>>
<<set $activeSlave.waist = random(-15,65)>>
<<elseif ($activeSlave.weight <= 160)>>
<<set $activeSlave.waist = random(5,100)>>
<<else>>
<<set $activeSlave.waist = random(50,100)>>
<</if>>
<<if ($activeSlave.intelligenceImplant >= 15 || $activeSlave.intelligence > 95) && ($activeSlave.accent >= 3) && ($activeSlave.intelligence) > random(0,100)>>
<<set $activeSlave.accent -= 1>>
<</if>>
<<set _maleCrookedTeethGen = $activeSlave.intelligence+$activeSlave.intelligenceImplant>>
<<if "American" == $activeSlave.nationality>>
<<set _maleCrookedTeethGen += 22>>
<<elseif ["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Czech", "Cypriot", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes($activeSlave.nationality)>>
<<else>>
<<set _maleCrookedTeethGen -= 20>>
<</if>>
<<if random(0,_maleCrookedTeethGen) <= 15 && $activeSlave.physicalAge >= 12>>
<<set $activeSlave.teeth = "crooked">>
<</if>>
<<switch $activeSlave.race>>
<<case "black">>
<<set $activeSlave.butt = either(1, 1, 2, 3)>>
<<set $activeSlave.boobs = either(100, 200, 200, 300, 300, 400, 500)>>
<<set $activeSlave.lips = random(5,30)>>
<<set $activeSlave.skin = either("black", "dark brown", "brown")>>
<<set $activeSlave.hColor = either("black", "black", "black", "brown")>>
<<set $activeSlave.hStyle = either("neat", "crinkled")>>
<<case "white">>
<<set $activeSlave.butt = either(1, 1, 2, 3)>>
<<set $activeSlave.boobs = either(100, 200, 200, 300, 300, 400, 500)>>
<<set $activeSlave.lips = random(5,25)>>
<<if $activeSlave.nationality == "German">>
<<set $activeSlave.skin = either("pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "blue", "blue", "brown", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "blonde", "blonde", "red", "brown")>>
<<elseif $activeSlave.nationality == "Icelandic">>
<<set $activeSlave.skin = either("pale", "pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "blue", "blue", "brown", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "blonde", "blonde", "red", "brown")>>
<<elseif $activeSlave.nationality == "Irish">>
<<set $activeSlave.skin = either("pale", "pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "brown", "green", "green", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "red", "red", "red", "brown")>>
<<elseif $activeSlave.nationality == "Scottish">>
<<set $activeSlave.skin = either("pale", "fair", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "brown", "brown", "green", "green", "green")>>
<<set $activeSlave.hColor = either("black", "black", "blonde", "red", "red", "red", "brown")>>
<<else>>
<<set $activeSlave.skin = either("pale", "light", "fair")>>
<<set $activeSlave.eyeColor = either("blue", "brown", "green")>>
<<set $activeSlave.hColor = either("black", "blonde", "red", "brown")>>
<</if>>
<<set $activeSlave.hStyle = "neat">>
<<case "latina">>
<<set $activeSlave.butt = either(1, 1, 2, 3)>>
<<set $activeSlave.boobs = either(100, 200, 200, 300, 300, 400, 500)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("light olive", "brown", "dark brown", "tanned", "dark olive")>>
<<set $activeSlave.hColor = either("black", "black", "brown", "brown")>>
<<set $activeSlave.hStyle = "neat">>
<<case "indo-aryan" "malay" "pacific islander" "amerindian">>
<<set $activeSlave.butt = either(1, 1, 2, 3)>>
<<set $activeSlave.boobs = either(100, 200, 200, 300, 300, 400, 500)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("dark", "light")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = "neat">>
<<case "asian">>
<<set $activeSlave.butt = either(1, 1, 2, 3)>>
<<set $activeSlave.boobs = either(100, 200, 200, 300, 300, 400, 500)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("light olive", "dark olive", "light")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = "neat">>
<<case "middle eastern" "semitic" "southern european">>
<<set $activeSlave.butt = either(1, 1, 2, 3)>>
<<set $activeSlave.boobs = either(100, 200, 200, 300, 300, 400, 500)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("fair", "light olive", "tanned", "light")>>
<<set $activeSlave.hColor = either("black")>>
<<set $activeSlave.hStyle = "neat">>
<<default>>
<<set $activeSlave.butt = either(1, 1, 2, 3)>>
<<set $activeSlave.boobs = either(100, 200, 200, 300, 300, 400, 500)>>
<<set $activeSlave.lips = random(5,25)>>
<<set $activeSlave.skin = either("pale", "dark", "light")>>
<<set $activeSlave.hColor = either("black", "black", "black", "black", "brown", "brown", "blonde", "red")>>
<<set $activeSlave.hStyle = "neat">>
<</switch>>
<<if $activeSlave.physicalAge > 55>>
<<if random(1,100) > 40>>
<<set $activeSlave.hStyle = "bald", $activeSlave.bald = 1>>
<</if>>
<</if>>
<<if ($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")>>
<<if random(1,4) == 1>>
<<set $activeSlave.markings = either("freckles", "freckles", "freckles", "heavily freckled", "beauty mark", "beauty mark", "birthmark", "birthmark")>>
<</if>>
<<elseif random(1,8) == 1>>
<<set $activeSlave.markings = either("beauty mark", "birthmark")>>
<</if>>
<<set $activeSlave.origRace = $activeSlave.race>>
<<set $activeSlave.origEye = $activeSlave.eyeColor>>
<<set $activeSlave.origHColor = $activeSlave.hColor>>
<<set $activeSlave.origSkin = $activeSlave.skin>>
<<set $activeSlave.pubicHColor = $activeSlave.hColor>>
<<set $activeSlave.pubicHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy")>>
<<set $activeSlave.underArmHColor = $activeSlave.hColor>>
<<set $activeSlave.underArmHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy", "bushy", "bushy")>>
<<if ($activeSlave.pubicHStyle == "hairless" || $activeSlave.underArmHStyle == "hairless") && random(1,100) > 40>>
<<set $activeSlave.pubicHStyle = "hairless", $activeSlave.underArmHStyle = "hairless">>
<</if>>
<<if ($activeSlave.hColor == "blonde" && random(1,20) > 17)>>
<<set $activeSlave.eyebrowHColor = either("brown", "brown", "brown", "brown", "black")>>
<<set $activeSlave.override_Brow_H_Color = 1>>
<<else>>
<<set $activeSlave.eyebrowHColor = $activeSlave.hColor>>
<</if>>
<<set $activeSlave.eyebrowHStyle = either("bald", "shaved", "shaved", "straight", "straight", "straight", "straight", "straight", "straight", "rounded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "slanted inwards", "slanted outwards", "high-arched", "elongated", "shortened", "curved", "curved", "curved", "curved", "curved")>>
<<set $activeSlave.eyebrowFullness = either("pencil-thin", "thin", "thin", "threaded", "threaded", "threaded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "tapered", "tapered", "tapered", "thick", "thick", "bushy")>>
<<if ($weightAffectsAssets != 0)>>
<<if $activeSlave.weight < -10 && $activeSlave.butt > 1>>
<<set $activeSlave.butt -= 1>>
<<elseif $activeSlave.weight > 100 && $activeSlave.butt < 6>>
<<set $activeSlave.butt += random(1,2)>>
<<elseif $activeSlave.weight > 10 && $activeSlave.butt < 4>>
<<set $activeSlave.butt += 1>>
<</if>>
<<if $activeSlave.weight < -10 && $activeSlave.boobs > 200>>
<<set $activeSlave.boobs -= 100>>
<<elseif $activeSlave.weight > 190 && $activeSlave.boobs < 3000>>
<<set $activeSlave.boobs += (random(3,8)*100)>>
<<elseif $activeSlave.weight > 160 && $activeSlave.boobs < 1500>>
<<set $activeSlave.boobs += (random(2,6)*100)>>
<<elseif $activeSlave.weight > 130 && $activeSlave.boobs < 1500>>
<<set $activeSlave.boobs += (random(1,4)*100)>>
<<elseif $activeSlave.weight > 95 && $activeSlave.boobs < 1200>>
<<set $activeSlave.boobs += (random(1,3)*100)>>
<<elseif $activeSlave.weight > 30 && $activeSlave.boobs < 1000>>
<<set $activeSlave.boobs += 100>>
<</if>>
<</if>>
<<set _maleBoobShapeGen = []>>
<<if $activeSlave.boobs > 250 && $activeSlave.boobs < 800>>
<<set _maleBoobShapeGen.push("perky")>>
<<set _maleBoobShapeGen.push("downward-facing")>>
<</if>>
<<if $activeSlave.boobs > 400 && $activeSlave.boobs < 1200>>
<<set _maleBoobShapeGen.push("torpedo-shaped")>>
<<set _maleBoobShapeGen.push("wide-set")>>
<</if>>
<<if $activeSlave.boobs > 800 && $activeSlave.physicalAge > random(10,50)>>
<<set _maleBoobShapeGen.push("saggy")>>
<</if>>
<<if _maleBoobShapeGen.length == 1>>
<<if random(1,2) != 1>>
<<set $activeSlave.boobShape = _maleBoobShapeGen.random()>>
<</if>>
<<elseif _maleBoobShapeGen.length > 1>>
<<if random(1,3) != 1>>
<<set $activeSlave.boobShape = _maleBoobShapeGen.random()>>
<</if>>
<</if>>
<<if passage() != "Starting Girls">>
<<set $activeSlave.earPiercing = either(0,0,0,1)>>
<<set $activeSlave.nosePiercing = either(0,0,0,0,1)>>
<<set $activeSlave.eyebrowPiercing = either(0,0,0,0,0,1)>>
<<set $activeSlave.dickPiercing = either(0,0,0,0,0,1)>>
<<set $activeSlave.lipsPiercing = either(0,0,0,0,0,1)>>
<<set $activeSlave.navelPiercing = either(0,0,0,0,1)>>
<<set $activeSlave.nipplesPiercing = either(0,0,0,0,1)>>
<</if>>
<<set $activeSlave.face = random(-70,20)>>
<<if random(0,2) == 1>><<set $activeSlave.face = random(-40,-10)>><</if>>
<<if $activeSlave.physicalAge > 40>>
<<set $activeSlave.face -= random(0,20)>>
<<elseif $activeSlave.physicalAge > 35>>
<<set $activeSlave.face -= random(0,10)>>
<<elseif $activeSlave.physicalAge <= 20>>
<<set $activeSlave.face += random(0,20)>>
<<elseif $activeSlave.physicalAge <= 25>>
<<set $activeSlave.face += random(0,10)>>
<</if>>
<<if $activeSlave.physicalAge >= 17>>
<<set $activeSlave.faceShape = either("masculine", "masculine", "masculine", "androgynous")>>
<<elseif $activeSlave.physicalAge >= 15>>
<<set $activeSlave.faceShape = either("masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "androgynous", "sensual", "exotic", "normal")>>
<<elseif $activeSlave.physicalAge >= 13>>
<<set $activeSlave.faceShape = either("masculine", "masculine", "masculine", "androgynous", "cute", "sensual", "exotic", "normal")>>
<<elseif $activeSlave.physicalAge >= 11>>
<<set $activeSlave.faceShape = either("masculine", "androgynous", "cute", "sensual", "exotic", "normal", "normal")>>
<<else>>
<<set $activeSlave.faceShape = either("androgynous", "androgynous", "cute", "cute", "sensual", "exotic", "normal", "normal")>>
<</if>>
<<switch $activeSlave.faceShape>>
<<case "sensual" "cute">>
<<set $activeSlave.face += random(0,20)>>
<<case "exotic" "androgynous">>
<<set $activeSlave.face += random(-10,10)>>
<<case "masculine">>
<<set $activeSlave.face += random(-10,0)>>
<</switch>>
<<if $activeSlave.boobs < 250>>
<<set $activeSlave.nipples = either("tiny", "tiny", "tiny", "tiny", "cute", "cute", "puffy", "partially inverted")>>
<<elseif $activeSlave.boobs < 500>>
<<set $activeSlave.nipples = either("tiny", "cute", "cute", "cute", "puffy", "partially inverted")>>
<<elseif $activeSlave.boobs < 1000>>
<<set $activeSlave.nipples = either("tiny", "cute", "cute", "cute", "puffy", "puffy", "partially inverted", "inverted")>>
<<else>>
<<set $activeSlave.nipples = either("cute", "puffy", "partially inverted", "inverted", "huge")>>
<</if>>
<<set $activeSlave.vagina = -1>>
<<set $activeSlave.clit = 0>>
<<set $activeSlave.preg = 0>>
<<set $activeSlave.dick = either(1, 2, 2, 2, 3, 3, 3, 4, 4, 5)>>
<<if $seeExtreme == 1>>
<<set $activeSlave.balls = either(0, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5)>>
<<else>>
<<set $activeSlave.balls = either(1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5)>>
<</if>>
<<set $activeSlave.scrotum = $activeSlave.balls>>
<<if $activeSlave.balls > 0>>
<<if $activeSlave.physicalAge >= $activeSlave.pubertyAgeXY>>
<<set $activeSlave.pubertyXY = 1>>
<<else>>
<<set $activeSlave.pubertyXY = 0>>
<</if>>
<<else>>
<<set $activeSlave.pubertyXY = 0>>
<</if>>
/% Begin circumcision rate replacement section. %/
/% The default rate of 50% is wildly unrepresentative, and there is extreme regional variation. %/
/%
What we want is the prevalence among newborns, since this game
happens about 20 years in the future, but we'll use this lacking
something better.
https://pophealthmetrics.biomedcentral.com/articles/10.1186/s12963-016-0073-5
Right now we mostly just break it down by country.
It would be better to break it down by both country
and race if statistics are available.
%/
<<if ($seeCircumcision == 0)>>
<<set $activeSlave.foreskin = $activeSlave.dick + random(0,1)>>
<<else>>
/% Temporarily use activeSlave.foreskin to store the chance of circumcision. %/
<<switch $activeSlave.nationality>>
<<case "Afghan" "Iranian" "Moroccan" "Palestinian" "Sahrawi" "Tunisian">>
<<set $activeSlave.foreskin = 100>>
<<case "Comorian" "Gabonese" "Iraqi" "Jordanian" "Kurdish" "Mauritanian" "Nigerian" "Tajik" "Turkish" "Yemeni">>
<<set $activeSlave.foreskin = 99>>
<<case "Algerian" "Azerbaijani" "Liberian" "Maldivian">>
<<set $activeSlave.foreskin = 98>>
<<case "Djiboutian" "Eritrean" "Ivorian" "Libyan" "Saudi" "Uzbek">>
<<set $activeSlave.foreskin = 97>>
<<case "Nigerien" "Pakistani" "Sierra Leonean" "Turkmen" "Zairian">>
<<set $activeSlave.foreskin = 96>>
<<case "a Cook Islander" "Egyptian" "Gambian" "Guamanian" "Malagasy" "Nauruan" "Ni-Vanuatu" "Niuean" "Palauan" "Samoan" "a Solomon Islander" "Togolese" "Tongan" "Tuvaluan">>
<<set $activeSlave.foreskin = 95>>
<<case "Cameroonian" "Senegalese" "Somali">>
<<set $activeSlave.foreskin = 94>>
<<case "Bangladeshi" "Beninese" "Bissau-Guinean" "Indonesian" "Syrian">>
<<set $activeSlave.foreskin = 93>>
<<case "Ethiopian" "Filipina" "Ghanan" "Israeli" "Kosovan">>
<<set $activeSlave.foreskin = 92>>
<<case "Kenyan" "Kyrgyz">>
<<set $activeSlave.foreskin = 91>>
<<case "Burkinabé" "Omani">>
<<set $activeSlave.foreskin = 88>>
<<case "Equatoguinean">>
<<set $activeSlave.foreskin = 87>>
<<case "Kuwaiti" "Malian">>
<<set $activeSlave.foreskin = 86>>
<<case "Guinean">>
<<set $activeSlave.foreskin = 84>>
<<case "Bahraini">>
<<set $activeSlave.foreskin = 81>>
<<case "French Polynesian">>
<<set $activeSlave.foreskin = 78>>
<<case "American" "Qatari">>
<<set $activeSlave.foreskin = 77>>
<<case "Emirati">>
<<set $activeSlave.foreskin = 76>>
<<case "Chadian">>
<<set $activeSlave.foreskin = 74>>
<<case "Tanzanian">>
<<set $activeSlave.foreskin = 72>>
<<case "Congolese">>
<<set $activeSlave.foreskin = 70>>
<<case "Central African">>
<<set $activeSlave.foreskin = 63>>
<<case "Burundian" "Malaysian">>
<<set $activeSlave.foreskin = 61>>
<<case "Lebanese">>
<<set $activeSlave.foreskin = 60>>
<<case "Angolan">>
<<set $activeSlave.foreskin = 58>>
<<case "Fijian" "Kazakh">>
<<set $activeSlave.foreskin = 56>>
<<case "Bruneian" "Korean" "Mosotho">>
/% Population-weighted average of South Korea and North Korea. %/
<<set $activeSlave.foreskin = 52>>
<<case "New Caledonian">>
<<set $activeSlave.foreskin = 50>>
<<case "Albanian">>
<<set $activeSlave.foreskin = 48>>
<<case "Mozambican">>
<<set $activeSlave.foreskin = 47>>
<<case "South African">>
<<set $activeSlave.foreskin = 45>>
<<case "Dominican">>
<<set $activeSlave.foreskin = 43>>
<<case "Bosnian">>
<<set $activeSlave.foreskin = 42>>
<<case "Sudanese">>
<<set $activeSlave.foreskin = 39>>
<<case "Mexican">>
<<set $activeSlave.foreskin = 38>>
<<case "Macedonian">>
<<set $activeSlave.foreskin = 34>>
<<case "a New Zealander">>
<<set $activeSlave.foreskin = 33>>
<<case "Canadian">>
<<set $activeSlave.foreskin = 32>>
<<case "Scottish">>
<<set $activeSlave.foreskin = 28>>
<<case "Australian" "Ugandan">>
<<set $activeSlave.foreskin = 27>>
<<case "Namibian">>
<<set $activeSlave.foreskin = 26>>
<<case "South Sudanese">>
<<set $activeSlave.foreskin = 24>>
<<case "Belgian" "Cypriot" "Thai">>
<<set $activeSlave.foreskin = 23>>
<<case "Malawian">>
<<set $activeSlave.foreskin = 22>>
<<case "British">>
<<set $activeSlave.foreskin = 21>>
<<case "Puerto Rican">>
<<set $activeSlave.foreskin = 20>>
<<case "Montenegrin">>
<<set $activeSlave.foreskin = 19>>
<<case "Mauritian">>
<<set $activeSlave.foreskin = 17>>
<<case "Motswana" "Singaporean" "Surinamese">>
<<set $activeSlave.foreskin = 15>>
<<case "Chinese" "French" "Indian" "Jamaican">>
<<set $activeSlave.foreskin = 14>>
<<case "Bulgarian" "Rwandan" "Zambian">>
<<set $activeSlave.foreskin = 13>>
<<case "French Guianan" "Guyanese" "Russian">>
<<set $activeSlave.foreskin = 12>>
<<case "German">>
<<set $activeSlave.foreskin = 11>>
<<case "Belarusian" "Georgian" "Papua New Guinean">>
<<set $activeSlave.foreskin = 10>>
<<case "Japanese" "Zimbabwean">>
<<set $activeSlave.foreskin = 9>>
<<case "Slovene" "Sri Lankan" "Swazi" "Taiwanese">>
<<set $activeSlave.foreskin = 8>>
<<case "Catalan" "Haitian" "Spanish">>
<<set $activeSlave.foreskin = 7>>
<<case "Austrian" "Dutch" "East Timorese" "Swiss" "Trinidadian">>
<<set $activeSlave.foreskin = 6>>
<<case "Danish" "Greek" "a Liechtensteiner" "Swedish">>
<<set $activeSlave.foreskin = 5>>
<<case "Burmese" "Cambodian" "Mongolian" "Nepalese" "Peruvian" "Serbian">>
<<set $activeSlave.foreskin = 4>>
<<case "Argentinian" "Italian" "Norwegian">>
<<set $activeSlave.foreskin = 3>>
<<case "Luxembourgian" "Tibetan" "Ukrainian" "Vincentian">>
<<set $activeSlave.foreskin = 2>>
<<case "Andorran" "Barbadian" "Bermudian" "Bhutanese" "Brazilian" "Croatian" "Finnish" "Hungarian" "Irish" "Moldovan" "Monégasque" "Panamanian" "Portuguese" "Seychellois" "Uruguayan">>
<<set $activeSlave.foreskin = 1>>
<<case "Antiguan" "Armenian" "Bahamian" "Belizean" "Bolivian" "Cape Verdean" "Chilean" "Colombian" "Costa Rican" "Cuban" "Czech" "Dominiquais" "Ecuadorian" "Estonian" "Greenlandic" "Grenadian" "Guatemalan" "Honduran" "I-Kiribati" "Icelandic" "Kittitian" "Laotian" "Latvian" "Lithuanian" "Maltese" "Marshallese" "Micronesian" "Nicaraguan" "Paraguayan" "Polish" "Romanian" "Saint Lucian" "Salvadoran" "Sammarinese" "São Toméan" "Slovak" "Vatican" "Venezuelan" "Vietnamese">>
<<set $activeSlave.foreskin = 0>>
<<default>>
/% Some overlooked country, or possibly stateless. Use global average. %/
<<set $activeSlave.foreskin = 38>>
<</switch>>
/% Second pass for minorities in other countries. %/
<<if ($activeSlave.race == "middle eastern") && ($activeSlave.foreskin < 76)>>
<<set $activeSlave.foreskin = 76>>
<</if>>
<<if ($activeSlave.race == "semitic") && ($activeSlave.foreskin < 90)>>
<<set $activeSlave.foreskin = 90>>
<</if>>
/% Chance activeSlave.foreskin back to the normal meaning. %/
<<if (random(0,99) < $activeSlave.foreskin)>>
<<set $activeSlave.foreskin = 0>>
<<else>>
<<set $activeSlave.foreskin = $activeSlave.dick + random(0,1)>>
<</if>>
<</if>>
/% End circumcision rate replacement section. %/
<<if $activeSlave.balls == 0>>
<<if random(0,1) == 1 && $activeSlave.faceShape == "masculine">>
<<set $activeSlave.faceShape = either("androgynous", "cute")>>
<</if>>
<<else>>
<<set $activeSlave.scrotum = $activeSlave.balls + either(0, 0, 1)>>
<</if>>
<<if $activeSlave.balls > 2>>
<<set $activeSlave.voice = 1>>
<<elseif $activeSlave.balls > 0>>
<<set $activeSlave.voice = either(1, 1, 2)>>
<<else>>
<<set $activeSlave.voice = either(1, 2, 2)>>
<</if>>
<<if $activeSlave.attrXY > 0>>
<<set $activeSlave.anus = either(0, 1, 2)>>
<<else>>
<<set $activeSlave.anus = either(0, 0, 0, 1, 1, 2)>>
<</if>>
<<set $activeSlave.analArea = $activeSlave.anus + either(0, 0, 0, 1)>>
<<if $activeSlave.anus == 0>>
<<set $activeSlave.analSkill = 0>>
<<elseif random(1,4) == 1>>
<<set $activeSlave.anusTat = "bleached">>
<</if>>
/%pedoshit%/
<<if $activeSlave.physicalAge <= 13>>
<<set $activeSlave.dick = either(1, 1, 1, 1, 2, 2, 2, 3)>>
<<set $activeSlave.balls = either(0, 0, 1, 1, 1, 2, 2, 2, 2, 3, 3)>>
<<set $activeSlave.scrotum = $activeSlave.balls>>
<<set $activeSlave.anus = either(0, 0, 0, 0, 0, 1)>>
<<elseif $activeSlave.physicalAge <= 15>>
<<set $activeSlave.dick = either(1, 1, 1, 2, 2, 2, 3)>>
<<set $activeSlave.balls = either(0, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4)>>
<<set $activeSlave.scrotum = $activeSlave.balls>>
<<set $activeSlave.anus = either(0, 0, 0, 0, 1, 1, 1)>>
<<elseif $activeSlave.physicalAge <= 17>>
<<set $activeSlave.dick = either(1, 1, 2, 2, 3, 3)>>
<<set $activeSlave.balls = either(0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 5)>>
<<set $activeSlave.scrotum = $activeSlave.balls>>
<<set $activeSlave.anus = either(0, 0, 0, 1, 1, 1)>>
<</if>>
<<if ($activeSlave.physicalAge <= 13)>>
<<set $activeSlave.butt = either(1, 1, 1, 2, 2, 3, 3, 4)>>
<</if>>
<<if ($activeSlave.physicalAge <= 11)>>
<<set $activeSlave.voice = either(2, 2, 2, 3, 3, 3, 3, 3, 3)>>
<<elseif ($activeSlave.physicalAge <= 13)>>
<<set $activeSlave.voice = either(1, 1, 2, 2, 2, 2, 2, 3, 3)>>
<<elseif ($activeSlave.physicalAge <= 16)>>
<<set $activeSlave.voice = either(1, 1, 1, 2, 2, 2, 2, 2, 3)>>
<</if>>
<<if $activeSlave.actualAge >= 18 && random(1,100) < 3>>
<<set $activeSlave.vasectomy = 1>>
<</if>>
<<if $activeSlave.physicalAge <= 3>>
<<set $activeSlave.pregAdaptation = 10>>
<<else>>
<<set $activeSlave.pregAdaptation = 20>>
<</if>>
<<if $activeSlave.fuckdoll > 0>>
<<set $activeSlave.pronoun = "it", $activeSlave.possessivePronoun = "its", $activeSlave.possessive = "its", $activeSlave.object = "it", $activeSlave.objectReflexive = "itself", $activeSlave.noun = "toy">>
<<elseif $activeSlave.dick > 0 && $activeSlave.vagina == -1 && $diversePronouns == 1>>
<<set $activeSlave.pronoun = "he", $activeSlave.possessivePronoun = "his", $activeSlave.possessive = "his", $activeSlave.object = "him", $activeSlave.objectReflexive = "himself", $activeSlave.noun = "boy">>
<<else>>
<<set $activeSlave.pronoun = "she", $activeSlave.possessivePronoun = "hers", $activeSlave.possessive = "her", $activeSlave.object = "her", $activeSlave.objectReflexive = "herself", $activeSlave.noun = "girl">>
<</if>>
<<if passage() == "Slave Markets" && $slaveMarket == "corporate">>
<<if ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>>
<<if $activeSlave.race != $captureUpgradeRace>>
<<set $activeSlave.race = $captureUpgradeRace>>
<</if>>
<</if>>
<</if>>
<<if $seeExtreme == 1>>
<<run disabilityRoll($activeSlave)>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/generateXYSlave.tw
|
tw
|
bsd-3-clause
| 31,884 |
:: Growth Research Institute [nobr]
<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Slave Schools">>
/* Multi-Purchase Support */
<<if ndef $newSlaves>><<set $newSlaves = []>><</if>>
<<if $newSlaves.length > 0>>
<<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "GRI", $returnTo = "Main", $newSlaveIndex = 0>>
<</if>>
//The Growth Research Institute (GRI) is not primarily a slave school at all, but rather the world leader in female growth hormone development. It operates research centers in the Free Cities to avoid traditional medical research laws. GRI runs several slave schools to raise healthy, unmodified subjects for use in trials. After a year of experimental hormone treatment they are sold. <<if $GRI.schoolUpgrade != 0>><br><br>You have endowed <<if $GRI.schoolUpgrade == 1>>a research focus on advanced curatives; most subjects now leave the GRI at unnatural levels of vitality.<<else>>a research focus on milk production; subjects' breasts are bigger and milkier than ever.<</if>> As a major <<if $PC.title == 0>>benefactrix<<else>>benefactor<</if>> of the institution, you also receive a discount on them.<</if>>//
<br><br>GRI offers a fresh graduate for inspection via video call. The interview takes place in the graduate's bare-metal holding cell. Disturbingly, it is strongly reminiscent of an enclosure for a lab animal, only scaled up to contain a lab animal of human dimensions.
<<GenerateMarketSlave "GRI">>
<<slaveCost $activeSlave>>
<<if $GRI.schoolSale != 0>>
<<set $slaveCost = Math.trunc($slaveCost*0.5)>>
<<elseif $GRI.schoolUpgrade != 0>>
<<set $slaveCost = Math.trunc($slaveCost*0.8)>>
<</if>>
<<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
<<if $cash >= $slaveCost>>
<br>[[Buy her and check out other slaves to order|Growth Research Institute][$cash -= $slaveCost, $GRI.schoolSale = 0, $GRI.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]]
<<if $newSlaves.length == 0>>
<br>[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $GRI.schoolSale = 0, $GRI.studentsBought += 1, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main"]]
<<else>>
<br>[[Buy her and Finish your order of slaves|Bulk Slave Intro][$cash -= $slaveCost, $GRI.schoolSale = 0, $GRI.studentsBought += 1, $newSlaves.push($activeSlave)]]
<</if>>
<<else>>
//You lack the necessary funds to buy this slave.//
<</if>>
<br>[[Decline to purchase her and check out another slave|Growth Research Institute][$slavesSeen += 1]]
<<if $newSlaves.length > 0>>
<br>[[Finish your order of slaves|Bulk Slave Intro]]
<</if>>
<br><br>
<<set $saleDescription = 1>><<include "Long Slave Description">>
|
amomynous0/fc
|
src/uncategorized/growthResearchInstitute.tw
|
tw
|
bsd-3-clause
| 3,127 |
:: Head Girl Suite [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Head Girl Suite", $showEncyclopedia = 1, $encyclopedia = "Head Girl Suite", $HGSuiteSlaves = $HGSuiteiIDs.length, _SL = $slaves.length>>
<<if $HGSuiteName != "the Head Girl Suite">>
<<set $HGSuiteNameCaps = $HGSuiteName.replace("the ", "The ")>>
<</if>>
<<headgirlSuiteAssignmentFilter>>
<<set _i = $slaves.findIndex(function(s) { return s.assignment == "live with your Head Girl"; })>>
<<if $HeadGirl == 0>>
You have no Head Girl appointed to live in $HGSuiteName.
<<elseif $HGSuiteSlaves > 0>>
Your Head Girl $HeadGirl.slaveName has $slaves[_i].slaveName living in $HGSuiteName with her, as her servant, assistant, and sexual appliance.
<<else>>
Your Head Girl $HeadGirl.slaveName lives alone in her handsome suite.
<</if>>
<br>//Any slave assigned to live with your Head Girl will become, for most practical purposes, her slave.//
<br>
<<if $HGSuiteEquality == 1>>
The two slaves living in $HGSuiteName are ''equals,'' and will alternate weeks as Head Girl and Head Girl's bitch. [[Stop|Head Girl Suite][$HGSuiteEquality = 0]]
<<else>>
The current Head Girl will ''remain Head Girl.'' [[Have them alternate|Head Girl Suite][$HGSuiteEquality = 1,$HGSuiteSurgery = 0,$HGSuiteDrugs = 0,$HGSuiteHormones = 0]] //This will only take effect if the other girl is an appropriate candidate//
<br>
<<if $HGSuiteSurgery == 1>>
She is ''allowed'' to use surgical modification on her slave. [[Disallow|Head Girl Suite][$HGSuiteSurgery = 0]]
<<else>>
She is ''not allowed'' to use surgical modification on her slave. [[Allow|Head Girl Suite][$HGSuiteSurgery = 1]]
<</if>>
<br>
<<if $HGSuiteDrugs == 1>>
She is ''allowed'' to use growth hormones on her slave. [[Disallow|Head Girl Suite][$HGSuiteDrugs = 0]]
<<else>>
She is ''not allowed'' to use growth hormones on her slave. [[Allow|Head Girl Suite][$HGSuiteDrugs = 1]]
<</if>>
<br>
<<if $HGSuiteHormones == 1>>
She is ''allowed'' to customize her slave with hormone treatments. [[Disallow|Head Girl Suite][$HGSuiteHormones = 0]]
<<else>>
She is ''not allowed'' to customize her slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]]
<</if>>
<</if>>
<<if $HGSuiteSlaves > 0>>
<br><br>''Bring the Head Girl's girl out of $HGSuiteName:''
<<headgirlSuiteAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</if>>
<<if ($slaves.length > $HGSuiteSlaves) && ($HGSuiteSlaves < 1)>>
<br><br>''Assign a slave to the Head Girl:''
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<resetAssignmentFilter>>
<<set $Flag = 0>>
<<include "Slave Summary">>
</span>
<</if>>
<br><br>Rename $HGSuiteName: <<textbox "$HGSuiteName" $HGSuiteName "Head Girl Suite">> //Use a noun or similar short phrase//
|
amomynous0/fc
|
src/uncategorized/headGirlSuite.tw
|
tw
|
bsd-3-clause
| 2,836 |
:: HG Application [nobr]
<<if ndef $HGSeverity>>
<<set $HGSeverity = 0>>
<</if>>
<<set _effectiveness = $HeadGirl.actualAge+(($HeadGirl.intelligence+$HeadGirl.intelligenceImplant)/3)-($HeadGirl.accent*5)+($HGSeverity*10)+(($activeSlave.intelligence+$activeSlave.intelligenceImplant)/3)-($activeSlave.accent*5)>>
<<if $AgePenalty == 0>>
<<set _effectiveness += Math.max(0,(30-$HeadGirl.actualAge))>>
<</if>>
<<if $HeadGirl.sexualFlaw == "abusive" && $HGSeverity >= 0>>
<<set _effectiveness += 10>>
<</if>>
<<set $activeSlave.tired = 1>>
''Your head girl __@@.pink;$HeadGirl.slaveName@@__'' notices that ''__@@.pink;$activeSlave.slaveName@@__''
<<switch $HGtraining>>
<<case "health">>
is unwell.
<<case "obedience">>
is disobedient.
<<case "paraphilia">>
has a paraphilia.
<<case "flaw">>
has an unpleasant flaw worth fixing.
<<case "soften">>
has an unpleasant flaw that she can try to soften into a unique quirk.
<<case "oral skill">>
isn't as orally skilled as she is.
<<case "anal skill">>
isn't as skilled at taking anal as she is.
<<case "fuck skill">>
isn't as skilled at vaginal intercourse as she is.
<<case "whore skill">>
isn't as skilled at the fine art of sex for money as she is.
<<case "entertain skill">>
isn't as skilled at entertainment as she is.
<</switch>>
<<if $HGtraining == "health">>
She helps $activeSlave.slaveName however she can. The tender care has @@.green;improved $activeSlave.slaveName's health.@@
<<set $activeSlave.health += 10>>
<<else>>
<<if $HeadGirl.career == "an arcology owner">>
She was once an arcology owner herself, making her truly peerless as a Head Girl.
<<set _effectiveness += 50>>
<<elseif setup.HGCareers.includes($HeadGirl.career)>>
She was used to giving commands and being obeyed in her life before she was a slave, experience she can call on now.
<<set _effectiveness += 5>>
<<elseif $HeadGirl.skillHG >= $masteredXP>>
She is used to giving commands and being obeyed because of her experience being your Head Girl, making her more effective.
<<set _effectiveness += 5>>
<</if>>
<<if $HeadGirl.actualAge > 30>>
Her age and experience help her as she works with $activeSlave.slaveName.
<<elseif $HeadGirl.actualAge < 25 && $AgePenalty > 0>>
Her youth and inexperience impede her as she works with $activeSlave.slaveName.
<</if>>
<<if $HeadGirl.accent >= 3>>
She does her best to give orders in $language, but has to resort to a lot of unseemly gesticulation and shouting, making her much less effective.
<<elseif $HeadGirl.accent == 2>>
Her heavy $HeadGirl.nationality accent impedes her clarity in $language, making her somewhat less effective.
<</if>>
<<if ($HGtraining == "obedience") || ($HGtraining == "flaw") || ($HGtraining == "soften")>>
<<if $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 50>>
<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>>
She needs her wits about her to mold $activeSlave.slaveName, who's quite intelligent herself.
<<elseif $activeSlave.intelligence+$activeSlave.intelligenceImplant >= -50>>
Her intelligence helps her mold $activeSlave.slaveName.
<<else>>
Molding $activeSlave.slaveName is very easy, especially for a smart Head Girl like her.
<</if>>
<</if>>
<<else>>
<<if $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 50>>
<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>>
Both slaves are quite intelligent, making her job much easier.
<<elseif $activeSlave.intelligence+$activeSlave.intelligenceImplant >= -50>>
She's quite intelligent and can teach $activeSlave.slaveName well.
<<else>>
She needs all her considerable intelligence to get through to the idiot she has to teach.
<</if>>
<</if>>
<</if>>
<<if $HGSeverity > 0>>
Your directives encourage her to rape any slave that fails in the slightest way, a task she approaches
<<if $HeadGirl.sexualFlaw == "abusive">>
eagerly, since she prefers to take her pleasure without consent.
<<elseif $HeadGirl.fetish == "sadist">>
with sadistic enthusiasm.
<<elseif $HeadGirl.fetish == "dom">>
with confidence.
<<elseif $HeadGirl.energy > 95>>
as a convenient way to
<<if ($HeadGirl.balls > 0)>>
drain her perpetually overfilled balls into a series of spasming holes.
<<else>>
sate her excess sexual appetite.
<</if>>
<<else>>
dutifully.
<</if>>
<<if $activeSlave.vagina == 0>>
In $activeSlave.slaveName's case, she's careful to limit her sexual abuse to things that won't take the girl's virginity. The slave
<<elseif $activeSlave.anus == 0>>
She's careful to molest $activeSlave.slaveName in ways that don't involve penetrating her virgin ass. The slave
<<else>>
$activeSlave.slaveName
<</if>>
<<if $activeSlave.devotion > 50>>
accepts the abuse, believing she deserves to be raped.
<<elseif $activeSlave.devotion >= -20>>
is @@.gold;frightened@@ by the unceasing abuse.
<<set $activeSlave.trust -= 1>>
<<else>>
@@.mediumorchid;hates@@ and @@.gold;fears@@ the constant abuse.
<<set $activeSlave.trust -= 1>>
<<set $activeSlave.devotion -= 1>>
<</if>>
$HeadGirl.slaveName makes sure her victim hates it, every time, and $activeSlave.slaveName can't help but do her very best to avoid this treatment.
<<elseif $HGSeverity == 0>>
You allow her to use her own judgment when punishing failures,
<<if $HeadGirl.sexualFlaw == "abusive">>
and she usually decides in favor of forcing misbehaving slaves to get her off.
<<elseif $HeadGirl.fetish == "sadist">>
permission the sadist uses for her own gratification.
<<elseif $HeadGirl.fetish == "dom">>
which the dominant girl uses confidently.
<<elseif $HeadGirl.energy > 95>>
which she uses to
<<if ($HeadGirl.balls > 0)>>
force her subordinates to keep her balls drained.
<<else>>
extract the constant sexual favors her libido demands.
<</if>>
<<else>>
and she does her best to be fair.
<</if>>
$activeSlave.slaveName
<<if $activeSlave.devotion > 50>>
is @@.mediumaquamarine;grateful@@ that she is punished justly when she makes mistakes.
<<set $activeSlave.trust += 1>>
<<elseif $activeSlave.devotion >= -20>>
does her best to learn quickly and avoid punishment.
<<else>>
is @@.gold;scared@@ by her inability to get away with the smallest disobedience.
<<set $activeSlave.trust -= 1>>
<</if>>
<<else>>
You require her to use respect when punishing; she does her best to motivate, but is unable to use real fear as a tool. $activeSlave.slaveName understands this, and @@.mediumaquamarine;trusts@@ that if she fails, the consequences won't be too awful.
<<set $activeSlave.trust += 1>>
<</if>>
<<if $HGtraining == "obedience">>
<<set _effectiveness -= $activeSlave.intelligence+$activeSlave.intelligenceImplant>>
<<if _effectiveness <= 0>>
$activeSlave.slaveName is smart enough to complicate things; she manages to outwit her this week and makes no progress.
<<else>>
<<set $activeSlave.devotion += Math.ceil(_effectiveness/4)>>
<<if $activeSlave.devotion < -50>>
She helps watch and restrain the rebellious $activeSlave.slaveName, helping wear her down, @@.gold;breaking $activeSlave.slaveName's rebelliousness.@@
<<elseif $activeSlave.devotion < -20>>
She keeps $activeSlave.slaveName constantly aware of her slavery, @@.gold;breaking $activeSlave.slaveName's resistance.@@
<<else>>
She acts as another pair of eyes watching $activeSlave.slaveName and metes out punishments, @@.gold;improving $activeSlave.slaveName's servitude.@@
<</if>>
<</if>>
<<elseif $HGtraining == "paraphilia">>
<<set _effectiveness -= $activeSlave.intelligence+$activeSlave.intelligenceImplant>>
<<set $activeSlave.training += _effectiveness>>
$HeadGirl.slaveName does her best to get $activeSlave.slaveName past it with punishments and rewards,
<<if $activeSlave.training > 100>>
and @@.green;resolves $activeSlave.slaveName's paraphilia.@@
<<set $activeSlave.training = 0>>
<<set $activeSlave.sexualFlaw = "none">>
<<else>>
and makes partial progress.
<</if>>
<<elseif $HGtraining == "flaw">>
<<set _effectiveness -= $activeSlave.intelligence+$activeSlave.intelligenceImplant>>
<<set $activeSlave.training += _effectiveness>>
$HeadGirl.slaveName punishes $activeSlave.slaveName whenever she catches her indulging in her bad habits,
<<if $activeSlave.training > 100>>
and @@.green;fixes $activeSlave.slaveName's flaw.@@
<<set $activeSlave.training = 0>>
<<if $activeSlave.behavioralFlaw != "none">>
<<set $activeSlave.behavioralFlaw = "none">>
<<elseif $activeSlave.sexualFlaw != "none">>
<<set $activeSlave.sexualFlaw = "none">>
<</if>>
<<else>>
and makes partial progress.
<</if>>
<<elseif $HGtraining == "soften">>
<<set _effectiveness -= $activeSlave.intelligence*15>>
<<set $activeSlave.training += _effectiveness>>
She punishes $activeSlave.slaveName whenever she sees her breaking the rules yet does her best to retain what makes the slave special,
<<if $activeSlave.training > 150>>
<<set $activeSlave.training = 0>>
and successfully @@.green;softens $activeSlave.slaveName's flaw.@@
<<if $activeSlave.behavioralFlaw != "none">>
<<run SoftenBehavioralFlaw($activeSlave)>>
<<elseif $activeSlave.sexualFlaw != "none">>
<<run SoftenSexualFlaw($activeSlave)>>
<</if>>
<<else>>
and makes partial progress.
<</if>>
<<elseif $HGtraining == "oral skill">>
<<set $activeSlave.training = 0>>
<<if ($HeadGirl.fetish == "cumslut") && ($HeadGirl.fetishStrength > 60)>>
In spare moments she teaches $activeSlave.slaveName how to suck cocks, cunts, and assholes. Her enthusiasm for oral sex is infectious. $activeSlave.slaveName's @@.green;oral skills have improved.@@
<<set $skillIncrease = random(5,10)>><<OralSkillIncrease $activeSlave>>
<<elseif ($HeadGirl.dick > 0) && canAchieveErection($HeadGirl) && $HeadGirl.dickAccessory != ("chastity")>>
In spare moments she teaches $activeSlave.slaveName how to suck cocks, cunts, and assholes. Your head girl uses her penis as an effective teaching tool. $activeSlave.slaveName's @@.green;oral skills have improved.@@
<<set $skillIncrease = random(5,10)>><<OralSkillIncrease $activeSlave>>
<<elseif ($HeadGirl.clit > 2)>>
In spare moments she teaches $activeSlave.slaveName how to suck cocks, cunts, and assholes. Your head girl uses her pseudophallus-sized clit as an effective teaching tool. $activeSlave.slaveName's @@.green;oral skills have improved.@@
<<set $skillIncrease = random(5,10)>><<OralSkillIncrease $activeSlave>>
<<else>>
In spare moments she teaches $activeSlave.slaveName how to suck cocks, cunts, and assholes. $activeSlave.slaveName's @@.green;oral skills have improved.@@
<</if>>
<<set $skillIncrease = Math.ceil(_effectiveness/10)>><<OralSkillIncrease $activeSlave>>
<<elseif $HGtraining == "anal skill">>
<<set $activeSlave.training = 0>>
<<if ($HeadGirl.fetish == "buttslut") && ($HeadGirl.fetishStrength > 60)>>
In spare moments she teaches $activeSlave.slaveName how to take it up the ass. Your head girl's enthusiasm for backdoor loving is infectious. $activeSlave.slaveName's @@.green;anal skills have improved.@@
<<set $skillIncrease = random(5,10)>><<AnalSkillIncrease $activeSlave>>
<<elseif ($HeadGirl.dick > 0) && canAchieveErection($HeadGirl) && $HeadGirl.dickAccessory != ("chastity")>>
In spare moments she teaches $activeSlave.slaveName how to take a dick up the butt. Your head girl uses her penis as an effective teaching tool. $activeSlave.slaveName's @@.green;anal skills have improved.@@
<<set $skillIncrease = random(5,10)>><<AnalSkillIncrease $activeSlave>>
<<elseif ($HeadGirl.clit > 2)>>
In spare moments she teaches $activeSlave.slaveName how to take a phallus up the butt. Your head girl uses her pseudophallus-sized clit as an effective teaching tool. $activeSlave.slaveName's @@.green;anal skills have improved.@@
<<set $skillIncrease = random(5,10)>><<AnalSkillIncrease $activeSlave>>
<<else>>
In spare moments she teaches $activeSlave.slaveName how to take a dick up the butt. $activeSlave.slaveName's @@.green;anal skills have improved.@@
<</if>>
<<set $skillIncrease = Math.ceil(_effectiveness/10)>><<AnalSkillIncrease $activeSlave>>
<<elseif $HGtraining == "fuck skill">>
<<set $activeSlave.training = 0>>
<<if ($HeadGirl.energy > 95)>>
In spare moments she teaches $activeSlave.slaveName how to take a dick. Your head girl's enthusiasm for sex is infectious. $activeSlave.slaveName's @@.green;vanilla sex skills have improved.@@
<<set $skillIncrease = random(5,10)>><<VaginalSkillIncrease $activeSlave>>
<<elseif ($HeadGirl.dick > 0) && canAchieveErection($HeadGirl) && $HeadGirl.dickAccessory != ("chastity")>>
In spare moments she teaches $activeSlave.slaveName how to take a dick. Your head girl uses her penis as an effective teaching tool. $activeSlave.slaveName's @@.green;vanilla sex skills have improved.@@
<<set $skillIncrease = random(5,10)>><<VaginalSkillIncrease $activeSlave>>
<<elseif ($HeadGirl.clit > 2)>>
In spare moments she teaches $activeSlave.slaveName how to take a phallus. Your head girl uses her pseudophallus-sized clit as an effective teaching tool. $activeSlave.slaveName's @@.green;vanilla sex skills have improved.@@
<<set $skillIncrease = random(5,10)>><<VaginalSkillIncrease $activeSlave>>
<<else>>
In spare moments she teaches $activeSlave.slaveName how to take a dick. $activeSlave.slaveName's @@.green;vanilla sex skills have improved.@@
<</if>>
<<set $skillIncrease = Math.ceil(_effectiveness/10)>><<VaginalSkillIncrease $activeSlave>>
<<elseif $HGtraining == "whore skill">>
<<set $activeSlave.training = 0>>
In spare moments she teaches $activeSlave.slaveName how to prostitute herself. $activeSlave.slaveName's @@.green;whoring skills have improved.@@
<<set $skillIncrease = Math.ceil(_effectiveness/10)>><<WhoreSkillIncrease $activeSlave>>
<<elseif $HGtraining == "entertain skill">>
<<set $activeSlave.training = 0>>
<<if ($HeadGirl.fetish == "humiliation") && ($HeadGirl.fetishStrength > 60)>>
In spare moments she teaches $activeSlave.slaveName how to entertain. Your head girl's enthusiasm for public display is infectious. $activeSlave.slaveName's @@.green;entertainment skills have improved.@@
<<set $skillIncrease = random(5,10)>><<EntertainSkillIncrease $activeSlave>>
<<else>>
In spare moments she teaches $activeSlave.slaveName how to entertain. $activeSlave.slaveName's @@.green;entertainment skills have improved.@@
<</if>>
<<set $skillIncrease = Math.ceil(_effectiveness/10)>><<EntertainSkillIncrease $activeSlave>>
<</if>>
<</if>>
<<if ($activeSlave.devotion >= -20)>>
<<if ($activeSlave.attrKnown == 0)>>
<<set $activeSlave.attrKnown = 1>>
$HeadGirl.slaveName also investigates the slave's basic sexual orientation, finding that she is
<<if ($activeSlave.attrXY <= 40)>>
@@.red;disgusted by men@@
<<elseif ($activeSlave.attrXY <= 60)>>
indifferent to men
<<elseif ($activeSlave.attrXY <= 80)>>
@@.green;attracted to men@@
<<else>>
@@.green;intensely attracted to men@@
<</if>>
and
<<if ($activeSlave.attrXX <= 40)>>
@@.red;disgusted by women.@@
<<elseif ($activeSlave.attrXX <= 60)>>
indifferent to women.
<<elseif ($activeSlave.attrXX <= 80)>>
@@.green;attracted to women.@@
<<else>>
@@.green;intensely attracted to women.@@
<</if>>
<</if>>
<</if>>
<<if $activeSlave.devotion >= -20>>
<<if $activeSlave.genes == "XY">>
<<if $activeSlave.attrXY <= 35>>
<<set _piercingForbidden = 0>>
<<for _i = 0; _i < 1; _i++>>
<<if $activeSlave.earPiercing == 0>>
<<set $activeSlave.earPiercing = 1>>
<<run RulesDeconfliction($activeSlave)>>
<<if $activeSlave.earPiercing != $slaveAfterRA.earPiercing>>
<<set _piercingForbidden = 1, $activeSlave.earPiercing = 0>>
<<else>>
$HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave girl, so she has the slave's ears pierced. A little feminine touch can make a big difference.
<<set $cash -= $modCost>>
<<break>>
<</if>>
<</if>>
<<if $activeSlave.nosePiercing == 0>>
<<set $activeSlave.nosePiercing = 1>>
<<run RulesDeconfliction($activeSlave)>>
<<if $activeSlave.nosePiercing != $slaveAfterRA.nosePiercing>>
<<set _piercingForbidden = 1, $activeSlave.nosePiercing = 0>>
<<else>>
$HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave girl, so she gives the slave a cute little nose piercing. It should help $activeSlave.slaveName see herself as a bit more feminine.
<<set $cash -= $modCost>>
<<break>>
<</if>>
<</if>>
<<if $activeSlave.eyebrowPiercing == 0>>
<<set $activeSlave.eyebrowPiercing = 1>>
<<run RulesDeconfliction($activeSlave)>>
<<if $activeSlave.eyebrowPiercing != $slaveAfterRA.eyebrowPiercing>>
<<set _piercingForbidden = 1, $activeSlave.eyebrowPiercing = 0>>
<<else>>
$HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave girl, so she gives the slave a cute little eyebrow piercing. A slutty touch for a teenage girl should help her feel a little hungrier for cock.
<<set $cash -= $modCost>>
<<break>>
<</if>>
<</if>>
<<if $activeSlave.lipsPiercing == 0>>
<<set $activeSlave.lipsPiercing = 1>>
<<run RulesDeconfliction($activeSlave)>>
<<if $activeSlave.lipsPiercing != $slaveAfterRA.lipsPiercing>>
<<set _piercingForbidden = 1, $activeSlave.lipsPiercing = 0>>
<<else>>
$HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave girl, so she has the slave's lower lip pierced. Her mouth is for pleasing penises now, so it'll help her if it looks like it.
<<set $cash -= $modCost>>
<<break>>
<</if>>
<</if>>
<<if $activeSlave.navelPiercing == 0>>
<<set $activeSlave.navelPiercing = 1>>
<<run RulesDeconfliction($activeSlave)>>
<<if $activeSlave.navelPiercing != $slaveAfterRA.navelPiercing>>
<<set _piercingForbidden = 1, $activeSlave.navelPiercing = 0>>
<<else>>
$HeadGirl.slaveName knows that $activeSlave.slaveName needs help adjusting to life as a slave girl, so she has the slave's navel pierced. The prettier her lower half looks, the less reluctant she should feel to take it up the butt.
<<set $cash -= $modCost>>
<<break>>
<</if>>
<</if>>
<<break>>
<</for>>
<<if _piercingForbidden>>
$HeadGirl.slaveName thinks some cute piercings might help $activeSlave.slaveName adjust to life as a slave girl, but she also knows you have rules applied to this slave that forbid it.
<</if>>
<</if>>
<</if>>
<</if>>
<<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> /* save changes */
|
amomynous0/fc
|
src/uncategorized/hgApplication.tw
|
tw
|
bsd-3-clause
| 18,551 |
:: HG Select [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $showEncyclopedia = 1, $encyclopedia = "Head Girl">>
<<showallAssignmentFilter>>
<h1>Head Girl Management</h1>
<<set _HGName = "Your Head Girl">>
<<if ($HeadGirl != 0)>>
<<set $HeadGirl = getSlave($HeadGirl.ID)>>
<<if $surnameOrder != 1>>
<<switch $HeadGirl.nationality>>
<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
<<if $HeadGirl.slaveSurname>>
<<set _HGName = $HeadGirl.slaveSurname + " " + $HeadGirl.slaveName>>
<<else>>
<<set _HGName = $HeadGirl.slaveName>>
<</if>>
<<default>>
<<set _HGName = $HeadGirl.slaveName>>
<<if $HeadGirl.slaveSurname>><<set _HGName += " " + $HeadGirl.slaveSurname>><</if>>
<</switch>>
<<else>>
<<set _HGName = $HeadGirl.slaveName>>
<<if $HeadGirl.slaveSurname>><<set _HGName += " " + $HeadGirl.slaveSurname>><</if>>
<</if>>
''__@@.pink;_HGName@@__'' is serving as your Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort; it is her role to serve and comfort you at your side, in addition to performing normal head girl duties<</if>>.
<br><br>
<</if>>
__Slave training__
//_HGName will prioritize enabled items in the following order.//
<br>
<<if $headGirlTrainsHealth>><<checkbox "$headGirlTrainsHealth" 0 1 checked>><<else>><<checkbox "$headGirlTrainsHealth" 0 1>><</if>>
Health
<br>
<<if $headGirlTrainsFlaws>><<checkbox "$headGirlTrainsFlaws" 0 1 checked>><<else>><<checkbox "$headGirlTrainsFlaws" 0 1>><</if>>
Flaws
<<if $headGirlSoftensFlaws>><<checkbox "$headGirlSoftensFlaws" 0 1 checked>><<else>><<checkbox "$headGirlSoftensFlaws" 0 1>><</if>>
Soften
<br>
<<if $headGirlTrainsParaphilias>><<checkbox "$headGirlTrainsParaphilias" 0 1 checked>><<else>><<checkbox "$headGirlTrainsParaphilias" 0 1>><</if>>
Paraphilias
<br>
<<if $headGirlTrainsObedience>><<checkbox "$headGirlTrainsObedience" 0 1 checked>><<else>><<checkbox "$headGirlTrainsObedience" 0 1>><</if>>
Obedience
<br>
<<if $headGirlTrainsSkills>><<checkbox "$headGirlTrainsSkills" 0 1 checked>><<else>><<checkbox "$headGirlTrainsSkills" 0 1>><</if>>
Skills
<br>__Training methods__
<br>
_HGName will be
<<if ($HGSeverity > 0)>>
''aggressive'' when punishing, with rape strongly encouraged. [[Moderate|HG Select][$HGSeverity = 0]]
<<elseif ($HGSeverity == 0)>>
''moderate'' when punishing, carefully selecting appropriate consequences. [[Be aggressive|HG Select][$HGSeverity = 1]] | [[Restrict her|HG Select][$HGSeverity = -1]]
<<else>>
''respectful'' when punishing, treating slaves decently. [[Be stricter|HG Select][$HGSeverity = 0]]
<</if>>
<br>
_HGName is
<<if $HGPiercings>>
''allowed'' to use piercings as a tool to improve slaves' attitudes. [[Disallow|HG Select][$HGPiercings = 0]]
<<else>>
''not allowed'' to use piercings as a tool to improve slaves' attitudes. [[Allow|HG Select][$HGPiercings = 1]]
<</if>>
<br>__Behavior towards you__
<br>
_HGName
<<if ($HGFormality != 0)>>
will be ''formal'': she will always call you <<if $PC.title == 1>>Master<<else>>Mistress<</if>>, just like any other slave. [[Allow private informality|HG Select][$HGFormality = 0]]
<<else>>
is allowed to be ''informal'': in private, she may call you <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. [[Maintain complete formality|HG Select][$HGFormality = 1]]
<</if>>
<<if $seePreg != 0>>
<<if $HeadGirl != 0>>
<<if $universalRulesImpregnation == "HG">>
<br><br>_HGName is responsible for impregnating fertile slaves.
<<set $HGCum = 2+Math.trunc(($HeadGirl.balls/5)+($HeadGirl.energy/95)+($HeadGirl.health/95)+($HeadGirl.devotion/95)+($reproductionFormula*5))>>
<<if canPenetrate($HeadGirl) && $HeadGirl.pubertyXY == 1>>
To maximize the chances of impregnation, she will fuck fertile pussies frequently during the week. $HeadGirl.slaveName can service $HGCum slaves this way.
<<if $HeadGirl.devotion > 95>>She loves you so much she'll fuck them until she's sore.<<else>>If she were more devoted to you, she might be able to drive herself to get hard and service one more.<</if>>
<<if $HeadGirl.balls >= 120>>Her unreal balls produce nearly an endless supply of semen; her ability to impregnate is almost limitless.<<elseif $HeadGirl.balls >= 80>>Her inhuman balls produce so much semen she can easily impregnate twenty girls in one sitting.<<elseif $HeadGirl.balls >= 50>>Her giant balls produce so much semen she can easily impregnate twelve girls in one sitting.<<elseif $HeadGirl.balls >= 25>>Her oversized balls produce so much semen she can cum repeatedly in a single session.<<elseif $HeadGirl.balls >= 5>>Her big balls produce so much semen she can cum more before she's drained.<<else>>Bigger balls would let her cum more before she's drained.<</if>>
<<if $HeadGirl.health > 95>>Her wonderful health lets her get hard and stay hard all the time.<<else>>If her health were perfect, she might be able to get hard more often.<</if>>
<<if $HeadGirl.energy > 95>>Her nymphomania drives her to go above and beyond in this.<<else>>A more powerful sex drive could reduce her refractory period.<</if>>
<<else>>
However, $HeadGirl.slaveName cannot perform this duty.
<</if>>
[[Rescind her impregnation responsibility|HG Select][$universalRulesImpregnation = "none"]] | [[See to it yourself|HG Select][$universalRulesImpregnation = "PC"]]
<<else>>
<<if canPenetrate($HeadGirl) && $HeadGirl.pubertyXY == 1>>
<br><br>_HGName is capable of impregnating slaves, but it's not part of her responsibilities. [[Assign her to impregnate|HG Select][$universalRulesImpregnation = "HG"]]
<</if>>
<</if>>
<</if>>
<</if>>
<br><br>''Appoint a head girl from among your devoted slaves:''
<br><br>[[None|HG Workaround][$i = -1]]
<br><br>
<<assignmentFilter>>
<span id="ComingGoing">
<<showallAssignmentFilter>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
|
amomynous0/fc
|
src/uncategorized/hgSelect.tw
|
tw
|
bsd-3-clause
| 6,085 |
:: HG Workaround [silently]
<<if $HeadGirl != 0>>
<<= removeJob($HeadGirl, "be your Head Girl")>>
<</if>>
<<if $i > -1>>
<<= assignJob($slaves[$i], "be your Head Girl")>>
<<set $HeadGirl = $slaves[$i]>>
<</if>>
<<set $HGTimeInGrade = 0>>
<<goto "Main">>
|
amomynous0/fc
|
src/uncategorized/hgWorkaround.tw
|
tw
|
bsd-3-clause
| 261 |
:: Household Liquidator [nobr]
<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Household Liquidations">>
<<if random(1,100) > 50>>
The household liquidator is offering a set of siblings for sale. As usual, you will only be permitted to inspect the older, but there is a guarantee that the younger will be similar.
<br><br>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate New Slave">>
<<set $activeSlave.origin = "You bought her from the household liquidator.">>
<<set $activeSlave.devotion = random(-75,-25)>>
<<set $activeSlave.trust = random(-45,-25)>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.oldTrust = $activeSlave.trust>>
<<set $activeSlave.health = random(-50,20)>>
<<if $familyTesting == 1>>
<<set $activeSlave.mother = $missingParentID>>
<<set $missingParentID-->>
<<set $activeSlave.father = $missingParentID>>
<<set $missingParentID-->>
<<set $activeSlave.canRecruit = 0>>
<<else>>
<<set $activeSlave.relation = "sister">>
<<set $activeSlave.relationTarget = $activeSlave.ID + 1000>>
<</if>>
<<slaveCost $activeSlave>>
The price is <<print cashFormat($slaveCost*3)>>.
<br><br>
<<if $cash >= $slaveCost*3>>
[[Buy their slave contract|Siblings Workaround][$cash -= $slaveCost*3,$nextButton = "Continue",$nextLink = "Main"]]
<<else>>
//You lack the necessary funds to buy these slaves.//
<</if>>
<br>[[Decline to purchase them and check out another set of slaves|Household Liquidator][$slavesSeen += 2]]
<br><br>
<<set $saleDescription = 1, $applyLaw = 1>><<include "Long Slave Description">>
<<elseif random(1,100) > 20>>
The household liquidator is offering a mother and her daughter for sale. As usual, you will only be permitted to inspect the mother, but there is a guarantee that the daughter will be similar.
<br><br>
/% Begin younger mothers submod. %/
<<set $activeSlaveOneTimeMinAge = $fertilityAge + $minimumSlaveAge>>
<<set $activeSlaveOneTimeMaxAge = 42>>
<<set $one_time_age_overrides_pedo_mode = 1>> /% Old enough to have a daughter who can be a slave. %/
/% End younger mothers submod. %/
<<set $oneTimeDisableDisability = 1>>
<<include "Generate XX Slave">>
<<set $activeSlave.origin = "You bought her from the household liquidator.">>
<<set $activeSlave.devotion = random(-75,-25)>>
<<set $activeSlave.trust = random(-45,-25)>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.oldTrust = $activeSlave.trust>>
<<set $activeSlave.health = random(-50,20)>>
<<set $activeSlave.boobs += 100>>
<<set $activeSlave.butt += 1>>
<<if $activeSlave.vagina > -1>><<set $activeSlave.vagina += 1>><</if>>
<<set $activeSlave.birthsTotal = 1>>
<<if $familyTesting == 1>>
<<set $activeSlave.canRecruit = 0>>
<<else>>
<<set $activeSlave.relation = "mother">>
<<set $activeSlave.relationTarget = $activeSlave.ID + 1000>>
<</if>>
<<slaveCost $activeSlave>>
<<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
The price is <<print cashFormat($slaveCost*3)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
<br><br>
<<if $cash >= $slaveCost*3>>
[[Buy their slave contract|Mother Daughter Workaround][$cash -= $slaveCost*3,"Continue",$nextLink = "Main"]]
<<else>>
//You lack the necessary funds to buy these slaves.//
<</if>>
<br>[[Decline to purchase them and check out another set of slaves|Household Liquidator][$slavesSeen += 2]]
<br><br>
<<set $saleDescription = 1>>
<<set $applyLaw = 1>>
<<include "Long Slave Description">>
<<set $saleDescription = 0>>
<<else>>
The household liquidator is offering something special: identical twins. The markup is huge, but the merchandise isn't something you see every day.
<br><br>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate New Slave">>
<<set $activeSlave.origin = "You bought her from the household liquidator.">>
<<set $activeSlave.devotion = random(-75,-25)>>
<<set $activeSlave.trust = random(-45,-25)>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.oldTrust = $activeSlave.trust>>
<<set $activeSlave.health = random(-50,20)>>
<<if $familyTesting == 1>>
<<set $activeSlave.mother = $missingParentID>>
<<set $missingParentID-->>
<<set $activeSlave.father = $missingParentID>>
<<set $missingParentID-->>
<<set $activeSlave.canRecruit = 0>>
<<else>>
<<set $activeSlave.relation = "twin">>
<<set $activeSlave.relationTarget = $activeSlave.ID + 1000>>
<</if>>
<<slaveCost $activeSlave>>
The price is <<print cashFormat($slaveCost*4)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
<br><br>
<<if $cash >= $slaveCost*4>>
[[Buy their slave contract|Twins Workaround][$cash -= $slaveCost*4,$nextButton = "Continue",$nextLink = "Main"]]
<<else>>
//You lack the necessary funds to buy these slaves.//
<</if>>
<br>[[Decline to purchase them and check out another set of slaves|Household Liquidator][$slavesSeen += 2]]
<br><br>
<<set $saleDescription = 1>>
<<set $applyLaw = 1>>
<<include "Long Slave Description">>
<<set $saleDescription = 0>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/householdLiquidator.tw
|
tw
|
bsd-3-clause
| 5,456 |
:: Increment Piercings
<<if $activeSlave.nipples != "fuckable">>
<<if $activeSlave.nipplesPiercing < 2>>
<<set $activeSlave.nipplesPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<</if>>
<<if $activeSlave.clitPiercing < 2>>
<<set $activeSlave.clitPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.vagina != -1>>
<<if $activeSlave.vaginaPiercing < 2>>
<<set $activeSlave.vaginaPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<</if>>
<<if $activeSlave.dick > 0>>
<<if $activeSlave.dickPiercing < 2>>
<<set $activeSlave.dickPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<</if>>
<<if $activeSlave.anusPiercing < 2>>
<<set $activeSlave.anusPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.lipsPiercing < 2>>
<<set $activeSlave.lipsPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.tonguePiercing < 2>>
<<set $activeSlave.tonguePiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.earPiercing < 2>>
<<set $activeSlave.earPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.nosePiercing < 2>>
<<set $activeSlave.nosePiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.eyebrowPiercing < 2>>
<<set $activeSlave.eyebrowPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.navelPiercing < 2>>
<<set $activeSlave.navelPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.areolaePiercing < 1>>
<<set $activeSlave.areolaePiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<if $activeSlave.corsetPiercing < 1>>
<<set $activeSlave.corsetPiercing += 1>>
<<set $cash -= $modCost>>
<<set $degradation += 1>>
<</if>>
<<goto "Body Modification">>
|
amomynous0/fc
|
src/uncategorized/incrementPiercings.tw
|
tw
|
bsd-3-clause
| 2,046 |
:: Industrial Dairy Assignment Scene [nobr]
<<set $nextButton = "Continue">>
<<set $nextLink = $returnTo>>
When $activeSlave.slaveName reports to the dairy, it's to the sight of an unoccupied milking machine waiting for her, its straps ready to immure her in what is to be her new home.
<<if $activeSlave.sexualFlaw == "self hating">> /* GETTING IN */
As she realizes her fate, a kind of peace comes over the self hating slut.
<<if !canTalk($activeSlave)>>
She <<if ($activeSlave.amp != 1)>>mouths<<else>>gestures<</if>> her thanks dreamily.
<<else>>
"Thank you, <<Master>>," she <<say>>s simply. "I de<<s>>erve thi<<s>>," she adds quietly, half to herself.
<</if>>
Then she falls silent and stares at the machine. Though she hates herself and looks forward to the release of being unable to do anything but get fucked, that doesn't mean she isn't afraid.
<<if ($activeSlave.amp != 1)>>
<<if ($dairyStimulatorsSetting > 1)>>
She gauges the size of the sodomizer with her hand, finding that it's wider than her fist, and then presses the fist against her own anus. Realizing what's about to happen, she gives a little shudder.
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
She does the same with the dildo that will keep her pregnant and her pussy, and her lower lip starts to quiver.
<</if>>
<<else>>
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
She gauges the size of the dildo that will keep her pregnant with her hand, finding that it's wider than her fist, and then presses the fist against her pussy. Realizing what's about to happen, she gives a little shudder.
<</if>>
<</if>>
<<if ($dairyFeedersSetting > 1)>>
Looking at the phallus that will feed her, she begins to cry softly.
<</if>>
<</if>>
<br><br>
<<if ($activeSlave.amp != 1)>>
She strips and climbs into the machine's embrace,
<<else>>
Another slave helps her strip and lays her in the machine,
<</if>>
her tears pattering onto the uncaring metal. When she's in place, her shoulders slump as she gives up completely.
<<if !canTalk($activeSlave)>>
She mouths 'Goodbye.'
<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>
"'bye," she lisps.
<<else>>
"'bye," she whispers.
<</if>>
<<elseif ($activeSlave.sexualFlaw == "breeder") && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
As she realizes what's about to happen, she begins to cry openly. A curious mix of arousal, joy, and abject horror is obvious on her face, and she deals with the conflicting feelings by sobbing.
<<if !canTalk($activeSlave)>>
She <<if ($activeSlave.amp != 1)>>mouths<<else>>gestures<</if>> her thanks shakily.
<<else>>
"Th-thank you, <<Master>>," she <<say>>s through her tears. "I love you."
<</if>>
Then she falls silent and stares at the machine. She's probably imagined this a thousand times, but the prospect is still frightening.
<<if ($activeSlave.amp != 1)>>
<<if ($dairyStimulatorsSetting > 1)>>
She gauges the size of the sodomizer with her hand, finding that it's wider than her fist, and then presses the fist against her own anus. Realizing that her anus is about to be permanently gaped, she looks doubtful, but then visibly reassures herself. She'll need both her mouth and her ass to eat enough.
<</if>>
<<if ($dairyFeedersSetting > 1)>>
Looking at the phallus that will feed her, she inserts a finger into its faux urethra, measuring how fast it can pour nutrition in her.
<</if>>
She strokes the dildo that will keep her pregnant like a lover, which, of course, it's about to be.
<</if>>
<br><br>
<<if ($activeSlave.amp != 1)>>
She strips and climbs into the machine's embrace, shaking with nerves.
<<else>>
Another slave helps her strip and lays her in the machine. She shakes with nerves.
<</if>>
<<if $activeSlave.pregKnown == 1>>
She cranes around to look at her already-pregnant belly, and looks impatient.
<<if !canTalk($activeSlave)>>
She mouths 'hurry up, I need room.'
<<else>>
"Hurry up, I need the room," she whispers.
<</if>>
<<else>>
She cranes around to look at her belly, and looks impatient.
<<if !canTalk($activeSlave)>>
She mouths 'come on, I'm ready.'
<<else>>
"Come on, I'm ready," she whispers.
<</if>>
<</if>>
<<elseif $activeSlave.devotion > 95>> /* GETTING IN */
As she realizes her fate, the worshipful slave squares her shoulders, steeling herself. "<<Master>>," she <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>>, "I will do my best to <<s>>erve you." She steps over to the machine.
She looks it over clinically, getting herself into the right mindset.
<<if ($activeSlave.amp != 1)>>
<<if ($dairyStimulatorsSetting > 1)>>
She gauges the size of the massive phallus that will soon penetrate her anus. It's broader than her fist. "I think I can take this. It'll be tough, but I'll need all the hydration I can get."
<</if>>
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
She considers the enormous dildo that will fill her with cum when she's fertile, and switch to ejaculating drugs when she conceives. "I'll be a mother to a whole generation of <<s>>lave<<s>>," she <<say>>s proudly, taking strength from it.
<</if>>
<<if ($dairyFeedersSetting > 1)>>
She moves her hand to the dildo that will occupy her throat, feeding her. "I will need my mouth to take in as much food as I can," she <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>>. "I won't be able to talk. <<s>>o, I'll <<s>>ay it one la<<s>>t time, <<Master>>: I love you."
<</if>>
<</if>>
<br><br>
<<if ($activeSlave.amp != 1)>>
She strips and climbs into the machine's embrace.
<<else>>
Another slave helps her strip and lays her in the machine.
<</if>>
She does not hesitate or glance back at you. You stand by as the straps automatically tighten, robbing her of the ability to move. "<<Master>>," she <<if !canTalk($activeSlave)>>signs<<else>><<say>>s quietly<</if>>, "I will try to be <<s>>trong enough to <<s>>tand up to thi<<s>>. But if I'm not, and I forget too much, plea<<s>>e leave me in here <<s>>o I can be u<<s>>eful."
<<elseif $activeSlave.devotion > 60>>
As she realizes her fate, the tears come quickly. "<<Master>>," she <<if !canTalk($activeSlave)>>signs<<else>><<say>>s quietly<</if>>, "i<<s>> thi<<s>> for me?" You nod, and she steps over to the machine. She lightly traces its gleaming metal, looking wistful.
<<if ($activeSlave.amp != 1)>>
<<if ($dairyStimulatorsSetting > 1)>>
She gently touches the head of the massive phallus that will soon penetrate her anus. It's broader than her fist. "M-my butthole i<<s>>n't going to be any good for anal after thi<<s>>."
<</if>>
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
She considers the enormous dildo that will fill her with cum when she's fertile, and switch to ejaculating drugs when she conceives. "I gue<<ss>> that thing won't have any trouble reaching my cervix."
<</if>>
<<if ($dairyFeedersSetting > 1)>>
She moves her hand to the dildo that will occupy her throat, feeding her. "I-I won't be able to t-talk m-much," she <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>> sadly. "<<S>>-<<s>>o, I'll <<s>>ay it one la<<s>>t time, <<Master>>: I love you."
<</if>>
<</if>>
<br><br>
<<if ($activeSlave.amp != 1)>>
She strips and climbs into the machine's embrace.
<<else>>
Another slave helps her strip and lays her in the machine.
<</if>>
"<<Master>>," she <<if !canTalk($activeSlave)>>signs<<else>>gasps out<</if>>, the tears coming fast now. "C-can you
<<if ($activeSlave.amp != 1)>>
h-hold my h-hand while it a-activate<<s>>? Plea<<s>>e?" You take her hand as the straps automatically tighten, robbing her of the ability to move. She grips your hand tightly.
<<else>>
<<S>>-<<s>>tay with me while it activate<<s>>? Plea<<s>>e?" You stand by as the straps automatically tighten, robbing her of the ability to move.
<</if>>
<<elseif $activeSlave.devotion > 20>>
She desperately tries to be brave and obey, but as her fate dawns on her, her courage and conditioning fail her.
<<if ($activeSlave.amp != 1)>>
She tries to wriggle away from the machine, so
<<else>>
She turns and tries to run, so
<</if>>
<<if ($Milkmaid == 0)>>
you are
<<else>>
$Milkmaid.slaveName is
<</if>>
obliged to
<<if ($activeSlave.amp != 1)>>
subdue her and strap her,
<<else>>
place her,
<</if>>
begging and sobbing, into the machine's embrace.
"Plea<<s>>e, <<Master>>!" she <<if !canTalk($activeSlave)>>signs<<else>>begs<</if>>. "Plea<<s>>e no!
<<if ($dairyStimulatorsSetting > 1)>>
I-it'll fuck my b-butthole so wide I'll be u<<s>>ele<<ss>> for anal!
<</if>>
<<if ($dairyPregSetting > 2) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
My w-womb c-c-can't take it! I'll b-bur<<s>>t! And m-my c-c-cunt will be ruined from the dildo and birthing!
<<elseif ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
M-my c-c-cunt will be <<s>>-<<s>>o <<s>>tretched from the dildo and birthing!
<</if>>
I'll d-do anything!"
<<else>>
She starts to weep as soon as she realizes her fate.
<<if $activeSlave.trust >= -20>>
She is afraid of you, but not afraid enough that she will not resist this.
<</if>>
<<if ($activeSlave.amp == 1)>>
She tries to wriggle away from the machine, so
<<else>>
She turns and tries to run, so
<</if>>
<<if ($Milkmaid == 0)>>
you are
<<else>>
$Milkmaid.slaveName is
<</if>>
obliged to
<<if ($activeSlave.amp != 1)>>
subdue her and strap her,
<<else>>
place her,
<</if>>
begging and sobbing, into the machine's embrace.
"Plea<<s>>e, <<Master>>!" she <<if !canTalk($activeSlave)>>signs<<else>>begs<</if>>. "Plea<<s>>e no!
<<if ($dairyStimulatorsSetting > 1)>>
I-it'll fuck my b-butthole so loo<<s>>e I'll be u<<s>>ele<<ss>> for anal! I p-promi<<s>>e I'll be a good little bitch from now on!
<</if>>
<<if ($dairyPregSetting > 2) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
My w-womb c-c-can't take that many babie<<s>>! I'll b-bur<<s>>t! M-my c-c-cunt can't t-take that dildo either! I d-don't want to g-get p-pregnant over and over...
<<elseif ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
M-my c-c-cunt can't t-take that dildo! I d-don't want to g-get p-pregnant over and over...
<</if>>
I'll d-do anything!"
<</if>> /* CLOSES DEVOTION */
<<if $activeSlave.lactation > 0>>
A big soft cup attaches itself <<if $activeSlave.nipples == "fuckable">>over<<else>>to<</if>> each of her nipples.
<<if ($activeSlave.nipples == "inverted")>>
She gasps with pain as suction unceremoniously hauls her inverted nipples down into the cups.
<</if>>
<</if>>
<<if $activeSlave.balls > 0>>
<<if $activeSlave.dick > 0>>
The first drugs hiss into her,
<<if $activeSlave.dick > 8>>
and her eyes roll back as much of her blood volume rushes into her dick, though it remains soft.
<<elseif $activeSlave.dick > 6>>
and she goes limp as much of her blood volume rushes to bring her to half mast.
<<else>>
bringing her to a full erection.
<</if>>
She gasps as the warm, wet receptacle surrounds her cock.
<<else>>
<<if $activeSlave.lactation > 0>>Another<<else>>A big soft<</if>> cup is placed against her little front cumhole.
<</if>>
<</if>>
A visor lowers onto her face to keep her mind at least minimally stimulated. It will display garish hardcore pornography featuring
<<if ($dairyFeedersSetting > 1)>>
throatfucking, cum swallowing,
<</if>>
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
bareback vaginal sex, pregnancy, childbirth,
<</if>>
<<if ($activeSlave.balls > 0)>>
cumming cocks, anal stimulation,
<</if>>
<<if ($activeSlave.lactation > 0)>>
breast expansion, women being milked,
<</if>>
and brutal sodomy.
<br><br>
<<if ($activeSlave.anus < 3) || (($activeSlave.vagina < 3) && ($activeSlave.vagina > -1))>>
<<set $activeSlave.anus = 3>>
<<if $activeSlave.vagina > -1>><<set $activeSlave.vagina = 3>><</if>>
The machine detects that she requires the attention of the preparatory raper before it can penetrate her successfully, and holds her in place while the raper slides along its track in the ceiling. It comes to rest above the slave's defenseless body and extends its implements towards her. She can't see or hear it, but she senses that something's happening and shivers.
<<if ($dairyPregSetting > 1) && ($dairyPregSetting > 1) && isFertile($activeSlave) && ($activeSlave.vagina < 3) && $activeSlave.mpreg != 1>>
Her pussy is nowhere near ready to accept the passage of drugs and cum in and new slaves out. The new machine lubes her thoroughly and then <<if $activeSlave.vagina == 0>>takes her virginity<<else>>starts to fuck her<</if>> with a reasonably sized dildo.
<</if>>
<<if ($dairyStimulatorsSetting > 1) && ($activeSlave.anus < 3)>>
She'll be drinking through her mouth almost constantly, but that won't be enough. She'll have to absorb hydration and nutrition from both ends to keep up with the outflow she'll produce. <<if ($dairyPregSetting > 1) && ($dairyPregSetting > 1) && isFertile($activeSlave) && ($activeSlave.vagina < 3) && $activeSlave.mpreg != 1>>It<<else>>The new machine<</if>> fills her ass with lube and then penetrates her <<if $activeSlave.anus == 0>>her virgin anus<<else>>her rectum<</if>> gently.
<</if>>
She's worked in gradually, but every time she's loosened just slightly, the now-inadequate dildo is replaced by a larger one, and eventually more than one.
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && ($activeSlave.vagina < 3) && $activeSlave.mpreg != 1>>
<<if ($dairyStimulatorsSetting > 1) && ($activeSlave.anus < 3)>>
She goes from a dildo in the pussy and a dildo in the ass, through numerous interesting combinations of double penetration, until she's got two porn star sized dildos sliding in and out of her pussy and two more fucking her ass.
<<else>>
Her womanhood goes from a normal dildo to a big dildo to two dildos, and so on, until she's taking the equivalent of two porn star cocks.
<</if>>
<<else>>
Her asshole goes from a normal dildo to a big dildo to two dildos, and so on, until she's taking the equivalent of two porn star cocks up the butt.
<</if>>
This is a long process, and though
<<if $activeSlave.devotion > 95>>
she started out getting off on it,
<<elseif $activeSlave.devotion > 60>>
she did her best to enjoy herself for a while,
<<elseif $activeSlave.devotion > 20>>
she tried to relax and make it easier on herself at the start,
<<else>>
she cried and tried to break loose for a while,
<</if>>
she's slumped against the machine from sheer exhaustion by the end. Its work completed, the preparatory raper withdraws and lets the milking machine begin its work. It's only been a few hours since $activeSlave.slaveName's ordeal began, but now she's ready to begin giving back. The machine revives her with a hit of pharmaceuticals.
<br><br>
<</if>>
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
Her vagina goes first. She relaxes her loose cunt for the elephantine dildo, but despite her best efforts, it forces a gasp out of her as it slides in. It remains stationary for now, but $activeSlave.slaveName know it's just the beginning, and she already feels full to bursting.
<<if $activeSlave.devotion > 95>>
She takes more deep breaths, doing her best to remain calm.
<<elseif $activeSlave.devotion > 60>>
Terrified, she cries harder.
<<elseif $activeSlave.devotion > 20>>
Terrified, she cries harder.
<<else>>
Terrified, she starts to scream and cry.
<</if>>
<<elseif ($dairyPregSetting > 0) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
<<if $activeSlave.devotion > 95>>
She moans with pleasure
<<elseif $activeSlave.devotion > 60>>
She gasps
<<elseif $activeSlave.devotion > 20>>
She moans with fear
<<else>>
She moans with anguish
<</if>>
as the machine inserts a warm, lubricated dildo into her vagina.
<</if>>
<<if ($dairyStimulatorsSetting > 1)>>
Her anus is next. An auxiliary dildo the size of the largest human cocks goes first, assraping her so hard she'd probably be injured if she wasn't already very loose.
<<if $activeSlave.devotion > 95>>
She relaxes and does her best to enjoy herself, her cheeks flushing with arousal. Once her sphincter is well stretched, the machine withdraws the dildo, and before her anus can begin to close, the machine replaces it with the main instrument. Despite the preparation, it's so huge that she moans with fear she feels the head touch her buttocks. The moan becomes a long low groan as her butthole accommodates the enormous thing. When it's all the way in, the dildo begins to withdraw for its first stroke, and she <<if !canTalk($activeSlave)>>signs<<else>>whispers<</if>>, "<<Master>>, it's <<s>>-<<s>>o b-big." She relaxes and recollects herself, and then adds, "I can do thi<<s>>."
<<elseif $activeSlave.devotion > 60>>
She tries to <<if $activeSlave.analSkill > 10>>apply her anal training<<else>>relax<</if>>, but it fucks her butt so mercilessly that she eventually gives up and relaxes completely. This is what the machine was aiming for; it withdraws the dildo, and before her sphincter can close, it replaces it with the main instrument. Despite the preparation, it's so huge that she begins to scream in terror as she feels the head touch her buttocks. Her yelling becomes a drawn-out shriek as her butthole accommodates the enormous thing. When she finally runs out of breath and slumps within her restraints, the dildo begins to withdraw for its first stroke, and she <<if !canTalk($activeSlave)>>signs<<else>>whispers<</if>>, "<<Master>>, it's too b-big. It hu-hurt<<s>>."
<<elseif $activeSlave.devotion > 20>>
Crying, she tries to <<if $activeSlave.analSkill > 10>>apply her anal training<<else>>relax<</if>>, but it fucks her butt so mercilessly that she eventually gives up and relaxes completely. This is what the machine was aiming for; it withdraws the dildo, and before her sphincter can close, it replaces it with the main instrument. Despite the preparation, it's so huge that she begins to beg desperately as she feels the head touch her buttocks. Her whining becomes a drawn-out shriek as her butthole accommodates the enormous thing. When she finally runs out of breath and slumps within her restraints, the dildo begins to withdraw for its first stroke, and she is racked with sobs.
<<else>>
She obviously thinks this is what her butt will suffer, and doesn't like it. She's tragically wrong. When she finally relaxes, the machine withdraws the dildo, and before her sphincter can close, it replaces it with the main instrument. She screams with the horror of realization and begins to beg desperately as she feels its head touch her buttocks. Her cries become a drawn-out shriek as her butthole accommodates the enormous thing. When she finally runs out of breath and slumps within her restraints, the dildo begins to withdraw for its first stroke, and she is racked with weeping.
<</if>>
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
The dildo in her vagina begins to fuck her as well. Between her terribly broadened holes, her stretched perineum is barely visible at all.
<</if>>
<<elseif ($dairyStimulatorsSetting > 0)>>
<<if $activeSlave.devotion > 95>>
She groans as the machine pushes a big dildo up her butt and begins to sodomize her powerfully.
<<elseif $activeSlave.devotion > 60>>
She sobs as the machine pushes a big dildo up her butt and begins to sodomize her powerfully.
<<elseif $activeSlave.devotion > 20>>
She sobs as the machine pushes a big dildo up her butt and begins to sodomize her powerfully.
<<else>>
She cries as the machine pushes a big dildo up her butt and begins to sodomize her powerfully.
<</if>>
<</if>>
<<if ($dairyFeedersSetting > 1)>>
<<if $activeSlave.devotion > 95>>
A manipulator prods her jaw open and a phallus slides into her throat, working around for a while to find the optimal position for maximum penetration where she can still breathe through her nose. There is a hiss as the food begins rushing through the phallus and down her throat.
<<elseif $activeSlave.devotion > 60>>
She tries to say something, but she left it too late. A manipulator forces her jaw open and a phallus slides into her throat, working around for a while to find the optimal position for maximum penetration where she can still breathe through her nose. There is a hiss as the food begins rushing through the phallus and down her throat.
<<elseif $activeSlave.devotion > 20>>
Her crying is abruptly cut off as a manipulator forces her jaw open and a phallus slides into her throat, working around for a while to find the optimal position for maximum penetration where she can still breathe through her nose.
<<else>>
She cries hopelessly, "I'm n-never going t-to leave h-here, am I, M-" Her noise is abruptly cut off as a manipulator forces her jaw open and a phallus slides into her throat, working around for a while to find the optimal position for maximum penetration where she can still breathe through her nose.
<</if>>
<<elseif ($dairyFeedersSetting > 0)>>
<<if $activeSlave.devotion > 95>>
The machine gives her a phallus to suck on.
<<elseif $activeSlave.devotion > 60>>
She tries to say something, but she left it too late. The machine gives her a phallus to suck on.
<<elseif $activeSlave.devotion > 20>>
Her crying is abruptly cut off as the machine gives her a phallus to suck on.
<<else>>
She cries hopelessly, "I'm n-never going t-to leave h-here, am I, M-" Her noise is abruptly cut off as the machine forces a phallus into her mouth.
<</if>>
<</if>>
<br><br>
With its various applicators inserted and working, the machine begins to ejaculate necessary fluids into her body. You cannot see much direct evidence, but the inrush of fluids is clear from the draining reservoirs scattered around the machine.
<<if ($dairyStimulatorsSetting > 1)>>
The gargantuan phallus fucking her butthole ejaculates industrial lubricant, hydration, nutrition, and medication, to be absorbed by her lower intestines.
<<elseif ($dairyStimulatorsSetting > 0)>>
The phallus fucking her ass ejaculates hydration, nutrition, and medication, to be absorbed by her colon.
<</if>>
<<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
The dildo in her vagina ejaculates cum, fertility drugs, and medication designed to cause uncontrollable natural lubrication, so it will not damage her too severely.
<<elseif ($dairyPregSetting > 0) && isFertile($activeSlave) && $activeSlave.mpreg != 1>>
The dildo in her vagina ejaculates cum and fertility drugs.
<</if>>
<<if ($dairyFeedersSetting > 0)>>
There is a hiss as still more fluid containing hydration, nutrition, and medication begins rushing through the phallus in her mouth and down her throat.
<</if>>
Finally, multiple drug injectors attach themselves to her and begin to use hypersonic jets to drive pharmaceuticals into her without needles.
<<if $activeSlave.devotion > 95>>
Her eyes fly wide as she hears and feels the number of injections. She knows these drugs are not without side effects, and she's being injected with a normal day's dose every minute. She musters her resolve and relaxes again, relying on her knowledge that you want her to accept this fate.
<<elseif $activeSlave.devotion > 60>>
Her eyes fly wide and she stiffens with fear as she hears and feels the number of injections. She knows these drugs are not without side effects, and she's being injected with a normal day's dose every minute. She visibly tries to accept it, knowing that you want her to submit to this fate.
<<elseif $activeSlave.devotion > 20>>
The tears streaming out of her eyes come faster as she hears and feels the number of injections. She knows these drugs are not without side effects, and she's being injected with a normal day's dose every minute.
<<else>>
She begins to struggle desperately as she hears and feels the number of injections. She knows these drugs are not without side effects, and she's being injected with a normal day's dose every minute.
<</if>>
<br><br>
Fluids begin to come out of her. The drugs are strong, and despite everything she experiences an orgasm so powerful that it's clear why the straps that bind her are reinforced.
<<if $activeSlave.balls > 0>>
<<if $activeSlave.dick > 0>>The anal dildo fucks her even harder<<else>>If she had a dick, it would be caressed by a nice warm receptacle, but she doesn't. The milker is forced to rape her ass without mercy to force her to cum<</if>>, and she tries to scream around the dildo in her mouth. <<if $activeSlave.scrotum > 0>>Her balls tighten as she<<else>>She<</if>> shoots rope after rope of semen into the machine.
<</if>>
<<if ($activeSlave.vagina > -1)>>
She gives the machine a nice gush of femcum.
<</if>>
<<if ($activeSlave.lactation > 0)>>
The cups sucking her nipples work away ceaselessly, her milk whitening the clear piping running into the machine.
<</if>>
The machine continues fucking her despite her climax.
<<if $activeSlave.devotion > 95>>
Though it's difficult to tell, it's possible she's smiling around the dildo in her mouth. She may be such a well-broken sex slave that she can stand up to a life of nothing but drugs, milking, and an endless string of orgasms. To ease her acclimation to her new life, the drug cocktail is adjusted as her orgasm fades,
<<elseif $activeSlave.devotion > 60>>
Despite her attempt to be brave, tears begin to leak out from behind her visor as she realizes that there will be no respite from the penetration. The drug cocktail is adjusted as her orgasm fades,
<<elseif $activeSlave.devotion > 20>>
To ease her acclimation to her new life, the drug cocktail is adjusted as her orgasm fades,
<<else>>
To allow her some rest despite her terror, the drug cocktail is adjusted as her orgasm fades,
<</if>>
to put her to sleep. She slumps against the machine as she drops off.
<<if ($activeSlave.amp != 1)>>Her painfully tight grip on your hand finally loosens<</if>>.
<<if ($dairyStimulatorsSetting > 1)>>
Her anus has not yet stretched to take the necessary full power setting, so she is gently sodomized as she sleeps to get her sphincter used to its permanent occupier.
<</if>>
<<if ($activeSlave.belly < 1500)>>
Her belly has already begun to distend from the mass of fluid ejaculated down her throat and into her stomach, <<if $activeSlave.ovaries == 1>>inside her womanhood and into her womb, and <</if>>up her butt and into her lower intestine.
<</if>>
Silence returns to the dairy.
|
amomynous0/fc
|
src/uncategorized/industrialDairyAssignmentScene.tw
|
tw
|
bsd-3-clause
| 26,679 |
:: Init Rules
<<silently>>
<<set $defaultRules = []>>
<<set _activeRule = emptyDefaultRule()>>
<<set _activeRule.name = "Obedient Slaves">>
<<set _activeRule.condition.function = "between">>
<<set _activeRule.condition.data = { attribute: "devotion", value: [20, null] }>>
<<set _activeRule.set.removalAssignment = "rest">>
<<set $defaultRules.push(_activeRule)>>
/*
<<set _activeRule = {
ID: 2,
name: "Disobedient Slaves",
condition: {
id: "<=",
first: {
id: "(name)",
name: "devotion"
},
second: {
id: "(number)",
value: 20
}
},
releaseRules: "no default setting",
clitSetting: "no default setting",
clitSettingXY: "no default setting",
clitSettingXX: "no default setting",
clitSettingEnergy: "no default setting",
speechRules: "no default setting",
clothes: "no default setting",
collar: "no default setting",
shoes: "no default setting",
virginAccessory: "no default setting",
aVirginAccessory: "no default setting",
vaginalAccessory: "no default setting",
aVirginDickAccessory: "no default setting",
dickAccessory: "no default setting",
bellyAccessory: "no default setting",
aVirginButtplug: "no default setting",
buttplug: "no default setting",
eyeColor: "no default setting",
makeup: "no default setting",
nails: "no default setting",
hColor: "no default setting",
hLength: "no default setting",
haircuts: "no default setting",
hStyle: "no default setting",
pubicHColor: "no default setting",
pubicHStyle: "no default setting",
nipplesPiercing: "no default setting",
areolaePiercing: "no default setting",
clitPiercing: "no default setting",
vaginaLube: "no default setting",
vaginaPiercing: "no default setting",
dickPiercing: "no default setting",
anusPiercing: "no default setting",
lipsPiercing: "no default setting",
tonguePiercing: "no default setting",
earPiercing: "no default setting",
nosePiercing: "no default setting",
eyebrowPiercing: "no default setting",
navelPiercing: "no default setting",
corsetPiercing: "no default setting",
boobsTat: "no default setting",
buttTat: "no default setting",
vaginaTat: "no default setting",
dickTat: "no default setting",
lipsTat: "no default setting",
anusTat: "no default setting",
shouldersTat: "no default setting",
armsTat: "no default setting",
legsTat: "no default setting",
backTat: "no default setting",
stampTat: "no default setting",
curatives: "no default setting",
livingRules: "spare",
relationshipRules: "no default setting",
standardPunishment: "no default setting",
standardReward: "no default setting",
diet: "no default setting",
dietCum: "no default setting",
dietMilk: "no default setting",
muscles: "no default setting",
XY: "no default setting",
XX: "no default setting",
gelding: "no default setting",
preg: "no default setting",
growth: {
boobs: "no default setting",
butt: "no default setting",
lips: "no default setting",
dick: "no default setting",
balls: "no default setting"
},
aphrodisiacs: "no default setting",
autoSurgery: 0,
autoBrand: 0,
pornFameSpending: "no default setting",
dietGrowthSupport: 0,
eyewear: "no default setting",
earwear: "no default setting",
assignment: [],
excludeAssignment: [],
setAssignment: "no default setting",
facility: [],
excludeFacility: [],
excludeSpecialSlaves: false,
facilityRemove: false,
removalAssignment: "rest",
selectedSlaves: [],
excludedSlaves: [],
surgery: {
eyes: "no default setting",
lactation: "no default setting",
prostate: "no default setting",
cosmetic: "no default setting",
accent: "no default setting",
shoulders: "no default setting",
shouldersImplant: "no default setting",
boobs: "no default setting",
hips: "no default setting",
hipsImplant: "no default setting",
butt: "no default setting",
faceShape: "no default setting",
lips: "no default setting",
holes: "no default setting"
},
underArmHColor: "no default setting",
underArmHStyle: "no default setting",
eyebrowHColor: "no default setting",
eyebrowHStyle: "no default setting",
drug: "no default setting"
}>>
<<set $defaultRules.push(_activeRule)>>
<<set _activeRule = {
ID: 3,
name: "Unhealthy Slaves",
condition: {
id: "<",
first: {
id: "(name)",
name: "health"
},
second: {
id: "(number)",
value: -10
}
},
releaseRules: "no default setting",
clitSetting: "no default setting",
clitSettingXY: "no default setting",
clitSettingXX: "no default setting",
clitSettingEnergy: "no default setting",
speechRules: "no default setting",
clothes: "no default setting",
collar: "no default setting",
shoes: "no default setting",
virginAccessory: "no default setting",
aVirginAccessory: "no default setting",
vaginalAccessory: "no default setting",
dickAccessory: "no default setting",
aVirginDickAccessory: "no default setting",
bellyAccessory: "no default setting",
aVirginButtplug: "no default setting",
buttplug: "no default setting",
eyeColor: "no default setting",
makeup: "no default setting",
nails: "no default setting",
hColor: "no default setting",
hLength: "no default setting",
haircuts: "no default setting",
hStyle: "no default setting",
pubicHColor: "no default setting",
pubicHStyle: "no default setting",
nipplesPiercing: "no default setting",
areolaePiercing: "no default setting",
clitPiercing: "no default setting",
vaginaLube: "no default setting",
vaginaPiercing: "no default setting",
dickPiercing: "no default setting",
anusPiercing: "no default setting",
lipsPiercing: "no default setting",
tonguePiercing: "no default setting",
earPiercing: "no default setting",
nosePiercing: "no default setting",
eyebrowPiercing: "no default setting",
navelPiercing: "no default setting",
corsetPiercing: "no default setting",
boobsTat: "no default setting",
buttTat: "no default setting",
vaginaTat: "no default setting",
dickTat: "no default setting",
lipsTat: "no default setting",
anusTat: "no default setting",
shouldersTat: "no default setting",
armsTat: "no default setting",
legsTat: "no default setting",
backTat: "no default setting",
stampTat: "no default setting",
curatives: "applied",
livingRules: "no default setting",
relationshipRules: "no default setting",
standardPunishment: "no default setting",
standardReward: "no default setting",
diet: "no default setting",
dietCum: "no default setting",
dietMilk: "no default setting",
muscles: "no default setting",
XY: "no default setting",
XX: "no default setting",
gelding: "no default setting",
preg: "no default setting",
growth: {
boobs: "no default setting",
butt: "no default setting",
lips: "no default setting",
dick: "no default setting",
balls: "no default setting"
},
aphrodisiacs: "no default setting",
autoSurgery: 0,
autoBrand: 0,
pornFameSpending: "no default setting",
dietGrowthSupport: 0,
eyewear: "no default setting",
earwear: "no default setting",
assignment: [],
excludeAssignment: [],
setAssignment: "no default setting",
facility: [],
excludeFacility: [],
excludeSpecialSlaves: false,
facilityRemove: false,
removalAssignment: "rest",
selectedSlaves: [],
excludedSlaves: [],
surgery: {
eyes: "no default setting",
lactation: "no default setting",
prostate: "no default setting",
cosmetic: "no default setting",
accent: "no default setting",
shoulders: "no default setting",
shouldersImplant: "no default setting",
boobs: "no default setting",
hips: "no default setting",
hipsImplant: "no default setting",
butt: "no default setting",
faceShape: "no default setting",
lips: "no default setting",
holes: "no default setting"
},
underArmHColor: "no default setting",
underArmHStyle: "no default setting",
eyebrowHColor: "no default setting",
eyebrowHStyle: "no default setting",
drug: "no default setting"
}>>
<<set $defaultRules.push(_activeRule)>>
*/
<</silently>>
|
amomynous0/fc
|
src/uncategorized/initRules.tw
|
tw
|
bsd-3-clause
| 7,874 |
:: JE slave dispute [nobr]
<<set $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check", $nextButton = "Continue", _event = $justiceEvents.pluck()>> /* pick a random event and remove it from the array so it will not occur again */
<<switch _event>>
<<case "slave deal">>
<<set $contractCost = 5000>>
<<set $activeSlaveOneTimeMinAge = 24>>
<<set $activeSlaveOneTimeMaxAge = 42>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate XX Slave">>
<<set $activeSlave.origin = "She sold herself into slavery to buy medical care for her daughter.">>
<<set $activeSlave.devotion = random(25,30)>>
<<set $activeSlave.trust = $activeSlave.devotion-20>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.health = random(0,20)>>
<<set $activeSlave.earPiercing = 1>>
<<set $activeSlave.vagina = random(1,2)>>
<<set $activeSlave.ovaries = 1>>
<<set $activeSlave.birthsTotal = 1>>
<<set $activeSlave.shouldersTat = either("tribal patterns", "flowers")>>
<<set $activeSlave.stampTat = either("tribal patterns", "flowers")>>
<<case "breeding deal">>
<<set $contractCost = 40000>>
<<set $activeSlaveOneTimeMinAge = $fertilityAge+3>>
<<set $activeSlaveOneTimeMaxAge = 24>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate XX Slave">>
<<set $activeSlave.origin = "She was raised to be a mother.">>
<<set $activeSlave.career = "a breeder">>
<<set $activeSlave.devotion = random(10,25)>>
<<set $activeSlave.trust = $activeSlave.devotion>>
<<set $activeSlave.health = random(80,90)>>
<<set $activeSlave.anus = 0>>
<<set $activeSlave.vagina = 3>>
<<set $activeSlave.analSkill = 0>>
<<set $activeSlave.oralSkill = 0>>
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.entertainSkill = 0>>
<<set $activeSlave.bellySag = 10>>
<<set $activeSlave.bellySagPreg = 10>>
<<set $activeSlave.birthsTotal = 3>>
<<set $activeSlave.hips = 2>>
<<set $activeSlave.boobs = random(4,6)*100>>
<<if $seePreg == 1>>
<<set $activeSlave.belly = 18000>>
<</if>>
<<case "slave training">>
<<set $contractCost = 10000>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate XY Slave">>
<<set $activeSlave.origin = "You bought out a deal involving her training to be an expert gelded sex slave.">>
<<set $activeSlave.devotion = random(30,40)>>
<<set $activeSlave.trust = $activeSlave.devotion>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.health = random(60,80)>>
<<set $activeSlave.balls = 0>>
<<set $activeSlave.anus = 2>>
<<set $activeSlave.analSkill = 35>>
<<set $activeSlave.oralSkill = 35>>
<<set $activeSlave.whoreSkill = 35>>
<<set $activeSlave.entertainSkill = 35>>
<<set $activeSlave.nipplesPiercing = 1>>
<<set $activeSlave.clitPiercing = 1>>
<<set $activeSlave.dickPiercing = 1>>
<<set $activeSlave.anusPiercing = 1>>
<<set $activeSlave.lipsPiercing = 1>>
<<set $activeSlave.tonguePiercing = 1>>
<<set $activeSlave.earPiercing = 1>>
<<set $activeSlave.nosePiercing = 1>>
<<set $activeSlave.eyebrowPiercing = 1>>
<<set $activeSlave.navelPiercing = 1>>
<<set $activeSlave.boobsTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.buttTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.vaginaTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.dickTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.lipsTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.anusTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.shouldersTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.armsTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.legsTat = either("advertisements", "degradation", "rude words")>>
<<set $activeSlave.stampTat = either("advertisements", "degradation", "rude words")>>
<<case "majority deal">>
<<set $contractCost = 20000>>
<<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>>
<<set $activeSlaveOneTimeMaxAge = 18>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate New Slave">>
<<set $activeSlave.origin = "She was raised to be a slave, since she was mistakenly thought to be from good slave stock.">>
<<set $activeSlave.career = "a slave">>
<<set $activeSlave.devotion = random(10,15)>>
<<set $activeSlave.trust = $activeSlave.devotion>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.health = random(80,90)>>
<<if $activeSlave.dick == 0>>
<<set $activeSlave.vagina = 0>>
<<set $activeSlave.ovaries = 1>>
<<elseif $activeSlave.balls == 0>>
<<set $activeSlave.balls = 1>>
<</if>>
<<set $activeSlave.anus = 0>>
<<set $activeSlave.analSkill = 0>>
<<set $activeSlave.oralSkill = 0>>
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.entertainSkill = 0>>
<<case "indenture deal">>
<<set $contractCost = 7500>>
<<set $activeSlaveOneTimeMinAge = 24>>
<<set $activeSlaveOneTimeMaxAge = 42>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate New Slave">>
<<set $activeSlave.origin = "She was enslaved after you manipulated her deal for indentured servitude.">>
<<set $activeSlave.devotion = random(-10,-15)>>
<<set $activeSlave.trust = $activeSlave.devotion+4>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.health = random(-20,20)>>
<<set $activeSlave.anus = 2>>
<<if $activeSlave.vagina > -1>>
<<set $activeSlave.vagina = 2>>
<</if>>
<<set $activeSlave.vaginalSkill = 15>>
<<set $activeSlave.oralSkill = 15>>
<<set $activeSlave.analSkill = 15>>
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.entertainSkill = 15>>
<<set $activeSlave.boobs += 600>>
<<set $activeSlave.boobsImplant = 600>>
<<set $activeSlave.butt += 1>>
<<set $activeSlave.buttImplant = 1>>
<<set $activeSlave.lips += 10>>
<<set $activeSlave.lipsImplant = 10>>
<<set $activeSlave.lipsPiercing = 1>>
<<set $activeSlave.tonguePiercing = 1>>
<<set $activeSlave.earPiercing = 1>>
<<set $activeSlave.nosePiercing = 1>>
<<set $activeSlave.eyebrowPiercing = 1>>
<<set $activeSlave.navelPiercing = 1>>
<<set $activeSlave.nipplesPiercing = 1>>
<<set $activeSlave.clitPiercing = 1>>
<<set $activeSlave.stampTat = either("tribal patterns", "flowers")>>
<<default>>
<<set $contractCost = 10000>>
<<set $activeSlaveOneTimeMaxAge = 22>>
<<set $oneTimeDisableDisability = 1>>
<<include "Generate New Slave">>
<<set $activeSlave.origin = "You bought out a deal for her sale after the seller took her virginity and the buyer no longer wanted her.">>
<<if ndef $activeSlave.publicCount>><<set $activeSlave.publicCount = 10>><<else>><<set $activeSlave.publicCount += 10>><</if>>
<<set $activeSlave.devotion = random(25,30)>>
<<set $activeSlave.trust = $activeSlave.devotion-20>>
<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.health = random(0,20)>>
<<set $activeSlave.anus = 2>>
<<if $activeSlave.dick == 0>>
<<set $activeSlave.vagina = 2>>
<<set $activeSlave.ovaries = 1>>
<<if isFertile($activeSlave)>>
<<= knockMeUp($activeSlave, 100, 2, -2, 1)>>
<</if>>
<</if>>
<</switch>>
/* 000-250-006 */
<<if $seeImages == 1>>
<<if $imageChoice == 1>>
<div class="imageRef lrgVector"><<SlaveArt $activeSlave 2 0>></div>
<<else>>
<div class="imageRef lrgRender"><<SlaveArt $activeSlave 2 0>></div>
<</if>>
<</if>>
/* 000-250-006 */
<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> breaks in on your sleep with an urgent message. You push a slave off you and sit up to take it. As the owner of the arcology, you perform some functions that would traditionally be the province of a government. In this anarcho-liberal polity, it's still necessary for people making deals to have someone to appeal to when disputes arise. Part of your agreement with your tenants is that you will perform this duty on deals between two tenants. The message is about just such a disagreement; they always seem to happen in the middle of the night, and they're always urgent.
<br><br>
<<switch _event>>
<<case "slave deal">>
An older woman who has signed an enslavement contract with a slave trader is accusing her of not living up to the terms. The contract requires that the trader pay the medical costs of the woman's daughter in return for the woman's voluntary enslavement. The woman claims that the payments have not been made and the trader is still insisting on enslavement.
<br><br>
The trader states that the daughter was thought to only have a minor condition, but has proven to be suffering from serious cancer. She protests that she will lose a great deal of money, and that there's no way she would have made the deal if the woman had been honest with her about how bad her daughter's condition was. The woman responds that she didn't know.
<<case "breeding deal">>
A small-time slave breeder is accusing a customer of reneging on their agreement. For the last nine months, one of his best breeders has been busy growing his client's future slave and now
<<if $seePreg == 1>>
that she's ready to give birth,
<<set $activeSlave.belly = 0>>
<<set $activeSlave.pregWeek = -3>>
<<else>>
that it's born,
<</if>>
he's refusing to transfer the funds, placing the entire operation in jeopardy.
<br><br>
The father<<if $seePreg == 1>>-to-be<</if>> claims that the child is not his and as such, the contract has not been fulfilled. Despite offers from the breeder to perform a paterntity test, he adamantly insists on using his private, and rather expensive, physician to run the test; a cost high enough to put them out of business anyway.
<<case "slave training">>
One of your prominent tenants is accusing another of failing to train a slave for him according to the terms of a slave training contract. He highlights a part of the contract that requires that the slave be expert in "all common sexual skills." He self-righteously declares that the delivered slave has no vaginal skills to speak of, that he doesn't want her as a result, and requests that you release him from the contract.
<br><br>
The trainer replies with some aspersion that the accuser is technically correct: the slave has no vaginal skills at all. This is, however, due to the fact that the slave has no vagina. He claims that the accuser verbally requested a gelded slave, though there's nothing about that either way in the contract. He protests that he did his best to train an expert gelding, and offers many lengthy videos to prove that he did.
<<case "majority deal">>
A prominent citizen is accusing a slave school of lying to him about the pedigree of a girl about to reach her majority. She'll be enslaved once she's of age, and he owns the rights to her. He produces many messages from the school about her progress; they all reference her excellent bloodline. The slave's genes were sequenced recently for an unrelated treatment, and it appears she's not the child of the slaves the school stated she was. He angrily demands compensation for the effort he's put into planning for her.
<br><br>
The school's representative is apologetic, but firm. The school readily admits an error, but he protests that they weren't aware of the confusion, either. They've offered to buy her back, with interest, but reject what they call an exorbitant demand for compensation. They produce the original pedigree, protesting that it shows that they were lied to, too. The slave does resemble the supposed parents closely; only an unusually invasive check would have disclosed the fraud.
<<case "indenture deal">>
A slutty-looking girl appears, bearing a split lip and a black eye, accusing a slave trader of tricking her. She sends you a lengthy contract of indentured servitude. Nothing seems out of order, though indentured servants are becoming less common, since slave labor is usually cheaper and less limited. The angry accuser claims that the trader told her that she wouldn't be required to have sex while indentured. The promise doesn't seem to be in writing, but the girl bitterly insists that it was made. "And now," she almost shrieks, "he's making me be a whore. I got assfucked five times yesterday. Five!"
<br><br>
The trader indignantly denies ever making any such commitment, and points out, correctly, that she has no proof. He protests that he only made the indentured servitude deal as a favor to her, and is angry that she's repaying his courtesy in not insisting on enslavement by this ingratitude. "I see here in the record that she was indeed used anally five times yesterday," he observes acidly. "But that's her job."
<<default>>
A wealthy slaveowner, clearly nursing a ferocious hangover, is accusing a less prominent citizen of refusing to honor the terms of a sale they signed in the early hours of the morning. Already shaking your head, you pull up the security logs with his permission. You verify that yes, indeed, they're visible at a loud party hosted by the wealthy slaveowner, talking over a tablet for a long time before shaking hands and signing.
<br><br>
The putative buyer protests that though the terms of sale don't show it, their conversation before the sale focused on the slave's virginity. The logs show that this, too, is true. And then, he rages, the slaveowner got even drunker, and brought the slave up to join the party, encouraging other guests to gangbang her. The logs show this too; the slave is definitely not a virgin any longer. The would-be buyer says he understands that he should have gotten the part about the virginity in writing and guaranteed up until he got his hands on her, but requests that you honor the spirit of the deal by letting him out of a contract to buy a now-ruined slave.
<</switch>>
<br><br>
<span id="result">
<<switch _event>>
<<case "slave deal">>
<<link "Privately inform both parties you'll settle this in favor of the most generous">>
<<replace "#result">>
You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although she isn't stupid enough to make a public accusation of corruption, the older woman made use of her few remaining hours of freedom to @@.red;slander@@ your administration of justice.
<<set $rep -= 100>>
<<set $cash += random(150,200)*10>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the older woman">>
<<replace "#result">>
You settle the dispute in favor of the slave-to-be. She is resigned, knowing that she's now owned by a woman who almost certainly hates her, but her daughter's treatments are assured. The story gets around quickly, @@.green;capturing the hearts@@ of more romantic citizens. The angry slave trader leaves the arcology, @@.red;reducing prosperity.@@
<<set $arcologies[0].prosperity -= 5>>
<<set $rep += 500>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the slave trader">>
<<replace "#result">>
You settle the dispute in favor of the slave trader. The story of the mother's enslavement, along with the prompt death of the daughter due to inadequate treatment, gets around the Free Cities, @@.red;appalling@@ more romantic citizens. The trader lets it be known amongst her peers that you do not brook uppity behavior from poor bitches, and that slave traders can expect to do well in your arcology, @@.green;increasing prosperity.@@
<<set $arcologies[0].prosperity += 5>>
<<set $rep -= 500>>
<</replace>>
<</link>>
<br><<link "Offer to buy out the contract">>
<<set $cash -= $contractCost>>
<<replace "#result">>
You offer to simply buy out the contract, taking the slave for yourself, letting the slave trader out of her side of the deal, and providing for the daughter's medical care. The trader lets it be known amongst her peers that you will make things right no matter the cost to yourself, @@.green;increasing prosperity.@@ The story of the mother willing to be enslaved gets around quickly, @@.green;capturing the hearts@@ of more romantic citizens. The mother, meanwhile, presents herself for enslavement, @@.hotpink;very grateful@@ that you've saved her daughter's life.
<br><br>
<<set $arcologies[0].prosperity += 5>>
<<set $rep += 500>>
<<include "New Slave Intro">>
<</replace>>
<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
<<case "breeding deal">>
<<link "Privately inform both parties you'll settle this in favor of the most generous">>
<<replace "#result">>
You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payments contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two,@@ a clear choice, and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the loser is proclaiming that he is @@.red;not pleased@@ with your administration of justice.
<<set $rep -= 100>>
<<set $cash += random(150,200)*10>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the accuser">>
<<replace "#result">>
You settle the dispute in favor of the wealthy accuser. While he is a little disapointed that he didn't get the slave he wanted, he speaks @@.green;positively@@ in public about how you helped protect his investements from potential mismanagement. Slave trading to and from your arcology is @@.red;somewhat lessened@@ however, since the breeder lets it be known that trading in your arcology is a risk.
<<set $arcologies[0].prosperity -= 5>>
<<set $rep += 500>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the breeder">>
<<replace "#result">>
You settle the dispute in favor of the slave breeder, and against the prominent accuser, by declaring that the standard paternity test will suffice.
<<if $seePreg == 1>>
As if on queue, the girl's water breaks and soaks her pants. The call ends to the sight of her crotch bulging as her child is born into her clothing.
<</if>>
While he is satisfied with his future slave, he speaks @@.red;openly@@ in public about how you were so quick to use cheap services to settle the claim instead of listening to his requests. The breeder, however, passes a @@.green;good word@@ around the industry that slavers trading with your arcology can expect to be protected from abusive claims.
<<set $arcologies[0].prosperity += 5>>
<<set $rep -= 500>>
<</replace>>
<</link>>
<br><<link "Compromise on the compensation and offer to buy out the deal">>
<<set $cash -= $contractCost>>
<<replace "#result">>
You offer to buy out the deal, paying the breeder and taking the slave yourself, and passing the child off to the buyer. The citizen gets what he wants and speaks @@.green;kindly@@ in public about how you helped smooth over a rather rough dispute. The breeder sends a @@.green;positive note@@ around the industry to the effect that slavers trading with your arcology can expect to be aided in times of need; though the loss of a star mother always stings.
<br><br>
<<set $arcologies[0].prosperity += 3>>
<<set $rep += 300>>
<<include "New Slave Intro">>
<</replace>>
<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
<<case "slave training">>
<<link "Privately inform both parties you'll settle this in favor of the most generous">>
<<replace "#result">>
You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payments contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the loser is proclaiming that he is @@.red;not pleased@@ with your administration of justice.
<<set $rep -= 100>>
<<set $cash += random(150,200)*10>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the accuser">>
<<replace "#result">>
You settle the dispute in favor of the wealthy accuser. He lets you know privately that he recently had a business deal go bad, so he's in a tough cash situation right now; he's so grateful for your assistance in this embarrassing situation that he talks @@.green;effusively@@ for days to anyone who will listen about your good administration of the arcology. Unfortunately, the furious trainer has packed up his equipment and his gelding and left for another arcology, somewhat @@.red;reducing prosperity.@@
<<set $arcologies[0].prosperity -= 5>>
<<set $rep += 500>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the trainer">>
<<replace "#result">>
You settle the dispute in favor of the slave trainer. It transpires that the wealthy accuser was no longer wealthy at all, and was looking to get out of the deal; he's furious, and spends a long day @@.red;spewing invectives@@ against you to anyone who will listen before decamping back to the old world. The trainer, on the other hand, lets it be known that you support businessmen, who can trust you to look after their interests, @@.green;increasing prosperity.@@
<<set $arcologies[0].prosperity += 5>>
<<set $rep -= 500>>
<</replace>>
<</link>>
<br><<link "Offer to buy out the deal">>
<<set $cash -= $contractCost>>
<<replace "#result">>
You offer to simply buy out the deal, paying the trainer and taking the slave yourself, and letting the buyer out of the payment. The trainer, on the other hand, lets it be known that you support businessmen, who can trust you to ensure they don't come out second best, @@.green;increasing prosperity.@@ The buyer lets you know privately that he recently had a business deal go bad, so he's in a tough cash situation right now; he's so grateful for your assistance in this embarrassing situation that he talks @@.green;effusively@@ for days to anyone who will listen about your discreet administration of the arcology. The slave, meanwhile, arrives at your penthouse, @@.hotpink;rather hopeful@@ that she's going to a good master.
<br><br>
<<set $arcologies[0].prosperity += 5>>
<<set $rep += 500>>
<<include "New Slave Intro">>
<</replace>>
<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
<<case "majority deal">>
<<link "Privately inform both parties you'll settle this in favor of the most generous">>
<<replace "#result">>
You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payments contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the loser is proclaiming that he is @@.red;not pleased@@ with your administration of justice.
<<set $rep -= 100>>
<<set $cash += random(150,200)*10>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the accuser">>
<<replace "#result">>
You settle the dispute in favor of the prominent accuser. He dabbles in slave breeding himself, and was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable, and speaks @@.green;positively@@ in public about how you helped an innocent breeder protect his prize bloodlines. Slave trading to and from your arcology is @@.red;somewhat lessened@@ however, since the school lets it be known that trading in your arcology is a risk.
<<set $arcologies[0].prosperity -= 5>>
<<set $rep += 500>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the trainer">>
<<replace "#result">>
You settle the dispute in favor of the school, and against the prominent accuser. He dabbles in slave breeding himself, and was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable, and speaks @@.red;furiously@@ in public about how you denied an innocent breeder justice against those swindling slave schools. The school, however, passes a @@.green;good word@@ around the industry that schools trading with your arcology can expect to be protected from frivolous claims.
<<set $arcologies[0].prosperity += 5>>
<<set $rep -= 500>>
<</replace>>
<</link>>
<br><<link "Compromise on the compensation and offer to buy out the deal">>
<<set $cash -= $contractCost>>
<<replace "#result">>
You offer to buy out the deal, paying the school and taking the slave yourself, and compromising on the demanded compensation. The citizen was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable and is mollified by the moderate payment, and speaks @@.green;kindly@@ in public about how you helped an innocent breeder protect his prize bloodlines. The school sends a @@.green;positive note@@ around the industry to the effect that schools trading with your arcology can expect to have excessive claims sensibly reduced.
<br><br>
<<set $arcologies[0].prosperity += 3>>
<<set $rep += 300>>
<<include "New Slave Intro">>
<</replace>>
<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
<<case "indenture deal">>
<<link "Privately inform both parties you'll settle this in favor of the most generous">>
<<replace "#result">>
You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although she isn't stupid enough to make a public accusation, the whore has been @@.red;whispering@@ to her peers that you helped the trader cheat her into prostitution. Few citizens care, but there is a faint scent of corruption.
<<set $rep -= 50>>
<<set $cash += random(150,200)*10>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the indentured whore">>
<<replace "#result">>
You settle the dispute in favor of the indentured whore, adding a requirement to the indentured servitude that she not be required to fuck against her will. The story of the brave prostitute and the conniving trader is @@.green;told and retold,@@ impressing the more credulous citizens. It also @@.red;raises doubts@@ among the wealthier, more business-minded residents about whether you can be depended on to promote their interests.
<<set $arcologies[0].prosperity -= 5>>
<<set $rep += 500>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the indenture holder">>
<<replace "#result">>
You settle the dispute in favor of the owner of the indenture. No change in the contract is necessary, since it already says what it should: that he controls her for the required period. That's all. The story of your strictness in business disputes @@.green;impresses@@ some of the more commercially powerful citizens of the arcology, but is @@.red;hissed@@ by the stupider, more romantic residents, who see only a brave whore being beaten down by a conniving slave trader.
<<set $arcologies[0].prosperity += 5>>
<<set $rep -= 500>>
<</replace>>
<</link>>
<br><<link "Buy out the contract and enslave her">>
<<set $cash -= $contractCost>>
<<replace "#result">>
You quietly contact the trader and suggest an alternative method of settling the dispute. He is surprised, but agrees readily, chuckling at how the "recalcitrant bitch" is going to be dealt with. To her horror, she finds that your near-total power over deals made in your arcology has been employed to saddle her with additional debts that, under her indentured servitude, she cannot hope to repay. It is then the work of ten minutes to demand payment, and when she cannot pay, demand her body for enslavement. The story of your cunning @@.green;impresses@@ the slave traders, but is @@.red;booed@@ by fairer-minded citizens.
<br><br>
<<set $arcologies[0].prosperity += 5>>
<<set $rep -= 100>>
<<include "New Slave Intro">>
<</replace>>
<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
<<default>>
<<link "Privately inform both parties you'll settle this in favor of the most generous">>
<<replace "#result">>
You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the buyer is furious at paying virgin prices for a defiled slave, and is privately @@.red;slandering@@ your administration of justice.
<<set $rep -= 100>>
<<set $cash += random(150,200)*10>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the prospective buyer">>
<<replace "#result">>
What's most important is the justice of the outcome. You settle the dispute in favor of the buyer, who would otherwise be forced to buy something he did not mean to pay for. He lets it be known far and wide that you are willing to stand up for what's right, no matter what and no matter who, @@.green;improving@@ your reputation. The angry seller, now afflicted with a devalued slave in addition to a bad headache, lets his group of friends know that social superiors have no advantage at justice here. They become more reticent about dealmaking in your arcology, @@.red;damaging@@ its prosperity.
<<set $arcologies[0].prosperity -= 5>>
<<set $rep += 500>>
<</replace>>
<</link>>
<br><<link "Settle the dispute in favor of the prominent slaveowner">>
<<replace "#result">>
A deal is a deal; buyer beware. You settle the dispute in favor of the slaveowner. He lets it be known amongst his peers that you do not let social inferiors insist on justice against their betters. Citizens of quality become more willing to consider dealmaking in your arcology, @@.green;increasing prosperity.@@ On the other hand, the angry buyer shows himself to be not a person to treat lightly, either; he maintains a @@.red;malicious@@ whispering campaign to the effect that your administration of justice is fatally biased.
<<set $arcologies[0].prosperity += 5>>
<<set $rep -= 500>>
<</replace>>
<</link>>
<br><<link "Offer to buy out the contract">>
<<set $cash -= $contractCost>>
<<replace "#result">>
You offer to simply buy out the contract, taking the slave for yourself. This lets the buyer out of buying her, and the slaveowner gets his money; but it soon becomes apparent that what both of them were really looking for is an opportunity to put one over on the other. Neither is pleased to be denied a petty victory, but they both have the sense to keep their mouths shut. The poor slave, meanwhile, appears in the penthouse entryway, @@.hotpink;hopeful@@ that she's been lucky enough to end up in a less abusive situation.
<br><br>
<<include "New Slave Intro">>
<</replace>>
<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
<</switch>>
</span>
|
amomynous0/fc
|
src/uncategorized/jeSlaveDispute.tw
|
tw
|
bsd-3-clause
| 32,066 |
:: Lab Report [nobr]
''Lab Report''<hr style="margin:0">
<br>
<<if ($researchLab.hired + $researchLab.menials) != 0>>
<<if $researchLab.research == "none" && $researchLab.manufacture == "none">>
Since the lab is currently not working on any projects it takes contract work and earns you @@.yellowgreen;<<print cashFormat((($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20))>>.@@
<<set $cash += (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>>
<<elseif $researchLab.research != "none">>
<<set $researchLab.productionTime -= (($researchLab.hired * 3) + ($researchLab.menials) * ($researchLab.aiModule))>>
<<if $researchLab.productionTime <= 0>>
Your lab staff have @@.green;completed@@ their research project, and
<<switch $researchLab.research>>
<<case "Basic prosthetics interface">>
<<set $researchLab.basicPLimbInterface = 1>>
<<case "Advanced prosthetics interface">>
<<set $researchLab.advPLimbInterface = 1>>
<<case "Basic prosthetic limbs">>
<<set $researchLab.basicPLimb = 1>>
<<case "Advanced sex limbs">>
<<set $researchLab.advSexPLimb = 1>>
<<case "Advanced beauty limbs">>
<<set $researchLab.advGracePLimb = 1>>
<<case "Advanced combat limbs">>
<<set $researchLab.advCombatPLimb = 1>>
<<case "Cybernetic limbs">>
<<set $researchLab.cyberneticPLimb = 1>>
<<case "Ocular implants">>
<<set $researchLab.ocularImplant = 1>>
<<case "Cochlear implants">>
<<set $researchLab.cochlearImplant = 1>>
<<case "Electrolarynx">>
<<set $researchLab.electrolarynx = 1>>
<<case "Erectile implant">>
<<set $researchLab.erectileImplant = 1>>
<</switch>>
they are awaiting your next instruction.
<<set $researchLab.productionTime = 0, $researchLab.research = "none">>
<<else>>
Your lab staff are currently researching @@.yellow;$researchLab.research@@.
<</if>>
<<elseif $researchLab.manufacture != "none">>
<<set $researchLab.productionTime -= (($researchLab.hired * 3) + ($researchLab.menials) * ($researchLab.aiModule))>>
<<if $researchLab.productionTime <= 0>>
Your lab staff have @@.green;completed@@ their project, and
<<switch $researchLab.manufacture>>
<<case "Basic prosthetics interface">>
<<set $stockpile.basicPLimbInterface += 1, $researchLab.productionTime = 50>>
<<case "Advanced prosthetics interface">>
<<set $stockpile.advPLimbInterface += 1, $researchLab.productionTime = 80>>
<<case "Basic prosthetic limbs">>
<<set $stockpile.basicPLimb += 1, $researchLab.productionTime = 20>>
<<case "Advanced sex limbs">>
<<set $stockpile.advSexPLimb += 1, $researchLab.productionTime = 100>>
<<case "Advanced beauty limbs">>
<<set $stockpile.advGracePLimb += 1, $researchLab.productionTime = 100>>
<<case "Advanced combat limbs">>
<<set $stockpile.advCombatPLimb += 1, $researchLab.productionTime = 100>>
<<case "Cybernetic limbs">>
<<set $stockpile.cyberneticPLimb += 1, $researchLab.productionTime = 150>>
<<case "Ocular implants">>
<<set $stockpile.ocularImplant += 1, $researchLab.productionTime = 80>>
<<case "Cochlear implants">>
<<set $stockpile.cochlearImplant += 1, $researchLab.productionTime = 60>>
<<case "Electrolarynx">>
<<set $stockpile.electrolarynx += 1, $researchLab.productionTime = 100>>
<<case "Erectile implant">>
<<set $stockpile.erectileImplant += 1, $researchLab.productionTime = 50>>
<</switch>>
<span id="haltproduction">
they are starting work on another unit.
<<link "Halt production">>
<<set $researchLab.productionTime = 0, $researchLab.manufacture = "none">>
<<replace "#haltproduction">>
they are awaiting your next instruction.
<</replace>>
<</link>>
</span>
<<else>>
Your lab staff are currently working on @@.yellow;$researchLab.manufacture@@.
<</if>>
<</if>>
<</if>>
|
amomynous0/fc
|
src/uncategorized/labReport.tw
|
tw
|
bsd-3-clause
| 3,909 |
:: Law Compliance [nobr]
<<if $arcologies[0].FSSlimnessEnthusiastSMR == 1>>
<<set $activeSlave.weight = random(-80,0)>>
<<set $activeSlave.health = random(50,90)>>
She has been kept on a rigorous diet for sale, has been required to exercise regularly, and has had excellent care taken of her health.
<</if>>
<<if $arcologies[0].FSRepopulationFocusSMR == 1>>
<<if $activeSlave.physicalAge < $fertilityAge>>
<<if $precociousPuberty == 0>>
<<set $activeSlave.physicalAge = $fertilityAge>>
<<set $activeSlave.visualAge = $fertilityAge>>
<<set $activeSlave.actualAge = $fertilityAge>>
<<set $activeSlave.ovaryAge = $fertilityAge>>
<</if>>
<</if>>
<<set $activeSlave.pubertyXX = 1>>
<<if $activeSlave.preg < 1>> /* "if" needed here to avoid conflicts with already pregnant slaves from repopulation FS arcologies markets */
<<set $activeSlave.ovaries = 1>>
<<set $activeSlave.vagina = either(0, 0, 1, 1, 1, 1, 1, 2, 2, 3)>>
<<set $activeSlave.pregType = either(1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 5)>>
<<set $activeSlave.preg = random(5,38)>>
<<set $activeSlave.pregWeek = $activeSlave.preg>>
<<set $activeSlave.pregKnown = 1>>
<<run SetBellySize($activeSlave)>>
<</if>>
If she was unable to become pregnant before, she has been made to now. She is fertilized surgically to insure a healthy pregnancy.
<</if>>
<<if $arcologies[0].FSAssetExpansionistSMR == 1>>
<<set $activeSlave.clit = either(0, 0, 0, 1, 1, 2)>>
<<set $activeSlave.labia = either(0, 1, 2, 3)>>
<<set $activeSlave.boobs += random(2,5)*100>>
<<set $activeSlave.butt += random(1,2)>>
<<set $activeSlave.lips = random(15,55)>>
<<if $activeSlave.dick > 0>>
<<set $activeSlave.dick = random(4,7)>>
<</if>>
<<if $activeSlave.balls > 0>>
<<set $activeSlave.balls = random(4,7)>>
<</if>>
She has been on powerful growth hormones for a long time, and has experienced growth in several areas as a result.
<</if>>
<<if $arcologies[0].FSPhysicalIdealistSMR == 1>>
Much of her time before sale was spent
<<if $arcologies[0].FSPhysicalIdealistLaw == 1>>
<<set $activeSlave.muscles = random(20,50)>>
doing cardio,
<<else>>
<<set $activeSlave.muscles = random(50,100)>>
lifting weights,
<</if>>
and her health has been raised to an almost unnatural level.
<<set $activeSlave.health = random(50,90)>>
<<set $activeSlave.weight = random(-20,0)>>
<<elseif $arcologies[0].FSHedonisticDecadenceSMR == 1>>
<<set $activeSlave.muscles = random(-80,0)>>
<<set $activeSlave.weight = random(50,200)>>
<<set $activeSlave.health = random(-30,10)>>
Much of her time before sale was spent being fattened up and lying around.
<<if $activeSlave.devotion <= 20>>
She had to be forcefed massive amounts of slave food while bound to meet requirements, filling her with @@.gold;fear@@ and @@.mediumorchid;disgust.@@
<<set $activeSlave.trust -= 5>>
<<set $activeSlave.devotion -= 5>>
<</if>>
<</if>>
<<if $arcologies[0].FSGenderFundamentalistSMR == 1>>
<<if $activeSlave.dick > 0>>
<<set $activeSlave.balls = 0>>
<<set $activeSlave.boobs += random(0,2)*100>>
<<set $activeSlave.butt += random(0,1)>>
<<if $activeSlave.face < 95>>
<<set $activeSlave.face = Math.trunc($activeSlave.face+random(0,20),-100,100)>>
<</if>>
Her balls were removed as soon as she was enslaved, and she's been kept on powerful female hormones for long enough to have a general feminizing effect.
<</if>>
<<elseif $arcologies[0].FSSupremacistSMR == 1>>
<<if $activeSlave.dick > 0>>
<<if $activeSlave.race != $arcologies[0].FSSupremacistRace>>
<<set $activeSlave.balls = 0>>
Her balls were removed as soon as she was enslaved to prevent her from polluting fertile slaves with her inferior semen.
<</if>>
<</if>>
<<elseif $arcologies[0].FSSubjugationistSMR == 1>>
<<if $activeSlave.dick > 0>>
<<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>>
<<set $activeSlave.balls = 0>>
Her balls were removed as soon as she was enslaved to prevent her from polluting fertile slaves with her subhuman semen.
<</if>>
<</if>>
<</if>>
<<if $arcologies[0].FSRestartSMR == 1>>
<<if $activeSlave.balls > 0 || $activeSlave.ovaries > 0>>
<<set $activeSlave.preg = -2>>
<<set $activeSlave.pregType = 0>>
<<set $activeSlave.pregKnown = 0>>
<<set WombFlush($activeSlave)>>
<<run SetBellySize($activeSlave)>>
<<set $activeSlave.balls = 0>>
<<set $activeSlave.ovaries = 0>>
As a member of the lowest class,<<if $activeSlave.preg > 0>> her pregnancy is immediately terminated, and<</if>> she is promptly sterilized to prevent her from passing on her useless genes.
<</if>>
<</if>>
<<if $arcologies[0].FSPaternalistSMR == 1>>
<<if $activeSlave.devotion <= 20>>
While she came through the slave markets, she was treated with decency. She has begun to wonder whether she can @@.mediumaquamarine;get away with@@ being disobedient.
<<set $activeSlave.trust += 10>>
<<else>>
While she came through the slave markets, she was treated with decency. She has begun to hope that she can expect @@.mediumaquamarine;basic respect@@ despite being a sex slave.
<<set $activeSlave.trust += 10>>
<</if>>
<</if>>
<<if $arcologies[0].FSDegradationistSMR == 1>>
Her current owners @@.gold;brutalized her@@ before putting her on sale, using clever methods to produce agony without seriously damaging her health.
<<set $activeSlave.trust -= 10>>
<</if>>
<<if $arcologies[0].FSBodyPuristSMR == 1>>
In order to qualify for sale, she has been meticulously inspected for implants, tattoos, and piercings, and any present have been removed.
<<set $activeSlave.nipplesPiercing = 0>>
<<set $activeSlave.areolaePiercing = 0>>
<<set $activeSlave.lipsPiercing = 0>>
<<set $activeSlave.vaginaPiercing = 0>>
<<set $activeSlave.dickPiercing = 0>>
<<set $activeSlave.clitPiercing = 0>>
<<set $activeSlave.anusPiercing = 0>>
<<set $activeSlave.corsetPiercing = 0>>
<<set $activeSlave.earPiercing = 0>>
<<set $activeSlave.eyebrowPiercing = 0>>
<<set $activeSlave.nosePiercing = 0>>
<<set $activeSlave.navelPiercing = 0>>
<<set $activeSlave.lipsTat = 0>>
<<set $activeSlave.buttTat = 0>>
<<set $activeSlave.anusTat = 0>>
<<set $activeSlave.vaginaTat = 0>>
<<set $activeSlave.dickTat = 0>>
<<set $activeSlave.boobsTat = 0>>
<<set $activeSlave.armsTat = 0>>
<<set $activeSlave.legsTat = 0>>
<<set $activeSlave.shouldersTat = 0>>
<<set $activeSlave.backTat = 0>>
<<set $activeSlave.stampTat = 0>>
<<if $activeSlave.boobsImplant > 0>>
<<set $activeSlave.boobs -= $activeSlave.boobsImplant>>
<<set $activeSlave.boobsImplant = 0>>
<</if>>
<<if $activeSlave.buttImplant > 0>>
<<set $activeSlave.butt -= $activeSlave.buttImplant>>
<<set $activeSlave.buttImplant = 0>>
<</if>>
<<if $activeSlave.lipsImplant > 0>>
<<set $activeSlave.lips -= $activeSlave.lipsImplant>>
<<set $activeSlave.lipsImplant = 0>>
<</if>>
<</if>>
<<if $arcologies[0].FSTransformationFetishistSMR == 1>>
In order to qualify for sale, she has been kitted out with a basic set of breast, buttock, and lip implants.
<<if $activeSlave.devotion <= 20>>
Being turned into an assembly line bimbo fills her with @@.gold;fear@@ and @@.mediumorchid;disgust.@@
<<set $activeSlave.trust -= 5>>
<<set $activeSlave.devotion -= 5>>
<</if>>
<<if $activeSlave.boobsImplant == 0>>
<<set $activeSlave.boobsImplant = 400>>
<<set $activeSlave.boobs += $activeSlave.boobsImplant>>
<</if>>
<<if $activeSlave.buttImplant == 0>>
<<set $activeSlave.buttImplant = 1>>
<<set $activeSlave.butt += $activeSlave.buttImplant>>
<</if>>
<<if $activeSlave.lipsImplant == 0>>
<<set $activeSlave.lipsImplant = 10>>
<<set $activeSlave.lips += $activeSlave.lipsImplant>>
<</if>>
<</if>>
<<if $arcologies[0].FSYouthPreferentialistSMR == 1>>
<<if $activeSlave.physicalAge > 35>>
She was treated as a disposable old bitch in the slave pens, @@.gold;worrying her.@@
<<set $activeSlave.trust -= 5>>
<<elseif $activeSlave.physicalAge <= 25>>
She was treated reasonably well in the slave pens due to her youth, @@.mediumaquamarine;reassuring her.@@
<<set $activeSlave.trust += 5>>
<</if>>
<</if>>
<<if $arcologies[0].FSMaturityPreferentialistSMR == 1>>
<<if $activeSlave.physicalAge > 35>>
She was treated reasonably well in the slave pens due to her maturity, @@.mediumaquamarine;reassuring her.@@
<<set $activeSlave.trust += 5>>
<<elseif $activeSlave.physicalAge <= 25>>
She was treated as a disposable little slut in the slave pens, @@.gold;worrying her.@@
<<set $activeSlave.trust -= 5>>
<</if>>
<</if>>
<<if $arcologies[0].FSPastoralistSMR == 1>>
<<if $activeSlave.lactation == 0>>
She was implanted with permanent lactation drugs in order to qualify for sale, and was kept in the slave pens until she could be put up on the block with dripping nipples.
<<set $activeSlave.lactation = 2>>
<</if>>
<</if>>
<<if $arcologies[0].FSChattelReligionistSMR == 1>>
She has been consecrated for sale by being offered to the public for a full night, from sunset to sunrise.
<<if $activeSlave.devotion <= 20>>
Since she was not willing to accept this treatment, her consecration took the form of twelve hours of rape, @@.gold;terrifying her@@ and @@.mediumorchid;filling her with hatred.@@
<<set $activeSlave.trust -= 15>>
<<set $activeSlave.devotion -= 15>>
<<else>>
She accepted this treatment, @@.hotpink;breaking her@@ to sexual slavery.
<<set $activeSlave.devotion += 5>>
<</if>>
<<if ndef $activeSlave.publicCount>>
<<set $activeSlave.publicCount = 0>>
<</if>>
<<set $activeSlave.oralCount += 10>>
<<set $activeSlave.publicCount += 10>>
<<set $oralTotal += 10>>
<<set $activeSlave.analCount += 10>>
<<set $activeSlave.publicCount += 10>>
<<set $analTotal += 10>>
<<if $activeSlave.vagina > 0>>
<<set $activeSlave.vaginalCount += 10>>
<<set $activeSlave.publicCount += 10>>
<<set $vaginalTotal += 10>>
<<if $activeSlave.vagina < 3>>
<<set $activeSlave.vagina += 1>>
<</if>>
<<else>>
<<set $activeSlave.oralCount += 10>>
<<set $activeSlave.publicCount += 10>>
<<set $oralTotal += 10>>
<</if>>
<<if $activeSlave.anus > 0>>
<<set $activeSlave.analCount += 10>>
<<set $activeSlave.publicCount += 10>>
<<set $analTotal += 10>>
<<if $activeSlave.anus < 3>>
<<set $activeSlave.anus += 1>>
<</if>>
<<else>>
<<set $activeSlave.oralCount += 10>>
<<set $activeSlave.publicCount += 10>>
<<set $oralTotal += 10>>
<</if>>
<</if>>
<<if $arcologies[0].FSRomanRevivalistSMR == 1>>
As she passed though the slave markets, she saw many less valuable slaves selected to die in gladiatorial combats. She is relieved she wasn't one of them, but @@.gold;terrified@@ that will be her fate if she makes mistakes.
<<set $activeSlave.trust -= 10>>
<</if>>
<<if $arcologies[0].FSAztecRevivalistSMR == 1>>
As she passed though the golden city, she saw a less valuable <<if $arcologies[0].FSPaternalist != "unset">>slave's virginity get sacrificed<<else>>slave get sacrificed<</if>> on one of the many altars spread throughout the city. She was <<if $arcologies[0].FSPaternalist != "unset">>@@.gold;startled@@<<else>>@@.gold;mortified@@<</if>> to learn what befalls lesser slaves here.
<<if $arcologies[0].FSPaternalist != "unset">>
<<set $activeSlave.trust -= 5>>
<<else>>
<<set $activeSlave.trust -= 20>>
<</if>>
<</if>>
<<if $arcologies[0].FSEgyptianRevivalistSMR == 1>>
While she was in the slave pens, she was subjected to Egyptian cultural indoctrination.
<<if $activeSlave.entertainSkill > 10>>
She is now @@.mediumaquamarine;confident@@ that her entertainment skills will be valued here.
<<set $activeSlave.trust += 10>>
<<elseif $activeSlave.intelligenceImplant >= 15>>
She now @@.mediumaquamarine;hopes@@ that her education will be valued here.
<<set $activeSlave.trust += 5>>
<<else>>
She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
<<set $activeSlave.trust -= 5>>
<</if>>
<</if>>
<<if $arcologies[0].FSEdoRevivalistSMR == 1>>
While she was in the slave pens, she was subjected to Edo Revivalist cultural indoctrination.
<<if $activeSlave.nationality == "Japanese">>
She is now @@.mediumaquamarine;confident@@ that, as a proper Japanese girl, she will receive preferential treatment.
<<set $activeSlave.trust += 10>>
<<elseif $activeSlave.entertainSkill > 30>>
She now @@.mediumaquamarine;hopes@@ that her refined entertainment skills will make her culturally as well as sexually valuable.
<<set $activeSlave.trust += 5>>
<<else>>
She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
<<set $activeSlave.trust -= 5>>
<</if>>
<</if>>
<<if $arcologies[0].FSArabianRevivalistSMR == 1>>
While she was in the slave pens, she was subjected to classical Arabian cultural indoctrination.
<<if $activeSlave.face > 40>>
She is now @@.mediumaquamarine;confident@@ that her great beauty will be valued here.
<<set $activeSlave.trust += 10>>
<<elseif $activeSlave.accent <= 1>>
She now @@.mediumaquamarine;hopes@@ that her linguistic skill will be valued here.
<<set $activeSlave.trust += 5>>
<<else>>
She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
<<set $activeSlave.trust -= 5>>
<</if>>
<</if>>
<<if $arcologies[0].FSChineseRevivalistSMR == 1>>
While she was in the slave pens, she was subjected to Imperial Chinese cultural indoctrination.
<<if $activeSlave.intelligence > 50>>
She is now @@.mediumaquamarine;confident@@ that her brilliance will be valued here.
<<set $activeSlave.trust += 10>>
<<elseif $activeSlave.intelligenceImplant >= 15>>
She now @@.mediumaquamarine;hopes@@ that her education will be valued here.
<<set $activeSlave.trust += 5>>
<<else>>
She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
<<set $activeSlave.trust -= 5>>
<</if>>
<</if>>
<<if $BasicSMR != 1>>
While she came through the slave markets, she was treated with inhuman callousness. It was very obvious and @@.gold;very terrifying@@ to her that she is now considered a piece of meat.
<<set $activeSlave.trust -= 5>>
<</if>>
<<if $HealthInspectionSMR == 1>>
<<if $activeSlave.health < -10>>
Her current owners held her for basic medical care before putting her on sale, resolving some of her health issues.
<<set $activeSlave.health = -10>>
<</if>>
<</if>>
<<if $EducationSMR == 1>>
<<if $activeSlave.intelligenceImplant == 0>>
She arrived at $arcologies[0].name in a pitiably undereducated state, and has been held back until she completed a basic course of slave education.
<<set $activeSlave.intelligenceImplant = 15>>
<</if>>
<</if>>
<<if $FrigiditySMR == 1>>
<<if $activeSlave.energy > 20>>
Before reaching the market, she was trained to disregard sex until she showed no interest in sex at all.
<<set $activeSlave.energy = 20>>
<</if>>
<</if>>
<<if $BasicBeautySMR == 1>>
<<if $activeSlave.face < 0>>
<<set $activeSlave.face = random(0,60)>>
<</if>>
While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that should she lose her beauty, she'll be considered worthless and be reassigned on the spot.
<<set $activeSlave.trust -= 5>>
<</if>>
<<if $QualityBeautySMR == 1>>
<<if $activeSlave.face < 20>>
<<set $activeSlave.face = random(20,100)>>
<</if>>
While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that should she loses her beauty, she'll be considered worthless and be reassigned on the spot.
<<set $activeSlave.trust -= 5>>
<</if>>
<<if $BasicWeightSMR == 1>>
<<if $activeSlave.weight > 100>>
<<set $activeSlave.weight = random(-50,50)>>
<</if>>
While she was in the slave pens, she saw that obese slaves were immediately designated as menials and cows, and she is @@.gold;terrified@@ that should she get fat, she'll be considered worthless and be reassigned on the spot.
<<set $activeSlave.trust -= 5>>
<</if>>
<<if $BasicHeightSMR == 1>>
<<if $activeSlave.height < 170>>
<<if $activeSlave.height >= 160>>
Before she was put up for sale, she underwent height increasing surgery to fulfill your arcology's height SMR. She was @@.gold;horrified@@ by how drastically her body was altered just for a chance at sale.
<<set $activeSlave.trust -= 10>>
<<set $activeSlave.height += 10, $activeSlave.heightImplant = 1, $activeSlave.health -= -40>>
<<else>>
While she was in the slave pens, she was treated as nothing more than an unsalvageable slab of meat suitable only for the lowliest of jobs. She's @@.hotpink;desperate@@ enough to follow any order in @@.gold;fear@@ that should she fail, she'll be discarded like so many other shorties.
<<set $activeSlave.devotion += 10, $activeSlave.trust -= 10>>
<</if>>
<<else>>
While she was in the slave pens, she saw that short and even average sized slaves were commonly designated as menials and fuckdolls. Her tall stature gives her a promising future compared to her shorter peers, leaving her @@.mediumOrchid;inappropriately proud@@ of height.
<<set $activeSlave.devotion -= 10>>
<</if>>
<<elseif $BasicHeightSMR == -1>>
<<if $activeSlave.height >= 160>>
<<if $activeSlave.height <= 169>>
Before she was put up for sale, she underwent height reduction surgery to fulfill your arcology's height SMR. She was @@.gold;horrified@@ by how drastically her body was altered just for a chance at sale.
<<set $activeSlave.trust -= 10>>
<<set $activeSlave.height -= 10, $activeSlave.heightImplant = -1, $activeSlave.health -= -40>>
<<else>>
While she was in the slave pens, she was treated as nothing more than an unsalvageable slab of meat suitable only for the lowliest of jobs. She's @@.hotpink;desperate@@ enough to follow any order in @@.gold;fear@@ that should she fail, she'll be discarded like all the other tall girls.
<<set $activeSlave.devotion += 10, $activeSlave.trust -= 10>>
<</if>>
<<else>>
While she was in the slave pens, she saw that tall and even average sized slaves were commonly designated as menials and fuckdolls. Her short stature gives her a promising future compared to her towering peers, leaving her @@.mediumOrchid;inappropriately proud@@ of height.
<<set $activeSlave.devotion -= 10>>
<</if>>
<</if>>
<<if $AdvancedHeightSMR == 1>>
<<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $AdvancedHeightSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>>
While she was in the slave pens, she saw that slaves on the shorter end of the height curve were immediately designated as menials and fuckdolls.
<<if $activeSlave.physicalAge < 16>>
She is @@.gold;terrified@@ that if she doesn't keep growing, she'll be reassigned on the spot without a second thought.
<<set $activeSlave.trust -= 5>>
<<else>>
Her above average stature gives her a promising future compared to her shorter peers, leaving her @@.mediumOrchid;inappropriately proud@@ of her height.
<<set $activeSlave.devotion -= 10>>
<</if>>
<<elseif $AdvancedHeightSMR == -1>>
<<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $AdvancedHeightSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>>
While she was in the slave pens, she saw that slaves on the taller end of the height curve were immediately designated as menials and fuckdolls.
<<if $activeSlave.physicalAge < 16>>
She is @@.gold;terrified@@ that if she goes through a growth spurt, she'll be reassigned on the spot without a second thought.
<<set $activeSlave.trust -= 5>>
<<else>>
Her below average stature gives her a promising future compared to her taller peers, leaving her @@.mediumOrchid;inappropriately proud@@ of her height.
<<set $activeSlave.devotion -= 10>>
<</if>>
<</if>>
<<if $BasicIntelligenceSMR == 1>>
<<if $activeSlave.intelligence <= -15>>
<<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [0,40]})>>
<</if>>
While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot.
<<set $activeSlave.trust -= 5>>
<</if>>
<<if $QualityIntelligenceSMR == 1>>
<<if $activeSlave.intelligence <= 15>>
<<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [16,100]})>>
<</if>>
While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot.
<<set $activeSlave.trust -= 5>>
<</if>>
<<if $IntelligenceEugenicsSMR + $HeightEugenicsSMR + $FaceEugenicsSMR > 0>>
<<set _eugenicsMarketTest = 1>>
As soon as she arrived in the slave market, she was subjected to a battery of testing:
<<if $IntelligenceEugenicsSMR == 1>>
an intelligence test,
<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant <= 50>>
<<set _eugenicsMarketTest = 0>>
<</if>>
<</if>>
<<if $HeightEugenicsSMR == 1>>
rigorous height and bone measurements,
<<if $activeSlave.height < (Height.mean($activeSlave) + 15)>>
<<set _eugenicsMarketTest = 0>>
<</if>>
<</if>>
<<if $FaceEugenicsSMR == 1>>
strict judgments of her facial attractiveness,
<<if $activeSlave.face < 40>>
<<set _eugenicsMarketTest = 0>>
<</if>>
<</if>>
a physical exam, and more.
<<if _eugenicsMarketTest == 0>>
She failed, and only then learned that by failing she placed herself under the merciless dictates of eugenic theory.
<<if $activeSlave.balls > 0>>
Her balls were promptly removed to prevent her from passing on her inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ her.
<<set $activeSlave.balls = 0>>
<<set $activeSlave.devotion -= 20>>
<<set $activeSlave.trust -= 20>>
<<elseif $activeSlave.ovaries > 0>>
Her <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards her <</if>>tubes were promptly tied to prevent her from passing on her inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ her.
<<set $activeSlave.preg = -2>>
<<set $activeSlave.pregType = 0>>
<<set $activeSlave.pregKnown = 0>>
<<set WombFlush($activeSlave)>>
<<run SetBellySize($activeSlave)>>
<<set $activeSlave.devotion -= 10>>
<<set $activeSlave.trust -= 10>>
<<else>>
Fortunately for her, she was already incapable of passing on her inferior genes.
<</if>>
<<else>>
She passed, and only then learned that passing marked her as fit to pass on her genes, should her owners decide to breed her.
<<if $activeSlave.balls > 0>>
Her relief that she won't have her balls cut off is mixed with fear at being introduced to your society in this way.
<<elseif $activeSlave.ovaries > 0>>
Her relief that she won't have her tubes tied is mixed with fear at being introduced to your society in this way.
<<else>>
This is merely confusing to her, since she isn't able to reproduce as it is. Of course, she doesn't know that you're quite capable of changing that.
<</if>>
<</if>>
<</if>>
<<= checkForGingering()>> /* may store a backup of $activeSlave and make temporary changes; call removeGingering() to retrieve backup before making changes to $activeSlave */
|
amomynous0/fc
|
src/uncategorized/lawCompliance.tw
|
tw
|
bsd-3-clause
| 23,111 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.