diff --git a/src/cheats/mod_EditFSCheatDatatypeCleanup.tw b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw index 9fe2b85ac91bf4b1608407744072ab080b59fe19..48e706c9d6af7dea276283b88e659ff8a2a58413 100644 --- a/src/cheats/mod_EditFSCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw @@ -36,7 +36,7 @@ <<set $arcologies[0].FSHedonisticDecadenceSMR = Number($arcologies[0].FSHedonisticDecadenceSMR) || 0>> <<set $arcologies[0].FSHedonisticDecadenceLaw = Number($arcologies[0].FSHedonisticDecadenceLaw) || 0>> <<set $arcologies[0].FSHedonisticDecadenceLaw2 = Number($arcologies[0].FSHedonisticDecadenceLaw2) || 0>> - <<set $arcologies[0].FSHedonisticDecadenceStrongFat = Number($arcologies[0].FSHedonisticDecadenceStrongFat) || 0>> + <<set $arcologies[0].FSHedonisticDecadenceStrongFat = Number($arcologies[0].FSHedonisticDecadenceStrongFat) || 0>> <</if>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set $arcologies[0].FSGenderFundamentalist = Number($arcologies[0].FSGenderFundamentalist) || 0>> @@ -94,7 +94,7 @@ <<set $arcologies[0].FSPhysicalIdealist = Number($arcologies[0].FSPhysicalIdealist) || 0>> <<set $arcologies[0].FSPhysicalIdealistDecoration = Number($arcologies[0].FSPhysicalIdealistDecoration) || 0>> <<set $arcologies[0].FSPhysicalIdealistSMR = Number($arcologies[0].FSPhysicalIdealistSMR) || 0>> - <<set $arcologies[0].FSPhysicalIdealistStrongFat = Number($arcologies[0].FSPhysicalIdealistStrongFat) || 0>> + <<set $arcologies[0].FSPhysicalIdealistStrongFat = Number($arcologies[0].FSPhysicalIdealistStrongFat) || 0>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> <<set $arcologies[0].FSChattelReligionist = Number($arcologies[0].FSChattelReligionist) || 0>> diff --git a/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw b/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw index ddb116c035ebc063902767aa2464588ce2dec13f..6b73cf2955dfbd14a9820385d8a51f363e76f72e 100644 --- a/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw @@ -28,7 +28,7 @@ <<set $arcologies[_i].FSPaternalist = Number($arcologies[_i].FSPaternalist) || 0>> <<set $arcologies[_i].FSDegradationist = "unset">> <</if>> - <<if $arcologies[_i].FSDegradationist != "unset">> + <<if $arcologies[_i].FSDegradationist != "unset">> <<set $arcologies[_i].FSDegradationist = Number($arcologies[_i].FSDegradationist) || 0>> <<set $arcologies[_i].FSPaternalist = "unset">> <</if>> @@ -75,7 +75,7 @@ <</if>> <<if $arcologies[_i].FSEgyptianRevivalist != "unset">> <<set $arcologies[_i].FSEgyptianRevivalist = Number($arcologies[_i].FSEgyptianRevivalist) || 0>> - <<set $arcologies[_i].FSArabianRevivalist = $arcologies[_i].FSAztecRevivalist = $arcologies[_i].FSChineseRevivalist = $arcologies[_i].FSEdoRevivalist = $arcologies[_i].FSRomanRevivalist = "unset">> + <<set $arcologies[_i].FSArabianRevivalist = $arcologies[_i].FSAztecRevivalist = $arcologies[_i].FSChineseRevivalist = $arcologies[_i].FSEdoRevivalist = $arcologies[_i].FSRomanRevivalist = "unset">> <</if>> <<if $arcologies[_i].FSEdoRevivalist != "unset">> <<set $arcologies[_i].FSEdoRevivalist = Number($arcologies[_i].FSEdoRevivalist) || 0>> diff --git a/src/cheats/mod_EditNeighborArcologyCheatWidget.tw b/src/cheats/mod_EditNeighborArcologyCheatWidget.tw index 34df6f4138f7e8a950fbe3d6d6ed061c66208907..897f49b9f4f94cc1995f5e9d8de5eb7d5a0ed3c8 100644 --- a/src/cheats/mod_EditNeighborArcologyCheatWidget.tw +++ b/src/cheats/mod_EditNeighborArcologyCheatWidget.tw @@ -28,10 +28,10 @@ | <<radiobutton "$arcologies[_i].government" "a committee">> a committee | <<radiobutton "$arcologies[_i].government" "an oligarchy">> an oligarchy | <<radiobutton "$arcologies[_i].government" "an individual">> an individual - | <<radiobutton "$arcologies[_i].government" "a corporation">> a corporation - | <<radiobutton "$arcologies[_i].government" "direct democracy">> direct democracy - | <<radiobutton "$arcologies[_i].government" "your trustees">> your trustees - | <<radiobutton "$arcologies[_i].government" "your agent">> your agent + | <<radiobutton "$arcologies[_i].government" "a corporation">> a corporation + | <<radiobutton "$arcologies[_i].government" "direct democracy">> direct democracy + | <<radiobutton "$arcologies[_i].government" "your trustees">> your trustees + | <<radiobutton "$arcologies[_i].government" "your agent">> your agent <br> diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw index 5415a9644e3a8a5c0aa005ce9fdabda5eaa60850..a0d3924b4cc6e1363d3c4d6b5a9f0f71640447f9 100644 --- a/src/cheats/mod_EditSlaveCheat.tw +++ b/src/cheats/mod_EditSlaveCheat.tw @@ -131,7 +131,7 @@ <br> ''Accent: ($activeSlave.accent)'' -<<textbox "$activeSlave.accent" $activeSlave.accent>> +<<textbox "$activeSlave.accent" $activeSlave.accent>> <br> <<radiobutton "$activeSlave.accent" 0>> None <<radiobutton "$activeSlave.accent" 1>> Distinctive diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw index 98d3dd81d0f1bf86aab6c4198ce7df4171201d67..d7ed3411e8ec372f6a62a8b15aab5ff0be47b38d 100644 --- a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw @@ -51,7 +51,7 @@ <<set $activeSlave.vaginalSkill = Number($activeSlave.vaginalSkill) || 0>> <<set $activeSlave.preg = Number($activeSlave.preg) || 0>> <<if $activeSlave.preg < 0>> - <<set $activeSlave.pregKnown = 0>> + <<set $activeSlave.pregKnown = 0>> <</if>> <<set $activeSlave.dick = Number($activeSlave.dick) || 0>> <<set $activeSlave.clit = Number($activeSlave.clit) || 0>> diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw index f47e5c935a6ad68e84bbf4a205019b54e3f3c725..f10d5f5d3a10d1f77661aec2825677407ba62868 100644 --- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw @@ -70,9 +70,9 @@ <<set $tempSlave.pregType = Number($tempSlave.pregType) || 0>> <<set $tempSlave.pregSource = Number($tempSlave.pregSource) || 0>> <<if $tempSlave.preg < 0>> - <<set $tempSlave.pregKnown = 0>> + <<set $tempSlave.pregKnown = 0>> <<elseif $tempSlave.preg > 0>> - <<set $tempSlave.pregKnown = 1>> + <<set $tempSlave.pregKnown = 1>> <</if>> <<set $tempSlave.dick = Number($tempSlave.dick) || 0>> <<set $tempSlave.clit = Number($tempSlave.clit) || 0>> diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 4e5fec8d2a7046f9f3b4b4afd05d6f8f397111cf..0a14a84c677a6a808a676b06cb4020339619bce7 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -5,21 +5,21 @@ <<set $tempSlave = clone($activeSlave)>> <<widget COptions>> - <<link "[$args[0]]">> - <<replace #career>> - <<set $tempSlave.career = $args[0]>> - <<set _carR = 0>> - <</replace>> - <</link>> + <<link "[$args[0]]">> + <<replace #career>> + <<set $tempSlave.career = $args[0]>> + <<set _carR = 0>> + <</replace>> + <</link>> <</widget>> <<widget NOptions>> - <<link "[$args[0]]">> - <<replace #nation>> - <<set $tempSlave.nationality = $args[0]>> - <<set _natR = 0>> - <</replace>> - <</link>> + <<link "[$args[0]]">> + <<replace #nation>> + <<set $tempSlave.nationality = $args[0]>> + <<set _natR = 0>> + <</replace>> + <</link>> <</widget>> <<widget H1Options>> @@ -1410,7 +1410,7 @@ <br> //For best results, use a short, uncapitalized and unpunctuated description; for example: 'black with purple highlights', also see [[Dyes|Encyclopedia][$encyclopedia = "Dyes"]]// <br> - ''Her original haircolor is @@.yellow;$tempSlave.origHColor@@'' + ''Her original haircolor is @@.yellow;$tempSlave.origHColor@@'' <<link "Hair Colors">> <<if (ndef _hcol2R) || (_hcol2R == 0) >> <<replace "#hcol2">> @@ -3132,85 +3132,85 @@ <<widget BrandTab>> <br> - ''Branding: ''<<link "[No Branding]">><<set $tempSlave.brand =0>><<set $tempSlave.brandLocation = 0>><</link>> - <br> - <<if $tempSlave.brand == 0>> - ''She has no Branding'' - <<else>> - ''@@.yellow;She has $tempSlave.brand branded onto her <<if $tempSlave.brandLocation == 0>>@@.red;[NEEDS TO BE SET]<<else>> $tempSlave.brandLocation @@<</if>>'' - <</if>> - <br><br> - ''Branding Location:'' - <br> - <<radiobutton "$tempSlave.brandLocation" "neck">> Neck - <<radiobutton "$tempSlave.brandLocation" "chest">> Chest - <<radiobutton "$tempSlave.brandLocation" "pubic mound">> Pubic mound - <<radiobutton "$tempSlave.brandLocation" "back">> On the back - <br> - ''Ears:'' - <<radiobutton "$tempSlave.brandLocation" "left ear">> Left ear - <<radiobutton "$tempSlave.brandLocation" "right ear">> Right ear - <<radiobutton "$tempSlave.brandLocation" "ears">> Both ears - <br> - ''Cheeks:'' - <<radiobutton "$tempSlave.brandLocation" "left cheek">> Left cheek - <<radiobutton "$tempSlave.brandLocation" "right cheek">> Right cheek - <<radiobutton "$tempSlave.brandLocation" "cheeks">> Both cheeks - <br> - ''Shoulders:'' - <<radiobutton "$tempSlave.brandLocation" "left shoulder">> Left shoulder - <<radiobutton "$tempSlave.brandLocation" "right shoulder">> Right shoulder - <<radiobutton "$tempSlave.brandLocation" "shoulders">> Both shoulders - <br> - ''Breasts:'' - <<radiobutton "$tempSlave.brandLocation" "left shoulder">> Left shoulder - <<radiobutton "$tempSlave.brandLocation" "right shoulder">> Right shoulder - <<radiobutton "$tempSlave.brandLocation" "shoulders">> Both shoulders - <br> - ''upper Arms:'' - <<radiobutton "$tempSlave.brandLocation" "left upper arm">> Left upper arm - <<radiobutton "$tempSlave.brandLocation" "right upper arm">> Right upper arm - <<radiobutton "$tempSlave.brandLocation" "upper arms">> Both upper arms - <br> - ''lower Arms:'' - <<radiobutton "$tempSlave.brandLocation" "left lower arm">> Left lower arm - <<radiobutton "$tempSlave.brandLocation" "right lower arm">> Right lower arm - <<radiobutton "$tempSlave.brandLocation" "lower arms">> Both lower arms - <br> - ''Wrist:'' - <<radiobutton "$tempSlave.brandLocation" "left wrist">> Left wrist - <<radiobutton "$tempSlave.brandLocation" "right wrist">> Right wrist - <<radiobutton "$tempSlave.brandLocation" "wrists">> Both wrists - <br> - ''Hand:'' - <<radiobutton "$tempSlave.brandLocation" "left hand">> Left hand - <<radiobutton "$tempSlave.brandLocation" "right hand">> Right hand - <<radiobutton "$tempSlave.brandLocation" "hands">> Both hands - <br> - ''Buttocks:'' - <<radiobutton "$tempSlave.brandLocation" "left buttock">> Left buttock - <<radiobutton "$tempSlave.brandLocation" "right buttock">> Right buttock - <<radiobutton "$tempSlave.brandLocation" "buttocks">> Both buttocks - <br> - ''Thighs:'' - <<radiobutton "$tempSlave.brandLocation" "left thigh">> Left thigh - <<radiobutton "$tempSlave.brandLocation" "right thigh">> Right thigh - <<radiobutton "$tempSlave.brandLocation" "thighs">> Both thighs - <br> - ''Calves:'' - <<radiobutton "$tempSlave.brandLocation" "left calf">> Left calf - <<radiobutton "$tempSlave.brandLocation" "right calf">> Right calf - <<radiobutton "$tempSlave.brandLocation" "calves">> Both calves - <br> - ''Ankles:'' - <<radiobutton "$tempSlave.brandLocation" "left ankle">> Left ankle - <<radiobutton "$tempSlave.brandLocation" "right ankle">> Right ankle - <<radiobutton "$tempSlave.brandLocation" "ankles">> Both ankles - <br> - ''Feet:'' - <<radiobutton "$tempSlave.brandLocation" "left foot">> Left foot - <<radiobutton "$tempSlave.brandLocation" "right foot">> Right foot - <<radiobutton "$tempSlave.brandLocation" "feet">> Both feet + ''Branding: ''<<link "[No Branding]">><<set $tempSlave.brand =0>><<set $tempSlave.brandLocation = 0>><</link>> + <br> + <<if $tempSlave.brand == 0>> + ''She has no Branding'' + <<else>> + ''@@.yellow;She has $tempSlave.brand branded onto her <<if $tempSlave.brandLocation == 0>>@@.red;[NEEDS TO BE SET]<<else>> $tempSlave.brandLocation @@<</if>>'' + <</if>> + <br><br> + ''Branding Location:'' + <br> + <<radiobutton "$tempSlave.brandLocation" "neck">> Neck + <<radiobutton "$tempSlave.brandLocation" "chest">> Chest + <<radiobutton "$tempSlave.brandLocation" "pubic mound">> Pubic mound + <<radiobutton "$tempSlave.brandLocation" "back">> On the back + <br> + ''Ears:'' + <<radiobutton "$tempSlave.brandLocation" "left ear">> Left ear + <<radiobutton "$tempSlave.brandLocation" "right ear">> Right ear + <<radiobutton "$tempSlave.brandLocation" "ears">> Both ears + <br> + ''Cheeks:'' + <<radiobutton "$tempSlave.brandLocation" "left cheek">> Left cheek + <<radiobutton "$tempSlave.brandLocation" "right cheek">> Right cheek + <<radiobutton "$tempSlave.brandLocation" "cheeks">> Both cheeks + <br> + ''Shoulders:'' + <<radiobutton "$tempSlave.brandLocation" "left shoulder">> Left shoulder + <<radiobutton "$tempSlave.brandLocation" "right shoulder">> Right shoulder + <<radiobutton "$tempSlave.brandLocation" "shoulders">> Both shoulders + <br> + ''Breasts:'' + <<radiobutton "$tempSlave.brandLocation" "left shoulder">> Left shoulder + <<radiobutton "$tempSlave.brandLocation" "right shoulder">> Right shoulder + <<radiobutton "$tempSlave.brandLocation" "shoulders">> Both shoulders + <br> + ''Upper Arms:'' + <<radiobutton "$tempSlave.brandLocation" "left upper arm">> Left upper arm + <<radiobutton "$tempSlave.brandLocation" "right upper arm">> Right upper arm + <<radiobutton "$tempSlave.brandLocation" "upper arms">> Both upper arms + <br> + ''Lower Arms:'' + <<radiobutton "$tempSlave.brandLocation" "left lower arm">> Left lower arm + <<radiobutton "$tempSlave.brandLocation" "right lower arm">> Right lower arm + <<radiobutton "$tempSlave.brandLocation" "lower arms">> Both lower arms + <br> + ''Wrist:'' + <<radiobutton "$tempSlave.brandLocation" "left wrist">> Left wrist + <<radiobutton "$tempSlave.brandLocation" "right wrist">> Right wrist + <<radiobutton "$tempSlave.brandLocation" "wrists">> Both wrists + <br> + ''Hand:'' + <<radiobutton "$tempSlave.brandLocation" "left hand">> Left hand + <<radiobutton "$tempSlave.brandLocation" "right hand">> Right hand + <<radiobutton "$tempSlave.brandLocation" "hands">> Both hands + <br> + ''Buttocks:'' + <<radiobutton "$tempSlave.brandLocation" "left buttock">> Left buttock + <<radiobutton "$tempSlave.brandLocation" "right buttock">> Right buttock + <<radiobutton "$tempSlave.brandLocation" "buttocks">> Both buttocks + <br> + ''Thighs:'' + <<radiobutton "$tempSlave.brandLocation" "left thigh">> Left thigh + <<radiobutton "$tempSlave.brandLocation" "right thigh">> Right thigh + <<radiobutton "$tempSlave.brandLocation" "thighs">> Both thighs + <br> + ''Calves:'' + <<radiobutton "$tempSlave.brandLocation" "left calf">> Left calf + <<radiobutton "$tempSlave.brandLocation" "right calf">> Right calf + <<radiobutton "$tempSlave.brandLocation" "calves">> Both calves + <br> + ''Ankles:'' + <<radiobutton "$tempSlave.brandLocation" "left ankle">> Left ankle + <<radiobutton "$tempSlave.brandLocation" "right ankle">> Right ankle + <<radiobutton "$tempSlave.brandLocation" "ankles">> Both ankles + <br> + ''Feet:'' + <<radiobutton "$tempSlave.brandLocation" "left foot">> Left foot + <<radiobutton "$tempSlave.brandLocation" "right foot">> Right foot + <<radiobutton "$tempSlave.brandLocation" "feet">> Both feet <br><br> ''Brand Design:'' <br> diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 323c8d208b6b6d1b175b9833df562dd248ee7921..56cd9bd474878759e63637ec501d07c542cb20c0 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -115,7 +115,7 @@ Design Your Master <<case "Design Your Master">> This happens at the start of a game of FC: it is not possible to change the PC during the main game. The player must select a career background, a rumored method of acquiring the arcology, and their age group; then choose between some broad body and gender options. - <br><br> ''Wealth'' is a choice for both the ''career background'' and ''rumored method of acquiring the arcology'' options. Both provide you with @@.yellowgreen;<<print cashFormat(10000)>>@@ each for a total of @@.yellowgreen;<<print cashFormat(30000)>>@@ if both are chosen. + <br><br> ''Wealth'' is a choice for both the ''career background'' and ''rumored method of acquiring the arcology'' options. Both provide you with @@.yellowgreen;<<print cashFormat(10000)>>@@ each for a total of @@.yellowgreen;<<print cashFormat(30000)>>@@ if both are chosen. <br> As a ''background option'' it means that your starting slaves will have two free levels of sex skills available <<if $showSecExp == 1>> and maintaining @@.darkviolet;[[authority|Encyclopedia][$encyclopedia = "Security Expansion"]]@@ will be harder, but upgrades in the propaganda hub will be @@.yellowgreen;[[cheaper|Encyclopedia][$encyclopedia = "Money"]]@@ @@ -159,7 +159,7 @@ Design Your Master <</if>>. Starting slaves will have a free level of entertainment skill available. - <br><br>''servant'' provides a one time bonus to a slave's @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@ and @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@. Furthermore, society will not approve of being run by an ex-servant, and you will face @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ + <br><br>''servant'' provides a one time bonus to a slave's @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@ and @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@. Furthermore, society will not approve of being run by an ex-servant, and you will face @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ <<if $showSecExp == 1>> and @@.darkviolet;[[authority|Encyclopedia][$encyclopedia = "Security Expansion"]]@@ <</if>> @@ -402,7 +402,7 @@ SLAVES <<case "Devotion">> - ''Devotion'' is a measure of a slave's liking for the player character, and secondarily, how accepting she is of her place in life. (Low Devotion is also referred to as hatred.) Along with @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@, it is the main measure of a slave's mental state. A highly @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ slave will always obey and will do her best on assignments. With low Devotion, obedience depends on trust: if trust is high, the slave will generally resist and do badly, but if trust is low enough the slave will obey out of fear. Almost everything in the game can effect Devotion in some way: @@.mediumorchid;orchid text@@ indicates a Devotion loss, while @@.hotpink;hot pink@@ text indicates a Devotion gain. Maximized or minimized Devotion is somewhat sticky: lightly abusing a perfectly @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ slave will not damage Devotion, while minor kindnesses will not affect a hateful slave. If a slave is very @@.mediumaquamarine;[[trusting|Encyclopedia][$encyclopedia = "Trust"]]@@, extremely high Devotion will boost trust weekly (extremely low Devotion will do the reverse), and any Devotion gains that push it over its maximum value will overflow into trust. However, if a slave is very frightened, high Devotion will not impact trust. If both trust and Devotion are maximized, the slave's sex drive will be increased. If she's already a nympho, @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ is increased instead. + ''Devotion'' is a measure of a slave's liking for the player character, and secondarily, how accepting she is of her place in life. (Low Devotion is also referred to as hatred.) Along with @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@, it is the main measure of a slave's mental state. A highly @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ slave will always obey and will do her best on assignments. With low Devotion, obedience depends on trust: if trust is high, the slave will generally resist and do badly, but if trust is low enough the slave will obey out of fear. Almost everything in the game can effect Devotion in some way: @@.mediumorchid;orchid text@@ indicates a Devotion loss, while @@.hotpink;hot pink@@ text indicates a Devotion gain. Maximized or minimized Devotion is somewhat sticky: lightly abusing a perfectly @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ slave will not damage Devotion, while minor kindnesses will not affect a hateful slave. If a slave is very @@.mediumaquamarine;[[trusting|Encyclopedia][$encyclopedia = "Trust"]]@@, extremely high Devotion will boost trust weekly (extremely low Devotion will do the reverse), and any Devotion gains that push it over its maximum value will overflow into trust. However, if a slave is very frightened, high Devotion will not impact trust. If both trust and Devotion are maximized, the slave's sex drive will be increased. If she's already a nympho, @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ is increased instead. <<case "Trust">> @@ -564,7 +564,7 @@ Choose a more particular entry below: <<case "Career Experience">> Slaves may retain useful experience from their lives before enslavement. Freedom and slavery are so different that the bonuses slaves get are minor. Careers fall into categories, each with its own bonus; these are: - <br><br><br>__Grateful__ (offering a potential bonus to @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@), including slaves who were + <br><br><br>__Grateful__ (offering a potential bonus to @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@), including slaves who were <<for $i = 0; $i < setup.gratefulCareers.length; $i++>> <<if $i == setup.gratefulCareers.length-1>> and <<print setup.gratefulCareers[$i]>>. @@ -776,7 +776,7 @@ Choose a more particular entry below: <br><br> - A ''Madam'' can be selected once the [[Brothel|Encyclopedia][$encyclopedia = "Brothel"]] facility is built. Madams apply a multiplier to @@.yellowgreen;[[income|Encyclopedia][$encyclopedia = "Money"]]@@ from the brothel. Whoring skills, age over 35, @@.cyan;intelligence@@, being your wife and a functional cock help a Madam. + A ''Madam'' can be selected once the [[Brothel|Encyclopedia][$encyclopedia = "Brothel"]] facility is built. Madams apply a multiplier to @@.yellowgreen;[[income|Encyclopedia][$encyclopedia = "Money"]]@@ from the brothel. Whoring skills, age over 35, @@.cyan;intelligence@@, being your wife and a functional cock help a Madam. <br><br>If a Madam isn't managing enough whores to occupy her full time, she'll sell herself as much as she has time for. This is exactly the same as [[Whoring|Encyclopedia][$encyclopedia = "Whoring"]] out of the Brothel: she'll benefit from any [[Advertising|Encyclopedia][$encyclopedia = "Advertising"]] or [[Variety|Encyclopedia][$encyclopedia = "Variety"]] bonuses available, and will even benefit from her own management skills. @@ -792,7 +792,7 @@ Choose a more particular entry below: <br><br>A ''Milkmaid'' can be selected once the [[Dairy|Encyclopedia][$encyclopedia = "Dairy"]] facility is built. Having applicable [[career experience|Encyclopedia][$encyclopedia = "Career Experience"]] and strong [[muscles|Encyclopedia][$encyclopedia = "Musculature"]] allow a Milkmaid to help cows maintain their health. If a Milkmaid is Funny or Caring, she can improve cow's @@.mediumaquamarine;[[trusting|Encyclopedia][$encyclopedia = "Trust"]]@@ resting point; if she has oral skills, she can improve their@@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ resting point. <<if $seeDicks != 0>> - If she has a very large dick capable of erection, a Milkmaid can assist cows with ejaculation if the Dairy is not already stimulating prostates. + If she has a very large dick capable of erection, a Milkmaid can assist cows with ejaculation if the Dairy is not already stimulating prostates. <</if>> @@ -955,7 +955,7 @@ SLAVE BODY: <br>-95 - -31 - very weak <br>-96- - frail - <br><br>A standard [[bodyguard|Encyclopedia][$encyclopedia = "Bodyguard"]] is negatively impacted by being weak or extremely muscular and postively impacted by being muscular. A slave that is at the max of tall or very tall (>= 185) can handle being extremely muscular. + <br><br>A standard [[bodyguard|Encyclopedia][$encyclopedia = "Bodyguard"]] is negatively impacted by being weak or extremely muscular and postively impacted by being muscular. A slave that is at the max of tall or very tall (>= 185) can handle being extremely muscular. <br><br>[[DJ|Encyclopedia][$encyclopedia = "DJ"]] 's are more effective when they are just under being muscular and inside being toned. @@ -965,7 +965,7 @@ SLAVE BODY: <<case "Nipples">> - Slaves' ''nipples'' have varying effects, depending on their shape. Tiny nipples have a negative effect on beauty, puffy and inverted nipples improve it, huge nipples improve it more strongly, and all others have no effect. Inverted and partially inverted nipples can be permanently protruded by nipple piercings or milking: this is uncomfortable, and will reduce @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ unless the slave is a [[masochist|Encyclopedia][$encyclopedia = "Masochists"]]. Tiny nipples can be enlarged with [[XX hormones|Encyclopedia][$encyclopedia = "Hormones (XX)"]], huge nipples can be reduced with [[XY hormones|Encyclopedia][$encyclopedia = "Hormones (XY)"]], breast growth hormones will grow and may invert nipples, and breast implantation may damage nipples enough to shrink them slightly. + Slaves' ''nipples'' have varying effects, depending on their shape. Tiny nipples have a negative effect on beauty, puffy and inverted nipples improve it, huge nipples improve it more strongly, and all others have no effect. Inverted and partially inverted nipples can be permanently protruded by nipple piercings or milking: this is uncomfortable, and will reduce @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ unless the slave is a [[masochist|Encyclopedia][$encyclopedia = "Masochists"]]. Tiny nipples can be enlarged with [[XX hormones|Encyclopedia][$encyclopedia = "Hormones (XX)"]], huge nipples can be reduced with [[XY hormones|Encyclopedia][$encyclopedia = "Hormones (XY)"]], breast growth hormones will grow and may invert nipples, and breast implantation may damage nipples enough to shrink them slightly. <<case "Ovaries">> @@ -1019,7 +1019,7 @@ SLAVE BODY: <br>130 - 96 - fat <br>95 - 31 - overweight <br>30 - 11 - curvy - <br>10 - -10 - neither to fat nor to skinny + <br>10 - -10 - neither too fat nor too skinny <br>-11 - -30 - thin <br>-31 - -95 - very thin <br>-96- - emaciated @@ -1037,7 +1037,7 @@ SLAVE BODY: <br><br>At a total of +1 with no ovaries present, XY attraction will increase, dicks will shrink, testicles will shrink, deep voices will be raised, small breasts and buttocks will grow, ugly faces will soften, huge clits will shrink, and extreme [[musculature|Encyclopedia][$encyclopedia = "Musculature"]] will soften. - <br><br>At +2, all these effects become more likely and more extreme, and @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ and @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@ can both increase. + <br><br>At +2, all these effects become more likely and more extreme, and @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ and @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@ can both increase. <br><br>Artificial hormonal effects can be accelerated by installing the second [[upgrade|Encyclopedia][$encyclopedia = "What the Upgrades Do"]] to the kitchen, which will also stop slave's assets from shrinking due to natural hormonal effects. @@ -1228,7 +1228,7 @@ SLAVE BEHAVIORAL QUIRKS <<case "Insecure">> - ''Insecure '' is a behavioral [[quirk|Encyclopedia][$encyclopedia = "Quirks"]] developed from the [[anorexic|Encyclopedia][$encyclopedia = "Anorexic"]] [[flaw|Encyclopedia][$encyclopedia = "Flaws"]]. Insecure slaves may naturally become [[submissives|Encyclopedia][$encyclopedia = "Submissives"]]. In addition to the standard value and sexual assignment advantages, they get bonus @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@ on [[fucktoy|Encyclopedia][$encyclopedia = "Fucktoy"]] duty. + ''Insecure '' is a behavioral [[quirk|Encyclopedia][$encyclopedia = "Quirks"]] developed from the [[anorexic|Encyclopedia][$encyclopedia = "Anorexic"]] [[flaw|Encyclopedia][$encyclopedia = "Flaws"]]. Insecure slaves may naturally become [[submissives|Encyclopedia][$encyclopedia = "Submissives"]]. In addition to the standard value and sexual assignment advantages, they get bonus @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@ on [[fucktoy|Encyclopedia][$encyclopedia = "Fucktoy"]] duty. <<case "Sinful">> @@ -1344,7 +1344,7 @@ SLAVE SEXUAL FLAWS <<case "Judgemental">> - ''Judgemental '' is a sexual [[flaw|Encyclopedia][$encyclopedia = "Flaws"]] that can be softened into the ''[[size queen|Encyclopedia][$encyclopedia = "Size Queen"]] '' [[quirk|Encyclopedia][$encyclopedia = "Quirks"]] by training, a good [[Attendant|Encyclopedia][$encyclopedia = "Attendant"]], a powerful sex drive, or the [[submissive|Encyclopedia][$encyclopedia = "Humiliation Submissive"]] fetish. + ''Judgemental '' is a sexual [[flaw|Encyclopedia][$encyclopedia = "Flaws"]] that can be softened into the ''[[size queen|Encyclopedia][$encyclopedia = "Size Queen"]] '' [[quirk|Encyclopedia][$encyclopedia = "Quirks"]] by training, a good [[Attendant|Encyclopedia][$encyclopedia = "Attendant"]], a powerful sex drive, or the [[submissive|Encyclopedia][$encyclopedia = "Humiliation Submissive"]] fetish. <<case "Repressed">> @@ -1496,9 +1496,9 @@ THE X-SERIES ARCOLOGY <<case "The Wardrobe">> - // The Wardrobe is a dressing area for all of your slaves, and a place where unused outfits are stored. Tailoring is available to make sure outfits fit each slave to your specifications. Here, players make choices about how slaves will appear in their dress, or lack of it. Choose outfits wisely to correspond to the culture that your citizens approve of, and your @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ will increase more quickly. Items that stretch or constrict such as plugs or corsets will eventually have a lasting impact on slaves anatomy.// + // The Wardrobe is a dressing area for all of your slaves, and a place where unused outfits are stored. Tailoring is available to make sure outfits fit each slave to your specifications. Here, players make choices about how slaves will appear in their dress, or lack of it. Choose outfits wisely to correspond to the culture that your citizens approve of, and your @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ will increase more quickly. Items that stretch or constrict such as plugs or corsets will eventually have a lasting impact on slaves anatomy.// - <br><br>The wardrobe has two functions: First, individual slaves can be selected and then dressed in the wardrobe with anything from the basic clothing or shoes to the more exotic plugs and corsets. Secondly, players can access the wardrobe directly from the penthouse, and unlock collections of new outfits with ¤. + <br><br>The wardrobe has two functions: First, individual slaves can be selected and then dressed in the wardrobe with anything from the basic clothing or shoes to the more exotic plugs and corsets. Secondly, players can access the wardrobe directly from the penthouse, and unlock collections of new outfits with ¤. <<case "The Auto Salon">> @@ -2687,7 +2687,7 @@ LORE: INTERVIEWS Advanced Transformation Fetishist societies can fund research to produce implants capable of reaching previously undocumented sizes. <<case "Asset Expansionist research">> - Advanced Asset Expansionist societies can fund research to produce extremely powerful growth drugs capable of growing body parts to previously undocumented sizes. Drugs are also standardized in slave diets to prevent loss of asset size. Due to the rapid growth in said assets, and the strength of the drug cocktails, slaves are more likely to develop side effects of excessive drug use. + Advanced Asset Expansionist societies can fund research to produce extremely powerful growth drugs capable of growing body parts to previously undocumented sizes. Drugs are also standardized in slave diets to prevent loss of asset size. Due to the rapid growth in said assets, and the strength of the drug cocktails, slaves are more likely to develop side effects of excessive drug use. <<case "Slimness Enthusiast research">> Advanced Slimness Enthusiast societies can fund research into several drugs designed to slim slaves down. @@ -2768,7 +2768,7 @@ LORE: INTERVIEWS <br><br>To build it; ''Extended family mode needs to be enabled and the power lines need to be replaced. Then go to the penthouse management screen and it should be there.'' <<case "Organic Mesh Breast Implant">> - A specialized organic implant produced from the dispensary designed to be implanted into to a slave's natural breast tissue to maintain a slave's breast shape no matter how big her breasts may grow. An expensive and risky procedure proportional to the size of the breasts the mesh will be implanted into. Should health become an issue, the slave in surgery may undergo an emergency mastectomy. Furthermore, once implanted, the mesh cannot be safely removed from the breast. However, total breast removal will rid the slave of the implant; consider strongly when and if you want to implant the mesh before doing so. They are exceedingly difficult to identify once bound to the breast tissue, and combined with their natural shape, are often overlooked. + A specialized organic implant produced from the dispensary designed to be implanted into to a slave's natural breast tissue to maintain a slave's breast shape no matter how big her breasts may grow. An expensive and risky procedure proportional to the size of the breasts the mesh will be implanted into. Should health become an issue, the slave in surgery may undergo an emergency mastectomy. Furthermore, once implanted, the mesh cannot be safely removed from the breast. However, total breast removal will rid the slave of the implant; consider strongly when and if you want to implant the mesh before doing so. They are exceedingly difficult to identify once bound to the breast tissue, and combined with their natural shape, are often overlooked. <<case "Ejaculation Boosting Prostate Implant">> An additional prostate implant designed to hyperstimulate one's prostate and store the resulting fluid for release during ejaculation in a specialized reservoir. An easy way to tell if the precum soaked slave you are fucking is sporting this implant is the distinct swelling in her lower belly as she nears release. Due to the sheer amount of prostate fluid released, sperm per volume is greatly reduced, devastating profits of those looking to sell cum. Remember to keep your slaves well hydrated! @@ -2809,10 +2809,10 @@ LORE: INTERVIEWS //Place holder// <<case "Security Expansion">> - <<include "encyclopediaSecExpMain">> + <<include "encyclopediaSecExpMain">> <<case "Battles">> - <<include "encyclopediaSecExpBattles">> + <<include "encyclopediaSecExpBattles">> <<default>> Error: bad title. diff --git a/src/gui/Encyclopedia/encyclopediaWidgets.tw b/src/gui/Encyclopedia/encyclopediaWidgets.tw index 58cdac80cf006b5134c45bb4eda45c6ff0b04ffc..f92a94edbc6adc2c26c5be27fc5c8c9211a0a9b9 100644 --- a/src/gui/Encyclopedia/encyclopediaWidgets.tw +++ b/src/gui/Encyclopedia/encyclopediaWidgets.tw @@ -8,42 +8,34 @@ ''Confinement'' is an assignment which accelerates breaking for disobedient slaves. If a slave isn't obedient enough to work and isn't [[unhealthy|Encyclopedia][$encyclopedia = "Health"]] enough to need rest, this will make her useful sooner. <</widget>> - <<widget "encyclopediaEntryFucktoy">> ''Fucktoy service'' is an assignment which keeps the slave close under the player's eye; mostly just for fun, but fucktoys do improve reputation based on their beauty, and the player character's attention can be targeted to areas of the slave's body with possible fetish effects on happy slaves. <</widget>> - <<widget "encyclopediaEntryGloryHole">> ''Occupying a glory hole'' is an assignment which makes money off slaves regardless of their beauty, skills, or feelings; not fun or [[healthy|Encyclopedia][$encyclopedia = "Health"]]. Very powerful for extracting ¤ out of otherwise useless slaves. <</widget>> - <<widget "encyclopediaEntryMilking">> ''Getting milked'' is an assignment which makes money from lactation based on a slave's breasts, [[health|Encyclopedia][$encyclopedia = "Health"]], and hormonal status.<<if $seeDicks > 0>> Cows with balls will also give semen.<</if>> Creates profit quickly from slaves with big tits<<if $seeDicks > 0>> or balls<</if>>. <</widget>> - <<widget "encyclopediaEntryPublicService">> ''Public Service'' is an assignment which increases reputation based on a slave's beauty, sexual appeal, and skills. Very similar to whoring, but for reputation rather than money. <</widget>> - <<widget "encyclopediaEntryRest">> ''Rest'' is an assignment mostly used to improve [[health|Encyclopedia][$encyclopedia = "Health"]]. It can be useful to order slaves you wish to intensively modify to rest, since most modifications damage health. It will synergize with curative treatments, providing bonus healing when both are simultaneously applied. <</widget>> - <<widget "encyclopediaEntrySexualServitude">> ''Sexual servitude'' is an assignment which pleases other slaves by forcing the slave to service them sexually. Useful for driving the targeted slave's [[devotion|Encyclopedia][$encyclopedia = "Devotion"]] up quickly. <</widget>> - <<widget "encyclopediaEntryServitude">> ''Servitude'' is an assignment which reduces your upkeep based on the slave's [[devotion|Encyclopedia][$encyclopedia = "Devotion"]]. Available at lower obedience than other jobs, is insensitive to the quality of a slave's body, and doesn't require skills; a good transitional assignment. Unusually, low sex drive is advantageous as a servant, since it reduces distraction. Lactating slaves are slightly better at this job, since they can contribute to their fellow slaves' nutrition. <</widget>> - <<widget "encyclopediaEntryWhoring">> ''Whoring'' is an assignment which makes money based on a slave's beauty, sexual appeal, and skills. Good whores take a long time to train and beautify but become very profitable. -<</widget>> +<</widget>> \ No newline at end of file diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw index bf55d493137eb4cc9b2f4ebbe96e57bb19dd6515..06f53c0a2127e768c7b5d121c046c6c05a816935 100644 --- a/src/pregmod/pRaped.tw +++ b/src/pregmod/pRaped.tw @@ -56,9 +56,9 @@ While returning from a meeting with a prospective investor, an unfortunate wrong <</if>> <<if $PC.preg >= 20 || $PC.belly >= 5000>> <<if $PC.dick > 0>> - "Look at that belly! I bet you inseminated yourself with your own seed." He chuckles as he rubs your pregnant belly. + "Look at that belly! I bet you inseminated yourself with your own seed." He chuckles as he rubs your pregnant belly. <<else>> - "I see how you work. Mess up a surgery and give the guy a pity fuck. Surprised you couldn't get their spawn out of your belly though. Guess you aren't that good of a surgeon." He chuckles as he rubs your pregnant belly. + "I see how you work. Mess up a surgery and give the guy a pity fuck. Surprised you couldn't get their spawn out of your belly though. Guess you aren't that good of a surgeon." He chuckles as he rubs your pregnant belly. <</if>> <</if>> <<if $PC.dick > 0>> diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index 03553c7b5ec0edd1ac58d365ab00b57e4d1ca77c..f63dfefb30bcd3f505b51c5971eafde43697cda4 100644 --- a/src/societies/aztec/slaveSacrifice.tw +++ b/src/societies/aztec/slaveSacrifice.tw @@ -176,7 +176,7 @@ <<elseif ($activeSlave.fetish == "cumslut")>> She can be seen frequently crying and desperately fighting the excruciating need to touch herself. As a result of the aphrodisiacs on her body, the paint on the inner thighs is constantly wet and steadily drips onto the cage floor. As week progresses, her whining and tears increase and her body convulses harder and harder with lust. The loincloth she's wearing is constantly wet, as are her legs. It is common to see her begging strength from the goddess only to burst into tears when no relief comes to her and crying herself to sleep at night only to be awoken a few hours later. As a result of all her crying and lubrication, she needs to be hydrated more often. By the end of the week, her body refuses to lose more liquid, a fact that doesn't stop her from sobbing, immobile in her dried arousal on the floor of the cage, interrupted only by the spasms of her lust raked body and the slave posted to procure her more tea to prevent her from succumbing to dehydration. <<elseif ($activeSlave.fetish == "humiliation")>> - She seems to enjoy all the attention she receives as she tries to fight the impulse to touch herself. She takes special care to show how degrading the whole process can be. Is common to see her enjoying every reapplication of aphrodisiacs and when she needs to be awoken. Often, she refuses to drink the tea, hoping the time comes that she will be forced to drink it. As the week progresses and the signs of discomfort become more obvious, she rejoices in the attempts of the slave on duty to force her to drink her tea and the way she's awakened after just a few hours of sleep. Her body shows clear signs of food, sleep and sexual depravation that increases as the days go by; she shows no shame with displaying her lack of inner strength. By the end of the week, she can't stand up and remains on the floor of the cage, enjoying the soak in her own sexual fluids and saving what little strength she has left to make her waterings thoroughly humiliating. + She seems to enjoy all the attention she receives as she tries to fight the impulse to touch herself. She takes special care to show how degrading the whole process can be. Is common to see her enjoying every reapplication of aphrodisiacs and when she needs to be awoken. Often, she refuses to drink the tea, hoping the time comes that she will be forced to drink it. As the week progresses and the signs of discomfort become more obvious, she rejoices in the attempts of the slave on duty to force her to drink her tea and the way she's awakened after just a few hours of sleep. Her body shows clear signs of food, sleep and sexual depravation that increases as the days go by; she shows no shame with displaying her lack of inner strength. By the end of the week, she can't stand up and remains on the floor of the cage, enjoying the soak in her own sexual fluids and saving what little strength she has left to make her waterings thoroughly humiliating. <<elseif ($activeSlave.fetish == "buttslut")>> She tries to keep her butt away from the bars of the cage to avoid any possible stimulation of it. As the week progresses, it is common to see her trying to remain immobile as her body shakes and twitches with lust; the constant stimulation of the soft fabric over her butt, every shift of her weight and even the caress of the air threatening to drive her into a frenzy. The lack of food, sexual release and sleep wears her will down as she's often ordered back to her feet since she insists on sitting down with the hope that her butt numbs. By the end of the week, she remains on the floor of the cage, sitting on her side, as immobile as she can, interrupted only by the occasional twitch and the need to drink or roll over. <<elseif ($activeSlave.fetish == "boobs")>> @@ -191,15 +191,15 @@ As week starts, she tries to fulfill her duty. She fights the urge to touch herself, drinks just when she needs to, and tries to keep herself pure for the goddess. <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish != "none")>> <<if ($activeSlave.fetish == "submissive")>> - She makes sure is ready to take any order she might be given and it is evident that she enjoys every time she is ordered to do something. As the week progresses she finds herself close to the limits of her submission. As much as she tries to keep her hands to herself, her sexual frustration finally wins the battle as she desperately tries to masturbate. Only for her to discover how effective the chastity belt really is. She cries in frustration and shame for being unable to fulfill her orders. The signs of sexual frustration are more evident on her body as time goes by and it is common to see her repeating <<Master>> told me no touching yourself is allowed over and over again as she shifts her weight from foot to foot. The only thing that seems to shut her up is when she is ordered to come closer to drink, renew her dose of aphrodisiacs or when ordered to be prepared to sleep. As soon as she hears the order, her body twitches and a soft moan can be heard. By the end of the week she fights to remain standing up almost delusional as she was told to remain on her feet but the signs of exhaustion often bring her to her knees. Sometimes she tries to touch herself down there only to burst into tears when she is unable to do so. + She makes sure is ready to take any order she might be given and it is evident that she enjoys every time she is ordered to do something. As the week progresses she finds herself close to the limits of her submission. As much as she tries to keep her hands to herself, her sexual frustration finally wins the battle as she desperately tries to masturbate. Only for her to discover how effective the chastity belt really is. She cries in frustration and shame for being unable to fulfill her orders. The signs of sexual frustration are more evident on her body as time goes by and it is common to see her repeating <<Master>> told me no touching yourself is allowed over and over again as she shifts her weight from foot to foot. The only thing that seems to shut her up is when she is ordered to come closer to drink, renew her dose of aphrodisiacs or when ordered to be prepared to sleep. As soon as she hears the order, her body twitches and a soft moan can be heard. By the end of the week she fights to remain standing up almost delusional as she was told to remain on her feet but the signs of exhaustion often bring her to her knees. Sometimes she tries to touch herself down there only to burst into tears when she is unable to do so. <<elseif ($activeSlave.fetish == "masochist")>> She seems to enjoy the pain her sacrifice submits her to. Through the week is fairly common to see her moaning and showing other signs of pleasure that seem to be fairly unrelated to the huge amounts of aphrodisiacs that run through her. Every time the shot it is injected to her body she pants and thrust enjoying the pain of her swollen <<if $activeSlave.dick != 0>>dick<<else>>pussy lips<</if>> throbbing inside her chastity belt. As the week progresses she starts to faint frequently as she refuses to even drink the tea that keeps her hydrated and avoid death in addition to sleep whatsoever instead choosing to focus on the pain of being constantly aroused. As a precaution, alternative methods to keep her hydrated are put in place to avoid the pleasure of being forced to drink every few hours as she was caught several times trying to cum from it. By the end of the week she needs to be constantly reanimated to fulfill her vigil, moaning as she comes to conscience as the exhaustion and pain on her body washes over to her. <<elseif ($activeSlave.fetish == "cumslut")>> - At first, she seems resigned to not cum at all during her penance. Soon her resolution seems to vanish and she can be seen constantly crying, trying to fight the excruciating need to touch herself yet failing by trying to masturbate through the chastity belt. As a result of the aphrodisiacs in her body the paint on the inner part of her legs seems constantly wet and dripping into the cage which she seems to enjoy. As her whining and tears increases so does the spasms a direct result of her need to cum. The loincloth she is wearing has to be constantly changed and her legs constantly cleaned when it becomes apparent they are wet to avoid any evidence of pleasure. She tries to make it more difficult as now it is the only thing she has to fantasize on cumming. At the end of the week is often common to see her beg to be touched by anyone who is close enough to hear her and bursts into tears when she is blatantly ignored. As a result of all this crying, the lack of food and sleep she needs to be hydrated more often also the dose of aphrodisiacs is changed to be less potent but be injected more often to avoid the danger that she might cum from it. Her body refuses to lose anymore more liquids, a fact that doesn't stop her from sobbing and begging to be touched as soon as she finds the strength to it while she remains almost immobile on the bottom of the cage, interrupted by the spasms of her body as a result of being constantly aroused for a week. + At first, she seems resigned to not cum at all during her penance. Soon her resolution seems to vanish and she can be seen constantly crying, trying to fight the excruciating need to touch herself yet failing by trying to masturbate through the chastity belt. As a result of the aphrodisiacs in her body the paint on the inner part of her legs seems constantly wet and dripping into the cage which she seems to enjoy. As her whining and tears increases so does the spasms a direct result of her need to cum. The loincloth she is wearing has to be constantly changed and her legs constantly cleaned when it becomes apparent they are wet to avoid any evidence of pleasure. She tries to make it more difficult as now it is the only thing she has to fantasize on cumming. At the end of the week is often common to see her beg to be touched by anyone who is close enough to hear her and bursts into tears when she is blatantly ignored. As a result of all this crying, the lack of food and sleep she needs to be hydrated more often also the dose of aphrodisiacs is changed to be less potent but be injected more often to avoid the danger that she might cum from it. Her body refuses to lose anymore more liquids, a fact that doesn't stop her from sobbing and begging to be touched as soon as she finds the strength to it while she remains almost immobile on the bottom of the cage, interrupted by the spasms of her body as a result of being constantly aroused for a week. <<elseif ($activeSlave.fetish == "humiliation")>> - She seems to enjoy all the attention she receives every time she tries to fight the impulse to touch herself as her body shows clear signs of arousal and takes special care in showing how degrading the hole process could be. Is often common to see her enjoying every time the dose of aphrodisiacs needs to be injected again or when she needs to be awaken. Often, she refuses to drink the tea is provided hoping that when the moment comes she will be forced to drink it preferably in a very humiliating way. As week progresses and her need to cum increases she focus on the humiliation she can get every time the aphrodisiacs get the best of her and tries to find release and fails as the citizens passing by throw insults and disgusted looks on her direction for failing in trying to please the goddess. As a result, she is immobilized and blindfolded in an attempt to reduce external stimulation. By the end of the week she cannot stand up and remains on the bottom of the cage, saving her strength to procure making the procedures as humiliating as possible with the little strength she has saved. + She seems to enjoy all the attention she receives every time she tries to fight the impulse to touch herself as her body shows clear signs of arousal and takes special care in showing how degrading the hole process could be. Is often common to see her enjoying every time the dose of aphrodisiacs needs to be injected again or when she needs to be awaken. Often, she refuses to drink the tea is provided hoping that when the moment comes she will be forced to drink it preferably in a very humiliating way. As week progresses and her need to cum increases she focus on the humiliation she can get every time the aphrodisiacs get the best of her and tries to find release and fails as the citizens passing by throw insults and disgusted looks on her direction for failing in trying to please the goddess. As a result, she is immobilized and blindfolded in an attempt to reduce external stimulation. By the end of the week she cannot stand up and remains on the bottom of the cage, saving her strength to procure making the procedures as humiliating as possible with the little strength she has saved. <<elseif ($activeSlave.fetish == "buttslut")>> - At first, is common to see her trying to resist the heavy dose of aphrodisiacs in her body as she cannot find a way to release. As week progresses she is constantly crying and whining as she is unable find a way to stimulate her ass when the aphrodisiacs become too much for her. As the week progresses and her strength lingers she tries to find ways to increase stimulation on her ass. She tries to keep her butt as close as possible from the cage's bars, rubbing on them to increase any stimulation on her buttocks or focus on the feel of the sort fabric that covers her as it moves when she readjust herself. She seems particularly angry every time her attempts are put to an end just to burst into tears ashamed of her actions. By the end of the week she remains immobilize on the center of her cage and the fabric readjusted to procure as little extra stimulation as possible. She insists on sitting down and rubbing her behind against the floor and is forced to stand up. By the end of the week the lack of food, sexual release and sleep seems to be wearing her will off as she takes longer being able to stand up every time and she remains on the bottom of the cage forced to lay on her chest as immobile as she can, interrupted only by the occasional twitch and the need to drink. + At first, is common to see her trying to resist the heavy dose of aphrodisiacs in her body as she cannot find a way to release. As week progresses she is constantly crying and whining as she is unable find a way to stimulate her ass when the aphrodisiacs become too much for her. As the week progresses and her strength lingers she tries to find ways to increase stimulation on her ass. She tries to keep her butt as close as possible from the cage's bars, rubbing on them to increase any stimulation on her buttocks or focus on the feel of the sort fabric that covers her as it moves when she readjust herself. She seems particularly angry every time her attempts are put to an end just to burst into tears ashamed of her actions. By the end of the week she remains immobile on the center of her cage and the fabric readjusted to procure as little extra stimulation as possible. She insists on sitting down and rubbing her behind against the floor and is forced to stand up. By the end of the week the lack of food, sexual release and sleep seems to be wearing her will off as she takes longer being able to stand up every time and she remains on the bottom of the cage forced to lay on her chest as immobile as she can, interrupted only by the occasional twitch and the need to drink. <<elseif ($activeSlave.fetish == "boobs")>> At first, she tries to distract herself from the constant stimulation the necklace over her chest seems to be producing. She can be seen constantly fighting the urge to touch her breasts every time the aphrodisiacs are injected into to her body. As the week progresses her resolutions seem to vanish and needs to be stopped from touching her breast in several occasions or is constantly caught and forcefully stopped trying to moving her chest to make the necklace rub her breasts. Later on, the necklace is replaced for a breastplate equally colorful and adorned but extremely tight making her breast flatter and unable to move. She soon realizes not only that she can no longer stimulate her breast with it on but that now her breasts are completely hidden from view. As a result, she can be seen constantly crying and trying to rip the breastplate apart with no avail. She is constantly awake during the times she is supposed to be sleeping as she tries to touch her breast but can't seem to find them hidden under the breastplate. At the end of the week she remains on the bottom of her cage unable to move as the lack of food, sleep and sexual release takes a toll on her body, the breastplate is without feathers or other delicate adornments but still in a perfect position. <<else>> @@ -215,7 +215,7 @@ <<elseif ($activeSlave.sexualFlaw == "attention whore")>> She seems to enjoy all the attention she receives every time she tries to fight the impulse to touch herself as her body shows clear signs of arousal and takes special care in showing her body to the audience. She rejoices with the reactions of the citizens as they gasp and point while she shakes and moans. The first time the tea is offered to her she refuses it hoping to get a reaction of her crowd. As a way to keep her penance according to the suffering the goddess demands after the first night is over she is informed that due to her good behavior she has been granted the chance to finish her penance in private. She cries and begs to be left where she is. She is blindfolded and taken to a minuscule room nearby while cries and begs. Once inside she is left to herself, her only contact with another person is the slave appointed to her care who enters to administer the aphrodisiacs when required, when her ration of tea is left on the room or when she falls sleep and is required to be awake. Little does she know the room is filled with hidden cameras which are connected to a big screen installed where her cage was as the penance must be public. As the week goes by she is left to deal with the hunger, the lack of sleep and the constant need to release. By the end of the week she cannot stand up and remains on the bottom of the room, saving her strength and sobbing. <<elseif ($activeSlave.sexualFlaw == "self hating")>> - As week starts she tries to fulfill her duty, fighting the urge to touch herself and drinking just when she needs to, hoping that by following the rules the penance of such unworthy slave will be enough to please the goddess. As the week progresses her resolution reduces. She soon discovers how efficient a chastity belt could be when, once completely overpowered by her need of release she tries to touch herself, fearing the wrath of the goddess for her lack of strength. Her body shakes and twitches every time more often as the aphrodisiacs run through her body, blaming herself for not being able to keep control. Her pelvis thrusts every time the airs provides extra stimulation product the sexual frustration and tries to stop it by banging her head against the cage. She soon needs to be immobilized to avoid damage. As she lays on the cage she blames herself for her inability to fulfill her task. The lack of food has a toll on her too, as she often refuses to drink thinking the dehydration is well deserved. As a result of this, it is forced to drink several times a day which seems to infuriate her. By the end of the week she can hardly stand up as the lack of food and sleep keeps her weak. She remains on the bottom of the cage being fed by another slave when it is clear she that needs more liquid in her body and her hours of sleep are over. + As week starts she tries to fulfill her duty, fighting the urge to touch herself and drinking just when she needs to, hoping that by following the rules the penance of such unworthy slave will be enough to please the goddess. As the week progresses her resolution reduces. She soon discovers how efficient a chastity belt could be when, once completely overpowered by her need of release she tries to touch herself, fearing the wrath of the goddess for her lack of strength. Her body shakes and twitches every time more often as the aphrodisiacs run through her body, blaming herself for not being able to keep control. Her pelvis thrusts every time the airs provides extra stimulation product the sexual frustration and tries to stop it by banging her head against the cage. She soon needs to be immobilized to avoid damage. As she lays on the cage she blames herself for her inability to fulfill her task. The lack of food has a toll on her too, as she often refuses to drink thinking the dehydration is well deserved. As a result of this, it is forced to drink several times a day which seems to infuriate her. By the end of the week she can hardly stand up as the lack of food and sleep keeps her weak. She remains on the bottom of the cage being fed by another slave when it is clear she that needs more liquid in her body and her hours of sleep are over. <<else>> At first, she tries to fulfill her sacrifice the best she can, trying to maintain herself pure for the goddess. She submits to every instruction trying to hold as much as her body allows her, drinking as little as she can and sleeping only when she is told. Soon the aphrodisiacs make her resolutions dilute as she tries to touch herself to find release. It does not take her long to prove how efficient her chastity belt is. She cries and tries as much as she can but she is unable to cause any kind of pleasure. As time goes by she seems to shift her efforts on fighting to remove the chastity belt from her with no avail. Her body twitches and shakes every time more often as the aphrodisiacs hit her harder every time her dose is renewed. Later on, she tries to please any part of her body which is free to touch and needs to be restrained. Hunger and depravation of sleep take a toll on her body too and tries to drink as much as possible to fool the hunger she feels. The tea is rationed to be given only when need it and the sleep carefully monitored. By the end of the week she remains on the bottom of her cage trying to the little energy she has, only interrupted by the body spasms caused by the aphrodisiacs in her body followed by a soft moan. <</if>> @@ -232,9 +232,9 @@ <<elseif ($activeSlave.sexualFlaw == "attention whore")>> She seems to enjoy all the attention she receives every time she tries to find release as the citizens passing by scream at her for her lack of faith and takes special care in showing her body to the audience. She rejoices with the reactions of the citizens as they gasp and point while she shakes and moans. The first time the tea is offered to her she refuses it hoping to get a reaction out of the crowd. As a way to keep her penance in accordance to the suffering the goddess demands, after the first night is over she is informed that due to her good behavior she has been granted the chance to finish her penance in private. She curses and swears, fighting with all of her strength to be left where she is. She is taken out by forced and pinned to the floor to be immobilized. She is blindfolded and taken to a minuscule room nearby while she cries and tries to resist. Once inside she is left to herself, her only contact with another person is the slave appointed to her care who enters to administer the aphrodisiacs when required, when her ration of tea is left on the room or when she falls sleep and is required to be awake. Little does she know the room is filled with hidden cameras which are connected to a big screen installed where her cage was as the penance must be public. As the week goes by she is left to deal with the hunger, the lack of sleep and the constant need for release which she can no longer control. By the end of the week she cannot stand up and remains on the bottom of the room, saving her strength and sobbing. <<elseif ($activeSlave.sexualFlaw == "self hating")>> - As week starts she tries to fulfill her duty, fighting the urge to touch herself and drinking just when she needs to, hoping that by following the rules the penance of such an unworthy slave will be enough to please the goddess. As the week progresses her resolution reduces. She soon discovers how efficient a chastity belt could be when, once completely overpowered by her need of release she tried to touch herself fearing the wrath of the goddess for her lack of strength. Her body shakes and twitches more frequently as the aphrodisiacs run through her body. She blames herself for not being able to keep herself in control. Her pelvis thrusts every time the airs provides extra stimulation that produces sexual frustration and tries to stop it by banging her head against the cage's bars. She soon needs to be immobilized to avoid damage. As she lies down on the cage's floor she blames herself and hating her inability to fulfill her task. The lack of food has taken a toll on her too as she often refuses to drink thinking the dehydration is well deserved. As a result, she is forced to drink several times a day which seems to infuriate her. By the end of the week she can hardly stand up as the lack of food and sleep keeps her weak. She remains on the bottom of the cage fed by another slave when it is clear that she needs more liquids in her body and her hours of sleep are over. + As week starts she tries to fulfill her duty, fighting the urge to touch herself and drinking just when she needs to, hoping that by following the rules the penance of such an unworthy slave will be enough to please the goddess. As the week progresses her resolution reduces. She soon discovers how efficient a chastity belt could be when, once completely overpowered by her need of release she tried to touch herself fearing the wrath of the goddess for her lack of strength. Her body shakes and twitches more frequently as the aphrodisiacs run through her body. She blames herself for not being able to keep herself in control. Her pelvis thrusts every time the airs provides extra stimulation that produces sexual frustration and tries to stop it by banging her head against the cage's bars. She soon needs to be immobilized to avoid damage. As she lies down on the cage's floor she blames herself and hating her inability to fulfill her task. The lack of food has taken a toll on her too as she often refuses to drink thinking the dehydration is well deserved. As a result, she is forced to drink several times a day which seems to infuriate her. By the end of the week she can hardly stand up as the lack of food and sleep keeps her weak. She remains on the bottom of the cage fed by another slave when it is clear that she needs more liquids in her body and her hours of sleep are over. <<else>> - As she starts to feel the effect of the aphrodisiacs on her body a soft moan leaves her mouth. Soon her legs are shaking and her body is sweating. She tries to reach down there to relieve herself but she cannot do so. She tries to find a way to reach <<if $activeSlave.dick != 0>>her dick or her asshole<<else>>any hole<</if>> only to discover how efficient a chastity belt could be. She tries to reach harder, desperately trying to find any kind of release but she is unable. Soon all of her efforts seem focus on removing the chastity belt to no avail. After a few hours, she has finally given up and remains holding the bars of her cage, crying in despair, thrusting over and over again while desperately moaning. She begs for release to anyone who passes by and bursts into tears when she is blatantly ignored. She refuses to drink as her need to cum is stronger. As the week goes by her hunger increases and tries to drink as much of the tea she is provided to try to fool her stomach. As a result of this, the tea is only given to her when it is strictly necessary which seems to infuriate her. By the end of the week she can hardly stand up as the lack of food and sleep keeps her weak. She remains on the bottom of the cage fed by another slave when it is clear that she needs more liquids in her body and her hours of sleep are over. + As she starts to feel the effect of the aphrodisiacs on her body a soft moan leaves her mouth. Soon her legs are shaking and her body is sweating. She tries to reach down there to relieve herself but she cannot do so. She tries to find a way to reach <<if $activeSlave.dick != 0>>her dick or her asshole<<else>>any hole<</if>> only to discover how efficient a chastity belt could be. She tries to reach harder, desperately trying to find any kind of release but she is unable. Soon all of her efforts seem focus on removing the chastity belt to no avail. After a few hours, she has finally given up and remains holding the bars of her cage, crying in despair, thrusting over and over again while desperately moaning. She begs for release to anyone who passes by and bursts into tears when she is blatantly ignored. She refuses to drink as her need to cum is stronger. As the week goes by her hunger increases and tries to drink as much of the tea she is provided to try to fool her stomach. As a result of this, the tea is only given to her when it is strictly necessary which seems to infuriate her. By the end of the week she can hardly stand up as the lack of food and sleep keeps her weak. She remains on the bottom of the cage fed by another slave when it is clear that she needs more liquids in her body and her hours of sleep are over. <</if>> <</if>> diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw index 9998a3bed51f69c8d1605e42f4deb1cb2772ddfc..5fb5f03bc1a3c8451a697e9e04e4c14ff2bb7663 100644 --- a/src/uncategorized/arcologyDescription.tw +++ b/src/uncategorized/arcologyDescription.tw @@ -612,10 +612,10 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el <</if>> <<if ($arcologies[0].FSRomanRevivalistDecoration >= 80) && ($arcologies[0].FSRomanRevivalistSMR == 1)>> /% Begin: mod to remove mention of gladiators dying if inappropriate. %/ - <<if ($arcologies[0].FSPaternalist > 0)>> - <<elseif ($pitKillsTotal > 0)>> - Faintly, the sound of cheering can be heard as a slave dies in gladiatorial combat. - <</if>> + <<if ($arcologies[0].FSPaternalist > 0)>> + <<elseif ($pitKillsTotal > 0)>> + Faintly, the sound of cheering can be heard as a slave dies in gladiatorial combat. + <</if>> /% End: mod to remove mention of gladiators dying if inappropriate. %/ <<elseif $arcologies[0].FSAztecRevivalistDecoration >= 80>> The sound of prayer and chanting echoes across the space, briefly accompanied by a sacrifice's <<if $arcologies[0].FSPaternalistDecoration != "unset">>moaning<<else>>last scream<</if>> as the rite completes. diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw index 89c79df7c7a9c21bced79c0581eee725b2b75fe2..5a8458f4f0b776a2df79ca19ec9af0ae9a278434 100644 --- a/src/uncategorized/freeRangeDairyAssignmentScene.tw +++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw @@ -14,60 +14,63 @@ She rejoices since she is actually eager to be milked. <<if $dairySlaves > 1 && canSee($activeSlave)>> <br><br> While <<if canWalk($activeSlave) >>walking<<else>>being carried<</if>> to her designated stall, she passes the other cows currently at their milking machines. Not being hurried, she occasionally watches a cow in detail. - <<if $activeSlave.fetish == "boobs" >> - /* TODO: check if there actually are lactating cows at the dairy */ - <<set $aroused = true>> - <br> She cannot help but to feel aroused at the view of all those udders being thoroughly milked. - <<if $activeSlave.sexualFlaw == "breast growth" >> - She is already fantasizing of having her breasts expanded to ridiculous proportions - <<if $activeSlave.lactation > 0 >>so she can produce even more milk<</if>>. - <</if>> - <</if>> - <<if $activeSlave.fetish == "buttslut" && $dairyStimulatorsSetting == 1>> - <<set $aroused = true >> - <br> The automatic sodomizers are currently active. They are not running on an industrial setting, but on a gentler one. Every cow's anus is filled with a dildo attached on a mechanical arm. There is a wide range of sizes. Some dildos are small and provide expert stimulation for the sensitive areas. Other cows seem to prefer forearm-length horse-cocks for more intense stimulation. The automatic thrusting speeds vary, too. Some cows are currently asleep. Their respective stimulators are comfortably resting deeply buried in their behinds. Whenever a cow reaches climax, the sodomizers can thrust at ridiculous speeds. Good thing they provide not only nutrition, but lubrication, too. - The sight of all those lovely rear-ends relentlessly reamed arouses $activeSlave.slaveName. - <<if $activeSlave.sexualFlaw == "anal addict">> - She cannot wait to be sodomized, too. - <</if>> - <</if>> + <<if $activeSlave.fetish == "boobs" >> + /* TODO: check if there actually are lactating cows at the dairy */ + <<set $aroused = true>> + <br> She cannot help but to feel aroused at the view of all those udders being thoroughly milked. + <<if $activeSlave.sexualFlaw == "breast growth" >> + She is already fantasizing of having her breasts expanded to ridiculous proportions + <<if $activeSlave.lactation > 0 >> + so she can produce even more milk + <</if>> + . + <</if>> + <</if>> + <<if $activeSlave.fetish == "buttslut" && $dairyStimulatorsSetting == 1>> + <<set $aroused = true >> + <br> The automatic sodomizers are currently active. They are not running on an industrial setting, but on a gentler one. Every cow's anus is filled with a dildo attached on a mechanical arm. There is a wide range of sizes. Some dildos are small and provide expert stimulation for the sensitive areas. Other cows seem to prefer forearm-length horse-cocks for more intense stimulation. The automatic thrusting speeds vary, too. Some cows are currently asleep. Their respective stimulators are comfortably resting deeply buried in their behinds. Whenever a cow reaches climax, the sodomizers can thrust at ridiculous speeds. Good thing they provide not only nutrition, but lubrication, too. + The sight of all those lovely rear-ends relentlessly reamed arouses $activeSlave.slaveName. + <<if $activeSlave.sexualFlaw == "anal addict">> + She cannot wait to be sodomized, too. + <</if>> + <</if>> - <<for $i = 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].assignment == "work in the dairy" && $slaves[$i].ID != $activeSlave.ID && $slaves[$i].balls >= 10>> - <<set $aroused = true>> - <br> The hyper-endowed cum-cow $slaves[$i].slaveName is the pride of $dairyName. She is limply hanging on her milking chair, panting heavily because of the constant suction on her dick. She is obviously nearing climax. Soon, her eyes bulge and her muscles tense. - <<if $dairyStimulatorsSetting == 1>> + <<for $i = 0; $i < $slaves.length; $i++>> + <<if $slaves[$i].assignment == "work in the dairy" && $slaves[$i].ID != $activeSlave.ID && $slaves[$i].balls >= 10>> + <<set $aroused = true>> + <br> The hyper-endowed cum-cow $slaves[$i].slaveName is the pride of $dairyName. She is limply hanging on her milking chair, panting heavily because of the constant suction on her dick. She is obviously nearing climax. Soon, her eyes bulge and her muscles tense. + <<if $dairyStimulatorsSetting == 1>> <<if $slaves[$i].prostate != 0>> Her anus clenches around the dildo in her rear. The automatic sodomizer speeds up to give her prostate a helpful pounding. <<else>> She lacks a prostate, so the automatic sodomizer is forced to pound her mercilessly to make her cum. <</if>> - <<else>> + <<else>> Her butthole opens and closes. - <</if>> - Her cock twitches as it begins to unload. Inhumanly large amounts of semen spurt into the receptacle which encases her dick. Her orgasm does not seem to end for minutes. The milking machine keeps her cumming longer than naturally possible. Only primal moans escape her throat. - As her orgasm finally subsides, she slumps back, grinning in post-orgasmic bliss. - All things considered, $slaves[$i].slaveName seems to be very happy with being a cow. - <<if $slaves[$i].dickTat == "bovine patterns" >>Even her dick is tattooed to look like a bull's.<</if>> - <br>"Moo", she moans lustily, imitating a cow. - <<break>> - <</if>> - <</for>> + <</if>> + Her cock twitches as it begins to unload. Inhumanly large amounts of semen spurt into the receptacle which encases her dick. Her orgasm does not seem to end for minutes. The milking machine keeps her cumming longer than naturally possible. Only primal moans escape her throat. + As her orgasm finally subsides, she slumps back, grinning in post-orgasmic bliss. + All things considered, $slaves[$i].slaveName seems to be very happy with being a cow. + <<if $slaves[$i].dickTat == "bovine patterns" >>Even her dick is tattooed to look like a bull's.<</if>> + <br>"Moo", she moans lustily, imitating a cow. + <<break>> + <</if>> + <</for>> /* TODO: watch a specific cow, e.g. lover or relative or huge-titted */ <</if>> <<if $aroused == true >> <br> All this lewd display turns $activeSlave.slaveName on and she is almost overcome by lust. She realizes, she probably should not have taken so much interest in the other cows. - <<if $activeSlave.dick > 0 >> - She feels her blood rush into her <<if $activeSlave.dick > 8>>gargantuan<<elseif $activeSlave.dick > 6>>huge<<elseif $activeSlave.dick > 2>>fair-sized<<else>>small<</if>> dick. - <</if>> - <<if $activeSlave.vagina > -1 >> - Her pussy moistens. - <</if>> - <<if $activeSlave.lactation > 0>> - Her milk-dripping nipples stiffen. - <</if>> + <<if $activeSlave.dick > 0 >> + She feels her blood rush into her <<if $activeSlave.dick > 8>>gargantuan<<elseif $activeSlave.dick > 6>>huge<<elseif $activeSlave.dick > 2>>fair-sized<<else>>small<</if>> dick. + <</if>> + <<if $activeSlave.vagina > -1 >> + Her pussy moistens. + <</if>> + <<if $activeSlave.lactation > 0>> + Her milk-dripping nipples stiffen. + <</if>> <</if>> /* AROUSAL WHEN ENTERING END*/ <br><br> @@ -126,7 +129,7 @@ Eventually, $activeSlave.slaveName arrives at her designated milking stall. <</if>> <</if>> <<if _assayedSlaveAvailable == 1>> - Her _assayType _assayedSlave.slaveName is at the dairy, too. She is in the adjacent stall. The two of them are going to be milked right next to each other. + Her _assayType _assayedSlave.slaveName is at the dairy, too. She is in the adjacent stall. The two of them are going to be milked right next to each other. <</if>> The only "furniture" in the stall looks like a dentist's chair. It looks very medical, but it turns out to be quite comfortable actually. She <<if $activeSlave.devotion >90>>eagerly<<elseif $activeSlave.slaveName < 40>>hesitantly<</if>> gets into the chair. @@ -139,103 +142,105 @@ Your appointed milkmaid $Milkmaid.slaveName helps $activeSlave.slaveName with in Suction cups are attached to her nipples. <</if>> <<if $activeSlave.dick > 0>> - <<if $activeSlave.dick > 8>> - A huge receptacle is attached to her over-sized member. - <<elseif $activeSlave.dick > 6>> - A large cock-milker is attached to her huge dick. - <<elseif $activeSlave.dick > 2>> - A special cock-milker is attached to her dick. - <<else>> - A suction cup is attached to her small dicklet. Due to the embarrassingly small size of her penis, the very kind of cup is used that normally goes on nipples. - <</if>> + <<if $activeSlave.dick > 8>> + A huge receptacle is attached to her over-sized member. + <<elseif $activeSlave.dick > 6>> + A large cock-milker is attached to her huge dick. + <<elseif $activeSlave.dick > 2>> + A special cock-milker is attached to her dick. + <<else>> + A suction cup is attached to her small dicklet. Due to the embarrassingly small size of her penis, the very kind of cup is used that normally goes on nipples. + <</if>> <</if>> <br/> <<if $dairyFeedersSetting == 1>> Near the headrest of the chair, an artificial phallus is installed. The cow can easily reach it with her mouth. The phallus provides hydration and nutrition when sucked. The supplement consists of excess- or low-quality milk and cum from the dairy itself as well as aphrodisiacs and hormones enhancing lactation and semen production. - <<if $activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut">> - $activeSlave.slaveName eagerly shoves the artificial phallus into her mouth. She gives it an experimental suckle. To her joy, she soon is rewarded with a fresh spurt of semen-like nutrition supplement. Then she readjusts the holder to keep the phallus lodged in her mouth, effectively forcing herself to keep sucking the artificial dick. - <</if>> + <<if $activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut">> + $activeSlave.slaveName eagerly shoves the artificial phallus into her mouth. She gives it an experimental suckle. To her joy, she soon is rewarded with a fresh spurt of semen-like nutrition supplement. Then she readjusts the holder to keep the phallus lodged in her mouth, effectively forcing herself to keep sucking the artificial dick. + <</if>> <</if>> <br/> The milking chair comes with a small screen, providing mental stimulation for the cow. It is highly pornographic, of course. It also includes live-streams of close-ups from the cow's being milked or their orifices being penetrated. $activeSlave.slaveName selects her favorite program<<if !canSee($activeSlave)>> to listen to<</if>>. It features <<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">> - men + men <<else>> - women + women <</if>> <<if ($activeSlave.fetish == "submissive")>> - submitting to their sexual partners. + submitting to their sexual partners. <<elseif ($activeSlave.fetish == "cumslut")>> - sucking dick for all it's worth. - <<if $dairyFeedersSetting == 1 >> - The dairy feeders ejaculations are synced with the events in the video. $activeSlave.slaveName receives a load of cum-like nutrition every time a dick shoots. It really draws her into the pornography. - <</if>> + sucking dick for all it's worth. + <<if $dairyFeedersSetting == 1 >> + The dairy feeders ejaculations are synced with the events in the video. $activeSlave.slaveName receives a load of cum-like nutrition every time a dick shoots. It really draws her into the pornography. + <</if>> <<elseif ($activeSlave.fetish == "humiliation")>> - being humiliated. + being humiliated. <<elseif ($activeSlave.fetish == "buttslut")>> - being fucked in the ass. - <<if $dairyStimulatorsSetting == 1>> - The dairy stimulators are synced to the videos. The automatic sodomizers thrust in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was her being fucked in the videos all over. - <</if>> + being fucked in the ass. + <<if $dairyStimulatorsSetting == 1>> + The dairy stimulators are synced to the videos. The automatic sodomizers thrust in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was her being fucked in the videos all over. + <</if>> <<elseif ($activeSlave.fetish == "dom")>> - dominating their sexual partners. + dominating their sexual partners. <<elseif ($activeSlave.fetish == "masochist")>> - being flogged. + being flogged. <<elseif ($activeSlave.fetish == "sadist")>> - abusing their sexual partners. + abusing their sexual partners. <<elseif ($activeSlave.fetish == "pregnancy")>> - <<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">> + <<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">> being fucked while pregnant. - <<else>> + <<else>> fucking pregnant women. - <</if>> + <</if>> <<else>> - engaging in vanilla intercourse. + engaging in vanilla intercourse. <</if>> <br><br> Sexual stimulation increases product output. <<if $Milkmaid == 0 && $dairyStimulatorsSetting == 0>> -Unfortunately, there is neither a milkmaid providing personal assistance nor automatic sodomizers installed in your dairy.<br/> + Unfortunately, there is neither a milkmaid providing personal assistance nor automatic sodomizers installed in your dairy.<br/> <<else>> - <<if $Milkmaid != 0>> - Your milkmaid $Milkmaid.slaveName is working in the dairy. Whenever a cow needs her assistance, she is happy to help. - <<if $Milkmaid.dick > 1 && canAchieveErection($Milkmaid)>> - Most often, she uses her cock to penetrate the cows. - <<else>> - Lacking penile equipment of appropriate size, she relies on her tongue to stimulate the cow's sexual organs. - <</if>> - She is quite skilled in giving mammary massages, too. - <br/> - <</if>> - <<if $dairyStimulatorsSetting > 0>> - Automated sodomizers help the cows produce by penetrating their anuses. The milking chairs built-in sensors measure $activeSlave.slaveName's anal capacity. - <<if $activeSlave.anus == 0 >> - The machine detects an unused rear-end. In order to protect the her anal virginity, the automatic sodomizer stays inactive. - <<else>> - In order to provide adequate stimulation for her - <<if $activeSlave.anus > 3>> - gaping anus, the automatic sodomizer is equipped with a gigantic horse-like phallus. It wobbles menacingly. - <<elseif $activeSlave.anus > 2>> - well-used rear-end, the automatic sodomizer is equipped with a large phallus. It is nicely ribbed for extra stimulation. - <<else>> - anus, the automatic sodomizer is equipped with a fair-sized silicone phallus. - <</if>> - Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's behind. - <<if $activeSlave.fetish == "buttslut" || $activeSlave.sexualFlaw == "anal addict">> - She shudders with joy. - <</if>> - Soon, the automatic sodomizer pumps the dildo in and out of her butt-hole. - <<if ($activeSlave.balls > 0) && ($activeSlave.scrotum > 0)>> - Her <<if $activeSlave.balls > 5 >>massive<</if>> balls swing back and forth. - <</if>> - <<if $activeSlave.dick > 0 >> - <<if $activeSlave.prostate != 0>>The dildo stimulates her prostate perfectly. Pre-cum begins to leak from her cock.<</if>> - /* TODO: the next lines feel non-canon */ - The milking machine remains at this setting for longer than normal. Pre-cum is considered a delicacy and is harvested as much as possible before having a negative impact on cum production. - <</if>> - <</if>> - <br> - <</if>> + <<if $Milkmaid != 0>> + Your milkmaid $Milkmaid.slaveName is working in the dairy. Whenever a cow needs her assistance, she is happy to help. + <<if $Milkmaid.dick > 1 && canAchieveErection($Milkmaid)>> + Most often, she uses her cock to penetrate the cows. + <<else>> + Lacking penile equipment of appropriate size, she relies on her tongue to stimulate the cow's sexual organs. + <</if>> + She is quite skilled in giving mammary massages, too. + <br/> + <</if>> + <<if $dairyStimulatorsSetting > 0>> + Automated sodomizers help the cows produce by penetrating their anuses. The milking chairs built-in sensors measure $activeSlave.slaveName's anal capacity. + <<if $activeSlave.anus == 0 >> + The machine detects an unused rear-end. In order to protect the her anal virginity, the automatic sodomizer stays inactive. + <<else>> + In order to provide adequate stimulation for her + <<if $activeSlave.anus > 3>> + gaping anus, the automatic sodomizer is equipped with a gigantic horse-like phallus. It wobbles menacingly. + <<elseif $activeSlave.anus > 2>> + well-used rear-end, the automatic sodomizer is equipped with a large phallus. It is nicely ribbed for extra stimulation. + <<else>> + anus, the automatic sodomizer is equipped with a fair-sized silicone phallus. + <</if>> + Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's behind. + <<if $activeSlave.fetish == "buttslut" || $activeSlave.sexualFlaw == "anal addict">> + She shudders with joy. + <</if>> + Soon, the automatic sodomizer pumps the dildo in and out of her butt-hole. + <<if ($activeSlave.balls > 0) && ($activeSlave.scrotum > 0)>> + Her <<if $activeSlave.balls > 5 >>massive<</if>> balls swing back and forth. + <</if>> + <<if $activeSlave.dick > 0 >> + <<if $activeSlave.prostate != 0>> + The dildo stimulates her prostate perfectly. Pre-cum begins to leak from her cock. + <</if>> + /* TODO: the next lines feel non-canon */ + The milking machine remains at this setting for longer than normal. Pre-cum is considered a delicacy and is harvested as much as possible before having a negative impact on cum production. + <</if>> + <</if>> + <br> + <</if>> <</if>> /* GETTING IN END */ <br> diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw index 1dd34696d13ac29b2084351bc146b8a06e77f7f0..605e7889279875184c4c387039ea1db2819ba551 100644 --- a/src/uncategorized/neighborsFSAdoption.tw +++ b/src/uncategorized/neighborsFSAdoption.tw @@ -789,180 +789,180 @@ societal development. <<for $j = 0; $j < $arcologies.length; $j++>> <<if $arcologies[$i].direction != $arcologies[$j].direction>> - <<set $influenceBonus = 0>> - <<if $arcologies[$i].direction == $arcologies[$j].influenceTarget>> - $arcologies[$j].name's directed cultural influence gives it some input $arcologies[$i].name's choice of direction. - <<set $influenceBonus = 20>> - <</if>> - - <<set $activeArcology = $arcologies[$i]>> - <<set $targetArcology = $arcologies[$j]>> + <<set $influenceBonus = 0>> + <<if $arcologies[$i].direction == $arcologies[$j].influenceTarget>> + $arcologies[$j].name's directed cultural influence gives it some input $arcologies[$i].name's choice of direction. + <<set $influenceBonus = 20>> + <</if>> - <<include "Arcology Opinion">> - <<if $opinion >= 50>> - $arcologies[$i].name is aligned with $arcologies[$j].name socially, encouraging it to consider adopting all its cultural values. - <<set $influenceBonus += $opinion-50>> - <<elseif $opinion <= -50>> - $arcologies[$i].name is culturally opposed to $arcologies[$j].name, encouraging it to resist adopting its cultural values. - <<set $influenceBonus += $opinion+50>> - <</if>> + <<set $activeArcology = $arcologies[$i]>> + <<set $targetArcology = $arcologies[$j]>> - <<if ($arcologies[$i].FSSubjugationist == "unset")>> - <<if ($arcologies[$i].FSSupremacist == "unset") || ($arcologies[$i].FSSupremacistRace != $arcologies[$j].FSSubjugationistRace)>> - <<if $arcologies[$j].FSSubjugationist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts $arcologies[$j].FSSubjugationistRace Subjugation@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>> - <<set $arcologies[$i].FSSubjugationistRace = $arcologies[$j].FSSubjugationistRace>> - <<break>> - <</if>> - <</if>> - <</if>> - <<if ($arcologies[$i].FSSupremacist == "unset")>> - <<if ($arcologies[$i].FSSubjugationist == "unset") || ($arcologies[$i].FSSubjugationistRace != $arcologies[$j].FSSupremacistRace)>> - <<if $arcologies[$j].FSSupremacist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts $arcologies[$j].FSSupremacistRace Supremacy@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>> - <<set $arcologies[$i].FSSupremacistRace = $arcologies[$j].FSSupremacistRace>> - <<break>> - <</if>> - <</if>> - <</if>> - <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>> - <<if $arcologies[$j].FSRepopulationFocus > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Repopulation@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <<if $arcologies[$j].FSRestart > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Eugenics@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <</if>> - <<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>> - <<if $arcologies[$j].FSGenderRadicalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Gender Radicalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <<if $arcologies[$j].FSGenderFundamentalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Gender Fundamentalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <</if>> - <<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>> - <<if $arcologies[$j].FSPaternalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Paternalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <<if $arcologies[$j].FSDegradationist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Degradationism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <</if>> - <<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>> - <<if $arcologies[$j].FSBodyPurist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Body Purism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <<if $arcologies[$j].FSTransformationFetishist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Transformation Fetishism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <</if>> - <<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>> - <<if $arcologies[$j].FSYouthPreferentialist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Youth Preferentialism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <<if $arcologies[$j].FSMaturityPreferentialist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Maturity Preferentialism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>> - <<break>> - <</if>> - <</if>> - <<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>> - <<if $arcologies[$j].FSSlimnessEnthusiast > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Slimness Enthusiasm@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>> - <<break>> + <<include "Arcology Opinion">> + <<if $opinion >= 50>> + $arcologies[$i].name is aligned with $arcologies[$j].name socially, encouraging it to consider adopting all its cultural values. + <<set $influenceBonus += $opinion-50>> + <<elseif $opinion <= -50>> + $arcologies[$i].name is culturally opposed to $arcologies[$j].name, encouraging it to resist adopting its cultural values. + <<set $influenceBonus += $opinion+50>> <</if>> - <<if $arcologies[$j].FSAssetExpansionist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Asset Expansionism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>> - <<break>> + + <<if ($arcologies[$i].FSSubjugationist == "unset")>> + <<if ($arcologies[$i].FSSupremacist == "unset") || ($arcologies[$i].FSSupremacistRace != $arcologies[$j].FSSubjugationistRace)>> + <<if $arcologies[$j].FSSubjugationist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts $arcologies[$j].FSSubjugationistRace Subjugation@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>> + <<set $arcologies[$i].FSSubjugationistRace = $arcologies[$j].FSSubjugationistRace>> + <<break>> + <</if>> + <</if>> <</if>> - <</if>> - <<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>> - <<if $arcologies[$j].FSPastoralist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Pastoralism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSSupremacist == "unset")>> + <<if ($arcologies[$i].FSSubjugationist == "unset") || ($arcologies[$i].FSSubjugationistRace != $arcologies[$j].FSSupremacistRace)>> + <<if $arcologies[$j].FSSupremacist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts $arcologies[$j].FSSupremacistRace Supremacy@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>> + <<set $arcologies[$i].FSSupremacistRace = $arcologies[$j].FSSupremacistRace>> + <<break>> + <</if>> + <</if>> <</if>> - <<if $arcologies[$j].FSCummunism > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Cummunism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSCummunism = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>> + <<if $arcologies[$j].FSRepopulationFocus > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Repopulation@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSRestart > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Eugenics@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <</if>> - <<if ($arcologies[$i].FSHedonisticDecadence == "unset") && ($arcologies[$i].FSPhysicalIdealist == "unset")>> - <<if $arcologies[$j].FSHedonisticDecadence > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Decadent Hedonism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSHedonisticDecadence = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>> + <<if $arcologies[$j].FSGenderRadicalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Gender Radicalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSGenderFundamentalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Gender Fundamentalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <<if $arcologies[$j].FSPhysicalIdealist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Physical Idealism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>> + <<if $arcologies[$j].FSPaternalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Paternalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSDegradationist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Degradationism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <</if>> - <<if ($arcologies[$i].FSChattelReligionist == "unset") && ($arcologies[$i].FSNull == "unset")>> - <<if $arcologies[$j].FSChattelReligionist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Chattel Religionism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>> + <<if $arcologies[$j].FSBodyPurist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Body Purism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSTransformationFetishist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Transformation Fetishism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <</if>> - <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> - <<if $arcologies[$j].FSRomanRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Roman Revivalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>> + <<if $arcologies[$j].FSYouthPreferentialist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Youth Preferentialism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSMaturityPreferentialist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Maturity Preferentialism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <<if $arcologies[$j].FSAztecRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Aztec Revivalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSAztecRevivalist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>> + <<if $arcologies[$j].FSSlimnessEnthusiast > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Slimness Enthusiasm@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSAssetExpansionist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Asset Expansionism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <<if $arcologies[$j].FSEgyptianRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Egyptian Revivalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>> + <<if $arcologies[$j].FSPastoralist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Pastoralism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSCummunism > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Cummunism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSCummunism = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <<if $arcologies[$j].FSEdoRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Edo Revivalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSHedonisticDecadence == "unset") && ($arcologies[$i].FSPhysicalIdealist == "unset")>> + <<if $arcologies[$j].FSHedonisticDecadence > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Decadent Hedonism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSHedonisticDecadence = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSPhysicalIdealist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Physical Idealism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <<if $arcologies[$j].FSArabianRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Arabian Revivalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSChattelReligionist == "unset") && ($arcologies[$i].FSNull == "unset")>> + <<if $arcologies[$j].FSChattelReligionist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Chattel Religionism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> - <<if $arcologies[$j].FSChineseRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> - It @@.yellow;adopts Chinese Revivalism@@ due to influence from its trading partner $arcologies[$j].name. - <<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>> - <<break>> + <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> + <<if $arcologies[$j].FSRomanRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Roman Revivalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSAztecRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Aztec Revivalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSAztecRevivalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSEgyptianRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Egyptian Revivalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSEdoRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Edo Revivalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSArabianRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Arabian Revivalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> + <<if $arcologies[$j].FSChineseRevivalist > random(0,200)+($adopted*100)-$influenceBonus>> + It @@.yellow;adopts Chinese Revivalism@@ due to influence from its trading partner $arcologies[$j].name. + <<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>> + <<break>> + <</if>> <</if>> <</if>> - <</if>> <</for>> /* RANDOM ADOPTION*/ @@ -989,140 +989,140 @@ societal development. <<case 1>> <<set $seed = either("white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race")>> <<if ($arcologies[$i].FSSubjugationist == "unset")>> - <<if ($arcologies[$i].FSSupremacist == "unset") || ($seed != $arcologies[$i].FSSupremacistRace)>> - $desc preoccupied by a racial animus towards $seed people, leading the arcology to @@.yellow;adopt $seed Subjugation.@@ - <<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>> - <<set $arcologies[$i].FSSubjugationistRace = $seed>> - <</if>> + <<if ($arcologies[$i].FSSupremacist == "unset") || ($seed != $arcologies[$i].FSSupremacistRace)>> + $desc preoccupied by a racial animus towards $seed people, leading the arcology to @@.yellow;adopt $seed Subjugation.@@ + <<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>> + <<set $arcologies[$i].FSSubjugationistRace = $seed>> + <</if>> <</if>> <<case 2>> <<set $seed = either("white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race")>> <<if ($arcologies[$i].FSSupremacist == "unset")>> - <<if ($arcologies[$i].FSSubjugationist == "unset") || ($seed != $arcologies[$i].FSSubjugationistRace)>> - $desc preoccupied by belief in the superiority of the $seed race, leading the arcology to @@.yellow;adopt $seed Supremacy.@@ - <<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>> - <<set $arcologies[$i].FSSupremacistRace = $seed>> - <</if>> + <<if ($arcologies[$i].FSSubjugationist == "unset") || ($seed != $arcologies[$i].FSSubjugationistRace)>> + $desc preoccupied by belief in the superiority of the $seed race, leading the arcology to @@.yellow;adopt $seed Supremacy.@@ + <<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>> + <<set $arcologies[$i].FSSupremacistRace = $seed>> + <</if>> <</if>> <<case 3>> <<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>> - $desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@ - <<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>> + $desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@ + <<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>> <</if>> <<case 4>> <<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>> - $desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@ - <<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>> + $desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@ + <<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>> <</if>> <<case 5>> <<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>> - $desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@ - <<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>> + $desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@ + <<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>> <</if>> <<case 6>> <<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>> - $desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@ - <<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>> + $desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@ + <<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>> <</if>> <<case 7>> <<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>> - $desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@ - <<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>> + $desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@ + <<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>> <</if>> <<case 8>> <<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>> - $desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@ - <<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>> + $desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@ + <<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>> <</if>> <<case 9>> <<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>> - $desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@ - <<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>> + $desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@ + <<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>> <</if>> <<case 10>> <<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>> - $desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@ - <<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>> + $desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@ + <<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>> <</if>> <<case 11>> <<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>> - $desc loves a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@ - <<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>> + $desc loves a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@ + <<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>> <</if>> <<case 12>> <<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>> - $desc loves boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@ - <<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>> + $desc loves boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@ + <<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>> <</if>> <<case 13>> <<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FScummunism == "unset")>> - $desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@ - <<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>> + $desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@ + <<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>> <</if>> <<case 14>> <<if ($arcologies[$i].FSPhysicalIdealist == "unset") && ($arcologies[$i].FSHedonisticDecadence == "unset")>> - $desc pretty devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@ - <<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>> + $desc pretty devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@ + <<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>> <</if>> <<case 15>> <<if ($arcologies[$i].FSChattelReligionist == "unset")>> - $desc is devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@ - <<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>> + $desc is devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@ + <<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>> <</if>> <<case 16>> <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> - $desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@ - <<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>> + $desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@ + <<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>> <</if>> <<case 17>> <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> - $desc fascinated by ancient Aztec history, leading the arcology to @@.yellow;adopt Aztec Revivalism.@@ - <<set $arcologies[$i].FSAztecRevivalist = 5>><<set $adopted = 1>> + $desc fascinated by ancient Aztec history, leading the arcology to @@.yellow;adopt Aztec Revivalism.@@ + <<set $arcologies[$i].FSAztecRevivalist = 5>><<set $adopted = 1>> <</if>> <<case 18>> <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> - $desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@ - <<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>> + $desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@ + <<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>> <</if>> <<case 19>> <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> - $desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@ - <<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>> + $desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@ + <<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>> <</if>> <<case 20>> <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> - $desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@ - <<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>> + $desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@ + <<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>> <</if>> <<case 21>> <<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>> - $desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@ - <<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>> + $desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@ + <<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>> <</if>> <<case 22>> - <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>> - $desc concerned for the future, and partial to watching bellies swell, leading the arcology to @@.yellow;adopt Repopulation Efforts.@@ - <<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>> - <</if>> + <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>> + $desc concerned for the future, and partial to watching bellies swell, leading the arcology to @@.yellow;adopt Repopulation Efforts.@@ + <<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>> + <</if>> <<case 23>> - <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>> - $desc concerned for the future, and believing their elite could do a better job, leading the arcology to @@.yellow;adopt Eugenics.@@ - <<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>> - <</if>> + <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>> + $desc concerned for the future, and believing their elite could do a better job, leading the arcology to @@.yellow;adopt Eugenics.@@ + <<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>> + <</if>> <<case 24>> <<if ($arcologies[$i].FSPhysicalIdealist == "unset") && ($arcologies[$i].FSHedonisticDecadence == "unset")>> - $desc obsessed with indulging their every desire, leading the arcology to @@.yellow;adopt Decadent Hedonism.@@ - <<set $arcologies[$i].FSHedonisticDecadence = 5>><<set $adopted = 1>> + $desc obsessed with indulging their every desire, leading the arcology to @@.yellow;adopt Decadent Hedonism.@@ + <<set $arcologies[$i].FSHedonisticDecadence = 5>><<set $adopted = 1>> <</if>> <<case 25>> <<if ($arcologies[$i].FSCummunism == "unset") && ($arcologies[$i].FSPastoralist == "unset")>> - $desc obsessed with cum, leading the arcology to @@.yellow;adopt Cummunism.@@ - <<set $arcologies[$i].FSCummunism = 5>><<set $adopted = 1>> + $desc obsessed with cum, leading the arcology to @@.yellow;adopt Cummunism.@@ + <<set $arcologies[$i].FSCummunism = 5>><<set $adopted = 1>> <</if>> <<case 26>> <<if ($arcologies[$i].FSIncestFetishist == "unset")>> - $desc obsessed with their relatives, leading the arcology to @@.yellow;adopt Incest Fetishism.@@ - <<set $arcologies[$i].FSIncestFetishist = 5>><<set $adopted = 1>> + $desc obsessed with their relatives, leading the arcology to @@.yellow;adopt Incest Fetishism.@@ + <<set $arcologies[$i].FSIncestFetishist = 5>><<set $adopted = 1>> <</if>> <</switch>> <</if>> diff --git a/src/uncategorized/reStandardPunishment.tw b/src/uncategorized/reStandardPunishment.tw index 117b28a7580e57217e3971edd5425e49ff270895..a6f26c65eb8f4cb39f887c5313472fdf698a6cf5 100644 --- a/src/uncategorized/reStandardPunishment.tw +++ b/src/uncategorized/reStandardPunishment.tw @@ -7,9 +7,9 @@ /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><<SlaveArt $activeSlave 2 0>></div> + <div class="imageRef lrgVector"><<SlaveArt $activeSlave 2 0>></div> <<else>> - <div class="imageRef lrgRender"><<SlaveArt $activeSlave 2 0>></div> + <div class="imageRef lrgRender"><<SlaveArt $activeSlave 2 0>></div> <</if>> <</if>> /* 000-250-006 */