diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index c931fd9cb9e467fca088bf5b8ff6cfa9a3741cd1..55e9495458b65ee6deec6263a32d9b2affbe3ae0 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -1,4 +1,4 @@ -Pregmod +Pregmod 0.10.7.1-1.2.x diff --git a/devNotes/scene-guide.txt b/devNotes/scene-guide.txt index ae1b9b4ba2bc7d4357a3e717d60f507d276658fa..4a19cef9de9d86c391354ce07faeba07f6074b60 100644 --- a/devNotes/scene-guide.txt +++ b/devNotes/scene-guide.txt @@ -30,14 +30,14 @@ All the variables for you and the slave are, generally, held in the variables $P Conditions are usually checked by <<if CONDITION>> -SHOW THIS TEXT + SHOW THIS TEXT <<elseif CONDITION2>> -SHOW THIS TEXT INSTEAD + SHOW THIS TEXT INSTEAD <<else>> -IF NEITHER CONDITION IS MET, SHOW THIS + IF NEITHER CONDITION IS MET, SHOW THIS <</if>> -Conditions are usually comparative (i.e. $a < $b or $b == 5 or $c != $d.e) and can be chained together with && (and) or || (or) and grouped with parenthesis () - for example: +Conditions are usually comparative (i.e. $a < $b or $b == 5 or $c != $d.e) and can be chained together with && (and) or || (or) and grouped with parentheses () - for example: <<if($a > 1 || ($b == 2 && $c != $a))>> lets you check that either variable A is greater than one, or both B equals two and C is not equal to A. There are also a few misc functions that let you check things like whether a slave can get pregnant or whether two slaves are mutually fertile @@ -101,9 +101,9 @@ You can "hot-test" stuff by text editing your HTML copy of FC, but it's a little Some hints: 1. Write your logic first, so you don't forget to close tags. In other words, it's better to do <<if $cond> -TODO + TODO <<else>> -TODO + TODO <</if>> And then fill it in later than it is to end up with a situation where you have a dozen unclosed tags and you can't remember where they are or what they do. diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index ee19880c86645f34e459698bded79c48019918ce..d60c57139b2356a3379b149873fa762586e0d31a 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -11144,8 +11144,7 @@ window.generateChild = function(mother, ova, destination) { /*:: wombJS [script]*/ /* -This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes, -with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future. +This is womb processor/simulator script. It take cares of calculation of belly sizes based on individual fetus sizes, with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future. Design limitations: - Mother can't gestate children with different speeds at same time. All speed changes apply to all fetuses. - Sizes of individual fetuses updated only on call of WombGetVolume - not every time as called WombProgress. This is for better overall code speed. @@ -20894,7 +20893,7 @@ window.rulesAutosurgery = (function() { } })(); -/*:: sexActJS [script]*/ +/*:: sexActJS[script]*/ /* times is how many times to increment the anal counts. @@ -20903,34 +20902,38 @@ window.rulesAutosurgery = (function() { window.AnalVCheck = function AnalVCheck(times) { const V = State.variables; const slave = V.activeSlave; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (canDoAnal(slave) && slave.anus === 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin ass.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. `; + r += `Since it's ${his} first time, you gently ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. Before long ${he}'s moaning loudly as you continue working away at ${his} butthole. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her anal virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ She expects her asshole to be seeing a lot more attention now.`; - } - else { - r += `She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved ${WrittenMaster(slave)}. `; + r += `${He} thinks of losing ${his} anal virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ ${He} expects ${his} asshole to be seeing a lot more attention now.`; + } else { + r += `${He} thinks of losing ${his} anal virginity to you as a @@.hotpink;connection@@ with ${his} beloved ${WrittenMaster(slave)}. `; if ((slave.fetishKnown && slave.fetish == "buttslut") || (slave.energy > 95) || (slave.attrXX >= 85 && V.PC.dick === 0)) { - r += `She can't wait to be fucked in the ass by you again.`; - } - else { - r += `She looks forward to having her asshole fucked by you again.`; + r += `${He} can't wait to be fucked in the ass by you again.`; + } else { + r += `${He} looks forward to having ${his} asshole fucked by you again.`; } } slave.devotion += 4; - } - else if (slave.devotion > 20) { - r += `Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Her moans become louder and louder as you continue working away at her butthole. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.`; + } else if (slave.devotion > 20) { + r += `Since it's ${his} first time, you gently ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. ${His} moans become louder and louder as you continue working away at ${his} butthole. ${He} accepts the pain and humiliation of anal sex as part of ${his} sexual servitude, though ${he} hopes that ${his} next time will be less painful.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.gold;fears@@ ${his} next anal sex, remembering the pain of losing ${his} anal virginity. ${He} dreads having ${his} ass violated by you again.`; slave.trust -= 5; - } - else { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.`; + } else { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating ${his} virgin butt. ${He} dreads having ${his} ass fucked by you again.`; slave.trust -= 5; slave.devotion -= 5; } @@ -20943,8 +20946,7 @@ window.AnalVCheck = function AnalVCheck(times) { if (!times) { V.analTotal += 1; slave.analCount += 1; - } - else { + } else { V.analTotal += times; slave.analCount += times; } @@ -20959,35 +20961,39 @@ window.AnalVCheck = function AnalVCheck(times) { window.VaginalVCheck = function VaginalVCheck(times) { const V = State.variables; const slave = V.activeSlave; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (canDoVaginal(slave) && slave.vagina === 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin pussy.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `You ease yourself into ${his} pussy, since it's ${his} first time, then gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ She expects her pussy to be seeing a lot more attention in the future.`; - } - else { - r += `@@.hotpink;She enjoys losing her cherry to you.@@ `; + r += `${He} thinks of losing ${his} virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ ${He} expects ${his} pussy to be seeing a lot more attention in the future.`; + } else { + r += `@@.hotpink;${He} enjoys losing ${his} cherry to you.@@ `; if ((slave.fetishKnown && slave.fetish == "pregnancy") || (slave.energy > 95) || (slave.attrXY >= 85 && V.PC.dick === 1)) { - r += `She can't wait to have her pussy fucked by you again.`; - } - else { - r += `She looks forward to having her pussy fucked by you again.`; + r += `${He} can't wait to have ${his} pussy fucked by you again.`; + } else { + r += `${He} looks forward to having ${his} pussy fucked by you again.`; } } slave.devotion += 4; - } - else if (slave.devotion > 20) { - r += `You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She accepts losing her virginity to her owner and she looks forward to having her pussy fucked by you again.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her pussy. She sobs and cries with disgust while you continue thrusting into her fuck hole. She @@.mediumorchid;hates@@ losing her virginity this way and @@.gold;fears@@ the next time you'll conquer her. She dreads getting violated by you again.`; + } else if (slave.devotion > 20) { + r += `You ease yourself into ${his} pussy, since it's ${his} first time, then gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} accepts losing ${his} virginity to ${his} owner and ${he} looks forward to having ${his} pussy fucked by you again.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} pussy. ${He} sobs and cries with disgust while you continue thrusting into ${his} fuck hole. ${He} @@.mediumorchid;hates@@ losing ${his} virginity this way and @@.gold;fears@@ the next time you'll conquer ${his}. ${He} dreads getting violated by you again.`; slave.trust -= 5; slave.devotion -= 5; - } - else { - r += `You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She tries to struggle, but you only pound harder. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for robbing her of her virginity. She dreads getting fucked by you again.`; + } else { + r += `You force yourself into ${his} pussy. ${He} sobs and cries with disgust while you continue working ${his} fuck hole. ${He} tries to struggle, but you only pound harder. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for robbing ${his} of ${his} virginity. ${He} dreads getting fucked by you again.`; slave.trust -= 10; slave.devotion -= 15; } @@ -21000,8 +21006,7 @@ window.VaginalVCheck = function VaginalVCheck(times) { if (!times) { V.vaginalTotal += 1; slave.vaginalCount += 1; - } - else { + } else { V.vaginalTotal += times; slave.vaginalCount += times; } @@ -21018,75 +21023,72 @@ window.VaginalVCheck = function VaginalVCheck(times) { window.BothVCheck = function BothVCheck(analTimes, bothTimes) { const V = State.variables; const slave = V.activeSlave; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (canDoVaginal(slave)) { if (slave.vagina === 0) { if (canDoAnal(slave) && slave.anus == 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin holes.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. `; + r += `As it's ${his} first time, you ease yourself into ${his} pussy before gradually working your way into ${his} ass and alternate between the two holes while ${he} moans. `; if (slave.tankBaby == 2) { - r += `She believes you taking her virgin holes @@.hotpink;will keep her from suffering.@@ She expects you to require her holes as tribute again soon.`; - } - else { - r += `@@.hotpink;She's so devoted she enjoys being fucked in both holes for the first time.@@ She looks forward to having her holes fucked by you again.`; + r += `${He} believes you taking ${his} virgin holes @@.hotpink;will keep ${him} from suffering.@@ ${He} expects you to require ${his} holes as tribute again soon.`; + } else { + r += `@@.hotpink;${He}'s so devoted ${he} enjoys being fucked in both holes for the first time.@@ ${He} looks forward to having ${his} holes fucked by you again.`; } slave.devotion += 4; - } - else if (slave.devotion <= 20) { - r += `You force yourself into her pussy before working your way into her ass. She sobs and cries with disgust while you alternate between the two holes. She @@.mediumorchid;hates@@ losing her virginity and anal virginity in one @@.gold;brutal@@ incident. She dreads having her holes violated by you again.`; + } else if (slave.devotion <= 20) { + r += `You force yourself into ${his} pussy before working your way into ${his} ass. ${He} sobs and cries with disgust while you alternate between the two holes. ${He} @@.mediumorchid;hates@@ losing ${his} virginity and anal virginity in one @@.gold;brutal@@ incident. ${He} dreads having ${his} holes violated by you again.`; slave.trust -= 5; slave.devotion -= 5; - } - else { - r += `As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. She accepts being fucked in both holes for the first time. She looks forward to having her holes fucked by you again.`; + } else { + r += `As it's ${his} first time, you ease yourself into ${his} pussy before gradually working your way into ${his} ass and alternate between the two holes while ${he} moans. ${He} accepts being fucked in both holes for the first time. ${He} looks forward to having ${his} holes fucked by you again.`; } slave.anus = 1; - } - else { + } else { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin pussy.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `As it's ${his} first time, you ease yourself into ${his} pussy and gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ She expects her pussy to be seeing a lot more attention in the future.`; - } - else { - r += `@@.hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.`; + r += `${He} thinks of losing ${his} virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ ${He} expects ${his} pussy to be seeing a lot more attention in the future.`; + } else { + r += `@@.hotpink;${He} enjoys losing ${his} cherry to you.@@ ${He} looks forward to having ${his} pussy fucked by you again.`; } slave.devotion += 4; - } - else if (slave.devotion <= 20) { - r += `You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for taking her virginity. She dreads having her pussy violated by you again.`; + } else if (slave.devotion <= 20) { + r += `You force yourself into ${his} pussy. ${He} sobs and cries with disgust while you continue working ${his} fuck hole. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for taking ${his} virginity. ${He} dreads having ${his} pussy violated by you again.`; slave.trust -= 5; slave.devotion -= 5; - } - else { - r += `As it's her first time, you ease yourself into her pussy before gradually increasing the intensity of your thrusts while she softly moans. She accepts losing her virginity to her owner and she looks forward to having her pussy fucked by you again.`; + } else { + r += `As it's ${his} first time, you ease yourself into ${his} pussy before gradually increasing the intensity of your thrusts while ${he} softly moans. ${He} accepts losing ${his} virginity to ${his} owner and ${he} looks forward to having ${his} pussy fucked by you again.`; } } slave.vagina = 1; - } - else if (canDoAnal(slave) && slave.anus == 0) { + } else if (canDoAnal(slave) && slave.anus == 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin ass.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her anal virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ She expects her asshole to be seeing a lot more attention now.`; - } - else { - r += `She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved ${WrittenMaster(slave)}. She looks forward to having her asshole fucked by you again.` + r += `${He} thinks of losing ${his} anal virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ ${He} expects ${his} asshole to be seeing a lot more attention now.`; + } else { + r += `${He} thinks of losing ${his} anal virginity to you as a @@.hotpink;connection@@ with ${his} beloved ${WrittenMaster(slave)}. ${He} looks forward to having ${his} asshole fucked by you again.` } slave.devotion += 4; - } - else if (slave.devotion > 20){ - r += `As it's her first time, you ease yourself into her butthole and gradually increase the intensity of your thrusts. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.`; + } else if (slave.devotion > 20){ + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. ${He} accepts the pain and humiliation of anal sex as part of ${his} sexual servitude, though ${he} hopes that ${his} next time will be less painful.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.gold;fears@@ ${his} next anal sex, remembering the pain of losing ${his} anal virginity. ${He} dreads having ${his} ass violated by you again.`; slave.trust -= 5; - } - else { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.`; + } else { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating ${his} virgin butt. ${He} dreads having ${his} ass fucked by you again.`; slave.trust -= 5; slave.devotion -= 5; } @@ -21098,8 +21100,7 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { V.analTotal += 1; slave.vaginalCount += 1; slave.analCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; V.analTotal += bothTimes; slave.vaginalCount += bothTimes; @@ -21108,13 +21109,11 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { if (canImpreg(slave, V.PC)) { r += knockMeUp(slave, 10, 2, -1, 1); } - } - else { + } else { if (!bothTimes) { V.vaginalTotal += 1; slave.vaginalCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; slave.vaginalCount += bothTimes; } @@ -21122,29 +21121,24 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { r += knockMeUp(slave, 10, 0, -1, 1); } } - } - else if (canDoAnal(slave)) { + } else if (canDoAnal(slave)) { if (slave.anus == 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin ass.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her anal virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ She expects her asshole to be seeing a lot more attention now.`; - } - else { - r += `She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved ${WrittenMaster(slave)}. She looks forward to having her asshole fucked by you again.`; + r += `${He} thinks of losing ${his} anal virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ ${He} expects ${his} asshole to be seeing a lot more attention now.`; + } else { + r += `${He} thinks of losing ${his} anal virginity to you as a @@.hotpink;connection@@ with ${his} beloved ${WrittenMaster(slave)}. ${He} looks forward to having ${his} asshole fucked by you again.`; } slave.devotion += 4; - } - else if (slave.devotion > 20) { - r += `As it's her first time, you ease yourself into her butthole and gradually increase the intensity of your thrusts. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.`; + } else if (slave.devotion > 20) { + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. ${He} accepts the pain and humiliation of anal sex as part of ${his} sexual servitude, though ${he} hopes that ${his} next time will be less painful.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.gold;fears@@ ${his} next anal sex, remembering the pain of losing ${his} anal virginity. ${He} dreads having ${his} ass violated by you again.`; slave.trust -= 5; - } - else { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.` + } else { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating ${his} virgin butt. ${He} dreads having ${his} ass fucked by you again.` slave.trust -= 5; slave.devotion -= 5; } @@ -21153,8 +21147,7 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { if (!analTimes) { V.analTotal += 1; slave.analCount += 1; - } - else { + } else { V.analTotal += analTimes; slave.analCount += analTimes; } @@ -21173,8 +21166,7 @@ window.SimpleVCheck = function SimpleVCheck(times) { let r = ``; if (canDoVaginal(State.variables.activeSlave)) { r += VaginalVCheck(times); - } - else if (canDoAnal(State.variables.activeSlave)) { + } else if (canDoAnal(State.variables.activeSlave)) { r += AnalVCheck(times); } return r; @@ -21191,25 +21183,31 @@ window.SimpleVCheck = function SimpleVCheck(times) { window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { const V = State.variables; const partner = V.slaves[V.partner]; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (V.partner < 0 || V.partner >= V.slaves.length) { r += `@@.red;PartnerVCheck called with invalid partner '$partner' from passage ${passage()}.@@`; - } - else if (canDoVaginal(partner)) { + } else if (canDoVaginal(partner)) { if (partner.vagina === 0) { if (canDoAnal(partner) && partner.anus === 0) { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually working your way into her butthole, alternating between her holes. @@.lime;This breaks in ${partner.slaveName}'s virgin holes.@@ `; + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} pussy before gradually working your way into ${his} butthole, alternating between ${his} holes. @@.lime;This breaks in ${partner.slaveName}'s virgin holes.@@ `; partner.vagina = 1; partner.anus = 1; - } - else { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in ${partner.slaveName}'s virgin pussy.@@ `; + } else { + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in ${partner.slaveName}'s virgin pussy.@@ `; partner.vagina = 1; } - } - else if (canDoAnal(partner) && partner.anus == 0) { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her butthole before gradually increasing the intensity of your thrusts into her ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; + } else if (canDoAnal(partner) && partner.anus == 0) { + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} butthole before gradually increasing the intensity of your thrusts into ${his} ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; partner.anus = 1; } @@ -21219,8 +21217,7 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { V.analTotal += 1; partner.vaginalCount += 1; partner.analCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; V.analTotal += bothTimes; partner.vaginalCount += bothTimes; @@ -21229,13 +21226,11 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { if (canImpreg(partner, V.PC)) { r += knockMeUp(partner, 10, 2, -1); } - } - else { + } else { if (!bothTimes) { V.vaginalTotal += 1; partner.vaginalCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; partner.vaginalCount += bothTimes; } @@ -21243,17 +21238,15 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { r += knockMeUp(partner, 10, 0, -1); } } - } - else if (canDoAnal(partner)) { + } else if (canDoAnal(partner)) { if (partner.anus === 0) { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her butthole before gradually increasing the intensity of your thrusts into her ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} butthole before gradually increasing the intensity of your thrusts into ${his} ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; partner.anus = 1; } if (!analTimes) { V.analTotal += 1; partner.analCount += 1; - } - else { + } else { V.analTotal += analTimes; partner.analCount += analTimes; } @@ -21282,22 +21275,19 @@ window.SimpleSexAct = function SimpleSexAct(slave, count) { if (slave.nipples == "fuckable" && V.PC.dick === 1 && fuckTarget > 80) { V.mammaryTotal += 1; slave.mammaryCount += 1; - } - else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { + } else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { V.vaginalTotal += 1; slave.vaginalCount += 1; if (canImpreg(slave, V.PC)) { r += knockMeUp(slave, 10, 0, -1, 1); } - } - else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { + } else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { V.analTotal += 1; slave.analCount += 1; if (canImpreg(slave, V.PC)) { r += knockMeUp(slave, 10, 1, -1, 1); } - } - else { + } else { V.oralTotal += 1; slave.oralCount += 1; } @@ -21323,16 +21313,13 @@ window.SimpleSlaveFucking = function SimpleSlaveFucking(slave, count) { if (slave.nipples == "fuckable" && fuckTarget > 80) { V.mammaryTotal += 1; slave.mammaryCount += 1; - } - else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { + } else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { V.vaginalTotal += 1; slave.vaginalCount += 1; - } - else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { + } else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { V.analTotal += 1; slave.analCount += 1; - } - else { + } else { V.oralTotal += 1; slave.oralCount += 1; } @@ -21363,37 +21350,32 @@ window.SimpleSlaveSlaveFucking = function SimpleSlaveSlaveFucking(subslave, doms V.mammaryTotal++; domslave.penetrativeCount++; V.penetrativeTotal++; - } - else { + } else { subslave.mammaryCount++; V.mammaryTotal++; V.slaves[V.i].penetrativeCount++; V.penetrativeTotal++; } - } - else { + } else { V.mammaryTotal++; V.penetrativeTotal++; subslave.mammaryCount++; domslave.penetrativeCount++; } - } - else if (canDoVaginal(subslave) && subslave.vagina > 0 && canPenetrate(domslave) && fuckTarget > 33) { + } else if (canDoVaginal(subslave) && subslave.vagina > 0 && canPenetrate(domslave) && fuckTarget > 33) { if (passage() === "SA serve your other slaves") { if (subslave.ID == V.slaves[V.i].ID) { V.slaves[V.i].vaginalCount++; V.vaginalTotal++; V.penetrativeTotal++; domslave.penetrativeCount++; - } - else { + } else { V.slaves[V.i].penetrativeCount++; V.penetrativeTotal++; subslave.vaginalCount++; V.vaginalTotal++; } - } - else { + } else { V.vaginalTotal++; subslave.vaginalCount++; V.penetrativeTotal++; @@ -21402,8 +21384,7 @@ window.SimpleSlaveSlaveFucking = function SimpleSlaveSlaveFucking(subslave, doms if (canImpreg(subslave, domslave)) { r += knockMeUp(subslave, 3, 0, domslave.ID, 1); } - } - else if (canDoAnal(subslave) && subslave.anus > 0 && canPenetrate(domslave) && fuckTarget > 10) { + } else if (canDoAnal(subslave) && subslave.anus > 0 && canPenetrate(domslave) && fuckTarget > 10) { //i think would impregnate from anal here even without .mpreg? same in original widget too if (canImpreg(subslave, domslave) && subslave.mpreg == 1) { r += knockMeUp(subslave, 3, 1, domslave.ID, 1); @@ -21414,22 +21395,19 @@ window.SimpleSlaveSlaveFucking = function SimpleSlaveSlaveFucking(subslave, doms V.analTotal++; V.penetrativeTotal++; domslave.penetrativeCount++; - } - else { + } else { V.slaves[V.i].penetrativeCount++; V.penetrativeTotal++; V.analTotal++; subslave.analCount++; } - } - else { + } else { V.analTotal++; subslave.analCount++; V.penetrativeTotal++; domslave.penetrativeCount++; } - } - else { + } else { V.oralTotal++; subslave.oralCount++; } @@ -21441,8 +21419,7 @@ window.SimpleVaginaFuck = function SimpleVaginaFuck(slave, count) { if (count) { State.variables.vaginalTotal += count; slave.vaginalCount += count; - } - else { + } else { State.variables.vaginalTotal++; slave.vaginalCount++; } @@ -21452,8 +21429,7 @@ window.SimpleAssFuck = function SimpleAssFuck(slave, count) { if (count) { State.variables.analTotal += count; slave.analCount += count; - } - else { + } else { State.variables.analTotal++; slave.analCount++; } @@ -26644,12 +26620,11 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) { }; /* -This takes a textual hair colour description and tries to guess the appropriate HTML compliant color code. - -hColor should be a color name, but can also be a string describing hair colour. - +This takes a textual hair color description and tries to guess the appropriate HTML compliant color code. +hColor should be a color name, but can also be a string describing hair color. This code's working is described to the user in the Encyclopedia, chapter "Lore", section "Dyes". */ + window.extractHairColor = function (hColor) { /* these are color names known and used in FreeCities @@ -28383,7 +28358,7 @@ window.GetVignette = function GetVignette(slave) { effect: -1, }); vignettes.push({ - text: `"a group of overzealous customers gangbanging ${him} got a little too excited hearing ${him} get off on abuse, leaving ${him} sore and injured,`, + text: `a group of overzealous customers gangbanging ${him} got a little too excited hearing ${him} get off on abuse, leaving ${him} sore and injured,`, type: "health", effect: -1, }); @@ -35122,7 +35097,7 @@ window.HAT = function() { const V = State.variables, S = V.SFUnit; var recom = `, has been recommissioned for use by $SF.Lower. It`, tons = `200`, skirt = ``, guns = ``, guns2 = ``, fans = ``, speed = ``, turbines = ``, armor = ``, ramps = ``, HATframe = ``, loadout = ``; - if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durability and improve cushion when travelling over uneven terrain and waves.`, recom = `,`; + if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durability and improve cushion when traveling over uneven terrain and waves.`, recom = `,`; if (S.HAT >= 3) guns = `A minigun`, guns2 = `has been mounted on the front corners of the craft to defend against attackers.`; if (S.HAT >= 4) fans = `The turbines powering the rear fans`, speed = `acceleration and speed.`, turbines = `have been replaced with a more powerful version, allowing greater`; if (S.HAT >= 5) armor = `The armor protecting its cargo has been increased.`; diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 5cc8fd181b14c01ac3419616c11d6d76ddefb8f0..57fece31fcec084864e6a933290491bdeec9c3aa 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -3451,8 +3451,8 @@ To test if your slave is functioning, start up a normal game, swap to cheat mode wombJS.tw subsystem: -This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes, -with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents' data in each individual fetus in future. Should be initialized for all slaves not female only. Currently it's not affect pregnancy mechanic in game directly - it's addon for better sizes calculation, and optional mechanics for future usage. +This is womb processor/simulator script. It take cares of calculation of belly sizes based on individual fetus sizes, with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future. +Should be initialized for all slaves not female only. Currently it's not affect pregnancy mechanic in game directly - it's addon for better sizes calculation, and optional mechanics for future usage. Design limitations: - Mother can't gestate children with different speeds at same time. All speed changes apply to all fetuses. - Sizes of individual fetuses updated only on call of WombGetVolume - not every time as called WombProgress. This is for better overall code speed. diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index fe7dd0a66e32f3d98d3ba00aafbeec911f5385a2..bd29c2df41a0e7ee287e6201efecb2dd0db9ff3a 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -423,13 +423,13 @@ $HeadGirl.slaveName tries to slip away, but _he2 was grabbed at the neck by the leader of the pack. He pulls _him2 down to the ground forcefully. $HeadGirl.slaveName knows better than to resist, _he2 is still a slave despite _his2 position as your head girl. A slave does not raise their hand against a Master, even one that's not _his2 own. The leader rips off _his2 dress, exposing _his2 bare chest. Your head girl is frozen in terror when _he2 is lifted onto the hastily cleared dining hall table by several of the men. _Her2 eyes desperately search for you. You are the only one who can stop this. All that's required is a single word from you. $HeadGirl.slaveName's eyes meets yours; the look of relief on _his2 face is soon replaced by the sad realization that you will not intervene. - _His2 mouth forms the word + _His2 mouth just barely forms the word <<if $PC.title > 0>> - 'mast...' + 'Master' <<else>> - 'mist...' + 'Mistress' <</if>> - as you shake your head, _he2 closes _his2 mouth and resigns _himself2 to _his2 fate. + as you shake your head, so _he2 closes _his2 mouth and resigns _himself2 to _his2 fate. <br> Your head girl is placed across the corner of the dining hall table face down, _his2 hands and legs held open by 4 men. _He2 finds a hand on _his2 ass, groping roughly. Then another hand on the other cheek, roughly parting _his2 globes to get better access. /% Pussy Check %/ @@ -440,12 +440,8 @@ <<set $HeadGirl.vagina += 1>> <</if>> One man moves to the head of $HeadGirl.slaveName and shoved his cock into _his2 mouth, fucking _his2 throat roughly. He buries his cock deep down _his2 throat all the way to his balls. -<<<<<<< HEAD - He places both hands around _his2 neck and squeezes with every stroke. Your head girl's face turns red and gags uncontrollably. _His2 eyes rolls back as another man shoved his hard cock in _his2 asshole, sodomizing _him2 with no mercy. As your head girl made squeaking noises in pain, several guests picked up forks and jabbed it at _his2 butt and _his2 back chanting "more meat... more meat..." and "squeal piggy squeal". You slump over your chair at the head of the table. Gulping down your drink, fighting back the urge to order your security drones to open fire on those men. You know those men would never dare to harm your head girl, not permanently, at least not anything your remote surgery couldn't fix. It's not as if you haven't done worse to your slaves, but the message is clear, the attack on your head girl was meant as disrespect and an insult towards you. Raping your head girl is like raping you. You stare at the group of men gang raping your head girl at the end of your own dining table, you burning their @@.yellow;names and their faces@@ into your memory as they take turns fucking _him2. They make use of _his2 every hole. When they are done, _he2 was left on the floor, battered and bruised, covered in cum and blood from superficial wounds. -======= - He places both hands around _his2 neck and squeezes with every stroke. Your head girl's face turns red and gags uncontrollably. _His2 eyes rolls back as another man shoved his hard cock in _his2 asshole, sodomizing _him2 with no mercy. As your head girl made squeaking noises in pain, serval guests picked up forks and jabbed it at _his2 butt and _his2 back chanting "more meat... more meat..." and "squeal piggy squeal." You slump over your chair at the head of the table. Gulping down your drink, fighting back the urge to order your security drones to open fire on those men. You know those men would never dare to harm your head girl, not permanently, at least not anything your remote surgery couldn't fix. It's not as if you haven't done worse to your slaves, but the message is clear, the attack on your head girl was meant as disrespect and an insult towards you. Raping your head girl is like raping you. You stare at the group of men gang raping your head girl at the end of your own dining table, you burning their @@.yellow;names and their faces@@ into your memory as they take turns fucking _him2. They make use of _his2 every hole. When they are done, _he2 was left on the floor, battered and bruised, covered in cum and blood from superficial wounds. ->>>>>>> b612f74c6f47e0427e0a22afdbc861305431ff0a - The leader of the pack pulls out his half erect cock pees on your head girl as a final insult towards you. The poor _girl2 is so spent that _he2 doesn't even flinch at the urine hitting _his2 face. + He places both hands around _his2 neck and squeezes with every stroke. Your head girl's face turns red and $he gags uncontrollably. _His2 eyes roll back as another man shoves his hard cock in _his2 asshole, sodomizing _him2 with no mercy. As your head girl makes squeaking noises in pain, several guests pick up forks and jab it at _his2 butt and _his2 back, chanting "More meat... More meat..." and "Squeal, piggy, squeal." You slump over your chair at the head of the table. Gulping down your drink, you suppress the urge to order your security drones to open fire on those men. You know they would never dare to harm your head girl, not permanently, at least not anything your remote surgery couldn't fix. It's not as if you haven't done worse to your slaves, but the message is clear; the attack on your head girl was meant as disrespect and an insult towards you. Raping your head girl is like raping you. You stare at the group of men gang raping your head girl at the end of your own dining table, burning their @@.yellow;names and their faces@@ into your memory as they take turns fucking _him2. They make use of _his2 every hole. When they are done, _he2 is left on the floor, battered and bruised, covered in cum and blood from superficial wounds. + The leader of the pack pulls out his half erect cock and pees on your head girl as a final insult towards you. The poor _girl2 is so spent that _he2 doesn't even flinch at the urine hitting _his2 face. He finishes showering your head girl, then turns towards you and says smilingly: <br><br> //"I must congratulate you// diff --git a/src/SecExp/attackOptions.tw b/src/SecExp/attackOptions.tw index 4e45e01d9e69c47a56b493d734f65238ce90a864..608ba9aeeef25e3c1f99a762504cb4548e7d3110 100644 --- a/src/SecExp/attackOptions.tw +++ b/src/SecExp/attackOptions.tw @@ -46,7 +46,7 @@ Some of your citizens saw the disciplined yet dusty, scruffy old world army is approaching the confines of your arcology. There's nothing better than a good war to unite the electorate and your arcology is just the perfect target. <</if>> <br> - Old world expeditions are usually sent to secure resources and trade routs for their nation or, more often, to provide their citizens with a boogey man to be scared of. They are usually decently equipped and trained, which together with their generous numbers make them a tough nut to crack. They however often lack in mobility. + Old world expeditions are usually sent to secure resources and trade routs for their nation or, more often, to provide their citizens with a bogeyman to be scared of. They are usually decently equipped and trained, which together with their generous numbers make them a tough nut to crack. They however often lack in mobility. <</if>> <<else>> Your assistant interrupted your rest to bring the grim news. You quickly rush to your console, where you can see one of the convoys supplying your arcology has been attacked and looted. It seems a group of desperate looking bandits decided it was a good idea to steal from you. @@ -90,7 +90,7 @@ Some of your citizens saw the massive, disciplined old world army is approaching the confines of your arcology. It seems one of the nations of the old world is determined to put your arcology to rest once and for all or die trying. <</if>> <br> - Old world expeditions are usually sent to secure resources and trade routs for their nation or, more often, to provide their citizens with a boogey man to be scared of. They are usually decently equipped and trained, which together with their generous numbers make them a tough nut to crack. They however often lack in mobility. + Old world expeditions are usually sent to secure resources and trade routs for their nation or, more often, to provide their citizens with a bogeyman to be scared of. They are usually decently equipped and trained, which together with their generous numbers make them a tough nut to crack. They however often lack in mobility. <</if>> <<else>> Your assistant interrupted your rest to bring the grim news. You quickly rush to your console, where you can see the satellite images coming in of the force about to crash against your arcology. It's not the first time your armies fought for the survival of your empire, but this time it seems it will be a fight for life or death. @@ -131,7 +131,7 @@ Some of your citizens saw the massive, disciplined old world army is approaching the confines of your arcology. It seems one of the nations of the old world is determined to put your arcology to rest once and for all or die trying. <</if>> <br> - Old world expeditions are usually sent to secure resources and trade routs for their nation or, more often, to provide their citizens with a boogey man to be scared of. They are usually decently equipped and trained, which together with their generous numbers make them a tough nut to crack. They however often lack in mobility. + Old world expeditions are usually sent to secure resources and trade routs for their nation or, more often, to provide their citizens with a bogeyman to be scared of. They are usually decently equipped and trained, which together with their generous numbers make them a tough nut to crack. They however often lack in mobility. <</if>> <</if>> <</if>> diff --git a/src/SpecialForce/FlavourText.tw b/src/SpecialForce/FlavourText.tw index 30e65fa9b1c9399978f4b9f0ac7b5d37538f75c3..7c65158fce2af640499bd1d85b9c0e3b3fc04547 100644 --- a/src/SpecialForce/FlavourText.tw +++ b/src/SpecialForce/FlavourText.tw @@ -137,7 +137,7 @@ <<if $arcologies[0].FSRomanRevivalist != "unset">> wearing plain and cheap tunics <<elseif $arcologies[0].FSAztecRevivalist != "unset">> - wearing simple loinclothes or dresses + wearing simple loincloths or dresses <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> wearing short linen kilts or long skirts which extend from the shoulders to the ankles <<elseif $arcologies[0].FSEdoRevivalist != "unset">> @@ -153,7 +153,7 @@ <</if>> <<else>> <<if $SF.Depravity <= 0.3 && $SFColonel.Core === "kind">> - wearing plain jumpsuits and slim identification collars to set them apart from the soldiers, and look resigned but not fearful. The soldiers themselves socialize at the bars, in small groups around tables, and in the gambling parlours. Many of them can be seen entering or leaving the dens occupied by the sexual slaves they have acquired. Laughter from the carousing soldiers can be heard at all times. Small groups of slaves move freely between the plaza and their basic accommodations attached to the firebase. + wearing plain jumpsuits and slim identification collars to set them apart from the soldiers, and look resigned but not fearful. The soldiers themselves socialize at the bars, in small groups around tables, and in the gambling parlors. Many of them can be seen entering or leaving the dens occupied by the sexual slaves they have acquired. Laughter from the carousing soldiers can be heard at all times. Small groups of slaves move freely between the plaza and their basic accommodations attached to the firebase. <<elseif $SF.Depravity <= 0.6 && $SFColonel.Core === "kind">> topless, wearing only utilitarian pants and leather collars to set them apart from the soldiers, and occasionally shoot fearful looks at the soldiers. The soldiers themselves socialize at the bars, or in large groups around tables, leering at and groping slaves of interest as they pass by. Many of them can be seen entering or leaving the dens occupied by the sexual slaves they have acquired, and often emerge only partially dressed, sometimes pulling half-naked slaves out with them. <<elseif $SF.Depravity <= 0.9>> @@ -188,7 +188,7 @@ <</if>> </div> <<if $SFUnit.Firebase === 10>> <br>The echo of simulated gun fire and explosions can be heard from the state of the art killhouse. - The quite hum of fans keeping the faster and much more efficient custom network operational can be heard throught the firebase.<br> + The quite hum of fans keeping the faster and much more efficient custom network operational can be heard throughout the firebase.<br> <</if>> <</if>> diff --git a/src/SpecialForce/JS.js b/src/SpecialForce/JS.js index 7f6523c497734a6f716367d97b468b263084f3a9..687c44a45c7ff2aa30ce6ff95d904e35730191d1 100644 --- a/src/SpecialForce/JS.js +++ b/src/SpecialForce/JS.js @@ -368,7 +368,7 @@ window.HAT = function() { const V = State.variables, S = V.SFUnit; var recom = `, has been recommissioned for use by $SF.Lower. It`, tons = `200`, skirt = ``, guns = ``, guns2 = ``, fans = ``, speed = ``, turbines = ``, armor = ``, ramps = ``, HATframe = ``, loadout = ``; - if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durability and improve cushion when travelling over uneven terrain and waves.`, recom = `,`; + if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durability and improve cushion when traveling over uneven terrain and waves.`, recom = `,`; if (S.HAT >= 3) guns = `A minigun`, guns2 = `has been mounted on the front corners of the craft to defend against attackers.`; if (S.HAT >= 4) fans = `The turbines powering the rear fans`, speed = `acceleration and speed.`, turbines = `have been replaced with a more powerful version, allowing greater`; if (S.HAT >= 5) armor = `The armor protecting its cargo has been increased.`; diff --git a/src/art/artJS.tw b/src/art/artJS.tw index 743f810770934a026bed3eda6a49134dec98f385..7f02f119ac1752456ea7de7ea0a68039988b1e4d 100644 --- a/src/art/artJS.tw +++ b/src/art/artJS.tw @@ -73,9 +73,9 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) { }; /* -This takes a textual hair colour description and tries to guess the appropriate HTML compliant color code. +This takes a textual hair color description and tries to guess the appropriate HTML compliant color code. -color should be a color name, but can also be a string describing hair colour. +color should be a color name, but can also be a string describing hair color. eyes can be nearly anything, it only indicates that the function is being used for eye color instead of hair color. This code's working is described to the user in the Encyclopedia, chapter "Lore", section "Dyes". diff --git a/src/art/artWidgets.tw b/src/art/artWidgets.tw index 4a4cd28aa368cf9a88c64e112ad72f142f453de3..d9abd722cd9c15c6095667356f54ff1f1d01768f 100644 --- a/src/art/artWidgets.tw +++ b/src/art/artWidgets.tw @@ -36,8 +36,8 @@ $args[2]: icon UI Display for vector art, 1 for on. <</if>> <<set _artSlave = $args[0] >> <<silently>> -/* prepare HTML colour codes for slave display */ -/* note: latex clothing is mostly emulated by rubber colour for skin (and shoes) */ +/* prepare HTML color codes for slave display */ +/* note: latex clothing is mostly emulated by rubber color for skin (and shoes) */ /* TODO: consistently use american "color" instead of "colour" for all identifiers */ <<include Art_Vector_Set_Colour_Outfit_>> <<include Art_Vector_Set_Colour_Skin_>> @@ -86,9 +86,9 @@ vector art added later is drawn over previously added art <<print "<img class='paperdoll' src=" + _folderLoc + "/test ui.svg'" + "/>">> <</if>> -/% Set skin colour %/ +/% Set skin color %/ <<set _skinFilter = "filter: url(#skin-" + _.kebabCase($args[0].skin) + ");">> -/% Set hair colour %/ +/% Set hair color %/ <<set _hairFilter = "filter: url(#hair-" + _.kebabCase($args[0].hColor) + ");">> <<set _underArmFilter = "filter: url(#hair-" + _.kebabCase($args[0].underArmHColor) + ");">> <<set _pubesFilter = "filter: url(#hair-" + _.kebabCase($args[0].pubicHColor) + ");">> diff --git a/src/art/vector/Arm.tw b/src/art/vector/Arm.tw index d9235728743f5c402cbaf74f55483eadebae6186..e83f5036476e122565f7ec9167a2c8084877ff8a 100644 --- a/src/art/vector/Arm.tw +++ b/src/art/vector/Arm.tw @@ -52,8 +52,8 @@ <<set _rightArmType = "Mid">> <</if>> <</if>> -<</if>> - +<</if>> + <<if _artSlave.amp == 0>> <<set _art = "Art_Vector_Arm_Right_"+_rightArmType >> <<include _art>> diff --git a/src/art/vector/Body_Clothing_Control.tw b/src/art/vector/Body_Clothing_Control.tw index 6abd9296981a68acddb56125841665ec5869f256..362a797926d571f46c1050824c7023fc91f178ca 100644 --- a/src/art/vector/Body_Clothing_Control.tw +++ b/src/art/vector/Body_Clothing_Control.tw @@ -42,7 +42,7 @@ <<set _showEyes = 0>> <<set _showPubic = 0>> <<set _showArmHair = 0>> - <<set _showHair = 0>> + <<set _showHair = 0>> <<set _showArmHighlight = 1>> <<set _showTorsoHighlight = 1>> <<set _showBoobsHighlight = 1>> diff --git a/src/art/vector/Chastity_Belt.tw b/src/art/vector/Chastity_Belt.tw index 4d2cea6bac024a8f8c03eb21078407253f2c8daf..a0e1a570bbb6b0f7478e0ca7c42ac0b9e0963706 100644 --- a/src/art/vector/Chastity_Belt.tw +++ b/src/art/vector/Chastity_Belt.tw @@ -10,21 +10,21 @@ <<if _artSlave.waist >= 96 && _artSlave.waist > -96>> <<if _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> + <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight <= -31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>> <<if _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> + <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> + <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 0 && _artSlave.weight > -96>> @@ -37,9 +37,9 @@ <<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> + <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> + <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> @@ -52,9 +52,9 @@ <<elseif _artSlave.waist < 11 && _artSlave.waist > -11>> <<if _artSlave.weight >= 191>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> + <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> + <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> @@ -70,7 +70,7 @@ <<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> + <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> @@ -86,7 +86,7 @@ <<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>> <<if _artSlave.weight >= 191>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> + <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> @@ -102,7 +102,7 @@ <<elseif _artSlave.waist <= -96>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base>> @@ -111,15 +111,15 @@ <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= 0>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <</if>> <</if>> -<<if _chastityVaginal>> +<<if _chastityVaginal>> <<if _artSlave.waist >= 96 && _artSlave.waist > -96>> <<if _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> + <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Vagina>> @@ -131,9 +131,9 @@ <<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>> <<if _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> + <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> + <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<include Art_Vector_Chastity_Vagina>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 0 && _artSlave.weight > -96>> @@ -146,9 +146,9 @@ <<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> + <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> + <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Vagina>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> @@ -161,9 +161,9 @@ <<elseif _artSlave.waist < 11 && _artSlave.waist > -11>> <<if _artSlave.weight >= 191>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> + <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> + <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Vagina>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> @@ -179,7 +179,7 @@ <<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> + <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Vagina>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> @@ -195,7 +195,7 @@ <<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>> <<if _artSlave.weight >= 191>> <<include Art_Vector_Chastity_Vagina_Fat>> - <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> + <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Vagina>> <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> diff --git a/src/art/vector/Feet.tw b/src/art/vector/Feet.tw index 12c50b32bffc861ad898120e8d66994db4ff2be5..418404a2190557c6f23349284732cca67a467038 100644 --- a/src/art/vector/Feet.tw +++ b/src/art/vector/Feet.tw @@ -9,7 +9,7 @@ <<case "heels">> <<include Art_Vector_Shoes_Heel>> <<case "pumps">> - <<include Art_Vector_Shoes_Pump>> + <<include Art_Vector_Shoes_Pump>> <<case "extreme heels">> <<if _legSize == "Narrow">> <<include Art_Vector_Shoes_Extreme_Heel_Narrow>> @@ -31,7 +31,7 @@ <<include Art_Vector_Shoes_Boot_Thick>> <</if>> <<case "flats">> - <<include Art_Vector_Shoes_Flat>> + <<include Art_Vector_Shoes_Flat>> <<default>> <<include Art_Vector_Feet_Normal>> <</switch>> @@ -42,7 +42,7 @@ <<case "heels">> <<include Art_Vector_Shoes_Heel>> <<case "pumps">> - <<include Art_Vector_Shoes_Pump>> + <<include Art_Vector_Shoes_Pump>> <<case "extreme heels">> <<if _legSize == "Narrow">> <<include Art_Vector_Shoes_Extreme_Heel_Narrow>> @@ -64,7 +64,7 @@ <<include Art_Vector_Shoes_Boot_Thick>> <</if>> <<case "flats">> - <<include Art_Vector_Shoes_Flat>> + <<include Art_Vector_Shoes_Flat>> <<default>> <<include Art_Vector_Feet_ProstheticBasic>> <</switch>> @@ -75,7 +75,7 @@ <<case "heels">> <<include Art_Vector_Shoes_Heel>> <<case "pumps">> - <<include Art_Vector_Shoes_Pump>> + <<include Art_Vector_Shoes_Pump>> <<case "extreme heels">> <<if _legSize == "Narrow">> <<include Art_Vector_Shoes_Extreme_Heel_Narrow>> @@ -97,7 +97,7 @@ <<include Art_Vector_Shoes_Boot_Thick>> <</if>> <<case "flats">> - <<include Art_Vector_Shoes_Flat>> + <<include Art_Vector_Shoes_Flat>> <<default>> <<include Art_Vector_Feet_ProstheticSexy>> <</switch>> @@ -108,7 +108,7 @@ <<case "heels">> <<include Art_Vector_Shoes_Heel>> <<case "pumps">> - <<include Art_Vector_Shoes_Pump>> + <<include Art_Vector_Shoes_Pump>> <<case "extreme heels">> <<if _legSize == "Narrow">> <<include Art_Vector_Shoes_Extreme_Heel_Narrow>> @@ -130,7 +130,7 @@ <<include Art_Vector_Shoes_Boot_Thick>> <</if>> <<case "flats">> - <<include Art_Vector_Shoes_Flat>> + <<include Art_Vector_Shoes_Flat>> <<default>> <<include Art_Vector_Feet_ProstheticBeauty>> <</switch>> @@ -141,7 +141,7 @@ <<case "heels">> <<include Art_Vector_Shoes_Heel>> <<case "pumps">> - <<include Art_Vector_Shoes_Pump>> + <<include Art_Vector_Shoes_Pump>> <<case "extreme heels">> <<if _legSize == "Narrow">> <<include Art_Vector_Shoes_Extreme_Heel_Narrow>> @@ -163,7 +163,7 @@ <<include Art_Vector_Shoes_Boot_Thick>> <</if>> <<case "flats">> - <<include Art_Vector_Shoes_Flat>> + <<include Art_Vector_Shoes_Flat>> <<default>> <<include Art_Vector_Feet_ProstheticCombat>> <</switch>> @@ -174,7 +174,7 @@ <<case "heels">> <<include Art_Vector_Shoes_Heel>> <<case "pumps">> - <<include Art_Vector_Shoes_Pump>> + <<include Art_Vector_Shoes_Pump>> <<case "extreme heels">> <<if _legSize == "Narrow">> <<include Art_Vector_Shoes_Extreme_Heel_Narrow>> @@ -196,7 +196,7 @@ <<include Art_Vector_Shoes_Boot_Thick>> <</if>> <<case "flats">> - <<include Art_Vector_Shoes_Flat>> + <<include Art_Vector_Shoes_Flat>> <<default>> <<include Art_Vector_Feet_ProstheticSwiss>> <</switch>> diff --git a/src/art/vector/Head.tw b/src/art/vector/Head.tw index 24257efa8ba5d1776490fcddbd4793c5af27b247..8ac6d48bb27370648f607586b1f7a370bb0730b4 100644 --- a/src/art/vector/Head.tw +++ b/src/art/vector/Head.tw @@ -40,22 +40,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -66,48 +66,48 @@ <<include Art_Vector_Eyebrow_TypeE_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeE_Thin>> + <<include Art_Vector_Eyebrow_TypeE_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeE_Threaded>> + <<include Art_Vector_Eyebrow_TypeE_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeE_Natural>> + <<include Art_Vector_Eyebrow_TypeE_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeE_Tapered>> + <<include Art_Vector_Eyebrow_TypeE_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeE_Thick>> + <<include Art_Vector_Eyebrow_TypeE_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeE_Bushy>> + <<include Art_Vector_Eyebrow_TypeE_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeE>> <<include Art_Vector_Mouth_TypeE>> - <<include Art_Vector_Nose_TypeE>> + <<include Art_Vector_Nose_TypeE>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -118,22 +118,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -144,22 +144,22 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -170,22 +170,22 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <</if>> @@ -198,22 +198,22 @@ <<include Art_Vector_Eyebrow_TypeD_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeD_Thin>> + <<include Art_Vector_Eyebrow_TypeD_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeD_Threaded>> + <<include Art_Vector_Eyebrow_TypeD_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeD_Natural>> + <<include Art_Vector_Eyebrow_TypeD_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeD_Tapered>> + <<include Art_Vector_Eyebrow_TypeD_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeD_Thick>> + <<include Art_Vector_Eyebrow_TypeD_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeD_Bushy>> + <<include Art_Vector_Eyebrow_TypeD_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -224,48 +224,48 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeE>> <<include Art_Vector_Mouth_TypeE>> - <<include Art_Vector_Nose_TypeA>> + <<include Art_Vector_Nose_TypeA>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -276,22 +276,22 @@ <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -302,22 +302,22 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -328,25 +328,25 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> - <</if>> + <</if>> <<if _artSlave.race == "latina" || _artSlave.race == "amerindian">> <<if _artSlave.faceShape == "normal">> <<include Art_Vector_Eyes_TypeB>> @@ -356,22 +356,22 @@ <<include Art_Vector_Eyebrow_TypeB_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeB_Thin>> + <<include Art_Vector_Eyebrow_TypeB_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeB_Threaded>> + <<include Art_Vector_Eyebrow_TypeB_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeB_Natural>> + <<include Art_Vector_Eyebrow_TypeB_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeB_Tapered>> + <<include Art_Vector_Eyebrow_TypeB_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeB_Thick>> + <<include Art_Vector_Eyebrow_TypeB_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeB_Bushy>> + <<include Art_Vector_Eyebrow_TypeB_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -382,48 +382,48 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeA>> <<include Art_Vector_Mouth_TypeD>> - <<include Art_Vector_Nose_TypeB>> + <<include Art_Vector_Nose_TypeB>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeD_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeD_Thin>> + <<include Art_Vector_Eyebrow_TypeD_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeD_Threaded>> + <<include Art_Vector_Eyebrow_TypeD_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeD_Natural>> + <<include Art_Vector_Eyebrow_TypeD_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeD_Tapered>> + <<include Art_Vector_Eyebrow_TypeD_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeD_Thick>> + <<include Art_Vector_Eyebrow_TypeD_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeD_Bushy>> + <<include Art_Vector_Eyebrow_TypeD_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -434,22 +434,22 @@ <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -460,22 +460,22 @@ <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -486,25 +486,25 @@ <<include Art_Vector_Eyebrow_TypeE_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeE_Thin>> + <<include Art_Vector_Eyebrow_TypeE_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeE_Threaded>> + <<include Art_Vector_Eyebrow_TypeE_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeE_Natural>> + <<include Art_Vector_Eyebrow_TypeE_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeE_Tapered>> + <<include Art_Vector_Eyebrow_TypeE_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeE_Thick>> + <<include Art_Vector_Eyebrow_TypeE_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeE_Bushy>> + <<include Art_Vector_Eyebrow_TypeE_Bushy>> <</if>> <</if>> - <</if>> + <</if>> <<if _artSlave.race == "black">> <<if _artSlave.faceShape == "normal">> <<include Art_Vector_Eyes_TypeD>> @@ -514,22 +514,22 @@ <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -540,48 +540,48 @@ <<include Art_Vector_Eyebrow_TypeE_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeE_Thin>> + <<include Art_Vector_Eyebrow_TypeE_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeE_Threaded>> + <<include Art_Vector_Eyebrow_TypeE_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeE_Natural>> + <<include Art_Vector_Eyebrow_TypeE_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeE_Tapered>> + <<include Art_Vector_Eyebrow_TypeE_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeE_Thick>> + <<include Art_Vector_Eyebrow_TypeE_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeE_Bushy>> + <<include Art_Vector_Eyebrow_TypeE_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeF>> <<include Art_Vector_Mouth_TypeE>> - <<include Art_Vector_Nose_TypeB>> + <<include Art_Vector_Nose_TypeB>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeE_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeE_Thin>> + <<include Art_Vector_Eyebrow_TypeE_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeE_Threaded>> + <<include Art_Vector_Eyebrow_TypeE_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeE_Natural>> + <<include Art_Vector_Eyebrow_TypeE_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeE_Tapered>> + <<include Art_Vector_Eyebrow_TypeE_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeE_Thick>> + <<include Art_Vector_Eyebrow_TypeE_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeE_Bushy>> + <<include Art_Vector_Eyebrow_TypeE_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -592,22 +592,22 @@ <<include Art_Vector_Eyebrow_TypeD_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeD_Thin>> + <<include Art_Vector_Eyebrow_TypeD_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeD_Threaded>> + <<include Art_Vector_Eyebrow_TypeD_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeB_Natural>> + <<include Art_Vector_Eyebrow_TypeB_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeD_Tapered>> + <<include Art_Vector_Eyebrow_TypeD_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeD_Thick>> + <<include Art_Vector_Eyebrow_TypeD_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeD_Bushy>> + <<include Art_Vector_Eyebrow_TypeD_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -618,22 +618,22 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -644,25 +644,25 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> - <</if>> + <</if>> <<if _artSlave.race == "middle eastern">> <<if _artSlave.faceShape == "normal">> <<include Art_Vector_Eyes_TypeB>> @@ -672,22 +672,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -698,48 +698,48 @@ <<include Art_Vector_Eyebrow_TypeB_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeB_Thin>> + <<include Art_Vector_Eyebrow_TypeB_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeB_Threaded>> + <<include Art_Vector_Eyebrow_TypeB_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeB_Natural>> + <<include Art_Vector_Eyebrow_TypeB_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeB_Tapered>> + <<include Art_Vector_Eyebrow_TypeB_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeB_Thick>> + <<include Art_Vector_Eyebrow_TypeB_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeB_Bushy>> + <<include Art_Vector_Eyebrow_TypeB_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeF>> <<include Art_Vector_Mouth_TypeB>> - <<include Art_Vector_Nose_TypeF>> + <<include Art_Vector_Nose_TypeF>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -750,22 +750,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -776,22 +776,22 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -802,22 +802,22 @@ <<include Art_Vector_Eyebrow_TypeE_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeE_Thin>> + <<include Art_Vector_Eyebrow_TypeE_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeE_Threaded>> + <<include Art_Vector_Eyebrow_TypeE_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeE_Natural>> + <<include Art_Vector_Eyebrow_TypeE_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeE_Tapered>> + <<include Art_Vector_Eyebrow_TypeE_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeE_Thick>> + <<include Art_Vector_Eyebrow_TypeE_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeE_Bushy>> + <<include Art_Vector_Eyebrow_TypeE_Bushy>> <</if>> <</if>> <</if>> @@ -830,22 +830,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -856,48 +856,48 @@ <<include Art_Vector_Eyebrow_TypeB_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeB_Thin>> + <<include Art_Vector_Eyebrow_TypeB_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeB_Threaded>> + <<include Art_Vector_Eyebrow_TypeB_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeB_Natural>> + <<include Art_Vector_Eyebrow_TypeB_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeB_Tapered>> + <<include Art_Vector_Eyebrow_TypeB_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeB_Thick>> + <<include Art_Vector_Eyebrow_TypeB_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeB_Bushy>> + <<include Art_Vector_Eyebrow_TypeB_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeF>> <<include Art_Vector_Mouth_TypeB>> - <<include Art_Vector_Nose_TypeF>> + <<include Art_Vector_Nose_TypeF>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -908,22 +908,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -934,22 +934,22 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -960,22 +960,22 @@ <<include Art_Vector_Eyebrow_TypeE_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeE_Thin>> + <<include Art_Vector_Eyebrow_TypeE_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeE_Threaded>> + <<include Art_Vector_Eyebrow_TypeE_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeE_Natural>> + <<include Art_Vector_Eyebrow_TypeE_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeE_Tapered>> + <<include Art_Vector_Eyebrow_TypeE_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeE_Thick>> + <<include Art_Vector_Eyebrow_TypeE_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeE_Bushy>> + <<include Art_Vector_Eyebrow_TypeE_Bushy>> <</if>> <</if>> <</if>> @@ -988,22 +988,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -1014,48 +1014,48 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeC>> <<include Art_Vector_Mouth_TypeB>> - <<include Art_Vector_Nose_TypeD>> + <<include Art_Vector_Nose_TypeD>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -1066,22 +1066,22 @@ <<include Art_Vector_Eyebrow_TypeD_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeD_Thin>> + <<include Art_Vector_Eyebrow_TypeD_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeD_Threaded>> + <<include Art_Vector_Eyebrow_TypeD_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeD_Natural>> + <<include Art_Vector_Eyebrow_TypeD_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeD_Tapered>> + <<include Art_Vector_Eyebrow_TypeD_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeD_Thick>> + <<include Art_Vector_Eyebrow_TypeD_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeD_Bushy>> + <<include Art_Vector_Eyebrow_TypeD_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -1092,22 +1092,22 @@ <<include Art_Vector_Eyebrow_TypeD_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeD_Thin>> + <<include Art_Vector_Eyebrow_TypeD_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeD_Threaded>> + <<include Art_Vector_Eyebrow_TypeD_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeD_Natural>> + <<include Art_Vector_Eyebrow_TypeD_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeD_Tapered>> + <<include Art_Vector_Eyebrow_TypeD_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeD_Thick>> + <<include Art_Vector_Eyebrow_TypeD_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeD_Bushy>> + <<include Art_Vector_Eyebrow_TypeD_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -1118,24 +1118,24 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> - <</if>> + <</if>> <</if>> <<if _artSlave.race == "mixed race">> <<if _artSlave.faceShape == "normal">> @@ -1146,22 +1146,22 @@ <<include Art_Vector_Eyebrow_TypeA_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeA_Thin>> + <<include Art_Vector_Eyebrow_TypeA_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeA_Threaded>> + <<include Art_Vector_Eyebrow_TypeA_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeA_Natural>> + <<include Art_Vector_Eyebrow_TypeA_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeA_Tapered>> + <<include Art_Vector_Eyebrow_TypeA_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeA_Thick>> + <<include Art_Vector_Eyebrow_TypeA_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeA_Bushy>> + <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "masculine">> @@ -1172,48 +1172,48 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "androgynous">> <<include Art_Vector_Eyes_TypeC>> <<include Art_Vector_Mouth_TypeB>> - <<include Art_Vector_Nose_TypeD>> + <<include Art_Vector_Nose_TypeD>> <<if _artSlave.eyebrowFullness == "pencil-thin">> <<include Art_Vector_Eyebrow_TypeF_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeF_Thin>> + <<include Art_Vector_Eyebrow_TypeF_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeF_Threaded>> + <<include Art_Vector_Eyebrow_TypeF_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeF_Natural>> + <<include Art_Vector_Eyebrow_TypeF_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeF_Tapered>> + <<include Art_Vector_Eyebrow_TypeF_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeF_Thick>> + <<include Art_Vector_Eyebrow_TypeF_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeF_Bushy>> + <<include Art_Vector_Eyebrow_TypeF_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "cute">> @@ -1224,22 +1224,22 @@ <<include Art_Vector_Eyebrow_TypeD_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeD_Thin>> + <<include Art_Vector_Eyebrow_TypeD_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeD_Threaded>> + <<include Art_Vector_Eyebrow_TypeD_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeD_Natural>> + <<include Art_Vector_Eyebrow_TypeD_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeD_Tapered>> + <<include Art_Vector_Eyebrow_TypeD_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeD_Thick>> + <<include Art_Vector_Eyebrow_TypeD_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeD_Bushy>> + <<include Art_Vector_Eyebrow_TypeD_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "sensual">> @@ -1250,22 +1250,22 @@ <<include Art_Vector_Eyebrow_TypeD_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeD_Thin>> + <<include Art_Vector_Eyebrow_TypeD_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeD_Threaded>> + <<include Art_Vector_Eyebrow_TypeD_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeD_Natural>> + <<include Art_Vector_Eyebrow_TypeD_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeD_Tapered>> + <<include Art_Vector_Eyebrow_TypeD_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeD_Thick>> + <<include Art_Vector_Eyebrow_TypeD_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeD_Bushy>> + <<include Art_Vector_Eyebrow_TypeD_Bushy>> <</if>> <</if>> <<if _artSlave.faceShape == "exotic">> @@ -1276,24 +1276,24 @@ <<include Art_Vector_Eyebrow_TypeC_Pencilthin>> <</if>> <<if _artSlave.eyebrowFullness == "thin">> - <<include Art_Vector_Eyebrow_TypeC_Thin>> + <<include Art_Vector_Eyebrow_TypeC_Thin>> <</if>> <<if _artSlave.eyebrowFullness == "threaded">> - <<include Art_Vector_Eyebrow_TypeC_Threaded>> + <<include Art_Vector_Eyebrow_TypeC_Threaded>> <</if>> <<if _artSlave.eyebrowFullness == "natural">> - <<include Art_Vector_Eyebrow_TypeC_Natural>> + <<include Art_Vector_Eyebrow_TypeC_Natural>> <</if>> <<if _artSlave.eyebrowFullness == "tapered">> - <<include Art_Vector_Eyebrow_TypeC_Tapered>> + <<include Art_Vector_Eyebrow_TypeC_Tapered>> <</if>> <<if _artSlave.eyebrowFullness == "thick">> - <<include Art_Vector_Eyebrow_TypeC_Thick>> + <<include Art_Vector_Eyebrow_TypeC_Thick>> <</if>> <<if _artSlave.eyebrowFullness == "bushy">> - <<include Art_Vector_Eyebrow_TypeC_Bushy>> + <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> - <</if>> + <</if>> <</if>> <</if>> <</if>> diff --git a/src/art/vector/Pubic_Hair.tw b/src/art/vector/Pubic_Hair.tw index 3b136fa830a32a15aeade059df5f0175e549f2a7..a0861da1d30e25bff768911edb1475942c0c8916 100644 --- a/src/art/vector/Pubic_Hair.tw +++ b/src/art/vector/Pubic_Hair.tw @@ -26,31 +26,31 @@ <<if _artSlave.pubicHStyle == "strip" || _artSlave.pubicHStyle == "in a strip">> <<if _torsoSize == "Obese" || _torsoSize == "Fat">> <<include Art_Vector_Pubic_Hair_StripFat >> - <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> + <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> <<include Art_Vector_Pubic_Hair_Strip >> <</if>> <<elseif _artSlave.pubicHStyle == "bush" || _artSlave.pubicHStyle == "bushy in the front and neat in the rear">> <<if _torsoSize == "Obese" || _torsoSize == "Fat">> <<include Art_Vector_Pubic_Hair_BushFat >> - <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> + <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> <<include Art_Vector_Pubic_Hair_Bush >> <</if>> <<elseif _artSlave.pubicHStyle == "neat">> <<if _torsoSize == "Obese" || _torsoSize == "Fat">> <<include Art_Vector_Pubic_Hair_NeatFat >> - <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> + <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> <<include Art_Vector_Pubic_Hair_Neat >> <</if>> <<elseif _artSlave.pubicHStyle =="bushy">> <<if _torsoSize == "Obese" || _torsoSize == "Fat">> <<include Art_Vector_Pubic_Hair_BushyFat >> - <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> + <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> <<include Art_Vector_Pubic_Hair_Bushy >> <</if>> <<elseif _artSlave.pubicHStyle =="very bushy">> <<if _torsoSize == "Obese" || _torsoSize == "Fat">> <<include Art_Vector_Pubic_Hair_Very_BushyFat >> - <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> + <<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >> <<include Art_Vector_Pubic_Hair_Very_Bushy >> <</if>> <<elseif _artSlave.pubicHStyle =="waxed">> diff --git a/src/art/vector/Set_Colour_Outfit_JS.tw b/src/art/vector/Set_Colour_Outfit_JS.tw index 417e60894221267905904a5c1ae29e3f09203684..80b88e64fbaa39a123f1602b74b80a58e2ffb8d2 100644 --- a/src/art/vector/Set_Colour_Outfit_JS.tw +++ b/src/art/vector/Set_Colour_Outfit_JS.tw @@ -8,17 +8,17 @@ var s = { } if (artSlave.fuckdoll != 0 || artSlave.clothes == "restrictive latex" || artSlave.clothes == "a latex catsuit" || artSlave.clothes == "a cybersuit") { - s.outfitBaseColour = "#515351" ; /* standard "black rubber" latex colour */ + s.outfitBaseColour = "#515351" ; /* standard "black rubber" latex color */ if (artSlave.clothingBaseColor) { - s.outfitBaseColour = artSlave.clothingBaseColor ; /* latex colour selected by user */ - /* TODO: rewrite all textual descriptions not to explicitly mention the latex being of black colour. */ + s.outfitBaseColour = artSlave.clothingBaseColor ; /* latex color selected by user */ + /* TODO: rewrite all textual descriptions not to explicitly mention the latex being of black color. */ } } if (artSlave.fuckdoll != 0 || artSlave.clothes == "a comfortable bodysuit") { s.outfitBaseColour = "#464646" ; /* bodysuit */ if (artSlave.clothingBaseColor) { - s.outfitBaseColour = artSlave.clothingBaseColor ; /* bodysuit colour selected by user */ + s.outfitBaseColour = artSlave.clothingBaseColor ; /* bodysuit color selected by user */ } } @@ -30,7 +30,7 @@ switch (artSlave.eyewear) { s.glassesColor = "#010101"; break; default: - /* use colour for "glasses" by default */ + /* use color for "glasses" by default */ s.glassesColor = "#010101"; } @@ -39,12 +39,12 @@ switch (artSlave.collar) { s.glassesColor = "#FFFFFF"; break; default: - /* use colour for "mask" by default */ + /* use color for "mask" by default */ s.glassesColor = "#010101"; } if (artSlave.glassesColor) { - s.glassesColor = artSlave.glassesColor; /* glasses colour selected by user */ + s.glassesColor = artSlave.glassesColor; /* glasses color selected by user */ } if (artSlave.eyeColor) { diff --git a/src/art/vector/Set_Colour_Shoe.tw b/src/art/vector/Set_Colour_Shoe.tw index b6783ef76fa693c09cd7cd05b6c6500c17d9f65b..99c13c8c1249d83d822cfc9c98b4e8774c60a939 100644 --- a/src/art/vector/Set_Colour_Shoe.tw +++ b/src/art/vector/Set_Colour_Shoe.tw @@ -17,16 +17,16 @@ <<case "pumps">> <<set _shoeColour = "#80808080">> <<default>> - /* use colour for "heels" by default */ + /* use color for "heels" by default */ <<set _shoeColour = "#595959">> <</switch>> <<if def _artSlave.shoeColor>> - <<set _shoeColour = _artSlave.shoeColor+";opacity: 0.4">> /* shoe colour selected by user */ + <<set _shoeColour = _artSlave.shoeColor+";opacity: 0.4">> /* shoe color selected by user */ <<set _shoeShadowColour = _shoeColour+";opacity: 0.5">> /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */ <</if>> -/* override colour in case of full body latex outfit */ +/* override color in case of full body latex outfit */ <<if _artSlave.fuckdoll != 0 || _artSlave.clothes == "restrictive latex" >> <<set _shoeColour = _skinColour>> <<set _shoeShadowColour = _shoeColour+";opacity: 0.5">> /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */ diff --git a/src/art/vector/Set_Colour_Skin_JS.tw b/src/art/vector/Set_Colour_Skin_JS.tw index 1676343b84e989d2fae372293192010a47662918..b160408daf076f718e2e0d06937faf9fd08c16b6 100644 --- a/src/art/vector/Set_Colour_Skin_JS.tw +++ b/src/art/vector/Set_Colour_Skin_JS.tw @@ -62,7 +62,7 @@ if (artSlave.clothes == "a cybersuit") { s.bellybuttonStyle = outfitBaseColour; } -/* END SKIN COLOUR OVERRIDES FOR LATEX CLOTHING EMULATION */ +/* END SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */ if (artSlave.clothes == "a comfortable bodysuit") { /* nice bodysuit does not cover head. */ diff --git a/src/art/vector/Torso.tw b/src/art/vector/Torso.tw index 803da95414789aa6697e8e720d0265b9efa0a53e..4dac08371552223426697b3fe8640f8e5ac906f2 100644 --- a/src/art/vector/Torso.tw +++ b/src/art/vector/Torso.tw @@ -6,8 +6,8 @@ <<if _artSlave.waist >= 96 && _artSlave.waist > -96>> <<if _artSlave.weight >= 96>> - <<set _torsoSize = "Obese">> - <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> + <<set _torsoSize = "Obese">> + <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<set _torsoSize = "Fat">> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<set _torsoSize = "Chubby">> @@ -16,10 +16,10 @@ <</if>> <<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>> <<if _artSlave.weight >= 131>> - <<set _torsoSize = "Obese">> - <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> - <<set _torsoSize = "Fat">> - <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> + <<set _torsoSize = "Obese">> + <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> + <<set _torsoSize = "Fat">> + <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<set _torsoSize = "Chubby">> <<elseif _artSlave.weight < 0 && _artSlave.weight > -96>> <<set _torsoSize = "Normal">> @@ -28,10 +28,10 @@ <</if>> <<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>> <<if _artSlave.weight >= 161>> - <<set _torsoSize = "Obese">> - <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> - <<set _torsoSize = "Fat">> - <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> + <<set _torsoSize = "Obese">> + <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> + <<set _torsoSize = "Fat">> + <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<set _torsoSize = "Chubby">> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<set _torsoSize = "Normal">> @@ -40,10 +40,10 @@ <</if>> <<elseif _artSlave.waist < 11 && _artSlave.waist > -11>> <<if _artSlave.weight >= 191>> - <<set _torsoSize = "Obese">> - <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> - <<set _torsoSize = "Fat">> - <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> + <<set _torsoSize = "Obese">> + <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> + <<set _torsoSize = "Fat">> + <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<set _torsoSize = "Chubby">> <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<set _torsoSize = "Normal">> @@ -54,8 +54,8 @@ <</if>> <<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>> <<if _artSlave.weight >= 161>> - <<set _torsoSize = "Fat">> - <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> + <<set _torsoSize = "Fat">> + <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<set _torsoSize = "Chubby">> <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<set _torsoSize = "Normal">> @@ -66,8 +66,8 @@ <</if>> <<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>> <<if _artSlave.weight >= 191>> - <<set _torsoSize = "Fat">> - <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> + <<set _torsoSize = "Fat">> + <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> <<set _torsoSize = "Chubby">> <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<set _torsoSize = "Normal">> diff --git a/src/art/vector_revamp/vectorRevampedArtControlJS.tw b/src/art/vector_revamp/vectorRevampedArtControlJS.tw index 7e9e80e054a7ba1a64891df5b40ee65fee37c7d9..7eaee403ad845915f833a42ff20c05faaef0ae80 100644 --- a/src/art/vector_revamp/vectorRevampedArtControlJS.tw +++ b/src/art/vector_revamp/vectorRevampedArtControlJS.tw @@ -1000,8 +1000,7 @@ class RevampedArtControl { { this.pubicTattooText = this.artSlave.dick != 0 ? "Useless" : "Fucktoy"; result.push("Art_Vector_Revamp_Pussy_Tattoo"); - } - + } switch(this.artSlave.pubicHStyle) { case "strip": @@ -1589,8 +1588,7 @@ class RevampedArtControl { } return result; - } - + } get headAddonLayer() { var result = []; @@ -1624,8 +1622,7 @@ class RevampedArtControl { } } return result; - } - + } get hairForeLayer() { var result = []; diff --git a/src/events/gameover.tw b/src/events/gameover.tw index 264748a90035b84c6e18f3cc808509fe52cde4fb..2af91afcddb622a4115100bf99d385408ba4c805 100644 --- a/src/events/gameover.tw +++ b/src/events/gameover.tw @@ -4,7 +4,7 @@ <<set $ui = "start">> One fine day, you're strolling down the main promenade, making your usual combined inspection and public rounds. These walks are triply useful, since they allow you to keep a finger on the pulse of your demesne, identify any problems, and display yourself to the population. <br><br> - <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> suddenly relays a silent alarm, highlighting a scruffy individual <<if $showInches == 2>>sixty-six feet<<else>>twenty meters<</if>> ahead. This person is hooded and acting oddly. You catch a glance from beneath the hood in your direction: and the figure obviously decides that it can get no closer to you. Your assistant's scanning detects the presence of an implanted bomb moments before the suicide bomber detonates themselves. + <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> suddenly relays a silent alarm, highlighting a scruffy individual twenty <<if $showInches == 2>>yards<<else>>meters<</if>> ahead. This person is hooded and acting oddly. You catch a glance from beneath the hood in your direction: and the figure obviously decides that it can get no closer to you. Your assistant's scanning detects the presence of an implanted bomb moments before the suicide bomber detonates themselves. <br><br> The implanted bomb is small, and went off too far ahead to do anything more than stun. Three other assailants run at you from where they were waiting in the confusion, wielding improvised weapons that apparently did not set off the security scanners. Without a bodyguard, decent security systems, or any other means of personal defense, you meet your ignominious death at the end of a bludgeon fashioned from a maintenance tool. @@ -28,13 +28,13 @@ Again and again, you keep bearing down. As you grow more exhausted and are no closer to giving birth, you let out a feeble cry for help. <br> <br> - Some of your slaves rush to your aid, but they don't know what to do; they helplessly watch as you slowly fade away. If only you had someone you could rely on at your side, perhaps this could have been avoided. At last, the medics arrive at $assistantName's order, but it is too late to save you or your child. + Some of your slaves rush to your aid, but they don't know what to do; they helplessly watch as you slowly fade away. If only you had someone you could rely on at your side, perhaps this could have been avoided. At last, the medics arrive at $assistantName's order, but it is too late to save you or your child<<if $PC.pregType > 1>>ren<</if>>. <br><br> ''GAME OVER'' <<elseif $gameover == "ownership">> <<set $ui = "start">> - Since you no longer control a controlling interest in an arcology, your time of influence and power in the Free Cities is over. You remain wealthy, and your life after the part of it worth telling is not something worth regretting. A retirement full of decadence awaits you. + Since you no longer possess a controlling interest in an arcology, your time of influence and power in the Free Cities is over. You remain wealthy, and your life after the part of it worth telling is not something worth regretting. A retirement full of decadence awaits you. <br><br> ''GAME OVER'' diff --git a/src/facilities/farmyard/farmyardLab.tw b/src/facilities/farmyard/farmyardLab.tw index 18df487b5b0160d55787969d8902303e8a79f39f..821ba34c44c60e39e116429b380f7d14eb79cd2e 100644 --- a/src/facilities/farmyard/farmyardLab.tw +++ b/src/facilities/farmyard/farmyardLab.tw @@ -4,31 +4,33 @@ //This is currently under development.// +/* TODO: add plant types and research for them */ + <br> $farmyardNameCaps Research Lab <hr> <<if $farmyardLabUpgrades.animalOvaries == 0>> - [[Purchase schematics for animal ovaries|FarmyardLab][$cash -= 25000, $farmyardLabUpgrades.animalOvaries = 1]] + [[Retrofit the pharmaceutical fabricator to work with animal ovaries|FarmyardLab][$cash -= 25000, $farmyardLabUpgrades.animalOvaries = 1]] <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal ovaries into slaves.// <br> <<elseif $farmyardLabUpgrades.animalOvaries == 1>> - Research has been completed on schematics for animal ovaries, allowing you to implant them into slaves. + The pharmaceutical fabricator has been retrofitted to work with animal ovaries, allowing you to implant them into slaves. <br> <</if>> <<if $farmyardLabUpgrades.animalTesticles == 0>> - [[Purchase schematics for animal testicles|FarmyardLab][$cash -= 25000, $farmyardLabUpgrades.animalTesticles = 1]] + [[Retrofit the pharmaceutical fabricator to work with animal testicles|FarmyardLab][$cash -= 25000, $farmyardLabUpgrades.animalTesticles = 1]] <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal testicles into slaves.// <br> <<elseif $farmyardLabUpgrades.animalTesticles == 1>> - Research has been completed on schematics for animal testicles, allowing you to implant them into slaves. + The pharmaceutical fabricator has been retrofitted to work with animal testicles, allowing you to implant them into slaves. <br> <</if>> <<if $farmyardLabUpgrades.animalMpreg == 0>> - [[Purchase schematics for animal anal wombs and ovaries|FarmyardLab][$cash -= 25000, $farmyardLabUpgrades.animalMpreg = 1]] + [[Retrofit the pharmaceutical fabricator to work with animal anal wombs and ovaries|FarmyardLab][$cash -= 25000, $farmyardLabUpgrades.animalMpreg = 1]] <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal anal wombs and ovaries into slaves.// <br> <<elseif $farmyardLabUpgrades.animalMpreg == 1>> - Research has been completed on schematics for animal anal wombs and ovaries, allowing you to implant them into slaves. + The pharmaceutical fabricator has been retrofitted to work with animal anal wombs and ovaries, allowing you to implant them into slaves. <br> <</if>> \ No newline at end of file diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index aaaa8f514e07bff2b7f639f9bd43d462e2367968..0cec86f34a784936645ee970faf46bc4cf9c1d73 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -37,6 +37,7 @@ <</switch>> <</if>> */ +/* TODO: the encyclopedia will most likely need to be updated for children as well */ <<set $encyclopedia = either("Drugs and Their Effects", "From Rebellious to Devoted", "Costs Summary", "Disease in the Free Cities", "Slave Couture", "Nymphomania", "Gender", "Independent Slaves", "Modern Anal")>> <<if $activeSlave.dick > 0>><<set $showEncyclopedia = 1, $encyclopedia = "Gender">><</if>> @@ -67,9 +68,9 @@ <span id="sexoption"> <<if ($activeSlave.vagina > -1)>> <<if canDoVaginal($activeSlave)>> - <<link "Fuck $him">><<replace "#miniscene">><<include "FVagina">><br><</replace>><</link>> + <<link "Fuck $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FVagina">><br><</replace>><</link>> <<if canDoAnal($activeSlave)>> - | <<link "Use $his holes">><<replace "#miniscene">><<include "FButt">><br> <</replace>><</link>> + | <<link "Use $his holes">><<replace "#miniscene">><<set $childSex = 1>><<include "FButt">><br> <</replace>><</link>> <</if>> <<else>> //Remove $his chastity belt if you wish to fuck $him// @@ -78,45 +79,45 @@ </span> <span id="analsexoption"> <<if canDoAnal($activeSlave)>> - | <<link "Fuck $his ass">><<replace "#miniscene">><<include "FAnus">><br> <</replace>><</link>> + | <<link "Fuck $his ass">><<replace "#miniscene">><<set $childSex = 1>><<include "FAnus">><br> <</replace>><</link>> <<else>> | //Remove $his chastity belt if you wish to fuck $his ass// <</if>> </span> - | <<link "Use $his mouth">><<replace "#miniscene">><<include "FLips">><br> <</replace>><</link>> - | <<link "Kiss $him">><<replace "#miniscene">><<include "FKiss">><br> <</replace>><</link>> - | <<link "Play with $his tits">><<replace "#miniscene">><<include "FBoobs">><br> <</replace>><</link>> - | <<link "Caress $him">><<replace "#miniscene">><<include "FCaress">><br> <</replace>><</link>> - | <<link "Give $him a hug">><<replace "#miniscene">><<include "FEmbrace">><br> <</replace>><</link>> + | <<link "Use $his mouth">><<replace "#miniscene">><<set $childSex = 1>><<include "FLips">><br> <</replace>><</link>> + | <<link "Kiss $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FKiss">><br> <</replace>><</link>> + | <<link "Play with $his tits">><<replace "#miniscene">><<set $childSex = 1>><<include "FBoobs">><br> <</replace>><</link>> + | <<link "Caress $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FCaress">><br> <</replace>><</link>> + | <<link "Give $him a hug">><<replace "#miniscene">><<set $childSex = 1>><<include "FEmbrace">><br> <</replace>><</link>> <<if $cheatMode == 1>> - | <<link "Pat $his head">><<replace "#miniscene">><<include "FPat">><br> <</replace>><</link>> + | <<link "Pat $his head">><<replace "#miniscene">><<set $childSex = 1>><<include "FPat">><br> <</replace>><</link>> <</if>> - | <<link "Grope $his boobs">><<replace "#miniscene">><<include "FondleBoobs">><br> <</replace>><</link>> + | <<link "Grope $his boobs">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleBoobs">><br> <</replace>><</link>> <<if $activeSlave.nipples == "fuckable" && $PC.dick > 0>> - | <<link "Fuck $his nipples">><<replace "#miniscene">><<include "FNippleFuck">><br> <</replace>><</link>> + | <<link "Fuck $his nipples">><<replace "#miniscene">><<set $childSex = 1>><<include "FNippleFuck">><br> <</replace>><</link>> <</if>> <<if $activeSlave.lactation > 0 && $activeSlave.boobs >= 2000 && $activeSlave.belly < 60000>> - | <<link "Drink $his milk">><<replace "#miniscene">><<include "FSuckle">><br> <</replace>><</link>> + | <<link "Drink $his milk">><<replace "#miniscene">><<set $childSex = 1>><<include "FSuckle">><br> <</replace>><</link>> <</if>> <span id="analgropeoption"> <<if canDoAnal($activeSlave)>> - | <<link "Grope $his butt">><<replace "#miniscene">><<include "FondleButt">><br> <</replace>><</link>> + | <<link "Grope $his butt">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleButt">><br> <</replace>><</link>> <</if>> </span> <span id="gropeoption"> <<if ($activeSlave.vagina > -1)>> <<if canDoVaginal($activeSlave)>> - | <<link "Grope $his pussy">><<replace "#miniscene">><<include "FondleVagina">><br> <</replace>><</link>> - | <<link "Eat $him out">><<replace "#miniscene">><<include "FLickPussy">><br> <</replace>><</link>> + | <<link "Grope $his pussy">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleVagina">><br> <</replace>><</link>> + | <<link "Eat $him out">><<replace "#miniscene">><<set $childSex = 1>><<include "FLickPussy">><br> <</replace>><</link>> <</if>> <</if>> </span> <span id="dickgropeoption"> <<if ($activeSlave.dick > 0)>> <<if ($activeSlave.dickAccessory != "chastity") && ($activeSlave.dickAccessory != "combined chastity")>> - | <<link "Grope $his dick">><<replace "#miniscene">><<include "FondleDick">><br> <</replace>><</link>> + | <<link "Grope $his dick">><<replace "#miniscene">><<set $childSex = 1>><<include "FondleDick">><br> <</replace>><</link>> <<if canPenetrate($activeSlave) && $sexualOpeness == 1>> - | <<link "Ride $his dick">><<replace "#miniscene">><<include "FDick">><br> <</replace>><</link>> + | <<link "Ride $his dick">><<replace "#miniscene">><<set $childSex = 1>><<include "FDick">><br> <</replace>><</link>> <</if>> <<else>> | //Remove $his dick chastity belt if you wish to play with $his cock// @@ -124,15 +125,15 @@ <</if>> </span> <<if ($activeSlave.amp == 0 || $activeSlave.amp == -3 || $activeSlave.amp == -5) && $PC.dick == 1>> - | <<link "Get a footjob">><<replace "#miniscene">><<include "FFeet">><br> <</replace>><</link>> + | <<link "Get a footjob">><<replace "#miniscene">><<set $childSex = 1>><<include "FFeet">><br> <</replace>><</link>> <</if>> <span id = "impreg"> <<if (canGetPregnant($activeSlave)) && ($activeSlave.fuckdoll == 0) && $seePreg != 0>> <<if canImpreg($activeSlave, $PC)>> - | <<link "Impregnate $him yourself">><<replace "#miniscene">><<include "FPCImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Impregnate $him yourself">><<replace "#miniscene">><<set $childSex = 1>><<include "FPCImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if canImpreg($activeSlave, $activeSlave)>> - | <<link "Use $his own seed to impregnate $him">><<replace "#miniscene">><<include "FSlaveSelfImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Use $his own seed to impregnate $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FSlaveSelfImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> | <<link "Use another slave to impregnate $him" "FSlaveImpreg">><</link>> <</if>> @@ -140,17 +141,17 @@ <<if $enema == 1>> <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "water" || $activeSlave.inflationType == "none">> - | <<link "Fill $his ass with water">><<set $activeSlave.inflationType = "water">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with water">><<set $activeSlave.inflationType = "water">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $medicalEnema == 1>> <<if $activeSlave.inflationType == "aphrodisiac" || $activeSlave.inflationType == "none">> - | <<link "Fill $his ass with aphrodisiacs">><<set $activeSlave.inflationType = "aphrodisiac">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with aphrodisiacs">><<set $activeSlave.inflationType = "aphrodisiac">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeSlave.inflationType == "curative" || $activeSlave.inflationType == "none">> - | <<link "Fill $his ass with curatives">><<set $activeSlave.inflationType = "curative">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with curatives">><<set $activeSlave.inflationType = "curative">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeSlave.inflationType == "tightener" || $activeSlave.inflationType == "none">> - | <<link "Fill $his ass with rectal tighteners">><<set $activeSlave.inflationType = "tightener">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with rectal tighteners">><<set $activeSlave.inflationType = "tightener">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> @@ -159,8 +160,8 @@ <<if ($milkPipeline > 88 && $milkPipeline != 0) || $arcologies[0].FSPastoralistLaw == 1>> <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "milk" || $activeSlave.inflationType == "none">> - | <<link "Fill $his ass with milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force feed $him milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force feed $him milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <<else>> @@ -169,8 +170,8 @@ <<if ($cumPipeline > 88 && $cumPipeline != 0) || $arcologies[0].FSPastoralistLaw == 1>> <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "cum" || $activeSlave.inflationType == "none">> - | <<link "Fill $his ass with cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force feed $him cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force feed $him cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <<else>> @@ -182,10 +183,10 @@ <<if $activeSlave.assignment != "work in the dairy" && $activeSlave.assignment != "be confined in the arcade" && $activeSlave.assignment != "be confined in the cellblock">> | <<link "Use another slave to forcefeed $him" "SlaveOnSlaveFeedingWorkAround">><</link>> <<if $buckets == 1>> - | <<link "Make $him consume two liters of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 1>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Make $him consume two liters of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 1>><<replace "#miniscene">><<set $childSex = 1>><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<if $activeSlave.pregKnown == 0>> - | <<link "Force $him to consume a gallon of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 2>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force two gallons of slave food into $him">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 3>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force $him to consume a gallon of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force two gallons of slave food into $him">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 3>><<replace "#miniscene">><<set $childSex = 1>><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> @@ -201,24 +202,24 @@ <</if>> <<if $seeBestiality == 1>> <<if $farmyardKennels > 0 && $activeCanine != 0>> - | <<link "Have a $activeCanine.species mount $him">><<set $animalType = "canine">><<replace "#miniscene">><<include "BeastFucked">><br> <</replace>><</link>> + | <<link "Have a $activeCanine.species mount $him">><<set $animalType = "canine">><<replace "#miniscene">><<set $childSex = 1>><<include "BeastFucked">><br> <</replace>><</link>> <</if>> <<if $farmyardStable > 0 && $activeHooved.species != 0>> - | <<link "Let a $activeHooved.species mount $him">><<set $animalType = "hooved">><<replace "#miniscene">><<include "BeastFucked">><br> <</replace>><</link>> + | <<link "Let a $activeHooved.species mount $him">><<set $animalType = "hooved">><<replace "#miniscene">><<set $childSex = 1>><<include "BeastFucked">><br> <</replace>><</link>> <</if>> <<if $farmyardCages > 0 && $activeFeline != 0>> - | <<link "Have a $activeFeline.species mount $him">><<set $animalType = "feline">><<replace "#miniscene">><<include "BeastFucked">><br> <</replace>><</link>> + | <<link "Have a $activeFeline.species mount $him">><<set $animalType = "feline">><<replace "#miniscene">><<set $childSex = 1>><<include "BeastFucked">><br> <</replace>><</link>> <</if>> <</if>> <<if $cheatMode == 1>> - | <<link "Check $his deadliness @@.red;FOR TESTING@@">><<replace "#miniscene">><<include "Deadliness">><br> <</replace>><</link>> + | <<link "Check $his deadliness @@.red;FOR TESTING@@">><<replace "#miniscene">><<set $childSex = 1>><<include "Deadliness">><br> <</replace>><</link>> <</if>> - | <<link "Abuse $him">><<replace "#miniscene">><<include "FAbuse">><</replace>><</link>> + | <<link "Abuse $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FAbuse">><</replace>><</link>> <<if $familyTesting == 1>> <<for $i = 0; $i < _SL; $i++>> <<if $activeSlave.mother == $slaves[$i].ID>> <<if isSlaveAvailable($slaves[$i])>> - | <<link "Fuck $him with $his mother">><<replace "#miniscene">><<set $partner = "mother">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his mother">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "mother">><<include "FRelation">><br> <</replace>><</link>> <<else>> //$His mother, $slaves[$i].slaveName, is unavailable// <</if>> @@ -226,7 +227,7 @@ /* <<if $activeSlave.father == $slaves[$i].ID>> <<if isSlaveAvailable($slaves[$i])>> - | <<link "Fuck $him with $his father">><<replace "#miniscene">><<set $partner = "father">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his father">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "father">><<include "FRelation">><br> <</replace>><</link>> <<else>> //$His father, $slaves[$i].slaveName, is unavailable// <</if>> @@ -248,15 +249,15 @@ <</if>> <<else>> <<if $activeSlave.daughters == 1>> - | <<link "Fuck $him with $his daughter">><<replace "#miniscene">><<set $partner = "daughter">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his daughter">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "daughter">><<include "FRelation">><br> <</replace>><</link>> <<else>> - | <<link "Fuck $him with one of $his daughters">><<replace "#miniscene">><<set $partner = "daughter">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with one of $his daughters">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "daughter">><<include "FRelation">><br> <</replace>><</link>> <</if>> <</if>> <</if>> /* <<if $activeSlave.daughters > 1>> - | <<link "Fuck $him with $his daughters">><<replace "#miniscene">><<set $partner = "daughters">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his daughters">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "daughters">><<include "FRelation">><br> <</replace>><</link>> <</if>> */ <<if $activeSlave.sisters > 0>> @@ -274,15 +275,15 @@ <</if>> <<else>> <<if $activeSlave.sisters == 1>> - | <<link "Fuck $him with $his sister">><<replace "#miniscene">><<set $partner = "sister">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his sister">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "sister">><<include "FRelation">><br> <</replace>><</link>> <<else>> - | <<link "Fuck $him with one of $his sisters">><<replace "#miniscene">><<set $partner = "sister">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with one of $his sisters">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "sister">><<include "FRelation">><br> <</replace>><</link>> <</if>> <</if>> <</if>> /* <<if $activeSlave.sisters > 1>> - | <<link "Fuck $him with $his sisters">><<replace "#miniscene">><<set $partner = "sisters">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his sisters">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "sisters">><<include "FRelation">><br> <</replace>><</link>> <</if>> */ <<else>> @@ -290,13 +291,13 @@ <<set _assayedSlave = getSlave($activeSlave.relationTarget)>> <<if isSlaveAvailable(_assayedSlave)>> <<if ($activeSlave.relation == "mother")>> - | <<link "Fuck $him with $his daughter">><<replace "#miniscene">><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his daughter">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> <<elseif ($activeSlave.relation == "daughter")>> - | <<link "Fuck $him with $his mother">><<replace "#miniscene">><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his mother">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> <<elseif ($activeSlave.relation == "sister")>> - | <<link "Fuck $him with $his sister">><<replace "#miniscene">><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his sister">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> <<elseif ($activeSlave.relation == "twin")>> - | <<link "Fuck $him with $his twin">><<replace "#miniscene">><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> + | <<link "Fuck $him with $his twin">><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relation">><<include "FRelation">><br> <</replace>><</link>> <</if>> <<else>> //_assayedSlave.slaveName is unavailable// @@ -307,15 +308,15 @@ <<set _si = $slaveIndices[$activeSlave.relationshipTarget]>> <<if isSlaveAvailable($slaves[_si])>> <<if ($activeSlave.relationship == 1)>> - | <<link `"Fuck $him with $his friend <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his friend <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> <<elseif ($activeSlave.relationship == 2)>> - | <<link `"Fuck $him with $his best friend <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his best friend <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> <<elseif ($activeSlave.relationship == 3)>> - | <<link `"Fuck $him with $his FWB <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his FWB <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> <<elseif ($activeSlave.relationship == 4)>> - | <<link `"Fuck $him with $his lover <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his lover <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> <<else>> - | <<link `"Fuck $him with $his slave wife <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> + | <<link `"Fuck $him with $his slave wife <<= SlaveFullName($slaves[_si])>>"`>><<replace "#miniscene">><<set $childSex = 1>><<set $partner = "relationship">><<include "FRelation">><br> <</replace>><</link>> <</if>> <<else>> <<if $slaves[_si].assignment == "be your agent">> @@ -333,10 +334,10 @@ <</if>> <</if>> <<if ($activeSlave.rivalryTarget != 0) && canWalk($activeSlave)>> - | <<link "Abuse $his rival with $him">><<replace "#miniscene">><<include "FRival">><br> <</replace>><</link>> + | <<link "Abuse $his rival with $him">><<replace "#miniscene">><<set $childSex = 1>><<include "FRival">><br> <</replace>><</link>> <</if>> <<if ($activeSlave.fetish != "mindbroken") && (($activeSlave.amp != 1) || ($activeSlave.voice != 0)) && $activeSlave.accent != 4>> - | <<link "Ask $him about $his feelings">><<replace "#miniscene">><<include "FFeelings">><br> <</replace>><</link>> + | <<link "Ask $him about $his feelings">><<replace "#miniscene">><<set $childSex = 1>><<include "FFeelings">><br> <</replace>><</link>> <</if>> <<if $activeSlave.devotion >= 100 && $activeSlave.relationship < 0 && $activeSlave.relationship > -3>> | <<link "Talk to $him about relationships" "Matchmaking">><<set $subSlave = 0, $eventSlave = $activeSlave>><</link>> diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw index 974b9ca290b9790ffbb7f39907268d22e7640291..a6fec1f04eb92a60112bf8f0043503d831894ffc 100644 --- a/src/facilities/nursery/longChildDescription.tw +++ b/src/facilities/nursery/longChildDescription.tw @@ -231,7 +231,7 @@ $he's $activeSlave.actualAge years old<<if $showAgeDetail == 1 && ($seeAge != 0)>>; <<if $activeSlave.birthWeek == 51>>$his birthday is next week<<else>>$his birthday is in <<print 52-$activeSlave.birthWeek>> weeks<</if>><</if>>. <</if>> <</if>> -/* TODO: do we need this check? bodyswapping won't be possible with children */ +/* TODO: do we need this check? bodyswapping won't be possible with children *//* <<if $activeSlave.actualAge != $activeSlave.physicalAge>> However, $he has the body of a <<print $activeSlave.physicalAge>>-year old; <<if $activeSlave.physicalAge < 18 && $activeSlave.actualAge >= 18>> diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 8f738f218f20c3073e6c3e9d4155e3ee0b0f0ce6..9094f9b27caeb64e3cffbadfa4244a38766376d5 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -1688,7 +1688,7 @@ ARCOLOGY FACILITIES <br><br>''Extended family mode must be enabled.'' //This entry still needs work and will be updated with more information as it matures. If this message is still here, remind one of the devs to remove it.// -<<case "Farmyard">> /* TODO: this needs a rewrite */ +<<case "Farmyard">> /* TODO: this will need more information */ The ''Farmyard'' is where the majority of the [[food|Encyclopedia][$encyclopedia = "Food"]] in your arcology is grown, once it is built. It also allows you to house animals<<if $seeBestiality == 1>>, which you can have interact with your slaves<</if>>. //This entry still needs work and will be updated with more information as it matures. If this message is still here, remind one of the devs to remove it.// /********** @@ -2626,7 +2626,7 @@ LORE: INTERVIEWS <br>''Autistic Boi'' for Mediterranean market preset. <br>''anon'' for the PA subjugationist and supremacist FS appearances. <br>''Editoranon and Milkanon?'' for prison markets and the nursing handjob scene. - <br>''DCoded'' for creating the favicon and adding animals to the Pit, as well as nursery and bestiality content, scenes, facilities and fixes. Also a pussy licking scene. + <br>''DCoded'' for creating the favicon and adding animals to the Pit, as well as nursery and bestiality content, scenes, facilities and fixes. Also added a pussy licking scene and created and fixed a number of bugs. <br>''HiveBro'' for giving hyperpregnant slaves some serious loving. <br>''Quin2k'' for overwriting save function and expired tweak via Vrelnir & co. <br>''git contributors lost to time'' for their submissions and work through pregmod's git. @@ -2764,6 +2764,12 @@ LORE: INTERVIEWS <<case "Childbirth and C-Secs">> Eventually a pregnant slave will need to give birth. Cesarean sections are an option should a slave's health not permit a safe natural birth, or should a slaveowner want to keep her from being stretched out by her newborn child. A healthy, well rested slave, with wide hips and some knowledge will generally find childbirth easy. Though poor health, tiredness, narrow hips, anorexia, tight vaginas, excessively young motherhood, and lack of experience can complicate things, potentially leading to the loss of both child and mother. +<<case "Surrogacy">> + ''Surrogacy'' is an arrangement whereby a woman agrees or is forced to become pregnant, carry the pregnancy to due term, and give birth to a child or children, all of this for another person or persons, who are or will ultimately become the parent(s) of the newborn child or children. There are two types of surrogacies: traditional and gestational (full). Traditional is mostly used by homosexual couples or if fertility treatments are too expensive. With the exception of societies that embraced Repopulationism or Gender Fundamentalism, full surrogacy is popular among free women, who want children, but don't want pregnancy to impact their careers or physical attributes. It created a market of living incubators - perfectly healthy slaves of safe age for carrying pregnancies with often little to no skills necessary for most other slaves. + +<<case "Ova Transplantation">> + ''Ova transplantation'' is a procedure where an already fertilized ova is transplanted from one womb to another of the same species. It requires a remote surgery to perform and an advanced pregnancy monitoring systems to locate the egg, confirm the fertilization and determine that it happened less than four weeks ago, so that the ova is not too attached to the lining. Optimally the new host must be healthy and must not be already pregnant with large number of fetuses or hit menopause, but be old enough to carry children successfully. + <<case "Enemas and Force-Feeding">> With the proper supplies ordered into your wardrobe, you can distend a slave's belly via enema leaving her notably rounded. Distended slaves are likely to feel discomfort, and if overfilled, face health complications. @@ -2820,11 +2826,6 @@ LORE: INTERVIEWS <br><br>''Extended family mode must be enabled.'' /*Removed for brevity, replace if necessary*/ -<<case "The Nursery">> /* TODO: this needs a rewrite */ - A facility used to rapidly age children kept within its aging tanks using a combination of growth hormones, accelerants, stem cells and other chemicals; slaves that come out of it are rarely healthy. Requires a massive amount of electricity to run, though once powered contains a battery backup to last at least a day. Can be upgraded to combat malnutrition and thinness caused by a body growing far beyond any natural rate. Hormones can also be added to encourage puberty and even sex organ development. Growth control systems include cost saving overrides, though enabling them may result in bloated, sex crazed slaves barely capable to moving. - - <br><br>To build it; ''Extended family mode needs to be enabled and the power lines need to be replaced. Then go to the penthouse management screen and it should be there.'' - <<case "Organic Mesh Breast Implant">> A specialized organic implant produced from the dispensary designed to be implanted into to a slave's natural breast tissue to maintain a slave's breast shape no matter how big her breasts may grow. An expensive and risky procedure proportional to the size of the breasts the mesh will be implanted into. Should health become an issue, the slave in surgery may undergo an emergency mastectomy. Furthermore, once implanted, the mesh cannot be safely removed from the breast. However, total breast removal will rid the slave of the implant; consider strongly when and if you want to implant the mesh before doing so. They are exceedingly difficult to identify once bound to the breast tissue, and combined with their natural shape, are often overlooked. @@ -3270,6 +3271,8 @@ Error: bad title. | <<link "Childbirth and C-Secs">><<set $encyclopedia = "Childbirth and C-Secs">><<goto "Encyclopedia">><</link>> | <<link "Gestation Drugs and Labor Suppressants">><<set $encyclopedia = "Gestation Drugs and Labor Suppressants">><<goto "Encyclopedia">><</link>> | <<link "Artificial Insemination">><<set $encyclopedia = "Artificial Insemination">><<goto "Encyclopedia">><</link>> + | <<link "Surrogacy">><<set $encyclopedia = "Surrogacy">><<goto "Encyclopedia">><</link>> + | <<link "Ova Transplantation">><<set $encyclopedia = "Ova Transplantation">><<goto "Encyclopedia">><</link>> | <<link "Enemas and Force-Feeding">><<set $encyclopedia = "Enemas and Force-Feeding">><<goto "Encyclopedia">><</link>> | <<link "Belly Implants">><<set $encyclopedia = "Belly Implants">><<goto "Encyclopedia">><</link>> | <<link "Cervix Micropump Filter">><<set $encyclopedia = "Cervix Micropump Filter">><<goto "Encyclopedia">><</link>> diff --git a/src/js/sexActsJS.tw b/src/js/sexActsJS.tw index 1c4d7b1132576e974dd71877ac620a0395a2ae5a..2562a7bd562943ba4b16fbb678cca1b653b0b045 100644 --- a/src/js/sexActsJS.tw +++ b/src/js/sexActsJS.tw @@ -1,4 +1,4 @@ -:: sexActJS [script] +:: sexActJS[script] /* times is how many times to increment the anal counts. @@ -7,34 +7,38 @@ window.AnalVCheck = function AnalVCheck(times) { const V = State.variables; const slave = V.activeSlave; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (canDoAnal(slave) && slave.anus === 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin ass.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. `; + r += `Since it's ${his} first time, you gently ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. Before long ${he}'s moaning loudly as you continue working away at ${his} butthole. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her anal virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ She expects her asshole to be seeing a lot more attention now.`; - } - else { - r += `She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved ${WrittenMaster(slave)}. `; + r += `${He} thinks of losing ${his} anal virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ ${He} expects ${his} asshole to be seeing a lot more attention now.`; + } else { + r += `${He} thinks of losing ${his} anal virginity to you as a @@.hotpink;connection@@ with ${his} beloved ${WrittenMaster(slave)}. `; if ((slave.fetishKnown && slave.fetish == "buttslut") || (slave.energy > 95) || (slave.attrXX >= 85 && V.PC.dick === 0)) { - r += `She can't wait to be fucked in the ass by you again.`; - } - else { - r += `She looks forward to having her asshole fucked by you again.`; + r += `${He} can't wait to be fucked in the ass by you again.`; + } else { + r += `${He} looks forward to having ${his} asshole fucked by you again.`; } } slave.devotion += 4; - } - else if (slave.devotion > 20) { - r += `Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Her moans become louder and louder as you continue working away at her butthole. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.`; + } else if (slave.devotion > 20) { + r += `Since it's ${his} first time, you gently ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. ${His} moans become louder and louder as you continue working away at ${his} butthole. ${He} accepts the pain and humiliation of anal sex as part of ${his} sexual servitude, though ${he} hopes that ${his} next time will be less painful.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.gold;fears@@ ${his} next anal sex, remembering the pain of losing ${his} anal virginity. ${He} dreads having ${his} ass violated by you again.`; slave.trust -= 5; - } - else { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.`; + } else { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating ${his} virgin butt. ${He} dreads having ${his} ass fucked by you again.`; slave.trust -= 5; slave.devotion -= 5; } @@ -47,8 +51,7 @@ window.AnalVCheck = function AnalVCheck(times) { if (!times) { V.analTotal += 1; slave.analCount += 1; - } - else { + } else { V.analTotal += times; slave.analCount += times; } @@ -63,35 +66,39 @@ window.AnalVCheck = function AnalVCheck(times) { window.VaginalVCheck = function VaginalVCheck(times) { const V = State.variables; const slave = V.activeSlave; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (canDoVaginal(slave) && slave.vagina === 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin pussy.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `You ease yourself into ${his} pussy, since it's ${his} first time, then gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ She expects her pussy to be seeing a lot more attention in the future.`; - } - else { - r += `@@.hotpink;She enjoys losing her cherry to you.@@ `; + r += `${He} thinks of losing ${his} virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ ${He} expects ${his} pussy to be seeing a lot more attention in the future.`; + } else { + r += `@@.hotpink;${He} enjoys losing ${his} cherry to you.@@ `; if ((slave.fetishKnown && slave.fetish == "pregnancy") || (slave.energy > 95) || (slave.attrXY >= 85 && V.PC.dick === 1)) { - r += `She can't wait to have her pussy fucked by you again.`; - } - else { - r += `She looks forward to having her pussy fucked by you again.`; + r += `${He} can't wait to have ${his} pussy fucked by you again.`; + } else { + r += `${He} looks forward to having ${his} pussy fucked by you again.`; } } slave.devotion += 4; - } - else if (slave.devotion > 20) { - r += `You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She accepts losing her virginity to her owner and she looks forward to having her pussy fucked by you again.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her pussy. She sobs and cries with disgust while you continue thrusting into her fuck hole. She @@.mediumorchid;hates@@ losing her virginity this way and @@.gold;fears@@ the next time you'll conquer her. She dreads getting violated by you again.`; + } else if (slave.devotion > 20) { + r += `You ease yourself into ${his} pussy, since it's ${his} first time, then gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} accepts losing ${his} virginity to ${his} owner and ${he} looks forward to having ${his} pussy fucked by you again.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} pussy. ${He} sobs and cries with disgust while you continue thrusting into ${his} fuck hole. ${He} @@.mediumorchid;hates@@ losing ${his} virginity this way and @@.gold;fears@@ the next time you'll conquer ${his}. ${He} dreads getting violated by you again.`; slave.trust -= 5; slave.devotion -= 5; - } - else { - r += `You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She tries to struggle, but you only pound harder. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for robbing her of her virginity. She dreads getting fucked by you again.`; + } else { + r += `You force yourself into ${his} pussy. ${He} sobs and cries with disgust while you continue working ${his} fuck hole. ${He} tries to struggle, but you only pound harder. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for robbing ${his} of ${his} virginity. ${He} dreads getting fucked by you again.`; slave.trust -= 10; slave.devotion -= 15; } @@ -104,8 +111,7 @@ window.VaginalVCheck = function VaginalVCheck(times) { if (!times) { V.vaginalTotal += 1; slave.vaginalCount += 1; - } - else { + } else { V.vaginalTotal += times; slave.vaginalCount += times; } @@ -122,75 +128,72 @@ window.VaginalVCheck = function VaginalVCheck(times) { window.BothVCheck = function BothVCheck(analTimes, bothTimes) { const V = State.variables; const slave = V.activeSlave; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (canDoVaginal(slave)) { if (slave.vagina === 0) { if (canDoAnal(slave) && slave.anus == 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin holes.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. `; + r += `As it's ${his} first time, you ease yourself into ${his} pussy before gradually working your way into ${his} ass and alternate between the two holes while ${he} moans. `; if (slave.tankBaby == 2) { - r += `She believes you taking her virgin holes @@.hotpink;will keep her from suffering.@@ She expects you to require her holes as tribute again soon.`; - } - else { - r += `@@.hotpink;She's so devoted she enjoys being fucked in both holes for the first time.@@ She looks forward to having her holes fucked by you again.`; + r += `${He} believes you taking ${his} virgin holes @@.hotpink;will keep ${him} from suffering.@@ ${He} expects you to require ${his} holes as tribute again soon.`; + } else { + r += `@@.hotpink;${He}'s so devoted ${he} enjoys being fucked in both holes for the first time.@@ ${He} looks forward to having ${his} holes fucked by you again.`; } slave.devotion += 4; - } - else if (slave.devotion <= 20) { - r += `You force yourself into her pussy before working your way into her ass. She sobs and cries with disgust while you alternate between the two holes. She @@.mediumorchid;hates@@ losing her virginity and anal virginity in one @@.gold;brutal@@ incident. She dreads having her holes violated by you again.`; + } else if (slave.devotion <= 20) { + r += `You force yourself into ${his} pussy before working your way into ${his} ass. ${He} sobs and cries with disgust while you alternate between the two holes. ${He} @@.mediumorchid;hates@@ losing ${his} virginity and anal virginity in one @@.gold;brutal@@ incident. ${He} dreads having ${his} holes violated by you again.`; slave.trust -= 5; slave.devotion -= 5; - } - else { - r += `As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. She accepts being fucked in both holes for the first time. She looks forward to having her holes fucked by you again.`; + } else { + r += `As it's ${his} first time, you ease yourself into ${his} pussy before gradually working your way into ${his} ass and alternate between the two holes while ${he} moans. ${He} accepts being fucked in both holes for the first time. ${He} looks forward to having ${his} holes fucked by you again.`; } slave.anus = 1; - } - else { + } else { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin pussy.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `As it's ${his} first time, you ease yourself into ${his} pussy and gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ She expects her pussy to be seeing a lot more attention in the future.`; - } - else { - r += `@@.hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.`; + r += `${He} thinks of losing ${his} virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity to be happy.@@ ${He} expects ${his} pussy to be seeing a lot more attention in the future.`; + } else { + r += `@@.hotpink;${He} enjoys losing ${his} cherry to you.@@ ${He} looks forward to having ${his} pussy fucked by you again.`; } slave.devotion += 4; - } - else if (slave.devotion <= 20) { - r += `You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for taking her virginity. She dreads having her pussy violated by you again.`; + } else if (slave.devotion <= 20) { + r += `You force yourself into ${his} pussy. ${He} sobs and cries with disgust while you continue working ${his} fuck hole. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for taking ${his} virginity. ${He} dreads having ${his} pussy violated by you again.`; slave.trust -= 5; slave.devotion -= 5; - } - else { - r += `As it's her first time, you ease yourself into her pussy before gradually increasing the intensity of your thrusts while she softly moans. She accepts losing her virginity to her owner and she looks forward to having her pussy fucked by you again.`; + } else { + r += `As it's ${his} first time, you ease yourself into ${his} pussy before gradually increasing the intensity of your thrusts while ${he} softly moans. ${He} accepts losing ${his} virginity to ${his} owner and ${he} looks forward to having ${his} pussy fucked by you again.`; } } slave.vagina = 1; - } - else if (canDoAnal(slave) && slave.anus == 0) { + } else if (canDoAnal(slave) && slave.anus == 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin ass.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her anal virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ She expects her asshole to be seeing a lot more attention now.`; - } - else { - r += `She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved ${WrittenMaster(slave)}. She looks forward to having her asshole fucked by you again.` + r += `${He} thinks of losing ${his} anal virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ ${He} expects ${his} asshole to be seeing a lot more attention now.`; + } else { + r += `${He} thinks of losing ${his} anal virginity to you as a @@.hotpink;connection@@ with ${his} beloved ${WrittenMaster(slave)}. ${He} looks forward to having ${his} asshole fucked by you again.` } slave.devotion += 4; - } - else if (slave.devotion > 20){ - r += `As it's her first time, you ease yourself into her butthole and gradually increase the intensity of your thrusts. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.`; + } else if (slave.devotion > 20){ + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. ${He} accepts the pain and humiliation of anal sex as part of ${his} sexual servitude, though ${he} hopes that ${his} next time will be less painful.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.gold;fears@@ ${his} next anal sex, remembering the pain of losing ${his} anal virginity. ${He} dreads having ${his} ass violated by you again.`; slave.trust -= 5; - } - else { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.`; + } else { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating ${his} virgin butt. ${He} dreads having ${his} ass fucked by you again.`; slave.trust -= 5; slave.devotion -= 5; } @@ -202,8 +205,7 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { V.analTotal += 1; slave.vaginalCount += 1; slave.analCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; V.analTotal += bothTimes; slave.vaginalCount += bothTimes; @@ -212,13 +214,11 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { if (canImpreg(slave, V.PC)) { r += knockMeUp(slave, 10, 2, -1, 1); } - } - else { + } else { if (!bothTimes) { V.vaginalTotal += 1; slave.vaginalCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; slave.vaginalCount += bothTimes; } @@ -226,29 +226,24 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { r += knockMeUp(slave, 10, 0, -1, 1); } } - } - else if (canDoAnal(slave)) { + } else if (canDoAnal(slave)) { if (slave.anus == 0) { r += `@@.lime;This breaks in ${slave.slaveName}'s virgin ass.@@ `; if (slave.devotion > 50 || slave.career == "a slave since birth") { - r += `As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. `; + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually speed up your thrusts while ${he} slowly learns to move ${his} hips along with you. ${He} moans loudly. `; if (slave.tankBaby == 2) { - r += `She thinks of losing her anal virginity to her ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ She expects her asshole to be seeing a lot more attention now.`; - } - else { - r += `She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved ${WrittenMaster(slave)}. She looks forward to having her asshole fucked by you again.`; + r += `${He} thinks of losing ${his} anal virginity to ${his} ${WrittenMaster(slave)} a @@.hotpink;necessity.@@ ${He} expects ${his} asshole to be seeing a lot more attention now.`; + } else { + r += `${He} thinks of losing ${his} anal virginity to you as a @@.hotpink;connection@@ with ${his} beloved ${WrittenMaster(slave)}. ${He} looks forward to having ${his} asshole fucked by you again.`; } slave.devotion += 4; - } - else if (slave.devotion > 20) { - r += `As it's her first time, you ease yourself into her butthole and gradually increase the intensity of your thrusts. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.`; - } - else if (slave.devotion >= -20) { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.`; + } else if (slave.devotion > 20) { + r += `As it's ${his} first time, you ease yourself into ${his} butthole and gradually increase the intensity of your thrusts. ${He} accepts the pain and humiliation of anal sex as part of ${his} sexual servitude, though ${he} hopes that ${his} next time will be less painful.`; + } else if (slave.devotion >= -20) { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.gold;fears@@ ${his} next anal sex, remembering the pain of losing ${his} anal virginity. ${He} dreads having ${his} ass violated by you again.`; slave.trust -= 5; - } - else { - r += `You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.` + } else { + r += `You force yourself into ${his} butthole. ${He} sobs and cries with disgust while you continue thrusting into ${his} ass. ${He} @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating ${his} virgin butt. ${He} dreads having ${his} ass fucked by you again.` slave.trust -= 5; slave.devotion -= 5; } @@ -257,8 +252,7 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) { if (!analTimes) { V.analTotal += 1; slave.analCount += 1; - } - else { + } else { V.analTotal += analTimes; slave.analCount += analTimes; } @@ -277,8 +271,7 @@ window.SimpleVCheck = function SimpleVCheck(times) { let r = ``; if (canDoVaginal(State.variables.activeSlave)) { r += VaginalVCheck(times); - } - else if (canDoAnal(State.variables.activeSlave)) { + } else if (canDoAnal(State.variables.activeSlave)) { r += AnalVCheck(times); } return r; @@ -295,25 +288,31 @@ window.SimpleVCheck = function SimpleVCheck(times) { window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { const V = State.variables; const partner = V.slaves[V.partner]; + let pronouns = getPronouns(slave); + let he = pronouns.pronoun, + him = pronouns.object, + his = pronouns.possessive, + hers = pronouns.possessivePronoun, + himself = pronouns.objectReflexive, + boy = pronouns.noun; + let He = capFirstChar(he), + His = capFirstChar(his); let r = ``; if (V.partner < 0 || V.partner >= V.slaves.length) { r += `@@.red;PartnerVCheck called with invalid partner '$partner' from passage ${passage()}.@@`; - } - else if (canDoVaginal(partner)) { + } else if (canDoVaginal(partner)) { if (partner.vagina === 0) { if (canDoAnal(partner) && partner.anus === 0) { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually working your way into her butthole, alternating between her holes. @@.lime;This breaks in ${partner.slaveName}'s virgin holes.@@ `; + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} pussy before gradually working your way into ${his} butthole, alternating between ${his} holes. @@.lime;This breaks in ${partner.slaveName}'s virgin holes.@@ `; partner.vagina = 1; partner.anus = 1; - } - else { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in ${partner.slaveName}'s virgin pussy.@@ `; + } else { + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in ${partner.slaveName}'s virgin pussy.@@ `; partner.vagina = 1; } - } - else if (canDoAnal(partner) && partner.anus == 0) { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her butthole before gradually increasing the intensity of your thrusts into her ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; + } else if (canDoAnal(partner) && partner.anus == 0) { + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} butthole before gradually increasing the intensity of your thrusts into ${his} ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; partner.anus = 1; } @@ -323,8 +322,7 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { V.analTotal += 1; partner.vaginalCount += 1; partner.analCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; V.analTotal += bothTimes; partner.vaginalCount += bothTimes; @@ -333,13 +331,11 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { if (canImpreg(partner, V.PC)) { r += knockMeUp(partner, 10, 2, -1); } - } - else { + } else { if (!bothTimes) { V.vaginalTotal += 1; partner.vaginalCount += 1; - } - else { + } else { V.vaginalTotal += bothTimes; partner.vaginalCount += bothTimes; } @@ -347,17 +343,15 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { r += knockMeUp(partner, 10, 0, -1); } } - } - else if (canDoAnal(partner)) { + } else if (canDoAnal(partner)) { if (partner.anus === 0) { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her butthole before gradually increasing the intensity of your thrusts into her ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} butthole before gradually increasing the intensity of your thrusts into ${his} ass. @@.lime;This breaks in ${partner.slaveName}'s virgin ass.@@ `; partner.anus = 1; } if (!analTimes) { V.analTotal += 1; partner.analCount += 1; - } - else { + } else { V.analTotal += analTimes; partner.analCount += analTimes; } @@ -386,22 +380,19 @@ window.SimpleSexAct = function SimpleSexAct(slave, count) { if (slave.nipples == "fuckable" && V.PC.dick === 1 && fuckTarget > 80) { V.mammaryTotal += 1; slave.mammaryCount += 1; - } - else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { + } else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { V.vaginalTotal += 1; slave.vaginalCount += 1; if (canImpreg(slave, V.PC)) { r += knockMeUp(slave, 10, 0, -1, 1); } - } - else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { + } else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { V.analTotal += 1; slave.analCount += 1; if (canImpreg(slave, V.PC)) { r += knockMeUp(slave, 10, 1, -1, 1); } - } - else { + } else { V.oralTotal += 1; slave.oralCount += 1; } @@ -427,16 +418,13 @@ window.SimpleSlaveFucking = function SimpleSlaveFucking(slave, count) { if (slave.nipples == "fuckable" && fuckTarget > 80) { V.mammaryTotal += 1; slave.mammaryCount += 1; - } - else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { + } else if (canDoVaginal(slave) && slave.vagina > 0 && fuckTarget > 33) { V.vaginalTotal += 1; slave.vaginalCount += 1; - } - else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { + } else if (canDoAnal(slave) && slave.anus > 0 && fuckTarget > 10) { V.analTotal += 1; slave.analCount += 1; - } - else { + } else { V.oralTotal += 1; slave.oralCount += 1; } @@ -467,37 +455,32 @@ window.SimpleSlaveSlaveFucking = function SimpleSlaveSlaveFucking(subslave, doms V.mammaryTotal++; domslave.penetrativeCount++; V.penetrativeTotal++; - } - else { + } else { subslave.mammaryCount++; V.mammaryTotal++; V.slaves[V.i].penetrativeCount++; V.penetrativeTotal++; } - } - else { + } else { V.mammaryTotal++; V.penetrativeTotal++; subslave.mammaryCount++; domslave.penetrativeCount++; } - } - else if (canDoVaginal(subslave) && subslave.vagina > 0 && canPenetrate(domslave) && fuckTarget > 33) { + } else if (canDoVaginal(subslave) && subslave.vagina > 0 && canPenetrate(domslave) && fuckTarget > 33) { if (passage() === "SA serve your other slaves") { if (subslave.ID == V.slaves[V.i].ID) { V.slaves[V.i].vaginalCount++; V.vaginalTotal++; V.penetrativeTotal++; domslave.penetrativeCount++; - } - else { + } else { V.slaves[V.i].penetrativeCount++; V.penetrativeTotal++; subslave.vaginalCount++; V.vaginalTotal++; } - } - else { + } else { V.vaginalTotal++; subslave.vaginalCount++; V.penetrativeTotal++; @@ -506,8 +489,7 @@ window.SimpleSlaveSlaveFucking = function SimpleSlaveSlaveFucking(subslave, doms if (canImpreg(subslave, domslave)) { r += knockMeUp(subslave, 3, 0, domslave.ID, 1); } - } - else if (canDoAnal(subslave) && subslave.anus > 0 && canPenetrate(domslave) && fuckTarget > 10) { + } else if (canDoAnal(subslave) && subslave.anus > 0 && canPenetrate(domslave) && fuckTarget > 10) { //i think would impregnate from anal here even without .mpreg? same in original widget too if (canImpreg(subslave, domslave) && subslave.mpreg == 1) { r += knockMeUp(subslave, 3, 1, domslave.ID, 1); @@ -518,22 +500,19 @@ window.SimpleSlaveSlaveFucking = function SimpleSlaveSlaveFucking(subslave, doms V.analTotal++; V.penetrativeTotal++; domslave.penetrativeCount++; - } - else { + } else { V.slaves[V.i].penetrativeCount++; V.penetrativeTotal++; V.analTotal++; subslave.analCount++; } - } - else { + } else { V.analTotal++; subslave.analCount++; V.penetrativeTotal++; domslave.penetrativeCount++; } - } - else { + } else { V.oralTotal++; subslave.oralCount++; } @@ -545,8 +524,7 @@ window.SimpleVaginaFuck = function SimpleVaginaFuck(slave, count) { if (count) { State.variables.vaginalTotal += count; slave.vaginalCount += count; - } - else { + } else { State.variables.vaginalTotal++; slave.vaginalCount++; } @@ -556,9 +534,8 @@ window.SimpleAssFuck = function SimpleAssFuck(slave, count) { if (count) { State.variables.analTotal += count; slave.analCount += count; - } - else { + } else { State.variables.analTotal++; slave.analCount++; } -} \ No newline at end of file +} diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw index 21d474568562dc7cd436513e4d68586965561a32..9a5aceed96d3f344b101e0d287312fd3fd68443d 100644 --- a/src/js/vignettes.tw +++ b/src/js/vignettes.tw @@ -282,7 +282,7 @@ window.GetVignette = function GetVignette(slave) { effect: -1, }); vignettes.push({ - text: `"a group of overzealous customers gangbanging ${him} got a little too excited hearing ${him} get off on abuse, leaving ${him} sore and injured,`, + text: `a group of overzealous customers gangbanging ${him} got a little too excited hearing ${him} get off on abuse, leaving ${him} sore and injured,`, type: "health", effect: -1, }); diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw index a5384882ac5761186be2036af132197ec4fb55c7..aa16509e89e99864f020e52823bbc9d7a5df25ae 100644 --- a/src/js/wombJS.tw +++ b/src/js/wombJS.tw @@ -1,18 +1,17 @@ :: wombJS [script] /* -This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual foetus sizes, -with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future. +This is womb processor/simulator script. It take cares of calculation of belly sizes based on individual fetus sizes, with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future. Design limitations: - Mother can't gestate children with different speeds at same time. All speed changes apply to all fetuses. -- Sizes of inividual fetuses updated only on call of WombGetVolume - not every time as called WombProgress. This is for better overail code speed. +- Sizes of individual fetuses updated only on call of WombGetVolume - not every time as called WombProgress. This is for better overall code speed. - For broodmothers we need actual "new ova release" code now. But it's possible to control how many children will be added each time, and so - how much children is ready to birth each time. Usage from sugarcube code (samples): WombInit($slave) - before first pregnancy, at slave creation, of as backward compatibility update. -WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added after normal impregnation code, with already calcualted fetus count. ID of father - can be used in future for prcess children from different fathers in one pregnancy. Initial age normally 1 (as .preg normally set to 1), but can be raised if needed. Also should be called at time as broodmother implant add another fetus(es), or if new fetuses added from other sources in future (transplanting maybe?) +WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added after normal impregnation code, with already calculated fetus count. ID of father - can be used in future for processing children from different fathers in one pregnancy. Initial age normally 1 (as .preg normally set to 1), but can be raised if needed. Also should be called at time as broodmother implant add another fetus(es), or if new fetuses added from other sources in future (transplanting maybe?) WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same. diff --git a/src/npc/abort.tw b/src/npc/abort.tw index 124c46ac09fe5d5610d503271f2842066cb4a668..5422596447bd1a184f98b1352ca06bc4b024ad68 100644 --- a/src/npc/abort.tw +++ b/src/npc/abort.tw @@ -16,7 +16,7 @@ The remote surgery makes aborting a pregnancy quick and efficient. $activeSlave. @@.mediumorchid;afflicted by desperate, inconsolable sobbing@@. Even though $he knew $his baby was destined for a slave orphanage, it seems $he cared for it. $He is @@.gold;terrified of your power@@ over $his body. <<set $activeSlave.trust -= 10, $activeSlave.devotion -= 10>> <<elseif $activeSlave.fetish == "pregnancy">> - @@.mediumorchid;filled with a deep sorrow.@@ To a pregnancy fetishest, having a pregnancy end like this hurts far worse than birth ever would. $He is @@.gold;terrified of a repeat perfomance.@@ + @@.mediumorchid;filled with a deep sorrow.@@ To a pregnancy fetishist, having a pregnancy end like this hurts far worse than birth ever would. $He is @@.gold;terrified of a repeat performance.@@ <<set _fetishModifier = $activeSlave.fetishStrength/2>> <<set $activeSlave.devotion -= 1*_fetishModifier, $activeSlave.trust -= 1*_fetishModifier>> <<elseif $activeSlave.devotion <= 20>> diff --git a/src/pregmod/analyzePlayerPregnancy.tw b/src/pregmod/analyzePlayerPregnancy.tw index 2066f7bcc4a8d4deccda5556fff3dbc5d5614ca8..f3e128410563fc4c7708bc4118d7c9686fe4f7bb 100644 --- a/src/pregmod/analyzePlayerPregnancy.tw +++ b/src/pregmod/analyzePlayerPregnancy.tw @@ -142,7 +142,7 @@ <<if $incubator > 0>> <br> <<if $PC.womb[_ap].reserve === "incubator">> - <<link "Don't keep this child in $incubatorName" "Analyze PC Pregnancy">> + <<link "Don't keep this child $incubatorName" "Analyze PC Pregnancy">> <<set $PC.womb[_ap].reserve = "">> <<set $reservedChildren-->> <</link>> diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw index e69f7c031c8b9aabd15d4214474e4ad3c47ef535..bc10c86451019f47b8730e1b1d9eb52e1b0e9862 100644 --- a/src/pregmod/fDick.tw +++ b/src/pregmod/fDick.tw @@ -55,11 +55,7 @@ <<else>> hypertrophied <</if>> -<<<<<<< HEAD - dick, savoring every centimeter, -======= - dick, savoring every <<if $showInches == 2>>inch<<else>>centimeter<</if>>, ->>>>>>> b612f74c6f47e0427e0a22afdbc861305431ff0a + dick, savoring every <<if $showInches == 2>>inch<<else>>centimeter<</if>>, <<if $activeSlave.dick <= 6>> until you find yourself hilted and sitting on $his pelvis. <<else>> diff --git a/src/pregmod/fSlaveSelfImpreg.tw b/src/pregmod/fSlaveSelfImpreg.tw index d1b1341567efb62db9424a7690730202537a1c8a..d59ebe6197598163819e2db637a41a5589e5f9c1 100644 --- a/src/pregmod/fSlaveSelfImpreg.tw +++ b/src/pregmod/fSlaveSelfImpreg.tw @@ -120,7 +120,7 @@ <<else>> $activeSlave.slaveName eagerly rams the synthetic shaft as deeply into $his <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> as it will go, obviously fantasizing that $he's driving $his own dick into $his <<if $activeSlave.mpreg == 1>>winking anus<<else>>dripping pussy<</if>>. <</if>> - You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen travelling from the pump, along the clear plastic tube, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing <<if $activeSlave.mpreg == 1>>asshole<<else>>vagina<</if>>. + You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen traveling from the pump, along the clear plastic tube, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing <<if $activeSlave.mpreg == 1>>asshole<<else>>vagina<</if>>. <</if>> <<else>> <<if ($activeSlave.devotion > 50)>> diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index 08a4fcc8ea5d324d66bc3910481f1faa95590e8a..88e1e972b817c9d19ef271144853e6f4c33d5b24 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -6,7 +6,7 @@ testicles: 0, scrotum: 0, pigTesticles: 0, - canineTesticles: 0, + dogTesticles: 0, horseTesticles: 0, cowTesticles: 0, foreskin: 0, @@ -14,7 +14,7 @@ freshOvaries: 0, prostate: 0, pigOvaries: 0, - canineOvaries: 0, + dogOvaries: 0, horseOvaries: 0, cowOvaries: 0, eyes: 0, @@ -22,7 +22,7 @@ voicebox: 0, mpreg: 0, mpregPig: 0, - mpregCanine: 0, + mpregDog: 0, mpregHorse: 0, mpregCow: 0}>> <<for _i = 0; _i < $organs.length; _i++>> @@ -35,8 +35,8 @@ <<set $slaveOrgans.scrotum = 1>> <<elseif $organs[_i].type == "pigTesticles">> <<set $slaveOrgans.pigTesticles = 1>> - <<elseif $organs[_i].type == "canineTesticles">> - <<set $slaveOrgans.canineTesticles = 1>> + <<elseif $organs[_i].type == "dogTesticles">> + <<set $slaveOrgans.dogTesticles = 1>> <<elseif $organs[_i].type == "horseTesticles">> <<set $slaveOrgans.horseTesticles = 1>> <<elseif $organs[_i].type == "cowTesticles">> @@ -49,8 +49,8 @@ <<set $slaveOrgans.prostate = 1>> <<elseif $organs[_i].type == "pigOvaries">> <<set $slaveOrgans.pigOvaries = 1>> - <<elseif $organs[_i].type == "canineOvaries">> - <<set $slaveOrgans.canineOvaries = 1>> + <<elseif $organs[_i].type == "dogOvaries">> + <<set $slaveOrgans.dogOvaries = 1>> <<elseif $organs[_i].type == "horseOvaries">> <<set $slaveOrgans.horseOvaries = 1>> <<elseif $organs[_i].type == "cowOvaries">> @@ -65,8 +65,8 @@ <<set $slaveOrgans.mpreg = 1>> <<elseif $organs[_i].type == "mpregPig">> <<set $slaveOrgans.mpregPig = 1>> - <<elseif $organs[_i].type == "mpregCanine">> - <<set $slaveOrgans.mpregCanine = 1>> + <<elseif $organs[_i].type == "mpregDog">> + <<set $slaveOrgans.mpregDog = 1>> <<elseif $organs[_i].type == "mpregHorse">> <<set $slaveOrgans.mpregHorse = 1>> <<elseif $organs[_i].type == "mpregCow">> @@ -122,11 +122,11 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(5000)>> and requires a penis for successful implantation// <</if>> - <<if $slaveOrgans.canineTesticles != 1>> + <<if $slaveOrgans.dogTesticles != 1>> <br> - <<link "Canine testicles">> + <<link "Dog testicles">> <<set $cash -= 5000>> - <<set _newOrgan = {type: "canineTesticles", weeksToCompletion: "10", ID: 0}>> + <<set _newOrgan = {type: "dogTesticles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> @@ -186,7 +186,6 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> -/* <<if $animalOvaries != 0>> <<if $slaveOrgans.pigOvaries != 1>> <br> @@ -198,11 +197,11 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> - <<if $slaveOrgans.canineOvaries != 1>> + <<if $slaveOrgans.dogOvaries != 1>> <br> - <<link "Canine ovaries">> + <<link "Dog ovaries">> <<set $cash -= 10000>> - <<set _newOrgan = {type: "canineOvaries", weeksToCompletion: "10", ID: 0}>> + <<set _newOrgan = {type: "dogOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> @@ -229,7 +228,6 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> <</if>> -*/ <<if $youngerOvaries == 1>> <<if $slaveOrgans.freshOvaries != 1>> <br> @@ -289,7 +287,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> - /* + <<if $animalMpreg != 0>> <<if $slaveOrgans.mpregPig != 1>> <br> @@ -301,11 +299,11 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> - <<if $slaveOrgans.mpregCanine != 1>> + <<if $slaveOrgans.mpregDog != 1>> <br> - <<link "Anal canine womb and ovaries">> + <<link "Anal dog womb and ovaries">> <<set $cash -= 20000>> - <<set _newOrgan = {type: "mpregCanine", weeksToCompletion: "10", ID: 0}>> + <<set _newOrgan = {type: "mpregDog", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> @@ -332,7 +330,6 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> <</if>> - */ <</if>> <<if $organs.length > 0>> @@ -347,8 +344,8 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi $organs[_i].type are <<case "pigTesticles">> pig testicles are - <<case "canineTesticles">> - canine testicles are + <<case "dogTesticles">> + dog testicles are <<case "horseTesticles">> horse testicles are <<case "cowTesticles">> @@ -357,8 +354,8 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi revitalized ovaries are <<case "pigOvaries">> pig ovaries are - <<case "canineOvaries">> - canine ovaries are + <<case "dogOvaries">> + dog ovaries are <<case "horseOvaries">> horse ovaries are <<case "cowOvaries">> @@ -367,8 +364,8 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi anal womb and ovaries are <<case "mpregPig">> anal womb and pig ovaries are - <<case "mpregCanine">> - anal womb and canine ovaries are + <<case "mpregDog">> + anal womb and dog ovaries are <<case "mpregHorse">> anal womb and horse ovaries are <<case "mpregCow">> @@ -693,12 +690,12 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</if>> <</link>> <</if>> - <<case "canineTesticles">> - <<if $activeSlave.balls > 0 && $activeSlave.ballType == "canine">> + <<case "dogTesticles">> + <<if $activeSlave.balls > 0 && $activeSlave.ballType == "dog">> <br> ERROR: this slave already has testicles. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineTesticles"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -709,7 +706,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> ERROR: this slave already has $activeSlave.ballType testicles. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineTesticles"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -719,14 +716,14 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br>You can replace $his existing testicles with a new pair. <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineTesticles"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.balls = 2>> - <<set $activeSlave.ballType = "canine">> + <<set $activeSlave.ballType = "dog">> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> @@ -748,7 +745,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> ERROR: this slave lacks the penis necessary to accept testicles. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineTesticles"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -758,7 +755,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br>You can forgo standard procedure and implant testicles directly into $his abdomen. <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineTesticles"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -766,7 +763,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</if>> <<if $activeSlave.prostate < 1>><<set $activeSlave.prostate = 1>><</if>> <<set $activeSlave.balls = 2>> - <<set $activeSlave.ballType = "canine">> + <<set $activeSlave.ballType = "dog">> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> @@ -788,14 +785,14 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> <<link "Implant">> <<set $cash -= $surgeryCost>> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineTesticles"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.balls = 2>> - <<set $activeSlave.ballType = "canine">> + <<set $activeSlave.ballType = "dog">> <<set $activeSlave.scrotum = 2>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> @@ -817,7 +814,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</link>> | <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineTesticles"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -1406,12 +1403,12 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</if>> <</link>> <</if>> - <<case "canineOvaries">> - <<if $activeSlave.ovaries > 0 && $activeSlave.eggType == "canine">> + <<case "dogOvaries">> + <<if $activeSlave.ovaries > 0 && $activeSlave.eggType == "dog">> <br> ERROR: this slave already has ovaries. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineOvaries"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -1422,7 +1419,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> ERROR: this slave already has $activeSlave.eggType ovaries. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineOvaries"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -1432,13 +1429,13 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br>You can replace $his existing ovaries with a new pair. <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineOvaries"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> - <<set $activeSlave.eggType = "canine">> + <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> @@ -1461,7 +1458,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> ERROR: this slave lacks the vagina necessary to accept ovaries. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineOvaries"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -1472,7 +1469,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> ERROR: this slave's body cavity is filled with another organ. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineOvaries"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -1483,14 +1480,14 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineOvaries"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.ovaries = 1>> - <<set $activeSlave.eggType = "canine">> + <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> @@ -1511,7 +1508,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</link>> | <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "canineOvaries"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -2092,12 +2089,12 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</if>> <</link>> <</if>> - <<case "mpregCanine">> + <<case "mpregDog">> <<if ($activeSlave.ovaries != 0) && ($activeSlave.vagina > -1) && ($activeSlave.mpreg != 0)>> <br> ERROR: this slave has existing reproductive completedOrgans. <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregCanine"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregDog"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@ -2108,14 +2105,14 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <br> <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregCanine"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregDog"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.mpreg = 1>> - <<set $activeSlave.eggType = "canine">> + <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> <<if $organFarmUpgrade == 2>> @@ -2132,11 +2129,11 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <</if>> <</if>> <</if>> - <<set $surgeryType = "mpregCanine">> + <<set $surgeryType = "mpregDog">> <</link>> | <<link "Discard" "Remote Surgery">> - <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregCanine"; })>> + <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregDog"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw index 01631ae8922b8c990aaa07f441743ae5a227e9dd..923494ee25eb8d7cf7c34ba2fb9297a2fb2ee284 100644 --- a/src/pregmod/pRaped.tw +++ b/src/pregmod/pRaped.tw @@ -188,7 +188,6 @@ Now the only question is what to do with the would-be rapist. You could toss the <</replace>> <</link>> <</if>> - /* TODO: add a case for the farmyard */ <<if $dairy > 0>> <<if $dairyRestraintsSetting > 1>> <br><<link "Enslave $him and send $him straight to the industrial dairy">> @@ -202,6 +201,16 @@ Now the only question is what to do with the would-be rapist. You could toss the <</link>> <</if>> <</if>> + <<if $farmyard > 0>> + <br><<link "Enslave $him and send $him straight to the farmyard">> + <<= assignJob($activeSlave, "work in the farmyard")>> + <<set $cash -= $contractCost>> + <<replace "#result">> + You complete the legalities and biometric scanning quickly and cautiously. /*TODO: finish writing this subsection */ + <<run newSlave($activeSlave)>> /* skip New Slave Intro */ + <</replace>> + <</link>> + <</if>> <<if $seeExtreme > 0>> <br><<link "Punitively amputate $his limbs, and then enslave $him">> <<set $activeSlave.health -= 20>> diff --git a/src/pregmod/pcSurgeryDegredation.tw b/src/pregmod/pcSurgeryDegredation.tw index d961f9e95a5222bb88907a9f34d34e66c861d1a4..4d5be45e0edfbbac044df6f13c8a9b8977b0f7cd 100644 --- a/src/pregmod/pcSurgeryDegredation.tw +++ b/src/pregmod/pcSurgeryDegredation.tw @@ -137,7 +137,6 @@ See? Your cute little clit agrees with me." She says, poking at the tip of your peeking clit with her free hand. "Shall we see if it's working right?" She circles around till she is between your legs and <<if $PC.belly >= 10000>>disappears behind the curvature of your pregnancy<<else>>disappears between your thighs<</if>>. You feel face brush your inner legs as she brings her mouth to your cunt and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your new pussy squirting girl cum across her face. She raises from your crotch and licks her lips. "I always did like the taste of you. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you settle back down to sleep off the rest of the anesthesia before returning to your arcology. <</if>> - <<case "herm2female">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs. You pull the covers off of yourself to catch sight of the result of the surgery and <<if $PC.boobsBonus == 3>> diff --git a/src/pregmod/reMaleArcologyOwner.tw b/src/pregmod/reMaleArcologyOwner.tw index fbfc60f25b62bb3d64936f4f5f116041b3f6c5b3..772afc50ba146bc44a83a4f4c4aeb522d4051b38 100644 --- a/src/pregmod/reMaleArcologyOwner.tw +++ b/src/pregmod/reMaleArcologyOwner.tw @@ -17,7 +17,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower <</link>> <br><<link "Walk past him and out onto an unoccupied balcony">> <<replace "#result">> - You walk past him and out onto a balcony. He politely disengages himself and follows, meeting your gaze with a twinkle in his eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that he is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but his judgment was obviously correct. Rather than looking down on you, the other prominent guests seem respectfully envious of his access to you. This is still the case even when he starts to get flirty, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when he finally nudges his hip against yours and does not take it away, you take him by the hand and lead him there. He stops you with a hand at the door to the suite and unbuttons his shirt, revealing a triathlete's tanned and sculpted body. As you begin to strip, he embraces you, whispering, "You have no idea how nice this is." It's clear it's been a long time since you've let someone else take the lead, and he sometimes has to snap wrestle you for dominance. He leaves a few hours later with a satisfied expression, giving you a deep kiss on his way out in full public view. @@.green;Your reputation has greatly improved.@@ + You walk past him and out onto a balcony. He politely disengages himself and follows, meeting your gaze with a twinkle in his eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that he is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tête-à -tête, but his judgment was obviously correct. Rather than looking down on you, the other prominent guests seem respectfully envious of his access to you. This is still the case even when he starts to get flirty, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when he finally nudges his hip against yours and does not take it away, you take him by the hand and lead him there. He stops you with a hand at the door to the suite and unbuttons his shirt, revealing a triathlete's tanned and sculpted body. As you begin to strip, he embraces you, whispering, "You have no idea how nice this is." It's clear it's been a long time since you've let someone else take the lead, and he sometimes has to snap wrestle you for dominance. He leaves a few hours later with a satisfied expression, giving you a deep kiss on his way out in full public view. @@.green;Your reputation has greatly improved.@@ <<if isPlayerFertile($PC)>> <<= knockMeUp($PC, 60, 0, -4)>> <</if>> @@ -31,7 +31,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower <br><<link "Convince him to make the first move">> <<replace "#result">> <<set _randomForeignFS = random(1,100)>> - <<if $PC.preg >= 28 && $PC.pregMood = 2>> + <<if $PC.preg >= 28 && $PC.pregMood == 2>> You move to waddle past him and purposefully stumble, prompting him to catch you. Feigning fatigue, you politely ask if he'd help you out. You aren't exactly subtle as he walks you back to your room, dropping hints at how difficult your pregnancy has been and just how good it feels to be with a man. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when you enter, disrobe and splay yourself across the bed, it's just you and him. <<if _randomForeignFS > 90>> It's immediately clear by the look on his face that you made a mistake. The man clearly comes from a society that dislikes pregnant woman leading and your attempt to manipulate him into being your lover has pushed him past his level of tolerance. He storms out in anger and, upon returning to the party, makes your underhanded efforts known. @@.red;Your reputation has taken a major hit.@@ @@ -39,7 +39,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower <<elseif _randomForeignFS > 70>> /* repop */ It's immediately clear by the look on his face that you made a mistake. He wastes no time in leaping onto the bed, and in his haste, barely manages to disrobe. Before you can attempt to take control, he's hilted in your needy vagina and giving you the fucking your body has been craving. He leaves a few hours later with a satisfied expression and returns to the party, where he puts in a good word for just how good you were. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his. <<set $rep += 100>> - <<set $desc = "thank-you note from a male arcology owner of your acquaintance that smells strongly of lust">> + <<set $desc = "a thank-you note from a male arcology owner of your acquaintance that smells strongly of lust">> <<set $trinkets.push($desc)>> <<else>> He slips out of his clothes, revealing a triathlete's tanned and sculpted body, and joins you in the bed. You direct him onto his back and hilt yourself on his dick. As you savor the feeling of being filled, you notice he doesn't quite know how to properly please a woman of your fecundity, something easily corrected. You're certain he has learned several new positions by the end of your several hour long session and after you both stumble back to the party, he gives you a deep kiss in full public view. @@.green;Your reputation has greatly improved.@@ @@ -49,16 +49,26 @@ He strikes a fine balance in conversation with you, firm enough to not overpower <</if>> <<elseif $PC.boobsBonus >= 2>> You adjust your dress to better emphasize your huge <<if $PC.boobsImplant == 1>>fake tits<<else>>soft breasts<</if>> and head over to join to the - <<if _randomForeignFS > 90>> /* slimness */ + <<if _randomForeignFS > 80>> /* slimness */ conversation between him and the woman trying to convince him to invest in her solar power concern. After a few minutes of you jiggling your cleavage around, however, it becomes apparent that this is not turning him on at all. He excuses himself and withdraws. You return to your <<if $PC.refreshmentType == 0>>$PC.refreshment<<elseif $PC.refreshmentType == 1>>glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>pouch of $PC.refreshment<<elseif $PC.refreshmentType == 4>>syringe of $PC.refreshment<<elseif $PC.refreshmentType == 5>>bottle of $PC.refreshment<<elseif $PC.refreshmentType == 6>>sheet of $PC.refreshment<</if>>, consoling yourself that you are not exactly starved for company. <<elseif _randomForeignFS > 80>> /* transformation */ conversation between him and the woman trying to convince him to invest in her solar power concern. <<if $PC.boobsImplant != 1>> After a few minutes of you jiggling your cleavage around, however, it becomes apparent that, while he does frequently eye it, it just isn't to his tastes. He excuses himself and withdraws. You return to your <<if $PC.refreshmentType == 0>>$PC.refreshment<<elseif $PC.refreshmentType == 1>>glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>pouch of $PC.refreshment<<elseif $PC.refreshmentType == 4>>syringe of $PC.refreshment<<elseif $PC.refreshmentType == 5>>bottle of $PC.refreshment<<elseif $PC.refreshmentType == 6>>sheet of $PC.refreshment<</if>>, consoling yourself that you are not exactly starved for company. <<else>> + After a few minutes, it becomes clear that something else is on his mind than renewable energy and he politely excuses himself, though not before dropping something into your cleavage. The women watches dejectedly as you fish out his business card. Taking the hint, you scan the room and find him slowly leaving once he makes eye contact; a clear invitation to follow him. As you wander down the hall, you feel a hand cup one of your firm globes and pull you into an embrace. While he seems content to just grope you, you had other plans and begin undoing his belt. You gasp a little as his member pops out into your hands, eager for some attention of its own. He wastes no time in pulling your ample bust downwards and slipping his eager cock between your breasts. You grab his hips for support as he vigorously pistons into your chest, struggling to retake control of the situation before he renders you enable to return to the party. With a joyous groan, he blows his load deep into your bosom and down your dress. As he helps you to your feet, and the stain under your wrack grows larger, you give him a kiss on the cheek and head off to change. He returns to the party, and from your serving slaves, seems to have boasted about how well you do business. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his. + <<set $rep += 100>> + <<set $desc = "a thank-you note from a male arcology owner of your acquaintance that not-so-subtly suggests getting a bigger pair of implants">> + <<set $trinkets.push($desc)>> <</if>> - <<elseif _randomForeignFS > 70 && $PC.boobsImplant != 1>> + <<elseif _randomForeignFS > 40 && $PC.boobsImplant != 1>> purist + expansion + conversation between him and the woman trying to convince him to invest in her solar power concern. After a few minutes of you jiggling your cleavage around, it becomes clear that his attention span for renewable energy is no where near what it is for big breasts just begging to pop out of their top. He excuses himself from the conversion, though not without intentionally bumping into your rack and slipping into the hall. The women glares daggers at you and returns to her drink, leaving you to follow suit and slip out of the party. As you wander down the hall, you feel a hand struggle to cup one of your jiggly globes and pull you into an embrace. While he seems content to just grope you, you had other plans and begin undoing his belt. You gasp a little as his member pops out into your hands, eager for some attention of its own. He wastes no time in pulling your ample bust downwards and slipping his eager cock between your breasts. You grab his hips for support as he vigorously pistons into your chest in an attempt to keep your balance under their motion and to make an attempt to retake control of the situation before he renders you enable to return to the party. With a joyous groan, he blows his load deep into your bosom and down your dress. As he helps you to your feet, and the stain under your wrack grows larger, you give him a kiss on the cheek and head off to change. He returns to the party, and from your serving slaves, seems to have boasted about how well you do business. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his. + <<set $rep += 100>> + <<set $desc = "a thank-you note from a male arcology owner of your acquaintance with an attach list of natural supplements to make your tits even bigger">> + <<set $trinkets.push($desc)>> <<else>> + conversation between him and the woman trying to convince him to invest in her solar power concern. You attempts, at first, appear to be working as he begins to stutter and lose focus on the topic at hand, but he soon apologizes, wraps an arm around your shoulders, pulls you close and starts groping your enormous funbags. He returns to discussing business while using you like a stress ball and manages to seal a rather lucrative business deal. He gives you an appreciative squeeze and heads on his way, leaving you dumbfounded at what just happened. His reputation has improved significantly, while your status @@.red;as nothing more than stress relief@@ is made clear. + <<set $rep -= 500>> <</if>> <<else>> <</if>> diff --git a/src/pregmod/saPorn.tw b/src/pregmod/saPorn.tw index ff77cf9f706b40855d15be0aef45382060dbbb90..210111eaf3d00eb8e05c4b964eb946995de90627 100644 --- a/src/pregmod/saPorn.tw +++ b/src/pregmod/saPorn.tw @@ -1031,8 +1031,6 @@ <<set $slaves[$i].pornFame = $slaves[$i].pornTypeGeneral + $slaves[$i].pornTypeFuckdoll + $slaves[$i].pornTypeRape + $slaves[$i].pornTypePreggo + $slaves[$i].pornTypeBBW + $slaves[$i].pornTypeGainer + $slaves[$i].pornTypeStud + $slaves[$i].pornTypeLoli + $slaves[$i].pornTypeDeepThroat + $slaves[$i].pornTypeStruggleFuck + $slaves[$i].pornTypePainal + $slaves[$i].pornTypeTease + $slaves[$i].pornTypeRomantic + $slaves[$i].pornTypePervert + $slaves[$i].pornTypeCaring + $slaves[$i].pornTypeUnflinching + $slaves[$i].pornTypeSizeQueen + $slaves[$i].pornTypeNeglectful + $slaves[$i].pornTypeCumAddict + $slaves[$i].pornTypeAnalAddict + $slaves[$i].pornTypeAttentionWhore + $slaves[$i].pornTypeBreastGrowth + $slaves[$i].pornTypeAbusive + $slaves[$i].pornTypeMalicious + $slaves[$i].pornTypeSelfHating + $slaves[$i].pornTypeBreeder + $slaves[$i].pornTypeSub + $slaves[$i].pornTypeCumSlut + $slaves[$i].pornTypeAnal + $slaves[$i].pornTypeHumiliation + $slaves[$i].pornTypeBoobs + $slaves[$i].pornTypeDom + $slaves[$i].pornTypeSadist + $slaves[$i].pornTypeMasochist + $slaves[$i].pornTypePregnancy>> <<set $slaves[$i].pornFame = Math.trunc($slaves[$i].pornFame)>> - - <<if _oldFame > $slaves[$i].pornFame>> Overall, $his online fame @@.red;dropped@@ this week. <<elseif _oldFame < $slaves[$i].pornFame>> diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw index f05b419582ec5479a584fc0623a8b38386795885..85087c5bdbc130f8ed9599dc18843f18136d75b7 100644 --- a/src/pregmod/seFCTVshows.tw +++ b/src/pregmod/seFCTVshows.tw @@ -1065,11 +1065,11 @@ The offered price is <<print cashFormat($slaveCost)>>. The camera cuts to a young blonde girl with her hair braided back in rows. She's wearing a white blouse that's unbuttoned all the way down to her leather corset showing much of her very large rack while hiding little. <br><br> "Thank ye, Captain Castbeak!" she positively beams with energy as she bounces around, her barely contained breasts keeping your eye as she sways and jumps around the screen. - "Today we be keepin' an eye on the acid rain storms as they blow on through the upper Chinese and Mongolian regions on their way to the bearing straight. If ye be located anywhere around here-" She stretches up with a short pointer that you now realize is part of a prosthetic limb attached to her right hand. "-batten down yer hatches an' wait fer the storm ta' blow over". + "Today we be keepin' an eye on the acid rain storms as they blow on through the upper Chinese and Mongolian regions on their way to the Bering Strait. If ye be located anywhere around here-" She stretches up with a short pointer that you now realize is part of a prosthetic limb attached to her right hand. "-batten down yer hatches an' wait fer the storm ta' blow over". <br><br> The camera shifts down low now as the green screen map behind her shifts to Australia, Lusty stooping over towards the camera to stay in frame gives you a beautiful view straight down her blouse. "And if'n ye be in Australia yer in for another hot and dry one as this unseasonable drought stretches on fer at least another week" <br><br> - The camera angle switches again as the map of North America comes on screen overlaid with temperatures. Lusty slowly straightens up and stretches out with a smile clearly giving the camera a show. "An' if'n ye be travelin' across here, beware, this be the worst weather of them all, with dust storms and tornados and lightning storms across the continent. If ye be catchin' our broadcast from here, seek a safe port and stay safe." she points again with her pointer hand all across the Midwest. + The camera angle switches again as the map of North America comes on screen overlaid with temperatures. Lusty slowly straightens up and stretches out with a smile clearly giving the camera a show. "An' if'n ye be travelin' across here, beware, this be the worst weather of them all, with dust storms and tornadoes and lightning storms across the continent. If ye be catchin' our broadcast from here, seek a safe port and stay safe." she points again with her pointer hand all across the Midwest. <br><br> The weather report continues with more mundane temperature readings and Lusty bubbly bouncing around the screen giving you something to pay attention to when the weather is not about your region. <br><br> diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index b88befbaeed1995ac55220c75c3be6b61081267c..8e3f510e2a76aaa5e42ff76d8fa6c0ce94e583d0 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -260,9 +260,50 @@ Of all the wonders present, the thing that catches your eye the most is a shady <</if>> <</if>> + <<if $farmyard>> <<if $thisWeeksIllegalWares[_bim] == "AnimalOrgans">> <br> - /*TODO: this entire section */ + <<if $animalOvaries == 0 || $animalTesticles == 0 || $animalMpreg == 0>> + <<if $cash >= 25000>> + <<if $animalOvaries == 0>> + [[Purchase schematics for animal ovaries|FarmyardLab][$cash -= 25000, $animalOvaries = 1]] + <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal ovaries into slaves.// + <br> + <<else>> + You already possess schematics for implanting animal ovaries. + <</if>> + <<else>> + You cannot afford the asking price of @@.red;<<print cashFormat(25000)>>@@ for animal ovaries. + <</if>> + <<if $cash >= 25000>> + <<if $animalTesticles == 0>> + [[Purchase schematics for animal testicles|FarmyardLab][$cash -= 25000, $animalTesticles = 1]] + <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal testicles into slaves.// + <br> + <<else>> + You already possess schematics for implanting animal testicles. + <</if>> + <<else>> + You cannot afford the asking price of @@.red;<<print cashFormat(25000)>>@@ for animal testicles. + <</if>> + <<if $cash >= 25000>> + <<if $animalMpreg == 0>> + [[Purchase schematics for animal anal wombs and ovaries|FarmyardLab][$cash -= 25000, $animalMpreg = 1]] + <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal anal wombs and ovaries into slaves.// + <br> + <<else>> + You already possess schematics for implanting animal anal wombs and ovaries. + <</if>> + <<else>> + You cannot afford the asking price of @@.red;<<print cashFormat(25000)>>@@ for animal anal wombs and ovaries. + <</if>> + /* TODO: flesh this out some more */ + "Got something real special this week. These are schematics for implanting non-human organs into humans. My supplier told me they came from some military expirements or something - maybe they were trying to make some kind of super soldier. Not my business, though." + <<else>> /* if all schematics have already been purchased */ + You already possess all of the schematics for implanting animal organs. + <<set _dump = $merchantIllegalWares.delete("AnimalOrgans")>> + <</if>> + <</if>> <</if>> <</for>> <<else>> diff --git a/src/pregmod/widgets/deathWidgets.tw b/src/pregmod/widgets/deathWidgets.tw index 2e34bbd813b886164cd2013481187fbbcddb40d3..2e3bd92687a8ac02ed2ce5234888f11bd1850b3d 100644 --- a/src/pregmod/widgets/deathWidgets.tw +++ b/src/pregmod/widgets/deathWidgets.tw @@ -115,13 +115,9 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0] <<else>> $he lived a very long life that few get to see. <</if>> - <<if $arcologies[0].FSPaternalist != "unset">> + <<if ($arcologies[0].FSPaternalist != "unset") && ($args[0].actualAge < 75)>> Allowing a slave to die under your care @@.red;severely damages@@ your image as a caring slaveowner and @@.red;calls into question@@ your paternalistic resolve. -<<<<<<< HEAD - <<= FSChange("Paternalist", -10)>> -======= <<= FSChange("Paternalist", -10)>> ->>>>>>> a94d26a4b0a9f518bf648ba578fd53051afdbac8 <</if>> <</if>> <</widget>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 2513d6777f7979accebb0771393b034f1bdf6d61..b7c56b72e47d998755b40ba164bcbf3970e26b4f 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -3512,6 +3512,10 @@ Setting missing slave variables: <</if>> <</for>> +<<if def _Slave.areoleaPiercing>> + <<run delete _Slave.areoleaPiercing>> +<</if>> + <<run SlaveDatatypeCleanup(_Slave)>> <<set $slaves[_bci] = _Slave>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 5bb14cc866f159593797c2b7f9e7e91ca4ef8372..891cf3d6dc1bcdfee59a4fccf84b8c694c5ff377 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -277,7 +277,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<link "Make $him the face of an ad campaign">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You bring $him out to a pretty balcony and put her through an extended photo shoot. $He has no idea what you're planning, but $he's skilled enough not to need to. $He dons different outfits, changes makeup, and even shifts personas for the camera, producing hundreds of elegant, sensual and eye-catching images. You dismiss her back to the club when you're done, and $he clearly thinks little of it. The next day, however, you walk her out onto the club in the morning. When the two of you, <<= WrittenMaster()>> and DJ, reach the main club, $he stops short when $he catches sight of the main billboard screen. There $he is, resplendent and opulent, <<if $showInches == 2>>thirty-three feet<<else>>ten meters<</if>> tall, giving the viewer a sultry look. $He only breaks down for a single moment, but it's quite a moment: $he cries rather inelegantly, <<if canTalk($activeSlave)>><<say sobb>>ing "I love you <<Master>>" into your ear<</if>> before giving you a @@.hotpink;wet kiss.@@ Then $he runs over to stand under the screen, looking back at you to give you a @@.green;picture-perfect@@ imitation of the billboard $he's standing under before laughing at $himself a little. + You bring $him out to a pretty balcony and put her through an extended photo shoot. $He has no idea what you're planning, but $he's skilled enough not to need to. $He dons different outfits, changes makeup, and even shifts personas for the camera, producing hundreds of elegant, sensual and eye-catching images. You dismiss her back to the club when you're done, and $he clearly thinks little of it. The next day, however, you walk her out onto the club in the morning. When the two of you, <<= WrittenMaster()>> and DJ, reach the main club, $he stops short when $he catches sight of the main billboard screen. There $he is, resplendent and opulent, <<if $showInches == 2>>thirty feet<<else>>ten meters<</if>> tall, giving the viewer a sultry look. $He only breaks down for a single moment, but it's quite a moment: $he cries rather inelegantly, <<if canTalk($activeSlave)>><<say sobb>>ing "I love you <<Master>>" into your ear<</if>> before giving you a @@.hotpink;wet kiss.@@ Then $he runs over to stand under the screen, looking back at you to give you a @@.green;picture-perfect@@ imitation of the billboard $he's standing under before laughing at $himself a little. <<set $cash -= 1000>> <<set $rep += 500>> <<set $activeSlave.devotion += 4>> diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index 6705c1e6d0e39d87b467f9c614fbadb1d5418ca6..121f44eb577ee824ada3315bd7187612755e8bcb 100644 --- a/src/uncategorized/RECI.tw +++ b/src/uncategorized/RECI.tw @@ -287,7 +287,7 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<setLocalPronouns $HeadGirl 2>> <<EventNameDelink $activeSlave>> <<replace "#result">> - You tell $him $he's got a nice asspussy, and grope $him thoroughly, cupping $his buttocks with one hand and squeezing a breast with the other. $ looks <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>desperately eager<<else>>ready and willing<</if>>, and angles $himself just right, but you administer a light slap to $his $activeSlave.skin ass and continue, telling $him that it's so nice you feel like sharing it. $He's <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>so ready to fuck $he can't quite think of what to say<<else>>not quite sure how to respond<</if>>, and before $he can figure it out, $HeadGirl.slaveName hurries in, responding to your summons. Of course, $activeSlave.slaveName is no stranger to $HeadGirl.slaveName, who takes in the situation at a glance and <<if $HeadGirl.dick > 0>>instantly achieves a painfully hard erection<<else>>immediately flushes with arousal<</if>>. $HeadGirl.slaveName<<if $HeadGirl.dick == 0>> dons a strap-on and<</if>> clambers up onto the (strongly built) bathroom counter. Since saliva is plenty of lube for $activeSlave.slaveName's experienced ass, _he2 points a meaningful finger at <<if $HeadGirl.dick == 0>>the phallus<<else>>_his2 cock<</if>>, and $activeSlave.slaveName begins to suck it enthusiastically, trying to get it as wet as possible for the sake of $his butt. + You tell $him $he's got a nice asspussy, and grope $him thoroughly, cupping $his buttocks with one hand and squeezing a breast with the other. $activeSlave.slaveName looks <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>desperately eager<<else>>ready and willing<</if>>, and angles $himself just right, but you administer a light slap to $his $activeSlave.skin ass and continue, telling $him that it's so nice you feel like sharing it. $He's <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>so ready to fuck $he can't quite think of what to say<<else>>not quite sure how to respond<</if>>, and before $he can figure it out, $HeadGirl.slaveName hurries in, responding to your summons. Of course, $activeSlave.slaveName is no stranger to $HeadGirl.slaveName, who takes in the situation at a glance and <<if $HeadGirl.dick > 0>>instantly achieves a painfully hard erection<<else>>immediately flushes with arousal<</if>>. $HeadGirl.slaveName<<if $HeadGirl.dick == 0>> dons a strap-on and<</if>> clambers up onto the (strongly built) bathroom counter. Since saliva is plenty of lube for $activeSlave.slaveName's experienced ass, _he2 points a meaningful finger at <<if $HeadGirl.dick == 0>>the phallus<<else>>_his2 cock<</if>>, and $activeSlave.slaveName begins to suck it enthusiastically, trying to get it as wet as possible for the sake of $his butt. <br><br> Since $activeSlave.slaveName is being so good, you decide to help get $him ready, and push $him sideways so $he straddles the counter's edge. $He whimpers into the <<if $HeadGirl.dick == 0>>dildo<<else>>dick<</if>> in $his mouth as $he feels $his <<if $activeSlave.dick > 0>><<if ($activeSlave.hormoneBalance >= 100) || ($activeSlave.dickAccessory == "chastity")>>chastity cage<<elseif ($activeSlave.hormoneBalance >= 100) || ($activeSlave.balls == 0) || ($activeSlave.ballType == "sterile")>>soft dickclit<<else>>hard cock<</if>><<else>>mons<</if>> graze the hard counter, and then stiffens as you penetrate $his bottom. When you judge that your Head Girl is wet enough, you nod to _him2, and _he2 takes $activeSlave.slaveName by the hand, pulling $him up onto _his2 lap. <<if ($HeadGirl.boobs > 4000) && ($activeSlave.boobs > 4000)>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index fb4a7b5baf0ba84840e0d44d25be60014b737e2b..5b26a4d1c921f7d34ff53147672a147160752326 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -3494,7 +3494,7 @@ wh-when I'm bad, e-everything, <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeT In a fortuitous confluence of circumstances, <<EventNameLink $activeSlave>> happens to be polishing your office one evening. Keeping every surface in the penthouse at a state of perfect shine is one of your servants' endless tasks, and your office is $his area of responsibility today. At the key moment, $he's working on an area at waist height, directly next to the door that leads to your suite; and $he's crouching to polish this area most comfortably. $He is working diligently, and is paying close attention to what $he's doing. Meanwhile, and for completely unrelated reasons, you have just finished having fun inside said suite. You are naked, and your penis remains fully erect despite your having climaxed only moments before; you are in excellent physical and sexual condition and this happens frequently. You have decided to address a likewise unrelated matter in your office, and walk into it from your suite, naked and erect. <br><br> -This is how $activeSlave.slaveName comes face to face with your cock, unexpectedly, at a distance of about <<if $showInches == 2>>four inches<<else>>ten centimeters<</if>>. +This is how $activeSlave.slaveName comes face to face with your cock, unexpectedly, at a distance of only a few <<if $showInches == 2>>inches<<else>>centimeters<</if>>. <br><br> $He shrieks, backpedaling, and then falls backward, $his <<if $activeSlave.butt > 6>>monstrous bottom<<elseif $activeSlave.butt > 3>>healthy rear end<<else>>cute butt<</if>> hitting the floor with an audible whack. The light cloth $he was using to polish with went flying, and flutters to the ground accusingly. After scrabbling back a short distance, looking up at you hesitantly, and visibly recollecting $himself, $he swallows twice and then says, "I'm <<s>>orry, <<Master>>," in a tone of voice with a great deal of effort applied to keep it even. A frantic, embarrassed search for $his cloth ensues. Finding it at last, $he returns to $his original, low position, and crouch-walks back to the place $he was polishing, doing $his absolute best to look diligent and industrious and not at all aware that your cock is pointing at $him like a gun barrel. @@ -8888,13 +8888,13 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> buttfucked, <</if>> - is enough that $he climaxes quickly. <<if $activeSlave.balls == 3>>$His huge load coats the shower wall with cum. <</if>>You pull out and let her finish by <<if $PC.dick == 0>>giving you oral<<else>>sucking your dick<<if $PC.vagina == 1>> and eating your pussy<</if>><</if>>, since $he started by sucking $himself. @@.hotpink;$He has become more submissive to you.@@ + is enough that $he climaxes quickly. <<if $activeSlave.balls == 3>>$His huge load coats the shower wall with cum. <</if>>You pull out and let $him finish by <<if $PC.dick == 0>>giving you oral<<else>>sucking your dick<<if $PC.vagina == 1>> and eating your pussy<</if>><</if>>, since $he started by sucking $himself. @@.hotpink;$He has become more submissive to you.@@ <<set $activeSlave.devotion += 4>> <<if canDoVaginal($activeSlave)>> <<if ($activeSlave.vagina == 0)>> @@.lime;This breaks in $activeSlave.slaveName's virgin pussy.@@ <<set $activeSlave.vagina = 1>> - @@.hotpink;$He enjoys losing her cherry to you.@@ + @@.hotpink;$He enjoys losing $his cherry to you.@@ <<set $activeSlave.devotion += 4>> <</if>> <<= VaginalVCheck()>> @@ -13109,15 +13109,11 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<link "Join $him and see if your hands can span $his waist">> <<EventNameDelink $activeSlave>> <<replace "#result">> -<<<<<<< HEAD - By the time you reach the shower, $activeSlave.slaveName is toweling $himself. $He notices your approach and folds the towel neatly before performing a little naked pirouette that shows off her artificial -======= - By the time you reach the shower, $activeSlave.slaveName is toweling $himself. $He notices your approach and folds the towel neatly before performing a little naked pirouette that shows off her artificial ->>>>>>> b612f74c6f47e0427e0a22afdbc861305431ff0a + By the time you reach the shower, $activeSlave.slaveName is toweling $himself. $He notices your approach and folds the towel neatly before performing a little naked pirouette that shows off $his artificial <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> - curviness while displaying each of her delectable holes. + curviness while displaying each of $his delectable holes. <<elseif canDoVaginal($activeSlave)>> - curviness while displaying her + curviness while displaying $his <<if $activeSlave.vagina > 3>> gaping cunt <<elseif $activeSlave.vagina > 2>> diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index f41277f40ad5861cf7bd24bec85c2f1c9845dbd3..f866537713c6684a431463bd08e0eb0f4c615a13 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -11,11 +11,11 @@ More elite citizens require their own slaves and will cause the population of sl _FSScore = 0, /*FS progress for tourism*/ _slaveDemandU = 1, /*Changes to upperclass slave demand*/ _slaveDemandT = 1, /*Changes to topclass slave demand*/ -_expirationFS = 1, /*changes to likelyhood of slave death*/ +_expirationFS = 1, /*changes to likelihood of slave death*/ _slaveProductivity = 0, /*changes to slave productivity*/ _lowerClass = 0, /*fixed amount of changes to lowerclass interest to move in*/ _lowerClassP = 1, /*scaling changes to lowerclass interest ("stacking bonus")*/ -_welfareFS = 1, /*changes to likelyhood of lowerclass getting enslaved*/ +_welfareFS = 1, /*changes to likelihood of lowerclass getting enslaved*/ _middleClass = 0, /*see lowerclass examples for the rest of these*/ _middleClassP = 1, _upperClass = 0, @@ -149,8 +149,8 @@ _topClassP = 1>> <</if>> <<if $arcologies[0].FSAssetExpansionist != "unset">> <<set _FSScore += Math.min($arcologies[0].FSAssetExpansionist, 100)>> - <<if $arcologies[0].FSPaternalist != "unset">> - <<set _expirationFS *= 1 + (Math.trunc(Math.min($arcologies[0].FSAssetExpansionist, 100) / 20) * 0.05) * (1 + (Math.trunc(Math.min($arcologies[0].FSBodyPurist, 100) / 20) * -0.1)>> + <<if $arcologies[0].FSBodypurist != "unset">> + <<set _expirationFS *= 1 + (Math.trunc(Math.min($arcologies[0].FSAssetExpansionist, 100) / 20) * 0.05) * (1 + (Math.trunc(Math.min($arcologies[0].FSBodypurist, 100) / 20) * -0.1)>> <<else>> <<set _expirationFS *= 1 + Math.trunc(Math.min($arcologies[0].FSAssetExpansionist, 100) / 20) * 0.05>> <</if>> @@ -1246,18 +1246,18 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ <<if $desc.length > 0>> Your arcology's economy benefits from close social alignment with <<if $desc.length > 2>> - ''$desc[0]'', - <<for $k = 1; $k < $desc.length; $k++>> - <<if $k < $desc.length-1>> - ''$desc[$k]'', - <<else>> - and ''$desc[$k]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> - <</if>> - <</for>> + ''$desc[0]'', + <<for $k = 1; $k < $desc.length; $k++>> + <<if $k < $desc.length-1>> + ''$desc[$k]'', + <<else>> + and ''$desc[$k]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> + <</if>> + <</for>> <<elseif $desc.length == 2>> - ''$desc[0]'' and ''$desc[1]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> + ''$desc[0]'' and ''$desc[1]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> <<else>> - ''$desc[0]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> + ''$desc[0]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> <</if>> <<set _AWeekGrowth += $desc.length>> <</if>> @@ -1265,18 +1265,18 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ <<if $desc.length == 0>>Your arcology's economy<</if>> is hindered by social conflicts with <<if $descNeg.length > 2>> - ''$descNeg[0]'', - <<for $k = 1; $k < $descNeg.length; $k++>> - <<if $k < $descNeg.length-1>> - ''$descNeg[$k]'', - <<else>> - and ''$descNeg[$k]''. - <</if>> - <</for>> + ''$descNeg[0]'', + <<for $k = 1; $k < $descNeg.length; $k++>> + <<if $k < $descNeg.length-1>> + ''$descNeg[$k]'', + <<else>> + and ''$descNeg[$k]''. + <</if>> + <</for>> <<elseif $descNeg.length == 2>> - ''$descNeg[0]'' and ''$descNeg[1]''. + ''$descNeg[0]'' and ''$descNeg[1]''. <<else>> - ''$descNeg[0]''. + ''$descNeg[0]''. <</if>> <<set _AWeekGrowth -= $descNeg.length>> <</if>> @@ -1348,20 +1348,20 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ <br> <<if $TSS.schoolPresent == 1>> -<br> -The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $TSS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name. -<<if $TSS.schoolProsperity >= 10>> - It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> - <<set $TSS.subsidize = 0>> - <<set $TSS.schoolProsperity = 10>> -<</if>> -<<if $TSS.subsidize == 1>> - You have a policy of subsidizing them. - <<set $TSS.schoolProsperity++>> -<<elseif $TSS.subsidize == -1>> - You have a policy of covertly undermining them. - <<set $TSS.schoolProsperity-->> -<</if>> + <br> + The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $TSS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name. + <<if $TSS.schoolProsperity >= 10>> + It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> + <<set $TSS.subsidize = 0>> + <<set $TSS.schoolProsperity = 10>> + <</if>> + <<if $TSS.subsidize == 1>> + You have a policy of subsidizing them. + <<set $TSS.schoolProsperity++>> + <<elseif $TSS.subsidize == -1>> + You have a policy of covertly undermining them. + <<set $TSS.schoolProsperity-->> + <</if>> <</if>> <<if $GRI.schoolPresent == 1>> diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw index 530d01f4ff4abf0651b5683b6f7fe2e93818646e..e7b8a379c4e0d5a47cc700164bd22ff8bdb43656 100644 --- a/src/uncategorized/arcologyDescription.tw +++ b/src/uncategorized/arcologyDescription.tw @@ -1,7 +1,7 @@ :: Arcology Description [nobr] -__'' $arcologies[0].name''__, your arcology, is located in a Free City in <<if $terrain == "oceanic">>the middle of the ocean<<else>>$continent<</if>>. It is a huge structure whose<<if $arcologyUpgrade.apron == 1>> solar-panelled<</if>> skin gleams in the sunshine<<if $arcologyUpgrade.hydro == 1>>, while verdant exterior hydroponics bays lend it an air of growth<</if>>. +__'' $arcologies[0].name''__, your arcology, is located in a Free City in <<if $terrain == "oceanic">>the middle of the ocean<<else>>$continent<</if>>. It is a huge structure whose<<if $arcologyUpgrade.apron == 1>> solar-paneled<</if>> skin gleams in the sunshine<<if $arcologyUpgrade.hydro == 1>>, while verdant exterior hydroponics bays lend it an air of growth<</if>>. <<if $weatherCladding == 1>> Much of its beautiful exterior is now hidden behind dull panels of weather cladding<<if $arcologyUpgrade.spire == 1>>, though its highest point is capped by tall, elegant spire<</if>>. <<elseif $weatherCladding == 2>> @@ -448,7 +448,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el <<if $arcologies[0].FSRomanRevivalistDecoration >= 60>> The central plaza is decorated to look like a thriving Roman forum on market day. <<elseif $arcologies[0].FSAztecRevivalistDecoration >= 60>> - The central plaza is decorated to look like a tribute to the gods, with huge statues, all looking in awe at the central temple. Many merchants peddle the goods of the new millennia. + The central plaza is decorated to look like a tribute to the gods, with huge statues, all looking in awe at the central temple. Many merchants peddle the goods of the new millennium. <<elseif $arcologies[0].FSEgyptianRevivalistDecoration >= 60>> The central plaza is decorated to look like a thriving ancient Egyptian market on a festival day. <<elseif $arcologies[0].FSEdoRevivalistDecoration >= 60>> @@ -505,7 +505,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el <</if>> <<if $arcologies[0].FSPhysicalIdealistDecoration >= 80>> <<if $arcologies[0].FSFitLaw == 1>> - Their bodies are uniformly fit and healthy<<if $arcologies[0].FSRomanRevivalist > 0>> in the hellenistic tradition<</if>>. + Their bodies are uniformly fit and healthy<<if $arcologies[0].FSRomanRevivalist > 0>> in the Hellenistic tradition<</if>>. <<else>> Their musculature is uniformly stunning. Swole acceptance is high here. <</if>> diff --git a/src/uncategorized/barracks.tw b/src/uncategorized/barracks.tw index 4af2397a776689d27bc55f5ecd711e9452c19cf5..2da010826933957ddb3c611f495f5bbc2a30d8dc 100644 --- a/src/uncategorized/barracks.tw +++ b/src/uncategorized/barracks.tw @@ -54,7 +54,7 @@ As you enter the main bay of the armory, lined with modern arms and armor and a <<case "Asgardians">> Their armor has been modified to allow the wearers' muscular arms to remain visible, and the heavier armor seems to be equipped with capes. <<case "Tasters">> - Their armor has been modified to handle all sorts of waistlines. They contain numerous pockets and containers; it's not unusual to see a merc offering someone a needed pickmeup. + Their armor has been modified to handle all sorts of waistlines. They contain numerous pockets and containers; it's not unusual to see a merc offering someone a needed pick-me-up. <<case "Knights of the Blood">> Their gear is adorned with the badges and ensigns of racialist societies, and posters from the same sources are visible on the walls. <<case "Knights of the Purge">> diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 5ed74cca656f0a2cc39202946749f2c7f63af795..79f6ffb2d58afeded06351513d5f0e651ff21bc3 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -27,9 +27,9 @@ $brothelNameCaps <<case "Repopulation Focus">> is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap. <<case "Eugenics">> - is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations. + is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and pole dancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations. <<case "Asset Expansionist">> - is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. + is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and pole dancing on a stage. <<case "Transformation Fetishist">> is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail. <<case "Gender Radicalist">> diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw index aabc4ad4a3eecde21944ae4e7eeb184b6f197c8f..cce55df0e58d0d82a8d4011e5e23473498142c56 100644 --- a/src/uncategorized/brothelAdvertisement.tw +++ b/src/uncategorized/brothelAdvertisement.tw @@ -20,9 +20,9 @@ <<case "Repopulation Focus">> $brothelNameCaps is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap. <<case "Eugenics">> - $brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations. + $brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and pole dancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations. <<case "Asset Expansionist">> - $brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. + $brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and pole dancing on a stage. <<case "Transformation Fetishist">> $brothelNameCaps is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail. <<case "Gender Radicalist">> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index f7e069dcdda3cff72c0045ce28ed4194e6a38e92..8a598e7e5f48d11f7b7f17698b3b7894a94c9a0b 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -203,7 +203,7 @@ __Sex Slave Purchase Options__ <</if>> <<if ($seeDicks != 0)>> - <br> [[L'école des Enculées][$slavesSeen += 1]] | + <br> [[L'École des Enculées][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 5]] | <</if>> diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw index f9598506fdc0d2956a53f5f297e6c7a691a8038e..291920df0941a65ddaab8534da38b10c4195dacd 100644 --- a/src/uncategorized/dispensary.tw +++ b/src/uncategorized/dispensary.tw @@ -160,56 +160,39 @@ It is currently working on the following organs: <br> <</if>> <</if>> - /* <<if $seePreg != 0 && $seeBestiality != 0>> <<if $organFarmUpgrade > 0 && $farmyardLabUpgrades.animalOvaries > 0>> - <<if ($animalOvaries != 1) && ($rep <= 15000*_PCSkillCheck)>> - //You lack the reputation to access designs for cloning animal ovaries for slaves.// - <br> - <<elseif ($animalOvaries != 1) && ($rep > 15000*_PCSkillCheck)>> - [[Purchase designs for cloning animal ovaries for slaves|Dispensary][$cash -= 50000*_PCSkillCheck, $animalOvaries = 1]] - //Costs <<print cashFormat(50000*_PCSkillCheck)>>// - <br> //Will allow the growth of animal ovaries for slaves.// + <<if $animalOvaries < 1>> + //You lack the required designs for cloning animal ovaries for slaves.// <br> - <<elseif ($animalOvaries > 0)>> + <<else>> The fabricator is capable of growing animal ovaries for slaves. <br> <</if>> <</if>> <<if $organFarmUpgrade > 0 && $farmyardLabUpgrades.animalTesticles > 0>> - <<if ($animalTesticles != 1) && ($rep <= 15000*_PCSkillCheck)>> - //You lack the reputation to access designs for cloning animal testicles for slaves.// - <br> - <<elseif ($animalTesticles != 1) && ($rep > 15000*_PCSkillCheck)>> - [[Purchase designs for cloning animal testicles for slaves|Dispensary][$cash -= 50000*_PCSkillCheck, $animalTesticles = 1]] - //Costs <<print cashFormat(50000*_PCSkillCheck)>>// - <br> //Will allow the growth of animal testicles for slaves.// + <<if $animalTesticles < 1>> + //You lack the required designs for cloning animal testicles for slaves.// <br> - <<elseif ($animalTesticles > 0)>> + <<else>> The fabricator is capable of growing animal testicles for slaves. <br> <</if>> <</if>> <<if $organFarmUpgrade > 0 && $farmyardLabUpgrades.animalMpreg > 0>> - <<if ($animalMpreg != 1) && ($rep <= 15000*_PCSkillCheck)>> - //You lack the reputation to access designs for cloning animal anal wombs and ovaries for slaves.// - <br> - <<elseif ($animalMpreg != 1) && ($rep > 15000*_PCSkillCheck)>> - [[Purchase designs for cloning animal anal wombs and ovaries for slaves|Dispensary][$cash -= 50000*_PCSkillCheck, $animalMpreg = 1]] - //Costs <<print cashFormat(50000*_PCSkillCheck)>>// - <br> //Will allow the growth of animal anal wombs and ovaries for slaves.// + <<if $animalMpreg < 1>> + //You lack the required designs for cloning animal anal wombs and ovaries for slaves.// <br> - <<elseif ($animalMpreg > 0)>> + <<else>> The fabricator is capable of growing animal anal wombs and ovaries for slaves. <br> <</if>> <</if>> <</if>> */ - <br> Hormones Upgrades <hr> diff --git a/src/uncategorized/hgSelect.tw b/src/uncategorized/hgSelect.tw index e0345c7ec309f20bf89e702946a85f0e2a42604b..5e9bee9c4969dd8d1b6f16c0a7bf944c0f5322ad 100644 --- a/src/uncategorized/hgSelect.tw +++ b/src/uncategorized/hgSelect.tw @@ -9,22 +9,7 @@ <<if ($HeadGirl != 0)>> <<set $HeadGirl = getSlave($HeadGirl.ID)>> <<setLocalPronouns $HeadGirl>> - <<if $surnameOrder != 1>> - <<switch $HeadGirl.nationality>> - <<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">> - <<if $HeadGirl.slaveSurname>> - <<set _HGName = $HeadGirl.slaveSurname + " " + $HeadGirl.slaveName>> - <<else>> - <<set _HGName = $HeadGirl.slaveName>> - <</if>> - <<default>> - <<set _HGName = $HeadGirl.slaveName>> - <<if $HeadGirl.slaveSurname>><<set _HGName += " " + $HeadGirl.slaveSurname>><</if>> - <</switch>> - <<else>> - <<set _HGName = $HeadGirl.slaveName>> - <<if $HeadGirl.slaveSurname>><<set _HGName += " " + $HeadGirl.slaveSurname>><</if>> - <</if>> + <<set _HGName = SlaveFullName($HeadGirl)>> ''__@@.pink;_HGName@@__'' is serving as your Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort; it is $his role to serve and comfort you at your side, in addition to performing normal head girl duties<</if>>. <br><br> <</if>> diff --git a/src/uncategorized/lecoleDesEnculees.tw b/src/uncategorized/lecoleDesEnculees.tw index b6b64f110b3ee20f8b38793ab73dbc1a02759f27..88f7c33ab48363ba29a252a8dfc79b1af4866a92 100644 --- a/src/uncategorized/lecoleDesEnculees.tw +++ b/src/uncategorized/lecoleDesEnculees.tw @@ -1,4 +1,4 @@ -:: L'école des Enculées [nobr] +:: L'École des Enculées [nobr] <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Slave Schools">> /* Multi-Purchase Support */ @@ -7,9 +7,9 @@ <<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "LDE", $returnTo = "Main", $newSlaveIndex = 0>> <</if>> -//L'école des Enculées is one of the oldest networks of slave schools, but because its training must be started early, it is only now beginning to produce and show a return on its investors' stakes. It aims to produce graduates more feminine than the average naturally born female, in spite of their having been born male. The school is a global leader in hormonal feminization, which allows it to produce curvier slaves than many schools that focus on natural females. It also retains its graduates for a year after their majority and their enslavement, so as to be able to legally subject them to intensive sexual conditioning that focuses on their prostates as their main remaining locus of arousal. <<if $LDE.schoolUpgrade != 0>><br><br>Since you have endowed <<if $LDE.schoolUpgrade == 1>>the regular application of drugs to induce extreme infatuation in its graduates towards the first dominant person they encounter, any graduate purchased here will now promptly fall in love with you.<<else>>research into narrowly targeted hormonal treatments, its graduates are now available with generous members despite their femininity.<</if>> As a major <<if $PC.title == 0>>benefactrix<<else>>benefactor<</if>> of the institution, you also receive a discount on them.<</if>>// +//L'École des Enculées is one of the oldest networks of slave schools, but because its training must be started early, it is only now beginning to produce and show a return on its investors' stakes. It aims to produce graduates more feminine than the average naturally born female, in spite of their having been born male. The school is a global leader in hormonal feminization, which allows it to produce curvier slaves than many schools that focus on natural females. It also retains its graduates for a year after their majority and their enslavement, so as to be able to legally subject them to intensive sexual conditioning that focuses on their prostates as their main remaining locus of arousal. <<if $LDE.schoolUpgrade != 0>><br><br>Since you have endowed <<if $LDE.schoolUpgrade == 1>>the regular application of drugs to induce extreme infatuation in its graduates towards the first dominant person they encounter, any graduate purchased here will now promptly fall in love with you.<<else>>research into narrowly targeted hormonal treatments, its graduates are now available with generous members despite their femininity.<</if>> As a major <<if $PC.title == 0>>benefactrix<<else>>benefactor<</if>> of the institution, you also receive a discount on them.<</if>>// -<br><br>L'école des Enculées offers a fresh graduate for inspection via video call. The interview takes place in the dormitory for the oldest class of girls. Absurdly sexual squeals repeatedly interrupt the call, making it very clear that someone close by the interviewee is experiencing a strong combination of anal pain and anal pleasure. +<br><br>L'École des Enculées offers a fresh graduate for inspection via video call. The interview takes place in the dormitory for the oldest class of girls. Absurdly sexual squeals repeatedly interrupt the call, making it very clear that someone close by the interviewee is experiencing a strong combination of anal pain and anal pleasure. <<GenerateMarketSlave "LDE">> <<slaveCost $activeSlave>> @@ -24,7 +24,7 @@ <<setLocalPronouns $activeSlave>> <<if $cash >= $slaveCost>> - <br>[["Buy " + $him + " and check out other slaves to order"|L'école des Enculées][$cash -= $slaveCost, $LDE.schoolSale = 0, $LDE.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] + <br>[["Buy " + $him + " and check out other slaves to order"|L'École des Enculées][$cash -= $slaveCost, $LDE.schoolSale = 0, $LDE.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] <<if $newSlaves.length == 0>> <br>[["Buy " + $his + " slave contract"|New Slave Intro][$cash -= $slaveCost, $LDE.schoolSale = 0, $LDE.studentsBought += 1, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main"]] <<else>> @@ -33,7 +33,7 @@ <<else>> //You lack the necessary funds to buy this slave.// <</if>> -<br>[["Decline to purchase " + $him + " and check out another slave"|L'école des Enculées][$slavesSeen += 1]] +<br>[["Decline to purchase " + $him + " and check out another slave"|L'École des Enculées][$slavesSeen += 1]] <<if $newSlaves.length > 0>> <br>[[Finish your order of slaves|Bulk Slave Intro]] <</if>> diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw index 9a577e4bf0bf0647479da1d5b2165798715d99e7..7c1a0f34b738d28a5ac96f3d9d33cb647d9ec8db 100644 --- a/src/uncategorized/multiImplant.tw +++ b/src/uncategorized/multiImplant.tw @@ -342,7 +342,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <</if>> <</if>> <</if>> - <<set $surgeryType = "addAAnimalOvaries">> + <<set $surgeryType = "addAnimalOvaries">> <br><hr> <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> diff --git a/src/uncategorized/pBombing.tw b/src/uncategorized/pBombing.tw index 3eb014157f4b6a3bc221c6456fca5bdbce88cbac..2808460cc0596b0d7593114f25a13fee14016966 100644 --- a/src/uncategorized/pBombing.tw +++ b/src/uncategorized/pBombing.tw @@ -5,7 +5,7 @@ One fine day, you're strolling down the main promenade, making your usual combined inspection and public rounds. These walks are triply useful, since they allow you to keep a finger on the pulse of your demesne, identify any problems, and display yourself to the population. <<if $Bodyguard != 0>>$Bodyguard.slaveName is walking with you, of course, her presence protection, intimidation, and ostentation, all in one.<</if>> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> suddenly relays a silent alarm, highlighting a scruffy individual <<if $showInches == 2>>sixty-six feet<<else>>twenty meters<</if>> ahead. This person is hooded and acting oddly. You catch a glance from beneath the hood in your direction: and the figure obviously decides that it can get no closer to you. Your assistant's scanning detects the presence of an implanted bomb moments before the suicide bomber detonates themselves. +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> suddenly relays a silent alarm, highlighting a scruffy individual twenty <<if $showInches == 2>>yards<<else>>meters<</if>> ahead. This person is hooded and acting oddly. You catch a glance from beneath the hood in your direction: and the figure obviously decides that it can get no closer to you. Your assistant's scanning detects the presence of an implanted bomb moments before the suicide bomber detonates themselves. The implant is small, and went off too far ahead to do anything more than stun. <<if $Bodyguard != 0>>Since she was behind you, $Bodyguard.slaveName is in much better shape than you, her ears clear and her senses sharp. <</if>>Three other assailants run at you from where they were waiting in the confusion, wielding improvised weapons that apparently did not set off the security scanners. @@ -41,7 +41,7 @@ The implant is small, and went off too far ahead to do anything more than stun. <<else>> drawing her machine pistol. She cradles the diminutive weapon in both hands and swivels from target to target, placing a disciplined burst of fire in each at its center of mass. <</if>> - None of them gets within <<if $showInches == 2>>sixteen feet<<else>>five meters<</if>>. $Bodyguard.slaveName dispassionately places a round in the head of each body, reloads, and takes up a position from which she can watch for further threats. There are none, and due to her sterling conduct there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training her.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm. + None of them gets within five <<if $showInches == 2>>yards<<else>>meters<</if>>. $Bodyguard.slaveName dispassionately places a round in the head of each body, reloads, and takes up a position from which she can watch for further threats. There are none, and due to her sterling conduct there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training her.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm. <<set $cash -= 1000>> <<set $rep += 500>> <<set $arcologies[0].prosperity += 1>> diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw index 9b51dd02d4ba1ed57f83305f2830db48aaa70b6d..f86bbde85e8e1eaea67e7b6470210b08b65f0cd3 100644 --- a/src/uncategorized/randomNonindividualEvent.tw +++ b/src/uncategorized/randomNonindividualEvent.tw @@ -154,7 +154,7 @@ <</if>> <</for>> - <<set _youngerSisters = _relatedSlaves.filter(function(s) { return s.relation == "sister" && canPenetrate(s); })>> + <<set _youngerSisters = _relatedSlaves.filter(function(s) { return s.relation == "sister" && s.origin == "She was sold into slavery by her older sister." && canPenetrate(s); })>> <<for _youngerSisters.length > 0>> <<set $youngerSister = _youngerSisters.pluck()>> <<set $olderSister = getSlave($youngerSister.relationTarget)>> @@ -206,7 +206,7 @@ <</if>> <</for>> - <<set _youngerSisters = _relatedSlaves.filter(function(s) { return s.sisters > 0 && canPenetrate(s); })>> + <<set _youngerSisters = _relatedSlaves.filter(function(s) { return s.sisters > 0 && s.origin == "She was sold into slavery by her older sister." && canPenetrate(s); })>> <<for _youngerSisters.length > 0>> <<set $youngerSister = _youngerSisters.pluck()>> <<set $olderSister = randomSister($youngerSister)>> diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw index 9c3f8936364ad104e719107fbbdeb189c08b9ee1..af91b0693d6d7954fbf93afa71898b205e04dab7 100644 --- a/src/uncategorized/reRecruit.tw +++ b/src/uncategorized/reRecruit.tw @@ -1804,13 +1804,8 @@ <<set $activeSlaveOneTimeMaxAge = 24>> <<set $oneTimeDisableDisability = 1>> <<include "Generate XX Slave">> -<<<<<<< HEAD <<set $activeSlave.career = setup.bodyguardCareers.random()>> -<<set $activeSlave.origin = "An unsuccessful cyborg experiment set free.">> -======= -<<set $activeSlave.career = setup.bodyguardCareers.random()>> -<<set $activeSlave.origin = "She is an unsuccessful cyborg experiment set free.">> ->>>>>>> b612f74c6f47e0427e0a22afdbc861305431ff0a +<<set $activeSlave.origin = "She is an unsuccessful cyborg experiment that was set free.">> <<set $activeSlave.devotion = random(0,20)>> <<set $activeSlave.trust = random(0,20)>> <<set $activeSlave.health = 100>> @@ -2217,7 +2212,7 @@ The signal is cut suddenly, and just a few moments later, your assistant flags a <<case "DG runaway">> -A report about a successful operation by your mercenaries waits at your desk when you come in the office this morning. Turns out they tracked a brutal gang that was waylaying travellers near the Free City and stormed their hideout last night. All of the criminals were killed in the process, preventing proper punishments or more... creative uses for them. From the videos of the raid and the fanatic way the men fought to the last man, it seems that this was unavoidable, so you send a quick note of approval to their commander. +A report about a successful operation by your mercenaries waits at your desk when you come in the office this morning. Turns out they tracked a brutal gang that was waylaying travelers near the Free City and stormed their hideout last night. All of the criminals were killed in the process, preventing proper punishments or more... creative uses for them. From the videos of the raid and the fanatic way the men fought to the last man, it seems that this was unavoidable, so you send a quick note of approval to their commander. <br><br> After the fighting died down, they found a dickgirl inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of $his biometric data revealed that $he is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched $his ass wide, $he has been crudely gelded, and they've decorated $him with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable $girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. <br><br> @@ -2225,19 +2220,19 @@ After the fighting died down, they found a dickgirl inside the compound, harshly <<case "herm runaway">> -A report about a successful operation by your mercenaries waits at your desk when you come in the office this morning. Turns out they tracked a brutal gang that was waylaying travellers near the Free City and stormed their hideout last night. All of the criminals were killed in the process, preventing proper punishments or more... creative uses for them. From the videos of the raid and the fanatic way the men fought to the last man, it seems that this was unavoidable, so you send a quick note of approval to their commander. +A report about a successful operation by your mercenaries waits at your desk when you come in the office this morning. Turns out they tracked a brutal gang that was waylaying travelers near the Free City and stormed their hideout last night. All of the criminals were killed in the process, preventing proper punishments or more... creative uses for them. From the videos of the raid and the fanatic way the men fought to the last man, it seems that this was unavoidable, so you send a quick note of approval to their commander. <br><br> -After the fighting died down, they found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of $his biometric data revealed that $he is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched $his pussy and ass wide, $he<<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> is pregnant with some dead criminal's offspring,<</if>> has been crudely gelded, and they've decorated $him with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable $girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. +After the fighting died down, they found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of $his biometric data revealed that $he is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched $his pussy and ass wide, <<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> $he is pregnant with some dead criminal's offspring,<</if>> $he has been crudely gelded, and they've decorated $him with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable $girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. <br><br> //The young dickgirl has been used and abused quite a bit, making $him deathly terrified about what might happen to $him next. $He has partially resigned to be nothing but a fuckhole. You can get $him cheap from the owner, it'll be just <<print cashFormat(1000)>>.// <<case "female runaway">> -A report about a successful operation by your mercenaries waits at your desk when you come in the office this morning. Turns out they tracked a brutal gang that was waylaying travellers near the Free City and stormed their hideout last night. All of the criminals were killed in the process, preventing proper punishments or more... creative uses for them. From the videos of the raid and the fanatic way the men fought to the last man, it seems that this was unavoidable, so you send a quick note of approval to their commander. +A report about a successful operation by your mercenaries waits at your desk when you come in the office this morning. Turns out they tracked a brutal gang that was waylaying travelers near the Free City and stormed their hideout last night. All of the criminals were killed in the process, preventing proper punishments or more... creative uses for them. From the videos of the raid and the fanatic way the men fought to the last man, it seems that this was unavoidable, so you send a quick note of approval to their commander. <br><br> -After the fighting died down, your men found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of $his biometric data revealed that $he is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched $his pussy and ass wide,<<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> $he is pregnant with some dead criminal bastard's offspring and<</if>> they've decorated $him with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. +After the fighting died down, your men found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of $his biometric data revealed that $he is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched $his pussy and ass wide,<<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> $he is pregnant with some dead criminal bastard's offspring,<</if>> and they've decorated $him with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable $girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. <br><br> -//The young woman has been used and abused quite a bit, making $him deathly terrified about what might happen to $him next. $He has partially resigned to be nothing but a fuckhole. You can get $him cheap from the owner, it'll be just <<print cashFormat(1000)>>.// +//The young $woman has been used and abused quite a bit, making $him deathly terrified about what might happen to $him next. $He has partially resigned to be nothing but a fuckhole. You can get $him cheap from the owner, it'll be just <<print cashFormat(1000)>>.// <<case "CCS angel">> diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw index 30b8cb1c2ea4293f556adc41cc200162e5950a74..3e5815693873f705388fe364475c345a8dee87a2 100644 --- a/src/uncategorized/saRelationships.tw +++ b/src/uncategorized/saRelationships.tw @@ -1337,7 +1337,7 @@ <<set $repGain += $FSSingleSlaveRep>> <</if>> <</if>> - <</if>> + <</if>> <</if>> <</if>> /* closes extended family mode */ diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index f3e3fe165fee7cd6a9cc3e0fe50f1baa37296e2d..e9bc0e6c847d849c06e21f8520fd184aad10de34 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -4170,7 +4170,7 @@ <</switch>> <</if>> */ - <<case "work as a farmhand">> /*TODO: this may need a rewrite*/ + <<case "work as a farmhand">> <<if $slaves[$i].devotion < -50>> is so unhappy that $he has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw index bdccfc8a4193a34cff086f73b0ff9790eba8fa9a..cadc87e0ababbff83d0bbf1e5e96e0250a8a8e38 100644 --- a/src/uncategorized/seBirth.tw +++ b/src/uncategorized/seBirth.tw @@ -30,24 +30,15 @@ I need to break single passage to several widgets, as it's been overcomplicated <</if>> <</if>> <<set $dispositionId = _.uniqueId('babyDisposition-')>> - Birth report: @@.coral;$slaves[$i].slaveName <<if $slaves[$i].slaveSurname != 0>>$slaves[$i].slaveSurname<</if>>@@ + Birth report: @@.coral;<<= SlaveFullName($slaves[$i])>>@@ <br> <<seBirthPreChek>> <<seBirthPreScene>> <<if $slaveDead != 1>> -<<<<<<< HEAD - -======= ->>>>>>> b612f74c6f47e0427e0a22afdbc861305431ff0a <<seBirthCalc>> <<seBirthMainScene>> <<seBirthBabies>> -<<<<<<< HEAD - - <<if $DefaultBirthDestination != "" && $universalRulesChildrenBecomeBreeders < 1>> -======= <<if $DefaultBirthDestination != "anywhere" && $universalRulesChildrenBecomeBreeders < 1>> ->>>>>>> b612f74c6f47e0427e0a22afdbc861305431ff0a $His <<if _curBabies > 1>>babies<<else>>baby<</if>> were sent to $DefaultBirthDestination. $slaves[$i].slaveName <<switch $DefaultBirthDestination>> <<case "a orphanage">> @@ -121,13 +112,7 @@ I need to break single passage to several widgets, as it's been overcomplicated <<include "Remove activeSlave">> <<set $slaveDead = 0>> <</if>> -<<<<<<< HEAD - - <br><br><hr style="margin:0"><br> - -======= <br><br><hr style="margin:0"><br> ->>>>>>> b612f74c6f47e0427e0a22afdbc861305431ff0a <</if>> <</for>> diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index 4c87e9d6d08b61d534f70cabd786c53cc36c02a0..d3f5031476dacf5c0f830f577ab6493c78084247 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -7,184 +7,185 @@ <<set $display = 0>> <<if !["abortion TV", "elite auction", "eugenics arcology", "organ crafter", "peacekeepers", "repopulationist arcology", "tentacle bred", "womb filler"].includes($buyer) && ((($activeSlave.actualAge < $retirementAge-1) && $PhysicalRetirementAgePolicy != 1) || (($activeSlave.physicalAge < $retirementAge-1) && $PhysicalRetirementAgePolicy == 1))>> /* organ crafter is not viable now, the elite won't part so easily with a prize, some take place x months later when the event's max is 15 weeks, and the rest are snuff events. You don't want that slave back. */ -<<if !$boomerangSlave || $boomerangWeeks > 15>> - <<if $activeSlave.fuckdoll == 0>> - <<if canWalk($activeSlave)>> - <<if canTalk($activeSlave)>> - <<if $activeSlave.fetish != "mindbroken">> - <<if $activeSlave.devotion > 50>> - <<if $activeSlave.trust > 95 || $activeSlave.trust < -20 || ($activeSlave.intelligence+$activeSlave.intelligenceImplant < -15)>> - <<set $boomerangSlave = clone($activeSlave), $boomerangWeeks = 1, $boomerangBuyer = $buyer>> - <<set $boomerangSlave.assignment = "rest">> - <<set $boomerangStats = {PCpregSource: 0, PCmother: 0, PCfather: 0, boomerangMother: [], boomerangFather: [], boomerangPregSources: [], boomerangMotherTank: [], boomerangFatherTank: [], boomerangRelationship: 0, boomerangRivalry: 0, boomerangRelation: 0, boomerangBody: 0}>> - <<if $familyTesting == 1>> - <<if $activeSlave.ID == $PC.pregSource>> - <<set $boomerangStats.PCpregSource = $activeSlave.ID>> - <</if>> - <<if $PC.mother == $activeSlave.ID>> - <<set $boomerangStats.PCmother = $activeSlave.ID>> - <</if>> - <<if $PC.father == $activeSlave.ID>> - <<set $boomerangStats.PCfather = $activeSlave.ID>> - <</if>> - <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].ID != $activeSlave.ID>> - <<if $slaves[_ss].mother == $activeSlave.ID>> - <<set $boomerangStats.boomerangMother.push($slaves[_ss].ID)>> - <</if>> - <<if $slaves[_ss].father == $activeSlave.ID>> - <<set $boomerangStats.boomerangFather.push($slaves[_ss].ID)>> - <</if>> - <<if $activeSlave.ID == $slaves[_ss].pregSource>> - <<set $boomerangStats.boomerangPregSources.push($slaves[_ss].ID)>> - <</if>> - <</if>> - <</for>> - <<if $incubator > 0>> - <<for _z = 0; _z < $tanks.length; _z++>> - <<if $activeSlave.ID == $tanks[_z].mother>> - <<set $boomerangStats.boomerangMotherTank.push($slaves[_z].ID)>> - <</if>> - <<if $activeSlave.ID == $tanks[_z].father>> - <<set $boomerangStats.boomerangFatherTank.push($slaves[_z].ID)>> - <</if>> - <</for>> - <</if>> - <<if $nursery > 0>> - <<for _z = 0; _z < $cribs.length; _z++>> - <<if $activeSlave.ID == $cribs[_z].mother>> - <<set $boomerangStats.boomerangMotherTank.push($slaves[_z].ID)>> - <</if>> - <<if $activeSlave.ID == $cribs[_z].father>> - <<set $boomerangStats.boomerangFatherTank.push($slaves[_z].ID)>> - <</if>> - <</for>> - <</if>> - <<set $boomerangSlave.sisters = 0, $boomerangSlave.daughters = 0>> - <<else>> - <<if $activeSlave.relation != 0>> - <<set $boomerangStats.boomerangRelation = $activeSlave.relationTarget>> - <</if>> - <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].ID != $activeSlave.ID>> - <<if $activeSlave.ID == $slaves[_ss].pregSource>> - <<set $boomerangStats.boomerangPregSources.push($slaves[_ss].ID)>> + <<if !$boomerangSlave || $boomerangWeeks > 15>> + <<if $activeSlave.fuckdoll == 0>> + <<if canWalk($activeSlave)>> + <<if canTalk($activeSlave)>> + <<if $activeSlave.fetish != "mindbroken">> + <<if $activeSlave.devotion > 50>> + <<if $activeSlave.trust > 95 || $activeSlave.trust < -20 || ($activeSlave.intelligence+$activeSlave.intelligenceImplant < -15)>> + <<set $boomerangSlave = clone($activeSlave), $boomerangWeeks = 1, $boomerangBuyer = $buyer>> + <<set $boomerangSlave.assignment = "rest">> + <<set $boomerangStats = {PCpregSource: 0, PCmother: 0, PCfather: 0, boomerangMother: [], boomerangFather: [], boomerangPregSources: [], boomerangMotherTank: [], boomerangFatherTank: [], boomerangRelationship: 0, boomerangRivalry: 0, boomerangRelation: 0, boomerangBody: 0}>> + <<if $familyTesting == 1>> + <<if $activeSlave.ID == $PC.pregSource>> + <<set $boomerangStats.PCpregSource = $activeSlave.ID>> + <</if>> + <<if $PC.mother == $activeSlave.ID>> + <<set $boomerangStats.PCmother = $activeSlave.ID>> + <</if>> + <<if $PC.father == $activeSlave.ID>> + <<set $boomerangStats.PCfather = $activeSlave.ID>> + <</if>> + <<for _ss = 0; _ss < $slaves.length; _ss++>> + <<if $slaves[_ss].ID != $activeSlave.ID>> + <<if $slaves[_ss].mother == $activeSlave.ID>> + <<set $boomerangStats.boomerangMother.push($slaves[_ss].ID)>> + <</if>> + <<if $slaves[_ss].father == $activeSlave.ID>> + <<set $boomerangStats.boomerangFather.push($slaves[_ss].ID)>> + <</if>> + <<if $activeSlave.ID == $slaves[_ss].pregSource>> + <<set $boomerangStats.boomerangPregSources.push($slaves[_ss].ID)>> + <</if>> + <</if>> + <</for>> + <<if $incubator > 0>> + <<for _z = 0; _z < $tanks.length; _z++>> + <<if $activeSlave.ID == $tanks[_z].mother>> + <<set $boomerangStats.boomerangMotherTank.push($slaves[_z].ID)>> + <</if>> + <<if $activeSlave.ID == $tanks[_z].father>> + <<set $boomerangStats.boomerangFatherTank.push($slaves[_z].ID)>> + <</if>> + <</for>> + <</if>> + <<if $nursery > 0>> + <<for _z = 0; _z < $cribs.length; _z++>> + <<if $activeSlave.ID == $cribs[_z].mother>> + <<set $boomerangStats.boomerangMotherTank.push($slaves[_z].ID)>> + <</if>> + <<if $activeSlave.ID == $cribs[_z].father>> + <<set $boomerangStats.boomerangFatherTank.push($slaves[_z].ID)>> + <</if>> + <</for>> + <</if>> + <<set $boomerangSlave.sisters = 0, $boomerangSlave.daughters = 0>> + <<else>> + <<if $activeSlave.relation != 0>> + <<set $boomerangStats.boomerangRelation = $activeSlave.relationTarget>> + <</if>> + <<for _ss = 0; _ss < $slaves.length; _ss++>> + <<if $slaves[_ss].ID != $activeSlave.ID>> + <<if $activeSlave.ID == $slaves[_ss].pregSource>> + <<set $boomerangStats.boomerangPregSources.push($slaves[_ss].ID)>> + <</if>> + <</if>> + <</for>> + <</if>> + <<if $activeSlave.relationship > 0>> + <<set $boomerangStats.boomerangRelationship = $activeSlave.relationshipTarget>> + <</if>> + <<if $activeSlave.rivalry > 0>> + <<set $boomerangStats.boomerangRivalry = $activeSlave.rivalryTarget>> + <</if>> + <<if $activeSlave.bodySwap > 0>> + <<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $activeSlave.ID; })>> + <<if _myBody != -1>> + <<set $boomerangStats.boomerangBody = $slaves[_myBody].ID>> + <</if>> + <</if>> + <</if>> <</if>> <</if>> - <</for>> - <</if>> - <<if $activeSlave.relationship > 0>> - <<set $boomerangStats.boomerangRelationship = $activeSlave.relationshipTarget>> - <</if>> - <<if $activeSlave.rivalry > 0>> - <<set $boomerangStats.boomerangRivalry = $activeSlave.rivalryTarget>> - <</if>> - <<if $activeSlave.bodySwap > 0>> - <<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $activeSlave.ID; })>> - <<if _myBody != -1>> - <<set $boomerangStats.boomerangBody = $slaves[_myBody].ID>> <</if>> <</if>> <</if>> <</if>> - <</if>> - <</if>> - <</if>> - <</if>> -<</if>> <</if>> - <<if $familyTesting == 1>> - <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<setLocalPronouns $slaves[_ss] 2>> - <<if $activeSlave.mother == $slaves[_ss].ID>> - $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 daughter. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 20>> - <</if>> - <<if $activeSlave.father == $slaves[_ss].ID>> - $slaves[_ss].slaveName is @@.mediumorchid;disappointed@@ that you are selling _his2 daughter. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 10>> - <</if>> - <<if $activeSlave.ID == $slaves[_ss].father>> - $slaves[_ss].slaveName is @@.mediumorchid;saddened@@ that you are selling _his2 father. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 10>> - <</if>> - <<if $activeSlave.ID == $slaves[_ss].mother>> - $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 mother. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 20>> - <</if>> - <<switch areSisters($activeSlave, $slaves[_ss])>> - <<case 1>> - $slaves[_ss].slaveName is @@.mediumorchid;devastated@@ that you are selling _his2 twin. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 30>> - <<case 2>> - $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 sister. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 20>> - <<case 3>> - $slaves[_ss].slaveName is @@.mediumorchid;disheartened@@ that you are selling _his2 half-sister. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 10>> - <</switch>> - <</for>> - <<else>> - <<if $activeSlave.relation != 0>> - <<set _ss = $slaveIndices[$activeSlave.relationTarget]>> - <<if def _ss && $slaves[_ss].fetish != "mindbroken">> - <<setLocalPronouns $slaves[_ss] 2>> - $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 $activeSlave.relation. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion -= 20>> - <<set $display = 1>> - <</if>> +<<if $familyTesting == 1>> + <<for _ss = 0; _ss < $slaves.length; _ss++>> + <<setLocalPronouns $slaves[_ss] 2>> + <<if $activeSlave.mother == $slaves[_ss].ID>> + $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 daughter. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion -= 20>> <</if>> - <</if>> - <<if $activeSlave.relationship > 0>> - <<set _ss = $slaveIndices[$activeSlave.relationshipTarget]>> + <<if $activeSlave.father == $slaves[_ss].ID>> + $slaves[_ss].slaveName is @@.mediumorchid;disappointed@@ that you are selling _his2 daughter. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion -= 10>> + <</if>> + <<if $activeSlave.ID == $slaves[_ss].father>> + $slaves[_ss].slaveName is @@.mediumorchid;saddened@@ that you are selling _his2 father. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion -= 10>> + <</if>> + <<if $activeSlave.ID == $slaves[_ss].mother>> + $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 mother. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion -= 20>> + <</if>> + <<switch areSisters($activeSlave, $slaves[_ss])>> + <<case 1>> + $slaves[_ss].slaveName is @@.mediumorchid;devastated@@ that you are selling _his2 twin. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion -= 30>> + <<case 2>> + $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 sister. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion -= 20>> + <<case 3>> + $slaves[_ss].slaveName is @@.mediumorchid;disheartened@@ that you are selling _his2 half-sister. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion -= 10>> + <</switch>> + <</for>> +<<else>> + <<if $activeSlave.relation != 0>> + <<set _ss = $slaveIndices[$activeSlave.relationTarget]>> <<if def _ss && $slaves[_ss].fetish != "mindbroken">> <<setLocalPronouns $slaves[_ss] 2>> - $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 best source of comfort and companionship in a life of bondage. + $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 $activeSlave.relation. <<run clearSummaryCache($slaves[_ss])>> <br><br> - <<set $slaves[_ss].devotion -= $slaves[_ss].relationship*10>> + <<set $slaves[_ss].devotion -= 20>> <<set $display = 1>> <</if>> - <<elseif $activeSlave.relationship == -3>> - Selling one of your slave wives is @@.red;socially unacceptable.@@ In addition, your other devoted slaves are @@.gold;worried@@ that you may not respect their status. - <<run clearSummaryCache()>> + <</if>> +<</if>> + +<<if $activeSlave.relationship > 0>> + <<set _ss = $slaveIndices[$activeSlave.relationshipTarget]>> + <<if def _ss && $slaves[_ss].fetish != "mindbroken">> + <<setLocalPronouns $slaves[_ss] 2>> + $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 best source of comfort and companionship in a life of bondage. + <<run clearSummaryCache($slaves[_ss])>> <br><br> - <<set $rep -= 200>> + <<set $slaves[_ss].devotion -= $slaves[_ss].relationship*10>> <<set $display = 1>> - <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].devotion > 50>> - <<set $slaves[_ss].trust -= 5>> - <</if>> - <</for>> <</if>> - <<if $activeSlave.rivalry != 0>> - <<set _ss = $slaveIndices[$activeSlave.rivalryTarget]>> - <<if def _ss && $slaves[_ss].fetish != "mindbroken">> - <<setLocalPronouns $slaves[_ss] 2>> - $slaves[_ss].slaveName is @@.hotpink;pleased@@ that _he2 won't have to see _his2 rival any more. - <<run clearSummaryCache($slaves[_ss])>> - <br><br> - <<set $slaves[_ss].devotion += $slaves[_ss].rivalry*3>> - <<set $display = 1>> +<<elseif $activeSlave.relationship == -3>> + Selling one of your slave wives is @@.red;socially unacceptable.@@ In addition, your other devoted slaves are @@.gold;worried@@ that you may not respect their status. + <<run clearSummaryCache()>> + <br><br> + <<set $rep -= 200>> + <<set $display = 1>> + <<for _ss = 0; _ss < $slaves.length; _ss++>> + <<if $slaves[_ss].devotion > 50>> + <<set $slaves[_ss].trust -= 5>> <</if>> + <</for>> +<</if>> +<<if $activeSlave.rivalry != 0>> + <<set _ss = $slaveIndices[$activeSlave.rivalryTarget]>> + <<if def _ss && $slaves[_ss].fetish != "mindbroken">> + <<setLocalPronouns $slaves[_ss] 2>> + $slaves[_ss].slaveName is @@.hotpink;pleased@@ that _he2 won't have to see _his2 rival any more. + <<run clearSummaryCache($slaves[_ss])>> + <br><br> + <<set $slaves[_ss].devotion += $slaves[_ss].rivalry*3>> + <<set $display = 1>> <</if>> +<</if>> <<set _slaveImpact = 0>> <<switch $buyer>> @@ -192,775 +193,775 @@ <<case "housekeeper">> $activeSlave.slaveName settles into $his new life in a humbler part of $arcologies[0].name, and can occasionally be seen accompanying $his master in public. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].trust >= -20)>> - <<if ($slaves[_ss].physicalAge > 30)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].trust >= -20)>> + <<if ($slaves[_ss].physicalAge > 30)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other older, obedient slaves are @@.mediumaquamarine;reassured@@ that if they're sold, they can hope for better than life in a cheap brothel. + Your other older, obedient slaves are @@.mediumaquamarine;reassured@@ that if they're sold, they can hope for better than life in a cheap brothel. <</if>> <<case "buttbreaker">> In short order, $activeSlave.slaveName is heard out on the promenade, sobbing and screaming as $his new owner breaks in $his virgin butt in public. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].anus == 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].anus == 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other anal virgins @@.gold;fear for their asses@@ should you decide to sell them. + Your other anal virgins @@.gold;fear for their asses@@ should you decide to sell them. <</if>> <<case "cheap brothel">> $activeSlave.slaveName is soon seen on shift outside a seedy establishment in the lower arcology, mechanically offering $his holes to passersby and flinching whenever $his superiors come out to check on $him. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other slave prostitutes @@.gold;fear they'll be condemned@@ to similar exploitation in their turn. + Your other slave prostitutes @@.gold;fear they'll be condemned@@ to similar exploitation in their turn. <</if>> <<case "nice brothel">> $activeSlave.slaveName disappears for a time as $his training is perfected, but $he reappears in the refined brothel, wearing classy clothes and flirting gracefully with patrons of $his body. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other slave prostitutes @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. + Your other slave prostitutes @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. <</if>> <<case "factory farm">> $activeSlave.slaveName is never again seen in public, but $his fate is obvious: $he's chained to a milking rack somewhere in a cavernous factory farm, with milk draining from $his tits<<if $activeSlave.balls > 0>> and an electroshock stimulator up $his butt to force $him to cum<<elseif $activeSlave.ovaries > 0>> and a new baby in $his belly every ten months<</if>>. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other slaves are @@.gold;afraid they'll end up like that too,@@ since the factory farms will buy almost anyone. Only your devoted slaves trust you to spare them such a fate. + Your other slaves are @@.gold;afraid they'll end up like that too,@@ since the factory farms will buy almost anyone. Only your devoted slaves trust you to spare them such a fate. <</if>> <<case "elite auction">> - $activeSlave.slaveName is quickly escorted out by $his new master. She is rarely seen in public anymore, but $his records show she is settling well into being $his new owner's breeder. + $activeSlave.slaveName is quickly escorted out by $his new master. $He is rarely seen in public anymore, but $his records show $he is settling well into being $his new owner's breeder. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].breedingMark != 1 && $propOutcome == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 5>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].breedingMark != 1 && $propOutcome == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 5>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is receiving. + Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is receiving. <</if>> <<case "free range">> - $activeSlave.slaveName is a common sight around the arcology, since free range cows are allowed to range between milkings. She seems reasonably content. + $activeSlave.slaveName is a common sight around the arcology, since free range cows are allowed to range between milkings. $He seems reasonably content. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].assignment == "get milked") || ($slaves[_ss].assignment == "work in the dairy")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].assignment == "get milked") || ($slaves[_ss].assignment == "work in the dairy")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other cows @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. + Your other cows @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. <</if>> <<case "volume breeder">> - The breeder already has stud stock, and $activeSlave.slaveName is rapidly impregnated. She's kept in a stockyard on the lower service levels of the arcology, one of a dense crowd of beaten-down women with gravid bellies. + The breeder already has stud stock, and $activeSlave.slaveName is rapidly impregnated. $He's kept in a stockyard on the lower service levels of the arcology, one of a dense crowd of beaten-down women with gravid bellies. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].ovaries == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> + <<if ($slaves[_ss].ovaries == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> <</if>> - <</for>> + <</for>> <<if (_slaveImpact == 1)>> - Your other fertile slaves @@.gold;fear they'll be sold as breeding stock@@ if they fail to make themselves useful to you otherwise. + Your other fertile slaves @@.gold;fear they'll be sold as breeding stock@@ if they fail to make themselves useful to you otherwise. <</if>> <<case "preg fetishist">> - $activeSlave.slaveName settles in to her new role easily enough; she's one of the most pampered slaves in the arcology. All she's expected to do is light housework and self-maintenance, along with gentle unprotected vaginal sex with her new master. + $activeSlave.slaveName settles in to $his new role easily enough; $he's one of the most pampered slaves in the arcology. All $he's expected to do is light housework and self-maintenance, along with gentle unprotected vaginal sex with $his new master. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "pregnancy")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "pregnancy")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves with pregnancy fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. + Your slaves with pregnancy fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. <</if>> <<case "nipple fetishist">> - $activeSlave.slaveName's new mistress is an exhibitionist as well as a nipple fetishist, and before long, $he's seen in the club, riding $activeSlave.slaveName's chest with $his wet pussy. The slave is expected to keep $his nipples erect for $him at all times. + $activeSlave.slaveName's new mistress is an exhibitionist as well as a nipple fetishist, and before long, she's seen in the club, riding $activeSlave.slaveName's chest with her wet pussy. The slave is expected to keep $his nipples erect for her at all times. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "boobs")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "boobs")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves with breast fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. + Your slaves with breast fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. <</if>> <<case "nipple fucker">> - $activeSlave.slaveName's new master is an exhibitionist as well as a nipple fetishist, and before long, he's seen in the club, plowing $activeSlave.slaveName's engorged breasts. Since nipple cunts aren't laturally lubricated, some owners find stimulating milk production a suitable replacement; judging from the pooling fluids and sympathetic gushes from her ignored tit, he is one of them. - <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "boobs")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<if $slaves[_ss].nipples == "fuckable">> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> - <</if>> + $activeSlave.slaveName's new master is an exhibitionist as well as a nipple fetishist, and before long, he's seen in the club, plowing $activeSlave.slaveName's engorged breasts. Since nipple cunts aren't naturally lubricated, some owners find stimulating milk production a suitable replacement; judging from the pooling fluids and sympathetic gushes from $his ignored tit, he is one of them. + <<for _ss = 0; _ss < $slaves.length; _ss++>> + <<if ($slaves[_ss].fetish == "boobs")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<if $slaves[_ss].nipples == "fuckable">> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves in love with their own fuckable breasts envy her, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life, even if your average guy can only satisfy one breast at a time. + Your slaves in love with their own fuckable breasts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life, even if your average guy can only satisfy one breast at a time. <</if>> <<case "anal fetishist">> - The next time $activeSlave.slaveName is seen in public, on an errand for her master, she's walking a little oddly. Her naked dick has the flaccidity of sexual satiation, and she has a tired but dreamy expression on her face. + The next time $activeSlave.slaveName is seen in public, on an errand for $his master, $he's walking a little oddly. $His naked dick has the flaccidity of sexual satiation, and $he has a tired but dreamy expression on $his face. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "buttslut")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "buttslut")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your buttsluts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves orgasming with dicks up their asses anyway. + Your buttsluts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves orgasming with dicks up their asses anyway. <</if>> <<case "oral fetishist">> The next time $activeSlave.slaveName is seen in public, $he's obediently accompanying $his new master. After doing some business on the promenade, he pulls $him into an alcove and lets $him masturbate as he uses $his throat. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "cumslut")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "cumslut")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your cumsluts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves filled with cum every day. + Your cumsluts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves filled with cum every day. <</if>> <<case "pain fetishist">> $activeSlave.slaveName is not seen again in public for a long time, but the crack of leather on flesh and the resultant hoarse female howling that issues from $his new mistress's apartment is well-known. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "masochist")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "masochist")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your masochists envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll never lack for the abuse they need. + Your masochists envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll never lack for the abuse they need. <</if>> <<case "sadism fetishist">> $activeSlave.slaveName rarely leaves $his new mistress's apartments, but the slave rumor mill bears stories about $him to your penthouse anyway. $His mistress uses $him as a rapist on demand, and $his dumbly obedient brutality is renowned. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "sadist")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "sadist")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sadists consider such a life scarcely capable of improvement, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll get a chance to abuse other slaves. + Your sadists consider such a life scarcely capable of improvement, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll get a chance to abuse other slaves. <</if>> <<case "dom fetishist">> - $activeSlave.slaveName wins herself a leadership position with $his new master, who repays $his hard work by allowing her to use his slaves at will. + $activeSlave.slaveName wins $himself a leadership position with $his new master, who repays $his hard work by allowing $him to use his slaves at will. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "dom")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "dom")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sexually dominant slaves do their best to follow $his success, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll stand a chance of winning a place in which they can fuck as well as get fucked. + Your sexually dominant slaves do their best to follow $his success, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll stand a chance of winning a place in which they can fuck as well as get fucked. <</if>> <<case "sub fetishist">> The back of $activeSlave.slaveName's head becomes a well-known sight in business circles, since $his mistress rarely lets it out from between her legs. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "submissive")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "submissive")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sexually submissive slaves secretly envy $his simple life, and @@.mediumaquamarine;trust that if you decide to sell them,@@ there are places where a sub can be valuable and safe. + Your sexually submissive slaves secretly envy $his simple life, and @@.mediumaquamarine;trust that if you decide to sell them,@@ there are places where a sub can be valuable and safe. <</if>> <<case "supremacist arcology">> $activeSlave.slaveName leaves your control forthwith, to be freed and installed in a favored life in an arcology that gives $activeSlave.race people every possible advantage. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion < 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion < 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - All your slaves who are not devoted to you @@.mediumorchid;like you a little less@@ in the light of this thin beam of freedom you've allowed to shine into $arcologies[0].name. + All your slaves who are not devoted to you @@.mediumorchid;like you a little less@@ in the light of this thin beam of freedom you've allowed to shine into $arcologies[0].name. <</if>> <<case "subjugationist arcology">> $activeSlave.slaveName is shipped off to help produce a race of $activeSlave.race idiots to perform eternal servitude. $He is not perceptive enough to fear $his upcoming life as a downtrodden breeder. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Those of your slaves who are intelligent enough to understand the implications of the scheme @@.gold;fear all slaveholders more, and especially you,@@ since you've shown yourself willing to subject them to eugenics. + Those of your slaves who are intelligent enough to understand the implications of the scheme @@.gold;fear all slaveholders more, and especially you,@@ since you've shown yourself willing to subject them to eugenics. <</if>> <<case "gender radicalist arcology">> $activeSlave.slaveName is shipped off, but $his buyer is so unwilling to waste any time that the shipment container includes hormonal injectors to get $him started on an intensive feminization regime as quickly as possible. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].dick > 0)>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who retain dicks, and are not yet broken to your will, @@.gold;fear the implication@@ that feminization is inescapable: either you'll turn them into girly sluts, or someone else will. + Your slaves who retain dicks, and are not yet broken to your will, @@.gold;fear the implication@@ that feminization is inescapable: either you'll turn them into girly sluts, or someone else will. <</if>> <<case "gender fundamentalist arcology">> - $activeSlave.slaveName is taken away to join the legion of airheaded, big-titted sex slaves that throng the arcology owned by her purchaser. + $activeSlave.slaveName is taken away to join the legion of airheaded, big-titted sex slaves that throng the arcology owned by $his purchaser. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately skeptical of $his fate;@@ $he's become one more cookie cutter bimbo in a place that uses and discards such sluts. + Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately skeptical of $his fate;@@ $he's become one more cookie cutter bimbo in a place that uses and discards such sluts. <</if>> <<case "paternalist arcology">> $activeSlave.slaveName is shipped off to be improved into a happy, educated slave at the best pace $his new owner can manage. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion < -20)>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].devotion < -20)>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your unbroken, uneducated slaves who hear about this are @@.mediumorchid;quietly resentful,@@ not understanding that $he was only sold to a paternalist arcology because $he was obedient. + Your unbroken, uneducated slaves who hear about this are @@.mediumorchid;quietly resentful,@@ not understanding that $he was only sold to a paternalist arcology because $he was obedient. <</if>> <<case "degradationist arcology">> Stories about the place $he's going have reached $arcologies[0].name, and $activeSlave.slaveName suspects the fate $he's been condemned to when $he's loaded into a shipping container expressly designed to keep the inmate awake and uncomfortable. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other devoted or just obedient slaves are @@.gold;suddenly afraid@@ that their obedience and their devotion is as nothing next to the fact that they are sex slaves relying on your whim. + Your other devoted or just obedient slaves are @@.gold;suddenly afraid@@ that their obedience and their devotion is as nothing next to the fact that they are sex slaves relying on your whim. <</if>> <<case "slimness enthusiast arcology">> $activeSlave.slaveName is taken away to join the tribe of squealing, slim forms that populate the arcology of $his new owner. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately dubious of your tacit support@@ for an arcology owner whose tastes they wonder about. + Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately dubious of your tacit support@@ for an arcology owner whose tastes they wonder about. <</if>> <<case "asset expansionist arcology">> - A shipping container arrives for $activeSlave.slaveName; as she's loaded into it, it sedates her and begins to pump hormones, curatives and growth enhancers into no less than seven places scattered over her body. + A shipping container arrives for $activeSlave.slaveName; as $he's loaded into it, it sedates $him and begins to pump hormones, curatives and growth enhancers into no less than seven places scattered over $his body. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your unbroken slaves who hear about the grotesque display of pharmacological art are @@.gold;somewhat afraid@@ that they will suffer similar chemical invasion. + Your unbroken slaves who hear about the grotesque display of pharmacological art are @@.gold;somewhat afraid@@ that they will suffer similar chemical invasion. <</if>> <<case "organ crafter">> - $activeSlave.slaveName is seen in a research report nine months later; she has undergone some interesting changes. As expected by someone interested in her odd womb, she is quite pregnant, but what really stands out is the massive size of her testicles and her huge round implants. A quick glance at the article reveals that they aren't implants, in fact, her breasts and testicles are rounded with children. + $activeSlave.slaveName is seen in a research report nine months later; $he has undergone some interesting changes. As expected by someone interested in $his odd womb, $he is quite pregnant, but what really stands out is the massive size of $his testicles and $his huge round implants. A quick glance at the article reveals that they aren't implants, in fact, $his breasts and testicles are rounded with children. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].mpreg == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 5>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].mpreg == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 5>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other anally fertile slaves @@.gold;are concerned @@ that they may end up carrying children in more than just their bellies. + Your other anally fertile slaves @@.gold;are concerned @@ that they may end up carrying children in more than just their bellies. <</if>> <<case "abortion TV">> - $activeSlave.slaveName is soon seen on live TV, restrained and still grotesquely pregnant. $He screams into $his restraints as the host approaches with a comically large syringe of abortifacients and drives it deep into her womb. Within minutes, a flood of liquid and fetuses are pouring from $his gaping cunt, all the while he times how long it takes her overburdened womb to drain of all its contents. + $activeSlave.slaveName is soon seen on live TV, restrained and still grotesquely pregnant. $He screams into $his restraints as the host approaches with a comically large syringe of abortifacients and drives it deep into $his womb. Within minutes, a flood of liquid and fetuses are pouring from $his gaping cunt, all the while he times how long it takes $his overburdened womb to drain of all its contents. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].bellyPreg >= 300000>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 15>> - <<set _slaveImpact = 1>> - <</if>> + <<if $slaves[_ss].bellyPreg >= 300000>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 15>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other hyper pregnant slaves @@.gold;are terrified that their children will be ripped from them@@ if they don't please you. + Your other hyper pregnant slaves @@.gold;are terrified that their children will be ripped from them@@ if they don't please you. <</if>> <<case "womb filler">> $activeSlave.slaveName is seen in a drug report nine months later; $he is unrecognizable. $His gaunt body is completely bloated by $his enormous womb, leaving <<if $activeSlave.amp != 1>>what's left of $his arms and legs dangling<<else>>$his torso teetering<</if>> pathetically atop its quivering mass. The headline reads "New drug allows for upwards of seven hundred children carried at once". Live on stream, $his body loses stability and ruptures, flooding the room with fluid and children. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vagina == 0)>> - <<if isFertile($slaves[_ss])>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 20>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].vagina == 0)>> + <<if isFertile($slaves[_ss])>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 20>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other virgins @@.gold;are terrified they'll meet a similar fate@@ if they cannot convince you to fill their wombs with your children. + Your other virgins @@.gold;are terrified they'll meet a similar fate@@ if they cannot convince you to fill their wombs with your children. <</if>> <<case "repopulationist arcology">> $activeSlave.slaveName is seen nine months later with an enormous pregnancy and the most content look on $his face. $He <<if $activeSlave.amp != 1>>gently pats $his quadruplet filled belly and lets off a moan as $his children kick in response<<else>>moans lewdly as $his children kick away in $his womb<</if>>. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vagina == 0)>> - <<if isFertile($slaves[_ss])>> - <<if ($slaves[_ss].fetish == "pregnancy")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> - <</if>> + <<if ($slaves[_ss].vagina == 0)>> + <<if isFertile($slaves[_ss])>> + <<if ($slaves[_ss].fetish == "pregnancy")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other pregnancy fetishists @@.mediumorchid;are jealous@@ of $activeSlave.slaveName's good fortune. + Your other pregnancy fetishists @@.mediumorchid;are jealous@@ of $activeSlave.slaveName's good fortune. <</if>> <<case "eugenics arcology">> $activeSlave.slaveName is seen nearly a year later, happy and healthy, along with $his owner and newborn son. They are quite a good looking family. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<if isFertile($slaves[_ss])>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> + <<if isFertile($slaves[_ss])>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your more idiotic slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's new pampered lifestyle, oblivious to the demanding nature of eugenics. + Your more idiotic slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's new pampered lifestyle, oblivious to the demanding nature of eugenics. <</if>> <<case "hedonistic decadence arcology">> $activeSlave.slaveName is taken away to join a quivering mass of plump, pampered ladies that crowd the bedroom of $his new owner. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].behavioralFlaw == "gluttonous">> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if $slaves[_ss].behavioralFlaw == "gluttonous">> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your more gluttonous slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's constant feedings and excessive weight gain. + Your more gluttonous slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's constant feedings and excessive weight gain. <</if>> <<case "stuffer chef">> $activeSlave.slaveName's new owner is quite fond of his work and typically sends out photos of his progress. This is no exception; you are treated to a series of images featuring $activeSlave.slaveName being force fed until $his stomach bulges. Day after day, you watch $him handle more and more food until $his belly is big enough to fill $his lap even when empty. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].weight < 10>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if $slaves[_ss].weight < 10>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other thin slaves are @@.gold;terrified@@ that they'll soon find themselves tied to a chair and fed until they are ready to pop. + Your other thin slaves are @@.gold;terrified@@ that they'll soon find themselves tied to a chair and fed until they are ready to pop. <</if>> <<case "transformation fetishist arcology">> A purchasing agent arrives for $activeSlave.slaveName; he uses a lull in the proceedings to use a permanent marker to begin mapping out surgical sites across $his body. There are a lot of them. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your unbroken slaves who hear about how severely $he's about to be cut up are @@.gold;somewhat afraid@@ that they will suffer similar surgical invasion. + Your unbroken slaves who hear about how severely $he's about to be cut up are @@.gold;somewhat afraid@@ that they will suffer similar surgical invasion. <</if>> <<case "physical idealist arcology">> Stories about the arcology $activeSlave.slaveName is headed to have circulated among slaves. Most intelligent slaves see a life of workouts as relatively harmless. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].weight > 10)>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].weight > 10)>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - However, your stupider slaves consider a life of rigorous dieting and punishing exercise daunting, and are filled with @@.gold;minor fears@@ that they will be made to starve and sweat, too. + However, your stupider slaves consider a life of rigorous dieting and punishing exercise daunting, and are filled with @@.gold;minor fears@@ that they will be made to starve and sweat, too. <</if>> <<case "pastoralist arcology">> $activeSlave.slaveName is subjected to a stock assay and then packed off to take $his place as a prize heifer. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].lactation == 0)>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].lactation == 0)>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who are already lactating know that $his role is to be a relatively easy and decent one, and your obedient slaves accept it regardless. Others, however, @@.gold;fear being transformed into livestock@@ a little. + Your slaves who are already lactating know that $his role is to be a relatively easy and decent one, and your obedient slaves accept it regardless. Others, however, @@.gold;fear being transformed into livestock@@ a little. <</if>> <<case "chattel religionist arcology">> $activeSlave.slaveName is terrified of $his impending religious life; perhaps $he's heard the new text that reads 'no woman come of age is holy unless she performs the act as many times per day as she has years less than forty.' <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].analCount < 200)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].analCount < 200)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sexually experienced slaves are too inured to industrial lovemaking to be affected by $his fate, but your more innocent slaves @@.gold;fear being required to fuck@@ at that pace. + Your sexually experienced slaves are too inured to industrial lovemaking to be affected by $his fate, but your more innocent slaves @@.gold;fear being required to fuck@@ at that pace. <</if>> <<case "roman revivalist arcology">> - $activeSlave.slaveName is shipped to a new arcology, and culturally, across the centuries. Her skill at arms is well enough known that $his impending role as a gladiatrix is easily deduced. + $activeSlave.slaveName is shipped to a new arcology, and culturally, across the centuries. $His skill at arms is well enough known that $his impending role as a gladiatrix is easily deduced. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].combatSkill > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].combatSkill > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - A gladiatrix's life expectancy in an arcology that enjoys lethal combats is punishingly low. Your other slaves with combat skill @@.gold;worry they'll follow her@@ out onto the sand. + A gladiatrix's life expectancy in an arcology that enjoys lethal combats is punishingly low. Your other slaves with combat skill @@.gold;worry they'll follow $him@@ out onto the sand. <</if>> <<case "aztec revivalist arcology">> $activeSlave.slaveName is transported after losing a military engagement. Though $his will remains strong, $he's @@.gold;filled with fear@@ when $he sees the rivers of blood that flow through the city. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].combatSkill > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].combatSkill > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Her willingness to obey will be tested. Her life will be forfeit, a fate many others @@.gold;fear might befall them@@, if $he does not perform. + $His willingness to obey will be tested. $His life will be forfeit, a fate many others @@.gold;fear might befall them@@, if $he does not perform. <</if>> <<case "egyptian revivalist arcology">> $activeSlave.slaveName's journey to $his new home is respectful, even celebratory, as far as you can see. $He is gravely informed by the purchasing agent that many slaves await $his learned instruction. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Most of your slaves quietly envy $his good fortune. The stupidest however tend to resent their intellectual superiors and @@.mediumorchid;actively resent@@ how obvious $his advantage over them proved to be. + Most of your slaves quietly envy $his good fortune. The stupidest however tend to resent their intellectual superiors and @@.mediumorchid;actively resent@@ how obvious $his advantage over them proved to be. <</if>> <<case "virgin trader">> $activeSlave.slaveName is seen in a shipment of slaves leaving the arcology a month later, with just the slightest hint of a gravid belly and a worn-down expression on $his face. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vagina == 0)>> - <<if ($slaves[_ss].ovaries == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].vagina == 0)>> + <<if ($slaves[_ss].ovaries == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other virgins @@.gold;fear they'll be subjected to similar abuse@@ if they cannot make their virginities otherwise valuable or appealing to you. + Your other virgins @@.gold;fear they'll be subjected to similar abuse@@ if they cannot make their virginities otherwise valuable or appealing to you. <</if>> <<case "body purist arcology">> $activeSlave.slaveName is shipped to $his new owner's arcology to have $his implants extracted and the resultant damage addressed. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 50)>> - <<if ($slaves[_ss].boobsImplant > 1000)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].devotion <= 50)>> + <<if ($slaves[_ss].boobsImplant > 1000)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves burdened with gigantic implants who aren't devoted enough to bear them cheerfully @@.mediumorchid;resent you somewhat@@ for keeping them here with aching backs. + Your slaves burdened with gigantic implants who aren't devoted enough to bear them cheerfully @@.mediumorchid;resent you somewhat@@ for keeping them here with aching backs. <</if>> <<case "trainer staffing">> $activeSlave.slaveName is soon well-known among the slaves of the arcology, as many of them are sold after passing under $his hands in training. $He performs effectively, imparting good sex slave ethics in a generation of sluts. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other intelligent slaves @@.mediumaquamarine;trust that their skills will be valued@@ even should you decide to sell them. + Your other intelligent slaves @@.mediumaquamarine;trust that their skills will be valued@@ even should you decide to sell them. <</if>> <<case "teaching trainer">> $activeSlave.slaveName is not pleased by $his change in circumstances, since $he is soon subjected to training rigor that $he did not experience while your property. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligenceImplant < 15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligenceImplant < 15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other uneducated slaves @@.gold;fear the abusive indoctrination@@ they will apparently suffer under should you decide to sell them. + Your other uneducated slaves @@.gold;fear the abusive indoctrination@@ they will apparently suffer under should you decide to sell them. <</if>> <<case "implanting trainer">> A few weeks later, $activeSlave.slaveName is seen in a shipment of slaves heading out of the arcology. $He has new fake tits, a bigger butt, lip implants, and even some facial bone structure alterations, but $his balloon breasts are the most shocking change. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].boobsImplant == 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].boobsImplant == 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your unimplanted slaves @@.gold;fear they'll go under the knife@@ for invasive surgery like $activeSlave.slaveName suffered, should you ever decide to sell them. + Your unimplanted slaves @@.gold;fear they'll go under the knife@@ for invasive surgery like $activeSlave.slaveName suffered, should you ever decide to sell them. <</if>> <<case "purifying trainer">> A few weeks later, $activeSlave.slaveName is seen in a shipment of slaves heading out of the arcology. $He is almost unrecognizable, having been quickly returned to as natural an appearance as skillful removal of $his implants could manage. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].boobsImplant > 800)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].boobsImplant > 800)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who are carrying around huge implants @@.mediumaquamarine;hope they'll be allowed to lay down their burdens@@ should you decide to sell them. + Your slaves who are carrying around huge implants @@.mediumaquamarine;hope they'll be allowed to lay down their burdens@@ should you decide to sell them. <</if>> <<case "D virgin asspussy">> - $activeSlave.slaveName's buyer takes charge of her, and cannot resist immediately running a hand between $his buttocks to sink a couple of groping fingers into $his soft asspussy. + $activeSlave.slaveName's buyer takes charge of $him, and cannot resist immediately running a hand between $his buttocks to sink a couple of groping fingers into $his soft asspussy. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "buttslut")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].fetish == "buttslut")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who enjoy having things shoved up their assholes @@.mediumaquamarine;hope that if they're sold,@@ their new masters will be like that too. + Your slaves who enjoy having things shoved up their assholes @@.mediumaquamarine;hope that if they're sold,@@ their new masters will be like that too. <</if>> <<case "D startled the witch">> $activeSlave.slaveName heads off to form part of whatever great design $his new master is pursuing; all you know is that it apparently requires lots of lithe, sharp toothed slave girls. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your properly broken slaves are so inured to strange tastes that they pay no attention, but the others are just @@.mediumaquamarine;glad $he won't frighten them@@ any more. They thought $he was scary. + Your properly broken slaves are so inured to strange tastes that they pay no attention, but the others are just @@.mediumaquamarine;glad $he won't frighten them@@ any more. They thought $he was scary. <</if>> <<case "D milf staffing">> $activeSlave.slaveName becomes a common sight around the arcology, training slaves for $his new master. They're usually seen hanging close by $him as $he manages them with an air at once protective and frankly sexual. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].actualAge > 35)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].actualAge > 35)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your older slaves are @@.mediumaquamarine;happy for $him,@@ since it isn't always easy for older ladies. + Your older slaves are @@.mediumaquamarine;happy for $him,@@ since it isn't always easy for older ladies. <</if>> <<case "D hucow">> $activeSlave.slaveName becomes quite a fixture at social events hosted by $his new master; he enjoys showing off how healthy, happy and productive his cow is. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].lactation > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].lactation > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other milkers are sometimes concerned about being sold to a cruel stockyard, and $his pleasant life encourages them to @@.mediumaquamarine;stop being so worried.@@ + Your other milkers are sometimes concerned about being sold to a cruel stockyard, and $his pleasant life encourages them to @@.mediumaquamarine;stop being so worried.@@ <</if>> <<case "D r9k">> - $activeSlave.slaveName's nervous buyer comes to collect her, stammering and sweating and doing his best to pretend he does this all the time. + $activeSlave.slaveName's nervous buyer comes to collect $him, stammering and sweating and doing his best to pretend he does this all the time. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vaginalCount + $slaves[_ss].analCount < 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].vaginalCount + $slaves[_ss].analCount < 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other less experienced slaves persistently find this romantic, and @@.mediumaquamarine;hope something like that will happen to them,@@ too. + Your other less experienced slaves persistently find this romantic, and @@.mediumaquamarine;hope something like that will happen to them,@@ too. <</if>> <<case "slimming trainer">> $activeSlave.slaveName is occasionally visible around the arcology, looking rather tired and gaunt under the stresses of a severe crash diet coupled with a punishing cardio regime. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].weight > 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].weight > 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your chubby slaves take note, and @@.gold;fear they'll have to suffer too@@ should you ever decide to sell them. + Your chubby slaves take note, and @@.gold;fear they'll have to suffer too@@ should you ever decide to sell them. <</if>> <<case "broadening trainer">> - $activeSlave.slaveName is only rarely seen around the arcology, since $his new owners force her to spend most of $his time sleeping, eating and looking after herself. But $his belly, painfully distended with food, makes $his situation obvious. + $activeSlave.slaveName is only rarely seen around the arcology, since $his new owners force $him to spend most of $his time sleeping, eating and looking after $himself. But $his belly, painfully distended with food, makes $his situation obvious. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].weight > 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].weight > 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - When they hear about her, your slim slaves are @@.gold;disgusted and afraid,@@ fearing they'll be forced to eat themselves plush if sold. + When they hear about $him, your slim slaves are @@.gold;disgusted and afraid,@@ fearing they'll be forced to eat themselves plush if sold. <</if>> <<case "cow trainer">> - $activeSlave.slaveName is last seen somewhat later, packed into a shipment of cows heading out of the arcology. She looks rather ill from the drugs she's been filled with, and $his now-distended breasts are marred by unsightly stretch marks. + $activeSlave.slaveName is last seen somewhat later, packed into a shipment of cows heading out of the arcology. $He looks rather ill from the drugs $he's been filled with, and $his now-distended breasts are marred by unsightly stretch marks. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].lactation == 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].lactation == 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Even your slaves who normally enjoy breast expansion are @@.gold;disgusted and afraid@@ they'll be treated as pharmaceutical mixing machines if you sell them to the same company. Only your cows are inured to lactation to the point they're unaffected. + Even your slaves who normally enjoy breast expansion are @@.gold;disgusted and afraid@@ they'll be treated as pharmaceutical mixing machines if you sell them to the same company. Only your cows are inured to lactation to the point they're unaffected. <</if>> <<case "clipping trainer">> - $activeSlave.slaveName is frequently seen in public over the next few weeks, since she's being trained to improve $his feminine deportment. She grows visibly more feminine as time passes, as the hormonal effects of having $his balls cut off become apparent. + $activeSlave.slaveName is frequently seen in public over the next few weeks, since $he's being trained to improve $his feminine deportment. $He grows visibly more feminine as time passes, as the hormonal effects of having $his balls cut off become apparent. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].balls > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].balls > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who retain their testicles are @@.gold;afraid@@ of displeasing you, knowing that castration is a distinct possibility on the open market. + Your slaves who retain their testicles are @@.gold;afraid@@ of displeasing you, knowing that castration is a distinct possibility on the open market. <</if>> <<case "reassignment trainer">> - $activeSlave.slaveName is next seen after some weeks of surgery. She's barely recognizable, and now possesses a serviceable vagina which she clearly is unsure of. Her original status is scarcely discernible. + $activeSlave.slaveName is next seen after some weeks of surgery. $He's barely recognizable, and now possesses a serviceable vagina which $he clearly is unsure of. $His original status is scarcely discernible. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].dick > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your less feminized slaves @@.gold;fear similar treatment;@@ even those who aspire to be better slave girls are shocked by the rapidity and totality of the surgical transformation. + Your less feminized slaves @@.gold;fear similar treatment;@@ even those who aspire to be better slave girls are shocked by the rapidity and totality of the surgical transformation. <</if>> <<case "arcade">> - The upper half of $activeSlave.slaveName's body is never seen again. $His butt, on the other hand, is periodically visible in a lower-level arcade, $his orifices gradually showing the wear and $his price gradually decreasing, until finally she is seen no more. + The upper half of $activeSlave.slaveName's body is never seen again. $His butt, on the other hand, is periodically visible in a lower-level arcade, $his orifices gradually showing the wear and $his price gradually decreasing, until finally $he is seen no more. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion < 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion < 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your devoted slaves are fairly confident they will escape such a fate, but everyone else @@.gold;is terrified of ending that way.@@ + Your devoted slaves are fairly confident they will escape such a fate, but everyone else @@.gold;is terrified of ending that way.@@ <</if>> <<case "D cannibal">> - $activeSlave.slaveName is never seen again. Her buyer prefers to keep whatever happened to her private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves. + $activeSlave.slaveName is never seen again. $His buyer prefers to keep whatever happened to $him private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust -= 2>> @@ -974,7 +975,7 @@ <</for>> <<case "D amazon hunter">> - When $activeSlave.slaveName's buyer appears, the big girl is almost bashful. He tries to resist the impulse, but quickly breaks down and sweeps her into a tight hug. $He accepts the embrace meekly. Your other slaves find this @@.mediumaquamarine;very romantic.@@ + When $activeSlave.slaveName's buyer appears, the big $girl is almost bashful. He tries to resist the impulse, but quickly breaks down and sweeps $him into a tight hug. $He accepts the embrace meekly. Your other slaves find this @@.mediumaquamarine;very romantic.@@ <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust += 1>> @@ -983,63 +984,63 @@ <<case "D oral servants">> $activeSlave.slaveName is an occasional sight around the arcology; $he's never seen outside the company of $his new slave superior. This is one of $his new master's more favored slaves. $He has a huge cock, and $activeSlave.slaveName usually crouches down, hugging one of $his superior's legs and keeping $his mouth obediently near that dick. Your cumsluts are @@.mediumaquamarine;rather envious.@@ <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<if ($slaves[_ss].fetish == "cumslut")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<if ($slaves[_ss].fetish == "cumslut")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<case "D trap lover">> $activeSlave.slaveName becomes a frequent sight around the arcology, accompanying $his new master. $He's clearly happy, and is frequently seen to offer $his butt to him with a smile. Your girls with dicks who've accepted their lot in life find this @@.mediumaquamarine;encouraging.@@ <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].dick > 0)>> - <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<case "D butt bury">> - $activeSlave.slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground. Your buttsluts giggle over what he's got in store for her, and @@.mediumaquamarine;envy@@ $his new owner a little. + $activeSlave.slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground. Your buttsluts giggle over what he's got in store for $him, and @@.mediumaquamarine;envy@@ $his new owner a little. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "buttslut")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "buttslut")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<case "D milky herm">> $activeSlave.slaveName's buyer arrives and seems pleased with $his lovely feminine appearance; he verifies $his lactation and $his ability to achieve erection despite $his lack of visible balls. Your other feminine girls with dicks @@.mediumaquamarine;trust@@ they'll go to owners that will value them, should they be sold. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].dick > 0)>> - <<if ($slaves[_ss].boobs > 400)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<if ($slaves[_ss].boobs > 400)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<case "D shorty breeder">> - $activeSlave.slaveName's lithe, muscular form is rarely seen after $his buyer takes charge of her, since $he seems to spend most of $his time at home making babies. Your slaves with pregnancy fetishes @@.mediumaquamarine;almost want to be sold@@ since there's a chance they'll be purchased by him, too. + $activeSlave.slaveName's lithe, muscular form is rarely seen after $his buyer takes charge of $him, since $he seems to spend most of $his time at home making babies. Your slaves with pregnancy fetishes @@.mediumaquamarine;almost want to be sold@@ since there's a chance they'll be purchased by him, too. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "pregnancy")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 4>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "pregnancy")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 4>> + <</if>> + <</if>> <</for>> <<case "D waifu">> $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his beloved at home. Though $he seems to be well treated, arcology society finds him repellent enough that your other slaves do not envy $him. <<case "fuckdoll">> - Though $activeSlave.slaveName's fate as a living fucktoy is not obvious, since most of her body will forever after be encased in thick latex, rumors of what happens to girls who @@.gold;fail to be valuable to you@@ pass among your slaves. + Though $activeSlave.slaveName's fate as a living fucktoy is not obvious, since most of $his body will forever after be encased in thick latex, rumors of what happens to girls who @@.gold;fail to be valuable to you@@ pass among your slaves. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust -= 2>> @@ -1049,36 +1050,36 @@ $activeSlave.slaveName becomes a frequent sight in $activeSlave.pornFameType smut and attracts huge crowds with each public appearance. Your other aspiring porn stars @@.mediumaquamarine;try harder than ever@@ in the hopes of following in $his prestigious footsteps. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>> - <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 2>> - <</if>> - <</if>> + <<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 2>> + <</if>> + <</if>> <</for>> <<case "obsessed fan">> - $activeSlave.slaveName is rarely seen after $his buyer takes charge of her, since he prefers to keep his prize safe and sound at home. Your other borderline unheard of sluts @@.mediumaquamarine;hope that someone like him would consider whisking them away,@@ but most of your slaves are skeptical at what his intent may be. + $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his prize safe and sound at home. Your other borderline unheard of sluts @@.mediumaquamarine;hope that someone like him would consider whisking them away,@@ but most of your slaves are skeptical at what his intent may be. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].pornPrestige == 1>> - <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <</if>> - <</if>> + <<if $slaves[_ss].pornPrestige == 1>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<case "tentacle bred">> - Sometime later, a snuff film starring $activeSlave.slaveName as a heroine captured, raped, and fatally bred by tentacles is released. It receives rave reviews for the scene involving $activeSlave.slaveName, depicting $his aphrodisiac-filled body being penetrated in all $his holes by tentacles. Their thrusting into her increases until large bulges of cum pass through the ones filling $his stretched cunt, visibly bloating $his belly. She then collapses to the ground, $his swollen belly rapidly growing with the tentacle spawn gestating within her. As they bulge against the straining walls of $his implant-filled middle; $he lets out a final moan as $his belly ruptures, releasing $his "spawn" to hunt down the other heroines. + Sometime later, a snuff film starring $activeSlave.slaveName as a heroine captured, raped, and fatally bred by tentacles is released. It receives rave reviews for the scene involving $activeSlave.slaveName, depicting $his aphrodisiac-filled body being penetrated in all $his holes by tentacles. Their thrusting into $him increases until large bulges of cum pass through the ones filling $his stretched cunt, visibly bloating $his belly. $He then collapses to the ground, $his swollen belly rapidly growing with the tentacle spawn gestating within $him. As they bulge against the straining walls of $his implant-filled middle; $he lets out a final moan as $his belly ruptures, releasing $his "spawn" to hunt down the other heroines. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if canSee($slaves[_ss])>> - <<if $slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 4>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if canSee($slaves[_ss])>> + <<if $slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 4>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if _slaveImpact == 1>> Your less than intelligent slaves are @@.mediumorchid;deeply envious@@ of $activeSlave.slaveName, completely failing to comprehend what they saw were not special effects. @@ -1089,38 +1090,38 @@ <<if $peacekeepers.tastes == 0>> <<if $slaveCost > random(10000,50000) || $peacekeepers.attitude > 90>><<set _influential = 1>><<else>><<set _influential = 0>><</if>> <<if _influential && $activeSlave.balls > 0 && $activeSlave.scrotum > 0 && $activeSlave.dick > 0 && $activeSlave.vagina > -1 && $activeSlave.energy > 50>> - with dicks in $his mouth, pussy, and ass. She's totally covered in cum, and a lot of it is $hers. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more lusty futas in the future. + with dicks in $his mouth, pussy, and ass. $He's totally covered in cum, and a lot of it is $hers. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more lusty futas in the future. <<set $peacekeepers.tastes = "lusty futanari">> <<elseif _influential && $activeSlave.fetish == "cumslut" && $activeSlave.fetishStrength > 95 && $activeSlave.sexualFlaw == "cum addict">> - on $his knees, sucking dick. That's where she's at home, of course, and as soon as the man she's blowing cums down $his throat and steps away, another immediately replaces him. $activeSlave.slaveName keeps guzzling penis without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for cum has made her very popular. General $peacekeepers.generalName's buyer is going to be looking for more cum addicts in the future. + on $his knees, sucking dick. That's where $he's at home, of course, and as soon as the man $he's blowing cums down $his throat and steps away, another immediately replaces him. $activeSlave.slaveName keeps guzzling penis without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for cum has made $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more cum addicts in the future. <<set $peacekeepers.tastes = "cum addicts">> <<elseif _influential && $activeSlave.physicalAge > 34 && $activeSlave.visualAge > 34 && $activeSlave.energy > 80>> - energetically bouncing atop one young man while a muscular young woman standing over $him rides $his face. $He's got dicks in both of $his hands, and is stroking them eagerly. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny MILFs in the future. + energetically bouncing atop one young man while a muscular young woman standing over $him rides $his face. $He's got dicks in both of $his hands, and is stroking them eagerly. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny MILFs in the future. <<set $peacekeepers.tastes = "horny MILFs">> <<elseif _influential && $activeSlave.boobs > 2000 && $activeSlave.lactation > 1>> - standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men and women take turns drinking straight from $his nipples as a break from using the other whores. Someone's fucking her from behind. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more big-breasted cows in the future. + standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men and women take turns drinking straight from $his nipples as a break from using the other whores. Someone's fucking $him from behind. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more big-breasted cows in the future. <<set $peacekeepers.tastes = "big-breasted cows">> <<elseif _influential && $activeSlave.physicalAge < 25 && $activeSlave.visualAge < 25 && $activeSlave.face > 95>> - striking a come-hither pose for an enormous crowd of cheering soldiers. There's a note attached, stating superfluously that she's very popular. It's not surprising; she's young, very beautiful, and able to handle a lot of devoted attention. General $peacekeepers.generalName's buyer is going to be looking for more beautiful young sex slaves in the future. + striking a come-hither pose for an enormous crowd of cheering soldiers. There's a note attached, stating superfluously that $he's very popular. It's not surprising; $he's young, very beautiful, and able to handle a lot of devoted attention. General $peacekeepers.generalName's buyer is going to be looking for more beautiful young sex slaves in the future. <<set $peacekeepers.tastes = "beautiful young sex slaves">> <<elseif _influential && $activeSlave.vagina == 0 && isFertile($activeSlave)>> - happily taking it vaginally while teasing the growing crowd eager to cum in $his needy pussy. There's a note attached, stating superfluously that she's very popular. It's not surprising; she has a burning need that they are dutifully fulfilling. General $peacekeepers.generalName's buyer is going to be looking for more eager virgins in the future. + happily taking it vaginally while teasing the growing crowd eager to cum in $his needy pussy. There's a note attached, stating superfluously that $he's very popular. It's not surprising; $he has a burning need that they are dutifully fulfilling. General $peacekeepers.generalName's buyer is going to be looking for more eager virgins in the future. <<set $peacekeepers.tastes = "fertile virgins">> <<elseif _influential && $activeSlave.preg > 10 && $activeSlave.energy > 50>> - eagerly bouncing atop one young man while a muscular young woman standing over her rides $his face. She's got dicks in both of $his hands, and is stroking them eagerly, encouraging their owners to cum on $his rounded middle. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny preggos in the future. + eagerly bouncing atop one young man while a muscular young woman standing over $him rides $his face. $He's got dicks in both of $his hands, and is stroking them eagerly, encouraging their owners to cum on $his rounded middle. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny preggos in the future. <<set $peacekeepers.tastes = "lusty preggos">> <<elseif _influential && $activeSlave.preg > 10 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">> - on $his back, getting fucked while teasing $his growing baby bump. That's where she's at home, of course, and as soon as the man she's taking cums in $his <<if $activeSlave.mpreg > 0>>asspussy<<else>>pussy<</if>> and steps away, another immediately replaces him. $activeSlave.slaveName keeps spreading $his legs without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for bareback sex has made her very popular. General $peacekeepers.generalName's buyer is going to be looking for more baby obsessed breeders in the future. + on $his back, getting fucked while teasing $his growing baby bump. That's where $he's at home, of course, and as soon as the man $he's taking cums in $his <<if $activeSlave.mpreg > 0>>asspussy<<else>>pussy<</if>> and steps away, another immediately replaces him. $activeSlave.slaveName keeps spreading $his legs without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for bareback sex has made $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more baby obsessed breeders in the future. <<set $peacekeepers.tastes = "baby obsessed breeders">> <<elseif _influential && $activeSlave.belly >= 300000>> <<set _belly = bellyAdjective($activeSlave)>> - smiling as $his _belly belly is used as the center of a large bukkake party. You can just barely make out the figure of someone taking her from behind beyond $his immensity. There's a note attached, stating superfluously that $his exotic feature makes her very popular. General $peacekeepers.generalName's buyer is going to be looking for more massive bellied girls in the future. + smiling as $his _belly belly is used as the center of a large bukkake party. You can just barely make out the figure of someone taking $him from behind beyond $his immensity. There's a note attached, stating superfluously that $his exotic feature makes $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more massive bellied girls in the future. <<set $peacekeepers.tastes = "bellies with girls attached">> <<elseif _influential && $activeSlave.boobs > 20000 && $activeSlave.butt > 10>> - standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men tit fuck her near endless cleavage and another, smaller group use $his gigantic asscheeks. There's a note attached, stating superfluously that $his mind-blowing assets make her very popular. General $peacekeepers.generalName's buyer is going to be looking for more slaves with bountiful T&A in the future. + standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men tit fuck $his near endless cleavage and another, smaller group use $his gigantic asscheeks. There's a note attached, stating superfluously that $his mind-blowing assets make $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more slaves with bountiful T&A in the future. <<set $peacekeepers.tastes = "flesh balloons">> <<else>> - <<if $activeSlave.devotion > 20>><<if $activeSlave.energy > 80>>eagerly<<else>>willingly<</if>> offering herself outside<<else>>restrained for use inside<</if>> a comfort station at one of their rear area facilities, together with a note stating that $he's satisfactory. $He's sufficient but not remarkable enough to have a major impact. + <<if $activeSlave.devotion > 20>><<if $activeSlave.energy > 80>>eagerly<<else>>willingly<</if>> offering $himself outside<<else>>restrained for use inside<</if>> a comfort station at one of their rear area facilities, together with a note stating that $he's satisfactory. $He's sufficient but not remarkable enough to have a major impact. <</if>> <<else>> <<switch $peacekeepers.tastes>> @@ -1131,7 +1132,7 @@ providing incessant oral service at a comfort station at one of their rear area facilities, where $he's become the star attraction due to $his ability to eagerly suck dick for as long as there's cum available. <<if $peacekeepers.attitude < 100>><<set $peacekeepers.attitude++>><</if>> <<case "horny MILFs">> - getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for older women who really know how to take cocks. + getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for older $women who really know how to take cocks. <<if $peacekeepers.attitude < 100>><<set $peacekeepers.attitude++>><</if>> <<case "big-breasted cows">> being hand-milked at a comfort station at one of their rear area facilities, where $he's become the most valued piece of human livestock due to the peacekeepers' growing taste for human milk. @@ -1143,21 +1144,21 @@ getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the main attraction due to $his eagerness to get pregnant. Since that won't take long, they'll likely be back looking for more shortly. <<if $peacekeepers.attitude < 100>><<set $peacekeepers.attitude++>><</if>> <<case "lusty preggos">> - getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for pregnant women with a bottomless lust for cocks. + getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for pregnant $women with a bottomless lust for cocks. <<if $peacekeepers.attitude < 100>><<set $peacekeepers.attitude++>><</if>> <<case "baby obsessed breeders">> - getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for knocking women up. + getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for knocking $women up. <<if $peacekeepers.attitude < 100>><<set $peacekeepers.attitude++>><</if>> <<case "bellies with girls attached">> - suspended in a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for gigantically gravid girls. + suspended in a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for gigantically gravid <<= $girl>>s. <<if $peacekeepers.attitude < 100>><<set $peacekeepers.attitude++>><</if>> <<case "flesh balloons">> - getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for absolutely enormous assets + getting gangbanged at a comfort station at one of their rear area facilities, where $he's become the star attraction due to the erstwhile peacekeepers' preference for absolutely enormous assets. <<if $peacekeepers.attitude < 100>><<set $peacekeepers.attitude++>><</if>> <</switch>> <</if>> <<if $peacekeepers.attitude+Math.ceil($slaveCost/10000) < 100>> - Her presence will influence General $peacekeepers.generalName's troops in favor of a closer relationship with the Free City; old world mores are difficult to maintain while inside an arcology-trained sex slave. + $His presence will influence General $peacekeepers.generalName's troops in favor of a closer relationship with the Free City; old world mores are difficult to maintain while inside an arcology-trained sex slave. <<set $peacekeepers.attitude += Math.ceil($slaveCost/10000)>> <<elseif $peacekeepers.attitude < 100>> With $activeSlave.slaveName added to their stable of sex slaves, General $peacekeepers.generalName's troops will be fully converted to the idea of aligning with the slaveowning Free Cities, and the general will no longer have to maintain even plausible deniability. @@.yellow;General $peacekeepers.generalName's little empire is now effectively a client state of $arcologies[0].name.@@ @@ -1167,7 +1168,7 @@ <</if>> <<default>> - The buyer forwards payment and sends a purchasing agent to collect her. There is nothing more to be done. + The buyer forwards payment and sends a purchasing agent to collect $him. There is nothing more to be done. <</switch>> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 64cf5571d4022bcf95460f54f1d0133c5a07a0f4..358c3bfd11677d1119444347a4dd3dbb6cbd1dfe 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -1930,6 +1930,24 @@ As the remote surgery's long recovery cycle completes, <<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>> <</if>> +/* TODO: these descriptions may need some more tweaking to sound more natural */ +<<case "addAnimalOvaries">> + <<if $activeSlave.fetish == "mindbroken">> + $He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but lacks the mental faculties to realize that $he now has a chance of carrying an animal baby to term. As with all surgery @@.red;$his health has been slightly affected.@@ + <<elseif (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "$He sold $himself to you in the hope of someday bearing children.">> + $He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but $he has managed to catch enough slave rumors about what the fabricator can do to know that it means $he now has a chance to get pregnant. $He is filled with joy whenever $he thinks about the fact that feeling a life growing within $him is now, at last, a possibility. $He now places @@.mediumaquamarine;total faith@@ in your plans for $his body and @@.hotpink;adores you@@ for giving $him a gift $he once thought impossible. $He doesn't realize exactly what the surgery entailed, however -- the happiness $he felt at first will most likely be replaced with horror once $he realized the babies in $his womb are not human. As with all surgery @@.red;$his health has been slightly affected.@@ + <<set $activeSlave.trust += 10, $activeSlave.devotion += 10>> + <<elseif ($activeSlave.devotion > 50)>> + $He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but $he has managed to catch enough slave rumors about what the fabricator can do to know that it means $he is now internally indistinguishable from a natural, unaltered woman -- at least, that's what $he believes. Little does $he know that $he is now capable of carrying animal babies in $his womb. $He is @@.mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering $his body, and is more willing than ever to @@.hotpink;submit to your plans@@ for $his future. As with all surgery @@.red;$his health has been slightly affected.@@ + <<set $activeSlave.trust += 5, $activeSlave.devotion += 5>> + <<elseif ($activeSlave.devotion >= -20)>> + $He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but $he has managed to catch enough slave rumors about what the fabricator can do to know that it means $he is now internally indistinguishable from a natural, unaltered woman -- at least, that's what $he believes. Little does $he know that $he is now capable of carrying animal babies in $his womb. $He is @@.gold;terrified@@ of your apparently untrammelled power over $his body, so much so that $he is now more willing to @@.hotpink;submit to your plans@@ for $his future. As with all surgery @@.red;$his health has been slightly affected.@@ + <<set $activeSlave.trust -= 5, $activeSlave.devotion += 5>> + <<else>> + $He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but $he has managed to catch enough slave rumors about what the fabricator can do to know that it means $he is now internally indistinguishable from a natural, unaltered woman -- at least, that's what $he believes. Little does $he know that $he is now capable of carrying animal babies in $his womb. $He is @@.gold;terrified@@ of your apparently untrammelled power over $his body, and @@.mediumorchid;furious@@ at $his lack of control over $his own person. As with all surgery @@.red;$his health has been slightly affected.@@ + <<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>> + <</if>> + <<case "addTesticles">> <<if $activeSlave.fetish == "mindbroken">> It's not immediately apparent to $him what kind of surgery $he received, since all $he's left with is a nonspecific ache in $his abdomen. As with all surgery @@.red;$his health has been slightly affected.@@ @@ -2000,6 +2018,21 @@ As the remote surgery's long recovery cycle completes, <<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>> <</if>> +/* TODO: this will need a rewrite */ +<<case "addAnimalBalls">> + <<if $activeSlave.fetish == "mindbroken">> + $He lies back in the surgical chair<<if canSee($activeSlave)>>, gazing at $himself in the ceiling mirror<</if>> as the fog of anaesthetics lifts and feeling returns to $his lower half. $His new testicles are small, and $his scrotum is scarcely visible under $his dick, but its impact becomes immediately clear. $He slowly achieves an excruciatingly painful erection, panting with the pain as $his very sore member becomes hard. The terrible overstimulation brings a spurt of cum jetting out of $his cockhead. As the agony melts away, $he struggles to understand what just happened. As with all surgery @@.red;$his health has been slightly affected.@@ + <<elseif ($activeSlave.devotion > 50)>> + $He lies back in the surgical chair<<if canSee($activeSlave)>>, gazing at $himself in the ceiling mirror<</if>> as the fog of anaesthetics lifts and feeling returns to $his lower half. As a devoted slave, $he knew the essentials of the surgery before it was performed, so $he's excited to <<if canSee($activeSlave)>>see<<else>>feel<</if>> the result. $His new testicles are small, and $his scrotum is scarcely visible under $his dick, but its impact becomes immediately clear. $He slowly achieves an excruciatingly painful erection, panting with the pain as $his very sore member becomes hard. The terrible overstimulation brings a spurt of cum jetting out of $his cockhead. As the agony melts away, $he begins to giggle. $He is @@.mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering $his body, and is more willing than ever to @@.hotpink;submit to your plans@@ for $his future. As with all surgery @@.red;$his health has been slightly affected.@@ + <<set $activeSlave.trust += 5, $activeSlave.devotion += 5>> + <<elseif ($activeSlave.devotion >= -20)>> + $He lies back in the surgical chair<<if canSee($activeSlave)>>, gazing at $himself in the ceiling mirror<</if>> as the fog of anaesthetics lifts and feeling returns to $his lower half. $He cannot quite feel what has happened to $him yet, but $he does not have long to wait. $His new testicles are small, and $his scrotum is scarcely visible under $his dick, but its impact becomes immediately clear. $He slowly achieves an excruciatingly painful erection, panting with the pain as $his very sore member becomes hard. The terrible overstimulation brings a spurt of cum jetting out of $his cockhead. As the agony melts away, the rush of new hormones clashes with $his already roiling emotions, and $he begins to sob. $He is @@.gold;terrified@@ of your apparently untrammelled power over $his body, so much so that $he is now more willing to @@.hotpink;submit to your plans@@ for $his future. As with all surgery @@.red;$his health has been slightly affected.@@ + <<set $activeSlave.trust -= 5, $activeSlave.devotion += 5>> + <<else>> + The autosurgery allows $him to recover for a while. Once it's safe, though, it's time to test the function of $his new organs by seeing if they permit $him to achieve erection. The surgery slowly inserts a dildo into $his anus; the slave is so fuzzy from the surgery and accompanying drugs that it takes a while for the machine assfuck to register. Gradually, though, $his new dick becomes hard. Horrified, $he cannot take $his <<if canSee($activeSlave)>>eyes off $his own reflection in the ceiling mirror<<else>>mind off $his soft cock<</if>> as it bobs and waves with the sodomy. A delayed reaction sets in as the soreness of surgical recovery competes with the stimulation: <<if $activeSlave.voice == 0>>$he tries to scream, but only manages to gasp repeatedly<<else>>$he howls with pain and terror<</if>> as the dildo forces a weak prostate orgasm. $He is @@.gold;terrified@@ of your apparently untrammelled power over $his body, and @@.mediumorchid;furious@@ at $his lack of control over $his own person. As with all surgery @@.red;$his health has been slightly affected.@@ + <<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>> + <</if>> + <<case "addScrotum">> $He leaves the surgery gingerly, knowing $he's had surgery on $his junk. Taking the first opportunity to <<if canSee($activeSlave)>>look at $his crotch in a mirror<<else>>feel $his crotch<</if>>, $he's <<if $activeSlave.fetish == "mindbroken">> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index 06c832b580b1aae3cccaaf42f180d6d0f0b6b45e..e3912ad058e23f1f9c26df010698008f75472afb 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -991,10 +991,10 @@ <</if>> <<case "work as a nanny">> /* TODO: This needs a rewrite */ - While heading for the changing room before a nice soak,$slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded. Without any choice left, $he assumes a birthing position. - <<set $humiliation = 1>> - <<ClothingBirth>> - Several of the other slaves present help $him with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> while the rest finish pleasuring themselves from the show. <<if $Attendant != 0>>$Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away, and $he is ushered into the bath to clean up and relax<</if>>. + While heading for the changing room before a nice soak,$slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded. Without any choice left, $he assumes a birthing position. + <<set $humiliation = 1>> + <<ClothingBirth>> + Several of the other slaves present help $him with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> while the rest finish pleasuring themselves from the show. <<if $Attendant != 0>>$Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away, and $he is ushered into the bath to clean up and relax<</if>>. <<case "learn in the schoolroom">> <<if ($Schoolteacher != 0)>> diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw index a991b409b80bf4c4975215e2b67f7caa536565ba..be53f96e5e8aef3b8da82c28ba313ec265ec95b2 100644 --- a/src/utility/descriptionWidgets.tw +++ b/src/utility/descriptionWidgets.tw @@ -159,7 +159,7 @@ <</if>> <<if ($seeDicks != 0)>> <<if $LDE.schoolSale != 0>> - <br>@@.yellow;For your first purchase, @@<strong>[[L'école des Enculées][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@ + <br>@@.yellow;For your first purchase, @@<strong>[[L'École des Enculées][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@ <</if>> <<if $TGA.schoolSale != 0>> <br>@@.yellow;For your first purchase, @@<strong>[[The Gymnasium-Academy][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@ diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 04630178a8581f3163a5787bf3fe904ddf42321a..45124983fa1e79f8747d40d54d0be596a139e4b7 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -4739,7 +4739,7 @@ <<set $activeSlave.actualAge = random(20,$retirementAge-5)>> <</if>> <<set $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>> - <<case "Farmer">> /*TODO: cleaned up a little and made something capable of handling animals. */ + <<case "Farmer">> <<set $activeSlave.devotion = 80, $activeSlave.trust = 80, $activeSlave.health = random(80,95), $activeSlave.muscles = random(41,70), $activeSlave.sexualQuirk = "caring", $activeSlave.career = either("a farmer", "a farmer's daughter", "a rancher", "a farmhand", "a zookeeper"), $activeSlave.intelligenceImplant = 30, $activeSlave.intelligence = random(20,70), $activeSlave.height = Math.round(Height.random($activeSlave, {skew: 3, spread: .2, limitMult: [1, 4]})), $activeSlave.weight = random(0,30)>> <<if $seeDicks > 0>> <<set $activeSlave.dick = random(3,5), $activeSlave.balls = random(4,9), $activeSlave.scrotum = $activeSlave.balls, $activeSlave.prostate = either(1,1,1,2)>>