diff --git a/devNotes/clothing hair and accessory passages.txt b/devNotes/clothing hair and accessory passages.txt index 49459fdabff2e5d6d9feeac4e715bbac9a5f927a..ee2efab9d35875c664e76a949c9598645704751a 100644 --- a/devNotes/clothing hair and accessory passages.txt +++ b/devNotes/clothing hair and accessory passages.txt @@ -106,7 +106,7 @@ Collars: assayWidgets.tw -------------------------------------------------------------------------------------- -OUTFITS BY TYPE - FOR REFERENCE ONLY +OUTFITS BY TYPE — FOR REFERENCE ONLY SEXUAL/EROTIC diff --git a/src/SecExp/attackOptions.tw b/src/SecExp/attackOptions.tw index c34165d3ec936267e161418c918334a4ff9b1b4e..7e3de01d3905a756330540435cdf886c4184987a 100644 --- a/src/SecExp/attackOptions.tw +++ b/src/SecExp/attackOptions.tw @@ -216,44 +216,44 @@ __Battle Plan__: <<replace "#leader">><strong><<print _leader>></strong><</replace>> <</link>> <<if $Bodyguard != 0 && $slavesOfficers == 1>> - | - <<link "Let your bodyguard lead your troops">> - <<set $leadingTroops = "bodyguard">> - <<set _leader = $Bodyguard.slaveName>> - <<replace "#leader">><strong><<print _leader>></strong><</replace>> - <</link>> + | + <<link "Let your bodyguard lead your troops">> + <<set $leadingTroops = "bodyguard">> + <<set _leader = $Bodyguard.slaveName>> + <<replace "#leader">><strong><<print _leader>></strong><</replace>> + <</link>> <</if>> <<if $HeadGirl != 0 && $slavesOfficers == 1>> - | - <<link "Let your Head Girl lead your troops">> - <<set $leadingTroops = "headGirl">> - <<set _leader = $HeadGirl.slaveName>> - <<replace "#leader">><strong><<print _leader>></strong><</replace>> - <</link>> + | + <<link "Let your Head Girl lead your troops">> + <<set $leadingTroops = "headGirl">> + <<set _leader = $HeadGirl.slaveName>> + <<replace "#leader">><strong><<print _leader>></strong><</replace>> + <</link>> <</if>> <<if $militiaFounded == 1>> - | - <<link "Let the citizens' militia officers lead the troops">> - <<set $leadingTroops = "citizen">> - <<set _leader = "The citizens' militia commander">> - <<replace "#leader">><strong><<print _leader>></strong><</replace>> - <</link>> + | + <<link "Let the citizens' militia officers lead the troops">> + <<set $leadingTroops = "citizen">> + <<set _leader = "The citizens' militia commander">> + <<replace "#leader">><strong><<print _leader>></strong><</replace>> + <</link>> <</if>> <<if $mercenaries > 0>> - | - <<link "Let the mercenary officers lead the troops">> - <<set $leadingTroops = "mercenary">> - <<set _leader = "The mercenary commander">> - <<replace "#leader">><strong><<print _leader>></strong><</replace>> - <</link>> + | + <<link "Let the mercenary officers lead the troops">> + <<set $leadingTroops = "mercenary">> + <<set _leader = "The mercenary commander">> + <<replace "#leader">><strong><<print _leader>></strong><</replace>> + <</link>> <</if>> <<if $SF.Toggle && $SF.Active >= 1 && $SF.MercCon.CanAttend === -1>> - | - <<link "Let The Colonel lead the troops">> - <<set $leadingTroops = "colonel">> - <<set _leader = $SF.Lower +"'s Colonel">> - <<replace "#leader">><strong><<print _leader>></strong><</replace>> - <</link>> + | + <<link "Let The Colonel lead the troops">> + <<set $leadingTroops = "colonel">> + <<set _leader = $SF.Lower +"'s Colonel">> + <<replace "#leader">><strong><<print _leader>></strong><</replace>> + <</link>> <</if>> /* troop deployment */ @@ -265,18 +265,18 @@ With your current readiness level you can <<if $deployedUnits > 0>>still send <s <<set _sL = $slaveUnits.length>> <<set _meL = $mercUnits.length>> <<if $deployableUnits > 0>> - <<if $secBots.active == 1 && $secBots.isDeployed == 0 && $secBots.troops > 0>> - <br> - <<secBotsDescription>> - <br> - <<link "Deploy the unit" "attackOptions">> - <<set $secBots.isDeployed = 1>> - <<set $deployableUnits-->> - <<set $deployedUnits++>> - <<set $deployingBots = 1>> - <<set $saveValid = 0>> - <</link>> - <</if>> + <<if $secBots.active == 1 && $secBots.isDeployed == 0 && $secBots.troops > 0>> + <br> + <<secBotsDescription>> + <br> + <<link "Deploy the unit" "attackOptions">> + <<set $secBots.isDeployed = 1>> + <<set $deployableUnits-->> + <<set $deployedUnits++>> + <<set $deployingBots = 1>> + <<set $saveValid = 0>> + <</link>> + <</if>> <<for _i = 0; _i < _mL; _i++>> <<capture _i>> <<if $militiaUnits[_i].active == 1 && $militiaUnits[_i].isDeployed == 0 && $militiaUnits[_i].troops > 0>> diff --git a/src/SecExp/attackReport.tw b/src/SecExp/attackReport.tw index 61dadd77a737fc80373be1f4bc9b4bd5479fa934..75cf57ca7c8a2ed31f5f0e23c71f0d41da2c17aa 100644 --- a/src/SecExp/attackReport.tw +++ b/src/SecExp/attackReport.tw @@ -79,53 +79,53 @@ <<set _year = $year>> <<switch _month>> <<case "January">> -<<if _day > 31>> - <<set _day -= 31, _month = "February">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "February">> + <</if>> <<case "February">> -<<if _day > 28>> - <<set _day -= 28, _month = "March">> -<</if>> + <<if _day > 28>> + <<set _day -= 28, _month = "March">> + <</if>> <<case "March">> -<<if _day > 31>> - <<set _day -= 31, _month = "April">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "April">> + <</if>> <<case "April">> -<<if _day > 30>> - <<set _day -= 30, _month = "May">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "May">> + <</if>> <<case "May">> -<<if _day > 31>> - <<set _day -= 31, _month = "June">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "June">> + <</if>> <<case "June">> -<<if _day > 30>> - <<set _day -= 30, _month = "July">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "July">> + <</if>> <<case "July">> -<<if _day > 31>> - <<set _day -= 31, _month = "August">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "August">> + <</if>> <<case "August">> -<<if _day > 31>> - <<set _day -= 31, _month = "September">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "September">> + <</if>> <<case "September">> -<<if _day > 30>> - <<set _day -= 30, _month = "October">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "October">> + <</if>> <<case "October">> -<<if _day > 31>> - <<set _day -= 31, _month = "November">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "November">> + <</if>> <<case "November">> -<<if _day > 30>> - <<set _day -= 30, _month = "December">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "December">> + <</if>> <<default>> -<<if _day > 31>> - <<set _day -= 31, _month = "January", _year += 1>> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "January", _year += 1>> + <</if>> <</switch>> <hr> diff --git a/src/SecExp/authorityReport.tw b/src/SecExp/authorityReport.tw index 8f4498c59ddb4faebc698122c5b9d4701d5b31ef..7ebe182cc8dae982d03b0b4ee3baffbefca6086d 100644 --- a/src/SecExp/authorityReport.tw +++ b/src/SecExp/authorityReport.tw @@ -172,7 +172,6 @@ This week <<if $rebellionsEnabled == 1>> /* rebellions */ - <br> - <br> + <br><br> <<include "rebellionGenerator">> <</if>> diff --git a/src/SecExp/rebellionGenerator.tw b/src/SecExp/rebellionGenerator.tw index f25ca458c8a11bc05cda270cb4d3587a657318f4..61528087667b51110d33aee152fe6817404d6305 100644 --- a/src/SecExp/rebellionGenerator.tw +++ b/src/SecExp/rebellionGenerator.tw @@ -212,13 +212,11 @@ /* if there is an advancement selects a random mini event */ <<set _oldTension = $tension>> <<if $slaveRebellionEventFires == 1 || $citizenRebellionEventFires == 1>> - <br> - <br> + <br><br> <<include "rebellionEvents">> <<elseif $tension > 0>> /* otherwise tension decays */ - <br> - <br> + <br><br> <strong>Tension</strong>: <<if $riotUpgrades.freeMedia >= 1>> The guaranteed free media access you offer does wonders to lower tensions in the arcology. diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw index bae87bcecf2d22d05cc2793fc43a7d30699352a0..6485649e69ad0cbe127ae985f57f6ac777d18187 100644 --- a/src/SecExp/rebellionReport.tw +++ b/src/SecExp/rebellionReport.tw @@ -19,7 +19,7 @@ <<elseif $battleResult == 2>> <strong>Partial victory!</strong> <<set $PCrebWon++>> - <<elseif $battleResult == -2>> +<<elseif $battleResult == -2>> <strong>Partial defeat!</strong> <<set $PCrebLoss++>> <<elseif $battleResult == -1>> @@ -31,53 +31,53 @@ <<set _year = $year>> <<switch _month>> <<case "January">> -<<if _day > 31>> - <<set _day -= 31, _month = "February">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "February">> + <</if>> <<case "February">> -<<if _day > 28>> - <<set _day -= 28, _month = "March">> -<</if>> + <<if _day > 28>> + <<set _day -= 28, _month = "March">> + <</if>> <<case "March">> -<<if _day > 31>> - <<set _day -= 31, _month = "April">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "April">> + <</if>> <<case "April">> -<<if _day > 30>> - <<set _day -= 30, _month = "May">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "May">> + <</if>> <<case "May">> -<<if _day > 31>> - <<set _day -= 31, _month = "June">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "June">> + <</if>> <<case "June">> -<<if _day > 30>> - <<set _day -= 30, _month = "July">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "July">> + <</if>> <<case "July">> -<<if _day > 31>> - <<set _day -= 31, _month = "August">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "August">> + <</if>> <<case "August">> -<<if _day > 31>> - <<set _day -= 31, _month = "September">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "September">> + <</if>> <<case "September">> -<<if _day > 30>> - <<set _day -= 30, _month = "October">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "October">> + <</if>> <<case "October">> -<<if _day > 31>> - <<set _day -= 31, _month = "November">> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "November">> + <</if>> <<case "November">> -<<if _day > 30>> - <<set _day -= 30, _month = "December">> -<</if>> + <<if _day > 30>> + <<set _day -= 30, _month = "December">> + <</if>> <<default>> -<<if _day > 31>> - <<set _day -= 31, _month = "January", _year += 1>> -<</if>> + <<if _day > 31>> + <<set _day -= 31, _month = "January", _year += 1>> + <</if>> <</switch>> <hr> diff --git a/src/SecExp/secExpSmilingMan.tw b/src/SecExp/secExpSmilingMan.tw index a2bef03d128ce83be5d62ff43a8aa7bc2cf961be..cbf3ecafb7456f1a9a3133888fdf603eace3c97a 100644 --- a/src/SecExp/secExpSmilingMan.tw +++ b/src/SecExp/secExpSmilingMan.tw @@ -7,7 +7,7 @@ <<if $smilingManProgress == 0>> <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">> - <br> /* TODO: fix grammatical errors and clean this block up */ + <br> /* TODO: fix grammatical errors and clean this block up */ During your morning routine, you come across a peculiar report: it's been several weeks now that your arcology has been the victim of a series of cyber-crimes conducted by a mysterious figure. The egocentric criminal took great pride in their acts, to the point of signing his acts with their peculiar symbol: a stylized smiling face. Your arcology was not the only one under assault by the machinations of the one the media quickly nicknamed //the Smiling Man//. diff --git a/src/SpecialForce/NamingColonel.tw b/src/SpecialForce/NamingColonel.tw index 9dd3edcd49c0cde84a19beca93ae222f63a3acce..15f51f62c9872ea951b9de5478b14113c244391e 100644 --- a/src/SpecialForce/NamingColonel.tw +++ b/src/SpecialForce/NamingColonel.tw @@ -50,21 +50,21 @@ <<if $PC.dick > 0>> sucked off, <<else>> eaten out, <</if>> but I've never seen anyone actually do it. Hell, most of you people don't want to have to have too much to do with a merc like me. I usually get my instructions remotely." <<switch $SF.Colonel.Core>> - <<case "jaded" "brazen">> - A short, harsh laugh escapes her. "But I guess it keeps you focused. Can't have the entire arcology seeing you cum." - <<case "kind">> - She grins. "That kind of thing doesn't really bother me though." - <<case "cruel">> - She frowns. "The client always seems to be happier that way." + <<case "jaded" "brazen">> + A short, harsh laugh escapes her. "But I guess it keeps you focused. Can't have the entire arcology seeing you cum." + <<case "kind">> + She grins. "That kind of thing doesn't really bother me though." + <<case "cruel">> + She frowns. "The client always seems to be happier that way." <</switch>> <br><br>She moves a step closer. "Your computer-helper-thing told me you wanted me to be a surprise, so I guess I'll tell you why you want me to run the $SF.Lower for you. I'm a killer, pure and simple,<<if $SF.Colonel.Core === "cruel">>" she smiles, "<</if>>and you need that. I looked into those attacks you've suffered. Nasty business. I'll make sure that an attack like that never happens again. I was a soldier out there, in charge of about a thousand men when the Free Cities first started going up, and I knew they were the future. Eventually I deserted, found the first refugee convoy I could, killed the moron protecting it, sold the girls off to slavers, and bought enough gear to start killing for people like you. Ran my own merc crew, did well till we tried to take on a bigger one and everyone died." <<switch $SF.Colonel.Core>> - <<case "shell shocked">> - She looks away, caught in her own memories. It takes a solid minute before she starts again. - <<case "cruel">> - Her smile grows. - <<default>> - She pauses for a moment. + <<case "shell shocked">> + She looks away, caught in her own memories. It takes a solid minute before she starts again. + <<case "cruel">> + Her smile grows. + <<default>> + She pauses for a moment. <</switch>> "Joined with another big outfit, became the number two, then shit went bad and I had to run. Been a solo fighter and slaver ever since. I know my work, and I know I can make this work." @@ -84,12 +84,12 @@ <</if>> She waves her hand around the office. "I bet you want to know why I'd be trustworthy for something like this." You don't correct her. "Thought so." Her demeanor softens, and you can detect a hit of nervousness. "I would say that I've never turned on a client and leave it at that, but this is different. It's getting worse out there. I'm sure you know that." You give her a slight nod. "Four times now I've woken up in the middle of the night and had to kill someone.<<if $SF.Colonel.Core === "shell shocked">>"<<else>> Two of them were the people I'd taken to bed. You can't even trust your drunken fucks anymore. <<switch $SF.Colonel.Core>> - <<case "kind">> - It's a shame, but that's the world we live in." - <<case "cruel">> - Then again, who doesn't like a good hard fuck and stab?" - <<default>> - But what else is new?" + <<case "kind">> + It's a shame, but that's the world we live in." + <<case "cruel">> + Then again, who doesn't like a good hard fuck and stab?" + <<default>> + But what else is new?" <</switch>><</if>> <br><br> @@ -100,12 +100,12 @@ <</if>> You give me the job and a place to live, let me hang up the uncertainty of being a merc, and I'll die for you if it comes to that. I promise the people I recruit will feel the same. Besides," she grins, "I could get used to <<switch $SF.Colonel.Core>> - <<case "brazen">> - crushing any enemy that looks our way." - <<case "cruel">> - having my own stable to abuse as I see fit. A terrified little slavegirl locked between my legs, struggling to breathe?" - <<default>> - spending my R&R time with a cold beer in one hand, a few lines of coke or a stack of pills in front of me." + <<case "brazen">> + crushing any enemy that looks our way." + <<case "cruel">> + having my own stable to abuse as I see fit. A terrified little slavegirl locked between my legs, struggling to breathe?" + <<default>> + spending my R&R time with a cold beer in one hand, a few lines of coke or a stack of pills in front of me." <</switch>> A glint runs through her eyes. "Sounds like a good fucking time." <br><br>You quickly decide she'll do. You tap a few commands on your desk's console, assigning her personal quarters on the arcology's higher levels and transferring her first stipend to her new account. You also ask her what title she wants. diff --git a/src/debugging/debugWidgets.tw b/src/debugging/debugWidgets.tw index ef640d1eacc76f2dc5ba350918d032cc65dc3032..4cf0f2cefe46a2bce014c1053c6460de6675158f 100644 --- a/src/debugging/debugWidgets.tw +++ b/src/debugging/debugWidgets.tw @@ -30,12 +30,12 @@ Differences: <span id="extraInfo"> <<link "Show more">> <<replace "#extraInfo">> - Alternate display: - <<for _i = 0; _i < _diffArrayFromOld.length; _i++>> /* Print variable names, and changed values. Will output the old values correctly, may not output new values correctly */ - <<if _diffArrayFromOld[_i].variable != "nextButton" && _diffArrayFromOld[_i].variable != "nextLink" && _diffArrayFromOld[_i].variable != "args">> - <br> Variable: <<print _diffArrayFromOld[_i].variable>>, Original Value: <<print _diffArrayFromOld[_i].oldVal>>, New Value: <<print _diffArrayFromOld[_i].newVal>> - <</if>> - <</for>> + Alternate display: + <<for _i = 0; _i < _diffArrayFromOld.length; _i++>> /* Print variable names, and changed values. Will output the old values correctly, may not output new values correctly */ + <<if _diffArrayFromOld[_i].variable != "nextButton" && _diffArrayFromOld[_i].variable != "nextLink" && _diffArrayFromOld[_i].variable != "args">> + <br> Variable: <<print _diffArrayFromOld[_i].variable>>, Original Value: <<print _diffArrayFromOld[_i].oldVal>>, New Value: <<print _diffArrayFromOld[_i].newVal>> + <</if>> + <</for>> <</replace>> <</link>>// This should only be necessary if a variable changes type to/from an object or array. In that case this will display the correct original value, but incorrect current value.// </span><br> diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 43c0c34fefa8d63a0a7bce3e95a54f75aef2a688..c9bd786b55f81fc0e78087fcff3b7635b9c0fc6c 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -805,28 +805,28 @@ __''Player Character''__ <</if>> <<switch $PC.career>> - <<case "capitalist">> - <<set _PCCreationCareer = "a business leader">> - <<case "mercenary">> - <<set _PCCreationCareer = "a mercenary">> - <<case "slaver">> - <<set _PCCreationCareer = "a slaver">> - <<case "engineer">> - <<set _PCCreationCareer = "an engineer">> - <<case "medicine">> - <<set _PCCreationCareer = "a doctor">> - <<case "celebrity">> - <<set _PCCreationCareer = "a minor celebrity">> - <<case "escort">> - <<set _PCCreationCareer = "an escort">> - <<case "servant">> - <<set _PCCreationCareer = "a servant">> - <<case "gang">> - <<set _PCCreationCareer = "a gang leader">> - <<case "BlackHat">> - <<set _PCCreationCareer = "an incursion specialist">> - <<default>> - <<set _PCCreationCareer = "a member of the idle wealthy">> + <<case "capitalist">> + <<set _PCCreationCareer = "a business leader">> + <<case "mercenary">> + <<set _PCCreationCareer = "a mercenary">> + <<case "slaver">> + <<set _PCCreationCareer = "a slaver">> + <<case "engineer">> + <<set _PCCreationCareer = "an engineer">> + <<case "medicine">> + <<set _PCCreationCareer = "a doctor">> + <<case "celebrity">> + <<set _PCCreationCareer = "a minor celebrity">> + <<case "escort">> + <<set _PCCreationCareer = "an escort">> + <<case "servant">> + <<set _PCCreationCareer = "a servant">> + <<case "gang">> + <<set _PCCreationCareer = "a gang leader">> + <<case "BlackHat">> + <<set _PCCreationCareer = "an incursion specialist">> + <<default>> + <<set _PCCreationCareer = "a member of the idle wealthy">> <</switch>> <br> <<if $PC.career == "arcology owner">> @@ -935,20 +935,20 @@ __''Player Character''__ <br> <<switch $PC.boobsBonus>> - <<case -3>> - <<set _PCCreationBoobSize = "small B-cups">> - <<case -2>> - <<set _PCCreationBoobSize = "unnoticeable C-cups">> - <<case -1>> - <<set _PCCreationBoobSize = "unremarkable D-cups">> - <<case 1>> - <<set _PCCreationBoobSize = "noticeable F-cups">> - <<case 2>> - <<set _PCCreationBoobSize = "huge G-cups">> - <<case 3>> - <<set _PCCreationBoobSize = "massive H-cups">> - <<default>> - <<set _PCCreationBoobSize = "average DD-cups">> + <<case -3>> + <<set _PCCreationBoobSize = "small B-cups">> + <<case -2>> + <<set _PCCreationBoobSize = "unnoticeable C-cups">> + <<case -1>> + <<set _PCCreationBoobSize = "unremarkable D-cups">> + <<case 1>> + <<set _PCCreationBoobSize = "noticeable F-cups">> + <<case 2>> + <<set _PCCreationBoobSize = "huge G-cups">> + <<case 3>> + <<set _PCCreationBoobSize = "massive H-cups">> + <<default>> + <<set _PCCreationBoobSize = "average DD-cups">> <</switch>> <<if $PC.boobsImplant>> @@ -1318,26 +1318,26 @@ __''Mods''__ <<link "Continue">> <<if $freshPC == 1 || $saveImported == 0>> <<switch $PC.career>> - <<case "capitalist">> - <<set $PC.trading = 100>> - <<case "mercenary">> - <<set $PC.warfare = 100>> - <<case "slaver">> - <<set $PC.slaving = 100>> - <<case "engineer">> - <<set $PC.engineering = 100>> - <<case "medicine">> - <<set $PC.medicine = 100>> - <<case "BlackHat">> - <<set $PC.hacking = 100>> - <<case "arcology owner">> - <<set $PC.trading = 100, $PC.warfare = 100, $PC.hacking = 100, $PC.slaving = 100, $PC.engineering = 100, $PC.medicine = 100>> - <<case "escort">> - <<set $PC.trading = 50, $PC.warfare = -100, $PC.slaving = -100, $PC.engineering = -100, $PC.medicine = 10, $PC.hacking = 10>> - <<case "servant">> - <<set $PC.trading = -100, $PC.warfare = -100, $PC.slaving = -100, $PC.engineering = -100, $PC.medicine = -100, $PC.hacking = -100>> - <<case "gang">> - <<set $PC.trading = 50, $PC.warfare = 50, $PC.slaving = 50, $PC.engineering = -100, $PC.medicine = 0, $PC.hacking = 50>> + <<case "capitalist">> + <<set $PC.trading = 100>> + <<case "mercenary">> + <<set $PC.warfare = 100>> + <<case "slaver">> + <<set $PC.slaving = 100>> + <<case "engineer">> + <<set $PC.engineering = 100>> + <<case "medicine">> + <<set $PC.medicine = 100>> + <<case "BlackHat">> + <<set $PC.hacking = 100>> + <<case "arcology owner">> + <<set $PC.trading = 100, $PC.warfare = 100, $PC.hacking = 100, $PC.slaving = 100, $PC.engineering = 100, $PC.medicine = 100>> + <<case "escort">> + <<set $PC.trading = 50, $PC.warfare = -100, $PC.slaving = -100, $PC.engineering = -100, $PC.medicine = 10, $PC.hacking = 10>> + <<case "servant">> + <<set $PC.trading = -100, $PC.warfare = -100, $PC.slaving = -100, $PC.engineering = -100, $PC.medicine = -100, $PC.hacking = -100>> + <<case "gang">> + <<set $PC.trading = 50, $PC.warfare = 50, $PC.slaving = 50, $PC.engineering = -100, $PC.medicine = 0, $PC.hacking = 50>> <</switch>> <</if>> <<if $saveImported == 1 && $freshPC == 0 && $girls < 3>> diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw index 8f96e8129104a7972a468120ace38f84e4df691e..fc3af50d02e3edba76b637233170408d866a58e4 100644 --- a/src/facilities/nursery/longChildDescription.tw +++ b/src/facilities/nursery/longChildDescription.tw @@ -17,7 +17,7 @@ <span id="childName"> -''@@.pink;<<= SlaveFullName($activeChild)>>@@'' + ''@@.pink;<<= SlaveFullName($activeChild)>>@@'' </span> <<if $activeChild.custom.label>> (@@.yellow;''<<print $activeChild.custom.label>>''@@)<</if>> diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js index 0349b0a4f873f30422a72c5058b54fee764a6e84..df7706ba773c38db050f0d81ef83cbb60524b1b8 100644 --- a/src/js/slaveSummaryWidgets.js +++ b/src/js/slaveSummaryWidgets.js @@ -3286,7 +3286,7 @@ window.SlaveSummaryUncached = (function() { r += `SP:all`; } else if ((slave.energy > 5) && (slave.clitSetting === "none")) { r += `SP:none`; - } else if (!["women", "men", "anti-women", "anti-men"].includes(slave.clitSetting)) { + } else if (!["anti-men", "anti-women", "men", "women"].includes(slave.clitSetting)) { r += `SP:monitoring`; } } else { @@ -3750,7 +3750,7 @@ window.SlaveSummaryUncached = (function() { r += `SP: all.`; } else if ((slave.energy > 5) && (slave.clitSetting === "none")) { r += `SP: none.`; - } else if (!["women", "men", "anti-women", "anti-men"].includes(slave.clitSetting)) { + } else if (!["anti-men", "anti-women", "men", "women"].includes(slave.clitSetting)) { r += `SP: monitoring.`; } } else { diff --git a/src/npc/descriptions/fAnus.tw b/src/npc/descriptions/fAnus.tw index e2b552e92f6b7b8a075aba230c400977378d259f..282dc06d95ad937b9f86b8cffda0dd665b3c25bc 100644 --- a/src/npc/descriptions/fAnus.tw +++ b/src/npc/descriptions/fAnus.tw @@ -157,77 +157,76 @@ You call $him over so you can <<if ($PC.dick != 0)>> -<<if $activeSlave.cervixImplant == 2 || $activeSlave.cervixImplant == 3>> - <<set $activeSlave.bellyImplant += random(10,20)>> -<</if>> + <<if $activeSlave.cervixImplant == 2 || $activeSlave.cervixImplant == 3>> + <<set $activeSlave.bellyImplant += random(10,20)>> + <</if>> -<<if ($activeSlave.anus > 3)>> - Your cum falls out of $his gaping hole. -<<elseif ($activeSlave.anus > 2)>> - Cum flows out of $his gaped butthole. -<<elseif ($activeSlave.anus == 2)>> - Cum drips out of $his newly gaped anus. -<<elseif ($activeSlave.anus == 1)>> - $His still-tight ass keeps your load inside $him. -<</if>> + <<if ($activeSlave.anus > 3)>> + Your cum falls out of $his gaping hole. + <<elseif ($activeSlave.anus > 2)>> + Cum flows out of $his gaped butthole. + <<elseif ($activeSlave.anus == 2)>> + Cum drips out of $his newly gaped anus. + <<elseif ($activeSlave.anus == 1)>> + $His still-tight ass keeps your load inside $him. + <</if>> -<<if canImpreg($activeSlave, $PC)>> - <<= knockMeUp($activeSlave, 5, 1, -1)>> -<</if>> + <<if canImpreg($activeSlave, $PC)>> + <<= knockMeUp($activeSlave, 5, 1, -1)>> + <</if>> -<<if $postSexCleanUp > 0>> - <<if canWalk($activeSlave)>> - <<if $activeSlave.anus < 2>> - <<set _Anus = "tight butt">> - <<elseif $activeSlave.anus < 3>> - <<set _Anus = "used butthole">> - <<elseif $activeSlave.anus < 4>> - <<set _Anus = "gaping butthole">> - <<else>> - <<set _Anus = "anal gape">> + <<if $postSexCleanUp > 0>> + <<if canWalk($activeSlave)>> + <<if $activeSlave.anus < 2>> + <<set _Anus = "tight butt">> + <<elseif $activeSlave.anus < 3>> + <<set _Anus = "used butthole">> + <<elseif $activeSlave.anus < 4>> + <<set _Anus = "gaping butthole">> + <<else>> + <<set _Anus = "anal gape">> + <</if>> + <<switch $activeSlave.assignment>> + <<case "work in the brothel">> + $He goes to wash $his _Anus so $his next customer can have the illusion that he's the first to use it today. + <<case "serve in the club">> + $He goes to wash and delicately perfume $his _Anus so it can gratify the finest citizen. + <<case "work in the dairy">> + $He goes off to carefully wash $his _Anus to avoid besmirching the nice clean dairy. + <<case "work as a farmhand">> + $He goes off to wash $his _Anus to avoid tainting the food in $farmyardName. + <<case "work as a servant">> + $He rushes to wash $his _Anus, impatient to get back to $his many chores. + <<case "work as a nanny">> + $He goes off to wash $his _Anus, before hurrying to continue taking care of the children in $nurseryName. + <<case "whore">> + $He uses an enema to clean $his _Anus before returning to offering it for sale. + <<case "serve the public">> + $He uses an enema to clean $his _Anus before returning to offering it for free. + <<case "be a servant">> + $He uses an enema to clean $his _Anus, since $his chores didn't perform themselves while you used $his backdoor. + <<case "rest">> + $He uses an enema to clean $his _Anus before crawling back into bed, face-down. + <<case "get milked">> + $He uses an enema to clean $his _Anus <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<case "please you">> + $He uses an enema to clean $his _Anus before returning to await your next use of $his backdoor, as though nothing had happened. + <<case "be a subordinate slave">> + $He uses an enema to clean $his _Anus, though it's only a matter of time before another slave decides to play with $his backdoor. + <<case "be your Head Girl">> + $He uses an enema to clean $his _Anus, worried that $his charges got up to trouble while $he enjoyed the buttsex. + <<case "guard you">> + $He hurries off to wash $his _Anus so you'll be unguarded for as little time as possible. + <<case "train slaves">> + $He uses an enema to clean $his _Anus before $he returns to teaching $his classes, a little bow-legged. + <<default>> + $He hurries off to wash $his _Anus before going back to $activeSlave.assignment. + <</switch>> + <<set _Anus = "">> <</if>> - <<switch $activeSlave.assignment>> - <<case "work in the brothel">> - $He goes to wash $his _Anus so $his next customer can have the illusion that he's the first to use it today. - <<case "serve in the club">> - $He goes to wash and delicately perfume $his _Anus so it can gratify the finest citizen. - <<case "work in the dairy">> - $He goes off to carefully wash $his _Anus to avoid besmirching the nice clean dairy. - <<case "work as a farmhand">> - $He goes off to wash $his _Anus to avoid tainting the food in $farmyardName. - <<case "work as a servant">> - $He rushes to wash $his _Anus, impatient to get back to $his many chores. - <<case "work as a nanny">> - $He goes off to wash $his _Anus, before hurrying to continue taking care of the children in $nurseryName. - <<case "whore">> - $He uses an enema to clean $his _Anus before returning to offering it for sale. - <<case "serve the public">> - $He uses an enema to clean $his _Anus before returning to offering it for free. - <<case "be a servant">> - $He uses an enema to clean $his _Anus, since $his chores didn't perform themselves while you used $his backdoor. - <<case "rest">> - $He uses an enema to clean $his _Anus before crawling back into bed, face-down. - <<case "get milked">> - $He uses an enema to clean $his _Anus <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. - <<case "please you">> - $He uses an enema to clean $his _Anus before returning to await your next use of $his backdoor, as though nothing had happened. - <<case "be a subordinate slave">> - $He uses an enema to clean $his _Anus, though it's only a matter of time before another slave decides to play with $his backdoor. - <<case "be your Head Girl">> - $He uses an enema to clean $his _Anus, worried that $his charges got up to trouble while $he enjoyed the buttsex. - <<case "guard you">> - $He hurries off to wash $his _Anus so you'll be unguarded for as little time as possible. - <<case "train slaves">> - $He uses an enema to clean $his _Anus before $he returns to teaching $his classes, a little bow-legged. - <<default>> - $He hurries off to wash $his _Anus before going back to $activeSlave.assignment. - <</switch>> - <<set _Anus = "">> <</if>> <</if>> -<</if>> - <<if passage() != "Slave Interact">> <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> <</if>> diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw index 34a3602038f5f56f6176a3e1674611f16bca7b68..86856b6f224153c92b05b39ec4926c16e252b6f9 100644 --- a/src/npc/descriptions/fBoobs.tw +++ b/src/npc/descriptions/fBoobs.tw @@ -200,40 +200,40 @@ tits. <</if>> <<if ($activeSlave.amp != 1)>> -<<switch $activeSlave.assignment>> -<<case "work in the dairy">> - $He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to keep production in $dairyName nice and sanitary. -<<case "work as a farmhand">> - $He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName. -<<case "whore">> - $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to prostituting $himself. -<<case "work in the brothel">> - $He goes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, even though it's likely to be splashed with customers' cum soon after $he returns to work. -<<case "serve the public">> - $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he goes back out to fuck passersby. -<<case "serve in the club">> - $He goes to beautify $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> so it can again serve as an ornament to $clubName. -<<case "work as a servant">> - $He rushes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, afraid $he's fallen behind on the chores while you used $him. -<<case "work as a nanny">> - $He rushes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, before hurrying to continue taking care of the children in $nurseryName. -<<case "rest">> - $He stumbles off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before crawling back into bed. -<<case "train slaves">> - $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to $his classes. -<<case "get milked">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. -<<case "please you">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before returning to await use, as though nothing had happened. -<<case "be a subordinate slave">> - $He moves off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, though it's only a matter of time before another slave decides to play with $his tits. -<<case "be a servant">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, since $his chores didn't perform themselves while you titfucked $him. -<<case "be your Head Girl">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, worried that $his charges got up to trouble while $he had $his breasts around your cock. -<<case "guard you">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> so that you will be unguarded for as little time as possible. -<</switch>> + <<switch $activeSlave.assignment>> + <<case "work in the dairy">> + $He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to keep production in $dairyName nice and sanitary. + <<case "work as a farmhand">> + $He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName. + <<case "whore">> + $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to prostituting $himself. + <<case "work in the brothel">> + $He goes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, even though it's likely to be splashed with customers' cum soon after $he returns to work. + <<case "serve the public">> + $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he goes back out to fuck passersby. + <<case "serve in the club">> + $He goes to beautify $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> so it can again serve as an ornament to $clubName. + <<case "work as a servant">> + $He rushes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, afraid $he's fallen behind on the chores while you used $him. + <<case "work as a nanny">> + $He rushes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, before hurrying to continue taking care of the children in $nurseryName. + <<case "rest">> + $He stumbles off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before crawling back into bed. + <<case "train slaves">> + $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to $his classes. + <<case "get milked">> + $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<case "please you">> + $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before returning to await use, as though nothing had happened. + <<case "be a subordinate slave">> + $He moves off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, though it's only a matter of time before another slave decides to play with $his tits. + <<case "be a servant">> + $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, since $his chores didn't perform themselves while you titfucked $him. + <<case "be your Head Girl">> + $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, worried that $his charges got up to trouble while $he had $his breasts around your cock. + <<case "guard you">> + $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> so that you will be unguarded for as little time as possible. + <</switch>> <</if>> <<if passage() !== "Slave Interact">> diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw index 5cf1995cc7b3e38dd4c72be3a53df6bf0b7e8404..67cf42a32e0faf9de382ef9a2244237818ac2f2d 100644 --- a/src/npc/descriptions/fVagina.tw +++ b/src/npc/descriptions/fVagina.tw @@ -498,61 +498,61 @@ You call $him over so you can <<if ($PC.dick != 0)>> -<<if $activeSlave.cervixImplant == 1 || $activeSlave.cervixImplant == 3>> - <<set $activeSlave.bellyImplant += random(10,20)>> -<</if>> + <<if $activeSlave.cervixImplant == 1 || $activeSlave.cervixImplant == 3>> + <<set $activeSlave.bellyImplant += random(10,20)>> + <</if>> -<<if ($activeSlave.vagina == 3)>> - Cum drips out of $his fucked-out hole. -<<elseif ($activeSlave.vagina == 2)>> - Cum drips out of $his stretched vagina. -<<elseif ($activeSlave.vagina == 1)>> - $His still-tight vagina keeps your load inside $him. -<<elseif ($activeSlave.vagina < 0)>> - Cum drips out of $his girly ass. -<<else>> - Your cum slides right out of $his gaping hole. -<</if>> + <<if ($activeSlave.vagina == 3)>> + Cum drips out of $his fucked-out hole. + <<elseif ($activeSlave.vagina == 2)>> + Cum drips out of $his stretched vagina. + <<elseif ($activeSlave.vagina == 1)>> + $His still-tight vagina keeps your load inside $him. + <<elseif ($activeSlave.vagina < 0)>> + Cum drips out of $his girly ass. + <<else>> + Your cum slides right out of $his gaping hole. + <</if>> -<<if canWalk($activeSlave) && $postSexCleanUp > 0>> - $He uses <<if $activeSlave.vagina > 0>>a quick douche to clean $his <<if $activeSlave.vagina < 2>>tight<<elseif $activeSlave.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if $activeSlave.anus < 2>>tight<<elseif $activeSlave.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>, - <<switch $activeSlave.assignment>> - <<case "work in the brothel">> - just like $he does between each customer. - <<case "serve in the club">> - just like $he does in the club. - <<case "work in the dairy">> - to avoid besmirching the nice clean dairy. - <<case "work as a farmhand">> - to avoid tainting the food in $farmyardName. - <<case "work as a servant">> - mostly to keep everything $he has to clean from getting any dirtier. - <<case "work as a nanny">> - before hurrying to continue taking care of the children in $nurseryName. - <<case "whore">> - before returning to offering it for sale. - <<case "serve the public">> - before returning to offering it for free. - <<case "rest">> - before crawling back into bed. - <<case "get milked">> - <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. - <<case "be a servant">> - since $his chores didn't perform themselves while you used $his fuckhole. - <<case "please you">> - before returning to await your next use of $his fuckhole, as though nothing had happened. - <<case "be a subordinate slave">> - though it's only a matter of time before another slave decides to play with $his fuckhole. - <<case "be your Head Girl">> - worried that $his charges got up to trouble while $he enjoyed $his <<= WrittenMaster()>>'s use. - <<case "guard you">> - so $he can be fresh and ready for more sexual use even as $he guards your person. - <<case "train slaves">> - before $he returns to teaching $his classes. - <<default>> - before $he returns to $activeSlave.assignment. - <</switch>> -<</if>> + <<if canWalk($activeSlave) && $postSexCleanUp > 0>> + $He uses <<if $activeSlave.vagina > 0>>a quick douche to clean $his <<if $activeSlave.vagina < 2>>tight<<elseif $activeSlave.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if $activeSlave.anus < 2>>tight<<elseif $activeSlave.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>, + <<switch $activeSlave.assignment>> + <<case "work in the brothel">> + just like $he does between each customer. + <<case "serve in the club">> + just like $he does in the club. + <<case "work in the dairy">> + to avoid besmirching the nice clean dairy. + <<case "work as a farmhand">> + to avoid tainting the food in $farmyardName. + <<case "work as a servant">> + mostly to keep everything $he has to clean from getting any dirtier. + <<case "work as a nanny">> + before hurrying to continue taking care of the children in $nurseryName. + <<case "whore">> + before returning to offering it for sale. + <<case "serve the public">> + before returning to offering it for free. + <<case "rest">> + before crawling back into bed. + <<case "get milked">> + <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<case "be a servant">> + since $his chores didn't perform themselves while you used $his fuckhole. + <<case "please you">> + before returning to await your next use of $his fuckhole, as though nothing had happened. + <<case "be a subordinate slave">> + though it's only a matter of time before another slave decides to play with $his fuckhole. + <<case "be your Head Girl">> + worried that $his charges got up to trouble while $he enjoyed $his <<= WrittenMaster()>>'s use. + <<case "guard you">> + so $he can be fresh and ready for more sexual use even as $he guards your person. + <<case "train slaves">> + before $he returns to teaching $his classes. + <<default>> + before $he returns to $activeSlave.assignment. + <</switch>> + <</if>> <</if>> <<if passage() != "Slave Interact">> diff --git a/src/npc/exportSlave.tw b/src/npc/exportSlave.tw index b4a2464c1433d99b18cfc81722804187870e5d34..1cf3bef48208e0bd0a7d42841e2b918b8d61d4a1 100644 --- a/src/npc/exportSlave.tw +++ b/src/npc/exportSlave.tw @@ -11,6 +11,6 @@ /* <br><br><br> __Direct JSON export method__: <br><br> */ <div class="output"> -<<set _jsonText = toJson($activeSlave)>> -_jsonText + <<set _jsonText = toJson($activeSlave)>> + _jsonText </div> \ No newline at end of file diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw index 32ab02ac0a5b69fe555a0b98138d1a86395a696a..09e08c2941003d32e991e30d8b81c5a7281e328f 100644 --- a/src/npc/fAbuse.tw +++ b/src/npc/fAbuse.tw @@ -291,9 +291,9 @@ <</if>> <<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - $He seems to be a bit expectant of what is to come. + $He seems to be a bit expectant of what is to come. <<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>> - The slap seems to have excited $him, seeing $his hard nipples and wet pussy, and $his eyes practically beg for more. + The slap seems to have excited $him, seeing $his hard nipples and wet pussy, and $his eyes practically beg for more. <</if>> <<if ($PC.dick == 1)>> diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw index 802c572cf08ca27cc12369835b8faf6a2f406f46..db116604ff0ceeb2c26242a0c1a636c6d811759b 100644 --- a/src/npc/fFeelings.tw +++ b/src/npc/fFeelings.tw @@ -716,13 +716,13 @@ My favorite part of my body i<<s>> <</if>> /* closes dick check */ <<if Math.abs($activeSlave.hormoneBalance) >= 200>> -<<if $activeSlave.physicalAge > 35>> -<<if $activeSlave.devotion > 50>> -<<if $activeSlave.energy > 40>> - On all the<<s>>e hormone<<s>> I'm almo<<s>>t going through puberty all over again. Kind of a <<s>>urpri<<s>>e at my age." $He grins suggestively. "I'll do my be<<s>>t to fuck like a teenager, <<Master>>. -<</if>> -<</if>> -<</if>> + <<if $activeSlave.physicalAge > 35>> + <<if $activeSlave.devotion > 50>> + <<if $activeSlave.energy > 40>> + On all the<<s>>e hormone<<s>> I'm almo<<s>>t going through puberty all over again. Kind of a <<s>>urpri<<s>>e at my age." $He grins suggestively. "I'll do my be<<s>>t to fuck like a teenager, <<Master>>. + <</if>> + <</if>> + <</if>> <</if>> <<if ($activeSlave.curatives > 1) || $activeSlave.inflationType == "curative">> diff --git a/src/npc/fSlaveImpregConsummate.tw b/src/npc/fSlaveImpregConsummate.tw index 4407d1748b115f3ead80f4574b56933e7d085650..dc737ef5916b876a6f1cb78f6d80af95804f838a 100644 --- a/src/npc/fSlaveImpregConsummate.tw +++ b/src/npc/fSlaveImpregConsummate.tw @@ -314,49 +314,49 @@ $activeSlave.slaveName and $impregnatrix.slaveName are likely to produce <<if ($seeRace == 1)>> -<<if ($activeSlave.race == "white") && ($impregnatrix.race == "white")>> - a pure white, -<<elseif ($activeSlave.race == "asian") && ($impregnatrix.race == "asian")>> - a pure Asian, -<<elseif ($activeSlave.race == "latina") && ($impregnatrix.race == "latina")>> - a pure latina, -<<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "black")>> - a pure black, -<<elseif ($activeSlave.race == "middle eastern") && ($impregnatrix.race == "middle eastern")>> - a pure Middle Eastern, -<<elseif ($activeSlave.race == "malay") && ($impregnatrix.race == "malay")>> - a pure malay, -<<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "black")>> - a mulatto, -<<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "white")>> - a mulatto, -<<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "latina")>> - a mestizo, -<<elseif ($activeSlave.race == "latina") && ($impregnatrix.race == "white")>> - a mestizo, -<<elseif ($activeSlave.race == "asian") && ($impregnatrix.race == "black")>> - an Afro-Asian, -<<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "asian")>> - an Afro-Asian, -<<elseif ($activeSlave.race == "middle eastern") && ($impregnatrix.race == "black")>> - an Afro-Arab, -<<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "middle eastern")>> - an Afro-Arab, -<<elseif ($activeSlave.race == "indo-aryan") && ($impregnatrix.race == "black")>> - an Afro-Indian, -<<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "indo-aryan")>> - an Afro-Indian, -<<elseif ($activeSlave.race == "amerindian") && ($impregnatrix.race == "white")>> - a mestizo, -<<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "amerindian")>> - a mestizo, -<<elseif ($activeSlave.race == $impregnatrix.race) && ($activeSlave.race !== "mixed race") && ($impregnatrix.race !== "mixed race")>> - an ethnically pure, -<<elseif ($activeSlave.race !== $impregnatrix.race) && ($activeSlave.race !== "mixed race") && ($impregnatrix.race !== "mixed race")>> - a biracial, -<<else>> - mixed ethnicity, -<</if>> + <<if ($activeSlave.race == "white") && ($impregnatrix.race == "white")>> + a pure white, + <<elseif ($activeSlave.race == "asian") && ($impregnatrix.race == "asian")>> + a pure Asian, + <<elseif ($activeSlave.race == "latina") && ($impregnatrix.race == "latina")>> + a pure latina, + <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "black")>> + a pure black, + <<elseif ($activeSlave.race == "middle eastern") && ($impregnatrix.race == "middle eastern")>> + a pure Middle Eastern, + <<elseif ($activeSlave.race == "malay") && ($impregnatrix.race == "malay")>> + a pure malay, + <<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "black")>> + a mulatto, + <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "white")>> + a mulatto, + <<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "latina")>> + a mestizo, + <<elseif ($activeSlave.race == "latina") && ($impregnatrix.race == "white")>> + a mestizo, + <<elseif ($activeSlave.race == "asian") && ($impregnatrix.race == "black")>> + an Afro-Asian, + <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "asian")>> + an Afro-Asian, + <<elseif ($activeSlave.race == "middle eastern") && ($impregnatrix.race == "black")>> + an Afro-Arab, + <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "middle eastern")>> + an Afro-Arab, + <<elseif ($activeSlave.race == "indo-aryan") && ($impregnatrix.race == "black")>> + an Afro-Indian, + <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "indo-aryan")>> + an Afro-Indian, + <<elseif ($activeSlave.race == "amerindian") && ($impregnatrix.race == "white")>> + a mestizo, + <<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "amerindian")>> + a mestizo, + <<elseif ($activeSlave.race == $impregnatrix.race) && ($activeSlave.race !== "mixed race") && ($impregnatrix.race !== "mixed race")>> + an ethnically pure, + <<elseif ($activeSlave.race !== $impregnatrix.race) && ($activeSlave.race !== "mixed race") && ($impregnatrix.race !== "mixed race")>> + a biracial, + <<else>> + mixed ethnicity, + <</if>> <</if>> diff --git a/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw b/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw index 7ca573244c5453a18629394e97cb9a5a774636da..9961389fcad3e14ad6c60c0c2f462cdbcc4455ca 100644 --- a/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw +++ b/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw @@ -9,21 +9,20 @@ <<if $JFCOrder == 0>> <span id="JobType"> <br><br> - <<link "Security">> - <<replace "#JobType">> - <br> - /*<<if $SF.Toggle && $SF.Active >= 1 && $SF.Facility.Toggle > 0 && $SF.Facility.Active > 0 && $SF.Facility.LCActive < 1>> - <br>[[Lieutenant Colonel|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Lieutenant Colonel"]] - <</if>>*/ - <br>[[Bodyguard|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Bodyguard"]] - <br>[[Wardeness|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Wardeness"]] - <br>[[Return|JobFulfillmentCenterOrder]] - <</replace>> + <<replace "#JobType">> + <br> + /*<<if $SF.Toggle && $SF.Active >= 1 && $SF.Facility.Toggle > 0 && $SF.Facility.Active > 0 && $SF.Facility.LCActive < 1>> + <br>[[Lieutenant Colonel|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Lieutenant Colonel"]] + <</if>>*/ + <br>[[Bodyguard|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Bodyguard"]] + <br>[[Wardeness|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Wardeness"]] + <br>[[Return|JobFulfillmentCenterOrder]] + <</replace>> <</link>> <br><<link "Management">> - <<replace "#JobType">> + <<replace "#JobType">> <br> <br>[[Headgirl|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Headgirl"]] <br>[[Teacher|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Teacher"]] @@ -34,19 +33,18 @@ <br>[[Milkmaid|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Milkmaid"]] <br>[[Farmer|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Farmer"]] <br>[[Return|JobFulfillmentCenterOrder]] - <</replace>> + <</replace>> <</link>> <br><<link "Entertainment">> - <<replace "#JobType">> + <<replace "#JobType">> <br> <br>[[DJ|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "DJ"]] <br>[[Madam|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Madam"]] <br>[[Concubine|JobFulfillmentCenterOrder][$JFCOrder = 1, $Role = "Concubine"]] <br>[[Return|JobFulfillmentCenterOrder]] - <</replace>> + <</replace>> <</link>> - </span> <<else>> [[Withdraw slave order|JobFulfillmentCenterOrder][$JFCOrder = 0, $Role = ""]] diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw index b6b649fd9617ccd173d813a3392337c7755df8c5..88b0d98b1a7a89dfd982fd201a74c6e19f6bf054 100644 --- a/src/pregmod/beastFuck.tw +++ b/src/pregmod/beastFuck.tw @@ -325,11 +325,11 @@ before calling in the _animal.species. The _animal.species slowly saunters up to <<elseif ($activeSlave.vagina == 2)>> Cum drips out of $his stretched vagina. <<elseif ($activeSlave.vagina == 1)>> - $His still-tight vagina keeps your load inside $him. + $His still-tight vagina keeps its load inside $him. <<elseif ($activeSlave.vagina < 0)>> Cum drips out of $his girly ass. <<else>> - Your cum slides right out of $his gaping hole. + Its cum slides right out of $his gaping hole. <</if>> <<if canWalk($activeSlave)>> diff --git a/src/pregmod/breederProposal.tw b/src/pregmod/breederProposal.tw index 2d5222f5a83d2b8ea341185db402fcd5a4d4fc3f..70d4b07ca39beaabdcd3af570a9946f8743c0dbb 100644 --- a/src/pregmod/breederProposal.tw +++ b/src/pregmod/breederProposal.tw @@ -35,11 +35,11 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le <</replace>> <</link>> <br><<link "Decline being used as a breeder and face the Societal Elites' wrath">> - <<replace "#result">> - "You'll regret this decision. We'll have our way one way or another." - <<set $failedElite += 275, $propOutcome = -1>> - <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ - <</replace>> + <<replace "#result">> + "You'll regret this decision. We'll have our way one way or another." + <<set $failedElite += 275, $propOutcome = -1>> + <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ + <</replace>> <</link>> </span> <<else>> @@ -64,11 +64,11 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le <</link>> <<else>> <br><<link "Decline being used as a breeder and withdraw your proposal">> - <<replace "#result">> - "Then why waste our time? You disappoint us, but don't worry; you'll be laden with child soon enough." - <<set $propOutcome = -1>> - <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ - <</replace>> + <<replace "#result">> + "Then why waste our time? You disappoint us, but don't worry; you'll be laden with child soon enough." + <<set $propOutcome = -1>> + <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ + <</replace>> <</link>> <</if>> </span> @@ -86,11 +86,11 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le <</replace>> <</link>> <br><<link "Decline being used as a breeder and withdraw your proposal">> - <<replace "#result">> - "Very well, if your masculinity is more valuable to you than your proposal, then so be it." - <<set $propOutcome = -1>> - <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ - <</replace>> + <<replace "#result">> + "Very well, if your masculinity is more valuable to you than your proposal, then so be it." + <<set $propOutcome = -1>> + <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ + <</replace>> <</link>> </span> <<elseif $PC.dick == 1 && $PC.vagina == 1>> @@ -107,12 +107,12 @@ Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's le <</replace>> <</link>> <br><<link "Decline being used as a breeder">> - <<replace "#result">> - "Very well, if you wish to waste your gift, it is your prerogative. We shall convene to decide the qualifications for a slave to become a breeder and inform you upon completion." - <<set $propOutcome = 1>> - <<InitStandards>> - <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ - <</replace>> + <<replace "#result">> + "Very well, if you wish to waste your gift, it is your prerogative. We shall convene to decide the qualifications for a slave to become a breeder and inform you upon completion." + <<set $propOutcome = 1>> + <<InitStandards>> + <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ + <</replace>> <</link>> </span> <<else>> diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw index 2264e05cbce0a89e33381bb46d715897d4341ecb..e3593f4699e6f4ec9e4872bb2733aa8c61e405ec 100644 --- a/src/pregmod/fFeet.tw +++ b/src/pregmod/fFeet.tw @@ -414,7 +414,7 @@ You call $activeSlave.slaveName to your office, telling $him to use $his feet to <<else>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips <</if>> - with a sultry smile. + with a sultry smile. <<else>> rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. <</if>> diff --git a/src/pregmod/fSelf.tw b/src/pregmod/fSelf.tw index 2075b0094baf97b2e5ab106a68a5974a6eebdb25..31dedfa2da8d74a3982ebc7764354fa744b35501 100644 --- a/src/pregmod/fSelf.tw +++ b/src/pregmod/fSelf.tw @@ -16,31 +16,31 @@ <<if $PC.cumTap == 0>> -Taking the hose and attaching the delectable cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the perfect sized cock quickly gets you moist<<if $PC.dick == 1>> and hard<</if>>, itching for the fake dick inside you. You know yourself well, and it fits perfectly; as you thrust it into your cunt you can't help but buck with pleasure. Just as you reach your climax, you accidentally kick the tap on. Needless to say, you are quite surprised when your "lover" orgasms and begins releasing inside you, forcing you to lose your grip on the nozzle allowing it to free itself from you along with a torrent of cum. Panting and rubbing your tender belly, you quickly pull your clothes back on and head to clean yourself out. You can't help but notice your waist feels rather tight, it shot so much into you; that cum wasn't virile, right? + Taking the hose and attaching the delectable cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the perfect sized cock quickly gets you moist<<if $PC.dick == 1>> and hard<</if>>, itching for the fake dick inside you. You know yourself well, and it fits perfectly; as you thrust it into your cunt you can't help but buck with pleasure. Just as you reach your climax, you accidentally kick the tap on. Needless to say, you are quite surprised when your "lover" orgasms and begins releasing inside you, forcing you to lose your grip on the nozzle allowing it to free itself from you along with a torrent of cum. Panting and rubbing your tender belly, you quickly pull your clothes back on and head to clean yourself out. You can't help but notice your waist feels rather tight, it shot so much into you; that cum wasn't virile, right? <<elseif $PC.cumTap < 5>> -Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet a little more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your bloated belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you imagine you belly swelling even larger, be it with child or more cum. + Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet a little more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your bloated belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you imagine you belly swelling even larger, be it with child or more cum. <<elseif $PC.cumTap < 10>> -Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your rounded belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you cradle your bloated middle, you practically look pregnant already! + Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your rounded belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you cradle your bloated middle, you practically look pregnant already! <<elseif $PC.cumTap < 15>> -Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your huge belly, you struggle to your feet and waddle towards your private bath to relax while you drain. You giggle as you cradle your round middle, anyone who saw you like this would certainly say you were heavily pregnant! + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your huge belly, you struggle to your feet and waddle towards your private bath to relax while you drain. You giggle as you cradle your round middle, anyone who saw you like this would certainly say you were heavily pregnant! <<elseif $PC.cumTap < 20>> -Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your enormous belly, you struggle to even get off the bed, eventually making it to your feet so that you may slowly stagger to the bath. You moan lewdly as the pressure within your full belly sets another orgasm coursing through your body, making it jiggle delightfully. Anyone who saw you like this would swear you were about to give birth! + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your enormous belly, you struggle to even get off the bed, eventually making it to your feet so that you may slowly stagger to the bath. You moan lewdly as the pressure within your full belly sets another orgasm coursing through your body, making it jiggle delightfully. Anyone who saw you like this would swear you were about to give birth! <<elseif $PC.cumTap < 25>> -Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you struggle to even get off the bed. After minutes of effort, several attempts ruined by aftershock orgasms, you manage to get on your feet. Cradling your massive cum-belly, you gingerly waddle to your waiting bath. You look like you are ready to burst with triplets, imagine what the public would say if they saw you in this state. + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you struggle to even get off the bed. After minutes of effort, several attempts ruined by aftershock orgasms, you manage to get on your feet. Cradling your massive cum-belly, you gingerly waddle to your waiting bath. You look like you are ready to burst with triplets, imagine what the public would say if they saw you in this state. <<else>> -Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you roll over onto your back so that you may tease your<<if $PC.boobs > 0>> breasts,<</if>><<if $PC.dick > 0>> dick,<</if>> belly and pussy. If anyone saw you, they would swear your were on the verge of delivering sextuplets. You made sure to schedule this block for absolute privacy, so no one should disturb you while you play with your bloated body. Once you are exhausted and drained of your contents, you head for the showers and to get a servant to clean up your bed — from the slave you enjoyed with the cum hose, of course. + Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you roll over onto your back so that you may tease your<<if $PC.boobs > 0>> breasts,<</if>><<if $PC.dick > 0>> dick,<</if>> belly and pussy. If anyone saw you, they would swear your were on the verge of delivering sextuplets. You made sure to schedule this block for absolute privacy, so no one should disturb you while you play with your bloated body. Once you are exhausted and drained of your contents, you head for the showers and to get a servant to clean up your bed — from the slave you enjoyed with the cum hose, of course. <</if>> diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw index 2b1fca4360007149e7b0f1a2720151c0fb4a04a9..840f46edf0dac7307e445b4fddd5ac73f3d4e8c8 100644 --- a/src/pregmod/fSlaveSlaveVagConsummate.tw +++ b/src/pregmod/fSlaveSlaveVagConsummate.tw @@ -149,7 +149,7 @@ Next, you see to $activeSlave.slaveName. <<elseif $activeSlave.devotion > 60>> and if $he focuses, $he can forget the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> standing erect in front of $him belongs to someone related to $him. <<else>> - and is understandably disturbed, <<if canSee($activeSlave)>>eyes glued to the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> throbbing before $him.<<elseif canHear($activeSlave)>>listening to the heavy breathing of $his relative whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> will be entering $him soon.<<else>>imagining how the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> of $his relative will feel inside $him<</if>> + and is understandably disturbed, <<if canSee($activeSlave)>>eyes glued to the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> throbbing before $him.<<elseif canHear($activeSlave)>>listening to the heavy breathing of $his relative whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> will be entering $him soon.<<else>>imagining how the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> of $his relative will feel inside $him<</if>> <</if>> <</if>> <</if>> @@ -176,7 +176,6 @@ Next, you see to $activeSlave.slaveName. <<set $activeSlave.vagina = 1>> <</if>> - <<if ($activeSlave.amp == 1)>> You set $his limbless torso up for $slaverapistx.slaveName. <<elseif tooBigBreasts($activeSlave)>> @@ -243,7 +242,6 @@ Next, you see to $activeSlave.slaveName. <</if>> You take up the offer and penetrate $activeSlave.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside $his dear <<= WrittenMaster($slaverapistx)>>, $he comes indecently hard, but no where near as hard as the completely overloaded $activeSlave.slaveName. All of you collapse into an exhausted, happy pile of flesh. - <</if>> <<if canImpreg($activeSlave, $slaverapistx)>> diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw index 1a4bf30d01073a6ce2eb1699aa83ac36af319c15..66e5c93a3f86d6f73afb020c9e1da612e95b432d 100644 --- a/src/pregmod/fillUpButt.tw +++ b/src/pregmod/fillUpButt.tw @@ -124,57 +124,57 @@ before shoving the equipment into $his <<else>> $He's opposed to the thought of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You reach around and grab $his <</if>> - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> <<if $seeRace == 1>>$activeSlave.race <</if>> buttocks. - <<if ($activeSlave.amp != 1)>> - $he tries to grab your wrists to keep them away but $he cannot resist for long. - <</if>> - You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his - <<if ($activeSlave.anus > 3)>> - gaping anus. - <<elseif ($activeSlave.anus == 3)>> - loose anus. - <<elseif ($activeSlave.anus == 2)>> - well-used asshole. - <<elseif ($activeSlave.anus == 1)>> - tight butthole. - <<elseif ($activeSlave.anus == 0)>> - virgin butthole. - <</if>> $He writhes as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus, not breaking contact with $him with your fingers. You look at $his face and $he has shut $his eyes, trying not to think about what's about to happen. - <<if ($activeSlave.amp != 1)>> - You pull $his body closer towards you by $his buttocks, turn $him around and bend $him over your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to push away. - <<else>> - You pull $his body closer towards you by $his buttocks, turn $him around and place $him on your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to squirm away. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> butthole, and setting it on low. <<if $activeSlave.inflation == 2>>$his sloshing belly slowly grows even larger with $activeSlave.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise<<elseif $activeSlave.inflation == 1>>$his bloated belly slowly swells even larger with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise<<else>>$his belly slowly swells with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise<</if>>. + <<if $activeSlave.butt < 2>> + flat + <<elseif $activeSlave.butt <= 2>> + cute + <<elseif $activeSlave.butt <= 3>> + firm + <<elseif $activeSlave.butt <= 4>> + generous + <<elseif $activeSlave.butt <= 5>> + massive + <<elseif $activeSlave.butt <= 7>> + enormous + <<elseif $activeSlave.butt <= 10>> + gigantic + <<elseif $activeSlave.butt <= 14>> + inhuman + <<elseif $activeSlave.butt <= 20>> + couch-like + <</if>> <<if $seeRace == 1>>$activeSlave.race <</if>> buttocks. + <<if ($activeSlave.amp != 1)>> + $he tries to grab your wrists to keep them away but $he cannot resist for long. + <</if>> + You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his + <<if ($activeSlave.anus > 3)>> + gaping anus. + <<elseif ($activeSlave.anus == 3)>> + loose anus. + <<elseif ($activeSlave.anus == 2)>> + well-used asshole. + <<elseif ($activeSlave.anus == 1)>> + tight butthole. + <<elseif ($activeSlave.anus == 0)>> + virgin butthole. + <</if>> $He writhes as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus, not breaking contact with $him with your fingers. You look at $his face and $he has shut $his eyes, trying not to think about what's about to happen. + <<if ($activeSlave.amp != 1)>> + You pull $his body closer towards you by $his buttocks, turn $him around and bend $him over your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to push away. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around and place $him on your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to squirm away. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if ($activeSlave.anus > 3)>> + gaping + <<elseif ($activeSlave.anus == 3)>> + loose + <<elseif ($activeSlave.anus == 2)>> + well-used + <<elseif ($activeSlave.anus == 1)>> + tight + <<elseif ($activeSlave.anus == 0)>> + virgin + <</if>> butthole, and setting it on low. <<if $activeSlave.inflation == 2>>$his sloshing belly slowly grows even larger with $activeSlave.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise<<elseif $activeSlave.inflation == 1>>$his bloated belly slowly swells even larger with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise<<else>>$his belly slowly swells with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise<</if>>. <<elseif ($activeSlave.devotion <= 20)>> <<if canWalk($activeSlave)>> diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 56b76ea48d60f0df1b5a3f2173b2afb005f6cbb3..c3131af56378688ee347359ee16b13a2e4bb8fd2 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -1056,12 +1056,12 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<if $dairy > 0 && $dairyRestraintsSetting > 1>> <br><<link "Threaten $him with the Industrial Dairy">> - <<set $activeSlave.devotion += 10>> - <<set $activeSlave.trust -= 10>> - <<setNonlocalPronouns $seeDicks>> - <<replace "#result">> - You tell $him that it's in $his interests to be a good $girl. $He smiles happily, taking it as a compliment. You point behind $him; $he turns, and beholds a live feed from the Industrial Dairy. $He gazes spellbound at the interleaved row of bodies intertwined with machines in embraces far more intimate than any lover could hope to match. The gently heaving masses of breastflesh hold $his fascinated and horrified attention until one of the machines fortuitously chooses this moment to cycle its occupant's anal hydration regimen. It withdraws its horse-sized phallus from the slave's anus, leaving _hisU gape pulsing gently as it awaits the resumption of the endless assrape.<<if $dairyPregSetting > 0>> $His attention is caught by another slave in the throes of birth, gasping as _heU watches _hisU newborns taken away. _HeU begins to cry as the machine inserts its inseminator and pumps the cow's womb full of fresh cum, leaving _himU bloated.<</if>> $activeSlave.slaveName lets out a huge sob and turns to you, @@.gold;fear suffusing $him@@ as $he promises to @@.hotpink;be a good $girl.@@ - <</replace>> + <<set $activeSlave.devotion += 10>> + <<set $activeSlave.trust -= 10>> + <<setNonlocalPronouns $seeDicks>> + <<replace "#result">> + You tell $him that it's in $his interests to be a good $girl. $He smiles happily, taking it as a compliment. You point behind $him; $he turns, and beholds a live feed from the Industrial Dairy. $He gazes spellbound at the interleaved row of bodies intertwined with machines in embraces far more intimate than any lover could hope to match. The gently heaving masses of breastflesh hold $his fascinated and horrified attention until one of the machines fortuitously chooses this moment to cycle its occupant's anal hydration regimen. It withdraws its horse-sized phallus from the slave's anus, leaving _hisU gape pulsing gently as it awaits the resumption of the endless assrape.<<if $dairyPregSetting > 0>> $His attention is caught by another slave in the throes of birth, gasping as _heU watches _hisU newborns taken away. _HeU begins to cry as the machine inserts its inseminator and pumps the cow's womb full of fresh cum, leaving _himU bloated.<</if>> $activeSlave.slaveName lets out a huge sob and turns to you, @@.gold;fear suffusing $him@@ as $he promises to @@.hotpink;be a good $girl.@@ + <</replace>> <</link>> <<if ($activeSlave.lactation > 0 || (($dairySlimMaintainUpgrade == 0 || $dairySlimMaintain == 0) && ($activeSlave.boobs > 300 || $activeSlave.dick == 0 || $dairyImplantsSetting == 1) && $dairyImplantsSetting != 2)) || ($activeSlave.balls > 0)>> <<if $dairyPrepUpgrade == 1>> diff --git a/src/pregmod/widgets/bodyswapWidgets.tw b/src/pregmod/widgets/bodyswapWidgets.tw index 79c3eaa5d0f1d95d1a3c7f20d5165ca9cab45770..c8bb8ea867f281dda6942057cd1c57bb06b14307 100644 --- a/src/pregmod/widgets/bodyswapWidgets.tw +++ b/src/pregmod/widgets/bodyswapWidgets.tw @@ -148,7 +148,7 @@ <<set $args[0].haircuts = $args[1].haircuts>> <<set $args[0].ovaryAge = $args[1].ovaryAge>> <<set $args[0].readyOva = $args[1].readyOva>> -<<set $args[0].womb = $args[1].womb>> /* this is array assigned by reference, if slave body that is $args[1] will be still used anywhere in code (not discarded) - it's WRONG (they now technically share one womb object). Please tell me about it then. But if old body $args[1] just discarded - it's no problem then.*/ +<<set $args[0].womb = $args[1].womb>> /* this is array assigned by reference, if slave body that is $args[1] will be still used anywhere in code (not discarded) — it's WRONG (they now technically share one womb object). Please tell me about it then. But if old body $args[1] just discarded — it's no problem then.*/ <<set $args[0].counter.laborCount = $args[1].counter.laborCount>> <<set $args[0].geneMods = $args[1].geneMods>> <<set $args[0].NCSyouthening = $args[1].NCSyouthening>> diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw index 7176d3858a491749e90a623788663f01f84d9467..453a982c848c719e6ea1e9a90a3332f4c8db4531 100644 --- a/src/pregmod/widgets/playerDescriptionWidgets.tw +++ b/src/pregmod/widgets/playerDescriptionWidgets.tw @@ -360,7 +360,7 @@ <<if $PC.preg >= 41>> Your bab<<if $PC.pregType > 1>>ies are<<else>>y is<</if>> overdue and your master isn't here anymore to comfort your exhausted body. You try your best, <<if $PC.pregSource == -3>>drawing strength from the knowledge that you carry your late master's legacy within you<<else>>but deep down you are saddened that your <<if $PC.pregType > 1>>children aren't<<else>>child isn't<</if>> his<</if>>.<<if $PC.pregMood == 1>> However, thanks to all your mothering, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your slaves<<if $seeDicks != 0>>, those with dicks especially,<</if>> are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you try to fill the hole left by your late master.<</if>> <<elseif $PC.preg >= 39>> - Every action you take is exhausting, and even though your slaves are more than capable of serving your every desire, you refuse to slow down with your duties.<<if $PC.pregMood == 1>> Though you definitely appreciate their aid.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>> + Every action you take is exhausting, and even though your slaves are more than capable of serving your every desire, you refuse to slow down with your duties.<<if $PC.pregMood == 1>> Though you definitely appreciate their aid.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care <<if $seeDicks != 0>>what it is attached to<<else>>if it's made of plastic<</if>> right now.<</if>> <<elseif $PC.preg >= 36>> Your child<<if $PC.pregType > 1>>ren<</if>> happily kick<<if $PC.pregType == 1>>s<</if>> away inside your womb, and each time a small bump appears on the outside of your dress.<<if $PC.pregMood == 1>> While hormones may have you demanding and needy, you do everything you can to treat your slaves as if they were your own children.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but your former master loved to fuck you while you <<if $PC.birthMaster > 0>>were pregnant with his children<<else>>wore a big fake belly<</if>> and your body misses his touch.<</if>> <<elseif $PC.preg >= 32>> @@ -632,7 +632,7 @@ <<if $ballsAccessibility == 1>> but your penthouse has been redesigned with oversized balls in mind. There are plenty of chairs capable of handling you littering the penthouse. <<else>> - you rest on the edge of your chair, allowing your oversized balls to dangle precariously. + so you rest on the edge of your chair, allowing your oversized balls to dangle precariously. <</if>> You've given up on wearing pants around the penthouse, and their bulging mass is so gargantuan that people assume they're fake, but every slave you fuck gets a distended belly from all the cum you pump into them. They make just about everything you do difficult: sitting, walking, fucking — but they certainly make life interesting. <<elseif $PC.ballsImplant == 3>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 5ce39ffbf6a1b800f6a22e12ccadea76f2e57d89..cdc0f45faf6f818465e8ae7effd32d0f55157f0e 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1926,30 +1926,25 @@ Setting missing global variables: <<if ndef $clothesBoughtSwimwear>> <<set $clothesBoughtSwimwear = 0>> <</if>> -<<if ndef $buckets>> - <<set $buckets = 0>> -<</if>> - <<if ndef $clothesBoughtMaternityDress>> <<set $clothesBoughtMaternityDress = 0>> <</if>> - <<if ndef $clothesBoughtMaternityLingerie>> <<set $clothesBoughtMaternityLingerie = 0>> <</if>> - <<if ndef $clothesBoughtLazyClothes>> <<set $clothesBoughtLazyClothes = 0>> <</if>> +<<if ndef $buckets>> + <<set $buckets = 0>> +<</if>> <<if ndef $assistantFSAppearance>> <<set $assistantFSAppearance = "default">> <</if>> - <<if ndef $universalRulesRest>> <<set $universalRulesRest = 0>> <</if>> - <<if ndef $universalRulesNewSlavesRA>> <<set $universalRulesNewSlavesRA = 1>> <</if>> @@ -1957,11 +1952,9 @@ Setting missing global variables: <<if ndef $hormoneUpgradeMood>> <<set $hormoneUpgradeMood = 0>> <</if>> - <<if ndef $hormoneUpgradeShrinkage>> <<set $hormoneUpgradeShrinkage = 0>> <</if>> - <<if ndef $hormoneUpgradePower>> <<set $hormoneUpgradePower = 0>> <</if>> @@ -2082,6 +2075,17 @@ Setting missing global variables: <<if ndef $traitorWeeks>> <<set $traitorWeeks = 0>> <</if>> +<<if ndef $rivalGender>> + <<if ($rivalOwner > 0)>> + <<if random(0,99) <= $seeDicks>> + <<set $rivalGender = 2>> + <<else>> + <<set $rivalGender = 1>> + <</if>> + <<else>> + <<set $rivalGender = 0>> + <</if>> +<</if>> /* Job Fulfillment Center */ <<if ndef $JFCOrder>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index f789c54a8bbe7defa9c44dfad01d3384af9f69f8..bbb98ce884c9954821045f9f8d201e55df4e33a2 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -140,7 +140,7 @@ Your Head Girl <<EventNameLink>> comes to find you for a routine meeting at the <br><br> As the two of you stand there watching, strings of red lights begin to trace lines up into the sky. The guns are manually aimed, to go by their jerky arcs of fire, and they're hopelessly ineffective. Their target comes and goes, unseen and unheard at this distance, the only evidence of its passage a flash of light from the target area followed by a low thump that takes a long time to reach you. The commotion is outside the Free City your arcology is part of, and is of little concern: just a minor dispute of the kind becoming more and more common outside your island of safety and security. <br><br> -You notice a warmth at your side. $activeSlave.slaveName has edged a bit closer to you, and shivers as you glance at $him. $He crosses $his arms <<if $activeSlave.boobs > 3000>>under $his massive tits, lifting them a bit as $he snuggles $his arms into the warm cavern they create against $his stomach<<elseif $activeSlave.boobs > 1000>>over $his big boobs, pressing them a bit flatter against $his chest as $he hugs $himself<<elseif $activeSlave.boobs > 400>>over $his breasts, pressing them against $his chest as $he hugs $himself<<else>>over $his chest, hugging $his own shoulders and rocking back and forth a little<</if>>. "It'<<s>> very bad out there, i<<s>>n't it, <<Master>>." It isn't really a question, but you nod. "I'm glad I'm here with you," $he continues, "and I would be even if I didn't love you." $He nestles in closer to you, <<if $activeSlave.height >= 185>>the tall <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>>'s shoulder brushing against yours<<elseif $activeSlave.hips > 1>>$his broad, motherly hips brushing against your thigh<<else>>the shorter <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>> fitting neatly against your side<</if>>. "<<Master>>, I don't know if the other girl<<s>> know how lucky they are, to be <<s>>afe here." +You notice a warmth at your side. $activeSlave.slaveName has edged a bit closer to you, and shivers as you glance at $him. $He crosses $his arms <<if $activeSlave.boobs > 3000>>under $his massive tits, lifting them a bit as $he snuggles $his arms into the warm cavern they create against $his stomach<<elseif $activeSlave.boobs > 1000>>over $his big boobs, pressing them a bit flatter against $his chest as $he hugs $himself<<elseif $activeSlave.boobs > 400>>over $his breasts, pressing them against $his chest as $he hugs $himself<<else>>over $his chest, hugging $his own shoulders and rocking back and forth a little<</if>>. "It'<<s>> very bad out there, i<<s>>n't it, <<Master>>." It isn't really a question, but you nod. "I'm glad I'm here with you," $he continues, "and I would be even if I didn't love you." $He nestles in closer to you, <<if $activeSlave.height >= 185>>the tall <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>>'s shoulder brushing against yours<<elseif $activeSlave.hips > 1>>$his broad, motherly hips brushing against your thigh<<else>>the shorter <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>> fitting neatly against your side<</if>>. "<<Master>>, I don't know if the other $girl<<s>> know how lucky they are, to be <<s>>afe here." <<case "loving headgirl">> diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw index 9ab0156ab05f99ca15a24ab625d61c600388a409..7f661244bb77d2d77a664e73a3826ebcb270c17e 100644 --- a/src/uncategorized/arcologyDescription.tw +++ b/src/uncategorized/arcologyDescription.tw @@ -647,30 +647,30 @@ Its lingua franca is $language. <span id="neighbors"> <<link "View neighboring arcologies">> -<<replace "#neighbors">> + <<replace "#neighbors">> -<<set $averageProsperity = 0>> -<<set _neighboringArcologyCount = 0>> -<<for $i = 0; $i < $arcologies.length; $i++>> - <<set $averageProsperity += $arcologies[$i].prosperity>> - <<set _neighboringArcologyCount += 1>> -<</for>> -<<set $averageProsperity = $averageProsperity/_neighboringArcologyCount>> + <<set $averageProsperity = 0>> + <<set _neighboringArcologyCount = 0>> + <<for $i = 0; $i < $arcologies.length; $i++>> + <<set $averageProsperity += $arcologies[$i].prosperity>> + <<set _neighboringArcologyCount += 1>> + <</for>> + <<set $averageProsperity = $averageProsperity/_neighboringArcologyCount>> -<<for $i = 0; $i < $arcologies.length; $i++>> - <<if $arcologies[$i].direction != 0>> - <<include "Neighbor Description">> - <<print "[[Diplomacy|Neighbor Interact][$activeArcology = $arcologies[" + $i + "]]]">> - <</if>> -<</for>> + <<for $i = 0; $i < $arcologies.length; $i++>> + <<if $arcologies[$i].direction != 0>> + <<include "Neighbor Description">> + <<print "[[Diplomacy|Neighbor Interact][$activeArcology = $arcologies[" + $i + "]]]">> + <</if>> + <</for>> -<<if $cheatMode == 1>> - <br><br>[[Cheat Edit Neighboring Arcologies|MOD_Edit Neighbor Arcology Cheat]] -<</if>> + <<if $cheatMode == 1>> + <br><br>[[Cheat Edit Neighboring Arcologies|MOD_Edit Neighbor Arcology Cheat]] + <</if>> -<br> + <br> -<</replace>> + <</replace>> <</link>> </span> diff --git a/src/uncategorized/bulkSlaveGenerate.tw b/src/uncategorized/bulkSlaveGenerate.tw index ac6cb74b5dc2891016ee34fe85279a378503be67..3bd8f6822c550abfa5bde8a79c1065065782cfe3 100644 --- a/src/uncategorized/bulkSlaveGenerate.tw +++ b/src/uncategorized/bulkSlaveGenerate.tw @@ -79,7 +79,7 @@ /* Determine if Law Compliance effects must be applied to this transaction */ <<switch $slaveMarket>> -<<case "indentures" "neighbor" "heap" "TSS" "GRI" "SCP" "LDE" "TGA" "HA" "TCR" "TFS" "NUL" "wetware" "low tier criminals" "gangs and smugglers" "white collar" "military prison">> /* these markets are exempt from law compliance */ +<<case "gangs and smugglers" "GRI" "HA" "heap" "indentures" "LDE" "low tier criminals" "military prison" "neighbor" "NUL" "SCP" "TCR" "TFS" "TGA" "TSS" "wetware" "white collar">> /* these markets are exempt from law compliance */ <<set $applyLaw = 0>> <<default>> /* all other markets are not exempt: corporate, hunters, kidnappers, raiders, trainers */ <<set $applyLaw = 1>> @@ -93,7 +93,7 @@ <<else>> <<set _backup = $activeSlave>> /* backup newly generated slave */ <<silently>> - <<include "Law Compliance">> /* includes CheckForGingering - slave stats may change, affecting price */ + <<include "Law Compliance">> /* includes CheckForGingering — slave stats may change, affecting price */ <</silently>> <<set $slaveCost = slaveCost($activeSlave)>> <<run removeGingering()>> /* remove gingered state, if applied, so we can apply it again later */ diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 30ef287ee0ae59dc6feb16777975a22f3c35a517..7bb411071d3ce875a43af8eae426da14ca056350 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -162,58 +162,58 @@ $clubNameCaps <</if>> <<if $clubSlaves > 2>> -<<switch $clubDecoration>> -<<case "Chattel Religionist">> - From one of the private rooms, praying interspersed with the slap of leather on flesh can be heard. -<<case "Degradationist">> - Agonized screaming can be heard from one of the private rooms. -<<case "Repopulation Focus">> - A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very milky breasts. Occasionally crying can be heard from one of the rooms specially designed for patrons wishing to assfuck a slave as she gives birth. -<<case "Eugenics">> - The slight sounds of whispering can be heard emanating from one of the restricted rooms. -<<case "Asset Expansionist">> - A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very large breasts. -<<case "Transformation Fetishist">> - A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very large fake breasts. -<<case "Gender Radicalist">> - Uncomfortable moaning from one of the private rooms suggests that a slave inside is taking a painfully large cock up her tight butt. -<<case "Gender Fundamentalist">> - The unmistakable sound of vigorous vaginal intercourse can be heard from one of the private rooms. -<<case "Physical Idealist">> - Bestial grunting can be heard from one of the private rooms. -<<case "Supremacist">> - The sound of a beating, interspersed with desperate begging, can be heard from one of the private rooms. -<<case "Subjugationist">> - The sound of a beating, interspersed with desperate begging, can be heard from one of the private rooms. -<<case "Paternalist">> - The unmistakable sound of a slave experiencing an authentic orgasm can be heard from one of the private rooms. -<<case "Body Purist">> - The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms. -<<case "Slimness Enthusiast">> - The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms. -<<case "Pastoralist">> - A faint gushing sound is audible from one of the private rooms. -<<case "Roman Revivalist">> - A business meeting is just audible from one of the private rooms; only an occasional moan indicates that the businessmen are enjoying a couple of serving girls at the same time. -<<case "Aztec Revivalist">> - A muffled <<if $arcologies[0].FSPaternalist != "unset">>moan<<else>>scream<</if>>, followed by the sounds of liquid gently dripping on the stone floors denote the goings-on in the building. -<<case "Egyptian Revivalist">> - The smell of incense and the sounds of sex are drifting out of the private rooms. -<<case "Edo Revivalist">> - The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms. -<<case "Arabian Revivalist">> - The faint sound of multiple slaves pleasuring a single patron can be heard from one of the private rooms. -<<case "Chinese Revivalist">> - The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms. -<<case "Maturity Preferentialist">> - The faint sound of a well traveled slave showing off her experience can be heard from one of the private rooms. -<<case "Youth Preferentialist">> - The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms. -<<case "Hedonistic">> - The sound of fat bodies fucking while feeding each other can be heard from one of the private rooms. -<<default>> - The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms. -<</switch>> + <<switch $clubDecoration>> + <<case "Chattel Religionist">> + From one of the private rooms, praying interspersed with the slap of leather on flesh can be heard. + <<case "Degradationist">> + Agonized screaming can be heard from one of the private rooms. + <<case "Repopulation Focus">> + A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very milky breasts. Occasionally crying can be heard from one of the rooms specially designed for patrons wishing to assfuck a slave as she gives birth. + <<case "Eugenics">> + The slight sounds of whispering can be heard emanating from one of the restricted rooms. + <<case "Asset Expansionist">> + A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very large breasts. + <<case "Transformation Fetishist">> + A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very large fake breasts. + <<case "Gender Radicalist">> + Uncomfortable moaning from one of the private rooms suggests that a slave inside is taking a painfully large cock up her tight butt. + <<case "Gender Fundamentalist">> + The unmistakable sound of vigorous vaginal intercourse can be heard from one of the private rooms. + <<case "Physical Idealist">> + Bestial grunting can be heard from one of the private rooms. + <<case "Supremacist">> + The sound of a beating, interspersed with desperate begging, can be heard from one of the private rooms. + <<case "Subjugationist">> + The sound of a beating, interspersed with desperate begging, can be heard from one of the private rooms. + <<case "Paternalist">> + The unmistakable sound of a slave experiencing an authentic orgasm can be heard from one of the private rooms. + <<case "Body Purist">> + The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms. + <<case "Slimness Enthusiast">> + The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms. + <<case "Pastoralist">> + A faint gushing sound is audible from one of the private rooms. + <<case "Roman Revivalist">> + A business meeting is just audible from one of the private rooms; only an occasional moan indicates that the businessmen are enjoying a couple of serving girls at the same time. + <<case "Aztec Revivalist">> + A muffled <<if $arcologies[0].FSPaternalist != "unset">>moan<<else>>scream<</if>>, followed by the sounds of liquid gently dripping on the stone floors denote the goings-on in the building. + <<case "Egyptian Revivalist">> + The smell of incense and the sounds of sex are drifting out of the private rooms. + <<case "Edo Revivalist">> + The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms. + <<case "Arabian Revivalist">> + The faint sound of multiple slaves pleasuring a single patron can be heard from one of the private rooms. + <<case "Chinese Revivalist">> + The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms. + <<case "Maturity Preferentialist">> + The faint sound of a well traveled slave showing off her experience can be heard from one of the private rooms. + <<case "Youth Preferentialist">> + The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms. + <<case "Hedonistic">> + The sound of fat bodies fucking while feeding each other can be heard from one of the private rooms. + <<default>> + The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms. + <</switch>> <</if>> <<set _Tmult0 = Math.trunc($club*1000*$upgradeMultiplierArcology)>> diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index 4513754967716d29f22036dc42e153513c7c9ecd..b8bd81a0ee0d88d79f5cf64426737505f63857c8 100644 --- a/src/uncategorized/clubAdvertisement.tw +++ b/src/uncategorized/clubAdvertisement.tw @@ -162,10 +162,10 @@ Age: <<if $clubAdsOld != 1>><<link "MILF">><<set $clubAdsOld = 1>><<goto "Club Advertisement">><</link>> | <<else>>MILF | <</if>> <<if $clubAdsOld != -1>><<link "Young">><<set $clubAdsOld = -1>><<goto "Club Advertisement">><</link>> | <<else>>Young | <</if>> <<if $minimumSlaveAge < 18>> -<<if $clubAdsOld != -2>><<link "Teen">><<set $clubAdsOld = -2>><<goto "Club Advertisement">><</link>> | <<else>>Teen | <</if>> + <<if $clubAdsOld != -2>><<link "Teen">><<set $clubAdsOld = -2>><<goto "Club Advertisement">><</link>> | <<else>>Teen | <</if>> <</if>> <<if $minimumSlaveAge < 13>> -<<if $clubAdsOld != -3>><<link "Loli">><<set $clubAdsOld = -3>><<goto "Club Advertisement">><</link>> | <<else>>Loli | <</if>> + <<if $clubAdsOld != -3>><<link "Loli">><<set $clubAdsOld = -3>><<goto "Club Advertisement">><</link>> | <<else>>Loli | <</if>> <</if>> <<if $clubAdsOld != 0>><<link "Variety">><<set $clubAdsOld = 0>><<goto "Club Advertisement">><</link>> <<else>>Variety<</if>> <br> diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw index 9bcbf9959f7680dc464d29f9f18572325571d9b4..5b86c52805c35817d3e3fd4a4ffa9b99622e3da1 100644 --- a/src/uncategorized/customSlave.tw +++ b/src/uncategorized/customSlave.tw @@ -1162,11 +1162,11 @@ Skin tone: <span id = "skin"> <<CustomSlaveEyes>> <</link>> <<if $seeExtreme == 1>> -| -<<link "Blind">> - <<set $customSlave.eyes = -2>> - <<CustomSlaveEyes>> -<</link>> + | + <<link "Blind">> + <<set $customSlave.eyes = -2>> + <<CustomSlaveEyes>> + <</link>> <</if>> <br> @@ -1193,11 +1193,11 @@ Skin tone: <span id = "skin"> <<CustomSlaveEars>> <</link>> <<if $seeExtreme == 1>> -| -<<link "Deaf">> - <<set $customSlave.hears = -2>> - <<CustomSlaveEars>> -<</link>> + | + <<link "Deaf">> + <<set $customSlave.hears = -2>> + <<CustomSlaveEars>> + <</link>> <</if>> <br> diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index a7dc8a26064dfe056e7c0d1f8b9bbfbae8dfd69e..60afdc1ae75f995feec527bd398cdea37a96c588 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -134,115 +134,115 @@ <<if ($dairyRestraintsSetting > 1)>> -$dairyNameCaps is an industrial facility, but there's a viewing gallery for visitors. -<<switch $dairyDecoration>> -<<case "Roman Revivalist">> - The screens there review each slave's liquid contributions to the state in minute detail. -<<case "Aztec Revivalist">> - The strange sight of the milking machines, designed to look like fertility statues gives the space an imposing feeling. -<<case "Egyptian Revivalist">> - The screens there list a tally of each slave's contributions to the harvest this season. They also identify related slaves who occupy multi-slave milking machines so that they may feed each other directly. -<<case "Edo Revivalist">> - It looks out on a strangely contradictory sight: a beautiful and terrible combination of modern slavery and technology, placed amongst tatami mats and rice paper partitions. -<<case "Arabian Revivalist">> - It looks out on a strangely contradictory sight: a beautiful and terrible combination of modern slavery and technology, placed inside brightly tiled walls. -<<case "Chinese Revivalist">> - The milking machines are fascinating: they're encased in decorative carvings, making it look like the slaves are in the embrace of traditional Chinese depictions of lions, bears, and dragons. -<<case "Chattel Religionist">> - It presents the inmates as lessons, here to expiate their sins in a purgatory created by technology. -<<case "Degradationist">> - The screens there feature, among a sea of facts and figures about each slave, their most recent brain scan. -<<case "Repopulation Focus">> - The gallery is placed for a good view of each slave's swelling breasts and growing pregnancy. A screen is prominently displayed before each slave, detailing the number of babies she produced and the current number occupying their womb. -<<case "Eugenics">> - The screens there tell very little about the slaves within. That information is privy only to Society's Elite. -<<case "Asset Expansionist">> - It's designed for VIP visits, since this place is arguably the present apogee of expansionism. Nowhere else can breasts become so large. This is a place for pride. -<<case "Transformation Fetishist">> - It's designed for VIP visits, since this place is arguably the present apogee of transformationism. Nowhere else can slaves be so radically changed, from humans into something less — and something more. -<<case "Gender Radicalist">> - The gallery is placed for a good view of each slave's front, from their head to what's between their spread legs. -<<case "Gender Fundamentalist">> - The gallery is placed for a good view of each slave's breasts, belly, and cunt. Visitors can critically compare each feminine advantage. -<<case "Physical Idealist">> - The gallery is placed for a good view of each slave's body. Though muscles are at a lower premium here, there is intense interest in such radical changes to human biology. -<<case "Supremacist">> - The screens there give information about each cow, but the data they present is also predictive. They imply a vision for a world in which more subhumans serve in this way. Many more. -<<case "Subjugationist">> - The screens there give information about each cow, but the data they present is also predictive. They imply a vision for a world in which more milking machines have $arcologies[0].FSSubjugationistRace components. Many more. -<<case "Paternalist">> - The screens there include feeds that show what media is being pumped into the slaves through their machines. It's designed to provide as much mental stimulation as possible. -<<case "Pastoralist">> - The screens there let the production figures speak for themselves. There may be more personable cows out there, but they don't produce milk like these do. -<<case "Maturity Preferentialist">> - The screens there give each slave's productivity and forecast it into the future. The facility is unmatched at extracting value from mature bodies. -<<case "Youth Preferentialist">> - The screens there give each slave's productivity and forecast it into the future. The best bodies here have many, many years of productivity ahead of them. -<<case "Body Purist">> - The screens there offer reams of data on each slave's product purity. Drugs are necessary here, and each body's balance results in a different grade of product. -<<case "Slimness Enthusiast">> - The screens there alternate live views of the fashionably slim cows in their stalls with brief infomercials on the specialized techniques and equipment $dairyName uses to extract milk from such modest udders. -<<case "Hedonistic">> - The gallery is placed for a good view of each slave's fattened body and the undulations running through them from the force of the milkers<<if $dairyPregSetting || $dairyFeedersSetting || $dairyStimulatorsSetting>> and other assorted tubes and dildos<</if>>. -<<default>> - Fascinated visitors may peruse each slave's productivity statistics on a corresponding touchscreen. -<</switch>> + $dairyNameCaps is an industrial facility, but there's a viewing gallery for visitors. + <<switch $dairyDecoration>> + <<case "Roman Revivalist">> + The screens there review each slave's liquid contributions to the state in minute detail. + <<case "Aztec Revivalist">> + The strange sight of the milking machines, designed to look like fertility statues gives the space an imposing feeling. + <<case "Egyptian Revivalist">> + The screens there list a tally of each slave's contributions to the harvest this season. They also identify related slaves who occupy multi-slave milking machines so that they may feed each other directly. + <<case "Edo Revivalist">> + It looks out on a strangely contradictory sight: a beautiful and terrible combination of modern slavery and technology, placed amongst tatami mats and rice paper partitions. + <<case "Arabian Revivalist">> + It looks out on a strangely contradictory sight: a beautiful and terrible combination of modern slavery and technology, placed inside brightly tiled walls. + <<case "Chinese Revivalist">> + The milking machines are fascinating: they're encased in decorative carvings, making it look like the slaves are in the embrace of traditional Chinese depictions of lions, bears, and dragons. + <<case "Chattel Religionist">> + It presents the inmates as lessons, here to expiate their sins in a purgatory created by technology. + <<case "Degradationist">> + The screens there feature, among a sea of facts and figures about each slave, their most recent brain scan. + <<case "Repopulation Focus">> + The gallery is placed for a good view of each slave's swelling breasts and growing pregnancy. A screen is prominently displayed before each slave, detailing the number of babies she produced and the current number occupying their womb. + <<case "Eugenics">> + The screens there tell very little about the slaves within. That information is privy only to Society's Elite. + <<case "Asset Expansionist">> + It's designed for VIP visits, since this place is arguably the present apogee of expansionism. Nowhere else can breasts become so large. This is a place for pride. + <<case "Transformation Fetishist">> + It's designed for VIP visits, since this place is arguably the present apogee of transformationism. Nowhere else can slaves be so radically changed, from humans into something less — and something more. + <<case "Gender Radicalist">> + The gallery is placed for a good view of each slave's front, from their head to what's between their spread legs. + <<case "Gender Fundamentalist">> + The gallery is placed for a good view of each slave's breasts, belly, and cunt. Visitors can critically compare each feminine advantage. + <<case "Physical Idealist">> + The gallery is placed for a good view of each slave's body. Though muscles are at a lower premium here, there is intense interest in such radical changes to human biology. + <<case "Supremacist">> + The screens there give information about each cow, but the data they present is also predictive. They imply a vision for a world in which more subhumans serve in this way. Many more. + <<case "Subjugationist">> + The screens there give information about each cow, but the data they present is also predictive. They imply a vision for a world in which more milking machines have $arcologies[0].FSSubjugationistRace components. Many more. + <<case "Paternalist">> + The screens there include feeds that show what media is being pumped into the slaves through their machines. It's designed to provide as much mental stimulation as possible. + <<case "Pastoralist">> + The screens there let the production figures speak for themselves. There may be more personable cows out there, but they don't produce milk like these do. + <<case "Maturity Preferentialist">> + The screens there give each slave's productivity and forecast it into the future. The facility is unmatched at extracting value from mature bodies. + <<case "Youth Preferentialist">> + The screens there give each slave's productivity and forecast it into the future. The best bodies here have many, many years of productivity ahead of them. + <<case "Body Purist">> + The screens there offer reams of data on each slave's product purity. Drugs are necessary here, and each body's balance results in a different grade of product. + <<case "Slimness Enthusiast">> + The screens there alternate live views of the fashionably slim cows in their stalls with brief infomercials on the specialized techniques and equipment $dairyName uses to extract milk from such modest udders. + <<case "Hedonistic">> + The gallery is placed for a good view of each slave's fattened body and the undulations running through them from the force of the milkers<<if $dairyPregSetting || $dairyFeedersSetting || $dairyStimulatorsSetting>> and other assorted tubes and dildos<</if>>. + <<default>> + Fascinated visitors may peruse each slave's productivity statistics on a corresponding touchscreen. + <</switch>> <<else>> -$dairyNameCaps -<<switch $dairyDecoration>> -<<case "Roman Revivalist">> - is functional and clean, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Roman goddess of bountiful harvests. -<<case "Aztec Revivalist">> - is sterile and organized, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Aztec god of the Earth. -<<case "Egyptian Revivalist">> - is functional and clean, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Egyptian god of bountiful harvests. -<<case "Edo Revivalist">> - is clean and traditional. The stalls are constructed of bamboo and carefully shaped wood, and muscle power is used wherever possible. Cows exercise and help out by walking on a wooden wheel that raises fresh water to $dairyName. -<<case "Arabian Revivalist">> - is clean and traditional. Its dusky stone walls keep it so warm that the cows go nude, basking in the hot sun between milkings. -<<case "Chinese Revivalist">> - is clean and traditional. The stalls are constructed of bamboo and carefully shaped wood, and muscle power is used wherever possible. Cows exercise and help out by fetching and carrying as best they can. -<<case "Chattel Religionist">> - is functional and clean. There are nice quotations from the holy book on the walls, and there is a little shrine designed to allow a cow who has difficulty standing to make their devotions comfortably. -<<case "Degradationist">> - is harsh and utilitarian. There are stands to restrain cows who aren't being milked for dosing, punishment, or sexual use. There are cattle prods here and there to use on resistant cows, unproductive cows, or cows one wishes to hear scream. -<<case "Repopulation Focus">> - is comfortable and well-kept. The milking machines are specially designed to maximize a pregnant cow's comfort. After a milking, cows have a wide selection of soft furniture to choose from, so comfortable that most fall fast asleep. -<<case "Eugenics">> - is comfortable, well-kept and well-monitored. Cows are kept track of at all times to make sure no-one tries to increase milk production via pregnancy. -<<case "Asset Expansionist">> - looks misleadingly industrial at first glance. Though the cows here are free-range, the facility mounts a system of slings and cranes to allow slaves with massive udders to walk around with their tits suspended from the ceiling. -<<case "Transformation Fetishist">> - looks like a medical facility at first glance. Transformation is just as much a priority as production: there are surgical and drug injection machines right here. -<<case "Gender Radicalist">> - is comfortable and well-kept. The milking machines include perianal vibrators to massage slaves from butthole to cock while they give cum. -<<case "Gender Fundamentalist">> - is comfortable and well-kept. The milking machines include vibrators so that cows can get off while they're milked. -<<case "Physical Idealist">> - could be mistaken for a gym with milking machines. Cows here are expected to keep fit between milkings, since the best milk comes from cattle who are healthy, muscular, and strong. -<<case "Supremacist">> - is spartan, since that's all subhuman cows need. There are cattle prods here and there to use on resistant cows, unproductive cows, or subhuman cows one wishes to hear scream. -<<case "Subjugationist">> - is spartan, since that's all $arcologies[0].FSSubjugationistRace cows need. There are cattle prods here and there to use on resistant cows, unproductive cows, or $arcologies[0].FSSubjugationistRace cows one wishes to hear scream. -<<case "Paternalist">> - is comfortable and well-kept. Rather than stalls, $dairyName has an open arrangement of machines cows can use freely, and a lovely common area they can relax in afterward. -<<case "Pastoralist">> - is state of the art, but is also brilliantly designed to look like a barn. All the advanced machinery retracts when not in use, leaving the cows in a clean, airy pastoral paradise. It smells of summer. -<<case "Maturity Preferentialist">> - is inviting and homelike. After a milking, cows have a wide selection of soft furniture to choose from, so comfortable that most fall fast asleep. -<<case "Youth Preferentialist">> - is functional, but fun. There are all sorts of fun activities to keep the cows amused between milkings, cleverly adapted for girls with massive mammaries. -<<case "Body Purist">> - is state of the art, and spotlessly clean. All attention here is on the cows, to keep them happy, productive, and pure. -<<case "Slimness Enthusiast">> - is quite unusual. Since the cows it milks may not necessarily have gigantic boobs, the milking machines here can adapt to drain cream from any body. -<<case "Hedonistic">> - is comfortable and fun. The stalls are filled with thick, soft pillows to lounge on while hooked to the milking machines and with plenty of toys to make use of while getting milked. Cows here are expected to binge eat between milkings, since the best milk comes from cattle who are immobile, stuffed with food and hugely fat. -<<default>> - is comfortable and well-kept. It features nice rest areas for cows to lounge in after a milking, and exercise equipment to keep them healthy. -<</switch>> + $dairyNameCaps + <<switch $dairyDecoration>> + <<case "Roman Revivalist">> + is functional and clean, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Roman goddess of bountiful harvests. + <<case "Aztec Revivalist">> + is sterile and organized, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Aztec god of the Earth. + <<case "Egyptian Revivalist">> + is functional and clean, using traditional methods wherever possible. At one end of the long row of stalls there is an alcove with a shrine to the Egyptian god of bountiful harvests. + <<case "Edo Revivalist">> + is clean and traditional. The stalls are constructed of bamboo and carefully shaped wood, and muscle power is used wherever possible. Cows exercise and help out by walking on a wooden wheel that raises fresh water to $dairyName. + <<case "Arabian Revivalist">> + is clean and traditional. Its dusky stone walls keep it so warm that the cows go nude, basking in the hot sun between milkings. + <<case "Chinese Revivalist">> + is clean and traditional. The stalls are constructed of bamboo and carefully shaped wood, and muscle power is used wherever possible. Cows exercise and help out by fetching and carrying as best they can. + <<case "Chattel Religionist">> + is functional and clean. There are nice quotations from the holy book on the walls, and there is a little shrine designed to allow a cow who has difficulty standing to make their devotions comfortably. + <<case "Degradationist">> + is harsh and utilitarian. There are stands to restrain cows who aren't being milked for dosing, punishment, or sexual use. There are cattle prods here and there to use on resistant cows, unproductive cows, or cows one wishes to hear scream. + <<case "Repopulation Focus">> + is comfortable and well-kept. The milking machines are specially designed to maximize a pregnant cow's comfort. After a milking, cows have a wide selection of soft furniture to choose from, so comfortable that most fall fast asleep. + <<case "Eugenics">> + is comfortable, well-kept and well-monitored. Cows are kept track of at all times to make sure no-one tries to increase milk production via pregnancy. + <<case "Asset Expansionist">> + looks misleadingly industrial at first glance. Though the cows here are free-range, the facility mounts a system of slings and cranes to allow slaves with massive udders to walk around with their tits suspended from the ceiling. + <<case "Transformation Fetishist">> + looks like a medical facility at first glance. Transformation is just as much a priority as production: there are surgical and drug injection machines right here. + <<case "Gender Radicalist">> + is comfortable and well-kept. The milking machines include perianal vibrators to massage slaves from butthole to cock while they give cum. + <<case "Gender Fundamentalist">> + is comfortable and well-kept. The milking machines include vibrators so that cows can get off while they're milked. + <<case "Physical Idealist">> + could be mistaken for a gym with milking machines. Cows here are expected to keep fit between milkings, since the best milk comes from cattle who are healthy, muscular, and strong. + <<case "Supremacist">> + is spartan, since that's all subhuman cows need. There are cattle prods here and there to use on resistant cows, unproductive cows, or subhuman cows one wishes to hear scream. + <<case "Subjugationist">> + is spartan, since that's all $arcologies[0].FSSubjugationistRace cows need. There are cattle prods here and there to use on resistant cows, unproductive cows, or $arcologies[0].FSSubjugationistRace cows one wishes to hear scream. + <<case "Paternalist">> + is comfortable and well-kept. Rather than stalls, $dairyName has an open arrangement of machines cows can use freely, and a lovely common area they can relax in afterward. + <<case "Pastoralist">> + is state of the art, but is also brilliantly designed to look like a barn. All the advanced machinery retracts when not in use, leaving the cows in a clean, airy pastoral paradise. It smells of summer. + <<case "Maturity Preferentialist">> + is inviting and homelike. After a milking, cows have a wide selection of soft furniture to choose from, so comfortable that most fall fast asleep. + <<case "Youth Preferentialist">> + is functional, but fun. There are all sorts of fun activities to keep the cows amused between milkings, cleverly adapted for girls with massive mammaries. + <<case "Body Purist">> + is state of the art, and spotlessly clean. All attention here is on the cows, to keep them happy, productive, and pure. + <<case "Slimness Enthusiast">> + is quite unusual. Since the cows it milks may not necessarily have gigantic boobs, the milking machines here can adapt to drain cream from any body. + <<case "Hedonistic">> + is comfortable and fun. The stalls are filled with thick, soft pillows to lounge on while hooked to the milking machines and with plenty of toys to make use of while getting milked. Cows here are expected to binge eat between milkings, since the best milk comes from cattle who are immobile, stuffed with food and hugely fat. + <<default>> + is comfortable and well-kept. It features nice rest areas for cows to lounge in after a milking, and exercise equipment to keep them healthy. + <</switch>> <</if>> diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw index 63d11ca6efdaa21b3cfc7c71058936474079c056..830776ebac7f728683cd56820aff5ad8f9a45e7d 100644 --- a/src/uncategorized/freeRangeDairyAssignmentScene.tw +++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw @@ -308,31 +308,31 @@ Sexual stimulation increases product output. The machine strokes $his dick mechanically, but very pleasurably. <</if>> It does not take long for $activeSlave.slaveName to reach $his first orgasm of many. $His muscles tense. - <<if $activeSlave.dick > 0>> - $His <<if $activeSlave.balls > 5 >>cum-engorged<</if>> balls draw up. - $His <<if $activeSlave.dick > 8 >>gargantuan member<<elseif $activeSlave.dick > 6 >>huge cock<<else>>dick<</if>> twitches and flexes within its receptacle. - <<if $activeSlave.balls >= 50>> - A special tank beneath $him holds $his monolithic balls' endless ejaculate while the machine struggles to suck it away. - <<elseif $activeSlave.balls >= 37>> - A special tank attached to the hose holds $his titanic balls' near endless ejaculate while the machine struggles to suck it away. - <<elseif $activeSlave.balls >= 25>> - A special reservoir attached to the hose holds $his massive balls' ridiculous ejaculate while the machine struggles to suck it away. - <<elseif $activeSlave.balls >= 10>> - The machine strains to suck down the giant load from $his huge balls. - <<elseif $activeSlave.balls > 5>> - The copious ejaculation from $his over-sized balls give the machine something to work on. - <<elseif $activeSlave.balls > 0>> - $His ejaculate is quickly sucked away. - <<else>> - $His ballslessness impedes cum-production, but ejaculating feels nice, anyway. - <</if>> +<<if $activeSlave.dick > 0>> + $His <<if $activeSlave.balls > 5 >>cum-engorged<</if>> balls draw up. + $His <<if $activeSlave.dick > 8 >>gargantuan member<<elseif $activeSlave.dick > 6 >>huge cock<<else>>dick<</if>> twitches and flexes within its receptacle. + <<if $activeSlave.balls >= 50>> + A special tank beneath $him holds $his monolithic balls' endless ejaculate while the machine struggles to suck it away. + <<elseif $activeSlave.balls >= 37>> + A special tank attached to the hose holds $his titanic balls' near endless ejaculate while the machine struggles to suck it away. + <<elseif $activeSlave.balls >= 25>> + A special reservoir attached to the hose holds $his massive balls' ridiculous ejaculate while the machine struggles to suck it away. + <<elseif $activeSlave.balls >= 10>> + The machine strains to suck down the giant load from $his huge balls. + <<elseif $activeSlave.balls > 5>> + The copious ejaculation from $his over-sized balls give the machine something to work on. + <<elseif $activeSlave.balls > 0>> + $His ejaculate is quickly sucked away. + <<else>> + $His ballslessness impedes cum-production, but ejaculating feels nice, anyway. <</if>> +<</if>> <<if ($activeSlave.dick < 1) && ($activeSlave.balls > 0) && ($activeSlave.prostate > 0)>> Cum splashes from $his urethra and is quickly sucked away. <</if>> <<if $activeSlave.lactation > 0>> -<br> -The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples switch from rhythmic pulsing into intense suction. Aided by $his orgasm, milk spurts from $his nipples + <br> + The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples switch from rhythmic pulsing into intense suction. Aided by $his orgasm, milk spurts from $his nipples <<if $activeSlave.boobs > 20000>> in obscenely massive amounts. $His immense breasts seem to never empty. <<elseif $activeSlave.boobs > 10000>> @@ -350,13 +350,13 @@ The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> <</if>> <</if>> <<if $activeSlave.prostate != 0 && $activeSlave.dick == 0 && $activeSlave.balls == 0>> -<br> -$activeSlave.slaveName has no cock, but a functional prostate gland. It's attached to $his urethra, so $he squirts <<if $activeSlave.prostate > 2>>massively<<else>>copiously<</if>> while $he orgasms. The exotic fluid is caught by a basin positioned under $his <<if $activeSlave.vagina >= 0 >>dripping pussy<<else>>featureless crotch<</if>>. + <br> + $activeSlave.slaveName has no cock, but a functional prostate gland. It's attached to $his urethra, so $he squirts <<if $activeSlave.prostate > 2>>massively<<else>>copiously<</if>> while $he orgasms. The exotic fluid is caught by a basin positioned under $his <<if $activeSlave.vagina >= 0 >>dripping pussy<<else>>featureless crotch<</if>>. <</if>> <br><br> With the first milking cycle being over, $activeSlave.slaveName drifts into a relaxing slumber. <<if $dairyFeedersSetting == 1 && ($activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut")>> -$He grins madly around the phallus $he stuffed in $his mouth. + $He grins madly around the phallus $he stuffed in $his mouth. <</if>> <<if $dairyPregSetting > 0 && isFertile($activeSlave) && $activeSlave.vagina > 0>> $He gets comfortable around $his cum-bloated belly as the impregnator continues its task. @@ -367,10 +367,10 @@ $He grins madly around the phallus $he stuffed in $his mouth. <<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>> <</if>> <<if $activeSlave.dick > 0>> -The suction on $his dick stops, allowing $his abused member to go soft and have some rest. + The suction on $his dick stops, allowing $his abused member to go soft and have some rest. <</if>> <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>> -$His balls rest, dangling down and relieved. They already started to produce more cum. They seem to wait for their next chance to unload. + $His balls rest, dangling down and relieved. They already started to produce more cum. They seem to wait for their next chance to unload. <</if>> <br><br> The next milking cycle will start soon. diff --git a/src/uncategorized/headGirlSuite.tw b/src/uncategorized/headGirlSuite.tw index 00868d6255150c8203caa5dec28af7d26be1846b..79e99876adb1c8ab84512f365c99438752904a75 100644 --- a/src/uncategorized/headGirlSuite.tw +++ b/src/uncategorized/headGirlSuite.tw @@ -26,21 +26,21 @@ The current Head Girl will ''remain Head Girl.'' [[Have them alternate|Head Girl Suite][$HGSuiteEquality = 1,$HGSuiteSurgery = 0,$HGSuiteDrugs = 0,$HGSuiteHormones = 0]] //This will only take effect if the other girl is an appropriate candidate// <br> <<if $HGSuiteSurgery == 1>> - $He is ''allowed'' to use surgical modification on $his slave. [[Disallow|Head Girl Suite][$HGSuiteSurgery = 0]] + $He is ''allowed'' to use surgical modification on $his slave. [[Disallow|Head Girl Suite][$HGSuiteSurgery = 0]] <<else>> - $He is ''not allowed'' to use surgical modification on $his slave. [[Allow|Head Girl Suite][$HGSuiteSurgery = 1]] + $He is ''not allowed'' to use surgical modification on $his slave. [[Allow|Head Girl Suite][$HGSuiteSurgery = 1]] <</if>> <br> <<if $HGSuiteDrugs == 1>> - $He is ''allowed'' to use growth hormones on $his slave. [[Disallow|Head Girl Suite][$HGSuiteDrugs = 0]] + $He is ''allowed'' to use growth hormones on $his slave. [[Disallow|Head Girl Suite][$HGSuiteDrugs = 0]] <<else>> - $He is ''not allowed'' to use growth hormones on $his slave. [[Allow|Head Girl Suite][$HGSuiteDrugs = 1]] + $He is ''not allowed'' to use growth hormones on $his slave. [[Allow|Head Girl Suite][$HGSuiteDrugs = 1]] <</if>> <br> <<if $HGSuiteHormones == 1>> - $He is ''allowed'' to customize $his slave with hormone treatments. [[Disallow|Head Girl Suite][$HGSuiteHormones = 0]] + $He is ''allowed'' to customize $his slave with hormone treatments. [[Disallow|Head Girl Suite][$HGSuiteHormones = 0]] <<else>> - $He is ''not allowed'' to customize $his slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]] + $He is ''not allowed'' to customize $his slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]] <</if>> <</if>> <br><br> diff --git a/src/uncategorized/industrialDairyAssignmentScene.tw b/src/uncategorized/industrialDairyAssignmentScene.tw index 48dbc817289e202d1f96d97b0a8659746c085c51..94b2632331848ee8ffacf89f24ad4ac51ac6d9ab 100644 --- a/src/uncategorized/industrialDairyAssignmentScene.tw +++ b/src/uncategorized/industrialDairyAssignmentScene.tw @@ -21,198 +21,198 @@ When $activeSlave.slaveName reports to the dairy, it's to the sight of an unoccu <<if $activeSlave.sexualFlaw == "self hating">> /* GETTING IN */ -As $he realizes $his fate, a kind of peace comes over the self hating slut. -<<if !canTalk($activeSlave)>> - $He <<if ($activeSlave.amp != 1)>>mouths<<else>>gestures<</if>> $his thanks dreamily. -<<else>> - "Thank you, <<Master>>," $he <<say>>s simply. "I de<<s>>erve thi<<s>>," $he adds quietly, half to $himself. -<</if>> -Then $he falls silent and stares at the machine. Though $he hates $himself and looks forward to the release of being unable to do anything but get fucked, that doesn't mean $he isn't afraid. -<<if ($activeSlave.amp != 1)>> - <<if ($dairyStimulatorsSetting > 1)>> - $He gauges the size of the sodomizer with $his hand, finding that it's wider than $his fist, and then presses the fist against $his own anus. Realizing what's about to happen, $he gives a little shudder. - <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - $He does the same with the dildo that will keep $him pregnant and $his pussy, and $his lower lip starts to quiver. - <</if>> + As $he realizes $his fate, a kind of peace comes over the self hating slut. + <<if !canTalk($activeSlave)>> + $He <<if ($activeSlave.amp != 1)>>mouths<<else>>gestures<</if>> $his thanks dreamily. <<else>> - <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - $He gauges the size of the dildo that will keep $him pregnant with $his hand, finding that it's wider than $his fist, and then presses the fist against $his pussy. Realizing what's about to happen, $he gives a little shudder. + "Thank you, <<Master>>," $he <<say>>s simply. "I de<<s>>erve thi<<s>>," $he adds quietly, half to $himself. + <</if>> + Then $he falls silent and stares at the machine. Though $he hates $himself and looks forward to the release of being unable to do anything but get fucked, that doesn't mean $he isn't afraid. + <<if ($activeSlave.amp != 1)>> + <<if ($dairyStimulatorsSetting > 1)>> + $He gauges the size of the sodomizer with $his hand, finding that it's wider than $his fist, and then presses the fist against $his own anus. Realizing what's about to happen, $he gives a little shudder. + <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + $He does the same with the dildo that will keep $him pregnant and $his pussy, and $his lower lip starts to quiver. + <</if>> + <<else>> + <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + $He gauges the size of the dildo that will keep $him pregnant with $his hand, finding that it's wider than $his fist, and then presses the fist against $his pussy. Realizing what's about to happen, $he gives a little shudder. + <</if>> + <</if>> + <<if ($dairyFeedersSetting > 1)>> + Looking at the phallus that will feed $him, $he begins to cry softly. <</if>> <</if>> - <<if ($dairyFeedersSetting > 1)>> - Looking at the phallus that will feed $him, $he begins to cry softly. + <br><br> + <<if ($activeSlave.amp != 1)>> + $He strips and climbs into the machine's embrace, + <<else>> + Another slave helps $him strip and lays $him in the machine, + <</if>> + $his tears pattering onto the uncaring metal. When $he's in place, $his shoulders slump as $he gives up completely. + <<if !canTalk($activeSlave)>> + $He mouths 'Goodbye.' + <<elseif SlaveStatsChecker.checkForLisp($activeSlave)>> + "'Bye," $he lisps. + <<else>> + "'Bye," $he whispers. <</if>> -<</if>> -<br><br> -<<if ($activeSlave.amp != 1)>> - $He strips and climbs into the machine's embrace, -<<else>> - Another slave helps $him strip and lays $him in the machine, -<</if>> -$his tears pattering onto the uncaring metal. When $he's in place, $his shoulders slump as $he gives up completely. -<<if !canTalk($activeSlave)>> - $He mouths 'Goodbye.' -<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>> - "'bye," $he lisps. -<<else>> - "'bye," $he whispers. -<</if>> <<elseif ($activeSlave.sexualFlaw == "breeder") && isFertile($activeSlave) && $activeSlave.mpreg != 1>> -As $he realizes what's about to happen, $he begins to cry openly. A curious mix of arousal, joy, and abject horror is obvious on $his face, and $he deals with the conflicting feelings by sobbing. -<<if !canTalk($activeSlave)>> - $He <<if ($activeSlave.amp != 1)>>mouths<<else>>gestures<</if>> $his thanks shakily. -<<else>> - "Th-thank you, <<Master>>," $he <<say>>s through $his tears. "I love you." -<</if>> -Then $he falls silent and stares at the machine. $He's probably imagined this a thousand times, but the prospect is still frightening. -<<if ($activeSlave.amp != 1)>> - <<if ($dairyStimulatorsSetting > 1)>> - $He gauges the size of the sodomizer with $his hand, finding that it's wider than $his fist, and then presses the fist against $his own anus. Realizing that $his anus is about to be permanently gaped, $he looks doubtful, but then visibly reassures $himself. $He'll need both $his mouth and $his ass to eat enough. + As $he realizes what's about to happen, $he begins to cry openly. A curious mix of arousal, joy, and abject horror is obvious on $his face, and $he deals with the conflicting feelings by sobbing. + <<if !canTalk($activeSlave)>> + $He <<if ($activeSlave.amp != 1)>>mouths<<else>>gestures<</if>> $his thanks shakily. + <<else>> + "Th-thank you, <<Master>>," $he <<say>>s through $his tears. "I love you." <</if>> - <<if ($dairyFeedersSetting > 1)>> - Looking at the phallus that will feed $him, $he inserts a finger into its faux urethra, measuring how fast it can pour nutrition in $him. + Then $he falls silent and stares at the machine. $He's probably imagined this a thousand times, but the prospect is still frightening. + <<if ($activeSlave.amp != 1)>> + <<if ($dairyStimulatorsSetting > 1)>> + $He gauges the size of the sodomizer with $his hand, finding that it's wider than $his fist, and then presses the fist against $his own anus. Realizing that $his anus is about to be permanently gaped, $he looks doubtful, but then visibly reassures $himself. $He'll need both $his mouth and $his ass to eat enough. + <</if>> + <<if ($dairyFeedersSetting > 1)>> + Looking at the phallus that will feed $him, $he inserts a finger into its faux urethra, measuring how fast it can pour nutrition in $him. + <</if>> + $He strokes the dildo that will keep $him pregnant like a lover, which, of course, it's about to be. <</if>> - $He strokes the dildo that will keep $him pregnant like a lover, which, of course, it's about to be. -<</if>> -<br><br> -<<if ($activeSlave.amp != 1)>> - $He strips and climbs into the machine's embrace, shaking with nerves. -<<else>> - Another slave helps $him strip and lays $him in the machine. $He shakes with nerves. -<</if>> -<<if $activeSlave.pregKnown == 1>> - $He cranes around to look at $his already-pregnant belly, and looks impatient. - <<if !canTalk($activeSlave)>> - $He mouths 'hurry up, I need room.' + <br><br> + <<if ($activeSlave.amp != 1)>> + $He strips and climbs into the machine's embrace, shaking with nerves. <<else>> - "Hurry up, I need the room," $he whispers. + Another slave helps $him strip and lays $him in the machine. $He shakes with nerves. <</if>> -<<else>> - $He cranes around to look at $his belly, and looks impatient. - <<if !canTalk($activeSlave)>> - $He mouths 'come on, I'm ready.' + <<if $activeSlave.pregKnown == 1>> + $He cranes around to look at $his already-pregnant belly, and looks impatient. + <<if !canTalk($activeSlave)>> + $He mouths 'hurry up, I need room.' + <<else>> + "Hurry up, I need the room," $he whispers. + <</if>> <<else>> - "Come on, I'm ready," $he whispers. + $He cranes around to look at $his belly, and looks impatient. + <<if !canTalk($activeSlave)>> + $He mouths 'come on, I'm ready.' + <<else>> + "Come on, I'm ready," $he whispers. + <</if>> <</if>> -<</if>> <<elseif $activeSlave.devotion > 95>> /* GETTING IN */ -As $he realizes $his fate, the worshipful slave squares $his shoulders, steeling $himself. "<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>>, "I will do my best to <<s>>erve you." $He steps over to the machine. -$He looks it over clinically, getting $himself into the right mindset. -<<if ($activeSlave.amp != 1)>> - <<if ($dairyStimulatorsSetting > 1)>> - $He gauges the size of the massive phallus that will soon penetrate $his anus. It's broader than $his fist. "I think I can take this. It'll be tough, but I'll need all the hydration I can get." - <</if>> - <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - $He considers the enormous dildo that will fill $him with cum when $he's fertile, and switch to ejaculating drugs when $he conceives. "I'll be a mother to a whole generation of <<s>>lave<<s>>," $he <<say>>s proudly, taking strength from it. + As $he realizes $his fate, the worshipful slave squares $his shoulders, steeling $himself. "<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>>, "I will do my best to <<s>>erve you." $He steps over to the machine. + $He looks it over clinically, getting $himself into the right mindset. + <<if ($activeSlave.amp != 1)>> + <<if ($dairyStimulatorsSetting > 1)>> + $He gauges the size of the massive phallus that will soon penetrate $his anus. It's broader than $his fist. "I think I can take this. It'll be tough, but I'll need all the hydration I can get." + <</if>> + <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + $He considers the enormous dildo that will fill $him with cum when $he's fertile, and switch to ejaculating drugs when $he conceives. "I'll be a mother to a whole generation of <<s>>lave<<s>>," $he <<say>>s proudly, taking strength from it. + <</if>> + <<if ($dairyFeedersSetting > 1)>> + $He moves $his hand to the dildo that will occupy $his throat, feeding $him. "I will need my mouth to take in a<<s>> much food a<<s>> I can," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>>. "I won't be able to talk. <<S>>o, I'll <<s>>ay it one la<<s>>t time, <<Master>>: I love you." + <</if>> <</if>> - <<if ($dairyFeedersSetting > 1)>> - $He moves $his hand to the dildo that will occupy $his throat, feeding $him. "I will need my mouth to take in a<<s>> much food a<<s>> I can," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>>. "I won't be able to talk. <<S>>o, I'll <<s>>ay it one la<<s>>t time, <<Master>>: I love you." + <br><br> + <<if ($activeSlave.amp != 1)>> + $He strips and climbs into the machine's embrace. + <<else>> + Another slave helps $him strip and lays $him in the machine. <</if>> -<</if>> -<br><br> -<<if ($activeSlave.amp != 1)>> - $He strips and climbs into the machine's embrace. -<<else>> - Another slave helps $him strip and lays $him in the machine. -<</if>> -$He does not hesitate or glance back at you. You stand by as the straps automatically tighten, robbing $him of the ability to move. "<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s quietly<</if>>, "I will try to be <<s>>trong enough to <<s>>tand up to thi<<s>>. But if I'm not, and I forget too much, plea<<s>>e leave me in here <<s>>o I can be u<<s>>eful." + $He does not hesitate or glance back at you. You stand by as the straps automatically tighten, robbing $him of the ability to move. "<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s quietly<</if>>, "I will try to be <<s>>trong enough to <<s>>tand up to thi<<s>>. But if I'm not, and I forget too much, plea<<s>>e leave me in here <<s>>o I can be u<<s>>eful." <<elseif $activeSlave.devotion > 60>> -As $he realizes $his fate, the tears come quickly. "<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s quietly<</if>>, "i<<s>> thi<<s>> for me?" You nod, and $he steps over to the machine. $He lightly traces its gleaming metal, looking wistful. -<<if ($activeSlave.amp != 1)>> - <<if ($dairyStimulatorsSetting > 1)>> - $He gently touches the head of the massive phallus that will soon penetrate $his anus. It's broader than $his fist. "M-my butthole i<<s>>n't going to be any good for anal after thi<<s>>." + As $he realizes $his fate, the tears come quickly. "<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s quietly<</if>>, "i<<s>> thi<<s>> for me?" You nod, and $he steps over to the machine. $He lightly traces its gleaming metal, looking wistful. + <<if ($activeSlave.amp != 1)>> + <<if ($dairyStimulatorsSetting > 1)>> + $He gently touches the head of the massive phallus that will soon penetrate $his anus. It's broader than $his fist. "M-my butthole i<<s>>n't going to be any good for anal after thi<<s>>." + <</if>> + <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + $He considers the enormous dildo that will fill $him with cum when $he's fertile, and switch to ejaculating drugs when $he conceives. "I gue<<ss>> that thing won't have any trouble reaching my <<c>>ervi<<x>>." + <</if>> + <<if ($dairyFeedersSetting > 1)>> + $He moves $his hand to the dildo that will occupy $his throat, feeding $him. "I-I won't be able to t-talk m-much," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>> sadly. "<<S>>-<<s>>o, I'll <<s>>ay it one la<<s>>t time, <<Master>>: I love you." + <</if>> <</if>> - <<if ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - $He considers the enormous dildo that will fill $him with cum when $he's fertile, and switch to ejaculating drugs when $he conceives. "I gue<<ss>> that thing won't have any trouble reaching my <<c>>ervi<<x>>." + <br><br> + <<if ($activeSlave.amp != 1)>> + $He strips and climbs into the machine's embrace. + <<else>> + Another slave helps $him strip and lays $him in the machine. <</if>> - <<if ($dairyFeedersSetting > 1)>> - $He moves $his hand to the dildo that will occupy $his throat, feeding $him. "I-I won't be able to t-talk m-much," $he <<if !canTalk($activeSlave)>>signs<<else>><<say>>s<</if>> sadly. "<<S>>-<<s>>o, I'll <<s>>ay it one la<<s>>t time, <<Master>>: I love you." + "<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>>gasps out<</if>>, the tears coming fast now. "C-can you + <<if ($activeSlave.amp != 1)>> + h-hold my h-hand while it a-activate<<s>>? Plea<<s>>e?" You take $his hand as the straps automatically tighten, robbing $him of the ability to move. $He grips your hand tightly. + <<else>> + <<S>>-<<s>>tay with me while it activate<<s>>? Plea<<s>>e?" You stand by as the straps automatically tighten, robbing $him of the ability to move. <</if>> -<</if>> -<br><br> -<<if ($activeSlave.amp != 1)>> - $He strips and climbs into the machine's embrace. -<<else>> - Another slave helps $him strip and lays $him in the machine. -<</if>> -"<<Master>>," $he <<if !canTalk($activeSlave)>>signs<<else>>gasps out<</if>>, the tears coming fast now. "C-can you -<<if ($activeSlave.amp != 1)>> - h-hold my h-hand while it a-activate<<s>>? Plea<<s>>e?" You take $his hand as the straps automatically tighten, robbing $him of the ability to move. $He grips your hand tightly. -<<else>> - <<S>>-<<s>>tay with me while it activate<<s>>? Plea<<s>>e?" You stand by as the straps automatically tighten, robbing $him of the ability to move. -<</if>> <<elseif $activeSlave.devotion > 20>> -$He desperately tries to be brave and obey, but as $his fate dawns on $him, $his courage and conditioning fail $him. -<<if ($activeSlave.amp != 1)>> - $He tries to wriggle away from the machine, so -<<else>> - $He turns and tries to run, so -<</if>> -<<if ($Milkmaid == 0)>> - you are -<<else>> - $Milkmaid.slaveName is -<</if>> -obliged to -<<if ($activeSlave.amp != 1)>> - subdue $him and strap $him, -<<else>> - place $him, -<</if>> -begging and sobbing, into the machine's embrace. -"Plea<<s>>e, <<Master>>!" $he <<if !canTalk($activeSlave)>>signs<<else>>begs<</if>>. "Plea<<s>>e no! -<<if ($dairyStimulatorsSetting > 1)>> - I-it'll fuck my b-butthole <<s>>o wide I'll be u<<s>>ele<<ss>> for anal! -<</if>> -<<if ($dairyPregSetting > 2) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - My w-womb c-c-can't take it! I'll b-bur<<s>>t! And m-my c-c-cunt will be ruined from the dildo and birthing! -<<elseif ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - M-my c-c-cunt will be <<s>>-<<s>>o <<s>>tretched from the dildo and birthing! -<</if>> -I'll d-do anything!" + $He desperately tries to be brave and obey, but as $his fate dawns on $him, $his courage and conditioning fail $him. + <<if ($activeSlave.amp != 1)>> + $He tries to wriggle away from the machine, so + <<else>> + $He turns and tries to run, so + <</if>> + <<if ($Milkmaid == 0)>> + you are + <<else>> + $Milkmaid.slaveName is + <</if>> + obliged to + <<if ($activeSlave.amp != 1)>> + subdue $him and strap $him, + <<else>> + place $him, + <</if>> + begging and sobbing, into the machine's embrace. + "Plea<<s>>e, <<Master>>!" $he <<if !canTalk($activeSlave)>>signs<<else>>begs<</if>>. "Plea<<s>>e no! + <<if ($dairyStimulatorsSetting > 1)>> + I-it'll fuck my b-butthole <<s>>o wide I'll be u<<s>>ele<<ss>> for anal! + <</if>> + <<if ($dairyPregSetting > 2) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + My w-womb c-c-can't take it! I'll b-bur<<s>>t! And m-my c-c-cunt will be ruined from the dildo and birthing! + <<elseif ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + M-my c-c-cunt will be <<s>>-<<s>>o <<s>>tretched from the dildo and birthing! + <</if>> + I'll d-do anything!" <<else>> -$He starts to weep as soon as $he realizes $his fate. -<<if $activeSlave.trust >= -20>> - $He is afraid of you, but not afraid enough that $he will not resist this. -<</if>> -<<if ($activeSlave.amp == 1)>> - $He tries to wriggle away from the machine, so -<<else>> - $He turns and tries to run, so -<</if>> -<<if ($Milkmaid == 0)>> - you are -<<else>> - $Milkmaid.slaveName is -<</if>> -obliged to -<<if ($activeSlave.amp != 1)>> - subdue $him and strap $him, -<<else>> - place $him, -<</if>> -begging and sobbing, into the machine's embrace. + $He starts to weep as soon as $he realizes $his fate. + <<if $activeSlave.trust >= -20>> + $He is afraid of you, but not afraid enough that $he will not resist this. + <</if>> + <<if ($activeSlave.amp == 1)>> + $He tries to wriggle away from the machine, so + <<else>> + $He turns and tries to run, so + <</if>> + <<if ($Milkmaid == 0)>> + you are + <<else>> + $Milkmaid.slaveName is + <</if>> + obliged to + <<if ($activeSlave.amp != 1)>> + subdue $him and strap $him, + <<else>> + place $him, + <</if>> + begging and sobbing, into the machine's embrace. -"Plea<<s>>e, <<Master>>!" $he <<if !canTalk($activeSlave)>>signs<<else>>begs<</if>>. "Plea<<s>>e no! -<<if ($dairyStimulatorsSetting > 1)>> - I-it'll fuck my b-butthole so loo<<s>>e I'll be u<<s>>ele<<ss>> for anal! I p-promi<<s>>e I'll be a good little bitch from now on! -<</if>> -<<if ($dairyPregSetting > 2) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - My w-womb c-c-can't take that many babie<<s>>! I'll b-bur<<s>>t! M-my c-c-cunt can't t-take that dildo either! I d-don't want to g-get p-pregnant over and over... -<<elseif ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> - M-my c-c-cunt can't t-take that dildo! I d-don't want to g-get p-pregnant over and over... -<</if>> -I'll d-do anything!" + "Plea<<s>>e, <<Master>>!" $he <<if !canTalk($activeSlave)>>signs<<else>>begs<</if>>. "Plea<<s>>e no! + <<if ($dairyStimulatorsSetting > 1)>> + I-it'll fuck my b-butthole so loo<<s>>e I'll be u<<s>>ele<<ss>> for anal! I p-promi<<s>>e I'll be a good little bitch from now on! + <</if>> + <<if ($dairyPregSetting > 2) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + My w-womb c-c-can't take that many babie<<s>>! I'll b-bur<<s>>t! M-my c-c-cunt can't t-take that dildo either! I d-don't want to g-get p-pregnant over and over... + <<elseif ($dairyPregSetting > 1) && isFertile($activeSlave) && $activeSlave.mpreg != 1>> + M-my c-c-cunt can't t-take that dildo! I d-don't want to g-get p-pregnant over and over... + <</if>> + I'll d-do anything!" <</if>> /* CLOSES DEVOTION */ diff --git a/src/uncategorized/lawCompliance.tw b/src/uncategorized/lawCompliance.tw index e9ca3bbd15b426e0b01ff7c07fbabe39991bc8d8..c2e2d51938b794f3e6e55108474a4f135b2e0e52 100644 --- a/src/uncategorized/lawCompliance.tw +++ b/src/uncategorized/lawCompliance.tw @@ -35,10 +35,10 @@ <<set $activeSlave.butt += random(1,2)>> <<set $activeSlave.lips = random(15,55)>> <<if $activeSlave.dick > 0>> - <<set $activeSlave.dick = random(4,7)>> + <<set $activeSlave.dick = random(4,7)>> <</if>> <<if $activeSlave.balls > 0>> - <<set $activeSlave.balls = random(4,7)>> + <<set $activeSlave.balls = random(4,7)>> <</if>> $He has been on powerful growth hormones for a long time, and has experienced growth in several areas as a result. <</if>> @@ -72,52 +72,52 @@ <</if>> <<if $arcologies[0].FSGenderFundamentalistSMR == 1>> <<if $activeSlave.dick > 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.scrotum = 0>> - <<set $activeSlave.boobs += random(0,2)*100>> - <<set $activeSlave.butt += random(0,1)>> - <<if $activeSlave.face < 95>> - <<set $activeSlave.face = Math.trunc($activeSlave.face+random(0,20),-100,100)>> - <</if>> - $His balls were removed as soon as $he was enslaved, and $he's been kept on powerful female hormones for long enough to have a general feminizing effect. + <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> + <<set $activeSlave.boobs += random(0,2)*100>> + <<set $activeSlave.butt += random(0,1)>> + <<if $activeSlave.face < 95>> + <<set $activeSlave.face = Math.trunc($activeSlave.face+random(0,20),-100,100)>> + <</if>> + $His balls were removed as soon as $he was enslaved, and $he's been kept on powerful female hormones for long enough to have a general feminizing effect. <</if>> <<elseif $arcologies[0].FSSupremacistSMR == 1>> <<if $activeSlave.dick > 0>> - <<if $activeSlave.race != $arcologies[0].FSSupremacistRace>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.scrotum = 0>> - $His balls were removed as soon as $he was enslaved to prevent $him from polluting fertile slaves with $his inferior semen. - <</if>> + <<if $activeSlave.race != $arcologies[0].FSSupremacistRace>> + <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> + $His balls were removed as soon as $he was enslaved to prevent $him from polluting fertile slaves with $his inferior semen. + <</if>> <</if>> <<elseif $arcologies[0].FSSubjugationistSMR == 1>> <<if $activeSlave.dick > 0>> - <<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.scrotum = 0>> - $His balls were removed as soon as $he was enslaved to prevent $him from polluting fertile slaves with $his subhuman semen. - <</if>> + <<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>> + <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> + $His balls were removed as soon as $he was enslaved to prevent $him from polluting fertile slaves with $his subhuman semen. + <</if>> <</if>> <</if>> <<if $arcologies[0].FSRestartSMR == 1>> <<if $activeSlave.balls > 0 || $activeSlave.ovaries > 0>> - <<set $activeSlave.preg = -2>> - <<set $activeSlave.pregType = 0>> - <<set $activeSlave.pregKnown = 0>> - <<set WombFlush($activeSlave)>> - <<run SetBellySize($activeSlave)>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.ovaries = 0>> - As a member of the lowest class,<<if $activeSlave.preg > 0>> $his pregnancy is immediately terminated, and<</if>> $he is promptly sterilized to prevent $him from passing on $his useless genes. + <<set $activeSlave.preg = -2>> + <<set $activeSlave.pregType = 0>> + <<set $activeSlave.pregKnown = 0>> + <<set WombFlush($activeSlave)>> + <<run SetBellySize($activeSlave)>> + <<set $activeSlave.balls = 0>> + <<set $activeSlave.ovaries = 0>> + As a member of the lowest class,<<if $activeSlave.preg > 0>> $his pregnancy is immediately terminated, and<</if>> $he is promptly sterilized to prevent $him from passing on $his useless genes. <</if>> <</if>> <<if $arcologies[0].FSPaternalistSMR == 1>> -<<if $activeSlave.devotion <= 20>> - While $he came through the slave markets, $he was treated with decency. $He has begun to wonder whether $he can @@.mediumaquamarine;get away with@@ being disobedient. - <<set $activeSlave.trust += 10>> -<<else>> - While $he came through the slave markets, $he was treated with decency. $He has begun to hope that $he can expect @@.mediumaquamarine;basic respect@@ despite being a sex slave. - <<set $activeSlave.trust += 10>> -<</if>> + <<if $activeSlave.devotion <= 20>> + While $he came through the slave markets, $he was treated with decency. $He has begun to wonder whether $he can @@.mediumaquamarine;get away with@@ being disobedient. + <<set $activeSlave.trust += 10>> + <<else>> + While $he came through the slave markets, $he was treated with decency. $He has begun to hope that $he can expect @@.mediumaquamarine;basic respect@@ despite being a sex slave. + <<set $activeSlave.trust += 10>> + <</if>> <</if>> <<if $arcologies[0].FSDegradationistSMR == 1>> $His current owners @@.gold;brutalized $him@@ before putting $him on sale, using clever methods to produce agony without seriously damaging $his health. @@ -149,60 +149,60 @@ <<set $activeSlave.backTat = 0>> <<set $activeSlave.stampTat = 0>> <<if $activeSlave.boobsImplant > 0>> - <<set $activeSlave.boobs -= $activeSlave.boobsImplant>> - <<set $activeSlave.boobsImplant = 0>> + <<set $activeSlave.boobs -= $activeSlave.boobsImplant>> + <<set $activeSlave.boobsImplant = 0>> <</if>> <<if $activeSlave.buttImplant > 0>> - <<set $activeSlave.butt -= $activeSlave.buttImplant>> - <<set $activeSlave.buttImplant = 0>> + <<set $activeSlave.butt -= $activeSlave.buttImplant>> + <<set $activeSlave.buttImplant = 0>> <</if>> <<if $activeSlave.lipsImplant > 0>> - <<set $activeSlave.lips -= $activeSlave.lipsImplant>> - <<set $activeSlave.lipsImplant = 0>> + <<set $activeSlave.lips -= $activeSlave.lipsImplant>> + <<set $activeSlave.lipsImplant = 0>> <</if>> <</if>> <<if $arcologies[0].FSTransformationFetishistSMR == 1>> In order to qualify for sale, $he has been kitted out with a basic set of breast, buttock, and lip implants. <<if $activeSlave.devotion <= 20>> - Being turned into an assembly line bimbo fills $him with @@.gold;fear@@ and @@.mediumorchid;disgust.@@ - <<set $activeSlave.trust -= 5>> - <<set $activeSlave.devotion -= 5>> + Being turned into an assembly line bimbo fills $him with @@.gold;fear@@ and @@.mediumorchid;disgust.@@ + <<set $activeSlave.trust -= 5>> + <<set $activeSlave.devotion -= 5>> <</if>> <<if $activeSlave.boobsImplant == 0>> - <<set $activeSlave.boobsImplant = 400>> - <<set $activeSlave.boobs += $activeSlave.boobsImplant>> + <<set $activeSlave.boobsImplant = 400>> + <<set $activeSlave.boobs += $activeSlave.boobsImplant>> <</if>> <<if $activeSlave.buttImplant == 0>> - <<set $activeSlave.buttImplant = 1>> - <<set $activeSlave.butt += $activeSlave.buttImplant>> + <<set $activeSlave.buttImplant = 1>> + <<set $activeSlave.butt += $activeSlave.buttImplant>> <</if>> <<if $activeSlave.lipsImplant == 0>> - <<set $activeSlave.lipsImplant = 10>> - <<set $activeSlave.lips += $activeSlave.lipsImplant>> + <<set $activeSlave.lipsImplant = 10>> + <<set $activeSlave.lips += $activeSlave.lipsImplant>> <</if>> <</if>> <<if $arcologies[0].FSYouthPreferentialistSMR == 1>> <<if $activeSlave.physicalAge > 35>> - $He was treated as a disposable old bitch in the slave pens, @@.gold;worrying $him.@@ - <<set $activeSlave.trust -= 5>> + $He was treated as a disposable old bitch in the slave pens, @@.gold;worrying $him.@@ + <<set $activeSlave.trust -= 5>> <<elseif $activeSlave.physicalAge <= 25>> - $He was treated reasonably well in the slave pens due to $his youth, @@.mediumaquamarine;reassuring $him.@@ - <<set $activeSlave.trust += 5>> + $He was treated reasonably well in the slave pens due to $his youth, @@.mediumaquamarine;reassuring $him.@@ + <<set $activeSlave.trust += 5>> <</if>> <</if>> <<if $arcologies[0].FSMaturityPreferentialistSMR == 1>> <<if $activeSlave.physicalAge > 35>> - $He was treated reasonably well in the slave pens due to $his maturity, @@.mediumaquamarine;reassuring $him.@@ - <<set $activeSlave.trust += 5>> + $He was treated reasonably well in the slave pens due to $his maturity, @@.mediumaquamarine;reassuring $him.@@ + <<set $activeSlave.trust += 5>> <<elseif $activeSlave.physicalAge <= 25>> - $He was treated as a disposable little slut in the slave pens, @@.gold;worrying $him.@@ - <<set $activeSlave.trust -= 5>> + $He was treated as a disposable little slut in the slave pens, @@.gold;worrying $him.@@ + <<set $activeSlave.trust -= 5>> <</if>> <</if>> <<if $arcologies[0].FSPastoralistSMR == 1>> <<if $activeSlave.lactation == 0>> - $He was implanted with permanent lactation drugs in order to qualify for sale, and was kept in the slave pens until $he could be put up on the block with dripping nipples. - <<set $activeSlave.lactation = 2, $activeSlave.lactationDuration = 2>> + $He was implanted with permanent lactation drugs in order to qualify for sale, and was kept in the slave pens until $he could be put up on the block with dripping nipples. + <<set $activeSlave.lactation = 2, $activeSlave.lactationDuration = 2>> <</if>> <</if>> <<if $arcologies[0].FSChattelReligionistSMR == 1>> @@ -435,82 +435,82 @@ <</if>> <<if $IntelligenceEugenicsSMR + $HeightEugenicsSMR + $FaceEugenicsSMR > 0>> -<<set _eugenicsMarketTest = 1>> -As soon as $he arrived in the slave market, $he was subjected to a battery of testing: -<<if $IntelligenceEugenicsSMR == 1>> - an intelligence test, - <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant <= 50>> - <<set _eugenicsMarketTest = 0>> + <<set _eugenicsMarketTest = 1>> + As soon as $he arrived in the slave market, $he was subjected to a battery of testing: + <<if $IntelligenceEugenicsSMR == 1>> + an intelligence test, + <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant <= 50>> + <<set _eugenicsMarketTest = 0>> + <</if>> <</if>> -<</if>> -<<if $HeightEugenicsSMR == 1>> - rigorous height and bone measurements, - <<if $activeSlave.height < (Height.mean($activeSlave) + 15)>> - <<set _eugenicsMarketTest = 0>> + <<if $HeightEugenicsSMR == 1>> + rigorous height and bone measurements, + <<if $activeSlave.height < (Height.mean($activeSlave) + 15)>> + <<set _eugenicsMarketTest = 0>> + <</if>> <</if>> -<</if>> -<<if $FaceEugenicsSMR == 1>> - strict judgments of $his facial attractiveness, - <<if $activeSlave.face < 40>> - <<set _eugenicsMarketTest = 0>> + <<if $FaceEugenicsSMR == 1>> + strict judgments of $his facial attractiveness, + <<if $activeSlave.face < 40>> + <<set _eugenicsMarketTest = 0>> + <</if>> <</if>> -<</if>> -a physical exam, and more. -<<if _eugenicsMarketTest == 0>> - $He failed, and only then learned that by failing $he placed $himself under the merciless dictates of eugenic theory. - <<if $activeSlave.balls > 0 && (isFertile($activeSlave) || $activeSlave.preg > 0)>> - $His balls were promptly - <<if $seeExtreme == 1>> - removed - <<set $activeSlave.balls = 0>> - <<set $activeSlave.scrotum = 0>> + a physical exam, and more. + <<if _eugenicsMarketTest == 0>> + $He failed, and only then learned that by failing $he placed $himself under the merciless dictates of eugenic theory. + <<if $activeSlave.balls > 0 && (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His balls were promptly + <<if $seeExtreme == 1>> + removed + <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> + <<else>> + flooded with chemicals + <<set $activeSlave.ballType = "sterile">> + <</if>> + to prevent $him from passing on $his inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ $him. + Furthermore, $his <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards $his <</if>>tubes were promptly tied to prevent $him from passing on $his inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ $him. + <<set $activeSlave.preg = -2>> + <<set $activeSlave.pregType = 0>> + <<set $activeSlave.pregKnown = 0>> + <<set WombFlush($activeSlave)>> + <<run SetBellySize($activeSlave)>> + <<set $activeSlave.devotion -= 30>> + <<set $activeSlave.trust -= 30>> + <<elseif $activeSlave.balls > 0>> + $His balls were promptly + <<if $seeExtreme == 1>> + removed + <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> + <<else>> + flooded with chemicals + <<set $activeSlave.ballType = "sterile">> + <</if>> + to prevent $him from passing on $his inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ $him. + <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> + <<elseif (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards $his <</if>>tubes were promptly tied to prevent $him from passing on $his inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ $him. + <<set $activeSlave.preg = -2>> + <<set $activeSlave.pregType = 0>> + <<set $activeSlave.pregKnown = 0>> + <<set WombFlush($activeSlave)>> + <<run SetBellySize($activeSlave)>> + <<set $activeSlave.devotion -= 10>> + <<set $activeSlave.trust -= 10>> <<else>> - flooded with chemicals - <<set $activeSlave.ballType = "sterile">> + Fortunately for $him, $he was already incapable of passing on $his inferior genes. <</if>> - to prevent $him from passing on $his inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ $him. - Furthermore, $his <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards $his <</if>>tubes were promptly tied to prevent $him from passing on $his inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ $him. - <<set $activeSlave.preg = -2>> - <<set $activeSlave.pregType = 0>> - <<set $activeSlave.pregKnown = 0>> - <<set WombFlush($activeSlave)>> - <<run SetBellySize($activeSlave)>> - <<set $activeSlave.devotion -= 30>> - <<set $activeSlave.trust -= 30>> - <<elseif $activeSlave.balls > 0>> - $His balls were promptly - <<if $seeExtreme == 1>> - removed - <<set $activeSlave.balls = 0>> - <<set $activeSlave.scrotum = 0>> + <<else>> + $He passed, and only then learned that passing marked $him as fit to pass on $his genes, should $his owners decide to breed $him. + <<if $activeSlave.balls > 0 && (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His relief that $he won't have $his balls cut off and $his tubes tied is mixed with fear at being introduced to your society in this way. + <<elseif (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His relief that $he won't have $his tubes tied is mixed with fear at being introduced to your society in this way. <<else>> - flooded with chemicals - <<set $activeSlave.ballType = "sterile">> + This is merely confusing to $him, since $he isn't able to reproduce as it is. Of course, $he doesn't know that you're quite capable of changing that. <</if>> - to prevent $him from passing on $his inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ $him. - <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> - <<elseif (isFertile($activeSlave) || $activeSlave.preg > 0)>> - $His <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards $his <</if>>tubes were promptly tied to prevent $him from passing on $his inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ $him. - <<set $activeSlave.preg = -2>> - <<set $activeSlave.pregType = 0>> - <<set $activeSlave.pregKnown = 0>> - <<set WombFlush($activeSlave)>> - <<run SetBellySize($activeSlave)>> - <<set $activeSlave.devotion -= 10>> - <<set $activeSlave.trust -= 10>> - <<else>> - Fortunately for $him, $he was already incapable of passing on $his inferior genes. - <</if>> -<<else>> - $He passed, and only then learned that passing marked $him as fit to pass on $his genes, should $his owners decide to breed $him. - <<if $activeSlave.balls > 0 && (isFertile($activeSlave) || $activeSlave.preg > 0)>> - $His relief that $he won't have $his balls cut off and $his tubes tied is mixed with fear at being introduced to your society in this way. - <<elseif (isFertile($activeSlave) || $activeSlave.preg > 0)>> - $His relief that $he won't have $his tubes tied is mixed with fear at being introduced to your society in this way. - <<else>> - This is merely confusing to $him, since $he isn't able to reproduce as it is. Of course, $he doesn't know that you're quite capable of changing that. <</if>> <</if>> -<</if>> <<= checkForGingering()>> /* may store a backup of $activeSlave and make temporary changes; call removeGingering() to retrieve backup before making changes to $activeSlave */ diff --git a/src/uncategorized/pCoupAftermath.tw b/src/uncategorized/pCoupAftermath.tw index c71f6df2f10c8bc6446ae4e9cb76a1e945bc5edf..c0ff3e4f1735796e179b349ed83f872982b667ba 100644 --- a/src/uncategorized/pCoupAftermath.tw +++ b/src/uncategorized/pCoupAftermath.tw @@ -1,13 +1,25 @@ :: P coup aftermath [nobr] <<set $nextButton = " ", $nextLink = "Random Nonindividual Event", $rivalOwner = 0, $rivalryPower = 0, _num = random(0,99)>> /* hide button until user makes a selection */ +<<if _num <= $seeDicks>> + <<set $rivalGender = 2>> +<<else>> + <<set $rivalGender = 1>> +<</if>> +<<if $rivalGender == 2>> + <<set _heR = "he">> + <<set _HeR = capFirstChar(_heR)>> +<<else>> + <<set _heR = "she">> + <<set _HeR = capFirstChar(_heR)>> +<</if>> <<setAssistantPronouns>> <<if $mercenaries == 0>>Your security drones<<elseif $mercenaries <= 3>>Your mercenaries<<else>>Your $mercenariesTitle<</if>> perform the grisly task of disposing of the bodies of the Daughters killed in the assault. They strip them of anything that might be of use in cleaning up after the attempted coup — communication devices, PDAs, computers, even handwritten notes. The raw intel is scanned and passed to $assistantName. Most of it is rubbish. <br><br> -Some of it is not. There is evidence of payments from a <<if $rivalSet == 0>>nearby Free City<<else>>neighboring arcology<</if>> to the leadership of the Daughters. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> is silent for a long time, crosschecking records to assemble a complete picture despite your enemies' attempts to disguise the transactions. Finally, $assistantName finishes and displays a picture, using nearly the entire surface of your desk for effect. <<if $assistant > 0>>"This," _heA says in a tone of satisfaction, "is the <<if _num < $seeDicks>>bastard<<elseif (_num-25) < $seeDicks>>bitch<<else>>cunt<</if>> you want, <<= properTitle()>>."<<else>>"This," _heA says neutrally, "is the culprit, <<= properTitle()>>."<</if>> +Some of it is not. There is evidence of payments from a <<if $rivalSet == 0>>nearby Free City<<else>>neighboring arcology<</if>> to the leadership of the Daughters. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> is silent for a long time, crosschecking records to assemble a complete picture despite your enemies' attempts to disguise the transactions. Finally, $assistantName finishes and displays a picture, using nearly the entire surface of your desk for effect. <<if $assistant > 0>>"This," _heA says in a tone of satisfaction, "is the <<if $rivalGender == 2>>bastard<<elseif $rivalGender == 1>>bitch<<else>>cunt<</if>> you want, <<= properTitle()>>."<<else>>"This," _heA says neutrally, "is the culprit, <<= properTitle()>>."<</if>> -The face is vigorous, determined, <<if _num < $seeDicks>>and masculine. The very stereotype of the male arcology owner.<<elseif (_num-50 < $seeDicks)>>and androgynous. The very stereotype of the dissolute arcology owner.<<else>>and feminine. The very stereotype of the female arcology owner.<</if>> +The face is vigorous, determined, <<if $rivalGender == 2>>and masculine. The very stereotype of the male arcology owner.<<elseif ($rivalGender == 1)>>and feminine. The very stereotype of the female arcology owner.<<else>>and androgynous. The very stereotype of the dissolute arcology owner.<</if>> <<if $rivalSet != 0>> And, as you suspected, it's one of your neighbors. It's the individual who owns <<for $i = 0; $i < $arcologies.length; $i++>> @@ -18,7 +30,7 @@ The face is vigorous, determined, <<if _num < $seeDicks>>and masculine. The very <</for>> <br><br> <</if>> -Your assistant continues, "<<if _num < $seeDicks>>He<<else>>She<</if>> came into an arcology about when you did, <<= properTitle()>>. It seems the Daughters originally planned to attack <<if _num < $seeDicks>>him<<else>>her<</if>>, but <<if _num < $seeDicks>>he<<else>>she<</if>> bought them off and sent them after you, instead."<<if $assistant > 0>> "I wonder," she teases, "if <<if _num < $seeDicks>>he<<else>>she<</if>> thinks you're cute, or what?"<</if>> +Your assistant continues, "_HeR came into an arcology about when you did, <<= properTitle()>>. It seems the Daughters originally planned to attack _himR, but _heR bought them off and sent them after you, instead."<<if $assistant > 0>> "I wonder," _heA teases, "if _heR thinks you're cute, or what?"<</if>> <br><br> You inquire as to whether there's any identifiable cause for the evident dislike. <<if $rivalryFS != 0>> @@ -33,7 +45,7 @@ You inquire as to whether there's any identifiable cause for the evident dislike <<link "Contact the culprit privately and discuss the matter">> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<replace "#result">> - Your fellow arcology owner proves very receptive to your missive, as well they might. Your defeat of the Daughters has made a major impact on the willingness of slaveowners to discuss slave revolts in public, and any arcology owner who was proved to be funding anti-slaver violence, even under duress, would be shunned. With very little prompting, <<if _num < $seeDicks>>he<<else>>she<</if>> forwards a @@.yellowgreen;huge indemnity payment.@@ It's nowhere near enough to cause bankruptcy, but it's enough to give you a massive advantage should you find yourselves at odds again. + Your fellow arcology owner proves very receptive to your missive, as well they might. Your defeat of the Daughters has made a major impact on the willingness of slaveowners to discuss slave revolts in public, and any arcology owner who was proved to be funding anti-slaver violence, even under duress, would be shunned. With very little prompting, _heR forwards a @@.yellowgreen;huge indemnity payment.@@ It's nowhere near enough to cause bankruptcy, but it's enough to give you a massive advantage should you find yourselves at odds again. <<run cashX(100000, "war")>> <</replace>> <</link>> diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw index a2d7c4799ad5583d6a80a115c6539c1c62585dbb..ed4a566ddcce530323a1e09f4cdc543cc946a707 100644 --- a/src/uncategorized/pCoupAttempt.tw +++ b/src/uncategorized/pCoupAttempt.tw @@ -68,17 +68,11 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set $oneTimeDisableDisability = 1>> <<for _pca = 0; _pca < 8; _pca++>> <<if random(0,99) < $seeDicks>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> <<set $activeSlave = GenerateNewSlave("XY")>> <<set $activeSlave.weight = random(-20,30)>> <<set $activeSlave.muscles = random(20,80)>> <<set $activeSlave.waist = random(10,80)>> <<else>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> <<set $activeSlave = GenerateNewSlave("XX")>> <<set $activeSlave.weight = random(-50,30)>> <<set $activeSlave.muscles = random(0,80)>> diff --git a/src/uncategorized/pInvasion.tw b/src/uncategorized/pInvasion.tw index 1e46ea440b4a8f526bee0d86828ed45d67e79223..6728f75e43fc30b36cfb0a16b428bcf30e335b7c 100644 --- a/src/uncategorized/pInvasion.tw +++ b/src/uncategorized/pInvasion.tw @@ -132,10 +132,10 @@ The loose militia lately organized by the arcology owners has been called out to <</link>> <br><<link "Enslave all of your prisoners">> <<replace "#result">> - <<for _i = 0; _i < _newSlaves.length; _i++>> - <<run newSlave(_newSlaves[_i])>> /* skip New Slave Intro */ - <</for>> - You simply enslave all of your prisoners yourself. These slaves will regret attacking your arcology. + <<for _i = 0; _i < _newSlaves.length; _i++>> + <<run newSlave(_newSlaves[_i])>> /* skip New Slave Intro */ + <</for>> + You simply enslave all of your prisoners yourself. These slaves will regret attacking your arcology. <</replace>> <</link>> </span> diff --git a/src/uncategorized/pMercenaries.tw b/src/uncategorized/pMercenaries.tw index 0f8f978b8e741533d57a64529f71b9f0c545aecb..53d7fc194a433cecb0662fb67d9da1f12ae4821d 100644 --- a/src/uncategorized/pMercenaries.tw +++ b/src/uncategorized/pMercenaries.tw @@ -46,8 +46,8 @@ The budgetary difficulty many old world countries are in has resulted in unemplo <</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat((_price*2))>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(10000)>> and incur significant upkeep costs//<</if>> <br><<link "Do not quarter troops in your arcology">> <<replace "#result">> - Having armed men on permanent watch is a step too far. $arcologies[0].name's security systems are formidable and will have to serve. - <<set $mercenaries = 0>> + Having armed men on permanent watch is a step too far. $arcologies[0].name's security systems are formidable and will have to serve. + <<set $mercenaries = 0>> <</replace>> <</link>> </span> diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw index 983dc2e0274e34d9373aa433f2c1a60cb1d71902..5fbc3eadc953f02609919f622bcc2c68c5f78e7f 100644 --- a/src/uncategorized/pRivalryActions.tw +++ b/src/uncategorized/pRivalryActions.tw @@ -1,6 +1,6 @@ :: P rivalry actions [nobr] -<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", $rivalryDuration += 1, _num = random(1,99)>> +<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", $rivalryDuration += 1>> <<if $hostageAnnounced == 1>> /* 000-250-006 */ @@ -3828,11 +3828,23 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <br><br> +<<if $rivalGender == 2>> + <<set _hisR = "his">> + <<set _himR = "him">> + <<set _HeR = "He">> + <<set _HisR = capFirstChar(_hisR)>> +<<else>> + <<set _hisR = "her">> + <<set _himR = "her">> + <<set _HeR = "She">> + <<set _HisR = capFirstChar(_hisR)>> +<</if>> + You remind yourself that success in this conflict will not be defined by the traditional measures of impending victory and defeat. The primary concern here is the weight of your holdings against those of your opponent. Improving your arcology's prosperity will move you closer to victory<<if $rivalSet == 1>>, and so will attacking the prosperity of your rival's neighboring arcology through economic means<</if>>. Of course, you can also take more direct action. <br><br> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> collates several options for directly attacking your rival. This is a corporate war, not a military one; your peers would not tolerate a direct attack on <<if _num < $seeDicks>>him.<<else>>her.<</if>> You must bankrupt your opponent so they are no longer able to hide within the physical and intangible fortress that is their arcology. Your rival <<if ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.6>>is on their economic knees, putting them on the verge of defeat.<<elseif ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.7>>is in a bad financial state, well on the way to final dissolution and defeat.<<elseif ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.8>>has taken some hard corporate blows but is still standing.<<elseif ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.9>>is starting to feel the pressure.<<else>>is essentially undamaged; you have hard work ahead of you.<</if>> +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> collates several options for directly attacking your rival. This is a corporate war, not a military one; your peers would not tolerate a direct attack on _himR. You must bankrupt your opponent so they are no longer able to hide within the physical and intangible fortress that is their arcology. Your rival <<if ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.6>>is on their economic knees, putting them on the verge of defeat.<<elseif ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.7>>is in a bad financial state, well on the way to final dissolution and defeat.<<elseif ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.8>>has taken some hard corporate blows but is still standing.<<elseif ($rivalOwner-$rivalryPower)/$arcologies[0].prosperity < 0.9>>is starting to feel the pressure.<<else>>is essentially undamaged; you have hard work ahead of you.<</if>> <br><br> @@ -3840,13 +3852,13 @@ You remind yourself that success in this conflict will not be defined by the tra <<link "Apply <<print cashFormat(10000)>> in standard corporate warfare">> <<if random(1,100) > 50>> <<replace "#result">> - Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died taking the enemy's positions. Today, your ¤ die @@.green;taking@@ <<if _num < $seeDicks>>his<<else>>her<</if>> holdings. Once more unto the breach. + Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died taking the enemy's positions. Today, your ¤ die @@.green;taking@@ _hisU holdings. Once more unto the breach. <<run cashX(-10000, "war")>> <<set $rivalryPower += 2>> <</replace>> <<else>> <<replace "#result">> - Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died before the enemy's machine guns. Today, your ¤ die @@.red;failing to take@@ <<if _num < $seeDicks>>his<<else>>her<</if>> holdings. Once more unto the breach. + Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died before the enemy's machine guns. Today, your ¤ die @@.red;failing to take@@ _hisU holdings. Once more unto the breach. <<run cashX(-10000, "war")>> <<set $rivalryPower += 1>> <</replace>> @@ -3871,14 +3883,14 @@ You remind yourself that success in this conflict will not be defined by the tra <</link>> <br><<link "Use <<print cashFormat(25000)>> creating local shortages">> <<replace "#result">> - With enough money, it's entirely possible to temporarily overwhelm even the advanced free market of the Free Cities. You choose a few critical items — pharmaceutical materials, electronic components, and other physical items — and purchase shipments intended for your rival's arcology. <<if _num < $seeDicks>>His<<else>>Her<</if>> tenants are @@.green;seriously inconvenienced@@ and blame their difficulties on their hapless landlord. + With enough money, it's entirely possible to temporarily overwhelm even the advanced free market of the Free Cities. You choose a few critical items — pharmaceutical materials, electronic components, and other physical items — and purchase shipments intended for your rival's arcology. _HisR tenants are @@.green;seriously inconvenienced@@ and blame their difficulties on their hapless landlord. <<run cashX(-25000, "war")>> <<set $rivalryPower += 3>> <</replace>> <</link>> <br><<link "Devote <<print cashFormat(50000)>> to purchasing the support of your peers">> <<replace "#result">> - Your fellow arcology owners have an interest in seeing the funder of the Daughters' attempt on you destroyed, but few of them are willing to spend any money or real effort on the matter. You do a few of them the favor of making the money and effort spent yours. Your rival finds <<if _num < $seeDicks>>his<<else>>her<</if>> dealings with your mutual peers becoming @@.green;strangely difficult.@@ Market opinion is swinging your way. + Your fellow arcology owners have an interest in seeing the funder of the Daughters' attempt on you destroyed, but few of them are willing to spend any money or real effort on the matter. You do a few of them the favor of making the money and effort spent yours. Your rival finds _hisR dealings with your mutual peers becoming @@.green;strangely difficult.@@ Market opinion is swinging your way. <<run cashX(-50000, "war")>> <<set $rivalryPower += 5>> <</replace>> @@ -3887,7 +3899,7 @@ You remind yourself that success in this conflict will not be defined by the tra <<if $rep >= 15000>> <br><<link "Use your connections to throttle your rival's arcology">> <<replace "#result">> - With every external, and several internal, supply lines severed, <<if _num < $seeDicks>>his<<else>>her<</if>> tenants are faced with imminent destruction and @@.green;rise up@@ against their hapless landlord. <<if _num < $seeDicks>>He<<else>>She<</if>> will not be able to weather such a siege for long. + With every external, and several internal, supply lines severed, _hisR tenants are faced with imminent destruction and @@.green;rise up@@ against their hapless landlord. _HeR will not be able to weather such a siege for long. <<set $rivalryPower += 10>> <</replace>> <</link>> //This option is available due to your @@.springgreen;societal connections,@@ and will economically devastate your rival// diff --git a/src/uncategorized/pRivalryCapture.tw b/src/uncategorized/pRivalryCapture.tw index 3892b594cf0a8dc60c79bfd773cd693e11b21d77..f9d6e82a0c08e8aaebf531881d73da9381c771e2 100644 --- a/src/uncategorized/pRivalryCapture.tw +++ b/src/uncategorized/pRivalryCapture.tw @@ -1,9 +1,8 @@ :: P rivalry capture [nobr] <<set $rivalOwner = -1>> -<<set _num = random(1,99)>> <<set _rivalType = []>> -<<if _num <= $seeDicks>> +<<if $rivalGender == 2>> <<set _rivalType.push("expansionist shemale")>> <<set _rivalType.push("masculine")>> <<set _rivalType.push("micropenis")>> diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw index b645cd4347073b20b662a357aea62a551d8a2afd..831455e9c9694a17422b9248e504950b15eefdca 100644 --- a/src/uncategorized/pRivalryHostage.tw +++ b/src/uncategorized/pRivalryHostage.tw @@ -239,6 +239,11 @@ /* 000-250-006 */ </span> +<<if $rivalGender == 2>> + <<set _heR = "he">> +<<else>> + <<set _heR = "she">> +<</if>> <<setLocalPronouns $activeSlave>> <<setPlayerPronouns>> @@ -269,7 +274,7 @@ Only a few days into your inter-arcology war, you receive a video message from y <<case "arcology owner">> time owning another arcology. $He was a prominent citizen who supported your government. You were never particularly close, <</switch>> -but you do remember $him, and your rival knows it. This is obviously the best they could come up with to provoke an emotional reaction. +but you do remember $him, and your rival knows it. This is obviously the best _heR could come up with to provoke an emotional reaction. <br><br> "Hello, <<= PlayerName()>>," your rival sneers. "Sorry to pull you away from diff --git a/src/uncategorized/pRivalryVictory.tw b/src/uncategorized/pRivalryVictory.tw index d7844212c1c24f89f984e040f619e184b9607e28..81801ded0d298128110e4a0b8bac40a06314a6f4 100644 --- a/src/uncategorized/pRivalryVictory.tw +++ b/src/uncategorized/pRivalryVictory.tw @@ -1,13 +1,25 @@ :: P rivalry victory [nobr] -<<set $nextButton = " ", $nextLink = "Random Nonindividual Event", $rivalOwner = 0, $rivalryPower = 0, _num = random(1,99)>> /* hide button until user makes a selection */ +<<set $nextButton = " ", $nextLink = "Random Nonindividual Event", $rivalOwner = 0, $rivalryPower = 0>> /* hide button until user makes a selection */ <<set $rivalRace = 0>> +<<if $rivalGender == 2>> + <<set _heR = "he">> + <<set _hisR = "his">> + <<set _HeR = capFirstChar(_heR)>> + <<set _HisR = capFirstChar(_hisR)>> +<<else>> + <<set _heR = "she">> + <<set _hisR = "her">> + <<set _HeR = capFirstChar(_heR)>> + <<set _HisR = capFirstChar(_hisR)>> +<</if>> + -For the first time, you receive a direct call from your rival. You pictured the moment as feeling grander than this, sitting at your desk as usual looking into <<if _num < $seeDicks>>his<<else>>her<</if>> downcast face. You're the victor in a new form of warfare in which bankruptcy has replaced surrender. If the world survives in its present state, you may one day be remembered as an innovator in the evolution of (nearly) bloodless war. Today, your reputation has @@.green;greatly improved.@@ But today all you have that's tangible is a view of a still-dignified arcology owner, self-possessed despite the situation. +For the first time, you receive a direct call from your rival. You pictured the moment as feeling grander than this, sitting at your desk as usual looking into _hisR downcast face. You're the victor in a new form of warfare in which bankruptcy has replaced surrender. If the world survives in its present state, you may one day be remembered as an innovator in the evolution of (nearly) bloodless war. Today, your reputation has @@.green;greatly improved.@@ But today all you have that's tangible is a view of a still-dignified arcology owner, self-possessed despite the situation. <br><br> -"For what it's worth," <<if _num < $seeDicks>>he<<else>>she<</if>> says without preamble, "I had nothing against you. The Daughters wouldn't accept a straight buy-off. Their leadership needed a target to attack, or the rank and file would have killed them themselves and gone ahead attacking me. I had to give them an alternative, or it would have been me." <<if _num < $seeDicks>>He<<else>>She<</if>> looks nervous for the first time. "So, what do we do now? I've still got enough resources to make the end of this story a messy one for you. Let me go, and I won't. I'll walk away, and I'll sign everything I've got left over to you.<<if $hostageAnnounced == 1>> Including $hostage.slaveName, of course.<</if>>" +"For what it's worth," _heR says without preamble, "I had nothing against you. The Daughters wouldn't accept a straight buy-off. Their leadership needed a target to attack, or the rank and file would have killed them themselves and gone ahead attacking me. I had to give them an alternative, or it would have been me." _HeR looks nervous for the first time. "So, what do we do now? I've still got enough resources to make the end of this story a messy one for you. Let me go, and I won't. I'll walk away, and I'll sign everything I've got left over to you.<<if $hostageAnnounced == 1>> Including $hostage.slaveName, of course.<</if>>" <br><br> @@ -17,7 +29,7 @@ For the first time, you receive a direct call from your rival. You pictured the <<replace "#result">> You accept, magnanimous in victory. "I don't think I would have done that," your rival replies. "Thank you. When they write the book, I'll make sure you look good." <<if $rivalSet != 0>> - <<if _num < $seeDicks>>His<<else>>Her<</if>> remaining liquid assets will go to satisfy her great debts, <<if _num < $seeDicks>>his<<else>>her<</if>> @@.yellowgreen;arcology holdings are yours.@@ + _HisR remaining liquid assets will go to satisfy _hisR great debts, but _hisR @@.yellowgreen;arcology holdings are yours.@@ <<for _prv = 0; _prv < $arcologies.length; _prv++>> <<if $arcologies[_prv].rival == 1>> <<set $arcologies[_prv].embargo = 0>> @@ -32,7 +44,7 @@ For the first time, you receive a direct call from your rival. You pictured the <</for>> <<if $hostageAnnounced == 1>><<set $hostageRescued = 1>><</if>> <<else>> - <<if _num < $seeDicks>>His<<else>>Her<</if>> arcology will go to satisfy her great debts, but you will still profit @@.yellowgreen;immensely@@ from your victory<<if $hostageAnnounced == 1>>, and acquire $hostage.slaveName as a slave<</if>>. + _HisR arcology will go to satisfy _hisR great debts, but you will still profit @@.yellowgreen;immensely@@ from your victory<<if $hostageAnnounced == 1>>, and acquire $hostage.slaveName as a slave<</if>>. <<run cashX(random(100000,250000), "war")>> <</if>> <</replace>> diff --git a/src/uncategorized/pSchoolSuggestion.tw b/src/uncategorized/pSchoolSuggestion.tw index 6dd056cc1baf38fd3f1d416953dae6dd4312f8a3..229d28cac2d47140afc48995f82b27cd26b19666 100644 --- a/src/uncategorized/pSchoolSuggestion.tw +++ b/src/uncategorized/pSchoolSuggestion.tw @@ -38,42 +38,42 @@ The older gentleman who seems to have been acting as unofficial moderator before <br><br> <span id="result"> <<if $seeDicks != 100>> -<<link "The Slave School">> - <<replace "#result">> - You thank your leading citizens and announce your decision: you'll be contacting The Slave School about opening a branch campus here, immediately. - <<set $TSS.schoolPresent = 1>><<run cashX(-10000, "policies")>> - <</replace>> -<</link>> -<br><<link "The Growth Research Institute">> - <<replace "#result">> - You thank your leading citizens and announce your decision: you'll be contacting the Growth Research Institute about opening a branch campus here, immediately. - <<set $GRI.schoolPresent = 1>> - <<run cashX(-10000, "policies")>> - <</replace>> -<</link>> -<br><<link "St. Claver Preparatory">> - <<replace "#result">> - You thank your leading citizens and announce your decision: you'll be contacting St. Claver Preparatory about opening a branch campus here, immediately. - <<set $SCP.schoolPresent = 1>> - <<run cashX(-10000, "policies")>> - <</replace>> -<</link>> -<<if $seePreg != 0>> - <br><<link "The Cattle Ranch">> + <<link "The Slave School">> + <<replace "#result">> + You thank your leading citizens and announce your decision: you'll be contacting The Slave School about opening a branch campus here, immediately. + <<set $TSS.schoolPresent = 1>><<run cashX(-10000, "policies")>> + <</replace>> + <</link>> + <br><<link "The Growth Research Institute">> <<replace "#result">> - You thank your leading citizens and announce your decision: you'll be contacting the Cattle Ranch about opening a local pasture, immediately. - <<set $TCR.schoolPresent = 1>> + You thank your leading citizens and announce your decision: you'll be contacting the Growth Research Institute about opening a branch campus here, immediately. + <<set $GRI.schoolPresent = 1>> + <<run cashX(-10000, "policies")>> + <</replace>> + <</link>> + <br><<link "St. Claver Preparatory">> + <<replace "#result">> + You thank your leading citizens and announce your decision: you'll be contacting St. Claver Preparatory about opening a branch campus here, immediately. + <<set $SCP.schoolPresent = 1>> + <<run cashX(-10000, "policies")>> + <</replace>> + <</link>> + <<if $seePreg != 0>> + <br><<link "The Cattle Ranch">> + <<replace "#result">> + You thank your leading citizens and announce your decision: you'll be contacting the Cattle Ranch about opening a local pasture, immediately. + <<set $TCR.schoolPresent = 1>> + <<run cashX(-10000, "policies")>> + <</replace>> + <</link>> + <</if>> + <br><<link "The Hippolyta Academy">> + <<replace "#result">> + You thank your leading citizens and announce your decision: you'll be contacting the Hippolyta Academy about opening a local branch, immediately. + <<set $HA.schoolPresent = 1>> <<run cashX(-10000, "policies")>> <</replace>> <</link>> -<</if>> -<br><<link "The Hippolyta Academy">> - <<replace "#result">> - You thank your leading citizens and announce your decision: you'll be contacting the Hippolyta Academy about opening a local branch, immediately. - <<set $HA.schoolPresent = 1>> - <<run cashX(-10000, "policies")>> - <</replace>> -<</link>> <</if>> <<if $seeDicks != 0>> diff --git a/src/uncategorized/pSnatchAndGrab.tw b/src/uncategorized/pSnatchAndGrab.tw index b70187a80f805eaf4ca0e9c1ef4fd6c299c50a7c..65a211771bc448e59320cdc066d8e1ec52fa9312 100644 --- a/src/uncategorized/pSnatchAndGrab.tw +++ b/src/uncategorized/pSnatchAndGrab.tw @@ -64,7 +64,7 @@ <</link>> <br><<link "Politely decline">> <<replace "#result">> - You receive no response whatsoever. That's how it is with professionals: the offer was never made, you never declined, and no further discussion is necessary or desired. + You receive no response whatsoever. That's how it is with professionals: the offer was never made, you never declined, and no further discussion is necessary or desired. <</replace>> <</link>> </span> diff --git a/src/uncategorized/prestigiousSlave.tw b/src/uncategorized/prestigiousSlave.tw index 74e622efa41ca7142345e78865cca6acb32d810b..49cc6b36d105938f5b3281b2710fe4ce2fd5dcac 100644 --- a/src/uncategorized/prestigiousSlave.tw +++ b/src/uncategorized/prestigiousSlave.tw @@ -801,7 +801,6 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres <<case "d princess">> <<set $activeSlaveOneTimeMaxAge = 18>> <<set $oneTimeDisableDisability = 1>> - <<set $oneTimeDisableDisability = 1>> <<set $activeSlave = GenerateNewSlave("XY")>> <<set $activeSlave.origin = "You bought $him at auction.">> <<set $activeSlave.prestige = 3>> diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw index d9f36dff0e89ec9422b2f8ba7111e8ef8bcee9bb..8d99bc02d0845fc7dd5047cb46dbedc8a53e097d 100644 --- a/src/uncategorized/reBoomerang.tw +++ b/src/uncategorized/reBoomerang.tw @@ -126,7 +126,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <</if>> <<run SetBellySize($activeSlave)>> <<case "porn studio">> - "They're crazy. At fir<<s>>t it wa<<s>> all the <<s>>ame, ju<<s>>t make more <<s>>mut and reap the atten<<t>>ion, but <<s>>oon they <<s>>tarted wanting me to do more and more e<<x>>treme <<sh>>it." $He gags at the thought. "While they were running a train on me, I overheard them talking... <<S>>aying they wanted to end my career in an unforgettable e<<x>>perien<<c>>e, and given what they've been having me do, I ran." You suspected the porn studio you sold $him to would try to spice up $his content to attract more views, but you never bothered to think of how far they would take it. + "They're crazy. At fir<<s>>t it wa<<s>> all the <<s>>ame, ju<<s>>t make more <<s>>mut and reap the atten<<t>>ion, but <<s>>oon they <<s>>tarted wanting me to do more and more e<<x>>treme <<sh>>it." $He gags at the thought. "While they were running a train on me, I <<if canHear($activeSlave)>>overheard them talking<<elseif canSee($activeSlave)>>caught a glimp<<s>>e of <<s>>ome memo between the bo<<ss>>e<<s>><<else>>felt the word<<s>> one of them wrote on my <<s>>kin<</if>>... <<s>>aying they wanted to end my career in an 'unforgettable e<<x>>perien<<c>>e', and given what they'd been having me do, I ran." You suspected the porn studio you sold $him to would try to spice up $his content to attract more views, but you never bothered to think of how far they would take it. <<set $activeSlave.anus = 4>> <<if $activeSlave.vagina > -1 && $activeSlave.vagina < 4>> <<set $activeSlave.vagina = 4>> diff --git a/src/uncategorized/reBusyBrothel.tw b/src/uncategorized/reBusyBrothel.tw index 13653ccc002d342e3ecea26f3dce2e59c337fb62..11bac6845f64388fde44372fdc93656a1971045c 100644 --- a/src/uncategorized/reBusyBrothel.tw +++ b/src/uncategorized/reBusyBrothel.tw @@ -14,13 +14,13 @@ Of course, $brothelName is the best establishment of its kind in the arcology. C <span id="result"> <<link "Surprise the hardworking whores with a day of rest">> <<replace "#result">> - The problem with assembly-line sex is that it has a tendency to destroy any sense of intimacy or fun. So, you make some simple preparations and close the brothel for a day, hiring some freelancers to cover. All your slave whores are allowed to sleep late, and then spend the day with you playing games and enjoying light amusements. The girls are surprised by your generosity, but they have fun. Many of the games are sexually themed. One day of giggling and squealing can't completely reverse the transactionalization of sex for them, but they @@.hotpink;appreciate the effort.@@ - <<for $i = 0; $i < $BrothiIDs.length; $i++>> - <<set $slaves[$slaveIndices[$BrothiIDs[$i]]].devotion += 4>> - <<set $slaves[$slaveIndices[$BrothiIDs[$i]]].lastWeeksCashIncome += 250>> - <<set $slaves[$slaveIndices[$BrothiIDs[$i]]].lifetimeCashIncome += 250>> - <</for>> - <<run cashX(-1000, "event")>> + The problem with assembly-line sex is that it has a tendency to destroy any sense of intimacy or fun. So, you make some simple preparations and close the brothel for a day, hiring some freelancers to cover. All your slave whores are allowed to sleep late, and then spend the day with you playing games and enjoying light amusements. The girls are surprised by your generosity, but they have fun. Many of the games are sexually themed. One day of giggling and squealing can't completely reverse the transactionalization of sex for them, but they @@.hotpink;appreciate the effort.@@ + <<for $i = 0; $i < $BrothiIDs.length; $i++>> + <<set $slaves[$slaveIndices[$BrothiIDs[$i]]].devotion += 4>> + <<set $slaves[$slaveIndices[$BrothiIDs[$i]]].lastWeeksCashIncome += 250>> + <<set $slaves[$slaveIndices[$BrothiIDs[$i]]].lifetimeCashIncome += 250>> + <</for>> + <<run cashX(-1000, "event")>> <</replace>> <</link>> //This will cost <<print cashFormat(1000)>>// <br><<link "Hire an expert hooker to give lessons">> diff --git a/src/uncategorized/reDevotedMotherDaughter.tw b/src/uncategorized/reDevotedMotherDaughter.tw index 030e72642fc74a86e1b722529a7a17310e6f2a4c..bd1f883915b9cfd64ed114f04b4a996e82cafbfc 100644 --- a/src/uncategorized/reDevotedMotherDaughter.tw +++ b/src/uncategorized/reDevotedMotherDaughter.tw @@ -33,7 +33,7 @@ $slaves[$i].slaveName and $his daughter $slaves[$j].slaveName are both good slav <span id="result"> <br><<link "Spend the night sharing your bed with them, and each of them with the other">> <<replace "#result">> - Neither of them bats an eye when you announce you're turning in early and that they'll be joining you. Since they're already naked, they get into your big soft bed before you and lie facing each other, with enough room in between them for you to take a central position. They clearly assume you'll start with one of them on each side of you, so they're quite surprised when you slide in behind $slaves[$i].slaveName instead. $slaves[$j].slaveName snuggles up to _his2 mother happily enough, however. You extend the foreplay for hours, eventually bringing both of them to such a state of naked arousal that they begin grinding against each other as much as they do you. They get the idea, and things turn into a sort of unspoken mutual one-upmanship between them. What starts with $slaves[$j].slaveName clearly feeling very daring as _he2 sucks _his2 mother's nipple ends with $slaves[$i].slaveName lying on $his back getting fucked by you while $he orally pleasures $slaves[$j].slaveName. You're face to face with $slaves[$j].slaveName and _he2 groans happily into your mouth as $slaves[$i].slaveName moans into _his2 fuckhole. + Neither of them bat an eye when you announce you're turning in early and that they'll be joining you. Since they're already naked, they get into your big soft bed before you and lie facing each other, with enough room in between them for you to take a central position. They clearly assume you'll start with one of them on each side of you, so they're quite surprised when you slide in behind $slaves[$i].slaveName instead. $slaves[$j].slaveName snuggles up to _his2 mother happily enough, however. You extend the foreplay for hours, eventually bringing both of them to such a state of naked arousal that they begin grinding against each other as much as they do you. They get the idea, and things turn into a sort of unspoken mutual one-upmanship between them. What starts with $slaves[$j].slaveName clearly feeling very daring as _he2 sucks _his2 mother's nipple ends with $slaves[$i].slaveName lying on $his back getting fucked by you while $he orally pleasures $slaves[$j].slaveName. You're face to face with $slaves[$j].slaveName and _he2 groans happily into your mouth as $slaves[$i].slaveName moans into _his2 fuckhole. @@.mediumaquamarine;They have both become more trusting of you.@@ <<set $slaves[$i].trust += 4, $slaves[$j].trust += 4, $slaves[$i].counter.oral += 1, $slaves[$j].counter.oral += 1, $oralTotal += 2>> diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw index 81edd9e243fc6e2309fbe9d00b43e9b622276b7e..de1fb465a0d2c63a23d0216752367a5e79e82dab 100644 --- a/src/uncategorized/reFSAcquisition.tw +++ b/src/uncategorized/reFSAcquisition.tw @@ -1089,7 +1089,7 @@ In lieu of a face, a plain page of mostly text and a scant few pictures fills th You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -This one is from another arcology, which is rather unusual. You are presented with a rather normal-looking, if obviously poor, free citizen. $He says dejectedly, "I'm on my la<<s>>t few ¤ here, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. The owner here, he'<<s>> planning to en<<s>>lave me later today. I ju<<s>>t know it. He fill<<s>> hi<<s>> <<s>>lave<<s>> up with <<s>>ilicone until they look like fucking Barbie doll<<s>>." $He shivers fearfully. "You don't do that, right? If I have to be a fucktoy, I don't want to be cut up first." +This one is from another arcology, which is rather unusual. You are presented with a rather normal-looking, if obviously poor, free citizen. $He says dejectedly, "I'm on my la<<s>>t few ¤ here, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. The owner here, he'<<s>> planning to en<<s>>lave me later today. I ju<<s>>t know it. He fill<<s>> hi<<s>> <<s>>lave<<s>> up with <<s>>ilicone until they look like fucking Barbie doll<<s>>." $He shivers fearfully. "You don't do that, right? If I have to be a fucktoy, I don't want to be cut up fir<<s>>t." <<case "Body Purist Two">> @@ -1119,13 +1119,13 @@ The call comes in from an unusually well-to-do area. It appears that the aristoc You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the young $woman in the video call is reasonably well dressed, so $his newfound situation must be exceedingly recent. Without hesitation $he immediately asks to be enslaved. "My boyfriend want<<s>> to turn me into <<s>>ome <<s>>ort of bimbo," $he <<say>>s through $his tears. "I found all the <<s>>urgery bro<<ch>>ure<<s>> that he hid, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. But", and $he brings $his slender chest, though covered by $his top, into view, "I don't want to be cut up and filled with pla<<s>>tic. One of my friend<<s>> told me that you care about a $woman with a good figure, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. I <<sh>>ould have never <<s>>old my<<s>>elf to that ba<<s>>tard." +This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the young $woman in the video call is reasonably well dressed, so $his newfound situation must be exceedingly recent. Without hesitation $he immediately asks to be enslaved. "My boyfriend want<<s>> to turn me into <<s>>ome <<s>>ort of bimbo," $he <<say>>s through $his tears. "I found all the <<s>>urgery bro<<ch>>ure<<s>> that he hid, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. But," and $he brings $his slender chest, though covered by $his top, into view, "I don't want to be cut up and filled with pla<<s>>tic. One of my friend<<s>> told me that you care about a $woman with a good figure, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. I <<sh>>ould have never <<s>>old my<<s>>elf to that ba<<s>>tard." <<case "Asset Expansionist">> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The person placing the call is physically quite unusual, to the point of looking distinctly unnatural. $He has absolutely enormous tits, an ass to match, and is generally plush all over; yet despite being able to compete with the lushest mother in the curves department, $he appears to be very young. $He explains $himself quickly. "<<if $PC.title != 0>><<S>>ir<<else>>Ma'am<</if>>, I ju<<s>>t turned 19. Where I'm from, that mean<<s>> I'm very likely to be en<<s>>laved one way or another. <<S>>o, I've been taking off-market hormone<<s>> for a couple of year<<s>> to rai<<s>>e my<<s>>elf out of the gutter a<<s>> far a<<s>> who might take me. I hear life i<<s>> better if you're a valuable slave." $He leans into the camera, displaying a solid acre of cleavage. "Can I be your valuable slave?" +The person placing the call is physically quite unusual, to the point of looking distinctly unnatural. $He has absolutely enormous tits, an ass to match, and is generally plush all over; yet despite being able to compete with the lushest mother in the curves department, $he appears to be very young. $He explains $himself quickly. "<<if $PC.title != 0>><<S>>ir<<else>>Ma'am<</if>>, I ju<<s>>t turned 19. Where I'm from, that mean<<s>> I'm very likely to be en<<s>>laved one way or another. <<S>>o, I've been taking off-market hormone<<s>> for a couple of year<<s>> to rai<<s>>e my<<s>>elf out of the gutter a<<s>> far a<<s>> who might take me. I hear life i<<s>> better if you're a valuable <<s>>lave." $He leans into the camera, displaying a solid acre of cleavage. "Can I be your valuable <<s>>lave?" <<case "Asset Expansionist Two">> @@ -1421,7 +1421,7 @@ The call comes in from an office, and you suppress the urge to check whether $as <<case "Maturity Preferentialist">> $He and the buyer's agent arrive at the same time. $He accepts this defeat with good grace, and cooperates with him as best $he can. $He gives you a single questioning glance, with just a glint of hope; you take pity, and tell $him $he won't be going far. $He's to be employed in one of the arcology's better MILF brothels. $He'll be fucked ten times tomorrow, it's true, but $he'll be well treated when $he doesn't have dicks in $him. <<case "Maturity Preferentialist Two">> - $He arrives apologizing for $his fine clothing. "I'm <<s>>orry," $he apologizes sadly, "but I wanted to wear my be<<s>>t one la<<s>>t time." $He sighs, squares $his shoulders, and visibly steels $himself. "My <<s>>on'<<s>> a ba<<s>>tard for selling me to you, and all to <<s>>ave that u<<s>>ele<<ss>> <<s>>tore of hi<<s>>." $He delivers this last with a bitter smile on $his lips. "At lea<<s>>t he had the <<s>>en<<s>>e to <<s>>ell me to someone with e<<x>>qui<<s>>ite ta<<s>>te, like you. After all, you did buy me." $He's about to declaim something else when a purchaser's agent arrives to bundle $him off. $His face darkens and $he mulls something over, probably preparing a really cutting remark, but before $he can deliver it the agent fastens a bag over $his head and $he is heard no more. + $He arrives apologizing for $his fine clothing. "I'm <<s>>orry," $he apologizes sadly, "but I wanted to wear my be<<s>>t one la<<s>>t time." $He sighs, squares $his shoulders, and visibly steels $himself. "My <<s>>on'<<s>> a ba<<s>>tard for <<s>>elling me to you, and all to <<s>>ave that u<<s>>ele<<ss>> <<s>>tore of hi<<s>>." $He delivers this last with a bitter smile on $his lips. "At lea<<s>>t he had the <<s>>en<<s>>e to <<s>>ell me to <<s>>omeone with e<<x>>qui<<s>>ite ta<<s>>te, like you. After all, you did buy me." $He's about to declaim something else when a purchaser's agent arrives to bundle $him off. $His face darkens and $he mulls something over, probably preparing a really cutting remark, but before $he can deliver it the agent fastens a bag over $his head and $he is heard no more. <<case "Chattel Religionist">> $He lets out a convulsive sob when you accept $his servitude, and is painfully obsequious as you complete the formalities of enslavement. When $his buyer arrives to take $him away, the realization agonizes $him, but $he snuffs out $his saddened reaction almost as soon as it dawns on $his face. $He visibly draws $himself up, obviously telling $himself that service under one master is as righteous as service under another. <<case "Chattel Religionist Two">> diff --git a/src/uncategorized/reFSNonconformist.tw b/src/uncategorized/reFSNonconformist.tw index c6e6edc73128c2fce9c061c3119ecbccef5a4c04..187e10ffb6304f72dab63e3a3e54c58415c36f26 100644 --- a/src/uncategorized/reFSNonconformist.tw +++ b/src/uncategorized/reFSNonconformist.tw @@ -208,70 +208,70 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem <br><<link "Throw the nonconformist out of the arcology">> <<set $arcologies[0].prosperity -= 10>> <<replace "#result">> - You agree with the prominent citizens, and promise to apply all of your considerable contractual and business power to get the nonconformist out of the arcology before they can put their plan into action. You manage it, but only just. Opinion on your actions is mixed: the oligarchs who came to you are pleased you satisfied their requests, but your maneuvers were offensive to the general preference for freedom. The impact on the arcology's economy on the other hand is entirely negative, since the sudden loss of a major player within the arcology's business field @@.red;damages its prosperity.@@ + You agree with the prominent citizens, and promise to apply all of your considerable contractual and business power to get the nonconformist out of the arcology before they can put their plan into action. You manage it, but only just. Opinion on your actions is mixed: the oligarchs who came to you are pleased you satisfied their requests, but your maneuvers were offensive to the general preference for freedom. The impact on the arcology's economy on the other hand is entirely negative, since the sudden loss of a major player within the arcology's business field @@.red;damages its prosperity.@@ <</replace>> <</link>> <<if $cash > 10000>> -<br><<link "Quickly manage a nuanced response">> - <<run cashX(-10000, "event")>> - <<replace "#result">><<nobr>> -<<if $arcologies[0].FSRestart != "unset">> - You promise to deal with the situation. The Societal Elite trust you to not fail, and they are not disappointed. The fallen elite -<<else>> - You promise to deal with the situation. The prominent citizens trust you enough to leave the problem in your hands, and they are not disappointed. The nonconformist -<</if>> - <<if $FSNonconformist == "Pastoralist">> - publishes the exposé, but finds it effectively defused by a nuanced pro-dairy campaign leveraging your dominance of the arcology's media. - <<elseif $FSNonconformist == "Supremacist">> - is intent on publicly flogging the unfortunate $arcologies[0].FSSupremacistRace slave, but quickly finds that you've manipulated their contracts with you to forbid such displays. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Subjugationist">> - is intent on publicly flogging the unfortunate non-$arcologies[0].FSSubjugationistRace slave, but quickly finds that you've manipulated their contracts with you to forbid such displays. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Repopulation Efforts">> - publishes their information about pregnancy, but it has little effect thanks to a preemptive campaign leveraging your dominance over the arcology's media. Your reputation is protected by the promises of a large stock of future slaves, securing both money and ensuring a stable population in case of disaster. You also pointed out all the other slaveowners also partaking in the pleasures of a pregnant woman. Plus, what could a flock of heavily pregnant slaves do to overthrow their masters? - <<elseif $FSNonconformist == "Eugenics">> - is ejected from the elite class following a leak of evidence proving he wasn't fit to be a member of the Societal Elite. Evidence tailored by you. Unfortunately, he was ready for this move; he and his wife had already fled the arcology. You did your job adequately, and managed to suppress any possible outrage in the city. - <<elseif $FSNonconformist == "Gender Radicalist">> - finds that you've manipulated their contracts with you to forbid them from showing off nonconforming slaves within the arcology. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Gender Fundamentalist">> - hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of slaves with dicks. However, they're surprised by an unexpected lack of interest in the event, which is only explained when they find that you've organized a much superior event featuring real girls in the main plaza, at the same time. - <<elseif $FSNonconformist == "Paternalist">> - finds that you've manipulated their contracts with you to forbid them from displaying public slave beatings within the arcology. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Degradationist">> - discovers that you've hastily set up subtle clauses within the rental contracts that make it all but inevitable that girls sent out on their own would be confiscated. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Body Purist">> - finds that a mysterious actor has raised serious safety concerns about the new implant technology, causing a minor public outcry against them. The altered slave is not publicly displayed. - <<elseif $FSNonconformist == "Transformation Fetishist">> - finds that you've manipulated their contracts with you to forbid them from showing off nonconforming slaves within the arcology. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Slimness Enthusiast">> - finds that you've manipulated their contracts with you to forbid them from showing off fat-bodied slaves within the arcology. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Asset Expansionist">> - finds that you've manipulated their contracts with you to forbid them from showing off ruined slaves within the arcology. Frustrated, they subside for now. - <<elseif $FSNonconformist == "Youth Preferentialist">> - hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of older slaves. However, they're surprised by an unexpected lack of interest in the event, which is only explained when they find that you've organized a much superior event featuring fresh virgins in the main plaza, at the same time. - <<elseif $FSNonconformist == "Maturity Preferentialist">> - hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of young slaves. However, they're surprised by an unexpected lack of interest in the event, which is only explained when they find that you've organized a much superior event featuring famous MILF whores in the main plaza, at the same time. - <<elseif $FSNonconformist == "Physical Idealist">> - publishes their screed, and soon receives a challenge from you to a brief public debate. They offer a brief rant, to which you respond by removing your suit jacket and flexing, which almost pops the seams of your formal shirt. The public loses interest in the manifesto in the amusement. - <<elseif $FSNonconformist == "Hedonistic Decadence">> - publishes their report and immediately hosts a speech. This is easily countered; you throw a massive party for the arcology's citizens complete with all you can eat buffets, a variety of drugs and a massive orgy to top it off. While the citizens are distracted, the nonconformist's words go unheard and their report is quietly swept under the rug. Not that your population will care as long as there is adequate entertainment to keep their minds off any potential problems. - <<elseif $FSNonconformist == "Chattel Religionist">> - brings in their pet dissenting preacher, who finds himself caught in a duel from the pulpit with a noted cleric of the slave religion, brought in from outside the arcology on short notice. The debate receives a great deal of attention, and is generally agreed to have been a close-fought draw. - <<elseif $FSNonconformist == "Roman Revivalist">> - offers their Gaulish Revivalism alternative with fanfare, but fanfare is something that the Romans could certainly manage. The nasty little attempt is forgotten in a day of public gladiatorial combat, chariot racing, and giveaways for the poorer citizens. - <<elseif $FSNonconformist == "Aztec Revivalist">> - offers their Spanish Revivalism alternative with fanfare, but fanfare is something that the Aztecs would never acknowledge. The nasty little attempt does nothing after a day of prayer, bloodletting and slave sacrifice. - <<elseif $FSNonconformist == "Edo Revivalist">> - offers their Korean Revivalism alternative with fanfare, but fanfare is inelegant next to Edo revivalism. The nasty little attempt has its day, but looks gauche next to the stately grace of your project. - <<elseif $FSNonconformist == "Arabian Revivalist">> - offers their Byzantine Revivalism alternative with fanfare, but jihad may be waged with diplomacy as much as with the sword. The nasty little attempt founders on the growing conservatism of the arcology, whose citizens rally to you as their proper leader. - <<elseif $FSNonconformist == "Chinese Revivalist">> - offers their Mongol Revivalism alternative with fanfare, but judicious strengthening of your imperial authority sees it off without trouble. The influence of Confucian ideas is spreading through your arcology, making it resistant to radical departures. - <<else>> - offers their Ancient Greek Revivalism alternative with fanfare, but fanfare is something that the Egyptians could certainly manage. The nasty little attempt is barely noticed over the perfume and noise of a long and beautiful festival. - <</if>> - The oligarchy is pleased by how you managed to defuse the situation without causing a spectacle. They're disappointed that you permitted their nonconforming peer to remain in the arcology's upper echelons for the time being, but they accept your solution to the problem. - <</nobr>><</replace>> -<</link>> //This will cost <<print cashFormat(10000)>>// + <br><<link "Quickly manage a nuanced response">> + <<run cashX(-10000, "event")>> + <<replace "#result">><<nobr>> + <<if $arcologies[0].FSRestart != "unset">> + You promise to deal with the situation. The Societal Elite trust you to not fail, and they are not disappointed. The fallen elite + <<else>> + You promise to deal with the situation. The prominent citizens trust you enough to leave the problem in your hands, and they are not disappointed. The nonconformist + <</if>> + <<if $FSNonconformist == "Pastoralist">> + publishes the exposé, but finds it effectively defused by a nuanced pro-dairy campaign leveraging your dominance of the arcology's media. + <<elseif $FSNonconformist == "Supremacist">> + is intent on publicly flogging the unfortunate $arcologies[0].FSSupremacistRace slave, but quickly finds that you've manipulated their contracts with you to forbid such displays. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Subjugationist">> + is intent on publicly flogging the unfortunate non-$arcologies[0].FSSubjugationistRace slave, but quickly finds that you've manipulated their contracts with you to forbid such displays. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Repopulation Efforts">> + publishes their information about pregnancy, but it has little effect thanks to a preemptive campaign leveraging your dominance over the arcology's media. Your reputation is protected by the promises of a large stock of future slaves, securing both money and ensuring a stable population in case of disaster. You also pointed out all the other slaveowners also partaking in the pleasures of a pregnant woman. Plus, what could a flock of heavily pregnant slaves do to overthrow their masters? + <<elseif $FSNonconformist == "Eugenics">> + is ejected from the elite class following a leak of evidence proving he wasn't fit to be a member of the Societal Elite. Evidence tailored by you. Unfortunately, he was ready for this move; he and his wife had already fled the arcology. You did your job adequately, and managed to suppress any possible outrage in the city. + <<elseif $FSNonconformist == "Gender Radicalist">> + finds that you've manipulated their contracts with you to forbid them from showing off nonconforming slaves within the arcology. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Gender Fundamentalist">> + hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of slaves with dicks. However, they're surprised by an unexpected lack of interest in the event, which is only explained when they find that you've organized a much superior event featuring real girls in the main plaza, at the same time. + <<elseif $FSNonconformist == "Paternalist">> + finds that you've manipulated their contracts with you to forbid them from displaying public slave beatings within the arcology. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Degradationist">> + discovers that you've hastily set up subtle clauses within the rental contracts that make it all but inevitable that girls sent out on their own would be confiscated. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Body Purist">> + finds that a mysterious actor has raised serious safety concerns about the new implant technology, causing a minor public outcry against them. The altered slave is not publicly displayed. + <<elseif $FSNonconformist == "Transformation Fetishist">> + finds that you've manipulated their contracts with you to forbid them from showing off nonconforming slaves within the arcology. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Slimness Enthusiast">> + finds that you've manipulated their contracts with you to forbid them from showing off fat-bodied slaves within the arcology. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Asset Expansionist">> + finds that you've manipulated their contracts with you to forbid them from showing off ruined slaves within the arcology. Frustrated, they subside for now. + <<elseif $FSNonconformist == "Youth Preferentialist">> + hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of older slaves. However, they're surprised by an unexpected lack of interest in the event, which is only explained when they find that you've organized a much superior event featuring fresh virgins in the main plaza, at the same time. + <<elseif $FSNonconformist == "Maturity Preferentialist">> + hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of young slaves. However, they're surprised by an unexpected lack of interest in the event, which is only explained when they find that you've organized a much superior event featuring famous MILF whores in the main plaza, at the same time. + <<elseif $FSNonconformist == "Physical Idealist">> + publishes their screed, and soon receives a challenge from you to a brief public debate. They offer a brief rant, to which you respond by removing your suit jacket and flexing, which almost pops the seams of your formal shirt. The public loses interest in the manifesto in the amusement. + <<elseif $FSNonconformist == "Hedonistic Decadence">> + publishes their report and immediately hosts a speech. This is easily countered; you throw a massive party for the arcology's citizens complete with all you can eat buffets, a variety of drugs and a massive orgy to top it off. While the citizens are distracted, the nonconformist's words go unheard and their report is quietly swept under the rug. Not that your population will care as long as there is adequate entertainment to keep their minds off any potential problems. + <<elseif $FSNonconformist == "Chattel Religionist">> + brings in their pet dissenting preacher, who finds himself caught in a duel from the pulpit with a noted cleric of the slave religion, brought in from outside the arcology on short notice. The debate receives a great deal of attention, and is generally agreed to have been a close-fought draw. + <<elseif $FSNonconformist == "Roman Revivalist">> + offers their Gaulish Revivalism alternative with fanfare, but fanfare is something that the Romans could certainly manage. The nasty little attempt is forgotten in a day of public gladiatorial combat, chariot racing, and giveaways for the poorer citizens. + <<elseif $FSNonconformist == "Aztec Revivalist">> + offers their Spanish Revivalism alternative with fanfare, but fanfare is something that the Aztecs would never acknowledge. The nasty little attempt does nothing after a day of prayer, bloodletting and slave sacrifice. + <<elseif $FSNonconformist == "Edo Revivalist">> + offers their Korean Revivalism alternative with fanfare, but fanfare is inelegant next to Edo revivalism. The nasty little attempt has its day, but looks gauche next to the stately grace of your project. + <<elseif $FSNonconformist == "Arabian Revivalist">> + offers their Byzantine Revivalism alternative with fanfare, but jihad may be waged with diplomacy as much as with the sword. The nasty little attempt founders on the growing conservatism of the arcology, whose citizens rally to you as their proper leader. + <<elseif $FSNonconformist == "Chinese Revivalist">> + offers their Mongol Revivalism alternative with fanfare, but judicious strengthening of your imperial authority sees it off without trouble. The influence of Confucian ideas is spreading through your arcology, making it resistant to radical departures. + <<else>> + offers their Ancient Greek Revivalism alternative with fanfare, but fanfare is something that the Egyptians could certainly manage. The nasty little attempt is barely noticed over the perfume and noise of a long and beautiful festival. + <</if>> + The oligarchy is pleased by how you managed to defuse the situation without causing a spectacle. They're disappointed that you permitted their nonconforming peer to remain in the arcology's upper echelons for the time being, but they accept your solution to the problem. + <</replace>> + <</link>> //This will cost <<print cashFormat(10000)>>// <<else>> //You lack the necessary ready cash to manage a nuanced solution// <</if>> diff --git a/src/uncategorized/reFemaleArcologyOwner.tw b/src/uncategorized/reFemaleArcologyOwner.tw index 913296b84530c95c0576e5ad218a504d6f47c0f6..7b90f462a2c6d9f789b96ef2c406352ba9394e52 100644 --- a/src/uncategorized/reFemaleArcologyOwner.tw +++ b/src/uncategorized/reFemaleArcologyOwner.tw @@ -12,7 +12,7 @@ She strikes a fine balance in conversation with you, firm enough for a rising wo <span id="result"> <<link "Head over and assert yourself">> <<replace "#result">> - You head over and insert yourself into the conversation between her and the man trying to convince her to invest in his solar power concern. Your presence and power are such that he gives way rapidly, and you ostentatiously yet nonverbally assert your right to first claim to her company and conversation. After a few minutes of this public display, however, it becomes apparent that this is not what she was looking for. She is likely concerned that this is too much public <<if $PC.title == 1>>submission<<else>>vulnerability<</if>> for her to safely manage. She excuses herself and withdraws. You return to your <<if $PC.refreshmentType == 0>>$PC.refreshment<<elseif $PC.refreshmentType == 1>>glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>pouch of $PC.refreshment<<elseif $PC.refreshmentType == 4>>syringe of $PC.refreshment<<elseif $PC.refreshmentType == 5>>bottle of $PC.refreshment<<elseif $PC.refreshmentType == 6>>sheet of $PC.refreshment<</if>>, consoling yourself that you are not exactly starved for company. + You head over and insert yourself into the conversation between her and the man trying to convince her to invest in his solar power concern. Your presence and power are such that he gives way rapidly, and you ostentatiously yet nonverbally assert your right to first claim to her company and conversation. After a few minutes of this public display, however, it becomes apparent that this is not what she was looking for. She is likely concerned that this is too much public <<if $PC.title == 1>>submission<<else>>vulnerability<</if>> for her to safely manage. She excuses herself and withdraws. You return to your <<if $PC.refreshmentType == 0>>$PC.refreshment<<elseif $PC.refreshmentType == 1>>glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>pouch of $PC.refreshment<<elseif $PC.refreshmentType == 4>>syringe of $PC.refreshment<<elseif $PC.refreshmentType == 5>>bottle of $PC.refreshment<<elseif $PC.refreshmentType == 6>>sheet of $PC.refreshment<</if>>, consoling yourself that you are not exactly starved for company. <</replace>> <</link>> <br><<link "Walk past her and out onto an unoccupied balcony">> diff --git a/src/uncategorized/reFullBed.tw b/src/uncategorized/reFullBed.tw index 5902b056c5be8766366cc5e3699ec33bfa851a66..93016b4edab79e61658b86f01b58a27df362e763 100644 --- a/src/uncategorized/reFullBed.tw +++ b/src/uncategorized/reFullBed.tw @@ -39,12 +39,12 @@ Today was an unusually relaxing day, and you aren't particularly tired. <</replace>> <</link>> <<if $slaves[_bedSlaveOne].bellyPreg >= 5000 && $slaves[_bedSlaveTwo].bellyPreg >= 5000 && $PC.dick == 1>> -<br><<link "Fondle their pregnancies">> - <<replace "#result">> - With your arms each around a slave, you begin to run your hands across their bodies, focusing your attention on their full pregnancies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As they move, your rising cock catches between their gravid middles, giving you an idea. Shifting your arms under and around their backs, you pull them together over your erect member and begin using their taut stomachs to pleasure yourself. They quickly catch on and push closer to each other, trapping your dick between them. Once they begin rubbing, and you humping, the skin surrounding you is quickly coated in precum. They smile at you as they feel your penis tense, and with one final thrust you coat their bellies in a layer of cum. They love your discovery of a new way to enjoy their bodies and become @@.hotpink;even more devoted to you.@@ - <<set $slaves[_bedSlaveOne].devotion += 5, $slaves[_bedSlaveTwo].devotion += 5>> - <</replace>> -<</link>> + <br><<link "Fondle their pregnancies">> + <<replace "#result">> + With your arms each around a slave, you begin to run your hands across their bodies, focusing your attention on their full pregnancies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As they move, your rising cock catches between their gravid middles, giving you an idea. Shifting your arms under and around their backs, you pull them together over your erect member and begin using their taut stomachs to pleasure yourself. They quickly catch on and push closer to each other, trapping your dick between them. Once they begin rubbing, and you humping, the skin surrounding you is quickly coated in precum. They smile at you as they feel your penis tense, and with one final thrust you coat their bellies in a layer of cum. They love your discovery of a new way to enjoy their bodies and become @@.hotpink;even more devoted to you.@@ + <<set $slaves[_bedSlaveOne].devotion += 5, $slaves[_bedSlaveTwo].devotion += 5>> + <</replace>> + <</link>> <</if>> <<if $seePreg != 0>> <<if canImpreg($slaves[_bedSlaveOne], $PC) && canImpreg($slaves[_bedSlaveTwo], $PC)>> diff --git a/src/uncategorized/reSlaveMarriage.tw b/src/uncategorized/reSlaveMarriage.tw index db6461cde54ad4e5ceca4dd017fe9659d43f6c10..a2c1b694784418799c66b096407a84641286fc17 100644 --- a/src/uncategorized/reSlaveMarriage.tw +++ b/src/uncategorized/reSlaveMarriage.tw @@ -146,7 +146,7 @@ <</link>> <br><<link "No">> <<replace "#result">> - You decline gently, telling them that their relationship is acceptable to you as it is. They are disappointed, but not surprised, and accept your will without a murmur. They leave as they entered, holding hands. + You decline gently, telling them that their relationship is acceptable to you as it is. They are disappointed, but not surprised, and accept your will without a murmur. They leave as they entered, holding hands. <</replace>> <</link>> </span> diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw index 4d992df8c70d64a18559311b3f2406cd8a0c5ae3..2aa660cffe71814af654414394b96939395e2e8e 100644 --- a/src/uncategorized/recETS.tw +++ b/src/uncategorized/recETS.tw @@ -1644,7 +1644,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<run newSlave($activeSlave)>> <<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>> <<replace "#result">> - The poor sissy isn't happy to become a slave, but $he's clearly relieved to be away from $his sister. The bitch isn't likely to have an easy time; the sale didn't clear _him2 from debt. $activeSlave.slaveName describes $his basic sexual experience, which includes a lot of sucking and anal whoring. Without further ado $he moves from practical sexual slavery at the hands of $his sister to actual sexual slavery. + The poor sissy isn't happy to become a slave, but $he's clearly relieved to be away from $his sister. The bitch isn't likely to have an easy time; the sale didn't clear _him2 from debt. $activeSlave.slaveName describes $his basic sexual experience, which includes a lot of sucking and anal whoring. Without further ado $he moves from practical sexual slavery at the hands of $his sister to actual sexual slavery. <</replace>> <</link>> @@ -1656,7 +1656,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<run newSlave($activeSlave)>> <<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>> <<replace "#result">> - You have the needy $girl immediately bought to your penthouse where you help $his laboring body into an available bed for inspection. $He asks where $his children were taken, to which you reply somewhere they can be raised properly. They'll be taken care of and won't have to grow up on the streets, plus they were sucking the life out of $him. $He's a little depressed at the news, but understands your reasons. You take the opportunity to give $him a good look over; $he is really dilated! Apart from that, between all the births and dicks, $his vagina is rather worn out, though $he seems to understand how to use it. $His anus has also seen use, but not nearly as much. + You have the needy $girl immediately bought to your penthouse where you help $his laboring body into an available bed for inspection. $He asks where $his children were taken, to which you reply somewhere they can be raised properly. They'll be taken care of and won't have to grow up on the streets, plus they were sucking the life out of $him. $He's a little depressed at the news, but understands your reasons. You take the opportunity to give $him a good look over; $he is really dilated! Apart from that, between all the births and dicks, $his vagina is rather worn out, though $he seems to understand how to use it. $His anus has also seen use, but not nearly as much. <</replace>> <</link>> @@ -1720,7 +1720,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<replace "#result">> The poor sissy isn't happy to become a slave, but $he's clearly relieved to be away from $his sister. The bitch isn't likely to have an easy time; the sale didn't clear _him2 from debt. $activeSlave.slaveName describes $his basic sexual experience, which includes a lot of sucking and anal whoring. Without further ado $he moves from practical sexual slavery at the hands of $his sister to actual sexual slavery. <br><br> - $His sister-pimp walks in angrily demanding to know why you called _him2 here. _He2 sees _his2 sissy sister kneeling naked next to you, hears the hiss-click of the door closing and locking behind _him2, and makes the connection far too late to run. _He2 begins to scream at both you and _his2 sister at the top of _his2 lungs, and manages to keep up an impressive volume until you get _him2 gagged. _His2 sister does not move to interfere as you strip and bind the struggling body. In fact, as you get the gag in place, $he begins to laugh an unstable, cracking laugh that degenerates into sobbing. + $His sister-pimp walks in angrily demanding to know why you called _him2 here. _He2 sees _his2 sissy sister kneeling naked next to you, hears the hiss-click of the door closing and locking behind _him2, and makes the connection far too late to run. _He2 begins to scream at both you and _his2 sister at the top of _his2 lungs, and manages to keep up an impressive volume until you get _him2 gagged. _His2 sister does not move to interfere as you strip and bind _his2 struggling body. In fact, as you get the gag in place, $he begins to laugh an unstable, cracking laugh that degenerates into sobbing. <<run newSlave($relative)>> <<run cashX(forceNeg($contractCost), "slaveTransfer", $relative)>> <<run newSlave($relative2)>> @@ -1733,7 +1733,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<if $minimumSlaveAge <= 3>> <<link "Accept $his offer">> <<replace "#result">> - You have the needy girl immediately bought to your penthouse where you help $his laboring body into an available bed or inspection. $He asks where $his other babies were taken, to which you reply somewhere they can be raised properly. They'll be taken care of and won't have to grow up on the streets, plus they were sucking the life out of $him. $He's a little depressed at the news, but understands your reasons. You take the opportunity to give $him a good look over; $he is really dilated! Apart from that, between all the births and dicks, $his vagina is rather worn out, though $he seems to understand how to use it. $His anus has also seen use, but not nearly as much. + You have the needy $girl immediately bought to your penthouse where you help $his laboring body into an available bed or inspection. $He asks where $his other babies were taken, to which you reply somewhere they can be raised properly. They'll be taken care of and won't have to grow up on the streets, plus they were sucking the life out of $him. $He's a little depressed at the news, but understands your reasons. You take the opportunity to give $him a good look over; $he is really dilated! Apart from that, between all the births and dicks, $his vagina is rather worn out, though $he seems to understand how to use it. $His anus has also seen use, but not nearly as much. <br><br> You turn to the child clutching $his mother's grotesque belly. _He2 is in better shape than _his2 mother and tries to hide behind $his belly when you look at _him2. _He2'll be broken into a good little _girl2 for you soon enough. <<if $relative2.preg > 0>> @@ -1766,17 +1766,17 @@ This call is coming from a public kiosk, which is usually an indication that the <<link "Buy them both">> <<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>> <<replace #result>> - <<switch $RecETSevent>> - <<case "identical herm pair">> - They giggle and kiss each other rather passionately, their miniskirts becoming pinned against their pregnancies by their stiffening pricks. They're very well trained but not very disciplined, though their pervertedness will be fun. - "You know we each are carrying the other's twins right?" - <<case "identical pair">> - They giggle and kiss each other rather sexually, pressing their nearly identical bodies closely together. They're clearly very well trained. - <<case "matched pair">> - They giggle and kiss each other rather sexually, pressing their nearly identical bodies closely together so their hips and shapely buttocks hide any sign of their difference. They're clearly very well trained. - <</switch>> - <<run newSlave($relative)>> - <<run newSlave($relative2)>> + <<switch $RecETSevent>> + <<case "identical herm pair">> + They giggle and kiss each other rather passionately, their miniskirts becoming pinned against their pregnancies by their stiffening pricks. They're very well trained but not very disciplined, though their pervertedness will be fun. + "You know we each are carrying the other's twins right?" + <<case "identical pair">> + They giggle and kiss each other rather sexually, pressing their nearly identical bodies closely together. They're clearly very well trained. + <<case "matched pair">> + They giggle and kiss each other rather sexually, pressing their nearly identical bodies closely together so their hips and shapely buttocks hide any sign of their difference. They're clearly very well trained. + <</switch>> + <<run newSlave($relative)>> + <<run newSlave($relative2)>> <</replace>> <</link>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 0e1e554de13ba494ee7e668bc923646915be33ee..2880b6f27fc4524ebc8ed8f11331b7ca10ec5e00 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -738,7 +738,7 @@ $He has <</if>> <<if $activeSlave.lactation < 2>> <<if $activeSlave.indentureRestrictions < 2>> - [[Implant slow-release pro-lactation drugs|Surgery Degradation][$activeSlave.lactation = 2, $activeSlave.lactationDuration = 2, $activeSlave.induceLactation = 0, $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "lactation"]] //This may increase $his natural breast size// + [[Implant slow-release pro-lactation drugs|Surgery Degradation][$activeSlave.lactation = 2, $activeSlave.lactationDuration = 2, $activeSlave.induceLactation = 0, $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "lactation"]] //This may increase $his natural breast size// <</if>> <</if>> <<if $activeSlave.lactation > 1>> @@ -779,12 +779,12 @@ $He has waist. <<if $activeSlave.waist >= -75>> <<if $activeSlave.indentureRestrictions < 2>> - [[Liposuction|Surgery Degradation][$activeSlave.waist -= 20,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "lipo"]] + [[Liposuction|Surgery Degradation][$activeSlave.waist -= 20,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "lipo"]] <</if>> <</if>> <<if ($activeSlave.waist >= -95) && ($activeSlave.waist < -75) && ($seeExtreme == 1)>> <<if $activeSlave.indentureRestrictions < 1 && ($activeSlave.breedingMark != 1 || $propOutcome == 0)>> - [["Remove ribs to severely narrow " + $his + " waist"|Surgery Degradation][$activeSlave.waist = -100,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 40,$surgeryType = "ribs"]] + [["Remove ribs to severely narrow " + $his + " waist"|Surgery Degradation][$activeSlave.waist = -100,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 40,$surgeryType = "ribs"]] <</if>> <</if>> @@ -1028,12 +1028,12 @@ Work on $his sex: <</if>> <<if $activeSlave.labia > 0>> <<if $activeSlave.indentureRestrictions < 2>> - [[Apply labiaplasty|Surgery Degradation][$activeSlave.labia = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "labiaplasty"]] + [[Apply labiaplasty|Surgery Degradation][$activeSlave.labia = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "labiaplasty"]] <</if>> <</if>> <<if ($activeSlave.labia < 3) && ($surgeryUpgrade == 1)>> <<if $activeSlave.indentureRestrictions < 1>> - <<if $activeSlave.labia > 0>> | <</if>> + <<if $activeSlave.labia > 0>> | <</if>> [[Increase labia|Surgery Degradation][$activeSlave.labia += 1,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "labiaplasty"]] <</if>> <</if>> @@ -1051,13 +1051,13 @@ Work on $his sex: <</if>> <<if $activeSlave.clit > 0>> <<if $activeSlave.indentureRestrictions < 2>> - [[Apply clitoral reduction|Surgery Degradation][$activeSlave.clit = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "clitoral reduction"]] + [[Apply clitoral reduction|Surgery Degradation][$activeSlave.clit = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "clitoral reduction"]] <</if>> <</if>> <<if ($activeSlave.clit < 3) && ($surgeryUpgrade == 1)>> <<if $activeSlave.indentureRestrictions < 1>> - <<if $activeSlave.clit > 0>> | <</if>> - [[Increase clit|Surgery Degradation][$activeSlave.clit += 1,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "clitoral enlargement"]] + <<if $activeSlave.clit > 0>> | <</if>> + [[Increase clit|Surgery Degradation][$activeSlave.clit += 1,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "clitoral enlargement"]] <</if>> <</if>> <<if ($activeSlave.foreskin > 0) && $activeSlave.clit > 0>> diff --git a/src/uncategorized/rename.tw b/src/uncategorized/rename.tw index c92883750496699a0c818cbe41d5fbf54fe6038e..63c82a0b3120af7c69ee323eaf443d05bdc6add7 100644 --- a/src/uncategorized/rename.tw +++ b/src/uncategorized/rename.tw @@ -78,65 +78,65 @@ /* Wife's surname reaction */ <<if $oldSurname != $activeSlave.slaveSurname>> -<<if $activeSlave.relationship >= 5>> - <<set _i = $slaveIndices[$activeSlave.relationshipTarget]>> - <<if ndef _i>>@@.red;Error, relationshipTarget not found.@@<</if>> - <<if $slaves[_i].slaveSurname>> - <<if $activeSlave.slaveSurname == $slaves[_i].slaveSurname>> - $He's touched that $he now shares a surname with $his wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.mediumaquamarine;more confident than ever@@ that you intend to keep them together in marital bliss. - <<set $activeSlave.trust += 5>> - <<elseif $oldSurname == $slaves[_i].slaveSurname>> - $He's concerned that $he no longer shares a surname with $his wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.gold;very worried@@ that you might be considering splitting them up. - <<set $activeSlave.trust -= 5>> - <</if>> + <<if $activeSlave.relationship >= 5>> + <<set _i = $slaveIndices[$activeSlave.relationshipTarget]>> + <<if ndef _i>>@@.red;Error, relationshipTarget not found.@@<</if>> + <<if $slaves[_i].slaveSurname>> + <<if $activeSlave.slaveSurname == $slaves[_i].slaveSurname>> + $He's touched that $he now shares a surname with $his wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.mediumaquamarine;more confident than ever@@ that you intend to keep them together in marital bliss. + <<set $activeSlave.trust += 5>> + <<elseif $oldSurname == $slaves[_i].slaveSurname>> + $He's concerned that $he no longer shares a surname with $his wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.gold;very worried@@ that you might be considering splitting them up. + <<set $activeSlave.trust -= 5>> + <</if>> + <</if>> <</if>> <</if>> -<</if>> /* PC's surname reaction */ <<if $oldSurname != $activeSlave.slaveSurname>> -<<if $activeSlave.relationship == -3>> - <<if $PC.surname>> - <<if $activeSlave.fetish == "mindbroken">> - Names are meaningless to $him and it is unlikely $he'll remember it. - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - <<if $activeSlave.slaveSurname == $PC.surname>> - <<if $activeSlave.amp <= 0>> - When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he starts to cry. $He tries to get $himself under control and thank you as best $he can, wiping at the tears running down $his $activeSlave.skin cheeks, but $he can't seem to stop weeping as $he thanks you over and over. $He's a sex slave, your property, and it's understandable that some doubts about the permanence of $his place as your slave wife. This has @@.mediumaquamarine;helped reassure $him,@@ and explains the strength of $his emotional reaction. The next time you make love to $him, $he @@.hotpink;presses $himself as close to you as $he can,@@ eager to drink in as much of your presence as $he can get. + <<if $activeSlave.relationship == -3>> + <<if $PC.surname>> + <<if $activeSlave.fetish == "mindbroken">> + Names are meaningless to $him and it is unlikely $he'll remember it. + <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + <<if $activeSlave.slaveSurname == $PC.surname>> + <<if $activeSlave.amp <= 0>> + When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he starts to cry. $He tries to get $himself under control and thank you as best $he can, wiping at the tears running down $his $activeSlave.skin cheeks, but $he can't seem to stop weeping as $he thanks you over and over. $He's a sex slave, your property, and it's understandable that some doubts about the permanence of $his place as your slave wife. This has @@.mediumaquamarine;helped reassure $him,@@ and explains the strength of $his emotional reaction. The next time you make love to $him, $he @@.hotpink;presses $himself as close to you as $he can,@@ eager to drink in as much of your presence as $he can get. + <<else>> + $He's @@.hotpink;deeply touched@@ that $he now shares a surname with you, and has @@.mediumaquamarine;an additional source of confidence@@ that $he'll remain your amputee slave wife. + <</if>> + <<set $activeSlave.devotion += 5, $activeSlave.trust += 5>> + <<elseif $oldSurname == $PC.slaveSurname>> + $He's devastated that you'd rename $him something other than your name. $He's @@.gold;terrified@@ that you intend to discard $him as your slave wife, and @@.mediumorchid;saddened@@ that you would take away something that was precious to $him. + <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> + <</if>> + <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> + <<if $activeSlave.slaveSurname == $PC.surname>> + When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he shows no reaction. You already took everything from $him, what's a name at this point? + <<elseif $oldSurname == $PC.slaveSurname>> + $He doesn't care about losing your surname at first, but it quickly sets in that $he may have @@.gold;pushed $his position too far.@@ + <<set $activeSlave.trust -= 20>> + <</if>> + <<elseif $activeSlave.devotion < -20>> + <<if $activeSlave.slaveSurname == $PC.surname>> + When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he pleads with you not to steal $his name. It matters little to you, and $he is forced to @@.hotpink;accept your will.@@ + <<set $activeSlave.devotion += 5>> + <<elseif $oldSurname == $PC.slaveSurname>> + $He's @@.mediumorchid;happy@@ to no longer have to share a name with $his tormentor, but the bliss doesn't last long as @@.gold;dread@@ quickly sets in about what this may mean. + <<set $activeSlave.devotion += 5, $activeSlave.trust -= 10>> + <</if>> <<else>> - $He's @@.hotpink;deeply touched@@ that $he now shares a surname with you, and has @@.mediumaquamarine;an additional source of confidence@@ that $he'll remain your amputee slave wife. + <<if $activeSlave.slaveSurname == $PC.surname>> + When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he nods with approval feeling @@.mediumaquamarine;that $he may hold at least some value in your eyes.@@ + <<set $activeSlave.trust += 5>> + <<elseif $oldSurname == $PC.slaveSurname>> + $He accepts that you'd rename $him something other than your name. $He's @@.gold;a little scared@@ that you intend to discard $him as your slave wife, or worse, but realizes this was not only a possibility, but likely. + <<set $activeSlave.trust -= 5>> + <</if>> <</if>> - <<set $activeSlave.devotion += 5, $activeSlave.trust += 5>> - <<elseif $oldSurname == $PC.slaveSurname>> - $He's devastated that you'd rename $him something other than your name. $He's @@.gold;terrified@@ that you intend to discard $him as your slave wife, and @@.mediumorchid;saddened@@ that you would take away something that was precious to $him. - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> <</if>> - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> - <<if $activeSlave.slaveSurname == $PC.surname>> - When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he shows no reaction. You already took everything from $him, what's a name at this point? - <<elseif $oldSurname == $PC.slaveSurname>> - $He doesn't care about losing your surname at first, but it quickly sets in that $he may have @@.gold;pushed $his position too far.@@ - <<set $activeSlave.trust -= 20>> - <</if>> - <<elseif $activeSlave.devotion < -20>> - <<if $activeSlave.slaveSurname == $PC.surname>> - When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he pleads with you not to steal $his name. It matters little to you, and $he is forced to @@.hotpink;accept your will.@@ - <<set $activeSlave.devotion += 5>> - <<elseif $oldSurname == $PC.slaveSurname>> - $He's @@.mediumorchid;happy@@ to no longer have to share a name with $his tormentor, but the bliss doesn't last long as @@.gold;dread@@ quickly sets in about what this may mean. - <<set $activeSlave.devotion += 5, $activeSlave.trust -= 10>> - <</if>> - <<else>> - <<if $activeSlave.slaveSurname == $PC.surname>> - When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he nods with approval feeling @@.mediumaquamarine;that $he may hold at least some value in your eyes.@@ - <<set $activeSlave.trust += 5>> - <<elseif $oldSurname == $PC.slaveSurname>> - $He accepts that you'd rename $him something other than your name. $He's @@.gold;a little scared@@ that you intend to discard $him as your slave wife, or worse, but realizes this was not only a possibility, but likely. - <<set $activeSlave.trust -= 5>> - <</if>> - <</if>> <</if>> <</if>> -<</if>> <</if>> /* close new name check */ diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index 834cdde828b6792cca5bf699b2b057c26d3c6f39..70c757960d955439e85a17667437acfe2360836c 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -789,7 +789,7 @@ __Bids Received__ <</if>> <<if _NewOwner == 1>> <<link "Accept bid""Slave Sold">> - <<run cashX(_Price, "slaveTransfer")>> + <<run cashX(_Price, "slaveTransfer")>> <</link>> <</if>> @@ -1943,4 +1943,4 @@ __Bids Received__ <<link "Re-list $him" "Sell Slave">><<run cashX(-500, "personalBusiness")>><</link>> //This will cost <<print cashFormat(500)>>// -<</if>> +<</if>> \ No newline at end of file diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 112c3633040b63bca443bff509491cb70fbd3abf..c3690dc0e8cd34cccbaec93f7d706cb202de5360 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1,4 +1,4 @@ -:: Slave Interact [nobr] +:: Slave Interact [nobr] <<if $cheatMode == 1>> <center>//[[Cheat Edit Slave|MOD_Edit Slave Cheat][$cheater = 1]] | [[Cheat Edit Slave Alternative|MOD_Edit Slave Cheat New][$cheater = 1]]//</center> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index 9601af3dc9fd7cd2d482a6f09218ed097b8b1137..9e7d8265e3fd1e42a4f8c2810f6ac7ee4fd784f9 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -1740,7 +1740,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his frilly apron reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> -<<case "a tube top and thong" "a button-up shirt and panties" "a thong" "a slutty klan robe" "a slutty pony outfit" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "boyshorts" "panties" "a t-shirt and panties" "panties and pasties" "striped underwear">> +<<case "a button-up shirt and panties" "a slutty klan robe" "a slutty pony outfit" "a sweater and panties" "a t-shirt and panties" "a t-shirt and thong" "a tank-top and panties" "a thong" "a tube top and thong" "an oversized t-shirt and boyshorts" "boyshorts" "panties" "panties and pasties" "striped underwear">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw index f06764dde47d174fdc7c9c982b8f7ea72609c401..069acfea6575452e86642310fcbfc744368eaa00 100644 --- a/src/utility/descriptionWidgetsPiercings.tw +++ b/src/utility/descriptionWidgetsPiercings.tw @@ -367,230 +367,230 @@ <<widget "CorsetPiercingDescription">> -<<if $activeSlave.corsetPiercing > 0>> -<<if $activeSlave.fuckdoll == 0>> - -$He has a corset piercing, a ladder of steel rings running up each side of $his back: -<<if ($activeSlave.bellyAccessory == "a corset") || ($activeSlave.bellyAccessory == "an extreme corset")>> - these are looped through special lugs in the back of $his actual corset, making it almost a part of $his body. - <<if $activeSlave.devotion > 50>> - $He couldn't remove it, even if $he wanted to. - <<elseif $activeSlave.devotion >= -20>> - $He couldn't remove it, even if $he were inclined to try. - <<else>> - Any attempt to remove it will cause intense pain. - <</if>> -<<else>> -<<switch $activeSlave.clothes>> + <<if $activeSlave.corsetPiercing > 0>> + <<if $activeSlave.fuckdoll == 0>> + + $He has a corset piercing, a ladder of steel rings running up each side of $his back: + <<if ($activeSlave.bellyAccessory == "a corset") || ($activeSlave.bellyAccessory == "an extreme corset")>> + these are looped through special lugs in the back of $his actual corset, making it almost a part of $his body. + <<if $activeSlave.devotion > 50>> + $He couldn't remove it, even if $he wanted to. + <<elseif $activeSlave.devotion >= -20>> + $He couldn't remove it, even if $he were inclined to try. + <<else>> + Any attempt to remove it will cause intense pain. + <</if>> + <<else>> + <<switch $activeSlave.clothes>> -<<case "a hijab and blouse" "a schoolgirl outfit" "conservative clothing" "nice business attire" "slutty business attire">> - $his blouse hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a hijab and blouse" "a schoolgirl outfit" "conservative clothing" "nice business attire" "slutty business attire">> + $his blouse hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "chains">> - they're laced together with steel cable, tightly enough that they're tugging at $his skin. + <<case "chains">> + they're laced together with steel cable, tightly enough that they're tugging at $his skin. -<<case "Western clothing">> - $his shirt hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "Western clothing">> + $his shirt hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a toga">> - $his toga hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a toga">> + $his toga hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a huipil">> - $his huipil hides them partially, so the leather straps that pull on $his skin are clearly evident. + <<case "a huipil">> + $his huipil hides them partially, so the leather straps that pull on $his skin are clearly evident. -<<case "a long qipao" "a slutty qipao">> - $his qipao hides them completely, but they're laced tightly with silk cord, so $he's aware they're there. + <<case "a long qipao" "a slutty qipao">> + $his qipao hides them completely, but they're laced tightly with silk cord, so $he's aware they're there. -<<case "uncomfortable straps">> - they're laced together with a leather cord, tightly enough that they're tugging at $his skin. + <<case "uncomfortable straps">> + they're laced together with a leather cord, tightly enough that they're tugging at $his skin. -<<case "shibari ropes">> - they're laced together as part of $his bindings. + <<case "shibari ropes">> + they're laced together as part of $his bindings. -<<case "a latex catsuit" "restrictive latex">> - these are clipped into the latex covering them, making it almost a part of $his body. - <<if $activeSlave.devotion > 50>> - $He couldn't remove it, even if $he wanted to. - <<elseif $activeSlave.devotion >= -20>> - $He couldn't remove it, even if $he were inclined to try. - <<else>> - Any attempt to remove it will cause intense pain. - <</if>> + <<case "a latex catsuit" "restrictive latex">> + these are clipped into the latex covering them, making it almost a part of $his body. + <<if $activeSlave.devotion > 50>> + $He couldn't remove it, even if $he wanted to. + <<elseif $activeSlave.devotion >= -20>> + $He couldn't remove it, even if $he were inclined to try. + <<else>> + Any attempt to remove it will cause intense pain. + <</if>> -<<case "a military uniform">> - $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a military uniform">> + $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a schutzstaffel uniform">> - $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a schutzstaffel uniform">> + $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a slutty schutzstaffel uniform">> - $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a slutty schutzstaffel uniform">> + $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a red army uniform">> - $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a red army uniform">> + $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "battlearmor">> - $his armor hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "battlearmor">> + $his armor hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a dirndl">> - $his dress hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a dirndl">> + $his dress hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "lederhosen">> - $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "lederhosen">> + $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a mounty outfit">> - $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a mounty outfit">> + $his tunic hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a biyelgee costume">> - $his dress hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a biyelgee costume">> + $his dress hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a nice nurse outfit">> - $his scrubs hide them completely, but they're laced tightly, so $he's aware they're there. + <<case "a nice nurse outfit">> + $his scrubs hide them completely, but they're laced tightly, so $he's aware they're there. -<<case "a mini dress">> - these are clipped into the mini dress covering them, making it almost a part of $his body. - <<if $activeSlave.devotion > 50>> - $He couldn't remove it, even if $he wanted to. - <<elseif $activeSlave.devotion >= -20>> - $He couldn't remove it, even if $he were inclined to try. - <<else>> - Any attempt to remove it will cause intense pain. - <</if>> + <<case "a mini dress">> + these are clipped into the mini dress covering them, making it almost a part of $his body. + <<if $activeSlave.devotion > 50>> + $He couldn't remove it, even if $he wanted to. + <<elseif $activeSlave.devotion >= -20>> + $He couldn't remove it, even if $he were inclined to try. + <<else>> + Any attempt to remove it will cause intense pain. + <</if>> -<<case "attractive lingerie" "attractive lingerie for a pregnant woman" "kitty lingerie">> - they're laced together with a lacy ribbon finished off with a bow. + <<case "attractive lingerie" "attractive lingerie for a pregnant woman" "kitty lingerie">> + they're laced together with a lacy ribbon finished off with a bow. -<<case "a succubus outfit">> - they're laced into $his succubus corset, making it a part of $him. + <<case "a succubus outfit">> + they're laced into $his succubus corset, making it a part of $him. -<<case "a fallen nuns habit">> - they're laced together with cord, tightly enough that $he is forced to arch $his back or suffer. $He spends most of $his time involuntarily presenting $his bottom to relieve the tugging. + <<case "a fallen nuns habit">> + they're laced together with cord, tightly enough that $he is forced to arch $his back or suffer. $He spends most of $his time involuntarily presenting $his bottom to relieve the tugging. -<<case "a chattel habit">> - $his white habit hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a chattel habit">> + $his white habit hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a penitent nuns habit">> - $his habit hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a penitent nuns habit">> + $his habit hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a gothic lolita dress" "a hanbok" "a Santa dress">> - $his dress hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a gothic lolita dress" "a hanbok" "a Santa dress">> + $his dress hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a burkini" "a one-piece swimsuit">> - $his swimsuit hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a burkini" "a one-piece swimsuit">> + $his swimsuit hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a monokini">> - the straps of $his swimsuit run on each side of these loops. + <<case "a monokini">> + the straps of $his swimsuit run on each side of these loops. -<<case "an apron">> - the straps of $his apron run on each side of these loops. + <<case "an apron">> + the straps of $his apron run on each side of these loops. -<<case "overalls">> - the straps of $his overalls run on each side of these loops. + <<case "overalls">> + the straps of $his overalls run on each side of these loops. -<<case "a bra" "a skimpy loincloth" "a striped bra" "a thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "striped panties" "striped underwear">> - the piercings are plainly visible on $his bare back. + <<case "a bra" "a skimpy loincloth" "a striped bra" "a thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "striped panties" "striped underwear">> + the piercings are plainly visible on $his bare back. -<<case "a tube top" "a tube top and thong" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a tank-top and panties" "leather pants and a tube top">> - the piercings are only partly visible on $his back. + <<case "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a tank-top and panties" "a tube top" "a tube top and thong" "leather pants and a tube top">> + the piercings are only partly visible on $his back. -<<case "a button-up shirt" "a button-up shirt and panties" "a police uniform" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "a t-shirt" "a tank-top" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "sport shorts and a sports bra" "sport shorts and a t-shirt">> - $his shirt hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a button-up shirt" "a button-up shirt and panties" "a police uniform" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "a t-shirt" "a tank-top" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "sport shorts and a sports bra" "sport shorts and a t-shirt">> + $his shirt hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a sweater" "a sweater and cutoffs" "a sweater and panties">> - $his sweater hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a sweater" "a sweater and cutoffs" "a sweater and panties">> + $his sweater hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a nice pony outfit">> - $his outfit hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a nice pony outfit">> + $his outfit hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a string bikini">> - the back of $his string top loops into them and runs down through them to become $his bottom, such as it is. + <<case "a string bikini">> + the back of $his string top loops into them and runs down through them to become $his bottom, such as it is. -<<case "a scalemail bikini">> - they're laced together with a steel chain. + <<case "a scalemail bikini">> + they're laced together with a steel chain. -<<case "a cheerleader outfit">> - they're laced together with a simple ribbon, but the effect makes it clear that this is one kinky cheerleader. + <<case "a cheerleader outfit">> + they're laced together with a simple ribbon, but the effect makes it clear that this is one kinky cheerleader. -<<case "clubslut netting">> - these are clipped into the netting covering them, making it almost a part of $his body. - <<if $activeSlave.devotion > 50>> - $He couldn't remove it, even if $he wanted to. - <<elseif $activeSlave.devotion >= -20>> - $He couldn't remove it, even if $he were inclined to try. - <<else>> - Any attempt to remove it will cause intense pain. - <</if>> + <<case "clubslut netting">> + these are clipped into the netting covering them, making it almost a part of $his body. + <<if $activeSlave.devotion > 50>> + $He couldn't remove it, even if $he wanted to. + <<elseif $activeSlave.devotion >= -20>> + $He couldn't remove it, even if $he were inclined to try. + <<else>> + Any attempt to remove it will cause intense pain. + <</if>> -<<case "cutoffs and a t-shirt">> - they're laced together with a simple ribbon, but the effect makes it clear that this is one kinky $girl. + <<case "cutoffs and a t-shirt">> + they're laced together with a simple ribbon, but the effect makes it clear that this is one kinky $girl. -<<case "a slutty outfit">> - they're laced together with a simple ribbon, tightly enough that $he's aware they're there. + <<case "a slutty outfit">> + they're laced together with a simple ribbon, tightly enough that $he's aware they're there. -<<case "a slave gown">> - they're revealed by the swooping back of $his gown and laced up with matching silk ribbon. + <<case "a slave gown">> + they're revealed by the swooping back of $his gown and laced up with matching silk ribbon. -<<case "a comfortable bodysuit">> - these are clipped into the bodysuit covering them, making it almost a part of $his body. - <<if $activeSlave.devotion > 50>> - $He couldn't remove it, even if $he wanted to. - <<elseif $activeSlave.devotion >= -20>> - $He couldn't remove it, even if $he were inclined to try. - <<else>> - Any attempt to remove it will cause intense pain. - <</if>> + <<case "a comfortable bodysuit">> + these are clipped into the bodysuit covering them, making it almost a part of $his body. + <<if $activeSlave.devotion > 50>> + $He couldn't remove it, even if $he wanted to. + <<elseif $activeSlave.devotion >= -20>> + $He couldn't remove it, even if $he were inclined to try. + <<else>> + Any attempt to remove it will cause intense pain. + <</if>> -<<case "a leotard">> - these are clipped into the leotard covering them, making it almost a part of $his body. - <<if $activeSlave.devotion > 50>> - $He couldn't remove it, even if $he wanted to. - <<elseif $activeSlave.devotion >= -20>> - $He couldn't remove it, even if $he were inclined to try. - <<else>> - Any attempt to remove it will cause intense pain. - <</if>> + <<case "a leotard">> + these are clipped into the leotard covering them, making it almost a part of $his body. + <<if $activeSlave.devotion > 50>> + $He couldn't remove it, even if $he wanted to. + <<elseif $activeSlave.devotion >= -20>> + $He couldn't remove it, even if $he were inclined to try. + <<else>> + Any attempt to remove it will cause intense pain. + <</if>> -<<case "a bunny outfit">> - $his teddy hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a bunny outfit">> + $his teddy hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a slutty maid outfit">> - $his dress has an open back to reveal them and the black ribbon that laces them tightly together. + <<case "a slutty maid outfit">> + $his dress has an open back to reveal them and the black ribbon that laces them tightly together. -<<case "a nice maid outfit">> - $his dress hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a nice maid outfit">> + $his dress hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a slutty nurse outfit">> - $his jacket hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a slutty nurse outfit">> + $his jacket hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a kimono">> - $his kimono hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a kimono">> + $his kimono hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a hijab and abaya" "a niqab and abaya">> - $his abaya hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a hijab and abaya" "a niqab and abaya">> + $his abaya hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a klan robe">> - $his robe hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a klan robe">> + $his robe hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "a burqa">> - $his burqa hides them completely, but they're laced tightly, so $he's aware they're there. + <<case "a burqa">> + $his burqa hides them completely, but they're laced tightly, so $he's aware they're there. -<<case "battledress">> - they're laced together with paracord. + <<case "battledress">> + they're laced together with paracord. -<<case "harem gauze">> - they're laced up with a light golden chain that glints through $his filmy clothing. + <<case "harem gauze">> + they're laced up with a light golden chain that glints through $his filmy clothing. -<<case "slutty jewelry">> - they're laced up with a light golden chain that begins and ends in other parts of $his glinting bonds. + <<case "slutty jewelry">> + they're laced up with a light golden chain that begins and ends in other parts of $his glinting bonds. -<<default>> - they're laced up with a ribbon, tightly enough to keep $him aware they're there. + <<default>> + they're laced up with a ribbon, tightly enough to keep $him aware they're there. -<</switch>> -<</if>> + <</switch>> + <</if>> -<</if>> -<</if>> + <</if>> + <</if>> <</widget>> diff --git a/src/utility/extendedFamilyWidgets.tw b/src/utility/extendedFamilyWidgets.tw index 73385c759b6a2999b48c398b872179af2bf8f9e4..a7a36caa329bcd2eaf9006ba4d8b35c1f8367547 100644 --- a/src/utility/extendedFamilyWidgets.tw +++ b/src/utility/extendedFamilyWidgets.tw @@ -1079,10 +1079,10 @@ <<set _id = $slaves[_efw].ID>> <<set _slaveName = $slaves[_efw].slaveName>> <<print " - <<link _slaveName>> - <<set $activeSlave.father = " + _id + ">> - <<redisplayFamily>> - <</link>> + <<link _slaveName>> + <<set $activeSlave.father = " + _id + ">> + <<redisplayFamily>> + <</link>> ">> <</if>> <</for>> @@ -1208,14 +1208,14 @@ <<if (($activeSlave.actualAge - _slave.actualAge) >= $fertilityAge) && ((_slave.mother != $activeSlave.mother) || ($activeSlave.mother == 0))>> | <<print " - <<link _slaveName>> - <<set _slave = $slaves[" + _efw + "]>> - <<set _slave.mother = $activeSlave.ID>> - <<if $activeSlave.vagina == 0>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<redisplayFamily>> - <</link>> + <<link _slaveName>> + <<set _slave = $slaves[" + _efw + "]>> + <<set _slave.mother = $activeSlave.ID>> + <<if $activeSlave.vagina == 0>> + <<set $activeSlave.vagina = 1>> + <</if>> + <<redisplayFamily>> + <</link>> ">> <</if>> <</if>> @@ -1250,11 +1250,11 @@ <<if (($activeSlave.actualAge - _slave.actualAge) >= $potencyAge) && ((_slave.father != $activeSlave.father) || ($activeSlave.father == 0))>> | <<print " - <<link _slaveName>> - <<set _slave = $slaves[" + _efw + "]>> - <<set _slave.father = $activeSlave.ID>> - <<redisplayFamily>> - <</link>> + <<link _slaveName>> + <<set _slave = $slaves[" + _efw + "]>> + <<set _slave.father = $activeSlave.ID>> + <<redisplayFamily>> + <</link>> ">> <</if>> <</if>> @@ -1314,9 +1314,9 @@ <br> </div> <div id="familyTree"></div> -<<set _tSlaveList = [$activeSlave]>> -<<set _tSlaveList.push.apply(_tSlaveList, $slaves)>> -<<run renderFamilyTree(_tSlaveList, $activeSlave.ID)>> + <<set _tSlaveList = [$activeSlave]>> + <<set _tSlaveList.push.apply(_tSlaveList, $slaves)>> + <<run renderFamilyTree(_tSlaveList, $activeSlave.ID)>> </div> <</widget>>