diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index fd1be3344b75e34df0be832ff83c64a3f0fa3e90..c69c02bacd8beccd34cd50ead42fbdec0cc49f16 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -1,5 +1,13 @@ Pregmod +0.10.7.1-0.6.x + +8/16/2018 + + 1 + -new supremacist and subjugationist PA FS appearances + -hearing and deafness added + 0.10.7.1-0.5.x 8/14/2018 diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index a9202c1c4a3975882369eb38e5af835febfaf44d..179649fcc46a6b94e96eb6b14aba2f653d85a19d 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -27286,7 +27286,7 @@ window.nationalityToAccent = function nationalityToAccent(slave) { } if (slave.nationality === V.language) { - slave.accent = jsEither([0, 0, 0, 1]); + slave.accent = jsEither([0, 0, 0, 0, 0, 0, 0, 0, 1]); } }; diff --git a/src/js/slaveGenerationJS.tw b/src/js/slaveGenerationJS.tw index db33dd23bb198974241b8e56efb1e15b65498856..0f51b03f2f988cc597cff0a422e74df4deabd3b3 100644 --- a/src/js/slaveGenerationJS.tw +++ b/src/js/slaveGenerationJS.tw @@ -1086,7 +1086,7 @@ window.nationalityToAccent = function nationalityToAccent(slave) { } if (slave.nationality === V.language) { - slave.accent = jsEither([0, 0, 0, 1]); + slave.accent = jsEither([0, 0, 0, 0, 0, 0, 0, 0, 1]); } }; diff --git a/src/uncategorized/assistantEvents.tw b/src/uncategorized/assistantEvents.tw index 4b6873329a55c26975e291aa37a2523c9d05cabd..7472f18d4f858568228bcb62307ffaa129810dfa 100644 --- a/src/uncategorized/assistantEvents.tw +++ b/src/uncategorized/assistantEvents.tw @@ -207,6 +207,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -299,6 +303,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -343,6 +351,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -389,6 +401,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -435,6 +451,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -481,6 +501,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -527,6 +551,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -573,6 +601,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -619,6 +651,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -665,6 +701,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -711,6 +751,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -757,6 +801,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -803,6 +851,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -858,6 +910,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -904,6 +960,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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">> @@ -950,6 +1010,10 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>> 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>> @@ -1404,6 +1468,10 @@ __Personal assistant appearances:__ <<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>> diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw index d52e39f094f84abbf934fa91e1ecf92c70062083..a964e99f2b682daeca87aad61d071af1c3879c68 100644 --- a/src/uncategorized/fsDevelopments.tw +++ b/src/uncategorized/fsDevelopments.tw @@ -327,12 +327,20 @@ <<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")>> diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw index c2323b79bc92fb5cb9e9d676e725fbc1beb8172f..630bc09b9b154437a1174fbb846c13544e854f85 100644 --- a/src/uncategorized/futureSociety.tw +++ b/src/uncategorized/futureSociety.tw @@ -593,7 +593,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc </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>><<ClearFacilityDecorations>><</link>>//<br> + <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")>> @@ -622,7 +622,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</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>><<ClearFacilityDecorations>><</link>>//<br> + <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")>> diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw index f30564ceca0c86013b13b187403702302b91717d..b93d083eee15698689b2e71c89c078dfdf7fe9c8 100644 --- a/src/uncategorized/nonRandomEvent.tw +++ b/src/uncategorized/nonRandomEvent.tw @@ -111,7 +111,7 @@ <<goto "P peacekeepers intro">> <<elseif ($arcologies[0].prosperity > 80) && ($TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$HA.schoolPresent+$TFS.schoolPresent+$TCR.schoolPresent == 0) && ($schoolSuggestion == 0)>> <<goto "P school suggestion">> -<<elseif ($assistantFSOptions == 0) && ($assistant > 0) && ($assistantAppearance != "normal") && ($arcologies[0].FSGenderRadicalistDecoration > 20 || $arcologies[0].FSGenderFundamentalistDecoration > 20 || $arcologies[0].FSPaternalistDecoration > 20 || $arcologies[0].FSDegradationistDecoration > 20 || $arcologies[0].FSBodyPuristDecoration > 20 || $arcologies[0].FSTransformationFetishistDecoration > 20 || $arcologies[0].FSYouthPreferentialistDecoration > 20 || $arcologies[0].FSMaturityPreferentialistDecoration > 20 || $arcologies[0].FSSlimnessEnthusiastDecoration > 20 || $arcologies[0].FSAssetExpansionistDecoration > 20 || $arcologies[0].FSPastoralistDecoration > 20 || $arcologies[0].FSPhysicalIdealistDecoration > 20 || $arcologies[0].FSChattelReligionistDecoration > 20 || $arcologies[0].FSRomanRevivalistDecoration > 20 || $arcologies[0].FSAztecRevivalistDecoration > 20 || $arcologies[0].FSEgyptianRevivalistDecoration > 20 || $arcologies[0].FSEdoRevivalistDecoration > 20 || $arcologies[0].FSArabianRevivalistDecoration > 20 || $arcologies[0].FSChineseRevivalistDecoration > 20 || $arcologies[0].FSRestart > 20 || $arcologies[0].FSRepopulationFocus > 20 || $arcologies[0].FSHedonisticDecadence > 20)>> +<<elseif ($assistantFSOptions == 0) && ($assistant > 0) && ($assistantAppearance != "normal") && ($arcologies[0].FSSupremacistDecoration > 20 || $arcologies[0].FSSubjugationistDecoration > 20 || $arcologies[0].FSGenderRadicalistDecoration > 20 || $arcologies[0].FSGenderFundamentalistDecoration > 20 || $arcologies[0].FSPaternalistDecoration > 20 || $arcologies[0].FSDegradationistDecoration > 20 || $arcologies[0].FSBodyPuristDecoration > 20 || $arcologies[0].FSTransformationFetishistDecoration > 20 || $arcologies[0].FSYouthPreferentialistDecoration > 20 || $arcologies[0].FSMaturityPreferentialistDecoration > 20 || $arcologies[0].FSSlimnessEnthusiastDecoration > 20 || $arcologies[0].FSAssetExpansionistDecoration > 20 || $arcologies[0].FSPastoralistDecoration > 20 || $arcologies[0].FSPhysicalIdealistDecoration > 20 || $arcologies[0].FSChattelReligionistDecoration > 20 || $arcologies[0].FSRomanRevivalistDecoration > 20 || $arcologies[0].FSAztecRevivalistDecoration > 20 || $arcologies[0].FSEgyptianRevivalistDecoration > 20 || $arcologies[0].FSEdoRevivalistDecoration > 20 || $arcologies[0].FSArabianRevivalistDecoration > 20 || $arcologies[0].FSChineseRevivalistDecoration > 20 || $arcologies[0].FSRestartDecoration > 20 || $arcologies[0].FSRepopulationFocusDecoration > 20 || $arcologies[0].FSHedonisticDecadence > 20)>> <<set $Event = "assistant FS">> <<goto "Assistant Events">> <<elseif ($assistant > 0) && ($assistantNameAnnounced == 0) && ($assistantPower > 0)>> diff --git a/src/uncategorized/officeDescription.tw b/src/uncategorized/officeDescription.tw index ba67020d4fb9f4910fba95e7029d990b38042a98..550f8d5c17704e1abea1e4884307eb93421eaf74 100644 --- a/src/uncategorized/officeDescription.tw +++ b/src/uncategorized/officeDescription.tw @@ -114,6 +114,10 @@ she's depicted wearing fine silks and striking a sexy pose, though they fail to cover anything on her. <<case "chinese revivalist">> she's depicted wearing colorful silk robes; she's pulled them open to flash her lovely body. + <<case "supremacist">> + she's depicted wearing the dress of an old world $arcologies[0].FSSupremacistRace noblewoman and blowing a kiss in a sexy manner. + <<case "subjugationist">> + she's depicted sitting with her legs wide open and using her fingers to spread her $arcologies[0].FSSubjugationistRace pussy lips apart in a lewd manner. <<case "chattel religionist">> she's depicted striking a sexy pose, chosen specifically to draw attention to the symbols of your religion that adorn her nipples. <<case "repopulation focus">> diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw index d7745d1ac125a342ef2c5927623c669b99696a20..10e41cd3a448a72ee45efd71d3264f3b607ad159 100644 --- a/src/uncategorized/personalAssistantAppearance.tw +++ b/src/uncategorized/personalAssistantAppearance.tw @@ -3,13 +3,17 @@ <<set _paSeed = random(1,8)>> <<switch $assistantAppearance>> <<case "monstergirl">> -She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>monstergirl with <<if $arcologies[0].FSSupremacist != "unset">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "dark brown", "brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("pale", "fair", "light")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("dark olive", "brown", "dark brown")>><<elseif ["indo-aryan", "malay", "pacific islander", "amerindian"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("light", "light olive", "dark olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("light olive", "tanned", "dark olive")>><</if>><<else>>pale<</if>> skin, perky breasts, green tentacles instead of hair, and two dicks. Her eyes are large, expressive, and surprisingly innocent. +She's a cute little <<if $assistantFSAppearance == "supremacist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>monstergirl with <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "dark brown", "brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("pale", "fair", "light")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("dark olive", "brown", "dark brown")>><<elseif ["indo-aryan", "malay", "pacific islander", "amerindian"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("light", "light olive", "dark olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("light olive", "tanned", "dark olive")>><<else>>pale<</if>><<elseif $assistantFSAppearance == "subjugationist">><<if $arcologies[0].FSSubjugationistRace == "black">><<print either("black", "dark brown", "brown")>><<elseif $arcologies[0].FSSubjugationistRace == "white">><<print either("pale", "fair", "light")>><<elseif $arcologies[0].FSSubjugationistRace == "latina">><<print either("dark olive", "brown", "dark brown")>><<elseif ["indo-aryan", "malay", "pacific islander", "amerindian"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSubjugationistRace == "asian">><<print either("light", "light olive", "dark olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSubjugationistRace)>><<print either("light olive", "tanned", "dark olive")>><<else>>pale<</if>><<else>>pale<</if>> skin, perky breasts, green tentacles instead of hair, and two dicks. Her eyes are large, expressive, and surprisingly innocent. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She's wearing a surprisingly conservative outfit: khakis, a sweater, and eyeglasses. <<case "degradationist">> She's sharpened her appearance to be quite frightening: she has impressive fangs, and a snakelike tongue flicks out between them. + <<case "supremacist">> + Her distinct $arcologies[0].FSSupremacistRace features are only enchanced by her monstorus appearence, and she has taken to jump-scaring slaves of lesser races when she isn't too busy with other tasks. + <<case "subjugationist">> + Her distinct $arcologies[0].FSSubjugationistRace features are further exaggerated by her monstorous appearence. <<case "roman revivalist">> She's wearing a conservative stola, which combined with her monstrous appearance makes her look like a Greek demigoddess. <<case "aztec revivalist">> @@ -81,13 +85,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <<case "shemale">> -She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>bimbo shemale with blonde hair, <<if $arcologies[0].FSSupremacist != "unset">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "dark brown", "brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("pale", "fair")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("dark olive", "brown", "dark brown")>><<elseif ["indo-aryan", "malay", "pacific islander", "amerindian"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("light olive", "dark olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark olive", "tanned")>><</if>><<else>>tanned<</if>> skin, huge lips, and ridiculous tits. Her cock hangs past her knees when limp. +She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>bimbo shemale with bleached blonde hair, <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "dark brown", "brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("pale", "fair")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("dark olive", "brown", "dark brown")>><<elseif ["indo-aryan", "malay", "pacific islander", "amerindian"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("light olive", "dark olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark olive", "tanned")>><<else>>tanned<</if>><<elseif $assistantFSAppearance == "subjugationist">><<if $arcologies[0].FSSubjugationistRace == "black">><<print either("black", "dark brown", "brown")>><<elseif $arcologies[0].FSSubjugationistRace == "white">><<print either("pale", "fair")>><<elseif $arcologies[0].FSSubjugationistRace == "latina">><<print either("dark olive", "brown", "dark brown")>><<elseif ["indo-aryan", "malay", "pacific islander", "amerindian"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSubjugationistRace == "asian">><<print either("light olive", "dark olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark olive", "tanned")>><<else>>tanned<</if>><<else>>tanned<</if>> skin, huge lips, and ridiculous tits. Her cock hangs past her knees when limp. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She's made herself up to look a bit classier recently: she has elegant fake nails, and has her hair piled up on her head. <<case "degradationist">> She's made herself up to look almost comically evil: she's wearing black lipstick, black eyeliner, and a black barbed cockring. + <<case "supremacist">> + She remains nude in order to properly display the glory of a superior $arcologies[0].FSSupremacistRace cock. + <<case "subjugationist">> + Like most $arcologies[0].FSSubjugationistRace subhumans she has no self-control, and is constantly playing with her erect cock and whimpering in needy arousal. <<case "roman revivalist">> She's taken to reclining on a traditional Roman couch and drinking wine out of a shallow dish. <<case "aztec revivalist">> @@ -158,17 +166,21 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "amazon">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>amazon + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>amazon <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> - with flaming red hair, tribal tattoos, shredded abs, and bone jewelry. She has bigger natural tits than anyone that ripped could possibly maintain. + with long flowing hair, tribal tattoos, shredded abs, and bone jewelry. She has bigger natural tits than anyone that ripped could possibly maintain. <<case "repopulation focus">> with an enormous belly. Its oversized occupant kicks and squirms ferociously, eager to be born. <<case "eugenics">> with a complex bone chastity belt blocking her vagina. <<case "degradationist">> with ochre-dyed dreadlocks, war tattoos, shredded abs, and jewelry made from human bones. She has bigger natural tits than anyone that ripped could possibly maintain. + <<case "supremacist">> + wearing armor that blends elements from elite warriors of several historically $arcologies[0].FSSupremacistRace cultures, evoking the glory of ages past. + <<case "subjugationist">> + with wild unkempt hair, dressed in ragged animal skins and crude bone jewelry. <<case "roman revivalist">> wearing the armor of a Roman auxilia, complete with lorica hamata and oval shield painted with your arcology's symbols. <<case "aztec revivalist">> @@ -198,18 +210,18 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <<case "pastoralist">> wearing jean overalls, a plaid shirt whose sleeves are strained by her biceps, and rubber boots, and has a cowboy hat pushed back on her pretty head. <<case "maturity preferentialist">> - with streaks of grey running through her flaming red hair. She has bigger natural tits than anyone that ripped could possibly maintain. + with streaks of grey running through her long flowing hair. She has bigger natural tits than anyone that ripped could possibly maintain. <<case "youth preferentialist">> with whose innocent appearance belies her heavy muscles. She has bigger natural tits than anyone that ripped could possibly maintain. <<case "slimness enthusiast">> - with flaming red hair, tribal tattoos, shredded abs, and bone jewelry. Her perky boobs are usually concealed by her ornaments. + with long flowing hair, tribal tattoos, shredded abs, and bone jewelry. Her perky boobs are usually concealed by her ornaments. <<case "body purist">> with a realistic tribeswoman's garb of woven jewelry and shell beads. She has bigger natural tits than anyone that ripped could possibly maintain. <<default>> - with flaming red hair, tribal tattoos, shredded abs, and bone jewelry. She has bigger natural tits than anyone that ripped could possibly maintain. + with long flowing hair, tribal tattoos, shredded abs, and bone jewelry. She has bigger natural tits than anyone that ripped could possibly maintain. <</switch>> <<else>> - with flaming red hair, tribal tattoos, shredded abs, and bone jewelry. She has bigger natural tits than anyone that ripped could possibly maintain. + with long flowing hair, tribal tattoos, shredded abs, and bone jewelry. She has bigger natural tits than anyone that ripped could possibly maintain. <</if>> <<if ($cockFeeder == 1) && (_paSeed == 1)>> A recognizable little representation of one of your slaves is down on its knees in front of her, eating her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the amazon orgasms, producing a little female barbarian shout. @@ -239,13 +251,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "businesswoman">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>businesswoman + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>businesswoman <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> wearing a perfectly-tailored suit, with her silver-blonde hair brushed back over her shoulders. Her clothes are conservative, but they can't hide her generous curves. <<case "degradationist">> wearing an iron-gray suit, with her hair up in a severe bun. She's wearing deep red lipstick and a predatory expression. + <<case "supremacist">> + wearing a perfectly-tailored suit. She has two different tones she uses when speaking: a respectful one for talking with her $arcologies[0].FSSupremacistRace equals, and a strict domineering one for interacting with the lesser races. + <<case "subjugationist">> + wearing a nice, slightly-used suit. She speaks with a stereotypical $arcologies[0].FSSubjugationistRace voice, but is otherwise the model of a perfect subservient secretary. <<case "roman revivalist">> wearing a fine stola appropriate for a respectable Roman lady, with her hair up in a complicated style. <<case "aztec revivalist">> @@ -320,13 +336,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "goddess">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>fertility goddess, + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>fertility goddess, <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> with swollen breasts and a big pregnant belly. She wears only a gossamer white camisole over her tanned skin, with a woven crown of daisies. <<case "degradationist">> with swollen hips and breasts and a huge pregnant belly. She's naked aside from the steel piercings in her protruding clit, navel, and nipples. + <<case "supremacist">> + with swollen breasts and a big pregnant belly. She wears a golden tiara on her head, and her otherwise nude form is a shining example of the $arcologies[0].FSSupremacistRace race's divine beauty. + <<case "subjugationist">> + with swollen hips and breasts and a huge pregnant belly. She's nude aside from a crown of wilted flowers and the iron shackles on her wrists and ankles. <<case "roman revivalist">> with swollen hips and a big pregnant belly. She's clothed in a loose stola, with dozens of flowers woven into her curly auburn hair. <<case "aztec revivalist">> @@ -401,13 +421,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "schoolgirl">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>schoolgirl + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>schoolgirl <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> wearing a long plaid skirt and a clean white shirt. She does her best to look as prim as possible, which, given her duties, often isn't very prim at all. <<case "degradationist">> wearing a plaid skirt and a white shirt, though she's hiked the skirt up to show almost everything, and torn the shirt open to bare her perky boobs. + <<case "supremacist">> + wearing a plaid skirt and a white shirt. She is constantly taking notes and studying the latest textbooks, satisfying the $arcologies[0].FSSupremacistRace race's thirst for knowledge. + <<case "subjugationist">> + wearing a plaid skirt and a white shirt. She speaks with a stereotypical $arcologies[0].FSSubjugationistRace accent, giving the impression of a foreign exchange student with much to learn. <<case "roman revivalist">> wearing a girl's stola, with her hair pulled up into a proper upper-class Roman coiffure. She usually carries a wax tablet and a stylus. <<case "aztec revivalist">> @@ -447,7 +471,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <<case "slimness enthusiast">> wearing a plaid skirt and a white shirt. She looks quite young and innocent, and her boobs are elegantly small. <<case "body purist">> - She's recently improved her appearance to look more natural, with freckles and a winning smile. + wearing a plaid skirt and a white shirt. She's recently improved her appearance to look more natural, with freckles and a winning smile. <<default>> wearing a plaid skirt and a white shirt. Her breasts strain against the material, and her skirt is short enough to show off a bit of bottom. <</switch>> @@ -482,7 +506,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "hypergoddess">> - She's a cute "little" <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>fertility goddess, with monstrously wide hips, enormous milky breasts and a room filling belly. Her overfull stomach bulges and squirms from her hundreds of occupants, as well as parts her milk swollen breasts to either side. + She's a cute "little" <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>fertility goddess, with monstrously wide hips, enormous milky breasts and a room filling belly. Her overfull stomach bulges and squirms from her hundreds of occupants, as well as parts her milk swollen breasts to either side. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> @@ -493,6 +517,10 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] She appears as an ugly and unkempt slavegirl, massively pregnant with hundreds of subhuman spawn. Her immense belly is coated in bulges and moving ominously. A malformed, impish child claws its way out of her ruined cunt periodically. <<case "degradationist">> She's made herself up to look almost comically evil: she's wearing black lipstick and black eyeliner. Numerous studs cover her bulging belly and a large, heavy ring is driven through her popped navel. Liquid constantly oozes from her gaping vagina where a baby is held mid-birth by several criss-crossing chains. + <<case "supremacist">> + She is nude except for a golden tiara on her head, a symbol of the $arcologies[0].FSSupremacistRace race's divine right to rule. Occasionally a stream of liquid pours from her crotch along with a healthy $arcologies[0].FSSupremacistRace baby. + <<case "subjugationist">> + She is shackled onto a large bed, the iron chains forcing her legs apart and putting her gaping pussy on display. Occasionally a stream of liquid pours from her crotch along with a healthy $arcologies[0].FSSubjugationistRace slave baby. <<case "roman revivalist">> She's taken to reclining on a traditional Roman couch and drinking wine out of a shallow dish. Occasionally a stream of liquid pours from her crotch along with a healthy baby. <<case "aztec revivalist">> @@ -569,11 +597,15 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "loli">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> girl wearing a cute pink dress. + <<case "supremacist">> + girl wearing shorts and a pink t-shirt with the words 'Master's little $arcologies[0].FSSupremacistRace princess' on the front. + <<case "subjugationist">> + slavegirl wearing nothing but a leather collar and trying her best to do master proud. <<case "roman revivalist">> girl wearing a girl's stola. <<case "aztec revivalist">> @@ -650,11 +682,15 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "preggololi">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>girl with a large pregnant + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>girl with a large pregnant <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> belly wearing a cute pink dress. The middle is stretched tight by her growing belly. + <<case "supremacist">> + belly wearing a cute yellow dress. She cradles her swollen belly protectively, glowing with pride at carrying a $arcologies[0].FSSupremacistRace child. + <<case "subjugationist">> + belly, wearing nothing but a pregnancy biometrics collar. The collar's display reads 'Carrying 2 more $arcologies[0].FSSubjugationistRace subhumans!', something the girl occasionally reads aloud to herself. <<case "roman revivalist">> belly wearing a girl's stola. <<case "aztec revivalist">> @@ -738,6 +774,10 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] fairy wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuretsi doll. <<case "degradationist">> fairy and completely unclothed, with her hair in a mess and covered in dirt. + <<case "supremacist">> + fairy with distinctly $arcologies[0].FSSupremacistRace features. She has wrapped a golden ribbon around her torso to fashion herself a dress. + <<case "subjugationist">> + fairy with exaggerated $arcologies[0].FSSubjugationistRace features. She is completely unclothed, with her hair in a mess and covered in dirt. <<case "roman revivalist">> fairy wearing a small handkerchief wrapped around her like a toga, with one tiny breast sticking out. A wreath made of twisted clovers sits on her head. <<case "aztec revivalist">> @@ -765,7 +805,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <<case "asset expansionist">> fairy wearing a pair of pants and a t-shirt. She has two blueberries stuffed into the front of her shirt. <<case "transformation fetishist">> - wearing a pair of tight jeans and a t-shirt. She has two grapes stuffed into her shirt, and some cotton shoved in the back of her jeans. + fairy wearing a pair of tight jeans and a t-shirt. She has two grapes stuffed into her shirt, and some cotton shoved in the back of her jeans. <<case "pastoralist">> fairy wearing only a pair of overalls. The overalls are just loose enough to let her nearly flat chest to peek out when she turns or bends over. <<case "maturity preferentialist">> @@ -814,52 +854,56 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> - fairy wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuresti doll. + wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuresti doll. <<case "degradationist">> - fairy, completely unclothed, with her hair in a mess and covered in dirt. + and completely unclothed, with her hair in a mess and covered in dirt. + <<case "supremacist">> + and distinctly $arcologies[0].FSSupremacistRace features. She has wrapped a golden ribbon around her chest to create an improvised bra, and another under her swollen belly to fashion a thong. + <<case "subjugationist">> + and exaggerated $arcologies[0].FSSubjugationistRace features. She is completely unclothed, with her hair in a mess and covered in dirt. <<case "roman revivalist">> - fairy wearing a small handkerchief wrapped around her like a toga, with one tiny milky breast sticking out. A wreath made of twisted clovers sits on her head. + wearing a small handkerchief wrapped around her like a toga, with one tiny milky breast sticking out. A wreath made of twisted clovers sits on her head. <<case "aztec revivalist">> - fairy, yellow paint creating tribal patterns across her naked form and curving around her swollen belly. + yellow paint creating tribal patterns across her naked form and curving around her swollen belly. <<case "egyptian revivalist">> - fairy wearing a simple white linen dress and has eye shadow poorly applied around her eyes. + wearing a simple white linen dress and has eye shadow poorly applied around her eyes. <<case "edo revivalist">> - fairy wearing a fine kimono and holding a little fan. She looks like a little Hina doll. + wearing a fine kimono and holding a little fan. She looks like a little Hina doll. <<case "arabian revivalist">> - fairy wearing a strip of silk as a dress. + wearing a strip of silk as a dress. <<case "chinese revivalist">> - fairy wearing a silk cheongsam with a little green cap on her head. Her hair is braided on the sides. She looks like a figurine from some kind of game. + wearing a silk cheongsam with a little green cap on her head. Her hair is braided on the sides. She looks like a figurine from some kind of game. <<case "chattel religionist">> - fairy wearing a little gold-white habit and glowing with purity. + wearing a little gold-white habit and glowing with purity. <<case "physical idealist">> - fairy wearing a training bra and spats. Her large belly sticks out even more. + wearing a training bra and spats. Her large belly sticks out even more. <<case "hedonistic decadence">> - fairy, nude and sitting upon a large pastry, covered in cream. She occasionally pulls off a piece to nibble on. + that is nude and sitting upon a large pastry, covered in cream. She occasionally pulls off a piece to nibble on. <<case "repopulation focus">> - fairy wearing a lovely maternity dress, which shows off her swollen belly. + wearing a lovely maternity dress, which shows off her swollen belly. <<case "gender radicalist">> - fairy wearing a pair of pants. Just the pants. + wearing a pair of pants. Just the pants. <<case "gender fundamentalist">> - fairy wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuresti doll. + wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuresti doll. <<case "asset expansionist">> - fairy wearing a pair of pants and a t-shirt. She has two blueberries stuffed into the front of her shirt. + wearing a pair of pants and a t-shirt. She has two blueberries stuffed into the front of her shirt. <<case "transformation fetishist">> - fairy wearing a pair of tight jeans and a t-shirt. She has two grapes stuffed into her shirt, and some cotton shoved in the back of her jeans. + wearing a pair of tight jeans and a t-shirt. She has two grapes stuffed into her shirt, and some cotton shoved in the back of her jeans. <<case "pastoralist">> - fairy wearing only a pair of overalls. The overalls are open enough to let her belly pour out. + wearing only a pair of overalls. The overalls are open enough to let her belly pour out. <<case "maturity preferentialist">> - fairy wearing an old wool dress and rocking back and forth on a rocking chair, cradling her belly. + wearing an old wool dress and rocking back and forth on a rocking chair, cradling her belly. <<case "youth preferentialist">> - fairy wearing a kindergartner's uniform, complete with rain cap and red backpack. Her swollen belly looks out of place. + wearing a kindergartner's uniform, complete with rain cap and red backpack. Her swollen belly looks out of place. <<case "slimness enthusiast">> - fairy wearing a handkerchief with a hole in it like a poncho. Her pregnant belly forces the poncho to spread wide, leaving little of her body to the imagination. + wearing a handkerchief with a hole in it like a poncho. Her pregnant belly forces the poncho to spread wide, leaving little of her body to the imagination. <<case "body purist">> - fairy wearing her birthday suit, with pale unblemished pregnant belly on full display and silky golden hair cascading down her back. + wearing her birthday suit, with pale unblemished pregnant belly on full display and silky golden hair cascading down her back. <<default>> - fairy wearing her birthday suit, with her nude form obscured by the light coming from her belly. Her silky golden hair cascades down her back. + wearing her birthday suit, with her nude form obscured by the light coming from her belly. Her silky golden hair cascades down her back. <</switch>> <<else>> - fairy wearing her birthday suit, with her nude form obscured by the light coming from her belly. Her silky golden hair cascades down her back. + wearing her birthday suit, with her nude form obscured by the light coming from her belly. Her silky golden hair cascades down her back. <</if>> <<if ($cockFeeder == 1) && (_paSeed == 1)>> A recognizable little representation of one of your slaves sits beside her, with her tongue scraping across her breast to catch the beads of milk that flow. The slave must be down in the kitchen, getting a meal out of the food dispensers. The fairy notices you watching and winks, her unattended breast giving out a small spray of milk. @@ -889,11 +933,15 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "slimegirl">> - She's a girlish shaped figure, with a crimson core, made entirely out of <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> + She's a girlish shaped figure, with a crimson core, made entirely out of <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> slime with a modest pink dress floating inside her. + <<case "supremacist">> + slime. She keeps trying to shape her goo into a beautiful $arcologies[0].FSSupremacistRace girl, but she hasn't quite perfected the finer details yet. + <<case "subjugationist">> + slime. She keeps trying to shape her goo into a pretty face, but keeps ending up with overexaggerated $arcologies.FSSubjugationistRace features instead. <<case "roman revivalist">> slime with a girl's stola sinking into her head. <<case "egyptian revivalist">> @@ -955,13 +1003,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "angel">> - She's a gorgeous little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> angel with long blonde hair and large <<if $arcologies[0].FSDegradationist != "unset">>black<<else>>white<</if>> wings as large as her when they are folded. + She's a gorgeous little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> angel with long radiant hair and large <<if $arcologies[0].FSDegradationist != "unset">>black<<else>>white<</if>> wings as large as her when they are folded. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She is currently wearing a long, conservative skirt and a pretty white blouse complete with gaps for her wings. She is positively radiant. <<case "degradationist">> She is wearing black eyeliner and lipstick while using a thin black ribbon to protect her modesty. It's pretty obvious she has a stud through her left nipple. + <<case "supremacist">> + She cycles between different outfits that reflect the various holy garments of religions popular in $arcologies[0].FSSupremacistRace countries. + <<case "subjugationist">> + She is wearing a simple white linen dress, and her right ankle is shackled to an iron ball and chain that prevents her from flying very high. <<case "roman revivalist">> She is wearing a fine stola appropriate for a respectable Roman lady, with her hair up in a complicated style. <<case "aztec revivalist">> @@ -1036,13 +1088,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "cherub">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> minor angel with blonde hair and arm length <<if $arcologies[0].FSGenderFundamentalist != "unset">>black<<else>>white<</if>> wings. + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> minor angel with radiant hair and arm length <<if $arcologies[0].FSDegradationist != "unset">>black<<else>>white<</if>> wings. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She has swapped her usual shirt skirt for a much longer one. No more panty flashes for you! <<case "degradationist">> She is wearing black lipstick along with her usual white linen dress with a short skirt. Occasionally you get a glance up that skirt; a dark black thong greets you. + <<case "supremacist">> + She is wearing a cute little dressed stitched with designs from $arcologies[0].FSSupremacistRace culture. Occasionally you get a glance up it; a white pair of panties with similar designs say hello. + <<case "subjugationist">> + She is shackled to an iron ball and chain that's almost as big as she is, and she has to slowly and comically drag it behind her to get anywhere. Occasionally she tumbles over in her struggles, flipping her white linen dress up and treating you to a good look at her panties. <<case "roman revivalist">> She is wearing a cute little toga. Occasionally you get a glance up it; a cute little pussy says hello. <<case "aztec revivalist">> @@ -1117,13 +1173,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "imp">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> imp with black hair and comically tiny bat-like wings. + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> imp with black hair and comically tiny bat-like wings. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She has swapped to wearing much more, relatively speaking, modest clothing; extremely tight jeans and a top so small and taut you swear she's about to pop out of it. <<case "degradationist">> She has replaced her loincloth with a chastity belt containing an immense dildo; it is clearly seen distending her belly. Countless scars line her back and ass from the frequent lashings she enjoys. + <<case "supremacist">> + She's taken to carrying a cat o' nine tails whip at all times so that she's ready to lash a <<if $arcologies[0].FSSupremacistRace == "mixed">>pureblooded<<else>>non-$arcologies[0].FSSupremacistRace<</if>> slave at a moment's notice. + <<case "subjugationist">> + Her cartoonishly exaggerated $arcologies[0].FSSubjugationistRace body is just begging for a whipping, even when she isn't doing something mischievious and sneaky, which is rare. <<case "roman revivalist">> She'd fit in perfectly tormenting the condemned in Tartarus. <<case "aztec revivalist">> @@ -1198,13 +1258,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "witch">> - She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> witch with thin, flowing robes and a wide brimmed, if rather stereotypical, witch's hat. + She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> witch with thin, flowing robes and a wide brimmed, if rather stereotypical, witch's hat. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She still hasn't managed to undo the spell; her chest is still unnaturally smooth, not one nipple peaks the fabric of the robe. <<case "degradationist">> She still hasn't managed to undo the spell; her face, hands and every surface of her body are completely covered in tattoos. It is especially noticeable when she talks that her tongue is tattooed too; wonder what decorates the surfaces of her body you can't see? + <<case "supremacist">> + She's managed to correct the spell, and even succeed in it. She is now <<if $arcologies[0].FSSupremacistRace == "mixed">>the perfect blend of every ethnicity, with all of their best qualities and none of their flaws<<else>>ethnically 100% pure $arcologies[0].FSSupremacistRace<</if>>. If she were real, she would make the perfect breeding stock for the next generation of the master race. + <<case "subjugationist">> + She still hasn't managed to undo the spell; she looks like a racist caricature of a $arcologies[0].FSSubjugationistRace girl, and has an appropiately demeaning accent to match. What's worse, the spell also seems to have stripped most of her literacy in $language, making reading her tomes an arduous task for her. <<case "roman revivalist">> While she acts like a typical Roman woman, she is pretty obviously Greek. She can't even name the Pantheon correctly. <<case "aztec revivalist">> @@ -1291,17 +1355,21 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> - She's an odd little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> girl, with slightly off mannerisms, + She's an odd little girl, with slightly off mannerisms, <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> wearing ill fitting clothing. Various movements can be seen under her misbuttoned shirt and lopsided skirt. <<case "degradationist">> wearing nothing except some oversized, strange looking piercings all over her body. You swear you see movement under her skin and her piercings have a habit of never being in the same shape or location. + <<case "supremacist">> + wearing nothing at all. She looks vaguely $arcologies[0].FSSupremacistRace, but wrong. You swear you see patches of fish-like scales on her skin, but they keep disappearing whenever you try to focus on them. + <<case "subjugationist">> + wearing nothing at all. She looks vaguely $arcologies[0].FSSubjugationistRace, but wrong. You swear you see patches of fish-like scales on her skin, but they keep disappearing whenever you try to focus on them. <<case "roman revivalist">> wearing a poorly folded toga. You swear you see movement under her skin. <<case "aztec revivalist">> - wearing a torn huipil. She looks Aztec, but wrong. You swear you see movement under her skin. + wearing a torn huipil. She looks vaguely Aztec, but wrong. You swear you see movement under her skin. <<case "egyptian revivalist">> wearing nothing at all. She looks vaguely Egyptian, but wrong. You swear you see movement under her skin. <<case "edo revivalist">> @@ -1385,13 +1453,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "incubus">> - She's a handsome little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> sex demon with a big dick and heavy balls. + She's a handsome little sex demon with a big dick and heavy balls. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She's begun wearing rather conservative clothing, but nothing can hide the bulge running down one pant leg and the two round globes in the other. <<case "degradationist">> She's recently added an obscene number of piercings to her cock and balls in addition to a pair of nipple rings. A thin chain links a ring attached to the head of her penis to the heavy rings adorning her chest. + <<case "supremacist">> + She is an ideal $arcologies[0].FSSupremacistRace man, and her massive dick is always hard and ready to continue propagating the master race. + <<case "subjugationist">> + She is a deceptively handsome $arcologies[0].FSSubjugationistRace man, and gives off an air of lust and danger that serves as a warning to not let the inferior race's libido run unchecked. <<case "roman revivalist">> She is an ideal Roman man, complete with something big and heavy hanging under her toga. <<case "aztec revivalist">> @@ -1540,13 +1612,17 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <</if>> <<case "succubus">> - She's a beautiful little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> sex demoness with an ideal figure. + She's a beautiful little sex demoness with an ideal figure. <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> She's wearing an absolutely stunning dress that perfectly hugs her curves. Surprisingly, she even has underwear on. <<case "degradationist">> She's recently added an obscene number of piercings to her labia in addition to a pair of nipple rings and a big, heavy ring on her clit. A thin chain links the clit ring to the heavy rings adorning her chest. + <<case "supremacist">> + In fact, she is the most gorgeous $arcologies[0].FSSupremacistRace woman you've ever seen. + <<case "subjugationist">> + In fact, she is the most gorgeous $arcologies[0].FSSubjugationistRace woman you've ever seen. <<case "roman revivalist">> In fact, she is the most gorgeous Roman woman you've ever seen. <<case "aztec revivalist">> @@ -1643,6 +1719,10 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] She's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and leans forward giving you a tantalizing view of her cleavage. <<case "degradationist">> She's absentmindedly playing with her nipple rings. When she notices you eyeing her, she smiles coyly and runs her hands down her curves to her crotch where she traces the piercings dangling from her labia. + <<case "supremacist">> + She's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her curves, tempting you with her pure $arcologies[0].FSSupremacistRace body. + <<case "subjugationist">> + She's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her curves while coming onto you like a needy $arcologies[0].FSSubjugationistRace slut. <<case "chattel religionist">> She's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her sides and to her pussy while moaning seductively. <<case "physical idealist">> diff --git a/src/uncategorized/personalAssistantOptions.tw b/src/uncategorized/personalAssistantOptions.tw index 6c64aecee43f062b2ed125f48027ba0ef7ce2268..c7c560242139e6410f7cedd9408704cc0c7caef2 100644 --- a/src/uncategorized/personalAssistantOptions.tw +++ b/src/uncategorized/personalAssistantOptions.tw @@ -912,10 +912,18 @@ She can further refine her avatar to match the arcology's social profile<<if $as [[Physical Idealist|Personal assistant options][$assistantFSAppearance = "physical idealist"]] <br> <</if>> -<<if $assistantFSAppearance != "hedonistic decadence" && $arcologies[0].FSHedonisticDecadence > 20>> +<<if $assistantFSAppearance != "hedonistic decadence" && $arcologies[0].FSHedonisticDecadenceDecoration > 20>> [[Hedonistic Decadence|Personal assistant options][$assistantFSAppearance = "hedonistic decadence"]] <br> <</if>> +<<if $assistantFSAppearance != "supremacist" && $arcologies[0].FSSupremacistDecoration > 20>> + [[Supremacist|Personal assistant options][$assistantFSAppearance = "supremacist"]] + <br> +<</if>> +<<if $assistantFSAppearance != "subjugationist" && $arcologies[0].FSSubjugationistDecoration > 20>> + [[Subjugationist|Personal assistant options][$assistantFSAppearance = "subjugationist"]] + <br> +<</if>> <<if $assistantFSAppearance != "chattel religionist" && $arcologies[0].FSChattelReligionistDecoration > 20>> [[Chattel Religionist|Personal assistant options][$assistantFSAppearance = "chattel religionist"]] <br> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index ca4bc45c4ca4f7a4a679e09d4d8e42871fb02263..ff24942291c6f79d83ec51e9016882431e140a28 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -692,7 +692,7 @@ seems to enjoy every painful step; $he's a @@.lightcoral;natural masochist.@@ <<set $slaves[$i].fetishKnown = 1>> <<else>> - @@.hotpink;appreciates@@ every painful step you make $him take. + @@.hotpink;appreciates@@ every painful step $he gets to take. <<set $slaves[$i].devotion += 1>> <</if>> <<else>>