From a3d0dfdcca78bd1df55f083f8e2384924b9fb614 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 6 Jul 2019 01:41:15 -0400 Subject: [PATCH] FS work --- Changelog.txt | 6 +++ src/SecExp/widgets/miscSecExpWidgets.tw | 16 +++++++ src/js/playerJS.js | 36 +++++++++++++++ src/pregmod/reMaleCitizenHookup.tw | 60 +++++++++++++++++++++++-- src/pregmod/rePregInventor.tw | 8 ++++ src/uncategorized/reCitizenHookup.tw | 46 +++++++++++++++++++ src/uncategorized/seIndependenceDay.tw | 42 +++++++++++++++++ 7 files changed, 211 insertions(+), 3 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 8597fe748d2..3a38367f76a 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,6 +4,12 @@ Pregmod 0.10.7.1-2.5.x + 3 + -sugarcube updated to 2.29.0 + -incest toggle added + -added more watersports content + -various fixes and cleanings + 06/27/2019 2 diff --git a/src/SecExp/widgets/miscSecExpWidgets.tw b/src/SecExp/widgets/miscSecExpWidgets.tw index 5fd970e2375..e58a019b374 100644 --- a/src/SecExp/widgets/miscSecExpWidgets.tw +++ b/src/SecExp/widgets/miscSecExpWidgets.tw @@ -469,6 +469,22 @@ <<set $arcologies[0].FSAztecRevivalist = 10>> <br>Fixed NaN FS value for FSAztecRevivalist <</if>> + <<if $arcologies[0].FSIntellectualDependency !== "unset" && !Number.isFinite($arcologies[0].FSIntellectualDependency)>> + <<set $arcologies[0].FSIntellectualDependency = 10>> + <br>Fixed NaN FS value for FSIntellectualDependency + <</if>> + <<if $arcologies[0].FSSlaveProfessionalism !== "unset" && !Number.isFinite($arcologies[0].FSSlaveProfessionalism)>> + <<set $arcologies[0].FSSlaveProfessionalism = 10>> + <br>Fixed NaN FS value for FSSlaveProfessionalism + <</if>> + <<if $arcologies[0].FSPetiteAdmiration !== "unset" && !Number.isFinite($arcologies[0].FSPetiteAdmiration)>> + <<set $arcologies[0].FSPetiteAdmiration = 10>> + <br>Fixed NaN FS value for FSPetiteAdmiration + <</if>> + <<if $arcologies[0].FSStatuesqueGlorification !== "unset" && !Number.isFinite($arcologies[0].FSStatuesqueGlorification)>> + <<set $arcologies[0].FSStatuesqueGlorification = 10>> + <br>Fixed NaN FS value for FSStatuesqueGlorification + <</if>> <</widget>> <<widget "recalcBaseStats">> diff --git a/src/js/playerJS.js b/src/js/playerJS.js index 14b91f04847..2f4a19cf7e5 100644 --- a/src/js/playerJS.js +++ b/src/js/playerJS.js @@ -233,6 +233,22 @@ window.PCTitle = function PCTitle() { titles.push("Pursuer of Justice"); } + if (V.arcologies[0].FSIntellectualDependency >= V.FSLockinLevel * 0.9) { + titles.push("Sovereign of Bimbos"); + } else if (V.arcologies[0].FSIntellectualDependency >= V.FSLockinLevel * 0.6) { + titles.push("Shepard of the Slow"); + } else if (V.arcologies[0].FSIntellectualDependency >= V.FSLockinLevel * 0.3) { + titles.push("Lover of Bimbos"); + } + + if (V.arcologies[0].FSSlaveProfessionalism >= V.FSLockinLevel * 0.9) { + titles.push("the Mastermind"); + } else if (V.arcologies[0].FSSlaveProfessionalism >= V.FSLockinLevel * 0.6) { + titles.push("the Genius"); + } else if (V.arcologies[0].FSSlaveProfessionalism >= V.FSLockinLevel * 0.3) { + titles.push("the Smart"); + } + if (V.arcologies[0].FSBodyPurist >= V.FSLockinLevel * 0.9) { titles.push("the Purifier of the Breasts"); } else if (V.arcologies[0].FSBodyPurist >= V.FSLockinLevel * 0.6) { @@ -253,6 +269,26 @@ window.PCTitle = function PCTitle() { } } + if (V.arcologies[0].FSStatuesqueGlorification >= V.FSLockinLevel * 0.9) { + if (V.PC.title === 1) { + titles.push("He Who Stands Above All"); + } else { + titles.push("She Who Stands Above All"); + } + } else if (V.arcologies[0].FSStatuesqueGlorification >= V.FSLockinLevel * 0.6) { + titles.push("Agent of Growth"); + } else if (V.arcologies[0].FSStatuesqueGlorification >= V.FSLockinLevel * 0.3) { + titles.push("height fetishist"); + } + + if (V.arcologies[0].FSPetiteAdmiration >= V.FSLockinLevel * 0.9) { + titles.push("Supporter of the Small"); + } else if (V.arcologies[0].FSPetiteAdmiration >= V.FSLockinLevel * 0.6) { + titles.push("the Size Enthusiast"); + } else if (V.arcologies[0].FSPetiteAdmiration >= V.FSLockinLevel * 0.3) { + titles.push("height fetishist"); + } + if (V.arcologies[0].FSPastoralist >= V.FSLockinLevel * 0.9) { if (V.PC.title === 1) { titles.push("the Master of Stock"); diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw index 5ca29cd68ef..7987e1d7c7e 100644 --- a/src/pregmod/reMaleCitizenHookup.tw +++ b/src/pregmod/reMaleCitizenHookup.tw @@ -47,6 +47,16 @@ <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> <<set _FS.push("Hedonistic")>> <</if>> +<<if $arcologies[0].FSIntellectualDependency != "unset">> + <<set _FS.push("Intellectual Dependency")>> +<<elseif $arcologies[0].FSSlaveProfessionalism != "unset">> + <<set _FS.push("Slave Professionalism")>> +<</if>> +<<if $arcologies[0].FSPetiteAdmiration != "unset">> + <<set _FS.push("Petite Admiration")>> +<<elseif $arcologies[0].FSStatuesqueGlorification != "unset">> + <<set _FS.push("Statuesque Glorification")>> +<</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> <<set _FS.push("Chattel Religionist")>> <</if>> @@ -125,6 +135,14 @@ But tonight, you've put in an appearance. Your citizens are drinking your <<if $ a handsome Arabian prince <<case "Chinese Revivalist">> a handsome Chinese man +<<case "Intellectual Dependency">> + a cute party boy +<<case "Slave Professionalism">> + a handsome, experienced man +<<case "Petite Admiration">> + a delightfully short young man +<<case "Statuesque Glorification">> + a towering figure <<default>> a cute young man <</switch>> @@ -172,6 +190,14 @@ He's yours for the taking, if you want him, and if his praise and proximity were assume just a hint of a Chattel Religionist devotional pose used to request to penetrate. It's heavy flirting, of a modern religious sort. <<case "Aztec Revivalist">> hint that his devotion, which is the most important thing, cannot be besmirched by tasting your divine power. +<<case "Intellectual Dependency">> + push his prominant erection against your leg. +<<case "Slave Professionalism">> + whisper a tantilizing series of positions you two could share into your ear. +<<case "Petite Admiration">> + rest his head against your hip. +<<case "Statuesque Glorification">> + give you an affectionate pat on the head. <<default>> flirt with you quite hard without crossing any lines between a citizen and an arcology owner. <</switch>> @@ -187,7 +213,15 @@ He's clearly attracted to you; even the most consummate actor would have difficu <</link>> <br><<link "To them that hath, it shall be given">> <<replace "#result">> - You're not exactly starved for casual sex, but you've never thought there was any such thing as too much of a good thing. <<if _FS != "Physical Idealist">>You pull his arm around your waist<<else>>You nudge him in the ribs and motion to the door<</if>>. You hear a slight gasp from him as he realizes that his gambit has succeeded with more immediate effect than he expected. He shivers with anticipation as you steer him back through a side door, grabbing a pair of glasses of <<if $PC.refreshmentType == 1>>$PC.refreshment<<else>>liquor<</if>> on the way, and making a discreet exit towards your private suite. + You're not exactly starved for casual sex, but you've never thought there was any such thing as too much of a good thing. + <<if _FS == "Physical Idealist" || _FS == "Statuesque Glorification">> + You nudge him in the ribs and motion to the door. + <<elseif _FS == "Petite Admiration">> + You place your hand on the nap of his neck and begin to lead him away. + <<else>> + You pull his arm around your waist. + <</if>> + You hear a slight gasp from him as he realizes that his gambit has succeeded with more immediate effect than he expected. He shivers with anticipation as you steer him back through a side door, grabbing a pair of glasses of <<if $PC.refreshmentType == 1>>$PC.refreshment<<else>>liquor<</if>> on the way, and making a discreet exit towards your private suite. <<if $Concubine != 0 && $Concubine.intelligence+$Concubine.intelligenceImplant > 50>> <<setLocalPronouns $Concubine>> $Concubine.slaveName is there, of course, and $he instantly <<if canSee($Concubine)>>sees<<else>>realizes<</if>> that $his continued presence for a ménage à trois is wanted by both you and your guest. @@ -289,6 +323,14 @@ He's clearly attracted to you; even the most consummate actor would have difficu a strong, tight, bronze body, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft, fully taking its length, before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. <<default>> a hot young body, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft, fully taking its length, before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. + <<case "Intellectual Dependency">> + a young body eager for sex, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft, fully taking its length, before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. + <<case "Slave Professionalism">> + a mature body featuring an erection with years of experience. Before you can tip him onto your bed; he deftly slips you out of your evening dress, scoops you up and places you, back first, at the edge of your bed. He dominantly spears your pussy and begins thrusting, hitting all the right places. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly fucking you. You shift in discomfort at being dominated, and in response he <<if $PC.belly >= 5000>>shifts you to a position more befitting your gravidity<<else>>groping your <<if $PC.boobsBonus > 0>>huge breasts<<elseif $PC.boobsBonus < 0>>cute breasts<<elseif $PC.boobs == 1>>ample breasts<<else>>butt<</if>><</if>>, calming you and allowing you to give in to the pleasure. With a hard, firm thrust, he cums deep into your pussy. You follow shortly after, feeling the heat of his seed in your depths as you clamp down around his dick. Thankfully, he isn't spent yet and maneuvers you to a fresh position and begins anew, quickly bringing to a second orgasm and drawing an adorable moan out of you. His bag of tricks is nigh endless; you spend the night having sex in new and exciting ways. + <<case "Petite Admiration">> + that he is adorable, and not laking at all down there, and gently carry him to your bed. You tease him as you remove your evening dress, crawl next to him and pull him into you. He begins thrusting excictedly and hugs tightly to your <<if $PC.belly >= 5000>>pregnant belly<<else>>larger body<</if>>, clearly into how much bigger you are than him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that spares his tiny form most of the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. + <<case "Statuesque Glorification">> + a glorified titan. Before you can tip him onto your bed; he deftly pulls you out of your evening dress, scoops you up, dominantly spears your pussy and begins thrusting powerfully while holding you. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly fucking you. You <<if $PC.belly >= 5000>>squirm in discomfort until he turns you around and gives your pregnancy room<<elseif $PC.boobsBonus > 0>>squirm in discomfort until he turns you around and uses his other arm to keep your huge breasts steady<<elseif $PC.boobsBonus < 0>>push your cute breasts against his toned abs<<elseif $PC.boobs == 1>>push your <<if $PC.boobsBonus >= 0>>ample <</if>>breasts against his toned abs<<else>>allow him pull your flat chest to his toned abs<</if>>, before he really takes advantage of your size difference. With a hard, firm thrust, he cums deep into your pussy. You follow shortly after, feeling the heat of his seed in your depths as you clamp down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. <</switch>> <<if _FS == "Asset Expansionist">> <<if $Concubine != 0 && $Concubine.amp != 1>> @@ -304,9 +346,9 @@ He's clearly attracted to you; even the most consummate actor would have difficu <<run repX(5000, "event")>> <<if isPlayerFertile($PC)>> <<switch _FS>> - <<case "Asset Expansionist" "Repopulationist">> + <<case "Asset Expansionist" "Repopulationist" "Slave Professionalism">> <<= knockMeUp($PC, 100, 0, -2)>> - <<case "Eugenics" "Gender Fundamentalist" "Maturity Preferentialist" "Paternalist" "Physical Idealist">> + <<case "Eugenics" "Gender Fundamentalist" "Maturity Preferentialist" "Paternalist" "Physical Idealist" "Statuesque Glorification">> <<= knockMeUp($PC, 60, 0, -2)>> <<default>> <<= knockMeUp($PC, 40, 0, -2)>> @@ -405,6 +447,18 @@ He's clearly attracted to you; even the most consummate actor would have difficu <<else>> <<set $arcologies[0].FSChineseRevivalist += 5>> <</if>> + <<case "Intellectual Dependency">> + extreme horniness + <<set $arcologies[0].FSIntellectualDependency += 5>> + <<case "Slave Professionalism">> + experienced body + <<set $arcologies[0].FSSlaveProfessionalism += 5>> + <<case "Petite Admiration">> + tiny form + <<set $arcologies[0].FSPetiteAdmiration += 5>> + <<case "Statuesque Glorification">> + towering form + <<set $arcologies[0].FSStatuesqueGlorification += 5>> <<default>> hot young body <</switch>> diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index 800cdc26841..03c9ba24fac 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -403,6 +403,14 @@ plush MILFs who support your hyperbroodmother's insane pregnancy with a hint of maternal affection, <<elseif $arcologies[0].FSSlimnessEnthusiast > 60>> lithe and possessed of wiry strength, + <<elseif $arcologies[0].FSStatuesqueGlorification > 60>> + impressively tall and quite capable of handling your massively bloated hyperbroodmother, + <<elseif $arcologies[0].FSPetiteAdmiration > 60>> + tiny and trying their hardest to move $him, + <<elseif $arcologies[0].FSSlaveProfessionalism > 60>> + quick witted slaves who flawlessly redirect attention to your hyperpregnant star, + <<elseif $arcologies[0].FSIntellectualDependency > 60>> + very aroused and having trouble staying focused when so intimately close to such an expanse of flesh, <<elseif $arcologies[0].FSRomanRevivalist > 60>> dressed in a skimpy reproduction of roman legionary garb, <<elseif $arcologies[0].FSAztecRevivalist > 60>> diff --git a/src/uncategorized/reCitizenHookup.tw b/src/uncategorized/reCitizenHookup.tw index f779b76b5ce..024b39d95f9 100644 --- a/src/uncategorized/reCitizenHookup.tw +++ b/src/uncategorized/reCitizenHookup.tw @@ -47,6 +47,16 @@ <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> <<set _FS.push("Hedonistic")>> <</if>> +<<if $arcologies[0].FSIntellectualDependency != "unset">> + <<set _FS.push("Intellectual Dependency")>> +<<elseif $arcologies[0].FSSlaveProfessionalism != "unset">> + <<set _FS.push("Slave Professionalism")>> +<</if>> +<<if $arcologies[0].FSPetiteAdmiration != "unset">> + <<set _FS.push("Petite Admiration")>> +<<elseif $arcologies[0].FSStatuesqueGlorification != "unset">> + <<set _FS.push("Statuesque Glorification")>> +<</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> <<set _FS.push("Chattel Religionist")>> <</if>> @@ -129,6 +139,14 @@ But tonight, you've put in an appearance. Your citizens are drinking your <<if $ a pretty Arabian princess <<case "Chinese Revivalist">> a pretty Chinese lady +<<case "Intellectual Dependency">> + a cute party girl +<<case "Slave Professionalism">> + an elegant woman +<<case "Petite Admiration">> + a delightfully short young lady +<<case "Statuesque Glorification">> + a towering figure <<default>> a pretty young woman <</switch>> @@ -186,6 +204,14 @@ She's yours for the taking, if you want her, and if her praise and proximity wer reference young Scheherazade and mighty Shahryar in a way that suggests she's quite willing to play the former. <<case "Chinese Revivalist">> allude to the divinity that resides with the powerful, implying that she'd very much like to come closer to it. +<<case "Intellectual Dependency">> + hint that she forgot to put on panties and that she needs that dripping sound checked out. +<<case "Slave Professionalism">> + bring you fully erect with a single, masterful stroke of her fingers. +<<case "Petite Admiration">> + give the bulge in your pants a quick kiss. +<<case "Statuesque Glorification">> + affectionately rest her breasts on your head. <<default>> flirt with you quite hard without crossing any lines between a citizen and an arcology owner. <</switch>> @@ -257,6 +283,14 @@ She's clearly attracted to you; even the most consummate actress would have diff a nubile young body perfectly formed for a Sultan's bed. <<case "Chinese Revivalist">> a pretty young body that would not look out of place in an Imperial bed. + <<case "Intellectual Dependency">> + a young body practically begging you for dick. + <<case "Slave Professionalism">> + an elegant, mature body that knows its way around the bedroom. + <<case "Petite Admiration">> + an adorably petite figure. + <<case "Statuesque Glorification">> + that you have to crane your neck back to take in her full stature. <<default>> a hot young body. <</switch>> @@ -360,6 +394,18 @@ She's clearly attracted to you; even the most consummate actress would have diff <<else>> <<set $arcologies[0].FSChineseRevivalist += 5>> <</if>> + <<case "Intellectual Dependency">> + extreme horniness + <<set $arcologies[0].FSIntellectualDependency += 5>> + <<case "Slave Professionalism">> + experienced body + <<set $arcologies[0].FSSlaveProfessionalism += 5>> + <<case "Petite Admiration">> + tiny form + <<set $arcologies[0].FSPetiteAdmiration += 5>> + <<case "Statuesque Glorification">> + towering form + <<set $arcologies[0].FSStatuesqueGlorification += 5>> <<default>> hot young body <</switch>> diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw index e3f3f12ad30..473e9d940eb 100644 --- a/src/uncategorized/seIndependenceDay.tw +++ b/src/uncategorized/seIndependenceDay.tw @@ -32,6 +32,10 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve the <<if $PC.title == 1>>Caliph<<else>>Handmaiden of Allah<</if>> can command complete attention from _hisP arcology the moment _heP wishes. <<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.9>> the <<if $PC.title == 1>>Emperor<<else>>Empress<</if>> and Holder of the Mandate of Heaven can command complete attention from _hisP arcology the moment _heP wishes. + <<elseif $arcologies[0].FSStatuesqueGlorification >= $FSLockinLevel*0.9>> + everyone must look up to _HeP Who Stands Above All. + <<elseif $arcologies[0].FSSlaveProfessionalism >= $FSLockinLevel*0.9>> + the arcology pays complete attention when the Mastermind speaks _hisP thoughts. <<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.9>> the Grand Champion of the Blood can command complete attention from _hisP arcology the moment _heP wishes. <<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.9>> @@ -54,10 +58,14 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve the <<if $PC.title == 1>>Master<<else>>Mistress<</if>> of Stock can command complete attention from _hisP arcology the moment _heP wishes. <<elseif $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel*0.9>> the beloved of Brodin can command complete attention from _hisP arcology the moment _heP wishes. + <<elseif $arcologies[0].FSPetiteAdmiration >= $FSLockinLevel*0.6>> + the Supporter of the Small can command complete attention from _hisP arcology the moment _heP wishes. <<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.9>> the Grand Preserver of MILFS can command complete attention from _hisP arcology the moment _heP wishes. <<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.9>> the Keeper of the Magnificent Young Harem can command complete attention from _hisP arcology the moment _heP wishes. + <<elseif $arcologies[0].FSIntellectualDependency >= $FSLockinLevel*0.9>> + the Sovereign of Bimbos can command complete attention from _hisP arcology the moment _heP wishes. <<elseif $arcologies[0].FSChattelReligionist >= $FSLockinLevel*0.6>> as the Champion of the Faith can command complete attention from _hisP arcology the moment _heP wishes. <<elseif $arcologies[0].FSRomanRevivalist >= $FSLockinLevel*0.6>> @@ -72,6 +80,8 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve as the Sultan<<if $PC.title != 1>>a<</if>>, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. <<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.6>> as the <<if $PC.title == 1>>Emperor<<else>>Empress<</if>>, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. + <<elseif $arcologies[0].FSSlaveProfessionalism >= $FSLockinLevel*0.6>> + as a Genius, you command enough attention that your citizens will listen to you so long as you do not abuse the privilege. <<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>> as the Champion of the Blood, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. <<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.6>> @@ -94,10 +104,16 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve as _HeP of the Godlike Body, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. <<elseif $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel*0.6>> as the <<if $PC.title == 1>>Master<<else>>Lady<</if>> of Softness, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. + <<elseif $arcologies[0].FSStatuesqueGlorification >= $FSLockinLevel*0.6>> + as Agent of Growth, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. <<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.6>> as the Fucker of MILFS, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. <<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.6>> as the Keeper of Virgins, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. + <<elseif $arcologies[0].FSPetiteAdmiration >= $FSLockinLevel*0.6>> + as the Size Enthusiast, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. + <<elseif $arcologies[0].FSIntellectualDependency >= $FSLockinLevel*0.6>> + as the Shepard of the Slow, you command enough respect that your citizens are likely to listen to you so long as you do not abuse the privilege. <<else>> as the owner of the arcology, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege. <</if>> @@ -200,6 +216,19 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve You ask that your citizens will continue to support the new faith by regularly fucking their sex slaves. <</if>> <</if>> + <<if $arcologies[0].FSIntellectualDependency != "unset">> + <<if $arcologies[0].FSIntellectualDependency >= 90>> + You almost lose track of time rhapsodizing about bimbos and their bottomless appetite for sex, but it's not like your citizens ever tire of the subject. + <<elseif $arcologies[0].FSIntellectualDependency >= 40>> + You ask your citizens to help a horny bimbo ease their stress tonight. + <</if>> + <<elseif $arcologies[0].FSSlaveProfessionalism != "unset">> + <<if $arcologies[0].FSSlaveProfessionalism >= 90>> + You speak in depth of the benefits of a keen mind in a skilled slave and before long the crowd has sparked a discussion on the topic. + <<elseif $arcologies[0].FSSlaveProfessionalism >= 40>> + You ask that your citizens stop and have a conversation with a slave every now and then. They may be surprised. + <</if>> + <</if>> <<if $arcologies[0].FSDegradationist != "unset">> <<if $arcologies[0].FSDegradationist >= 90>> You speak warmly of the degraded state of the arcology's slaves, and express a hope that your citizens will remain vigilant on this matter. @@ -226,6 +255,19 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve You rhapsodize about how wonderful sex with a mature woman is, and encourage citizens who haven't done so to give it a try. <</if>> <</if>> + <<if $arcologies[0].FSPetiteAdmiration != "unset">> + <<if $arcologies[0].FSPetiteAdmiration >= 90>> + You almost lose track of time rhapsodizing about short slaves, but it's not like your citizens ever tire of the subject. + <<elseif $arcologies[0].FSPetiteAdmiration >= 40>> + You rhapsodize about how magical it is to have a slave casually walk up and put their mouth to work without having to kneel down, and encourage citizens who haven't done so to give it a try. + <</if>> + <<elseif $arcologies[0].FSStatuesqueGlorification != "unset">> + <<if $arcologies[0].FSStatuesqueGlorification >= 90>> + You almost lose track of time rhapsodizing about tall women, but it's not like your citizens ever tire of the subject. + <<elseif $arcologies[0].FSStatuesqueGlorification >= 40>> + You implore your citizens to not waste their time on the short and instead focus only on the tall. + <</if>> + <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> <<if $arcologies[0].FSRepopulationFocus >= 90>> You rhapsodize on the wonderful display of pregnancies you see daily, and affirm that the arcology will continue to be a bastion of the future. -- GitLab