From 816978d86753d4387e13b189adf741ee0ae34409 Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Tue, 8 Dec 2020 18:05:50 -0800 Subject: [PATCH] removeActiveSlave --- src/events/scheduled/assholeKnight.tw | 53 +- src/interaction/siWardrobe.js | 5 - src/js/slaveListing.js | 10 +- src/pregmod/eliteTakeOverResult.tw | 119 +- src/pregmod/reTheSirenStrikesBack.tw | 84 +- src/pregmod/seHuskSlaveDelivery.tw | 10 +- src/uncategorized/REroyalblood.tw | 693 ++++---- src/uncategorized/pCoupAttempt.tw | 129 +- src/uncategorized/pHostageAcquisition.tw | 551 +++--- src/uncategorized/pRivalryHostage.tw | 360 ++-- src/uncategorized/pSlaveMedic.tw | 122 +- src/uncategorized/pSnatchAndGrabResult.tw | 104 +- src/uncategorized/personalAttentionSelect.tw | 118 +- src/uncategorized/reAWOL.tw | 82 +- src/uncategorized/reBoomerang.tw | 394 ++--- .../reFSEgyptianRevivalistAcquisition.tw | 48 +- src/uncategorized/reMilfTourist.tw | 50 +- src/uncategorized/rePokerNight.tw | 62 +- src/uncategorized/reShelterInspection.tw | 102 +- src/uncategorized/resFailure.tw | 1500 +++++++---------- src/uncategorized/seCoursing.tw | 710 ++++---- src/uncategorized/seCoursingRace.tw | 11 +- src/uncategorized/seRaiding.tw | 897 +++++----- src/uncategorized/seRecruiterSuccess.tw | 301 ++-- 24 files changed, 3044 insertions(+), 3471 deletions(-) diff --git a/src/events/scheduled/assholeKnight.tw b/src/events/scheduled/assholeKnight.tw index 4868fa8e06d..05d9a0cfa48 100644 --- a/src/events/scheduled/assholeKnight.tw +++ b/src/events/scheduled/assholeKnight.tw @@ -20,33 +20,30 @@ This singular Knight has apparently been using their position to extort and bull <br> <<link "Have him publicly flogged, then enslaved">> <<replace "#result">> You have the insolent Knight's gear and weapons confiscated, then publicly flog him in the plaza and announce that he's to be enslaved for crimes against the people of $arcologies[0].name. Although the watching peasants are clearly @@.green;relieved@@ that the cruel bully is off the streets, some of them, those who did not feel the fist of the howling man on their own neck, @@.red;recoil@@ somewhat at the sudden brutality against a class that most of them idolize and romanticize. - <<run repX(1000, "event")>> - <<set $activeSlaveOneTimeMinAge = 22>> - <<set $activeSlaveOneTimeMaxAge = 34>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was formerly an Imperial Knight, a highly prestigious position indicating both nobility and exceptional combat prowess. Although $he has had $his coat of arms stripped, many still recognize $him from his former Knighthood.">> - <<set $activeSlave.origin = "$He used to be a Knight within your arcology, until you had $him stripped of $his title and summarily enslaved for cruelly abusing citizens beneath $his stature.">> - <<set $activeSlave.career = "spec ops">> - <<set $activeSlave.devotion = random(-80,-60)>> - <<set $activeSlave.muscles = random(50,75)>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.behavioralFlaw = "malicious">> - <<set $activeSlave.behavioralQuirk = "none">> - <<set $activeSlave.trust = random(-30,-20)>> - <<set $activeSlave.boobs = 150>> - <<set $activeSlave.butt = random(0,1)>> - <<set $activeSlave.faceShape = "masculine">> - <<set $activeSlave.height = random(175,195)>> - <<set $activeSlave.fetish = "sadist">> - <<set $activeSlave.fetishStrength = 80>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.dick = random(3,5)>> - <<set $activeSlave.balls = random(2,4)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> - <<set $activeSlave.prostate = 1>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<run repX(1000, "event")>> + <<set _slave = GenerateNewSlave("XY", {minAge: 22, maxAge: 34, disableDisability: 1})>> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was formerly an Imperial Knight, a highly prestigious position indicating both nobility and exceptional combat prowess. Although $he has had $his coat of arms stripped, many still recognize $him from his former Knighthood.">> + <<set _slave.origin = "$He used to be a Knight within your arcology, until you had $him stripped of $his title and summarily enslaved for cruelly abusing citizens beneath $his stature.">> + <<set _slave.career = "spec ops">> + <<set _slave.devotion = random(-80,-60)>> + <<set _slave.muscles = random(50,75)>> + <<set _slave.skill.combat = 1>> + <<set _slave.behavioralFlaw = "malicious">> + <<set _slave.behavioralQuirk = "none">> + <<set _slave.trust = random(-30,-20)>> + <<set _slave.boobs = 150>> + <<set _slave.butt = random(0,1)>> + <<set _slave.faceShape = "masculine">> + <<set _slave.height = random(175,195)>> + <<set _slave.fetish = "sadist">> + <<set _slave.fetishStrength = 80>> + <<set _slave.preg = 0>> + <<set _slave.dick = random(3,5)>> + <<set _slave.balls = random(2,4)>> + <<set _slave.scrotum = _slave.balls>> + <<set _slave.prostate = 1>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> <br> <<link "Turn a blind eye">> @@ -56,4 +53,4 @@ This singular Knight has apparently been using their position to extort and bull <<run repX(-2000, "event")>> <</replace>> <</link>> -</span> +</span> \ No newline at end of file diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js index 68b650df962..805960ad548 100644 --- a/src/interaction/siWardrobe.js +++ b/src/interaction/siWardrobe.js @@ -32,8 +32,6 @@ App.UI.SlaveInteract.wardrobe = function(slave) { let el = document.createElement('div'); let links; if (slave.fuckdoll === 0) { - // <<= App.Desc.clothing($activeSlave)>> - let label = document.createElement('div'); label.append(`Clothes: `); @@ -108,7 +106,6 @@ App.UI.SlaveInteract.wardrobe = function(slave) { } function collar() { - // <<= App.Desc.collar($activeSlave)>> let el = document.createElement('div'); let label = document.createElement('div'); @@ -388,7 +385,6 @@ App.UI.SlaveInteract.wardrobe = function(slave) { } function bellyAccessory() { - // <<waistDescription>><<= App.Desc.pregnancy($activeSlave)>><<clothingCorsetDescription>> let choiceOptionsArray = []; choiceOptionsArray.push({text: ` None`, updateSlave: {bellyAccessory: `none`}}); @@ -626,7 +622,6 @@ App.UI.SlaveInteract.wardrobe = function(slave) { } function dickAccessory() { - // <<= App.Desc.dickAccessory($activeSlave)>> let el = document.createElement('div'); let label = document.createElement('div'); diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js index 8e668e6bee4..d872a676193 100644 --- a/src/js/slaveListing.js +++ b/src/js/slaveListing.js @@ -560,23 +560,19 @@ App.UI.SlaveList.SlaveInteract.penthouseInteract = function(slave) { * @param {number} id slave id */ App.UI.selectSlaveForPersonalAttention = function(id) { - if (!Array.isArray(V.personalAttention)) { - /* first PA target */ + if (!Array.isArray(V.personalAttention)) { // first PA target V.personalAttention = [{ ID: id, trainingRegimen: "undecided" }]; } else { const _pai = V.personalAttention.findIndex(s => s.ID === id); - if (_pai === -1) { - /* not already a PA target; add */ - V.activeSlave = getSlave(id); + if (_pai === -1) { // not already a PA target; add V.personalAttention.push({ ID: id, trainingRegimen: "undecided" }); - } else { - /* already a PA target; remove */ + } else { // already a PA target; remove V.personalAttention.deleteAt(_pai); if (V.personalAttention.length === 0) { V.personalAttention = "sex"; diff --git a/src/pregmod/eliteTakeOverResult.tw b/src/pregmod/eliteTakeOverResult.tw index 6b4e7171484..7f3808229dc 100644 --- a/src/pregmod/eliteTakeOverResult.tw +++ b/src/pregmod/eliteTakeOverResult.tw @@ -117,95 +117,88 @@ <<if $eliteFate >= 1>> <<if $eliteVegetable == 1>> <<set $eliteLeft-->> - <<set $activeSlaveOneTimeMinAge = 25>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> - <<set $oneTimeDisableDisability = 1>> <<if $arcologies[0].FSSupremacistLawME == 1>> - <<set $fixedRace = $arcologies[0].FSSupremacistRace>> + <<set _race = $arcologies[0].FSSupremacistRace>> <<elseif $arcologies[0].FSSubjugationistLawME == 1>> <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>> - <<set $fixedRace = _races.random()>> + <<set _race = _races.random()>> <</if>> <<if $seeDicks == 0>> - <<set $activeSlave = GenerateNewSlave("XX")>> + <<set _slave = GenerateNewSlave("XX", {minAge: 25, maxAge: $retirementAge-2, disableDisability: 1, race: _race})>> <<elseif $seeDicks == 100>> - <<set $activeSlave = GenerateNewSlave("XY")>> + <<set _slave = GenerateNewSlave("XY", {minAge: 25, maxAge: $retirementAge-2, disableDisability: 1, race: _race})>> <<elseif random(1,100) > 50>> /* 50% chance of getting girl or boy */ - <<set $activeSlave = GenerateNewSlave("XX")>> + <<set _slave = GenerateNewSlave("XX", {minAge: 25, maxAge: $retirementAge-2, disableDisability: 1, race: _race})>> <<else>> - <<set $activeSlave = GenerateNewSlave("XY")>> + <<set _slave = GenerateNewSlave("XY", {minAge: 25, maxAge: $retirementAge-2, disableDisability: 1, race: _race})>> <</if>> <<set _origin = "$He was a member of the Societal Elite, captured in their failed attempt at expressing their displeasure.">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a well connected individual">> - <<set $activeSlave.prestige = either(2,2,3)>> /* 33% chance of getting level 3 prestige */ - <<set $activeSlave.prestigeDesc = "$He was once considered influential in society, but now $he's the one getting fucked.">> - <<set $activeSlave.face = random(70,100)>> - <<set $activeSlave.devotion = random(-10,-20)>> - <<set $activeSlave.trust = random(-20,-30)>> - <<if $activeSlave.boobShape == "saggy" || $activeSlave.boobShape == "downward-facing">> - <<set $activeSlave.boobShape = either("perky", "torpedo-shaped", "wide-set")>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a well connected individual">> + <<set _slave.prestige = either(2,2,3)>> /* 33% chance of getting level 3 prestige */ + <<set _slave.prestigeDesc = "$He was once considered influential in society, but now $he's the one getting fucked.">> + <<set _slave.face = random(70,100)>> + <<set _slave.devotion = random(-10,-20)>> + <<set _slave.trust = random(-20,-30)>> + <<if _slave.boobShape == "saggy" || _slave.boobShape == "downward-facing">> + <<set _slave.boobShape = either("perky", "torpedo-shaped", "wide-set")>> <</if>> - <<set $activeSlave.fetish = "mindbroken">> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = random(10,75)>> - <<set $activeSlave.intelligence = random(70,100)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.skill.entertainment = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(60, 75), 0, 0, 0, jsRandom(0, 20))>> - <<set $activeSlave.canRecruit = 0>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.fetish = "mindbroken">> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.anus = 0>> + <<set _slave.weight = random(10,75)>> + <<set _slave.intelligence = random(70,100)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(60, 75), 0, 0, 0, jsRandom(0, 20))>> + <<set _slave.canRecruit = 0>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</if>> <<for _i = $eliteLeft; _i > 0; _i-->> - <<set $activeSlaveOneTimeMinAge = 25>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> - <<set $oneTimeDisableDisability = 1>> <<if $arcologies[0].FSSupremacistLawME == 1>> - <<set $fixedRace = $arcologies[0].FSSupremacistRace>> + <<set _race = $arcologies[0].FSSupremacistRace>> <<elseif $arcologies[0].FSSubjugationistLawME == 1>> <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>> - <<set $fixedRace = _races.random()>> + <<set _race = _races.random()>> <</if>> <<if $seeDicks == 0>> - <<set $activeSlave = GenerateNewSlave("XX")>> + <<set _slave = GenerateNewSlave("XX", {minAge: 25, maxAge: $retirementAge-2,, race: _race})>> <<elseif $seeDicks == 100>> - <<set $activeSlave = GenerateNewSlave("XY")>> + <<set _slave = GenerateNewSlave("XY", {minAge: 25, maxAge: $retirementAge-2,, race: _race})>> <<elseif random(1,100) > 50>> /* 50% chance of getting girl or boy */ - <<set $activeSlave = GenerateNewSlave("XX")>> + <<set _slave = GenerateNewSlave("XX", {minAge: 25, maxAge: $retirementAge-2,, race: _race})>> <<else>> - <<set $activeSlave = GenerateNewSlave("XY")>> + <<set _slave = GenerateNewSlave("XY", {minAge: 25, maxAge: $retirementAge-2,, race: _race})>> <</if>> <<set _origin = "$He was a member of the Societal Elite, captured in their failed attempt at expressing their displeasure.">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a well connected individual">> - <<set $activeSlave.prestige = either(2,2,3)>> - <<set $activeSlave.prestigeDesc = "$He was once considered influential in society, but now $he's the one getting fucked.">> - <<set $activeSlave.face = random(70,100)>> - <<set $activeSlave.devotion = random(-10,-20)>> - <<set $activeSlave.trust = random(-20,-30)>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a well connected individual">> + <<set _slave.prestige = either(2,2,3)>> + <<set _slave.prestigeDesc = "$He was once considered influential in society, but now $he's the one getting fucked.">> + <<set _slave.face = random(70,100)>> + <<set _slave.devotion = random(-10,-20)>> + <<set _slave.trust = random(-20,-30)>> <<if $eliteFate == 2 && random(1,100) >= 75>> /* 25% chance of getting mindbroken elites if they were abused */ - <<set $activeSlave.fetish = "mindbroken">> + <<set _slave.fetish = "mindbroken">> <</if>> - <<if $activeSlave.boobShape == "saggy" || $activeSlave.boobShape == "downward-facing">> - <<set $activeSlave.boobShape = either("perky", "torpedo-shaped", "wide-set")>> + <<if _slave.boobShape == "saggy" || _slave.boobShape == "downward-facing">> + <<set _slave.boobShape = either("perky", "torpedo-shaped", "wide-set")>> <</if>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = random(-30,75)>> - <<set $activeSlave.intelligence = random(0,60)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.skill.entertainment = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(60, 75), 0, 0, 0, jsRandom(0, 20))>> - <<set $activeSlave.canRecruit = 0>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.anus = 0>> + <<set _slave.weight = random(-30,75)>> + <<set _slave.intelligence = random(0,60)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(60, 75), 0, 0, 0, jsRandom(0, 20))>> + <<set _slave.canRecruit = 0>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <</if>> -/* clean up */ -<<set $failedElite = 0, $eugenicsFullControl = 1>> +<<set $failedElite = 0, $eugenicsFullControl = 1>> /* clean up */ \ No newline at end of file diff --git a/src/pregmod/reTheSirenStrikesBack.tw b/src/pregmod/reTheSirenStrikesBack.tw index d24052023a2..ae115669010 100644 --- a/src/pregmod/reTheSirenStrikesBack.tw +++ b/src/pregmod/reTheSirenStrikesBack.tw @@ -10,42 +10,42 @@ <<else>> <<set _minAge = 30>> <</if>> -<<set $activeSlave = GenerateNewSlave(null, {minAge: _minAge, maxAge: 40, ageOverridesPedoMode: 1, disableDisability: 1})>> -<<set $activeSlave.origin = "$He was brought to you to pay for what $he did to one of your slaves.">> -<<set $activeSlave.career = "a producer">> -<<set $activeSlave.devotion = random(-70,30)>> -<<set $activeSlave.trust = random(-100,-70)>> -<<run setHealth($activeSlave, jsRandom(-20, 20), Math.max(normalRandInt(0, 2), 0), Math.max(normalRandInt(0, 2), 0), 0, jsRandom(0, 20))>> -<<set $activeSlave.anus = 0>> -<<if $activeSlave.vagina > -1>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.preg = -1>> +<<set _slave = GenerateNewSlave(null, {minAge: _minAge, maxAge: 40, ageOverridesPedoMode: 1, disableDisability: 1})>> +<<set _slave.origin = "$He was brought to you to pay for what $he did to one of your slaves.">> +<<set _slave.career = "a producer">> +<<set _slave.devotion = random(-70,30)>> +<<set _slave.trust = random(-100,-70)>> +<<run setHealth(_slave, jsRandom(-20, 20), Math.max(normalRandInt(0, 2), 0), Math.max(normalRandInt(0, 2), 0), 0, jsRandom(0, 20))>> +<<set _slave.anus = 0>> +<<if _slave.vagina > -1>> + <<set _slave.vagina = 1>> + <<set _slave.preg = -1>> <</if>> -<<set $activeSlave.skill.vaginal = 0>> -<<set $activeSlave.skill.oral = 0>> -<<set $activeSlave.skill.anal = 0>> -<<set $activeSlave.behavioralFlaw = "none">> -<<set $activeSlave.hStyle = "neat">> -<<set $activeSlave.pubicHStyle = "waxed">> -<<set $activeSlave.underArmHStyle = "waxed">> -<<set $activeSlave.intelligenceImplant = 30>> -<<set $activeSlave.intelligence = 100>> -<<set $activeSlave.prestige = 3>> -<<set $activeSlave.prestigeDesc = "$He was a well known music producer infamous for constantly having musicians disappear on $his watch.">> -<<set $activeSlave.accent = 1>> -<<set $activeSlave.clothes = "nice business attire">> +<<set _slave.skill.vaginal = 0>> +<<set _slave.skill.oral = 0>> +<<set _slave.skill.anal = 0>> +<<set _slave.behavioralFlaw = "none">> +<<set _slave.hStyle = "neat">> +<<set _slave.pubicHStyle = "waxed">> +<<set _slave.underArmHStyle = "waxed">> +<<set _slave.intelligenceImplant = 30>> +<<set _slave.intelligence = 100>> +<<set _slave.prestige = 3>> +<<set _slave.prestigeDesc = "$He was a well known music producer infamous for constantly having musicians disappear on $his watch.">> +<<set _slave.accent = 1>> +<<set _slave.clothes = "nice business attire">> -<<setLocalPronouns $activeSlave 2>> -<<run Enunciate($activeSlave)>> -<<setSpokenLocalPronouns $activeSlave _ssb>> +<<setLocalPronouns _slave 2>> +<<run Enunciate(_slave)>> +<<setSpokenLocalPronouns _slave _ssb>> <span id="art-frame"> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ @@ -79,13 +79,13 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <<replace "#result">> You decide to spare the coward from _his2 former subordinate's wrath and simply enslave _him2. <br> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> <<if !isAmputee(_ssb)>> <br><<link "Enslave _him2 and throw _him2 to _ssb.slaveName">> - <<set $activeSlave.clothes = "no clothing">> - <<run healthDamage($activeSlave, 20)>> + <<set _slave.clothes = "no clothing">> + <<run healthDamage(_slave, 20)>> <<set _ssb.devotion += 2>> <<set _ssb.trust += 2>> <<replace "#art-frame">> @@ -93,7 +93,7 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <<if $seeImages == 1>> <div class="imageColumn"> <div class="imageRef medImg"> - <<= SlaveArt($activeSlave, 2, 0)>> + <<= SlaveArt(_slave, 2, 0)>> </div> <div class="imageRef medImg"> <<= SlaveArt(_ssb, 2, 0)>> @@ -117,7 +117,7 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <</if>> <</if>> <br> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> <</if>> @@ -127,14 +127,14 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <br><br> <span id="result"> <<link "Enslave _him2">> - <<set $activeSlave.clothes = "no clothing">> + <<set _slave.clothes = "no clothing">> <<replace "#art-frame">> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ @@ -142,19 +142,19 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <<replace "#result">> You spare the coward the pain and humiliation _he2 deserves and simply enslave _him2. <br> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> <br><<link "Enslave _him2 and punish _him2 for their actions">> - <<set $activeSlave.clothes = "no clothing">> - <<run healthDamage($activeSlave, 20)>> + <<set _slave.clothes = "no clothing">> + <<run healthDamage(_slave, 20)>> <<replace "#art-frame">> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ @@ -162,7 +162,7 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <<replace "#result">> You decide the coward needs more punishment. You order a whip brought to you and give _him2 several lashes directly across _his2 exposed genitalia. _He2 cries out with each lash as _his2 nethers accumulate angry red welts, some even bleeding slightly. After the yelps stop, you feel enough punishment has been given for now and have the producer turned slave hauled to _his2 feet for a proper inspection. <br> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> </span> diff --git a/src/pregmod/seHuskSlaveDelivery.tw b/src/pregmod/seHuskSlaveDelivery.tw index 9fbaf2ea363..59a79704dd4 100644 --- a/src/pregmod/seHuskSlaveDelivery.tw +++ b/src/pregmod/seHuskSlaveDelivery.tw @@ -2,19 +2,17 @@ <<set $huskSlaveOrdered = 0, $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $encyclopedia = "Enslaving People">> -<<set $activeSlaveOneTimeMinAge = parseInt($huskSlave.age)>> -<<set $activeSlaveOneTimeMaxAge = parseInt($huskSlave.age)>> -<<set $one_time_age_overrides_pedo_mode = 1>> +<<set _pram = {mature: 0, nationality: $huskSlave.nationality, minAge: $huskSlave.age, maxAge: $huskSlave.age, ageOverridesPedoMode: 1}>> <<if $huskSlave.race != "not important">> - <<set $fixedRace = $huskSlave.race>> + <<set _pram.race = $huskSlave.race>> <</if>> <<if $huskSlave.sex == 2>> - <<set _husk = GenerateNewSlave("XY", {mature: 0, nationality: $huskSlave.nationality})>> + <<set _husk = GenerateNewSlave("XY", _pram)>> <<set _husk.boobs = 50>> <<set _husk.boobsImplant = 0>> <<set _husk.boobsImplantType = "none">> <<else>> - <<set _husk = GenerateNewSlave("XX", {mature: 0, nationality: $huskSlave.nationality})>> + <<set _husk = GenerateNewSlave("XX", _pram)>> <</if>> <<set _husk.slaveName = "Doll">> diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw index 49464db70e2..fcbdb4e4f1b 100644 --- a/src/uncategorized/REroyalblood.tw +++ b/src/uncategorized/REroyalblood.tw @@ -3,43 +3,40 @@ <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check">> /*princess*/ -<<set $activeSlaveOneTimeMinAge = 16>> -<<set $activeSlaveOneTimeMaxAge = 19>> -<<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave("XX")>> -<<set $activeSlave.career = "a princess">> +<<set _slave = GenerateNewSlave("XX", {minAge: 16, maxAge: 19, disableDisability: 1})>> +<<set _slave.career = "a princess">> <<if $realRoyalties == 1>> - <<set $activeSlave.nationality = setup.royalNationalities.random()>> - <<run nationalityToRace($activeSlave)>> + <<set _slave.nationality = setup.royalNationalities.random()>> + <<run nationalityToRace(_slave)>> <</if>> -<<set $activeSlave.prestige = 2>> -<<set $activeSlave.prestigeDesc = "$He was the princess of an ancient kingdom.">> -<<set $activeSlave.devotion = random(-80,-60)>> -<<set $activeSlave.trust = random(-50,-60)>> -<<set $activeSlave.face = random(25,100)>> -<<set $activeSlave.boobs = either(100, 200, 300)>> -<<set $activeSlave.vagina = 0>> -<<set $activeSlave.ovaries = 1>> -<<set $activeSlave.preg = -1>> -<<set $activeSlave.pubicHStyle = "waxed">> -<<set $activeSlave.underArmHStyle = "waxed">> -<<set $activeSlave.hips = 0>> -<<set $activeSlave.butt = random(1,2)>> -<<set $activeSlave.dick = 0>> -<<set $activeSlave.foreskin = 0>> -<<set $activeSlave.balls = 0>> -<<set $activeSlave.anus = 0>> -<<set $activeSlave.weight = 0>> -<<set $activeSlave.intelligence = random(15,100)>> -<<set $activeSlave.intelligenceImplant = 15>> -<<set $activeSlave.skill.entertainment = 45>> -<<set $activeSlave.skill.anal = 0>> -<<set $activeSlave.skill.oral = 0>> -<<set $activeSlave.skill.whoring = 0>> -<<set $activeSlave.canRecruit = 0>> -<<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> -<<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> -<<set _princess = clone($activeSlave)>> +<<set _slave.prestige = 2>> +<<set _slave.prestigeDesc = "$He was the princess of an ancient kingdom.">> +<<set _slave.devotion = random(-80,-60)>> +<<set _slave.trust = random(-50,-60)>> +<<set _slave.face = random(25,100)>> +<<set _slave.boobs = either(100, 200, 300)>> +<<set _slave.vagina = 0>> +<<set _slave.ovaries = 1>> +<<set _slave.preg = -1>> +<<set _slave.pubicHStyle = "waxed">> +<<set _slave.underArmHStyle = "waxed">> +<<set _slave.hips = 0>> +<<set _slave.butt = random(1,2)>> +<<set _slave.dick = 0>> +<<set _slave.foreskin = 0>> +<<set _slave.balls = 0>> +<<set _slave.anus = 0>> +<<set _slave.weight = 0>> +<<set _slave.intelligence = random(15,100)>> +<<set _slave.intelligenceImplant = 15>> +<<set _slave.skill.entertainment = 45>> +<<set _slave.skill.anal = 0>> +<<set _slave.skill.oral = 0>> +<<set _slave.skill.whoring = 0>> +<<set _slave.canRecruit = 0>> +<<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> +<<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> +<<set _princess = clone(_slave)>> <<setLocalPronouns _princess>> <<if $realRoyalties == 1>> <<if _princess.nationality == "Japanese">> @@ -124,113 +121,113 @@ <</if>> /*prince*/ <<if $seeDicks > 0>> - <<set $activeSlave.ID = generateSlaveID()>> - <<set $activeSlave.birthWeek += Math.floor(Math.random() * 52)>> - <<if $activeSlave.birthWeek >= 52>> - <<set $activeSlave.birthWeek -= 52>> - <<set $activeSlave.actualAge += 1>> + <<set _slave.ID = generateSlaveID()>> + <<set _slave.birthWeek += Math.floor(Math.random() * 52)>> + <<if _slave.birthWeek >= 52>> + <<set _slave.birthWeek -= 52>> + <<set _slave.actualAge += 1>> <</if>> - <<set $activeSlave.actualAge = $activeSlave.actualAge+1>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.genes = "XY">> - <<run nationalityToName($activeSlave)>> - <<set $activeSlave.birthSurname = _princess.birthSurname, $activeSlave.slaveSurname = _princess.birthSurname>> - <<set $activeSlave.career = "a prince">> - <<set $activeSlave.prestige = 2>> - <<set $activeSlave.prestigeDesc = "$He was the crown prince of an ancient kingdom.">> - <<set $activeSlave.devotion = random(-80,-60)>> - <<set $activeSlave.trust = random(-50,-60)>> - <<set $activeSlave.boobs = 150>> - <<set $activeSlave.butt = random(0,1)>> - <<set $activeSlave.vagina = -1>> - <<set $activeSlave.clit = 0>> - <<set $activeSlave.labia = 0>> - <<set $activeSlave.ovaries = 0>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.dick = random(3,5)>> - <<set $activeSlave.balls = random(2,4)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> - <<set $activeSlave.prostate = 1>> - <<set $activeSlave.pubertyXX = 0>> - <<set $activeSlave.pubertyAgeXY = $potencyAge>> - <<if $activeSlave.physicalAge >= $activeSlave.pubertyAgeXY>> - <<set $activeSlave.pubertyXY = 1>> + <<set _slave.actualAge = _slave.actualAge+1>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.genes = "XY">> + <<run nationalityToName(_slave)>> + <<set _slave.birthSurname = _princess.birthSurname, _slave.slaveSurname = _princess.birthSurname>> + <<set _slave.career = "a prince">> + <<set _slave.prestige = 2>> + <<set _slave.prestigeDesc = "$He was the crown prince of an ancient kingdom.">> + <<set _slave.devotion = random(-80,-60)>> + <<set _slave.trust = random(-50,-60)>> + <<set _slave.boobs = 150>> + <<set _slave.butt = random(0,1)>> + <<set _slave.vagina = -1>> + <<set _slave.clit = 0>> + <<set _slave.labia = 0>> + <<set _slave.ovaries = 0>> + <<set _slave.preg = 0>> + <<set _slave.dick = random(3,5)>> + <<set _slave.balls = random(2,4)>> + <<set _slave.scrotum = _slave.balls>> + <<set _slave.prostate = 1>> + <<set _slave.pubertyXX = 0>> + <<set _slave.pubertyAgeXY = $potencyAge>> + <<if _slave.physicalAge >= _slave.pubertyAgeXY>> + <<set _slave.pubertyXY = 1>> <<else>> - <<set $activeSlave.pubertyXY = 0>> + <<set _slave.pubertyXY = 0>> <</if>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.muscles = 50>> - <<set $activeSlave.intelligence = random(15,100)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.face = Math.clamp($activeSlave.face+20,-100,100)>> - <<set $activeSlave.faceImplant = 15>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.canRecruit = 0>> - <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<set _prince = clone($activeSlave)>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.muscles = 50>> + <<set _slave.intelligence = random(15,100)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.face = Math.clamp(_slave.face+20,-100,100)>> + <<set _slave.faceImplant = 15>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.combat = 1>> + <<set _slave.canRecruit = 0>> + <<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<set _prince = clone(_slave)>> <<setLocalPronouns _prince 2>> <</if>> /*Queen*/ -<<set $activeSlave.ID = generateSlaveID()>> -<<set $activeSlaveOneTimeMinAge = ($fertilityAge+$activeSlave.actualAge)>> +<<set _slave.ID = generateSlaveID()>> +<<set _slaveOneTimeMinAge = ($fertilityAge+_slave.actualAge)>> <<if $pedo_mode == 1>> - <<set $activeSlaveOneTimeMaxAge = 24>> + <<set _slaveOneTimeMaxAge = 24>> <<else>> - <<set $activeSlaveOneTimeMaxAge = 43>> + <<set _slaveOneTimeMaxAge = 43>> <</if>> -<<set $activeSlave.actualAge = random($activeSlaveOneTimeMinAge,$activeSlaveOneTimeMaxAge)>> -<<set $activeSlave.visualAge = $activeSlave.actualAge>> -<<set $activeSlave.physicalAge = $activeSlave.actualAge>> -<<set $activeSlave.ovaryAge = $activeSlave.actualAge>> -<<set $activeSlave.genes = "XX">> -<<run nationalityToName($activeSlave)>> -<<set $activeSlave.birthSurname = _princess.birthSurname, $activeSlave.slaveSurname = _princess.birthSurname>> -<<set $activeSlave.career = "a Queen">> -<<set $activeSlave.prestige = 2>> -<<set $activeSlave.prestigeDesc = "$He was the Queen of an ancient kingdom.">> -<<set $activeSlave.face = random(25,100)>> -<<set $activeSlave.faceImplant = 0>> -<<set $activeSlave.devotion = random(10,20)>> -<<set $activeSlave.trust = random(-20,-30)>> -<<set $activeSlave.boobs = random(3,10)*100>> -<<set $activeSlave.vagina = 2>> -<<set $activeSlave.dick = 0>> -<<set $activeSlave.foreskin = 0>> -<<set $activeSlave.balls = 0>> -<<set $activeSlave.scrotum = 0>> -<<set $activeSlave.prostate = 0>> -<<set $activeSlave.ovaries = 1>> +<<set _slave.actualAge = random(_slaveOneTimeMinAge,_slaveOneTimeMaxAge)>> +<<set _slave.visualAge = _slave.actualAge>> +<<set _slave.physicalAge = _slave.actualAge>> +<<set _slave.ovaryAge = _slave.actualAge>> +<<set _slave.genes = "XX">> +<<run nationalityToName(_slave)>> +<<set _slave.birthSurname = _princess.birthSurname, _slave.slaveSurname = _princess.birthSurname>> +<<set _slave.career = "a Queen">> +<<set _slave.prestige = 2>> +<<set _slave.prestigeDesc = "$He was the Queen of an ancient kingdom.">> +<<set _slave.face = random(25,100)>> +<<set _slave.faceImplant = 0>> +<<set _slave.devotion = random(10,20)>> +<<set _slave.trust = random(-20,-30)>> +<<set _slave.boobs = random(3,10)*100>> +<<set _slave.vagina = 2>> +<<set _slave.dick = 0>> +<<set _slave.foreskin = 0>> +<<set _slave.balls = 0>> +<<set _slave.scrotum = 0>> +<<set _slave.prostate = 0>> +<<set _slave.ovaries = 1>> <<if $seePreg != 0>> - <<set $activeSlave.preg = 7>> - <<set $activeSlave.pregType = 1>> - <<set $activeSlave.pregWeek = 7>> - <<set $activeSlave.pregKnown = 1>> - <<run SetBellySize($activeSlave)>> + <<set _slave.preg = 7>> + <<set _slave.pregType = 1>> + <<set _slave.pregWeek = 7>> + <<set _slave.pregKnown = 1>> + <<run SetBellySize(_slave)>> <</if>> -<<set $activeSlave.pubicHStyle = "waxed">> -<<set $activeSlave.shoulders = random(-1,1)>> -<<set $activeSlave.hips = 1>> -<<set $activeSlave.butt = random(2,4)>> -<<set $activeSlave.anus = 0>> -<<set $activeSlave.weight = 0>> -<<set $activeSlave.intelligence = random(15,100)>> -<<set $activeSlave.intelligenceImplant = 30>> -<<set $activeSlave.skill.entertainment = 45>> -<<set $activeSlave.skill.whoring = 0>> -<<set $activeSlave.counter.birthsTotal = 2>> -<<set $activeSlave.pubertyXX = 1>> -<<set $activeSlave.pubertyXY = 0>> -<<set $activeSlave.canRecruit = 0>> -<<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> -<<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> -<<set _queen = clone($activeSlave)>> +<<set _slave.pubicHStyle = "waxed">> +<<set _slave.shoulders = random(-1,1)>> +<<set _slave.hips = 1>> +<<set _slave.butt = random(2,4)>> +<<set _slave.anus = 0>> +<<set _slave.weight = 0>> +<<set _slave.intelligence = random(15,100)>> +<<set _slave.intelligenceImplant = 30>> +<<set _slave.skill.entertainment = 45>> +<<set _slave.skill.whoring = 0>> +<<set _slave.counter.birthsTotal = 2>> +<<set _slave.pubertyXX = 1>> +<<set _slave.pubertyXY = 0>> +<<set _slave.canRecruit = 0>> +<<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> +<<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> +<<set _queen = clone(_slave)>> <<setLocalPronouns _queen 3>> <<setAssistantPronouns>> @@ -272,8 +269,8 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set _princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.">> <<run cashX(-50000, "slaveTransfer", _princess)>> <<run repX(-2000, "event", _princess)>> - <<set $activeSlave = _princess>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<set _slave = _princess>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> // You will need to utilize a portion of your reputation and <<print cashFormat(50000)>> to enslave $him.// <<else>> @@ -289,9 +286,9 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <br><br> <<set $arcologies[0].prosperity -= 15>> <<set _princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was acquired by "+$SF.Lower+".">> - <<set $activeSlave = _princess>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> - <<run repX(-18000, "event", $activeSlave)>> + <<set _slave = _princess>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> + <<run repX(-18000, "event", _slave)>> <</replace>> <</link>> //You will be despised for this action, and trade will be greatly damaged.// <</if>> @@ -305,8 +302,8 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <br><br> <<set _prince.origin = "$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.">> <<run cashX(-35000, "slaveTransfer", _prince)>> - <<set $activeSlave = _prince>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<set _slave = _prince>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> // Purchasing the goods and hiring the VTOLs will cost about <<print cashFormat(35000)>>.// <<else>> @@ -323,10 +320,10 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad When _he2 arrives in your penthouse, the former prince is beside _himself2 with rage. When _he2 is brought to be modified in the remote surgery, _he2 breaks free and attempts to fight _his2 way out of your penthouse. _His2 attempt at freedom is futile, however, and _he2 is soon overwhelmed by your guards and dragged back to the remote surgery. It doesn't take long for the valiant prince to become a new dickgirl, though _his2 submission to life as a slave is another question entirely. <br><br> <<set $arcologies[0].prosperity -= 15>> - <<run repX(-18000, "event", $activeSlave)>> + <<run repX(-18000, "event", _slave)>> <<set _prince.origin = "$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by "+$SF.Lower+".">> - <<set $activeSlave = _prince>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<set _slave = _prince>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> //You will be despised for this action, and trade will be greatly damaged.// <</if>> @@ -391,40 +388,40 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad When the ladies arrive at your penthouse, they seem almost relieved at the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over. <br><br> <<for $i = 0; $i < 3; $i++>> - <<set $activeSlaveOneTimeMinAge = 21>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> + <<set _slaveOneTimeMinAge = 21>> + <<set _slaveOneTimeMaxAge = ($retirementAge-2)>> <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> + <<set _slave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> <<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was sold to you in exchange for credits.">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a lady courtier">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> - <<set $activeSlave.face = random(25,76)>> - <<set $activeSlave.devotion = random(10,20)>> - <<set $activeSlave.trust = random(-20,-30)>> - <<set $activeSlave.boobs = random(3,10)*100>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.dick = 0>> - <<set $activeSlave.foreskin = 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.shoulders = random(-1,1)>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.butt = 1>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.intelligence = random(-50,70)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.skill.entertainment = 25>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> - <<set $activeSlave.canRecruit = 0>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run cashX(-8333, "slaveTransfer", $activeSlave)>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a lady courtier">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> + <<set _slave.face = random(25,76)>> + <<set _slave.devotion = random(10,20)>> + <<set _slave.trust = random(-20,-30)>> + <<set _slave.boobs = random(3,10)*100>> + <<set _slave.vagina = 1>> + <<set _slave.dick = 0>> + <<set _slave.foreskin = 0>> + <<set _slave.balls = 0>> + <<set _slave.ovaries = 1>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.shoulders = random(-1,1)>> + <<set _slave.hips = 1>> + <<set _slave.butt = 1>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.intelligence = random(-50,70)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.skill.entertainment = 25>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> + <<set _slave.canRecruit = 0>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ + <<run cashX(-8333, "slaveTransfer", _slave)>> <</for>> <</replace>> <</link>> // It will cost about <<print cashFormat(25000)>> to enslave them.// @@ -441,40 +438,40 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <br><br> <<set $arcologies[0].prosperity -= 10>> <<for $i = 0; $i < 3; $i++>> - <<set $activeSlaveOneTimeMinAge = 21>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> + <<set _slaveOneTimeMinAge = 21>> + <<set _slaveOneTimeMaxAge = ($retirementAge-2)>> <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> + <<set _slave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> <<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was acquired by "+$SF.Lower+".">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a lady courtier">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> - <<set $activeSlave.face = random(25,76)>> - <<set $activeSlave.devotion = random(10,20)>> - <<set $activeSlave.trust = random(-20,-30)>> - <<set $activeSlave.boobs = random(3,10)*100>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.dick = 0>> - <<set $activeSlave.foreskin = 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.shoulders = random(-1,1)>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.butt = 1>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.intelligence = random(-50,70)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.skill.entertainment = 25>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> - <<set $activeSlave.canRecruit = 0>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run repX(-3333, "event", $activeSlave)>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a lady courtier">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> + <<set _slave.face = random(25,76)>> + <<set _slave.devotion = random(10,20)>> + <<set _slave.trust = random(-20,-30)>> + <<set _slave.boobs = random(3,10)*100>> + <<set _slave.vagina = 1>> + <<set _slave.dick = 0>> + <<set _slave.foreskin = 0>> + <<set _slave.balls = 0>> + <<set _slave.ovaries = 1>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.shoulders = random(-1,1)>> + <<set _slave.hips = 1>> + <<set _slave.butt = 1>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.intelligence = random(-50,70)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.skill.entertainment = 25>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> + <<set _slave.canRecruit = 0>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ + <<run repX(-3333, "event", _slave)>> <</for>> <</replace>> <</link>> // You will disliked for this action and trade will be damaged. // @@ -493,20 +490,20 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad fuss. <</if>> <br><br> - <<set $activeSlaveOneTimeMinAge = ($fertilityAge+2)>> + <<set _slaveOneTimeMinAge = ($fertilityAge+2)>> <<if $pedo_mode == 1>> - <<set $activeSlaveOneTimeMaxAge = 24>> + <<set _slaveOneTimeMaxAge = 24>> <<else>> - <<set $activeSlaveOneTimeMaxAge = 43>> + <<set _slaveOneTimeMaxAge = 43>> <</if>> - <<set _queen.actualAge = random($activeSlaveOneTimeMinAge,$activeSlaveOneTimeMaxAge)>> + <<set _queen.actualAge = random(_slaveOneTimeMinAge,_slaveOneTimeMaxAge)>> <<set _queen.visualAge = _queen.actualAge>> <<set _queen.physicalAge = _queen.actualAge>> <<set _queen.ovaryAge = _queen.actualAge>> <<set _queen.origin = "$He was the Queen of a royal kingdom, till $his husband was overthrown and $he was sold to you in exchange for credits.">> <<run cashX(-15000, "slaveTransfer", _queen)>> - <<set $activeSlave = _queen>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<set _slave = _queen>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> // It will cost about <<print cashFormat(15000)>> to enslave _him3.// <<else>> @@ -526,19 +523,19 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</if>> <br><br> <<set $arcologies[0].prosperity -= 12>> - <<set $activeSlaveOneTimeMinAge = ($fertilityAge+2)>> + <<set _slaveOneTimeMinAge = ($fertilityAge+2)>> <<if $pedo_mode == 1>> - <<set $activeSlaveOneTimeMaxAge = 24>> + <<set _slaveOneTimeMaxAge = 24>> <<else>> - <<set $activeSlaveOneTimeMaxAge = 43>> + <<set _slaveOneTimeMaxAge = 43>> <</if>> - <<set _queen.actualAge = random($activeSlaveOneTimeMinAge,$activeSlaveOneTimeMaxAge)>> + <<set _queen.actualAge = random(_slaveOneTimeMinAge,_slaveOneTimeMaxAge)>> <<set _queen.visualAge = _queen.actualAge>> <<set _queen.physicalAge = _queen.actualAge>> <<set _queen.ovaryAge = _queen.actualAge>> <<set _queen.origin = "$He was the Queen of a royal kingdom, till $his husband was overthrown and $he was acquired by "+$SF.Lower+".">> - <<set $activeSlave = _queen>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<set _slave = _queen>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <<run repX(-12000, "event", _queen)>> <</replace>> <</link>> //You will be despised for this action, and trade will be greatly damaged.// @@ -614,40 +611,40 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad Meanwhile, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over. /* ladies */ <<for $i = 0; $i < 3; $i++>> - <<set $activeSlaveOneTimeMinAge = 21>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> + <<set _slaveOneTimeMinAge = 21>> + <<set _slaveOneTimeMaxAge = ($retirementAge-2)>> <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> + <<set _slave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> <<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was sold for credits.">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a lady courtier">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> - <<set $activeSlave.face = random(25,76)>> - <<set $activeSlave.devotion = random(10,20)>> - <<set $activeSlave.trust = random(-20,-30)>> - <<set $activeSlave.boobs = random(3,10)*100>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.dick = 0>> - <<set $activeSlave.foreskin = 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.shoulders = random(-1,1)>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.butt = 1>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.intelligence = random(-50,70)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.skill.entertainment = 25>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> - <<set $activeSlave.canRecruit = 0>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run cashX(-100000, "slaveTransfer", $activeSlave)>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a lady courtier">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> + <<set _slave.face = random(25,76)>> + <<set _slave.devotion = random(10,20)>> + <<set _slave.trust = random(-20,-30)>> + <<set _slave.boobs = random(3,10)*100>> + <<set _slave.vagina = 1>> + <<set _slave.dick = 0>> + <<set _slave.foreskin = 0>> + <<set _slave.balls = 0>> + <<set _slave.ovaries = 1>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.shoulders = random(-1,1)>> + <<set _slave.hips = 1>> + <<set _slave.butt = 1>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.intelligence = random(-50,70)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.skill.entertainment = 25>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> + <<set _slave.canRecruit = 0>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ + <<run cashX(-100000, "slaveTransfer", _slave)>> <</for>> /*Queen*/ <<set _queen.origin = "$He was the Queen of a royal kingdom, till $his husband was overthrown and $he was sold for credits.">> @@ -674,40 +671,40 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $arcologies[0].prosperity -= 13>> /* ladies */ <<for $i = 0; $i < 3; $i++>> - <<set $activeSlaveOneTimeMinAge = 21>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> + <<set _slaveOneTimeMinAge = 21>> + <<set _slaveOneTimeMaxAge = ($retirementAge-2)>> <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> + <<set _slave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> <<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was acquired by "+$SF.Lower+".">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a lady courtier">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> - <<set $activeSlave.face = random(25,76)>> - <<set $activeSlave.devotion = random(10,20)>> - <<set $activeSlave.trust = random(-20,-30)>> - <<set $activeSlave.boobs = random(3,10)*100>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.dick = 0>> - <<set $activeSlave.foreskin = 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.shoulders = random(-1,1)>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.butt = 1>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.intelligence = random(-50,70)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.skill.entertainment = 25>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> - <<set $activeSlave.canRecruit = 0>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run repX(-3000, "event", $activeSlave)>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a lady courtier">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> + <<set _slave.face = random(25,76)>> + <<set _slave.devotion = random(10,20)>> + <<set _slave.trust = random(-20,-30)>> + <<set _slave.boobs = random(3,10)*100>> + <<set _slave.vagina = 1>> + <<set _slave.dick = 0>> + <<set _slave.foreskin = 0>> + <<set _slave.balls = 0>> + <<set _slave.ovaries = 1>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.shoulders = random(-1,1)>> + <<set _slave.hips = 1>> + <<set _slave.butt = 1>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.intelligence = random(-50,70)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.skill.entertainment = 25>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> + <<set _slave.canRecruit = 0>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ + <<run repX(-3000, "event", _slave)>> <</for>> /*Queen*/ <<set _queen.origin = "$He was the Queen of a royal kingdom, till $his husband was overthrown and $he was acquired by "+$SF.Lower+".">> @@ -757,40 +754,40 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad Lastly, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over. /* ladies */ <<for $i = 0; $i < 3; $i++>> - <<set $activeSlaveOneTimeMinAge = 21>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> + <<set _slaveOneTimeMinAge = 21>> + <<set _slaveOneTimeMaxAge = ($retirementAge-2)>> <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> + <<set _slave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> <<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was sold for credits.">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a lady courtier">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> - <<set $activeSlave.face = random(25,76)>> - <<set $activeSlave.devotion = random(10,20)>> - <<set $activeSlave.trust = random(-20,-30)>> - <<set $activeSlave.boobs = random(3,10)*100>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.dick = 0>> - <<set $activeSlave.foreskin = 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.shoulders = random(-1,1)>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.butt = 1>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.intelligence = random(-50,70)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.skill.entertainment = 25>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> - <<set $activeSlave.canRecruit = 0>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run cashX(-133333, "slaveTransfer", $activeSlave)>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a lady courtier">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> + <<set _slave.face = random(25,76)>> + <<set _slave.devotion = random(10,20)>> + <<set _slave.trust = random(-20,-30)>> + <<set _slave.boobs = random(3,10)*100>> + <<set _slave.vagina = 1>> + <<set _slave.dick = 0>> + <<set _slave.foreskin = 0>> + <<set _slave.balls = 0>> + <<set _slave.ovaries = 1>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.shoulders = random(-1,1)>> + <<set _slave.hips = 1>> + <<set _slave.butt = 1>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.intelligence = random(-50,70)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.skill.entertainment = 25>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> + <<set _slave.canRecruit = 0>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ + <<run cashX(-133333, "slaveTransfer", _slave)>> <</for>> /* princess */ <<set _princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold for credits.">> @@ -859,60 +856,60 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad /* ladies */ <<for $i = 0; $i < 3; $i++>> - <<set $activeSlaveOneTimeMinAge = 21>> - <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> + <<set _slaveOneTimeMinAge = 21>> + <<set _slaveOneTimeMaxAge = ($retirementAge-2)>> <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> + <<set _slave = GenerateNewSlave("XX", {nationality: _princess.nationality})>> <<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was acquired by "+$SF.Lower+".">> - <<set $activeSlave.origin = _origin>> - <<set $activeSlave.career = "a lady courtier">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> - <<set $activeSlave.face = random(25,76)>> - <<set $activeSlave.devotion = random(10,20)>> - <<set $activeSlave.trust = random(-20,-30)>> - <<set $activeSlave.boobs = random(3,10)*100>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.dick = 0>> - <<set $activeSlave.foreskin = 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.shoulders = random(-1,1)>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.butt = 1>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.intelligence = random(-50,70)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.skill.entertainment = 25>> - <<set $activeSlave.skill.whoring = 0>> - <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> - <<set $activeSlave.canRecruit = 0>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run repX((1*_repShares), "event", $activeSlave)>> + <<set _slave.origin = _origin>> + <<set _slave.career = "a lady courtier">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">> + <<set _slave.face = random(25,76)>> + <<set _slave.devotion = random(10,20)>> + <<set _slave.trust = random(-20,-30)>> + <<set _slave.boobs = random(3,10)*100>> + <<set _slave.vagina = 1>> + <<set _slave.dick = 0>> + <<set _slave.foreskin = 0>> + <<set _slave.balls = 0>> + <<set _slave.ovaries = 1>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.shoulders = random(-1,1)>> + <<set _slave.hips = 1>> + <<set _slave.butt = 1>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.intelligence = random(-50,70)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.skill.entertainment = 25>> + <<set _slave.skill.whoring = 0>> + <<run setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0)>> + <<set _slave.canRecruit = 0>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy")>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ + <<run repX((1*_repShares), "event", _slave)>> <</for>> /* princess */ <<set _princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was acquired by "+$SF.Lower+".">> <<set _princess.mother = _queen.ID>> <<run setMissingParents(_princess)>> <<run newSlave(_princess)>> /* skip New Slave Intro */ - <<run repX((5*_repShares), "event", $activeSlave)>> + <<run repX((5*_repShares), "event", _slave)>> /* prince */ <<if $seeDicks > 0>> <<set _prince.origin = "$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by "+$SF.Lower+".">> <<set _prince.mother = _princess.mother>> <<set _prince.father = _princess.father>> <<run newSlave(_prince)>> /* skip New Slave Intro */ - <<run repX((3*_repShares), "event", $activeSlave)>> + <<run repX((3*_repShares), "event", _slave)>> <</if>> /*Queen*/ <<set _queen.origin = "$He was the Queen of a royal kingdom, till $his husband was overthrown and $he was acquired by "+$SF.Lower+".">> <<run setMissingParents(_queen)>> <<run newSlave(_queen)>> /* skip New Slave Intro */ - <<run repX((4*_repShares), "event", $activeSlave)>> + <<run repX((4*_repShares), "event", _slave)>> <<run repX(0-$rep, "event")>> /*Round off any remaining rep due to the trunc on shares*/ <</replace>> <</link>> //You will be loathed for this action and trade will be crippled.// diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw index fc5d43168ab..c20fa86c830 100644 --- a/src/uncategorized/pCoupAttempt.tw +++ b/src/uncategorized/pCoupAttempt.tw @@ -93,25 +93,22 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<run cashX(forceNeg(Math.trunc($cash*0.2)), "war")>> <<set $arcologies[0].prosperity = Math.trunc($arcologies[0].prosperity*0.7)>> <<run repX(2000, "war")>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> <<for _pca = 0; _pca < 8; _pca++>> <<if random(0,99) < $seeDicks>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.weight = random(-20,30)>> - <<set $activeSlave.muscles = random(20,80)>> - <<set $activeSlave.waist = random(10,80)>> + <<set _slave = GenerateNewSlave("XY", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.weight = random(-20,30)>> + <<set _slave.muscles = random(20,80)>> + <<set _slave.waist = random(10,80)>> <<else>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.weight = random(-50,30)>> - <<set $activeSlave.muscles = random(0,80)>> - <<set $activeSlave.waist = random(-20,20)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.weight = random(-50,30)>> + <<set _slave.muscles = random(0,80)>> + <<set _slave.waist = random(-20,20)>> <</if>> - <<set $activeSlave.origin = "$He is an enslaved Daughter of Liberty.">> - <<set _newSlaves.push($activeSlave)>> + <<set _slave.origin = "$He is an enslaved Daughter of Liberty.">> + <<set _newSlaves.push(_slave)>> <</for>> <<set $desc = "a damaged plate carrier bearing Daughters of Liberty insignia">> <<set $trinkets.push($desc)>> @@ -131,16 +128,13 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set _pcaj = 0>> <</if>> <<for _pca = 0; _pca <= _pcaj; _pca++>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.origin = "$He is an enslaved Daughter of Liberty.">> - <<set $activeSlave.weight = random(-20,30)>> - <<set $activeSlave.muscles = random(20,80)>> - <<set $activeSlave.waist = random(10,80)>> - <<set _newSlaves.push($activeSlave)>> + <<set _slave = GenerateNewSlave("XY", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He is an enslaved Daughter of Liberty.">> + <<set _slave.weight = random(-20,30)>> + <<set _slave.muscles = random(20,80)>> + <<set _slave.waist = random(10,80)>> + <<set _newSlaves.push(_slave)>> <</for>> <<if $seeDicks < 50>> <<set _pcaj = 5>> @@ -150,16 +144,13 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set _pcaj = 0>> <</if>> <<for _pca = 0; _pca <= _pcaj; _pca++>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.origin = "$He is an enslaved Daughter of Liberty.">> - <<set $activeSlave.weight = random(-50,30)>> - <<set $activeSlave.muscles = random(0,80)>> - <<set $activeSlave.waist = random(-20,20)>> - <<set _newSlaves.push($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He is an enslaved Daughter of Liberty.">> + <<set _slave.weight = random(-50,30)>> + <<set _slave.muscles = random(0,80)>> + <<set _slave.waist = random(-20,20)>> + <<set _newSlaves.push(_slave)>> <</for>> <<set $desc = "a Daughters of Liberty flag that once hung in their forward command post within your arcology">> <<set $trinkets.push($desc)>> @@ -178,16 +169,13 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set _pcaj = 0>> <</if>> <<for _pca = 0; _pca <= _pcaj; _pca++>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.origin = "$He is an enslaved Daughter of Liberty.">> - <<set $activeSlave.weight = random(-20,30)>> - <<set $activeSlave.muscles = random(20,80)>> - <<set $activeSlave.waist = random(10,80)>> - <<set _newSlaves.push($activeSlave)>> + <<set _slave = GenerateNewSlave("XY", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He is an enslaved Daughter of Liberty.">> + <<set _slave.weight = random(-20,30)>> + <<set _slave.muscles = random(20,80)>> + <<set _slave.waist = random(10,80)>> + <<set _newSlaves.push(_slave)>> <</for>> <<if $seeDicks < 50>> <<set _pcaj = 5>> @@ -197,16 +185,13 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set _pcaj = 0>> <</if>> <<for _pca = 0; _pca <= _pcaj; _pca++>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.origin = "$He is an enslaved Daughter of Liberty.">> - <<set $activeSlave.weight = random(-50,30)>> - <<set $activeSlave.muscles = random(0,80)>> - <<set $activeSlave.waist = random(-20,20)>> - <<set _newSlaves.push($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He is an enslaved Daughter of Liberty.">> + <<set _slave.weight = random(-50,30)>> + <<set _slave.muscles = random(0,80)>> + <<set _slave.waist = random(-20,20)>> + <<set _newSlaves.push(_slave)>> <</for>> <<set $desc = "a Daughters of Liberty flag that once hung in their forward command post within your arcology">> <<set $trinkets.push($desc)>> @@ -229,16 +214,13 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set _pcaj = 0>> <</if>> <<for _pca = 0; _pca <= _pcaj; _pca++>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.origin = "$He is an enslaved Daughter of Liberty.">> - <<set $activeSlave.weight = random(-20,30)>> - <<set $activeSlave.muscles = random(20,80)>> - <<set $activeSlave.waist = random(10,80)>> - <<set _newSlaves.push($activeSlave)>> + <<set _slave = GenerateNewSlave("XY", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He is an enslaved Daughter of Liberty.">> + <<set _slave.weight = random(-20,30)>> + <<set _slave.muscles = random(20,80)>> + <<set _slave.waist = random(10,80)>> + <<set _newSlaves.push(_slave)>> <</for>> <<if $seeDicks < 50>> <<set _pcaj = 3>> @@ -248,16 +230,13 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set _pcaj = 0>> <</if>> <<for _pca = 0; _pca <= _pcaj; _pca++>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.origin = "$He is an enslaved Daughter of Liberty.">> - <<set $activeSlave.weight = random(-50,30)>> - <<set $activeSlave.muscles = random(0,80)>> - <<set $activeSlave.waist = random(-20,20)>> - <<set _newSlaves.push($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 16, maxAge: 32, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He is an enslaved Daughter of Liberty.">> + <<set _slave.weight = random(-50,30)>> + <<set _slave.muscles = random(0,80)>> + <<set _slave.waist = random(-20,20)>> + <<set _newSlaves.push(_slave)>> <</for>> <<set $desc = "a Daughters of Liberty brassard">> <<set $trinkets.push($desc)>> diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw index 3df4c0495ed..5e18e4d2d4e 100644 --- a/src/uncategorized/pHostageAcquisition.tw +++ b/src/uncategorized/pHostageAcquisition.tw @@ -3,31 +3,30 @@ <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event">> <<set $hostageRescued = 0>> -<<set $activeSlave = $hostage>> -<<set $activeSlave.ID += 55555>> -<<set $activeSlave.weekAcquired = $week>> -<<run Enunciate($activeSlave)>> -<<run App.Utils.setLocalPronouns($activeSlave)>> +<<set $hostage.ID += 55555>> +<<set $hostage.weekAcquired = $week>> +<<run Enunciate($hostage)>> +<<run App.Utils.setLocalPronouns($hostage)>> <<setNonlocalPronouns $seeDicks>> <<if $hostageWife != 0>> <<setLocalPronouns $hostageWife 2>> - <<setSpokenLocalPronouns $activeSlave $hostageWife>> + <<setSpokenLocalPronouns $hostage $hostageWife>> <</if>> <span id="art-frame"> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($hostage, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($hostage, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ </span> -<<= SlaveFullName($activeSlave)>>, once +<<= SlaveFullName($hostage)>>, once <<switch $PC.career>> <<case "wealth">> a popular party $girl @@ -59,501 +58,501 @@ Your hired mercenaries are en route now with your precious cargo. <<switch $rivalryFS>> <<case "Racial Subjugationism">> - <<if $activeSlave.preg > 0>> - <<run WombFatherRace($activeSlave, $arcologies[0].FSSubjugationistRace)>> + <<if $hostage.preg > 0>> + <<run WombFatherRace($hostage, $arcologies[0].FSSubjugationistRace)>> <</if>> - <<run setHealth($activeSlave, 50, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 50, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They kept trying to rape me with $arcologies[0].FSSubjugationistRace <<s>>lave<<s>>!" You gently wrap your arms around $him in a comforting embrace. $He's nearly the same as you remember $him, albeit a bit more hateful towards $arcologies[0].FSSubjugationistRace people. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They kept trying to rape me with $arcologies[0].FSSubjugationistRace <<s>>lave<<s>>!" You gently wrap your arms around $him in a comforting embrace. $He's nearly the same as you remember $him, albeit a bit more hateful towards $arcologies[0].FSSubjugationistRace people. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They raped me with $arcologies[0].FSSubjugationistRace <<s>>lave<<s>>!" $He's nearly the same as you remember $him, albeit with a slight $arcologies[0].FSSubjugationistRace fetish. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They raped me with $arcologies[0].FSSubjugationistRace <<s>>lave<<s>>!" $He's nearly the same as you remember $him, albeit with a slight $arcologies[0].FSSubjugationistRace fetish. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "Can I <<s>>pend <<s>>ome time with the $arcologies[0].FSSubjugationistRace <<s>>lave<<s>>?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "Can I <<s>>pend <<s>>ome time with the $arcologies[0].FSSubjugationistRace <<s>>lave<<s>>?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly asks "Can I get fucked by <<s>>ome $arcologies[0].FSSubjugationistRace <<s>>tud<<s>>?" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly asks "Can I get fucked by <<s>>ome $arcologies[0].FSSubjugationistRace <<s>>tud<<s>>?" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "Why do you hate $arcologies[0].FSSubjugationistRace people <<s>>o much?! They are a great ra<<c>>e, capable of the mo<<s>>t <<s>>ublime love! How dare you ta-" - The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, I'd hate for anything to happen to my best employer," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "Why do you hate $arcologies[0].FSSubjugationistRace people <<s>>o much?! They are a great ra<<c>>e, capable of the mo<<s>>t <<s>>ublime love! How dare you ta-" + The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, I'd hate for anything to happen to my best employer," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future. <</if>> <<case "Racial Supremacism">> <<if $seePreg != 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombInit($activeSlave)>> + <<set $hostage.pregType = setPregType($hostage)>> + <<set WombInit($hostage)>> <<if $arcologies[0].FSSubjugationistRace != 0>> <<set _notSupreme = $arcologies[0].FSSubjugationistRace>> <<else>> <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSupremacistRace)>> <<set _notSupreme = _races.random()>> <</if>> - <<run WombFatherRace($activeSlave, _notSupreme)>> + <<run WombFatherRace($hostage, _notSupreme)>> <</if>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thank you... Thank you..." You gently wrap your arms around $him in a comforting embrace. $He's nearly the same as you remember $him, albeit acting slightly odd and covered in scars. - <<set $activeSlave.weight = 0>> - <<set $activeSlave.muscles = 0>> - <<if $activeSlave.health.health > -20>> - <<run setHealth($activeSlave, 0, Math.max($activeSlave.health.shortDamage, 10), Math.max($activeSlave.health.longDamage, 10), 0, 100)>> + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thank you... Thank you..." You gently wrap your arms around $him in a comforting embrace. $He's nearly the same as you remember $him, albeit acting slightly odd and covered in scars. + <<set $hostage.weight = 0>> + <<set $hostage.muscles = 0>> + <<if $hostage.health.health > -20>> + <<run setHealth($hostage, 0, Math.max($hostage.health.shortDamage, 10), Math.max($hostage.health.longDamage, 10), 0, 100)>> <</if>> - <<set $activeSlave.custom.tattoo = "$He has slight scarring from being beaten under your rival's rule.">> + <<set $hostage.custom.tattoo = "$He has slight scarring from being beaten under your rival's rule.">> <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName walks into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "T-thank you... T-thank you..." You gently draw $his thin body into a comforting embrace. $He's nearly the same as you remember $him, albeit thinner, acting odd and covered in many scars. - <<set $activeSlave.weight = -20>> - <<set $activeSlave.muscles = -20>> - <<if $activeSlave.health.health > -40>> - <<run setHealth($activeSlave, 0, Math.max($activeSlave.health.shortDamage, 20), Math.max($activeSlave.health.longDamage, 20), 1, 100)>> + Upon seeing you, $hostage.slaveName walks into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "T-thank you... T-thank you..." You gently draw $his thin body into a comforting embrace. $He's nearly the same as you remember $him, albeit thinner, acting odd and covered in many scars. + <<set $hostage.weight = -20>> + <<set $hostage.muscles = -20>> + <<if $hostage.health.health > -40>> + <<run setHealth($hostage, 0, Math.max($hostage.health.shortDamage, 20), Math.max($hostage.health.longDamage, 20), 1, 100)>> <</if>> - <<set $activeSlave.custom.tattoo = "$He has noticeable scarring from being beaten under your rival's rule.">> + <<set $hostage.custom.tattoo = "$He has noticeable scarring from being beaten under your rival's rule.">> <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shuffles into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "T-thank you..." You gently draw $his rail thin body into a comforting embrace, though you can't help but feel $his <<if $seePreg != 0>>swollen<<else>>caved-in<</if>> belly pressing into your own. $He's nearly the same as you remember $him, albeit thinner,<<if $seePreg != 0>> pregnant,<</if>> acting very odd, and heavily covered in scars. - <<set $activeSlave.weight = -50>> - <<set $activeSlave.muscles = -50>> - <<if $activeSlave.health.health > -60>> - <<run setHealth($activeSlave, -10, 25, Math.max($activeSlave.health.longDamage, 25), 100), 2, 100)>> + Upon seeing you, $hostage.slaveName shuffles into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "T-thank you..." You gently draw $his rail thin body into a comforting embrace, though you can't help but feel $his <<if $seePreg != 0>>swollen<<else>>caved-in<</if>> belly pressing into your own. $He's nearly the same as you remember $him, albeit thinner,<<if $seePreg != 0>> pregnant,<</if>> acting very odd, and heavily covered in scars. + <<set $hostage.weight = -50>> + <<set $hostage.muscles = -50>> + <<if $hostage.health.health > -60>> + <<run setHealth($hostage, -10, 25, Math.max($hostage.health.longDamage, 25), 100), 2, 100)>> <</if>> - <<set $activeSlave.custom.tattoo = "$He has heavy scarring from being beaten under your rival's rule.">> + <<set $hostage.custom.tattoo = "$He has heavy scarring from being beaten under your rival's rule.">> <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName attempts to stumble into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> but only makes it several pained steps before collapsing to the ground. You gently pick up $his frail, <<if $seePreg != 0>>bloated<<else>>sickly<</if>> body and hold it in a comforting embrace. a short "T-thank you..." escapes $his tired lips. $He's nearly the same as you remember $him, albeit emaciated,<<if $seePreg != 0>> pregnant,<</if>> acting very odd and completely covered in scars. - <<set $activeSlave.weight = -100>> - <<set $activeSlave.muscles = -75>> - <<if $activeSlave.health.health > -80>> - <<run setHealth($activeSlave, -20, 30, Math.max($activeSlave.health.longDamage, 30), 1), 3, 100>> + Upon seeing you, $hostage.slaveName attempts to stumble into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> but only makes it several pained steps before collapsing to the ground. You gently pick up $his frail, <<if $seePreg != 0>>bloated<<else>>sickly<</if>> body and hold it in a comforting embrace. a short "T-thank you..." escapes $his tired lips. $He's nearly the same as you remember $him, albeit emaciated,<<if $seePreg != 0>> pregnant,<</if>> acting very odd and completely covered in scars. + <<set $hostage.weight = -100>> + <<set $hostage.muscles = -75>> + <<if $hostage.health.health > -80>> + <<run setHealth($hostage, -20, 30, Math.max($hostage.health.longDamage, 30), 1), 3, 100>> <</if>> - <<set $activeSlave.custom.tattoo = "$He has heavy scarring all over $his body from being beaten under your rival's rule.">> + <<set $hostage.custom.tattoo = "$He has heavy scarring all over $his body from being beaten under your rival's rule.">> <<else>> Your mercenaries radio you upon arrival. "VIP recovered but... $He isn't all there." - Upon seeing $him, it's obvious $activeSlave.slaveName has been completely broken. You beckon to the mercenary captain to give $him to you. Holding $him in your arms, it's clear that the poor $girl is barely clinging to life. - The mercenary captain apologizes again. "My apologies, we found $him like that. I'm sorry," he says as he and his group exit your penthouse, leaving you with the comatose $activeSlave.slaveName. $He looks the same as you remember, albeit emaciated, battered, <<if $seePreg != 0>>broken, and very pregnant<<else>>and broken<</if>>. Although, if $he pulls through this, $he'll be devoted to you forever. - <<set $activeSlave.weight = -100>> - <<set $activeSlave.muscles = -100>> - <<if $activeSlave.health.health > -100>> - <<run setHealth($activeSlave, -40, 30, Math.max($activeSlave.health.longDamage, 30), 4, 100)>> + Upon seeing $him, it's obvious $hostage.slaveName has been completely broken. You beckon to the mercenary captain to give $him to you. Holding $him in your arms, it's clear that the poor $girl is barely clinging to life. + The mercenary captain apologizes again. "My apologies, we found $him like that. I'm sorry," he says as he and his group exit your penthouse, leaving you with the comatose $hostage.slaveName. $He looks the same as you remember, albeit emaciated, battered, <<if $seePreg != 0>>broken, and very pregnant<<else>>and broken<</if>>. Although, if $he pulls through this, $he'll be devoted to you forever. + <<set $hostage.weight = -100>> + <<set $hostage.muscles = -100>> + <<if $hostage.health.health > -100>> + <<run setHealth($hostage, -40, 30, Math.max($hostage.health.longDamage, 30), 4, 100)>> <</if>> - <<set $activeSlave.custom.tattoo = "$He has intense scarring all over $his body from being beaten under your rival's rule.">> + <<set $hostage.custom.tattoo = "$He has intense scarring all over $his body from being beaten under your rival's rule.">> <</if>> <<case "Repopulation Focus">> - <<run setHealth($activeSlave, 50, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 5)>> - <<set WombFlush($activeSlave)>> + <<run setHealth($hostage, 50, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 5)>> + <<set WombFlush($hostage)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They took my egg<<s>> away!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $his ovaries contain absolutely zero egg cells. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They took my egg<<s>> away!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $his ovaries contain absolutely zero egg cells. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They took my fertility away!" $He's exactly as you remember, though a medical scan reveals that $his ovaries contain absolutely zero egg cells. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They took my fertility away!" $He's exactly as you remember, though a medical scan reveals that $his ovaries contain absolutely zero egg cells. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "You don't have to worry about knocking me up, I'm <<s>>terile!" with a wink. While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "You don't have to worry about knocking me up, I'm <<s>>terile!" with a wink. While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly says "I won't let you ruin my body with a child!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly says "I won't let you ruin my body with a child!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite a lip on $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick freak! My body i<<s>> undefiled by child and never will be! I know your type! All you want to do i<<s>> watch my belly <<s>>well with —" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially given $his hatred for pregnancy. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick freak! My body i<<s>> undefiled by child and never will be! I know your type! All you want to do i<<s>> watch my belly <<s>>well with —" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially given $his hatred for pregnancy. <</if>> <<case "Eugenics">> - <<run setHealth($activeSlave, 50, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 20)>> + <<run setHealth($hostage, 50, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 20)>> <<if $seeHyperPreg != 1>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $he is carrying <<print pregNumberName($activeSlave.pregType, 2)>>. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $he is carrying <<print pregNumberName($hostage.pregType, 2)>>. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears, $his rounded middle pressing into your own. "They knocked me up!" $He's exactly as you remember, though a medical scan reveals that $he is carrying <<print pregNumberName($activeSlave.pregType, 2)>>. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears, $his rounded middle pressing into your own. "They knocked me up!" $He's exactly as you remember, though a medical scan reveals that $he is carrying <<print pregNumberName($hostage.pregType, 2)>>. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "Plea<<s>>e don't take them from me, I love them..." While $he looks the same as you remember, albeit rather pregnant, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "Plea<<s>>e don't take them from me, I love them..." While $he looks the same as you remember, albeit rather pregnant, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "I won't let you hurt them!" as $he covers $his pregnant belly. While $he looks the same as you remember, albeit very pregnant, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "I won't let you hurt them!" as $he covers $his pregnant belly. While $he looks the same as you remember, albeit very pregnant, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite a lip on $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll fucking kill you if you try to touch my bab-" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially when $he realizes $his babies didn't follow $him here. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll fucking kill you if you try to touch my bab-" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially when $he realizes $his babies didn't follow $him here. <</if>> <<else>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace, yet you can't help but notice how distended $his belly is. $He's exactly as you remember, maybe a little heftier, but a medical scan reveals, horrifyingly, that $he is carrying over two dozen babies in $his womb. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace, yet you can't help but notice how distended $his belly is. $He's exactly as you remember, maybe a little heftier, but a medical scan reveals, horrifyingly, that $he is carrying over two dozen babies in $his womb. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You try to pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, but $his huge pregnant belly prevents you. As $he breaks down in tears, $he moans "My womb is <<s>>oo full..." $He's nearly the same as you remember $him, save for $his huge pregnant belly, which a medical scan reveals contains over two dozen children. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You try to pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, but $his huge pregnant belly prevents you. As $he breaks down in tears, $he moans "My womb is <<s>>oo full..." $He's nearly the same as you remember $him, save for $his huge pregnant belly, which a medical scan reveals contains over two dozen children. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his super gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough for $his monstrous belly to bump into your own, $he says "It feel<<s>> so good to be <<s>>tuffed completely full of life. You'll let me enjoy thi<<s>>, won't you?" While $he looks the same as you remember, albeit grossly pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his enjoyment, reveals $his overfilled womb contains nearly two dozen children. + Upon seeing you, $hostage.slaveName shifts $his super gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough for $his monstrous belly to bump into your own, $he says "It feel<<s>> so good to be <<s>>tuffed completely full of life. You'll let me enjoy thi<<s>>, won't you?" While $he looks the same as you remember, albeit grossly pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his enjoyment, reveals $his overfilled womb contains nearly two dozen children. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his hyper gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "Unle<<ss>> you want to put more babie<<s>> in me, get back!" as $he attempts to cover $his super-sized pregnant belly. While $he looks the same as you remember, albeit grotesquely pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his delight, reveals $his near bursting womb contains nearly two dozen children. + Upon seeing you, $hostage.slaveName shifts $his hyper gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "Unle<<ss>> you want to put more babie<<s>> in me, get back!" as $he attempts to cover $his super-sized pregnant belly. While $he looks the same as you remember, albeit grotesquely pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his delight, reveals $his near bursting womb contains nearly two dozen children. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite a lip on $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll <<sh>>ow you! I hope my new pregnan<<c>>y makes me bur<<s>>t all over your fucking off-" - The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid. Also when we raided that arcology, we saw some shit. Girls looking like they were pregnant with elephants or with bellies coated with lumps and bumps. $He might be carrying something terrifying in $his womb, just lettin' you know," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, save for $his notable pot belly, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially if $he is telling the truth about what lurks in $his womb. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll <<sh>>ow you! I hope my new pregnan<<c>>y makes me bur<<s>>t all over your fucking off-" + The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid. Also when we raided that arcology, we saw some shit. Girls looking like they were pregnant with elephants or with bellies coated with lumps and bumps. $He might be carrying something terrifying in $his womb, just lettin' you know," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, save for $his notable pot belly, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially if $he is telling the truth about what lurks in $his womb. <</if>> <</if>> <<case "Gender Radicalism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 20)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 20)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They acted <<s>>o weird!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, if not slightly more attached to you. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They acted <<s>>o weird!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, if not slightly more attached to you. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Will you be a<<s>> kind to me a<<s>> they were?" $He's exactly as you remember, if not slightly more attached to you. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Will you be a<<s>> kind to me a<<s>> they were?" $He's exactly as you remember, if not slightly more attached to you. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "Will you love me too?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "Will you love me too?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly shouts "<<S>>tay away from me you rapi<<s>>t!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly shouts "<<S>>tay away from me you rapi<<s>>t!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Vagina<<s>> are for <<s>>e<<x>>, not a<<ss>>hole<<s>>! Don't you dare come near my a<<ss>> —" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his views on a $girl's place in society. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Vagina<<s>> are for <<s>>e<<x>>, not a<<ss>>hole<<s>>! Don't you dare come near my a<<ss>> —" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his views on a $girl's place in society. <</if>> <<case "Gender Fundamentalism">> - <<run setHealth($activeSlave, 20, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 20)>> + <<run setHealth($hostage, 20, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 20)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They did <<s>>uch terrible thing<<s>> to my butt!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, if not a little curious about anal. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They did <<s>>uch terrible thing<<s>> to my butt!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, if not a little curious about anal. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They broke my butthole!" $He's exactly as you remember, minus $his loose rear. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They broke my butthole!" $He's exactly as you remember, minus $his loose rear. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "Do you want to fuck my butt?<<if $seeDicks != 0>> Maybe touch my peni<<s>>?<</if>>" While $he looks the same as you remember, minus $his very loose butthole<<if $seeDicks != 0>> and minuscule dick<</if>>, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "Do you want to fuck my butt?<<if $seeDicks != 0>> Maybe touch my peni<<s>>?<</if>>" While $he looks the same as you remember, minus $his very loose butthole<<if $seeDicks != 0>> and minuscule dick<</if>>, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.trust = 60>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly says "Pi<<ss>> off vagina fucker, <<s>>lave<<s>>' a<<ss>>e<<s>> are for pounding!" before swinging around revealing $his gaping butthole. While $he looks the same as you remember, minus $his gaping anus<<if $seeDicks != 0>>, tiny cock, and testicles<</if>>, $he definitely doesn't think the same anymore. + <<set $hostage.trust = 60>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly says "Pi<<ss>> off vagina fucker, <<s>>lave<<s>>' a<<ss>>e<<s>> are for pounding!" before swinging around revealing $his gaping butthole. While $he looks the same as you remember, minus $his gaping anus<<if $seeDicks != 0>>, tiny cock, and testicles<</if>>, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's quite lively, you better ready yourself.<<if $seeDicks != 0>> $He's been rock hard the entire way here, we think $he might have something crammed up $his rear. What ever it is, it isn't dangerous.<</if>> We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! A<<ss>>hole<<s>> are the <<s>>uperior <<s>>e<<x>> organ!"<<if $seeDicks != 0>> $He quickly flexes $his Kegels several times and blows a load of cum across your shoes<<else>> $He spits on your shoes<</if>>. - The mercenary captain quickly pulls $him back, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember<<if $seeDicks != 0>>, save for $his working cock and balls<</if>>, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his penchant for sticking things in butts. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! A<<ss>>hole<<s>> are the <<s>>uperior <<s>>e<<x>> organ!"<<if $seeDicks != 0>> $He quickly flexes $his Kegels several times and blows a load of cum across your shoes<<else>> $He spits on your shoes<</if>>. + The mercenary captain quickly pulls $him back, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember<<if $seeDicks != 0>>, save for $his working cock and balls<</if>>, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his penchant for sticking things in butts. <</if>> <<case "Paternalism">> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thank you... Thank you..." You gently wrap your arms around $him in a comforting embrace. $He's nearly the same as you remember $him, albeit acting slightly odd and covered in piercings and tattoos. - <<set $activeSlave.weight = 0>> - <<if $activeSlave.health.health > -20>> - <<run setHealth($activeSlave, 0, Math.max($activeSlave.health.shortDamage, 10), Math.max($activeSlave.health.longDamage, 10), 0, 70)>> + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thank you... Thank you..." You gently wrap your arms around $him in a comforting embrace. $He's nearly the same as you remember $him, albeit acting slightly odd and covered in piercings and tattoos. + <<set $hostage.weight = 0>> + <<if $hostage.health.health > -20>> + <<run setHealth($hostage, 0, Math.max($hostage.health.shortDamage, 10), Math.max($hostage.health.longDamage, 10), 0, 70)>> <</if>> <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName tries to crawl to you. You help $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he sobs "T-thank you... T-thank you..." You gently draw $his thin body into a comforting embrace. $He's nearly the same as you remember $him, albeit thinner, acting odd and covered in piercings and tattoos. - <<set $activeSlave.weight = -20>> - <<set $activeSlave.muscles = -20>> - <<if $activeSlave.health.health > -40>> - <<run setHealth($activeSlave, 0, Math.max($activeSlave.health.shortDamage, 20), Math.max($activeSlave.health.longDamage, 20), 0, 80)>> + Upon seeing you, $hostage.slaveName tries to crawl to you. You help $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he sobs "T-thank you... T-thank you..." You gently draw $his thin body into a comforting embrace. $He's nearly the same as you remember $him, albeit thinner, acting odd and covered in piercings and tattoos. + <<set $hostage.weight = -20>> + <<set $hostage.muscles = -20>> + <<if $hostage.health.health > -40>> + <<run setHealth($hostage, 0, Math.max($hostage.health.shortDamage, 20), Math.max($hostage.health.longDamage, 20), 0, 80)>> <</if>> <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName tries to crawl to you. You help $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he sobs. You gently draw $his rail thin body into a comforting embrace, though you can't help but notice several of $his ribs are broken. $He's barely recognizable; being much thinner, acting very odd and covered in piercings and tattoos. - <<set $activeSlave.weight = -50>> - <<set $activeSlave.muscles = -50>> - <<if $activeSlave.health.health > -60>> - <<run setHealth($activeSlave, -10, 25, Math.max($activeSlave.health.longDamage, 25), 1, 90)>> + Upon seeing you, $hostage.slaveName tries to crawl to you. You help $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he sobs. You gently draw $his rail thin body into a comforting embrace, though you can't help but notice several of $his ribs are broken. $He's barely recognizable; being much thinner, acting very odd and covered in piercings and tattoos. + <<set $hostage.weight = -50>> + <<set $hostage.muscles = -50>> + <<if $hostage.health.health > -60>> + <<run setHealth($hostage, -10, 25, Math.max($hostage.health.longDamage, 25), 1, 90)>> <</if>> <<elseif $rivalryDuration <= 20>> - Upon being placed in your office, $activeSlave.slaveName curls into a fetal position and begins sobbing. You help $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he pitifully struggles. You gently draw $his emaciated body into a comforting embrace and call out $his name, having realized $he is blind. $He immediately calms down and moves closer to you. $He's barely recognizable; being skin and bone, acting very odd and covered in piercings and tattoos. - <<set $activeSlave.weight = -100>> - <<set $activeSlave.muscles = -80>> - <<if $activeSlave.health.health > -80>> - <<run setHealth($activeSlave, -20, 30, Math.max($activeSlave.health.longDamage, 30), 1, 100)>> + Upon being placed in your office, $hostage.slaveName curls into a fetal position and begins sobbing. You help $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he pitifully struggles. You gently draw $his emaciated body into a comforting embrace and call out $his name, having realized $he is blind. $He immediately calms down and moves closer to you. $He's barely recognizable; being skin and bone, acting very odd and covered in piercings and tattoos. + <<set $hostage.weight = -100>> + <<set $hostage.muscles = -80>> + <<if $hostage.health.health > -80>> + <<run setHealth($hostage, -20, 30, Math.max($hostage.health.longDamage, 30), 1, 100)>> <</if>> <<else>> Your mercenaries radio you upon arrival. "VIP recovered but... I'm so sorry..." - You immediately wretch from the smell that follows the merc troop into your office. You rise to shout at them for tracking it in when you realize what the source of the smell is. A crate containing the twisted, mutilated, inked and pierced body of $activeSlave.slaveName. The mercenaries see themselves out as you carefully take a biometric scan of the inert, limbless body before you. $He is alive, but barely, and a brain scan shows few signs of activity. You call for some servants to clean $him up, hoping that maybe it will draw $him out of $his stupor. Deep down, you understand the $girl you used to know has been twisted and broken completely; never to be the same again. - <<if $activeSlave.health.health > -100>> - <<run setHealth($activeSlave, -40, 30, Math.max($activeSlave.health.longDamage, 30), 2, 100)>> + You immediately wretch from the smell that follows the merc troop into your office. You rise to shout at them for tracking it in when you realize what the source of the smell is. A crate containing the twisted, mutilated, inked and pierced body of $hostage.slaveName. The mercenaries see themselves out as you carefully take a biometric scan of the inert, limbless body before you. $He is alive, but barely, and a brain scan shows few signs of activity. You call for some servants to clean $him up, hoping that maybe it will draw $him out of $his stupor. Deep down, you understand the $girl you used to know has been twisted and broken completely; never to be the same again. + <<if $hostage.health.health > -100>> + <<run setHealth($hostage, -40, 30, Math.max($hostage.health.longDamage, 30), 2, 100)>> <</if>> - <<set $activeSlave.weight = -100>> - <<set $activeSlave.muscles = -100>> + <<set $hostage.weight = -100>> + <<set $hostage.muscles = -100>> <</if>> <<case "Degradationism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 0)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 0)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They acted <<s>>o weird!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, if not slightly more attached to you. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They acted <<s>>o weird!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, if not slightly more attached to you. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Will you be a<<s>> kind to me a<<s>> they were?" $He's exactly as you remember, if not slightly more attached to you. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Will you be a<<s>> kind to me a<<s>> they were?" $He's exactly as you remember, if not slightly more attached to you. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "Will you love me too?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "Will you love me too?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly says "<<S>>tay away from me you rapi<<s>>t!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he bluntly says "<<S>>tay away from me you rapi<<s>>t!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 100>> + <<set $hostage.trust = 100>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I've <<s>>een what you do to your $girl<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember,<<if $seePreg != 0>> minus $his rounded belly,<</if>> but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, seeing as $he intends to undermine you at every turn. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I've <<s>>een what you do to your $girl<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember,<<if $seePreg != 0>> minus $his rounded belly,<</if>> but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, seeing as $he intends to undermine you at every turn. <</if>> <<case "Body Purism">> - <<run setHealth($activeSlave, 0, Math.max($activeSlave.health.shortDamage, 15), Math.max($activeSlave.health.longDamage, 15), 0, 20)>> + <<run setHealth($hostage, 0, Math.max($hostage.health.shortDamage, 15), Math.max($hostage.health.longDamage, 15), 0, 20)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName attempts to dive into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>. The weight of $his huge <<print $activeSlave.boobs>>cc fake tits knocks the wind out of you. You embrace $him as best you can as $he sobs "Look what they did to my che<<s>>t! They ruined it!" $He looks similar to how you remember, minus $his huge chest of course. + Upon seeing you, $hostage.slaveName attempts to dive into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>. The weight of $his huge <<print $hostage.boobs>>cc fake tits knocks the wind out of you. You embrace $him as best you can as $he sobs "Look what they did to my che<<s>>t! They ruined it!" $He looks similar to how you remember, minus $his huge chest of course. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $his massive <<print $activeSlave.boobs>>cc fake tits into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why do the<<s>>e tit balloon<<s>> feel so good?!" $He looks similar to how you remember, minus $his massive chest of course. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $his massive <<print $hostage.boobs>>cc fake tits into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why do the<<s>>e tit balloon<<s>> feel so good?!" $He looks similar to how you remember, minus $his massive chest of course. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his massive weight back and forth, unsure of what to make of you. As you step forward, $he attempts to move closer, only to fall to the ground under the weight of $his obscene <<print $activeSlave.boobs>>cc fake tits. You kneel beside $him, a hand on $his huge fake ass, as $he asks "Do you like them? I think they <<sh>>ould be bigger..." The $girl you used to know is barely recognizable under those implants and $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his massive weight back and forth, unsure of what to make of you. As you step forward, $he attempts to move closer, only to fall to the ground under the weight of $his obscene <<print $hostage.boobs>>cc fake tits. You kneel beside $him, a hand on $his huge fake ass, as $he asks "Do you like them? I think they <<sh>>ould be bigger..." The $girl you used to know is barely recognizable under those implants and $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - $activeSlave.slaveName's impressive bulk is placed in your office. Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth atop $his <<print $activeSlave.boobs>>cc implants, unsure of what to make of you. As you step forward, $he screams "Don't pop my implant<<s>>!" The $girl you used to know is barely recognizable under those implants and $he certainly doesn't think the same anymore. + $hostage.slaveName's impressive bulk is placed in your office. Upon seeing you, $hostage.slaveName shifts $his weight back and forth atop $his <<print $hostage.boobs>>cc implants, unsure of what to make of you. As you step forward, $he screams "Don't pop my implant<<s>>!" The $girl you used to know is barely recognizable under those implants and $he certainly doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "We got a problem sir. $He, um, isn't going to fit... We could try bringing $him in through the penthouse balcony, but I'd worry about breaking things." - Once $activeSlave.slaveName's immense form is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Flat girl<<s>> are tra<<sh>>! Real men like big fake tit<<s>> and a<<ss>>e<<s>>! You're <<s>>ick! <<S>>ICK! Don't you-" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful." He pats $his grotesque breast, adding "'Least $he won't be going anywhere." He and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. The $girl you used to know is barely recognizable under those implants and $he certainly doesn't think the same anymore. Odds are high that $he'll cause problems for you in the future, assuming you can find a doctor to remove those ridiculous implants from $his once flat chest. Or you could leave $him as an immobile ornament, though implants are definitely out of style. + Once $hostage.slaveName's immense form is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Flat girl<<s>> are tra<<sh>>! Real men like big fake tit<<s>> and a<<ss>>e<<s>>! You're <<s>>ick! <<S>>ICK! Don't you-" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful." He pats $his grotesque breast, adding "'Least $he won't be going anywhere." He and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. The $girl you used to know is barely recognizable under those implants and $he certainly doesn't think the same anymore. Odds are high that $he'll cause problems for you in the future, assuming you can find a doctor to remove those ridiculous implants from $his once flat chest. Or you could leave $him as an immobile ornament, though implants are definitely out of style. <</if>> <<case "Transformation Fetishism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "You aren't going to for<<c>>e implant<<s>> into me, are you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "You aren't going to for<<c>>e implant<<s>> into me, are you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he states "Plea<<s>>e don't make me into a blow up doll..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he states "Plea<<s>>e don't make me into a blow up doll..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want balloon<<s>> on my che<<s>>t!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want balloon<<s>> on my che<<s>>t!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I've <<s>>een what you do to your girl<<s>>! Filling them with <<s>>ilicone and implant<<s>> and <<sh>>it! Don't you ever THINK abou-" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for implants. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I've <<s>>een what you do to your girl<<s>>! Filling them with <<s>>ilicone and implant<<s>> and <<sh>>it! Don't you ever THINK abou-" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for implants. <</if>> <<case "Youth Preferentialism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> old _woman2 tried to make me <<his 2>> pet!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> old _woman2 tried to make me <<his 2>> pet!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me make out with an old lady!" $He's exactly as you remember. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me make out with an old lady!" $He's exactly as you remember. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "<<if $PC.visualAge >= 50>>Were you alway<<s>> that attractive?<<else>>Can I hang out with some MILF<<s>>?<</if>>" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "<<if $PC.visualAge >= 50>>Were you alway<<s>> that attractive?<<else>>Can I hang out with some MILF<<s>>?<</if>>" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.trust = 40>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says "<<if $PC.visualAge >= 50>>You know, you're <<s>>oo much older than me... I like that," with a wink.<<elseif $PC.visualAge < 35>>Ew, you're <<s>>oo young. Keep your hand<<s>> off me!<<else>>Can you hook me up with a ni<<c>>e MILF?<</if>>" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + <<set $hostage.trust = 40>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says "<<if $PC.visualAge >= 50>>You know, you're <<s>>oo much older than me... I like that," with a wink.<<elseif $PC.visualAge < 35>>Ew, you're <<s>>oo young. Keep your hand<<s>> off me!<<else>>Can you hook me up with a ni<<c>>e MILF?<</if>>" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<run setHealth($activeSlave, 80, $activeSlave.health.shortDamage, $activeSlave.health.longDamage)>> + <<run setHealth($hostage, 80, $hostage.health.shortDamage, $hostage.health.longDamage)>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my MILFy <<wife 2>>! I <<s>>aw your arcology on the way in, and it'<<s>> <<S>>ICK. <<S>>o many young _girlU<<s>>, you're <<s>>ick, you hear me!? <<S>>I-" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for young people. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my MILFy <<wife 2>>! I <<s>>aw your arcology on the way in, and it'<<s>> <<S>>ICK. <<S>>o many young _girlU<<s>>, you're <<s>>ick, you hear me!? <<S>>I-" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for young people. <</if>> <<case "Maturity Preferentialism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> young _girl2 kept mole<<s>>ting me!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> young _girl2 kept mole<<s>>ting me!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me make out with <<s>>ome young harlot!" $He's exactly as you remember. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me make out with <<s>>ome young harlot!" $He's exactly as you remember. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "<<if $PC.visualAge < 35>>Were you alway<<s>> that attractive?<<else>>Can I hang out with the re<<s>>t of the young ladie<<s>>?<</if>>" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks "<<if $PC.visualAge < 35>>Were you alway<<s>> that attractive?<<else>>Can I hang out with the re<<s>>t of the young ladie<<s>>?<</if>>" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.trust = 40>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says "<<if $PC.visualAge < 35>>You know, you're <<s>>oo young... I like that," with a wink.<<elseif $PC.visualAge >= 50>>Ew, you're <<s>>oo old. Keep your hand<<s>> off me!<<else>>Can you hook me up with a ni<<c>>e young _girl2?<</if>>". While $he looks the same as you remember, $he definitely doesn't think the same anymore. + <<set $hostage.trust = 40>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says "<<if $PC.visualAge < 35>>You know, you're <<s>>oo young... I like that," with a wink.<<elseif $PC.visualAge >= 50>>Ew, you're <<s>>oo old. Keep your hand<<s>> off me!<<else>>Can you hook me up with a ni<<c>>e young _girl2?<</if>>". While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my youthful <<wife 2>>! I <<s>>aw your arcology on the way in, and it'<<s>> <<S>>ICK. <<S>>o many old ladie<<s>>, you're <<s>>ick, you hear me!? <<S>>I-" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for older people. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my youthful <<wife 2>>! I <<s>>aw your arcology on the way in, and it'<<s>> <<S>>ICK. <<S>>o many old ladie<<s>>, you're <<s>>ick, you hear me!? <<S>>I-" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for older people. <</if>> <<case "Slimness Enthusiasm">> - <<run setHealth($activeSlave, -30, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 40)>> - <<set $activeSlave.chem = 100>> + <<run setHealth($hostage, -30, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 40)>> + <<set $hostage.chem = 100>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName attempts to dive into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>. The weight of $his huge <<print $activeSlave.boobs>>cc tits knocks the wind out of you. You embrace $him as best you can, you hands sinking into $his soft butt, as $he sobs "Look what they did to my che<<s>>t and a<<ss>>! They ruined them!" $He looks similar to how you remember, minus $his huge assets of course. + Upon seeing you, $hostage.slaveName attempts to dive into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>. The weight of $his huge <<print $hostage.boobs>>cc tits knocks the wind out of you. You embrace $him as best you can, you hands sinking into $his soft butt, as $he sobs "Look what they did to my che<<s>>t and a<<ss>>! They ruined them!" $He looks similar to how you remember, minus $his huge assets of course. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $his massive <<print $activeSlave.boobs>>cc breasts into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why do the<<s>>e meat balloon<<s>> feel <<s>>o good?!" $He looks similar to how you remember, minus $his massive assets of course. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $his massive <<print $hostage.boobs>>cc breasts into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why do the<<s>>e meat balloon<<s>> feel <<s>>o good?!" $He looks similar to how you remember, minus $his massive assets of course. <<elseif $rivalryDuration <= 15>> - $activeSlave.slaveName's impressive bulk is placed in your office. Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth atop $his <<print $activeSlave.boobs>>cc breasts, causing $his chubby body and fat ass to jiggle, unsure of what to make of you. As you step forward, $he asks "Can you make my tit<<s>> bigger?" The $girl you used to know is barely recognizable under those massive tits and $he certainly doesn't think the same anymore. + $hostage.slaveName's impressive bulk is placed in your office. Upon seeing you, $hostage.slaveName shifts $his weight back and forth atop $his <<print $hostage.boobs>>cc breasts, causing $his chubby body and fat ass to jiggle, unsure of what to make of you. As you step forward, $he asks "Can you make my tit<<s>> bigger?" The $girl you used to know is barely recognizable under those massive tits and $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - $activeSlave.slaveName's impressive bulk is placed in your office. Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth atop $his <<print $activeSlave.boobs>>cc implants, causing $his plump body and huge ass to jiggle, unsure of what to make of you. As you step forward, $he screams "Don't take my brea<<s>>t<<s>> away!" The $girl you used to know is barely recognizable under those immense tits and $he certainly doesn't think the same anymore. + $hostage.slaveName's impressive bulk is placed in your office. Upon seeing you, $hostage.slaveName shifts $his weight back and forth atop $his <<print $hostage.boobs>>cc implants, causing $his plump body and huge ass to jiggle, unsure of what to make of you. As you step forward, $he screams "Don't take my brea<<s>>t<<s>> away!" The $girl you used to know is barely recognizable under those immense tits and $he certainly doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "We got a problem sir. $He, um, isn't going to fit... We could try bringing $him in through the penthouse balcony, but I'd worry about breaking things." - Once $activeSlave.slaveName's immense form is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Flat girl<<s>> are tra<<sh>>! Real men like big tit<<s>> and a<<ss>>e<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful." He pats $his grotesque breast, adding "'Least $he won't be going anywhere." He and his group exit your penthouse, leaving you with the enraged and struggling $activeSlave.slaveName. You sigh at the amount of motion running through $his absurd tits, mountainous ass, and obese body. The $girl you used to know is barely recognizable under all that flesh and $he certainly doesn't think the same anymore. Odds are high that $he'll cause problems for you in the future, once $his body sheds the weight. Or you could leave $him as an immobile ornament, though assets of that size are definitely out of style. + Once $hostage.slaveName's immense form is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Flat girl<<s>> are tra<<sh>>! Real men like big tit<<s>> and a<<ss>>e<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful." He pats $his grotesque breast, adding "'Least $he won't be going anywhere." He and his group exit your penthouse, leaving you with the enraged and struggling $hostage.slaveName. You sigh at the amount of motion running through $his absurd tits, mountainous ass, and obese body. The $girl you used to know is barely recognizable under all that flesh and $he certainly doesn't think the same anymore. Odds are high that $he'll cause problems for you in the future, once $his body sheds the weight. Or you could leave $him as an immobile ornament, though assets of that size are definitely out of style. <</if>> <<case "Asset Expansionism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "You aren't going to make my tit<<s>> huge, are you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "You aren't going to make my tit<<s>> huge, are you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he pleads "Plea<<s>>e don't turn me into a big boobed freak..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he pleads "Plea<<s>>e don't turn me into a big boobed freak..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want tit<<s>> bigger than my body!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want tit<<s>> bigger than my body!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I've <<s>>een what you do to your girl<<s>>! Filling them up with growth drug<<s>>! Don't you ever THINK abou-" - The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for huge assets. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I've <<s>>een what you do to your girl<<s>>! Filling them up with growth drug<<s>>! Don't you ever THINK abou-" + The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for huge assets. <</if>> <<case "Pastoralism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 70)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 70)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "I've never had to e<<x>>er<<c>>i<<s>>e <<s>>o much; I'm exhau<<s>>ted!" You gently wrap your arms around $his soft body in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "I've never had to e<<x>>er<<c>>i<<s>>e <<s>>o much; I'm exhau<<s>>ted!" You gently wrap your arms around $his soft body in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, feeling the muscles under $his chubby body, as $he breaks down in tears. "You aren't going to make me pump iron, are you?" While $he's thinner than you remember, and a little more muscular, $his personality is exactly the same. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, feeling the muscles under $his chubby body, as $he breaks down in tears. "You aren't going to make me pump iron, are you?" While $he's thinner than you remember, and a little more muscular, $his personality is exactly the same. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "I don't want to ever be <<s>>o heavy again..." $He is noticeably thinner and much more muscular than you remember; $he certainly doesn't think the same anymore, either. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "I don't want to ever be <<s>>o heavy again..." $He is noticeably thinner and much more muscular than you remember; $he certainly doesn't think the same anymore, either. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want ever want to be a fat cow again!" $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want ever want to be a fat cow again!" $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "We have a problem, sir. This one is a fighter, $he already broke one of our guy's jaw. We think $he is tranq'd and restrained enough to bring in. Please be ready." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!" - The mercenary captain is thrown back as $he explodes out of $his restraints, having been preparing to gag $him. The rest of the troop center their weapons on $him, forcing $him to back down. $He glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. $He grunts as $he exits the office for the slave quarters, stopping in the doorway. "I'll be your <<s>>lave, but you're going to be <<s>>orry." With a hand on each door frame, $he rips it out of the wall. $He lets out a single laugh while scowling at you. $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. Odds are high that $he'll cause problems for you in the future, given $his hatred for you and $his frightening strength. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!" + The mercenary captain is thrown back as $he explodes out of $his restraints, having been preparing to gag $him. The rest of the troop center their weapons on $him, forcing $him to back down. $He glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $hostage.slaveName. $He grunts as $he exits the office for the slave quarters, stopping in the doorway. "I'll be your <<s>>lave, but you're going to be <<s>>orry." With a hand on each door frame, $he rips it out of the wall. $He lets out a single laugh while scowling at you. $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. Odds are high that $he'll cause problems for you in the future, given $his hatred for you and $his frightening strength. <</if>> <<case "Cummunism">> - <<run setHealth($activeSlave, -30, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, -30, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName attempts to dive into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>. The weight of $his huge <<print $activeSlave.boobs>>cc tits knocks the wind out of you. You embrace $him as best you can, you hands sinking into $his soft butt, as $he sobs "They made me fat! My nipple<<s>> won't <<s>>top leaking milk!" $He looks similar to how you remember, minus $his huge milky assets of course. + Upon seeing you, $hostage.slaveName attempts to dive into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>. The weight of $his huge <<print $hostage.boobs>>cc tits knocks the wind out of you. You embrace $him as best you can, you hands sinking into $his soft butt, as $he sobs "They made me fat! My nipple<<s>> won't <<s>>top leaking milk!" $He looks similar to how you remember, minus $his huge milky assets of course. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $his massive <<print $activeSlave.boobs>>cc milky breasts into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why did they make me into a cow, I don't under<<s>>tand..." $He looks similar to how you remember, minus $his massive assets of course. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $his massive <<print $hostage.boobs>>cc milky breasts into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why did they make me into a cow, I don't under<<s>>tand..." $He looks similar to how you remember, minus $his massive assets of course. <<elseif $rivalryDuration <= 15>> - $activeSlave.slaveName's impressive bulk is placed in your office. Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth atop $his <<print $activeSlave.boobs>>cc breasts, causing $his chubby body and fat ass to jiggle, unsure of what to make of you. As you step forward, $he asks "Can you milk me?" The $girl you used to know is barely recognizable under all that fat and $he certainly doesn't think the same anymore. + $hostage.slaveName's impressive bulk is placed in your office. Upon seeing you, $hostage.slaveName shifts $his weight back and forth atop $his <<print $hostage.boobs>>cc breasts, causing $his chubby body and fat ass to jiggle, unsure of what to make of you. As you step forward, $he asks "Can you milk me?" The $girl you used to know is barely recognizable under all that fat and $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.trust = 40>> - $activeSlave.slaveName's impressive bulk is placed in your office. Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth atop $his <<print $activeSlave.boobs>>cc breasts, causing $his fat body and huge ass to jiggle, unsure of what to make of you. As you step forward, $he asks "I hear a baby will make my milk better, would you like to try?" The $girl you used to know is barely recognizable under those immense tits and obese body; $he certainly doesn't think the same anymore, either. + <<set $hostage.trust = 40>> + $hostage.slaveName's impressive bulk is placed in your office. Upon seeing you, $hostage.slaveName shifts $his weight back and forth atop $his <<print $hostage.boobs>>cc breasts, causing $his fat body and huge ass to jiggle, unsure of what to make of you. As you step forward, $he asks "I hear a baby will make my milk better, would you like to try?" The $girl you used to know is barely recognizable under those immense tits and obese body; $he certainly doesn't think the same anymore, either. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "We got a problem sir. $He, um, isn't going to fit... We could try bringing $him in through the penthouse balcony, but I'd worry about breaking things." - Once $activeSlave.slaveName's immense form is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Fit girl<<s>> are tra<<sh>>! Real men like big <<s>>oft bodie<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" - The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful." He pats $his grotesque breast, adding "'Least $he won't be going anywhere." He and his group exit your penthouse, leaving you with the enraged and struggling $activeSlave.slaveName. You sigh at the amount of motion running through $his absurd tits, mountainous ass, and obese body. The $girl you used to know is barely recognizable under all that flesh and $he certainly doesn't think the same anymore. Odds are high that $he'll cause problems for you in the future, once $his body sheds the weight. Or you could leave $him as an immobile ornament, though assets of that size are definitely out of style. + Once $hostage.slaveName's immense form is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Fit girl<<s>> are tra<<sh>>! Real men like big <<s>>oft bodie<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" + The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful." He pats $his grotesque breast, adding "'Least $he won't be going anywhere." He and his group exit your penthouse, leaving you with the enraged and struggling $hostage.slaveName. You sigh at the amount of motion running through $his absurd tits, mountainous ass, and obese body. The $girl you used to know is barely recognizable under all that flesh and $he certainly doesn't think the same anymore. Odds are high that $he'll cause problems for you in the future, once $his body sheds the weight. Or you could leave $him as an immobile ornament, though assets of that size are definitely out of style. <</if>> <<case "Physical Idealism">> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, $his added heft knocking the wind out of you. You gently wrap your arms around $him in a comforting embrace, your arms gently sinking into $his soft flesh, as $he sobs, "They made me fat! I'm <<s>>o glad tho<<s>>e guy<<s>> let me puke up all that food; I don't even want to think how big I'd be otherwi<<s>>e!" $He looks similar to how you remember, thanks to the pudge, though that can be easily rectified. - <<run setHealth($activeSlave, 0, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 0)>> + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, $his added heft knocking the wind out of you. You gently wrap your arms around $him in a comforting embrace, your arms gently sinking into $his soft flesh, as $he sobs, "They made me fat! I'm <<s>>o glad tho<<s>>e guy<<s>> let me puke up all that food; I don't even want to think how big I'd be otherwi<<s>>e!" $He looks similar to how you remember, thanks to the pudge, though that can be easily rectified. + <<run setHealth($hostage, 0, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 0)>> <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $his meaty body into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why did they make me into a <<s>>ow, I don't under<<s>>tand..." $He looks similar to how you remember, minus $his added weight of course. - <<run setHealth($activeSlave, -10, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 0)>> + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $his meaty body into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "Why did they make me into a <<s>>ow, I don't under<<s>>tand..." $He looks similar to how you remember, minus $his added weight of course. + <<run setHealth($hostage, -10, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 0)>> <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth causing $his plump body, big breasts and fat ass to jiggle, unsure of what to make of you. As you step forward, $he asks "Can I have <<s>>ome food?" The $girl you used to know is barely recognizable under all that fat and $he certainly doesn't think the same anymore. - <<run setHealth($activeSlave, -30, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 0)>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth causing $his plump body, big breasts and fat ass to jiggle, unsure of what to make of you. As you step forward, $he asks "Can I have <<s>>ome food?" The $girl you used to know is barely recognizable under all that fat and $he certainly doesn't think the same anymore. + <<run setHealth($hostage, -30, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 0)>> <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth causing $his fat body to jiggle, unsure of what to make of you. As you step forward, $he stumbles back. After several steps, $he screams "Keep away from me! I don't want to work out! <<S>>tuffing my fa<<c>>e and hole<<s>> whenever I plea<<s>>e i<<s>> too much fun!" The $girl you used to know is barely recognizable under that obese body; $he certainly doesn't think the same anymore, either. - <<run setHealth($activeSlave, -50, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 0)>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth causing $his fat body to jiggle, unsure of what to make of you. As you step forward, $he stumbles back. After several steps, $he screams "Keep away from me! I don't want to work out! <<S>>tuffing my fa<<c>>e and hole<<s>> whenever I plea<<s>>e i<<s>> too much fun!" The $girl you used to know is barely recognizable under that obese body; $he certainly doesn't think the same anymore, either. + <<run setHealth($hostage, -50, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 0)>> <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "We got a problem sir. $He, um, is rather heavy and can't walk well... We're working our way up, but, do you have a freight elevator by chance?" - Once $activeSlave.slaveName's hugely fat ass is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Fit girl<<s>> are tra<<sh>>! Real men like big <<s>>oft bodie<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" + Once $hostage.slaveName's hugely fat ass is safely in the penthouse, you finally get a good look at $him. Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he begins to let out a low growl. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! Fit girl<<s>> are tra<<sh>>! Real men like big <<s>>oft bodie<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —" The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful." He pats $his fat coated shoulder, to which $he immediately sits down. Several mercs join their captain in trying to pull $him back to $his feet. A load crack and a groan of pain escapes the captain as he drops to the ground clutching his back. His comrades quickly help him from the penthouse, leaving you to deal with the scowling blob of fat and flesh. $He is intent on not budging from that spot and you aren't interested in breaking anything, though you're certain $he'll be begging for food within an hour and easily manipulated. $He is massively fat, a stark difference from the fit, thin $girl you used to know; $he certainly doesn't think the same anymore, either. Odds are high that $he'll cause problems for you in the future, be it breaking furniture or getting stuck in doors, though given $his rather laid back life up until this point, $he is likely to be quite malleable. Though $he is wheezing quite a lot considering $he is just sitting there. - <<run setHealth($activeSlave, -80, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 0)>> + <<run setHealth($hostage, -80, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 0)>> <</if>> <<case "Hedonistic Decadence">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 70)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 70)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "I've never had to e<<x>>er<<c>>i<<s>>e <<s>>o much, I'm exhau<<s>>ted!" You gently wrap your arms around $his soft body in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "I've never had to e<<x>>er<<c>>i<<s>>e <<s>>o much, I'm exhau<<s>>ted!" You gently wrap your arms around $his soft body in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, feeling the muscles under $his chubby body, as $he breaks down in tears. "You aren't going to make me pump iron, are you?" While $he's thinner than you remember, and a little more muscular, $his personality is exactly the same. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>>, feeling the muscles under $his chubby body, as $he breaks down in tears. "You aren't going to make me pump iron, are you?" While $he's thinner than you remember, and a little more muscular, $his personality is exactly the same. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "I don't want to ever be <<s>>o heavy again..." $He is noticeably thinner and much more muscular than you remember; $he certainly doesn't think the same anymore, either. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "I don't want to ever be <<s>>o heavy again..." $He is noticeably thinner and much more muscular than you remember; $he certainly doesn't think the same anymore, either. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want ever want to be a fat <<s>>ow again!" $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want ever want to be a fat <<s>>ow again!" $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. <<else>> - <<set $activeSlave.trust = 100>> + <<set $hostage.trust = 100>> Your mercenaries radio you upon arrival. "We have a problem, sir. This one is a fighter, $he already broke one of our guy's jaw. We think $he is tranq'd and restrained enough to bring in. Please be ready." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!" - The mercenary captain is thrown back as $he explodes out of $his restraints, having been preparing to gag $him. The rest of the troop center their weapons on $him, forcing $him to back down. $He glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. $He grunts as $he exits the office for the slave quarters, stopping in the doorway. "I'll be your <<s>>lave, but you're going to be <<s>>orry." With a hand on each door frame, $he rips it out of the wall. $He lets out a single laugh while scowling at you. $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. Odds are high that $he'll cause problems for you in the future, given $his hatred for you and $his frightening strength. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!" + The mercenary captain is thrown back as $he explodes out of $his restraints, having been preparing to gag $him. The rest of the troop center their weapons on $him, forcing $him to back down. $He glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $hostage.slaveName. $He grunts as $he exits the office for the slave quarters, stopping in the doorway. "I'll be your <<s>>lave, but you're going to be <<s>>orry." With a hand on each door frame, $he rips it out of the wall. $He lets out a single laugh while scowling at you. $He is thin and extremely muscular, a stark difference from the soft, chubby $girl you used to know; $he certainly doesn't think the same anymore, either. Odds are high that $he'll cause problems for you in the future, given $his hatred for you and $his frightening strength. <</if>> <<case "Chattel Religionism">> - <<run setHealth($activeSlave, 50, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 50, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "You aren't trying to make <<s>>ome cra<<z>>y religion, are you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "You aren't trying to make <<s>>ome cra<<z>>y religion, are you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he pleads "Plea<<s>>e don't turn me into a di<<sc>>iple of your religion..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he pleads "Plea<<s>>e don't turn me into a di<<sc>>iple of your religion..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want to be part of your cult!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want to be part of your cult!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you cra<<z>>y <<ps>>ycho! Making your own religion, bla<<s>>phemou<<s>>! You think your<<s>>elf a proph-" - The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says, as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you cra<<z>>y <<ps>>ycho! Making your own religion, bla<<s>>phemou<<s>>! You think your<<s>>elf a proph-" + The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says, as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future. <</if>> <<case "Multiculturalism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They <<s>>aid <<s>>uch cra<<z>>y thing<<s>>!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They <<s>>aid <<s>>uch cra<<z>>y thing<<s>>!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me pray for your arcology; why i<<s>> that?" $He's exactly as you remember. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me pray for your arcology; why i<<s>> that?" $He's exactly as you remember. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he prays "Plea<<s>>e pardon thi<<s>> arcology..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he prays "Plea<<s>>e pardon thi<<s>> arcology..." While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.trust = 40>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he drops to $his <<if hasBothLegs($activeSlave)>>$his knees<<else>>the ground<</if>> and begins praying "Plea<<s>>e pardon thi<<s>> arcology'<<s>> <<s>>in<<s>>! They know naught what they do!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + <<set $hostage.trust = 40>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he drops to $his <<if hasBothLegs($hostage)>>$his knees<<else>>the ground<</if>> and begins praying "Plea<<s>>e pardon thi<<s>> arcology'<<s>> <<s>>in<<s>>! They know naught what they do!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite a mouth on $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a mercy. As you step forward, $he stands $his ground. After several steps, $he shouts "Be <<s>>till, I'll lead your arcology to <<s>>alvation. Pla<<c>>e your faith in me and be <<s>>av-" - The mercenary captain quickly gags $him. "My apologies, I did warn you about that mouth. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the disappointed $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, trying to preach $his new faith. + Upon seeing you, $hostage.slaveName's eyes fill with a mercy. As you step forward, $he stands $his ground. After several steps, $he shouts "Be <<s>>till, I'll lead your arcology to <<s>>alvation. Pla<<c>>e your faith in me and be <<s>>av-" + The mercenary captain quickly gags $him. "My apologies, I did warn you about that mouth. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the disappointed $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, trying to preach $his new faith. <</if>> <<case "Intellectual Dependency">> - <<run setHealth($activeSlave, 80, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 5)>> + <<run setHealth($hostage, 80, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 5)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They tried to teach me the mo<<s>>t ob<<sc>>ene thing<<s>>!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They tried to teach me the mo<<s>>t ob<<sc>>ene thing<<s>>!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me a whore. I feel <<s>>o di<<s>>gu<<s>>ting..." $He's exactly as you remember. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me a whore. I feel <<s>>o di<<s>>gu<<s>>ting..." $He's exactly as you remember. <<elseif $rivalryDuration <= 15>> - <<set $activeSlave.devotion = 40>> - <<set $activeSlave.trust = 40>> - Upon seeing you, $activeSlave.slaveName stiffens up and waits for you to make a move. $He holds completely still, even as you place a hand on $his shoulder. $He stutters out a quiet "<<Master>>? W-what may I do f-for you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + <<set $hostage.devotion = 40>> + <<set $hostage.trust = 40>> + Upon seeing you, $hostage.slaveName stiffens up and waits for you to make a move. $He holds completely still, even as you place a hand on $his shoulder. $He stutters out a quiet "<<Master>>? W-what may I do f-for you?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.devotion = 65>> - <<set $activeSlave.trust = 65>> - Upon seeing you, $activeSlave.slaveName graciously bows, giving you a lovely view down $his cleavage. $He holds this position, before stating "My body i<<s>> your<<s>> to u<<s>>e." While $he looks the same as you remember, $he certainly doesn't think the same anymore. + <<set $hostage.devotion = 65>> + <<set $hostage.trust = 65>> + Upon seeing you, $hostage.slaveName graciously bows, giving you a lovely view down $his cleavage. $He holds this position, before stating "My body i<<s>> your<<s>> to u<<s>>e." While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<else>> - <<set $activeSlave.devotion = 100>> - <<set $activeSlave.trust = 100>> - Upon seeing you, $activeSlave.slaveName graciously bows, giving you a lovely view down $his cleavage, before resuming $his perfect stance. "I am your property now and any thought<<s>> of my previou<<s>> owner are no longer relevant. Any feeling<<s>> I may have had have been left behind and will not influen<<c>>e me. I am your<<s>> to u<<s>>e a<<s>> you plea<<s>>e, no matter what the outcome may be. How may I <<s>>ervi<<c>>e you, <<Master>>?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + <<set $hostage.devotion = 100>> + <<set $hostage.trust = 100>> + Upon seeing you, $hostage.slaveName graciously bows, giving you a lovely view down $his cleavage, before resuming $his perfect stance. "I am your property now and any thought<<s>> of my previou<<s>> owner are no longer relevant. Any feeling<<s>> I may have had have been left behind and will not influen<<c>>e me. I am your<<s>> to u<<s>>e a<<s>> you plea<<s>>e, no matter what the outcome may be. How may I <<s>>ervi<<c>>e you, <<Master>>?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <</if>> <<case "Slave Professionalism">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 0)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 0)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They did thing<<s>> to me! My head hurt<<s>> <<s>>o much..." You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They did thing<<s>> to me! My head hurt<<s>> <<s>>o much..." You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "I can barely remember thing<<s>> anymore; who were you again? I hate to a<<s>>k, but... I need a good fuck right now..." While $he looks the same as you remember, $he certainly can't think the same anymore. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "I can barely remember thing<<s>> anymore; who were you again? I hate to a<<s>>k, but... I need a good fuck right now..." While $he looks the same as you remember, $he certainly can't think the same anymore. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he bounces into your arms. "Wanna do it?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he bounces into your arms. "Wanna do it?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName wastes no time in <<if $PC.dick != 0>>unbuckling your pants<<else>>slipping under your skirt<</if>> and going to town. While $he looks the same as you remember<<if $seePreg != 0>>, albeit a little pregnant<</if>>, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName wastes no time in <<if $PC.dick != 0>>unbuckling your pants<<else>>slipping under your skirt<</if>> and going to town. While $he looks the same as you remember<<if $seePreg != 0>>, albeit a little pregnant<</if>>, $he definitely doesn't think the same anymore. <<else>> Your mercenaries radio you upon arrival. "This one's got one thing $his mind, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with excitement. As you step forward, $he struggles against $his bindings, desperately trying to get loose. The mercenary captain yanks $him back. "My apologies, the only thing left of $his mind is a libido it feels like. Please be careful when you unbind $him, $he's nothing more than a horny idiot now." he says as he and his group exit your penthouse, leaving you with the dripping $activeSlave.slaveName. $He looks the same as you remember<<if $seePreg != 0>>, albeit a little pregnant<</if>>, but $he acts nothing like the $girl you used to know. $He's probably too dumb to manage to cause any trouble, but is likely to be high maintenance given $his ineptitude and nymphomania. + Upon seeing you, $hostage.slaveName's eyes fill with excitement. As you step forward, $he struggles against $his bindings, desperately trying to get loose. The mercenary captain yanks $him back. "My apologies, the only thing left of $his mind is a libido it feels like. Please be careful when you unbind $him, $he's nothing more than a horny idiot now." he says as he and his group exit your penthouse, leaving you with the dripping $hostage.slaveName. $He looks the same as you remember<<if $seePreg != 0>>, albeit a little pregnant<</if>>, but $he acts nothing like the $girl you used to know. $He's probably too dumb to manage to cause any trouble, but is likely to be high maintenance given $his ineptitude and nymphomania. <</if>> <<case "Petite Admiration">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> giant _woman2 tried to make me <<his 2>> pet!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> giant _woman2 tried to make me <<his 2>> pet!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me make out with a giant!" $He's exactly as you remember. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me make out with a giant!" $He's exactly as you remember. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks /* player height check here */ "Can I hang out with someone taller than me?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.trust = 40>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says + <<set $hostage.trust = 40>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says /* player height check here */ "Can you hook me up with someone ni<<c>>e and tall?" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my <<s>>weet giant! I <<s>>aw your arcology on the way in, and it'<<s>> <<S>>ICK. <<S>>o many little girl<<s>>, you're <<s>>ick, you hear me!? <<S>>I-" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for the short. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my <<s>>weet giant! I <<s>>aw your arcology on the way in, and it'<<s>> <<S>>ICK. <<S>>o many little girl<<s>>, you're <<s>>ick, you hear me!? <<S>>I-" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for the short. <</if>> <<case "Statuesque Glorification">> - <<run setHealth($activeSlave, 60, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 60, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> midget kept mole<<s>>ting me!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "Thi<<s>> midget kept mole<<s>>ting me!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me get on <<if hasBothLegs($activeSlave)>>my knee<<s>><<else>>the ground<</if>> and make out with <<s>>ome tiny harlot!" $He's exactly as you remember. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. "They made me get on <<if hasBothLegs($hostage)>>my knee<<s>><<else>>the ground<</if>> and make out with <<s>>ome tiny harlot!" $He's exactly as you remember. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he asks /* player height check here */ "I<<s>> there anyone <<sh>>orter I can hang out with around here?" While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - <<set $activeSlave.trust = 40>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says + <<set $hostage.trust = 40>> + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he says /* player height check here */ "Can you hook me up with <<s>>omeone on the <<sh>>ort <<s>>ide? I didn't really noti<<c>>e anyone on the way in..." While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my little <<wife 2>>! There wa<<s>> more love in <<his 2>> tiny body than in your entire arcology! To think that you fuck<<s>> pla<<c>>e everything on hei-" - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for tall people. + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "How fucking DARE you <<s>>plit me up from my little <<wife 2>>! There wa<<s>> more love in <<his 2>> tiny body than in your entire arcology! To think that you fuck<<s>> pla<<c>>e everything on hei-" + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, given $his hatred for tall people. <</if>> <<default>> - <<run setHealth($activeSlave, 40, $activeSlave.health.shortDamage, $activeSlave.health.longDamage, 0, 10)>> + <<run setHealth($hostage, 40, $hostage.health.shortDamage, $hostage.health.longDamage, 0, 10)>> <<if $rivalryDuration <= 5>> - Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. + Upon seeing you, $hostage.slaveName dives into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> sobbing "They told me <<s>>uch horrible thing<<s>> about you!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember. <<elseif $rivalryDuration <= 10>> - Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. + Upon seeing you, $hostage.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs >= 650>>ample bust<<else>>chest<</if>> as $he breaks down in tears. <<if $rivalryFS != 0>> "You aren't trying to make <<s>>ome cra<<z>>y old-timey <<s>>o<<c>>iety, are you?" <<else>> @@ -561,7 +560,7 @@ Your hired mercenaries are en route now with your precious cargo. <</if>> While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 15>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says <<if $rivalryFS != 0>> "Plea<<s>>e don't make me play along..." <<else>> @@ -569,17 +568,17 @@ Your hired mercenaries are en route now with your precious cargo. <</if>> While $he looks the same as you remember, $he certainly doesn't think the same anymore. <<elseif $rivalryDuration <= 20>> - Upon seeing you, $activeSlave.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want to be part of your cra<<z>>y <<s>>o<<c>>iety!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. + Upon seeing you, $hostage.slaveName shifts $his weight back and forth, unsure of what to make of you. As you step forward, $he quickly steps back. After several steps, $he screams "Keep away from me! I don't want to be part of your cra<<z>>y <<s>>o<<c>>iety!" While $he looks the same as you remember, $he definitely doesn't think the same anymore. <<else>> - <<set $activeSlave.trust = 80>> + <<set $hostage.trust = 80>> Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now." - Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you cra<<z>>y <<ps>>ycho! + Upon seeing you, $hostage.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you cra<<z>>y <<ps>>ycho! <<if $rivalryFS != 0>> Remaking a fallen empire, madne<<ss>>! You think your<<s>>elf a king —" <<else>> You think you can ju<<s>>t take whatever you want from people — Fuck, I don't even know if you even THINK of them a<<s>> people anymore! How dare you even think I —" <</if>> - The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future. + The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $hostage.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future. <</if>> <</switch>> @@ -594,8 +593,8 @@ Your hired mercenaries are en route now with your precious cargo. <<elseif $rivalryDuration > 20>> You took everything from $him and $he hates you as much as $he possibly can for it. You ripped $him away from heaven to sentence $him to a living hell, and $he swears to do everything $he can to hurt you. <<else>> - $He is horrified by this turn of events. Your rival taught $him a great deal about slave life in your arcology and indulged $his deepest fantasies. $activeSlave.slaveName considers becoming your slave little better than a condemnation to purgatory. + $He is horrified by this turn of events. Your rival taught $him a great deal about slave life in your arcology and indulged $his deepest fantasies. $hostage.slaveName considers becoming your slave little better than a condemnation to purgatory. <</if>> <br><br> -<<includeDOM App.UI.newSlaveIntro($activeSlave)>> +<<includeDOM App.UI.newSlaveIntro($hostage)>> diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw index c42cf76b713..7eda1f29503 100644 --- a/src/uncategorized/pRivalryHostage.tw +++ b/src/uncategorized/pRivalryHostage.tw @@ -10,219 +10,219 @@ <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>> <<set _race = _races.random()>> <</if>> -<<set $activeSlave = GenerateNewSlave("XX", {race: _race, disableDisability: 1})>> -<<set $activeSlave.origin = "You were acquainted with $him before you were an arcology owner; your rival tried to use $him to manipulate you, but you rescued $him.">> -<<set $activeSlave.boobs = 400>> -<<set $activeSlave.butt = 3>> -<<set $activeSlave.muscles = 0>> -<<set $activeSlave.behavioralFlaw = "none">> -<<set $activeSlave.sexualFlaw = "none">> -<<set $activeSlave.behavioralQuirk = "none">> -<<set $activeSlave.sexualQuirk = "none">> -<<set $activeSlave.waist = Math.clamp($activeSlave.waist,-55,15)>> -<<set $activeSlave.lactation = 0>> -<<set $activeSlave.lactationDuration = 0>> -<<set $activeSlave.hips = 0>> -<<set $activeSlave.shoulders = -1>> -<<if $activeSlave.vagina <= 0>><<set $activeSlave.vagina = 1>><</if>> -<<if $activeSlave.anus == 0>><<set $activeSlave.anus = 1>><</if>> -<<set $activeSlave.energy = 50>> -<<set $activeSlave.canRecruit = 0>> -<<if $activeSlave.voice < 2>><<set $activeSlave.voice = 2>><</if>> -<<if $activeSlave.faceShape == "masculine">><<set $activeSlave.faceShape = "cute">><</if>> -<<set $activeSlave.geneMods.NCS = 0, $activeSlave.geneMods.rapidCellGrowth = 0>> -<<set $activeSlave.NCSyouthening = 0>> -<<set $activeSlave.slaveName = $activeSlave.birthName>> -<<set $activeSlave.slaveSurname = $activeSlave.birthSurname>> +<<set _slave = GenerateNewSlave("XX", {race: _race, disableDisability: 1})>> +<<set _slave.origin = "You were acquainted with $him before you were an arcology owner; your rival tried to use $him to manipulate you, but you rescued $him.">> +<<set _slave.boobs = 400>> +<<set _slave.butt = 3>> +<<set _slave.muscles = 0>> +<<set _slave.behavioralFlaw = "none">> +<<set _slave.sexualFlaw = "none">> +<<set _slave.behavioralQuirk = "none">> +<<set _slave.sexualQuirk = "none">> +<<set _slave.waist = Math.clamp(_slave.waist,-55,15)>> +<<set _slave.lactation = 0>> +<<set _slave.lactationDuration = 0>> +<<set _slave.hips = 0>> +<<set _slave.shoulders = -1>> +<<if _slave.vagina <= 0>><<set _slave.vagina = 1>><</if>> +<<if _slave.anus == 0>><<set _slave.anus = 1>><</if>> +<<set _slave.energy = 50>> +<<set _slave.canRecruit = 0>> +<<if _slave.voice < 2>><<set _slave.voice = 2>><</if>> +<<if _slave.faceShape == "masculine">><<set _slave.faceShape = "cute">><</if>> +<<set _slave.geneMods.NCS = 0, _slave.geneMods.rapidCellGrowth = 0>> +<<set _slave.NCSyouthening = 0>> +<<set _slave.slaveName = _slave.birthName>> +<<set _slave.slaveSurname = _slave.birthSurname>> -<<set $activeSlave.actualAge = Number($activeSlave.actualAge) || 18>> -<<set $activeSlave.devotion = Number($activeSlave.devotion) || 0>> -<<set $activeSlave.trust = Number($activeSlave.trust) || 0>> -<<set $activeSlave.boobs = Number($activeSlave.boobs) || 400>> +<<set _slave.actualAge = Number(_slave.actualAge) || 18>> +<<set _slave.devotion = Number(_slave.devotion) || 0>> +<<set _slave.trust = Number(_slave.trust) || 0>> +<<set _slave.boobs = Number(_slave.boobs) || 400>> -<<set WombFlush($activeSlave)>> +<<set WombFlush(_slave)>> <<switch $PC.career>> <<case "wealth">> - <<set $activeSlave.career = "a party girl">> + <<set _slave.career = "a party girl">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(18,24)>> + <<set _slave.actualAge = random(18,24)>> <</if>> - <<set $activeSlave.face = 100>> - <<set $activeSlave.intelligence = random(51,95)>> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.skill.oral = 100>> - <<set $activeSlave.skill.entertainment = 100>> + <<set _slave.face = 100>> + <<set _slave.intelligence = random(51,95)>> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.skill.oral = 100>> + <<set _slave.skill.entertainment = 100>> <<case "escort">> - <<set $activeSlave.career = "a prostitute">> + <<set _slave.career = "a prostitute">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(18,20)>> + <<set _slave.actualAge = random(18,20)>> <</if>> - <<set $activeSlave.face = 100>> - <<set $activeSlave.intelligence = random(-15,15)>> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.skill.oral = 100>> - <<set $activeSlave.skill.entertainment = 100>> - <<set $activeSlave.skill.anal = 100>> - <<set $activeSlave.skill.vaginal = 100>> - <<set $activeSlave.skill.whoring = 100>> - <<set $activeSlave.counter.oral = 453>> - <<set $activeSlave.counter.vaginal = 158>> - <<set $activeSlave.counter.anal = 76>> - <<set $activeSlave.counter.mammary = 320>> - <<run App.Medicine.Modification.addScar($activeSlave, "belly", "c-section")>> + <<set _slave.face = 100>> + <<set _slave.intelligence = random(-15,15)>> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.skill.oral = 100>> + <<set _slave.skill.entertainment = 100>> + <<set _slave.skill.anal = 100>> + <<set _slave.skill.vaginal = 100>> + <<set _slave.skill.whoring = 100>> + <<set _slave.counter.oral = 453>> + <<set _slave.counter.vaginal = 158>> + <<set _slave.counter.anal = 76>> + <<set _slave.counter.mammary = 320>> + <<run App.Medicine.Modification.addScar(_slave, "belly", "c-section")>> <<case "servant">> - <<set $activeSlave.career = "a maid">> + <<set _slave.career = "a maid">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(12,18)>> + <<set _slave.actualAge = random(12,18)>> <<else>> - <<set $activeSlave.actualAge = random(18,20)>> + <<set _slave.actualAge = random(18,20)>> <</if>> - <<set $activeSlave.face = 25>> - <<set $activeSlave.intelligence = random(-50,-16)>> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.entertainment = 0>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.vaginal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.counter.oral = 57>> - <<set $activeSlave.counter.vaginal = 65>> - <<set $activeSlave.counter.anal = 12>> - <<set $activeSlave.counter.mammary = 1>> - <<set $activeSlave.counter.birthsTotal = 3>> + <<set _slave.face = 25>> + <<set _slave.intelligence = random(-50,-16)>> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.skill.oral = 15>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.vaginal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.counter.oral = 57>> + <<set _slave.counter.vaginal = 65>> + <<set _slave.counter.anal = 12>> + <<set _slave.counter.mammary = 1>> + <<set _slave.counter.birthsTotal = 3>> <<case "gang">> - <<set $activeSlave.career = "a gang member">> + <<set _slave.career = "a gang member">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(20,24)>> + <<set _slave.actualAge = random(20,24)>> <</if>> - <<set $activeSlave.muscles = 40>> - <<run setHealth($activeSlave, 100, 0, 0, 0, jsRandom(10, 30))>> - <<set $activeSlave.skill.combat = 1>> + <<set _slave.muscles = 40>> + <<run setHealth(_slave, 100, 0, 0, 0, jsRandom(10, 30))>> + <<set _slave.skill.combat = 1>> <<case "BlackHat">> - <<set $activeSlave.career = "a shut-in">> + <<set _slave.career = "a shut-in">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(13,18)>> + <<set _slave.actualAge = random(13,18)>> <<else>> - <<set $activeSlave.actualAge = random(18,21)>> + <<set _slave.actualAge = random(18,21)>> <</if>> - <<set $activeSlave.face = 75>> - <<set $activeSlave.intelligence = 100>> - <<set $activeSlave.intelligenceImplant = 30>> + <<set _slave.face = 75>> + <<set _slave.intelligence = 100>> + <<set _slave.intelligenceImplant = 30>> <<case "capitalist">> - <<set $activeSlave.career = "a manager">> + <<set _slave.career = "a manager">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(18,24)>> + <<set _slave.actualAge = random(18,24)>> <</if>> - <<set $activeSlave.face = 55>> - <<set $activeSlave.intelligence = 100>> - <<set $activeSlave.intelligenceImplant = 30>> + <<set _slave.face = 55>> + <<set _slave.intelligence = 100>> + <<set _slave.intelligenceImplant = 30>> <<case "mercenary">> - <<set $activeSlave.career = "a soldier">> + <<set _slave.career = "a soldier">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(20,24)>> + <<set _slave.actualAge = random(20,24)>> <</if>> - <<set $activeSlave.face = 55>> - <<set $activeSlave.intelligence = 100>> - <<set $activeSlave.intelligenceImplant = 15>> + <<set _slave.face = 55>> + <<set _slave.intelligence = 100>> + <<set _slave.intelligenceImplant = 15>> <<case "engineer">> - <<set $activeSlave.career = "a saleswoman">> + <<set _slave.career = "a saleswoman">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(18,24)>> + <<set _slave.actualAge = random(18,24)>> <</if>> - <<set $activeSlave.face = 100>> - <<set $activeSlave.intelligence = 100>> - <<set $activeSlave.intelligenceImplant = 30>> + <<set _slave.face = 100>> + <<set _slave.intelligence = 100>> + <<set _slave.intelligenceImplant = 30>> <<case "medicine">> - <<set $activeSlave.career = "a nurse">> + <<set _slave.career = "a nurse">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(16,24)>> + <<set _slave.actualAge = random(16,24)>> <</if>> - <<set $activeSlave.face = 55>> - <<set $activeSlave.intelligence = 100>> - <<set $activeSlave.intelligenceImplant = 30>> + <<set _slave.face = 55>> + <<set _slave.intelligence = 100>> + <<set _slave.intelligenceImplant = 30>> <<case "slaver">> - <<set $activeSlave.career = "a prison guard">> + <<set _slave.career = "a prison guard">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(20,24)>> + <<set _slave.actualAge = random(20,24)>> <</if>> - <<set $activeSlave.face = 55>> - <<set $activeSlave.intelligence = random(51,95)>> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.muscles = 20>> - <<set $activeSlave.fetish = "sadist">> - <<set $activeSlave.fetishStrength = 100>> - <<set $activeSlave.fetishKnown = 1>> + <<set _slave.face = 55>> + <<set _slave.intelligence = random(51,95)>> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.muscles = 20>> + <<set _slave.fetish = "sadist">> + <<set _slave.fetishStrength = 100>> + <<set _slave.fetishKnown = 1>> <<case "celebrity">> - <<set $activeSlave.career = "a party girl">> + <<set _slave.career = "a party girl">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(18,24)>> + <<set _slave.actualAge = random(18,24)>> <</if>> - <<set $activeSlave.face = 100>> - <<set $activeSlave.intelligence = random(51,95)>> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.skill.oral = 100>> - <<set $activeSlave.skill.entertainment = 100>> + <<set _slave.face = 100>> + <<set _slave.intelligence = random(51,95)>> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.skill.oral = 100>> + <<set _slave.skill.entertainment = 100>> <<case "arcology owner">> - <<set $activeSlave.career = "a leading arcology citizen">> + <<set _slave.career = "a leading arcology citizen">> <<if $pedo_mode == 1>> - <<set $activeSlave.actualAge = random(16,18)>> + <<set _slave.actualAge = random(16,18)>> <<else>> - <<set $activeSlave.actualAge = random(36,39)>> + <<set _slave.actualAge = random(36,39)>> <</if>> - <<set $activeSlave.face = 100, $activeSlave.faceImplant = 15>> - <<set $activeSlave.intelligence = 100, $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.skill.whoring = 100, $activeSlave.skill.entertainment = 100>> + <<set _slave.face = 100, _slave.faceImplant = 15>> + <<set _slave.intelligence = 100, _slave.intelligenceImplant = 30>> + <<set _slave.skill.whoring = 100, _slave.skill.entertainment = 100>> <</switch>> -<<set $activeSlave.trust = 0>> -<<set $activeSlave.devotion = 0>> -<<set $activeSlave.visualAge = $activeSlave.actualAge>> -<<set $activeSlave.physicalAge = $activeSlave.actualAge>> -<<set $activeSlave.ovaryAge = $activeSlave.actualAge>> -<<= resyncSlaveHight($activeSlave)>> +<<set _slave.trust = 0>> +<<set _slave.devotion = 0>> +<<set _slave.visualAge = _slave.actualAge>> +<<set _slave.physicalAge = _slave.actualAge>> +<<set _slave.ovaryAge = _slave.actualAge>> +<<= resyncSlaveHight(_slave)>> <<switch $rivalryFS>> <<case "Repopulation Focus">> - <<set $activeSlave.preg = -3>> + <<set _slave.preg = -3>> <<case "Body Purism">> - <<set $activeSlave.boobs = 300>> + <<set _slave.boobs = 300>> <<case "Slimness Enthusiasm">> - <<set $activeSlave.weight = -20>> - <<set $activeSlave.boobs = 800>> + <<set _slave.weight = -20>> + <<set _slave.boobs = 800>> <<case "Pastoralism">> - <<set $activeSlave.weight = 100>> - <<set $activeSlave.muscles = 0>> - <<set $activeSlave.boobs = 1200>> + <<set _slave.weight = 100>> + <<set _slave.muscles = 0>> + <<set _slave.boobs = 1200>> <<case "Cummunism">> - <<set $activeSlave.boobs = 800>> - <<set $activeSlave.weight = -20>> + <<set _slave.boobs = 800>> + <<set _slave.weight = -20>> <<case "Physical Idealism">> - <<set $activeSlave.boobs = 200>> - <<set $activeSlave.butt = 1>> - <<set $activeSlave.weight = -20>> + <<set _slave.boobs = 200>> + <<set _slave.butt = 1>> + <<set _slave.weight = -20>> <<case "Hedonistic Decadence">> - <<set $activeSlave.weight = 100>> - <<set $activeSlave.muscles = 0>> - <<set $activeSlave.boobs = 1200>> + <<set _slave.weight = 100>> + <<set _slave.muscles = 0>> + <<set _slave.boobs = 1200>> <</switch>> <<switch $rivalryFS>> @@ -235,9 +235,9 @@ /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ @@ -249,7 +249,7 @@ <<set _heR = "she">> <</if>> <<setNonlocalPronouns $seeDicks>> -<<run App.Utils.setLocalPronouns($activeSlave)>> +<<run App.Utils.setLocalPronouns(_slave)>> <<setPlayerPronouns>> Only a few days into your inter-arcology war, you receive a video message from your rival. Once $assistant.name is satisfied that the file is clean, you clear your office and pull it up. To your surprise, there are two faces on your desk, not one. One of them is your rival, and after a moment, you remember who the other is. You recognize $him from your @@ -348,67 +348,67 @@ but you do remember $him, and your rival knows it. This is obviously the best _h but look what I have here! I just acquired $him recently. Lovely, isn't $he? I know $he wasn't important to you, but $he //is// a reminder of who you were. I think $he must have been your type." Your rival turns to the slave and continues. "While we have our little war, <<switch $rivalryFS>> <<case "Racial Subjugationism">> - I'm going to treat $him well. Train $him. $He's a fine Head Girl prospect, don't you think? $He'll have lots of nice $arcologies[0].FSSubjugationistRace girls to make love to whenever $he wants. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + I'm going to treat $him well. Train $him. $He's a fine Head Girl prospect, don't you think? $He'll have lots of nice $arcologies[0].FSSubjugationistRace girls to make love to whenever $he wants. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Racial Supremacism">> - I'm going to destroy $him. $He's got a whipping post with $his name on it, right between a couple of $arcologies[0].FSSupremacist bitches. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to scream, and the noise goes on and on as the slave is tied up and scourged. + I'm going to destroy $him. $He's got a whipping post with $his name on it, right between a couple of $arcologies[0].FSSupremacist bitches. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave begins to scream, and the noise goes on and on as the slave is tied up and scourged. <<case "Gender Radicalism">> - I'm going to treat $him well. Train $him. Teach $him $his proper role in society, and make $him happy here. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly. + I'm going to treat $him well. Train $him. Teach $him $his proper role in society, and make $him happy here. Isn't that right, _slave.slaveName?" The slave nods uncertainly. <<case "Gender Fundamentalism">> - $He's going to be my special pet. $He'll have everything $he could ever want, as long as $he has a dick up $his ass. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal. + $He's going to be my special pet. $He'll have everything $he could ever want, as long as $he has a dick up $his ass. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods hesitantly, but with evident arousal. <<case "Paternalism">> - I'm going to destroy $him. Holes first, of course. I'll have to get more inventive after that, and I'll leave $his vocal cords for last. That way, $he'll be able to beg. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to scream, and the noise goes on and on. And on. + I'm going to destroy $him. Holes first, of course. I'll have to get more inventive after that, and I'll leave $his vocal cords for last. That way, $he'll be able to beg. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave begins to scream, and the noise goes on and on. And on. <<case "Repopulation Focus">> I'm going to ruin $his womb, making sure $he can never have children again. I bet you spent lots of nights fantasizing about $him with a huge belly didn't you? <<case "Eugenics">> <<if $seeHyperPreg == 1>> - I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful experimental fertility drugs out there. $He'll have so many children shoved into $his poor womb $he'll be bursting at the seams. But $he'll enjoy that, won't you <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal. + I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful experimental fertility drugs out there. $He'll have so many children shoved into $his poor womb $he'll be bursting at the seams. But $he'll enjoy that, won't you <<= SlaveFullName(_slave)>>?" The slave nods hesitantly, but with evident arousal. <<else>> - I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful fertility drugs I can get. $His poor little womb will be stretched to the limit with society's worst. But $he'll enjoy that, won't you <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal. + I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful fertility drugs I can get. $His poor little womb will be stretched to the limit with society's worst. But $he'll enjoy that, won't you <<= SlaveFullName(_slave)>>?" The slave nods hesitantly, but with evident arousal. <</if>> <<case "Degradationism">> - $He's going to be my lover. $He'll have everything $he could ever want, and I'll be sure to let $him know all about what you do to your slaves. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's going to be my lover. $He'll have everything $he could ever want, and I'll be sure to let $him know all about what you do to your slaves. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Body Purism">> - I'm going to give $him a nice pair of fake tits. No reason to be excessively clever when I can just make $his tits so huge $he won't be able to walk. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob. + I'm going to give $him a nice pair of fake tits. No reason to be excessively clever when I can just make $his tits so huge $he won't be able to walk. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave begins to sob. <<case "Transformation Fetishism">> - $He's going to be my lover. I'll be sure to let $him know all about what you do to your slaves, and rest assured, I'll never treat $him that way. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's going to be my lover. I'll be sure to let $him know all about what you do to your slaves, and rest assured, I'll never treat $him that way. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Youth Preferentialism">> - I've set $him up with a nice motherly _woman2 already. I believe they'll be a perfect match. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + I've set $him up with a nice motherly _woman2 already. I believe they'll be a perfect match. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Maturity Preferentialism">> - I've set $him up with a nice young _girl2 already. I believe they'll be a perfect match. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + I've set $him up with a nice young _girl2 already. I believe they'll be a perfect match. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Slimness Enthusiasm">> - I think I'll make $his IV line permanent. After all, $he's never going off breast growth hormones. I'd estimate $he shouldn't be able to walk within a month. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob. + I think I'll make $his IV line permanent. After all, $he's never going off breast growth hormones. I'd estimate $he shouldn't be able to walk within a month. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave begins to sob. <<case "Asset Expansionism">> - $He's going to be my lover. I'll be sure to let $him know all about what you do to your slaves, and rest assured, I'll never give $him growth hormones, not one single dose. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's going to be my lover. I'll be sure to let $him know all about what you do to your slaves, and rest assured, I'll never give $him growth hormones, not one single dose. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Pastoralism">> - $He's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting cows. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting cows. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Cummunism">> - $He's going to be my personal milk dispenser. I shouldn't have to chain $him to my desk after the first month, since $his udders will pin $him in place. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob. + $He's going to be my personal milk dispenser. I shouldn't have to chain $him to my desk after the first month, since $his udders will pin $him in place. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave begins to sob. <<case "Physical Idealism">> - $He's going to learn to enjoy yourself. I'm going to force $his face full of food, $his cunt full of dicks and discover $his deepest, darkest desires. Wouldn't you like that, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob. "To start, how about a weigh in? Sixty three and a half kilograms, such a pity, but don't worry, I'll have $him nice and plump soon enough." + $He's going to learn to enjoy yourself. I'm going to force $his face full of food, $his cunt full of dicks and discover $his deepest, darkest desires. Wouldn't you like that, <<= SlaveFullName(_slave)>>?" The slave begins to sob. "To start, how about a weigh in? Sixty three and a half kilograms, such a pity, but don't worry, I'll have $him nice and plump soon enough." <<case "Hedonistic Decadence">> - $He's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting obese slobs. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting obese slobs. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Chattel Religionism">> - $He's going to be the perfect courtesan. No preaching, no praying, just good, clean sex for money. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's going to be the perfect courtesan. No preaching, no praying, just good, clean sex for money. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Multiculturalism">> - $He's going to be the ideal holy whore. Thousands of citizens are going to find rapture inside $him. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's going to be the ideal holy whore. Thousands of citizens are going to find rapture inside $him. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Intellectual Dependency">> $He's going to be a skilled courtesan. $He'll know how to best please $his partners, and most importantly, $he'll perfectly understand $his place in society. - <<if $activeSlave.intelligence < 0>> + <<if _slave.intelligence < 0>> Shame $he's an idiot though. But $he can learn and improve still, I'll see to that. <</if>> - Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods begrudgingly. + Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods begrudgingly. <<case "Slave Professionalism">> - $He's going to become a moron<<if $activeSlave.intelligence < 0>>, though $he isn't exactly smart to begin with<</if>>. No time for higher thought when all $his brain power is caught up with how to satisfy $his raging libido. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob. + $He's going to become a moron<<if _slave.intelligence < 0>>, though $he isn't exactly smart to begin with<</if>>. No time for higher thought when all $his brain power is caught up with how to satisfy $his raging libido. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave begins to sob. <<case "Petite Admiration">> - I've set $him up with a particularly lovely giant. I believe they'll be a perfect match, even though $he's half _his2 size. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + I've set $him up with a particularly lovely giant. I believe they'll be a perfect match, even though $he's half _his2 size. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<case "Statuesque Glorification">> - I've set $him up with a lovely little dwarf already. I believe they'll be a perfect match, even though _he2's half $his size. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + I've set $him up with a lovely little dwarf already. I believe they'll be a perfect match, even though _he2's half $his size. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <<default>> - $He's shaping up to be a good slave. I'm keeping $him informed of your <<if $rivalryFS != 0>>revisionist <</if>>nonsense, and what your slaves suffer because of it. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + $He's shaping up to be a good slave. I'm keeping $him informed of your <<if $rivalryFS != 0>>revisionist <</if>>nonsense, and what your slaves suffer because of it. Isn't that right, <<= SlaveFullName(_slave)>>?" The slave nods uncertainly. <</switch>> Your rival smiles icily. "I'll keep you informed of $his progress. I wouldn't want you to miss a moment of it." <br><br> You're forging a new frontier in warfare here. This, then, is the new frontier in psychological warfare. -<<set $hostage = $activeSlave>> +<<set $hostage = _slave>> diff --git a/src/uncategorized/pSlaveMedic.tw b/src/uncategorized/pSlaveMedic.tw index 4e597f7658a..b95a2703594 100644 --- a/src/uncategorized/pSlaveMedic.tw +++ b/src/uncategorized/pSlaveMedic.tw @@ -13,102 +13,102 @@ <</if>> <<set _genParam = {minAge: _minAge, maxAge: _maxAge, disableDisability: 1}>> <<if $seeDicks >= 100>> - <<set $activeSlave = GenerateNewSlave("XY", _genParam)>> - <<set $activeSlave.dick = 5>> - <<set $activeSlave.foreskin = 0>> - <<set $activeSlave.balls = 3>> - <<set $activeSlave.scrotum = 3>> - <<set $activeSlave.butt = 3>> - <<set $activeSlave.attrXY = 70>> + <<set _slave = GenerateNewSlave("XY", _genParam)>> + <<set _slave.dick = 5>> + <<set _slave.foreskin = 0>> + <<set _slave.balls = 3>> + <<set _slave.scrotum = 3>> + <<set _slave.butt = 3>> + <<set _slave.attrXY = 70>> <<else>> - <<set $activeSlave = GenerateNewSlave("XX", _genParam)>> - <<set $activeSlave.vagina = 2>> - <<set $activeSlave.preg = -1>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.skill.vaginal = 35>> + <<set _slave = GenerateNewSlave("XX", _genParam)>> + <<set _slave.vagina = 2>> + <<set _slave.preg = -1>> + <<set _slave.ovaries = 1>> + <<set _slave.skill.vaginal = 35>> <</if>> <<if $pedo_mode == 1>> - <<set $activeSlave.sexualQuirk = "caring">> - <<set $activeSlave.intelligenceImplant = 15>> - <<if $activeSlave.physicalAge >= 12>> - <<set $activeSlave.teeth = "cosmetic braces">> + <<set _slave.sexualQuirk = "caring">> + <<set _slave.intelligenceImplant = 15>> + <<if _slave.physicalAge >= 12>> + <<set _slave.teeth = "cosmetic braces">> <</if>> <<if $seeDicks < 100>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.boobs = 2000>> - <<set $activeSlave.boobShape = "perky">> - <<set $activeSlave.geneticQuirks.macromastia = 2>> - <<set $activeSlave.butt = 4>> - <<set $activeSlave.voice = 3>> + <<set _slave.hips = 1>> + <<set _slave.boobs = 2000>> + <<set _slave.boobShape = "perky">> + <<set _slave.geneticQuirks.macromastia = 2>> + <<set _slave.butt = 4>> + <<set _slave.voice = 3>> <<else>> - <<set $activeSlave.geneticQuirks.wellHung = 2>> + <<set _slave.geneticQuirks.wellHung = 2>> <</if>> <<else>> - <<set $activeSlave.anusTat = "bleached">> - <<set $activeSlave.height = random(165,190)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.teeth = "normal">> + <<set _slave.anusTat = "bleached">> + <<set _slave.height = random(165,190)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.teeth = "normal">> <<if $seeDicks < 100>> - <<set $activeSlave.boobs += 400>> - <<set $activeSlave.butt += 1>> - <<set $activeSlave.stampTat = either("flowers", "tribal patterns")>> + <<set _slave.boobs += 400>> + <<set _slave.butt += 1>> + <<set _slave.stampTat = either("flowers", "tribal patterns")>> <</if>> <</if>> -<<set $activeSlave.origin = "$He was captured while caring for those injured in a failed attack on the Free City.">> -<<set $activeSlave.career = "a nurse">> -<<set $activeSlave.custom.desc = "$He has a faint air of fatigue about $him, and strength too: that of a survivor.">> -<<set $activeSlave.sexualFlaw = "none">> -<<set $activeSlave.behavioralFlaw = "none">> -<<set $activeSlave.devotion = random(30,40)>> -<<set $activeSlave.trust = $activeSlave.devotion-20>> -<<set $activeSlave.oldDevotion = $activeSlave.devotion>> -<<set $activeSlave.muscles = random(20,50)>> -<<set $activeSlave.skill.oral = 35>> -<<set $activeSlave.skill.anal = 15>> -<<set $activeSlave.skill.whoring = 0>> -<<set $activeSlave.skill.entertainment = 15>> -<<set $activeSlave.intelligence = random(51,95)>> -<<set $activeSlave.anus = 2>> -<<set $activeSlave.hStyle = "neat">> -<<set $activeSlave.hLength = 35>> -<<run setHealth($activeSlave, jsRandom(20, 40))>> +<<set _slave.origin = "$He was captured while caring for those injured in a failed attack on the Free City.">> +<<set _slave.career = "a nurse">> +<<set _slave.custom.desc = "$He has a faint air of fatigue about $him, and strength too: that of a survivor.">> +<<set _slave.sexualFlaw = "none">> +<<set _slave.behavioralFlaw = "none">> +<<set _slave.devotion = random(30,40)>> +<<set _slave.trust = _slave.devotion-20>> +<<set _slave.oldDevotion = _slave.devotion>> +<<set _slave.muscles = random(20,50)>> +<<set _slave.skill.oral = 35>> +<<set _slave.skill.anal = 15>> +<<set _slave.skill.whoring = 0>> +<<set _slave.skill.entertainment = 15>> +<<set _slave.intelligence = random(51,95)>> +<<set _slave.anus = 2>> +<<set _slave.hStyle = "neat">> +<<set _slave.hLength = 35>> +<<run setHealth(_slave, jsRandom(20, 40))>> <<if $mercenaries >= 3>> - <<set $activeSlave.counter.publicUse += 39>> + <<set _slave.counter.publicUse += 39>> <<else>> - <<set $activeSlave.counter.publicUse += 13>> + <<set _slave.counter.publicUse += 13>> <</if>> <span id="art-frame"> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ </span> -<<run App.Utils.setLocalPronouns($activeSlave)>> -<<run Enunciate($activeSlave)>> +<<run App.Utils.setLocalPronouns(_slave)>> +<<run Enunciate(_slave)>> <<if $pedo_mode == 1 && $seeDicks < 100>> You make a habit of dropping in on your mercenaries whenever you get the chance. You have regular meetings with their grizzled captain, of course, but turning up unannounced to get to know them is simply a matter of self-preservation. The better they like you, the more likely they are to think of more than their pay when deciding how to hazard themselves on your behalf. - When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName kneeling next to a mercenary with most of his armor stripped off. $He's the <<print aNational($activeSlave.nationality)>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. + When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see _slave.slaveName kneeling next to a mercenary with most of his armor stripped off. $He's the <<print aNational(_slave.nationality)>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. - "Don't <<s>>quirm!" $he says with an annoyed tone. "I'll get you off when I've checked thi<<s>>." He chuckles and holds still; $he redresses the wound, stands up, and strips off $his tank top, allowing $his huge tits to swing free. $He's quite young, but $his $activeSlave.skin body is appealingly curvy. As $he swings one leg across the seated mercenary, $he continues, "Plea<<s>>e <<s>>it <<s>>till and let me do the work. You need to take it ea<<s>>y for a day or two or you'll pop tho<<s>>e <<s>>uture<<s>>." Using $his hands, $he gently caresses his stiff prick with $his pillowy breasts, eliciting a grunt. $He's a strong $girl, and pleasures him without letting any of $his weight rest on his body at all. When he climaxes, $he leans in to clean him with $his mouth and then heads off to wash out $his cleavage. + "Don't <<s>>quirm!" $he says with an annoyed tone. "I'll get you off when I've checked thi<<s>>." He chuckles and holds still; $he redresses the wound, stands up, and strips off $his tank top, allowing $his huge tits to swing free. $He's quite young, but $his _slave.skin body is appealingly curvy. As $he swings one leg across the seated mercenary, $he continues, "Plea<<s>>e <<s>>it <<s>>till and let me do the work. You need to take it ea<<s>>y for a day or two or you'll pop tho<<s>>e <<s>>uture<<s>>." Using $his hands, $he gently caresses his stiff prick with $his pillowy breasts, eliciting a grunt. $He's a strong $girl, and pleasures him without letting any of $his weight rest on his body at all. When he climaxes, $he leans in to clean him with $his mouth and then heads off to wash out $his cleavage. <<else>> You make a habit of dropping in on your mercenaries whenever you get the chance. You have regular meetings with their grizzled captain, of course, but turning up unannounced to get to know them is simply a matter of self-preservation. The better they like you, the more likely they are to think of more than their pay when deciding how to hazard themselves on your behalf. - When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName bending over a mercenary with most of his armor stripped off. $He's the <<print aNational($activeSlave.nationality)>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. + When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see _slave.slaveName bending over a mercenary with most of his armor stripped off. $He's the <<print aNational(_slave.nationality)>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. "Don't <<s>>quirm," $he says quietly. "I'll get you off when I've checked thi<<s>>." He chuckles and holds still; $he redresses the wound, stands up, and strips off $his fatigue pants. <<if $pedo_mode == 1>> $He's quite youthful, nimble and knows just how to manage $his impressive asset without it touching $his charge. <<else>> - $He's no longer young, but $his $activeSlave.skin legs are pretty enough. + $He's no longer young, but $his _slave.skin legs are pretty enough. <</if>> As $he swings one leg across the seated mercenary, $he continues, "Please <<s>>it <<s>>till and let me do the work. You need to take it ea<<s>>y for a day or two or you'll pop tho<<s>>e <<s>>uture<<s>>." Using a hand, $he guides $himself down onto his stiff prick, eliciting a grunt. $He's a strong $girl, and rides him without letting any of $his weight rest on his hips at all. When he climaxes, $he kneels to clean him with $his mouth and then heads off to wash. <</if>> @@ -116,14 +116,14 @@ <span id="result"> <br><br><<link "Offer <<print cashFormat(10000)>> for $him">> <<replace "#result">> - The mercenary laughs at your offered price. "No offense, <<= properTitle()>>, but no. Even if I wanted to sell $him on everyone's behalf for that price, my buddies would kill me for that. $He's popular, that $activeSlave.slaveName." + The mercenary laughs at your offered price. "No offense, <<= properTitle()>>, but no. Even if I wanted to sell $him on everyone's behalf for that price, my buddies would kill me for that. $He's popular, that _slave.slaveName." <</replace>> <</link>> <br><<link "Offer a very generous <<print cashFormat(25000)>> for $him">> <<replace "#result">> - <<run cashX(-25000, "slaveTransfer", $activeSlave)>> + <<run cashX(-25000, "slaveTransfer", _slave)>> "Huh," says the mercenary. "$He's popular, but for that we could probably buy two of $him. Might be fun to train a couple of new nurses. Let me ask the boys and girls." He speaks into his helmet for a few minutes, and then turns back to you. "Sold. Enjoy, $he's a good fuck." - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> </span> diff --git a/src/uncategorized/pSnatchAndGrabResult.tw b/src/uncategorized/pSnatchAndGrabResult.tw index e10d7bcaea8..39c3a082bff 100644 --- a/src/uncategorized/pSnatchAndGrabResult.tw +++ b/src/uncategorized/pSnatchAndGrabResult.tw @@ -2,18 +2,29 @@ <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", $returnTo = "Random Nonindividual Event", $eventResults.snatch = 0>> +<<set _snatched = GenerateNewSlave("XX", {maxAge: ($pedo_mode === 1 ? $minimumSlaveAge : 18), disableDisability: 1})>> <<if $pedo_mode == 1>> + <<set _snatched.boobShape = "saggy">> + <<set _snatched.nipples = "partially inverted">> + <<set _snatched.areolae = 3>> + <<set _snatched.lips = 15>> + <<set _snatched.voice = 2>> + <<set _snatched.weight = 60>> + <<set _snatched.muscles = 0>> + <<set _snatched.shoulders = -2>> + <<set _snatched.hips = 0>> + <<set _snatched.waist = 10>> +<<else>> + <<if _snatched.lips < 10>> + <<set _snatched.lips += 5>> + <</if>> + <<set _snatched.height = Math.round(Height.random(_snatched, {skew: 1, limitMult: [0, 2]}))>> + <<set _snatched.weight = 0>> + <<set _snatched.muscles = 20>> + <<set _snatched.waist = -75>> +<</if>> -<<set $activeSlaveOneTimeMaxAge = $minimumSlaveAge>> -<<set $oneTimeDisableDisability = 1>> -<<set _snatched = GenerateNewSlave("XX")>> -<<set _snatched.origin = "$He is your share of a raid on an illegal laboratory by your mercenaries.">> -<<set _snatched.career = "a slave">> -<<set _snatched.devotion = 100>> -<<set _snatched.trust = 100>> -<<run setHealth(_snatched, 250, 0, 0, 0, 0)>> -<<set _snatched.face = 15>> -<<set _snatched.faceShape = "exotic">> +<<set _snatched.faceShape = ($pedo_mode === 1 ? "exotic" : "androgynous")>> <<set _snatched.anus = 0>> <<if $seeDicks != 100>> <<set _snatched.vagina = 0>> @@ -24,7 +35,7 @@ <<set _snatched.balls = 0>> <<set _snatched.scrotum = 0>> <<elseif $seeDicks > 75>> - <<set _snatched.dick = 2>> + <<set _snatched.dick = ($pedo_mode === 1 ? 2 : 6)>> <<if _snatched.foreskin > 0>><<set _snatched.foreskin = _snatched.dick>><</if>> <<set _snatched.balls = 1>> <<set _snatched.scrotum = _snatched.balls>> @@ -34,86 +45,21 @@ <<set _snatched.balls = 1>> <<set _snatched.scrotum = _snatched.balls>> <</if>> -<<set _snatched.boobs += 6000>> -<<set _snatched.boobShape = "saggy">> -<<set _snatched.nipples = "partially inverted">> -<<set _snatched.areolae = 3>> -<<set _snatched.butt += 2>> -<<set _snatched.lips = 15>> -<<set _snatched.skill.vaginal = 0>> -<<set _snatched.skill.oral = 0>> -<<set _snatched.skill.anal = 0>> -<<set _snatched.skill.whoring = 0>> -<<set _snatched.skill.entertainment = 0>> -<<set _snatched.birthWeek = 0>> -<<set _snatched.voice = 2>> -<<set _snatched.weight = 60>> -<<set _snatched.muscles = 0>> -<<set _snatched.shoulders = -2>> -<<set _snatched.hips = 0>> -<<set _snatched.waist = 10>> -<<set _snatched.hStyle = "shaved bald">> -<<set _snatched.hLength = 0>> -<<set _snatched.custom.desc = "$His skin is unnaturally perfect, totally without blemishes. $He radiates unnatural health and resilience.">> -<<set _snatched.custom.tattoo = "$He has a barcode tattooed on the top of $his head.">> -<<set _snatched.behavioralFlaw = "odd">> -<<set _snatched.fetish = "none">> -<<set _snatched.energy = 100>> -<<set _snatched.fetishKnown = 1>> -<<set _snatched.attrKnown = 1>> -<<if _snatched.physicalAge >= 12>> - <<set _snatched.teeth = "normal">> -<</if>> -<<set _snatched.pubicHStyle = "hairless">> -<<set _snatched.underArmHStyle = "hairless">> - -<<else>> -<<set $activeSlaveOneTimeMaxAge = 18>> -<<set $oneTimeDisableDisability = 1>> -<<set _snatched = GenerateNewSlave("XX")>> +<<set _snatched.boobs += ($pedo_mode === 1 ? 6000 : 200)>> +<<set _snatched.butt += ($pedo_mode === 1 ? 1 : 2)>> <<set _snatched.origin = "$He is your share of a raid on an illegal laboratory by your mercenaries.">> <<set _snatched.career = "a slave">> <<set _snatched.devotion = 100>> <<set _snatched.trust = 100>> <<run setHealth(_snatched, 250, 0, 0, 0, 0)>> <<set _snatched.face = 15>> -<<set _snatched.faceShape = "androgynous">> -<<set _snatched.anus = 0>> -<<if $seeDicks != 100>> - <<set _snatched.vagina = 0>> - <<set _snatched.ovaries = 1>> -<</if>> -<<if $seeDicks == 0>> - <<set _snatched.dick = 0>> - <<set _snatched.balls = 0>> - <<set _snatched.scrotum = _snatched.balls>> -<<elseif $seeDicks > 75>> - <<set _snatched.dick = 6>> - <<if _snatched.foreskin > 0>><<set _snatched.foreskin = _snatched.dick>><</if>> - <<set _snatched.balls = 1>> - <<set _snatched.scrotum = _snatched.balls>> -<<else>> - <<set _snatched.dick = 1>> - <<set _snatched.foreskin = 1>> - <<set _snatched.balls = 1>> - <<set _snatched.scrotum = _snatched.balls>> -<</if>> -<<set _snatched.boobs += 200>> -<<set _snatched.butt += 1>> -<<if _snatched.lips < 10>> - <<set _snatched.lips += 5>> -<</if>> <<set _snatched.skill.vaginal = 0>> <<set _snatched.skill.oral = 0>> <<set _snatched.skill.anal = 0>> <<set _snatched.skill.whoring = 0>> <<set _snatched.skill.entertainment = 0>> <<set _snatched.birthWeek = 0>> -<<set _snatched.height = Math.round(Height.random(_snatched, {skew: 1, limitMult: [0, 2]}))>> -<<set _snatched.weight = 0>> -<<set _snatched.muscles = 20>> -<<set _snatched.waist = -75>> <<set _snatched.hStyle = "shaved bald">> <<set _snatched.hLength = 0>> <<set _snatched.custom.desc = "$His skin is unnaturally perfect, totally without blemishes. $He radiates unnatural health and resilience.">> @@ -129,8 +75,6 @@ <<set _snatched.pubicHStyle = "hairless">> <<set _snatched.underArmHStyle = "hairless">> -<</if>> - <<setLocalPronouns _snatched>> <<set _snatched.slaveCost = -10000>> diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw index 83e8c8043c3..0051df89b58 100644 --- a/src/uncategorized/personalAttentionSelect.tw +++ b/src/uncategorized/personalAttentionSelect.tw @@ -160,84 +160,84 @@ <</if>> <<for _i = 0; _i < $personalAttention.length; _i++>> - <<set $activeSlave = getSlave($personalAttention[_i].ID)>> + <<set _slave = getSlave($personalAttention[_i].ID)>> /* duplicate check — should not happen if slaveSummary is doing its job */ - <<if $personalAttention.map(function(s) { return s.ID; }).count($activeSlave.ID) > 1>> + <<if $personalAttention.map(function(s) { return s.ID; }).count(_slave.ID) > 1>> <<set $personalAttention.deleteAt(_i), $personalAttention.deleteAt(_i), _i-->> <<continue>> <</if>> <<if $personalAttention[_i].trainingRegimen == "undecided">> - <<if ($activeSlave.health.condition < -20)>> + <<if (_slave.health.condition < -20)>> <<set $personalAttention[_i].trainingRegimen = "look after her">> - <<elseif ($activeSlave.behavioralFlaw != "none")>> - <<if ($activeSlave.devotion >= -20)>> + <<elseif (_slave.behavioralFlaw != "none")>> + <<if (_slave.devotion >= -20)>> <<set $personalAttention[_i].trainingRegimen = "soften her behavioral flaw">> <<else>> <<set $personalAttention[_i].trainingRegimen = "fix her behavioral flaw">> <</if>> - <<elseif ($activeSlave.sexualFlaw != "none")>> - <<if ($activeSlave.devotion >= -20)>> + <<elseif (_slave.sexualFlaw != "none")>> + <<if (_slave.devotion >= -20)>> <<set $personalAttention[_i].trainingRegimen = "soften her sexual flaw">> <<else>> <<set $personalAttention[_i].trainingRegimen = "fix her sexual flaw">> <</if>> - <<elseif ($activeSlave.fetishKnown != 1)>> + <<elseif (_slave.fetishKnown != 1)>> <<set $personalAttention[_i].trainingRegimen = "explore her sexuality">> - <<elseif ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>> + <<elseif (_slave.devotion <= 20) && (_slave.trust >= -20)>> <<set $personalAttention[_i].trainingRegimen = "break her will">> <<else>> <<set $personalAttention[_i].trainingRegimen = "build her devotion">> <</if>> <</if>> - <<capture $activeSlave, _i>> + <<capture _slave, _i>> <<if _i > 0>><br><br><</if>> - <<run App.Utils.setLocalPronouns($activeSlave)>> + <<run App.Utils.setLocalPronouns(_slave)>> - You will give <span class='slave-name'><<= SlaveFullName($activeSlave)>></span> your personal attention this week. + You will give <span class='slave-name'><<= SlaveFullName(_slave)>></span> your personal attention this week. <<link "Clear" "Personal Attention Select">> <<set $personalAttention.deleteAt(_i)>> <</link>> <br>Your training will seek to <<span "training"+_i>><strong><<print $personalAttention[_i].trainingRegimen.replace("her", $his)>></strong><</span>>. <br>Change training objective: <br> - <<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>> + <<if (_slave.devotion <= 20) && (_slave.trust >= -20)>> <<link "Break $his will">><<set $personalAttention[_i].trainingRegimen = "break her will">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> | <<link "Use enhanced breaking techniques">><<set $personalAttention[_i].trainingRegimen = "harshly break her will">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<else>> - Current devotion: <<includeDOM App.UI.personalAttentionDevotionText($activeSlave)>> + Current devotion: <<includeDOM App.UI.personalAttentionDevotionText(_slave)>> <<link "Build">><<set $personalAttention[_i].trainingRegimen = "build her devotion">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <br> - <<if $activeSlave.fetishKnown == 0 || $activeSlave.attrKnown == 0>> + <<if _slave.fetishKnown == 0 || _slave.attrKnown == 0>> <<link "Explore $his sexuality and fetishes">><<set $personalAttention[_i].trainingRegimen = "explore her sexuality">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<else>> //You already understand $his sexuality// <</if>> - <<if ($activeSlave.behavioralFlaw != "none")>> + <<if (_slave.behavioralFlaw != "none")>> <br> - Current behavioral flaw: <span class='red'><<= capFirstChar($activeSlave.behavioralFlaw)>>.</span> + Current behavioral flaw: <span class='red'><<= capFirstChar(_slave.behavioralFlaw)>>.</span> <<link "Remove">><<set $personalAttention[_i].trainingRegimen = "fix her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> - <<if ($activeSlave.devotion < -20)>> + <<if (_slave.devotion < -20)>> | //$He must be broken before $his flaws can be softened// <<else>> | <<link "Soften">><<set $personalAttention[_i].trainingRegimen = "soften her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <</if>> - <<if ($activeSlave.sexualFlaw != "none")>> + <<if (_slave.sexualFlaw != "none")>> <br> - Current sexual flaw: <span class='red'><<= capFirstChar($activeSlave.sexualFlaw)>>.</span> + Current sexual flaw: <span class='red'><<= capFirstChar(_slave.sexualFlaw)>>.</span> <<link "Remove">><<set $personalAttention[_i].trainingRegimen = "fix her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> - <<if ($activeSlave.devotion < -20)>> - <<if ($activeSlave.behavioralFlaw == "none")>> + <<if (_slave.devotion < -20)>> + <<if (_slave.behavioralFlaw == "none")>> | //$He must be broken before $his flaws can be softened// <</if>> - <<elseif ["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "self hating"].includes($activeSlave.sexualFlaw)>> + <<elseif ["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "self hating"].includes(_slave.sexualFlaw)>> | //Paraphilias cannot be softened// <<else>> | <<link "Soften">><<set $personalAttention[_i].trainingRegimen = "soften her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> @@ -245,16 +245,16 @@ <</if>> <br> - <<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>> + <<if (_slave.devotion <= 20) && (_slave.trust >= -20)>> //$He's too disobedient to learn sex skills// - <<elseif $activeSlave.skill.anal >= 100 && $activeSlave.skill.oral >= 100 && $activeSlave.skill.whoring >= 30 && $activeSlave.skill.entertainment >= 30>> - <<if $activeSlave.skill.vaginal >= 100 && $activeSlave.vagina > -1>> + <<elseif _slave.skill.anal >= 100 && _slave.skill.oral >= 100 && _slave.skill.whoring >= 30 && _slave.skill.entertainment >= 30>> + <<if _slave.skill.vaginal >= 100 && _slave.vagina > -1>> //$He knows all the skills you can teach// - <<elseif $activeSlave.dick == 0 && $activeSlave.scrotum == 0 && $activeSlave.vagina == -1>> + <<elseif _slave.dick == 0 && _slave.scrotum == 0 && _slave.vagina == -1>> //$He knows all the skills you can teach a null slave// - <<elseif $activeSlave.dick > 0 && $activeSlave.balls == 0>> + <<elseif _slave.dick > 0 && _slave.balls == 0>> //$He knows all the skills you can teach a gelded slave// - <<elseif $activeSlave.dick > 0 && $activeSlave.boobs > 300 && $activeSlave.vagina == -1>> + <<elseif _slave.dick > 0 && _slave.boobs > 300 && _slave.vagina == -1>> //$He knows all the skills you can teach a shemale slave// <<else>> <<link "Teach $him">><<set $personalAttention[_i].trainingRegimen = "learn skills">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> @@ -264,104 +264,104 @@ <</if>> <br> - Current health: <<includeDOM App.UI.personalAttentionHealthText($activeSlave)>> + Current health: <<includeDOM App.UI.personalAttentionHealthText(_slave)>> <<link "Care for $him">><<set $personalAttention[_i].trainingRegimen = "look after her">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <br> //Inducing flaws is difficult and bad for slaves' obedience.// <br> Induce a behavioral flaw: - <<if $activeSlave.behavioralQuirk != "confident" && $activeSlave.behavioralFlaw != "arrogant">> + <<if _slave.behavioralQuirk != "confident" && _slave.behavioralFlaw != "arrogant">> <<link "Arrogance">><<set $personalAttention[_i].trainingRegimen = "induce arrogance">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "cutting" && $activeSlave.behavioralFlaw != "bitchy">> + <<if _slave.behavioralQuirk != "cutting" && _slave.behavioralFlaw != "bitchy">> | <<link "Bitchiness">><<set $personalAttention[_i].trainingRegimen = "induce bitchiness">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "funny" && $activeSlave.behavioralFlaw != "odd">> + <<if _slave.behavioralQuirk != "funny" && _slave.behavioralFlaw != "odd">> | <<link "Odd behavior">><<set $personalAttention[_i].trainingRegimen = "induce odd behavior">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "adores women" && $activeSlave.behavioralFlaw != "hates men">> + <<if _slave.behavioralQuirk != "adores women" && _slave.behavioralFlaw != "hates men">> | <<link "Hatred of men">><<set $personalAttention[_i].trainingRegimen = "induce hatred of men">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "adores men" && $activeSlave.behavioralFlaw != "hates women">> + <<if _slave.behavioralQuirk != "adores men" && _slave.behavioralFlaw != "hates women">> | <<link "Hatred of women">><<set $personalAttention[_i].trainingRegimen = "induce hatred of women">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "fitness" && $activeSlave.behavioralFlaw != "gluttonous">> + <<if _slave.behavioralQuirk != "fitness" && _slave.behavioralFlaw != "gluttonous">> | <<link "Gluttony">><<set $personalAttention[_i].trainingRegimen = "induce gluttony">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "insecure" && $activeSlave.behavioralFlaw != "anorexic">> + <<if _slave.behavioralQuirk != "insecure" && _slave.behavioralFlaw != "anorexic">> | <<link "Anorexia">><<set $personalAttention[_i].trainingRegimen = "induce anorexia">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "sinful" && $activeSlave.behavioralFlaw != "devout">> + <<if _slave.behavioralQuirk != "sinful" && _slave.behavioralFlaw != "devout">> | <<link "Religious devotion">><<set $personalAttention[_i].trainingRegimen = "induce religious devotion">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.behavioralQuirk != "advocate" && $activeSlave.behavioralFlaw != "liberated">> + <<if _slave.behavioralQuirk != "advocate" && _slave.behavioralFlaw != "liberated">> | <<link "Liberation">><<set $personalAttention[_i].trainingRegimen = "induce liberation">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <br> Induce a sexual flaw: - <<if $activeSlave.sexualQuirk != "gagfuck queen" && $activeSlave.sexualFlaw != "hates oral">> + <<if _slave.sexualQuirk != "gagfuck queen" && _slave.sexualFlaw != "hates oral">> <<link "Hatred of oral">><<set $personalAttention[_i].trainingRegimen = "induce hatred of oral">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "painal queen" && $activeSlave.sexualFlaw != "hates anal">> + <<if _slave.sexualQuirk != "painal queen" && _slave.sexualFlaw != "hates anal">> | <<link "Hatred of anal">><<set $personalAttention[_i].trainingRegimen = "induce hatred of anal">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "strugglefuck queen" && $activeSlave.sexualFlaw != "hates penetration">> + <<if _slave.sexualQuirk != "strugglefuck queen" && _slave.sexualFlaw != "hates penetration">> | <<link "Hatred of penetration">><<set $personalAttention[_i].trainingRegimen = "induce hatred of penetration">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "tease" && $activeSlave.sexualFlaw != "shamefast">> + <<if _slave.sexualQuirk != "tease" && _slave.sexualFlaw != "shamefast">> | <<link "Shame">><<set $personalAttention[_i].trainingRegimen = "induce shame">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "romantic" && $activeSlave.sexualFlaw != "idealistic">> + <<if _slave.sexualQuirk != "romantic" && _slave.sexualFlaw != "idealistic">> | <<link "Sexual idealism">><<set $personalAttention[_i].trainingRegimen = "induce sexual idealism">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "perverted" && $activeSlave.sexualFlaw != "repressed">> + <<if _slave.sexualQuirk != "perverted" && _slave.sexualFlaw != "repressed">> | <<link "Sexual repression">><<set $personalAttention[_i].trainingRegimen = "induce sexual repression">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "caring" && $activeSlave.sexualFlaw != "apathetic">> + <<if _slave.sexualQuirk != "caring" && _slave.sexualFlaw != "apathetic">> | <<link "Sexual apathy">><<set $personalAttention[_i].trainingRegimen = "induce sexual apathy">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "unflinching" && $activeSlave.sexualFlaw != "crude">> + <<if _slave.sexualQuirk != "unflinching" && _slave.sexualFlaw != "crude">> | <<link "Crudity">><<set $personalAttention[_i].trainingRegimen = "induce crudity">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.sexualQuirk != "size queen" && $activeSlave.sexualFlaw != "judgemental">> + <<if _slave.sexualQuirk != "size queen" && _slave.sexualFlaw != "judgemental">> | <<link "Judgment">><<set $personalAttention[_i].trainingRegimen = "induce judgement">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetishStrength > 95>> + <<if _slave.fetishStrength > 95>> <br> Induce a paraphilia: - <<if $activeSlave.fetish == "cumslut" && $activeSlave.sexualFlaw != "cum addict">> + <<if _slave.fetish == "cumslut" && _slave.sexualFlaw != "cum addict">> | <<link "Cum addiction">><<set $personalAttention[_i].trainingRegimen = "induce cum addiction">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "buttslut" && $activeSlave.sexualFlaw != "anal addict">> + <<if _slave.fetish == "buttslut" && _slave.sexualFlaw != "anal addict">> | <<link "Anal addiction">><<set $personalAttention[_i].trainingRegimen = "induce anal addiction">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "humiliation" && $activeSlave.sexualFlaw != "attention whore">> + <<if _slave.fetish == "humiliation" && _slave.sexualFlaw != "attention whore">> | <<link "Attention whoring">><<set $personalAttention[_i].trainingRegimen = "induce attention whoring">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "boobs" && $activeSlave.sexualFlaw != "breast growth">> + <<if _slave.fetish == "boobs" && _slave.sexualFlaw != "breast growth">> | <<link "Breast growth obsession">><<set $personalAttention[_i].trainingRegimen = "induce breast growth obsession">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "dom" && $activeSlave.sexualFlaw != "abusive">> + <<if _slave.fetish == "dom" && _slave.sexualFlaw != "abusive">> | <<link "Abusiveness">><<set $personalAttention[_i].trainingRegimen = "induce abusiveness">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "sadist" && $activeSlave.sexualFlaw != "malicious">> + <<if _slave.fetish == "sadist" && _slave.sexualFlaw != "malicious">> | <<link "Maliciousness">><<set $personalAttention[_i].trainingRegimen = "induce maliciousness">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "masochist" && $activeSlave.sexualFlaw != "self hatred">> + <<if _slave.fetish == "masochist" && _slave.sexualFlaw != "self hatred">> | <<link "Self hatred">><<set $personalAttention[_i].trainingRegimen = "induce self hatred">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "submissive" && $activeSlave.sexualFlaw != "neglectful">> + <<if _slave.fetish == "submissive" && _slave.sexualFlaw != "neglectful">> | <<link "Sexual self neglect">><<set $personalAttention[_i].trainingRegimen = "induce sexual self neglect">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> - <<if $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw != "breeder">> + <<if _slave.fetish == "pregnancy" && _slave.sexualFlaw != "breeder">> | <<link "Breeding obsession">><<set $personalAttention[_i].trainingRegimen = "induce breeding obsession">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <<else>> <br> //Paraphilias can only be induced from a strong fetish// <</if>> - <</capture>> /* $activeSlave, _i */ + <</capture>> /* _slave, _i */ <</for>> <</if>> /* CLOSES NO SLAVE SELECTED */ diff --git a/src/uncategorized/reAWOL.tw b/src/uncategorized/reAWOL.tw index c3085a20c11..c7fe992743e 100644 --- a/src/uncategorized/reAWOL.tw +++ b/src/uncategorized/reAWOL.tw @@ -16,39 +16,39 @@ <</if>> <<set _genParam = {minAge: _minAge, maxAge: 43, ageOverridesPedoMode: 1, race: _race, disableDisability: 1}>> <<if $seeDicks != 100>> - <<set $activeSlave = GenerateNewSlave("XX", _genParam)>> + <<set _slave = GenerateNewSlave("XX", _genParam)>> <<else>> - <<set $activeSlave = GenerateNewSlave("XY", _genParam)>> + <<set _slave = GenerateNewSlave("XY", _genParam)>> <</if>> -<<set $activeSlave.origin = "You sentenced $him to enslavement as a punishment for dereliction of $his duty to you as a mercenary and for theft.">> -<<set $activeSlave.career = "a soldier">> -<<set $activeSlave.devotion = random(-75,-60)>> -<<set $activeSlave.trust = random(-15,0)>> -<<run setHealth($activeSlave, jsRandom(60, 80))>> -<<set $activeSlave.muscles = 50>> -<<set $activeSlave.weight = random(-10,10)>> -<<run eyeSurgery($activeSlave, "both", "normal")>> -<<set $activeSlave.hears = 0>> -<<set $activeSlave.anus = 0>> -<<set $activeSlave.skill.anal = 0>> -<<set $activeSlave.skill.whoring = 0>> -<<set $activeSlave.skill.combat = 1>> -<<set $activeSlave.behavioralFlaw = "arrogant">> -<<set $activeSlave.sexualFlaw = "hates men">> -<<set $activeSlave.hStyle = "shaved into a mohawk">> -<<set $activeSlave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies.">> -<<set $activeSlave.clothes = "a military uniform">> - -<<run App.Utils.setLocalPronouns($activeSlave)>> +<<set _slave.origin = "You sentenced $him to enslavement as a punishment for dereliction of $his duty to you as a mercenary and for theft.">> +<<set _slave.career = "a soldier">> +<<set _slave.devotion = random(-75,-60)>> +<<set _slave.trust = random(-15,0)>> +<<run setHealth(_slave, jsRandom(60, 80))>> +<<set _slave.muscles = 50>> +<<set _slave.weight = random(-10,10)>> +<<run eyeSurgery(_slave, "both", "normal")>> +<<set _slave.hears = 0>> +<<set _slave.anus = 0>> +<<set _slave.skill.anal = 0>> +<<set _slave.skill.whoring = 0>> +<<set _slave.skill.combat = 1>> +<<set _slave.behavioralFlaw = "arrogant">> +<<set _slave.sexualFlaw = "hates men">> +<<set _slave.hStyle = "shaved into a mohawk">> +<<set _slave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies.">> +<<set _slave.clothes = "a military uniform">> + +<<run App.Utils.setLocalPronouns(_slave)>> <<setAssistantPronouns>> <span id="art-frame"> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageColumn"> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <<= assistantArt(3)>> </div> @@ -78,7 +78,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<link "Let them go">> <<replace "#result">> You inform your personal assistant that you aren't planning to take any action. By the next morning, word has spread to the rest of your arcology that crossing you is apparently permissible and your @@.red;reputation has suffered@@ as a result. - <<run repX(-1000, "event", $activeSlave)>> + <<run repX(-1000, "event", _slave)>> <</replace>> <</link>> @@ -116,8 +116,8 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<replace "#art-frame">> /* 000-250-006 */ <<if $seeImages == 1>> - <<set $activeSlave.trust = 100>> - <<set $activeSlave.devotion = 100>> + <<set _slave.trust = 100>> + <<set _slave.devotion = 100>> <div class="imageColumn"> <<= assistantArt(3)>> </div> @@ -127,7 +127,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<replace "#SFresult">> Despite the trouble $he has caused you, the culmination of this mercenary's wanton flight from the rest of the $mercenariesTitle is decidedly anti-climatic. The last you hear of $him is in the footnote of one of your daily reports, with some minute yet suitably gory pictures as an accompaniment. When the stolen weapons are returned to their rightful place in your arcology, the unfortunate matter is concluded once and for all. @@.green;Your reputation and $arcologies[0].name's prosperity improves,@@ a result of the fear crossing you will bring, in addition to showing your citizens that you are willing and able to deal with such matters in-house. <<set $arcologies[0].prosperity += 2>> - <<run repX(5000, "event", $activeSlave)>> + <<run repX(5000, "event", _slave)>> <<if $arcologies[0].prosperity > $AProsperityCap>> <<set $arcologies[0].prosperity = $AProsperityCap>> <</if>> @@ -141,12 +141,12 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<replace "#art-frame">> /* 000-250-006 */ <<if $seeImages == 1>> - <<set $activeSlave.clothes = "chains">> + <<set _slave.clothes = "chains">> <div class="imageColumn"> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <<= assistantArt(3)>> </div> @@ -161,7 +161,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<replace "#alive-result">> Despite the trouble $he has caused you, you manage to complete the legalities and biometric scanning quickly and without incident. Of course, this is in large part due to the fact that the would-be mutineer is of course restrained. Based on the accounts of $his captors and the numerous injuries evident amongst them, $he is likely to be violent when $he is finally released. <br> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> @@ -171,7 +171,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<replace "#alive-result">> An example must be made. There is a binding contract between you and your $mercenariesTitle, and this $woman attempted to undermine it for $his own selfish profit. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@ In addition @@.green;Arcology prosperity improves,@@ a result of showing your citizens that you are willing and able to deal with such matters in-house. <<set $arcologies[0].prosperity += 2>> - <<run repX(5000, "event", $activeSlave)>> + <<run repX(5000, "event", _slave)>> <<if $arcologies[0].prosperity > $AProsperityCap>> <<set $arcologies[0].prosperity = $AProsperityCap>> <</if>> @@ -210,7 +210,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <</replace>> <<replace "#bounty-result">> Despite the trouble $he has caused you, the culmination of this mercenary's wanton flight from the rest of the $mercenariesTitle is decidedly an anti-climax. The last you hear of $him is in the footnote of one of your daily reports, with some minute yet suitably gory pictures as an accompaniment. When the stolen weapons are returned to their rightful place in your arcology, the unfortunate matter is concluded once and for all. @@.green;Your reputation improves,@@ a result of the fear of crossing you that your unpleasantness has inspired. - <<run repX(5000, "event", $activeSlave)>> + <<run repX(5000, "event", _slave)>> <<run cashX(-5000, "capEx")>> <</replace>> <</link>> @@ -221,12 +221,12 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<replace "#art-frame">> /* 000-250-006 */ <<if $seeImages == 1>> - <<set $activeSlave.clothes = "chains">> + <<set _slave.clothes = "chains">> <div class="imageColumn"> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <<= assistantArt(3)>> </div> @@ -242,8 +242,8 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<replace "#alive-result">> Despite the trouble $he has caused you, you manage to complete the legalities and biometric scanning quickly and without incident. Of course, this is in large part due to the fact that the would-be mutineer is of course restrained. Based on the accounts of $his captors and the numerous injuries evident amongst them, $he is likely to be violent when $he is finally released. <br> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> - <<run cashX(-5000, "event", $activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> + <<run cashX(-5000, "event", _slave)>> <</replace>> <</link>> @@ -252,8 +252,8 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<link "Flog $him in public then exile $him from the arcology">> <<replace "#alive-result">> An example must be made. There is a binding contract between you and your $mercenariesTitle, and this $woman attempted to undermine it for $his own selfish profit. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@ - <<run repX(5000, "event", $activeSlave)>> - <<run cashX(-5000, "event", $activeSlave)>> + <<run repX(5000, "event", _slave)>> + <<run cashX(-5000, "event", _slave)>> <</replace>> <</link>> diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw index 57d8b6a53b8..2215d07cf4e 100644 --- a/src/uncategorized/reBoomerang.tw +++ b/src/uncategorized/reBoomerang.tw @@ -2,11 +2,11 @@ <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check", $encyclopedia = "Enslaving People">> -<<set $activeSlave = $boomerangSlave, _weeks = $boomerangWeeks-1, _pregWeeks = $boomerangWeeks-1, $boomerangWeeks = 0, _buyer = $boomerangBuyer, $boomerangBuyer = 0>> +<<set _slave = $boomerangSlave, _weeks = $boomerangWeeks-1, _pregWeeks = $boomerangWeeks-1, $boomerangWeeks = 0, _buyer = $boomerangBuyer, $boomerangBuyer = 0>> -<<run Enunciate($activeSlave)>> -<<run SetBellySize($activeSlave)>> -<<run App.Utils.setLocalPronouns($activeSlave)>> +<<run Enunciate(_slave)>> +<<run SetBellySize(_slave)>> +<<run App.Utils.setLocalPronouns(_slave)>> <<setAssistantPronouns>> Your work is interrupted by $assistant.name with an alert from the entrance to the penthouse. @@ -15,44 +15,44 @@ Your work is interrupted by $assistant.name with an alert from the entrance to t <<else>> _HeA's got the incident flagged as not fitting into any of the usual categories of disturbance, and requests your attention. _HeA <</if>> -brings up the relevant feeds. There's a naked body crumpled pathetically against one wall of the entryway, beneath the communications panel. It's <<= SlaveFullName($activeSlave)>>, whom you sold _weeks weeks ago. $He's looking up into one of the cameras plaintively. +brings up the relevant feeds. There's a naked body crumpled pathetically against one wall of the entryway, beneath the communications panel. It's <<= SlaveFullName(_slave)>>, whom you sold _weeks weeks ago. $He's looking up into one of the cameras plaintively. "Plea<<s>>e take me back," $he whispers, not wanting to draw the attention of passersby, and knowing that $his faint words will be picked up and amplified for you. -<<set $activeSlave.collar = "none", $activeSlave.faceAccessory = "none", $activeSlave.mouthAccessory = "none", $activeSlave.choosesOwnClothes = 0, $activeSlave.clothes = "no clothing", $activeSlave.buttplug = "none", $activeSlave.vaginalAccessory = "none", $activeSlave.dickAccessory = "none", $activeSlave.chastityAnus = 0, $activeSlave.chastityPenis = 0, $activeSlave.chastityVagina = 0>> -<<run setHealth($activeSlave, jsRandom(-40, -25), $activeSlave.health.shortDamage + jsRandom(0, 10), $activeSlave.health.longDamage + jsRandom(0, 10), undefined, 100)>> +<<set _slave.collar = "none", _slave.faceAccessory = "none", _slave.mouthAccessory = "none", _slave.choosesOwnClothes = 0, _slave.clothes = "no clothing", _slave.buttplug = "none", _slave.vaginalAccessory = "none", _slave.dickAccessory = "none", _slave.chastityAnus = 0, _slave.chastityPenis = 0, _slave.chastityVagina = 0>> +<<run setHealth(_slave, jsRandom(-40, -25), _slave.health.shortDamage + jsRandom(0, 10), _slave.health.longDamage + jsRandom(0, 10), undefined, 100)>> /* ------------------ pregnancy setup start here----------------- */ -<<set WombProgress($activeSlave, _pregWeeks, _pregWeeks)>> /* In all cases should be done */ -<<set WombUpdatePregVars($activeSlave)>> -<<if $activeSlave.broodmother > 0>> /* Broodmother implant is assumed as removed.*/ - <<set $activeSlave.preg = -1, $activeSlave.counter.birthsTotal += WombBirthReady($activeSlave, 37), $activeSlave.broodmother == 0, $activeSlave.broodmotherFetuses = 0>> - <<set WombFlush($activeSlave)>> -<<elseif WombBirthReady($activeSlave, $activeSlave.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/ - <<set $activeSlave.preg = -1, $activeSlave.counter.birthsTotal += WombBirthReady($activeSlave, $activeSlave.pregData.normalBirth)>> - <<set WombFlush($activeSlave)>> +<<set WombProgress(_slave, _pregWeeks, _pregWeeks)>> /* In all cases should be done */ +<<set WombUpdatePregVars(_slave)>> +<<if _slave.broodmother > 0>> /* Broodmother implant is assumed as removed.*/ + <<set _slave.preg = -1, _slave.counter.birthsTotal += WombBirthReady(_slave, 37), _slave.broodmother == 0, _slave.broodmotherFetuses = 0>> + <<set WombFlush(_slave)>> +<<elseif WombBirthReady(_slave, _slave.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/ + <<set _slave.preg = -1, _slave.counter.birthsTotal += WombBirthReady(_slave, _slave.pregData.normalBirth)>> + <<set WombFlush(_slave)>> <<else>>/* still pregnant slave */ - <<set $activeSlave.preg = WombMaxPreg($activeSlave)>> /*most ready fetus is a base*/ - <<set $activeSlave.pregWeek = WombMaxPreg($activeSlave)>> /*most ready fetus is a base*/ + <<set _slave.preg = WombMaxPreg(_slave)>> /*most ready fetus is a base*/ + <<set _slave.pregWeek = WombMaxPreg(_slave)>> /*most ready fetus is a base*/ <</if>> -<<run SetBellySize($activeSlave)>> /*In any case it's useful to do.*/ +<<run SetBellySize(_slave)>> /*In any case it's useful to do.*/ /* ------------------ pregnancy setup end here----------------- As no broodmother cases in code below, it's no need to setup every case of impregnation through new system. Backup mechanic will do it for normal pregnancies. */ -<<if ($activeSlave.hStyle != "shaved" && $activeSlave.bald != 1)>> - <<if ($activeSlave.hLength < 150)>> - <<set $activeSlave.hLength += _weeks>> +<<if (_slave.hStyle != "shaved" && _slave.bald != 1)>> + <<if (_slave.hLength < 150)>> + <<set _slave.hLength += _weeks>> <</if>> <</if>> -<<run ageSlaveWeeks($activeSlave, _weeks)>> +<<run ageSlaveWeeks(_slave, _weeks)>> <<switch _buyer>> <<case "buttbreaker">> "All my Ma<<s>>ter care<<s>> about i<<s>> raping my a<<ss>> until I <<s>>cream. I can't get u<<s>>ed to it. I'm loo<<s>>e and ruined, but he ju<<s>>t u<<s>>e<<s>> a dildo big enough to hurt me." $He's sitting over on one buttock, and shifts uncomfortably. - <<set $activeSlave.anus = 4>> - <<set $activeSlave.sexualFlaw = "hates anal">> + <<set _slave.anus = 4>> + <<set _slave.sexualFlaw = "hates anal">> <<case "cow trainer" "D hucow" "D milky herm" "factory farm" "free range" "pastoralist arcology">> <<switch _buyer>> <<case "free range">> @@ -69,17 +69,17 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against You sold $him to a factory farm, and the <</switch>> effects of living there have changed $his body greatly. It's surprising $he managed to make it up here at all. "Plea<<s>>e," $he begs. "I d-don't want to <<s>>pend the r-re<<s>>t of my life being raped by a ma<<ch>>ine." - <<if hasAnyNaturalLegs($activeSlave)>>$He shifts uncomfortably on $his <<if !hasBothLegs($activeSlave)>>foot<<else>>feet<</if>>. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all $his time kneeling or lying down.<</if>> - <<set $activeSlave.anus = 4>> - <<set $activeSlave.lactation = 2, $activeSlave.lactationDuration = 2, $activeSlave.lactationAdaptation = 100>> - <<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+2000+50*random(-20,20),0,10000)>> - <<set $activeSlave.boobShape = "saggy">> - <<if $seePreg != 0>><<if $activeSlave.ovaries>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregType = random(2,4), $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, SetBellySize($activeSlave)>><</if>><</if>> - <<if $activeSlave.balls>> - <<set $activeSlave.balls = Math.clamp($activeSlave.balls+random(1,2),0,10)>> - <<if $activeSlave.dick>><<set $activeSlave.dick = Math.clamp($activeSlave.dick+random(1,2),0,10)>><</if>> + <<if hasAnyNaturalLegs(_slave)>>$He shifts uncomfortably on $his <<if !hasBothLegs(_slave)>>foot<<else>>feet<</if>>. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all $his time kneeling or lying down.<</if>> + <<set _slave.anus = 4>> + <<set _slave.lactation = 2, _slave.lactationDuration = 2, _slave.lactationAdaptation = 100>> + <<set _slave.boobs = Math.clamp(_slave.boobs+2000+50*random(-20,20),0,10000)>> + <<set _slave.boobShape = "saggy">> + <<if $seePreg != 0>><<if _slave.ovaries>><<set _slave.preg = random(5,_pregWeeks-1), _slave.pregType = random(2,4), _slave.vagina = 4, _slave.pregWeek = _slave.preg, _slave.pregKnown = 1, SetBellySize(_slave)>><</if>><</if>> + <<if _slave.balls>> + <<set _slave.balls = Math.clamp(_slave.balls+random(1,2),0,10)>> + <<if _slave.dick>><<set _slave.dick = Math.clamp(_slave.dick+random(1,2),0,10)>><</if>> <</if>> - <<set $activeSlave.intelligence = Math.clamp($activeSlave.intelligence-50,-100,100)>> + <<set _slave.intelligence = Math.clamp(_slave.intelligence-50,-100,100)>> <<case "preg fetishist" "volume breeder">> <<switch _buyer>> <<case "preg fetishist">> @@ -88,151 +88,151 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against $He tearfully describes life at a volume breeder like the one you sold $him to. <</switch>> "They ran an IV line into me and then put me in a cage with a male <<s>>lave who raped me for a week. Then they <<s>>witched me into a <<s>>maller cage and forgot about me. I can feel my belly <<s>>welling. It'<<s>> horrible." - <<set $activeSlave.preg = _pregWeeks-1, $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1>> + <<set _slave.preg = _pregWeeks-1, _slave.vagina = 4, _slave.pregWeek = _slave.preg, _slave.pregKnown = 1>> <<if $seeHyperPreg == 1>> - <<set $activeSlave.pregType = random(10,40)>> + <<set _slave.pregType = random(10,40)>> <<else>> - <<set $activeSlave.pregType = 5>> + <<set _slave.pregType = 5>> <</if>> - <<run SetBellySize($activeSlave)>> + <<run SetBellySize(_slave)>> <<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 <<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>> + "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(_slave)>>overheard them talking<<elseif canSee(_slave)>>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 _slave.anus = 4>> + <<if _slave.vagina > -1 && _slave.vagina < 4>> + <<set _slave.vagina = 4>> <</if>> - <<run actX($activeSlave, "publicUse", 500)>> + <<run actX(_slave, "publicUse", 500)>> <<case "obsessed fan">> "It wa<<s>> really ni<<c>>e, at fir<<s>>t," $he sniffles, "and I'm a little <<s>>ad it had to end the way it d-did." You sold $him to a die-hard fan who offered up a rather large sum of money for ownership of $him. "He took out too big of a loan and when they came to collect, he let me loo<<s>>e and told me to run, run far away. I d-didn't know where el<<s>>e to g-go." $He breaks down in tears. - <<if $seePreg != 0 && canGetPregnant($activeSlave)>> + <<if $seePreg != 0 && canGetPregnant(_slave)>> "In the <<sh>>ort time we <<s>>pent together, he left me a gift..." $He runs a hand across $his stomach. "While I wouldn't <<s>>ay I wa<<s>> in love with him, I feel like I have to keep them <<s>>afe for what he did. I can't even think of where I'd have ended up if they had taken me." - <<if $activeSlave.mpreg == 1 && $activeSlave.anus == 0>> - <<set $activeSlave.anus = 1>> - <<elseif $activeSlave.ovaries == 1 && $activeSlave.vagina == 0>> - <<set $activeSlave.vagina = 1>> + <<if _slave.mpreg == 1 && _slave.anus == 0>> + <<set _slave.anus = 1>> + <<elseif _slave.ovaries == 1 && _slave.vagina == 0>> + <<set _slave.vagina = 1>> <</if>> - <<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregType = random(2,4), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, $activeSlave.pregSource = -2, SetBellySize($activeSlave)>> + <<set _slave.preg = random(5,_pregWeeks-1), _slave.pregType = random(2,4), _slave.pregWeek = _slave.preg, _slave.pregKnown = 1, _slave.pregSource = -2, SetBellySize(_slave)>> <</if>> <<case "pain fetishist">> "They whip me. A-actually," $he sniffles, "I'm glad when they whip me b-becau<<s>>e e-everything el<<s>>e they d-do is w-wor<<s>>e. The only break I get i-i<<s>> when I'm hurt bad and th-they have to f-fi<<x>> me." After all, you did sell $him into a life as a pain slave. - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">> - <<run setHealth($activeSlave, jsRandom(-50, -30), $activeSlave.health.shortDamage + normalRandInt(20, 4), $activeSlave.health.longDamage + normalRandInt(15, 3), undefined, 100)>> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "apathetic">> + <<run setHealth(_slave, jsRandom(-50, -30), _slave.health.shortDamage + normalRandInt(20, 4), _slave.health.longDamage + normalRandInt(15, 3), undefined, 100)>> <<case "sadism fetishist">> "I-it'<<s>> t-too much." $He shudders. You sold $him to a sadist who planned to use $him to abuse other slaves. "I c-can't d-do it anymore. I u<<s>>ed to fanta<<s>>i<<z>>e about d-doing h-horrible thing<<s>>, but, but, the <<s>>creaming." $He squeezes $his eyes shut. "If I don't do it I'll h-have it d-done t-to me." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">> - <<set $activeSlave.fetish = "none", $activeSlave.fetishStrength = 0>> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "apathetic">> + <<set _slave.fetish = "none", _slave.fetishStrength = 0>> <<case "dom fetishist">> "I," $he mutters, and then loses $his way. "I lo<<s>>t," $he grates out after a while. "I wa<<s>> <<s>>uppo<<s>>ed to be the Head Girl after you <<s>>old me. But a new girl came, and, and <<sh>>e'<<s>> the Head Girl now." $He looks down. "It should have been me." - <<set $activeSlave.behavioralFlaw = "hates women">> + <<set _slave.behavioralFlaw = "hates women">> <<case "sub fetishist">> "I thought I'd be happy to be a <<s>>ub forever." You sold $him to a determined dom, extreme even by Free Cities standards. "But, but, I haven't, um, had a break <<s>>in<<c>>e I left. I never talk. I never, well, I never do anything. I ju<<s>>t obey." $He looks down. "I'm going in<<s>>ane." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">> - <<set $activeSlave.fetish = "none", $activeSlave.fetishStrength = 0>> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "apathetic">> + <<set _slave.fetish = "none", _slave.fetishStrength = 0>> <<case "supremacist arcology">> "It wa<<s>> horrible." You sold $him to a Supremacist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "The thing<<s>> they made me do to other girl<<s>> ju<<s>>t because of who they were." $He swallows. "I tried not to. And they puni<<sh>>ed me." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "hates men">> <<case "subjugationist arcology">> "They were breeding me with idiot<<s>>." You sold $him to a Subjugationist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "I d-don't want thi<<s>> pregnan<<c>>y." - <<set $activeSlave.preg = _pregWeeks-1, $activeSlave.pregType = random(2,4), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1>> - <<run SetBellySize($activeSlave)>> - <<run WombFatherRace($activeSlave, $activeSlave.race)>> + <<set _slave.preg = _pregWeeks-1, _slave.pregType = random(2,4), _slave.pregWeek = _slave.preg, _slave.pregKnown = 1>> + <<run SetBellySize(_slave)>> + <<run WombFatherRace(_slave, _slave.race)>> <<case "gender radicalist arcology">> - "They <<if $activeSlave.balls>> cut my ball<<s>> off and then<</if>> j-ju<<s>>t kind of t-turned me loo<<s>>e in the corridor<<s>>," $he moans. You sold $him to a Gender Radicalist arcology. "Naked, <<s>>o everyone could u<<s>>e my a<<ss>>. Plea<<s>>e, I don't want to be an entire arcology'<<s>> bitch." - <<set $activeSlave.balls = 0>> - <<if $activeSlave.dick>><<set $activeSlave.dick = Math.clamp($activeSlave.dick-random(1,2),0,10)>><</if>> + "They <<if _slave.balls>> cut my ball<<s>> off and then<</if>> j-ju<<s>>t kind of t-turned me loo<<s>>e in the corridor<<s>>," $he moans. You sold $him to a Gender Radicalist arcology. "Naked, <<s>>o everyone could u<<s>>e my a<<ss>>. Plea<<s>>e, I don't want to be an entire arcology'<<s>> bitch." + <<set _slave.balls = 0>> + <<if _slave.dick>><<set _slave.dick = Math.clamp(_slave.dick-random(1,2),0,10)>><</if>> <<case "gender fundamentalist arcology">> "It wa<<s>> horrible." You sold $him to a Gender Fundamentalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "I'm, I'm, not an idiot. At lea<<s>>t, not ju<<s>>t becau<<s>>e I'm a girl." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "hates men">> <<case "paternalist arcology">> "It wa<<s>> horrible." You sold $him to a Paternalist arcology, but $he explains the apparent contradiction. "The arcology got a new owner." $He shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. There'<<s>> cage<<s>>, and <<s>>pike<<s>>, and whip<<s>>, and rape." It's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "hates men">> <<case "degradationist arcology">> "It wa<<s>> horrible." You sold $him to a Degradationist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. - <<if $activeSlave.ovaries>> - <<set $activeSlave.ovaries = 0, WombFlush($activeSlave), $activeSlave.vagina = 4>> - <<run SetBellySize($activeSlave)>> + <<if _slave.ovaries>> + <<set _slave.ovaries = 0, WombFlush(_slave), _slave.vagina = 4>> + <<run SetBellySize(_slave)>> "They f-fi<<x>>ed me, t-to '<<s>>ave on maintenan<<c>>e of my cunt,' - <<elseif $activeSlave.balls>> - <<set $activeSlave.balls = 0, $activeSlave.anus = 4>> + <<elseif _slave.balls>> + <<set _slave.balls = 0, _slave.anus = 4>> "They c-cut my b-ball<<s>> off, to 'keep me do<<c>>ile,' <<else>> - <<set $activeSlave.anus = 4>> + <<set _slave.anus = 4>> "They whipped me, <</if>> and then u<<s>>ed me to <<s>>ati<<s>>fy labor menial<<s>>. Ten an hour." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "hates men">> <<case "slimness enthusiast arcology">> "It wa<<s>> horrible." You sold $him to a pleasant Slimness Enthusiast arcology, but somehow $he's acquired grotesque implants. "The arcology got a new owner." $He shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. <<Sh>>-<<sh>>e l-like<<s>> t-to ruin the <<s>>lim one<<s>>." It's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. - <<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant, $activeSlave.boobsImplantType = "normal">> - <<set $activeSlave.buttImplant = random(2,4), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10), $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.lipsImplant = 10*random(1,3), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>> + <<set _slave.boobsImplant = 200*random(2,4), _slave.boobs += _slave.boobsImplant, _slave.boobsImplantType = "normal">> + <<set _slave.buttImplant = random(2,4), _slave.butt = Math.clamp(_slave.butt+_slave.buttImplant,0,10), _slave.buttImplantType = "normal">> + <<set _slave.lipsImplant = 10*random(1,3), _slave.lips = Math.clamp(_slave.lips+_slave.lipsImplant,0,100)>> <<case "asset expansionist arcology">> "It wa<<s>> horrible." You sold $him to an Asset Expansionist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. - <<if $activeSlave.hips > 0>> - <<set $activeSlave.butt = Math.clamp($activeSlave.butt+random(2,4),0,10)>> + <<if _slave.hips > 0>> + <<set _slave.butt = Math.clamp(_slave.butt+random(2,4),0,10)>> "They <<s>>aid, <<s>>in<<c>>e I've got broad hip<<s>>, I'd be a 'butt<<s>>lave'." The meaning is obvious; $his ass has grown unbelievably. <<else>> - <<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(20,40),0,10000)>> + <<set _slave.boobs = Math.clamp(_slave.boobs+50*random(20,40),0,10000)>> "They <<s>>aid they'd <<s>>tart with my boob<<s>>." It's true; they've grown unbelievably. <</if>> $He shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube." - <<set $activeSlave.behavioralFlaw = "anorexic">> + <<set _slave.behavioralFlaw = "anorexic">> <<case "transformation fetishist arcology">> "It wa<<s>> horrible." You sold $him to a Transformation Fetishist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "They were giving me new boob implant<<s>> every two week<<s>>. I ran away before another <<s>>et. I c-couldn't take any more <<s>>-<<s>>urgery." - <<set $activeSlave.boobsImplant = 200*random(9,12), $activeSlave.boobs += $activeSlave.boobsImplant, $activeSlave.boobsImplantType = "normal">> + <<set _slave.boobsImplant = 200*random(9,12), _slave.boobs += _slave.boobsImplant, _slave.boobsImplantType = "normal">> <<case "physical idealist arcology">> "It wa<<s>> horrible." You sold $him to a Physical Idealist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "It should have been called a <<S>>teroid Enthu<<s>>ia<<s>>t arcology." $He shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube." - <<set $activeSlave.muscles = 100, $activeSlave.weight = random(-85,-75)>> - <<set $activeSlave.behavioralFlaw = "anorexic">> + <<set _slave.muscles = 100, _slave.weight = random(-85,-75)>> + <<set _slave.behavioralFlaw = "anorexic">> <<case "chattel religionist arcology">> "It wa<<s>> horrible." You sold $him to a Chattel Religionist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "There were, um, cult<<s>> there, along with the Faith. They were going to devote me to <<s>>omething called <<Sh>>e Who Thir<<s>>t<<s>>. Nobody ever hear<<s>> of girl<<s>> after that." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "crude", $activeSlave.behavioralQuirk = "devout">> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "crude", _slave.behavioralQuirk = "devout">> <<case "roman revivalist arcology">> "It wa<<s>> horrible." You sold $him to a Roman Revivalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "I had to kill a girl," $he adds in a small voice. "In the arena." Then, even more quietly: "I had to kill, um, girl<<s>>. I, I can't. Couldn't. Not again." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "crude", $activeSlave.skill.combat = 1>> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "crude", _slave.skill.combat = 1>> <<case "aztec revivalist arcology">> "It wa<<s>> horrible." You sold $him to an Aztec Revivalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "They told me by blood would feed the <<S>>un." $He shudders. "I, they, um, do that to hundred<<s>> of girl<<s>>. I had to help." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "apathetic">> <<case "egyptian revivalist arcology">> "It wa<<s>> horrible." You sold $him to an Egyptian Revivalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "My new owner wa<<s>> old, and he wa<<s>> really into <<s>>ome of the tomb <<s>>tuff. If he died, I'd have been buried with him." <<case "body purist arcology">> "It wa<<s>> horrible." You sold $him to a pleasant Body Purist arcology, but somehow $he's acquired grotesque implants. "The arcology got a new owner." $He shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. <<Sh>>-<<sh>>e l-like<<s>> t-to ruin the pure one<<s>>." It's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. - <<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant, $activeSlave.boobsImplantType = "normal">> - <<set $activeSlave.buttImplant = random(2,4), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10), $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.lipsImplant = 10*random(1,3), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>> + <<set _slave.boobsImplant = 200*random(2,4), _slave.boobs += _slave.boobsImplant, _slave.boobsImplantType = "normal">> + <<set _slave.buttImplant = random(2,4), _slave.butt = Math.clamp(_slave.butt+_slave.buttImplant,0,10), _slave.buttImplantType = "normal">> + <<set _slave.lipsImplant = 10*random(1,3), _slave.lips = Math.clamp(_slave.lips+_slave.lipsImplant,0,100)>> <<case "D milf staffing" "trainer staffing">> <<setNonlocalPronouns $seeDicks>> "I'm a good <<s>>lave trainer, ju<<s>>t like you <<s>>old me to be. Too good." $His eyes look hollow. "I can't get what I'm doing to the<<s>>e <<= _girlU>><<s>> out of my head. Every young _girlU I meet, I get to know _himU and under<<s>>tand _himU. And then I break _himU down and turn _himU into a brainle<<ss>> little fuckpuppet." $He swallows. "I can't. Not anymore." - <<set $activeSlave.fetish = "dom", $activeSlave.fetishStrength = 100>> - <<set $activeSlave.behavioralFlaw = "arrogant", $activeSlave.sexualFlaw = "crude">> + <<set _slave.fetish = "dom", _slave.fetishStrength = 100>> + <<set _slave.behavioralFlaw = "arrogant", _slave.sexualFlaw = "crude">> <<case "teaching trainer">> "I'm ju<<s>>t a mannequin now," $he <<say>>s hollowly. $His buyer planned to use $him as a teaching tool. "There'<<s>> nothing. No joy, no fun. Ju<<s>>t the <<s>>ame thing, over, and over. In<<s>>ide me." - <<set $activeSlave.fetish = "submissive", $activeSlave.fetishStrength = 100>> - <<set $activeSlave.behavioralFlaw = "hates penetration", $activeSlave.sexualFlaw = "apathetic">> + <<set _slave.fetish = "submissive", _slave.fetishStrength = 100>> + <<set _slave.behavioralFlaw = "hates penetration", _slave.sexualFlaw = "apathetic">> <<case "implanting trainer">> "I d-don't want to be c-cut again," $he <<say>>s hollowly. $His buyer planned to use $him as a surgical teaching tool. "E-every time I'm healed, they implant me again. B-bigger." - <<set $activeSlave.boobsImplant = 200*random(8,12), $activeSlave.boobs += $activeSlave.boobsImplant, $activeSlave.boobsImplantType = "advanced fillable">> - <<set $activeSlave.buttImplant = random(2,4), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10), $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.lipsImplant = 10*random(1,3), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>> + <<set _slave.boobsImplant = 200*random(8,12), _slave.boobs += _slave.boobsImplant, _slave.boobsImplantType = "advanced fillable">> + <<set _slave.buttImplant = random(2,4), _slave.butt = Math.clamp(_slave.butt+_slave.buttImplant,0,10), _slave.buttImplantType = "normal">> + <<set _slave.lipsImplant = 10*random(1,3), _slave.lips = Math.clamp(_slave.lips+_slave.lipsImplant,0,100)>> <<case "purifying trainer">> "It w-wa<<s>>n't like I thought it would be," $he <<say>>s. "The trainer you <<s>>old me to took out my implant<<s>>. B-but then they <<s>>aid my boob<<s>> had to be rebuilt, only with drug<<s>> thi<<s>> time." $He shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube." - <<set $activeSlave.boobs -= $activeSlave.boobsImplant, $activeSlave.boobsImplant = 0, $activeSlave.boobsImplantType = "none">> - <<set $activeSlave.butt -= $activeSlave.buttImplant, $activeSlave.buttImplant = 0, $activeSlave.buttImplantType = "none">> - <<set $activeSlave.lips -= $activeSlave.lipsImplant, $activeSlave.lipsImplant = 0>> - <<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(20,40),0,10000)>> + <<set _slave.boobs -= _slave.boobsImplant, _slave.boobsImplant = 0, _slave.boobsImplantType = "none">> + <<set _slave.butt -= _slave.buttImplant, _slave.buttImplant = 0, _slave.buttImplantType = "none">> + <<set _slave.lips -= _slave.lipsImplant, _slave.lipsImplant = 0>> + <<set _slave.boobs = Math.clamp(_slave.boobs+50*random(20,40),0,10000)>> <<case "D startled the witch">> You sold $him to a buyer interested in $him because of $his sharp teeth, among other things. "It wa<<s>> horrible," $he whispers. Then $he gags, dry heaves, and vomits slightly. $He wipes $his mouth with the back of $his hand, staring upward vacantly. "Horrible." - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "crude">> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "crude">> <<case "vampire clan">> You sold $him to a buyer interested in $him because of $his fangs, among other things. "It wa<<s>> horrible," $he whispers. Then $he gags, dry heaves, and vomits slightly. $He wipes $his mouth with the back of $his hand, staring upward vacantly. "Horrible." - <<set $activeSlave.behavioralFlaw = "odd">> - <<set $activeSlave.weight = Math.clamp($activeSlave.weight-75,-100,100)>> + <<set _slave.behavioralFlaw = "odd">> + <<set _slave.weight = Math.clamp(_slave.weight-75,-100,100)>> <<case "slimming trainer">> "It'<<s>> horrible." You sold $him to a trainer who specializes in slimming slaves down, and if anything, they seem to have gone too far. $He's emaciated. "I'm h-hungry all the time, and when I'm not p-perfect, I d-don't get to eat at all." - <<set $activeSlave.boobs = Math.clamp($activeSlave.boobs-50*random(5,10),0,10000)>> - <<set $activeSlave.butt = Math.clamp($activeSlave.butt-random(1,2),0,10)>> - <<set $activeSlave.waist = Math.clamp($activeSlave.waist-random(20,50),-100,100)>> - <<set $activeSlave.weight = -100>> + <<set _slave.boobs = Math.clamp(_slave.boobs-50*random(5,10),0,10000)>> + <<set _slave.butt = Math.clamp(_slave.butt-random(1,2),0,10)>> + <<set _slave.waist = Math.clamp(_slave.waist-random(20,50),-100,100)>> + <<set _slave.weight = -100>> <<case "broadening trainer" "D cannibal" "hedonistic decadence arcology">> <<switch _buyer>> <<case "D cannibal">> @@ -242,100 +242,100 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<default>> "It'<<s>> horrible." You sold $him to a trainer who specializes in fattening slaves up, and if anything, they seem to have gone too far. $He's bloated, and $his stomach is distended. "T-they beat me if I ever <<s>>top eating, and they feed my butt too. I'm gro<<ss>> and ugly." <</switch>> - <<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(5,10),0,10000)>> - <<set $activeSlave.butt = Math.clamp($activeSlave.butt+random(1,2),0,10)>> - <<set $activeSlave.waist = Math.clamp($activeSlave.waist-random(20,50),-100,100)>> - <<set $activeSlave.weight = Math.clamp($activeSlave.weight+random(50,100),-100,200)>> + <<set _slave.boobs = Math.clamp(_slave.boobs+50*random(5,10),0,10000)>> + <<set _slave.butt = Math.clamp(_slave.butt+random(1,2),0,10)>> + <<set _slave.waist = Math.clamp(_slave.waist-random(20,50),-100,100)>> + <<set _slave.weight = Math.clamp(_slave.weight+random(50,100),-100,200)>> <<case "clipping trainer">> "All I do i<<s>> <<s>>uck dick<<s>> and get fucked in the butt." You sold $him to a trainer who specializes in clipping and improving overly masculine slaves, and $he's definitely more feminine, if bitterly unhappy. "They're going to <<s>>ell me to a bitch brothel <<s>>oon, I know it. Plea<<s>>e, nobody'<<s>> even <<s>>aid anything to me other than '<<s>>uck my cock' or 'bend over bitch' in week<<s>>." - <<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant, $activeSlave.boobsImplantType = "normal">> - <<set $activeSlave.buttImplant = random(1,2), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10), $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.lipsImplant = 10*random(1,2), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>> - <<set $activeSlave.waist = Math.clamp($activeSlave.waist+random(20,50),-100,100)>> - <<set $activeSlave.balls = 0, $activeSlave.scrotum = 0, $activeSlave.dick = Math.clamp($activeSlave.dick-random(1,2),0,10)>> - <<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates anal">> - <<if $activeSlave.faceShape == "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>> + <<set _slave.boobsImplant = 200*random(2,4), _slave.boobs += _slave.boobsImplant, _slave.boobsImplantType = "normal">> + <<set _slave.buttImplant = random(1,2), _slave.butt = Math.clamp(_slave.butt+_slave.buttImplant,0,10), _slave.buttImplantType = "normal">> + <<set _slave.lipsImplant = 10*random(1,2), _slave.lips = Math.clamp(_slave.lips+_slave.lipsImplant,0,100)>> + <<set _slave.waist = Math.clamp(_slave.waist+random(20,50),-100,100)>> + <<set _slave.balls = 0, _slave.scrotum = 0, _slave.dick = Math.clamp(_slave.dick-random(1,2),0,10)>> + <<set _slave.behavioralFlaw = "hates men", _slave.sexualFlaw = "hates anal">> + <<if _slave.faceShape == "masculine">><<set _slave.faceShape = "androgynous">><</if>> <<case "reassignment trainer">> "I m-mi<<ss>> my dick." You sold $him to a trainer who specializes in gender reassignment, and $he's definitely more feminine, if bitterly unhappy. "P-plea<<s>>e, even if you won't f-fi<<x>> me, plea<<s>>e take me back. I'll b-be a <<s>>e<<x>> <<s>>lave, I ju<<s>>t don't want to be a woman." - <<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant, $activeSlave.boobsImplantType = "normal">> - <<set $activeSlave.buttImplant = random(1,2), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10), $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.lipsImplant = 10*random(1,2), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>> - <<set $activeSlave.waist = Math.clamp($activeSlave.waist+random(20,50),-100,100)>> - <<set $activeSlave.balls = 0, $activeSlave.scrotum = 0, $activeSlave.dick = 0, $activeSlave.vagina = 3>> - <<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates penetration">> - <<if $activeSlave.faceShape == "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>> + <<set _slave.boobsImplant = 200*random(2,4), _slave.boobs += _slave.boobsImplant, _slave.boobsImplantType = "normal">> + <<set _slave.buttImplant = random(1,2), _slave.butt = Math.clamp(_slave.butt+_slave.buttImplant,0,10), _slave.buttImplantType = "normal">> + <<set _slave.lipsImplant = 10*random(1,2), _slave.lips = Math.clamp(_slave.lips+_slave.lipsImplant,0,100)>> + <<set _slave.waist = Math.clamp(_slave.waist+random(20,50),-100,100)>> + <<set _slave.balls = 0, _slave.scrotum = 0, _slave.dick = 0, _slave.vagina = 3>> + <<set _slave.behavioralFlaw = "hates men", _slave.sexualFlaw = "hates penetration">> + <<if _slave.faceShape == "masculine">><<set _slave.faceShape = "androgynous">><</if>> <<case "arcade">> "Take me back, or kill me," $he <<say>>s. You sold $him to an arcade, and it's surprising $he managed to make it up here at all. "Plea<<s>>e," $he begs. "I will do literally anything. I c-can feel my<<s>>elf going c-cra<<z>>y. I'd rather die." - <<set $activeSlave.anus = 4>> - <<if $activeSlave.vagina != -1>><<set $activeSlave.vagina = 4>><</if>> - <<set $activeSlave.intelligence = Math.clamp($activeSlave.intelligence-50,-100,100)>> - <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">> + <<set _slave.anus = 4>> + <<if _slave.vagina != -1>><<set _slave.vagina = 4>><</if>> + <<set _slave.intelligence = Math.clamp(_slave.intelligence-50,-100,100)>> + <<set _slave.behavioralFlaw = "odd", _slave.sexualFlaw = "apathetic">> <<case "harvester">> "I'm ju<<s>>t kept in a pen unle<<ss>> they're d-doing <<s>>urgery on me." It's not surprising; you did sell $him to an organ farm. What's unexpected is that $he's still alive. They must be removing the less essential parts gradually. "I'm going to die," $he <<say>>s hollowly. "Ne<<x>>t <<s>>urgery, I won't wake up." - <<set $activeSlave.balls = 0, $activeSlave.prostate = 0, $activeSlave.ovaries = 0, $activeSlave.preg = -2, WombFlush($activeSlave)>> - <<run SetBellySize($activeSlave)>> + <<set _slave.balls = 0, _slave.prostate = 0, _slave.ovaries = 0, _slave.preg = -2, WombFlush(_slave)>> + <<run SetBellySize(_slave)>> <<if $seeExtreme == 1>> - <<if $activeSlave.eye.left == 2 && $activeSlave.eye.right == 2 && hasBothNaturalEyes($activeSlave)>> - <<run eyeSurgery($activeSlave, "left", "remove")>> + <<if _slave.eye.left == 2 && _slave.eye.right == 2 && hasBothNaturalEyes(_slave)>> + <<run eyeSurgery(_slave, "left", "remove")>> <</if>> - <<if hasBothNaturalArms($activeSlave)>> - <<run removeLimbs($activeSlave, "right arm")>> + <<if hasBothNaturalArms(_slave)>> + <<run removeLimbs(_slave, "right arm")>> <</if>> <</if>> - <<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "crude">> + <<set _slave.behavioralFlaw = "hates men", _slave.sexualFlaw = "crude">> <<case "D butt bury">> "My kind butt loving Ma<<s>>ter had to <<s>>ell me, and the brothel who bought me u<<s>>e<<s>> my behind a<<s>> an adverti<<s>>ement." $He shifts uncomfortably. "I can barely feel my anu<<s>>." - <<set $activeSlave.anus = 4>> - <<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates anal">> + <<set _slave.anus = 4>> + <<set _slave.behavioralFlaw = "hates men", _slave.sexualFlaw = "hates anal">> <<case "D shorty breeder">> "My kind Ma<<s>>ter had to <<s>>ell me, and the brothel who bought me got rid of hi<<s>>, um, they got rid of my pregnan<<c>>y, and now I'm ju<<s>>t a short <<s>>lut." - <<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "crude">> + <<set _slave.behavioralFlaw = "hates men", _slave.sexualFlaw = "crude">> <<case "fuckdoll">> $His appearance is surprising; you sold $him to a dealer who planned to encase $him in a Fuckdoll suit and thereby transform $him into a living sex toy. Apparently they decided to extract a bit of fun out of $him first. "I've b-been chained up in their b-bathroom ever <<s>>in<<c>>e you <<s>>old me," $he <<say>>s hollowly. "They're g-getting bored of me." - <<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates penetration">> + <<set _slave.behavioralFlaw = "hates men", _slave.sexualFlaw = "hates penetration">> <<case "stuffer chef">> - "They fini<<sh>>ed." $His appearance is not that surprising; you sold $him to a chef who enjoyed stuffing $his face till $he was bloated. Apparently he sold $him off after $he got too fat for his stuffings to show. "He <<s>>tretched my belly out <<s>>o much and when I got <<s>>o fat he couldn't <<s>>ee a differen<<c>>e with hi<<s>> fea<<s>>t<<s>>, he got rid of me." $He <<if hasAnyArms($activeSlave)>>lowers $his arm<<if hasBothArms($activeSlave)>>s<</if>><<else>>straightens $his back<</if>>, allowing $his grotesquely sagging belly to hang free. "I'm gro<<ss>>. I'm fat, <<s>>aggy, and gro<<ss>>." - <<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(5,10),0,10000)>> - <<set $activeSlave.butt = Math.clamp($activeSlave.butt+random(1,2),0,10)>> - <<set $activeSlave.waist = Math.clamp($activeSlave.waist-random(20,50),-100,100)>> - <<set $activeSlave.weight = Math.clamp($activeSlave.weight+random(50,100),-100,200)>> - <<set $activeSlave.bellySag = 80>> - <<set $activeSlave.behavioralFlaw = "anorexic">> + "They fini<<sh>>ed." $His appearance is not that surprising; you sold $him to a chef who enjoyed stuffing $his face till $he was bloated. Apparently he sold $him off after $he got too fat for his stuffings to show. "He <<s>>tretched my belly out <<s>>o much and when I got <<s>>o fat he couldn't <<s>>ee a differen<<c>>e with hi<<s>> fea<<s>>t<<s>>, he got rid of me." $He <<if hasAnyArms(_slave)>>lowers $his arm<<if hasBothArms(_slave)>>s<</if>><<else>>straightens $his back<</if>>, allowing $his grotesquely sagging belly to hang free. "I'm gro<<ss>>. I'm fat, <<s>>aggy, and gro<<ss>>." + <<set _slave.boobs = Math.clamp(_slave.boobs+50*random(5,10),0,10000)>> + <<set _slave.butt = Math.clamp(_slave.butt+random(1,2),0,10)>> + <<set _slave.waist = Math.clamp(_slave.waist-random(20,50),-100,100)>> + <<set _slave.weight = Math.clamp(_slave.weight+random(50,100),-100,200)>> + <<set _slave.bellySag = 80>> + <<set _slave.behavioralFlaw = "anorexic">> <<case "concert hall">> You sold $him to a local concert venue to help relieve the stage crew's stress. "All of the roadie<<s>>, from out of town, from other arcologie<<s>>, treat like <<s>>ome <<s>>ort of punching bag, or, or like a <<s>>ide of meat. I ju<<s>>t can't go b-back there, anymore." - <<if $activeSlave.vagina > -1>> - <<set $activeSlave.vagina = 3>> + <<if _slave.vagina > -1>> + <<set _slave.vagina = 3>> <</if>> - <<set $activeSlave.anus = 3>> - <<if $seePreg != 0>><<if $activeSlave.ovaries>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregType = random(1,2), $activeSlave.pregSource = either(-2,0), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, SetBellySize($activeSlave)>><</if>><</if>> + <<set _slave.anus = 3>> + <<if $seePreg != 0>><<if _slave.ovaries>><<set _slave.preg = random(5,_pregWeeks-1), _slave.pregType = random(1,2), _slave.pregSource = either(-2,0), _slave.pregWeek = _slave.preg, _slave.pregKnown = 1, SetBellySize(_slave)>><</if>><</if>> <<case "etiquette coach">> "The etiquette t-trainer I wa<<s>> <<s>>old to wa<<s>> an e<<x>>cellent teacher indeed," $he <<say>>s with a grimace, "H-however, I find that he had <<s>>ome rather old-f-fa<<sh>>ioned view<<s>> on educational method<<s>>, to be quite b-blunt." You look $him over; $he has numerous caning marks all over $his body, and appears to have been starved. - <<set $activeSlave.weight = random(-80, -70)>> - <<run setHealth($activeSlave, jsRandom(-60, -40), $activeSlave.health.shortDamage + normalRandInt(10, 3), $activeSlave.health.longDamage + normalRandInt(10, 3), undefined, 100)>> - <<set $activeSlave.behavioralFlaw = "odd">> - <<set $activeSlave.sexualFlaw = either("idealistic", "repressed", "self hating", "shamefast")>> + <<set _slave.weight = random(-80, -70)>> + <<run setHealth(_slave, jsRandom(-60, -40), _slave.health.shortDamage + normalRandInt(10, 3), _slave.health.longDamage + normalRandInt(10, 3), undefined, 100)>> + <<set _slave.behavioralFlaw = "odd">> + <<set _slave.sexualFlaw = either("idealistic", "repressed", "self hating", "shamefast")>> <<case "sex double">> You sold $him to a film studio to act as a double for a famous actress where $he was used for a sex scene. "They didn't <<s>>top after the <<sh>>oot. They just kept fucking me and fucking me until they ju<<s>>t to<<ss>>ed me a<<s>>ide, <<s>>in<<c>>e that bitch - <<if $seePreg != 0 && $activeSlave.ovaries == 1 && ($activeSlave.preg == 0 || $activeSlave.preg == -1) && $activeSlave.bellyImplant < 0>> + <<if $seePreg != 0 && _slave.ovaries == 1 && (_slave.preg == 0 || _slave.preg == -1) && _slave.bellyImplant < 0>> 'i<<s>>n't a bloated whore like you'. Like I even had a choi<<c>>e in getting pregnant." <<else>> 'i<<s>>n't a blown out whore like you'." <</if>> - <<set $activeSlave.vagina = 3>> - <<set $activeSlave.anus = 3>> - <<if $seePreg != 0>><<if $activeSlave.ovaries>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregType = 1, $activeSlave.pregSource = 0, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, SetBellySize($activeSlave)>><</if>><</if>> + <<set _slave.vagina = 3>> + <<set _slave.anus = 3>> + <<if $seePreg != 0>><<if _slave.ovaries>><<set _slave.preg = random(5,_pregWeeks-1), _slave.pregType = 1, _slave.pregSource = 0, _slave.pregWeek = _slave.preg, _slave.pregKnown = 1, SetBellySize(_slave)>><</if>><</if>> <<case "monster movie">> You sold $him to a film studio to act as a double for a famous actress where $he was used installed with a massive fake pregnancy for the ending. "It'<<s>> too big... Can't breath right... Wa<<s>> going to be <<s>>old... <<S>>in<<c>>e I wa<<s>> a di<<s>>po<<s>>able prop... I'd rather be your prop." $He returns to wheezing against the solid mass bulging from $his middle. - <<run healthDamage($activeSlave, random(60, 70))>> + <<run healthDamage(_slave, random(60, 70))>> <<if $seeHyperPreg != 1>> - <<set $activeSlave.bellyImplant = 120000, $activeSlave.belly = 120000>> + <<set _slave.bellyImplant = 120000, _slave.belly = 120000>> <<else>> - <<set $activeSlave.bellyImplant = 300000, $activeSlave.belly = 300000>> + <<set _slave.bellyImplant = 300000, _slave.belly = 300000>> <</if>> <<case "sniper spotter">> You sold $him to a mercenary sniper to act as his spotter. "When the job wa<<s>> done, he ju<<s>>t left me behind, in the middle of a war zone. He <<s>>aid it wa<<s>> cheaper to hire a new <<s>>lave <<s>>potter than to get both of u<<s>> to <<s>>afety." $He looks emaciated; it's nothing short of a miracle $he was able to find $his way back to your arcology. - <<set $activeSlave.weight = random(-85, -80)>> - <<run setHealth($activeSlave, jsRandom(-50, -45), $activeSlave.health.shortDamage + normalRandInt(10, 3), $activeSlave.health.longDamage + normalRandInt(10, 3), undefined, 100)>> + <<set _slave.weight = random(-85, -80)>> + <<run setHealth(_slave, jsRandom(-50, -45), _slave.health.shortDamage + normalRandInt(10, 3), _slave.health.longDamage + normalRandInt(10, 3), undefined, 100)>> <<default>> <<switch _buyer>> <<case "housekeeper">> @@ -349,125 +349,125 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<default>> "Plea<<s>>e. I've been re<<s>>old <</switch>> - to a <<sh>>-<<sh>>itty brothel on the lower level<<s>>. It'<<s>> h-horrible there. I live in a tiny little room, and the only people I ever <<if canSee($activeSlave)>><<s>>ee<<else>>meet<</if>> ju<<s>>t fuck me and leave. N-nobody ever t-talk<<s>> to me. And they beat me." - <<if hasAnyNaturalLegs($activeSlave)>>$He shifts uncomfortably on $his <<if !hasBothLegs($activeSlave)>>foot<<else>>feet<</if>>. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all $his time kneeling or lying down.<</if>> - <<set $activeSlave.anus = 3>> - <<if $activeSlave.vagina > -1>><<set $activeSlave.vagina = 3>><</if>> - <<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>> + to a <<sh>>-<<sh>>itty brothel on the lower level<<s>>. It'<<s>> h-horrible there. I live in a tiny little room, and the only people I ever <<if canSee(_slave)>><<s>>ee<<else>>meet<</if>> ju<<s>>t fuck me and leave. N-nobody ever t-talk<<s>> to me. And they beat me." + <<if hasAnyNaturalLegs(_slave)>>$He shifts uncomfortably on $his <<if !hasBothLegs(_slave)>>foot<<else>>feet<</if>>. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all $his time kneeling or lying down.<</if>> + <<set _slave.anus = 3>> + <<if _slave.vagina > -1>><<set _slave.vagina = 3>><</if>> + <<set _slave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>> <</switch>> <br><br> It isn't obvious how $he managed to escape, though no doubt you could review the arcology surveillance logs and find out. For right now, though, the question is what to do with $him. -<<if $activeSlave.trust > 95>> +<<if _slave.trust > 95>> "Plea<<s>>e," $he sobs, breaking down at last. "I th-thought I w-wa<<s>> a g-good $girl. T-take me b-back and I'll p-pretend I n-never left. I'll d-do anything you a<<s>>k. I'll worship the ground you walk on. Plea<<s>>e." - <<set $activeSlave.devotion = 100>> -<<elseif $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>> + <<set _slave.devotion = 100>> +<<elseif _slave.intelligence+_slave.intelligenceImplant < -15>> "Plea<<s>>e," $he sobs, breaking down at last. "I d-don't know where el<<s>>e to go." That much you believe; $he's an idiot. <<else>> "I know I'll be caught," $he sobs, breaking down at last. "I know you'd f-find me. <<S>>o I came here. Plea<<s>>e." $He's right about that much. This is literally the only chance $he has of getting away from $his current owners. <</if>> <<set _ContractCost = 5000>> -<<set _slaveCost = slaveCost($activeSlave)>> +<<set _slaveCost = slaveCost(_slave)>> <<set _slaveCost -= _ContractCost>> <br><br> -<<includeDOM App.Desc.longSlave(V.activeSlave, {market: "generic"})>> +<<includeDOM App.Desc.longSlave(_slave, {market: "generic"})>> <br><br> <span id="result"> <<link "Return $him">> - <<run repX(Math.trunc(_slaveCost/2), "event", $activeSlave)>> + <<run repX(Math.trunc(_slaveCost/2), "event", _slave)>> <<replace "#result">> - $activeSlave.slaveName keeps waiting, but the doors to the penthouse never open. When $his owners arrive a few minutes later to collect $him, $he cries harder, but does not resist. $His weeping has the peculiar ring of utter hopelessness as they restrain $him and drag $him off. A few minutes after that, you receive a businesslike note @@.green;expressing gratitude@@ for your assistance in this matter. + _slave.slaveName keeps waiting, but the doors to the penthouse never open. When $his owners arrive a few minutes later to collect $him, $he cries harder, but does not resist. $His weeping has the peculiar ring of utter hopelessness as they restrain $him and drag $him off. A few minutes after that, you receive a businesslike note @@.green;expressing gratitude@@ for your assistance in this matter. <<set $boomerangStats = 0>> <</replace>> <</link>> <<if $cash >= _ContractCost>> <br><<link "Obfuscate $his appearance and re-enslave $him">> - <<run cashX(forceNeg(_ContractCost), "slaveTransfer", $activeSlave)>> + <<run cashX(forceNeg(_ContractCost), "slaveTransfer", _slave)>> <<if $boomerangStats.PCpregSource > 0 && $PC.preg > 0 && $PC.pregSource == 0>> - <<set $PC.pregSource = $activeSlave.ID>> + <<set $PC.pregSource = _slave.ID>> <</if>> <<if $boomerangStats.PCmother > 0>> - <<set $PC.mother = $activeSlave.ID>> + <<set $PC.mother = _slave.ID>> <</if>> <<if $boomerangStats.PCfather > 0>> - <<set $PC.father = $activeSlave.ID>> + <<set $PC.father = _slave.ID>> <</if>> <<for _reb = 0; _reb < $slaves.length; _reb++>> <<if $boomerangStats.boomerangMother.includes($slaves[_reb].ID)>> - <<set $slaves[_reb].mother = $activeSlave.ID>> + <<set $slaves[_reb].mother = _slave.ID>> <</if>> <<if $boomerangStats.boomerangFather.includes($slaves[_reb].ID)>> - <<set $slaves[_reb].father = $activeSlave.ID>> + <<set $slaves[_reb].father = _slave.ID>> <</if>> <<if $boomerangStats.boomerangPregSources.includes($slaves[_reb].ID) && $slaves[_reb].preg > 0 && $slaves[_reb].pregSource == 0>> - <<set $slaves[_reb].pregSource = $activeSlave.ID>> + <<set $slaves[_reb].pregSource = _slave.ID>> <</if>> <</for>> <<if $incubator > 0>> <<for _reb = 0; _reb < $tanks.length; _reb++>> <<if $boomerangStats.boomerangMotherTank.includes($tanks[_reb].ID)>> - <<set $tanks[_reb].mother = $activeSlave.ID>> + <<set $tanks[_reb].mother = _slave.ID>> <</if>> <<if $boomerangStats.boomerangFatherTank.includes($tanks[_reb].ID)>> - <<set $tanks[_reb].father = $activeSlave.ID>> + <<set $tanks[_reb].father = _slave.ID>> <</if>> <</for>> <</if>> <<if $nursery > 0>> <<for _reb = 0; _reb < $cribs.length; _reb++>> <<if $boomerangStats.boomerangMotherTank.includes($cribs[_reb].ID)>> - <<set $cribs[_reb].mother = $activeSlave.ID>> + <<set $cribs[_reb].mother = _slave.ID>> <</if>> <<if $boomerangStats.boomerangFatherTank.includes($cribs[_reb].ID)>> - <<set $cribs[_reb].father = $activeSlave.ID>> + <<set $cribs[_reb].father = _slave.ID>> <</if>> <</for>> <</if>> <<if $boomerangStats.boomerangRelationship > 0>> <<set _reb = $slaveIndices[$boomerangStats.boomerangRelationship]>> <<if def _reb>> - <<set $slaves[_reb].relationship = $activeSlave.relationship, $slaves[_reb].relationshipTarget = $activeSlave.ID>> + <<set $slaves[_reb].relationship = _slave.relationship, $slaves[_reb].relationshipTarget = _slave.ID>> <<else>> - <<set $activeSlave.relationship = 0, $activeSlave.relationshipTarget = 0>> + <<set _slave.relationship = 0, _slave.relationshipTarget = 0>> <</if>> <</if>> <<if $boomerangStats.boomerangRivalry > 0>> <<set _reb = $slaveIndices[$boomerangStats.boomerangRivalry]>> <<if def _reb>> - <<set $slaves[_reb].rivalry = $activeSlave.rivalry, $slaves[_reb].rivalryTarget = $activeSlave.ID>> + <<set $slaves[_reb].rivalry = _slave.rivalry, $slaves[_reb].rivalryTarget = _slave.ID>> <<else>> - <<set $activeSlave.rivalry = 0, $activeSlave.rivalryTarget = 0>> + <<set _slave.rivalry = 0, _slave.rivalryTarget = 0>> <</if>> <</if>> <<if $boomerangStats.boomerangBody > 0>> <<set _reb = $slaveIndices[$boomerangStats.boomerangBody]>> <<if def _reb>> - <<set $slaves[_reb].origBodyOwnerID = $activeSlave.ID>> + <<set $slaves[_reb].origBodyOwnerID = _slave.ID>> <</if>> <</if>> <<for _reb = 0; _reb < $slaves.length; _reb++>> - <<run WombChangeID($slaves[_reb], $activeSlave.missingParentTag, $activeSlave.ID)>> - <<run WombChangeGeneID($slaves[_reb], $activeSlave.missingParentTag, $activeSlave.ID)>> + <<run WombChangeID($slaves[_reb], _slave.missingParentTag, _slave.ID)>> + <<run WombChangeGeneID($slaves[_reb], _slave.missingParentTag, _slave.ID)>> <</for>> <<set $boomerangStats = 0>> <<replace "#result">> - The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing $his thanks. $He's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistant.name do the necessary work to falsify the arcology records and conceal $his origins. Even so, it would probably be wise to keep $him off public assignments for a while. In no time at all, $he's standing in front of your desk like any other new slave. $He waits obediently, knowing that it's in $his best interests not to mention anything out of the ordinary. - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + The penthouse opens, and _slave.slaveName stumbles inside, sobbing $his thanks. $He's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistant.name do the necessary work to falsify the arcology records and conceal $his origins. Even so, it would probably be wise to keep $him off public assignments for a while. In no time at all, $he's standing in front of your desk like any other new slave. $He waits obediently, knowing that it's in $his best interests not to mention anything out of the ordinary. + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> //This will cost <<print cashFormat(_ContractCost)>>.// <br><<link "Sell $him immediately">> <<run cashX(_slaveCost, "slaveTransfer")>> <<replace "#result">> - The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing $his thanks. $He's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistant.name do the necessary work to falsify the arcology records and conceal $his origins. Before $he's even out from under anesthesia, $he's bundled off into one of the hundreds of slave shipments that move between arcologies every day. This time $he'll be sold far enough away that no matter how much of an escape artist $he is, you won't be seeing any more of $him. $He can whine elsewhere. + The penthouse opens, and _slave.slaveName stumbles inside, sobbing $his thanks. $He's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistant.name do the necessary work to falsify the arcology records and conceal $his origins. Before $he's even out from under anesthesia, $he's bundled off into one of the hundreds of slave shipments that move between arcologies every day. This time $he'll be sold far enough away that no matter how much of an escape artist $he is, you won't be seeing any more of $him. $He can whine elsewhere. <<set $boomerangStats = 0>> <</replace>> <</link>> //This will bring in <<print cashFormat(_slaveCost)>>.// <<else>> //You lack the necessary funds to enslave $him.// <</if>> -</span> +</span> \ No newline at end of file diff --git a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw index 545c7062d0c..8dddd60aaba 100644 --- a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw +++ b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw @@ -6,23 +6,23 @@ <<set $market = {introType: "egyptian", newSlavesDone: 0, newSlaveIndex: 0}, _newSlaves = []>> <<set _contractCost = 3000>> -<<set $activeSlave = GenerateNewSlave(null, {minAge: Math.max(16, $minimumSlaveAge + 3), maxAge: 29, disableDisability: 1})>> -<<run generateSalonModifications($activeSlave)>> -<<set $activeSlave.origin = "$He offered $himself to you for enslavement hoping you would preserve $his incestuous relationship with $his sibling.">> -<<set $activeSlave.devotion = random(5,15)>> -<<set $activeSlave.trust = random(-15,-5)>> -<<run setHealth($activeSlave, jsRandom(-20, 0), undefined, undefined, undefined, 35)>> -<<run setMissingParents($activeSlave)>> -<<set $activeSlave.canRecruit = 0>> -<<if ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>><<set $activeSlave.balls = random(1,5)>><</if>> +<<set _slave = GenerateNewSlave(null, {minAge: Math.max(16, $minimumSlaveAge + 3), maxAge: 29, disableDisability: 1})>> +<<run generateSalonModifications(_slave)>> +<<set _slave.origin = "$He offered $himself to you for enslavement hoping you would preserve $his incestuous relationship with $his sibling.">> +<<set _slave.devotion = random(5,15)>> +<<set _slave.trust = random(-15,-5)>> +<<run setHealth(_slave, jsRandom(-20, 0), undefined, undefined, undefined, 35)>> +<<run setMissingParents(_slave)>> +<<set _slave.canRecruit = 0>> +<<if (_slave.dick > 0) && (_slave.balls == 0)>><<set _slave.balls = random(1,5)>><</if>> <<set _oppositeSex = $seeDicks > 0 && $seeDicks < 100 && (random(1, 4) <= 3)>> -<<set _secondSlave = generateRelatedSlave($activeSlave, "younger sibling", _oppositeSex)>> +<<set _secondSlave = generateRelatedSlave(_slave, "younger sibling", _oppositeSex)>> <<set _secondSlave.relationship = 4>> -<<set _secondSlave.relationshipTarget = $activeSlave.ID>> -<<set $activeSlave.relationship = 4>> -<<set $activeSlave.relationshipTarget = _secondSlave.ID>> +<<set _secondSlave.relationshipTarget = _slave.ID>> +<<set _slave.relationship = 4>> +<<set _slave.relationshipTarget = _secondSlave.ID>> <<if (_secondSlave.actualAge <= 22)>> <<set _secondSlave.career = App.Data.Careers.General.young.random()>> @@ -34,25 +34,25 @@ /* they've been fucking, obviously, so no virginity */ <<if (_secondSlave.dick > 0)>> - <<if $activeSlave.vagina == 0>> - <<set $activeSlave.vagina = _secondSlave.dick > 4 ? 2 : 1>> + <<if _slave.vagina == 0>> + <<set _slave.vagina = _secondSlave.dick > 4 ? 2 : 1>> <</if>> - <<set $activeSlave.anus = Math.max($activeSlave.anus, _secondSlave.dick > 4 ? 2 : 1)>> - <<if $activeSlave.preg >= 1>> - <<set $activeSlave.pregSource = _secondSlave.ID>> + <<set _slave.anus = Math.max(_slave.anus, _secondSlave.dick > 4 ? 2 : 1)>> + <<if _slave.preg >= 1>> + <<set _slave.pregSource = _secondSlave.ID>> <</if>> <</if>> -<<if ($activeSlave.dick > 0)>> +<<if (_slave.dick > 0)>> <<if _secondSlave.vagina == 0>> - <<set _secondSlave.vagina = $activeSlave.dick > 4 ? 2 : 1>> + <<set _secondSlave.vagina = _slave.dick > 4 ? 2 : 1>> <</if>> - <<set _secondSlave.anus = Math.max(_secondSlave.anus, $activeSlave.dick > 4 ? 2 : 1)>> + <<set _secondSlave.anus = Math.max(_secondSlave.anus, _slave.dick > 4 ? 2 : 1)>> <<if _secondSlave.preg >= 1>> - <<set _secondSlave.pregSource = $activeSlave.ID>> + <<set _secondSlave.pregSource = _slave.ID>> <</if>> <</if>> -<<run _newSlaves.push($activeSlave), _newSlaves.push(_secondSlave)>> +<<run _newSlaves.push(_slave), _newSlaves.push(_secondSlave)>> <<setAssistantPronouns>> @@ -63,7 +63,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<= capFirstChar($assistant.name)>> assembles a dossier of information and photos from information they've sent describing their bodies and skills, to be used as a substitute for an in-person inspection. <br><br> -<<set _totalValue = slaveCost($activeSlave) + slaveCost(_secondSlave)>> +<<set _totalValue = slaveCost(_slave) + slaveCost(_secondSlave)>> //Enslaving them will cost <<print cashFormat(_contractCost)>>. Selling them immediately will bring in approximately <<print cashFormat(_totalValue-_contractCost)>>.// <br><br> <<includeDOM App.UI.MultipleInspect(_newSlaves, true, false)>> diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw index 310a8b1e787..19bbbd603e6 100644 --- a/src/uncategorized/reMilfTourist.tw +++ b/src/uncategorized/reMilfTourist.tw @@ -12,27 +12,27 @@ <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>> <<set _race = _races.random()>> <</if>> -<<set $activeSlave = GenerateNewSlave("XX", {minAge: 36, maxAge: 42, ageOverridesPedoMode: 1, race: _race, disableDisability: 1})>> -<<set $activeSlave.origin = "$He came to your arcology as a tourist and found $himself enslaved.">> -<<set $activeSlave.devotion = random(-70,-55)>> -<<set $activeSlave.trust = random(-45,-25)>> -<<run setHealth($activeSlave, jsRandom(10, 20), undefined, undefined, undefined, 5)>> -<<set $activeSlave.vagina++>> -<<set $activeSlave.hips = 2>> -<<set $activeSlave.butt = random(4,6)>> -<<set $activeSlave.boobs = 100*random(10,18)>> -<<set $activeSlave.weight = random(60,140)>> -<<set $activeSlave.behavioralQuirk = "none">> -<<set $activeSlave.sexualQuirk = "none">> -<<set $activeSlave.canRecruit = 0>> -<<set $activeSlave.clothes = "nice business attire">> +<<set _slave = GenerateNewSlave("XX", {minAge: 36, maxAge: 42, ageOverridesPedoMode: 1, race: _race, disableDisability: 1})>> +<<set _slave.origin = "$He came to your arcology as a tourist and found $himself enslaved.">> +<<set _slave.devotion = random(-70,-55)>> +<<set _slave.trust = random(-45,-25)>> +<<run setHealth(_slave, jsRandom(10, 20), undefined, undefined, undefined, 5)>> +<<set _slave.vagina++>> +<<set _slave.hips = 2>> +<<set _slave.butt = random(4,6)>> +<<set _slave.boobs = 100*random(10,18)>> +<<set _slave.weight = random(60,140)>> +<<set _slave.behavioralQuirk = "none">> +<<set _slave.sexualQuirk = "none">> +<<set _slave.canRecruit = 0>> +<<set _slave.clothes = "nice business attire">> <span id="art-frame"> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageColumn"> <div class="imageRef medImg"> - <<= SlaveArt($activeSlave, 2, 0)>> + <<= SlaveArt(_slave, 2, 0)>> </div> <div class="imageRef medImg"> <<= SlaveArt(_milfSlave, 2, 0)>> @@ -43,7 +43,7 @@ </span> <<setLocalPronouns _milfSlave>> -<<setLocalPronouns $activeSlave 2>> +<<setLocalPronouns _slave 2>> <<setAssistantPronouns>> <<if $assistant.personality == 1>> @@ -97,7 +97,7 @@ <span id="result"> <<link "Decline politely">> <<replace "#result">> - <<setSpokenLocalPronouns _milfSlave $activeSlave>> + <<setSpokenLocalPronouns _milfSlave _slave>> You have $assistant.name instruct _milfSlave.slaveName to pass on your regrets, and add a message for _milfSlave.slaveName expressing confidence in $him to represent you and the arcology perfectly well without you. $He's @@.mediumaquamarine;affirmed@@ by your trust in $him. "<<Master>>," $he reports the next time you see $him, "that touri<<s>>t wa<<s>> really nice. Al<<s>>o, I got _him2 to have <<s>>e<<x>> with me, after all. <<He 2>> wa<<s>> all he<<s>>itant and blu<<sh>>y about doing it in public, but <<he 2>> got better after the fir<<s>>t time I ate _him2 out." $He looks pleased with $himself. "I bet <<he 2>> @@.green;tell<<s>> all <<his 2>> friend<<s>>@@ back home how much fun it i<<s>> here." <<run repX(500, "event")>> <<set $slaves[_milfed].trust += 4, $slaves[_milfed].counter.oral++>> @@ -106,7 +106,7 @@ <</link>> <br><<link "Share some Free Cities life with _him2">> <<replace "#result">> - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> You have _milfSlave.slaveName bring the tourist up to meet you. _He2's full of questions about what it's like to be an arcology owner, and you finally tell _him2 that you can give _him2 a pretty good idea. Eagerly, _he2 asks you how, and you point at _milfSlave.slaveName, telling the tourist _he2 ought to bend the slave over the couch if _he2 wants to know what it's really like to be an oversexed oligarch. "I'm, um, not really a le<<s>>bian," the tourist responds hesitantly. <<run Enunciate(_milfSlave)>> <<if _milfSlave.dick > 0>> @@ -126,7 +126,7 @@ <</link>> <br><<link "Encourage _him2 to enjoy the slave with your compliments">> <<replace "#result">> - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> You have _milfSlave.slaveName bring the tourist up to meet you, and exchange some minor pleasantries. You tell _him2 that if _he2 really wants to experience Free Cities life, though, _he2 really should enjoy _milfSlave.slaveName, pointing at the slave hovering behind _him2. _He2 blushes furiously, but before _he2 can stammer a refusal, the slave whispers something into _his2 ear. "I'm, um, not really a le<<s>>bian," the tourist responds hesitantly. <<run Enunciate(_milfSlave)>> <<if _milfSlave.dick > 0>> @@ -136,7 +136,7 @@ <</if>> give me a try." The tourist turns to stare at $him, and _he2 offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging _him2 from behind. $He takes the tourist's hand, and they leave your office together. <br><br> - <<setSpokenLocalPronouns _milfSlave $activeSlave>> + <<setSpokenLocalPronouns _milfSlave _slave>> "<<Master>>," $he reports the next time you see $him, "that touri<<s>>t was really nice. Al<<s>>o, I got _him2 to have <<s>>e<<x>> with me, after all. <<He 2>> wa<<s>> going to take me back to <<his 2>> hotel but I got _him2 to do me on the way. <<He 2>> wa<<s>> all he<<s>>itant and blu<<sh>>y about doing it in public, but <<he 2>> got better after the fir<<s>>t time I ate _him2 out." $He looks pleased with $himself. "I bet <<he 2>> @@.green;tell<<s>> all <<his 2>> friend<<s>>@@ back home how much fun it i<<s>> here." <<set $slaves[_milfed].trust += 4, $slaves[_milfed].counter.oral++>> <<set $oralTotal++>> @@ -147,13 +147,13 @@ <</link>> <<if $cash > 20000>> <br><<link "Enslave _him2">> - <<set $activeSlave.clothes = "no clothing">> + <<set _slave.clothes = "no clothing">> <<replace "#art-frame">> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageColumn"> <div class="imageRef medImg"> - <<= SlaveArt($activeSlave, 2, 0)>> + <<= SlaveArt(_slave, 2, 0)>> </div> <div class="imageRef medImg"> <<= SlaveArt(_milfSlave, 2, 0)>> @@ -163,11 +163,11 @@ /* 000-250-006 */ <</replace>> <<replace "#result">> - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> When your new slave comes to, _his2 weight is hanging from _his2 wrists, bound over _his2 head. _He2's not exactly thin, making the position uncomfortable for _his2 arms, so _he2 groggily stands, finding _himself2 in a pool of light in the middle of a cell. _He2's nursing a tremendous hangover, and though _he2 does not realize it, _he2's drugged. You're present, though not visible, witnessing _his2 first conscious moment of slavery from your desk. Realization is slow. _He2's no innocent, so _he2 recognizes the sensations of waking up the morning after a night of drinking interspersed with vigorous vaginal, oral, and anal intercourse, but _he2 does not remember the specifics. After a few minutes, _he2 understands that no one is coming, and speaks up hesitantly: "I<<s>> anyone there?" Getting no immediate answer, _he2 slumps against _his2 wrist restraints again, and begins to cry to _himself2. "W-why would a-anyone do thi<<s>>." <br> - <<run cashX(-20000, "event", $activeSlave)>> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<run cashX(-20000, "event", _slave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> //This will require an unprofitable <<print cashFormat(20000)>>, since _he2 is wealthy and obfuscating _his2 fate will require considerable spending// <<else>> diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw index 738584edce6..770c490b073 100644 --- a/src/uncategorized/rePokerNight.tw +++ b/src/uncategorized/rePokerNight.tw @@ -60,42 +60,42 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>> <<set _race = _races.random()>> <</if>> - <<set _genParam = {minAge: 38, maxAge: 43, ageOverridesPedoMode: 1, race: _race, disableDisability:1}>> + <<set _genParam = {minAge: 38, maxAge: 43, ageOverridesPedoMode: 1, race: _race, disableDisability: 1}>> <<if $seeDicks != 100>> - <<set $activeSlave = GenerateNewSlave("XX", _genParam)>> + <<set _slave = GenerateNewSlave("XX", _genParam)>> <<else>> - <<set $activeSlave = GenerateNewSlave("XY", _genParam)>> + <<set _slave = GenerateNewSlave("XY", _genParam)>> <</if>> - <<set $activeSlave.origin = "$He put $himself up as collateral at a poker game, and lost.">> - <<set $activeSlave.career = "a soldier">> - <<set $activeSlave.indentureRestrictions = 2>> - <<set $activeSlave.indenture = 52>> - <<set $activeSlave.devotion = random(25,40)>> - <<set $activeSlave.trust = random(35,45)>> - <<run setHealth($activeSlave, jsRandom(60, 80), 0, undefined, 0, 10)>> - <<set $activeSlave.muscles = 50>> - <<if $activeSlave.weight > 130>> - <<set $activeSlave.weight -= 100>> - <<set $activeSlave.waist = random(-10,50)>> + <<set _slave.origin = "$He put $himself up as collateral at a poker game, and lost.">> + <<set _slave.career = "a soldier">> + <<set _slave.indentureRestrictions = 2>> + <<set _slave.indenture = 52>> + <<set _slave.devotion = random(25,40)>> + <<set _slave.trust = random(35,45)>> + <<run setHealth(_slave, jsRandom(60, 80), 0, undefined, 0, 10)>> + <<set _slave.muscles = 50>> + <<if _slave.weight > 130>> + <<set _slave.weight -= 100>> + <<set _slave.waist = random(-10,50)>> <</if>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.accent = random(0,1)>> - <<set $activeSlave.behavioralFlaw = "arrogant">> - <<set $activeSlave.hLength = 1>> - <<set $activeSlave.hStyle = "shaved into a mohawk">> - <<set $activeSlave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies.">> - <<set $activeSlave.clothes = "a military uniform">> - <<run App.Utils.setLocalPronouns($activeSlave)>> + <<set _slave.anus = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.combat = 1>> + <<set _slave.accent = random(0,1)>> + <<set _slave.behavioralFlaw = "arrogant">> + <<set _slave.hLength = 1>> + <<set _slave.hStyle = "shaved into a mohawk">> + <<set _slave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies.">> + <<set _slave.clothes = "a military uniform">> + <<run App.Utils.setLocalPronouns(_slave)>> <<replace "#art-frame">> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ @@ -104,7 +104,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message Some aggressive play and an eye for riling up your fellow players has resulted in an immense payout, and all but one of your adversaries have folded as the situation has escalated. The only player still in contention is a wily old mercenary, the veteran of $his fair share of battles on the battlefield and at the poker table. $He's short on chips, however, and $he'll have to buy in with something else as collateral. <br><br> <span id="alive-result"> - <<set $activeSlave.clothes = "no clothing">> + <<set _slave.clothes = "no clothing">> <<link "A year of servitude">> <<replace "#alive-result">> <<if random(1,100) > 50>> @@ -116,16 +116,16 @@ On a particularly lackadaisical evening, you find yourself alerted to a message /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgVector"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt($activeSlave, 2, 0)>></div> + <div class="imageRef lrgRender"><div class="mask"> </div><<= SlaveArt(_slave, 2, 0)>></div> <</if>> <</if>> /* 000-250-006 */ <</replace>> For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. A silence falls over the room as the result is declared, but after some time your opponent breaks the hush by joking that life as your slave is probably easier than fighting for $arcologies[0].name. After some awkward laughter the night continues, and at the end your former mercenary joins you on your trip back to the penthouse to submit to processing and to begin $his new life as your sexual servant. $He's not young, but $he's tough and not distrusting of you due to $his service in the $mercenariesTitle. <br> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</if>> <</replace>> <</link>> diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw index a7f0490756d..7fdff1f7b98 100644 --- a/src/uncategorized/reShelterInspection.tw +++ b/src/uncategorized/reShelterInspection.tw @@ -10,50 +10,50 @@ <<set _race = _races.random()>> <</if>> <<set _ContractCost = 10000>> -<<set $activeSlave = GenerateNewSlave("XX", {minAge: 36, maxAge: 42, ageOverridesPedoMode: 1, race: _race, disableDisability: 1})>> -<<set $activeSlave.origin = "$He was once an inspector for the Shelter, but you put a stop to that.">> -<<set $activeSlave.career = "a charity worker">> -<<set $activeSlave.devotion = random(-90,-75)>> -<<set $activeSlave.trust = random(75,90)>> -<<set $activeSlave.oldDevotion = $activeSlave.devotion>> -<<set $activeSlave.oldTrust = $activeSlave.trust>> -<<run setHealth($activeSlave, jsRandom(30, 50), 0, 0, 0, 40)>> -<<set $activeSlave.skill.anal = 0>> -<<set $activeSlave.skill.oral = 0>> -<<set $activeSlave.skill.whoring = 0>> -<<set $activeSlave.skill.vaginal = 0>> -<<set $activeSlave.skill.entertainment = 0>> -<<set $activeSlave.butt = random(4,6)>> -<<set $activeSlave.boobs = 100*random(12,18)>> -<<set $activeSlave.weight = random(20,80)>> -<<set $activeSlave.face = -20>> -<<set $activeSlave.voice = 1>> -<<set $activeSlave.hColor = "graying">> -<<set $activeSlave.override_H_Color = 1>> -<<set $activeSlave.hLength = 40>> -<<set $activeSlave.hStyle = "up">> -<<set $activeSlave.energy = random(5,50)>> -<<set $activeSlave.behavioralQuirk = either("gluttonous", "hates men", "hates women", "liberated")>> -<<set $activeSlave.sexualQuirk = either("apathetic", "idealistic")>> -<<set $activeSlave.clothes = either("conservative clothing", "nice business attire")>> -<<set $activeSlave.shoes = either("flats", "heels")>> +<<set _slave = GenerateNewSlave("XX", {minAge: 36, maxAge: 42, ageOverridesPedoMode: 1, race: _race, disableDisability: 1})>> +<<set _slave.origin = "$He was once an inspector for the Shelter, but you put a stop to that.">> +<<set _slave.career = "a charity worker">> +<<set _slave.devotion = random(-90,-75)>> +<<set _slave.trust = random(75,90)>> +<<set _slave.oldDevotion = _slave.devotion>> +<<set _slave.oldTrust = _slave.trust>> +<<run setHealth(_slave, jsRandom(30, 50), 0, 0, 0, 40)>> +<<set _slave.skill.anal = 0>> +<<set _slave.skill.oral = 0>> +<<set _slave.skill.whoring = 0>> +<<set _slave.skill.vaginal = 0>> +<<set _slave.skill.entertainment = 0>> +<<set _slave.butt = random(4,6)>> +<<set _slave.boobs = 100*random(12,18)>> +<<set _slave.weight = random(20,80)>> +<<set _slave.face = -20>> +<<set _slave.voice = 1>> +<<set _slave.hColor = "graying">> +<<set _slave.override_H_Color = 1>> +<<set _slave.hLength = 40>> +<<set _slave.hStyle = "up">> +<<set _slave.energy = random(5,50)>> +<<set _slave.behavioralQuirk = either("gluttonous", "hates men", "hates women", "liberated")>> +<<set _slave.sexualQuirk = either("apathetic", "idealistic")>> +<<set _slave.clothes = either("conservative clothing", "nice business attire")>> +<<set _slave.shoes = either("flats", "heels")>> <<set _Inspectee = getSlave($shelterGirlID)>> <<set _originSlave = $genePool.find(function(s) { return s.ID == $shelterGirlID; })>> <<setLocalPronouns _Inspectee>> -<<setLocalPronouns $activeSlave 2>> +<<setLocalPronouns _slave 2>> <<setAssistantPronouns>> <<setPlayerPronouns>> -<<run Enunciate($activeSlave)>> -<<setSpokenLocalPronouns _Inspectee $activeSlave>> +<<run Enunciate(_slave)>> +<<setSpokenLocalPronouns _Inspectee _slave>> <span id="art-frame"> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageColumn"> <div class="imageRef medImg"> - <<= SlaveArt($activeSlave, 2, 0)>> + <<= SlaveArt(_slave, 2, 0)>> </div> <div class="imageRef medImg"> <<= SlaveArt(_Inspectee, 2, 0)>> @@ -108,12 +108,12 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <span id="result"> <<link "Amusing. Enslave _him2">> - <<run cashX(forceNeg(_ContractCost), "slaveTransfer", $activeSlave)>> + <<run cashX(forceNeg(_ContractCost), "slaveTransfer", _slave)>> <<replace "#result">> $assistant.name ushers _him2 into your penthouse and keeps _him2 busy for the few minutes you need to circumvent the Shelter's various legal and contractual defenses to prevent slaveowners from doing exactly what you're doing. Fortunately, you're cleverer and richer than most, and you succeed. You have _him2 brought into your office, and you are pleased to see _him2. _He2's not young and _he2's not pretty, but _his2 suit cannot disguise _his2 big bottom, and _he2's using the tablet _he2 has clasped protectively against _his2 chest to conceal a huge pair of mature breasts. _He2 knows exactly what's happened, and fixes you with a gimlet stare. "In a couple of month<<s>>," _he2 says with venom, "when you've filled me full of hormone<<s>> and drug<<s>> and training, and I'm begging you to <<if $PC.dick != 0>><<s>>tick your tiny little dick up<<else>>fi<<s>>t<</if>> my a<<ss>>hole, remember thi<<s>>. It'll be conditioning and <<s>>elf-pre<<s>>ervation and <<S>>tockholm <<S>>yndrome talking, not me. I think you're a <<if $PC.title == 1>><<s>>ad ba<<s>>tard<<else>>vile cunt<</if>>, and I alway<<s>> will." <<set $shelterAbuse += 10>> <<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */ - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> //This will cost <<print cashFormat(_ContractCost)>>// <<if _S.Bodyguard || $mercenaries > 1 || ($SF.Toggle && $SF.Active >= 1)>> @@ -141,22 +141,22 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <</if>> <<if ($dairy > 0) && ($dairyRestraintsSetting > 1) && (_Inspectee.assignment == "work in the dairy")>> <br><<link "The slave is attached to a milking machine in $dairyName, and so will be the inspector">> - <<= assignJob($activeSlave, "work in the dairy")>> - <<set $activeSlave.lactation = 1, $activeSlave.lactationDuration = 2>> - <<set $activeSlave.clothes = "no clothing">> - <<run cashX(forceNeg(_ContractCost/2), "slaveTransfer", $activeSlave)>> + <<= assignJob(_slave, "work in the dairy")>> + <<set _slave.lactation = 1, _slave.lactationDuration = 2>> + <<set _slave.clothes = "no clothing">> + <<run cashX(forceNeg(_ContractCost/2), "slaveTransfer", _slave)>> <<replace "#result">> _Inspectee.slaveName is attached to a milking machine, so it would be extremely unwise to let the inspector report on _Inspectee.slaveName's industrial fate in all its gorgeous productivity. So, you greet _him2 politely, and bring _him2 down to $dairyName to show _him2 _Inspectee.slaveName. The inspector has a single moment to stiffen in shock at the sight before _he2 stiffens involuntarily due to the security drone tasing _him2 unconscious. It takes a few credits here and there to circumvent the Shelter's various legal and contractual defenses to prevent slaveowners from doing exactly what you're doing, but you finish the day richer by one more big-boobed milk producer. You leave the inspector's drug dosage low to start, so _he2 can appreciate _his2 situation for a while. When the inspector awakes, _his2 visor is set to show an overhead view of _his2 bay in $dairyName. _He2 sees _his2 breasts, already larger than _he2 remembers, gently swaying with the pumping of the milkers.<<if $dairyFeedersSetting > 1>> _He2 sees the huge phallus occupying _his2 mouth, and feels nutrition sliding down _his2 throat.<</if>><<if $dairyPregSetting > 1>> _He2 sees _his2 vagina drooling as it's fucked in preparation for pregnancy.<</if>><<if $dairyPregSetting > 1>> _He2 sees a massive piston moving slowly back and forth beneath _his2 buttocks, and understands what the ache of impossible fullness in _his2 bottom is.<</if>> _His2 hands ball into fists. <<set $shelterAbuse += 10>> <<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */ - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</replace>> <</link>> //This will cost <<print cashFormat(_ContractCost/2)>>// <<elseif ($arcade > 0) && (_Inspectee.assignment == "be confined in the arcade")>> <br><<link "The slave is little more than a hole in $arcadeName, and so will be the inspector">> - <<= assignJob($activeSlave, "be confined in the arcade")>> - <<set $activeSlave.clothes = "no clothing">> - <<run cashX(forceNeg(_ContractCost/2), "slaveTransfer", $activeSlave)>> + <<= assignJob(_slave, "be confined in the arcade")>> + <<set _slave.clothes = "no clothing">> + <<run cashX(forceNeg(_ContractCost/2), "slaveTransfer", _slave)>> <<replace "#result">> _Inspectee.slaveName is sealed in a box and currently in use, so it would be extremely unwise to let the inspector report on _Inspectee.slaveName's permanent position in the service industry. So, you greet _him2 politely, and bring _him2 down to $arcadeName to show _him2 _Inspectee.slaveName. The inspector has a single moment to stiffen in shock at the sight before _he2 stiffens involuntarily due to the security drone tasing _him2 unconscious. It takes a few credits here and there to circumvent the Shelter's various legal and contractual defenses to prevent slaveowners from doing exactly what you're doing, but you finish the day richer by three more fuckable holes. When the inspector awakes to a dick intruding _his2 body, the pitch blackness and sound proofing disorientates _him2. <<if $arcadeUpgradeInjectors == 2>> @@ -171,7 +171,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema Before _he2 gets the chance to swear defiance against you, another patron rams his dick down _his2 throat, putting a stop to that notion. _His2 hands ball into fists as _he2 endures _his2 first spitroasting. <<set $shelterAbuse += 15>> <<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */ - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</replace>> <</link>> //This will cost <<print cashFormat(_ContractCost/2)>>// <<elseif (_Inspectee.assignment == "be your agent") || (_Inspectee.assignment == "live with your agent")>> @@ -184,13 +184,13 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <</link>> <<elseif _Inspectee.fuckdoll > 0>> <br><<link "The slave is little more than a latex wrapped doll, and so will be the inspector">> - <<run cashX(forceNeg(_ContractCost/2), "slaveTransfer", $activeSlave)>> + <<run cashX(forceNeg(_ContractCost/2), "slaveTransfer", _slave)>> <<replace "#result">> You have _him2 ushered up to your office, and order _Inspectee.slaveName brought in. The inspector has a single moment to stiffen in shock at the sight before _he2 stiffens involuntarily due to the security drone tasing _him2 unconscious. It takes a few credits here and there to circumvent the Shelter's various legal and contractual defenses to prevent slaveowners from doing exactly what you're doing, but you finish the day richer by one more Fuckdoll. Odds are _he2 wants to be defiant, but the suit works perfectly and leaves _him2 no outlet to make _his2 thoughts known. - <<run beginFuckdoll($activeSlave)>> + <<run beginFuckdoll(_slave)>> <<set $shelterAbuse += 10>> <<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */ - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</replace>> <</link>> //This will cost <<print cashFormat(_ContractCost/2)>>// <<elseif ($dairyRestraintsSetting < 2) || (_Inspectee.assignment != "work in the dairy")>> @@ -257,7 +257,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema $He nods confidently. <</if>> <</if>> - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> The inspector's expression softens, and _he2 pauses a moment before jotting down more notes on _his2 tablet. "Thank you, _Inspectee.slaveName, that will be all." _He2 turns to you and says "You're more than welcome to adopt <<s>>lave<<s>> from our <<sh>>elter." You swear _he2 seems in much better spirits as _he2 leaves your penthouse. <<set _inspectionContinues = 0>> <<set $shelterAbuse-->> @@ -273,7 +273,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<else>> _Inspectee.slaveName shakes $his head in response. <</if>> - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> The inspector gasps at the realization that $he can see again. "They look ju<<s>>t like <<his>> old photo<<s>> too..." A tear comes to _his2 weary eye as _he2 writes out notes on _his2 tablet. "You're more than welcome to adopt <<s>>lave<<s>> from our <<sh>>elter." You swear _he2 seems in much better spirits as _he2 leaves your penthouse. <<set _inspectionContinues = 0>> <<set $shelterAbuse-->> @@ -427,7 +427,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<if (_Inspectee.devotion < 10)>> <<if (_Inspectee.buttplug == "large plug") || (_Inspectee.buttplug == "huge plug") || (_Inspectee.buttplug == "long, large plug") || (_Inspectee.buttplug == "long, huge plug")>> "W-well," $he says, "I wear a buttplug." The inspector frowns. - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> "A buttplug <<sh>>ouldn't do that!" <<run Enunciate(_Inspectee)>> The slave looks worried and replies, "It'<<s>> kinda big? And I wear it all the time. B-but I like it! It d-doe<<s>>n't hurt. Well, anymore." The inspector is not amused. _He2 offers you a few choice words, makes notes on _his2 tablet, and storms out. @@ -441,7 +441,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<set $shelterAbuse -= 1>> <<else>> "W-well," $he says, "I'm a <<s>>lave." The inspector frowns. - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> "What doe<<s>> that have to do with it?" <<run Enunciate(_Inspectee)>> The slave looks worried and replies, "I-it'<<s>> a hole, right? I get fucked in all my hole<<s>>." The inspector is not amused. _He2 offers you a few choice words, makes notes on _his2 tablet, and storms out. @@ -449,7 +449,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<else>> <<if (_Inspectee.buttplug == "large plug") || (_Inspectee.buttplug == "huge plug") || (_Inspectee.buttplug == "long, large plug") || (_Inspectee.buttplug == "long, huge plug")>> "I wear a buttplug!" $he says confidently. The inspector frowns. - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> "A buttplug <<sh>>ouldn't do that!" <<run Enunciate(_Inspectee)>> The slave looks worried and replies, "It'<<s>> really big, and I wear it all the time. I like it! It keep<<s>> my hole ready for anything." The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet. @@ -465,7 +465,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<set $shelterAbuse -= 1>> <<else>> "I'm a <<s>>lave," $he says confidently. The inspector frowns. - <<run Enunciate($activeSlave)>> + <<run Enunciate(_slave)>> "What doe<<s>> that have to do with it?" <<run Enunciate(_Inspectee)>> The slave beams and replies, "It'<<s>> a hole. I'm a good $girl, <<s>>o I get fucked in all my hole<<s>>." The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet. diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw index 0341a1d74c4..9e0239302b3 100644 --- a/src/uncategorized/resFailure.tw +++ b/src/uncategorized/resFailure.tw @@ -6,862 +6,692 @@ <<run repX(-200, "event")>> <<set $arcologies[0].prosperity -= 2>> -<<set $slavesToAdd = 5>> +<<set _slavesToAdd = 5>> +<<set V[$RESFailure].schoolPresent = 0>> +<<set V[$RESFailure].subsidize = 0>> +<<set V[$RESFailure].schoolProsperity = 0>> +<<set V[$RESFailure].schoolAnnexed = 1>> <<if $RESFailure == "TSS">> - <<set $TSS.schoolPresent = 0>> - <<set $TSS.subsidy = 0>> - <<set $TSS.schoolProsperity = 0>> - <<set $TSS.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a slave">> - <<set $activeSlave.butt = either(1, 2, 2, 3)>> - <<set $activeSlave.boobs = either(200, 300, 300, 400)>> + <<for _i = 0; _i < _slavesToAdd-1; _i++>> + <<set _slave = GenerateNewSlave("XX", {ageOverridesPedoMode: 1})>> + <<set _slave.career = "a slave">> + <<set _slave.butt = either(1, 2, 2, 3)>> + <<set _slave.boobs = either(200, 300, 300, 400)>> <<if $TSS.schoolUpgrade == 1>> - <<set $activeSlave.origin = "$He was given to you by a failed branch campus of the Slavegirl School after $he was retrained as a slave $girl.">> - <<set $activeSlave.butt += 1>> - <<set $activeSlave.boobs += 200>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.actualAge = random(36,42)>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> + <<set _slave.origin = "$He was given to you by a failed branch campus of the Slavegirl School after $he was retrained as a slave $girl.">> + <<set _slave.butt++>> + <<set _slave.boobs += 200>> <<else>> - <<set $activeSlave.origin = "$He was given to you by a failed branch campus of the Slavegirl School right after $his majority.">> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = 0>> - <<set $activeSlave.actualAge = 18>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> + <<set _slave.origin = "$He was given to you by a failed branch campus of the Slavegirl School right after $his majority.">> <</if>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.intelligence = random(-50,95)>> - <<set $activeSlave.devotion = random(25,45)>> - <<set $activeSlave.trust = random(25,45)>> - <<run setHealth($activeSlave, jsRandom(50, 60), 0, 0, 0)>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.chem = 20>> - <<if $TSS.schoolUpgrade == 0>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 15>> - <<else>> - <<set $activeSlave.skill.vaginal = 15>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.skill.entertainment = 15>> - <</if>> - <<set $activeSlave.skill.combat = 0>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.sexualFlaw = either("none")>> - <<set $activeSlave.behavioralFlaw = either("none")>> - <<set $activeSlave.hStyle = "tails">> - <<set $activeSlave.custom.tattoo = "$He has the simple logo of the corporation that operates the Slavegirl School tattooed on $his left cheek.">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.actualAge = ($TSS.schoolUpgrade == 1 ? random(36,42) : 18)>> + <<set _slave.anus = ($TSS.schoolUpgrade == 1 ? 1 : 0)>> + <<set _slave.vagina = ($TSS.schoolUpgrade == 1 ? 1 : 0)>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.teeth = "normal">> + <<set _slave.intelligence = random(-50,95)>> + <<set _slave.devotion = random(25,45)>> + <<set _slave.trust = random(25,45)>> + <<run setHealth(_slave, jsRandom(50, 60), 0, 0, 0)>> + <<set _slave.preg = 0>> + <<set _slave.weight = 0>> + <<set _slave.chem = 20>> + <<set _slave.skill.vaginal = ($TUO.schoolUpgrade !== 0 ? 15 : 0)>> + <<set _slave.skill.oral = ($TUO.schoolUpgrade !== 0 ? 15 : 0)>> + <<set _slave.skill.anal = ($TUO.schoolUpgrade !== 0 ? 15 : 0)>> + <<set _slave.skill.whoring = ($TUO.schoolUpgrade !== 0 ? 15 : 0)>> + <<set _slave.skill.entertainment = 15>> + <<set _slave.skill.combat = 0>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.sexualFlaw = either("none")>> + <<set _slave.behavioralFlaw = either("none")>> + <<set _slave.hStyle = "tails">> + <<set _slave.custom.tattoo = "$He has the simple logo of the corporation that operates the Slavegirl School tattooed on $his left cheek.">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "TUO">> - <<set $TUO.schoolPresent = 0>> - <<set $TUO.subsidy = 0>> - <<set $TUO.schoolProsperity = 0>> - <<set $TUO.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> - <<set $activeSlaveOneTimeMaxAge = $fertilityAge>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave()>> - <<set $activeSlave.origin = "$He was given to you by a failed branch of The Utopian Orphanage right after $his graduation.">> - <<set $activeSlave.career = "a slave">> - <<run setHealth($activeSlave, jsRandom(60, 80), 0, 0, 0)>> - <<set $activeSlave.devotion = random(50,75)>> - <<set $activeSlave.trust = random(50,75)>> - <<if $TUO.schoolUpgrade == 1>> - <<set $activeSlave.face = random(30,100)>> - <<set $activeSlave.intelligence = random(55,100)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.accent = 1>> - <<set $activeSlave.skill.entertainment = 75>> - <<set $activeSlave.skill.combat = 1>> - <<else>> - <<set $activeSlave.face = random(10,65)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.intelligence = random(35,75)>> - <<set $activeSlave.accent = either(0,1)>> - <<set $activeSlave.skill.entertainment = 45>> - <<set $activeSlave.skill.combat = 0>> - <</if>> - <<if $TUO.schoolUpgrade == 2>> - <<set $activeSlave.skill.vaginal = 15>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.energy = random(40,95)>> - <<else>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.energy = random(15,65)>> - <</if>> - <<set $activeSlave.faceImplant = 0>> - <<set $activeSlave.weight = random(-17,17)>> - <<set $activeSlave.muscles = random(0,20)>> - <<set $activeSlave.lips = random(10,40)>> - <<set $activeSlave.lipsImplant = 0>> - <<set $activeSlave.boobs = 50>> - <<set $activeSlave.boobsImplant = 0>> - <<set $activeSlave.butt = random(0,2)>> - <<set $activeSlave.buttImplant = 0>> - <<set $activeSlave.vagina = 0>> - <<set $activeSlave.anus = 0>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("", {minAge: $minimumSlaveAge, maxAge: $fertilityAge, disableDisability: 1})>> + <<set _slave.origin = "$He was given to you by a failed branch of The Utopian Orphanage right after $his graduation.">> + <<set _slave.career = "a slave">> + <<run setHealth(_slave, jsRandom(60, 80), 0, 0, 0)>> + <<set _slave.devotion = random(50,75)>> + <<set _slave.trust = random(50,75)>> + <<set _slave.face = ($TUO.schoolUpgrade == 1 ? random(30, 100) : random(10, 65))>> + <<set _slave.intelligence = ($TUO.schoolUpgrade == 1 ? random(55, 100) : random(35, 75))>> + <<set _slave.intelligenceImplant = ($TUO.schoolUpgrade == 1 ? 30 : 15)>> + <<set _slave.accent = ($TUO.schoolUpgrade == 1 ? 1 : either(0, 1))>> + <<set _slave.skill.entertainment = ($TUO.schoolUpgrade == 1 ? 75 : 45)>> + <<set _slave.skill.combat = ($TUO.schoolUpgrade == 1 ? 1 : 0)>> + <<set _slave.skill.vaginal = ($TUO.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.oral = ($TUO.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.anal = ($TUO.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.whoring = ($TUO.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.energy = ($TUO.schoolUpgrade == 2 ? random(40,95) : random(15,65))>> + <<set _slave.faceImplant = 0>> + <<set _slave.weight = random(-17,17)>> + <<set _slave.muscles = random(0,20)>> + <<set _slave.lips = random(10,40)>> + <<set _slave.lipsImplant = 0>> + <<set _slave.boobs = 50>> + <<set _slave.boobsImplant = 0>> + <<set _slave.butt = random(0,2)>> + <<set _slave.buttImplant = 0>> + <<set _slave.vagina = 0>> + <<set _slave.anus = 0>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "TCR">> - <<set $TCR.schoolPresent = 0>> - <<set $TCR.subsidy = 0>> - <<set $TCR.schoolProsperity = 0>> - <<set $TCR.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $activeSlaveOneTimeMinAge = $fertilityAge+6>> - <<set $activeSlaveOneTimeMaxAge = 32>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.slaveName = setup.cowSlaveNames.random()>> - <<set $activeSlave.slaveSurname = 0>> - <<set $activeSlave.career = "a dairy cow">> - <<set $activeSlave.butt = either(5, 6, 6, 7, 7, 8, 9)>> - <<set $activeSlave.boobs = 30000>> - <<set $activeSlave.lactation = 1>> - <<set $activeSlave.lactationDuration = 2>> - <<set $activeSlave.lactationAdaptation = 100>> - <<set $activeSlave.origin = "$He is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 5>> - <<set $activeSlave.vaginaLube = 2>> - <<set $activeSlave.intelligence = either(-100, -100, -100, -96, -80, -70, -50)>> - <<set $activeSlave.devotion = 100>> - <<set $activeSlave.trust = 100>> - <<run setHealth($activeSlave, jsRandom(50, 60), 0, 0, 0)>> - <<set $activeSlave.preg = random(30,39)>> - <<set $activeSlave.pregType = random(3,6)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> - <<set $activeSlave.bellySag = 10>> - <<set $activeSlave.bellySagPreg = 10>> - <<set $activeSlave.hips = either(2, 2, 2, 2, 3)>> - <<set $activeSlave.counter.birthsTotal = random(10,15)>> - <<set $activeSlave.geneticQuirks.hyperFertility = 2>> - <<set $activeSlave.weight = random(60,160)>> - <<set $activeSlave.muscles = random(60,80)>> - <<set $activeSlave.chem = 10>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 0>> - <<set $activeSlave.skill.combat = 0>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.heels = 1>> - <<set $activeSlave.fetish = "mindbroken">> - <<set $activeSlave.fetishStrength = 10>> - <<set $activeSlave.fetishKnown = 1>> - <<set $activeSlave.sexualFlaw = either("none")>> - <<set $activeSlave.behavioralFlaw = either("none")>> - <<set $activeSlave.sexualQuirk = either("none")>> - <<set $activeSlave.behavioralQuirk = either("none")>> - <<set $activeSlave.hStyle = "neat">> - <<set $activeSlave.collar = "leather with cowbell">> - <<set $activeSlave.brand["right thigh"] = "the logo of the Cattle Ranch">> - <<set $activeSlave.boobsTat = "bovine patterns">> - <<set $activeSlave.buttTat = "bovine patterns">> - <<set $activeSlave.vaginaTat = "bovine patterns">> - <<set $activeSlave.lipsTat = "bovine patterns">> - <<set $activeSlave.anusTat = "bovine patterns">> - <<set $activeSlave.shouldersTat = "bovine patterns">> - <<set $activeSlave.backTat = "bovine patterns">> - <<set $activeSlave.armsTat = "bovine patterns">> - <<set $activeSlave.legsTat = "bovine patterns">> - <<set $activeSlave.stampTat = "bovine patterns">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("XX", {minAge: $fertilityAge+6, maxAge: 32, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.slaveName = setup.cowSlaveNames.random()>> + <<set _slave.slaveSurname = 0>> + <<set _slave.career = "a dairy cow">> + <<set _slave.butt = either(5, 6, 6, 7, 7, 8, 9)>> + <<set _slave.boobs = 30000>> + <<set _slave.lactation = 1>> + <<set _slave.lactationDuration = 2>> + <<set _slave.lactationAdaptation = 100>> + <<set _slave.origin = "$He is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">> + <<set _slave.anus = 1>> + <<set _slave.vagina = 5>> + <<set _slave.vaginaLube = 2>> + <<set _slave.intelligence = either(-100, -100, -100, -96, -80, -70, -50)>> + <<set _slave.devotion = 100>> + <<set _slave.trust = 100>> + <<run setHealth(_slave, jsRandom(50, 60), 0, 0, 0)>> + <<set _slave.preg = random(30,39)>> + <<set _slave.pregType = random(3,6)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> + <<set _slave.bellySag = 10>> + <<set _slave.bellySagPreg = 10>> + <<set _slave.hips = either(2, 2, 2, 2, 3)>> + <<set _slave.counter.birthsTotal = random(10,15)>> + <<set _slave.geneticQuirks.hyperFertility = 2>> + <<set _slave.weight = random(60,160)>> + <<set _slave.muscles = random(60,80)>> + <<set _slave.chem = 10>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.skill.combat = 0>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.heels = 1>> + <<set _slave.fetish = "mindbroken">> + <<set _slave.fetishStrength = 10>> + <<set _slave.fetishKnown = 1>> + <<set _slave.sexualFlaw = either("none")>> + <<set _slave.behavioralFlaw = either("none")>> + <<set _slave.sexualQuirk = either("none")>> + <<set _slave.behavioralQuirk = either("none")>> + <<set _slave.hStyle = "neat">> + <<set _slave.collar = "leather with cowbell">> + <<set _slave.brand["right thigh"] = "the logo of the Cattle Ranch">> + <<set _slave.boobsTat = "bovine patterns">> + <<set _slave.buttTat = "bovine patterns">> + <<set _slave.vaginaTat = "bovine patterns">> + <<set _slave.lipsTat = "bovine patterns">> + <<set _slave.anusTat = "bovine patterns">> + <<set _slave.shouldersTat = "bovine patterns">> + <<set _slave.backTat = "bovine patterns">> + <<set _slave.armsTat = "bovine patterns">> + <<set _slave.legsTat = "bovine patterns">> + <<set _slave.stampTat = "bovine patterns">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "GRI">> - <<set $GRI.schoolPresent = 0>> - <<set $GRI.subsidy = 0>> - <<set $GRI.schoolProsperity = 0>> - <<set $GRI.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.origin = "$He was given to you by a failed subsidiary lab of the Growth Research Institute right after $his use as a test subject ended.">> - <<set $activeSlave.career = "a slave">> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.devotion = random(-15,-5)>> - <<set $activeSlave.trust = random(-25,-45)>> - <<set $activeSlave.chem = 100>> + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("XX", {disableDisability: 1})>> + <<set _slave.origin = "$He was given to you by a failed subsidiary lab of the Growth Research Institute right after $his use as a test subject ended.">> + <<set _slave.career = "a slave">> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.devotion = random(-15,-5)>> + <<set _slave.trust = random(-25,-45)>> + <<set _slave.chem = 100>> <<if $GRI.schoolUpgrade == 1>> - <<run setHealth($activeSlave, 200, 0, 0, 0)>> + <<run setHealth(_slave, 200, 0, 0, 0)>> <<else>> - <<run setHealth($activeSlave, jsRandom(-70, 100), 0)>> + <<run setHealth(_slave, jsRandom(-70, 100), 0)>> <</if>> - <<set $activeSlave.height = random(150,190)>> - <<set $activeSlave.butt = random(4,10)>> + <<set _slave.height = random(150,190)>> + <<set _slave.butt = random(4,10)>> + <<set _slave.boobs = 200 * ($GRI.schoolUpgrade == 2 ? random(15,30) : random(4,20))>> <<if $GRI.schoolUpgrade == 2>> - <<set $activeSlave.boobs = 200*random(15,30)>> - <<set $activeSlave.lactation = 2>> - <<set $activeSlave.lactationDuration = 2>> - <<else>> - <<set $activeSlave.boobs = 200*random(4,20)>> + <<set _slave.lactation = _slave.lactationDuration = 2>> <</if>> - <<set $activeSlave.nipples = either("huge", "inverted")>> - <<set $activeSlave.areolae = either(0, 1, 2, 3, 4)>> - <<set $activeSlave.clit = either(0, 1, 2, 3)>> - <<set $activeSlave.lips = random(5,85)>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = 0>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 0>> - <<set $activeSlave.skill.combat = 0>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.actualAge = 19>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.behavioralFlaw = either("odd")>> - <<set $activeSlave.hStyle = "shaved">> - <<set $activeSlave.hLength = 0>> - <<set $activeSlave.custom.tattoo = "$He has a barcode that identified $him when $he was a test subject at the Growth Research Institute tattooed on $his left cheek.">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.nipples = either("huge", "inverted")>> + <<set _slave.areolae = either(0, 1, 2, 3, 4)>> + <<set _slave.clit = either(0, 1, 2, 3)>> + <<set _slave.lips = random(5,85)>> + <<set _slave.anus = 0>> + <<set _slave.vagina = 0>> + <<set _slave.preg = 0>> + <<set _slave.weight = 0>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.skill.combat = 0>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.actualAge = 19>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.behavioralFlaw = either("odd")>> + <<set _slave.hStyle = "shaved">> + <<set _slave.hLength = 0>> + <<set _slave.custom.tattoo = "$He has a barcode that identified $him when $he was a test subject at the Growth Research Institute tattooed on $his left cheek.">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "SCP">> - <<set $SCP.schoolPresent = 0>> - <<set $SCP.subsidy = 0>> - <<set $SCP.schoolProsperity = 0>> - <<set $SCP.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.origin = "$He was given to you by a failed branch campus of St. Claver Preparatory after $he served as a plastic surgeon's passing final exam.">> - <<set $activeSlave.chem = 20>> - <<set $activeSlave.career = "a slave">> - <<if $SCP.schoolUpgrade == 1>> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.intelligence = -70>> - <<set $activeSlave.devotion = 20>> - <<set $activeSlave.trust = 20>> - <<else>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.intelligence = random(-50,50)>> - <<set $activeSlave.devotion = random(25,45)>> - <<set $activeSlave.trust = random(25,45)>> + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("XX", {disableDisability: 1})>> + <<set _slave.origin = "$He was given to you by a failed branch campus of St. Claver Preparatory after $he served as a plastic surgeon's passing final exam.">> + <<set _slave.chem = 20>> + <<set _slave.career = "a slave">> + <<set _slave.intelligenceImplant = ($SCP.schoolUpgrade == 1 ? 0 : 15)>> + <<set _slave.intelligence = ($SCP.schoolUpgrade == 1 ? -70 : random(-50, 50))>> + <<set _slave.devotion = _slave.trust = ($SCP.schoolUpgrade == 1 ? 20 : random(25, 45))>> + <<if $SCP.schoolUpgrade !== 1>> + <<set _slave.teeth = "normal">> <</if>> - <<run setHealth($activeSlave, 100, 0, 0, 0)>> - <<set $activeSlave.heightImplant = 1>> - <<set $activeSlave.height += 10>> - <<set $activeSlave.buttImplant = (4-$activeSlave.butt)>> - <<set $activeSlave.butt += $activeSlave.buttImplant>> - <<set $activeSlave.boobsImplantType = "normal">> - <<set $activeSlave.boobsImplant = (2000-$activeSlave.boobs)>> - <<set $activeSlave.boobs += $activeSlave.boobsImplant>> - <<set $activeSlave.boobsImplantType = "fillable">> - <<set $activeSlave.nipples = "tiny">> - <<set $activeSlave.areolae = 0>> - <<set $activeSlave.clit = 0>> - <<set $activeSlave.lipsImplant = (75-$activeSlave.lips)>> - <<set $activeSlave.lips += $activeSlave.lipsImplant>> - <<set $activeSlave.faceImplant = 35>> - <<set $activeSlave.face = random(35,80)>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = 0>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.weight = -20>> - <<if $SCP.schoolUpgrade == 2>> - <<set $activeSlave.skill.vaginal = 15>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.skill.entertainment = 15>> - <<else>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 0>> - <</if>> - <<set $activeSlave.skill.combat = 0>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.actualAge = 19>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.sexualFlaw = either("none")>> - <<set $activeSlave.behavioralFlaw = either("none")>> - <<set $activeSlave.hStyle = "tails">> - <<set $activeSlave.hColor = "blonde">> - <<set $activeSlave.pubicHColor = "blonde">> - <<set $activeSlave.underArmHColor = "blonde">> - <<set $activeSlave.race = "white">> - <<set $activeSlave.skin = "sun tanned">> - <<set $activeSlave.override_H_Color = 1>> - <<set $activeSlave.override_Arm_H_Color = 1>> - <<set $activeSlave.override_Pubic_H_Color = 1>> - <<set $activeSlave.override_Race = 1>> - <<set $activeSlave.override_Skin = 1>> - <<set $activeSlave.custom.tattoo = "$He has the coat of arms of St. Claver Preparatory tattooed on $his left cheek.">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<run setHealth(_slave, 100, 0, 0, 0)>> + <<set _slave.heightImplant = 1>> + <<set _slave.height += 10>> + <<set _slave.buttImplant = (4-_slave.butt)>> + <<set _slave.butt += _slave.buttImplant>> + <<set _slave.boobsImplantType = "normal">> + <<set _slave.boobsImplant = (2000-_slave.boobs)>> + <<set _slave.boobs += _slave.boobsImplant>> + <<set _slave.boobsImplantType = "fillable">> + <<set _slave.nipples = "tiny">> + <<set _slave.areolae = 0>> + <<set _slave.clit = 0>> + <<set _slave.lipsImplant = (75-_slave.lips)>> + <<set _slave.lips += _slave.lipsImplant>> + <<set _slave.faceImplant = 35>> + <<set _slave.face = random(35,80)>> + <<set _slave.anus = 0>> + <<set _slave.vagina = 0>> + <<set _slave.preg = 0>> + <<set _slave.weight = -20>> + <<set _slave.skill.vaginal = ($SCP.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.oral = ($SCP.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.anal = ($SCP.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.whoring = ($SCP.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.entertainment = ($SCP.schoolUpgrade == 2 ? 15 : 0)>> + <<set _slave.skill.combat = 0>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.actualAge = 19>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.sexualFlaw = either("none")>> + <<set _slave.behavioralFlaw = either("none")>> + <<set _slave.hStyle = "tails">> + <<set _slave.hColor = "blonde">> + <<set _slave.pubicHColor = "blonde">> + <<set _slave.underArmHColor = "blonde">> + <<set _slave.race = "white">> + <<set _slave.skin = "sun tanned">> + <<set _slave.override_H_Color = 1>> + <<set _slave.override_Arm_H_Color = 1>> + <<set _slave.override_Pubic_H_Color = 1>> + <<set _slave.override_Race = 1>> + <<set _slave.override_Skin = 1>> + <<set _slave.custom.tattoo = "$He has the coat of arms of St. Claver Preparatory tattooed on $his left cheek.">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "LDE">> - <<set $LDE.schoolPresent = 0>> - <<set $LDE.subsidy = 0>> - <<set $LDE.schoolProsperity = 0>> - <<set $LDE.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<set $activeSlave.origin = "$He was given to you by a failed branch campus of the innovative École des Enculées right after $his graduation.">> - <<set $activeSlave.career = "a slave">> - <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.chem = 100>> - <<if $LDE.schoolUpgrade == 1>> - <<set $activeSlave.devotion = 20>> - <<set $activeSlave.trust = 20>> - <<else>> - <<set $activeSlave.devotion = random(60,70)>> - <<set $activeSlave.trust = random(55,60)>> - <</if>> - <<run setHealth($activeSlave, jsRandom(60, 80), 0, 0, 0)>> - <<set $activeSlave.muscles = 0>> + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("XY", {disableDisability: 1})>> + <<set _slave.origin = "$He was given to you by a failed branch campus of the innovative École des Enculées right after $his graduation.">> + <<set _slave.career = "a slave">> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.chem = 100>> + <<set _slave.devotion = ($LDE.schoolUpgrade == 1 ? 20 : random(60,70))>> + <<set _slave.trust = ($LDE.schoolUpgrade == 1 ? 20 : random(55,60))>> + <<run setHealth(_slave, jsRandom(60, 80), 0, 0, 0)>> + <<set _slave.muscles = 0>> <<if random(1,100) > 75>> - <<set $activeSlave.geneticQuirks.rearLipedema = 2>> - <<set $activeSlave.butt = random(6,16)>> + <<set _slave.geneticQuirks.rearLipedema = 2>> + <<set _slave.butt = random(6,16)>> <<else>> - <<set $activeSlave.butt = random(4,5)>> + <<set _slave.butt = random(4,5)>> <</if>> - <<set $activeSlave.face = random(20,60)>> - <<set $activeSlave.boobs = either(500,650,800)>> - <<set $activeSlave.waist = -15>> - <<set $activeSlave.lips = 35>> - <<if $LDE.schoolUpgrade == 2>> - <<set $activeSlave.balls = either(3,4)>> - <<set $activeSlave.dick = either(3,4)>> - <<if $activeSlave.foreskin > 0>><<set $activeSlave.foreskin = $activeSlave.dick>><</if>> - <<if $activeSlave.balls > 0>><<set $activeSlave.scrotum = $activeSlave.balls>><</if>> - <<else>> - <<set $activeSlave.dick = either(1,1,1,2)>> - <<if $activeSlave.foreskin > 0>><<set $activeSlave.foreskin = $activeSlave.dick>><</if>> - <<if $activeSlave.balls > 0>><<set $activeSlave.scrotum = $activeSlave.balls>><</if>> - <<set $activeSlave.balls = either(1,1,1,2)>> - <</if>> - <<set $activeSlave.anus = 2>> - <<set $activeSlave.vagina = -1>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.weight = random(0,20)>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.anal = 100>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.skill.entertainment = 15>> - <<set $activeSlave.skill.combat = 0>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.actualAge = 19>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.sexualFlaw = "none">> - <<set $activeSlave.behavioralFlaw = either("none", "odd")>> - <<set $activeSlave.fetishStrength = either(1, 2)>> - <<set $activeSlave.fetish = "buttslut">> - <<set $activeSlave.fetishKnown = 1>><<set $activeSlave.attrKnown = 1>> - <<set $activeSlave.hStyle = "tails">> - <<set $activeSlave.hLength = 100>> - <<set $activeSlave.custom.tattoo = "$He has the buttock-shaped symbol of the École des Enculées that created $his tattooed on $his left cheek.">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.face = random(20,60)>> + <<set _slave.boobs = either(500,650,800)>> + <<set _slave.waist = -15>> + <<set _slave.lips = 35>> + <<set _slave.balls = ($LDE.schoolUpgrade == 2 ? either(3,4) : either(1,1,1,2))>> + <<set _slave.dick = ($LDE.schoolUpgrade == 2 ? either(3,4) : either(1,1,1,2))>> + <<if _slave.foreskin > 0>><<set _slave.foreskin = _slave.dick>><</if>> + <<if _slave.balls > 0>><<set _slave.scrotum = _slave.balls>><</if>> + <<set _slave.anus = 2>> + <<set _slave.vagina = -1>> + <<set _slave.preg = 0>> + <<set _slave.weight = random(0,20)>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.oral = 15>> + <<set _slave.skill.anal = 100>> + <<set _slave.skill.whoring = 15>> + <<set _slave.skill.entertainment = 15>> + <<set _slave.skill.combat = 0>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.actualAge = 19>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.sexualFlaw = "none">> + <<set _slave.behavioralFlaw = either("none", "odd")>> + <<set _slave.fetishStrength = either(1, 2)>> + <<set _slave.fetish = "buttslut">> + <<set _slave.fetishKnown = 1>> + <<set _slave.attrKnown = 1>> + <<set _slave.hStyle = "tails">> + <<set _slave.hLength = 100>> + <<set _slave.custom.tattoo = "$He has the buttock-shaped symbol of the École des Enculées that created $his tattooed on $his left cheek.">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "NUL">> - <<set $NUL.schoolPresent = 0>> - <<set $NUL.subsidy = 0>> - <<set $NUL.schoolProsperity = 0>> - <<set $NUL.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $activeSlaveOneTimeMinAge = 16>> - <<set $activeSlaveOneTimeMaxAge = 24>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave()>> - <<set $activeSlave.origin = "$He was given to you by a failed branch campus of Nueva Universidad de Libertad right after $his graduation.">> - <<set $activeSlave.career = "a slave">> - <<run setHealth($activeSlave, jsRandom(60, 80), 0, 0, 0)>> - <<set $activeSlave.devotion = random(60,75)>> - <<set $activeSlave.trust = random(60,75)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<if $NUL.schoolUpgrade == 1>> - <<set $activeSlave.intelligence = random(50, 70)>> - <<set $activeSlave.skill.whoring = random(70, 80)>> - <<set $activeSlave.skill.entertainment = random(70, 80)>> - <<else>> - <<set $activeSlave.intelligence = random(20, 50)>> - <<set $activeSlave.skill.whoring = random(40, 50)>> - <<set $activeSlave.skill.entertainment = random(40, 50)>> - <</if>> - <<if $NUL.schoolUpgrade == 2>> - <<set $activeSlave.skill.anal = random(60, 80)>> - <<set $activeSlave.skill.oral = random(70, 90)>> - <<set $activeSlave.anus = random(1, 3)>> - <<else>> - <<set $activeSlave.skill.anal = random(10, 30)>> - <<set $activeSlave.skill.oral = random(20, 40)>> - <<set $activeSlave.anus = either(0, 0, 0, 0, 1, 1, 1)>> - <</if>> - <<set $activeSlave.muscles = 0>> - <<set $activeSlave.face = random(15,55)>> - <<set $activeSlave.faceShape = "androgynous">> - <<set $activeSlave.boobs = 50>> - <<set $activeSlave.butt = 0>> - <<set $activeSlave.vagina = -1>> - <<set $activeSlave.clit = 0>> - <<set $activeSlave.dick = 0>> - <<set $activeSlave.balls = 0>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.eyebrowHStyle = "bald">> - <<set $activeSlave.underArmHStyle = "bald">> - <<set $activeSlave.pubicHStyle = "bald">> - <<set $activeSlave.hStyle = "bald">> - <<set $activeSlave.custom.tattoo = "$He has the abstract symbol of Nueva Universidad de Libertad tattooed on $his left shoulder.">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("", {minAge: 16, maxAge: 24, disableDisability: 1})>> + <<set _slave.origin = "$He was given to you by a failed branch campus of Nueva Universidad de Libertad right after $his graduation.">> + <<set _slave.career = "a slave">> + <<run setHealth(_slave, jsRandom(60, 80), 0, 0, 0)>> + <<set _slave.devotion = random(60,75)>> + <<set _slave.trust = random(60,75)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.intelligence = ($NUL.schoolUpgrade == 1 ? random(50, 70) : random(20, 50))>> + <<set _slave.skill.whoring = ($NUL.schoolUpgrade == 1 ? random(70, 80) : random(40, 50))>> + <<set _slave.skill.entertainment = ($NUL.schoolUpgrade == 1 ? random(70, 80) : random(40, 50))>> + <<set _slave.skill.anal = ($NUL.schoolUpgrade == 2 ? random(60, 80) : random(10, 30))>> + <<set _slave.skill.oral = ($NUL.schoolUpgrade == 2 ? random(70, 90) : random(20, 40))>> + <<set _slave.anus = ($NUL.schoolUpgrade == 2 ? random(1, 3) : either(0, 0, 0, 0, 1, 1, 1))>> + <<set _slave.muscles = 0>> + <<set _slave.face = random(15,55)>> + <<set _slave.faceShape = "androgynous">> + <<set _slave.boobs = 50>> + <<set _slave.butt = 0>> + <<set _slave.vagina = -1>> + <<set _slave.clit = 0>> + <<set _slave.dick = 0>> + <<set _slave.balls = 0>> + <<set _slave.preg = 0>> + <<set _slave.eyebrowHStyle = "bald">> + <<set _slave.underArmHStyle = "bald">> + <<set _slave.pubicHStyle = "bald">> + <<set _slave.hStyle = "bald">> + <<set _slave.custom.tattoo = "$He has the abstract symbol of Nueva Universidad de Libertad tattooed on $his left shoulder.">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "TGA">> - <<set $TGA.schoolPresent = 0>> - <<set $TGA.subsidy = 0>> - <<set $TGA.schoolProsperity = 0>> - <<set $TGA.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<set $activeSlave.origin = "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after $his majority.">> - <<set $activeSlave.career = "a slave">> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.intelligence = random(-50,95)>> - <<set $activeSlave.chem = 20>> - <<if $TGA.schoolUpgrade == 1>> - <<set $activeSlave.devotion = 20>> - <<set $activeSlave.trust = 20>> - <<else>> - <<set $activeSlave.devotion = random(25,45)>> - <<set $activeSlave.trust = random(25,45)>> - <</if>> - <<run setHealth($activeSlave, 100, 0, 0, 0)>> - <<set $activeSlave.muscles = either(20, 50, 50)>> - <<set $activeSlave.butt = either(2, 2, 3)>> - <<set $activeSlave.boobs = either(100, 200)>> - <<set $activeSlave.dick = random(3,5)>> - <<if $activeSlave.foreskin > 0>><<set $activeSlave.foreskin = $activeSlave.dick>><</if>> - <<if $activeSlave.balls > 0>><<set $activeSlave.scrotum = $activeSlave.balls>><</if>> - <<set $activeSlave.balls = random(3,5)>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = -1>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 0>> - <<if $TGA.schoolUpgrade == 2>> - <<set $activeSlave.skill.combat = 1>> - <<else>> - <<set $activeSlave.skill.combat = 0>> - <</if>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.actualAge = 18>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.sexualFlaw = either("apathetic", "none")>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "none", "odd")>> - <<set $activeSlave.hStyle = "short">> - <<set $activeSlave.hLength = 2>> - <<set $activeSlave.brand["left cheek"] = "the baroque crest of the Gymnasium-Academy that trained $him">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("XY", {disableDisability: 1})>> + <<set _slave.origin = "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after $his majority.">> + <<set _slave.career = "a slave">> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.teeth = "normal">> + <<set _slave.intelligence = random(-50,95)>> + <<set _slave.chem = 20>> + <<set _slave.devotion = ($TGA.schoolUpgrade == 1 ? 20 : random(25,45))>> + <<set _slave.trust = ($TGA.schoolUpgrade == 1 ? 20 : random(25,45))>> + <<run setHealth(_slave, 100, 0, 0, 0)>> + <<set _slave.muscles = either(20, 50, 50)>> + <<set _slave.butt = either(2, 2, 3)>> + <<set _slave.boobs = either(100, 200)>> + <<set _slave.dick = random(3,5)>> + <<if _slave.foreskin > 0>><<set _slave.foreskin = _slave.dick>><</if>> + <<if _slave.balls > 0>><<set _slave.scrotum = _slave.balls>><</if>> + <<set _slave.balls = random(3,5)>> + <<set _slave.anus = 0>> + <<set _slave.vagina = -1>> + <<set _slave.preg = 0>> + <<set _slave.weight = 0>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.skill.combat = ($TGA.schoolUpgrade == 2 ? 1 : 0)>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.actualAge = 18>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.sexualFlaw = either("apathetic", "none")>> + <<set _slave.behavioralFlaw = either("arrogant", "none", "odd")>> + <<set _slave.hStyle = "short">> + <<set _slave.hLength = 2>> + <<set _slave.brand["left cheek"] = "the baroque crest of the Gymnasium-Academy that trained $him">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "HA">> - <<set $HA.schoolPresent = 0>> - <<set $HA.subsidy = 0>> - <<set $HA.schoolProsperity = 0>> - <<set $HA.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd; $i++>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.origin = "$He was given to you by a failed branch campus of the Hippolyta Academy right after $his majority.">> - <<set $activeSlave.career = "a slave">> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.intelligence = random(0,95)>> - <<set $activeSlave.chem = 20>> - <<if $HA.schoolUpgrade == 1>> - <<set $activeSlave.devotion = 20>> - <<set $activeSlave.trust = 20>> - <<else>> - <<set $activeSlave.devotion = random(25,45)>> - <<set $activeSlave.trust = random(25,45)>> - <</if>> - <<set $activeSlave.faceShape = either("cute", "normal")>> - <<set $activeSlave.face = either(20,20,35,35,35,50,75,100)>> - <<set $activeSlave.lips = either(0,10,25)>> - <<set $activeSlave.weight = -10>> - <<run setHealth($activeSlave, jsRandom(80, 100), 0, 0, 0)>> - <<set $activeSlave.actualAge = 18>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.hips = 0>> - <<set $activeSlave.vagina = random(0,1)>> - <<set $activeSlave.anus = random(0,1)>> - <<set $activeSlave.butt = random(2,4)>> - <<set $activeSlave.boobs = (random(30,60) * 10)>> - <<set $activeSlave.preg = 0>> - <<run SetBellySize($activeSlave)>> - <<run setHealth($activeSlave, jsRandom(60, 80), 0, 0, 0)>> - <<set $activeSlave.muscles = random(40,60)>> + <<for _i = 0; _i < _slavesToAdd; _i++>> + <<set _slave = GenerateNewSlave("XX", {disableDisability: 1})>> + <<set _slave.origin = "$He was given to you by a failed branch campus of the Hippolyta Academy right after $his majority.">> + <<set _slave.career = "a slave">> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.teeth = "normal">> + <<set _slave.intelligence = random(0,95)>> + <<set _slave.chem = 20>> + <<set _slave.devotion = ($HA.schoolUpgrade == 1 ? 20 : random(25,45))>> + <<set _slave.trust = ($HA.schoolUpgrade == 1 ? 20 : random(25,45))>> + <<set _slave.faceShape = either("cute", "normal")>> + <<set _slave.face = either(20,20,35,35,35,50,75,100)>> + <<set _slave.lips = either(0,10,25)>> + <<set _slave.weight = -10>> + <<run setHealth(_slave, jsRandom(80, 100), 0, 0, 0)>> + <<set _slave.actualAge = 18>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.hips = 0>> + <<set _slave.vagina = random(0,1)>> + <<set _slave.anus = random(0,1)>> + <<set _slave.butt = random(2,4)>> + <<set _slave.boobs = (random(30,60) * 10)>> + <<set _slave.preg = 0>> + <<run SetBellySize(_slave)>> + <<run setHealth(_slave, jsRandom(60, 80), 0, 0, 0)>> + <<set _slave.muscles = random(40,60)>> <<set _minHeight = random(170,180)>> - <<set $activeSlave.height = Math.trunc(Math.clamp(Height.random($activeSlave, {limitMult: [2, 15], spread: .1}),_minHeight, 274))>> - <<set $activeSlave.waist = -15>> - <<set $activeSlave.shoulders = 0>> - <<set $activeSlave.skill.vaginal = 10>> - <<set $activeSlave.skill.oral = 10>> - <<set $activeSlave.skill.anal = 10>> - <<set $activeSlave.skill.whoring = 10>> - <<set $activeSlave.skill.entertainment = either(10,10,30)>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.sexualFlaw = either("apathetic", "judgemental", "none", "none")>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "none")>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> - <<set $activeSlave.hStyle = either("braided", "bun", "neat", "ponytail", "tails")>> - <<set $activeSlave.hLength = random(5,50)>> - <<set $activeSlave.custom.tattoo = "$He has the sword and eagle symbol of the Hippolyta Academy tattooed on $his left shoulder.">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.height = Math.trunc(Math.clamp(Height.random(_slave, {limitMult: [2, 15], spread: .1}),_minHeight, 274))>> + <<set _slave.waist = -15>> + <<set _slave.shoulders = 0>> + <<set _slave.skill.vaginal = 10>> + <<set _slave.skill.oral = 10>> + <<set _slave.skill.anal = 10>> + <<set _slave.skill.whoring = 10>> + <<set _slave.skill.entertainment = either(10,10,30)>> + <<set _slave.skill.combat = 1>> + <<set _slave.sexualFlaw = either("apathetic", "judgemental", "none", "none")>> + <<set _slave.behavioralFlaw = either("arrogant", "none")>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> + <<set _slave.hStyle = either("braided", "bun", "neat", "ponytail", "tails")>> + <<set _slave.hLength = random(5,50)>> + <<set _slave.custom.tattoo = "$He has the sword and eagle symbol of the Hippolyta Academy tattooed on $his left shoulder.">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> <<elseif $RESFailure == "TFS">> - <<set $TFS.schoolPresent = 0>> - <<set $TFS.subsidy = 0>> - <<set $TFS.schoolProsperity = 0>> - <<set $TFS.schoolAnnexed = 1>> - <<for $i = 0; $i < $slavesToAdd-1; $i++>> + <<for _i = 0; _i < _slavesToAdd-1; _i++>> <<set _slaveGenRange = random(1,4)>> - <<set $oneTimeDisableDisability = 1>> <<if $TFS.schoolUpgrade == 3 && $TFS.compromiseWeek+15 <= $week>> - <<set $activeSlave = GenerateNewSlave()>> + <<set _slave = GenerateNewSlave("", {disableDisability: 1})>> <<else>> - <<set $activeSlave = GenerateNewSlave("XY")>> + <<set _slave = GenerateNewSlave("XY", {disableDisability: 1})>> <</if>> - <<set $activeSlave.origin = "$He was a Futanari Sister until you engineered $his early enslavement.">> - <<set $activeSlave.career = "a Futanari Sister">> - <<set $activeSlave.faceShape = either("exotic", "sensual")>> + <<set _slave.origin = "$He was a Futanari Sister until you engineered $his early enslavement.">> + <<set _slave.career = "a Futanari Sister">> + <<set _slave.faceShape = either("exotic", "sensual")>> <<if _slaveGenRange == 1>> - <<set $activeSlave.intelligence = random(-50,-20)>> - <<set $activeSlave.chem = 150>> - <<set $activeSlave.butt = either(5,6)>> - <<set $activeSlave.hips = 1>> - <<set $activeSlave.face = either(35,35,35,75,100)>> - <<set $activeSlave.boobs = 100*random(12,20)>> - <<set $activeSlave.dick = random(2,3)>> - <<if $activeSlave.foreskin > 0>> <<set $activeSlave.foreskin = $activeSlave.dick>> <</if>> + <<set _slave.intelligence = random(-50,-20)>> + <<set _slave.chem = 150>> + <<set _slave.butt = either(5,6)>> + <<set _slave.hips = 1>> + <<set _slave.face = either(35,35,35,75,100)>> + <<set _slave.boobs = 100*random(12,20)>> + <<set _slave.dick = random(2,3)>> <<if $TFS.schoolUpgrade == 3 && $TFS.compromiseWeek+15 <= $week>> - <<if $activeSlave.genes == "XY">> - <<set $activeSlave.balls = random(8,9), $activeSlave.scrotum = $activeSlave.balls>> + <<if _slave.genes == "XY">> + <<set _slave.balls = _slave.scrotum = random(8,9)>> <<else>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <</if>> <<elseif $TFS.schoolUpgrade == 1>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <<elseif $TFS.schoolUpgrade == 2>> - <<set $activeSlave.balls = random(8,9), $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = _slave.scrotum = random(8,9)>> <<else>> - <<set $activeSlave.balls = random(2,3)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = _slave.scrotum = random(2,3)>> <</if>> - <<set $activeSlave.lips = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.actualAge = random(25,29)>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.vagina = 2>> - <<set $activeSlave.anus = 2>> - <<set $activeSlave.fetish = "submissive">> + <<set _slave.lips = 0>> + <<set _slave.weight = 0>> + <<set _slave.actualAge = random(25,29)>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.vagina = 2>> + <<set _slave.anus = 2>> + <<set _slave.fetish = "submissive">> <<elseif _slaveGenRange == 2>> - <<set $activeSlave.intelligence = random(-15,15)>> - <<set $activeSlave.chem = 200>> - <<set $activeSlave.butt = either(6,7)>> - <<set $activeSlave.hips = 2>> - <<set $activeSlave.face = either(35,35,75,75,100)>> - <<set $activeSlave.boobs = 100*random(20,32)>> - <<set $activeSlave.dick = random(3,4)>> - <<if $activeSlave.foreskin > 0>><<set $activeSlave.foreskin = $activeSlave.dick>><</if>> + <<set _slave.intelligence = random(-15,15)>> + <<set _slave.chem = 200>> + <<set _slave.butt = either(6,7)>> + <<set _slave.hips = 2>> + <<set _slave.face = either(35,35,75,75,100)>> + <<set _slave.boobs = 100*random(20,32)>> + <<set _slave.dick = random(3,4)>> <<if $TFS.schoolUpgrade == 3 && $TFS.compromiseWeek+15 <= $week>> - <<if $activeSlave.genes == "XY">> - <<set $activeSlave.balls = random(9,10), $activeSlave.scrotum = $activeSlave.balls>> + <<if _slave.genes == "XY">> + <<set _slave.balls = _slave.scrotum = random(9,10)>> <<else>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <</if>> <<elseif $TFS.schoolUpgrade == 1>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> - <<elseif $TFS.schoolUpgrade == 2>> - <<set $activeSlave.balls = random(9,10), $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <<else>> - <<set $activeSlave.balls = random(3,4)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = _slave.scrotum = ($TFS.schoolUpgrade == 2 ? random(9,10) : random(3,4))>> <</if>> - <<set $activeSlave.lips = random(15,25)>> - <<set $activeSlave.weight = 20>> - <<set $activeSlave.actualAge = random(30,34)>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.vagina = 2>> - <<set $activeSlave.anus = 2>> - <<set $activeSlave.fetish = either("buttslut", "cumslut")>> + <<set _slave.lips = random(15,25)>> + <<set _slave.weight = 20>> + <<set _slave.actualAge = random(30,34)>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.vagina = 2>> + <<set _slave.anus = 2>> + <<set _slave.fetish = either("buttslut", "cumslut")>> <<elseif _slaveGenRange == 3>> - <<set $activeSlave.intelligence = random(16,50)>> - <<set $activeSlave.chem = 250>> - <<set $activeSlave.butt = either(7,8)>> - <<set $activeSlave.hips = 2>> - <<set $activeSlave.face = either(35,75,75,100,100)>> - <<set $activeSlave.boobs = 100*random(32,42)>> - <<set $activeSlave.dick = random(4,5)>> - <<if $activeSlave.foreskin > 0>><<set $activeSlave.foreskin = $activeSlave.dick>><</if>> + <<set _slave.intelligence = random(16,50)>> + <<set _slave.chem = 250>> + <<set _slave.butt = either(7,8)>> + <<set _slave.hips = 2>> + <<set _slave.face = either(35,75,75,100,100)>> + <<set _slave.boobs = 100*random(32,42)>> + <<set _slave.dick = random(4,5)>> <<if $TFS.schoolUpgrade == 3 && $TFS.compromiseWeek+15 <= $week>> - <<if $activeSlave.genes == "XY">> - <<set $activeSlave.balls = random(6,7), $activeSlave.scrotum = $activeSlave.balls>> + <<if _slave.genes == "XY">> + <<set _slave.balls = _slave.scrotum = random(6,7)>> <<else>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <</if>> <<elseif $TFS.schoolUpgrade == 1>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> - <<elseif $TFS.schoolUpgrade == 2>> - <<set $activeSlave.balls = random(6,7), $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <<else>> - <<set $activeSlave.balls = random(4,5)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = _slave.scrotum = ($TFS.schoolUpgrade == 2 ? random(6,7) : random(4,5))>> <</if>> - <<set $activeSlave.lips = random(25,55)>> - <<set $activeSlave.weight = 20>> - <<set $activeSlave.actualAge = random(35,39)>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.vagina = 3>> - <<set $activeSlave.anus = 3>> - <<set $activeSlave.fetish = either("buttslut", "cumslut")>> + <<set _slave.lips = random(25,55)>> + <<set _slave.weight = 20>> + <<set _slave.actualAge = random(35,39)>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.vagina = 3>> + <<set _slave.anus = 3>> + <<set _slave.fetish = either("buttslut", "cumslut")>> <<else>> - <<set $activeSlave.intelligence = random(51,95)>> - <<set $activeSlave.chem = 300>> - <<set $activeSlave.butt = either(8,9)>> - <<set $activeSlave.hips = 2>> - <<set $activeSlave.face = either(35,75,100,100,100)>> - <<set $activeSlave.boobs = 100*random(44,60)>> - <<set $activeSlave.dick = random(5,6)>> - <<if $activeSlave.foreskin > 0>><<set $activeSlave.foreskin = $activeSlave.dick>><</if>> - <<set $activeSlave.geneticQuirks.wellHung = 2>> + <<set _slave.intelligence = random(51,95)>> + <<set _slave.chem = 300>> + <<set _slave.butt = either(8,9)>> + <<set _slave.hips = 2>> + <<set _slave.face = either(35,75,100,100,100)>> + <<set _slave.boobs = 100*random(44,60)>> + <<set _slave.dick = random(5,6)>> + <<set _slave.geneticQuirks.wellHung = 2>> <<if $TFS.schoolUpgrade == 3 && $TFS.compromiseWeek+15 <= $week>> - <<if $activeSlave.genes == "XY">> - <<set $activeSlave.balls = random(7,8), $activeSlave.scrotum = $activeSlave.balls>> + <<if _slave.genes == "XY">> + <<set _slave.balls = random(7,8), _slave.scrotum = _slave.balls>> <<else>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <</if>> <<elseif $TFS.schoolUpgrade == 1>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> - <<elseif $TFS.schoolUpgrade == 2>> - <<set $activeSlave.balls = random(7,8), $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = 1>> + <<set _slave.scrotum = 0>> <<else>> - <<set $activeSlave.balls = random(5,6)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = _slave.scrotum = ($TFS.schoolUpgrade == 2 ? random(7,8) : random(5,6))>> <</if>> - <<set $activeSlave.lips = random(25,55)>> - <<set $activeSlave.weight = 50>> - <<set $activeSlave.actualAge = random(40,42)>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.vagina = 3>> - <<set $activeSlave.anus = 3>> - <<set $activeSlave.fetish = "dom">> + <<set _slave.lips = random(25,55)>> + <<set _slave.weight = 50>> + <<set _slave.actualAge = random(40,42)>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.vagina = 3>> + <<set _slave.anus = 3>> + <<set _slave.fetish = "dom">> <</if>> - <<set $activeSlave.preg = -3>> + <<if _slave.foreskin > 0>> <<set _slave.foreskin = _slave.dick>> <</if>> + <<set _slave.preg = -3>> <<if $TFS.farmUpgrade != 0>> - <<set $activeSlave.ovaries = 1>> + <<set _slave.ovaries = 1>> <<if $TFS.farmUpgrade >= 2>> - <<set $activeSlave.preg = random(1,41)>> + <<set _slave.preg = random(1,41)>> <<if $TFS.farmUpgrade == 3>> - <<set $activeSlave.pregType = random(10,30)>> - <<set $activeSlave.pregAdaptation = 300>> + <<set _slave.pregType = random(10,30)>> + <<set _slave.pregAdaptation = 300>> <<else>> - <<set $activeSlave.pregType = 1>> + <<set _slave.pregType = 1>> <</if>> - <<set $activeSlave.pregSource = -9>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave.pregSource = -9>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <</if>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.teeth = "normal">> - <<if $TFS.schoolUpgrade == 2>> - <<set $activeSlave.energy = 100>> - <<else>> - <<set $activeSlave.energy = $activeSlave.physicalAge+random(20,30)>> - <</if>> - <<set $activeSlave.devotion = random(30,35)>> - <<set $activeSlave.trust = random(-15,-5)>> - <<run setHealth($activeSlave, jsRandom(60, 80), 0, 0, 0)>> - <<set $activeSlave.muscles = 20>> - <<set $activeSlave.waist = -15>> - <<if $activeSlave.genes == "XY">> - <<set $activeSlave.shoulders = 1>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.teeth = "normal">> + <<set _slave.energy = ($TFS.schoolUpgrade == 2 ? 100 : _slave.physicalAge + random(20, 30))>> + <<set _slave.devotion = random(30,35)>> + <<set _slave.trust = random(-15,-5)>> + <<run setHealth(_slave, jsRandom(60, 80), 0, 0, 0)>> + <<set _slave.muscles = 20>> + <<set _slave.waist = -15>> + <<if _slave.genes == "XY">> + <<set _slave.shoulders = 1>> <</if>> - <<set $activeSlave.skill.vaginal = 100>> - <<set $activeSlave.skill.oral = 100>> - <<set $activeSlave.skill.anal = 100>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.skill.entertainment = 100>> - <<set $activeSlave.skill.combat = 0>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> + <<set _slave.skill.vaginal = 100>> + <<set _slave.skill.oral = 100>> + <<set _slave.skill.anal = 100>> + <<set _slave.skill.whoring = 15>> + <<set _slave.skill.entertainment = 100>> + <<set _slave.skill.combat = 0>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> <<if $TFS.schoolUpgrade == 1>> - <<set $activeSlave.sexualQuirk = "caring">> + <<set _slave.sexualQuirk = "caring">> <</if>> - <<set $activeSlave.sexualFlaw = either("hates women", "none")>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "none")>> - <<set $activeSlave.fetishStrength = 100>> - <<set $activeSlave.fetishKnown = 0>> - <<set $activeSlave.attrKnown = 0>> - <<set $activeSlave.hStyle = "neat">> - <<set $activeSlave.hLength = 150>> - <<set $activeSlave.custom.tattoo = "$He has a simple pink heart tattooed on $his right temple.">> - <<set $REFutaSisterCheckinIDs.push($activeSlave.ID)>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.sexualFlaw = either("hates women", "none")>> + <<set _slave.behavioralFlaw = either("arrogant", "none")>> + <<set _slave.fetishStrength = 100>> + <<set _slave.fetishKnown = 0>> + <<set _slave.attrKnown = 0>> + <<set _slave.hStyle = "neat">> + <<set _slave.hLength = 150>> + <<set _slave.custom.tattoo = "$He has a simple pink heart tattooed on $his right temple.">> + <<set $REFutaSisterCheckinIDs.push(_slave.ID)>> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <</for>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<set $activeSlave.origin = "$He was the leader of your arcology's Futanari Sisters until you engineered $his community's failure and enslavement.">> - <<set $activeSlave.career = "a Futanari Sister">> - <<set $activeSlave.intelligence = random(51,95)>> - <<set $activeSlave.chem = 300>> - <<set $activeSlave.butt = either(8,9)>> - <<set $activeSlave.hips = 2>> - <<set $activeSlave.face = 100>> - <<set $activeSlave.boobs = 100*random(44,60)>> - <<set $activeSlave.dick = random(5,6)>> - <<if $activeSlave.foreskin > 0>><<set $activeSlave.foreskin = $activeSlave.dick>><</if>> + <<set _slave = GenerateNewSlave("XY", {disableDisability: 1})>> + <<set _slave.origin = "$He was the leader of your arcology's Futanari Sisters until you engineered $his community's failure and enslavement.">> + <<set _slave.career = "a Futanari Sister">> + <<set _slave.intelligence = random(51,95)>> + <<set _slave.chem = 300>> + <<set _slave.butt = either(8,9)>> + <<set _slave.hips = 2>> + <<set _slave.face = 100>> + <<set _slave.boobs = 100*random(44,60)>> + <<set _slave.dick = random(5,6)>> + <<if _slave.foreskin > 0>><<set _slave.foreskin = _slave.dick>><</if>> <<if $TFS.schoolUpgrade == 3 && $TFS.compromiseWeek+15 <= $week>> - <<set $activeSlave.balls = 10, $activeSlave.scrotum = $activeSlave.balls>> - <<elseif $TFS.schoolUpgrade == 1>> - <<set $activeSlave.balls = 1>> - <<set $activeSlave.scrotum = 0>> - <<elseif $TFS.schoolUpgrade == 2>> - <<set $activeSlave.balls = 10>> - <<set $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = _slave.scrotum = 10>> <<else>> - <<set $activeSlave.balls = random(5,6)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> + <<set _slave.balls = _slave.scrotum = ($TFS.schoolUpgrade == 1 ? 1 :10)>> + <<set _slave.balls = _slave.scrotum = ($TFS.schoolUpgrade == 1 ? 0 : random(5,6))>> <</if>> - <<set $activeSlave.lips = random(25,55)>> - <<set $activeSlave.weight = 50>> - <<set $activeSlave.actualAge = random(40,42)>> - <<set $activeSlave.visualAge = $activeSlave.actualAge>> - <<set $activeSlave.physicalAge = $activeSlave.actualAge>> - <<set $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<set $activeSlave.vagina = 3>> - <<set $activeSlave.anus = 3>> - <<set $activeSlave.fetish = "dom">> - <<set $activeSlave.preg = -3>> + <<set _slave.lips = random(25,55)>> + <<set _slave.weight = 50>> + <<set _slave.actualAge = random(40,42)>> + <<set _slave.visualAge = _slave.actualAge>> + <<set _slave.physicalAge = _slave.actualAge>> + <<set _slave.ovaryAge = _slave.actualAge>> + <<set _slave.vagina = 3>> + <<set _slave.anus = 3>> + <<set _slave.fetish = "dom">> + <<set _slave.preg = -3>> <<if $TFS.farmUpgrade != 0>> - <<set $activeSlave.ovaries = 1>> + <<set _slave.ovaries = 1>> <<if $TFS.farmUpgrade >= 2>> - <<set $activeSlave.preg = random(1,41)>> + <<set _slave.preg = random(1,41)>> <<if $TFS.farmUpgrade == 3>> - <<set $activeSlave.pregType = random(20,40)>> - <<set $activeSlave.pregAdaptation = 500>> + <<set _slave.pregType = random(20,40)>> + <<set _slave.pregAdaptation = 500>> <<else>> - <<set $activeSlave.pregType = 1>> + <<set _slave.pregType = 1>> <</if>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <</if>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.teeth = "normal">> - <<if $TFS.schoolUpgrade == 2>> - <<set $activeSlave.energy = 100>> - <<else>> - <<set $activeSlave.energy = $activeSlave.physicalAge+random(20,30)>> - <</if>> - <<set $activeSlave.devotion = random(25,30)>> - <<set $activeSlave.trust = random(10,15)>> - <<run setHealth($activeSlave, jsRandom(60, 80), 0, 0, 0)>> - <<set $activeSlave.muscles = 20>> - <<set $activeSlave.waist = -15>> - <<set $activeSlave.shoulders = 1>> - <<set $activeSlave.skill.vaginal = 100>> - <<set $activeSlave.skill.oral = 100>> - <<set $activeSlave.skill.anal = 100>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.skill.entertainment = 100>> - <<set $activeSlave.skill.combat = 0>> - <<set $activeSlave.pubicHStyle = "waxed">> - <<set $activeSlave.underArmHStyle = "waxed">> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.teeth = "normal">> + <<set _slave.energy = ($TFS.schoolUpgrade == 2 ? 100 : _slave.physicalAge + random(20, 30))>> + <<set _slave.devotion = random(25,30)>> + <<set _slave.trust = random(10,15)>> + <<run setHealth(_slave, jsRandom(60, 80), 0, 0, 0)>> + <<set _slave.muscles = 20>> + <<set _slave.waist = -15>> + <<set _slave.shoulders = 1>> + <<set _slave.skill.vaginal = 100>> + <<set _slave.skill.oral = 100>> + <<set _slave.skill.anal = 100>> + <<set _slave.skill.whoring = 15>> + <<set _slave.skill.entertainment = 100>> + <<set _slave.skill.combat = 0>> + <<set _slave.pubicHStyle = "waxed">> + <<set _slave.underArmHStyle = "waxed">> <<if $TFS.schoolUpgrade == 1>> - <<set $activeSlave.sexualQuirk = "caring">> + <<set _slave.sexualQuirk = "caring">> <</if>> - <<set $activeSlave.sexualFlaw = either("hates women", "none")>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "none")>> - <<set $activeSlave.fetishStrength = 100>> - <<set $activeSlave.fetishKnown = 0>> - <<set $activeSlave.attrKnown = 0>> - <<set $activeSlave.hStyle = "neat">> - <<set $activeSlave.hLength = 150>> - <<set $activeSlave.custom.tattoo = "$He has a simple pink heart tattooed on $his right temple.">> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<set _slave.sexualFlaw = either("hates women", "none")>> + <<set _slave.behavioralFlaw = either("arrogant", "none")>> + <<set _slave.fetishStrength = 100>> + <<set _slave.fetishKnown = 0>> + <<set _slave.attrKnown = 0>> + <<set _slave.hStyle = "neat">> + <<set _slave.hLength = 150>> + <<set _slave.custom.tattoo = "$He has a simple pink heart tattooed on $his right temple.">> + <<run newSlave(_slave)>> /* skip New Slave Intro */ <<else>> Error: school "$RESFailure" not found. <</if>> -<<run App.Utils.setLocalPronouns($activeSlave)>> - -<<if $RESFailure == "NUL">> - <<set _he = they>> -<<else>> - <<set _he = he>> -<</if>> +<<run App.Utils.setLocalPronouns(_slave)>> +<<set _he = ($RESFailure !== "NUL" ? "he" : "they")>> +<<set _He = capFirstChar(_he)>> <<if $RESFailure == "TFS">> The senior Sister of the community of Futanari Sisters in your arcology appears at your penthouse, as you've been expecting since their second missed rent payment. This is quite the occasion, since they never leave their little nest. $He's delightfully nude, and it occurs to you that the Sisters probably do not own clothing at all. $He has obviously been crying; puffy eyes and a sniffling nose mar $his gorgeous face. $He must have caused quite the sensation as $he made $his way here, in tears, gigantic tits and huge cock bouncing around. To your surprise, $he flings $himself at your feet, $his dick making a painful-sounding slap against the floor and $his breasts squashing out to either side of $him. @@ -871,12 +701,7 @@ <<else>> <p> You receive a personal call from a senior representative of <<print App.Data.misc.schools.get($RESFailure).title>> as you've been expecting since their second missed rent payment. "I apologize," _he says with some embarrassment, "but it seems our expansion into your arcology was a mistake. It's strange — the business climate seemed excellent, and other corporations are doing well." - <<if $RESFailure == "NUL">> - They sigh - <<else>> - He sighs - <</if>> - "Nevertheless, nothing ever seemed to go as planned. We'll be shutting our <<print App.Data.misc.schools.get($RESFailure).branchName>> down immediately. In fact, it should be shut down within the hour. + _He sighs "Nevertheless, nothing ever seemed to go as planned. We'll be shutting our <<print App.Data.misc.schools.get($RESFailure).branchName>> down immediately. In fact, it should be shut down within the hour. <<if $RESFailure == "TCR">> However, we lack the funds to remove some of our finest cattle and since we still owe you a little... We'd like to you to have them; we'll even have them delivered to your penthouse with the last of our credits." <<else>> @@ -887,11 +712,7 @@ The branch campus we're closing has five recent graduates. <</if>> We'd like to transfer them to you in lieu of payment." - <<if $RESFailure == "NUL">> - They hurriedly end the call. - <<else>> - He hurriedly ends the call. - <</if>> + _He hurriedly end the call. <</if>> </p> <</if>> @@ -904,13 +725,11 @@ <<if $RESFailure == "TFS">> <<link "Rape $him">> <<replace "#result">> - <<for $i = 0; $i < $slaves.length; $i++>> - <<if ($slaves[$i].origin == "$He was the leader of your arcology's Futanari Sisters until you engineered $his community's failure and enslavement.")>> - <<set $activeSlave.devotion += 10>> - <<set $activeSlave.counter.anal += 1>> - <<set $activeSlave.counter.vaginal += 1>> - <<set $analTotal += 1>> - <<set $vaginalTotal += 1>> + <<for _slave range $slaves>> + <<if (_slave.origin == "$He was the leader of your arcology's Futanari Sisters until you engineered $his community's failure and enslavement.")>> + <<set _slave.devotion += 10>> + <<run actX(_slave, "anal")>> + <<run actX(_slave, "vaginal")>> <</if>> <</for>> You <<if $PC.dick != 0>>whip out your dick<<else>>pull on a strap-on, the one you use for disobedient slaves,<</if>> and kneel down behind the sobbing futa matron. When $he feels it touching $his pussylips, $he whispers "Thank you, <<Master>>," through $his tears. $He's very, very sexually experienced, so it's harder to make $him feel it than it would be for a $girl with tighter holes. But you're an expert. You calibrate your pounding to pull just barely too far out, so that $he feels you ramming mercilessly into $him with each stroke, and so that the slightest mistake from $him sends <<if $PC.dick != 0>>your cock<<else>>the phallus<</if>> right up the other hole. Despite $his anguish and the brutal fuck, or perhaps because of them, $he slowly manages to get hard, and orgasms painfully when you do. $He @@.hotpink;can't seem to stop thanking you,@@ but is quiet when you tell $him to be. @@ -920,73 +739,58 @@ <</if>> <<link "Sell your prizes immediately">> <<replace "#result">> - <<for $i = 0; $i < $slaves.length; $i++>> - <<if $RESFailure == "TSS">> - <<if ($slaves[$i].origin == "$He was given to you by a failed branch campus of the Slavegirl School right after $his majority.") || ($slaves[$i].origin == "$He was given to you by a failed branch campus of the Slavegirl School after $he was retrained as a slave $girl.")>> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<elseif $RESFailure == "GRI">> - <<if $slaves[$i].origin == "$He was given to you by a failed subsidiary lab of the Growth Research Institute right after $his use as a test subject ended.">> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<elseif $RESFailure == "SCP">> - <<if $slaves[$i].origin == "$He was given to you by a failed branch campus of St. Claver Preparatory after $he served as a plastic surgeon's passing final exam.">> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<elseif $RESFailure == "LDE">> - <<if $slaves[$i].origin == "$He was given to you by a failed branch campus of the innovative École des Enculées right after $his graduation.">> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<elseif $RESFailure == "TGA">> - <<if $slaves[$i].origin == "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after $his majority.">> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<elseif $RESFailure == "HA">> - <<if $slaves[$i].origin == "$He was given to you by a failed branch campus of the Hippolyta Academy right after $his majority.">> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<elseif $RESFailure == "TCR">> - <<if $slaves[$i].origin == "$He is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<elseif $RESFailure == "NUL">> - <<if $slaves[$i].origin == "$He was given to you by a failed branch campus of Nueva Universidad de Libertad right after $his graduation.">> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <<else>> - <<if ($slaves[$i].origin == "$He was the leader of your arcology's Futanari Sisters until you engineered $his community's failure and enslavement.") || ($slaves[$i].origin == "$He was a Futanari Sister until you engineered $his early enslavement.")>> - <<set _slaveCost = slaveCost($slaves[$i])>> - <<run cashX(_slaveCost, "slaveTransfer")>> - <<= removeSlave($slaves[$i])>> - <<set $i -= 1>> - <</if>> - <</if>> + <<if $RESFailure == "TSS">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed branch campus of the Slavegirl School right after $his majority." || s.origin === "$He was given to you by a failed branch campus of the Slavegirl School after $he was retrained as a slave $girl.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "TUO">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed branch of The Utopian Orphanage right after $his graduation.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "TCR">> + <<for _slave range $slaves.filter(s => s.origin === "$He is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "GRI">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed subsidiary lab of the Growth Research Institute right after $his use as a test subject ended.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> <</for>> - Prizes sold. + <<elseif $RESFailure == "SCP">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed branch campus of St. Claver Preparatory after $he served as a plastic surgeon's passing final exam.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "LDE">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed branch campus of the innovative École des Enculées right after $his graduation.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "NUL">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed branch campus of Nueva Universidad de Libertad right after $his graduation.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "TGA">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after $his majority.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "HA">> + <<for _slave range $slaves.filter(s => s.origin === "$He was given to you by a failed branch campus of the Hippolyta Academy right after $his majority.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <<elseif $RESFailure == "TFS">> + <<for _slave range $slaves.filter(s => s.origin === "$He was the leader of your arcology's Futanari Sisters until you engineered $his community's failure and enslavement." || s.origin === "$He was a Futanari Sister until you engineered $his early enslavement.")>> + <<run cashX(slaveCost(_slave), "slaveTransfer")>> + <<run removeSlave(_slave)>> + <</for>> + <</if>> + Prizes sold. <</replace>> <</link>> -</span> +</span> \ No newline at end of file diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index 2f5b71138c7..f2812566172 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -25,8 +25,7 @@ It's time to go coursing. You meet with fellow members of the Coursing Associati <br><br> The rules have been explained to the hares: they're to be freed if they can reach the other side of the plaza without being caught and raped by the lurchers who will be released to chase them. -<br><br> -You lead your lurcher _activeLurcher.slaveName out on a leash, naked just like the hares. +<br><br>You lead your lurcher _activeLurcher.slaveName out on a leash, naked just like the hares. <<if (_activeLurcher.dick > 0)>> <<if canPenetrate(_activeLurcher) && (_activeLurcher.energy > 60) && (_activeLurcher.devotion > 20)>> @@ -74,7 +73,6 @@ You lead your lurcher _activeLurcher.slaveName out on a leash, naked just like t <<if canSee(_activeLurcher)>>_activeLurcher.slaveName looks at you questioningly, wondering which of the hares $he should try to chase down and molest<<else>>_activeLurcher.slaveName looks at you questioningly, wondering which of the dinging bells $he should try to chase down and molest<</if>>. - <<set $hare1 = 0, $hare2 = 0, $hare3 = 0>> <<set _possibleOrigins = []>> @@ -103,379 +101,359 @@ You lead your lurcher _activeLurcher.slaveName out on a leash, naked just like t <table class="coursing" border="1"> <<for _sec = 0; _sec < 3; _sec++>> -<tr> -<<set $hareSpeed = 10>> -<<set $origin = _possibleOrigins.pluck()>> /* select random origin and remove from list to avoid using same origin multiple times */ -<<if $origin == "virgin">> - <<set $activeSlaveOneTimeMaxAge = 20>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 0>> - <<set $activeSlave.counter.anal += 1, $analTotal += 1>> - <<if $activeSlave.pubertyXX > 0>> - <<set $activeSlave.preg = -1>> + <tr> + <<set $hareSpeed = 10>> + <<set $origin = _possibleOrigins.pluck()>> /* select random origin and remove from list to avoid using same origin multiple times */ + <<if $origin == "virgin">> + <<set _slave = GenerateNewSlave("XX", {maxAge: 20, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 0>> + <<run actX(_slave, "anal")>> + <<if _slave.pubertyXX > 0>> + <<set _slave.preg = -1>> + <</if>> + <<set _slave.ovaries = 1>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.weight = random(-50,50)>> + <<elseif $origin == "heavily pregnant">> + <<set _slave = GenerateNewSlave("XX", {minAge: $fertilityAge, maxAge: 20, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 1>> + <<run actX(_slave, "vaginal")>> + <<set _slave.preg = random(30,40)>> + <<set _slave.pregKnown = 1, _slave.pregType = 1, _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> + <<set _slave.ovaries = 1>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.weight = random(-20,100)>> + <<set _slave.career = App.Data.Careers.General.young.random()>> + <<elseif $origin == "housewife">> + <<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 39, disableDisability: 1})>> + <<set _slave.boobs += 800>> + <<set _slave.boobsImplant += 800>> + <<set _slave.boobsImplantType = "normal">> + <<set _slave.butt += 1>> + <<set _slave.buttImplant += 1>> + <<set _slave.buttImplantType = "normal">> + <<set _slave.face = 55>> + <<set _slave.faceImplant += 20>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 1>> + <<set _slave.counter.anal += 1, $analTotal += 1>> + <<set _slave.preg = -1>> + <<set _slave.ovaries = 1>> + <<set _slave.skill.vaginal = 35>> + <<set _slave.skill.oral = 100>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 35>> + <<set _slave.career = either("a housewife", "a trophy wife")>> + <<set _slave.weight = random(-50,100)>> + <<elseif $origin == "disobedient young">> + <<set _slave = GenerateNewSlave("XX", {maxAge: 25, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 1>> + <<run actX(_slave, "anal")>> + <<if _slave.pubertyXX > 0>> + <<set _slave.preg = -1>> + <</if>> + <<set _slave.ovaries = 1>> + <<set _slave.skill.vaginal = 15>> + <<set _slave.skill.oral = 15>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 15>> + <<set _slave.sexualFlaw = either("hates anal", "hates oral", "hates penetration", "idealistic")>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy", "hates men")>> + <<set _slave.energy = 10>> + <<set _slave.fetish = "none">> + <<set _slave.muscles = random(20,50)>> + <<set _slave.weight = random(-20,20)>> + <<elseif $origin == "disobedient young dickgirl">> + <<set _slave = GenerateNewSlave("XY", {maxAge: 25, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.anus = 2>> + <<run actX(_slave, "anal")>> + <<set _slave.dick = random(2,4)>> + <<set _slave.balls = random(2,4)>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.sexualFlaw = either("hates oral", "hates anal", "hates penetration")>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy", "hates men")>> + <<set _slave.attrXY = 0>> + <<set _slave.attrXX = 70>> + <<set _slave.fetish = "none">> + <<set _slave.muscles = random(20,50)>> + <<set _slave.weight = random(-20,50)>> + <<elseif $origin == "huge balled">> + <<set _slave = GenerateNewSlave("XY", {maxAge: 25, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.anus = 1>> + <<run actX(_slave, "anal")>> + <<set _slave.balls = 5>> + <<set _slave.scrotum = 5>> + <<set _slave.dick = random(3,5)>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.weight = random(-50,100)>> + <<elseif $origin == "feminized">> + <<set _slave = GenerateNewSlave("XY", {maxAge: 25, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.boobs += 800>> + <<set _slave.boobsImplant += 800>> + <<set _slave.boobsImplantType = "fillable">> + <<set _slave.butt += 1>> + <<set _slave.buttImplant += 1>> + <<set _slave.buttImplantType = "normal">> + <<set _slave.face = Math.clamp(_slave.face+20, -100, 100)>> + <<set _slave.faceImplant += 20>> + <<set _slave.anus = 3>> + <<run actX(_slave, "anal")>> + <<set _slave.balls = random(0,1)>> + <<set _slave.dick = random(1,2)>> + <<set _slave.skill.oral = 15>> + <<set _slave.skill.anal = 35>> + <<set _slave.skill.whoring = 15>> + <<set _slave.attrXY = 100>> + <<set _slave.attrXX = 0>> + <<set _slave.weight = random(-100,200)>> <</if>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.weight = random(-50,50)>> -<<elseif $origin == "heavily pregnant">> - <<set $activeSlaveOneTimeMinAge = $fertilityAge>> - <<set $activeSlaveOneTimeMaxAge = 20>> - <<set $one_time_age_overrides_pedo_mode = 1>> /% Old enough to be pregnant. %/ - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.counter.vaginal += 1, $vaginalTotal += 1>> - <<set $activeSlave.preg = random(30,40)>> - <<set $activeSlave.pregKnown = 1, $activeSlave.pregType = 1, $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.weight = random(-20,100)>> - <<set $activeSlave.career = App.Data.Careers.General.young.random()>> -<<elseif $origin == "housewife">> - <<set $activeSlaveOneTimeMinAge = 35>> - <<set $activeSlaveOneTimeMaxAge = 39>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.boobs += 800>> - <<set $activeSlave.boobsImplant += 800>> - <<set $activeSlave.boobsImplantType = "normal">> - <<set $activeSlave.butt += 1>> - <<set $activeSlave.buttImplant += 1>> - <<set $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.face = 55>> - <<set $activeSlave.faceImplant += 20>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.counter.anal += 1, $analTotal += 1>> - <<set $activeSlave.preg = -1>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.skill.vaginal = 35>> - <<set $activeSlave.skill.oral = 100>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 35>> - <<set $activeSlave.career = either("a housewife", "a trophy wife")>> - <<set $activeSlave.weight = random(-50,100)>> -<<elseif $origin == "disobedient young">> - <<set $activeSlaveOneTimeMaxAge = 25>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.counter.anal += 1, $analTotal += 1>> - <<if $activeSlave.pubertyXX > 0>> - <<set $activeSlave.preg = -1>> + <<setLocalPronouns _slave 2>> + /* 000-250-006 */ + <<if $seeImages && $seeReportImages>> + <div class="imageRef tinyImg"> + <<= SlaveArt(_slave, 0, 0)>> + </div> <</if>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.skill.vaginal = 15>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration", "idealistic")>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy", "hates men")>> - <<set $activeSlave.energy = 10>> - <<set $activeSlave.fetish = "none">> - <<set $activeSlave.muscles = random(20,50)>> - <<set $activeSlave.weight = random(-20,20)>> -<<elseif $origin == "disobedient young dickgirl">> - <<set $activeSlaveOneTimeMaxAge = 25>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.anus = 2>> - <<set $activeSlave.counter.anal += 1, $analTotal += 1>> - <<set $activeSlave.dick = random(2,4)>> - <<set $activeSlave.balls = random(2,4)>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.sexualFlaw = either("hates oral", "hates anal", "hates penetration")>> - <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy", "hates men")>> - <<set $activeSlave.attrXY = 0>> - <<set $activeSlave.attrXX = 70>> - <<set $activeSlave.fetish = "none">> - <<set $activeSlave.muscles = random(20,50)>> - <<set $activeSlave.weight = random(-20,50)>> -<<elseif $origin == "huge balled">> - <<set $activeSlaveOneTimeMaxAge = 25>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.counter.anal += 1, $analTotal += 1>> - <<set $activeSlave.balls = 5>> - <<set $activeSlave.scrotum = 5>> - <<set $activeSlave.dick = random(3,5)>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.weight = random(-50,100)>> -<<elseif $origin == "feminized">> - <<set $activeSlaveOneTimeMaxAge = 25>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.boobs += 800>> - <<set $activeSlave.boobsImplant += 800>> - <<set $activeSlave.boobsImplantType = "fillable">> - <<set $activeSlave.butt += 1>> - <<set $activeSlave.buttImplant += 1>> - <<set $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.face = Math.clamp($activeSlave.face+20,-100,100)>> - <<set $activeSlave.faceImplant += 20>> - <<set $activeSlave.anus = 3>> - <<set $activeSlave.counter.anal += 1, $analTotal += 1>> - <<set $activeSlave.balls = random(0,1)>> - <<set $activeSlave.dick = random(1,2)>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.anal = 35>> - <<set $activeSlave.skill.whoring = 15>> - <<set $activeSlave.attrXY = 100>> - <<set $activeSlave.attrXX = 0>> - <<set $activeSlave.weight = random(-100,200)>> -<</if>> -<<setLocalPronouns $activeSlave 2>> -/* 000-250-006 */ -<<if $seeImages && $seeReportImages>> -<div class="imageRef tinyImg"> - <<= SlaveArt($activeSlave, 0, 0)>> -</div> -<</if>> -/* 000-250-006 */ -<<if _sec == 0>> - <<link "The first hare">> - <<replace "#result">> - <<set $activeSlave = clone($hare1), $origin = $origin1, $hareSpeed = $hareSpeed1>> - <<include "SE coursing race">> - <</replace>> - <<replace "#art-frame">> - <<set _clothesTemp = _activeLurcher.clothes, _activeLurcher.clothes = "no clothing">> - <<if $activeSlave != 0>> - <<set _clothesTemp2 = $activeSlave.clothes, $activeSlave.clothes = "no clothing">> - <</if>> - /* 000-250-006 */ - <<if $seeImages == 1>> - <div class="imageColumn"> - <div class="imageRef medImg"> - <<= SlaveArt(_activeLurcher, 2, 0)>> - </div> - <<if $activeSlave != 0>> + /* 000-250-006 */ + <<if $origin == "virgin">> + is an appealingly young _slave.race _girl2, and has V symbols drawn over _his2 cunt and on _his2 lower back, in the interests of fairness. _He2's a @@.pink;double virgin. @@<<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> + <<elseif $origin == "heavily pregnant">> + is <<= addA(_slave.race)>> _girl2, young and healthy but @@.pink;heavily pregnant.@@ _He2's probably been selected to be a hare as a joke, or because someone hates _him2. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is attached to _his2 popped navel.<</if>> + <<elseif $origin == "housewife">> + is <<= addA(_slave.race)>> _woman2, no longer young, but attractive enough in a fake sort of way. _He2 has obviously been crying, and has probably been recently enslaved from a comfortable life, like that of a @@.pink;house<<= $wife>> or a trophy $wife.@@ <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> + <<elseif $origin == "disobedient young">> + is a fit young _slave.race _girl2, and is far more watchful and alert than _his2 fellow hares. _He2 may be a @@.pink;disobedient slave@@ here because _he2 was difficult to train. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> + <<elseif $origin == "disobedient young dickgirl">> + is a strong young _slave.race slave who retains _his2 cock and balls, and looks determined. Perhaps _he2's a @@.pink;resistant dickgirl@@ who's been difficult to turn into a good girl. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 cock.<</if>> + <<elseif $origin == "huge balled">> + is <<= addA(_slave.race)>> slave whose distinguishing characteristic is a dangling scrotum and a pair of @@.pink;huge balls.@@ This impediment bumps against _his2 thighs as _he2's made ready. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 hefty testicles.<</if>> + <<elseif $origin == "feminized">> + is <<= addA(_slave.race)>> bitch with a tiny dick who has been @@.pink;heavily feminized,@@ yet seems terrified and very new to slavery. _His2 fake tits and girly behavior must be from _his2 life before _he2 was a slave. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> + <</if>> + + <<set _slave.origin = "Your lurcher " + _activeLurcher.slaveName + " caught $him coursing; $he was a " + $origin + " hare.">> + <<run setHealth(_slave, jsRandom(30,50))>> + <<set _slave.devotion = random(-45,-25)>> + <<set _slave.trust = random(-60,-75)>> + <<set _slave.oldDevotion = _slave.devotion>> + + <<if (_slave.physicalAge >= 100)>> + _He2 is really, really old and won't stand a chance of shuffling off, though tackling _him2 seems like it may be a bad idea. + <<set $hareSpeed -= 5>> + <<elseif (_slave.physicalAge >= 85)>> + _He2 is very old and should be an easy catch. + <<set $hareSpeed -= 4>> + <<elseif (_slave.physicalAge >= 70)>> + _He2 is old and slow. + <<set $hareSpeed -= 3>> + <</if>> + <<if _slave.weight > 190>> + _He2's practically all fat and no slave; _he2's half-expected to roll _his2 way to the finish like an overfed slutty bowling ball. + <<set $hareSpeed -= 5>> + <<elseif _slave.weight > 160>> + _He2's a catastrophically fat slut of a slave, and may stand a better chance of getting away rolling than running. + <<set $hareSpeed -= 3>> + <<elseif _slave.weight > 95>> + _He2's a ridiculously fat slut of a slave with plenty of flesh to grab on to; _his2 constant jiggling will be a sight to behold, however. + <<set $hareSpeed -= 2>> + <<elseif _slave.weight > 30>> + _He2's chubby enough that _his2 weight will reduce _his2 speed. + <<set $hareSpeed -= 1>> + <<elseif _slave.weight < -95>> + _He2's so skinny that it's not likely _he2's physically fit enough to be quick. + <<set $hareSpeed -= 1>> + <</if>> + <<if _slave.muscles > 50>> + _He2's so heavily muscled that _he2's probably slower than _he2 would be if _he2 were merely fit. + <<set $hareSpeed -= 1>> + <<elseif _slave.muscles > 30>> + _He2's quite toned, which will give _him2 an edge once _he2's up to speed. + <<set $hareSpeed += 1>> + <<elseif _slave.muscles <= 5>> + _He2's soft, and _his2 legs show no sign of tone at all. + <<set $hareSpeed -= 1>> + <</if>> + <<if _slave.height >= 185>> + _He2's tall enough that _his2 height will probably slow _him2 down. + <<set $hareSpeed -= 1>> + <<elseif _slave.height < 150>> + _He2's short enough that _his2 short legs will probably slow _him2 down. + <<set $hareSpeed -= 2>> + <</if>> + <<if _slave.boobs >= 2000>> + _He2 has absurd tits that will destroy any chance _he2 has of getting away. + <<set $hareSpeed -= 2>> + <<elseif _slave.boobs >= 800>> + _He2 has huge boobs that will make it painful for _him2 to run hard. + <<set $hareSpeed -= 1>> + <</if>> + <<if _slave.butt >= 6>> + _He2 has a monstrous bottom that won't help _his2 gait. + <<set $hareSpeed -= 1>> + <</if>> + <<if _slave.dick >= 5>> + _His2 big cock is going to bounce around cruelly. + <<set $hareSpeed -= 1>> + <</if>> + <<if (_slave.balls >= 5) && (_slave.scrotum > 0)>> + _His2 balls are likely to hurt badly enough, running naked, to slow _him2 down. + <<set $hareSpeed -= 1>> + <</if>> + <<if _slave.belly >= 60000>> + _He2's so massively pregnant it'll be lucky if _he2 even makes it anywhere. + <<set $hareSpeed -= 10>> + <<elseif _slave.belly >= 10000>> + _He2 pregnant belly will probably stop _him2 from running at all. + <<set $hareSpeed -= 5>> + <<elseif _slave.belly >= 5000>> + _He2's visibly pregnant and likely to be cautious and unsure about running. + <<set $hareSpeed -= 3>> + <<elseif _slave.belly >= 1500>> + There is a slight roundness to _his2 middle, likely an early pregnancy that will distract _him2. + <<set $hareSpeed -= 1>> + <</if>> + <<if _slave.health.tired > 90>> + _He2 is obviously tired and will likely be a quick catch. + <<set $hareSpeed -= 5>> + <<elseif _slave.health.tired > 60>> + _He2 seems to be rather tired, which will slow _him2 out of the gate. + <<set $hareSpeed -= 2>> + <<elseif _slave.health.tired > 30>> + _He2 seems a little tired, which will slow _his2 acceleration. + <<set $hareSpeed -= 1>> + <</if>> + + <<if _sec == 0>> + <<set $hare1 = _slave>> + <<set $origin1 = $origin>> + <<set $hareSpeed1 = $hareSpeed>> + <<elseif _sec == 1>> + <<set $hare2 = _slave>> + <<set $origin2 = $origin>> + <<set $hareSpeed2 = $hareSpeed>> + <<else>> + <<set $hare3 = _slave>> + <<set $origin3 = $origin>> + <<set $hareSpeed3 = $hareSpeed>> + <</if>> + <<if _sec == 0>> + <<link "The first hare">> + <<replace "#result">> + <<set _slave = $hare1, $origin = $origin1, $hareSpeed = $hareSpeed1>> + <<include "SE coursing race">> + <</replace>> + <<replace "#art-frame">> + <<set _clothesTemp = _activeLurcher.clothes, _activeLurcher.clothes = "no clothing">> + <<if _slave != 0>> + <<set _clothesTemp2 = _slave.clothes, _slave.clothes = "no clothing">> + <</if>> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageColumn"> <div class="imageRef medImg"> - <<= SlaveArt($activeSlave, 2, 0)>> + <<= SlaveArt(_activeLurcher, 2, 0)>> </div> - <</if>> - </div> - <</if>> - /* 000-250-006 */ - <<set _activeLurcher.clothes = _clothesTemp>> - <<if $activeSlave != 0>> - <<set $activeSlave.clothes = _clothesTemp2>> - <</if>> - <<unset _activeLurcher>> - <</replace>> - <</link>> -<<elseif _sec == 1>> - <<link "The second hare">> - <<replace "#result">> - <<set $activeSlave = clone($hare2), $origin = $origin2, $hareSpeed = $hareSpeed2>> - <<set $hare2 = clone($hare1), $origin2 = $origin1, $hareSpeed2 = $hareSpeed1>> - <<include "SE coursing race">> - <</replace>> - <<replace "#art-frame">> - <<set _clothesTemp = _activeLurcher.clothes, _activeLurcher.clothes = "no clothing">> - <<if $activeSlave != 0>> - <<set _clothesTemp2 = $activeSlave.clothes, $activeSlave.clothes = "no clothing">> - <</if>> - /* 000-250-006 */ - <<if $seeImages == 1>> - <div class="imageColumn"> - <div class="imageRef medImg"> - <<= SlaveArt(_activeLurcher, 2, 0)>> + <<if _slave != 0>> + <div class="imageRef medImg"> + <<= SlaveArt(_slave, 2, 0)>> + </div> + <</if>> </div> - <<if $activeSlave != 0>> + <</if>> + /* 000-250-006 */ + <<set _activeLurcher.clothes = _clothesTemp>> + <<if _slave != 0>> + <<set _slave.clothes = _clothesTemp2>> + <</if>> + <<unset _activeLurcher>> + <</replace>> + <</link>> + <<elseif _sec == 1>> + <<link "The second hare">> + <<replace "#result">> + <<set _slave = $hare2, $origin = $origin2, $hareSpeed = $hareSpeed2>> + <<include "SE coursing race">> + <</replace>> + <<replace "#art-frame">> + <<set _clothesTemp = _activeLurcher.clothes, _activeLurcher.clothes = "no clothing">> + <<if _slave != 0>> + <<set _clothesTemp2 = _slave.clothes, _slave.clothes = "no clothing">> + <</if>> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageColumn"> <div class="imageRef medImg"> - <<= SlaveArt($activeSlave, 2, 0)>> + <<= SlaveArt(_activeLurcher, 2, 0)>> </div> - <</if>> - </div> - <</if>> - /* 000-250-006 */ - <<set _activeLurcher.clothes = _clothesTemp>> - <<if $activeSlave != 0>> - <<set $activeSlave.clothes = _clothesTemp2>> - <</if>> - <<unset _activeLurcher>> - <</replace>> - <</link>> -<<else>> - <<link "The third and final hare">> - <<replace "#result">> - <<set $activeSlave = clone($hare3), $origin = $origin3, $hareSpeed = $hareSpeed3>> - <<set $hare3 = clone($hare1), $origin3 = $origin1, $hareSpeed3 = $hareSpeed1>> - <<include "SE coursing race">> - <</replace>> - <<replace "#art-frame">> - <<set _clothesTemp = _activeLurcher.clothes, _activeLurcher.clothes = "no clothing">> - <<if $activeSlave != 0>> - <<set _clothesTemp2 = $activeSlave.clothes, $activeSlave.clothes = "no clothing">> - <</if>> - /* 000-250-006 */ - <<if $seeImages == 1>> - <div class="imageColumn"> - <div class="imageRef medImg"> - <<= SlaveArt(_activeLurcher, 2, 0)>> + <<if _slave != 0>> + <div class="imageRef medImg"> + <<= SlaveArt(_slave, 2, 0)>> + </div> + <</if>> </div> - <<if $activeSlave != 0>> + <</if>> + /* 000-250-006 */ + <<set _activeLurcher.clothes = _clothesTemp>> + <<if _slave != 0>> + <<set _slave.clothes = _clothesTemp2>> + <</if>> + <<unset _activeLurcher>> + <</replace>> + <</link>> + <<else>> + <<link "The third and final hare">> + <<replace "#result">> + <<set _slave = $hare3, $origin = $origin3, $hareSpeed = $hareSpeed3>> + <<include "SE coursing race">> + <</replace>> + <<replace "#art-frame">> + <<set _clothesTemp = _activeLurcher.clothes, _activeLurcher.clothes = "no clothing">> + <<if _slave != 0>> + <<set _clothesTemp2 = _slave.clothes, _slave.clothes = "no clothing">> + <</if>> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageColumn"> <div class="imageRef medImg"> - <<= SlaveArt($activeSlave, 2, 0)>> + <<= SlaveArt(_activeLurcher, 2, 0)>> </div> - <</if>> - </div> - <</if>> - /* 000-250-006 */ - <<set _activeLurcher.clothes = _clothesTemp>> - <<if $activeSlave != 0>> - <<set $activeSlave.clothes = _clothesTemp2>> - <</if>> - <<unset _activeLurcher>> - <</replace>> - <</link>> -<</if>> -<<if $origin == "virgin">> - is an appealingly young $activeSlave.race _girl2, and has V symbols drawn over _his2 cunt and on _his2 lower back, in the interests of fairness. _He2's a @@.pink;double virgin. @@<<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> -<<elseif $origin == "heavily pregnant">> - is <<= addA($activeSlave.race)>> _girl2, young and healthy but @@.pink;heavily pregnant.@@ _He2's probably been selected to be a hare as a joke, or because someone hates _him2. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is attached to _his2 popped navel.<</if>> -<<elseif $origin == "housewife">> - is <<= addA($activeSlave.race)>> _woman2, no longer young, but attractive enough in a fake sort of way. _He2 has obviously been crying, and has probably been recently enslaved from a comfortable life, like that of a @@.pink;house<<= $wife>> or a trophy $wife.@@ <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> -<<elseif $origin == "disobedient young">> - is a fit young $activeSlave.race _girl2, and is far more watchful and alert than _his2 fellow hares. _He2 may be a @@.pink;disobedient slave@@ here because _he2 was difficult to train. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> -<<elseif $origin == "disobedient young dickgirl">> - is a strong young $activeSlave.race slave who retains _his2 cock and balls, and looks determined. Perhaps _he2's a @@.pink;resistant dickgirl@@ who's been difficult to turn into a good girl. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 cock.<</if>> -<<elseif $origin == "huge balled">> - is <<= addA($activeSlave.race)>> slave whose distinguishing characteristic is a dangling scrotum and a pair of @@.pink;huge balls.@@ This impediment bumps against _his2 thighs as _he2's made ready. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 hefty testicles.<</if>> -<<elseif $origin == "feminized">> - is <<= addA($activeSlave.race)>> bitch with a tiny dick who has been @@.pink;heavily feminized,@@ yet seems terrified and very new to slavery. _His2 fake tits and girly behavior must be from _his2 life before _he2 was a slave. <<if !canSee(_activeLurcher)>>To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> -<</if>> - -<<set $activeSlave.origin = "Your lurcher " + _activeLurcher.slaveName + " caught $him coursing; $he was a " + $origin + " hare.">> -<<run setHealth($activeSlave, jsRandom(30,50))>> -<<set $activeSlave.devotion = random(-45,-25)>> -<<set $activeSlave.trust = random(-60,-75)>> -<<set $activeSlave.oldDevotion = $activeSlave.devotion>> - -<<if ($activeSlave.physicalAge >= 100)>> - _He2 is really, really old and won't stand a chance of shuffling off, though tackling _him2 seems like it may be a bad idea. - <<set $hareSpeed -= 5>> -<<elseif ($activeSlave.physicalAge >= 85)>> - _He2 is very old and should be an easy catch. - <<set $hareSpeed -= 4>> -<<elseif ($activeSlave.physicalAge >= 70)>> - _He2 is old and slow. - <<set $hareSpeed -= 3>> -<</if>> -<<if $activeSlave.weight > 190>> - _He2's practically all fat and no slave; _he2's half-expected to roll _his2 way to the finish like an overfed slutty bowling ball. - <<set $hareSpeed -= 5>> -<<elseif $activeSlave.weight > 160>> - _He2's a catastrophically fat slut of a slave, and may stand a better chance of getting away rolling than running. - <<set $hareSpeed -= 3>> -<<elseif $activeSlave.weight > 95>> - _He2's a ridiculously fat slut of a slave with plenty of flesh to grab on to; _his2 constant jiggling will be a sight to behold, however. - <<set $hareSpeed -= 2>> -<<elseif $activeSlave.weight > 30>> - _He2's chubby enough that _his2 weight will reduce _his2 speed. - <<set $hareSpeed -= 1>> -<<elseif $activeSlave.weight < -95>> - _He2's so skinny that it's not likely _he2's physically fit enough to be quick. - <<set $hareSpeed -= 1>> -<</if>> -<<if $activeSlave.muscles > 50>> - _He2's so heavily muscled that _he2's probably slower than _he2 would be if _he2 were merely fit. - <<set $hareSpeed -= 1>> -<<elseif $activeSlave.muscles > 30>> - _He2's quite toned, which will give _him2 an edge once _he2's up to speed. - <<set $hareSpeed += 1>> -<<elseif $activeSlave.muscles <= 5>> - _He2's soft, and _his2 legs show no sign of tone at all. - <<set $hareSpeed -= 1>> -<</if>> -<<if $activeSlave.height >= 185>> - _He2's tall enough that _his2 height will probably slow _him2 down. - <<set $hareSpeed -= 1>> -<<elseif $activeSlave.height < 150>> - _He2's short enough that _his2 short legs will probably slow _him2 down. - <<set $hareSpeed -= 2>> -<</if>> -<<if $activeSlave.boobs >= 2000>> - _He2 has absurd tits that will destroy any chance _he2 has of getting away. - <<set $hareSpeed -= 2>> -<<elseif $activeSlave.boobs >= 800>> - _He2 has huge boobs that will make it painful for _him2 to run hard. - <<set $hareSpeed -= 1>> -<</if>> -<<if $activeSlave.butt >= 6>> - _He2 has a monstrous bottom that won't help _his2 gait. - <<set $hareSpeed -= 1>> -<</if>> -<<if $activeSlave.dick >= 5>> - _His2 big cock is going to bounce around cruelly. - <<set $hareSpeed -= 1>> -<</if>> -<<if ($activeSlave.balls >= 5) && ($activeSlave.scrotum > 0)>> - _His2 balls are likely to hurt badly enough, running naked, to slow _him2 down. - <<set $hareSpeed -= 1>> -<</if>> -<<if $activeSlave.belly >= 60000>> - _He2's so massively pregnant it'll be lucky if _he2 even makes it anywhere. - <<set $hareSpeed -= 10>> -<<elseif $activeSlave.belly >= 10000>> - _He2 pregnant belly will probably stop _him2 from running at all. - <<set $hareSpeed -= 5>> -<<elseif $activeSlave.belly >= 5000>> - _He2's visibly pregnant and likely to be cautious and unsure about running. - <<set $hareSpeed -= 3>> -<<elseif $activeSlave.belly >= 1500>> - There is a slight roundness to _his2 middle, likely an early pregnancy that will distract _him2. - <<set $hareSpeed -= 1>> -<</if>> -<<if $activeSlave.health.tired > 90>> - _He2 is obviously tired and will likely be a quick catch. - <<set $hareSpeed -= 5>> -<<elseif $activeSlave.health.tired > 60>> - _He2 seems to be rather tired, which will slow _him2 out of the gate. - <<set $hareSpeed -= 2>> -<<elseif $activeSlave.health.tired > 30>> - _He2 seems a little tired, which will slow _his2 acceleration. - <<set $hareSpeed -= 1>> -<</if>> - -<<if _sec == 0>> - <<set $hare1 = $activeSlave>> - <<set $origin1 = $origin>> - <<set $hareSpeed1 = $hareSpeed>> -<<elseif _sec == 1>> - <<set $hare2 = $activeSlave>> - <<set $origin2 = $origin>> - <<set $hareSpeed2 = $hareSpeed>> -<<else>> - <<set $hare3 = $activeSlave>> - <<set $origin3 = $origin>> - <<set $hareSpeed3 = $hareSpeed>> -<</if>> -</tr> - + <<if _slave != 0>> + <div class="imageRef medImg"> + <<= SlaveArt(_slave, 2, 0)>> + </div> + <</if>> + </div> + <</if>> + /* 000-250-006 */ + <<set _activeLurcher.clothes = _clothesTemp>> + <<if _slave != 0>> + <<set _slave.clothes = _clothesTemp2>> + <</if>> + <<unset _activeLurcher>> + <</replace>> + <</link>> + <</if>> + </tr> <</for>> </table> <br><br> -</span> +</span> \ No newline at end of file diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw index c9617f0961e..f1c6faf2e09 100644 --- a/src/uncategorized/seCoursingRace.tw +++ b/src/uncategorized/seCoursingRace.tw @@ -2,7 +2,7 @@ <<set _activeLurcher = getSlave($LurcherID)>> <<setLocalPronouns _activeLurcher>> -<<setLocalPronouns $activeSlave 2>> +<<setLocalPronouns _slave 2>> You place your hand on the leash's quick release and <<if canHear(_activeLurcher)>>whisper your direction into $his ear without letting the other competitors or their lurchers hear<<else>>gently point $him towards the target hare without letting the other competitors or their lurchers see<</if>>. Then, you gently push $him down into $his starting crouch. The umpire trips the hares' releases, a few <<if $showInches == 2>>yards<<else>>meters<</if>> in front of you and _activeLurcher.slaveName, and you instantly let your lurcher off $his leash. @@ -173,15 +173,15 @@ You place your hand on the leash's quick release and <<if canHear(_activeLurcher <</if>> <<if $hareSpeed > _LurcherSpeed>>immediately pulls away<<else>>manages to maintain _his2 narrow head start<</if>>. Realizing that $he stands no chance of catching $his assigned target, _activeLurcher.slaveName <<if canSee(_activeLurcher)>>looks around for a slower hare<<else>>listens for a nearby bell<</if>>. <<if $hareSpeed2 < $hareSpeed3>> - <<set $activeSlave = $hare2>> + <<set _slave = $hare2>> <<set $origin = $origin2>> <<set $hareSpeed = $hareSpeed2>> <<else>> - <<set $activeSlave = $hare3>> + <<set _slave = $hare3>> <<set $origin = $origin3>> <<set $hareSpeed = $hareSpeed3>> <</if>> - <<setLocalPronouns $activeSlave 2>> + <<setLocalPronouns _slave 2>> <<if canSee(_activeLurcher)>>Seeing that the $origin hare is slower<<else>>hearing the $origin hare's bell nearby<</if>>, $he angles after _him2 instead. <<if $hareSpeed >= _LurcherSpeed>> $He does no better with $his new target; $his course is over. @@ -377,7 +377,7 @@ You place your hand on the leash's quick release and <<if canHear(_activeLurcher <</if>> <</if>> <<set _activeLurcher.counter.penetrative += 1, $penetrativeTotal += 1>> - <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <<run newSlave(_slave)>> /* skip New Slave Intro */ <<else>> <<if _activeLurcher.devotion > 50>> $He makes $his way back to you dejectedly, hanging $his head. @@ -386,7 +386,6 @@ You place your hand on the leash's quick release and <<if canHear(_activeLurcher <</if>> <<setNonlocalPronouns $seeDicks>> On the other side of the plaza, there is a scream of triumph followed by tears of joy as one of the hares successfully wins _hisU freedom. This cheerful noise mixes strangely with screams of a very different sort and the slap of flesh on flesh as a more successful lurcher rapes _hisU capture. - <<set $activeSlave = 0>> <</if>> <<unset $origin, $origin1, $origin2, $origin3, $hareSpeed, $hareSpeed1, $hareSpeed2, $hareSpeed3, $hare1, $hare2, $hare3>> diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw index e021df4bed7..58b26cebc17 100644 --- a/src/uncategorized/seRaiding.tw +++ b/src/uncategorized/seRaiding.tw @@ -72,510 +72,445 @@ target <<set $origin = _origins.pluck()>> <<switch $origin>> <<case "housewife">> - <<set $activeSlaveOneTimeMinAge = 33>> - <<set $activeSlaveOneTimeMaxAge = 39>> - <<set $one_time_age_overrides_pedo_mode = 1>> /% Not a young $woman. %/ - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.boobs += 800>> - <<set $activeSlave.boobsImplant += 800>> - <<set $activeSlave.boobsImplantType = "normal">> - <<set $activeSlave.butt += 1>> - <<set $activeSlave.buttImplant += 1>> - <<set $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.face = 55>> - <<set $activeSlave.faceImplant += 20>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.ovaries = 1>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, 0, 0, 0, 5, 10, 20, 30, 39)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 33, maxAge: 39, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.boobs += 800>> + <<set _slave.boobsImplant += 800>> + <<set _slave.boobsImplantType = "normal">> + <<set _slave.butt += 1>> + <<set _slave.buttImplant += 1>> + <<set _slave.buttImplantType = "normal">> + <<set _slave.face = 55>> + <<set _slave.faceImplant += 20>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 1>> + <<set _slave.ovaries = 1>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, 0, 0, 0, 5, 10, 20, 30, 39)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> - <<set $activeSlave.skill.vaginal = 35>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 35>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = random(-50,130)>> - <<set $activeSlave.career = either("a housewife", "a trophy wife")>> + <<set _slave.skill.vaginal = 35>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 35>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = random(-50,130)>> + <<set _slave.career = either("a housewife", "a trophy wife")>> <<case "university professor">> - <<set $activeSlaveOneTimeMinAge = 35>> - <<set $activeSlaveOneTimeMaxAge = 55>> - <<set $one_time_age_overrides_pedo_mode = 1>> /% Not a young $woman. %/ - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a professor">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligence = random(70,90)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = random(-20,90)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10, 20, 30, 39)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a professor">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligence = random(70,90)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = random(-20,90)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10, 20, 30, 39)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "university student">> - <<set $activeSlaveOneTimeMinAge = 14>> - <<set $activeSlaveOneTimeMaxAge = 22>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a student">> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 0>> - <<set $activeSlave.intelligence = random(0,60)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = random(-60,40)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 14, maxAge: 22, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a student">> + <<run generateSalonModifications(_slave)>> + <<set _slave.face = random(15,100)>> + <<set _slave.anus = 0>> + <<set _slave.vagina = 1>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.intelligence = random(0,60)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = random(-60,40)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "female military officer">> - <<set $activeSlaveOneTimeMinAge = 26>> - <<set $activeSlaveOneTimeMaxAge = 45>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a military officer">> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligence = random(20,60)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.muscles = 25>> + <<set _slave = GenerateNewSlave("XX", {minAge: 26, maxAge: 45, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a military officer">> + <<run generateSalonModifications(_slave)>> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.combat = 1>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligence = random(20,60)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = 0>> + <<set _slave.muscles = 25>> <<case "male military officer">> - <<set $activeSlaveOneTimeMinAge = 26>> - <<set $activeSlaveOneTimeMaxAge = 45>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XY")>> - <<set $activeSlave.career = "a military officer">> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.intelligence = random(20,60)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.hStyle = either("short", "very short")>> - <<set $activeSlave.boobs = 150>> - <<set $activeSlave.vagina = -1>> - <<set $activeSlave.clit = 0>> - <<set $activeSlave.ovaries = 0>> - <<set $activeSlave.preg = 0>> - <<set $activeSlave.dick = random(3,5)>> - <<set $activeSlave.balls = random(2,4)>> - <<set $activeSlave.scrotum = $activeSlave.balls>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.weight = 0>> - <<set $activeSlave.muscles = 50>> + <<set _slave = GenerateNewSlave("XY", {minAge: 26, maxAge: 45, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a military officer">> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.combat = 1>> + <<set _slave.intelligence = random(20,60)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.hStyle = either("short", "very short")>> + <<set _slave.boobs = 150>> + <<set _slave.vagina = -1>> + <<set _slave.clit = 0>> + <<set _slave.ovaries = 0>> + <<set _slave.preg = 0>> + <<set _slave.dick = random(3,5)>> + <<set _slave.balls = random(2,4)>> + <<set _slave.scrotum = _slave.balls>> + <<set _slave.anus = 0>> + <<set _slave.weight = 0>> + <<set _slave.muscles = 50>> <<case "military soldier">> + <<set _pram = {disableDisability: 1, minAge: 18}>> <<if $pedo_mode == 1>> - <<set $activeSlaveOneTimeMinAge = 18>> - <<set $one_time_age_overrides_pedo_mode = 1>> + <<set _pram.ageOverridesPedoMode = 1>> <<else>> - <<set $activeSlaveOneTimeMinAge = 18>> - <<set $activeSlaveOneTimeMaxAge = 25>> + <<set _pram.maxAge = 25>> <</if>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a soldier">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = random(0,20)>> - <<set $activeSlave.muscles = 10>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 5)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", _pram)>> + <<set _slave.career = "a soldier">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.combat = 1>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = random(0,20)>> + <<set _slave.muscles = 10>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 5)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "doctor">> - <<set $activeSlaveOneTimeMinAge = 28>> - <<set $activeSlaveOneTimeMaxAge = 55>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a doctor">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligence = random(60,90)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = random(-40,40)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 28, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a doctor">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligence = random(60,90)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = random(-40,40)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "nun">> - <<set $activeSlaveOneTimeMaxAge = 70>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a nun">> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = 0>> - <<set $activeSlave.weight = random(-100,-20)>> - <<set $activeSlave.attrXX = random(10,50)>> - <<set $activeSlave.attrXY = random(10,50)>> - <<set $activeSlave.energy = random(5,20)>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.oral = 15>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 0>> - <<set $activeSlave.behavioralFlaw = "devout">> - <<set $activeSlave.sexualFlaw = "repressed">> + <<set _slave = GenerateNewSlave("XX", {maxAge: 70, disableDisability: 1})>> + <<set _slave.career = "a nun">> + <<set _slave.anus = 0>> + <<set _slave.vagina = 0>> + <<set _slave.weight = random(-100,-20)>> + <<set _slave.attrXX = random(10,50)>> + <<set _slave.attrXY = random(10,50)>> + <<set _slave.energy = random(5,20)>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.oral = 15>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 0>> + <<set _slave.behavioralFlaw = "devout">> + <<set _slave.sexualFlaw = "repressed">> <<case "journalist">> - <<set $activeSlaveOneTimeMinAge = 18>> - <<set $activeSlaveOneTimeMaxAge = 26>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a journalist">> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.face = random(-20,0)>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 35>> - <<set $activeSlave.intelligence = random(0,100)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.behavioralFlaw = "liberated">> - <<set $activeSlave.sexualFlaw = "idealistic">> - <<set $activeSlave.weight = random(-40,40)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 18, maxAge: 26, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a journalist">> + <<run generateSalonModifications(_slave)>> + <<set _slave.face = random(-20,0)>> + <<set _slave.anus = 0>> + <<set _slave.vagina = 1>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 35>> + <<set _slave.intelligence = random(0,100)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.behavioralFlaw = "liberated">> + <<set _slave.sexualFlaw = "idealistic">> + <<set _slave.weight = random(-40,40)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "local news anchor">> - <<set $activeSlaveOneTimeMinAge = 35>> - <<set $activeSlaveOneTimeMaxAge = 39>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.boobs += 800>> - <<set $activeSlave.boobsImplant += 800>> - <<set $activeSlave.boobsImplantType = "fillable">> - <<set $activeSlave.butt += 1>> - <<set $activeSlave.buttImplant += 1>> - <<set $activeSlave.buttImplantType = "normal">> - <<set $activeSlave.face = 55>> - <<set $activeSlave.faceImplant += 20>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.preg = -1>> - <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.skill.vaginal = 35>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 35>> - <<set $activeSlave.skill.entertainment = 35>> - <<set $activeSlave.career = "a local news anchor">> - <<set $activeSlave.weight = random(-40,40)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 39, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.boobs += 800>> + <<set _slave.boobsImplant += 800>> + <<set _slave.boobsImplantType = "fillable">> + <<set _slave.butt += 1>> + <<set _slave.buttImplant += 1>> + <<set _slave.buttImplantType = "normal">> + <<set _slave.face = 55>> + <<set _slave.faceImplant += 20>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 1>> + <<set _slave.preg = -1>> + <<set _slave.ovaries = 1>> + <<set _slave.skill.vaginal = 35>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 35>> + <<set _slave.skill.entertainment = 35>> + <<set _slave.career = "a local news anchor">> + <<set _slave.weight = random(-40,40)>> <<case "classical dancer">> - <<set $activeSlaveOneTimeMaxAge = 20>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a classical dancer">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was the pride of renowned dance troupe.">> - <<set $activeSlave.face = random(-20,40)>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 50>> - <<if $activeSlave.physicalAge >= 12>> - <<set $activeSlave.teeth = "normal">> + <<set _slave = GenerateNewSlave("XX", {maxAge: 20, disableDisability: 1})>> + <<set _slave.career = "a classical dancer">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was the pride of renowned dance troupe.">> + <<set _slave.face = random(-20,40)>> + <<set _slave.anus = 0>> + <<set _slave.vagina = 1>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 50>> + <<if _slave.physicalAge >= 12>> + <<set _slave.teeth = "normal">> <</if>> - <<set $activeSlave.weight = random(-100,-10)>> + <<set _slave.weight = random(-100,-10)>> <<case "law enforcement officer">> + <<set _pram = {minAge: 18, disableDisability: 1}>> <<if $pedo_mode == 1>> - <<set $activeSlaveOneTimeMinAge = 18>> - <<set $one_time_age_overrides_pedo_mode = 1>> + <<set _pram.ageOverridesPedoMode = 1>> <<else>> - <<set $activeSlaveOneTimeMinAge = 18>> - <<set $activeSlaveOneTimeMaxAge = 25>> + <<set _pram.maxAge = 25>> <</if>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a law enforcement officer">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.combat = 1>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.weight = random(-10,90)>> - <<set $activeSlave.muscles = random(10,35)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 5)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX"), _pram>> + <<set _slave.career = "a law enforcement officer">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.combat = 1>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.weight = random(-10,90)>> + <<set _slave.muscles = random(10,35)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 5)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "classical musician">> - <<set $activeSlaveOneTimeMaxAge = 43>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a classical musician">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He was the pride of a renowned orchestra.">> - <<set $activeSlave.face = random(-20,0)>> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.skill.vaginal = 0>> - <<set $activeSlave.skill.anal = 0>> - <<set $activeSlave.skill.oral = 0>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 50>> - <<if $activeSlave.physicalAge >= 12>> - <<set $activeSlave.teeth = "normal">> + <<set _slave = GenerateNewSlave("XX", {maxAge: 43, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a classical musician">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He was the pride of a renowned orchestra.">> + <<set _slave.face = random(-20,0)>> + <<set _slave.anus = 0>> + <<set _slave.skill.vaginal = 0>> + <<set _slave.skill.anal = 0>> + <<set _slave.skill.oral = 0>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 50>> + <<if _slave.physicalAge >= 12>> + <<set _slave.teeth = "normal">> <</if>> - <<set $activeSlave.weight = random(-50,15)>> - <<if $activeSlave.vagina > 0>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave.weight = random(-50,15)>> + <<if _slave.vagina > 0>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> - <<set $activeSlave.vagina = 1>> + <<set _slave.vagina = 1>> <</if>> <<case "politician">> - <<set $activeSlaveOneTimeMinAge = 35>> - <<set $activeSlaveOneTimeMaxAge = 65>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a politician">> - <<set $activeSlave.prestige = 2>> - <<set $activeSlave.prestigeDesc = "$He was a widely known politician in $his former life. $His face has graced many campaign posters.">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligence = random(60,90)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = random(-10,60)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 65, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a politician">> + <<set _slave.prestige = 2>> + <<set _slave.prestigeDesc = "$He was a widely known politician in $his former life. $His face has graced many campaign posters.">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligence = random(60,90)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = random(-10,60)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "shut-in">> - <<set $activeSlaveOneTimeMaxAge = 43>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<run generateSalonModifications($activeSlave)>> - <<set $activeSlave.career = "a shut-in">> - <<set $activeSlave.anus = 0>> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 0>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.weight = random(-100,60)>> + <<set _slave = GenerateNewSlave("XX", {maxAge: 43, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.career = "a shut-in">> + <<set _slave.anus = 0>> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 0>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.weight = random(-100,60)>> <<case "procuress">> - <<set $activeSlaveOneTimeMinAge = 20>> - <<set $activeSlaveOneTimeMaxAge = 65>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a procuress">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 25>> - <<set $activeSlave.skill.entertainment = 25>> - <<set $activeSlave.intelligence = random(51,80)>> - <<set $activeSlave.weight = random(-10,120)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 20, maxAge: 65, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a procuress">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 25>> + <<set _slave.skill.entertainment = 25>> + <<set _slave.intelligence = random(51,80)>> + <<set _slave.weight = random(-10,120)>> <<case "investor">> - <<set $activeSlaveOneTimeMinAge = 35>> - <<set $activeSlaveOneTimeMaxAge = 55>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "an investor">> - <<set $activeSlave.prestige = 1>> - <<set $activeSlave.prestigeDesc = "$He is a reputable investor from a bygone age.">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligence = random(51,80)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.weight = random(-50,60)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "an investor">> + <<set _slave.prestige = 1>> + <<set _slave.prestigeDesc = "$He is a reputable investor from a bygone age.">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligence = random(51,80)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.weight = random(-50,60)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <<case "scientist">> - <<set $activeSlaveOneTimeMinAge = 28>> - <<set $activeSlaveOneTimeMaxAge = 55>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a scientist">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 10>> - <<set $activeSlave.intelligence = random(70,90)>> - <<set $activeSlave.intelligenceImplant = 30>> - <<set $activeSlave.teeth = "normal">> - <<set $activeSlave.weight = random(-50,50)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 28, maxAge: 55, disableDisability: 1})>> + <<set _slave.career = "a scientist">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 10>> + <<set _slave.intelligence = random(70,90)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.teeth = "normal">> + <<set _slave.weight = random(-50,50)>> <<case "lawyer">> - <<set $activeSlaveOneTimeMinAge = 30>> - <<set $activeSlaveOneTimeMaxAge = 55>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<set $activeSlave = GenerateNewSlave("XX")>> - <<set $activeSlave.career = "a lawyer">> - <<set $activeSlave.face = random(15,100)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.skill.oral = 35>> - <<set $activeSlave.skill.anal = 15>> - <<set $activeSlave.skill.whoring = 0>> - <<set $activeSlave.skill.entertainment = 20>> - <<set $activeSlave.intelligence = random(20,50)>> - <<set $activeSlave.intelligenceImplant = 15>> - <<set $activeSlave.weight = random(-50,140)>> - <<if isFertile($activeSlave) && $seePreg != 0>> - <<set $activeSlave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>> - <<if $activeSlave.preg > 0>> - <<set $activeSlave.pregType = setPregType($activeSlave)>> - <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> - <<set $activeSlave.pregKnown = 1>> - <<set $activeSlave.pregWeek = $activeSlave.preg>> - <<run SetBellySize($activeSlave)>> + <<set _slave = GenerateNewSlave("XX", {minAge: 30, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>> + <<set _slave.career = "a lawyer">> + <<set _slave.face = random(15,100)>> + <<set _slave.vagina = 1>> + <<set _slave.skill.oral = 35>> + <<set _slave.skill.anal = 15>> + <<set _slave.skill.whoring = 0>> + <<set _slave.skill.entertainment = 20>> + <<set _slave.intelligence = random(20,50)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.weight = random(-50,140)>> + <<if isFertile(_slave) && $seePreg != 0>> + <<set _slave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>> + <<if _slave.preg > 0>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> <</if>> <<else>> - <<set $activeSlave.preg = -1>> + <<set _slave.preg = -1>> <</if>> <</switch>> -<<run App.Utils.setLocalPronouns($activeSlave)>> +<<run App.Utils.setLocalPronouns(_slave)>> <<switch $origin>> <<case "housewife">> is an idyllic mansion in the countryside of an old world nation. Its owner is a businessman of some notoriety, but is often away from his expansive estate. A number of servants and maids are in residence, but the primary resident of the mansion is his $wife. From the sound of things, $he is not a young $woman but attractive enough in a fake sort of way. @@ -602,11 +537,11 @@ target <<case "law enforcement officer">> is the precinct of a small old world town's police department. The department is notoriously underfunded and unlikely to be particularly well staffed. Nonetheless, one of the officers is well known in the area for $his adherence to the letter of the law despite $his small town cop status. <<case "classical musician">> - is the concert hall at the heart of an aristocratic old world city. The concert hall itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned orchestra. The pride of the orchestra's cast is a <<if $activeSlave.visualAge < 13>>little $girl<<elseif $activeSlave.visualAge <= 18>>teenager<<elseif $activeSlave.visualAge <= 24>>young $woman<<elseif $activeSlave.visualAge <= 32>>$woman<<else>>mature $woman<</if>>, whose skill with $his instrument has been known to move listeners to tears. + is the concert hall at the heart of an aristocratic old world city. The concert hall itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned orchestra. The pride of the orchestra's cast is a <<if _slave.visualAge < 13>>little $girl<<elseif _slave.visualAge <= 18>>teenager<<elseif _slave.visualAge <= 24>>young $woman<<elseif _slave.visualAge <= 32>>$woman<<else>>mature $woman<</if>>, whose skill with $his instrument has been known to move listeners to tears. <<case "politician">> is a campaign rally for the reelection of an old world politician. Though the rally will be an extremely public affair, the benefits of capturing a prestigious politician could outweigh the risks. <<case "shut-in">> - is the shack of a notorious shut-in located just outside your arcology. Not a particularly distinguished target, but it would save your $mercenariesTitle considerable time and effort. The shut-in $himself has been a fixture of the landscape for <<if $activeSlave.visualAge < 13>>only a little while<<elseif $activeSlave.visualAge <= 18>>some time<<elseif $activeSlave.visualAge <= 32>>years<<else>>decades<</if>>, with many speculating that $he remains a virgin<<if $activeSlave.visualAge > 32>> despite $his mature age<</if>>. + is the shack of a notorious shut-in located just outside your arcology. Not a particularly distinguished target, but it would save your $mercenariesTitle considerable time and effort. The shut-in $himself has been a fixture of the landscape for <<if _slave.visualAge < 13>>only a little while<<elseif _slave.visualAge <= 18>>some time<<elseif _slave.visualAge <= 32>>years<<else>>decades<</if>>, with many speculating that $he remains a virgin<<if _slave.visualAge > 32>> despite $his mature age<</if>>. <<case "procuress">> is a halfway house for vulnerable $women operating in a nearby conflict zone. Far from being a wholesome institution, the proprietor of this halfway house is a notorious procuress who sells $his guests into slavery. Raiding the halfway house avoids the procuress' fees on a new shipment of slaves, with the procuress $himself as a tempting bonus. <<case "investor">> @@ -617,123 +552,123 @@ target is the offices of a law firm operating on the boundary between the old world and the Free Cities. The lawyers within profit from the shaky legal channels between old world nations and new Free Cities, largely drawing up contracts or facilitating the transfer of goods, services, and slaves. The sole senior partner of the firm is one of the pioneers of this new field of legal work, having been a staunch corporate advocate for much of $his life. <</switch>> -<<set $activeSlave.origin = "Your " + $mercenariesTitle + " caught $him while raiding; $he was a " + $origin + ".">> -<<run setHealth($activeSlave, random(30,50))>> -<<set $activeSlave.devotion = random(-45,-25)>> -<<set $activeSlave.trust = random(-60,-75)>> -<<set $activeSlave.oldDevotion = $activeSlave.devotion>> +<<set _slave.origin = "Your " + $mercenariesTitle + " caught $him while raiding; $he was a " + $origin + ".">> +<<run setHealth(_slave, random(30,50))>> +<<set _slave.devotion = random(-45,-25)>> +<<set _slave.trust = random(-60,-75)>> +<<set _slave.oldDevotion = _slave.devotion>> -The $origin is the primary target of the raid. $He's $activeSlave.race. -<<if ($activeSlave.physicalAge <= 6)>> +The $origin is the primary target of the raid. $He's _slave.race. +<<if (_slave.physicalAge <= 6)>> $He is a young child and should be easy to corral. <<set $targetEscape -= 2>> -<<elseif ($activeSlave.physicalAge <= 12)>> +<<elseif (_slave.physicalAge <= 12)>> $He is just a kid, but might have some surprises up $his sleeves. <<set $targetEscape += 1>> -<<elseif ($activeSlave.physicalAge >= 100)>> +<<elseif (_slave.physicalAge >= 100)>> $He is really, really old and won't stand a chance of shuffling off. <<set $targetEscape -= 5>> -<<elseif ($activeSlave.physicalAge >= 85)>> +<<elseif (_slave.physicalAge >= 85)>> $He is very old and unlikely to be hard to catch. <<set $targetEscape -= 3>> -<<elseif ($activeSlave.physicalAge >= 70)>> +<<elseif (_slave.physicalAge >= 70)>> $He is old and slow. <<set $targetEscape -= 1>> <</if>> -<<if $activeSlave.weight > 190>> +<<if _slave.weight > 190>> $His figure is catastrophically fat, so much so that the raid might be better off laying down speedbumps to thwart $his rascal-powered flight. <<set $targetEscape -= 5>> -<<elseif $activeSlave.weight > 160>> +<<elseif _slave.weight > 160>> $His figure is extremely fat and unlikely to make it far, especially if stairs are involved. <<set $targetEscape -= 3>> -<<elseif $activeSlave.weight > 95>> +<<elseif _slave.weight > 95>> $His figure is quite fat. <<set $targetEscape -= 2>> -<<elseif $activeSlave.weight > 30>> +<<elseif _slave.weight > 30>> $His figure is fairly chubby. <<set $targetEscape -= 1>> -<<elseif $activeSlave.weight < -95>> +<<elseif _slave.weight < -95>> $He's so skinny that $he appears almost emaciated. <<set $targetEscape -= 1>> <<else>> $He has a fairly average weight. <</if>> -<<if $activeSlave.muscles > 30>> +<<if _slave.muscles > 30>> $His heavy musculature weighs $him down. <<set $targetEscape -= 1>> -<<elseif $activeSlave.muscles <= 5>> +<<elseif _slave.muscles <= 5>> $His body is soft and toneless. <<set $targetEscape -= 1>> <<else>> $His body is fairly muscular. <</if>> -<<if $activeSlave.height >= 185>> +<<if _slave.height >= 185>> $He's tall enough that $his height makes $him easy to spot. <<set $targetEscape -= 2>> -<<elseif $activeSlave.height < 150>> +<<elseif _slave.height < 150>> $He's short enough that $his height makes $him difficult to spot. <<set $targetEscape += 1>> <<else>> $He's of an average height. <</if>> -<<if $activeSlave.boobs >= 2000>> +<<if _slave.boobs >= 2000>> $He has absurdly large breasts. <<set $targetEscape -= 3>> -<<elseif $activeSlave.boobs >= 800>> +<<elseif _slave.boobs >= 800>> $He has fairly large breasts. <<set $targetEscape -= 1>> -<<elseif $activeSlave.boobs >= 400>> +<<elseif _slave.boobs >= 400>> $He has medium sized breasts. <<else>> $He's fairly flat chested. <<set $targetEscape += 1>> <</if>> -<<if $activeSlave.butt >= 6>> +<<if _slave.butt >= 6>> $He has an immense posterior. <<set $targetEscape -= 1>> -<<elseif $activeSlave.butt >= 4>> +<<elseif _slave.butt >= 4>> $He has a large ass. -<<elseif $activeSlave.butt >= 2>> +<<elseif _slave.butt >= 2>> $He's got a big butt. <<else>> $He's got a flat ass. <<set $targetEscape += 1>> <</if>> -<<if $activeSlave.dick >= 5>> +<<if _slave.dick >= 5>> $His cock is large enough to slow $him down. <<set $targetEscape -= 1>> <</if>> -<<if ($activeSlave.balls >= 5) && ($activeSlave.scrotum > 0)>> +<<if (_slave.balls >= 5) && (_slave.scrotum > 0)>> $His balls are likely to hurt while running, enough to slow $him down. <<set $targetEscape -= 1>> <</if>> -<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth-1>> +<<if _slave.preg >= _slave.pregData.normalBirth-1>> $His ripe pregnant belly is very likely to preclude $him from escaping without help at all. All it takes is $his water breaking to practically doom $his flight. <<set $targetEscape -= 10>> -<<elseif $activeSlave.belly >= 60000>> +<<elseif _slave.belly >= 60000>> $He is so massively pregnant it'll be next to impossible for $him to escape on foot. <<set $targetEscape -= 10>> -<<elseif $activeSlave.belly >= 10000>> +<<elseif _slave.belly >= 10000>> $His pregnant belly is likely to preclude $him from escaping on foot at all. <<set $targetEscape -= 5>> -<<elseif $activeSlave.belly >= 5000>> +<<elseif _slave.belly >= 5000>> $He's visibly pregnant and likely to be cautious and slow during $his escape. <<set $targetEscape -= 3>> -<<elseif $activeSlave.belly >= 1500>> +<<elseif _slave.belly >= 1500>> There is a slight roundness to $his middle, likely an early pregnancy that will distract $him from fleeing. <<set $targetEscape -= 1>> <</if>> <<if _ser == 0>> - <<set _target1 = $activeSlave>> + <<set _target1 = _slave>> <<set _origin1 = $origin>> <<set _targetEscape1 = $targetEscape>> <<elseif _ser == 1>> - <<set _target2 = $activeSlave>> + <<set _target2 = _slave>> <<set _origin2 = $origin>> <<set _targetEscape2 = $targetEscape>> <<else>> - <<set _target3 = $activeSlave>> + <<set _target3 = _slave>> <<set _origin3 = $origin>> <<set _targetEscape3 = $targetEscape>> <</if>> diff --git a/src/uncategorized/seRecruiterSuccess.tw b/src/uncategorized/seRecruiterSuccess.tw index 1b5930ceb4a..80f97c2fe2d 100644 --- a/src/uncategorized/seRecruiterSuccess.tw +++ b/src/uncategorized/seRecruiterSuccess.tw @@ -3,204 +3,163 @@ <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $encyclopedia = "Enslaving People", $recruiterProgress = 0>> <<if $recruiterTarget == "young migrants">> - -<<set $activeSlaveOneTimeMaxAge = 22>> -<<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave()>> -<<run generateSalonModifications($activeSlave)>> -<<set $activeSlave.origin = "$He submitted to enslavement for a better chance at survival than $he had as a migrant.">> -<<set $activeSlave.devotion = random(-15,5)>> -<<set $activeSlave.trust = random(-10,10)>> -<<run setHealth($activeSlave, jsRandom(-80,20))>> -<<set $activeSlave.anus = 0>> -<<if $activeSlave.vagina > 0>> - <<set $activeSlave.vagina = random(1,3)>> - <<set $activeSlave.skill.vaginal = random(15,40)>> -<</if>> -<<set $activeSlave.skill.anal = 0>> - -<<set $activeSlave.earPiercing = random(0,1)>> - + <<set _slave = GenerateNewSlave("", {minAge: 22, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He submitted to enslavement for a better chance at survival than $he had as a migrant.">> + <<set _slave.devotion = random(-15,5)>> + <<set _slave.trust = random(-10,10)>> + <<run setHealth(_slave, jsRandom(-80,20))>> + <<set _slave.anus = 0>> + <<if _slave.vagina > 0>> + <<set _slave.vagina = random(1,3)>> + <<set _slave.skill.vaginal = random(15,40)>> + <</if>> + <<set _slave.skill.anal = 0>> + <<set _slave.earPiercing = random(0,1)>> <<elseif $recruiterTarget == "recent divorcees">> - -<<set $activeSlaveOneTimeMinAge = 30>> -<<set $activeSlaveOneTimeMaxAge = 45>> -<<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave()>> -<<set $activeSlave.origin = "$He submitted to enslavement for a better quality of life than $he had as a recent divorcee.">> -<<set $activeSlave.devotion = random(-15,5)>> -<<set $activeSlave.trust = random(-10,10)>> -<<run setHealth($activeSlave, jsRandom(-40,20))>> -<<set $activeSlave.anus = random(1,3)>> -<<if $activeSlave.vagina > 0>> - <<set $activeSlave.vagina = random(1,3)>> - <<set $activeSlave.skill.vaginal = random(15,40)>> -<</if>> -<<set $activeSlave.skill.anal = 0>> - -<<set $activeSlave.earPiercing = random(0,1)>> - + <<set _slave = GenerateNewSlave("", {minAge: 30, maxAge: 45, disableDisability: 1})>> + <<set _slave.origin = "$He submitted to enslavement for a better quality of life than $he had as a recent divorcee.">> + <<set _slave.devotion = random(-15,5)>> + <<set _slave.trust = random(-10,10)>> + <<run setHealth(_slave, jsRandom(-40,20))>> + <<set _slave.anus = random(1,3)>> + <<if _slave.vagina > 0>> + <<set _slave.vagina = random(1,3)>> + <<set _slave.skill.vaginal = random(15,40)>> + <</if>> + <<set _slave.skill.anal = 0>> + <<set _slave.earPiercing = random(0,1)>> <<elseif $recruiterTarget == "reassignment candidates">> + <<set _slave = GenerateNewSlave("XY", {disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He submitted to enslavement as $his only way to obtain surgery to transform $him into a woman.">> + <<set _slave.devotion = random(-15,5)>> + <<set _slave.trust = random(-10,10)>> + <<run setHealth(_slave, jsRandom(-40,20))>> + <<if _slave.balls == 0>> + <<set _slave.balls = random(1,3)>> + <</if>> -<<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave("XY")>> -<<run generateSalonModifications($activeSlave)>> -<<set $activeSlave.origin = "$He submitted to enslavement as $his only way to obtain surgery to transform $him into a woman.">> -<<set $activeSlave.devotion = random(-15,5)>> -<<set $activeSlave.trust = random(-10,10)>> -<<run setHealth($activeSlave, jsRandom(-40,20))>> -<<if $activeSlave.balls == 0>> - <<set $activeSlave.balls = random(1,3)>> -<</if>> - -<<set $activeSlave.tonguePiercing = random(0,1)>> -<<set $activeSlave.earPiercing = random(0,1)>> -<<set $activeSlave.nosePiercing = random(0,1)>> -<<set $activeSlave.sexualFlaw = "hates women">> - + <<set _slave.tonguePiercing = random(0,1)>> + <<set _slave.earPiercing = random(0,1)>> + <<set _slave.nosePiercing = random(0,1)>> + <<set _slave.sexualFlaw = "hates women">> <<elseif $recruiterTarget == "dissolute sissies">> - -<<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave("XY")>> -<<run generateSalonModifications($activeSlave)>> -<<set $activeSlave.origin = "$He submitted to enslavement out of a misguided desire to join a sexually libertine society.">> -<<set $activeSlave.devotion = random(-15,5)>> -<<set $activeSlave.trust = random(-10,10)>> -<<run setHealth($activeSlave, jsRandom(-40,20))>> -<<set $activeSlave.anus = random(1,3)>> -<<if $activeSlave.balls == 0>> - <<set $activeSlave.balls = random(1,3)>> -<</if>> -<<set $activeSlave.skill.oral = random(15,40)>> -<<set $activeSlave.skill.anal = random(15,40)>> -<<set $activeSlave.faceImplant = 20*random(0,1)>> -<<set $activeSlave.face = Math.clamp($activeSlave.face+($activeSlave.faceImplant),-100,100)>> -<<set $activeSlave.lipsPiercing = random(0,1)>> -<<set $activeSlave.tonguePiercing = random(0,1)>> -<<set $activeSlave.earPiercing = random(0,1)>> -<<set $activeSlave.nosePiercing = random(0,1)>> -<<set $activeSlave.eyebrowPiercing = random(0,1)>> -<<set $activeSlave.navelPiercing = random(0,1)>> -<<set $activeSlave.nipplesPiercing = random(0,1)>> -<<set $activeSlave.clitPiercing = random(0,1)>> -<<set $activeSlave.sexualFlaw = "hates women">> - + <<set _slave = GenerateNewSlave("XY", {disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He submitted to enslavement out of a misguided desire to join a sexually libertine society.">> + <<set _slave.devotion = random(-15,5)>> + <<set _slave.trust = random(-10,10)>> + <<run setHealth(_slave, jsRandom(-40,20))>> + <<set _slave.anus = random(1,3)>> + <<if _slave.balls == 0>> + <<set _slave.balls = random(1,3)>> + <</if>> + <<set _slave.skill.oral = random(15,40)>> + <<set _slave.skill.anal = random(15,40)>> + <<set _slave.faceImplant = 20*random(0,1)>> + <<set _slave.face = Math.clamp(_slave.face+(_slave.faceImplant),-100,100)>> + <<set _slave.lipsPiercing = random(0,1)>> + <<set _slave.tonguePiercing = random(0,1)>> + <<set _slave.earPiercing = random(0,1)>> + <<set _slave.nosePiercing = random(0,1)>> + <<set _slave.eyebrowPiercing = random(0,1)>> + <<set _slave.navelPiercing = random(0,1)>> + <<set _slave.nipplesPiercing = random(0,1)>> + <<set _slave.clitPiercing = random(0,1)>> + <<set _slave.sexualFlaw = "hates women">> <<elseif $recruiterTarget == "expectant mothers">> - -<<set $activeSlaveOneTimeMinAge = Math.max($fertilityAge, $minimumSlaveAge)>> -<<set $one_time_age_overrides_pedo_mode = 1>> /% Old enough to be pregnant. %/ -<<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave("XX")>> -<<run generateSalonModifications($activeSlave)>> -<<set $activeSlave.origin = "$He submitted to enslavement to get access to modern prenatal care.">> -<<set $activeSlave.devotion = random(-15,5)>> -<<set $activeSlave.trust = random(-10,10)>> -<<run setHealth($activeSlave, jsRandom(-80,20))>> -<<set $activeSlave.vagina = random(1,3)>> -<<set $activeSlave.preg = random(15,39)>> -<<set $activeSlave.pregType = setPregType($activeSlave)>> -<<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, $activeSlave.preg)>> -<<set $activeSlave.pregKnown = 1>> -<<set $activeSlave.pregWeek = $activeSlave.preg>> -<<run SetBellySize($activeSlave)>> -<<set $activeSlave.boobs += 50*random(0,6)>> -<<set $activeSlave.lactation = random(0,1)>> -<<if $activeSlave.lactation > 0>> - <<set $activeSlave.lactationDuration = 2>> -<</if>> -<<set $activeSlave.weight = random(0,50)>> - + <<set _slave = GenerateNewSlave("XX", {minAge: Math.max($fertilityAge, $minimumSlaveAge), ageOverridesPedoMode: 1, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He submitted to enslavement to get access to modern prenatal care.">> + <<set _slave.devotion = random(-15,5)>> + <<set _slave.trust = random(-10,10)>> + <<run setHealth(_slave, jsRandom(-80,20))>> + <<set _slave.vagina = random(1,3)>> + <<set _slave.preg = random(15,39)>> + <<set _slave.pregType = setPregType(_slave)>> + <<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregWeek = _slave.preg>> + <<run SetBellySize(_slave)>> + <<set _slave.boobs += 50*random(0,6)>> + <<set _slave.lactation = random(0,1)>> + <<if _slave.lactation > 0>> + <<set _slave.lactationDuration = 2>> + <</if>> + <<set _slave.weight = random(0,50)>> <<else>> - -<<set $activeSlaveOneTimeMinAge = 11>> -<<set $activeSlaveOneTimeMaxAge = 22>> -<<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave()>> -<<run generateSalonModifications($activeSlave)>> -<<set $activeSlave.origin = "$He submitted to enslavement to escape the hard life of an old world whore.">> -<<set $activeSlave.career = "a prostitute">> -<<set $activeSlave.devotion = random(-15,5)>> -<<set $activeSlave.trust = random(-10,10)>> -<<run setHealth($activeSlave, jsRandom(-80,20))>> -<<set $activeSlave.anus = random(1,3)>> -<<if $activeSlave.balls > 0>> - <<set $activeSlave.vagina = random(1,3)>> - <<set $activeSlave.skill.vaginal = random(15,40)>> -<</if>> -<<set $activeSlave.skill.oral = random(15,40)>> -<<set $activeSlave.skill.anal = random(15,40)>> -<<set $activeSlave.skill.whoring = random(15,40)>> -<<set $activeSlave.boobsImplant = random(0,3)*200>> -<<set $activeSlave.boobs += $activeSlave.boobsImplant>> -<<if $activeSlave.boobsImplant > 0>> - <<set $activeSlave.boobsImplantType = "normal">> -<</if>> -<<set $activeSlave.buttImplant = random(0,2)>> -<<set $activeSlave.butt = $activeSlave.buttImplant>> -<<if $activeSlave.buttImplant > 0>> - <<set $activeSlave.buttImplantType = "normal">> -<</if>> -<<set $activeSlave.lipsImplant = either(0,10)>> -<<set $activeSlave.lips += $activeSlave.lipsImplant>> -<<set $activeSlave.lipsPiercing = random(0,1)>> -<<set $activeSlave.tonguePiercing = random(0,1)>> -<<set $activeSlave.earPiercing = random(0,1)>> -<<set $activeSlave.nosePiercing = random(0,1)>> -<<set $activeSlave.eyebrowPiercing = random(0,1)>> -<<set $activeSlave.navelPiercing = random(0,1)>> -<<set $activeSlave.nipplesPiercing = random(0,1)>> -<<set $activeSlave.clitPiercing = random(0,1)>> - + <<set _slave = GenerateNewSlave("", {minAge: 11, maxAge: 22, disableDisability: 1})>> + <<run generateSalonModifications(_slave)>> + <<set _slave.origin = "$He submitted to enslavement to escape the hard life of an old world whore.">> + <<set _slave.career = "a prostitute">> + <<set _slave.devotion = random(-15,5)>> + <<set _slave.trust = random(-10,10)>> + <<run setHealth(_slave, jsRandom(-80,20))>> + <<set _slave.anus = random(1,3)>> + <<if _slave.balls > 0>> + <<set _slave.vagina = random(1,3)>> + <<set _slave.skill.vaginal = random(15,40)>> + <</if>> + <<set _slave.skill.oral = random(15,40)>> + <<set _slave.skill.anal = random(15,40)>> + <<set _slave.skill.whoring = random(15,40)>> + <<set _slave.boobsImplant = random(0,3)*200>> + <<set _slave.boobs += _slave.boobsImplant>> + <<if _slave.boobsImplant > 0>> + <<set _slave.boobsImplantType = "normal">> + <</if>> + <<set _slave.buttImplant = random(0,2)>> + <<set _slave.butt = _slave.buttImplant>> + <<if _slave.buttImplant > 0>> + <<set _slave.buttImplantType = "normal">> + <</if>> + <<set _slave.lipsImplant = either(0,10)>> + <<set _slave.lips += _slave.lipsImplant>> + <<set _slave.lipsPiercing = random(0,1)>> + <<set _slave.tonguePiercing = random(0,1)>> + <<set _slave.earPiercing = random(0,1)>> + <<set _slave.nosePiercing = random(0,1)>> + <<set _slave.eyebrowPiercing = random(0,1)>> + <<set _slave.navelPiercing = random(0,1)>> + <<set _slave.nipplesPiercing = random(0,1)>> + <<set _slave.clitPiercing = random(0,1)>> <</if>> <<if $recruiterEugenics == 1>> <<if $policies.SMR.eugenics.intelligenceSMR == 1>> - <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> + <<set _slave.intelligence = Intelligence.random({limitIntelligence: [40,100]})>> <</if>> <<if $policies.SMR.eugenics.heightSMR == 1>> - <<set $activeSlave.height = random(185,190)>> + <<set _slave.height = random(185,190)>> <</if>> <<if $policies.SMR.eugenics.faceSMR == 1>> - <<set $activeSlave.face = random(40,100)>> + <<set _slave.face = random(40,100)>> <</if>> <</if>> <<set _ContractCost = 1000>> -<<set _slaveCost = slaveCost($activeSlave)>> +<<set _slaveCost = slaveCost(_slave)>> <<set _slaveCost -= _ContractCost>> -<<run App.Utils.setLocalPronouns($activeSlave)>> +<<run App.Utils.setLocalPronouns(_slave)>> <<setLocalPronouns _S.Recruiter 2>> <<if $recruiterTarget == "young migrants">> - -Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced a starving young migrant from the old world that $he'll have a better chance at survival as one of your slaves. - + Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced a starving young migrant from the old world that $he'll have a better chance at survival as one of your slaves. <<elseif $recruiterTarget == "recent divorcees">> - -Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced a recent divorcee from the old world that $he'll have a better quality of life as one of your slaves. - + Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced a recent divorcee from the old world that $he'll have a better quality of life as one of your slaves. <<elseif $recruiterTarget == "reassignment candidates">> - -Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced an old world person desperate for modern reassignment surgery that you'll provide it if $he agrees to be a sex slave after $he's recreated as a female. - + Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced an old world person desperate for modern reassignment surgery that you'll provide it if $he agrees to be a sex slave after $he's recreated as a female. <<elseif $recruiterTarget == "dissolute sissies">> - -Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced an old world sissy that $he'd be better off as a slave in a society that is so totally sexually libertine as to accept as female and respectable anyone who takes cock. - + Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced an old world sissy that $he'd be better off as a slave in a society that is so totally sexually libertine as to accept as female and respectable anyone who takes cock. <<elseif $recruiterTarget == "expectant mothers">> - -Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced an unhealthy expectant mother that you'll provide $him with modern medicine in return for $his enslavement. - + Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced an unhealthy expectant mother that you'll provide $him with modern medicine in return for $his enslavement. <<else>> - -Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced a desperate old world whore that $he'd be better off as a slave in $arcologies[0].name than as a free prostitute on the rough streets of a traditional city. - + Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced a desperate old world whore that $he'd be better off as a slave in $arcologies[0].name than as a free prostitute on the rough streets of a traditional city. <</if>> <br><br> - -<<includeDOM App.Desc.longSlave(V.activeSlave, {market: "generic"})>> - +<<includeDOM App.Desc.longSlave(_slave, {market: "generic"})>> <br><br> <span id="result"> @@ -208,17 +167,17 @@ Your recruiter _S.Recruiter.slaveName has succeeded; _he2's convinced a desperat <<link "Enslave $him">> <<run cashX(forceNeg(_ContractCost), "slaveTransfer", $slaves[$i])>> <<replace "#result">> - <<includeDOM App.UI.newSlaveIntro($activeSlave)>> + <<includeDOM App.UI.newSlaveIntro(_slave)>> <</replace>> <</link>> //This will cost <<print cashFormat(_ContractCost)>>// <br><<link "Sell $him immediately">> <<run cashX(_slaveCost, "slaveTransfer", _S.Recruiter)>> <<replace "#result">> - $activeSlave.slaveName accepts being resold without much fuss. $He's merely exchanged one unknown owner for another. For all $he knows $his new buyer will be less abusive than you would have been. $He would be less complacent if $he knew who $his buyers are; $he'll be immured in an arcade within the hour. + _slave.slaveName accepts being resold without much fuss. $He's merely exchanged one unknown owner for another. For all $he knows $his new buyer will be less abusive than you would have been. $He would be less complacent if $he knew who $his buyers are; $he'll be immured in an arcade within the hour. <</replace>> <</link>> //This will bring in <<print cashFormat(_slaveCost)>>// <<else>> //You lack the necessary funds to enslave $him.// <<set $recruiterProgress = 7>> <</if>> -</span> +</span> \ No newline at end of file -- GitLab