diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 672a850ab11d1922ebb35bcae96721b3e88f3a22..e7adba07fdf30e2e184ca3d697f178e4faa55202 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -4246,7 +4246,6 @@ window.FSChange = function FSChange(FS, magnitude, bonus_multiplier) { return errorMessage; }; -/* Currently unused, widget version routes directly through FSChange() */ window.FSChangePorn = function FSChangePorn(FS, magnitude) { return FSChange(FS, magnitude, State.variables.pornFameBonus); }; diff --git a/src/facilities/nursery/nurseryReport.tw b/src/facilities/nursery/nurseryReport.tw index 2d4d2ebbd331770c3dd5b04d97202476127dc391..4833d24b5dea0525eb6c51b17f864ad57b6f0d2c 100644 --- a/src/facilities/nursery/nurseryReport.tw +++ b/src/facilities/nursery/nurseryReport.tw @@ -215,12 +215,20 @@ <br> Since she doesn't have enough children to occupy all her time, the nursery takes in citizens' children on a contract basis and she cares for them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@ <<if ($arcologies[0].FSRepopulationFocus > 0) && (_DL == 0)>> Society @@.green;loves@@ the way you are raising more children for $arcologies[0].name. - <<FSChange "Repopulationist" 2>> + <<= FSChange ("Repopulationist", 2)>> <</if>> <</if>> <<if (_DL > 0)>><br><br><</if>> <</if>> +<<if (_DL > 0)>> + ''<<if (_DL > 1)>>There are _DL slaves<<else>>There is one slave<</if>> resting and recuperating in the nursery.'' + <<if ($arcologies[0].FSHedonisticDecadence > 0) && (_DL == 0)>> + Society @@.green;approves@@ of your slaves being pampered this way, greatly advancing your laid back culture. + <<= FSChange("Hedonism", 1)>> + <</if>> +<</if>> + <<if $Matron != 0>> <<set $i = _FLs>> /* apply following SA passages to facility leader */ <<if $showEWD != 0>> diff --git a/src/js/utilJS.tw b/src/js/utilJS.tw index c8735c4b52d8f2a7fafea47c1d47840377cd1915..c96f709dd8746484b1fcda06e7c555903c23a337 100644 --- a/src/js/utilJS.tw +++ b/src/js/utilJS.tw @@ -1030,7 +1030,6 @@ window.FSChange = function FSChange(FS, magnitude, bonus_multiplier) { return errorMessage; }; -/* Currently unused, widget version routes directly through FSChange() */ window.FSChangePorn = function FSChangePorn(FS, magnitude) { return FSChange(FS, magnitude, State.variables.pornFameBonus); }; diff --git a/src/pregmod/analyzePlayerPregnancy.tw b/src/pregmod/analyzePlayerPregnancy.tw index a14ef261b69424c7f8f016ff4e3cc90be7821f43..57162158b7060b0fc1cf965a1c4533fdc7d63c89 100644 --- a/src/pregmod/analyzePlayerPregnancy.tw +++ b/src/pregmod/analyzePlayerPregnancy.tw @@ -68,60 +68,6 @@ <<capture _ap>> <br> Ova: $PC.womb[_ap].genetics.name - <br> - Gender: $PC.womb[_ap].genetics.gender - <br> - Father ID: $PC.womb[_ap].genetics.father - <br> - Father Name: $PC.womb[_ap].genetics.fatherName - <br> - Mother ID: $PC.womb[_ap].genetics.mother - <br> - Mother Name: $PC.womb[_ap].genetics.motherName - <br> - Nationality: $PC.womb[_ap].genetics.nationality - <br> - Race: $PC.womb[_ap].genetics.race - <br> - Skin tone: $PC.womb[_ap].genetics.skin - <br> - Intelligence index: $PC.womb[_ap].genetics.intelligence out of 100 - <br> - Face index: $PC.womb[_ap].genetics.face out of 100 - <br> - Eye Color: $PC.womb[_ap].genetics.eyeColor - <br> - Hair Color: $PC.womb[_ap].genetics.hColor - <<if $PC.womb[_ap].genetics.underArmHStyle == "hairless" && $PC.womb[_ap].genetics.pubicHStyle == "hairless">> - <br> - Body hair: none - <<elseif $PC.womb[_ap].genetics.underArmHStyle == "hairless">> - <br> - Body hair: lacks underarm hair - <<elseif $PC.womb[_ap].genetics.pubicHStyle == "hairless">> - <br> - Body hair: lacks pubic hair - <</if>> - <<if $PC.womb[_ap].genetics.markings == "freckles" || $PC.womb[_ap].genetics.markings == "heavily freckled">> - <br> - Markings: $PC.womb[_ap].genetics.markings - <</if>> - <br><br> - - Underarm Hair Style: $PC.womb[_ap].genetics.underArmHStyle - <br> - Pubic Hair Style: $PC.womb[_ap].genetics.pubicHStyle - <br> - Markings: $PC.womb[_ap].genetics.markings - <br> - Sexual Flaw: $PC.womb[_ap].genetics.sexualFlaw - <br> - Behavioral Flaw: $PC.womb[_ap].genetics.behavioralFlaw - <br> - Fetish: $PC.womb[_ap].genetics.fetish - <br><br> - - Reserved: $PC.womb[_ap].reserve <<if $geneticMappingUpgrade == 1>> <br> diff --git a/src/pregmod/analyzePregnancy.tw b/src/pregmod/analyzePregnancy.tw index 5c4e43145216e6fa142c6133bf8d69e4bfea2d36..d0f940a4b1e9ac5d2dfb446297b7788eb81ae1b5 100644 --- a/src/pregmod/analyzePregnancy.tw +++ b/src/pregmod/analyzePregnancy.tw @@ -72,60 +72,6 @@ <<capture _ap>> <br> Ova: $activeSlave.womb[_ap].genetics.name - <br> - Gender: $activeSlave.womb[_ap].genetics.gender - <br> - Father ID: $activeSlave.womb[_ap].genetics.father - <br> - Father Name: $activeSlave.womb[_ap].genetics.fatherName - <br> - Mother ID: $activeSlave.womb[_ap].genetics.mother - <br> - Mother Name: $activeSlave.womb[_ap].genetics.motherName - <br> - Nationality: $activeSlave.womb[_ap].genetics.nationality - <br> - Race: $activeSlave.womb[_ap].genetics.race - <br> - Skin tone: $activeSlave.womb[_ap].genetics.skin - <br> - Intelligence index: $activeSlave.womb[_ap].genetics.intelligence out of 100 - <br> - Face index: $activeSlave.womb[_ap].genetics.face out of 100 - <br> - Eye Color: $activeSlave.womb[_ap].genetics.eyeColor - <br> - Hair Color: $activeSlave.womb[_ap].genetics.hColor - <<if $activeSlave.womb[_ap].genetics.underArmHStyle == "hairless" && $activeSlave.womb[_ap].genetics.pubicHStyle == "hairless">> - <br> - Body hair: none - <<elseif $activeSlave.womb[_ap].genetics.underArmHStyle == "hairless">> - <br> - Body hair: lacks underarm hair - <<elseif $activeSlave.womb[_ap].genetics.pubicHStyle == "hairless">> - <br> - Body hair: lacks pubic hair - <</if>> - <<if $activeSlave.womb[_ap].genetics.markings == "freckles" || $activeSlave.womb[_ap].genetics.markings == "heavily freckled">> - <br> - Markings: $activeSlave.womb[_ap].genetics.markings - <</if>> - <br><br> - - Underarm Hair Style: $activeSlave.womb[_ap].genetics.underArmHStyle - <br> - Pubic Hair Style: $activeSlave.womb[_ap].genetics.pubicHStyle - <br> - Markings: $activeSlave.womb[_ap].genetics.markings - <br> - Sexual Flaw: $activeSlave.womb[_ap].genetics.sexualFlaw - <br> - Behavioral Flaw: $activeSlave.womb[_ap].genetics.behavioralFlaw - <br> - Fetish: $activeSlave.womb[_ap].genetics.fetish - <br><br> - - Reserved: $activeSlave.womb[_ap].reserve <<if $geneticMappingUpgrade == 1>> <br> diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index ddd6ff25aba00838f564c016372ceef706100cf0..5efa7558490cd53d6db8a36f1157d0aa6a02c2c4 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -641,10 +641,10 @@ You slowly strip down, gauging $his reactions to your show, until you are fully You drag $him to the body modification studio and strap $him down with $his $brandTarget clear and defenseless. $He doesn't understand what's on, becoming even more confused as disinfectant is applied to $his $brandTarget. $He can't see the approaching brand, but eventually $he feels the radiated heat on $his skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If $he trusted you at all before, @@.mediumorchid;$he doesn't now,@@ and $he's got the @@.gold;agonizing@@ @@.red;injury@@ to remind $him should $he start to forget. <<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>> Society @@.green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved. - <<FSChange "Subjugationist" 2>> + <<= FSChange("Subjugationist", 2)>> <<elseif ($arcologies[0].FSSupremacistRace == $activeSlave.race) && ($arcologies[0].FSSupremacist > 0)>> Society @@.red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior. - <<FSChange "Supremacist" -2>> + <<= FSChange("Supremacist", -2)>> <</if>> <</replace>> <</link>> @@ -667,7 +667,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<set $failedElite -= 5>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> Society @@.green;approves@@ of your promptly putting a new slave in $him; this advances the idea that all slaves should bear their masters' babies. - <<FSChange "GenderFundamentalist" 2>> + <<= FSChange("GenderFundamentalist", 2)>> <</if>> <<set $activeSlave.preg = 1>> <<set $activeSlave.pregType = setPregType($activeSlave)>> @@ -831,11 +831,11 @@ As $he begins to moan with lust, you grip down tightly and force $him to the flo Righting yourself, you grab the gloating slave, drag $him to the autosurgery and strap $his face down with $his legs spread. $He doesn't understand what's happening, but giggles at the sensations running through $his numb body. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He spends the rest of the week dimly trying to find where $his balls went. <<if $arcologies[0].FSGenderRadicalist != "unset">> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all societal inferiors can be made female. - <<FSChange "GenderRadicalist" 2>> + <<= FSChange("GenderRadicalist", 2)>> <</if>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all only the elite should breed. - <<FSChange "Eugenics" 2>> + <<= FSChange("Eugenics", 2)>> <</if>> <<set $activeSlave.devotion -= 25>> <<set $activeSlave.trust -= 50>> @@ -891,11 +891,11 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ Righting yourself, you grab the cowering slave, drag $him to the autosurgery and strap $his face down with $his legs spread. $He doesn't understand what's happening, but giggles at the sensations running through $his numb body. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He spends the rest of the week dimly trying to find where $his balls went. <<if $arcologies[0].FSGenderRadicalist != "unset">> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all societal inferiors can be made female. - <<FSChange "GenderRadicalist" 2>> + <<= FSChange("GenderRadicalist", 2)>> <</if>> <<if $arcologies[0].FSRestart != "unset">> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all only the elite should breed. - <<FSChange "Eugenics" 2>> + <<= FSChange("Eugenics", 2)>> <</if>> <<set $activeSlave.devotion -= 25>> <<set $activeSlave.trust -= 50>> @@ -965,7 +965,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ Since $he came out of the tank rather unhealthy, you give $him a comprehensive medical exam with the help of the remote surgery. You apply care to @@.green;address@@ some of the most outstanding concerns. After the checkup, $he happily @@.mediumaquamarine;expresses $his thanks@@ for making $him feel better. <<if $arcologies[0].FSPaternalist != "unset">> Society @@.green;approves@@ of your promptly seeing to your stock's health; this advances the idea that all slave owners should look after their slaves. - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <</if>> <</replace>> <</link>> @@ -982,11 +982,11 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ You escort $him to the remote surgery and strap $his face down with $his legs spread. $He doesn't understand what's happening, but giggles at the sensations running through $his numb body. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He spends the rest of the week dimly trying to find where $his balls went. <<if $arcologies[0].FSGenderRadicalist != "unset">> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all societal inferiors can be made female. - <<FSChange "GenderRadicalist" 2>> + <<= FSChange("GenderRadicalist", 2)>> <</if>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all only the elite should breed. - <<FSChange "Eugenics" 2>> + <<= FSChange("Eugenics", 2)>> <</if>> <</replace>> <</link>> diff --git a/src/pregmod/widgets/deathWidgets.tw b/src/pregmod/widgets/deathWidgets.tw index 08a347c19a72733e9c474fb5828b615af42067fa..f7a18e17ed4aeac2046122b9ddf9b2d93f23e30c 100644 --- a/src/pregmod/widgets/deathWidgets.tw +++ b/src/pregmod/widgets/deathWidgets.tw @@ -117,7 +117,7 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0] <</if>> <<if $arcologies[0].FSPaternalist != "unset">> Allowing a slave to die under your care @@.red;severely damages@@ your image as a caring slave owner and @@.red;calls into question@@ your paternalistic resolve. - <<FSChange "Paternalist" -10>> + <<= FSChange("Paternalist", -10)>> <</if>> <</if>> <</widget>> diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw index c20730809354c836f809e49a3051ec8eb34add82..ac606ca3955adb754b30f772cd1d7e06f2af8fe1 100644 --- a/src/uncategorized/fsDevelopments.tw +++ b/src/uncategorized/fsDevelopments.tw @@ -284,27 +284,27 @@ <<if $secExp == 1>> <<if $slaveWatch == 1>> The Slave Mistreatment Watch helps many slaves, easing your citizens into the paternalist ideals it represents. - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <</if>> <<if $noSubhumansInArmy == 1>> Your army is free of subhumans, further cementing their lower status in the eyes of your citizens. - <<FSChange "Subjugationist" 2>> + <<= FSChange("Subjugationist", 2)>> <</if>> <<if $pregExemption == 1>> Pregnant citizens are allowed and encouraged to avoid military service, making their value evident to all citizens. - <<FSChange "Repopulationist" 2>> + <<= FSChange("Repopulationist", 2)>> <</if>> <<if $eliteOfficers == 1>> Purity in leadership is fundamental in your army, helping eugenics ideals spread in the populace. - <<FSChange "Eugenics" 2>> + <<= FSChange("Eugenics", 2)>> <</if>> <<if $liveTargets == 1>> Disobedient slaves are used in shooting ranges and military drills as live targets, furthering degradationist ideals. - <<FSChange "Degradationist" 2>> + <<= FSChange("Degradationist", 2)>> <</if>> <</if>> @@ -315,7 +315,7 @@ <<if $sectors[_i].type != "Club">> The $sectors[_i].type establishments on the Promenade help develop society. <<set _changed_fs = $sectors[_i].type.replace(" ","")>> - <<FSChange _changed_fs 4>> + <<= FSChange(_changed_fs, 4)>> <<continue>> <</if>> <</if>> diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index 54d80749fc93cec7c741a9270267ba7d23f1afac..3d2bcecb58b9b1c24de2db0afc200650b2d12b53 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -472,7 +472,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set _newSlaves.push($activeSlave)>> <</for>> <<elseif $PAidTarget == "seizedMission">> - In any case, you've enslaved a fine group. The women will clean up nicely and are already accustomed to being rape and abused, so they should bear the transition to slave life reasonably well. The leader is a little older than the rest and clearly has been pregnant several times given the sag to her breasts and the stretch marks coating her swollen belly; it's clear she has a rape baby growing inside her. The next two are younger, but no better off; one is hugely pregnant and the other shows signs of a recent birth. The last, however, is the most eye-catching; + In any case, you've enslaved a fine group. The women will clean up nicely and are already accustomed to being raped and abused, so they should bear the transition to slave life reasonably well. The leader is a little older than the rest and clearly has been pregnant several times given the sag to her breasts and the stretch marks coating her swollen belly; it's clear she has a rape baby growing inside her. The next two are younger, but no better off; one is hugely pregnant and the other shows signs of a recent birth. The last, however, is the most eye-catching; <<if $minimumSlaveAge < 8 && $fertilityAge < 8>> she is just a little girl and a massively pregnant one at that. The leader was right to worry about her well-being, there is no way she would survive giving birth. <<elseif $fertilityAge < 18 && $minimumSlaveAge < 18>> @@ -480,7 +480,6 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<else>> her stomach has already dropped and she clearly has no experience with pregnancy. The leader was right to worry about her well-being, her body is ill-suited for childbirth. <</if>> - /* we need our child genetics blacked */ /* leader */ <<if $pedo_mode == 1>> <<set $activeSlaveOneTimeMinAge = 18>> @@ -518,7 +517,8 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.pregWeek = $activeSlave.preg>> <<run SetBellySize($activeSlave)>> <<run WombChangeGene($activeSlave, "race", "black")>> - <<run WombChangeGene($activeSlave, "skin", "black")>> + <<set _skinTone = either("dark brown", "light brown", "brown")>> + <<run WombChangeGene($activeSlave, "skin", _skinTone)>> <<run WombChangeGene($activeSlave, "hColor", "black")>> <<run WombChangeGene($activeSlave, "eyeColor", "brown")>> <<set $activeSlave.birthsTotal = 3>> @@ -565,6 +565,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.pregWeek = $activeSlave.preg>> <<run SetBellySize($activeSlave)>> <<run WombChangeGene($activeSlave, "race", "black")>> + <<set _skinTone = either("dark brown", "light brown", "brown")>> <<run WombChangeGene($activeSlave, "skin", "black")>> <<run WombChangeGene($activeSlave, "hColor", "black")>> <<run WombChangeGene($activeSlave, "eyeColor", "brown")>> @@ -637,7 +638,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $oneTimeDisableDisability = 1>> <<set $fixedRace = "white">> <<include "Generate XX Slave">> - <<set $activeSlave.origin = "She was a fucktoy held in a felled mission. She was nothing more than a cum dump to her black masters for years.">> + <<set $activeSlave.origin = "She was a fucktoy held in a felled mission. She was nothing more than a cum dump to her black masters.">> <<set $activeSlave.career = "an orphan">> <<set $activeSlave.devotion = -20>> <<set $activeSlave.trust = random(-100,-80)>> @@ -660,6 +661,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $activeSlave.pregWeek = $activeSlave.preg>> <<run SetBellySize($activeSlave)>> <<run WombChangeGene($activeSlave, "race", "black")>> + <<set _skinTone = either("black", "ebony", "pure black")>> <<run WombChangeGene($activeSlave, "skin", "black")>> <<run WombChangeGene($activeSlave, "hColor", "black")>> <<run WombChangeGene($activeSlave, "eyeColor", "brown")>> diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index 3d99206f9b8a31b9723ad656c8aecc08c2b33b5f..78f4594c1a49b2add6ce6bab14c2ae9f7afe66eb 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -2,7 +2,7 @@ <<run SlavePronouns($activeSlave)>> <<run SlaveStatClamp($activeSlave)>> -<<Beauty $activeSlave>> +<<run Beauty($activeSlave)>> <<setLocalPronouns $activeSlave>> /* 000-250-006 */ diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index 0585e35f996f3914b3e2ca6293dd6cb23720e8c5..86f91981777c076d6309c4e17bf9ace8665130f2 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -47,7 +47,7 @@ seeing to your pleasure in the master suite.'' Such sexual opulence @@.green;improves@@ your reputation. <<if ($arcologies[0].FSEgyptianRevivalist > 0) && (_DL >= 5)>> Society @@.green;approves@@ of your keeping a large number of women. This advances the Egyptian revivalist ideal of multiple concubinage. - <<FSChange "EgyptianRevivalist" 2>> + <<= FSChange("EgyptianRevivalist", 2)>> <</if>> <<if (_masterSuitePregnantSlaves >= 1)>> The suite is supporting the pregnancies of the slaves @@ -63,7 +63,7 @@ <</if>> <<if ($arcologies[0].FSHedonisticDecadence > 0)>> Society @@.green;approves@@ of the pampering your pregnant harem receives. This advances the ideal that everyone's desires should be fulfilled. - <<FSChange "Hedonism" 1>> + <<= FSChange("Hedonism", 1)>> <</if>> <</if>> <<if _DL > 1>> diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index 6af760b0874c3c856fa07db7de70d68aa3465d0c..81e2c1078335627f107b50e86e242b12766d556d 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -949,7 +949,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << Since $he's in rough shape, you give $him a comprehensive medical exam with the help of the remote surgery. You apply care to @@.green;address@@ some of the most outstanding concerns. Whatever gratitude $he might have felt for prompt medical attention is balanced by fear of the remote surgery and the nagging (and accurate) feeling that $he's being treated like livestock, but $he does @@.mediumaquamarine;begin to hope@@ $he'll be well treated. <<if $arcologies[0].FSPaternalist != "unset">> Society @@.green;approves@@ of your promptly seeing to your stock's health; this advances the idea that all slave owners should look after their slaves. - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <</if>> <</replace>> <<set $activeSlave.health += 10>> @@ -1003,10 +1003,10 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << You drag $him to the body modification studio and strap $him down with $his $brandTarget clear and defenseless. $He doesn't understand what's coming for a while, even as disinfectant is applied to $his $brandTarget. $He can't see the approaching brand, but eventually $he feels the radiated heat on $his skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If $he didn't know $he was a slave before, @@.mediumorchid;$he does now,@@ and $he's got the @@.gold;agonizing@@ @@.red;injury@@ to prove it. <<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>> Society @@.green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved. - <<FSChange "Subjugationist" 2>> + <<= FSChange("Subjugationist", 2)>> <<elseif ($arcologies[0].FSSupremacistRace == $activeSlave.race) && ($arcologies[0].FSSupremacist > 0)>> Society @@.red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior. - <<FSChange "Supremacist" -2>> + <<= FSChange("Supremacist", -2)>> <</if>> <</replace>> <<set $activeSlave.brand = $brandDesign>> @@ -1080,10 +1080,10 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<set $activeSlave.trust -= 20, $activeSlave.devotion -= 50>> <</if>> Society @@.green;approves@@ of your promptly rendering $him sterile; this advances the idea that only the elite should breed. - <<FSChange "Eugenics" 1>> + <<= FSChange("Eugenics", 1)>> <<if $activeSlave.pregKnown == 1>> Since you snuffed out an unworthy life in the process, the sterilization has an even @@.green;bigger impact.@@ - <<FSChange "Eugenics" 2>> + <<= FSChange("Eugenics", 2)>> <</if>> <</replace>> <<set $activeSlave.preg = -3>> @@ -1117,11 +1117,11 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << You drag $him to the remote surgery and strap $his face down with $his legs spread. $He doesn't understand what's happening, since the anesthetics totally deprive $him of any sensation. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He numbly carries on, terrified. <<if $arcologies[0].FSGenderRadicalist != "unset">> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all societal inferiors can be made female. - <<FSChange "GenderRadicalist" 2>> + <<= FSChange("GenderRadicalist", 2)>> <</if>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>> Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all only the elite should breed. - <<FSChange "Eugenics" 2>> + <<= FSChange("Eugenics", 2)>> <</if>> <</replace>> <<set $activeSlave.balls = 0, $activeSlave.scrotum = 0>> @@ -1135,7 +1135,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << $He almost passes out from @@.gold;sheer horror.@@ Instead, $he collapses and tries desperately to vomit. Fortunately, $he doesn't have anything to bring up. $He's reduced to impotent weeping and retching as $he begins to process the stress of having had $his parts cut off. <<if $arcologies[0].FSRestart != "unset">> Society @@.green;approves@@ of you stripping away everything from society's inferiors. - <<FSChange "Eugenics" 3>> + <<= FSChange("Eugenics", 3)>> <</if>> <</replace>> <<set $activeSlave.dick = 0, $activeSlave.foreskin = 0, $activeSlave.vagina = -1, $activeSlave.preg = -2, $activeSlave.ovaries = 0, $activeSlave.pregSource = 0, $activeSlave.vaginalSkill = 0>> @@ -1218,10 +1218,10 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<set $failedElite += 5>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeSlave.mpreg == 0>> Society @@.green;approves@@ of your promptly putting a new slave in $him; this advances the idea that all slaves should bear their masters' babies. - <<FSChange "GenderFundamentalist" 2>> + <<= FSChange("GenderFundamentalist", 2)>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> Society @@.red;is disgusted@@ by you promptly knocking up $his ass; babies come from women, not men. - <<FSChange "GenderFundamentalist" -2>> + <<= FSChange("GenderFundamentalist", -2)>> <</if>> <</replace>> <<set $activeSlave.preg = 1>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index d9c83eed445cfc01caa7f52356723fdb437daf1e..79b8b729bd07a8ab97cfd03ff9087e0a33f3b965 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -24,7 +24,7 @@ <<set $cash -= (1+Math.trunc(Math.abs($cash)/100))>> <<if $arcologies[0].FSRomanRevivalist != "unset">> Society @@.red;very strongly disapproves@@ of your being in debt; this damages the idea that you model yourself on what a Roman leader should be. - <<FSChange "RomanRevivalist" -10>> + <<= FSChange("RomanRevivalist", -10)>> <</if>> <<if $cash < 0 && $cash > -25000 && $arcologies[0].FSRestartDecoration == 100>> <<if $eugenicsFullControl != 1>> @@ -350,7 +350,7 @@ <<set $cash += _income>> <<if $arcologies[0].FSRomanRevivalist != "unset">> Society @@.green;approves@@ of your close attention to your own affairs; this advances your image as a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>well-rounded Roman man<<else>>responsible Roman lady<</if>>. - <<FSChange "RomanRevivalist" 2>> + <<= FSChange("RomanRevivalist", 2)>> <</if>> <<elseif ($cash > 1000)>> <<set _income = Math.trunc(Math.min(3000 * Math.log($cash), $cash * 0.07))>> diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index ad69ceae7705a707c7d41fefaee378491fc59bce..82b0283056a9eeb44e433b91979df17f5f820210 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -13,10 +13,10 @@ On formal occasions, you are announced as $PCTitle. <<if $nicaeaAchievement == "slaves">> <<if $slaves.length > 50>> @@.green;strongly approve@@ of the large - <<FSChange "ChattelReligionist" 5>> + <<= FSChange("ChattelReligionist", 5)>> <<elseif $slaves.length > 20>> @@.green;approve@@ of the good - <<FSChange "ChattelReligionist" 2>> + <<= FSChange("ChattelReligionist", 2)>> <<else>> are not impressed by the <</if>> @@ -24,10 +24,10 @@ On formal occasions, you are announced as $PCTitle. <<elseif $nicaeaAchievement == "devotion">> <<if $averageDevotion > 80>> @@.green;strongly approve@@ of the worshipfulness - <<FSChange "ChattelReligionist" 5>> + <<= FSChange("ChattelReligionist", 5)>> <<elseif $averageDevotion > 50>> @@.green;approve@@ of the devotion - <<FSChange "ChattelReligionist" 2>> + <<= FSChange("ChattelReligionist", 2)>> <<else>> are not impressed by the devotion <</if>> @@ -35,10 +35,10 @@ On formal occasions, you are announced as $PCTitle. <<else>> <<if $averageTrust > 50>> @@.green;strongly approve@@ of the great trust your slaves place in you. - <<FSChange "ChattelReligionist" 5>> + <<= FSChange("ChattelReligionist", 5)>> <<elseif $averageTrust > 20>> @@.green;approve@@ of the trust your slaves place in you. - <<FSChange "ChattelReligionist" 2>> + <<= FSChange("ChattelReligionist", 2)>> <<else>> are not impressed by the fear many of your slaves feel towards you. <</if>> @@ -131,7 +131,7 @@ On formal occasions, you are announced as $PCTitle. Your reputation is so well-established that society has accepted your notoriously feminine appearance despite how unusual it is for a prominent slaveowner to look like you do. <<if $arcologies[0].FSGenderRadicalist > 30>> Indeed, society sees you as entirely male, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power. - <<FSChange "GenderRadicalist" 5>> + <<= FSChange("GenderRadicalist", 5)>> <<elseif $arcologies[0].FSGenderFundamentalist > 30>> Indeed, society has been reconciled to female leadership, preferring to see you as a mother figure. <</if>> @@ -139,14 +139,14 @@ On formal occasions, you are announced as $PCTitle. Society accepts you as an arcology owner, since it has become open-minded about power and gender. <<if $arcologies[0].FSGenderRadicalist > 50>> Indeed, society sees you as fundamentally male, since you are powerful, and @@.green;strongly approves@@ of your audacity; this advances the redefinition of gender around power. - <<FSChange "GenderRadicalist" 5>> + <<= FSChange("GenderRadicalist", 5)>> <</if>> <<else>> Most prominent slaveowners are male, and your obviously feminine appearance makes it @@.red;harder for you to maintain your reputation.@@ <<set $repLoss += Math.trunc($rep*0.1)>> <<if $arcologies[0].FSGenderFundamentalist > 10>> Society @@.red;strongly resents@@ your being an arcology owner; this damages the idea that women should not be in positions of responsibility. - <<FSChange "GenderFundamentalist" -5>> + <<= FSChange("GenderFundamentalist", -5)>> <</if>> <</if>> <<elseif ($PC.boobs == 1) || $PC.title == 0>> @@ -154,7 +154,7 @@ On formal occasions, you are announced as $PCTitle. Your reputation is so strong that society has accepted your feminine appearance despite how unusual it is for a prominent slaveowner to look like you do. <<if $arcologies[0].FSGenderRadicalist > 30>> Indeed, society sees you as entirely male, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power. - <<FSChange "GenderRadicalist" 5>> + <<= FSChange("GenderRadicalist", 5)>> <<elseif $arcologies[0].FSGenderFundamentalist > 30>> Indeed, society has been reconciled to your feminine appearance, seeing you as a person apart. <</if>> @@ -162,14 +162,14 @@ On formal occasions, you are announced as $PCTitle. Society accepts you as an arcology owner, since it has become open-minded anyone who has a cock and fucks. <<if $arcologies[0].FSGenderRadicalist > 30>> Indeed, society sees you as dominant, since you fuck bitches, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power. - <<FSChange "GenderRadicalist" 5>> + <<= FSChange("GenderRadicalist", 5)>> <</if>> <<else>> Most prominent slaveowners are very masculine, and your feminine appearance makes it @@.red;harder for you to maintain your reputation.@@ <<set $repLoss += Math.trunc($rep*0.05)>> <<if $arcologies[0].FSGenderFundamentalist > 30>> Society @@.red;strongly resents@@ your being an arcology owner; this damages the idea that feminine people should not be in positions of responsibility. - <<FSChange "GenderFundamentalist" -5>> + <<= FSChange("GenderFundamentalist", -5)>> <</if>> <</if>> <<elseif ($PC.dick == 0) || ($PC.vagina == 1)>> @@ -177,7 +177,7 @@ On formal occasions, you are announced as $PCTitle. Your reputation is so strong that society has accepted your unorthodox arrangement downstairs, for an arcology owner. <<if $arcologies[0].FSGenderRadicalist > 30>> Indeed, society sees you as entirely male, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power. - <<FSChange "GenderRadicalist" 5>> + <<= FSChange("GenderRadicalist", 5)>> <<elseif $arcologies[0].FSGenderFundamentalist > 30>> Indeed, society has been reconciled to your strangeness, seeing you as a person apart. <</if>> @@ -185,14 +185,14 @@ On formal occasions, you are announced as $PCTitle. Society accepts you as an arcology owner, since it has become open-minded about the exact genital layout of powerful people. <<if $arcologies[0].FSGenderRadicalist > 30>> Indeed, society sees you as dominant, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power. - <<FSChange "GenderRadicalist" 5>> + <<= FSChange("GenderRadicalist", 5)>> <</if>> <<else>> Most prominent slaveowners are very masculine, and though your unorthodox arrangement downstairs isn't obvious when you're clothed, the rumors are unavoidable and it's @@.red;harder for you to maintain your reputation.@@ <<set $repLoss += Math.trunc($rep*0.05)>> <<if $arcologies[0].FSGenderFundamentalist > 30>> Society @@.red;strongly resents@@ your being an arcology owner; this damages the idea that people who are not men should not be in positions of responsibility. - <<FSChange "GenderFundamentalist" -5>> + <<= FSChange("GenderFundamentalist", -5)>> <</if>> <</if>> <</if>> @@ -207,16 +207,16 @@ On formal occasions, you are announced as $PCTitle. You are so well regarded that society has acquiesced that getting penetrated is not a sure sign of femininity. <<else>> Society views getting fucked as sign of femininity and is @@.red;strongly against your sexual preferences.@@ - <<FSChange "GenderRadicalist" -1>> + <<= FSChange("GenderRadicalist", -1)>> <<set $rep -= 1000>> <</if>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $PC.vagina == 1 && $PC.title == 0>> <<if $rep > 10000>> Society has grown accustomed to your efforts enough to not care that you enjoy slave dick. In fact, it even @@.green;strengthens@@ traditional gender roles, even though you insist on breaking them. - <<FSChange "GenderFundamentalist" 1>> + <<= FSChange("GenderFundamentalist", 1)>> <<else>> Society wonders if you would be happier in a whore house getting fucked all day instead of trying to lead an arcology. Your efforts @@.red;strongly support@@ the idea that women should not be in positions of responsibility. - <<FSChange "GenderFundamentalist" -3>> + <<= FSChange("GenderFundamentalist", -3)>> <<set $rep -= 1000>> <</if>> <<else>> @@ -245,7 +245,7 @@ On formal occasions, you are announced as $PCTitle. <<if $arcologies[0].FSSupremacist != "unset">> <<if ($PC.race == $arcologies[0].FSSupremacistRace)>> Since you are a member of the $PC.race, society @@.green;strongly approves@@ of your ownership of the arcology. - <<FSChange "Supremacist" 5>> + <<= FSChange("Supremacist", 5)>> <</if>> <<elseif $arcologies[0].FSSubjugationist != "unset">> <<if ($PC.race == $arcologies[0].FSSubjugationistRace)>> @@ -416,102 +416,102 @@ On formal occasions, you are announced as $PCTitle. <<if $arcologies[0].FSRomanRevivalist != "unset">> <<if $mercenaries > 0>> Society @@.green;approves@@ of how you are providing for the defense of the state, as should all citizens of the new Rome. - <<FSChange "RomanRevivalist" $mercenaries>> + <<= FSChange("RomanRevivalist", $mercenaries)>> <</if>> <<if ($slaves.length > 20) && ($cash > 50000)>> Society @@.green;strongly approves@@ of your wealth and prosperity, fit goals for the <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>new Roman man<<else>>rising Roman lady<</if>>. - <<FSChange "RomanRevivalist" 5>> + <<= FSChange("RomanRevivalist", 5)>> <</if>> <<if $language != "Latin">> Continuing to use $language as the lingua franca of $arcologies[0].name rather than the storied Latin @@.red;disappoints@@ society and causes doubt about your revivalist project. - <<FSChange "RomanRevivalist" -2>> + <<= FSChange("RomanRevivalist", -2)>> <</if>> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <<if $PC.visualAge >= 35>> Society @@.green;approves@@ of your advancing age, which advances the ancient Aztec ideal of an experienced leader of the people. - <<FSChange "AztecRevivalist" 1>> + <<= FSChange("AztecRevivalist", 1)>> <</if>> <<if $HeadGirl == 0>> Society @@.red;disapproves@@ of you not having a Head Girl as an advisor and assistant. - <<FSChange "AztecRevivalist" -2>> + <<= FSChange("AztecRevivalist", -2)>> <<else>> Society @@.green;approves@@ of your reliance on a Head Girl as an advisor and assistant. - <<FSChange "AztecRevivalist" 2>> + <<= FSChange("AztecRevivalist", 2)>> <</if>> <<if $PC.warfare < 0>> Society @@.red;greatly disapproves@@ of your feebleness in the arts of war. - <<FSChange "AztecRevivalist" -4>> + <<= FSChange("AztecRevivalist", -4)>> <<elseif $PC.warfare < 50>> Society @@.red;disapproves@@ of you not being properly trained in the arts of war. - <<FSChange "AztecRevivalist" -2>> + <<= FSChange("AztecRevivalist", -2)>> <<else>> Society @@.green;approves@@ of having a leader that is trained in the arts of war. - <<FSChange "AztecRevivalist" 2>> + <<= FSChange("AztecRevivalist", 2)>> <</if>> <<if $language != "Nahuatl">> Continuing to use $language as the lingua franca of $arcologies[0].name rather than the revived Nahuatl @@.red;disappoints@@ society and causes doubt about your revivalist project. - <<FSChange "AztecRevivalist" -3>> + <<= FSChange("AztecRevivalist", -3)>> <</if>> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <<if $racialVarieties.length > 4>> Society @@.green;strongly approves@@ of how you own a cornucopia of different races, which advances the ancient Egyptian ideal of cosmopolitan sex slavery. - <<FSChange "EgyptianRevivalist" 5>> + <<= FSChange("EgyptianRevivalist", 5)>> <</if>> <<if $language != "Ancient Egyptian">> Continuing to use $language as the lingua franca of $arcologies[0].name rather than revived Ancient Egyptian @@.red;disappoints@@ society and causes doubt about your revivalist project. - <<FSChange "EgyptianRevivalist" -2>> + <<= FSChange("EgyptianRevivalist", -2)>> <</if>> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> <<set _threshold = Math.trunc($rep/5000)>> <<if $publicServants <= _threshold>> Society @@.red;disapproves@@ of your failure to provide for cultural development by offering public servants or club slaves in a number that befits your reputation. - <<FSChange "EdoRevivalist" -2>> + <<= FSChange("EdoRevivalist", -2)>> <<else>> Society @@.green;approves@@ of your provision for cultural development by offering public servants and club slaves in a number that befits your reputation. <<set _EdoPS = 2*_threshold>> - <<FSChange "EdoRevivalist" _EdoPS>> + <<= FSChange("EdoRevivalist", _EdoPS)>> <</if>> <<if $language != "Japanese">> Continuing to use $language as the lingua franca of $arcologies[0].name rather than pure Japanese @@.red;disappoints@@ society and causes doubt about your revivalist project. - <<FSChange "EdoRevivalist" -2>> + <<= FSChange("EdoRevivalist", -2)>> <</if>> <<elseif $arcologies[0].FSArabianRevivalist != "unset">> <<if $fuckSlaves < $rep/3500>> Society @@.red;disapproves@@ of the small size of your harem, feeling that you do not have enough fucktoys or slaves in your master suite for your reputation. - <<FSChange "ArabianRevivalist" -2>> + <<= FSChange("ArabianRevivalist", -2)>> <<else>> Society @@.green;approves@@ of the size of your harem, feeling that you have a good number of fucktoys and slaves in your master suite for your reputation. - <<FSChange "ArabianRevivalist" 2>> + <<= FSChange("ArabianRevivalist", 2)>> <</if>> <<if $language != "Arabic">> Continuing to use $language as the lingua franca of $arcologies[0].name rather than the Arabic in which the word of God was passed to Muhammad @@.red;disappoints@@ society and causes doubt about your revivalist project. - <<FSChange "ArabianRevivalist" -2>> + <<= FSChange("ArabianRevivalist", -2)>> <</if>> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <<if $HeadGirl == 0>> Society @@.red;disapproves@@ of your failure to rely on a Head Girl, as proper imperial administration requires, - <<FSChange "ChineseRevivalist" -2>> + <<= FSChange("ChineseRevivalist", -2)>> <<else>> Society @@.green;approves@@ of your reliance on a Head Girl, as proper imperial administration requires, - <<FSChange "ChineseRevivalist" 2>> + <<= FSChange("ChineseRevivalist", 2)>> <</if>> <<if $Recruiter == 0>> @@.red;disapproves@@ of your failure to maintain a Recruiter to expand the Middle Kingdom, - <<FSChange "ChineseRevivalist" -2>> + <<= FSChange("ChineseRevivalist", -2)>> <<else>> @@.green;approves@@ of your maintaining a Recruiter to expand the Middle Kingdom, - <<FSChange "ChineseRevivalist" 2>> + <<= FSChange("ChineseRevivalist", 2)>> <</if>> <<if $Bodyguard == 0>> and @@.red;disapproves@@ of your failure to keep a Bodyguard as befits a proper imperial palace. - <<FSChange "ChineseRevivalist" -2>> + <<= FSChange("ChineseRevivalist", -2)>> <<else>> and @@.green;approves@@ of your keeping a Bodyguard, as befits a proper imperial palace. - <<FSChange "ChineseRevivalist" 2>> + <<= FSChange("ChineseRevivalist", 2)>> <</if>> <<if $language != "Chinese">> Continuing to use $language as the lingua franca of $arcologies[0].name rather than the Chinese of the Middle Kingdom @@.red;disappoints@@ society and causes doubt about your revivalist project. - <<FSChange "ChineseRevivalist" -2>> + <<= FSChange("ChineseRevivalist", -2)>> <</if>> <</if>> @@ -519,19 +519,19 @@ On formal occasions, you are announced as $PCTitle. <<if $IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1>> Society @@.red;disapproves@@ of your policies sterilizing potential mothers. Your insistence on eugenics hinders adoption of your new society. <<set _noEugenics = -1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> - <<FSChange "Repopulationist" _noEugenics>> + <<= FSChange("Repopulationist", _noEugenics)>> <</if>> <<elseif $arcologies[0].FSPaternalist != "unset">> <<if $IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1>> Society @@.red;disapproves@@ of your policies forcefully sterilizing slaves, especially when they snuff out the life growing within them. <<set _noEugenics = -1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> - <<FSChange "Paternalist" _noEugenics>> + <<= FSChange("Paternalist", _noEugenics)>> <</if>> <<elseif ($arcologies[0].FSRestart != "unset") && $arcologies[0].FSPaternalist == "unset">> <<if ($IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1) && $arcologies[0].FSRestartSMR != 1>> Society @@.green; approves@@ of your slave eugenics policies, easing them into more thorough eugenics. <<set _yesEugenics = ($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> - <<FSChange "Eugenics" _yesEugenics>> + <<= FSChange("Eugenics", _yesEugenics)>> <<set $failedElite -= 1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> <<elseif $arcologies[0].FSRestartSMR == 1>> <<set $failedElite -= 2*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>> @@ -550,20 +550,20 @@ On formal occasions, you are announced as $PCTitle. <<if $shelterAbuse > 5>> <<if $arcologies[0].FSPaternalist != "unset">> You are on the Slave Shelter's public list of abusive slaveowners. Society @@.red;disapproves@@ of your falling foul of such a well regarded charity. - <<FSChange "Paternalist" -2>> + <<= FSChange("Paternalist", -2)>> <<elseif $arcologies[0].FSDegradationist != "unset">> You are on the Slave Shelter's public list of abusive slaveowners. Your citizens find this hilarious, and @@.green;approve@@ of your taking advantage of a pack of idiots. - <<FSChange "Degradationist" 2>> + <<= FSChange("Degradationist", 2)>> <</if>> <</if>> <<if $TCR.schoolPresent == 1>> <<if $arcologies[0].FSRestart != "unset">> Your Eugenics focused society @@.red;disagrees@@ with the local branch of The Cattle Ranch's views on slave breeding. Until society sees them as nothing more than mindless cattle and not human, they are in conflict with current reproduction standards. - <<FSChange "Eugenics" -1>> + <<= FSChange("Eugenics", -1)>> <<elseif $arcologies[0].FSPaternalist != "unset">> While they can't stop what happens to slaves outside of your arcology, they can @@.red;disapprove and protest@@ you allowing a branch of the mentally and physically abusive Cattle Ranch to be established in your arcology. - <<FSChange "Paternalist" -2>> + <<= FSChange("Paternalist", -2)>> <</if>> <</if>> @@ -590,7 +590,7 @@ On formal occasions, you are announced as $PCTitle. Your citizens <<if $arcologies[0].FSPaternalist >= 80>> are so paternalistic that they @@.green;approve@@ of - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <<elseif $arcologies[0].FSPaternalist >= 40>> are paternalistic enough to tolerate <<else>> @@ -603,23 +603,23 @@ On formal occasions, you are announced as $PCTitle. <<if $citizenOrphanageTotal > 0>> <<if $arcologies[0].FSPaternalist != "unset">> The public @@.green;approves@@ of the way you're providing for $citizenOrphanageTotal of your slaves' children to be raised as citizens. - <<FSChange "Paternalist" $citizenOrphanageTotal>> + <<= FSChange("Paternalist", $citizenOrphanageTotal)>> <<if $privateOrphanageTotal > 0>> Raising <<print commaNum($privateOrphanageTotal)>> of your slaves' children privately is considered even more @@.green;impressive.@@ <<set _care = $privateOrphanageTotal*2>> - <<FSChange "Paternalist" _care>> + <<= FSChange("Paternalist", _care)>> <</if>> <<elseif $arcologies[0].FSDegradationist != "unset">> The public @@.red;disapproves@@ of the way you're providing for $citizenOrphanageTotal of your slaves' children to be raised as citizens. <<set _care = -$citizenOrphanageTotal>> - <<FSChange "Degradationist" _care>> + <<= FSChange("Degradationist", _care)>> <<if $privateOrphanageTotal > 0>>Fortunately your raising slaves' children privately is not publicly known.<</if>> <</if>> <<elseif $privateOrphanageTotal > 0>> <<if $arcologies[0].FSPaternalist != "unset">> Raising <<print commaNum($privateOrphanageTotal)>> of your slaves' children privately is considered extremely @@.green;impressive.@@ <<set _care = $privateOrphanageTotal*2>> - <<FSChange "Paternalist" _care>> + <<= FSChange("Paternalist", _care)>> <<elseif $arcologies[0].FSDegradationist != "unset">> Fortunately your raising slaves' children privately is not publicly known. <</if>> @@ -627,7 +627,7 @@ On formal occasions, you are announced as $PCTitle. <<if $breederOrphanageTotal > 0 && $arcologies[0].FSRepopulationFocus != "unset">> The public @@.green;approves@@ of the way you've dedicated <<print commaNum($breederOrphanageTotal)>> of your slaves' children to be raised into future breeders. <<set _futureBreeders = Math.round((($breederOrphanageTotal/100)+1))>> - <<FSChange "Repopulationist" _futureBreeders>> + <<= FSChange("Repopulationist", _futureBreeders)>> <</if>> <<if $arcologies[0].FSNull != "unset">> diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw index 4efccbe2dc40e5edcb2e8c3f4ed24721fcff9c9d..b765321c4fe748e759c68fbc88f8fc58b34394fa 100644 --- a/src/uncategorized/saDevotion.tw +++ b/src/uncategorized/saDevotion.tw @@ -242,7 +242,7 @@ Since $he loves you, $he has mixed feelings about the prospect, but $he prefers to think of it as your way of looking after $him. It's $his favorite subject, and $his strong feelings about it <<if $arcologies[0].FSPaternalist != "unset">> advances paternalistic ideals and @@.green;improves your reputation.@@ - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <<else>> @@.green;improves your reputation.@@ <<set $repGain += $FSSingleSlaveRep*2>> @@ -261,7 +261,7 @@ Since $he loves you, $he has mixed feelings about the prospect, but $he prefers to think of it as your way of looking after $him. This <<if $arcologies[0].FSPaternalist != "unset">> advances paternalistic ideals and @@.green;improves your reputation.@@ - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <<else>> @@.green;improves your reputation.@@ <<set $repGain += $FSSingleSlaveRep>> @@ -336,7 +336,7 @@ Since $he loves you, $he has mixed feelings about the prospect, but $he prefers to think of it as your way of looking after $him. It's $his favorite subject, and $his strong feelings about it <<if $arcologies[0].FSPaternalist != "unset">> advances paternalistic ideals and @@.green;improves your reputation.@@ - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <<else>> @@.green;improves your reputation.@@ <<set $repGain += $FSSingleSlaveRep*2>> @@ -355,7 +355,7 @@ Since $he loves you, $he has mixed feelings about the prospect, but $he prefers to think of it as your way of looking after $him. This <<if $arcologies[0].FSPaternalist != "unset">> advances paternalistic ideals and @@.green;improves your reputation.@@ - <<FSChange "Paternalist" 2>> + <<= FSChange("Paternalist", 2)>> <<else>> @@.green;improves your reputation.@@ <<set $repGain += $FSSingleSlaveRep>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 9ef8496236b9c8c4e43b78d43897e10a4835e10a..af5d833daac88ff99ffdee82a82e6c170794bb28 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -1830,7 +1830,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <<elseif $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">> @@ -1840,7 +1840,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -1853,7 +1853,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].inflation != 0 && $slaves[$i].inflationType == "cum">> In addition to being an orally fixated cumslut, $he is required to keep $his belly bloated with cum at all times, making $his life revolve around being full of cum. @@.yellow;$He's become psychologically addicted to cum.@@ @@ -1861,7 +1861,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $cockFeeder != 0>> In addition to being an orally fixated cumslut, $he eats by sucking dick. @@.yellow;$He's become psychologically addicted to cum.@@ @@ -1869,7 +1869,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">> <<if $slaves[$i].addict > 2>> @@ -1878,7 +1878,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -1893,7 +1893,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].vaginalAccessory == "chastity belt">> $He has a powerful sex drive, and since $his pussy's off limits, $he sinks ever deeper into $his identity as a helpless anal slut. @@.yellow;$He's become psychologically addicted to getting assfucked.@@ @@ -1901,7 +1901,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -1912,7 +1912,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -1925,7 +1925,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">> <<if $slaves[$i].addict > 2>> @@ -1934,7 +1934,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -1947,7 +1947,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].drugs == "hyper breast injections">> $He loves $his tits, and watching them steadily swell from the hyper injections starts to hold more fascination for $him than mere sex. @@.yellow;$His sexual identity is now dominated by $his swelling boobs.@@ @@ -1955,7 +1955,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif ($slaves[$i].hormoneBalance >= 100) && ($slaves[$i].boobs < 1000)>> $He loves $his tits, and feeling them grow under female hormone treatments starts to hold more fascination for $him than mere sex. @@.yellow;$His sexual identity is now dominated by $his swelling boobs.@@ @@ -1963,7 +1963,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">> <<if $slaves[$i].addict > 2>> @@ -1972,7 +1972,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -1986,7 +1986,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <<elseif $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">> @@ -1996,7 +1996,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -2011,7 +2011,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -2022,7 +2022,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -2035,7 +2035,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif ($slaves[$i].assignment == "work in the dairy") && ($dairyRestraintsSetting >= 2)>> Strapped into a milking machine's tender, penetrative embrace, $his masochistic tendencies darken into sexual appreciation for $his life as a human factory. @@.yellow;$He's descended into true self hatred.@@ @@ -2043,7 +2043,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">> <<if $slaves[$i].addict > 2>> @@ -2052,7 +2052,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -2070,7 +2070,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].bellyPreg > 100 && $slaves[$i].pregKnown == 1 && $slaves[$i].pregSource == -1 && $slaves[$i].breedingMark == 1 && $propOutcome == 1 && $slaves[$i].devotion > 75>> $He's been marked to be the bearer of your offspring and is growing larger by the day with your child. $He is to be nothing more than a vessel for your children, and as such @@.yellow;has become obsessed with carrying them.@@ @@ -2078,7 +2078,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].bellyPreg >= 120000>> $He's so overfull with life that $he starts to pay much more sexual attention to pregnancy than to impregnation. @@.yellow;$He's become obsessed with breeding.@@ @@ -2086,7 +2086,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].births > 10>> $He's been bred so much that $he starts to pay as much sexual attention to pregnancy as to impregnation. @@.yellow;$He's become obsessed with breeding.@@ @@ -2094,7 +2094,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif ($slaves[$i].assignment == "work in the dairy") && ($dairyPregSetting >= 2) && ($slaves[$i].pregKnown == 1)>> With $his womanhood fucked full of cum and fertility drugs, $his pregnancy fetish deepens into true perversity. @@.yellow;$He's become obsessed with breeding.@@ @@ -2102,7 +2102,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <<elseif $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">> <<if $slaves[$i].addict > 2>> @@ -2111,7 +2111,7 @@ <<set $slaves[$i].fetishStrength = 100>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> Allowing $him to indulge in $his fetish to the point of obsession advances hedonism and @@.green;bolsters your reputation.@@ - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <</if>> @@ -4237,19 +4237,19 @@ <<else>> Society @@.red;disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. <</if>> - <<FSChangePorn "Supremacist" -1>> + <<= FSChangePorn("Supremacist", -1)>> <<switch $slaves[$i].assignment>> <<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep -= $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel)>> <</switch>> <<elseif ($slaves[$i].assignment == "be your Head Girl")>> Society @@.green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your head girl, advancing the notion that those of the $arcologies[0].FSSupremacistRace race should be in positions of authority over others. - <<FSChangePorn "Supremacist" 2>> + <<= FSChangePorn("Supremacist", 2)>> <<elseif ($slaves[$i].assignment == "recruit girls")>> Society @@.green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your recruiter, advancing the notion that it is only natural that those of the $arcologies[0].FSSupremacistRace race should lead the charge in enslaving others. - <<FSChangePorn "Supremacist" 2>> + <<= FSChangePorn("Supremacist", 2)>> <<elseif ($slaves[$i].assignment == "be your Concubine")>> Society @@.green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of importance as your concubine, advancing the notion that the most favored of your bedslaves should naturally be of the $arcologies[0].FSSupremacistRace race. - <<FSChangePorn "Supremacist" 2>> + <<= FSChangePorn("Supremacist", 2)>> /* Code contributed by Anon1888 */ <<else>> Society does not disapprove of your keeping a slave of the $arcologies[0].FSSupremacistRace race, since $he is not in a publicly degrading role. @@ -4260,17 +4260,17 @@ <<if def _saLTE>> <<if $slaves[$i].race != _saLTE.race>> Society @@.red;strongly disapproves@@ of your allowing a pure $arcologies[0].FSSupremacistRace slave to be miscegenated by _saLTE.slaveName. - <<FSChangePorn "Supremacist" -2>> + <<= FSChangePorn("Supremacist", -2)>> <<else>> Society @@.green;strongly approves@@ of your using slave breeders like $slaves[$i].slaveName to propagate the $arcologies[0].FSSupremacistRace race. - <<FSChangePorn "Supremacist" 2>> + <<= FSChangePorn("Supremacist", 2)>> <</if>> <</if>> <</if>> <</if>> <<if $slaves[$i].fuckdoll > 0>> Society @@.red;strongly disapproves@@ of your owning a $arcologies[0].FSSupremacistRace Fuckdoll. - <<FSChangePorn "Supremacist" -2>> + <<= FSChangePorn("Supremacist", -2)>> <</if>> <<else>> <<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.5>> @@ -4278,10 +4278,10 @@ <<else>> Society @@.green;approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority. <</if>> - <<FSChangePorn "Supremacist" 1>> + <<= FSChangePorn("Supremacist", 1)>> <<if $slaves[$i].fuckdoll > 0>> Society @@.green;approves@@ of your keeping a Fuckdoll of an inferior race. - <<FSChangePorn "Supremacist" 1>> + <<= FSChangePorn("Supremacist", 1)>> <</if>> <</if>> <</if>> @@ -4293,16 +4293,16 @@ <<else>> Society @@.green;approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority. <</if>> - <<FSChangePorn "Subjugationist" 1>> + <<= FSChangePorn("Subjugationist", 1)>> <<if $slaves[$i].ovaries == 0>> <<if $slaves[$i].balls == 0 || $slaves[$i].vasectomy == 1>> Society @@.green;approves@@ of $slaves[$i].slaveName's <<if $slaves[$i].vasectomy == 1 && $slaves[$i].balls > 0>>vasectomy<<elseif $slaves[$i].dick > 0>>gelding<<else>>sterilization<</if>>, which ensures that $he will not propagate the $arcologies[0].FSSubjugationistRace race. - <<FSChangePorn "Subjugationist" 1>> + <<= FSChangePorn("Subjugationist", 1)>> <</if>> <</if>> <<if $slaves[$i].fuckdoll > 0>> Society @@.green;approves@@ of your keeping a Fuckdoll of the $arcologies[0].FSSubjugationistRace race. - <<FSChangePorn "Subjugationist" 1>> + <<= FSChangePorn("Subjugationist", 1)>> <</if>> <<else>> <<if $slaves[$i].pregKnown == 1 && $slaves[$i].pregSource > 0>> @@ -4310,7 +4310,7 @@ <<if ndef _lte>>@@.red;Error, pregSource not found.@@<</if>> <<if $slaves[_lte].race == $arcologies[0].FSSubjugationistRace>> Society @@.red;strongly disapproves@@ of your allowing $slaves[$i].slaveName to be miscegenated by a $arcologies[0].FSSubjugationistRace subhuman like $slaves[_lte].slaveName. - <<FSChangePorn "Subjugationist" -2>> + <<= FSChangePorn("Subjugationist", -2)>> <</if>> <</if>> <</if>> @@ -4319,52 +4319,52 @@ <<if $arcologies[0].FSYouthPreferentialist != "unset">> <<if ($slaves[$i].geneMods.NCS > 0) && ($slaves[$i].visualAge <= 18)>> Society @@.green;strongly approves@@ of you keeping $slaves[$i].slaveName forever young and youthening; this furthers the fashion for young slaves. - <<FSChangePorn "YouthPreferentialist" 2>> + <<= FSChangePorn("YouthPreferentialist", 2)>> <<elseif ($slaves[$i].visualAge < 30)>> Society @@.green;approves@@ of $slaves[$i].slaveName's youthful body; $he furthers the fashion for young slaves. <<set _youth_rep_change = ((30-$slaves[$i].visualAge)/5)>> - <<FSChangePorn "YouthPreferentialist" _youth_rep_change>> + <<= FSChangePorn("YouthPreferentialist", _youth_rep_change)>> <</if>> <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> <<if ($slaves[$i].visualAge >= 30)>> Society @@.green;approves@@ of $slaves[$i].slaveName's mature body; $he furthers the fashion for older ladies. <<set _maturity_rep_change = (($slaves[$i].visualAge-25)/5)>> - <<FSChangePorn "MaturityPreferentialist" _maturity_rep_change>> + <<= FSChangePorn("MaturityPreferentialist", _maturity_rep_change)>> <</if>> <</if>> <<if $arcologies[0].FSGenderRadicalist != "unset">> <<if ($slaves[$i].balls > 0) && ($slaves[$i].dick > 0) && ($slaves[$i].hormoneBalance >= 100)>> Society @@.green;approves@@ of your heavy hormonal feminization of $slaves[$i].slaveName; this advances public interest in girls with soft little dicks. - <<FSChangePorn "GenderRadicalist" 1>> + <<= FSChangePorn("GenderRadicalist", 1)>> <<elseif ($slaves[$i].balls > 0) && ($slaves[$i].pubertyXY == 0) && ($slaves[$i].physicalAge >= $potencyAge)>> Society @@.green;approves@@ of you keeping $slaves[$i].slaveName from going through puberty; this advances public interest in girls with soft little dicks. - <<FSChangePorn "GenderRadicalist" 2>> + <<= FSChangePorn("GenderRadicalist", 2)>> <<elseif ($slaves[$i].dick > 0) && ($slaves[$i].balls == 0)>> Society @@.green;approves@@ of your keeping a gelded slave; this advances public interest in girls with soft dickclits. - <<FSChangePorn "GenderRadicalist" 1>> + <<= FSChangePorn("GenderRadicalist", 1)>> <<elseif ($slaves[$i].dick > 0) && ($slaves[$i].anus > 0) && ($slaves[$i].devotion > 20) && ($slaves[$i].trust >= -20)>> Society @@.green;approves@@ of your keeping a contented dickgirl bottom; this advances public interest in girls who get hard when assfucked. - <<FSChangePorn "GenderRadicalist" 1>> + <<= FSChangePorn("GenderRadicalist", 1)>> <</if>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> <<if $arcologies[0].FSRestart == "unset">> <<if ($slaves[$i].bellyPreg >= 1500)>> Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@.green;strongly approves@@<<else>>@@.green;approves@@<</if>> of your keeping a pregnant slave; this also supports the idea that slave women should bear babies. - <<FSChangePorn "GenderFundamentalist" 1>> + <<= FSChangePorn("GenderFundamentalist", 1)>> <<elseif ($slaves[$i].preg == 0)>> Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@.green;strongly approves@@<<else>>@@.green;approves@@<</if>> of your keeping a slave fertile; this also supports the idea that slave women should bear babies. - <<FSChangePorn "GenderFundamentalist" 1>> + <<= FSChangePorn("GenderFundamentalist", 1)>> <</if>> <<else>> <<if ($slaves[$i].hips > $slaves[$i].shoulders)>> Society @@.green;approves@@ of keeping a slave with a feminine figure. - <<FSChangePorn "GenderFundamentalist" 1>> + <<= FSChangePorn("GenderFundamentalist", 1)>> <</if>> <</if>> <<if ($slaves[$i].devotion <= 95) && canPenetrate($slaves[$i])>> Society @@.red;disapproves@@ of $slaves[$i].slaveName's stiff, unrestrained dick, since $he isn't even worshipful of you. - <<FSChangePorn "GenderFundamentalist" -1>> + <<= FSChangePorn("GenderFundamentalist", -1)>> <</if>> <</if>> @@ -4372,13 +4372,13 @@ <<if $slaves[$i].preg > 30>> <<if $slaves[$i].pregType >= 20>> Society is @@.green;very pleased@@ at $slaves[$i].slaveName's dedication to pregnancy. - <<FSChangePorn "Repopulationist" 5>> + <<= FSChangePorn("Repopulationist", 5)>> <<elseif $slaves[$i].pregType >= 10>> Society is @@.green;pleased@@ by $slaves[$i].slaveName's abnormally large pregnancy. - <<FSChangePorn "Repopulationist" 3>> + <<= FSChangePorn("Repopulationist", 3)>> <<else>> Society is @@.green;pleased@@ by $slaves[$i].slaveName's advanced pregnancy. - <<FSChangePorn "Repopulationist" 2>> + <<= FSChangePorn("Repopulationist", 2)>> <</if>> <<if $arcologies[0].FSSubjugationist != "unset" && ($slaves[$i].race == $arcologies[0].FSSubjugationistRace)>> They just wish it wasn't <<print $arcologies[0].FSSubjugationistRace>>, of course. @@ -4389,11 +4389,11 @@ $slaves[$i].slaveName is so fat, society just assumes there is a baby somewhere in there, though they wish it was more obvious. <<if $slaves[$i].pregWeek < 0>> But fortunately for $him, word of $his recent birth has gotten around @@.green;reassuring the masses@@ that $he can still bear children. - <<FSChangePorn "Repopulationist" 2>> + <<= FSChangePorn("Repopulationist", 2)>> <<elseif $slaves[$i].collar == "preg biometrics">> <<if $slaves[$i].preg > 0>> @@.green;Their wish is granted@@ by $slaves[$i].slaveName's collar revealing $his womb's secret<<if $slaves[$i].pregType > 1>>s<</if>> even when $his body is trying its best to keep <<if $slaves[$i].pregType > 1>>them<<else>>it<</if>> hidden. - <<FSChangePorn "Repopulationist" 1>> + <<= FSChangePorn("Repopulationist", 1)>> <<if $arcologies[0].FSSubjugationist != "unset" && ($slaves[$i].race == $arcologies[0].FSSubjugationistRace)>> They just wish it wasn't <<print $arcologies[0].FSSubjugationistRace>>, of course. <<elseif $arcologies[0].FSSupremacist != "unset" && ($slaves[$i].race == $arcologies[0].FSSupremacistRace)>> @@ -4401,12 +4401,12 @@ <</if>> <<elseif $slaves[$i].preg <= 0>> @@.red;The illusion is shattered@@ by $slaves[$i].slaveName's collar revealing $his vacant womb. - <<FSChangePorn "Repopulationist" -2>> + <<= FSChangePorn("Repopulationist", -2)>> <</if>> <</if>> <<elseif $slaves[$i].bellyPreg >= 1500>> Society is @@.green;pleased@@ by $slaves[$i].slaveName's pregnancy. - <<FSChangePorn "Repopulationist" 1>> + <<= FSChangePorn("Repopulationist", 1)>> <<if $arcologies[0].FSSubjugationist != "unset" && ($slaves[$i].race == $arcologies[0].FSSubjugationistRace)>> They just wish it wasn't <<print $arcologies[0].FSSubjugationistRace>>, of course. <<elseif $arcologies[0].FSSupremacist != "unset" && ($slaves[$i].race == $arcologies[0].FSSupremacistRace)>> @@ -4420,7 +4420,7 @@ <<set $repGain += 0.1*$FSSingleSlaveRep>> <<elseif $slaves[$i].collar == "preg biometrics" && $slaves[$i].preg > 0>> Society is @@.green;pleased@@ by $slaves[$i].slaveName's collar revealing $his womb's secret<<if $slaves[$i].pregType > 1>>s<</if>> even when $his body is trying its best to keep <<if $slaves[$i].pregType > 1>>them<<else>>it<</if>> hidden. - <<FSChangePorn "Repopulationist" 1>> + <<= FSChangePorn("Repopulationist", 1)>> <<if $arcologies[0].FSSubjugationist != "unset" && ($slaves[$i].race == $arcologies[0].FSSubjugationistRace)>> They just wish it wasn't <<print $arcologies[0].FSSubjugationistRace>>, of course. <<elseif $arcologies[0].FSSupremacist != "unset" && ($slaves[$i].race == $arcologies[0].FSSupremacistRace)>> @@ -4428,7 +4428,7 @@ <</if>> <<elseif $slaves[$i].pregWeek < 0>> Society is @@.green;pleased@@ by $slaves[$i].slaveName's recent birth. - <<FSChangePorn "Repopulationist" 2>> + <<= FSChangePorn("Repopulationist", 2)>> <<elseif setup.fakeBellies.includes($bellyAccessory)>> Society is @@.green;placated@@ by $slaves[$i].slaveName's fake belly. <<set $repGain += 0.01*$FSSingleSlaveRep>> @@ -4436,47 +4436,47 @@ Society is perfectly fine with $slaves[$i].slaveName not reproducing. $His belly is still unattractively small, however. <<elseif ($slaves[$i].ovaries == 0 && $slaves[$i].mpreg == 0) || ($slaves[$i].preg < -1) || ($slaves[$i].pubertyXX == 0)>> Society is @@.red;mildly disappointed@@ that $slaves[$i].slaveName is unable to become pregnant. - <<FSChangePorn "Repopulationist" -1>> + <<= FSChangePorn("Repopulationist", -1)>> <<elseif $slaves[$i].preg == -1>> Society is @@.red;disapproving@@ of $slaves[$i].slaveName's contraceptive regimen. - <<FSChangePorn "Repopulationist" -2>> + <<= FSChangePorn("Repopulationist", -2)>> <<else>> Society is @@.red;disapproving@@ of $slaves[$i].slaveName's flat, unimpregnated stomach. - <<FSChangePorn "Repopulationist" -2>> + <<= FSChangePorn("Repopulationist", -2)>> <</if>> <<elseif $arcologies[0].FSRestart != "unset">> <<if $slaves[$i].vaginalAccessory == "chastity belt" || $slaves[$i].vaginalAccessory == "combined chastity">> Society is @@.green;mildly pleased@@ at you keeping $his vagina in check. - <<FSChangePorn "Eugenics" 1>> + <<= FSChangePorn("Eugenics", 1)>> <</if>> <<if $slaves[$i].dickAccessory == "chastity" || $slaves[$i].dickAccessory == "combined chastity">> Society is @@.green;mildly pleased@@ at you keeping $his dick in check. - <<FSChangePorn "Eugenics" 1>> + <<= FSChangePorn("Eugenics", 1)>> <</if>> <<if $slaves[$i].breedingMark == 1 && $propOutcome == 1>> <<if $slaves[$i].pregKnown == 1 && $slaves[$i].pregSource == -1>> The Societal Elite @@.green;are pleased@@ your child is growing in within <<print $him>>. The mark covering $his lower belly, coupled with $his gravidity and blessing, @@.green;enamors@@ your populace. <<set $failedElite -= 5+$slaves[$i].pregType>> - <<FSChangePorn "Eugenics" 3>> + <<= FSChangePorn("Eugenics", 3)>> <</if>> <<else>> <<if $slaves[$i].preg > 30>> <<if $slaves[$i].pregType >= 10>> Society is @@.red;furious@@ at $slaves[$i].slaveName's infested womb. - <<FSChangePorn "Eugenics" -10>> + <<= FSChangePorn("Eugenics", -10)>> <<elseif $slaves[$i].pregType >= 4>> Society is @@.red;disgusted@@ by $slaves[$i].slaveName's abnormally large pregnancy. - <<FSChangePorn "Eugenics" -5>> + <<= FSChangePorn("Eugenics", -5)>> <<else>> Society is @@.red;greatly displeased@@ by $slaves[$i].slaveName's advanced pregnancy. - <<FSChangePorn "Eugenics" -3>> + <<= FSChangePorn("Eugenics", -3)>> <</if>> <<elseif $slaves[$i].bellyPreg >= 1500>> Society is @@.red;very displeased@@ by $slaves[$i].slaveName's pregnancy. - <<FSChangePorn "Eugenics" -2>> + <<= FSChangePorn("Eugenics", -2)>> <<elseif $slaves[$i].preg < -1 and $slaves[$i].vagina > -1>> Society is @@.green;pleased@@ that $slaves[$i].slaveName is unable to become pregnant. - <<FSChangePorn "Eugenics" 2>> + <<= FSChangePorn("Eugenics", 2)>> <</if>> <<if $slaves[$i].pregKnown == 1 && $eugenicsFullControl != 1>> The Societal Elite @@.red;judge you@@ for keeping pregnant slaves. It falls to the slave owner to deal with subhuman pregnancies and you are failing in your duties as a member of the Elite. @@ -4485,84 +4485,84 @@ <</if>> <<if $slaves[$i].balls > 0 && $slaves[$i].vasectomy == 0>> Society @@.red;disapproves@@ of $his working testicles. - <<FSChangePorn "Eugenics" $slaves[$i].balls>> + <<= FSChangePorn("Eugenics", -$slaves[$i].balls)>> <<elseif $slaves[$i].dick > 0 && $slaves[$i].balls > 0 && $slaves[$i].vasectomy == 1>> Society @@.green;approves@@ of $his vasectomy. - <<FSChangePorn "Eugenics" 1>> + <<= FSChangePorn("Eugenics", 1)>> <<elseif $slaves[$i].dick > 0 && $slaves[$i].balls > 0 && $slaves[$i].ballType == "sterile">> Society @@.green;approves@@ of $his useless testicles. - <<FSChangePorn "Eugenics" 1>> + <<= FSChangePorn("Eugenics", 1)>> <<elseif $slaves[$i].dick > 0 && $slaves[$i].balls == 0>> Society @@.green;approves@@ of $his lack of testicles. - <<FSChangePorn "Eugenics" 2>> + <<= FSChangePorn("Eugenics", 2)>> <</if>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<if ($slaves[$i].geneMods.NCS > 0) && ($slaves[$i].visualAge <= $potencyAge) && ($slaves[$i].physicalAge >= $potencyAge)>> Society @@.green;approves@@ of you keeping $slaves[$i].slaveName perpetually young and innocent looking so you can keep taking care of $him; this advances paternalistic ideals. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <<elseif ($slaves[$i].intelligenceImplant >= 15) && ($slaves[$i].fetish != "mindbroken")>> Society @@.green;approves@@ of $slaves[$i].slaveName being properly educated; this advances ideas about slave improvement. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <<elseif ($slaves[$i].intelligenceImplant < 15) && ($slaves[$i].intelligence+$slaves[$i].intelligenceImplant < -15) && ($slaves[$i].fetish != "mindbroken")>> Society @@.red;disapproves@@ of $slaves[$i].slaveName being stupid and uneducated; this holds back ideas about slave improvement. - <<FSChangePorn "Paternalist" -1>> + <<= FSChangePorn("Paternalist", -1)>> <</if>> <<if ($slaves[$i].health > 80)>> Society @@.green;approves@@ of $his shining health; this advances belief in a slaveowner's duty. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <</if>> <<if ($slaves[$i].devotion+$slaves[$i].trust > 180)>> <<if ($slaves[$i].relationship == -3)>> Society @@.green;approves very strongly@@ of $his happiness as your wife; this advances paternalistic ideals. - <<FSChangePorn "Paternalist" 5>> + <<= FSChangePorn("Paternalist", 5)>> <<elseif ($slaves[$i].relationship == -2)>> Society @@.green;strongly approves@@ of $his emotional bond to you; this advances paternalistic ideals. - <<FSChangePorn "Paternalist" 2>> + <<= FSChangePorn("Paternalist", 2)>> <<else>> Society @@.green;approves@@ of $his attachment to you; this advances paternalistic ideals. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <</if>> <<else>> <<if ($slaves[$i].devotion > 95)>> Society @@.green;approves@@ of $his attachment to you; this advances paternalistic ideals. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <</if>> <<if ($slaves[$i].trust > 95)>> Society @@.green;approves@@ of $his trust in you; this advances paternalistic ideals. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <</if>> <</if>> <<if ($slaves[$i].choosesOwnAssignment == 1)>> Society @@.green;approves@@ of $slaves[$i].slaveName being allowed to choose $his own job, advancing ideals about slave self-actualization. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <</if>> <<if ($slaves[$i].relationship == -3)>> <<if $slaves[$i].fetish == "mindbroken">> Society is mixed over your marriage to the mindbroken girl; on one hand $he had no consent, but on the other, you @@.green;surely must love $him@@ to marry $him. - <<FSChangePorn "Paternalist" 1>> + <<= FSChangePorn("Paternalist", 1)>> <<elseif ($slaves[$i].devotion <= 20)>> Society is @@.red;thoroughly disgusted@@ that you took $his hand in marriage by force. - <<FSChangePorn "Paternalist" -3>> + <<= FSChangePorn("Paternalist", -3)>> <</if>> <</if>> <<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>> Society @@.red;disapproves@@ of $his degrading body modifications, which dulls the public interest in letting slaves choose their own appearance. - <<FSChangePorn "Paternalist" -1>> + <<= FSChangePorn("Paternalist", -1)>> <</if>> <<if $slaves[$i].fuckdoll > 0>> Society @@.red;strongly disapproves@@ of your owning a Fuckdoll. - <<FSChangePorn "Paternalist" -2>> + <<= FSChangePorn("Paternalist", -2)>> <</if>> <<elseif $arcologies[0].FSDegradationist != "unset">> <<if ($slaves[$i].fetish == "mindbroken")>> Society @@.green;approves@@ of $his broken spirit; $he serves as an example of a soulless fuckpuppet. - <<FSChangePorn "Degradationist" 1>> + <<= FSChangePorn("Degradationist", 1)>> <<else>> <<if ($slaves[$i].trust <= 4)>> Society @@.green;approves@@ of $slaves[$i].slaveName's fear of you. - <<FSChangePorn "Degradationist" 1>> + <<= FSChangePorn("Degradationist", 1)>> <<else>> <<if ($slaves[$i].assignment == "be your Head Girl")>> Society accepts $slaves[$i].slaveName trusting you, since $he is your Head Girl and keeps the other slaves down. @@ -4572,31 +4572,31 @@ Society reluctantly accepts of $slaves[$i].slaveName trusting you, since $he is worshipful of you. <<else>> Society @@.red;disapproves@@ of $slaves[$i].slaveName being trusting of you; $he is not being properly degraded for $his role. - <<FSChangePorn "Degradationist" -1>> + <<= FSChangePorn("Degradationist", -1)>> <</if>> <</if>> <</if>> <<if ($slaves[$i].assignment == "work a glory hole") || ($slaves[$i].assignment == "be confined in the arcade")>> Society @@.green;approves@@ of how $he is restrained for involuntary use, seeing this as the future of sexual relations. - <<FSChangePorn "Degradationist" 1>> + <<= FSChangePorn("Degradationist", 1)>> <</if>> <<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>> Society @@.green;approves@@ of $his many body modifications, which advances the public taste for such degradation of slave bodies. - <<FSChangePorn "Degradationist" 1>> + <<= FSChangePorn("Degradationist", 1)>> <</if>> <<if $slaves[$i].voice != 0>> <<if $slaves[$i].lips > 95>> Society @@.green;approves@@ of the way $his mouth, with its useless ability to speak, has been replaced with an appealing hole. - <<FSChangePorn "Degradationist" 1>> + <<= FSChangePorn("Degradationist", 1)>> <</if>> <</if>> <<if ($slaves[$i].choosesOwnAssignment == 1)>> Society @@.red;disapproves@@ of $slaves[$i].slaveName being allowed to choose $his own job; this holds back ideas about slave degradation. - <<FSChangePorn "Degradationist" -1>> + <<= FSChangePorn("Degradationist", -1)>> <</if>> <<if $slaves[$i].fuckdoll > 0>> Society @@.green;approves@@ of your owning a Fuckdoll. - <<FSChangePorn "Degradationist" 1>> + <<= FSChangePorn("Degradationist", 1)>> <</if>> <</if>> @@ -4604,103 +4604,103 @@ <<if ($slaves[$i].scars != 0) && ($slaves[$i].scars != 6)>> <<if $arcologies[0].FSDegradationist != "unset">> Society @@.green;mildly approves@@ of your slave's scarring; this encourages the further abuse of slaves. - <<FSChangePorn "Degradationist" 1>> + <<= FSChangePorn("Degradationist", 1)>> <<elseif $arcologies[0].FSPaternalist != "unset">> Society @@.red;mildly disapproves@@ of your scarred slaves, viewing them as a sign of mistreatment. - <<FSChangePorn "Paternalist" -1>> + <<= FSChangePorn("Paternalist", -1)>> <</if>> <</if>> <<if $arcologies[0].FSBodyPurist != "unset">> <<if ($slaves[$i].boobsImplant == 0) && ($slaves[$i].buttImplant == 0) && ($slaves[$i].lipsImplant == 0) && ($slaves[$i].bellyImplant == -1)>> Society @@.green;approves@@ of $slaves[$i].slaveName's natural body; this supports the fashion for surgically untouched slaves. - <<FSChangePorn "BodyPurist" 1>> + <<= FSChangePorn("BodyPurist", 1)>> <<else>> Society @@.red;disapproves@@ of $slaves[$i].slaveName's implants; this holds back acceptance of the idea that slaves should be all-natural. - <<FSChangePorn "BodyPurist" -1>> + <<= FSChangePorn("BodyPurist", -1)>> <</if>> <<if ($slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2)>> Society @@.green;approves@@ of $his unmarked, unblemished skin, advancing the fashion for unspoiled slaves. - <<FSChangePorn "BodyPurist" 1>> + <<= FSChangePorn("BodyPurist", 1)>> <</if>> <<if $slaves[$i].faceImplant <= 5 && $slaves[$i].race == $slaves[$i].origRace>> Society @@.green;approves@@ of $his natural, untouched appearance, advancing the fashion for unaltered slaves. - <<FSChangePorn "BodyPurist" 1>> + <<= FSChangePorn("BodyPurist", 1)>> <<else>> Society @@.red;disapproves@@ of $slaves[$i].slaveName's surgical beautification; this holds back acceptance of the idea that a natural slave is a beautiful slave. - <<FSChangePorn "BodyPurist" -2>> + <<= FSChangePorn("BodyPurist", -2)>> <</if>> <<if $slaves[$i].fuckdoll == 0>> <<if $slaves[$i].vagina == 0 && $slaves[$i].anus == 0 && $slaves[$i].vaginalCount == 0 && $slaves[$i].analCount == 0>> Society @@.green;strongly approves@@ of $his intact holes, idolizing $his pristine body. - <<FSChangePorn "BodyPurist" 3>> + <<= FSChangePorn("BodyPurist", 3)>> <<elseif $slaves[$i].vagina == 0 && $slaves[$i].vaginalCount == 0>> Society @@.green;approves@@ of $his intact hymen, advancing ideals of pure, fresh slaves. - <<FSChangePorn "BodyPurist" 1>> + <<= FSChangePorn("BodyPurist", 1)>> <<elseif $slaves[$i].anus == 0 && $slaves[$i].analCount == 0>> Society @@.green;approves@@ of $his intact anus, advancing ideals of pure, fresh slaves. - <<FSChangePorn "BodyPurist" 1>> + <<= FSChangePorn("BodyPurist", 1)>> <</if>> <</if>> <<elseif $arcologies[0].FSTransformationFetishist != "unset">> <<set _transformed = 0>> <<if ($slaves[$i].boobsImplant > 0) && ($slaves[$i].buttImplant > 0) && ($slaves[$i].lipsImplant > 0)>> Society @@.green;approves@@ of $slaves[$i].slaveName's thoroughly modified body; this supports the fashion for surgically upgraded slaves. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if ($slaves[$i].lipsImplant/$slaves[$i].lips >= .50) || ($slaves[$i].buttImplant/$slaves[$i].butt >= .50 && $slaves[$i].butt >= 6) || ($slaves[$i].buttImplant/$slaves[$i].butt >= .25 && $slaves[$i].butt >= 3) || ($slaves[$i].boobsImplant/$slaves[$i].boobs >= .75 && $slaves[$i].boobs >= 10000) || ($slaves[$i].boobsImplant/$slaves[$i].boobs >= .50 && $slaves[$i].boobs >= 2000) || ($slaves[$i].boobsImplant/$slaves[$i].boobs >= .25 && $slaves[$i].boobs >= 1000) || ($slaves[$i].boobsImplant/$slaves[$i].boobs >= .10 && $slaves[$i].boobs >= 400)>> Society @@.green;approves@@ of $his obvious implants. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if ($slaves[$i].bellyImplant >= 1500)>> Society @@.green;mildly approves@@ of $slaves[$i].slaveName's belly bulging implant; this supports interest in more unusual implantations. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if ($slaves[$i].amp == 1) || ($slaves[$i].waist < -95) || ($slaves[$i].teeth == "pointy") || ($slaves[$i].teeth == "removable") || ($slaves[$i].hips == 3)>> Society @@.green;approves@@ of $his extreme surgeries; interest in $him stirs interest in transformations of all kinds. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if $slaves[$i].faceImplant > 30 || $slaves[$i].race != $slaves[$i].origRace>> Society @@.green;approves@@ of $his surgically improved appearance; this supports the fashion for surgical corrections. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <</if>> <<if $slaves[$i].faceImplant > 95 && $slaves[$i].face > 40>> Society @@.green;approves@@ of $his beautiful face, considering it's uncanny nature a boon rather than a fault; this supports the belief that there is no such thing as too much surgery. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if ($slaves[$i].amp < 0)>> Society @@.green;strongly approves@@ of $his transhuman body. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if ($slaves[$i].dick > 8)>> Society @@.green;approves@@ of $his monolithic dick, since it's such an obvious transformation masterpiece. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if ($slaves[$i].lips > 95)>> Society @@.green;approves@@ of $his absurd facepussy as a transformation of $his mouth into nothing more than another fuckhole. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if ($slaves[$i].nipples == "fuckable")>> Society @@.green;approves@@ of $slaves[$i].slaveName's fuckable nipples; this supports interest in more unusual body modifications. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if $slaves[$i].fuckdoll > 0>> Society @@.green;approves@@ of your owning a Fuckdoll. - <<FSChangePorn "TransformationFetishist" 1>> + <<= FSChangePorn("TransformationFetishist", 1)>> <<set _transformed = 1>> <</if>> <<if _transformed == 0>> Society @@.red;disapproves@@ of $slaves[$i].slaveName's lack of obvious transformations; $he does not advance the ideal of body modification. - <<FSChangePorn "TransformationFetishist" -1>> + <<= FSChangePorn("TransformationFetishist", -1)>> <</if>> <</if>> @@ -4717,52 +4717,52 @@ <</if>> <<if _slimAccept == 1>> Society @@.green;approves@@ of $slaves[$i].slaveName's graceful, girlish form; $he furthers the fashion for slaves like $him. - <<FSChangePorn "SlimnessEnthusiast" 1>> + <<= FSChangePorn("SlimnessEnthusiast", 1)>> <</if>> <</if>> <<if ($slaves[$i].butt > 4) && ($slaves[$i].boobs > 800)>> Society @@.red;disapproves@@ of $slaves[$i].slaveName's boorishly large tits and ass; $he damages the fashion for slender slaves. - <<FSChangePorn "SlimnessEnthusiast" -1>> + <<= FSChangePorn("SlimnessEnthusiast", -1)>> <</if>> <<elseif $arcologies[0].FSAssetExpansionist != "unset">> <<if ($slaves[$i].geneMods.NCS > 0)>> Society @@.green;strongly disaproves @@ of $slaves[$i].slaveName who can't get bigger; $His shrinking body hurts the fashion for Asset expansion. - <<FSChangePorn "AssetExpansionist" -2>> + <<= FSChangePorn("AssetExpansionist", -2)>> <</if>> <<if ($slaves[$i].boobs > 2000)>> Society @@.green;approves@@ of $slaves[$i].slaveName's huge tits; $his breasts further the fashion for bouncing boobs on slaves. - <<FSChangePorn "AssetExpansionist" 1>> + <<= FSChangePorn("AssetExpansionist", 1)>> <</if>> <<if ($slaves[$i].butt > 7)>> Society @@.green;approves@@ of $his massive ass; $his butt furthers the fashion for big behinds on slaves. - <<FSChangePorn "AssetExpansionist" 1>> + <<= FSChangePorn("AssetExpansionist", 1)>> <</if>> <<if ($slaves[$i].dick > 8)>> Society @@.green;approves@@ of $his massive member, which might be nonfunctional, but is a wonder of expansionism. <<set _Dic = $slaves[$i].dick-8>> - <<FSChangePorn "AssetExpansionist" _Dic>> + <<= FSChangePorn("AssetExpansionist", _Dic, $pornFameBonus)>> <<elseif ($slaves[$i].dick > 6)>> Society @@.green;approves@@ of $his enormous penis; $his cock furthers the fashion for dangling dicks on slaves. - <<FSChangePorn "AssetExpansionist" 1>> + <<= FSChangePorn("AssetExpansionist", 1)>> <</if>> <<if ($slaves[$i].balls > 6)>> Society @@.green;approves@@ of $his swinging balls; $his nuts further the fashion for tremendous testicles on slaves. - <<FSChangePorn "AssetExpansionist" 1>> + <<= FSChangePorn("AssetExpansionist", 1)>> <</if>> <<if ($slaves[$i].lips > 95)>> Society @@.green;approves@@ of $his expanded lips. - <<FSChangePorn "AssetExpansionist" 1>> + <<= FSChangePorn("AssetExpansionist", 1)>> <</if>> <</if>> <<if $arcologies[0].FSPastoralist != "unset">> <<if ($slaves[$i].lactation > 0)>> Society @@.green;approves@@ of $slaves[$i].slaveName's milky udders; the sight of $his creamy milk encourages the public taste for dairy straight from the nipple. - <<FSChangePorn "Pastoralist" 1>> + <<= FSChangePorn("Pastoralist", 1)>> <</if>> <<if ($slaves[$i].assignment == "get milked") && ($slaves[$i].balls > 0)>> Society @@.green;approves@@ of how $slaves[$i].slaveName gets cockmilked; the sight of $his product encourages experimentation with cum-based concoctions. - <<FSChangePorn "Pastoralist" 1>> + <<= FSChangePorn("Pastoralist", 1)>> <</if>> <</if>> @@ -4770,89 +4770,89 @@ <<if $arcologies[0].FSPhysicalIdealistLaw == 1>> <<if ($slaves[$i].muscles > 50)>> Society @@.green;approves@@ of $slaves[$i].slaveName's commitment to fitness; but thinks $his muscles are too big and vascular. - <<FSChangePorn "PhysicalIdealist" 1>> + <<= FSChangePorn("PhysicalIdealist", 1)>> <<elseif ($slaves[$i].muscles > 20)>> Society @@.green;strongly approves@@ of $slaves[$i].slaveName's fit body; physical enthusiasts see $his as the optimal example of feminine fitness. - <<FSChangePorn "PhysicalIdealist" 2>> + <<= FSChangePorn("PhysicalIdealist", 2)>> <<elseif ($slaves[$i].muscles > 5)>> Society @@.green;approves@@ of $slaves[$i].slaveName's toned form; the public sees potential in those guns. - <<FSChangePorn "PhysicalIdealist" 1>> + <<= FSChangePorn("PhysicalIdealist", 1)>> <</if>> <<else>> <<if ($slaves[$i].muscles > 95)>> Society @@.green;strongly approves@@ of $slaves[$i].slaveName's glorious muscles; everyone wants to train a slave to look as swole as $him. - <<FSChangePorn "PhysicalIdealist" 2>> + <<= FSChangePorn("PhysicalIdealist", 2)>> <<elseif ($slaves[$i].muscles > 30)>> Society @@.green;approves@@ of $slaves[$i].slaveName's fit body; physical enthusiasts see $his as on $his way to something great. - <<FSChangePorn "PhysicalIdealist" 1>> + <<= FSChangePorn("PhysicalIdealist", 1)>> <<elseif ($slaves[$i].muscles > 5)>> Society @@.green;approves@@ of $slaves[$i].slaveName's toned form; the public sees potential in those guns. - <<FSChangePorn "PhysicalIdealist" 1>> + <<= FSChangePorn("PhysicalIdealist", 1)>> <</if>> <</if>> <<if ($slaves[$i].height >= 185)>> Society @@.green;approves@@ of how tall $he is; the sexual advantages of $his height are impressed on the public mind. - <<FSChangePorn "PhysicalIdealist" 1>> + <<= FSChangePorn("PhysicalIdealist", 1)>> <</if>> <<if ($slaves[$i].health > 80)>> Society @@.green;approves@@ of $his health; the expectation that slaves should be kept perfectly healthy grows. - <<FSChangePorn "PhysicalIdealist" 1>> + <<= FSChangePorn("PhysicalIdealist", 1)>> <</if>> <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> <<if ($slaves[$i].weight > 160)>> Society @@.green;strongly approves@@ of $slaves[$i].slaveName's glorious rolls; everyone wants to own a pillowy slave like $him. - <<FSChangePorn "Hedonism" 3>> + <<= FSChangePorn("Hedonism", 3)>> <<elseif ($slaves[$i].weight > 95)>> Society @@.green;approves@@ of $slaves[$i].slaveName's fat body; it shows just how much luxurious your life must be to pamper a slave as much as $him. - <<FSChangePorn "Hedonism" 2>> + <<= FSChangePorn("Hedonism", 2)>> <<elseif ($slaves[$i].weight > 30)>> Society @@.green;approves@@ of $slaves[$i].slaveName's chubby form; the public enjoys the sight of a well rounded slave. - <<FSChangePorn "Hedonism" 1>> + <<= FSChangePorn("Hedonism", 1)>> <</if>> <<if ($slaves[$i].muscles < -30)>> Society @@.green;approves@@ of how soft $he is; the sexual advantages of being able to effortlessly overpower $him are not lost on them. - <<FSChangePorn "Hedonism" 1>> + <<= FSChangePorn("Hedonism", 1)>> <</if>> <<if ($slaves[$i].fetishStrength > 95)>> Society @@.green;approves@@ of $his intense fetish; the expectation that everyone's deepest desires should be fulfilled grows. - <<FSChangePorn "Hedonism" 1>> + <<= FSChangePorn("Hedonism", 1)>> <</if>> <<if (_para > 0)>> Society @@.green;is pleased@@ that $he is allowed to fully indulge $his paraphilia. - <<FSChangePorn "Hedonism" 1>> + <<= FSChangePorn("Hedonism", 1)>> <<elseif (_para < 0)>> Society @@.red;frowns@@ upon $him not being allowed to indulge in $his paraphilia. - <<FSChangePorn "Hedonism" -2>> + <<= FSChangePorn("Hedonism", -2)>> <</if>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> <<if ["tight steel", "uncomfortable leather", "cruel retirement counter" ].includes($slaves[$i].collar)>> Society @@.green;approves@@ of $slaves[$i].slaveName's collar as an expression of the old ideal of mortification of the flesh, advancing the combination of religious originalism and modern slavery. - <<FSChangePorn "ChattelReligionist" 1>> + <<= FSChangePorn("ChattelReligionist", 1)>> <</if>> <<if ["a chattel habit", "a fallen nuns habit", "a penitent nuns habit", "a hijab and abaya", "a niqab and abaya", "a klan robe", "a burqa", "a succubus outfit"].includes($slaves[$i].clothes)>> Society @@.green;approves@@ of $his religiously themed clothing, strengthening the connection between sexual servitude and faith. - <<FSChangePorn "ChattelReligionist" 1>> + <<= FSChangePorn("ChattelReligionist", 1)>> <<elseif ["uncomfortable straps", "shibari ropes", "a nice maid outfit", "chains", "nice business attire", "a nice nurse outfit", "a kimono", "a military uniform", "conservative clothing", "a toga", "body oil", "no clothing"].includes($slaves[$i].clothes)>> Society accepts $his spartan clothing, seeing it as permissible under the new religious mores. <<elseif ($slaves[$i].fuckdoll == 0)>> Society @@.red;disapproves@@ of $his unnecessarily gaudy attire; this slows acceptance of a link between faith and sexual servitude. - <<FSChangePorn "ChattelReligionist" -1>> + <<= FSChangePorn("ChattelReligionist", -1)>> <</if>> <<if ($slaves[$i].devotion > 95)>> Society @@.green;approves@@ of $his devotion to you as a companion to religious devotion, seeing both as the model for holy slaves. - <<FSChangePorn "ChattelReligionist" 1>> + <<= FSChangePorn("ChattelReligionist", 1)>> <</if>> <<if ($slaves[$i].trust > 95)>> Society @@.green;strongly approves@@ of $his faith in you as a companion to faith in God, seeing both as the model for righteous slaves of the future. - <<FSChangePorn "ChattelReligionist" 2>> + <<= FSChangePorn("ChattelReligionist", 2)>> <</if>> <<if ($slaves[$i].behavioralFlaw == "devout")>> Society does not disapprove of $his devout adherence to an old world faith, having confidence that you'll bring $him around, and looking forward to seeing $him converted into a holy sex object. <<elseif ($slaves[$i].behavioralQuirk == "sinful")>> Society @@.green;strongly approves@@ of $his eagerness to transgress against the old world religious mores $he once held dear. - <<FSChangePorn "ChattelReligionist" 2>> + <<= FSChangePorn("ChattelReligionist", 2)>> <</if>> <</if>> @@ -4867,7 +4867,7 @@ <<if ($slaves[$i].trust > 20) && ($slaves[$i].health > 40)>> <<if $arcologies[0].FSPaternalist != "unset">> Society @@.green;strongly approves@@ of how you've brought a shelter girl health and happiness. - <<FSChangePorn "Paternalist" 2>> + <<= FSChangePorn("Paternalist", 2)>> <<switch $slaves[$i].assignment>> <<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep += 2*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel)>> <</switch>> diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw index 15775edfe5d31c79929bc312f21469d2d1e40f62..83050ae4ab0bcf40e3418a37f930b40836382edd 100644 --- a/src/uncategorized/saPleaseYou.tw +++ b/src/uncategorized/saPleaseYou.tw @@ -1180,7 +1180,7 @@ serves you this week. <</if>> <<run FResult($slaves[$i])>> -<<Beauty $slaves[$i]>> +<<run Beauty($slaves[$i])>> <<set _multiplier = 0.1>> <<if $slaves[$i].relationship == -2>> diff --git a/src/uncategorized/saServeThePublic.tw b/src/uncategorized/saServeThePublic.tw index d0c578909b04a06219f3b600e1985797033d8f3a..372a2e4fe3f36eb28fb1555d745d39e527d078cc 100644 --- a/src/uncategorized/saServeThePublic.tw +++ b/src/uncategorized/saServeThePublic.tw @@ -23,7 +23,7 @@ <<else>> <<set $FResult = Math.trunc($FResult*0.85)>> <</if>> -<<Beauty $slaves[$i]>> +<<run Beauty($slaves[$i])>> <<if $ACitizens > $ASlaves*2>> <<set $beauty = Math.trunc($beauty*1.1)>> <<elseif $ACitizens > $ASlaves>> diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw index a5c0ac54cdbf025254aa029f117292e2ed0a1d75..718c1abbc19786fa615ce5055b74f52e65bd2623 100644 --- a/src/uncategorized/saWhore.tw +++ b/src/uncategorized/saWhore.tw @@ -18,7 +18,7 @@ <<else>> <<set $FResult = Math.trunc($FResult*0.85)>> <</if>> -<<Beauty $slaves[$i]>> +<<run Beauty($slaves[$i])>> <<if $ACitizens > $ASlaves*2>> <<set $beauty = Math.trunc($beauty*1.1)>> <<elseif $ACitizens > $ASlaves>> diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw index 765b463f903674344387828aeaaf71137f7d0806..059e8aa58891cbfeebbe9884533654f29408c927 100644 --- a/src/uncategorized/spaReport.tw +++ b/src/uncategorized/spaReport.tw @@ -199,7 +199,7 @@ <br> Since she doesn't have enough girls to occupy all her time, the spa takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@ <<if ($arcologies[0].FSHedonisticDecadence > 0) && (_DL == 0)>> Society @@.green;loves@@ being allowed to lounge in your spa, greatly advancing your laid back culture. - <<FSChange "Hedonism" 2>> + <<= FSChange("Hedonism", 2)>> <</if>> <</if>> <<if (_DL > 0)>><br><br><</if>> @@ -209,7 +209,7 @@ ''<<if (_DL > 1)>>There are _DL slaves<<else>>There is one slave<</if>> resting and recuperating in the spa.'' <<if ($arcologies[0].FSHedonisticDecadence > 0) && (_DL == 0)>> Society @@.green;approves@@ of your slaves being pampered this way, greatly advancing your laid back culture. - <<FSChange "Hedonism" 1>> + <<= FSChange("Hedonism", 1)>> <</if>> <</if>> diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw index b5c7d4bfb0594144bef1536bca99d95cbd09ce25..506e7e6e5f4e79109b25d213e85e607916fe6999 100644 --- a/src/utility/assayWidgets.tw +++ b/src/utility/assayWidgets.tw @@ -1,9 +1,5 @@ :: assay widgets [widget nobr] -<<widget "Beauty">> - <<run Beauty($args[0])>> -<</widget>> - <<widget "Deadliness">> <<set $deadliness = 2>> @@ -144,7 +140,7 @@ <<widget "slaveCost">> -<<Beauty $args[0]>> +<<run Beauty($args[0])>> <<set FResult($args[0])>> <<set $slaveCost = ($beauty*$FResult)>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 6e192884bc2ab4aceacd8cbbe99594595f446f71..ebd52708d89d48cc3c1f0f0ce90585fe0306fedb 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -771,25 +771,6 @@ This experience <</if>> <</widget>> -/% - Call as <<FSChange>> - $args[0]: FS. - $args[1]: Magnitude. - $args[2]: Bonus multiplier. (Optional) - %/ -<<widget "FSChange">> - <<= FSChange($args[0], $args[1], $args[2])>> -<</widget>> - -/% - Call as <<FSChangePorn>> - $args[0]: FS. - $args[1]: Magnitude. -%/ -<<widget "FSChangePorn">> - <<= FSChange($args[0], $args[1], $pornFameBonus)>> -<</widget>> - /* Called as <<FSChangeDecoration "FSName" "clothesBoughtFSClothes">>, will generate description of current decoration level and a link to increase it if applicable, quotes are needed to pass FSName as reference - DO NOT INCLUDE IT AS PROPERTY OF $arcologies[0]! */ <<widget "FSChangeDecoration">> <<set _FS = $args[0]>>