diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 49e0b8049c38996eefa7f181b43e2dd65fa0d44a..79f5d46fe08b92a26f566407b181cfdb591ef23a 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -1700,7 +1700,7 @@ choosesOwnClothes: clothes: may accept strings, use at own risk -"none" +"no clothing" "a Fuckdoll suit" "attractive lingerie" "a string bikini" @@ -1727,7 +1727,6 @@ may accept strings, use at own risk "a latex catsuit" "a military uniform" "a minidress" -"a very tight corset" "conservative clothing" "chains" "a cheerleader outfit" diff --git a/src/gui/css/mainStyleSheet.tw b/src/gui/css/mainStyleSheet.tw index 8faafdb51d0324856419c2b9293a8a72d5e1d862..82d71b42bd989a4611e8461b4bb12bcc3d92f720 100644 --- a/src/gui/css/mainStyleSheet.tw +++ b/src/gui/css/mainStyleSheet.tw @@ -72,6 +72,7 @@ object { /* Colors are made as css classes, to allow them to be changed for a light color scheme (for example). */ +.link { color: #68D } /* link color */ .aquamarine { color: aquamarine } .coral { color: coral } .cyan { color: cyan } diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index cf70690aac05a65274862f21aec25898833bb15b..84465162a174561e6f06500f410264bbeaa4a196 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -413,19 +413,21 @@ __You are customizing this slave:__ <<link "High.">><<set $activeSlave.voice = 3>><<replace "#voice">>High.<</replace>><<StartingGirlsCost>><</link>> <br> -<<if $activeSlave.voice != 0>> -''$language:'' <span id="language"> -<<if $activeSlave.accent == 0>>Unaccented. -<<elseif $activeSlave.accent == 1>>Pretty $activeSlave.nationality accent. -<<elseif $activeSlave.accent == 2>>Thick $activeSlave.nationality accent. -<<else>>Not fluent. +<<if $activeSlave.voice != 0>> + ''$language:'' + <<if $activeSlave.accent == 0>>Unaccented. + <<elseif $activeSlave.accent == 1>>Pretty $activeSlave.nationality accent. + <<elseif $activeSlave.accent == 2>>Thick $activeSlave.nationality accent. + <<else>>Not fluent. + <</if>> <</if>> </span> -<<link "Unaccented">><<set $activeSlave.accent = 0>><<replace "#language">>Unaccented.<</replace>><<StartingGirlsCost>><</link>> | -<<link "Accent">><<set $activeSlave.accent = 1>><<replace "#language">>Pretty $activeSlave.nationality accent.<</replace>><<StartingGirlsCost>><</link>> | -<<link "Heavy accent">><<set $activeSlave.accent = 2>><<replace "#language">>Thick $activeSlave.nationality accent.<</replace>><<StartingGirlsCost>><</link>> | -<<link "Poor">><<set $activeSlave.accent = 3>><<replace "#language">>Not fluent.<</replace>><<StartingGirlsCost>><</link>> +<<if $activeSlave.voice != 0>> + <<link "Unaccented">><<set $activeSlave.accent = 0>><<replace "#language">>Unaccented.<</replace>><<StartingGirlsCost>><</link>> | + <<link "Accent">><<set $activeSlave.accent = 1>><<replace "#language">>Pretty $activeSlave.nationality accent.<</replace>><<StartingGirlsCost>><</link>> | + <<link "Heavy accent">><<set $activeSlave.accent = 2>><<replace "#language">>Thick $activeSlave.nationality accent.<</replace>><<StartingGirlsCost>><</link>> | + <<link "Poor">><<set $activeSlave.accent = 3>><<replace "#language">>Not fluent.<</replace>><<StartingGirlsCost>><</link>> <</if>> <br>''Age:'' diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index ea263f494ed75dfd9ee0c156a2801190bdef3439..c8126df541ba7c8e3b199ece8a4f8eec6cf1b915 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -8,7 +8,7 @@ <</if>> <<set $readySlaves = 0, $readySlave = 0, $incubatorSlaves = 0, _TL = $tanks.length, _SL = $slaves.length, _eligibility = 0>> -<<for _i = 0; _i < _TL; _i++>> +<<for _u = 0; _u < _TL; _u++>> <<set $incubatorSlaves += 1>> <</for>> @@ -31,31 +31,31 @@ $incubatorNameCaps is a clean, cold hall designed to be lined with tanks and the <br><br> Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $incubator tanks, <<print $incubator-$incubatorSlaves>> are available. Of those, $reservedChildren tanks are reserved. -<<for _i = 0; _i < _SL; _i++>> - <<if $slaves[_i].pregType < 50 && $slaves[_i].preg > 3 && $slaves[_i].eggType == "human">> - <<if $slaves[_i].assignment == "work in the dairy" && $dairyPregSetting > 0>> +<<for _u = 0; _u < _SL; _u++>> + <<if $slaves[_u].pregType < 50 && $slaves[_u].preg > 3 && $slaves[_u].eggType == "human">> + <<if $slaves[_u].assignment == "work in the dairy" && $dairyPregSetting > 0>> <<else>> - <<if $slaves[_i].reservedChildren > 0>> + <<if $slaves[_u].reservedChildren > 0>> <br> - $slaves[_i].reservedChildren of ''@@.pink;$slaves[_i].slaveName's@@'' children will be placed in $incubatorName. - <<if ($slaves[_i].reservedChildren < $slaves[_i].pregType) && ($reservedChildren < ($incubator-$incubatorSlaves))>> + $slaves[_u].reservedChildren of ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@.link;'s@@'' children will be placed in $incubatorName. + <<if ($slaves[_u].reservedChildren < $slaves[_u].pregType) && ($reservedChildren < ($incubator-$incubatorSlaves))>> <br> - <<print "[[Keep another child|Incubator][$slaves[" + _i + "].reservedChildren += 1, $reservedChildren += 1]]">> - <<if $slaves[_i].reservedChildren > 0>> - | <<print "[[Keep one less child|Incubator][$slaves[" + _i + "].reservedChildren -= 1, $reservedChildren -= 1]]">> + <<print "[[Keep another child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">> + <<if $slaves[_u].reservedChildren > 0>> + | <<print "[[Keep one less child|Incubator][$slaves[" + _u + "].reservedChildren -= 1, $reservedChildren -= 1]]">> <</if>> - <<elseif ($slaves[_i].reservedChildren == $slaves[_i].pregType) || ($reservedChildren == ($incubator-$tanks.length))>> + <<elseif ($slaves[_u].reservedChildren == $slaves[_u].pregType) || ($reservedChildren == ($incubator-$tanks.length))>> <br> - <<print "[[Keep one less child|Incubator][$slaves[" + _i + "].reservedChildren -= 1, $reservedChildren -= 1]]">> + <<print "[[Keep one less child|Incubator][$slaves[" + _u + "].reservedChildren -= 1, $reservedChildren -= 1]]">> <</if>> <<elseif $reservedChildren < ($incubator-$incubatorSlaves)>> <br> - ''@@.pink;$slaves[_i].slaveName@@'' is pregnant and you have an available aging tank. + ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>'' is pregnant and you have an available aging tank. <br> - <<print "[[Keep a child|Incubator][$slaves[" + _i + "].reservedChildren += 1, $reservedChildren += 1]]">> + <<print "[[Keep a child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">> <<elseif $reservedChildren == ($incubator-$incubatorSlaves)>> <br> - You have no room for ''@@.pink;$slaves[_i].slaveName's@@'' offspring. + You have no room for ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@.link;'s@@'' offspring. <</if>> <<set _eligibility = 1>> <</if>> @@ -75,9 +75,9 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $ <<if $reservedChildren != 0>> /* the oops I made it go negative somehow button */ <br> <<link "Clear all reserved children">> - <<for _i = 0; _i < _SL; _i++>> - <<if $slaves[_i].reservedChildren != 0>> - <<set $slaves[_i].reservedChildren = 0>> + <<for _u = 0; _u < _SL; _u++>> + <<if $slaves[_u].reservedChildren != 0>> + <<set $slaves[_u].reservedChildren = 0>> <</if>> <</for>> <<set $reservedChildren = 0>> diff --git a/src/pregmod/widgets/extendedFamilyWidgets.tw b/src/pregmod/widgets/extendedFamilyWidgets.tw index 8686d06fcc85e9c0e871fce3a6da0a9e6ea34fb1..1518f2defe961ebd8b5c91c8b0c1761a0f86a735 100644 --- a/src/pregmod/widgets/extendedFamilyWidgets.tw +++ b/src/pregmod/widgets/extendedFamilyWidgets.tw @@ -541,7 +541,7 @@ <<if _sisterCheck == 1>> <<run _twins.push($slaves[_i])>> <</if>> - <<if _sisterCheck < 3 && _sisterCheck > 0>> + <<if _sisterCheck == 2>> <<run ($slaves[_i].genes == 'XX' ? _sisters : _brothers).push($slaves[_i])>> <</if>> <<if _sisterCheck == 3>> @@ -627,7 +627,7 @@ <<if _sisters.length > 1>> is @@.lightgreen;sisters with <<print _sisters.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@ <<else>> - $pronounCap is @@.lightgreen;sisters with _sisters[0].slaveName.@@ + is @@.lightgreen;sisters with _sisters[0].slaveName.@@ <</if>> <</if>> @@ -637,7 +637,7 @@ <<if _brothers.length > 1>> is @@.lightgreen;sisters with <<print _brothers.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@ <<else>> - $pronounCap is @@.lightgreen;sisters with _brothers[0].slaveName.@@ + is @@.lightgreen;sisters with _brothers[0].slaveName.@@ <</if>> <</if>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 60e4af99dcc7d36ca8bd5d5fde6c380ec4e3de1c..ae24600ee5066953b94e91fa8a2d4f613a014743 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -469,6 +469,24 @@ Setting missing global variables: <<if ndef $menialDemandFactor>> <<set $menialDemandFactor = 0>> <</if>> +<<if ndef nicaeaAnnounceable>> + <<set $nicaeaAnnounceable = 0>> +<</if>> +<<if ndef $nicaeaAnnounced>> + <<set $nicaeaAnnounced = 0>> +<</if>> +<<if ndef $nicaeaPreparation>> + <<set $nicaeaPreparation = 0>> +<</if>> +<<if ndef $nicaeaInvolvement>> + <<set $nicaeaInvolvement = -1>> +<</if>> +<<if ndef $nicaeaPower>> + <<set $nicaeaPower = 0>> +<</if>> +<<if ndef $nicaeaHeld>> + <<set $nicaeaHeld = 0>> +<</if>> <<if ndef $AProsperityCap>> <<set $AProsperityCap to 60>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 7321d98fe050c1ff34d3fb2a685e79a8e6f39b8d..406620d3dea76f2f35fe5af998eb2fd92a9f56d6 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -5718,7 +5718,10 @@ You tell her kindly that you understand, and that she'll be trained to address t she's happy to take it up the ass, though there's no sign of an erection from her useless sissy dick. <<elseif $activeSlave.vagina == -1>> she's obviously ready and willing to get buttfucked, even if her body has no physically obvious way to shot it off. - <<else>>she's wet and ready and moans happily as you enter her.<</if>> There's no hesitation or fear at all on her face when she sees you're returning her to your penthouse; @@.mediumaquamarine;her trust in you has increased.@@ + <<else>> + she's wet and ready and moans happily as you enter her. + <</if>> + There's no hesitation or fear at all on her face when she sees you're returning her to your penthouse; @@.mediumaquamarine;her trust in you has increased.@@ <<set $activeSlave.trust += 4>> <<if ($activeSlave.vagina > -1)>> <<VaginalVCheck>> diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw index 2488d704ac309dd99d4adc5efd82bccfb40ca247..48324ef0481f7f3fbbc6c499b4caf9bd2185ff7f 100644 --- a/src/uncategorized/fsDevelopments.tw +++ b/src/uncategorized/fsDevelopments.tw @@ -296,19 +296,19 @@ __Society__ <<if $PAPublic == 1 && $assistantAppearance != "normal">> <<set _seed1 = 0, _seed2 = 0>> <<if $arcologies[0].FSSupremacist != "unset">> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl")>> + <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "succubus")>> <<set $arcologies[0].FSSupremacist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> <</if>> <<if $arcologies[0].FSSubjugationist != "unset">> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon")>> + <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "imp")>> <<set $arcologies[0].FSSubjugationist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> <</if>> <<if $arcologies[0].FSGenderRadicalist != "unset">> - <<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "shemale")>> + <<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>> <<set $arcologies[0].FSGenderRadicalist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -318,7 +318,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> - <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "pregnant fairy")>> + <<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>> @@ -328,7 +328,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSRestart != "unset">> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli")>> + <<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>> @@ -338,7 +338,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> + <<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>> @@ -348,7 +348,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> + <<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>> @@ -358,7 +358,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSDegradationist != "unset">> - <<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "preggololi")>> + <<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "imp")>> <<set $arcologies[0].FSDegradationist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -368,7 +368,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSBodyPurist != "unset">> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> + <<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>> @@ -378,7 +378,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSTransformationFetishist != "unset">> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale")>> + <<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>> @@ -388,7 +388,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSMaturityPreferentialist != "unset">> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "goddess")>> + <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "goddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel")>> <<set $arcologies[0].FSMaturityPreferentialist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -398,7 +398,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSYouthPreferentialist != "unset">> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli")>> + <<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>> @@ -408,7 +408,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "loli")>> + <<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>> @@ -418,7 +418,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSAssetExpansionist != "unset">> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess")>> + <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>> <<set $arcologies[0].FSAssetExpansionist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -428,7 +428,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSPastoralist != "unset">> - <<if ($assistantAppearance == "shemale") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess")>> + <<if ($assistantAppearance == "shemale") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>> <<set $arcologies[0].FSPastoralist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -438,7 +438,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSPhysicalIdealist != "unset">> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale")>> + <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>> <<set $arcologies[0].FSPhysicalIdealist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -448,7 +448,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> - <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl")>> + <<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>> @@ -458,7 +458,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSRomanRevivalist != "unset">> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "businesswoman")>> + <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> <<set $arcologies[0].FSRomanRevivalist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -468,7 +468,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSEgyptianRevivalist != "unset">> - <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl")>> + <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> <<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -478,7 +478,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSEdoRevivalist != "unset">> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "loli") || ($assistantAppearance == "kitsune")>> + <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "loli") || ($assistantAppearance == "kitsune") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> <<set $arcologies[0].FSEdoRevivalist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -488,7 +488,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSArabianRevivalist != "unset">> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl")>> + <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> <<set $arcologies[0].FSArabianRevivalist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> @@ -498,7 +498,7 @@ __Society__ <</if>> <</if>> <<if $arcologies[0].FSChineseRevivalist != "unset">> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl")>> + <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> <<set $arcologies[0].FSChineseRevivalist += 0.1*$FSSingleSlaveRep>> <<set _seed1 = 1>> <</if>> diff --git a/src/uncategorized/futureSocities.tw b/src/uncategorized/futureSocities.tw index 8d7a17bbcb0343f33f43fd0afab3e0f0e463fac6..79f8704b4e7fdc1589f031717c7a9b26c6199bb1 100644 --- a/src/uncategorized/futureSocities.tw +++ b/src/uncategorized/futureSocities.tw @@ -573,7 +573,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</if>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl")>> + <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "succubus")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -632,7 +632,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</if>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon")>> + <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "imp")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -694,7 +694,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "pregnant fairy")>> + <<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 model. <</if>> <</if>> @@ -748,7 +748,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. The Societal Elite exist as the highest class, allowing you access to all manner of benefits. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli")>> + <<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 model. <</if>> <</if>> @@ -800,7 +800,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "shemale") || ($assistantAppearance == "monstergirl")>> + <<if ($assistantAppearance == "shemale") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -851,7 +851,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> + <<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 model. <</if>> <</if>> @@ -901,7 +901,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> + <<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 model. <</if>> <</if>> @@ -951,7 +951,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "preggololi")>> + <<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 model. <</if>> <</if>> @@ -1001,7 +1001,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> + <<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 model. <</if>> <</if>> @@ -1051,7 +1051,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale")>> + <<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 model. <</if>> <</if>> @@ -1101,7 +1101,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli")>> + <<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 model. <</if>> <</if>> @@ -1151,7 +1151,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "goddess")>> + <<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 model. <</if>> <</if>> @@ -1201,7 +1201,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "loli")>> + <<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 model. <</if>> <</if>> @@ -1251,7 +1251,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess")>> + <<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 model. <</if>> <</if>> @@ -1301,7 +1301,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess")>> + <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -1351,7 +1351,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale")>> + <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -1401,7 +1401,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl")>> + <<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 model. <</if>> <</if>> @@ -1451,7 +1451,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon")>> + <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -1501,7 +1501,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl")>> + <<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -1551,7 +1551,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "loli") || ($assistantAppearance == "kitsune")>> + <<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 model. <</if>> <</if>> @@ -1599,7 +1599,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl")>> + <<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> @@ -1647,7 +1647,7 @@ You are spending ¤$FSSpending each week to support your societal goals. $arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it too; the arcology is fully customized for this goal. <</switch>> <<if $PAPublic == 1>> - <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl")>> + <<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>> With her $assistantAppearance appearance, $assistantName is a good public mascot for this model. <</if>> <</if>> diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index 66d07d4118bbd6b54d3419d147262e403677f108..bae861ef8d394d9b0d75f684b2f420bf775b3bda 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -290,50 +290,6 @@ The level of sexual energy in the suite is <</if>> <</if>> -<<if $verboseDescriptions == 1>> - <br> She <<include "SA please you">> - <br> - <<if $slaves[_i].choosesOwnClothes == 1>> - <<include "SA chooses own clothes">> - <<if ($slaves[_i].devotion <= 20)>> - <<set $slaves[_i].devotion -= 5>> - <<else>> - <<set $slaves[_i].devotion++>> - <</if>> - <</if>> - <<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 please you">> - <<if $slaves[_i].choosesOwnClothes == 1>> - <<include "SA chooses own clothes">> - <<if ($slaves[_i].devotion <= 20)>> - <<set $slaves[_i].devotion -= 5>> - <<else>> - <<set $slaves[_i].devotion++>> - <</if>> - <</if>> - <<include "SA diet">> - <<include "SA long term effects">> - <<include "SA drugs">> - <<include "SA relationships">> - <<include "SA rivalries">> - <<include "SA devotion">> - <</silently>> -<</if>> -<<if $slaves[_i].health < 80>> - <<if $masterSuiteUpgradeLuxury == 1>> - <<set $slaves[_i].health += 20>> - <<else>> - <<set $slaves[_i].health += 10>> - <</if>> -<</if>> - <<if $masterSuiteUpgradePregnancy == 1>> /* If they're not on fertility drugs and the toggle is active, stick them on (if they can take them). Otherwise take them off. */ <<if $slaves[_i].assignment == "serve in the master suite" || $slaves[_i].assignment == "be your Concubine">> @@ -380,6 +336,50 @@ The level of sexual energy in the suite is <</if>> <</if>> +<<if $verboseDescriptions == 1>> + <br> She <<include "SA please you">> + <br> + <<if $slaves[_i].choosesOwnClothes == 1>> + <<include "SA chooses own clothes">> + <<if ($slaves[_i].devotion <= 20)>> + <<set $slaves[_i].devotion -= 5>> + <<else>> + <<set $slaves[_i].devotion++>> + <</if>> + <</if>> + <<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 please you">> + <<if $slaves[_i].choosesOwnClothes == 1>> + <<include "SA chooses own clothes">> + <<if ($slaves[_i].devotion <= 20)>> + <<set $slaves[_i].devotion -= 5>> + <<else>> + <<set $slaves[_i].devotion++>> + <</if>> + <</if>> + <<include "SA diet">> + <<include "SA long term effects">> + <<include "SA drugs">> + <<include "SA relationships">> + <<include "SA rivalries">> + <<include "SA devotion">> + <</silently>> +<</if>> +<<if $slaves[_i].health < 80>> + <<if $masterSuiteUpgradeLuxury == 1>> + <<set $slaves[_i].health += 20>> + <<else>> + <<set $slaves[_i].health += 10>> + <</if>> +<</if>> + <</for>> <<if $Concubine>> diff --git a/src/uncategorized/neighborDescription.tw b/src/uncategorized/neighborDescription.tw index 5825e7c06d1e758b3741c122ba0ad88c65649074..e8397bcdeda89eb6dca84448ea92fe0ce324e000 100644 --- a/src/uncategorized/neighborDescription.tw +++ b/src/uncategorized/neighborDescription.tw @@ -30,7 +30,7 @@ Its leadership has control of approximately <<print Math.trunc(($arcologies[$i].ownership*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>% of the arcology<<if $arcologies[$i].minority > $arcologies[$i].ownership-10>>, a dangerously narrow margin over competition with a <<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>% share<</if>>. <</if>> <</if>> -<<if $arcologies[$i].PCminority > 0>>You own $arcologies[$i].PCminority% of this arcology<</if>><<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a <<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>% share<</if>><</if>>. +<<if $arcologies[$i].PCminority > 0>>You own $arcologies[$i].PCminority% of this arcology<</if>><<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a <<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>% share<</if>>.<</if>> <<set $economicUncertainty -= 2*$assistantPower>> The arcology has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>m,@@ <<if Math.abs($arcologies[$i].prosperity - $averageProsperity) < 5>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index c9ec561ed175e2e5ca88a4721acbc4ff08fd5aa0..6ce2fae5fad7720abfb10cb9c24c9e319bf4015b 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -562,13 +562,12 @@ $pronounCap has <<elseif ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>> <br>$pronounCap has a penis and an artificial vagina. <</if>> -<<if ($activeSlave.dick != 0) && ($activeSlave.vagina == -1)>> - <<if $activeSlave.indentureRestrictions < 1>> - [[Convert genitalia to female|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.vagina = 0,$activeSlave.preg = -2,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "mtf"]] +<<if $activeSlave.indentureRestrictions < 1 && $activeSlave.breedingMark != 1>> + <<if $activeSlave.vagina == -1>> + [[Convert genitalia to female|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.vagina = 0,$activeSlave.preg = -2,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "mtf"]] | <</if>> -<<elseif ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>> - <<if $activeSlave.indentureRestrictions < 1>> - [[Remove penis|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "chop"]] //This will reset $possessive sexual skills// + <<if $activeSlave.dick > 0>> + [[Remove penis|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "chop"]] <</if>> <</if>> <<if ($activeSlave.dick != 0) && ($activeSlave.vagina == -1) && ($surgeryUpgrade == 1)>> diff --git a/src/uncategorized/saChoosesOwnClothes.tw b/src/uncategorized/saChoosesOwnClothes.tw index 208445dda22e4633a7c722bf0efa314b69dfb623..95c1c1986f20bdedf5e8f457911a2aa7e40e75f1 100644 --- a/src/uncategorized/saChoosesOwnClothes.tw +++ b/src/uncategorized/saChoosesOwnClothes.tw @@ -3,12 +3,65 @@ <<set $bellyAccessory = $slaves[$i].bellyAccessory>> <<if $slaves[$i].fetish == "mindbroken">> - She is fundamentally broken, but still follows some faint memories of standing within the wardrobe. She chooses to put on underwear, the reasons lost to her, and moves on. - <<set $slaves[$i].clothes = "attractive lingerie">> + She is fundamentally broken, but still follows some faint memories of standing within the wardrobe. <<if $slaves[$i].amp != 1 && $slaves[$i].heels == 1>> She finds she can inexplicably walk if she wears heels; a daily lesson for her, as she forgets shortly after leaving. <<set $slaves[$i].shoes = either("heels", "extreme heels", "boots")>> <</if>> + <<if ($arcologies[0].FSRepopulationFocus > 0) && ($slaves[$i].preg <= 10) && ($slaves[$i].bellyImplant < 2000) && ($slaves[$i].inflation == 0)>> + She sees the fake bellies; since every girl she has ever met has a rounded middle, it's only natuaral she is compelled to wear one. + <<set $slaves[$i].bellyAccessory = "a large empathy belly">> + <</if>> + Faced with so many choices and no thought on the matter; + <<if ($arcologies[0].FSChattelReligionist > 0)>> + she commonly sees others wearing chattel habits and is drawn to doing so herself. + <<set $slaves[$i].clothes = "a chattel habit">> + <<elseif ($arcologies[0].FSEgyptianRevivalist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing nothing but jewelry and is drawn to doing so herself. + <<set $slaves[$i].clothes = "slutty jewelry">> + <<elseif ($arcologies[0].FSRomanRevivalist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing togas and is drawn to doing so herself. + <<set $slaves[$i].clothes = "a toga">> + <<elseif ($arcologies[0].FSEdoRevivalist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing kimonos and is drawn to doing so herself. + <<set $slaves[$i].clothes = "a kimono">> + <<elseif ($arcologies[0].FSArabianRevivalist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing silk and is drawn to doing so herself. + <<set $slaves[$i].clothes = "harem gauze">> + <<elseif ($arcologies[0].FSChineseRevivalist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing qipaos and is drawn to doing so herself. + <<set $slaves[$i].clothes = "a slutty qipao">> + <<elseif ($arcologies[0].FSGenderFundamentalist > 0) && (random(1,3) == 1)>> + she commonly sees cheerleaders around and instinctually follows along. + <<set $slaves[$i].clothes = either("a cheerleader outfit", "a schoolgirl outfit")>> + <<elseif ($arcologies[0].FSGenderFundamentalist > 0) && (random(1,3) == 1)>> + she commonly sees bunnies around and instinctually follows along. + <<set $slaves[$i].clothes = "a bunny outfit">> + <<elseif ($arcologies[0].FSPaternalist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing clothing and is drawn to doing so herself. + <<set $slaves[$i].clothes = "conservative clothing">> + <<elseif ($arcologies[0].FSMaturityPreferentialist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing suits and is drawn to doing so herself. + <<set $slaves[$i].clothes = either("slutty business attire", "a nice maid outfit", "a military uniform", "nice business attire")>> + <<elseif ($arcologies[0].FSYouthPreferentialist > 0) && (random(1,3) == 1)>> + she commonly sees schoolgirls around and instinctually follows along. + <<set $slaves[$i].clothes = either("a schoolgirl outfit", "a cheerleader outfit")>> + <<elseif ($arcologies[0].FSDegradationist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing chains and is drawn to doing so herself. + <<set $slaves[$i].clothes = either("chains", "uncomfortable straps", "shibari ropes")>> + <<elseif ($arcologies[0].FSPhysicalIdealist > 0) && (random(1,3) == 1)>> + she commonly sees naked girls around and seldom realizes they are coated in oil. + <<set $slaves[$i].clothes = either("body oil", "no clothing", "no clothing")>> + <<elseif ($arcologies[0].FSPastoralist > 0) && (random(1,3) == 1)>> + she commonly sees cowgirls around and instinctually follows along. + <<set $slaves[$i].clothes = "Western clothing">> + <<elseif ($arcologies[0].FSBodyPurist > 0) && (random(1,3) == 1)>> + she commonly sees others wearing tight, form fitting clothes and is drawn to doing so herself. + <<set $slaves[$i].clothes = either("a leotard", "a string bikini", "a slave gown", "a comfortable bodysuit", "restrictive latex", "clubslut netting", "a leotard", "a halter top dress")>> + <<else>> + she chooses to put on underwear, the reasons lost to her, and moves on. + <<set $slaves[$i].clothes = "attractive lingerie">> + <</if>> <<else>> <<if ($slaves[$i].devotion <= 20)>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index d32bb90bd21f66dcdb1a40f07469779943686b20..be69376b9235f193ee1857afe03ac3c7cbe31b2f 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -3275,7 +3275,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <<if $slaves[$i].induce == 1>> Her child<<if $slaves[$i].pregType > 1>>ren visibly shift<<else>> visibly shifts<</if>> within her womb as they prepare to enter the world. She experiences several contractions, but not enough to deter her from her work. <<elseif $slaves[$i].pregControl == "labor supressors">> - Her child<<if $slaves[$i].pregType > 1>>ren<</if>> are oddly calm; it is unlikely she will give birth soon, despite being overdue. + Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> oddly calm; it is unlikely she will give birth soon, despite being overdue. <<elseif $slaves[$i].preg > 34 && $slaves[$i].pregType < 50>> She constantly beset by her squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. Given their liveliness, and how long she has been pregnant, it is likely that she will go into labor at any time now. <<elseif $slaves[$i].preg > 32 && $slaves[$i].pregType < 50>> @@ -3417,7 +3417,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <<else>> <<if $slaves[$i].pregType == 0>> <<if ($slaves[$i].drugs is "super fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> + <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[_i].assignment == "be your Concubine")))>> <<if ($slaves[$i].hormones == 2)>> <<set $slaves[$i].pregType to random(20,29)>> <<else>> @@ -3431,7 +3431,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <</if>> <</if>> <<elseif ($slaves[$i].drugs is "fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> + <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[_i].assignment == "be your Concubine")))>> <<if ($slaves[$i].hormones == 2)>> <<set $slaves[$i].pregType to random(4,5)>> <<else>> @@ -3728,7 +3728,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].pregType == 0>> <<if ($slaves[$i].drugs is "super fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> + <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[_i].assignment == "be your Concubine")))>> <<if ($slaves[$i].hormones == 2)>> <<set $slaves[$i].pregType to random(20,29)>> <<else>> @@ -3742,7 +3742,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr <</if>> <</if>> <<elseif ($slaves[$i].drugs is "fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> + <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[_i].assignment == "be your Concubine")))>> <<if ($slaves[$i].hormones == 2)>> <<set $slaves[$i].pregType to random(4,5)>> <<else>> diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index 6b42a26d8375806567a4a28d06d09b7b840705a3..19c9b22752f12f2cd84f633d7701447d152394b1 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -137,7 +137,7 @@ The rules have been explained to the hares: they're to be freed if they can reac <<set $activeSlave.fetish = "none">> <<set $activeSlave.muscles = either(20, 50)>> is a strong young $activeSlave.race girl with who retains her cock and balls, and looks determined. Perhaps she's a @@.pink;resistant dickgirl@@ who's been difficult to turn into a good girl.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her cock.<</if>> -<<elseif $origin ==s "huge balled">> +<<elseif $origin == "huge balled">> <<set $activeSlaveOneTimeMaxAge = 25>> <<include "Generate XY Slave">> <<set $activeSlave.anus = 1>> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 7b31eb4a91c229152a9d0e614cc08c81563b4514..0789749fa00821ed298a6da15e95155354ac3fbd 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -821,7 +821,7 @@ Even though creating an artificial scar is a trivial process, @@.red;her health <<elseif $activeSlave.devotion > 95>> Doubt, fear, and even nausea play across her face, but she's so worshipful of you that she masters them all, accepting that this is your will. There's surprisingly little mental effect on her. The horror of having her dick cut off is so strong that it breaks through to her, and the only way she can find to deal with it is to think about it as little as possible. She falls back on worshipful duty. <<elseif $activeSlave.devotion > 50>> - She's devoted to you, but doubt and fear play across her face as she comes to terms with what's happened. She does not see how having her dick removed will improve her sexual slavery. She does not rage or scream, but she does cry, @@.mediumorchid;sadly wondering@@ whether she's valuable to you at all, or if she's just a surgical plaything to be degraded. SHe's @@.gold;very frightened@@ that you'll cut off more of her remaining parts. + She's devoted to you, but doubt and fear play across her face as she comes to terms with what's happened. She does not see how having her dick removed will improve her sexual slavery. She does not rage or scream, but she does cry, @@.mediumorchid;sadly wondering@@ whether she's valuable to you at all, or if she's just a surgical plaything to be degraded. She's @@.gold;very frightened@@ that you'll cut off more of her remaining parts. <<set $activeSlave.trust -= 10, $activeSlave.devotion -= 10>> <<elseif $activeSlave.devotion > 20>> She's properly broken to slavery, but this is much too far. Having her dick cut off cuts straight through her conditioning, and tears roll down her face as the horrible permanence of what's happened to her really sinks in. @@.mediumorchid;Open anger@@ begins to become apparent through her tears; she thought that her obedience merited better than this, and she's @@.gold;extremely terrified@@ to find that despite being a decent slave, she remains a surgical playground. diff --git a/src/utility/artWidgets.tw b/src/utility/artWidgets.tw index 3861b2631fb1d94d9db7f3634958faf417bf4902..34b19c3220a6895abbc76c044a629d5024377e30 100644 --- a/src/utility/artWidgets.tw +++ b/src/utility/artWidgets.tw @@ -258,13 +258,6 @@ $args[2]: icon UI Display for vector art, 1 for on. <</if>> <</if>> -/% Head base image %/ -<<if $args[0].fuckdoll != 0>> - <<print "<object type='image/svg+xml' data=" + _folderLoc + "/outfit/head latex.svg'" + "/></object>">> -<<else>> - <<print "<object type='image/svg+xml' data=" +_imgSkinLoc + "/head.svg'" + "/></object>">> -<</if>> - /% Collar %/ <<switch $args[0].collar>> <<case "bowtie">> @@ -273,6 +266,13 @@ $args[2]: icon UI Display for vector art, 1 for on. <<print "<object type='image/svg+xml' data=" + _folderLoc + "/outfit/" + $args[0].collar + ".svg'" + "/></object>">> <</switch>> +/% Head base image %/ +<<if $args[0].fuckdoll != 0>> + <<print "<object type='image/svg+xml' data=" + _folderLoc + "/outfit/head latex.svg'" + "/></object>">> +<<else>> + <<print "<object type='image/svg+xml' data=" +_imgSkinLoc + "/head.svg'" + "/></object>">> +<</if>> + /% Glasses %/ <<if $args[0].eyewear == "corrective glasses" or $args[0].eyewear == "glasses" or $args[0].eyewear == "blurring glasses">> <<print "<object type='image/svg+xml' data=" + _folderLoc + "/outfit/glasses.svg'" + "/></object>">> diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 33f441c6a94a53dd51c48807999b83a48d2ce7da..a6308d0f10eb1b29ef67d2d29ca425359cb37b56 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -66,7 +66,8 @@ <</replace>> <<replace "#language">> - <<if $activeSlave.accent == 0>>Unaccented. + <<if $activeSlave.voice == 0>> + <<elseif $activeSlave.accent == 0>>Unaccented. <<elseif $activeSlave.accent == 1>>Pretty $activeSlave.nationality accent. <<elseif $activeSlave.accent == 2>>Thick $activeSlave.nationality accent. <<else>>Not fluent.